@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover,
*:focus {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

i,
em,
dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

ul, li, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/**
 * clearfix
 * http://nicolasgallagher.com/micro-clearfix-hack/
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * 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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*
Padding seckce
Záporná hodnota anchnor
*/
/*===GENERALS=====*/
html {
  font-size: 62.5%;
  font-family: "Open Sans", sans-serif;
  background: #f6f7f9;
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 58%;
  }
}
@media screen and (max-width: 1230px) {
  html {
    font-size: 52%;
  }
}

main {
  padding-top: 6.9rem;
}
@media screen and (max-width: 600px) {
  main {
    padding-top: 7.6rem;
  }
}

.main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .main-wrapper {
    gap: 0;
  }
}
.main-wrapper .main-left-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-wrapper .main-right-col {
  position: sticky;
  top: 9rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26rem;
          flex: 0 0 26rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  vertical-align: top;
  padding-top: 5rem;
}
@media screen and (max-width: 900px) {
  .main-wrapper .main-right-col {
    display: none;
  }
}
.main-wrapper .main-right-col ul, .main-wrapper .main-right-col p, .main-wrapper .main-right-col h1, .main-wrapper .main-right-col h2, .main-wrapper .main-right-col h3, .main-wrapper .main-right-col h4, .main-wrapper .main-right-col h5 {
  margin: 0;
}
.main-wrapper .main-right-col .plus-18-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-wrapper .main-right-col .plus-18-widget .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
}
.main-wrapper .main-right-col .plus-18-widget .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1rem;
}
.main-wrapper .main-right-col .plus-18-widget .text p {
  font-size: 14px;
  line-height: 1.3;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 1000px) {
  .container {
    padding: 0 1.5rem;
  }
}

.container--narrow {
  max-width: 1090px;
}

.container--wider {
  max-width: 1290px;
}

section, .section {
  position: relative;
}

.section__header {
  text-align: center;
  margin-bottom: 3rem;
}
.section__header h2, .section__header h3 {
  margin: 0;
  color: #006405;
}

.section__footer {
  text-align: center;
  margin-top: 4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.default img.aligncenter {
  margin: 0 auto;
  display: block;
}

.default img.alignright {
  float: right;
}

.default img.alignleft {
  float: left;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

p, ul, ol {
  font-size: 1.8rem;
  line-height: 1.75;
  color: #000;
  font-weight: 400;
  margin: 2.5rem 0;
}

a {
  position: relative;
  color: #006405;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  color: #0c0c0c;
}

.page-template-default a {
  color: #0c0c0c;
}
.page-template-default a:hover {
  color: #006405;
}

ul, ol {
  margin-left: 20px;
}
ul li, ol li {
  position: relative;
  margin-bottom: 0.8rem;
}
ul li::marker, ol li::marker {
  color: #006405;
}

h1 {
  font-size: 4.5rem;
  line-height: 1.14;
  margin: 2rem 0;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (max-width: 1000px) {
  h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 3.5rem;
    text-align: center;
  }
}

h2 {
  font-size: 3rem;
  line-height: 1.2;
  margin: 1.5rem 0;
  color: #000;
  font-weight: 800;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (max-width: 1000px) {
  h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 2.4rem;
    text-align: center;
  }
}

.no-posts-text {
  font-size: 4rem;
  text-align: center;
}

h3 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 1rem 0;
  color: #000;
  font-weight: 800;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (max-width: 1000px) {
  h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 600px) {
  h3 {
    font-size: 2rem;
    text-align: center;
  }
}

h4 {
  font-size: 1.7rem;
  line-height: 1.1;
  margin: 1.5rem 0;
  color: #006405;
  font-weight: 800;
  font-style: italic;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (max-width: 1000px) {
  h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  h4 {
    font-size: 1.5rem;
    text-align: center;
  }
}

.anchnor {
  position: absolute;
  top: -4rem;
}

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

svg {
  max-width: 100%;
  max-height: 100%;
}

#cookie-bar {
  color: white;
  background: #000 !important;
  -webkit-box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.2) !important;
  border: 1px solid #222;
}
#cookie-bar #cookie-bar-button {
  background: #0c0c0c;
}

.wp-block-table {
  margin: 2rem auto;
}

table {
  width: 100%;
}
table td, table th {
  border: 1px solid #006405;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 0 1rem;
}
table tr:nth-of-type(2n) {
  background: rgba(0, 100, 5, 0.1);
}
table .google-auto-placed, table .google-anno-skip {
  display: none !important;
}

.wp-block-image:before,
.wp-block-image:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.wp-block-image:after {
  clear: both;
}

.wp-block-pullquote,
.wp-block-quote.is-style-large {
  margin: 5rem 0;
  padding: 0 1rem;
}
.wp-block-pullquote p,
.wp-block-quote.is-style-large p {
  font-size: 2.5rem;
  line-height: 1.333;
  margin: 0;
  color: #000;
}
.wp-block-pullquote cite,
.wp-block-quote.is-style-large cite {
  font-size: 2rem;
}

/* For IE 6/7 only */
.wp-block-image {
  *zoom: 1;
}

.wp-block-image figcaption {
  font-size: 1.6rem;
  text-align: center;
}

.custom-blocker {
  position: fixed;
  z-index: 80;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.custom-blocker.active {
  pointer-events: initial;
}

.section--404, .search-no-results {
  text-align: center;
}
.section--404 h1, .search-no-results h1 {
  font-size: 5rem;
}
.section--404 .searchform, .search-no-results .searchform {
  margin: 0 0 4rem 0;
}

.form-control {
  border: 2px solid #006405;
  padding: 0 1.5rem 0 0.5rem;
  line-height: 4.7rem;
  height: 4.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .form-control {
    font-size: 16px;
  }
}

.form-control--smaller {
  line-height: 2.7rem;
  height: 2.6rem;
}

.btn,
a.btn,
.wp-block-button__link {
  display: inline-block;
  vertical-align: middle;
  background: #006405;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.6rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  line-height: 4.6rem;
  height: 4.6rem;
  border: none;
  padding: 0 3rem;
  text-decoration: none;
  font-weight: 600;
}
.btn:hover,
a.btn:hover,
.wp-block-button__link:hover {
  background: #0c0c0c;
  color: white;
}
.btn:before,
a.btn:before,
.wp-block-button__link:before {
  display: none;
}
.btn i,
a.btn i,
.wp-block-button__link i {
  margin-left: 1rem;
}

.wp-block-button__link {
  padding: 2rem 3rem;
  line-height: 1.2;
  font-size: 2rem;
  height: auto;
  margin: 3rem auto;
}

.single .wp-block-button__link {
  font-family: "Lato", sans-serif;
}

.btn--smaller {
  line-height: 2.9rem;
  height: 3rem;
}

.btn--bigger {
  line-height: 7.6rem;
  height: 7.6rem;
  padding: 0 7rem;
}
@media screen and (max-width: 400px) {
  .btn--bigger {
    line-height: 6.6rem;
    height: 6.6rem;
    padding: 0 4rem;
  }
}

.btn--with-border {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  line-height: 4.6rem;
  height: 4.6rem;
  border: 1px solid #006405;
  background: transparent;
  color: #000;
}
.btn--with-border:hover {
  background: #006405;
  color: white;
}

.btn--secondary {
  background: #0c0c0c;
}
.btn--secondary:hover {
  background: #009407;
}

.btn--white, a.btn--white {
  background: white;
  color: #ec7700;
}
.btn--white:hover, a.btn--white:hover {
  background: #006405;
  color: white;
}

.section--page-content .btn,
.section--page-content .wp-block-button__link, .section--single-content .btn,
.section--single-content .wp-block-button__link {
  margin-bottom: 7rem;
}

header.header {
  position: fixed;
  z-index: 90;
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-size: 0;
  padding: 0;
  background: #0c0c0c;
  border-bottom: 2px solid white;
}
@media screen and (max-width: 950px) {
  header.header {
    padding: 1.5rem 0;
  }
}
header.header .container {
  position: static;
}

header.header.scrolled,
header.header.active {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.75);
}

.header-left-col {
  display: inline-block;
  vertical-align: middle;
  width: 9rem;
}

.header-logo {
  display: block;
  max-width: 25rem;
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.header-logo h1 {
  display: block;
  margin: 0;
  line-height: 1;
}
.header-logo svg {
  width: 100%;
  height: auto;
}

.header-right-col {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% - 9rem);
  text-align: right;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 950px) {
  .header-right-col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header-menu-wrap {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 950px) {
  .header-menu-wrap {
    position: absolute;
    bottom: 1px;
    -webkit-transform: translateY(100%) scaleY(0);
    transform: translateY(100%) scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    pointer-events: none;
    opacity: 1;
    padding: 1rem;
    background: #0c0c0c;
    left: 0;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #006405;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .header-menu-wrap.active {
    -webkit-transform: translateY(100%) scaleY(1);
    transform: translateY(100%) scaleY(1);
    pointer-events: initial;
    opacity: 1;
  }
}

.header-menu {
  margin: 0;
  /* First level of menu */
  /* First level of menu */
  /* Second levevl of menu */
  /* Second levevl of menu */
}
.header-menu > li {
  position: static;
  display: inline-block;
  padding-left: 0;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .header-menu > li {
    display: block;
    margin: 0;
  }
}
.header-menu > li:before {
  display: none;
}
.header-menu > li > a {
  position: relative;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  padding: 2.5rem 1.5rem;
  border: 1px solid #006405;
  border-top: 0;
  border-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
}
.header-menu > li > a:hover {
  text-decoration-color: white;
  color: white;
}
@media screen and (max-width: 600px) {
  .header-menu > li > a {
    padding: 1.5rem;
    border: none;
  }
}
.header-menu > li > a span.menu-tag {
  display: inline-block;
  position: absolute;
  font-size: 9px;
  border-radius: 2px;
  padding: 3px;
  right: 0.7rem;
  top: 0.8rem;
  white-space: nowrap;
}
@media screen and (max-width: 1230px) {
  .header-menu > li > a span.menu-tag {
    top: 0.5rem;
  }
}
@media screen and (max-width: 950px) {
  .header-menu > li > a span.menu-tag {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media screen and (max-width: 600px) {
  .header-menu > li > a span.menu-tag {
    top: -0.5rem;
  }
}
.header-menu > li.menu-item-has-children:hover > a:after {
  pointer-events: initial;
  -webkit-transform: scaleY(1) translateX(-50%);
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.header-menu > li.menu-item-has-children:hover > ul.sub-menu {
  pointer-events: initial;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
.header-menu > li.menu-item-has-children > a {
  position: relative;
}
.header-menu > li.menu-item-has-children > a:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -2rem;
  z-index: 4;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 23px 14px 23px;
  border-color: transparent transparent white transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  pointer-events: none;
  -webkit-transform: scaleY(0) translateX(-50%);
  transform: scaleY(0) translateX(-50%);
  opacity: 0;
}
@media screen and (max-width: 1500px) {
  .header-menu > li.menu-item-has-children > a:after {
    bottom: -2.1rem;
  }
}
.header-menu > li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  left: 0;
  top: 8.5rem;
  width: 100%;
  font-size: 0;
  background: white;
  border-top: 2px solid #006405;
  text-align: left;
  padding: 3.8rem 24rem;
  -webkit-box-shadow: 0px 1px 21px -10px #424242;
  box-shadow: 0px 1px 21px -10px #424242;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  -webkit-transform-origin: top;
          transform-origin: top;
  pointer-events: none;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  /* Third level of menu */
  /* Third level of menu */
}
.header-menu > li.menu-item-has-children > ul.sub-menu:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -3rem;
  height: 3rem;
}
@media screen and (max-width: 1600px) {
  .header-menu > li.menu-item-has-children > ul.sub-menu {
    padding: 1.5rem 4rem;
  }
}
@media screen and (max-width: 950px) {
  .header-menu > li.menu-item-has-children > ul.sub-menu {
    padding: 1rem;
  }
}
.header-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  margin-right: 0;
  max-width: 33rem;
  padding: 0;
}
.header-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:before {
  display: none;
}
@media screen and (max-width: 1500px) {
  .header-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children {
    text-align: left;
  }
}
@media screen and (max-width: 950px) {
  .header-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    text-align: center;
  }
}
.header-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > a {
  font-size: 2.4rem;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 1.5rem;
  pointer-events: none;
  display: block;
  font-weight: 700;
  text-decoration: none;
}
.header-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
  list-style-type: none;
  margin: 0;
}
.header-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li {
  padding-left: 0;
  line-height: 1.3;
  margin: 0.8rem 0;
}
.header-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li:before {
  display: none;
}
.header-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li > a {
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
}
.header-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li > a:hover {
  color: #006405;
}

@media screen and (max-width: 950px) {
  header.header.active nav.header-menu-wrap {
    max-height: 80svh;
    overflow-y: auto;
  }
  nav.header-menu-wrap ul.header-menu > li {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    line-height: 2;
  }
  header.header.active nav.header-menu-wrap ul.header-menu > li.menu-item-has-children > a:after {
    display: none;
  }
  header.header.active nav.header-menu-wrap ul.header-menu > li.menu-item-has-children > ul.sub-menu {
    position: static;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
  }
  nav.header-menu-wrap ul.header-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-right: 0;
    padding-bottom: 2rem;
    /*&:after {
            position: absolute;
            content: "";
            width: 60%;
            height: 2px;
            background: $greyLight;
            left: 50%;
            @include transform(translateX(-50%));
            bottom: -1rem;
        }*/
  }
  nav.header-menu-wrap ul.header-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > a {
    position: relative;
    margin-bottom: 0;
  }
  nav.header-menu-wrap ul.header-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > a:after {
    position: absolute;
    content: "";
    width: 30%;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1rem;
  }
}
.header-search-form-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 6.7rem;
  font-size: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #006405;
}
@media screen and (max-width: 950px) {
  .header-search-form-wrap {
    width: 4rem;
    height: 4rem;
    margin-right: 1.5rem;
  }
}
.header-search-form-wrap i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: white;
  font-size: 2rem;
  display: inline-block;
  vertical-align: middle;
}
.header-search-form-wrap i:hover {
  cursor: pointer;
  color: #0c0c0c;
}
.header-search-form-wrap.active .hover-bubble {
  -webkit-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 1345px) {
  .header-search-form-wrap.active .hover-bubble {
    -webkit-transform: translateX(0) translateY(100%);
    transform: translateX(0) translateY(100%);
  }
}

.hover-bubble {
  position: absolute;
  left: 50%;
  bottom: -0.7rem;
  -webkit-transform: translateX(-50%) translateY(105%);
  transform: translateX(-50%) translateY(105%);
  background: #000;
  border-radius: 0.5rem;
  padding: 1.5rem 2rem;
  width: 24rem;
  pointer-events: none;
  opacity: 0;
  margin: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 1345px) {
  .hover-bubble {
    left: auto;
    right: -1rem;
    -webkit-transform: translateX(0) translateY(105%);
    transform: translateX(0) translateY(105%);
  }
}
.hover-bubble:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1.2rem;
  height: 1.2rem;
  background: #000;
}
@media screen and (max-width: 1345px) {
  .hover-bubble:before {
    left: auto;
    right: 1rem;
  }
}
.hover-bubble:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -0.7rem;
  height: 0.7rem;
}

.menu-btn {
  display: none;
}
@media screen and (max-width: 950px) {
  .menu-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 24px;
    height: 24px;
  }
  .menu-btn:hover {
    cursor: pointer;
  }
  .menu-btn span {
    position: absolute;
    left: 0px;
    width: 24px;
    height: 2px;
    background: white;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
  }
  .menu-btn span:nth-of-type(1) {
    top: 4px;
  }
  .menu-btn span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .menu-btn span:nth-of-type(3) {
    top: 18px;
  }
}

.plus-18 {
  position: absolute;
  top: 50%;
  right: -5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 5rem;
  height: auto;
}
@media screen and (max-width: 1300px) {
  .plus-18 {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: middle;
    margin-left: 1.5rem;
    top: auto;
    right: auto;
    max-width: 3rem;
    -webkit-transform: none;
            transform: none;
  }
}

.searchform {
  display: inline-block;
  margin-left: 1.5rem;
}
.searchform .btn {
  margin: 2rem auto 0 auto;
  display: block;
}

.section--search-results {
  text-align: center;
}
.section--search-results h1 {
  font-size: 5rem;
}

header.header .searchform {
  margin: 0;
}
header.header .searchform .btn {
  line-height: 4rem;
  height: 4rem;
  margin-top: 2rem;
}
header.header .searchform .btn i {
  color: white;
}
header.header .searchform .form-control {
  line-height: 4rem;
  height: 4rem;
  background: transparent;
  border-bottom: 2px solid #006405;
  padding: 0 1rem;
  font-size: 16px;
  color: white;
  margin: 0;
  width: 100%;
}

body.home main header.header {
  background: transparent;
}

.section--top {
  background: #f7f8fb;
  padding: 6rem 0;
  text-align: left;
}
.section--top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section--top .container h1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: left;
  color: #0c0c0c;
  margin-bottom: 5rem;
}
.section--top .container .leftet-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25rem;
          flex: 0 0 25rem;
}
@media screen and (max-width: 1000px) {
  .section--top .container .leftet-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.section--top .container .left-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 3rem;
  padding-left: 3rem;
}
@media screen and (max-width: 1000px) {
  .section--top .container .left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 3rem;
  }
}
.section--top .container .right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25rem;
          flex: 0 0 25rem;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .section--top .container .right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.section--top .container .right-col h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 2rem 0;
  color: #0c0c0c;
}
.section--top .cpt-item {
  background: transparent;
  width: 100%;
}
.section--top .cpt-item:hover {
  background: white;
}

.editor-pick-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #006405;
}
.editor-pick-item:last-of-type {
  border-bottom: 0;
}
.editor-pick-item:hover .editor-pick-item__content p.footer {
  color: #006405;
}
.editor-pick-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0;
}
.editor-pick-item__content p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.35;
}
.editor-pick-item__content p.footer {
  color: #0c0c0c;
  font-style: italic;
  margin-top: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.editor-pick-item.editor-pick-item--with-image .editor-pick-item__thumb {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
  overflow: hidden;
  aspect-ratio: 1.4/1;
}
.editor-pick-item.editor-pick-item--with-image .editor-pick-item__thumb img {
  max-width: initial;
  height: 100%;
  width: auto;
}
.editor-pick-item.editor-pick-item--with-image .editor-pick-item__thumb svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-width: 80%;
  height: auto;
}

.section--five-articles {
  background: white;
  padding: 5rem 0;
}
.section--five-articles h3 {
  margin-top: 0;
  margin-bottom: 3rem;
}

.categories-tiles-items {
  font-size: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 1000px) {
  .categories-tiles-items {
    gap: 1rem;
  }
}
@media screen and (max-width: 840px) {
  .categories-tiles-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .categories-tiles-items {
    grid-template-columns: 1fr;
  }
}

.category-tile-item {
  position: relative;
  overflow: hidden;
  background: #1d1f24;
}
.category-tile-item:hover {
  -webkit-box-shadow: 0px 13px 51px 0px rgba(0, 148, 7, 0.45);
  box-shadow: 0px 13px 51px 0px rgba(0, 148, 7, 0.45);
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
.category-tile-item:before {
  content: "";
  padding-bottom: 57%;
  display: block;
}
.category-tile-item h2 {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  padding: 0 2rem;
  z-index: 2;
  color: #009407;
  font-size: 2rem;
  font-style: normal;
  margin: 0;
}
.category-tile-item img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-height: 100%;
  max-width: auto;
  min-width: 100%;
}
.category-tile-item .category-tile-item__description {
  position: absolute;
  z-index: 2;
  left: 2rem;
  bottom: 5rem;
  padding-right: 4rem;
}
@media screen and (max-width: 870px) {
  .category-tile-item .category-tile-item__description {
    padding-right: 1rem;
  }
}
.category-tile-item .category-tile-item__description p {
  font-size: 1.9rem;
  color: white;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
}

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

.section--usp {
  padding: 5rem 0;
}
.section--usp .intro-text {
  margin-bottom: 5rem;
}

.usp-items {
  font-size: 0;
  text-align: center;
}

.usp-item {
  display: inline-block;
  text-align: center;
  width: 33.3333%;
  padding: 0 2rem;
}
@media screen and (max-width: 650px) {
  .usp-item {
    width: 50%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 430px) {
  .usp-item {
    width: 100%;
    padding: 0;
  }
}
.usp-item p {
  max-width: 22rem;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.3;
}
.usp-item p.usp-item__title {
  max-width: 27rem;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
}

.usp-item__icon {
  position: relative;
  margin: 0 auto 2.5rem auto;
  width: 10rem;
  height: 10rem;
}
.usp-item__icon img,
.usp-item__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.section--green-stripe .container {
  background: #006405;
  padding: 2rem 6rem;
}
.section--green-stripe p {
  margin: 0;
  color: white;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.section--frontpage-articles .container {
  font-size: 0;
  padding: 0;
}
.section--frontpage-articles .text-center {
  margin-top: 5rem;
}

.chosen-articles-items {
  display: inline-block;
  background: #0c0c0c;
  border: 1px solid #f2f3f6;
  padding: 2rem 0 0 0;
  width: 23%;
  max-width: 25.5rem;
}
@media screen and (max-width: 900px) {
  .chosen-articles-items {
    width: 100%;
    max-width: initial;
    margin: 1rem 0;
  }
}

.chosen-articles-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.9rem;
  text-transform: uppercase;
  margin: 0 0 0 2rem;
  font-weight: 500;
  color: white;
}

.chosen-article-item {
  position: relative;
  display: block;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #f2f3f6;
  text-decoration: none;
  font-size: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.chosen-article-item:hover {
  background: #006405;
}
.chosen-article-item:hover h3.chosen-article-item__title,
.chosen-article-item:hover span.chosen-article-item__number {
  color: white;
}
.chosen-article-item:last-of-type {
  border-bottom: 0;
}

span.chosen-article-item__number {
  position: absolute;
  left: 2rem;
  top: 1.8rem;
  color: white;
  opacity: 0.16;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

h3.chosen-article-item__title {
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.33333;
  font-weight: 400;
  padding-left: 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
  color: white;
  font-style: normal;
}

.articles-tiles {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.articles-tiles-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 850px) {
  .articles-tiles-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 630px) {
  .articles-tiles-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.articles-tiles-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  background: white;
}
@media screen and (max-width: 850px) {
  .articles-tiles-item:last-of-type {
    display: none;
  }
}
.articles-tiles-item:hover {
  -webkit-box-shadow: 0px 13px 51px 0px rgba(0, 148, 7, 0.45);
  box-shadow: 0px 13px 51px 0px rgba(0, 148, 7, 0.45);
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
.articles-tiles-item .left-col {
  width: 56.4%;
  margin-right: 43.6%;
  display: inline-block;
  vertical-align: middle;
  padding: 8rem 1rem 5rem 2rem;
}
.articles-tiles-item .left-col.left-col--full {
  width: 100%;
  margin-right: 0;
}
.articles-tiles-item .right-col {
  position: absolute;
  overflow: hidden;
  width: 43.6%;
  height: 100%;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: middle;
}
.articles-tiles-item .right-col img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  min-height: 100%;
  min-width: 100%;
  max-width: auto;
  max-width: initial;
  width: auto;
  height: auto;
}
.articles-tiles-item h3 {
  color: #000;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .articles-tiles-item h3 {
    font-size: 1.7rem;
    padding-right: 0.5rem;
  }
}
.articles-tiles-item .articles-tiles-item__category-tag {
  position: absolute;
  z-index: 2;
  top: 2rem;
  left: 0;
}

.articles-tiles-item__category-tag {
  height: 3.3rem;
  line-height: 3.3rem;
  background: #006405;
  color: white;
  font-size: 13px;
  border-radius: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 2rem;
}

.section--frontpage-more-articles {
  text-align: right;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 600px) {
  .section--frontpage-more-articles {
    text-align: center;
  }
}
.section--frontpage-more-articles .container {
  position: relative;
}
.section--frontpage-more-articles .container:after {
  position: absolute;
  content: "";
  z-index: 1;
  height: 1px;
  background: #009407;
  top: 50%;
  left: 2.5rem;
  right: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .section--frontpage-more-articles .container:after {
    left: 1.5rem;
    right: 1.5rem;
  }
}
.section--frontpage-more-articles .btn {
  position: relative;
  z-index: 2;
  border-left: 3rem solid #f9fafc;
}
@media screen and (max-width: 600px) {
  .section--frontpage-more-articles .btn {
    border-right: 3rem solid #f9fafc;
  }
}

.section--dark-grey {
  padding: 5rem 0;
  font-size: 0;
}
.section--dark-grey .container {
  position: relative;
  background: #1d1f24;
}
.section--dark-grey h1,
.section--dark-grey h2,
.section--dark-grey h3,
.section--dark-grey h4 {
  color: #006405;
  margin: 0;
}
.section--dark-grey p,
.section--dark-grey ul,
.section--dark-grey ol {
  color: white;
  margin: 2.4rem 0;
}
.section--dark-grey .btn {
  margin-top: 2rem;
}
.section--dark-grey .btn:hover {
  background-color: rgb(246, 167, 24);
  -webkit-box-shadow: 0px 10px 62px 0px rgba(246, 167, 24, 0.41);
  box-shadow: 0px 10px 62px 0px rgba(246, 167, 24, 0.41);
}

.section--dark-grey__left-col {
  display: inline-block;
  position: relative;
  width: 30%;
  vertical-align: middle;
}
@media screen and (max-width: 720px) {
  .section--dark-grey__left-col {
    position: static;
    display: block;
    width: 100%;
    max-width: 55rem;
    margin: 0 auto;
    text-align: center;
  }
}
.section--dark-grey__left-col img {
  opacity: 0.4;
}

.section--dark-grey__right-col {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  padding: 3rem;
}
@media screen and (max-width: 720px) {
  .section--dark-grey__right-col {
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding: 3rem 2rem 3rem 2rem;
  }
}

.section--dark-grey.section--dark-grey-second {
  padding: 5rem 0;
  font-size: 0;
}
.section--dark-grey.section--dark-grey-second .container {
  background: white;
  padding-right: 0;
}
.section--dark-grey.section--dark-grey-second h1,
.section--dark-grey.section--dark-grey-second h2,
.section--dark-grey.section--dark-grey-second h3,
.section--dark-grey.section--dark-grey-second h4 {
  color: #1d1f24;
}
.section--dark-grey.section--dark-grey-second p,
.section--dark-grey.section--dark-grey-second ul,
.section--dark-grey.section--dark-grey-second ol {
  color: #000;
}
.section--dark-grey.section--dark-grey-second .section--dark-grey__left-col {
  width: 50%;
  position: static;
  background: white;
  display: inline-block;
  vertical-align: bottom;
  background: transparent;
  padding: 4rem 4rem 4rem 0;
  -webkit-transform: none;
  transform: none;
  margin: 0;
}
@media screen and (max-width: 720px) {
  .section--dark-grey.section--dark-grey-second .section--dark-grey__left-col {
    width: 100%;
    max-width: 100%;
    padding: 3rem 0 3rem 0;
    text-align: center;
  }
}
.section--dark-grey.section--dark-grey-second .section--dark-grey__right-col {
  width: 50%;
  position: static;
  background: white;
  display: inline-block;
  vertical-align: bottom;
  padding: 5rem 0 0 0;
  margin-left: 0;
}
@media screen and (max-width: 720px) {
  .section--dark-grey.section--dark-grey-second .section--dark-grey__right-col {
    display: block;
    width: 100%;
    max-width: 55rem;
    margin: 0 auto;
  }
}

.section--newest-articles {
  padding: 5rem 0;
}
.section--newest-articles .container {
  font-size: 0;
}
.section--newest-articles .newest-articles-intro-text {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  background: #1d1f24;
  padding: 4rem 3rem;
}
@media screen and (max-width: 920px) {
  .section--newest-articles .newest-articles-intro-text {
    padding: 2.5rem 1.5rem;
    width: 30%;
  }
}
@media screen and (max-width: 720px) {
  .section--newest-articles .newest-articles-intro-text {
    width: 100%;
  }
}
.section--newest-articles .newest-articles-intro-text h2,
.section--newest-articles .newest-articles-intro-text h3,
.section--newest-articles .newest-articles-intro-text h4 {
  color: #009407;
  margin: 0;
}
.section--newest-articles .newest-articles-intro-text p {
  color: white;
  margin: 2rem 0;
}
.section--newest-articles .newest-articles-intro-text a {
  font-size: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
}
.section--newest-articles .newest-articles-articles {
  display: inline-grid;
  vertical-align: top;
  width: 75%;
  padding-left: 3rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 920px) {
  .section--newest-articles .newest-articles-articles {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 720px) {
  .section--newest-articles .newest-articles-articles {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2rem;
    padding-left: 0;
    gap: 1rem;
  }
}
@media screen and (max-width: 550px) {
  .section--newest-articles .newest-articles-articles {
    grid-template-columns: 1fr;
  }
}
.section--newest-articles .newest-articles-articles .cpt-item {
  width: 100%;
  margin: 0;
}
.section--newest-articles .newest-articles-articles .cpt-item .cpt-item_thumb:after {
  padding-top: 76.7%;
}

.section--how-to-start h2,
.section--how-to-start h3,
.section--how-to-start h4 {
  color: #1d1f24;
  font-style: normal;
}

.how-to-start-items {
  background: white;
  font-size: 0;
  margin-top: 5rem;
  padding: 3rem 2.5rem;
}

.how-to-start-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 5rem;
  text-align: left;
}
.how-to-start-item:nth-of-type(2n + 1) {
  padding-right: 1rem;
}
.how-to-start-item:nth-of-type(2n) {
  padding-left: 1rem;
}
@media screen and (max-width: 600px) {
  .how-to-start-item {
    width: 100%;
    padding: 0;
  }
}
.how-to-start-item i {
  color: #006405;
}

.how-to-start-item__title {
  font-size: 0;
}
.how-to-start-item__title img {
  max-width: 6rem;
  display: inline-block;
  vertical-align: middle;
}
.how-to-start-item__title p {
  width: calc(100% - 6rem);
  padding-left: 2rem;
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}

.how-to-start-item__content p,
.how-to-start-item__content ul,
.how-to-start-item__content ol {
  margin: 2rem 0;
}

.section.section--faqs {
  padding: 5rem 0;
}

.faq-item {
  border-bottom: 1px solid #006405;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq-item:hover {
  cursor: pointer;
  background: #f6f9fb;
}
.faq-item.active .header:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.faq-item .header {
  position: relative;
  padding: 2.5rem 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq-item .header:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0dd";
  font-size: 1.5rem;
  color: white;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 47%;
  color: #006405;
  right: 1.5rem;
  left: auto;
  font-size: 2.5rem;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.faq-item .header p {
  margin: 0;
  font-weight: 700;
  font-size: 2.5rem;
}
.faq-item .content {
  display: none;
  padding: 0 3rem 3rem 3rem;
}

.section--signpost {
  margin-top: 5rem;
}

.signpost-header {
  position: relative;
  margin-bottom: 4rem;
  text-align: left;
  background: #006405;
  padding: 0.5rem 2rem;
}
.signpost-header h3 {
  color: white;
  text-transform: uppercase;
  font-style: normal;
  font-size: 2.5rem;
  margin: 0;
}

.signposts-posts-items {
  font-size: 0;
}

.signpost-posts-items__col {
  width: 33.33333%;
  display: inline-block;
  vertical-align: top;
  padding-right: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 900px) {
  .signpost-posts-items__col {
    width: 33.33333%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 610px) {
  .signpost-posts-items__col {
    width: 50%;
  }
}
@media screen and (max-width: 430px) {
  .signpost-posts-items__col {
    width: 100%;
    padding-right: 0;
  }
}
.signpost-posts-items__col h4 {
  margin: 0 0 0 2rem;
  color: #006405;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.6rem;
}

.signpost-post-item {
  position: relative;
  display: block;
  margin: 1.4rem 0 1.4rem 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.signpost-post-item:hover p {
  color: #0c0c0c;
}
.signpost-post-item span.number {
  position: absolute;
  top: 0.5rem;
  left: -2rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #006405;
  font-size: 13px;
  font-weight: 700;
  opacity: 0.86;
}
.signpost-post-item p {
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.4rem;
}

.posts-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3rem;
}
@media screen and (max-width: 1100px) {
  .posts-items {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 800px) {
  .posts-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 520px) {
  .posts-items {
    grid-template-columns: 1fr;
  }
}

.posts-items.posts-items--fives {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 800px) {
  .posts-items.posts-items--fives {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 520px) {
  .posts-items.posts-items--fives {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 800px) {
  .posts-items.posts-items--fives .cpt-item {
    grid-column: auto !important;
  }
}
.posts-items.posts-items--fives .cpt-item:nth-of-type(1) {
  grid-column: 1/4;
}
.posts-items.posts-items--fives .cpt-item:nth-of-type(2) {
  grid-column: 4/7;
}
.posts-items.posts-items--fives .cpt-item:nth-of-type(3) {
  grid-column: 1/3;
}
.posts-items.posts-items--fives .cpt-item:nth-of-type(4) {
  grid-column: 3/5;
}
.posts-items.posts-items--fives .cpt-item:nth-of-type(5) {
  grid-column: 5/7;
}

.cpt-item {
  position: relative;
  display: block;
  vertical-align: top;
  text-align: left;
  text-decoration: none;
  background: white;
}
.cpt-item:hover {
  -webkit-box-shadow: 0px 13px 25px 0px rgba(12, 12, 12, 0.45);
  box-shadow: 0px 13px 25px 0px rgba(12, 12, 12, 0.45);
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
  background: white;
}
.cpt-item:after {
  display: none;
}

.cpt-item_thumb {
  position: relative;
  background: #cccccc;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 255/230;
}
.cpt-item_thumb .articles-tiles-item__category-tag {
  position: absolute;
  z-index: 2;
  top: 1.5rem;
  left: 0;
  border-radius: 0 1.5rem 1.5rem 0;
  padding-left: 1.6rem;
}
.cpt-item_thumb img, .cpt-item_thumb svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.cpt-item_thumb img {
  min-width: 101%;
  max-width: initial;
  min-height: 101%;
  height: auto;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.cpt-item_thumb svg {
  max-width: 70%;
}

.cpt-item__content {
  padding: 0 1rem;
}
.cpt-item__content .inner p {
  font-size: 1.4rem;
  line-height: 1.3;
  margin: 1.5rem 0;
}

.cpt-item-title {
  font-size: 1.62rem;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  margin: 1.5rem 0;
}

.read-more {
  font-style: italic;
  color: #006405;
}

.cpt-item__footer {
  padding: 0 1rem 1rem 1rem;
  text-align: left;
}
.cpt-item__footer .btn {
  margin: 1rem 0 0 0;
}

.search-button-wrap {
  margin-top: 3rem;
}

.pagination {
  width: 100%;
  text-align: center;
}

.page-numbers {
  display: inline-block;
  vertical-align: middle;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  margin: 0 1rem;
  font-size: 1.8rem;
  background: #000;
  color: white;
  text-align: center;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.page-numbers:after {
  display: none;
}

.page-numbers.dots {
  background: none;
  margin: 0;
  color: #000;
}

a.page-numbers:hover,
.page-numbers.current {
  background: #006405;
  color: white;
}

body.single main {
  padding-top: 10rem;
}

.page-header {
  margin-bottom: 10rem;
}

.page-footer {
  margin: 5rem 0 10rem 0;
}

.single-categories .articles-tiles-item__category-tag {
  display: inline-block;
  margin-right: 1rem;
  text-decoration: none;
  height: 3.4rem;
  line-height: 3.4rem;
}
.single-categories .articles-tiles-item__category-tag:hover {
  color: white;
}

/* 
body.single .section--next-articles {
    padding: 5rem 0;
    background: #f1f1f1;

        h2 {
            text-align: center;
            color: $secondary;
        }

        .posts-items {
            grid-template-columns: repeat(4, 1fr);

            @include media(1000px) {
                grid-template-columns: 1fr 1fr 1fr;
            }

            @include media(800px) {
                grid-template-columns: 1fr 1fr;
            }

            @include media(520px) {
                grid-template-columns: 1fr;
            }
        }

            .cpt-item {
                background: $primary;

                    p {
                        color: white;
                    }
            }

            .btn {
                background: $secondary;
                color: $primary;

                &:hover {
                    background: white;
                }
            }
} */
.breadcrumbs-wrap {
  margin-bottom: 5rem;
}

.single-top-section {
  text-align: left;
  padding-top: 0;
}
.single-top-section h1 {
  text-align: left;
  margin-bottom: 4.2rem;
}
.single-top-section img {
  max-width: 70%;
  margin: 0;
}

.single-content-section .container {
  font-size: 0;
}
@media screen and (max-width: 1000px) {
  .single-content-section .container {
    padding: 0 1.5rem;
  }
}
.single-content-section .container p a {
  text-decoration: underline;
  color: #006405;
}
.single-content-section .container p a:hover {
  color: #0c0c0c;
}
.single-content-section .container .inner {
  position: relative;
  max-width: 70%;
  padding-right: 2.5rem;
  margin: 0;
  float: left;
}
@media screen and (max-width: 1000px) {
  .single-content-section .container .inner {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
  }
}
.single-content-section .tiles-items,
.single-content-section .loan-items-section,
.single-content-section .faqs-items {
  margin: 2rem auto;
}
.single-content-section ul,
.single-content-section ol {
  padding-left: 2rem;
  margin-left: 0;
}
.single-content-section ul li,
.single-content-section ol li {
  padding-left: 0;
}
.single-content-section ul li:before,
.single-content-section ol li:before {
  display: none;
}
.single-content-section ul li::marker,
.single-content-section ol li::marker {
  color: #006405;
  font-weight: 700;
}
.single-content-section ul li a,
.single-content-section ol li a {
  color: #006405;
}
.single-content-section ul li a:hover,
.single-content-section ol li a:hover {
  color: #0c0c0c;
}
.single-content-section ul ul,
.single-content-section ul ol,
.single-content-section ol ul,
.single-content-section ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.single-content-section figure.wp-block-embed {
  margin: 1rem 0;
}
.single-content-section figure.wp-block-embed iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

.comments-count-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.comments-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
  text-decoration: none;
}
.comments-count span {
  font-size: 1.5rem;
  line-height: 1.45;
  font-weight: 400;
}
.comments-count .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  border: 1px solid #009407;
  margin-bottom: 0;
  height: 2.8rem;
  line-height: 2.8rem;
  font-size: 14px;
}
.comments-count .btn svg {
  width: 1.8rem;
}

.section--page-content ul,
.section--page-content ol {
  padding-left: 2rem;
  margin-left: 0;
}
.section--page-content ul li,
.section--page-content ol li {
  padding-left: 0;
}
.section--page-content ul li:before,
.section--page-content ol li:before {
  display: none;
}
.section--page-content ul li::marker,
.section--page-content ol li::marker {
  color: #006405;
  font-weight: 700;
}
.section--page-content ul li a,
.section--page-content ol li a {
  color: #006405;
}
.section--page-content ul li a:hover,
.section--page-content ol li a:hover {
  color: #0c0c0c;
}
.section--page-content ul ul,
.section--page-content ul ol,
.section--page-content ol ul,
.section--page-content ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-image figcaption {
  margin-bottom: 3rem;
}

time {
  font-size: 2rem;
  font-style: italic;
}

.article-content-section {
  padding-top: 0;
  margin-bottom: 10rem;
}
.article-content-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 900px) {
  .article-content-section .container {
    gap: 0;
    display: block;
  }
}
.article-content-section .container .single-left-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1230px) {
  .article-content-section .container .single-left-col p,
  .article-content-section .container .single-left-col ul,
  .article-content-section .container .single-left-col ol {
    font-size: 1.9rem;
  }
}
.article-content-section .container .single-left-col h1,
.article-content-section .container .single-left-col h2,
.article-content-section .container .single-left-col h3,
.article-content-section .container .single-left-col h4,
.article-content-section .container .single-left-col h5 {
  text-transform: uppercase;
}
.article-content-section .container .single-right-col {
  position: sticky;
  top: 9rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26rem;
          flex: 0 0 26rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  vertical-align: top;
}
@media screen and (max-width: 900px) {
  .article-content-section .container .single-right-col {
    display: none;
  }
}
.article-content-section .container .single-right-col ul,
.article-content-section .container .single-right-col p,
.article-content-section .container .single-right-col h1,
.article-content-section .container .single-right-col h2,
.article-content-section .container .single-right-col h3,
.article-content-section .container .single-right-col h4,
.article-content-section .container .single-right-col h5 {
  margin: 0;
}
.article-content-section .container .single-right-col .plus-18-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-content-section .container .single-right-col .plus-18-widget .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
}
.article-content-section .container .single-right-col .plus-18-widget .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1rem;
}
.article-content-section .container .single-right-col .plus-18-widget .text p {
  font-size: 14px;
  line-height: 1.3;
}

.mobile-widgets {
  display: none;
  width: 100%;
  max-width: 26rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  vertical-align: top;
}
@media screen and (max-width: 900px) {
  .mobile-widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem auto;
  }
}
.mobile-widgets ul,
.mobile-widgets p,
.mobile-widgets h1,
.mobile-widgets h2,
.mobile-widgets h3,
.mobile-widgets h4,
.mobile-widgets h5 {
  margin: 0;
}
.mobile-widgets .plus-18-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-widgets .plus-18-widget .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
}
.mobile-widgets .plus-18-widget .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1rem;
}
.mobile-widgets .plus-18-widget .text p {
  font-size: 14px;
  line-height: 1.3;
}

.article-item__tags {
  margin-top: 2rem;
}
.article-item__tags .tag-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8rem;
  line-height: 1.2;
  padding: 0.4rem 0.8rem;
  border-radius: 2px;
  border: 1px solid #006405;
  font-size: 2.2rem;
}
.article-item__tags .tag-item:hover {
  color: white;
  background: #006405;
}

.article-author-wrap {
  font-size: 0;
  margin-top: 2rem;
}
.article-author-wrap p {
  margin-bottom: 1.4rem;
  margin-top: 0;
}
.article-author-wrap a.author-name {
  font-size: 2.8rem;
  color: #006405;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
}
.article-author-wrap a.author-name:hover {
  color: #006405;
}
.article-author-wrap p.author-name {
  font-size: 3.3rem;
  color: #009407;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0;
}
.article-author-wrap p:not(.author-name) {
  font-size: 1.6rem;
}
.article-author-wrap .socials {
  font-size: 0;
}
.article-author-wrap .socials a {
  color: #acacac;
  font-size: 2rem;
  margin-right: 4rem;
  white-space: nowrap;
  width: 33%;
  margin-bottom: 1rem;
  display: inline-block;
  text-decoration: none;
}
.article-author-wrap .socials a:hover {
  color: #006405;
}
.article-author-wrap .left-col {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .article-author-wrap .left-col {
    display: none;
  }
}
.article-author-wrap .right-col {
  width: 70%;
  padding-left: 2rem;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .article-author-wrap .right-col {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-top: 2rem;
  }
}

.post-date {
  padding-top: 3rem;
  border-top: 1px solid #009407;
  margin-top: 1rem;
}
.post-date time {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  font-style: normal;
}

.section--next-articles {
  text-align: center;
  background: #f1f1f1;
}
.section--next-articles .container > .btn {
  margin-top: 4rem;
}

@media screen and (max-width: 600px) {
  .single-post header.header {
    padding: 1.5rem 0;
  }
  .single-post .section--top {
    padding-top: 8.4rem;
  }
  .single-post .breadcrumb {
    margin-bottom: 0;
  }
  .single-post .section--content {
    padding-top: 3rem;
  }
  .single-post h1 {
    font-size: 2.7rem;
    margin-bottom: 2rem;
  }
}
.section--chosen-articles-from-category {
  padding: 4rem 0;
  background: white;
}

.chosen-articles-from-category-header {
  position: relative;
  margin-bottom: 4rem;
  padding-right: 30rem;
}
@media screen and (max-width: 600px) {
  .chosen-articles-from-category-header {
    padding-right: 0;
    text-align: center;
  }
}
.chosen-articles-from-category-header h3.title {
  color: #006405;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 2.4rem;
}
@media screen and (max-width: 600px) {
  .chosen-articles-from-category-header h3.title {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.chosen-articles-from-category-header p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-left: 3rem;
  font-style: italic;
}
@media screen and (max-width: 600px) {
  .chosen-articles-from-category-header p {
    width: 100%;
    display: block;
    text-align: center;
    margin-left: 0;
  }
}
.chosen-articles-from-category-header a.link {
  position: absolute;
  top: 0.4rem;
  right: 0;
  font-size: 2rem;
  text-decoration: none;
}
.chosen-articles-from-category-header a.link:hover span {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .chosen-articles-from-category-header a.link {
    position: static;
    display: inline-block;
    margin: 2rem auto 0 auto;
  }
}
.chosen-articles-from-category-header a.link i {
  color: #006405;
  font-size: 1.7rem;
}

.chosen-articles-from-category-footer {
  margin-top: 2rem;
}

.section--green-with-tiles {
  background: #009407;
  padding: 4rem 0;
  margin-top: 5rem;
}
.section--green-with-tiles .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section--green-with-tiles .container .left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}
@media screen and (max-width: 700px) {
  .section--green-with-tiles .container .left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 3rem;
  }
}
.section--green-with-tiles .container .left-col h1,
.section--green-with-tiles .container .left-col h2,
.section--green-with-tiles .container .left-col h3,
.section--green-with-tiles .container .left-col h4,
.section--green-with-tiles .container .left-col p,
.section--green-with-tiles .container .left-col ul,
.section--green-with-tiles .container .left-col ol {
  color: white;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.section--green-with-tiles .container .left-col ul {
  list-style-type: none;
}
.section--green-with-tiles .container .left-col ul li {
  padding-right: 15px;
}
.section--green-with-tiles .container .left-col ul li:before {
  position: absolute;
  content: "";
  left: -20px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
  display: inline-block;
  top: 11px;
}
@media screen and (max-width: 1500px) {
  .section--green-with-tiles .container .left-col ul li:before {
    top: 8px;
  }
}
@media screen and (max-width: 1230px) {
  .section--green-with-tiles .container .left-col ul li:before {
    top: 6px;
  }
}
.section--green-with-tiles .container .right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  padding-left: 3rem;
}
@media screen and (max-width: 1100px) {
  .section--green-with-tiles .container .right-col {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 700px) {
  .section--green-with-tiles .container .right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
  }
}
.section--green-with-tiles .container .right-col .tiles {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1100px) {
  .section--green-with-tiles .container .right-col .tiles {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 920px) {
  .section--green-with-tiles .container .right-col .tiles {
    grid-template-columns: 1fr 1fr;
  }
}
.section--green-with-tiles .container .right-col .tiles .tile {
  background: white;
  border-radius: 1rem;
  padding: 2rem 1rem;
}
.section--green-with-tiles .container .right-col .tiles .tile p.title {
  color: #1d1f24;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0;
  font-weight: 600;
}
.section--green-with-tiles .container .right-col .tiles .tile hr {
  width: 2rem;
  margin: 2rem 0;
  height: 2px;
  background: #006405;
  border: none;
}
.section--green-with-tiles .container .right-col .tiles .tile p.text {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.2;
}
.section--green-with-tiles .container .right-col .tiles .tile .btn {
  margin-top: 2rem;
  background: white;
  font-size: 13px;
  color: #1d1f24;
  border: 1px solid #006405;
  padding: 0 2rem;
  height: 3.6rem;
  line-height: calc(3.6rem - 2px);
}
.section--green-with-tiles .container .right-col .tiles .tile .btn:hover {
  background: #006405;
}

.section--pick-grey {
  background: #0c0c0c;
  padding: 5rem 0;
}
.section--pick-grey .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section--pick-grey .container .left-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 3rem;
}
@media screen and (max-width: 700px) {
  .section--pick-grey .container .left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 3rem;
  }
}
.section--pick-grey .container .right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35rem;
          flex: 0 0 35rem;
  padding: 3rem 1.5rem;
}
@media screen and (max-width: 700px) {
  .section--pick-grey .container .right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.section--pick-grey .container .right-col h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 3rem 0;
  color: #006405;
}
.section--pick-grey .cpt-item {
  background: transparent;
}
.section--pick-grey .cpt-item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section--pick-grey .cpt-item:hover p,
.section--pick-grey .cpt-item:hover h2 {
  color: #1d1f24;
}

.section--pick-grey.section--pick-grey-white {
  background: white;
}
.section--pick-grey.section--pick-grey-white .container .left-col {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 3rem;
  padding-right: 0;
}
@media screen and (max-width: 700px) {
  .section--pick-grey.section--pick-grey-white .container .left-col {
    padding-left: 0;
  }
}
.section--pick-grey.section--pick-grey-white .container .right-col {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 3rem 0;
}
.section--pick-grey.section--pick-grey-white .container .right-col .editor-pick-item {
  border-bottom-color: #0c0c0c;
}
.section--pick-grey.section--pick-grey-white .container .right-col h2 {
  color: #0c0c0c;
  text-align: center;
}

.section--with-green-tile {
  padding: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .section--with-green-tile {
    gap: 1rem;
  }
}
.section--with-green-tile .others-articles {
  display: inline-block;
  vertical-align: top;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19rem;
          flex: 0 0 19rem;
  padding: 1rem 0;
  background: white;
  border-radius: 0;
}
@media screen and (max-width: 700px) {
  .section--with-green-tile .others-articles {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.section--with-green-tile .others-articles p.title {
  font-size: 1.6rem;
  margin: 0 0 0 1rem;
  color: #006405;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.section--with-green-tile .others-articles .other-articles-item {
  position: relative;
  text-decoration: none;
  padding: 1rem 1rem 1rem 2.6rem;
  display: block;
  border-bottom: 1px solid #f4f4f6;
}
.section--with-green-tile .others-articles .other-articles-item:last-of-type {
  border-bottom: 0;
}
.section--with-green-tile .others-articles .other-articles-item:hover {
  background: #006405;
}
.section--with-green-tile .others-articles .other-articles-item:hover p {
  color: white;
}
.section--with-green-tile .others-articles .other-articles-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section--with-green-tile .others-articles .other-articles-item .number {
  position: absolute;
  left: 1rem;
  top: 1.3rem;
  display: block;
  line-height: 1;
  font-size: 14px;
  color: #e5e5e5;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
}
.section--with-green-tile .middle-articles {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
  vertical-align: top;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 900px) {
  .section--with-green-tile .middle-articles {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    padding: 0 0 0 1rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 700px) {
  .section--with-green-tile .middle-articles {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 2rem 0 0 0;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 400px) {
  .section--with-green-tile .middle-articles {
    grid-template-columns: 1fr;
  }
}
.section--with-green-tile .middle-articles .cpt-item {
  position: relative;
}
.section--with-green-tile .middle-articles .cpt-item:nth-of-type(2) {
  grid-column: 2/4;
}
@media screen and (max-width: 700px) {
  .section--with-green-tile .middle-articles .cpt-item:nth-of-type(2) {
    grid-column: auto;
  }
}
.section--with-green-tile .middle-articles .cpt-item:nth-of-type(2) .cpt-item_thumb {
  aspect-ratio: 540/230;
}
@media screen and (max-width: 750px) {
  .section--with-green-tile .middle-articles .cpt-item:nth-of-type(2) .cpt-item_thumb {
    aspect-ratio: 255/230;
  }
}
.section--with-green-tile .middle-articles .cpt-item .cpt-item__content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 1rem;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: rgba(12, 12, 12, 0.6);
}
.section--with-green-tile .middle-articles .cpt-item .cpt-item__content p.cpt-item-title {
  color: white;
  margin: 0;
  font-size: 14px;
}

.section--with-green-tile.section--with-green-tile--second .section-intro {
  margin-bottom: 5rem;
}
.section--with-green-tile.section--with-green-tile--second .section-intro h2 {
  color: #0c0c0c;
  margin-bottom: 2rem;
}
.section--with-green-tile.section--with-green-tile--second .section-intro p:first-of-type {
  margin-top: 0;
}
.section--with-green-tile.section--with-green-tile--second .section-intro p:last-of-type {
  margin-bottom: 0;
}
.section--with-green-tile.section--with-green-tile--second .middle-articles .cpt-item:nth-of-type(1) {
  grid-column: auto;
}
.section--with-green-tile.section--with-green-tile--second .middle-articles .cpt-item:nth-of-type(1) .cpt-item_thumb:after {
  padding-top: 64.7%;
}

.section-with-green-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3rem;
}
.section-with-green-heading .left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
@media screen and (max-width: 700px) {
  .section-with-green-heading .left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}
.section-with-green-heading .left-col h3 {
  color: #006405;
}
.section-with-green-heading .right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding-left: 3rem;
}
@media screen and (max-width: 700px) {
  .section-with-green-heading .right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
    margin-top: 3rem;
  }
}
.section-with-green-heading .right-col p:first-of-type {
  margin-top: 0;
}
.section-with-green-heading .right-col p:last-of-type {
  margin-bottom: 0;
}

.faq-item {
  border-bottom: 1px solid #006405;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq-item:hover {
  cursor: pointer;
  background: rgba(0, 100, 5, 0.4);
}
.faq-item.active .header:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.faq-item .header {
  position: relative;
  padding: 2rem 5rem 2rem 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .faq-item .header {
    padding: 1rem 5rem 1rem 1.5rem;
  }
}
.faq-item .header:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0dd";
  font-size: 1.5rem;
  color: white;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #006405;
  right: 3rem;
  left: auto;
  height: 43%;
  font-size: 2.5rem;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.faq-item .header p {
  margin: 0;
  font-weight: 700;
  font-size: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .faq-item .header p {
    font-size: 1.8rem;
  }
}
.faq-item .content {
  display: none;
  padding: 0 3rem 3rem 3rem;
}
.faq-item .content p {
  margin: 0;
}

.section--text {
  margin-top: 5rem;
  padding: 5rem 1.5rem;
  background: white;
  border: 1px solid #dededf;
}
.section--text h2 {
  color: #006405;
}
.section--text .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.section--text p,
.section--text ul,
.section--text ol,
.section--text h1,
.section--text h2,
.section--text h3,
.section--text H4 {
  margin: 0;
}

.section--next-articles {
  padding: 5rem 0;
}
.section--next-articles h2 {
  text-align: center;
  color: #0c0c0c;
}
.section--next-articles .posts-items {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1000px) {
  .section--next-articles .posts-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 800px) {
  .section--next-articles .posts-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 520px) {
  .section--next-articles .posts-items {
    grid-template-columns: 1fr;
  }
}

body.single .footer {
  margin-top: 0;
}

.section--nadpis-text-clanky {
  padding: 5rem 0;
}
.section--nadpis-text-clanky .section__header {
  text-align: center;
}
.section--nadpis-text-clanky .section__header .text {
  max-width: 60rem;
  margin: 0 auto;
}
.section--nadpis-text-clanky .posts-items {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 900px) {
  .section--nadpis-text-clanky .posts-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .section--nadpis-text-clanky .posts-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section--nadpis-text-clanky .posts-items .cpt-item {
  background: transparent;
}
.section--nadpis-text-clanky .posts-items .cpt-item:hover {
  background: white;
}

.section--black-with-image {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section--black-with-image .left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34.3%;
          flex: 0 0 34.3%;
}
@media screen and (max-width: 750px) {
  .section--black-with-image .left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 3rem;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .section--black-with-image .left-col img {
    max-width: 38rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  .section--black-with-image .left-col img {
    max-width: 100%;
  }
}
.section--black-with-image .right-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4rem;
}
@media screen and (max-width: 1000px) {
  .section--black-with-image .right-col {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .section--black-with-image .right-col {
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}
.section--black-with-image .right-col .text {
  text-align: left;
}
.section--black-with-image .right-col h2 {
  color: #006405;
}
.section--black-with-image .right-col a:not(.btn) {
  color: #006405;
}
.section--black-with-image .right-col a:not(.btn):hover {
  color: #0c0c0c;
}

@media screen and (max-width: 750px) {
  .section--black-with-image.section--black-with-image-second {
    margin-bottom: 5rem;
  }
}
.section--black-with-image.section--black-with-image-second .left-col {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 750px) {
  .section--black-with-image.section--black-with-image-second .left-col {
    margin-bottom: 0;
  }
}
.section--black-with-image.section--black-with-image-second .right-col {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 4rem;
}
@media screen and (max-width: 1000px) {
  .section--black-with-image.section--black-with-image-second .right-col {
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0;
  }
}

.section--orange-section-with-image {
  position: relative;
  background-image: url("../images/orange-bg.svg");
  background-color: #006405;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .section--orange-section-with-image {
    padding: 3rem 0;
  }
}
.section--orange-section-with-image .inner {
  position: relative;
  padding-right: 35%;
  z-index: 2;
}
@media screen and (max-width: 420px) {
  .section--orange-section-with-image .inner {
    padding-right: 0;
    text-align: center;
  }
}

p.orange-section-with-image__title {
  display: block;
  margin-top: 6rem;
  margin-bottom: 6rem;
  color: white;
  font-style: italic;
  font-size: 6.8rem;
  text-transform: uppercase;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  p.orange-section-with-image__title {
    font-size: 4.8rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 700px) {
  p.orange-section-with-image__title {
    font-size: 3.8rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
p.orange-section-with-image__title strong {
  font-weight: 700;
}

.orange-section-with-image__image {
  position: absolute;
  right: -10rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 45%;
  z-index: 1;
}
@media screen and (max-width: 420px) {
  .orange-section-with-image__image {
    opacity: 0.6;
    max-width: 70%;
  }
}

.section--heading {
  background: #006405;
  text-align: left;
  padding: 1.5rem 0;
}
.section--heading h1 {
  color: white;
  font-size: 3rem;
  margin: 0;
}

.section.section--tiles {
  background: #f8f6f6;
  padding: 5rem 0;
}

.tiles-items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 1000px) {
  .tiles-items {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 700px) {
  .tiles-items {
    gap: 0.8rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.tile-item {
  text-decoration: none;
  background: white;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tile-item:hover {
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
.tile-item:nth-of-type(1), .tile-item:nth-of-type(2) {
  grid-column: span 3;
}
@media screen and (max-width: 700px) {
  .tile-item:nth-of-type(1), .tile-item:nth-of-type(2) {
    grid-column: span 2;
  }
}
@media screen and (max-width: 465px) {
  .tile-item:nth-of-type(1), .tile-item:nth-of-type(2) {
    grid-column: span 4;
  }
}
.tile-item:nth-of-type(1) .tile-item__thumb, .tile-item:nth-of-type(2) .tile-item__thumb {
  aspect-ratio: 400/180;
}
.tile-item:nth-of-type(1) .tile-item__thumb .thumb, .tile-item:nth-of-type(2) .tile-item__thumb .thumb {
  aspect-ratio: 400/180;
}
.tile-item:nth-of-type(n + 3) {
  grid-column: span 2;
}
@media screen and (max-width: 465px) {
  .tile-item:nth-of-type(n + 3) {
    grid-column: span 4;
  }
}
.tile-item:nth-of-type(n + 3) .tile-item__thumb {
  aspect-ratio: 255/95;
}
@media screen and (max-width: 600px) {
  .tile-item:nth-of-type(n + 3) .tile-item__thumb {
    aspect-ratio: 435/180;
  }
}
.tile-item:nth-of-type(n + 3) .tile-item__thumb .thumb {
  aspect-ratio: 210/180;
}
@media screen and (max-width: 600px) {
  .tile-item:nth-of-type(n + 3) .tile-item__thumb .thumb {
    aspect-ratio: 435/180;
  }
}
.tile-item.tile-item--black {
  background: #28282b;
}
.tile-item.tile-item--black .tile-item__thumb {
  padding: 1rem;
}
.tile-item.tile-item--black .tile-item__content p.h3 {
  color: #5fd85f;
}
.tile-item.tile-item--black .tile-item__content .text P {
  color: white;
}
.tile-item__thumb .inner {
  overflow: hidden;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.tile-item__content {
  padding: 1.9rem;
}
.tile-item__content p.h3 {
  margin: 0;
  color: #006405;
  font-weight: 600;
  line-height: 1.3;
}
.tile-item__content .text {
  margin: 1rem 0;
}
.tile-item__content .text p {
  margin: 0;
  font-size: 1.5rem;
  color: #404040;
}
.tile-item__content .link {
  color: #006405;
  font-size: 14px;
  font-style: italic;
}

.section.section--three-tiles .section__header {
  text-align: left;
  padding-left: 3rem;
}
@media screen and (max-width: 600px) {
  .section.section--three-tiles .section__header {
    text-align: center;
    padding-left: 0;
  }
}
.section.section--three-tiles .section__header p.small-title {
  margin: 0;
  font-size: 14px;
}

.three-tiles-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 1000px) {
  .three-tiles-items {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 700px) {
  .three-tiles-items {
    gap: 0.8rem;
    grid-template-columns: 1fr;
  }
}
.three-tiles-items .three-tile-item {
  text-decoration: none;
}
.three-tiles-items .three-tile-item:hover {
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
.three-tiles-items .three-tile-item__thumb {
  aspect-ratio: 255/270;
}
.three-tiles-items .three-tile-item__thumb .inner {
  overflow: hidden;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.three-tiles-items .three-tile-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 2rem;
  padding-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.three-tiles-items .three-tile-item__content p.h3 {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 1rem;
  line-height: 1.4;
  font-size: 14px;
}
.three-tiles-items .three-tile-item__content .arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2rem;
          flex: 0 0 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: inline-block;
  font-size: 14px;
  color: #006405;
}

.section.section--eight-tiles {
  padding: 5rem 0;
}

.eight-tiles-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1000px) {
  .eight-tiles-items {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 700px) {
  .eight-tiles-items {
    gap: 0.8rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 400px) {
  .eight-tiles-items {
    grid-template-columns: 1fr;
  }
}
.eight-tiles-items .eight-tile-item {
  text-decoration: none;
}
.eight-tiles-items .eight-tile-item:hover {
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
.eight-tiles-items .eight-tile-item__thumb {
  aspect-ratio: 255/270;
}
.eight-tiles-items .eight-tile-item__thumb .inner {
  overflow: hidden;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.eight-tiles-items .eight-tile-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 1rem;
  padding-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.eight-tiles-items .eight-tile-item__content p.h3 {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 1rem;
  font-size: 14px;
  line-height: 1.4;
}
.eight-tiles-items .eight-tile-item__content .arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2rem;
          flex: 0 0 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: inline-block;
  font-size: 14px;
  color: #006405;
}

footer.footer {
  position: relative;
  background: #0c0c0c;
  padding: 3rem 0 7rem 0;
  font-size: 0;
  margin-top: 5rem;
}
@media screen and (max-width: 900px) {
  footer.footer {
    padding-bottom: 3rem;
  }
}

.footer-col {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  padding-right: 3rem;
}
@media screen and (max-width: 900px) {
  .footer-col {
    width: 33.33333%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 610px) {
  .footer-col {
    width: 50%;
  }
}
@media screen and (max-width: 430px) {
  .footer-col {
    width: 100%;
    padding-right: 0;
  }
}
.footer-col p:not(.footer-col__title) {
  color: white;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  margin-top: 0;
}

.footer-col__title {
  font-weight: 600;
  color: #006405;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
  font-size: 1.7rem;
  margin-bottom: 2rem;
  margin-top: 0.8rem;
}

.footer-menu {
  margin: 0;
  list-style-type: none;
}
.footer-menu li {
  padding: 0;
  line-height: 1.2;
}
.footer-menu li:before {
  display: none;
}
.footer-menu li a {
  color: #cdcccd;
  font-size: 1.4rem;
  margin: 0.3rem 0;
  line-height: 1.2;
  text-decoration: none;
}
.footer-menu li a:hover {
  text-decoration: underline;
  color: white;
}

.footer-logo {
  width: 100%;
  max-width: 17rem;
  display: block;
  margin-bottom: 2rem;
}
.footer-logo svg {
  height: auto;
  width: 100%;
}

.row.disclaimer {
  margin-bottom: 1rem;
  text-align: center;
}

.row.last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row.last .left-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 2rem;
}
@media screen and (max-width: 600px) {
  .row.last .left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
    padding-bottom: 1rem;
  }
}
.row.last .right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20rem;
          flex: 0 0 20rem;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .row.last .right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}

.madeby-stripe {
  position: relative;
  background: #191a1d;
  padding: 0.5rem 0 1.5rem 0;
  font-size: 0;
  padding: 1rem 0;
}
.madeby-stripe .left-col {
  display: inline-block;
  vertical-align: middle;
  width: 13%;
}
@media screen and (max-width: 600px) {
  .madeby-stripe .left-col {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.madeby-stripe .right-col {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: left;
}
.madeby-stripe p {
  color: #6f6f6f;
  margin-bottom: 0;
  font-size: 1.4rem;
  margin: 0;
}
.madeby-stripe p a {
  color: #6f6f6f;
}
.madeby-stripe svg {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .madeby-stripe svg {
    max-width: 19rem;
  }
}
.madeby-stripe svg path {
  fill: white;
}

.footer-above-logo-text {
  max-width: 30rem;
}
.footer-above-logo-text p {
  margin-top: 2rem;
}

.srovnani-prvky {
  display: block;
  max-width: 77rem;
  border-radius: 1rem;
  border: 2px solid #0fae13;
  padding: 1rem;
  background-image: url("../images/srovnani-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 3rem 0;
}

.srovnani-prvky__header {
  padding: 0 5.5rem;
}

p.srovnani-prvky__title {
  font-weight: 700;
  line-height: 1.2;
  margin: 2.5rem 0 1.9rem 0;
  font-size: 2.6rem;
}

p.srovnani-prvky__sub-title {
  margin: 0 0 3.6rem 0;
  font-size: 2.2rem;
  line-height: 1.2;
}

.srovnani-prvek {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #dffce0;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.srovnani-prvek__obrazek {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.5rem;
          flex: 0 0 8.5rem;
  width: 8.5rem;
  margin-bottom: 1rem;
}
.srovnani-prvek__obrazek:last-of-type {
  margin-bottom: 0;
}
.srovnani-prvek__obrazek .srovnani-prvek__inner {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.srovnani-prvek__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 8.5rem - 28rem);
          flex: 0 0 calc(100% - 8.5rem - 28rem);
  width: calc(100% - 8.5rem - 28rem);
  padding: 1.5rem;
}
@media screen and (max-width: 600px) {
  .srovnani-prvek__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 8.5rem);
            flex: 0 0 calc(100% - 8.5rem);
    width: calc(100% - 8.5rem);
  }
}
.srovnani-prvek__content p.srovnani-prvek__title {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 800;
  color: black;
  margin: 0 0 1rem 0;
}
.srovnani-prvek__content p.srovnani-prvek__hodnoceni {
  color: #0fae13;
  font-size: 1.7rem;
  margin: 0;
  line-height: 1;
}
.srovnani-prvek__content p {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 300;
  color: black;
  margin: 1rem 0 0 0;
}

.srovnani-prvek__tlacitka {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28rem;
          flex: 0 0 28rem;
  width: 28rem;
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .srovnani-prvek__tlacitka {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    text-align: center;
    padding-left: 8.5rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 400px) {
  .srovnani-prvek__tlacitka {
    padding-left: 0;
  }
}
.srovnani-prvek__tlacitka a.srovnani-prvek__tlacitko {
  font-size: 1.7rem;
  color: black;
  border: 2px solid black;
  border-radius: 0.5rem;
  background: transparent;
  text-decoration: none;
  width: calc(50% - 2rem);
  margin: 0 1rem;
  display: inline-block;
  vertical-align: middle;
  padding: 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  max-width: 10rem;
}
.srovnani-prvek__tlacitka a.srovnani-prvek__tlacitko:hover {
  background-color: black;
  color: white;
}
.srovnani-prvek__tlacitka a.srovnani-prvek__tlacitko.srovnani-prvek__tlacitko--green {
  color: white;
  background: #0fae13;
  border-color: #0fae13;
}
.srovnani-prvek__tlacitka a.srovnani-prvek__tlacitko.srovnani-prvek__tlacitko--green:hover {
  background-color: transparent;
  color: #0fae13;
}

.section__header--left {
  text-align: left;
}
@media screen and (max-width: 600px) {
  .section__header--left {
    text-align: center;
  }
}
.section__header .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.section__header .text p,
.section__header .text ul,
.section__header .text ol {
  margin-top: 0;
  margin-bottom: 0;
}

.section--tiles-with-links {
  padding-bottom: 5rem;
}
@media screen and (max-width: 1300px) {
  .section--tiles-with-links {
    padding-bottom: 3.5rem;
  }
}
.section--tiles-with-links .section__header {
  padding-left: 3rem;
}
@media screen and (max-width: 600px) {
  .section--tiles-with-links .section__header {
    padding-left: 0;
  }
}
.section--tiles-with-links .section__header h2 {
  margin-bottom: 1rem;
}

.tiles-with-links-items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 700px) {
  .tiles-with-links-items {
    grid-template-columns: repeat(3, 1fr);
  }
  .tiles-with-links-items:has(.highlighted-text) {
    gap: 3rem 1rem;
  }
}
@media screen and (max-width: 400px) {
  .tiles-with-links-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.tile-with-link-item {
  position: relative;
  text-decoration: none;
  background: #006405;
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tile-with-link-item:hover {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
.tile-with-link-item--highlighted {
  border: 2px solid #e21313;
}
.tile-with-link-item .highlighted-text {
  position: absolute;
  left: -2px;
  bottom: 0;
  width: calc(100% + 4px);
  background: #e21313;
  padding: 5px 5px 3px 5px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.tile-with-link-item .highlighted-text p {
  width: 100%;
  margin: 0;
  font-size: 12px;
  color: white;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}
.tile-with-link-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tile-with-link-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 7.5rem;
  aspect-ratio: 1/1;
}
.tile-with-link-item__icon img,
.tile-with-link-item__icon svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.tile-with-link-item__text p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1;
  color: white;
  font-weight: 700;
  text-align: center;
}

.article-header {
  --color: #02960a;
  --percent: #00b800;
  --logo-width: 17rem;
  --buttons-width: 17rem;
  background: #0c0c0c;
  border: 2px solid var(--color);
  padding: 2.1rem 2.3rem;
}
@media screen and (max-width: 430px) {
  .article-header {
    padding: 1.8rem;
    --logo-width: 8rem;
  }
}
.article-header__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  margin-bottom: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 430px) {
  .article-header__header {
    gap: 1.6rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.article-header__header .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--logo-width);
          flex: 0 0 var(--logo-width);
  width: var(--logo-width);
}
.article-header__header .titles {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.article-header__header .titles p.red-title {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--color);
  font-weight: 400;
  margin-bottom: 2rem;
}
@media screen and (max-width: 430px) {
  .article-header__header .titles p.red-title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}
.article-header__header .titles .white-title {
  max-width: 30rem;
}
.article-header__header .titles .white-title p,
.article-header__header .titles .white-title ul,
.article-header__header .titles .white-title ol {
  color: white;
  margin: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 430px) {
  .article-header__header .titles .white-title p,
  .article-header__header .titles .white-title ul,
  .article-header__header .titles .white-title ol {
    font-size: 1.6rem;
  }
}
.article-header__header .buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--buttons-width);
          flex: 0 0 var(--buttons-width);
  width: var(--buttons-width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 615px) {
  .article-header__header .buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    gap: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.article-header__header .buttons .btn {
  width: 100%;
  height: 6.2rem;
  line-height: 6.2rem;
  padding: 0;
  text-align: center;
  border: 1px solid var(--color);
  background: var(--color);
}
@media screen and (max-width: 615px) {
  .article-header__header .buttons .btn {
    width: calc(50% - 1rem);
  }
}
.article-header__header .buttons .btn:hover {
  background: transparent;
}
.article-header__header .buttons .btn.btn--secondary {
  background: transparent;
  border-color: #f8b11b;
}
.article-header__header .buttons .btn.btn--secondary:hover {
  background: #f8b11b;
}
.article-header__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article-header__review .total-review {
  background: #151515;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--logo-width);
          flex: 0 0 var(--logo-width);
  width: var(--logo-width);
}
@media screen and (max-width: 570px) {
  .article-header__review .total-review {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
.article-header__review .total-review .icon-and-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.article-header__review .total-review .icon-and-number .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.5rem;
          flex: 0 0 4.5rem;
  width: 4.5rem;
}
.article-header__review .total-review .icon-and-number .number p {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  margin: 0;
  color: var(--percent);
}
.article-header__review .total-review p.title {
  margin: 0;
  color: white;
  line-height: 1;
  font-size: 1.5rem;
}
.article-header .pros-and-cons {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  background: #151515;
  padding: 2.5rem 1.6rem;
}
@media screen and (max-width: 570px) {
  .article-header .pros-and-cons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .article-header .pros-and-cons {
    grid-template-columns: 1fr;
  }
}
.article-header .pros-and-cons .icons-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.article-header .pros-and-cons .icons-list-items p.title {
  color: white;
  margin: 0;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
.article-header .pros-and-cons .icons-list-items .icons-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
}
.article-header .pros-and-cons .icons-list-items .icons-list-item__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.8rem;
          flex: 0 0 1.8rem;
  line-height: 1.8rem;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
}
@media screen and (max-width: 1500px) {
  .article-header .pros-and-cons .icons-list-items .icons-list-item__icon {
    margin-top: 0;
  }
}
.article-header .pros-and-cons .icons-list-items .icons-list-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.article-header .pros-and-cons .icons-list-items .icons-list-item__text p {
  margin: 0;
  color: white;
  line-height: 1.2;
  font-size: 1.5rem;
}

.article-header-sticky {
  position: fixed;
  z-index: 90;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1rem;
  width: 100%;
  display: none;
}
.article-header-sticky.show {
  display: block;
}
.article-header-sticky .container {
  display: block;
}
.article-header-sticky .article-header-sticky__inner {
  --color: #02960a;
  --logo-width: 7rem;
  --buttons-width: 30rem;
  background: #0c0c0c;
  border: 2px solid var(--color);
  padding: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 600px) {
  .article-header-sticky .article-header-sticky__inner {
    gap: 1rem;
    --buttons-width: 25rem;
  }
}
@media screen and (max-width: 480px) {
  .article-header-sticky .article-header-sticky__inner {
    --logo-width: 5rem;
  }
}
.article-header-sticky .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--logo-width);
          flex: 0 0 var(--logo-width);
  width: var(--logo-width);
}
.article-header-sticky .titles {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 480px) {
  .article-header-sticky .titles {
    display: none;
  }
}
.article-header-sticky .titles p.red-title {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--color);
  font-weight: 400;
  margin-bottom: 2rem;
}
@media screen and (max-width: 430px) {
  .article-header-sticky .titles p.red-title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .article-header-sticky .titles .white-title {
    display: none;
  }
}
.article-header-sticky .titles .white-title p,
.article-header-sticky .titles .white-title ul,
.article-header-sticky .titles .white-title ol {
  color: white;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  .article-header-sticky .titles .white-title p,
  .article-header-sticky .titles .white-title ul,
  .article-header-sticky .titles .white-title ol {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .article-header-sticky .titles .white-title p,
  .article-header-sticky .titles .white-title ul,
  .article-header-sticky .titles .white-title ol {
    font-size: 13px;
  }
}
.article-header-sticky .buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--buttons-width);
          flex: 0 0 var(--buttons-width);
  width: var(--buttons-width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
}
@media screen and (max-width: 600px) {
  .article-header-sticky .buttons {
    gap: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .article-header-sticky .buttons {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.article-header-sticky .buttons .btn {
  width: calc(50% - 1rem);
  height: 6.2rem;
  line-height: 6.2rem;
  padding: 0;
  text-align: center;
  border: 1px solid var(--color);
  background: var(--color);
}
@media screen and (max-width: 600px) {
  .article-header-sticky .buttons .btn {
    height: 4.2rem;
    line-height: 4.2rem;
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .article-header-sticky .buttons .btn {
    font-size: 12px;
  }
}
.article-header-sticky .buttons .btn:hover {
  background: transparent;
}
.article-header-sticky .buttons .btn.btn--secondary {
  background: transparent;
  border-color: #f8b11b;
}
.article-header-sticky .buttons .btn.btn--secondary:hover {
  background: #f8b11b;
}

.review {
  --color: #02960a;
  --percent: #00b800;
  --logo-width: 17rem;
  --buttons-width: 17rem;
  background: #0c0c0c;
  border: 2px solid var(--color);
  padding: 2.1rem 2.3rem;
  margin: 2rem 0;
}
@media screen and (max-width: 650px) {
  .review {
    padding: 1.8rem;
  }
}
@media screen and (max-width: 430px) {
  .review {
    --logo-width: 8rem;
  }
}
.review__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  margin-bottom: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 650px) {
  .review__header {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 430px) {
  .review__header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.review__header .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--logo-width);
          flex: 0 0 var(--logo-width);
  width: var(--logo-width);
}
.review__header .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.review__header .content p.title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.review__header .content p,
.review__header .content ul,
.review__header .content ol {
  color: white;
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.3;
}
@media screen and (max-width: 650px) {
  .review__header .content p,
  .review__header .content ul,
  .review__header .content ol {
    font-size: 1.6rem;
  }
}
.review__header .pros-and-cons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17rem;
          flex: 0 0 17rem;
  width: 17rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 650px) {
  .review__header .pros-and-cons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-left: calc(var(--logo-width) + 1.6rem);
  }
}
.review__header .pros-and-cons .icons-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.review__header .pros-and-cons .icons-list-items p.title {
  color: white;
  margin: 0;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
.review__header .pros-and-cons .icons-list-items .icons-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
}
.review__header .pros-and-cons .icons-list-items .icons-list-item__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.8rem;
          flex: 0 0 1.8rem;
  line-height: 1.8rem;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
}
@media screen and (max-width: 1500px) {
  .review__header .pros-and-cons .icons-list-items .icons-list-item__icon {
    margin-top: 0;
  }
}
.review__header .pros-and-cons .icons-list-items .icons-list-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.review__header .pros-and-cons .icons-list-items .icons-list-item__text p {
  margin: 0;
  color: white;
  line-height: 1.2;
  font-size: 1.5rem;
}
.review__titles-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 2rem;
  background: #151515;
  margin-top: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.review__titles-buttons .titles {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 2rem;
}
@media screen and (max-width: 575px) {
  .review__titles-buttons .titles {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
  }
}
.review__titles-buttons .titles p.red-title {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--color);
  font-weight: 400;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 650px) {
  .review__titles-buttons .titles p.red-title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}
.review__titles-buttons .titles .white-title {
  max-width: 30rem;
}
.review__titles-buttons .titles .white-title p,
.review__titles-buttons .titles .white-title ul,
.review__titles-buttons .titles .white-title ol {
  color: white;
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.3;
}
@media screen and (max-width: 650px) {
  .review__titles-buttons .titles .white-title p,
  .review__titles-buttons .titles .white-title ul,
  .review__titles-buttons .titles .white-title ol {
    font-size: 1.6rem;
  }
}
.review__titles-buttons .buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
}
@media screen and (max-width: 575px) {
  .review__titles-buttons .buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 2rem;
  }
}
.review__titles-buttons .buttons .btn {
  width: calc(50% - 1rem);
  height: 6.2rem;
  line-height: 6.2rem;
  padding: 0;
  text-align: center;
  border: 1px solid var(--color);
  background: var(--color);
}
.review__titles-buttons .buttons .btn:hover {
  background: transparent;
}
.review__titles-buttons .buttons .btn.btn--secondary {
  background: transparent;
  border-color: #f8b11b;
}
.review__titles-buttons .buttons .btn.btn--secondary:hover {
  background: #f8b11b;
}

.comments-section {
  margin: 4rem 2rem 4rem 0;
}
@media screen and (max-width: 900px) {
  .comments-section {
    margin: 8rem 2rem 4rem 0;
  }
}

.comment-section {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 900px) {
  .comment-section {
    max-width: 100%;
  }
}
.comment-section--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comment-section p {
  margin: 1.2rem 0;
}
.comment-section .comment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.comment-section__header-title {
  text-transform: none;
}
.comment-section .children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 500px) {
  .comment-section .children {
    margin-left: 1rem;
  }
}
.comment-section .logged-in-as {
  display: none;
}
.comment-section .comment-form-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.comment-section .comment-form-comment textarea {
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.comment-section .comment-reply-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comment-section .submit {
  display: inline-block;
  vertical-align: middle;
  background: #009407;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.6rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  line-height: 4.6rem;
  height: 4.6rem;
  border: none;
  padding: 0 3rem;
  border-radius: 2.3rem;
  text-decoration: none;
  font-weight: 600;
}
.comment-section .comment-form-url {
  display: none;
}
.comment-section .comment-form-author,
.comment-section .comment-form-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0;
}
.comment-section .comment-form-author input,
.comment-section .comment-form-email input {
  padding: 0.7rem;
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.comment-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.comment-section ol {
  padding: 0;
}
.comment-section ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0 0 -20px;
}
.comment-section ol li li {
  padding-bottom: 30px;
}
.comment-section ol li .comment {
  position: relative;
}
.comment-section ol li .comment::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #009407;
  position: absolute;
  z-index: 1;
  left: 18px;
  top: 5px;
}
.comment-section ol li .comment:last-child::before {
  display: none;
}
.comment-section ol li .comment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.comment-section ol li .comment-content .image {
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.comment-section ol li .comment-content .image .userIcon {
  border-radius: 50%;
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: middle;
}
.comment-section ol li .comment-content-desc {
  width: 100%;
}
.comment-section ol li .comment-content .info {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comment-section ol li .comment-content .info time {
  font-weight: 500;
  font-size: 12px;
  color: #5a666d;
}
.comment-section ol li .comment-content .content {
  margin-top: 6px;
  border-radius: 20px;
  background-color: #f7f7f7;
  border: 1px solid #009407;
  padding: 12px 18px;
  font-size: 14px;
  line-height: 24px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.comment-section ol li .comment-content .content p {
  font-size: 1.5rem;
  color: #212121;
}
.comment-section ol li .comment-content .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 18px;
}
.comment-section ol li .comment-content .action a {
  font-weight: 600;
  font-size: 12px;
  color: #212121;
  -webkit-transition-property: border;
  transition-property: border;
  border-bottom: 1px solid #212121;
  text-decoration: none;
}
.comment-section ol li .comment-body {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 2rem;
}
.comment-section ol li .comment-body .comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comment-section ol li .comment-body .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.comment-section ol li .comment-body .comment-author img {
  border-radius: 50%;
}
.comment-section ol li .comment-body .comment-author .says {
  display: none;
}
.comment-section ol li .comment-body .comment-content p {
  margin: 1.2rem 0;
}
.comment-section ol li .comment-body .comment-metadata a {
  text-decoration: none;
}
.comment-section ol li .comment-body .comment-metadata a time {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #212121;
  font-weight: 400;
  text-decoration: none;
  margin-right: 1.2rem;
}
.comment-section ol .children .hasChild:first-child .image {
  position: relative;
}
.comment-section ol .children .hasChild:first-child .image::before {
  content: "";
  width: 35px;
  height: 35px;
  background-color: transparent;
  border-left: 1px solid #009407;
  border-bottom: 1px solid #009407;
  position: absolute;
  left: -22px;
  top: calc(50% - 35px);
  z-index: 2;
  border-radius: 0 0 0 6px;
}
@media screen and (max-width: 1500px) {
  .comment-section ol .children .hasChild:first-child .image::before {
    left: -19px;
  }
}
@media screen and (max-width: 1230px) {
  .comment-section ol .children .hasChild:first-child .image::before {
    left: -15px;
  }
}
@media screen and (max-width: 500px) {
  .comment-section ol .children .hasChild:first-child .image::before {
    left: -7px;
    width: 15px;
  }
}
.comment-section ol .children .first-reply .image {
  position: relative;
}
.comment-section ol .children .first-reply .image::before {
  content: "";
  width: 35px;
  height: 35px;
  background-color: transparent;
  border-left: 1px solid #009407;
  border-bottom: 1px solid #009407;
  position: absolute;
  left: -22px;
  top: calc(50% - 35px);
  z-index: 2;
  border-radius: 0 0 0 6px;
}
@media screen and (max-width: 1500px) {
  .comment-section ol .children .first-reply .image::before {
    left: -20px;
  }
}
@media screen and (max-width: 1230px) {
  .comment-section ol .children .first-reply .image::before {
    left: -15px;
  }
}
@media screen and (max-width: 500px) {
  .comment-section ol .children .first-reply .image::before {
    left: -7px;
    width: 15px;
  }
}
.comment-section ol .children #respond-container {
  position: relative;
  padding-left: 5rem;
}
.comment-section ol .children #respond-container #reply-title {
  display: none;
}
.comment-section .comment-reply-title {
  display: none;
}
.comment-section form p label {
  font-weight: 600;
  font-size: 13px;
  color: #212121;
  text-decoration: none;
  padding-bottom: 1rem;
}
.comment-section form textarea {
  padding: 1.4rem;
  font-size: 15px;
  color: #212121;
}

.comment-sort .sort-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #374151;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  color: #212121;
  font-size: 16px;
}
.comment-sort .sort-toggle p {
  color: #009407;
}
.comment-sort .sort-toggle svg path {
  stroke: #009407;
}
.comment-sort .sort-toggle .sort-icon {
  margin-left: 0.5rem;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.comment-sort .sort-toggle.sort-down .sort-icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.comment-sort .sort-toggle.sort-up .sort-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.empty-comments-box {
  background: #ffffff;
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  padding: clamp(2rem, 4vw, 5rem);
}
.empty-comments-box .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.empty-comments-box .empty-comments-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: rgba(0, 87, 131, 0.1);
  width: 6.5rem;
  height: 6.5rem;
}
.empty-comments-box .empty-comments-icon svg {
  width: 100%;
  max-width: 4rem;
  height: 4rem;
}
.empty-comments-box .empty-comments-icon svg path {
  fill: #009407;
}

#comment-form-empty {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#comment-form-empty.visible {
  display: block;
  opacity: 1;
}