@charset "UTF-8";
/*!
Theme Name: Imkreator
Theme URI: http://www.imkreator.pl/
Description: Najszybszy szablon landing-page dla Twórców na polskim rynku!
Version: 2.2
Author: Imker
Author URI: http://imker.pl/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html


This theme, like WordPress, is licensed under the GPL.
*/
/*===================================
=            Reset style            =
===================================*/
a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html {
  width: 100%;
  font-size: 16px;
}

body {
  width: 100%;
  font-family: var(--basic-font);
  font-weight: var(--basic-font-weight);
  line-height: 1.618;
  position: relative;
  font-size: 16px;
}

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

audio, canvas, video {
  display: inline-block;
}

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

button, input, optgroup, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

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

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

a, ins, del {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

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

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

:focus {
  outline: 0;
}

blockquote, q {
  quotes: "" "";
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: #000000;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Anchors */
a {
  outline: 0;
  color: #da2343;
}

a img {
  border: none;
  text-decoration: none;
}

/* Paragraphs */
p {
  margin-bottom: 1.143em;
}

* p:last-child {
  margin-bottom: 0;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/* Lists */
ul {
  list-style: outside disc;
  margin: 1em 0 1.5em 1.5em;
}

ol {
  list-style: outside decimal;
  margin: 1em 0 1.5em 1.5em;
}

dl {
  margin: 0 0 1.5em 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

/* Quotes */
blockquote {
  font-style: italic;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::-webkit-selection {
  background: #000000;
  color: #ffffff;
}

::-webkit-input-placeholder {
  color: #ffffff;
}

::-moz-placeholder {
  color: #ffffff;
}

:-ms-input-placeholder {
  color: #ffffff;
}

/*-----  End of Reset style  ------*/
:root {
  --padding: 16px;
  --radius-sm: calc(var(--radius, 0.375em)/2);
  --radius-md: var(--radius, 0.375em);
  --radius-lg: calc(var(--radius, 0.375em)*2);
  --shadow-ring: 0 0 0 1px hsla(0, 0%, 0%, 0.05);
  --shadow-xs: 0 0.1px 0.3px hsla(0, 0%, 0%, 0.06),
                0 1px 2px hsla(0, 0%, 0%, 0.12);
  --shadow-sm: 0 0.3px 0.4px hsla(0, 0%, 0%, 0.025),
                0 0.9px 1.5px hsla(0, 0%, 0%, 0.05),
                0 3.5px 6px hsla(0, 0%, 0%, 0.1);
  --shadow-md: 0 0.9px 1.5px hsla(0, 0%, 0%, 0.03),
                0 3.1px 5.5px hsla(0, 0%, 0%, 0.08),
                0 14px 25px hsla(0, 0%, 0%, 0.12);
  --shadow-lg: 0 1.2px 1.9px -1px hsla(0, 0%, 0%, 0.014),
                0 3.3px 5.3px -1px hsla(0, 0%, 0%, 0.038),
                0 8.5px 12.7px -1px hsla(0, 0%, 0%, 0.085),
                0 30px 42px -1px hsla(0, 0%, 0%, 0.15);
  --shadow-xl: 0 1.5px 2.1px -6px hsla(0, 0%, 0%, 0.012),
                0 3.6px 5.2px -6px hsla(0, 0%, 0%, 0.035),
                0 7.3px 10.6px -6px hsla(0, 0%, 0%, 0.07),
                0 16.2px 21.9px -6px hsla(0, 0%, 0%, 0.117),
                0 46px 60px -6px hsla(0, 0%, 0%, 0.2);
  --inner-glow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075);
  --inner-glow-top: inset 0 1px 0.5px hsla(0, 0%, 100%, 0.075);
  --ease-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-out: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
  --inner-glow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075);
  --inner-glow-top: inset 0 1px 0.5px hsla(0, 0%, 100%, 0.075);
}

.light-scheme,
.is-style-light-scheme {
  --bck-color: var(--light-scheme-bck);
  --font-color: var(--light-scheme-font-color);
  --heading-color: var(--light-scheme-headings-color);
  --heading-line: var(--light-scheme-headings-line);
  --links-color: var(--light-scheme-links-color);
  --links-color-hover: var(--light-scheme-links-color-hover);
  background: var(--bck-color);
  color: var(--font-color);
}
.light-scheme h1,
.light-scheme h2,
.light-scheme h3,
.light-scheme h4,
.light-scheme h5,
.is-style-light-scheme h1,
.is-style-light-scheme h2,
.is-style-light-scheme h3,
.is-style-light-scheme h4,
.is-style-light-scheme h5 {
  color: var(--heading-color);
}
.light-scheme a,
.is-style-light-scheme a {
  color: var(--links-color);
}
.light-scheme a:hover,
.is-style-light-scheme a:hover {
  color: var(--links-color-hover);
}
.light-scheme .subtitle.with-line p:after,
.light-scheme .theme-title.with-line p:after,
.is-style-light-scheme .subtitle.with-line p:after,
.is-style-light-scheme .theme-title.with-line p:after {
  background: var(--heading-line);
}
.light-scheme .button-wrap a,
.is-style-light-scheme .button-wrap a {
  color: var(--light-scheme-button-text);
  background: var(--light-scheme-button-color);
}
.light-scheme .button-wrap a:hover,
.is-style-light-scheme .button-wrap a:hover {
  color: var(--light-scheme-button-text-hover);
  background: var(--light-scheme-button-color-hover);
}

.dark-scheme,
.is-style-dark-scheme {
  --bck-color: var(--dark-scheme-bck);
  --font-color: var(--dark-scheme-font-color);
  --heading-color: var(--dark-scheme-headings-color);
  --heading-line: var(--dark-scheme-headings-line);
  --links-color: var(--dark-scheme-links-color);
  --links-color-hover: var(--dark-scheme-links-color-hover);
  background: var(--bck-color);
  color: var(--font-color);
}
.dark-scheme h1,
.dark-scheme h2,
.dark-scheme h3,
.dark-scheme h4,
.dark-scheme h5,
.is-style-dark-scheme h1,
.is-style-dark-scheme h2,
.is-style-dark-scheme h3,
.is-style-dark-scheme h4,
.is-style-dark-scheme h5 {
  color: var(--heading-color);
}
.dark-scheme a,
.is-style-dark-scheme a {
  color: var(--links-color);
}
.dark-scheme a:hover,
.is-style-dark-scheme a:hover {
  color: var(--links-color-hover);
}
.dark-scheme .subtitle.with-line p:after,
.dark-scheme .theme-title.with-line p:after,
.is-style-dark-scheme .subtitle.with-line p:after,
.is-style-dark-scheme .theme-title.with-line p:after {
  background: var(--heading-line);
}
.dark-scheme .button-wrap a,
.is-style-dark-scheme .button-wrap a {
  color: var(--dark-scheme-button-text);
  background: var(--dark-scheme-button-color);
}
.dark-scheme .button-wrap a:hover,
.is-style-dark-scheme .button-wrap a:hover {
  color: var(--dark-scheme-button-text-hover);
  background: var(--dark-scheme-button-color-hover);
}

@font-face {
  font-display: swap;
}
.container,
.container-flex {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1280px) {
  .container,
  .container-flex {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 1024px) {
  .container,
  .container-flex {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .container,
  .container-flex {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.full-section {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.1875rem;
}

.sections-full .full-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 1280px) {
  .sections-full .full-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 1024px) {
  .sections-full .full-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.sections-partial .full-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 1280px) {
  .sections-partial .full-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .sections-partial .full-section {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.scheme-full-partial .full-section {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (max-width: 1024px) {
  .scheme-full-partial .full-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.scheme-partial .full-section,
.scheme-partial .spacer-section {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (max-width: 1024px) {
  .scheme-partial .full-section,
  .scheme-partial .spacer-section {
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

.subtitle,
.theme-title {
  display: block;
  margin-bottom: 40px;
}
.subtitle p,
.theme-title p {
  margin-bottom: 0;
  line-height: 1.2;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  font-size: clamp(1.69rem, 1.93vw + 0.76rem, 2.5rem);
}
.subtitle.with-line p,
.theme-title.with-line p {
  position: relative;
}
.subtitle.with-line p:after,
.theme-title.with-line p:after {
  display: block;
  width: 80px;
  height: 3px;
  border: none;
  margin-top: 16px;
  content: "";
}
@media (max-width: 1024px) {
  .subtitle.with-line p:after,
  .theme-title.with-line p:after {
    width: 64px;
  }
}
@media (max-width: 768px) {
  .subtitle.with-line p:after,
  .theme-title.with-line p:after {
    width: 48px;
    height: 2px;
  }
}
.subtitle.with-full-line p,
.theme-title.with-full-line p {
  display: block;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--heading-line);
}
@media (max-width: 768px) {
  .subtitle.with-full-line p,
  .theme-title.with-full-line p {
    border-width: 2px;
  }
}
.subtitle.center,
.theme-title.center {
  text-align: center;
}

.subtitle-desc {
  display: block;
  margin-bottom: 32px;
  font-size: clamp(1.06rem, 0.3vw + 0.92rem, 1.19rem);
}

.title-center-align .subtitle,
.title-center-align .theme-title,
.alignTextcenter .subtitle,
.alignTextcenter .theme-title {
  text-align: center;
}
.title-center-align .subtitle.with-line p:after,
.title-center-align .theme-title.with-line p:after,
.alignTextcenter .subtitle.with-line p:after,
.alignTextcenter .theme-title.with-line p:after {
  margin: 16px auto 0;
}
.title-center-align .subtitle-desc,
.alignTextcenter .subtitle-desc {
  text-align: center;
}

.off-canvs {
  overflow: hidden;
}

#wrap {
  display: block;
  position: relative;
  z-index: 100;
  padding-top: 110px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1366px) {
  #wrap {
    padding-top: 100px;
  }
}
@media (max-width: 1280px) {
  #wrap {
    padding-top: 90px;
  }
}
@media (max-width: 1024px) {
  #wrap {
    padding-top: 0px;
  }
}
body.with-top-info #wrap {
  padding-top: 154px;
}
@media (max-width: 1366px) {
  body.with-top-info #wrap {
    padding-top: 144px;
  }
}
@media (max-width: 1280px) {
  body.with-top-info #wrap {
    padding-top: 134px;
  }
}
@media (max-width: 1024px) {
  body.with-top-info #wrap {
    padding-top: 0px;
  }
}
body.with-mobile #wrap {
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

.full-video {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.new-order-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  gap: 40px;
  width: 100%;
  margin-bottom: 64px;
}
.new-order-section .new-order-col {
  --color: attr(data-color);
  border: 1px solid #e1e1e1;
  position: relative;
  padding: 64px 24px 24px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
  border-radius: 8px;
  gap: 24px 0;
}
.new-order-section .no-label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  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;
  background: #000;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 15px;
  height: 40px;
}
.new-order-section .no-label span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
}
.new-order-section .no-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  min-height: 260px;
}
.new-order-section .no-meta .title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  line-height: 1.1;
}
.new-order-section .no-meta .price-wrap .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  gap: 4px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.2;
  margin-bottom: 2px;
}
.new-order-section .no-meta .price-wrap .price del {
  text-decoration: line-through;
  color: #777;
}
.new-order-section .no-meta .price-wrap .save {
  font-size: 13px;
  font-weight: bold;
  color: #0BBF59;
}
.new-order-section .no-meta .text p {
  margin-bottom: 0;
  line-height: 1.45;
}
.new-order-section .no-button {
  display: block;
}
.new-order-section .no-button .button-wrap a {
  width: 100%;
}
.new-order-section .no-desc {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.new-order-section .no-desc p {
  margin-bottom: 0;
  font-weight: bold;
}
.new-order-section .no-desc ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.new-order-section .no-desc ul li {
  padding-left: 24px;
  background: url(images/check-green.svg) left 6px no-repeat;
  background-size: 10px 10px;
}

.bottom-contact-form {
  display: block;
  padding: 64px 0;
  background: #fafafa;
}
@media (max-width: 1024px) {
  .bottom-contact-form {
    padding: 48px 0;
  }
}
@media (max-width: 768px) {
  .bottom-contact-form {
    padding: 40px 0;
  }
}
.bottom-contact-form .container-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom-contact-form .wpcf7 {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.bottom-contact-form .contact-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px 16px;
}
.bottom-contact-form .contact-grid .full {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}
@media (max-width: 768px) {
  .bottom-contact-form .contact-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .bottom-contact-form .contact-grid .full {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.bottom-contact-form .contact-grid .row > label {
  display: block;
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 8px;
  padding-left: 16px;
}
.bottom-contact-form .form-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px 32px;
  margin-bottom: 32px;
}
.bottom-contact-form .form-row.full {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.bottom-contact-form .form-row.last .form-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottom-contact-form .form-row .form-group {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .bottom-contact-form .form-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 24px 0;
    margin-bottom: 24px;
  }
}
.bottom-contact-form input[type=text],
.bottom-contact-form input[type=email],
.bottom-contact-form select,
.bottom-contact-form textarea {
  display: block;
  width: 100%;
  padding: 20px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 1px #e1e1e1;
          box-shadow: inset 0 0 0 1px #e1e1e1;
}
.bottom-contact-form input[type=text]:focus,
.bottom-contact-form input[type=email]:focus,
.bottom-contact-form select:focus,
.bottom-contact-form textarea:focus {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #1c64f2, var(--shadow-sm);
          box-shadow: inset 0 0 0 2px #1c64f2, var(--shadow-sm);
  outline: 0;
}
.bottom-contact-form input[type=text].wpcf7-not-valid,
.bottom-contact-form input[type=email].wpcf7-not-valid,
.bottom-contact-form select.wpcf7-not-valid,
.bottom-contact-form textarea.wpcf7-not-valid {
  background: #fff url(images/warning-red.svg) right 12px center no-repeat;
  background-size: 14px 14px;
  -webkit-box-shadow: inset 0 0 0 2px #e02424;
          box-shadow: inset 0 0 0 2px #e02424;
  outline: 0;
}
.bottom-contact-form select {
  padding-right: 24px;
  background-image: url(images/chevron.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 12px;
}
.bottom-contact-form textarea {
  height: 120px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bottom-contact-form textarea:focus {
  height: 200px;
}
.bottom-contact-form .wpcf7-form-control-wrap[data-name=zgoda] {
  display: block;
}
.bottom-contact-form .wpcf7-form-control-wrap[data-name=zgoda] input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.bottom-contact-form .wpcf7-form-control-wrap[data-name=zgoda] .wpcf7-list-item-label {
  font-size: 13px;
  color: #000;
  line-height: 1.5;
  display: block;
  position: relative;
  padding-left: 34px;
  cursor: pointer;
}
.bottom-contact-form .wpcf7-form-control-wrap[data-name=zgoda] .wpcf7-list-item-label a {
  color: inherit;
  text-decoration: underline;
}
.bottom-contact-form .wpcf7-form-control-wrap[data-name=zgoda] .wpcf7-list-item-label:after {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
}
.bottom-contact-form .wpcf7-form-control-wrap[data-name=zgoda] .wpcf7-list-item-label:hover:after {
  background: #fff url(images/check-green.svg) center no-repeat;
  background-size: 9px 9px;
}
.bottom-contact-form .wpcf7-form-control-wrap[data-name=zgoda] input:checked ~ .wpcf7-list-item-label:after {
  background: #23a04e url(images/check-white.svg) center no-repeat;
  border-color: #23a04e;
  background-size: 9px 9px;
}
.bottom-contact-form .last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .bottom-contact-form .last {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bottom-contact-form .last button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0 solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  min-height: 64px;
  padding: 12px 32px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  color: #ffffff;
  background: #da2343;
  -webkit-box-shadow: 5.657px 5.657px 13.8px 1.2px rgba(19, 19, 19, 0.08);
          box-shadow: 5.657px 5.657px 13.8px 1.2px rgba(19, 19, 19, 0.08);
}
.bottom-contact-form .last button:hover {
  background: #000;
}

.page-title {
  display: block;
  text-align: center;
  padding: 48px 0;
  margin-bottom: 48px;
  border-bottom: 1px solid #e1e1e1;
}
.page-title h1 {
  font-size: clamp(2rem, 2.38vw + 0.86rem, 3rem);
}
@media (max-width: 1440px) {
  .page-title {
    padding: 44px 0;
    margin-bottom: 44px;
  }
}
@media (max-width: 1366px) {
  .page-title {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1280px) {
  .page-title {
    padding: 32px 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .page-title {
    padding: 24px 0;
    margin-bottom: 24px;
  }
}

.page-content {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
  font-size: clamp(1.19rem, 0.3vw + 1.04rem, 1.31rem);
}
.page-content a {
  text-decoration: underline;
  color: #da2343;
}
.page-content a:hover {
  color: #000000;
}

.checkout-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 40px 340px;
  grid-template-columns: 2fr 340px;
  grid-gap: 32px 40px;
  margin-bottom: 64px;
  padding-top: 32px;
}
.checkout-wrapper .checkout-title {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.checkout-wrapper .checkout-title p {
  margin-bottom: 0;
  font-size: 24px;
}
.checkout-wrapper .checkout-table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  border: 1px solid #e1e1e1;
  border-bottom: none;
  -ms-grid-row-align: start;
      align-self: start;
}
.checkout-wrapper .checkout-table .checkout-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-min-content 12px 1fr 12px 90px 12px 104px 12px 90px 12px 16px;
  -ms-grid-columns: min-content 12px 1fr 12px 90px 12px 104px 12px 90px 12px 16px;
  grid-template-columns: -webkit-min-content 1fr 90px 104px 90px 16px;
  grid-template-columns: min-content 1fr 90px 104px 90px 16px;
  gap: 24px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #e1e1e1;
  font-size: 0.9375em;
}
.checkout-wrapper .checkout-table .image {
  aspect-ratio: 1;
  height: 5rem;
  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;
}
.checkout-wrapper .checkout-table .image img {
  height: 100%;
  width: auto;
}
.checkout-wrapper .checkout-table .title p {
  margin-bottom: 0;
  line-height: 1.3;
}
.checkout-wrapper .checkout-table .qua-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 40px 1fr;
  height: 46px;
  width: 104px;
  overflow: hidden;
}
.checkout-wrapper .checkout-table .qua-wrap button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  border: 1px solid #e1e1e1;
  background: none;
}
.checkout-wrapper .checkout-table .qua-wrap button.product-increase {
  border-left: none;
  border-radius: 0 3px 3px 0;
}
.checkout-wrapper .checkout-table .qua-wrap button.product-decrease {
  border-right: none;
  border-radius: 3px 0 0 3px;
}
.checkout-wrapper .checkout-table .qua-wrap button:hover {
  background: #000;
  color: #fff;
}
.checkout-wrapper .checkout-table .qua-wrap input {
  width: 100%;
  height: 46px;
  border: 1px solid #e1e1e1;
  text-align: center;
  font-size: 15px;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.checkout-wrapper .checkout-table .price,
.checkout-wrapper .checkout-table .sum {
  text-align: center;
}
.checkout-wrapper .checkout-table .price span:after,
.checkout-wrapper .checkout-table .sum span:after {
  content: ",00 zł";
}
.checkout-wrapper .checkout-table .sum {
  font-weight: 700;
}
.checkout-wrapper .checkout-table .remove button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  width: 0.75rem;
  height: 0.75rem;
}
.checkout-wrapper .checkout-table .remove button svg {
  vertical-align: top;
  width: 0.75rem;
  height: 0.75rem;
  fill: #b1b1b1;
}
.checkout-wrapper .checkout-table .remove button:hover svg {
  fill: #000;
}
.checkout-wrapper .checkout-summary .bck {
  padding: 1.5rem;
  background: #f1f1f1;
  margin-bottom: 24px;
}
.checkout-wrapper .checkout-summary .checkout-sum {
  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;
  line-height: 1;
  margin-bottom: 32px;
}
.checkout-wrapper .checkout-summary .checkout-sum span {
  font-size: 19px;
}
.checkout-wrapper .checkout-summary .checkout-sum strong {
  font-size: 32px;
}
.checkout-wrapper .checkout-summary .button-wrap a {
  width: 100%;
}
.checkout-wrapper .checkout-summary .button-claim {
  padding: 16px 0;
  text-align: center;
}
.checkout-wrapper .checkout-summary .button-claim p {
  font-size: 13px;
  line-height: 1;
  color: #999;
  margin-bottom: 0;
}
.checkout-wrapper .checkout-summary .button-back a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  min-height: 48px;
  padding: 12px 24px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  color: #000;
  background: none;
  width: 100%;
}
.checkout-wrapper .cart-payments-methods {
  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;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e1e1e1;
}
.checkout-wrapper .cart-payments-methods div {
  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;
}
.checkout-wrapper .cart-ssl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.checkout-wrapper .cart-ssl p {
  margin-bottom: 0;
  padding-left: 36px;
  display: block;
  min-height: 24px;
  font-size: 14px;
  background: url(images/ssl.svg) left center no-repeat;
  background-size: 24px 24px;
}
@media (max-width: 440px) {
  .checkout-wrapper .cart-ssl p {
    font-size: 12px;
    padding-left: 30px;
    background-size: 20px 20px;
    line-height: 20px;
  }
}

.empty-checkout-info {
  padding: 64px 0;
  text-align: center;
}
.empty-checkout-info p {
  font-size: 21px;
  margin-bottom: 8px;
}
.empty-checkout-info p:first-child {
  font-size: 30px;
  margin-bottom: 24px;
}

.white-theme {
  --light-scheme-font-color: #000000;
  --light-scheme-links-color: #e02424;
  --light-scheme-links-color-hover: #e02424;
  --light-scheme-headings-color: #000000;
  --light-scheme-headings-line: #000000;
  --light-scheme-button-color: #000000;
  --light-scheme-button-color-hover: #e02424;
  --light-scheme-button-text: #ffffff;
  --light-scheme-button-text-hover: #ffffff;
  --dark-scheme-font-color: var(--light-scheme-font-color);
  --dark-scheme-links-color: var(--light-scheme-links-color);
  --dark-scheme-links-color-hover: var(--light-scheme-links-color-hover);
  --dark-scheme-headings-color: var(--light-scheme-headings-color);
  --dark-scheme-headings-line: var(--light-scheme-headings-line);
  --dark-scheme-button-color: var(--light-scheme-button-color);
  --dark-scheme-button-color-hover: var(--light-scheme-button-color-hover);
  --dark-scheme-button-text: var(--light-scheme-button-text);
  --dark-scheme-button-text-hover: var(--light-scheme-button-text-hover);
}

.black-theme {
  --light-scheme-font-color: #ffffff;
  --light-scheme-links-color: #faca15;
  --light-scheme-links-color-hover: #e02424;
  --light-scheme-headings-color: #ffffff;
  --light-scheme-headings-line: #ffffff;
  --light-scheme-button-color: #faca15;
  --light-scheme-button-color-hover: #e02424;
  --light-scheme-button-text: #000000;
  --light-scheme-button-text-hover: #ffffff;
  --dark-scheme-font-color: var(--light-scheme-font-color);
  --dark-scheme-links-color: var(--light-scheme-links-color);
  --dark-scheme-links-color-hover: var(--light-scheme-links-color-hover);
  --dark-scheme-headings-color: var(--light-scheme-headings-color);
  --dark-scheme-headings-line: var(--light-scheme-headings-line);
  --dark-scheme-button-color: var(--light-scheme-button-color);
  --dark-scheme-button-color-hover: var(--light-scheme-button-color-hover);
  --dark-scheme-button-text: var(--light-scheme-button-text);
  --dark-scheme-button-text-hover: var(--light-scheme-button-text-hover);
}

.yellow-theme {
  --light-scheme-font-color: #000000;
  --light-scheme-links-color: #000000;
  --light-scheme-links-color-hover: #e02424;
  --light-scheme-headings-color: #000000;
  --light-scheme-headings-line: #000000;
  --light-scheme-button-color: #000000;
  --light-scheme-button-color-hover: #e02424;
  --light-scheme-button-text: #ffffff;
  --light-scheme-button-text-hover: #ffffff;
  --dark-scheme-font-color: var(--light-scheme-font-color);
  --dark-scheme-links-color: var(--light-scheme-links-color);
  --dark-scheme-links-color-hover: var(--light-scheme-links-color-hover);
  --dark-scheme-headings-color: var(--light-scheme-headings-color);
  --dark-scheme-headings-line: var(--light-scheme-headings-line);
  --dark-scheme-button-color: var(--light-scheme-button-color);
  --dark-scheme-button-color-hover: var(--light-scheme-button-color-hover);
  --dark-scheme-button-text: var(--light-scheme-button-text);
  --dark-scheme-button-text-hover: var(--light-scheme-button-text-hover);
}

:root {
  --acces-icon-size: 40px;
  --acces-padding: 16px;
}

.accessibility-panel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64px calc(var(--acces-icon-size) * 4 + var(--acces-padding) * 5);
  grid-template-columns: 64px calc(var(--acces-icon-size) * 4 + var(--acces-padding) * 5);
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 1100;
  -webkit-transform: translateX(calc(var(--acces-icon-size) * 4 + var(--acces-padding) * 5));
          transform: translateX(calc(var(--acces-icon-size) * 4 + var(--acces-padding) * 5));
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .accessibility-panel {
    -ms-grid-columns: 48px calc(var(--acces-icon-size) * 4 + var(--acces-padding) * 5);
    grid-template-columns: 48px calc(var(--acces-icon-size) * 4 + var(--acces-padding) * 5);
  }
}
.accessibility-panel .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 64px;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  position: relative;
  z-index: 20;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  -webkit-box-shadow: 0px 1.7px 2.2px rgba(0, 0, 0, 0.02), 0px 4.1px 5.3px rgba(0, 0, 0, 0.028), 0px 7.6px 10px rgba(0, 0, 0, 0.035), 0px 13.6px 17.9px rgba(0, 0, 0, 0.042), 0px 25.5px 33.4px rgba(0, 0, 0, 0.05), 0px 61px 80px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 1.7px 2.2px rgba(0, 0, 0, 0.02), 0px 4.1px 5.3px rgba(0, 0, 0, 0.028), 0px 7.6px 10px rgba(0, 0, 0, 0.035), 0px 13.6px 17.9px rgba(0, 0, 0, 0.042), 0px 25.5px 33.4px rgba(0, 0, 0, 0.05), 0px 61px 80px rgba(0, 0, 0, 0.07);
}
.accessibility-panel .content svg {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .accessibility-panel .content {
    width: 48px;
    height: 48px;
    padding: 10px;
  }
  .accessibility-panel .content svg {
    width: 28px;
    height: 28px;
  }
}
.accessibility-panel .hidden-content {
  padding: var(--acces-padding);
  background: #ffffff;
  position: relative;
  z-index: 10;
}
.accessibility-panel .hidden-content p {
  font-size: 15px;
}
.accessibility-panel .hidden-content ul {
  list-style: none;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--acces-padding) 1fr var(--acces-padding) 1fr var(--acces-padding) 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--acces-padding);
}
.accessibility-panel .hidden-content ul button {
  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: var(--acces-icon-size);
  height: var(--acces-icon-size);
  margin: 0;
  padding: 0;
  border: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
}
.accessibility-panel .hidden-content .contrast-list {
  margin-bottom: 24px;
}
.accessibility-panel .hidden-content .contrast-list button[data-theme=reset] {
  background: #f1f1f1;
  color: #999999;
  text-decoration: line-through;
}
.accessibility-panel .hidden-content .contrast-list button[data-theme=white-theme] {
  background: #ffffff;
  color: #000000;
}
.accessibility-panel .hidden-content .contrast-list button[data-theme=black-theme] {
  background: #000000;
  color: #ffffff;
}
.accessibility-panel .hidden-content .contrast-list button[data-theme=yellow-theme] {
  background: #faca15;
  color: #000000;
}
.accessibility-panel .hidden-content .text-list button:hover {
  background: #f1f1f1;
}
.accessibility-panel.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.accessibility-panel.active .content {
  -webkit-box-shadow: -2px 1.7px 2.2px rgba(0, 0, 0, 0.016), -4px 4.1px 5.3px rgba(0, 0, 0, 0.02), -8px 7.6px 10px rgba(0, 0, 0, 0.028), -13px 13.6px 17.9px rgba(0, 0, 0, 0.036), -25px 25.5px 33.4px rgba(0, 0, 0, 0.04), -61px 61px 80px rgba(0, 0, 0, 0.055);
          box-shadow: -2px 1.7px 2.2px rgba(0, 0, 0, 0.016), -4px 4.1px 5.3px rgba(0, 0, 0, 0.02), -8px 7.6px 10px rgba(0, 0, 0, 0.028), -13px 13.6px 17.9px rgba(0, 0, 0, 0.036), -25px 25.5px 33.4px rgba(0, 0, 0, 0.04), -61px 61px 80px rgba(0, 0, 0, 0.055);
}
.accessibility-panel.active .hidden-content {
  -webkit-box-shadow: 0px 1.7px 2.2px rgba(0, 0, 0, 0.02), 0px 4.1px 5.3px rgba(0, 0, 0, 0.028), 0px 7.6px 10px rgba(0, 0, 0, 0.035), 0px 13.6px 17.9px rgba(0, 0, 0, 0.042), 0px 25.5px 33.4px rgba(0, 0, 0, 0.05), 0px 61px 80px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 1.7px 2.2px rgba(0, 0, 0, 0.02), 0px 4.1px 5.3px rgba(0, 0, 0, 0.028), 0px 7.6px 10px rgba(0, 0, 0, 0.035), 0px 13.6px 17.9px rgba(0, 0, 0, 0.042), 0px 25.5px 33.4px rgba(0, 0, 0, 0.05), 0px 61px 80px rgba(0, 0, 0, 0.07);
}

.white-theme {
  border-color: #000 !important;
}
.white-theme .full-section,
.white-theme .spacer-section,
.white-theme .home-header-v1,
.white-theme .top-fixed-wrapper,
.white-theme .footer-wrapper,
.white-theme .free-chapter-wrapper,
.white-theme .free-chapter-wrapper .free-chapter,
.white-theme .summary-list-wrap {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.white-theme .testimonials-grid .testimonial {
  background-color: #ffffff !important;
}
.white-theme .order-v3 .single-product {
  background: #ffffff !important;
}
.white-theme .order-v4 .single-product {
  background: #ffffff !important;
}
.white-theme .order-v4 .single-product:nth-child(2) {
  background: #ffffff !important;
}
.white-theme .toc-v1 .row .page strong {
  color: #000000;
  background: #ffffff !important;
}
.white-theme .toc-v1 .row .page em {
  color: #000000;
  background: #ffffff !important;
}
.white-theme .toc-v2 .row .page strong {
  color: #000000;
  background: #ffffff !important;
}
.white-theme .toc-v2 .row .page em {
  color: #000000;
  background: #ffffff !important;
}
.white-theme .toc-v3 .row {
  border: 1px solid #000000;
}
.white-theme .toc-v4 .line:before {
  border-bottom: 3px dotted #000000;
}
.white-theme .toc-v4 .line p, .white-theme .toc-v4 .line span {
  background: #ffffff;
}
.white-theme .info-boxes.info-boxes-v2 .icon {
  background: #ffffff;
}
.white-theme .info-boxes.info-boxes-v3 .box {
  border: 1px solid #000000;
}
.white-theme .info-boxes.info-boxes-v5 .icon {
  background: #ffffff;
}
.white-theme .light-scheme .form-grid button span,
.white-theme .light-scheme .button-wrap a span {
  background-image: url(images/arrow-right-long-white.svg);
}
.white-theme .light-scheme .form-grid button:hover span,
.white-theme .light-scheme .button-wrap a:hover span {
  background-image: url(images/arrow-right-long-white.svg);
}
.white-theme .dark-scheme .form-grid button span,
.white-theme .dark-scheme .button-wrap a span {
  background-image: url(images/arrow-right-long-white.svg);
}
.white-theme .dark-scheme .form-grid button:hover span,
.white-theme .dark-scheme .button-wrap a:hover span {
  background-image: url(images/arrow-right-long-white.svg);
}

.black-theme .top-fixed-wrapper .nav-toggle {
  border-color: #ffffff;
}
.black-theme .top-fixed-wrapper .nav-toggle span {
  background-image: url(images/menu-white.svg);
}
.black-theme .top-fixed-wrapper.dark-scheme .nav-toggle {
  border-color: #ffffff;
}
.black-theme .top-fixed-wrapper.dark-scheme .nav-toggle span {
  background-image: url(images/menu-white.svg);
}
.black-theme .full-section,
.black-theme .spacer-section,
.black-theme .home-header-v1,
.black-theme .top-fixed-wrapper,
.black-theme .footer-wrapper,
.black-theme .free-chapter-wrapper,
.black-theme .free-chapter-wrapper .free-chapter,
.black-theme .summary-list-wrap {
  background-color: #000 !important;
  border-color: #000 !important;
}
.black-theme .testimonials-grid .testimonial {
  background-color: #000 !important;
}
.black-theme .order-v3 .single-product {
  background: #000 !important;
}
.black-theme .order-v4 .single-product {
  background: #000 !important;
}
.black-theme .order-v4 .single-product:nth-child(2) {
  background: #000 !important;
}
.black-theme .accordion__header {
  color: #fff !important;
}
.black-theme .toc-v1 .row .page strong {
  color: #ffffff;
  background: #000 !important;
}
.black-theme .toc-v1 .row .page em {
  color: #ffffff;
  background: #000 !important;
}
.black-theme .toc-v2 .row .page strong {
  color: #ffffff;
  background: #000 !important;
}
.black-theme .toc-v2 .row .page em {
  color: #ffffff;
  background: #000 !important;
}
.black-theme .toc-v3 .row {
  border: 1px solid #ffffff;
}
.black-theme .toc-v4 .line:before {
  border-bottom: 3px dotted #ffffff;
}
.black-theme .toc-v4 .line p, .black-theme .toc-v4 .line span {
  background: #000000;
}
.black-theme .info-boxes.info-boxes-v2 .icon {
  background: #000000;
}
.black-theme .info-boxes.info-boxes-v3 .box {
  border: 1px solid #ffffff;
}
.black-theme .info-boxes.info-boxes-v5 .icon {
  background: #000000;
}
.black-theme .light-scheme .form-grid button span,
.black-theme .light-scheme .button-wrap a span {
  background-image: url(images/arrow-right-long-black.svg);
}
.black-theme .light-scheme .form-grid button:hover span,
.black-theme .light-scheme .button-wrap a:hover span {
  background-image: url(images/arrow-right-long-white.svg);
}
.black-theme .dark-scheme .form-grid button span,
.black-theme .dark-scheme .button-wrap a span {
  background-image: url(images/arrow-right-long-black.svg);
}
.black-theme .dark-scheme .form-grid button:hover span,
.black-theme .dark-scheme .button-wrap a:hover span {
  background-image: url(images/arrow-right-long-white.svg);
}

.yellow-theme .full-section,
.yellow-theme .spacer-section,
.yellow-theme .home-header-v1,
.yellow-theme .top-fixed-wrapper,
.yellow-theme .footer-wrapper,
.yellow-theme .free-chapter-wrapper,
.yellow-theme .free-chapter-wrapper .free-chapter,
.yellow-theme .summary-list-wrap {
  background-color: #faca15 !important;
  border-color: #faca15 !important;
}
.yellow-theme .testimonials-grid .testimonial {
  background-color: #faca15 !important;
}
.yellow-theme .order-v3 .single-product {
  background: #faca15 !important;
}
.yellow-theme .order-v4 .single-product {
  background: #faca15 !important;
}
.yellow-theme .order-v4 .single-product:nth-child(2) {
  background: #faca15 !important;
}
.yellow-theme .toc-v1 .row .page strong {
  color: #000000;
  background: #faca15 !important;
}
.yellow-theme .toc-v1 .row .page em {
  color: #000000;
  background: #faca15 !important;
}
.yellow-theme .toc-v2 .row .page strong {
  color: #000000;
  background: #faca15 !important;
}
.yellow-theme .toc-v2 .row .page em {
  color: #000000;
  background: #faca15 !important;
}
.yellow-theme .toc-v3 .row {
  border: 1px solid #000000;
}
.yellow-theme .toc-v4 .line:before {
  border-bottom: 3px dotted #000000;
}
.yellow-theme .toc-v4 .line p, .yellow-theme .toc-v4 .line span {
  background: #faca15;
}
.yellow-theme .info-boxes.info-boxes-v2 .icon {
  background: #faca15;
}
.yellow-theme .info-boxes.info-boxes-v3 .box {
  border: 1px solid #000000;
}
.yellow-theme .info-boxes.info-boxes-v5 .icon {
  background: #faca15;
}
.yellow-theme .light-scheme .form-grid button span,
.yellow-theme .light-scheme .button-wrap a span {
  background-image: url(images/arrow-right-long-white.svg);
}
.yellow-theme .light-scheme .form-grid button:hover span,
.yellow-theme .light-scheme .button-wrap a:hover span {
  background-image: url(images/arrow-right-long-white.svg);
}
.yellow-theme .dark-scheme .form-grid button span,
.yellow-theme .dark-scheme .button-wrap a span {
  background-image: url(images/arrow-right-long-white.svg);
}
.yellow-theme .dark-scheme .form-grid button:hover span,
.yellow-theme .dark-scheme .button-wrap a:hover span {
  background-image: url(images/arrow-right-long-white.svg);
}

html.regular-theme {
  font-size: 16px;
}

html.big-theme {
  font-size: 19px;
}

html.bigger-theme {
  font-size: 22px;
}

.top-fixed-wrapper {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  background: #ffffff;
  height: 110px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .top-fixed-wrapper {
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .top-fixed-wrapper .logo.logo-desktop-small-logo {
    --logo-height: 32px;
  }
  .top-fixed-wrapper .logo.logo-desktop-normal-logo {
    --logo-height: 44px;
  }
  .top-fixed-wrapper .logo.logo-desktop-big-logo {
    --logo-height: 56px;
  }
}
@media (min-width: 651px) and (max-width: 1023px) {
  .top-fixed-wrapper .logo.logo-tablet-small-logo {
    --logo-height: 32px;
  }
  .top-fixed-wrapper .logo.logo-tablet-normal-logo {
    --logo-height: 38px;
  }
  .top-fixed-wrapper .logo.logo-tablet-big-logo {
    --logo-height: 48px;
  }
}
@media (max-width: 650px) {
  .top-fixed-wrapper .logo.logo-mobile-small-logo {
    --logo-height: 32px;
  }
  .top-fixed-wrapper .logo.logo-mobile-normal-logo {
    --logo-height: 38px;
  }
  .top-fixed-wrapper .logo.logo-mobile-big-logo {
    --logo-height: 44px;
  }
}
.top-fixed-wrapper .container-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-fixed-wrapper .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-fixed-wrapper .logo a, .top-fixed-wrapper .logo img {
  height: auto;
  max-height: var(--logo-height);
  width: auto;
}
.top-fixed-wrapper #nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 0 24px;
}
.top-fixed-wrapper #nav .menu,
.top-fixed-wrapper #nav ul {
  list-style: none;
  margin: 0;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}
.top-fixed-wrapper #nav .menu a,
.top-fixed-wrapper #nav ul a {
  color: inherit;
  font-size: 1.0625rem;
}
.top-fixed-wrapper #nav .menu a:hover,
.top-fixed-wrapper #nav .menu .active a,
.top-fixed-wrapper #nav ul a:hover,
.top-fixed-wrapper #nav ul .active a {
  text-decoration: underline;
}
.top-fixed-wrapper .top-checkout-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6px;
  font-size: 18px;
  color: #000;
}
.top-fixed-wrapper .top-checkout-link svg {
  vertical-align: top;
  width: 32px;
  height: 32px;
  fill: currentColor;
  margin-right: 4px;
}
.top-fixed-wrapper .top-checkout-link strong {
  font-weight: bold;
}
.top-fixed-wrapper .top-checkout-link em {
  font-style: normal;
}
.top-fixed-wrapper .top-checkout-link:hover {
  color: inherit;
}
.top-fixed-wrapper .top-checkout-link:hover strong {
  text-decoration: underline;
}
.top-fixed-wrapper .nav-toggle {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #000000;
  font-size: 0.875rem;
  font-weight: bold;
  color: inherit;
  margin: 0;
  padding: 0 16px;
  height: 48px;
  background: none;
  border-radius: var(--border-radius);
}
.top-fixed-wrapper .nav-toggle span {
  background: url(images/menu-black.svg) left center no-repeat;
  background-size: 20px 20px;
  padding-left: 32px;
}
.top-fixed-wrapper.dark-scheme .nav-toggle {
  border-color: #ffffff;
}
.top-fixed-wrapper.dark-scheme .nav-toggle span {
  background: url(images/menu-white.svg) left center no-repeat;
  background-size: 20px 20px;
  padding-left: 32px;
}
.top-fixed-wrapper.only-logo.title-center .container-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-fixed-wrapper.only-logo .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-fixed-wrapper.only-logo .logo a, .top-fixed-wrapper.only-logo .logo img {
  height: auto;
  max-height: var(--logo-height);
  width: auto;
}
@media (max-width: 1366px) {
  .top-fixed-wrapper {
    height: 100px;
  }
}
@media (max-width: 1280px) {
  .top-fixed-wrapper {
    height: 90px;
  }
}
@media (max-width: 1024px) {
  .top-fixed-wrapper {
    position: static;
    height: 80px;
  }
  .top-fixed-wrapper .container-flex {
    height: calc(var(--padding) * 2 + 48px);
  }
  .top-fixed-wrapper .logo {
    margin-right: 40px;
  }
  .top-fixed-wrapper #nav {
    display: none;
  }
  .top-fixed-wrapper .nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.wp-block-acf-top-menu .top-fixed-wrapper {
  position: static;
}

body:not(.scroll) #wrap.with-top .top-fixed-wrapper {
  top: 44px;
}

body:not(.scroll):has(.top-info-wrapper) .top-fixed-wrapper {
  top: 44px;
}

body:not(.scroll).with-top-info .top-fixed-wrapper {
  top: 44px;
}

@media (min-width: 1024px) {
  body.scroll .top-fixed-wrapper {
    background: #ffffff;
    -webkit-box-shadow: var(--shadow-sm);
            box-shadow: var(--shadow-sm);
    border-color: #ffffff;
    position: fixed;
    top: 0;
  }
}

body.scroll.logged-in.admin-bar .top-fixed-wrapper {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.scroll.logged-in.admin-bar .top-fixed-wrapper {
    top: 46px;
  }
}

.admin-panel-header-preview {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.admin-panel-header-preview .cover-prev {
  display: block;
  aspect-ratio: 16/10;
  background-color: #f1f1f1;
}

.home-header-v1 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  color: var(--font-color);
}
.home-header-v1 .desc {
  color: inherit;
}
.home-header-v1 .desc h1 {
  margin-bottom: 2rem;
  color: var(--heading-color);
  font-size: clamp(1.69rem, 2.53vw + 0.47rem, 2.75rem);
}
.home-header-v1 .desc h2 {
  margin-bottom: 2rem;
  color: var(--heading-color);
  font-size: clamp(1.5rem, 1.79vw + 0.64rem, 2.25rem);
}
.home-header-v1 .desc p {
  margin-bottom: 2rem;
  line-height: 1.5;
  font-size: clamp(1.06rem, 0.3vw + 0.92rem, 1.19rem);
}
.home-header-v1 .desc p + p {
  margin-top: -12px;
}
.home-header-v1 .desc p:last-child {
  margin-bottom: 0;
}
.home-header-v1 .with-space {
  padding-top: 16px;
}
.home-header-v1 .element-wrapper .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-header-v1 .element-wrapper img {
  width: auto;
  height: auto;
  max-height: 80vh;
}
@media (min-width: 1024px) {
  .home-header-v1 .header-desc {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.5rem 4rem;
  }
  .home-header-v1 .header-desc.only-text {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
  }
  .home-header-v1 .header-desc.only-text .button-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-header-v1.partial {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .home-header-v1.center-desc .header-desc {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
  }
  .home-header-v1.center-desc .button-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-header-v1.right-desc .desc {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .home-header-v1.right-desc .element-wrapper {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .home-header-v1.top-desc .header-desc, .home-header-v1.bottom-desc .header-desc {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
  }
  .home-header-v1.top-desc .button-wrap, .home-header-v1.bottom-desc .button-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-header-v1.top-desc .desc {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .home-header-v1.top-desc .element-wrapper {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .home-header-v1.bottom-desc .desc {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .home-header-v1.bottom-desc .element-wrapper {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media (max-width: 1024px) {
  .home-header-v1 {
    padding: 3rem 0;
  }
  .home-header-v1 .header-desc {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 2.5rem 4rem;
    text-align: center;
  }
  .home-header-v1 .header-desc .desc {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .home-header-v1 .header-desc.only-text .desc {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .home-header-v1 .header-desc .element-wrapper {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .home-header-v1 .header-desc .button-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .home-header-v1 {
    padding: 2.5rem 0;
  }
}

.sections-partial .home-header-v1 {
  padding-top: 1.25rem;
  padding-bottom: 2rem;
}

.admin-panel-faq-preview {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: 2px solid #e1e1e1;
  border-radius: 10px;
  padding: 64px;
  text-align: center;
}
.admin-panel-faq-preview p {
  font-size: 21px;
  font-weight: bold;
}

.faq-v2 {
  max-width: 56.25rem;
  margin: 0 auto;
}
.faq-v2 ol {
  list-style: none;
  margin: 0;
}
.faq-v2 ol li {
  margin-bottom: 1.5rem;
  position: relative;
  counter-increment: section;
  padding-left: 5rem;
  padding-top: 1rem;
}
.faq-v2 ol li:before {
  content: counter(section);
  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: 56px;
  height: 56px;
  background: #f1f1f1;
  font-size: 1.1875rem;
  font-weight: bold;
  color: #000000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.faq-v2 ol li:last-child {
  margin-bottom: 0;
}

.admin-panel-author-preview {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: 2px solid #e1e1e1;
  border-radius: 10px;
  padding: 64px;
  text-align: center;
}
.admin-panel-author-preview p {
  font-size: 21px;
  font-weight: bold;
}

.author-wrap-v1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 360px 80px 1fr;
  grid-template-columns: 360px 1fr;
  grid-gap: 40px 80px;
}
.author-wrap-v1 .desc h2 {
  margin-bottom: 24px;
}
.author-wrap-v1 .desc h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .author-wrap-v1 .desc h2 {
    font-size: calc(24px + 6 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .author-wrap-v1 .desc h2 {
    font-size: 30px;
  }
}
.author-wrap-v1 .desc p {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .author-wrap-v1 .desc p {
    font-size: calc(17px + 2 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .author-wrap-v1 .desc p {
    font-size: 19px;
  }
}
.author-wrap-v1 .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.author-wrap-v1 .social a {
  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: 40px;
  height: 40px;
  border: 2px solid currentColor;
  border-radius: 50%;
}
.author-wrap-v1 .social a svg {
  width: 20px;
  fill: inherit;
}
.author-wrap-v1 .social a:hover {
  background: inherit;
}
.author-wrap-v1 .social a:hover svg {
  fill: #fff;
}
@media (max-width: 1024px) {
  .author-wrap-v1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .author-wrap-v1 .photo img {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .author-wrap-v1 .photo img {
    max-width: 240px;
  }
}

.light-scheme .author-wrap-v1 .social a {
  border-color: var(--light-scheme-font-color);
}
.light-scheme .author-wrap-v1 .social a svg {
  fill: var(--light-scheme-font-color);
}
.light-scheme .author-wrap-v1 .social a:hover {
  background: var(--light-scheme-button-color-hover);
  border-color: var(--light-scheme-button-color-hover);
}
.light-scheme .author-wrap-v1 .social a:hover svg {
  fill: var(--light-scheme-button-text-hover);
}

.dark-scheme .author-wrap-v1 .social a {
  border-color: var(--dark-scheme-font-color);
}
.dark-scheme .author-wrap-v1 .social a svg {
  fill: var(--dark-scheme-font-color);
}
.dark-scheme .author-wrap-v1 .social a:hover {
  background: var(--dark-scheme-button-color-hover);
  border-color: var(--dark-scheme-button-color-hover);
}
.dark-scheme .author-wrap-v1 .social a:hover svg {
  fill: var(--dark-scheme-button-text-hover);
}

.admin-panel-contact-preview {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: 2px solid #e1e1e1;
  border-radius: 10px;
  padding: 64px;
  text-align: center;
}
.admin-panel-contact-preview p {
  font-size: 21px;
  font-weight: bold;
}

.contact-wrapper-v1 {
  text-align: center;
}
.contact-wrapper-v1 p a {
  font-size: clamp(1.5rem, 1.79vw + 0.64rem, 2.25rem);
}
.contact-wrapper-v1 p a:hover {
  text-decoration: underline;
}

.contact-wrapper + .contact-wrapper {
  margin-top: 2.5rem;
}

.form-grid {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5rem;
}
.form-grid .row label {
  display: block;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
}
.form-grid .row label em {
  color: #e02424;
  font-weight: bold;
}
.form-grid .row p {
  margin-bottom: 0;
}
.form-grid .row p a {
  color: #0BBF59;
  text-decoration: underline;
  font-size: 0.875rem;
}
.form-grid .full {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media (max-width: 768px) {
  .form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .form-grid .full {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.form-grid input[type=text],
.form-grid input[type=email],
.form-grid input[type=tel],
.form-grid input[type=number],
.form-grid textarea {
  display: block;
  width: 100%;
  padding: 16px 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  background-clip: padding-box;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 1px #e1e1e1;
          box-shadow: inset 0 0 0 1px #e1e1e1;
}
.form-grid input[type=text]:focus,
.form-grid input[type=email]:focus,
.form-grid input[type=tel]:focus,
.form-grid input[type=number]:focus,
.form-grid textarea:focus {
  background: #ffffff;
  -webkit-box-shadow: inset 0 0 0 2px #000, var(--shadow-sm);
          box-shadow: inset 0 0 0 2px #000, var(--shadow-sm);
  outline: 0;
}
.form-grid input[type=text].wpcf7-not-valid,
.form-grid input[type=email].wpcf7-not-valid,
.form-grid input[type=tel].wpcf7-not-valid,
.form-grid input[type=number].wpcf7-not-valid,
.form-grid textarea.wpcf7-not-valid {
  background: #ffffff;
  -webkit-box-shadow: inset 0 0 0 2px #e02424;
          box-shadow: inset 0 0 0 2px #e02424;
  outline: 0;
}
.form-grid .wpcf7-form-control-wrap[data-name=zgoda] label {
  position: relative;
  cursor: pointer;
  display: block;
}
.form-grid .wpcf7-form-control-wrap[data-name=zgoda] label input[type=checkbox],
.form-grid .wpcf7-form-control-wrap[data-name=zgoda] label input[type=radio] {
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 5;
}
.form-grid .wpcf7-form-control-wrap[data-name=zgoda] label .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 32px;
  font-size: 0.8125rem;
}
.form-grid .wpcf7-form-control-wrap[data-name=zgoda] label .wpcf7-list-item-label:before {
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  z-index: 10;
  border-radius: 2px;
}
.form-grid .wpcf7-form-control-wrap[data-name=zgoda] label .wpcf7-list-item-label a {
  color: inherit;
  text-decoration: underline;
}
.form-grid .wpcf7-form-control-wrap[data-name=zgoda] label .wpcf7-list-item-label a:hover {
  color: #0BBF59;
}
.form-grid .wpcf7-form-control-wrap[data-name=zgoda] label .wpcf7-list-item-label em {
  font-weight: 600;
  color: #e02424;
}
.form-grid .wpcf7-form-control-wrap[data-name=zgoda] label input[type=radio]:checked ~ .wpcf7-list-item-label:before,
.form-grid .wpcf7-form-control-wrap[data-name=zgoda] label input[type=checkbox]:checked ~ .wpcf7-list-item-label:before {
  background: #0BBF59 url(images/check-white.svg) center no-repeat;
  background-size: 8px 8px;
  border-color: #0BBF59;
}
.form-grid .wpcf7-form-control-wrap[data-name=zgoda] label.invoice-checkbox {
  font-weight: 600;
}
.form-grid .last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-grid button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0 solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  min-height: 56px;
  padding: 12px 24px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  border-radius: var(--border-radius);
  color: var(--light-scheme-button-text);
  background: var(--light-scheme-button-color);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-grid button span {
  padding-right: 34px;
  background: url(images/arrow-right-long-white.svg) right center no-repeat;
  background-size: 20px 20px;
}
.form-grid button:hover {
  color: var(--light-scheme-button-text-hover);
  background: var(--light-scheme-button-color-hover);
}

.admin-panel-order-products-preview {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px 32px;
}
.admin-panel-order-products-preview p {
  padding: 32px;
  text-align: center;
  font-size: 18px;
  border: 2px solid #e02424;
  border-radius: 6px;
}

.order-products .sale {
  display: block;
  width: 200px;
  height: 30px;
  background: #0BBF59;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  content: "Popularne";
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  position: absolute;
  left: -50px;
  top: 20px;
}
.order-products .desc .title p {
  line-height: 1.3;
}
.order-products .desc .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.order-products .desc .price span {
  font-size: clamp(1.75rem, 0.6vw + 1.46rem, 2rem);
}
.order-products .desc .price del {
  margin-left: 16px;
  text-decoration: line-through;
  color: #888;
  font-size: clamp(1.38rem, 0.3vw + 1.23rem, 1.5rem);
}
.order-products .desc .omnibus {
  margin-bottom: 1rem;
}
.order-products .desc .omnibus p {
  font-size: 0.9375rem;
  color: #999;
  margin-bottom: 0;
}
.order-products .desc .button-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 0;
}
.order-products .desc .button-wrap a {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.order-products .desc .button-info {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #888;
}

.order-v1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 64px 0;
}
.order-v1 .single-product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 64px 1fr;
  grid-template-columns: 300px 1fr;
  grid-gap: 32px 64px;
}
.order-v1 .desc .title {
  display: block;
  margin-bottom: 24px;
}
.order-v1 .desc .title p {
  font-size: clamp(1.25rem, 0.6vw + 0.96rem, 1.5rem);
  font-weight: bold;
}
.order-v1 .desc .info {
  margin-bottom: 16px;
  font-size: clamp(0.94rem, 0.3vw + 0.79rem, 1.06rem);
}
.order-v1 .desc .info ul {
  list-style: circle;
}
.order-v1 .desc .info ul li {
  margin-bottom: 8px;
}
.order-v1 .desc .info ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .order-v1 .single-product {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .order-v1 .cover img {
    max-width: 80%;
  }
}

.order-v2 {
  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: 64px 80px;
}
.order-v2 .single-product {
  width: calc(33.3333333333% - 26.6666666667px);
}
.order-v2 .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.order-v2 .cover img {
  max-width: 80%;
}
.order-v2 .desc .title {
  display: block;
  margin-bottom: 16px;
}
.order-v2 .desc .title p {
  font-size: clamp(1.25rem, 0.6vw + 0.96rem, 1.5rem);
  font-weight: bold;
}
.order-v2 .desc .info {
  margin-bottom: 16px;
}
.order-v2 .desc .info p {
  font-size: clamp(0.94rem, 0.3vw + 0.79rem, 1.06rem);
}
.order-v2 .desc .info ul {
  list-style: circle;
  font-size: 0.9375rem;
}
.order-v2 .desc .info ul li {
  margin-bottom: 8px;
}
.order-v2 .desc .info ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .order-v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .order-v2 .single-product {
    width: 100%;
    max-width: 500px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.order-v3 {
  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: 64px 80px;
}
.order-v3 .single-product {
  width: calc(33.3333333333% - 26.6666666667px);
  padding: 32px 0;
  position: relative;
  overflow: hidden;
}
.order-v3 .single-product:nth-child(2) {
  background: #f1f1f1;
  padding: 32px;
}
.order-v3 .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.order-v3 .cover img {
  max-width: 80%;
}
.order-v3 .desc .title {
  display: block;
  margin-bottom: 16px;
}
.order-v3 .desc .title p {
  font-weight: bold;
  font-size: clamp(1.25rem, 0.6vw + 0.96rem, 1.5rem);
}
.order-v3 .desc .info {
  margin-bottom: 16px;
}
.order-v3 .desc .info p {
  font-size: clamp(0.94rem, 0.3vw + 0.79rem, 1.06rem);
}
.order-v3 .desc .info ul {
  list-style: circle;
  font-size: clamp(0.88rem, 0.15vw + 0.8rem, 0.94rem);
}
.order-v3 .desc .info ul li {
  margin-bottom: 8px;
}
.order-v3 .desc .info ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .order-v3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .order-v3 .single-product {
    width: 100%;
    max-width: 500px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.order-v4 {
  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: 64px 24px;
}
.order-v4 .single-product {
  width: calc(33.3333333333% - 16px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: var(--shadow-md);
          box-shadow: var(--shadow-md);
}
.order-v4 .single-product.with-sale {
  background: #f1f6ed;
}
.order-v4 .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.order-v4 .cover img {
  max-width: 80%;
}
.order-v4 .desc .title {
  display: block;
  margin-bottom: 16px;
}
.order-v4 .desc .title p {
  font-weight: bold;
  font-size: clamp(1.25rem, 0.6vw + 0.96rem, 1.5rem);
}
.order-v4 .desc .info {
  margin-bottom: 16px;
}
.order-v4 .desc .info p {
  font-size: clamp(0.94rem, 0.3vw + 0.79rem, 1.06rem);
}
.order-v4 .desc .info ul {
  list-style: circle;
  font-size: clamp(0.88rem, 0.15vw + 0.8rem, 0.94rem);
}
.order-v4 .desc .info ul li {
  margin-bottom: 8px;
}
.order-v4 .desc .info ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .order-v4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .order-v4 .single-product {
    width: 100%;
    max-width: 500px;
    padding: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.order-v5 {
  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: 64px 24px;
}
.order-v5 .single-product {
  width: calc(33.3333333333% - 16px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: var(--shadow-md);
          box-shadow: var(--shadow-md);
}
.order-v5 .single-product:nth-child(2) {
  background: #f1f6ed;
}
.order-v5 .single-product:nth-child(2):before {
  display: block;
  width: 200px;
  height: 30px;
  background: #0BBF59;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  content: "Popularne";
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  position: absolute;
  left: -50px;
  top: 20px;
}
.order-v5 .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.order-v5 .cover img {
  max-width: 80%;
}
.order-v5 .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.order-v5 .desc .button-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 16px;
}
.order-v5 .desc .button-wrap a {
  width: 100%;
}
.order-v5 .desc .title {
  display: block;
  margin-bottom: 16px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.order-v5 .desc .title p {
  font-weight: bold;
  font-size: clamp(1.25rem, 0.6vw + 0.96rem, 1.5rem);
}
.order-v5 .desc .info {
  margin-bottom: 16px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.order-v5 .desc .info p {
  font-size: clamp(0.94rem, 0.3vw + 0.79rem, 1.06rem);
}
.order-v5 .desc .info ul {
  list-style: circle;
  font-size: clamp(0.88rem, 0.15vw + 0.8rem, 0.94rem);
}
.order-v5 .desc .info ul li {
  margin-bottom: 8px;
}
.order-v5 .desc .info ul li:last-child {
  margin-bottom: 0;
}
.order-v5 .desc .price {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-bottom: 8px;
}
.order-v5 .desc .omnibus {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media (max-width: 1024px) {
  .order-v5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .order-v5 .single-product {
    width: 100%;
    max-width: 500px;
    padding: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.dark-scheme .order-v3 .single-product {
  background: var(--dark-scheme-bck);
}
.dark-scheme .order-v4 .single-product {
  background: var(--dark-scheme-bck);
}
.dark-scheme .order-v4 .single-product:nth-child(2) {
  background: var(--dark-scheme-bck);
}
.admin-panel-spacer-preview {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 32px 64px;
  text-align: center;
  background-color: #f1f1f1;
}
.admin-panel-spacer-preview p {
  font-size: 21px;
  font-weight: bold;
}

.spacer-section {
  display: block;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #f1f1f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.spacer-section.line {
  background: none;
  border-top: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
}
@media (max-width: 1280px) {
  .spacer-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 1024px) {
  .spacer-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.spacer-section-v1,
.spacer-v1 {
  text-align: center;
}
.spacer-section-v1 p,
.spacer-v1 p {
  margin-bottom: 0;
  max-width: 56.25rem;
  margin: 0 auto;
  font-size: clamp(1.31rem, 0.89vw + 0.88rem, 1.69rem);
}

.spacer-section-v2 .book-stats,
.spacer-v2 .book-stats {
  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: 2rem 4rem;
}
.spacer-section-v2 .book-stats .col,
.spacer-v2 .book-stats .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - 192px) / 4);
}
.spacer-section-v2 .book-stats .col .icon,
.spacer-v2 .book-stats .col .icon {
  height: 5rem;
  margin-bottom: 2rem;
}
.spacer-section-v2 .book-stats .col .icon img,
.spacer-v2 .book-stats .col .icon img {
  height: 5rem;
  width: auto;
}
.spacer-section-v2 .book-stats .col p,
.spacer-v2 .book-stats .col p {
  margin-bottom: 0.5rem;
  line-height: 1;
  font-size: clamp(1.06rem, 0.3vw + 0.92rem, 1.19rem);
}
.spacer-section-v2 .book-stats .col p:last-child,
.spacer-v2 .book-stats .col p:last-child {
  margin-bottom: 0;
}
.spacer-section-v2 .book-stats .col p strong,
.spacer-v2 .book-stats .col p strong {
  font-size: clamp(2rem, 4.76vw + -0.29rem, 4rem);
}
@media (max-width: 1024px) {
  .spacer-section-v2 .book-stats,
  .spacer-v2 .book-stats {
    gap: 2rem 2rem;
  }
  .spacer-section-v2 .book-stats .col,
  .spacer-v2 .book-stats .col {
    width: calc((100% - 64px) / 2);
  }
  .spacer-section-v2 .book-stats .col .icon,
  .spacer-v2 .book-stats .col .icon {
    height: 4rem;
    margin-bottom: 1.5rem;
  }
  .spacer-section-v2 .book-stats .col .icon img,
  .spacer-v2 .book-stats .col .icon img {
    height: 4rem;
  }
}
@media (max-width: 768px) {
  .spacer-section-v2 .book-stats .col .icon,
  .spacer-v2 .book-stats .col .icon {
    height: 3rem;
    margin-bottom: 1.5rem;
  }
  .spacer-section-v2 .book-stats .col .icon img,
  .spacer-v2 .book-stats .col .icon img {
    height: 3rem;
  }
}

.spacer-section-v3 .social,
.spacer-v3 .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.spacer-section-v3 .social li,
.spacer-v3 .social li {
  width: 12.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spacer-section-v3 .social li:last-child,
.spacer-v3 .social li:last-child {
  margin-right: 0;
}
.spacer-section-v3 .social a,
.spacer-v3 .social a {
  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: 4.5rem;
  height: 4.5rem;
  border: 2px solid var(--font-color);
  border-radius: 50%;
  margin-bottom: 1rem;
}
.spacer-section-v3 .social a svg,
.spacer-v3 .social a svg {
  width: 28px;
  fill: var(--font-color);
}
.spacer-section-v3 .social a:hover,
.spacer-v3 .social a:hover {
  background: #000000;
  border-color: #000000;
}
.spacer-section-v3 .social a:hover svg,
.spacer-v3 .social a:hover svg {
  fill: #fff;
}
.spacer-section-v3 .social p,
.spacer-v3 .social p {
  display: block;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: clamp(1.31rem, 1.34vw + 0.67rem, 1.88rem);
}
.spacer-section-v3 .social em,
.spacer-v3 .social em {
  display: block;
  line-height: 1;
  font-style: normal;
  font-size: clamp(0.88rem, 0.3vw + 0.73rem, 1rem);
}
@media (max-width: 1366px) {
  .spacer-section-v3 .social a,
  .spacer-v3 .social a {
    width: 4.5rem;
    height: 4.5rem;
  }
  .spacer-section-v3 .social a svg,
  .spacer-v3 .social a svg {
    width: 1.75rem;
  }
}
@media (max-width: 1280px) {
  .spacer-section-v3 .social a,
  .spacer-v3 .social a {
    width: 4rem;
    height: 4rem;
  }
  .spacer-section-v3 .social a svg,
  .spacer-v3 .social a svg {
    width: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .spacer-section-v3 .social,
  .spacer-v3 .social {
    gap: 2rem 1.5rem;
  }
  .spacer-section-v3 .social li,
  .spacer-v3 .social li {
    width: 6.25rem;
  }
  .spacer-section-v3 .social a,
  .spacer-v3 .social a {
    width: 3rem;
    height: 3rem;
  }
  .spacer-section-v3 .social a svg,
  .spacer-v3 .social a svg {
    width: 1.25rem;
  }
}

.spacer-section-v4,
.spacer-v4 {
  text-align: center;
}
.spacer-section-v4 p,
.spacer-v4 p {
  margin-bottom: 0;
  max-width: 56.25rem;
  margin: 0 auto;
  line-height: 1.5;
  font-size: clamp(1.31rem, 0.89vw + 0.88rem, 1.69rem);
}

.spacer-section-v5 .container-flex,
.spacer-v5 .container-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spacer-section-v5 .container-flex .icon img,
.spacer-section-v5 .container-flex .icon svg,
.spacer-v5 .container-flex .icon img,
.spacer-v5 .container-flex .icon svg {
  height: 5rem;
  width: auto;
}
@media (max-width: 1024px) {
  .spacer-section-v5 .container-flex .icon img,
  .spacer-section-v5 .container-flex .icon svg,
  .spacer-v5 .container-flex .icon img,
  .spacer-v5 .container-flex .icon svg {
    height: 4rem;
  }
}
@media (max-width: 768px) {
  .spacer-section-v5 .container-flex .icon img,
  .spacer-section-v5 .container-flex .icon svg,
  .spacer-v5 .container-flex .icon img,
  .spacer-v5 .container-flex .icon svg {
    height: 3rem;
  }
}

.progress-bar-s {
  --progress-bar-width: 600px;
  --progress-bar-height: 12px;
}

.progress-bar-m {
  --progress-bar-width: 700px;
  --progress-bar-height: 16px;
}

.progress-bar-l {
  --progress-bar-width: 800px;
  --progress-bar-height: 20px;
}

.progress-bar-xl {
  --progress-bar-width: 900px;
  --progress-bar-height: 24px;
}

.spacer-section-v1 .progress-bar,
.spacer-v5 .progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: var(--progress-bar-width);
  margin: 0 auto;
}
.spacer-section-v1 .progress-bar .progress-bar-bg,
.spacer-v5 .progress-bar .progress-bar-bg {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: var(--progress-bar-height);
}
.spacer-section-v1 .progress-bar .progress-bar-fill,
.spacer-v5 .progress-bar .progress-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: currentColor;
}
.spacer-section-v1 .progress-bar.round .progress-bar-bg,
.spacer-v5 .progress-bar.round .progress-bar-bg {
  border-radius: calc(var(--progress-bar-height) / 2);
}
.spacer-section-v1 .progress-bar.round .progress-bar-fill,
.spacer-v5 .progress-bar.round .progress-bar-fill {
  border-radius: 0 calc(var(--progress-bar-height) / 2) calc(var(--progress-bar-height) / 2) 0;
}

.admin-panel-toc-preview {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border: 2px solid #e1e1e1;
  border-radius: 10px;
  padding: 40px 140px;
}
.admin-panel-toc-preview p {
  font-size: 21px;
  font-weight: bold;
}
.admin-panel-toc-preview ul li {
  margin-bottom: 10px;
}

.table-of-contest + .table-of-contest {
  margin-top: 64px;
}

.toc-v1 .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 40px 1fr;
  grid-template-columns: 100px 1fr;
  grid-gap: 24px 40px;
  padding: 16px;
  border: 1px solid #e1e1e1;
  margin-bottom: 16px;
}
.toc-v1 .row:last-child {
  margin-bottom: 0;
}
.toc-v1 .row .page {
  display: block;
  text-align: center;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
.toc-v1 .row .page strong {
  display: block;
  padding: 16px 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #111;
  background: #f7f7f7;
}
.toc-v1 .row .page em {
  display: block;
  padding: 12px 0;
  font-size: 1rem;
  font-style: normal;
  color: #111;
  background: #e7e7e7;
}
.toc-v1 .row .desc {
  line-height: 1.4;
}
.toc-v1 .row .desc p {
  font-size: clamp(1.06rem, 0.3vw + 0.92rem, 1.19rem);
}
.toc-v1 .row .desc p strong {
  font-size: clamp(1.31rem, 0.89vw + 0.88rem, 1.69rem);
}
.toc-v1 .row .desc p:first-child {
  margin-bottom: 12px;
}
@media (max-width: 650px) {
  .toc-v1 .row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .toc-v1 .row .page {
    width: 80px;
  }
  .toc-v1 .row .page strong {
    padding: 12px 0;
    font-size: 1.3125rem;
  }
  .toc-v1 .row .page em {
    padding: 10px 0;
    font-size: 0.875rem;
  }
}

.toc-v2 .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 32px 1fr;
  grid-template-columns: 80px 1fr;
  grid-gap: 16px 32px;
  margin-bottom: 32px;
}
.toc-v2 .row:last-child {
  margin-bottom: 0;
}
.toc-v2 .row .page {
  display: block;
  text-align: center;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
.toc-v2 .row .page strong {
  display: block;
  padding: 16px 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #111;
  background: #f7f7f7;
}
.toc-v2 .row .page em {
  display: block;
  padding: 12px 0;
  font-size: 1rem;
  font-style: normal;
  color: #111;
  background: #e7e7e7;
}
.toc-v2 .row .desc {
  line-height: 1.4;
}
.toc-v2 .row .desc p {
  font-size: clamp(1.06rem, 0.3vw + 0.92rem, 1.19rem);
}
.toc-v2 .row .desc p strong {
  font-size: clamp(1.31rem, 0.89vw + 0.88rem, 1.69rem);
}
.toc-v2 .row .desc p:first-child {
  margin-bottom: 12px;
}
@media (max-width: 650px) {
  .toc-v2 .row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .toc-v2 .row .page {
    width: 80px;
  }
  .toc-v2 .row .page strong {
    padding: 12px 0;
    font-size: 1.3125rem;
  }
  .toc-v2 .row .page em {
    padding: 10px 0;
    font-size: 0.875rem;
  }
}

.toc-v3 {
  margin-bottom: 64px;
}
.toc-v3 .row {
  padding: 16px;
  border: 1px solid #e1e1e1;
  margin-bottom: 16px;
}
.toc-v3 .row:last-child {
  margin-bottom: 0;
}
.toc-v3 .row .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.toc-v3 .row .title p {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 0;
}
.toc-v3 .row .desc p {
  margin-bottom: 8px;
  font-size: clamp(1.06rem, 0.3vw + 0.92rem, 1.19rem);
}
.toc-v3 .row .desc p:last-child {
  margin-bottom: 0;
}
.toc-v3 .row .desc p strong {
  font-size: clamp(1.31rem, 0.89vw + 0.88rem, 1.69rem);
}
@media (max-width: 768px) {
  .toc-v3 .row .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.toc-v4 .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.3125rem;
  position: relative;
  margin-bottom: 32px;
  line-height: 1.2;
}
.toc-v4 .line:before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-bottom: 3px dotted #000000;
  content: "";
  height: 1px;
}
.toc-v4 .line p, .toc-v4 .line span {
  position: relative;
  z-index: 10;
  background: #ffffff;
}
.toc-v4 .line p {
  margin-bottom: 0;
  padding-right: 16px;
}
.toc-v4 .line span {
  padding-left: 16px;
}

.toc-v5 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 80px;
}
.toc-v5 .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px 1fr;
  grid-template-columns: 160px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #000000;
  padding-bottom: 24px;
}
.toc-v5 .number {
  text-align: center;
}
.toc-v5 .number strong {
  font-size: clamp(2.75rem, 5.36vw + 0.18rem, 5rem);
  line-height: 1;
}
.toc-v5 .title p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: clamp(1.06rem, 0.3vw + 0.92rem, 1.19rem);
}
@media (max-width: 1280px) {
  .toc-v5 .row {
    -ms-grid-columns: 120px 1fr;
    grid-template-columns: 120px 1fr;
  }
}
@media (max-width: 768px) {
  .toc-v5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .toc-v5 .row {
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
  }
}
@media (max-width: 550px) {
  .toc-v5 .row {
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr;
  }
}

.admin-panel-testimonials-preview {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: 2px solid #e1e1e1;
  border-radius: 10px;
  padding: 64px;
  text-align: center;
}
.admin-panel-testimonials-preview p {
  font-size: 21px;
  font-weight: bold;
}

.testimonials .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.testimonials .stars.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonials blockquote {
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1.06rem, 0.89vw + 0.63rem, 1.44rem);
}
.testimonials .omnibus {
  display: block;
  line-height: 1.3;
  margin-top: -8px;
  font-size: 0.9375rem;
  color: #999;
  margin-bottom: 16px;
}
.testimonials .author {
  display: block;
}
.testimonials .author strong {
  display: block;
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px;
}
.testimonials .author em {
  font-size: 1rem;
  font-style: normal;
}
.testimonials .author.with-avatar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64px 16px 1fr;
  grid-template-columns: 64px 1fr;
  -ms-grid-rows: 1fr 4px 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 4px 16px;
}
.testimonials .author.with-avatar > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.testimonials .author.with-avatar > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.testimonials .author.with-avatar > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.testimonials .author.with-avatar > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.testimonials .author.with-avatar .avatar {
  border-radius: 50%;
  overflow: hidden;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.testimonials .author.with-avatar strong {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  margin-bottom: 0;
  -ms-grid-row-align: end;
      align-self: end;
}
.testimonials .author.with-avatar em {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media (max-width: 1024px) {
  .testimonials .author strong {
    font-size: 1.125rem;
  }
  .testimonials .author em {
    font-size: 0.9375rem;
  }
  .testimonials .author.with-avatar {
    -ms-grid-columns: 56px 16px 1fr;
    grid-template-columns: 56px 1fr;
  }
}
@media (max-width: 768px) {
  .testimonials .author strong {
    font-size: 1.0625rem;
  }
  .testimonials .author em {
    font-size: 0.875rem;
  }
  .testimonials .author.with-avatar {
    -ms-grid-columns: 48px 16px 1fr;
    grid-template-columns: 48px 1fr;
  }
}

.testimonials-v1 .testimonial {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border: 2px solid #e1e1e1;
  padding: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1024px) {
  .testimonials-v1 .testimonial {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .testimonials-v1 .testimonial {
    padding: 24px;
  }
}
@media (max-width: 450px) {
  .testimonials-v1 .testimonial {
    padding: 16px;
    border-width: 1px;
  }
}

.testimonials-v2 .testimonial {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.testimonials-v2 .author.with-avatar {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: -webkit-min-content 8px -webkit-min-content 8px -webkit-min-content;
  -ms-grid-rows: min-content 8px min-content 8px min-content;
  grid-template-rows: repeat(3, -webkit-min-content);
  grid-template-rows: repeat(3, min-content);
  grid-gap: 8px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonials-v2 .author.with-avatar > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.testimonials-v2 .author.with-avatar > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.testimonials-v2 .author.with-avatar > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.testimonials-v2 .author.with-avatar .avatar {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  width: 80px;
  height: 80px;
  -ms-grid-column-align: center;
      justify-self: center;
}
.testimonials-v2 .author.with-avatar strong {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
  margin-bottom: 0;
  -ms-grid-row-align: end;
      align-self: end;
}
.testimonials-v2 .author.with-avatar em {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.testimonials-v3 .testimonial {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 64px;
  padding-top: 80px;
  background: url(images/quote.svg) left top no-repeat;
  background-size: auto 48px;
}
@media (max-width: 768px) {
  .testimonials-v3 .testimonial {
    padding-top: 64px;
    background-size: auto 32px;
  }
}

.testimonials-v4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 40px 0;
}
.testimonials-v4 blockquote {
  padding-top: 64px;
  background: url(images/quote.svg) left top no-repeat;
  background-size: auto 40px;
}
@media (min-width: 1024px) {
  .testimonials-v4 .testimonial {
    display: block;
    width: 100%;
    max-width: 900px;
    border: 1px solid #e1e1e1;
    padding: 32px;
  }
  .testimonials-v4 .testimonial:nth-child(odd) {
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .testimonials-v4 .testimonial:nth-child(even) {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@media (max-width: 1024px) {
  .testimonials-v4 .testimonial {
    display: block;
    border: 1px solid #e1e1e1;
    padding: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .testimonials-v4 {
    grid-gap: 24px 0;
  }
  .testimonials-v4 .testimonial {
    padding: 24px;
  }
  .testimonials-v4 blockquote {
    padding-top: 48px;
    background-size: auto 32px;
  }
}

.testimonials-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px 24px;
}
.testimonials-grid .testimonial {
  padding: 32px;
  border-radius: 16px;
}
.testimonials-grid .testimonial .meta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 20px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.testimonials-grid .testimonial .meta.with-avatar {
  -ms-grid-columns: 120px 24px 1fr;
  grid-template-columns: 120px 1fr;
}
.testimonials-grid .testimonial .meta .avatar {
  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: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials-grid .testimonial .meta .author .stars {
  height: 16px;
  margin-bottom: 24px;
}
.testimonials-grid .testimonial .meta .author .stars img {
  height: 16px;
  width: auto;
}
.testimonials-grid .testimonial .meta .author strong {
  display: block;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px;
  font-size: clamp(1.06rem, 0.3vw + 0.92rem, 1.19rem);
}
.testimonials-grid .testimonial .meta .author em {
  font-style: normal;
  font-size: clamp(0.88rem, 0.3vw + 0.73rem, 1rem);
}
.testimonials-grid .testimonial blockquote {
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1.06rem, 0.3vw + 0.92rem, 1.19rem);
}
@media (max-width: 1280px) {
  .testimonials-grid .testimonial .meta.with-avatar {
    -ms-grid-columns: 100px 24px 1fr;
    grid-template-columns: 100px 1fr;
  }
  .testimonials-grid .testimonial .meta .avatar {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1024px) {
  .testimonials-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .testimonials-grid .testimonial {
    padding: 24px;
  }
  .testimonials-grid .testimonial .meta.with-avatar {
    -ms-grid-columns: 80px 24px 1fr;
    grid-template-columns: 80px 1fr;
  }
  .testimonials-grid .testimonial .meta .avatar {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .testimonials-grid .testimonial {
    padding: 20px;
  }
  .testimonials-grid .testimonial .meta.with-avatar {
    -ms-grid-columns: 64px 24px 1fr;
    grid-template-columns: 64px 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .testimonials-grid .testimonial .meta .avatar {
    width: 64px;
    height: 64px;
  }
}

.admin-panel-free-chapter-preview {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: 2px solid #e1e1e1;
  border-radius: 10px;
  padding: 64px;
  text-align: center;
}
.admin-panel-free-chapter-preview p {
  font-size: 21px;
  font-weight: bold;
}

.free-chapter-wrapper .free-chapter,
.free-chapter-section-wrapper .free-chapter {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 22.5rem 4rem 1fr;
  grid-template-columns: 22.5rem 1fr;
  grid-gap: 2rem 4rem;
  padding: 2rem;
  background: #f1f1f1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.free-chapter-wrapper .cover,
.free-chapter-section-wrapper .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.free-chapter-wrapper .desc h2,
.free-chapter-section-wrapper .desc h2 {
  margin-bottom: 2rem;
}
.free-chapter-wrapper .desc p,
.free-chapter-section-wrapper .desc p {
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .free-chapter-wrapper .free-chapter,
  .free-chapter-section-wrapper .free-chapter {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.simple-text {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  font-size: clamp(1.06rem, 0.6vw + 0.78rem, 1.31rem);
}

.partial .simple-text {
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
}

.activehosted-form {
  display: block;
  width: 100%;
  max-width: 50rem;
  padding: 1.5rem;
  background: #f1f1f1;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.activehosted-form > p {
  margin: 0;
  display: none;
}
.activehosted-form label {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 4px;
}
.activehosted-form .flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .activehosted-form .flex {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.activehosted-form .flex input[type=text],
.activehosted-form .flex input[type=email],
.activehosted-form .flex input[type=tel],
.activehosted-form .flex input[type=number],
.activehosted-form .flex textarea {
  display: block;
  width: 100%;
  padding: 1rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  background-clip: padding-box;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 1px #e1e1e1;
          box-shadow: inset 0 0 0 1px #e1e1e1;
}
.activehosted-form .flex input[type=text]:focus,
.activehosted-form .flex input[type=email]:focus,
.activehosted-form .flex input[type=tel]:focus,
.activehosted-form .flex input[type=number]:focus,
.activehosted-form .flex textarea:focus {
  background: #ffffff;
  -webkit-box-shadow: inset 0 0 0 2px #000, var(--shadow-sm);
          box-shadow: inset 0 0 0 2px #000, var(--shadow-sm);
  outline: 0;
}
.activehosted-form .flex input[type=text].wpcf7-not-valid,
.activehosted-form .flex input[type=email].wpcf7-not-valid,
.activehosted-form .flex input[type=tel].wpcf7-not-valid,
.activehosted-form .flex input[type=number].wpcf7-not-valid,
.activehosted-form .flex textarea.wpcf7-not-valid {
  background: #ffffff;
  -webkit-box-shadow: inset 0 0 0 2px #e02424;
          box-shadow: inset 0 0 0 2px #e02424;
  outline: 0;
}
.activehosted-form .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.activehosted-form .button button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0 solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  min-height: 56px;
  padding: 12px 24px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: var(--border-radius);
  color: var(--light-scheme-button-text);
  background: var(--light-scheme-button-color);
  width: 100%;
}

.admin-panel-top-info-preview {
  display: block;
  padding: 8px 32px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: #000;
  color: #fff;
}

.top-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 44px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  font-size: 0.8125rem;
}
.top-info-wrapper a {
  color: currentColor;
}
.top-info-wrapper a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .top-info-wrapper {
    height: auto;
    padding: 8px 0;
    position: static;
  }
}

.wp-block-acf-top-info .top-info-wrapper {
  position: static;
}

.admin-panel-slider-preview {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: 2px solid #e1e1e1;
  border-radius: 10px;
  padding: 64px;
  text-align: center;
}
.admin-panel-slider-preview p {
  font-size: 21px;
  font-weight: bold;
}

.book-inside-v1 img {
  width: 100%;
}

/*=======================================
=            Categories menu            =
=======================================*/
/*=====  End of Categories menu  ======*/
/*==================================
=            Pagination            =
==================================*/
/*=====  End of Pagination  ======*/
.admin-panel-blog-posts-preview {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: 2px solid #e1e1e1;
  border-radius: 10px;
  padding: 64px;
  text-align: center;
}
.admin-panel-blog-posts-preview p {
  font-size: 21px;
  font-weight: bold;
}

.blog-categories-menu {
  display: block;
  margin-bottom: 32px;
}
.blog-categories-menu ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-categories-menu ul li {
  margin-right: 16px;
}
.blog-categories-menu ul li:last-child {
  margin-right: 0;
}
.blog-categories-menu ul a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 32px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  min-height: 56px;
  border-radius: 4px;
  color: #000000;
  background: #f1f1f1;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.blog-categories-menu ul a:hover {
  background: #47ab6c;
  color: #f1f1f1;
}
@media (max-width: 768px) {
  .blog-categories-menu ul a {
    font-size: 13px;
    min-height: 48px;
  }
}
.blog-categories-menu ul .current-menu-item a {
  background: #47ab6c;
  color: #f1f1f1;
}

.post-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px 48px;
  margin-bottom: 64px;
}
.post-grid .article .photo {
  display: block;
  margin-bottom: 24px;
  aspect-ratio: 16/11;
  overflow: hidden;
}
.post-grid .article .photo a {
  display: block;
  width: 100%;
  height: 100%;
}
.post-grid .article .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-grid .article .desc .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.post-grid .article .desc .category a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 33px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 3px;
  background: #000000;
}
.post-grid .article .desc .category a:hover {
  background: #f1f1f1;
  color: #000000;
}
.post-grid .article .desc .title {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 24px;
}
.post-grid .article .desc .title a {
  color: #000000;
}
.post-grid .article .desc .title a:hover {
  text-decoration: underline;
}
.post-grid .article .desc .excerpt {
  font-size: 15px;
  margin-bottom: 24px;
}
.post-grid .article .desc .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-grid .article .desc .more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  padding-right: 34px;
  background: url(images/arrow-right-long-black.svg) right center no-repeat;
  background-size: 20px 20px;
}
.post-grid .article .desc .more a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .post-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 650px;
    margin: 0 auto 40px;
    grid-gap: 64px 0;
  }
}

.pagination {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 64px;
}
.pagination a,
.pagination span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  width: 52px;
  font-size: 15px;
  font-weight: bold;
  margin: 0 8px;
  border: 2px solid #000000;
  color: #000000;
  border-radius: 4px;
}
.pagination span.current,
.pagination a:hover,
.pagination a:focus {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
}

.admin-panel-for-who-preview {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 40px;
}
.admin-panel-for-who-preview p {
  padding: 40px;
  text-align: center;
  font-size: 21px;
}
.admin-panel-for-who-preview p:first-child {
  border: 2px solid #0BBF59;
}
.admin-panel-for-who-preview p:last-child {
  border: 2px solid #e02424;
}

.for-who-wrapper {
  display: -ms-grid;
  display: grid;
}
.for-who-wrapper.for-who-v1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 32px;
  max-width: 56.25rem;
  margin: 0 auto;
}
.for-who-wrapper.for-who-v2.double-col {
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}
@media (max-width: 1024px) {
  .for-who-wrapper.for-who-v2.double-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.for-who-wrapper.for-who-v2.single-col {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  grid-gap: 32px;
}
.for-who-wrapper .for-who-no,
.for-who-wrapper .for-who-yes {
  padding: 2.5rem 5rem;
}
@media (max-width: 1024px) {
  .for-who-wrapper .for-who-no,
  .for-who-wrapper .for-who-yes {
    padding: 2rem 4rem;
  }
}
@media (max-width: 768px) {
  .for-who-wrapper .for-who-no,
  .for-who-wrapper .for-who-yes {
    padding: 1.5rem 2rem;
  }
}
.for-who-wrapper .for-who-no ul,
.for-who-wrapper .for-who-yes ul {
  list-style: none;
  margin: 0;
}
.for-who-wrapper .for-who-no ul li,
.for-who-wrapper .for-who-yes ul li {
  margin-bottom: 1.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5rem 0.75rem 1fr;
  grid-template-columns: 1.5rem 1fr;
  grid-gap: 0 0.75rem;
}
.for-who-wrapper .for-who-no ul li::before,
.for-who-wrapper .for-who-yes ul li::before {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.for-who-wrapper .for-who-no ul li:last-child,
.for-who-wrapper .for-who-yes ul li:last-child {
  margin-bottom: 0;
}
.for-who-wrapper.for-who-v2.double-col .for-who-no,
.for-who-wrapper.for-who-v2.double-col .for-who-yes {
  padding: 2rem 2.5rem;
}
@media (max-width: 1024px) {
  .for-who-wrapper.for-who-v2.double-col .for-who-no,
  .for-who-wrapper.for-who-v2.double-col .for-who-yes {
    padding: 2rem 2rem;
  }
}
@media (max-width: 768px) {
  .for-who-wrapper.for-who-v2.double-col .for-who-no,
  .for-who-wrapper.for-who-v2.double-col .for-who-yes {
    padding: 1.5rem 2rem;
  }
}

.for-who-no {
  border: 3px solid #e02424;
}
.for-who-no ul li:before {
  background-image: url(images/for-who-no.svg);
  background-size: 1.25rem 1.25rem;
}

.for-who-yes {
  border: 3px solid #0BBF59;
}
.for-who-yes ul li:before {
  background-image: url(images/for-who-yes.svg);
  background-size: 1.5rem 1.5rem;
}

.post-header {
  display: block;
  margin-bottom: 48px;
  border-bottom: 1px solid #e1e1e1;
}
.post-header .container {
  padding-top: 32px;
  padding-bottom: 32px;
}
.post-header .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.post-header .category a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 33px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 3px;
  background: #000000;
}
.post-header .category a:hover {
  background: #000000;
  color: #ffffff;
}
.post-header .title {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 32px;
}
.post-header .title h1 {
  font-weight: 600;
  line-height: 1.4;
}
.post-header .title h1 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .post-header .title h1 {
    font-size: calc(32px + 16 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .post-header .title h1 {
    font-size: 48px;
  }
}
.post-header .social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post-photo {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 64px;
  margin-top: -64px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.11);
}
.post-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .post-photo {
    margin-top: 0;
  }
}

.entry-content {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 64px;
}
.entry-content {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .entry-content {
    font-size: calc(18px + 1 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .entry-content {
    font-size: 19px;
  }
}
.entry-content a {
  text-decoration: underline;
}
.entry-content p {
  margin-bottom: 32px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content ul, .entry-content ol {
  margin: 0 0 40px 40px;
}
.entry-content .wp-block-gallery {
  margin-bottom: 32px;
}
.entry-content .wp-block-gallery figcaption {
  padding: 8px 16px;
  text-align: center;
  font-size: 14px;
  color: #777;
  margin: 0;
}
.entry-content .wp-block-gallery ul {
  margin-left: 0;
}
.entry-content .wp-block-gallery a {
  display: block;
  position: relative;
}
.entry-content .wp-block-gallery a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.75) url(images/search-white.svg) center no-repeat;
  background-size: 32px 32px;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-content .wp-block-gallery a:hover:after {
  opacity: 1;
}
.entry-content .wp-block-image {
  margin-bottom: 32px;
}
.entry-content .wp-block-image figcaption {
  padding: 8px 16px;
  text-align: center;
  font-size: 14px;
  color: #777;
  margin: 0;
}
.entry-content .wp-block-image a {
  display: block;
  position: relative;
}
.entry-content .wp-block-image a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.75) url(images/search-white.svg) center no-repeat;
  background-size: 32px 32px;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-content .wp-block-image a:hover:after {
  opacity: 1;
}
.entry-content .wp-block-latest-posts {
  margin-left: 0;
  padding: 32px;
  border: 1px solid #e1e1e1;
}
.entry-content .wp-block-latest-posts li {
  margin-bottom: 16px;
  line-height: 1.3;
  font-size: 18px;
}
.entry-content .wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}
.entry-content .wp-block-latest-posts a {
  padding-bottom: 0;
  border-bottom: none;
}
.entry-content h2 {
  margin-bottom: 24px;
}
.entry-content h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .entry-content h2 {
    font-size: calc(24px + 6 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .entry-content h2 {
    font-size: 30px;
  }
}
.entry-content h3 {
  margin-bottom: 24px;
}
.entry-content h3 {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .entry-content h3 {
    font-size: calc(22px + 5 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .entry-content h3 {
    font-size: 27px;
  }
}
.entry-content h4 {
  margin-bottom: 20px;
}
.entry-content h4 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .entry-content h4 {
    font-size: calc(20px + 4 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .entry-content h4 {
    font-size: 24px;
  }
}
.entry-content .wp-block-embed-wordpress {
  overflow: hidden;
}
.entry-content .wp-block-embed-wordpress iframe {
  display: none;
}
@media (max-width: 1280px) {
  .entry-content blockquote {
    font-size: 21px;
    margin-left: 0px;
  }
  .entry-content blockquote:before {
    display: block;
    width: 64px;
    height: 64px;
    background: url(images/quote-icon.svg) left top no-repeat;
    background-size: 64px auto;
    content: "";
    position: absolute;
    left: -88px;
    top: 10px;
  }
}
@media (max-width: 1110px) {
  .entry-content blockquote {
    padding-top: 70px;
  }
  .entry-content blockquote:before {
    left: 0;
    top: 0;
  }
}
@media (max-width: 768px) {
  .entry-content blockquote {
    padding-top: 54px;
  }
  .entry-content blockquote:before {
    width: 48px;
    height: 48px;
    background-size: 48px auto;
  }
}
.entry-content table {
  width: 100%;
  margin-bottom: 32px;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.entry-content table thead th {
  padding: 16px;
  background: #e02424;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.entry-content table tbody td {
  padding: 16px;
  font-size: 18px;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}

.social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-wrap span {
  margin-right: 24px;
  display: block;
  font-size: 18px;
}
.social-wrap ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-wrap ul li {
  margin-right: 10px;
}
.social-wrap ul li:last-child {
  margin-right: 0;
}
.social-wrap ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f1f1f1;
  border-radius: 50%;
}
.social-wrap ul a svg {
  fill: #000000;
  height: 16px;
}
.social-wrap ul a:hover {
  background: #47ab6c;
}
.social-wrap ul a:hover svg {
  fill: #ffffff;
}

.bottom-post-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 24px 0;
  margin-bottom: 40px;
}

.admin-panel-info-boxes-preview .desc {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px 24px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.admin-panel-info-boxes-preview p {
  text-align: center;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 40px;
  font-size: 18px;
}

.info-boxes {
  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;
}
.info-boxes .title p,
.info-boxes .desc p {
  margin-bottom: 0;
}
.info-boxes .title {
  font-size: clamp(1.06rem, 0.3vw + 0.92rem, 1.19rem);
}
.info-boxes .desc {
  font-size: clamp(0.94rem, 0.3vw + 0.79rem, 1.06rem);
}
.info-boxes.info-boxes-v1 {
  gap: 2rem;
}
.info-boxes.info-boxes-v1 .box {
  display: block;
  width: 100%;
  width: calc(33.3333333333% - 21.3333333333px);
}
.info-boxes.info-boxes-v1 .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 5rem;
  margin-bottom: 1rem;
}
.info-boxes.info-boxes-v1 .icon img {
  height: 5rem;
  width: auto;
}
.info-boxes.info-boxes-v1 .title {
  display: block;
  margin-bottom: 16px;
  font-weight: bold;
}
.info-boxes.info-boxes-v2 {
  gap: 2rem;
}
.info-boxes.info-boxes-v2 .box {
  display: block;
  width: 100%;
  width: calc(33.3333333333% - 21.3333333333px);
}
.info-boxes.info-boxes-v2 .icon {
  height: 5rem;
  width: 5rem;
  background: #e1e1e1;
  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%;
  margin-bottom: 16px;
}
.info-boxes.info-boxes-v2 .icon img {
  width: 2rem;
  height: 2rem;
}
.info-boxes.info-boxes-v2 .title {
  display: block;
  margin-bottom: 16px;
  font-weight: bold;
}
.info-boxes.info-boxes-v3 {
  gap: 1.5rem;
}
.info-boxes.info-boxes-v3 .box {
  display: block;
  width: 100%;
  width: calc(33.3333333333% - 16px);
  padding: 1.5rem;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info-boxes.info-boxes-v3 .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 5rem;
  margin-bottom: 16px;
}
.info-boxes.info-boxes-v3 .icon img {
  height: 5rem;
  width: auto;
}
.info-boxes.info-boxes-v3 .title {
  display: block;
  margin-bottom: 16px;
  font-weight: bold;
}
.info-boxes.info-boxes-v4 {
  gap: 40px;
}
.info-boxes.info-boxes-v4 .box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64px 1.5rem 1fr;
  grid-template-columns: 64px 1fr;
  grid-gap: 1.5rem 1.5rem;
  width: calc(33.3333333333% - 26.6666666667px);
}
.info-boxes.info-boxes-v4 .icon {
  height: 64px;
  width: 64px;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.info-boxes.info-boxes-v4 .icon img {
  width: 64px;
  height: auto;
}
.info-boxes.info-boxes-v4 .title {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  font-weight: bold;
}
.info-boxes.info-boxes-v4 .desc {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.info-boxes.info-boxes-v5 {
  gap: 2rem;
}
.info-boxes.info-boxes-v5 .box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 72px 24px 1fr;
  grid-template-columns: 72px 1fr;
  grid-gap: 12px 24px;
  width: calc(33.3333333333% - 21.3333333333px);
}
.info-boxes.info-boxes-v5 .icon {
  height: 72px;
  width: 72px;
  background: #e1e1e1;
  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;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  border-radius: 50%;
}
.info-boxes.info-boxes-v5 .icon img {
  width: 2rem;
  height: 2rem;
}
.info-boxes.info-boxes-v5 .title {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  font-weight: bold;
}
.info-boxes.info-boxes-v5 .desc {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media (max-width: 1024px) {
  .info-boxes.info-boxes-v1 .box {
    width: 100%;
  }
  .info-boxes.info-boxes-v1 .icon {
    height: 4rem;
    margin-bottom: 0.75rem;
  }
  .info-boxes.info-boxes-v1 .icon img {
    height: 4rem;
  }
  .info-boxes.info-boxes-v1 .title {
    margin-bottom: 0.75rem;
  }
  .info-boxes.info-boxes-v2 .box {
    width: 100%;
  }
  .info-boxes.info-boxes-v2 .icon {
    height: 4rem;
    width: 4rem;
    margin-bottom: 0.75rem;
  }
  .info-boxes.info-boxes-v2 .icon img {
    height: 1.75rem;
  }
  .info-boxes.info-boxes-v2 .title {
    margin-bottom: 0.75rem;
  }
  .info-boxes.info-boxes-v3 .box {
    width: 100%;
  }
  .info-boxes.info-boxes-v3 .icon {
    height: 4rem;
    margin-bottom: 0.75rem;
  }
  .info-boxes.info-boxes-v3 .icon img {
    height: 4rem;
  }
  .info-boxes.info-boxes-v4 .box {
    width: 100%;
  }
  .info-boxes.info-boxes-v5 .box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .info-boxes.info-boxes-v1 .box {
    width: 100%;
  }
  .info-boxes.info-boxes-v1 .icon {
    height: 3rem;
    margin-bottom: 0.5rem;
  }
  .info-boxes.info-boxes-v1 .icon img {
    height: 3rem;
  }
  .info-boxes.info-boxes-v1 .title {
    margin-bottom: 0.5rem;
  }
  .info-boxes.info-boxes-v2 .box {
    width: 100%;
  }
  .info-boxes.info-boxes-v2 .icon {
    height: 3rem;
    width: 3rem;
    margin-bottom: 0.5rem;
  }
  .info-boxes.info-boxes-v2 .icon img {
    height: 1.5rem;
  }
  .info-boxes.info-boxes-v2 .title {
    margin-bottom: 0.5rem;
  }
  .info-boxes.info-boxes-v3 .box {
    width: 100%;
    padding: 1rem;
  }
  .info-boxes.info-boxes-v3 .icon {
    height: 3rem;
    margin-bottom: 0.5rem;
  }
  .info-boxes.info-boxes-v3 .icon img {
    height: 3rem;
  }
  .info-boxes.info-boxes-v4 .box {
    -ms-grid-columns: 3rem 1rem 1fr;
    grid-template-columns: 3rem 1fr;
    grid-gap: 1rem 1rem;
    width: 100%;
  }
  .info-boxes.info-boxes-v4 .icon {
    height: 3rem;
    width: 3rem;
  }
  .info-boxes.info-boxes-v4 .icon img {
    width: 3rem;
  }
  .info-boxes.info-boxes-v5 .box {
    width: 100%;
    -ms-grid-columns: 3rem 0.75rem 1fr;
    grid-template-columns: 3rem 1fr;
    grid-gap: 0.75rem 0.75rem;
  }
  .info-boxes.info-boxes-v5 .icon {
    height: 3rem;
    width: 3rem;
  }
  .info-boxes.info-boxes-v5 .icon img {
    width: 1.375rem;
    height: 1.375rem;
  }
  .info-boxes.info-boxes-v5 .desc {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

.title-center-align .info-boxes-v1 {
  text-align: center;
}
.title-center-align .info-boxes-v1 .icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.admin-panel-photo-with-extras-preview {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.admin-panel-photo-with-extras-preview .desc {
  font-size: 19px;
}
.admin-panel-photo-with-extras-preview .photo {
  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: 10px;
  aspect-ratio: 16/10;
  background-color: #f1f1f1;
}

.photo-with-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px 100px;
}
.photo-with-text .photo img {
  width: 100%;
}
.photo-with-text .photo iframe {
  width: 100%;
}
.photo-with-text .desc {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: clamp(1.06rem, 0.3vw + 0.92rem, 1.19rem);
}
.photo-with-text .desc h2 {
  font-size: 1.6875rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .photo-with-text.left-text .desc {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .photo-with-text.left-text .photo {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .photo-with-text.right-text .desc {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .photo-with-text.right-text .photo {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media (max-width: 1024px) {
  .photo-with-text {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 40.625rem;
    margin: 0 auto;
  }
}

.photo-with-text + .photo-with-text {
  margin-top: 40px;
}

.home-intro-v1 .intro-highlight {
  max-width: 62.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: clamp(1.69rem, 3.13vw + 0.19rem, 3rem);
}
.home-intro-v1 .intro-highlight p {
  line-height: 1.3;
  margin-bottom: 0;
}
.home-intro-v1 .text {
  max-width: 62.5rem;
  padding-left: 6.25rem;
  font-size: clamp(1.06rem, 0.6vw + 0.78rem, 1.31rem);
}
@media (max-width: 1024px) {
  .home-intro-v1 .text {
    padding-left: 0;
  }
}

.admin-panel-summary-list-preview {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 128px 40px;
  border: 2px solid #e1e1e1;
  border-radius: 4px;
  text-align: center;
  font-size: 21px;
}

.summary-list-wrap {
  padding: 2.5rem 5rem;
  max-width: 56.25rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .summary-list-wrap {
    padding: 2rem 4rem;
  }
}
@media (max-width: 768px) {
  .summary-list-wrap {
    padding: 1.5rem 2rem;
  }
}

.admin-panel-email-template-preview {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: 2px solid #e1e1e1;
  border-radius: 10px;
  padding: 64px;
  text-align: center;
}
.admin-panel-email-template-preview p {
  font-size: 21px;
  font-weight: bold;
}

.email-template-wrapper {
  display: block;
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
  border: 1px solid #e7e5e4;
  border-radius: 0.5rem;
  -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);
}
.email-template-wrapper .email-template-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  gap: 0 0.5rem;
  height: 1.75rem;
  border-radius: 0.5rem 0.5rem 0 0;
  border-bottom: 1px solid #e7e5e4;
  background: rgb(250, 250, 249);
}
.email-template-wrapper .email-template-bar .round {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  border: 1px solid;
}
.email-template-wrapper .email-template-bar .round.red {
  background-color: rgb(248, 113, 113);
  border-color: rgb(220, 38, 38);
}
.email-template-wrapper .email-template-bar .round.green {
  background-color: rgb(52, 211, 153);
  border-color: rgb(5, 150, 105);
}
.email-template-wrapper .email-template-bar .round.yellow {
  background-color: rgb(246, 191, 29);
  border-color: rgb(202, 138, 4);
}
.email-template-wrapper .email-template-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.5rem;
}
@media (max-width: 1024px) {
  .email-template-wrapper .email-template-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.email-template-wrapper .email-template {
  display: block;
  padding: 1.5em 3em;
  font-size: 1.1875rem;
}
@media (max-width: 1024px) {
  .email-template-wrapper .email-template {
    padding: 1.5em 2em;
  }
}
@media (max-width: 768px) {
  .email-template-wrapper .email-template {
    padding: 1em 1.5em;
  }
}
.email-template-wrapper .email-template-text {
  font-size: clamp(1.06rem, 0.3vw + 0.92rem, 1.19rem);
}
.email-template-wrapper .email-template-header {
  margin-bottom: 1.5rem;
}
.email-template-wrapper .email-template-header ul {
  list-style: none;
  margin: 0;
  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.5rem 0;
  font-size: 1.0625rem;
}
.email-template-wrapper .email-template-header ul li {
  border-bottom: 1px solid #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.5rem;
  gap: 0 0.5rem;
}
.email-template-wrapper .email-template-header ul li em {
  font-style: normal;
  color: #d1d1d1;
}
.email-template-wrapper .email-template-header ul li span {
  color: #d1d1d1;
}
.email-template-wrapper .email-template-header ul li:last-child span {
  color: #000;
}
.email-template-wrapper .whitespace-pre-wrap {
  white-space: pre-wrap;
}
.email-template-wrapper .email-template-button {
  background: rgb(250, 250, 249);
  width: auto;
  border-radius: 0 0 0.5rem 0;
}
@media (max-width: 1024px) {
  .email-template-wrapper .email-template-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.email-template-wrapper .email-template-button .email-template-sticky {
  position: sticky;
  top: 120px;
  white-space: nowrap;
  padding: 1.5rem;
  display: block;
}
.email-template-wrapper .email-template-button .copy-status {
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.5rem;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.email-template-wrapper .email-template-button .copy-status.active {
  opacity: 1;
}
.email-template-wrapper .email-template-button .copy-status span {
  padding-left: 1.5rem;
  background: url(images/check-green.svg) left center no-repeat;
  background-size: 16px 16px;
}

.simple-text + .email-template-wrapper {
  margin-top: 2rem;
}

.cols-links-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr 4rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem 4rem;
  font-size: 0.9375rem;
}
@media (max-width: 1024px) {
  .cols-links-wrapper {
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  .cols-links-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cols-links-wrapper .col-links ul {
  list-style: none;
  margin: 0;
  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.75rem 0;
}
.cols-links-wrapper .col-links ul a {
  color: var(--font-color);
}
.cols-links-wrapper .col-links ul a:hover {
  text-decoration: underline;
}

.admin-panel-two-columns-preview {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 64px;
}
.two-columns-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 64px;
}
@media (max-width: 1024px) {
  .two-columns-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.tab-hide {
  display: none !important;
}

.tabs {
  padding-top: 2rem;
}
.tabs .js-tabs__controls {
  list-style: none;
  margin: 0;
  margin-bottom: 2rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.tabs .js-tabs__controls a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem 1.5rem;
  font-size: 1.0625rem;
  color: #000;
  background: #f7f7f7;
  min-height: 3.5rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: var(--border-radius);
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabs .js-tabs__controls a:hover {
  text-decoration: underline;
}
@media (max-width: 450px) {
  .tabs .js-tabs__controls a {
    padding: 0.625rem 1.25rem;
    font-size: 0.9375rem;
    min-height: 3rem;
  }
}
.tabs .tabs__control[aria-selected=true] {
  color: var(--light-scheme-button-text-hover);
  background: var(--light-scheme-button-color-hover);
}

.footer-wrapper {
  font-size: clamp(0.81rem, 0.15vw + 0.74rem, 0.88rem);
}
.footer-wrapper .footer {
  padding: 2rem 0;
}
.footer-wrapper a {
  color: inherit;
}
.footer-wrapper a:hover {
  text-decoration: underline;
}
.footer-wrapper.light-scheme {
  color: var(--light-scheme-font-color);
  background: var(--light-scheme-bck);
  border-top: 1px solid #e1e1e1;
}
.footer-wrapper.dark-scheme {
  color: var(--dark-scheme-font-color);
  background: var(--dark-scheme-bck);
  border-top: 1px solid #111;
}
@media (min-width: 1024px) {
  .footer-wrapper .container-flex p {
    margin-bottom: 0;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-wrapper .container-flex .left {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .footer-wrapper .container-flex .center {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .footer-wrapper .container-flex .right {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer-wrapper .container-flex .right p {
    background: #fff;
    border-radius: 4px;
  }
  .footer-wrapper .container-flex .right p a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 8px;
    color: #000;
  }
  .footer-wrapper .container-flex .right p a:hover {
    text-decoration: none;
  }
}
@media (max-width: 1024px) {
  .footer-wrapper .container-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px 0;
  }
  .footer-wrapper .container-flex .right p {
    background: #fff;
    border-radius: 4px;
  }
  .footer-wrapper .container-flex .right p a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 8px;
    color: #000;
  }
  .footer-wrapper .container-flex .right p a:hover {
    text-decoration: none;
  }
}

.user-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100vw;
  height: 100vh;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.user-overlay.active, .user-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.fixed-countdown-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background: var(--countdown-color-bck);
  color: var(--countdown-color-text);
  padding: 20px 0;
}
.fixed-countdown-wrapper .container-flex {
  gap: 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixed-countdown-wrapper p {
  margin-bottom: 0;
}
.fixed-countdown-wrapper p {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .fixed-countdown-wrapper p {
    font-size: calc(15px + 2 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .fixed-countdown-wrapper p {
    font-size: 17px;
  }
}
.fixed-countdown-wrapper .button-wrap {
  margin-right: 0;
  margin-left: auto;
  white-space: nowrap;
}
.fixed-countdown-wrapper .button-wrap a {
  background: var(--countdown-button-bg);
  color: var(--countdown-button-text);
}
.fixed-countdown-wrapper .button-wrap a:hover {
  background: var(--countdown-button-bg-hover);
  color: var(--countdown-button-text-hover);
}
@media (max-width: 1024px) {
  .fixed-countdown-wrapper {
    padding: 16px 0;
  }
  .fixed-countdown-wrapper .container-flex {
    gap: 16px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .fixed-countdown-wrapper .button-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }
}

/* icons */
.accordion__icon-arrow {
  height: 1em;
  width: 1em;
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: initial;
}

/* component */
:root {
  /* general */
  --accordion-border-width: 1px;
  /* icon */
  --accordion-icon-size: 20px;
  --accordion-icon-stroke-width: 2px;
  --accordion-padding: 24px;
}

@media (max-width: 768px) {
  :root {
    --accordion-padding: 16px;
  }
}
ul.accordion {
  list-style: none;
  margin: 0;
}

.accordion__item {
  border: 1px solid #e1e1e1;
  margin-bottom: 16px;
}
.accordion__item:last-child {
  margin-bottom: 0;
}

.accordion__header {
  /* button */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  font-weight: bold;
  padding: var(--accordion-padding);
  margin: 0;
}
.accordion__header {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .accordion__header {
    font-size: calc(17px + 2 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .accordion__header {
    font-size: 19px;
  }
}

.accordion__header svg {
  height: 20px;
  width: 20px;
}

.accordion__header svg .icon__group {
  stroke-width: 2px;
}

.accordion__icon-arrow .icon__group {
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.accordion__icon-arrow .icon__group > * {
  -webkit-transform-origin: 10px 14px;
  transform-origin: 10px 14px;
}

.accordion__icon-arrow-v2 .icon__group > * {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke-dasharray: 20;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.accordion__icon-arrow-v2 .icon__group > *:first-child {
  stroke-dashoffset: 10.15;
}

.accordion__icon-arrow-v2 .icon__group > *:last-child {
  stroke-dashoffset: 10.15;
}

.accordion__icon-plus .icon__group {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion__icon-plus .icon__group > * {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.accordion__icon-plus .icon__group > *:first-child {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion__item--is-open > .accordion__header > .accordion__icon-arrow .icon__group > *:first-child {
  -webkit-transform: translateY(-8px) rotate(-90deg);
  transform: translateY(-8px) rotate(-90deg);
}

.accordion__item--is-open > .accordion__header > .accordion__icon-arrow .icon__group > *:last-child {
  -webkit-transform: translateY(-8px) rotate(90deg);
  transform: translateY(-8px) rotate(90deg);
}

.accordion__panel {
  display: none;
  will-change: height;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  padding: var(--accordion-padding);
  padding-top: 0;
}
.accordion__panel {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .accordion__panel {
    font-size: calc(17px + 2 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .accordion__panel {
    font-size: 19px;
  }
}

.accordion__item--is-open > .accordion__panel {
  display: block;
}

/* animations */
.accordion[data-animation=on] .accordion__item--is-open .accordion__panel > * {
  -webkit-animation: accordion-entry-animation 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: accordion-entry-animation 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.accordion[data-animation=on] .accordion__icon-arrow .icon__group {
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.accordion[data-animation=on] .accordion__icon-arrow .icon__group > * {
  transition: stroke-dashoffset 0.3s, -webkit-transform 0.3s;
  -webkit-transition: stroke-dashoffset 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, stroke-dashoffset 0.3s;
  transition: transform 0.3s, stroke-dashoffset 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes accordion-entry-animation {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes accordion-entry-animation {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/*================================================
=            Default styles - buttons            =
================================================*/
.button-wrap,
.buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.button-wrap.center,
.buttons-wrap.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-wrap a,
.button-wrap button,
.buttons-wrap a,
.buttons-wrap button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0 solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  min-height: 56px;
  padding: 12px 24px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: var(--border-radius);
  color: var(--light-scheme-button-text);
  background: var(--light-scheme-button-color);
}
.button-wrap a span,
.button-wrap button span,
.buttons-wrap a span,
.buttons-wrap button span {
  padding-right: 34px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.button-wrap a:hover,
.button-wrap button:hover,
.buttons-wrap a:hover,
.buttons-wrap button:hover {
  color: var(--light-scheme-button-text-hover);
  background: var(--light-scheme-button-color-hover);
}
@media (max-width: 768px) {
  .button-wrap a,
  .button-wrap button,
  .buttons-wrap a,
  .buttons-wrap button {
    font-size: 14px;
    min-height: 48px;
    padding: 8px 20px;
  }
}
.button-wrap .copy em,
.buttons-wrap .copy em {
  font-style: normal;
  padding-left: 34px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-image: url(images/copy-icon-white.svg);
}
.button-wrap.bigger a,
.buttons-wrap.bigger a {
  min-height: 64.96px;
  font-size: 17.4px;
  padding: 12px 32px;
}
@media (max-width: 768px) {
  .button-wrap.bigger a,
  .buttons-wrap.bigger a {
    min-height: 60.48px;
    font-size: 15px;
    padding: 12px 24px;
  }
}
.button-wrap.green a,
.buttons-wrap.green a {
  background-color: #0BBF59;
}
.button-wrap.top-margin,
.buttons-wrap.top-margin {
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .button-wrap.top-margin,
  .buttons-wrap.top-margin {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .button-wrap.top-margin,
  .buttons-wrap.top-margin {
    margin-top: 32px;
  }
}
.button-wrap.bigger.top-margin,
.buttons-wrap.bigger.top-margin {
  margin-top: 64px;
}
@media (max-width: 1024px) {
  .button-wrap.bigger.top-margin,
  .buttons-wrap.bigger.top-margin {
    margin-top: 48px;
  }
}
@media (max-width: 768px) {
  .button-wrap.bigger.top-margin,
  .buttons-wrap.bigger.top-margin {
    margin-top: 40px;
  }
}

/* component */
.countup {
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.countup {
  opacity: 0;
}

.countup--is-visible {
  opacity: 1;
}

/* component */
.countdown.countdown--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
}
.countdown.countdown--grid .countdown__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 16px;
}
@media (max-width: 1024px) {
  .countdown.countdown--grid .countdown__timer {
    gap: 0 12px;
  }
}
@media (max-width: 768px) {
  .countdown.countdown--grid .countdown__timer {
    gap: 0 8px;
  }
}
.countdown.countdown--grid .countdown__item {
  display: inline-block;
  width: 96px;
  padding: 16px 0 22px;
  border-radius: 4px;
}
.countdown.countdown--grid .countdown__item .countdown__value {
  font-size: 56px;
  display: block;
  line-height: 1;
  margin-bottom: 12px;
}
.countdown.countdown--grid .countdown__item .countdown__label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1;
}
@media (max-width: 1024px) {
  .countdown.countdown--grid .countdown__item {
    width: 90px;
  }
  .countdown.countdown--grid .countdown__item .countdown__value {
    font-size: 56px;
    margin-bottom: 8px;
  }
  .countdown.countdown--grid .countdown__item .countdown__label {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .countdown.countdown--grid .countdown__item {
    width: 80px;
  }
  .countdown.countdown--grid .countdown__item .countdown__value {
    font-size: 48px;
    margin-bottom: 6px;
  }
  .countdown.countdown--grid .countdown__item .countdown__label {
    font-size: 12px;
  }
}
@media (max-width: 550px) {
  .countdown.countdown--grid .countdown__item {
    width: 72px;
  }
  .countdown.countdown--grid .countdown__item .countdown__value {
    font-size: 42px;
  }
  .countdown.countdown--grid .countdown__item .countdown__label {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 450px) {
  .countdown.countdown--grid .countdown__item {
    width: 64px;
    padding: 12px 0 16px;
  }
  .countdown.countdown--grid .countdown__item .countdown__value {
    font-size: 36px;
  }
  .countdown.countdown--grid .countdown__item .countdown__label {
    font-size: 11px;
    letter-spacing: 0;
  }
}
.countdown.countdown--grid .light-counter .countdown__item {
  background: #ffffff;
  color: #000000;
}
.countdown.countdown--grid .dark-counter .countdown__item {
  background: #000000;
  color: #ffffff;
}
.countdown.countdown--grid .countdown__value {
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
.countdown.countdown--grid .countdown__fallback {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.countdown.fixed-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.countdown.fixed-countdown .countdown__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 12px;
}
@media (max-width: 1024px) {
  .countdown.fixed-countdown .countdown__timer {
    gap: 0 12px;
  }
}
.countdown.fixed-countdown .countdown__item {
  display: inline-block;
}
.countdown.fixed-countdown .countdown__item .countdown__value {
  display: block;
  line-height: 1;
  margin-bottom: 4px;
  font-weight: bold;
}
.countdown.fixed-countdown .countdown__item .countdown__value {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .countdown.fixed-countdown .countdown__item .countdown__value {
    font-size: calc(26px + 6 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .countdown.fixed-countdown .countdown__item .countdown__value {
    font-size: 32px;
  }
}
.countdown.fixed-countdown .countdown__item .countdown__label {
  display: block;
  line-height: 1;
}
.countdown.fixed-countdown .countdown__item .countdown__label {
  font-size: 9px;
}
@media screen and (min-width: 768px) {
  .countdown.fixed-countdown .countdown__item .countdown__label {
    font-size: calc(9px + 2 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .countdown.fixed-countdown .countdown__item .countdown__label {
    font-size: 11px;
  }
}
.countdown.fixed-countdown .countdown__value {
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
.countdown.fixed-countdown .countdown__fallback {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

:root {
  --cc-bg: #ffffff;
  --cc-text: #222;
  --cc-border-radius: .35em;
  --cc-btn-primary-bg: #0BBF59;
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: #1F8C4E;
  --cc-btn-secondary-bg: #e1e1e1;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #d1d1d1;
  --cc-btn-border-radius: 4px;
  --cc-toggle-bg-off: #e02424;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #1F8C4E;
  --cc-toggle-knob-bg: #ffffff;
  --cc-toggle-knob-icon-color: #ffffff;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #f1f1f1;
  --cc-cookie-category-block-bg-hover: #e6e6e6;
  --cc-section-border: #e1e1e1;
  --cc-cookie-table-border: #e1e1e1;
  --cc-overlay-bg: rgba(250, 250, 250, .55);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0 ;
}

.c_darkmode {
  --cc-bg: #181b1d;
  --cc-text: #d8e5ea;
  --cc-btn-primary-bg: #a6c4dd;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: #c2dff7;
  --cc-btn-secondary-bg: #33383c;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-toggle-bg-off: #667481;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #454c54;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-block-text: #b3bfc5;
  --cc-cookie-category-block-bg: #23272a;
  --cc-cookie-category-block-bg-hover: #2b3035;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #2b3035;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0 ;
}

.cc_div *,
.cc_div :after,
.cc_div :before,
.cc_div :hover {
  -webkit-animation: none;
          animation: none;
  background: none;
  border: none;
  border-radius: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  float: none;
  font-family: inherit;
  font-size: 15px;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  height: auto;
  letter-spacing: unset;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: none;
  transition: none;
  vertical-align: baseline;
  visibility: unset;
}

.cc_div {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2d4156;
  color: var(--cc-text);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 16px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

#c-ttl,
#s-bl td:before,
#s-ttl,
.cc_div .b-tl,
.cc_div .c-bn {
  font-weight: 600;
}

#cm,
#s-bl .act .b-acc,
#s-inr,
.cc_div .b-tl,
.cc_div .c-bl {
  border-radius: 0.35em;
  border-radius: var(--cc-border-radius);
}

#s-bl .act .b-acc {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cc_div a,
.cc_div button,
.cc_div input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}

.cc_div a {
  border-bottom: 1px solid;
}

.cc_div a:hover {
  border-color: transparent;
  text-decoration: none;
}

#cm-ov,
#cs-ov,
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr {
  -webkit-transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease !important;
}

.c--anim .c-bn {
  -webkit-transition: background-color 0.25s ease !important;
  transition: background-color 0.25s ease !important;
}

.c--anim #cm.bar.slide,
.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide #s-inr,
.c--anim .bar.slide + #cs-ov {
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease !important;
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  opacity: 1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  opacity: 1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

#cm.slide,
.cc_div .slide #s-inr {
  -webkit-transform: translateY(1.6em);
          transform: translateY(1.6em);
}

#cm.top.slide {
  -webkit-transform: translateY(-1.6em);
          transform: translateY(-1.6em);
}

#cm.bar.slide {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

#cm.bar.top.slide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible !important;
}

.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle {
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}

.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}

.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  opacity: 1 !important;
  visibility: visible !important;
}

#cm {
  background: #fff;
  background: var(--cc-bg);
  bottom: 1.25em;
  -webkit-box-shadow: 0 0.625em 1.875em #000;
          box-shadow: 0 0.625em 1.875em #000;
  -webkit-box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
          box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  font-family: inherit;
  line-height: normal;
  max-width: 24.2em;
  opacity: 0;
  padding: 1.1em 1.5em 1.4em;
  position: fixed;
  right: 1.25em;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

#cc_div #cm {
  display: block !important;
}

#c-ttl {
  font-size: 1.05em;
  margin-bottom: 0.7em;
}

.cloud #c-ttl {
  margin-top: -0.15em;
}

#c-txt {
  font-size: 0.9em;
  line-height: 1.5em;
}

.cc_div #c-bns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em 0;
  margin-top: 1.4em;
}

.cc_div .c-bn {
  background: #eaeff2;
  background: var(--cc-btn-secondary-bg);
  border-radius: 4px;
  border-radius: var(--cc-btn-border-radius);
  color: #2d4156;
  color: var(--cc-btn-secondary-text);
  cursor: pointer;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.82em;
  padding: 1em 1.7em;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

#s-c-bn,
#s-cnt button + button {
  float: right;
  margin-left: 1em;
}

#s-cnt #s-rall-bn {
  float: none;
}

#cm .c_link:active,
#cm .c_link:hover,
#s-c-bn:active,
#s-c-bn:hover,
#s-cnt button + button:active,
#s-cnt button + button:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}

#s-cnt {
  display: table;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 101;
}

#s-bl {
  outline: none;
}

#s-bl .title {
  margin-top: 1.4em;
}

#s-bl .b-bn,
#s-bl .title:first-child {
  margin-top: 0;
}

#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}

#s-cnt .b-bn .b-tl {
  background: none;
  display: block;
  font-family: inherit;
  font-size: 0.95em;
  padding: 1.3em 6.4em 1.3em 2.7em;
  position: relative;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  width: 100%;
}

#s-cnt .b-bn .b-tl.exp {
  cursor: pointer;
}

#s-cnt .act .b-bn .b-tl {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl .b-bn {
  position: relative;
}

#s-bl .c-bl {
  border: 1px solid #f1f3f5;
  border: 1px solid var(--cc-section-border);
  margin-bottom: 0.5em;
  padding: 1em;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

#s-bl .c-bl:hover {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
}

#s-bl .c-bl:last-child {
  margin-bottom: 0.5em;
}

#s-bl .c-bl:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  -webkit-transition: none;
  transition: none;
}

#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: transparent;
  background: unset;
}

#s-bl .c-bl.b-ex {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
  border: none;
  padding: 0;
  -webkit-transition: none;
  transition: none;
}

#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
  margin-bottom: 0.5em;
}

#s-bl .b-acc {
  display: none;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
}

#s-bl .act .b-acc {
  display: block;
  max-height: 100%;
  overflow: hidden;
}

#s-cnt .p {
  color: #2d4156;
  color: var(--cc-block-text);
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 0.85em;
}

.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}

#c-vln {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

#cs {
  bottom: 0;
  left: 0;
  padding: 0 1.7em;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}

#cs,
#s-inr {
  height: 100%;
}

#s-inr {
  -webkit-box-shadow: 0 13px 27px -5px rgba(3, 6, 9, 0.26);
          box-shadow: 0 13px 27px -5px rgba(3, 6, 9, 0.26);
  margin: 0 auto;
  max-width: 45em;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 4.75em;
  padding-top: 4.75em;
  position: relative;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
  visibility: hidden;
}

#s-bns,
#s-hdr,
#s-inr {
  background: #fff;
  background: var(--cc-bg);
}

#s-bl {
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: overlay;
  padding: 1.3em 1.8em;
  width: 100%;
}

#s-bns {
  border-top: 1px solid #f1f3f5;
  border-top: 1px solid var(--cc-section-border);
  bottom: 0;
  height: 4.75em;
  left: 0;
  padding: 1em 1.8em;
  position: absolute;
  right: 0;
}

.cc_div .cc-link {
  border-bottom: 1px solid #2d4156;
  border-bottom: 1px solid var(--cc-btn-primary-bg);
  color: #2d4156;
  color: var(--cc-btn-primary-bg);
  cursor: pointer;
  display: inline;
  font-weight: 600;
  padding-bottom: 0;
  text-decoration: none;
}

.cc_div .cc-link:active,
.cc_div .cc-link:hover {
  border-color: transparent;
}

#c-bns button:first-child,
#s-bns button:first-child {
  background: #2d4156;
  background: var(--cc-btn-primary-bg);
  color: #fff;
  color: var(--cc-btn-primary-text);
}

#c-bns.swap button:first-child {
  background: #eaeff2;
  background: var(--cc-btn-secondary-bg);
  color: #2d4156;
  color: var(--cc-btn-secondary-text);
}

#c-bns.swap button:last-child {
  background: #2d4156;
  background: var(--cc-btn-primary-bg);
  color: #fff;
  color: var(--cc-btn-primary-text);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #2d4156;
  background: var(--cc-toggle-bg-on);
}

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover {
  background: #1d2e38;
  background: var(--cc-btn-primary-hover-bg);
}

#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}

#s-hdr {
  border-bottom: 1px solid #f1f3f5;
  border-bottom: 1px solid var(--cc-section-border);
  display: table;
  height: 4.75em;
  padding: 0 1.8em;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

#s-hdr,
#s-ttl {
  vertical-align: middle;
}

#s-ttl {
  display: table-cell;
  font-size: 1em;
}

#s-c-bn {
  font-size: 1.45em;
  font-weight: 400;
  height: 1.7em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 1.7em;
}

#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}

.cc_div span.t-lb {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

#c_policy__text {
  height: 31.25em;
  margin-top: 1.25em;
  overflow-y: auto;
}

#c-s-in {
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 688px) {
  #s-bl::-webkit-scrollbar {
    background: transparent;
    border-radius: 0 0.25em 0.25em 0;
    height: 100%;
    width: 0.9em;
  }
  #s-bl::-webkit-scrollbar-thumb {
    background: #cfd5db;
    background: var(--cc-webkit-scrollbar-bg);
    border: 0.25em solid #fff;
    border: 0.25em solid var(--cc-bg);
    border-radius: 100em;
  }
  #s-bl::-webkit-scrollbar-thumb:hover {
    background: #9199a0;
    background: var(--cc-webkit-scrollbar-bg-hover);
  }
  #s-bl::-webkit-scrollbar-button {
    height: 5px;
    width: 10px;
  }
}
.cc_div .b-tg {
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 0;
  right: 1.2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.cc_div .b-tg,
.cc_div .b-tg .c-tgl {
  cursor: pointer;
  position: absolute;
  top: 0;
}

.cc_div .b-tg .c-tgl {
  border: 0;
  display: block;
  left: 0;
  margin: 0;
}

.cc_div .b-tg .c-tg {
  background: #919ea6;
  background: var(--cc-toggle-bg-off);
  pointer-events: none;
  position: absolute;
  -webkit-transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}

.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl,
.cc_div span.t-lb {
  border-radius: 4em;
  height: 1.5em;
  width: 3.4em;
}

.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: #d5dee2;
  background: var(--cc-toggle-bg-readonly);
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cc_div .b-tg .c-tg:after {
  background: #fff;
  background: var(--cc-toggle-knob-bg);
  border: none;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
          box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  display: block;
  height: 1.25em;
  left: 0.125em;
  position: relative;
  top: 0.125em;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  width: 1.25em;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  -webkit-transform: translateX(1.9em);
          transform: translateX(1.9em);
}

#s-bl table,
#s-bl td,
#s-bl th {
  border: none;
}

#s-bl tbody tr {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

#s-bl tbody tr:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl table {
  border-collapse: collapse;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}

#s-bl td,
#s-bl th {
  font-size: 0.8em;
  padding: 0.8em 0.625em 0.8em 1.2em;
  text-align: left;
  vertical-align: top;
}

#s-bl th {
  font-family: inherit;
  padding: 1.2em;
}

#s-bl thead tr:first-child {
  border-bottom: 1px solid #e9edf2;
  border-bottom: 1px solid var(--cc-cookie-table-border);
}

.force--consent #cs,
.force--consent #s-cnt {
  width: 100vw;
}

#cm-ov,
#cs-ov {
  background: #f1f1f1;
  background: rgba(250, 250, 250, 0.85);
  background: var(--cc-overlay-bg);
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: none;
  transition: none;
  visibility: hidden;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov,
.show--settings #cs-ov {
  display: block;
}

#cs-ov {
  z-index: 2;
}

.force--consent .cc_div {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: visibility 0.25s linear;
  transition: visibility 0.25s linear;
  visibility: hidden;
  width: 100%;
  width: 100vw;
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}

.force--consent #cm {
  position: absolute;
}

.force--consent #cm.bar {
  max-width: 100vw;
  width: 100vw;
}

html.force--consent.show--consent {
  overflow-y: hidden !important;
}

html.force--consent.show--consent,
html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}

.cc_div .act .b-bn .exp:before,
.cc_div .b-bn .exp:before {
  border: solid #2d4156;
  border: solid var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  left: 1.2em;
  margin-right: 15px;
  padding: 0.2em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.cc_div .act .b-bn .b-tl:before {
  -webkit-transform: translateY(-20%) rotate(225deg);
          transform: translateY(-20%) rotate(225deg);
}

.cc_div .on-i:before {
  border: solid #ecf2fa;
  border: solid var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  display: inline-block;
  left: 0.75em;
  padding: 0.1em 0.1em 0.45em;
  top: 0.37em;
}

#s-c-bn:after,
#s-c-bn:before,
.cc_div .on-i:before {
  content: "";
  margin: 0 auto;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#s-c-bn:after,
#s-c-bn:before {
  background: #2d4156;
  background: var(--cc-btn-secondary-text);
  border-radius: 1em;
  height: 0.6em;
  left: 0.82em;
  top: 0.58em;
  width: 1.5px;
}

#s-c-bn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cc_div .off-i,
.cc_div .on-i {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  width: 50%;
}

.cc_div .on-i {
  left: 0;
  opacity: 0;
}

.cc_div .off-i:after,
.cc_div .off-i:before {
  background: #ecf2fa;
  background: var(--cc-toggle-knob-icon-color);
  content: " ";
  display: block;
  height: 0.7em;
  margin: 0 auto;
  position: absolute;
  right: 0.8em;
  top: 0.42em;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 0.09375em;
}

.cc_div .off-i:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cc_div .off-i:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}

#cm.box.middle,
#cm.cloud.middle {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-37%);
          transform: translateY(-37%);
}

#cm.box.middle.zoom,
#cm.cloud.middle.zoom {
  -webkit-transform: scale(0.95) translateY(-50%);
          transform: scale(0.95) translateY(-50%);
}

#cm.box.center,
#cm.cloud {
  left: 1em;
  margin: 0 auto;
  right: 1em;
}

#cm.cloud {
  max-width: 50em;
  overflow: hidden;
  padding: 1.3em 2em;
  text-align: center;
  width: unset;
}

.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}

.cc_div .cloud #c-inr-i {
  display: table-cell;
  padding-right: 2.4em;
  vertical-align: top;
  width: 70%;
}

.cc_div .cloud #c-txt {
  font-size: 0.85em;
}

.cc_div .cloud #c-bns {
  display: table-cell;
  min-width: 170px;
  vertical-align: middle;
}

#cm.cloud .c-bn {
  margin: 0.625em 0 0;
  width: 100%;
}

#cm.cloud .c-bn:first-child {
  margin: 0;
}

#cm.cloud.left {
  margin-right: 1.25em;
}

#cm.cloud.right {
  margin-left: 1.25em;
}

#cm.bar {
  border-radius: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 2em;
  position: fixed;
  right: 0;
  width: 100%;
}

#cm.bar #c-inr {
  margin: 0 auto;
  max-width: 32em;
}

#cm.bar #c-bns {
  max-width: 33.75em;
}

#cm.bar #cs {
  padding: 0;
}

.cc_div .bar #c-s-in {
  height: 100%;
  max-height: 100%;
  top: 0;
  -webkit-transform: none;
          transform: none;
}

.cc_div .bar #s-bl,
.cc_div .bar #s-bns,
.cc_div .bar #s-hdr {
  padding-left: 1.6em;
  padding-right: 1.6em;
}

.cc_div .bar #cs {
  padding: 0;
}

.cc_div .bar #s-inr {
  border-radius: 0;
  margin: 0 0 0 auto;
  max-width: 34em;
}

.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}

.cc_div .bar #s-bl table,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block;
}

.cc_div .bar #s-bl thead tr {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

.cc_div .bar #s-bl tr {
  border-top: 1px solid #e9edf2;
  border-top: 1px solid var(--cc-cookie-table-border);
}

.cc_div .bar #s-bl td {
  border: none;
  padding-left: 35%;
  position: relative;
}

.cc_div .bar #s-bl td:before {
  color: #2d4156;
  color: var(--cc-text);
  content: attr(data-column);
  left: 1em;
  overflow: hidden;
  padding-right: 0.625em;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#cm.top {
  bottom: auto;
  top: 1.25em;
}

#cm.left {
  left: 1.25em;
  right: auto;
}

#cm.right {
  left: auto;
  right: 1.25em;
}

#cm.bar.left,
#cm.bar.right {
  left: 0;
  right: 0;
}

#cm.bar.top {
  top: 0;
}

@media screen and (max-width: 688px) {
  #cm,
  #cm.cloud,
  #cm.left,
  #cm.right {
    bottom: 1em;
    display: block;
    left: 1em;
    margin: 0;
    max-width: 100%;
    padding: 1.4em !important;
    right: 1em;
    width: auto;
  }
  .force--consent #cm,
  .force--consent #cm.cloud {
    max-width: 100vw;
    width: auto;
  }
  #cm.top {
    bottom: auto;
    top: 1em;
  }
  #cm.bottom {
    bottom: 1em;
    top: auto;
  }
  #cm.bar.bottom {
    bottom: 0;
  }
  #cm.cloud .c-bn {
    font-size: 0.85em;
  }
  #s-bns,
  .cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }
  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }
  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }
  #cs {
    border-radius: 0;
    padding: 0;
  }
  #c-s-in {
    height: 100%;
    max-height: 100%;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
  .cc_div .b-tg {
    right: 1.1em;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  #s-inr {
    border-radius: 0;
    margin: 0;
    padding-bottom: 7.9em;
  }
  #s-bns {
    height: 7.9em;
  }
  #s-bl,
  .cc_div .bar #s-bl {
    padding: 1.3em;
  }
  #s-hdr,
  .cc_div .bar #s-hdr {
    padding: 0 1.3em;
  }
  #s-bl table {
    width: 100%;
  }
  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }
  .bns-t #s-bns {
    height: 10.5em;
  }
  .cc_div .bns-t .c-bn {
    font-size: 0.83em;
    padding: 0.9em 1.6em;
  }
  #s-cnt .b-bn .b-tl {
    padding-bottom: 1.2em;
    padding-top: 1.2em;
  }
  #s-bl table,
  #s-bl tbody,
  #s-bl td,
  #s-bl th,
  #s-bl thead,
  #s-bl tr,
  #s-cnt {
    display: block;
  }
  #s-bl thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }
  #s-bl tr {
    border-top: 1px solid #e9edf2;
    border-top: 1px solid var(--cc-cookie-table-border);
  }
  #s-bl td {
    border: none;
    padding-left: 35%;
    position: relative;
  }
  #s-bl td:before {
    color: #2d4156;
    color: var(--cc-text);
    content: attr(data-column);
    left: 1em;
    overflow: hidden;
    padding-right: 0.625em;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #cm .c-bn,
  .cc_div .c-bn {
    margin-right: 0;
    width: 100%;
  }
  #s-cnt #s-rall-bn {
    margin-left: 0;
  }
  .cc_div #c-bns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #c-bns button + button,
  #s-cnt button + button {
    float: unset;
    margin-left: 0;
    margin-top: 0.625em;
  }
  #cm.box,
  #cm.cloud {
    left: 1em;
    right: 1em;
    width: auto;
  }
  #cm.cloud.left,
  #cm.cloud.right {
    margin: 0;
  }
  .cc_div .cloud #c-bns,
  .cc_div .cloud #c-inr,
  .cc_div .cloud #c-inr-i {
    display: block;
    min-width: unset;
    width: auto;
  }
  .cc_div .cloud #c-txt {
    font-size: 0.9em;
  }
  .cc_div .cloud #c-bns {
    margin-top: 1.625em;
  }
}
.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em;
}

.cc_div.ie .bar #c-vln {
  padding-top: 0;
}

.cc_div.ie #cs {
  margin-top: -5.625em;
  max-height: 37.5em;
  position: relative;
  top: 0;
}

.cc_div.ie .bar #cs {
  margin-top: 0;
  max-height: 100%;
}

.cc_div.ie #cm {
  border: 1px solid #dee6e9;
}

.cc_div.ie #c-s-in {
  top: 0;
}

.cc_div.ie .b-tg {
  margin-bottom: 0.7em;
  padding-left: 1em;
}

.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
  left: 1.95em;
}

.cc_div.ie #s-bl table {
  overflow: auto;
}

.cc_div.ie .b-tg .c-tg {
  display: none;
}

.cc_div.ie .b-tg .c-tgl {
  display: inline-block;
  height: auto;
  margin-bottom: 0.2em;
  position: relative;
  vertical-align: middle;
}

.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.3em 6.4em 1.3em 1.4em;
}

.cc_div.ie .bar #s-bl td:before {
  display: none;
}

.cc_div.ie .bar #s-bl td {
  padding: 0.8em 0.625em 0.8em 1.2em;
}

.cc_div.ie .bar #s-bl thead tr {
  position: relative;
}

.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0);
}

.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov {
  filter: alpha(opacity=80);
}

.message404 {
  display: block;
  text-align: center;
  padding: 64px 0 128px;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.message404 .image {
  display: block;
  margin-bottom: 32px;
}
.message404 .title {
  display: block;
  margin-bottom: 32px;
}
.message404 .title span {
  display: block;
  font-weight: bold;
}
.message404 .title span {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .message404 .title span {
    font-size: calc(32px + 12 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .message404 .title span {
    font-size: 44px;
  }
}
.message404 .content {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .message404 .content {
    font-size: calc(19px + 2 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .message404 .content {
    font-size: 21px;
  }
}
.message404 .content a {
  text-decoration: underline;
  color: #000000;
}

#mobileMenuWrapper {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 300px;
  height: 100%;
  z-index: 900;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-y: scroll;
  background: #ffffff;
}
@media (max-width: 1024px) {
  #mobileMenuWrapper.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#mobileMenuWrapper .content {
  padding: 32px 24px;
}
#mobileMenuWrapper .nav-toggle {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background: url(images/close-black.svg) center no-repeat;
  background-size: 20px 20px;
  margin: 0;
  padding: 0;
  border: none;
  text-indent: -9999px;
}
#mobileMenuWrapper .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
#mobileMenuWrapper .logo a, #mobileMenuWrapper .logo img {
  height: auto;
  max-height: 40px;
  width: auto;
}
#mobileMenuWrapper .menu {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
}
#mobileMenuWrapper .menu ul {
  list-style: none;
  margin: 0;
  margin-bottom: 24px;
}
#mobileMenuWrapper .menu ul li {
  margin-bottom: 16px;
}
#mobileMenuWrapper .menu ul li:last-child {
  margin-bottom: 0;
}
#mobileMenuWrapper .menu ul a {
  font-size: 21px;
  padding: 10px 0;
  color: #000000;
}
#mobileMenuWrapper .menu ul a:focus {
  text-decoration: underline;
}
#mobileMenuWrapper .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
#mobileMenuWrapper .social ul a {
  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: 36px;
  height: 36px;
  border: 1px solid #000000;
  border-radius: 50%;
}
#mobileMenuWrapper .social ul a svg {
  width: 16px;
  fill: #000;
}
#mobileMenuWrapper .social ul a:hover {
  background: #000000;
}
#mobileMenuWrapper .social ul a:hover svg {
  fill: #fff;
}

body.with-mobile {
  overflow: hidden;
}

body.logged-in.admin-bar #mobile-menu-wrapper {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.logged-in.admin-bar #mobile-menu-wrapper {
    top: 46px;
  }
}

/**
 * Swiper 9.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 1, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #000;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 16px;
}
.swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid #000000;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet:hover, .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
}
@media (max-width: 768px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}

.dark-scheme .swiper-pagination .swiper-pagination-bullet {
  border-color: #ffffff;
}
.dark-scheme .swiper-pagination .swiper-pagination-bullet:hover, .dark-scheme .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  z-index: 100;
  margin-top: -32px;
  border-radius: 50%;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-color: #ffffff;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #000000;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}
.swiper-button-prev.shadow,
.swiper-button-next.shadow {
  -webkit-box-shadow: var(--shadow-sm);
          box-shadow: var(--shadow-sm);
}
@media (max-width: 1280px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    background-size: 16px 16px;
  }
}
@media (max-width: 1280px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-size: 14px 14px;
  }
}

.swiper-button-prev {
  left: 20px;
  background-image: url(images/arrow-left-long-black.svg);
}
.swiper-button-prev:hover {
  background-image: url(images/arrow-left-long-white.svg);
}
@media (max-width: 1024px) {
  .swiper-button-prev {
    left: 8px;
  }
}

.swiper-button-next {
  right: 20px;
  background-image: url(images/arrow-right-long-black.svg);
}
.swiper-button-next:hover {
  background-image: url(images/arrow-right-long-white.svg);
}
@media (max-width: 1024px) {
  .swiper-button-next {
    right: 8px;
  }
}

.black-theme .swiper-pagination .swiper-pagination-bullet {
  border-color: #ffffff;
}
.black-theme .swiper-pagination .swiper-pagination-bullet:hover, .black-theme .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}
.black-theme .dark-scheme .swiper-pagination .swiper-pagination-bullet {
  border-color: #ffffff;
}
.black-theme .dark-scheme .swiper-pagination .swiper-pagination-bullet:hover, .black-theme .dark-scheme .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}

lite-youtube {
  background-color: #000000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 1200px;
}

/* gradient */
lite-youtube::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
  display: block;
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  /* YT's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1), -webkit-filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
  -webkit-filter: none;
          filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
  cursor: unset;
}

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}

.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7 form .wpcf7-response-output {
  padding: 16px;
  border-radius: 6px;
  font-size: 16px;
  color: #ffffff;
  width: 100%;
  max-width: 800px;
  margin: 16px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #e02424; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  background: #e02424; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #e02424; /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
  padding-top: 8px;
  color: #e02424;
  font-weight: bold;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #e02424;
  background: #ffffff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
}

.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d; /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

.wpcf7 form.submitting .ajax-loader {
  visibility: visible;
}

.wpcf7 .ajax-loader::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc; /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
          transform-origin: 8px 8px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7 .ajax-loader::before {
    -webkit-animation-name: blink;
            animation-name: blink;
    -webkit-animation-duration: 2000ms;
            animation-duration: 2000ms;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type=file] {
  cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}