@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: #f9fafc;
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 58%;
  }
}
@media screen and (max-width: 1230px) {
  html {
    font-size: 52%;
  }
}

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

.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;
}

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

.wp-block-image .alignright {
  float: right;
}
@media screen and (max-width: 600px) {
  .wp-block-image .alignright {
    float: none;
    margin: 0 auto;
  }
}

.wp-block-image .alignleft {
  float: left;
}
@media screen and (max-width: 600px) {
  .wp-block-image .alignleft {
    float: none;
    margin: 0 auto;
  }
}

.wp-block-image:has(.alignright) {
  float: right;
}
@media screen and (max-width: 600px) {
  .wp-block-image:has(.alignright) {
    float: none;
    margin: 0 auto;
  }
}

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

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

a {
  position: relative;
  color: #6fdba2;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  color: #ffa312;
}

ul, ol {
  padding-left: 0;
}
ul li::marker, ol li::marker {
  color: #6fdba2;
}

/* 
ul {
    list-style-type: none;

        li {
            position: relative;
            padding-left: 2.4rem;
            margin-bottom: 0.8rem;

                &:before {
                    position: absolute;
                    content: "";
                    width: 6px;
                    height: 6px;
                    left: 0;
                    top: 8px;
                    background: $primary;
                    background-size: contain;
                    background-repeat: no-repeat;
                    @include transition(.3s);
                    border-radius: 3px;
                } 
        }
}

ol {
    list-style-type: none !important;
    counter-reset: my-awesome-counter;
    padding: 0;
}

ol li {
    position: relative;
    counter-increment: my-awesome-counter;
    padding-left: 30px;
}

ol li::before {
    position: static;
    content: counter(my-awesome-counter) ". ";
    font-weight: bold;
    left: 0;
    color: $primary;

}

ol[style="list-style-type: lower-alpha;"] li:before {
    content: counter(my-awesome-counter, lower-alpha) ". ";
}


ol[style="list-style-type: upper-alpha;"] li:before {
    content: counter(my-awesome-counter, upper-alpha) ". ";
}

ol[style="list-style-type: lower-greek;"] li:before {
    content: counter(my-awesome-counter, lower-greek) ". ";
}

ol[style="list-style-type: lower-roman;"] li:before {
    content: counter(my-awesome-counter, lower-roman) ". ";
}

ol[style="list-style-type: upper-roman;"] li:before {
    content: counter(my-awesome-counter, upper-roman) ". ";
}
 */
h1 {
  font-size: 4.5rem;
  line-height: 1.14;
  margin: 2rem 0;
  text-transform: uppercase;
  color: #212121;
}
@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;
  text-transform: uppercase;
  color: #212121;
  font-weight: 800;
}
@media screen and (max-width: 1000px) {
  h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 2.3rem;
    text-align: center;
  }
}

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

h3 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 1rem 0;
  text-transform: uppercase;
  color: #212121;
  font-weight: 800;
}
@media screen and (max-width: 1000px) {
  h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  h3 {
    font-size: 1.7rem;
    text-align: center;
  }
}

h4 {
  font-size: 1.7rem;
  line-height: 1.1;
  margin: 1.5rem 0;
  text-transform: uppercase;
  color: #6fdba2;
  font-weight: 800;
  font-style: italic;
}
@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: #212121 !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: #ffa312;
}

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

table {
  width: 100%;
}
table td, table tr {
  border: 1px solid #6fdba2;
  font-size: 2.1rem;
  line-height: 1.6;
  padding: 0 1rem;
}
table tr:nth-of-type(2n) {
  background: rgba(111, 219, 162, 0.1);
}

.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: #212121;
}
.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 {
  text-align: center;
}
.section--404 h1 {
  font-size: 5rem;
}
.section--404 .searchform {
  margin: 0 0 4rem 0;
}

.form-control {
  border: 2px solid #6fdba2;
  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,
.wp-block-button__link {
  display: inline-block;
  vertical-align: middle;
  background: #6fdba2;
  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;
}
.btn:hover,
.wp-block-button__link:hover {
  background: #c27c0c;
  color: white;
}
.btn:before,
.wp-block-button__link:before {
  display: none;
}

.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 #6fdba2;
  background: transparent;
  color: #212121;
}
.btn--with-border:hover {
  background: #6fdba2;
  color: white;
}

.btn--secondary {
  background: #ffa312;
}
.btn--secondary:hover {
  background: #93f9b9;
}

.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: 3rem 0 1.7rem 0;
}
@media screen and (max-width: 600px) {
  header.header {
    padding: 1.5rem 0;
  }
}

header.header.scrolled,
header.header.active {
  padding: 1rem 0;
  background: white;
  -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: 26%;
}
@media screen and (max-width: 600px) {
  .header-left-col {
    width: 35%;
  }
}

.header-logo {
  display: block;
  max-width: 20rem;
  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: inline-block;
  vertical-align: middle;
  width: 74%;
  text-align: right;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 600px) {
  .header-right-col {
    width: 65%;
  }
}

.header-menu-wrap {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .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: 2rem 1rem;
    background: white;
    left: 0;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #6fdba2;
    -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;
}
.header-menu li {
  display: inline-block;
  padding-left: 0;
  margin: 0 1rem;
}
.header-menu li:before {
  display: none;
}
.header-menu li a {
  display: block;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  color: #212121;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-menu li a:hover {
  color: #ffa312;
}

.header-search-form-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 0;
  line-height: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .header-search-form-wrap {
    margin-right: 2rem;
    margin-top: 3px;
  }
}
.header-search-form-wrap i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #6fdba2;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
.header-search-form-wrap i:hover {
  cursor: pointer;
  color: #ffa312;
}
.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: #212121;
  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: #212121;
}
@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: 600px) {
  .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: #6fdba2;
    -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;
  }
}

.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 #6fdba2;
  padding: 0 1rem;
  font-size: 16px;
  color: white;
  margin: 0;
  width: 100%;
}

body.home main {
  padding-top: 9rem;
}
@media screen and (max-width: 600px) {
  body.home main {
    padding-top: 6rem;
  }
}

.section--top-articles {
  padding: 0 0 4rem 0;
}
.section--top-articles .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-articles .container h1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.section--top-articles .container .left-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 3rem;
}
@media screen and (max-width: 700px) {
  .section--top-articles .container .left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 3rem;
  }
}
.section--top-articles .container .right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35rem;
          flex: 0 0 35rem;
  background: #c8e1c9;
  padding: 3rem 1.5rem;
}
@media screen and (max-width: 700px) {
  .section--top-articles .container .right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.section--top-articles .container .right-col h2 {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 3rem 0;
}
.section--top-articles .cpt-item {
  background: transparent;
  width: 100%;
  margin: 0;
}
.section--top-articles .cpt-item:hover {
  background: white;
}
.section--top-articles .cpt-item .cpt-item_thumb img {
  width: 100%;
}
.section--top-articles .cpt-item .cpt-item-title {
  min-height: auto;
}
.section--top-articles .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;
}
.section--top-articles .editor-pick-item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
  overflow: hidden;
  aspect-ratio: 1.4/1;
}
.section--top-articles .editor-pick-item__thumb img {
  max-width: initial;
  height: 100%;
  width: auto;
}
.section--top-articles .editor-pick-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.5rem;
}
.section--top-articles .editor-pick-item__content p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.35;
}

.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(147, 249, 185, 0.45);
  box-shadow: 0px 13px 51px 0px rgba(147, 249, 185, 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: #93f9b9;
  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: #212121;
  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: #6fdba2;
  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: #ffa312;
  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: "Open Sans", 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: #6fdba2;
}
.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: "Open Sans", 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(147, 249, 185, 0.45);
  box-shadow: 0px 13px 51px 0px rgba(147, 249, 185, 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: #212121;
  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: rgb(29, 151, 108);
  background: linear-gradient(135deg, rgb(29, 151, 108) 0%, rgb(147, 249, 185) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d976c", endColorstr="#93f9b9",GradientType=1 );
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  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: #93f9b9;
  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: #6fdba2;
  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;
}
.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: #6fdba2;
}
.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: #212121;
}
.section--dark-grey.section--dark-grey-second .section--dark-grey__left-col {
  width: 50%;
  position: static;
  background: white;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  padding: 0 4rem 0 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: middle;
  padding: 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: #93f9b9;
  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: #6fdba2;
}

.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.faqs-section {
  background: white;
  padding: 5rem 0;
}

.faq-item {
  border-bottom: 1px solid #6fdba2;
  -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: #6fdba2;
  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;
}
.signpost-header h3 {
  color: #1d1f24;
  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: #1d976c;
  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: #ffa312;
}
.signpost-post-item span.number {
  position: absolute;
  top: 0.5rem;
  left: -2rem;
  font-family: "Open Sans", sans-serif;
  color: #6fdba2;
  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 {
  margin: 0 -1%;
  font-size: 0;
}

.cpt-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 31.33%;
  margin: 1%;
  text-align: left;
  text-decoration: none;
  background: white;
}
@media screen and (max-width: 800px) {
  .cpt-item {
    width: 48%;
  }
}
@media screen and (max-width: 520px) {
  .cpt-item {
    width: 100%;
  }
}
.cpt-item:hover {
  -webkit-box-shadow: 0px 13px 51px 0px rgba(147, 249, 185, 0.45);
  box-shadow: 0px 13px 51px 0px rgba(147, 249, 185, 0.45);
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
  background: white;
}
.cpt-item:after {
  display: none;
}

.cpt-item_thumb {
  position: relative;
  background: #212121;
  width: 100%;
  overflow: hidden;
}
.cpt-item_thumb:after {
  display: block;
  content: "";
  padding-top: 36.7%;
}
.cpt-item_thumb .articles-tiles-item__category-tag {
  position: absolute;
  z-index: 2;
  bottom: 1.5rem;
  left: 0;
}
.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%;
}
.cpt-item_thumb svg {
  max-width: 70%;
}
.cpt-item_thumb svg path {
  fill: #ffffff;
}

.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: 2rem;
  min-height: 7.9rem;
  color: #212121;
  line-height: 1.2;
  font-weight: 600;
  margin: 1.5rem 0;
}
@media screen and (max-width: 520px) {
  .cpt-item-title {
    min-height: auto;
  }
}

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

.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: right;
}

.page-numbers {
  display: inline-block;
  vertical-align: middle;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  margin: 0 1rem;
  font-size: 1.8rem;
  background: #212121;
  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: #212121;
}

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

.section--page-content {
  padding-top: 0;
}

.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;
  border-radius: 1.7rem;
}
.single-categories .articles-tiles-item__category-tag:hover {
  color: 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;
}
.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;
}
.single-content-section ul li ul, .single-content-section ul li ol, .single-content-section ol li ul, .single-content-section ol li ol {
  margin: 0;
  padding-left: 2rem;
}

.aligncenter {
  text-align: center;
  margin: 3.5rem 0;
}
.aligncenter iframe {
  width: 75%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 600px) {
  .aligncenter iframe {
    width: 100%;
  }
}

.single-left-col {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  padding-right: 3rem;
}
@media screen and (max-width: 900px) {
  .single-left-col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 4rem;
  }
}

.single-right-col {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  position: sticky;
  top: 10rem;
}
@media screen and (max-width: 900px) {
  .single-right-col {
    width: 100%;
    padding-right: 0;
  }
}
.single-right-col p.widget-title {
  margin: 0 0 1rem 0;
  font-weight: 600;
  font-size: 2.5rem;
}
.single-right-col ul {
  margin: 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-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 #6fdba2;
  font-size: 2.2rem;
}
.article-item__tags .tag-item:hover {
  color: white;
  background: #6fdba2;
}

.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: #93f9b9;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.article-author-wrap a.author-name:hover {
  color: #6fdba2;
}
.article-author-wrap p.author-name {
  font-size: 3.3rem;
  color: #93f9b9;
  font-weight: 600;
  font-family: "Open Sans", 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: #6fdba2;
}
.article-author-wrap .left-col {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0px 13px 31px 0px rgba(111, 219, 162, 0.41);
  box-shadow: 0px 13px 31px 0px rgba(111, 219, 162, 0.41);
}
@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 #93f9b9;
  margin-top: 1rem;
}
.post-date time {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #93f9b9;
  font-style: normal;
}

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

.post-special-top {
  background: white;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 1.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-special-top__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16rem;
  flex: 0 0 16rem;
}

.post-special-top__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.5rem;
}

@media screen and (max-width: 550px) {
  .post-special-top__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0;
    margin-top: 1.5rem;
  }
}
.post-special-top__content h1 {
  font-size: 3.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .post-special-top__content h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .post-special-top__content h1 {
    font-size: 2rem;
  }
}
.post-special-top__content .text p {
  margin: 0;
  font-size: 1.6rem;
}

.post-special-top__content .ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.5rem 0;
}

.post-special-top__content .ratings .stars {
  font-size: 1.6rem;
  color: #d2d2d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.post-special-top__content .ratings .stars .active {
  color: #fabd11;
}

.post-special-top__content .ratings .percents {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 0 1.5rem;
}

.post-special-top__content .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-special-top__content .disclaimer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 1rem;
}

.post-special-top__content .disclaimer p {
  font-style: italic;
  font-size: 13px;
  margin: 0;
}

.post-special-top__content .btn {
  margin: 0;
  border: 1px solid #6fdba2;
}

.section--chosen-articles-from-category {
  padding: 4rem 0;
  background: white;
}
.section--chosen-articles-from-category:nth-of-type(2n) {
  background: #f9fafc;
}

.chosen-articles-from-category-header {
  margin-bottom: 4rem;
}
.chosen-articles-from-category-header h3.title {
  color: #6fdba2;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 3.7rem;
}
@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-footer {
  margin-top: 2rem;
}

footer.footer {
  position: relative;
  background: #1d1f24;
  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: 2rem;
}
@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: #cdcccd;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.footer-col__title {
  font-weight: 600;
  color: #70b88c;
  line-height: 1.2;
  font-size: 1.7rem;
  margin-bottom: 2rem;
  margin-top: 0.8rem;
}

.footer-menu {
  margin: 0;
}
.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 {
  color: #ffa312;
}

.footer-logo {
  max-width: 20rem;
  display: block;
}

.madeby-stripe {
  position: relative;
  background: #191a1d;
  padding: 0.5rem 0 1.5rem 0;
  font-size: 0;
  padding: 1rem 0;
}
.madeby-stripe .disclaimer {
  margin-bottom: 3.5rem;
  text-align: center;
}
.madeby-stripe .disclaimer p {
  color: #cdcccd;
  font-size: 12px;
  line-height: 1.6;
}
.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: 87%;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .madeby-stripe .right-col {
    width: 100%;
    text-align: center;
  }
}
.madeby-stripe p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 1.4rem;
  margin: 0;
}
.madeby-stripe svg {
  max-width: 100%;
}
@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;
}

.srovnani-prvky-sidebar__title {
  font-size: 1.8rem;
  text-align: center;
}

.srovnani-prvky-sidebar__body {
  padding: 1.5rem;
  background: #f7f7f7;
  border: 1px solid black;
  border-radius: 2rem;
}

.srovnani-prvek-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 1rem;
  padding: 1rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .srovnani-prvek-sidebar {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 700px) {
  .srovnani-prvek-sidebar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 700px) {
  .srovnani-prvek-sidebar.srovnani-prvek-sidebar--top {
    display: none;
  }
}
.srovnani-prvek-sidebar.srovnani-prvek-sidebar--top p {
  margin: 0;
  font-size: 1.5rem;
}

.srovnani-prvek-sidebar__col--image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6rem;
          flex: 0 0 6rem;
}

.srovnani-prvek-sidebar__col--content {
  gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.srovnani-prvek-sidebar__col--name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .srovnani-prvek-sidebar__col--name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 8.5rem);
            flex: 0 0 calc(100% - 8.5rem);
  }
}
.srovnani-prvek-sidebar__col--name .srovnani-prvek-sidebar__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
.srovnani-prvek-sidebar__col--name .srovnani-prvek-sidebar__stars {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  color: #d5d5d5;
}
.srovnani-prvek-sidebar__col--name .srovnani-prvek-sidebar__stars .active {
  color: #f9b814;
}

.srovnani-prvek-sidebar__col--buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 0.5rem;
}
.srovnani-prvek-sidebar__col--buttons .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .srovnani-prvek-sidebar__col--buttons .buttons {
    gap: 1rem;
  }
}
@media screen and (max-width: 700px) {
  .srovnani-prvek-sidebar__col--buttons .buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .srovnani-prvek-sidebar__col--buttons .buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.srovnani-prvek-sidebar__col--buttons .btn {
  padding: 0 1.5rem;
  border: 1px solid #6fdba2;
  margin-bottom: 0;
  height: 2.8rem;
  line-height: 2.8rem;
  font-size: 14px;
}
.srovnani-prvek-sidebar__col--buttons .btn:hover {
  border-color: #6fdba2;
}

.srovnani-prvek-sidebar__col--disclaimer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media screen and (max-width: 700px) {
  .srovnani-prvek-sidebar__col--disclaimer {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .srovnani-prvek-sidebar__col--disclaimer {
    text-align: left;
  }
}
.srovnani-prvek-sidebar__col--disclaimer p {
  margin: 0;
  font-size: 11px;
}

.srovnani-paticka {
  margin-top: 1.5rem;
  text-align: center;
}

.section--srovnani-hp .section__header h2 {
  margin: 0 0 1rem 0;
}
.section--srovnani-hp .section__header p {
  margin: 0;
}
.section--srovnani-hp .section__footer {
  text-align: center;
  margin-top: 4rem;
}

.srovnani-hp-items {
  margin-top: 2rem;
}

.srovnani-prvek-hp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f3f4f7;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  padding: 1.5rem;
}

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

.srovnani-prvek-hp__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 1;
  padding: 0 1.5rem;
}
@media screen and (max-width: 600px) {
  .srovnani-prvek-hp__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-hp__content .content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.srovnani-prvek-hp__content p.srovnani-prvek-hp__title {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 800;
  color: black;
  margin-top: 0;
}
.srovnani-prvek-hp__content .srovnani-prvek-hp__hodnoceni {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12rem;
          flex: 0 0 12rem;
  font-size: 1.6rem;
  color: #d2d2d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.srovnani-prvek-hp__content .srovnani-prvek-hp__hodnoceni .active {
  color: #fabd11;
}
.srovnani-prvek-hp__content p {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 300;
  color: black;
  margin: 1rem 0 0 0;
}
.srovnani-prvek-hp__content .disclaimer p {
  font-style: italic;
  font-size: 13px;
}

.srovnani-prvek-hp__tlacitka {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30rem;
          flex: 0 0 30rem;
  width: 30rem;
  font-size: 0;
  text-align: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 600px) {
  .srovnani-prvek-hp__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;
    margin-top: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 400px) {
  .srovnani-prvek-hp__tlacitka {
    padding-left: 0;
  }
}
.srovnani-prvek-hp__tlacitka a.srovnani-prvek-hp__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-hp__tlacitka a.srovnani-prvek-hp__tlacitko:hover {
  background-color: black;
  color: white;
}
.srovnani-prvek-hp__tlacitka a.srovnani-prvek-hp__tlacitko.srovnani-prvek-hp__tlacitko--green {
  color: white;
  background: #0fae13;
  border-color: #0fae13;
}
.srovnani-prvek-hp__tlacitka a.srovnani-prvek-hp__tlacitko.srovnani-prvek-hp__tlacitko--green:hover {
  background-color: transparent;
  color: #0fae13;
}