@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            =
===================================*/
* {
  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.5;
  position: relative;
  font-size: clamp(1.06rem, 0.3vw + 0.92rem, 1.19rem);
  background: var(--bck-color);
  color: var(--font-color);
}

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: var(--basic-font);
}

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%;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

:focus {
  outline: 0;
}

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

/* Headings */
/* Anchors */
a {
  outline: 0;
  color: var(--links-color);
}
a:hover {
  color: var(--links-color-hover);
}

:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none;
}

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

body {
  --margin-bottom: 100px;
  --padding-right: var(--wp--preset--spacing--x-large);
  --padding-left: var(--wp--preset--spacing--x-large);
  --top-info-height: 44px;
  --top-height: 110px;
  --sticky-content-width: 360px;
  --sticky-content-gap: 40px;
  --yellow-300: var(--wp--preset--color--yellow-300);
  --orange-600: var(--wp--preset--color--orange-600);
  --orange-800: var(--wp--preset--color--orange-800);
  --red-700: var(--wp--preset--color--red-700);
  --red-800: var(--wp--preset--color--red-800);
  --green-600: var(--wp--preset--color--green-600);
  --green-800: var(--wp--preset--color--green-800);
  --teal-600: var(--wp--preset--color--teal-600);
  --teal-800: var(--wp--preset--color--teal-800);
  --blue-100: var(--wp--preset--color--blue-100);
  --blue-500: var(--wp--preset--color--blue-500);
  --blue-600: var(--wp--preset--color--blue-600);
  --blue-800: var(--wp--preset--color--blue-800);
  --indigo-600: var(--wp--preset--color--indigo-600);
  --indigo-800: var(--wp--preset--color--indigo-800);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  body {
    --top-height: 100px;
  }
}
@media (max-width: 1480px) {
  body {
    --padding-right: var(--wp--preset--spacing--large);
    --padding-left: var(--wp--preset--spacing--large);
  }
}
@media (max-width: 1366px) {
  body {
    --top-height: 100px;
  }
}
@media (max-width: 1280px) {
  body {
    --margin-bottom: 88px;
    --top-height: 90px;
    --padding-right: var(--wp--preset--spacing--medium);
    --padding-left: var(--wp--preset--spacing--medium);
    --wp--preset--spacing--small: 20px;
    --wp--preset--spacing--medium: 32px;
    --wp--preset--spacing--large: 48px;
  }
}
@media (max-width: 1024px) {
  body {
    --margin-bottom: 72px;
    --top-height: 80px;
    --wp--preset--spacing--small: 16px;
    --wp--preset--spacing--medium: 24px;
    --wp--preset--spacing--large: 40px;
  }
}
@media (max-width: 768px) {
  body {
    --margin-bottom: 64px;
    --top-height: 64px;
    --wp--preset--spacing--small: 12px;
    --wp--preset--spacing--medium: 20px;
    --wp--preset--spacing--large: 32px;
  }
}

.editor-styles-wrapper {
  background-color: var(--bck-color);
  color: var(--font-color);
  font-family: var(--basic-font);
  font-style: var(--basic-font-weight);
  font-weight: 400;
  line-height: 1.5;
  font-size: clamp(1.06rem, 0.3vw + 0.92rem, 1.19rem);
}

.editor-styles-wrapper .has-background {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.editor-styles-wrapper.wp-block-columns.has-background {
  padding: 0;
}

.editor-styles-wrapper :where(.is-layout-flow) > .has-background.alignfull {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.editor-styles-wrapper :where(p.has-background) {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-color);
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 0;
}

h1 {
  font-size: clamp(1.88rem, 1.49vw + 1.16rem, 2.5rem);
}

h2 {
  font-size: clamp(1.5rem, 1.19vw + 0.93rem, 2rem);
}

h3 {
  font-size: clamp(1.31rem, 1.04vw + 0.81rem, 1.75rem);
}

h4 {
  font-size: clamp(1.25rem, 0.6vw + 0.96rem, 1.5rem);
}

h5 {
  font-size: clamp(1.19rem, 0.3vw + 1.04rem, 1.31rem);
}

h6 {
  font-size: clamp(1.06rem, 0.6vw + 0.78rem, 1.31rem);
}

@font-face {
  font-display: swap;
}
.container,
.container-flex {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: var(--padding-left);
  padding-right: var(--padding-right);
}
@media (min-width: 1480px) {
  .container,
  .container-flex {
    max-width: var(--wp--style--global--wide-size);
  }
}

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

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

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

.off-canvs {
  overflow: hidden;
}

#wrap {
  display: block;
  position: relative;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  #wrap {
    padding-top: 0;
  }
}

@media (min-width: 1025px) {
  body:has(.top-info-wrapper) #wrap {
    padding-top: var(--top-info-height);
  }
  body:has(.top-fixed-wrapper) #wrap {
    padding-top: var(--top-height);
  }
  body:has(.top-info-wrapper):has(.top-fixed-wrapper) #wrap {
    padding-top: calc(var(--top-info-height) + var(--top-height));
  }
  body:has(.top-info-wrapper):has(.sticky-content-page-wrapper) #wrap {
    padding-top: 0;
  }
  body:has(.top-info-wrapper):has(.sticky-content-page-wrapper) #wrap .page-content {
    padding-top: var(--top-info-height);
  }
  body:has(.top-fixed-wrapper):has(.sticky-content-page-wrapper) #wrap {
    padding-top: 0;
  }
  body:has(.top-fixed-wrapper):has(.sticky-content-page-wrapper) #wrap .page-content {
    padding-top: var(--top-height);
  }
  body:has(.top-info-wrapper):has(.top-fixed-wrapper):has(.sticky-content-page-wrapper) #wrap {
    padding-top: 0;
  }
  body:has(.top-info-wrapper):has(.top-fixed-wrapper):has(.sticky-content-page-wrapper) #wrap .page-content {
    padding-top: calc(var(--top-info-height) + var(--top-height));
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  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%;
}

.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.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 {
  --font-color: var(--light-scheme-font-color, #000);
  display: block;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: var(--padding-left);
  padding-right: var(--padding-right);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-content {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .page-content {
    font-size: calc(19px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .page-content {
    font-size: 21px;
  }
}
.page-content > p a {
  text-decoration: underline;
  color: var(--links-color);
}
.page-content > p a:hover {
  color: var(--links-hover-color);
}
.page-content ol,
.page-content ul {
  padding-left: 24px;
}
.page-content .is-style-dark-scheme {
  --font-color: var(--dark-scheme-font-color, #000);
}

.page-content > :first-child:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.page-content > :last-child:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.page-content > *:not(.drawer):not(.top-fixed-wrapper):not(.top-info-wrapper):not(.has-background.alignfull) {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.page-content .has-background.alignfull {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding-right: var(--padding-right);
  padding-left: var(--padding-left);
}

.page-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.top-fixed-wrapper):not(.drawer)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}

.alignwide {
  max-width: var(--wp--style--global--wide-size);
}
.alignwide.has-background {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.alignfull {
  margin-right: calc(var(--padding-right) * -1);
  margin-left: calc(var(--padding-left) * -1);
}

.fixed-checkout-icon {
  z-index: 100;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.fixed-checkout-icon 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: 64px;
  height: 64px;
  position: relative;
  color: var(--fixed-checkout-color-2);
  border-radius: 5px;
  background: var(--fixed-checkout-color-1);
}
.fixed-checkout-icon .checkout-counter {
  position: absolute;
  top: 4px;
  right: 4px;
  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: 14px;
  height: 14px;
  color: var(--fixed-checkout-color-2);
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
  font-style: normal;
}
.fixed-checkout-icon svg,
.fixed-checkout-icon img {
  width: 28px;
  height: 28px;
  vertical-align: top;
  fill: currentColor;
}

.checkout-wrapper {
  margin-bottom: 64px;
  padding-top: 32px;
}
@media (max-width: 1024px) {
  .checkout-wrapper {
    padding-top: 20px;
    margin-bottom: 32px;
  }
}
.checkout-wrapper .checkout-title {
  margin-bottom: 24px;
}
.checkout-wrapper .checkout-title p {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1;
}
.checkout-wrapper .checkout-title p {
  font-size: 27px;
}
@media screen and (min-width: 768px) {
  .checkout-wrapper .checkout-title p {
    font-size: calc(27px + 5 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .checkout-wrapper .checkout-title p {
    font-size: 32px;
  }
}
.checkout-wrapper .related-title {
  display: block;
  margin-bottom: 24px;
}
.checkout-wrapper .related-title p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .checkout-wrapper .related-title {
    text-align: center;
  }
}
.checkout-wrapper .checkout-free-delivery {
  display: block;
  padding: 16px;
  background: var(--free-delivery-bck);
  color: var(--free-delivery-color);
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  -ms-grid-column-align: start;
      justify-self: start;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.checkout-wrapper .checkout-free-delivery .delivery-info,
.checkout-wrapper .checkout-free-delivery .success-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32px 16px 1fr;
  grid-template-columns: 32px 1fr;
  grid-gap: 16px;
  margin-bottom: 16px;
}
.checkout-wrapper .checkout-free-delivery .delivery-info p,
.checkout-wrapper .checkout-free-delivery .success-info p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.3;
}
.checkout-wrapper .checkout-free-delivery .delivery-info p em,
.checkout-wrapper .checkout-free-delivery .success-info p em {
  font-style: normal;
}
.checkout-wrapper .checkout-free-delivery .delivery-info .icon,
.checkout-wrapper .checkout-free-delivery .success-info .icon {
  display: block;
  height: 32px;
}
.checkout-wrapper .checkout-free-delivery .delivery-info .icon svg,
.checkout-wrapper .checkout-free-delivery .success-info .icon svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}
.checkout-wrapper .checkout-free-delivery .success-info .icon svg {
  width: 32px;
  height: 32px;
  fill: #0BBF59;
}
.checkout-wrapper .checkout-free-delivery .progress-bar-wrap {
  display: block;
  width: 100%;
  height: 12px;
  border-radius: 20px;
  background: var(--free-delivery-bar-bck);
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.checkout-wrapper .checkout-free-delivery .progress-bar-wrap .progress-bar {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  border-radius: 20px;
  background: var(--free-delivery-bar);
}
.checkout-wrapper .checkout-free-delivery .progress-bar-wrap .progress-bar.success {
  background: #0BBF59;
}
.checkout-wrapper .checkout-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 320px;
  grid-template-columns: 1fr 320px;
  grid-gap: 24px 40px;
}
@media (max-width: 1280px) {
  .checkout-wrapper .checkout-grid {
    -ms-grid-columns: 1fr 40px 320px;
    grid-template-columns: 1fr 320px;
  }
}
@media (max-width: 1024px) {
  .checkout-wrapper .checkout-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) {
  .checkout-wrapper .checkout-grid.with-delivery-box {
    -ms-grid-rows: -webkit-min-content 24px 1fr;
    -ms-grid-rows: min-content 24px 1fr;
    grid-template-rows: -webkit-min-content 1fr;
    grid-template-rows: min-content 1fr;
  }
  .checkout-wrapper .checkout-grid.with-delivery-box .checkout-free-delivery {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .checkout-wrapper .checkout-grid.with-delivery-box .checkout-table-wrap {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
  .checkout-wrapper .checkout-grid.with-delivery-box .checkout-summary {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
@media (max-width: 1023px) {
  .checkout-wrapper .checkout-grid.with-delivery-box .checkout-free-delivery {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .checkout-wrapper .checkout-grid.with-delivery-box .checkout-table-wrap {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .checkout-wrapper .checkout-grid.with-delivery-box .checkout-summary {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
@media (min-width: 1024px) {
  .checkout-wrapper .products-grid {
    margin-bottom: 0;
  }
  .checkout-wrapper .checkout-table {
    background: #fff;
    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.with-related {
    margin-bottom: 40px;
  }
  .checkout-wrapper .checkout-table .checkout-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 90px 12px 104px 12px 90px 12px 16px;
    grid-template-columns: 1fr 90px 104px 90px 16px;
    gap: 24px 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
  }
  .checkout-wrapper .checkout-table .product {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-min-content 24px 1fr;
    -ms-grid-columns: min-content 24px 1fr;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    grid-gap: 0 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .checkout-wrapper .checkout-table .image {
    aspect-ratio: 1;
    height: 120px;
    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 {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .checkout-wrapper .checkout-table .title p em {
    font-size: 13px;
    font-style: normal;
    color: var(--theme-second-font-color);
  }
  .checkout-wrapper .checkout-table .title p:last-child {
    margin-bottom: 0;
  }
  .checkout-wrapper .checkout-table .price {
    text-align: center;
  }
  .checkout-wrapper .checkout-table .price strong {
    display: block;
  }
  .checkout-wrapper .checkout-table .price span {
    display: block;
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
  }
  .checkout-wrapper .checkout-table .sum {
    text-align: center;
  }
  .checkout-wrapper .checkout-table .remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 12px;
    height: 12px;
    -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 .remove button {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    width: 12px;
    height: 12px;
  }
  .checkout-wrapper .checkout-table .remove button svg {
    vertical-align: top;
    width: 12px;
    height: 12px;
    fill: #b1b1b1;
  }
  .checkout-wrapper .checkout-table .remove button:hover svg {
    fill: #000;
  }
}
@media (max-width: 1023px) {
  .checkout-wrapper .products-grid {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .checkout-wrapper .products-grid .product-grid-item {
    width: 100%;
  }
  .checkout-wrapper .products-grid .add-to-cart-wrap .product-add-to-cart {
    font-size: 13px;
    padding: 0 24px;
    height: 44px;
    min-height: 44px;
  }
  .checkout-wrapper .products-grid .add-to-cart-wrap .product-add-to-cart svg {
    width: 20px;
    height: 20px;
  }
  .checkout-wrapper .checkout-table {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 16px 0;
    border-bottom: none;
    -ms-grid-row-align: start;
        align-self: start;
  }
  .checkout-wrapper .checkout-table.with-related {
    margin-bottom: 40px;
  }
  .checkout-wrapper .checkout-table .checkout-row {
    border: 1px solid #e1e1e1;
    background: #fff;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr 0 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    font-size: 15px;
    position: relative;
  }
  .checkout-wrapper .checkout-table .product {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    -ms-grid-row: 1;
    grid-row: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-min-content 12px 1fr;
    -ms-grid-columns: min-content 12px 1fr;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    grid-gap: 0 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #e1e1e1;
  }
  .checkout-wrapper .checkout-table .image {
    aspect-ratio: 1;
    height: 80px;
    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 {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .checkout-wrapper .checkout-table .title p em {
    font-size: 13px;
    font-style: normal;
    color: var(--theme-second-font-color);
  }
  .checkout-wrapper .checkout-table .title p:last-child {
    margin-bottom: 0;
  }
  .checkout-wrapper .checkout-table .price,
  .checkout-wrapper .checkout-table .qua-wrap,
  .checkout-wrapper .checkout-table .sum {
    padding: 16px 0;
    font-size: 14px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .checkout-wrapper .checkout-table .price {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    text-align: center;
  }
  .checkout-wrapper .checkout-table .price strong {
    display: block;
  }
  .checkout-wrapper .checkout-table .price span {
    display: block;
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
  }
  .checkout-wrapper .checkout-table .qua-wrap {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .checkout-wrapper .checkout-table .sum {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
    text-align: center;
  }
  .checkout-wrapper .checkout-table .remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 12px;
    height: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
  }
  .checkout-wrapper .checkout-table .remove button {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    width: 12px;
    height: 12px;
  }
  .checkout-wrapper .checkout-table .remove button svg {
    vertical-align: top;
    width: 12px;
    height: 12px;
    fill: #b1b1b1;
  }
  .checkout-wrapper .checkout-table .remove button:hover svg {
    fill: #000;
  }
}
.checkout-wrapper .checkout-summary .bck {
  padding: 1.5rem 1.25rem;
  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: 23px;
}
.checkout-wrapper .checkout-summary .checkout-sum strong em {
  font-style: normal;
}
.checkout-wrapper .checkout-summary .button-wrap a {
  width: 100%;
}
.checkout-wrapper .checkout-summary .button-wrap .salescrm-shop {
  gap: 0 16px;
}
.checkout-wrapper .checkout-summary .button-wrap .salescrm-shop svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.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: var(--border-radius);
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 12px;
  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;
}
@media (max-width: 768px) {
  .checkout-wrapper .cart-payments-methods img {
    height: 14px;
    width: auto;
  }
}
.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;
  line-height: 24px;
}
@media (max-width: 440px) {
  .checkout-wrapper .cart-ssl p {
    font-size: 12px;
    min-height: 20px;
    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: 12px;
}
.empty-checkout-info p:first-child {
  font-size: 30px;
  margin-bottom: 24px;
}
.empty-checkout-info .button-wrap {
  padding-top: 16px;
}

.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-toggle-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;
  margin: 0;
  border: none;
  width: 64px;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  z-index: 200;
  position: fixed;
  right: 0;
  top: 50%;
  -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-toggle-button svg {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .accessibility-toggle-button {
    width: 48px;
    height: 48px;
    padding: 10px;
  }
  .accessibility-toggle-button svg {
    width: 28px;
    height: 28px;
  }
}

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

.accessibility-dialog__content {
  padding: var(--acces-padding);
  background: #ffffff;
  position: relative;
  z-index: 10;
}
.accessibility-dialog__content p {
  font-size: 15px;
}
.accessibility-dialog__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-dialog__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-dialog__content .contrast-list {
  margin-bottom: 24px;
}
.accessibility-dialog__content .contrast-list button[data-theme=reset] {
  background: #f1f1f1;
  color: #999999;
  text-decoration: line-through;
}
.accessibility-dialog__content .contrast-list button[data-theme=white-theme] {
  background: #ffffff;
  color: #000000;
}
.accessibility-dialog__content .contrast-list button[data-theme=black-theme] {
  background: #000000;
  color: #ffffff;
}
.accessibility-dialog__content .contrast-list button[data-theme=yellow-theme] {
  background: #faca15;
  color: #000000;
}
.accessibility-dialog__content .text-list button:hover {
  background: #f1f1f1;
}

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

.sticky-content-page-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) var(--sticky-content-gap) var(--sticky-content-width);
  grid-template-columns: minmax(0, 1fr) var(--sticky-content-width);
  gap: 24px var(--sticky-content-gap);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--padding-left);
  padding-right: var(--padding-right);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1480px) {
  .sticky-content-page-wrapper {
    max-width: var(--wp--style--global--wide-size);
  }
}
@media (max-width: 1024px) {
  .sticky-content-page-wrapper {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
  }
}
.sticky-content-page-wrapper .page-content {
  padding-left: 0;
  padding-right: 0;
}
.sticky-content-page-wrapper .page-content .alignfull {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .sticky-content-page-wrapper .page-content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

.sticky-content {
  --rgb-black: 0,0,0;
  position: sticky;
  top: var(--top-height);
  top: 0;
  z-index: 1000;
}
@media (max-width: 1024px) {
  .sticky-content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: var(--top-info-height);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  font-size: 0.8125rem;
}
.top-info-wrapper.alignfull {
  margin-left: auto;
  margin-right: auto;
}
.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;
}

.editor-styles-wrapper .is-layout-flow > .wp-block-acf-top-menu {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.top-fixed-wrapper {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  top: 0;
  right: 0;
  z-index: 900;
  height: var(--top-height);
  -webkit-margin-before: 0;
          margin-block-start: 0;
  padding-left: var(--padding-left);
  padding-right: var(--padding-right);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-fixed-wrapper .top-menu-content,
.top-fixed-wrapper .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: var(--wp--style--global--content-size);
}
.top-fixed-wrapper.align .top-menu-content {
  max-width: var(--wp--style--global--content-size);
}
.top-fixed-wrapper.alignwide .top-menu-content {
  max-width: var(--wp--style--global--wide-size);
}
@media (min-width: 1024px) {
  .top-fixed-wrapper .logo a, .top-fixed-wrapper .logo img {
    height: var(--logo-desktop, 64px);
  }
}
@media (min-width: 651px) and (max-width: 1023px) {
  .top-fixed-wrapper .logo a, .top-fixed-wrapper .logo img {
    height: var(--logo-tablet, 44px);
  }
}
@media (max-width: 650px) {
  .top-fixed-wrapper .logo a, .top-fixed-wrapper .logo img {
    height: var(--logo-mobile, 32px);
  }
}
.top-fixed-wrapper .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.top-fixed-wrapper .logo a,
.top-fixed-wrapper .logo img {
  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 32px;
  padding: 0;
  margin-right: 0;
  margin-left: auto;
}
.top-fixed-wrapper #nav .wp-block-navigation {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  font-size: 1.0625rem;
}
.top-fixed-wrapper #nav .wp-block-navigation a {
  color: inherit;
  cursor: pointer;
}
.top-fixed-wrapper #nav .wp-block-navigation a:hover,
.top-fixed-wrapper #nav .wp-block-navigation .active a {
  text-decoration: underline;
}
.top-fixed-wrapper .acf-innerblocks-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.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 currentColor;
  font-size: 0.8125rem;
  font-weight: bold;
  color: currentColor;
  margin: 0;
  padding: 0 12px;
  height: 48px;
  background: none;
  border-radius: var(--border-radius);
  gap: 0 16px;
}
.top-fixed-wrapper .nav-toggle svg {
  width: 16px;
  height: 16px;
  display: block;
  color: currentColor;
  fill: currentColor;
}
.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: 1024px) {
  .top-fixed-wrapper {
    position: static;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .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: var(--bck-color);
    -webkit-box-shadow: var(--shadow-sm);
            box-shadow: var(--shadow-sm);
    position: fixed;
    top: 0;
  }
  body.scroll .top-fixed-wrapper .container-flex {
    border-color: var(--bck-color);
  }
}

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

.editor-styles-wrapper .drawer {
  display: none;
}

@media (max-width: 1480px) {
  #wrap:has(.sticky-content-page-wrapper) .top-fixed-wrapper.align .top-menu-content {
    width: 100%;
    max-width: 100%;
  }
  #wrap:has(.sticky-content-page-wrapper) .top-fixed-wrapper.alignwide .top-menu-content {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  #wrap:has(.sticky-content-page-wrapper) .top-menu-content {
    padding-right: calc(var(--sticky-content-width) + var(--sticky-content-gap));
  }
}

.editor-styles-wrapper .wp-block-acf-top-menu {
  max-width: 100% !important;
  width: 100% !important;
}

.home-header-v1 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.home-header-v1 .desc p {
  margin-bottom: 2rem;
}
.home-header-v1 .desc p + p {
  margin-top: -12px;
}
.home-header-v1 .desc p:last-child {
  margin-bottom: 0;
}
.home-header-v1 .buttons-wrap {
  padding-top: 24px;
}
.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;
  width: 100%;
}
@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 .wp-block-buttons,
  .home-header-v1.top-desc .button-wrap, .home-header-v1.bottom-desc .wp-block-buttons,
  .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 .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 .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 .header-desc .element-wrapper .cover img {
    width: auto;
    max-height: 80vh;
  }
  .home-header-v1 .header-desc .wp-block-buttons,
  .home-header-v1 .header-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;
  }
}
.subtitle,
.theme-title {
  display: block;
}
.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);
}

.with-full-line .theme-title p,
.with-full-line .theme-title h1,
.with-full-line .theme-title h2,
.with-full-line .theme-title h3,
.with-full-line .theme-title h4,
.with-full-line .theme-title h5,
.with-full-line .theme-title h6 {
  display: block;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--heading-line);
}
@media (max-width: 768px) {
  .with-full-line .theme-title p,
  .with-full-line .theme-title h1,
  .with-full-line .theme-title h2,
  .with-full-line .theme-title h3,
  .with-full-line .theme-title h4,
  .with-full-line .theme-title h5,
  .with-full-line .theme-title h6 {
    border-width: 2px;
  }
}

.with-line .theme-title p,
.with-line .theme-title h1,
.with-line .theme-title h2,
.with-line .theme-title h3,
.with-line .theme-title h4,
.with-line .theme-title h5,
.with-line .theme-title h6 {
  position: relative;
}
.with-line .theme-title p:after,
.with-line .theme-title h1:after,
.with-line .theme-title h2:after,
.with-line .theme-title h3:after,
.with-line .theme-title h4:after,
.with-line .theme-title h5:after,
.with-line .theme-title h6:after {
  display: block;
  width: 80px;
  height: 3px;
  border: none;
  margin-top: 16px;
  content: "";
  background: var(--heading-line);
}
@media (max-width: 1024px) {
  .with-line .theme-title p:after,
  .with-line .theme-title h1:after,
  .with-line .theme-title h2:after,
  .with-line .theme-title h3:after,
  .with-line .theme-title h4:after,
  .with-line .theme-title h5:after,
  .with-line .theme-title h6:after {
    width: 64px;
  }
}
@media (max-width: 768px) {
  .with-line .theme-title p:after,
  .with-line .theme-title h1:after,
  .with-line .theme-title h2:after,
  .with-line .theme-title h3:after,
  .with-line .theme-title h4:after,
  .with-line .theme-title h5:after,
  .with-line .theme-title h6:after {
    width: 48px;
    height: 2px;
  }
}

.title-center-align .subtitle,
.title-center-align .theme-title,
.text-align-center .subtitle,
.text-align-center .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,
.text-align-center .subtitle.with-line p:after,
.text-align-center .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,
.text-align-center .subtitle-desc,
.alignTextcenter .subtitle-desc {
  text-align: center;
}

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

.with-line .theme-title .has-text-align-center:after {
  margin: 16px auto 0;
}

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

.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: 400;
  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);
  background-color: var(--button-bck);
  color: var(--button-color);
  width: 100%;
}

.admin-panel-summary-list-preview {
  display: block;
  width: 100%;
  max-width: 960px;
  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: 60rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1024px) {
  .summary-list-wrap {
    padding: 2rem 4rem;
  }
}
@media (max-width: 768px) {
  .summary-list-wrap {
    padding: 1.5rem 2rem;
  }
}

.home-intro {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}

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

.table-of-contest {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}

.table-of-contest + .table-of-contest {
  margin-top: 1rem;
}

.wp-block-acf-table-of-contents:not(.is-style-toc-v1):not(.is-style-toc-v2):not(.is-style-toc-v3):not(.is-style-toc-v4):not(.is-style-toc-v5) .table-of-contest,
.is-style-toc-v1 .table-of-contest,
.toc-v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.wp-block-acf-table-of-contents:not(.is-style-toc-v1):not(.is-style-toc-v2):not(.is-style-toc-v3):not(.is-style-toc-v4):not(.is-style-toc-v5) .table-of-contest .row,
.is-style-toc-v1 .table-of-contest .row,
.toc-v1 .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 40px 1fr;
  grid-template-columns: 100px 1fr;
  grid-gap: 24px 40px;
  padding: 1rem;
  border: 1px solid #e1e1e1;
  background: #fff;
}
.wp-block-acf-table-of-contents:not(.is-style-toc-v1):not(.is-style-toc-v2):not(.is-style-toc-v3):not(.is-style-toc-v4):not(.is-style-toc-v5) .table-of-contest .row .page,
.is-style-toc-v1 .table-of-contest .row .page,
.toc-v1 .row .page {
  display: block;
  text-align: center;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
.wp-block-acf-table-of-contents:not(.is-style-toc-v1):not(.is-style-toc-v2):not(.is-style-toc-v3):not(.is-style-toc-v4):not(.is-style-toc-v5) .table-of-contest .row .page strong,
.is-style-toc-v1 .table-of-contest .row .page strong,
.toc-v1 .row .page strong {
  display: block;
  padding: 1rem 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #111;
  background: #f7f7f7;
}
.wp-block-acf-table-of-contents:not(.is-style-toc-v1):not(.is-style-toc-v2):not(.is-style-toc-v3):not(.is-style-toc-v4):not(.is-style-toc-v5) .table-of-contest .row .page em,
.is-style-toc-v1 .table-of-contest .row .page em,
.toc-v1 .row .page em {
  display: block;
  padding: 0.75rem 0;
  font-size: 1rem;
  font-style: normal;
  color: #111;
  background: #e7e7e7;
}
.wp-block-acf-table-of-contents:not(.is-style-toc-v1):not(.is-style-toc-v2):not(.is-style-toc-v3):not(.is-style-toc-v4):not(.is-style-toc-v5) .table-of-contest .row .desc,
.is-style-toc-v1 .table-of-contest .row .desc,
.toc-v1 .row .desc {
  line-height: 1.4;
  color: var(--font-color, #000);
}
.wp-block-acf-table-of-contents:not(.is-style-toc-v1):not(.is-style-toc-v2):not(.is-style-toc-v3):not(.is-style-toc-v4):not(.is-style-toc-v5) .table-of-contest .row .desc p,
.is-style-toc-v1 .table-of-contest .row .desc p,
.toc-v1 .row .desc p {
  font-size: clamp(1.06rem, 0.3vw + 0.92rem, 1.19rem);
}
.wp-block-acf-table-of-contents:not(.is-style-toc-v1):not(.is-style-toc-v2):not(.is-style-toc-v3):not(.is-style-toc-v4):not(.is-style-toc-v5) .table-of-contest .row .desc p strong,
.is-style-toc-v1 .table-of-contest .row .desc p strong,
.toc-v1 .row .desc p strong {
  font-size: clamp(1.31rem, 0.89vw + 0.88rem, 1.69rem);
}
.wp-block-acf-table-of-contents:not(.is-style-toc-v1):not(.is-style-toc-v2):not(.is-style-toc-v3):not(.is-style-toc-v4):not(.is-style-toc-v5) .table-of-contest .row .desc p:first-child,
.is-style-toc-v1 .table-of-contest .row .desc p:first-child,
.toc-v1 .row .desc p:first-child {
  margin-bottom: 12px;
}
@media (max-width: 650px) {
  .wp-block-acf-table-of-contents:not(.is-style-toc-v1):not(.is-style-toc-v2):not(.is-style-toc-v3):not(.is-style-toc-v4):not(.is-style-toc-v5) .table-of-contest .row,
  .is-style-toc-v1 .table-of-contest .row,
  .toc-v1 .row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .wp-block-acf-table-of-contents:not(.is-style-toc-v1):not(.is-style-toc-v2):not(.is-style-toc-v3):not(.is-style-toc-v4):not(.is-style-toc-v5) .table-of-contest .row .page,
  .is-style-toc-v1 .table-of-contest .row .page,
  .toc-v1 .row .page {
    width: 5rem;
  }
  .wp-block-acf-table-of-contents:not(.is-style-toc-v1):not(.is-style-toc-v2):not(.is-style-toc-v3):not(.is-style-toc-v4):not(.is-style-toc-v5) .table-of-contest .row .page strong,
  .is-style-toc-v1 .table-of-contest .row .page strong,
  .toc-v1 .row .page strong {
    padding: 0.75rem 0;
    font-size: 1.3125rem;
  }
  .wp-block-acf-table-of-contents:not(.is-style-toc-v1):not(.is-style-toc-v2):not(.is-style-toc-v3):not(.is-style-toc-v4):not(.is-style-toc-v5) .table-of-contest .row .page em,
  .is-style-toc-v1 .table-of-contest .row .page em,
  .toc-v1 .row .page em {
    padding: 0.625rem 0;
    font-size: 0.875rem;
  }
}

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

.is-style-toc-v3 .table-of-contest,
.toc-v3 {
  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;
}
.is-style-toc-v3 .table-of-contest .row,
.toc-v3 .row {
  padding: 1rem;
  border: 1px solid #e1e1e1;
}
.is-style-toc-v3 .table-of-contest .row .title,
.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: 1.5rem;
}
.is-style-toc-v3 .table-of-contest .row .title p,
.toc-v3 .row .title p {
  font-size: 1.4375rem;
  font-weight: bold;
  margin-bottom: 0;
}
.is-style-toc-v3 .table-of-contest .row .desc p,
.toc-v3 .row .desc p {
  margin-bottom: 0.5rem;
  font-size: clamp(1.06rem, 0.3vw + 0.92rem, 1.19rem);
}
.is-style-toc-v3 .table-of-contest .row .desc p:last-child,
.toc-v3 .row .desc p:last-child {
  margin-bottom: 0;
}
.is-style-toc-v3 .table-of-contest .row .desc p strong,
.toc-v3 .row .desc p strong {
  font-size: clamp(1.31rem, 0.89vw + 0.88rem, 1.69rem);
}
@media (max-width: 768px) {
  .is-style-toc-v3 .table-of-contest .row .title,
  .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;
  }
}

.is-style-toc-v4 .table-of-contest .line,
.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: 2rem;
  line-height: 1.2;
}
.is-style-toc-v4 .table-of-contest .line:before,
.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;
}
.is-style-toc-v4 .table-of-contest .line p,
.is-style-toc-v4 .table-of-contest .line span,
.toc-v4 .line p,
.toc-v4 .line span {
  position: relative;
  z-index: 10;
  background: #ffffff;
}
.is-style-toc-v4 .table-of-contest .line p,
.toc-v4 .line p {
  margin-bottom: 0;
  padding-right: 1rem;
}
.is-style-toc-v4 .table-of-contest .line span,
.toc-v4 .line span {
  padding-left: 1rem;
}

.is-style-toc-v5 .table-of-contest,
.toc-v5 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 80px;
}
.is-style-toc-v5 .table-of-contest .row,
.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: 1.5rem;
}
.is-style-toc-v5 .table-of-contest .number,
.toc-v5 .number {
  text-align: center;
}
.is-style-toc-v5 .table-of-contest .number strong,
.toc-v5 .number strong {
  font-size: clamp(2.75rem, 5.36vw + 0.18rem, 5rem);
  line-height: 1;
}
.is-style-toc-v5 .table-of-contest .title p,
.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) {
  .is-style-toc-v5 .table-of-contest .row,
  .toc-v5 .row {
    -ms-grid-columns: 120px 1fr;
    grid-template-columns: 120px 1fr;
  }
}
@media (max-width: 768px) {
  .is-style-toc-v5 .table-of-contest,
  .toc-v5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .is-style-toc-v5 .table-of-contest .row,
  .toc-v5 .row {
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
  }
}
@media (max-width: 550px) {
  .is-style-toc-v5 .table-of-contest .row,
  .toc-v5 .row {
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr;
  }
}

.collapse-hide {
  display: none;
}

.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;
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}
.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);
  line-height: 1.35;
}

.wp-block-acf-info-boxes:not(.is-style-info-boxes-v1):not(.is-style-info-boxes-v2):not(.is-style-info-boxes-v3):not(.is-style-info-boxes-v4):not(.is-style-info-boxes-v5) .info-boxes,
.is-style-info-boxes-v1 .info-boxes {
  gap: 2rem;
}
.wp-block-acf-info-boxes:not(.is-style-info-boxes-v1):not(.is-style-info-boxes-v2):not(.is-style-info-boxes-v3):not(.is-style-info-boxes-v4):not(.is-style-info-boxes-v5) .info-boxes .box,
.is-style-info-boxes-v1 .info-boxes .box {
  display: block;
  width: 100%;
  width: calc(33.3333333333% - 21.3333333333px);
}
.wp-block-acf-info-boxes:not(.is-style-info-boxes-v1):not(.is-style-info-boxes-v2):not(.is-style-info-boxes-v3):not(.is-style-info-boxes-v4):not(.is-style-info-boxes-v5) .info-boxes .icon,
.is-style-info-boxes-v1 .info-boxes .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;
}
.wp-block-acf-info-boxes:not(.is-style-info-boxes-v1):not(.is-style-info-boxes-v2):not(.is-style-info-boxes-v3):not(.is-style-info-boxes-v4):not(.is-style-info-boxes-v5) .info-boxes .icon img,
.is-style-info-boxes-v1 .info-boxes .icon img {
  height: 5rem;
  width: auto;
}
.wp-block-acf-info-boxes:not(.is-style-info-boxes-v1):not(.is-style-info-boxes-v2):not(.is-style-info-boxes-v3):not(.is-style-info-boxes-v4):not(.is-style-info-boxes-v5) .info-boxes .title,
.is-style-info-boxes-v1 .info-boxes .title {
  display: block;
  margin-bottom: 16px;
  font-weight: bold;
}
.is-style-info-boxes-v2 .info-boxes {
  gap: 2rem;
}
.is-style-info-boxes-v2 .info-boxes .box {
  display: block;
  width: 100%;
  width: calc(33.3333333333% - 21.3333333333px);
}
.is-style-info-boxes-v2 .info-boxes .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;
}
.is-style-info-boxes-v2 .info-boxes .icon img {
  width: 2rem;
  height: 2rem;
}
.is-style-info-boxes-v2 .info-boxes .title {
  display: block;
  margin-bottom: 16px;
  font-weight: bold;
}
.is-style-info-boxes-v3 .info-boxes {
  gap: 1.5rem;
}
.is-style-info-boxes-v3 .info-boxes .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;
}
.is-style-info-boxes-v3 .info-boxes .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;
}
.is-style-info-boxes-v3 .info-boxes .icon img {
  height: 5rem;
  width: auto;
}
.is-style-info-boxes-v3 .info-boxes .title {
  display: block;
  margin-bottom: 16px;
  font-weight: bold;
}
.is-style-info-boxes-v4 .info-boxes {
  gap: 40px;
}
.is-style-info-boxes-v4 .info-boxes .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);
}
.is-style-info-boxes-v4 .info-boxes .icon {
  height: 64px;
  width: 64px;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.is-style-info-boxes-v4 .info-boxes .icon img {
  width: 64px;
  height: auto;
}
.is-style-info-boxes-v4 .info-boxes .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;
}
.is-style-info-boxes-v4 .info-boxes .desc {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.is-style-info-boxes-v5 .info-boxes {
  gap: 2rem;
}
.is-style-info-boxes-v5 .info-boxes .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);
}
.is-style-info-boxes-v5 .info-boxes .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%;
}
.is-style-info-boxes-v5 .info-boxes .icon img {
  width: 2rem;
  height: 2rem;
}
.is-style-info-boxes-v5 .info-boxes .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;
}
.is-style-info-boxes-v5 .info-boxes .desc {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

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

.photo-with-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px 64px;
}
.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);
}
@media (max-width: 1024px) {
  .photo-with-text {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 40.625rem;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .text-with-extra-section-wrapper:not(.is-style-right-photo) .photo-with-text .desc {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .text-with-extra-section-wrapper:not(.is-style-right-photo) .photo-with-text .photo {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

@media (min-width: 1024px) {
  .text-with-extra-section-wrapper.is-style-right-photo .desc {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .text-with-extra-section-wrapper.is-style-right-photo .photo {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.admin-panel-order-products-preview {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  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 {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}
.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-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.order-products .desc .price-wrap strong {
  font-size: clamp(1.44rem, 0.6vw + 1.15rem, 1.69rem);
}
.order-products .desc .price-wrap del {
  text-decoration: line-through;
  color: #888;
  font-size: clamp(1.19rem, 0.6vw + 0.9rem, 1.44rem);
}
.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 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;
  padding-top: 0.5rem;
}

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

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

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

.order-products-section-wrapper.is-style-order-v4 .order-products,
.wp-block-acf-order-products.is-style-order-v4 .order-products {
  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: 32px 24px;
}
.order-products-section-wrapper.is-style-order-v4 .order-products .single-product,
.wp-block-acf-order-products.is-style-order-v4 .order-products .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-products-section-wrapper.is-style-order-v4 .order-products .single-product:has(.sale),
.wp-block-acf-order-products.is-style-order-v4 .order-products .single-product:has(.sale) {
  background: #f1f6ed;
}
.order-products-section-wrapper.is-style-order-v4 .order-products .cover,
.wp-block-acf-order-products.is-style-order-v4 .order-products .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.order-products-section-wrapper.is-style-order-v4 .order-products .cover img,
.wp-block-acf-order-products.is-style-order-v4 .order-products .cover img {
  max-width: 80%;
}
.order-products-section-wrapper.is-style-order-v4 .order-products .desc .title,
.wp-block-acf-order-products.is-style-order-v4 .order-products .desc .title {
  display: block;
  margin-bottom: 16px;
}
.order-products-section-wrapper.is-style-order-v4 .order-products .desc .title p,
.wp-block-acf-order-products.is-style-order-v4 .order-products .desc .title p {
  font-weight: bold;
  font-size: clamp(1.25rem, 0.6vw + 0.96rem, 1.5rem);
}
.order-products-section-wrapper.is-style-order-v4 .order-products .desc .info,
.wp-block-acf-order-products.is-style-order-v4 .order-products .desc .info {
  margin-bottom: 16px;
}
.order-products-section-wrapper.is-style-order-v4 .order-products .desc .info p,
.wp-block-acf-order-products.is-style-order-v4 .order-products .desc .info p {
  font-size: clamp(0.94rem, 0.3vw + 0.79rem, 1.06rem);
}
.order-products-section-wrapper.is-style-order-v4 .order-products .desc .info ul,
.wp-block-acf-order-products.is-style-order-v4 .order-products .desc .info ul {
  list-style: circle;
  font-size: clamp(0.88rem, 0.15vw + 0.8rem, 0.94rem);
}
.order-products-section-wrapper.is-style-order-v4 .order-products .desc .info ul li,
.wp-block-acf-order-products.is-style-order-v4 .order-products .desc .info ul li {
  margin-bottom: 8px;
}
.order-products-section-wrapper.is-style-order-v4 .order-products .desc .info ul li:last-child,
.wp-block-acf-order-products.is-style-order-v4 .order-products .desc .info ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .order-products-section-wrapper.is-style-order-v4 .order-products,
  .wp-block-acf-order-products.is-style-order-v4 .order-products {
    -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-products-section-wrapper.is-style-order-v4 .order-products .single-product,
  .wp-block-acf-order-products.is-style-order-v4 .order-products .single-product {
    width: 100%;
    max-width: 500px;
    padding: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.order-products-section-wrapper.is-style-order-v5 .order-products,
.wp-block-acf-order-products.is-style-order-v5 .order-products {
  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-products-section-wrapper.is-style-order-v5 .order-products .single-product,
.wp-block-acf-order-products.is-style-order-v5 .order-products .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-products-section-wrapper.is-style-order-v5 .order-products .single-product:nth-child(2),
.wp-block-acf-order-products.is-style-order-v5 .order-products .single-product:nth-child(2) {
  background: #f1f6ed;
}
.order-products-section-wrapper.is-style-order-v5 .order-products .single-product:nth-child(2):before,
.wp-block-acf-order-products.is-style-order-v5 .order-products .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-products-section-wrapper.is-style-order-v5 .order-products .cover,
.wp-block-acf-order-products.is-style-order-v5 .order-products .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.order-products-section-wrapper.is-style-order-v5 .order-products .cover img,
.wp-block-acf-order-products.is-style-order-v5 .order-products .cover img {
  max-width: 80%;
}
.order-products-section-wrapper.is-style-order-v5 .order-products .desc,
.wp-block-acf-order-products.is-style-order-v5 .order-products .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-products-section-wrapper.is-style-order-v5 .order-products .desc .button-wrap,
.wp-block-acf-order-products.is-style-order-v5 .order-products .desc .button-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 16px;
}
.order-products-section-wrapper.is-style-order-v5 .order-products .desc .button-wrap a,
.wp-block-acf-order-products.is-style-order-v5 .order-products .desc .button-wrap a {
  width: 100%;
}
.order-products-section-wrapper.is-style-order-v5 .order-products .desc .title,
.wp-block-acf-order-products.is-style-order-v5 .order-products .desc .title {
  display: block;
  margin-bottom: 16px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.order-products-section-wrapper.is-style-order-v5 .order-products .desc .title p,
.wp-block-acf-order-products.is-style-order-v5 .order-products .desc .title p {
  font-weight: bold;
  font-size: clamp(1.25rem, 0.6vw + 0.96rem, 1.5rem);
}
.order-products-section-wrapper.is-style-order-v5 .order-products .desc .info,
.wp-block-acf-order-products.is-style-order-v5 .order-products .desc .info {
  margin-bottom: 16px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.order-products-section-wrapper.is-style-order-v5 .order-products .desc .info p,
.wp-block-acf-order-products.is-style-order-v5 .order-products .desc .info p {
  font-size: clamp(0.94rem, 0.3vw + 0.79rem, 1.06rem);
}
.order-products-section-wrapper.is-style-order-v5 .order-products .desc .info ul,
.wp-block-acf-order-products.is-style-order-v5 .order-products .desc .info ul {
  list-style: circle;
  font-size: clamp(0.88rem, 0.15vw + 0.8rem, 0.94rem);
}
.order-products-section-wrapper.is-style-order-v5 .order-products .desc .info ul li,
.wp-block-acf-order-products.is-style-order-v5 .order-products .desc .info ul li {
  margin-bottom: 8px;
}
.order-products-section-wrapper.is-style-order-v5 .order-products .desc .info ul li:last-child,
.wp-block-acf-order-products.is-style-order-v5 .order-products .desc .info ul li:last-child {
  margin-bottom: 0;
}
.order-products-section-wrapper.is-style-order-v5 .order-products .desc .price,
.wp-block-acf-order-products.is-style-order-v5 .order-products .desc .price {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-bottom: 8px;
}
.order-products-section-wrapper.is-style-order-v5 .order-products .desc .omnibus,
.wp-block-acf-order-products.is-style-order-v5 .order-products .desc .omnibus {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media (max-width: 1024px) {
  .order-products-section-wrapper.is-style-order-v5 .order-products,
  .wp-block-acf-order-products.is-style-order-v5 .order-products {
    -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-products-section-wrapper.is-style-order-v5 .order-products .single-product,
  .wp-block-acf-order-products.is-style-order-v5 .order-products .single-product {
    width: 100%;
    max-width: 500px;
    padding: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.text-align-center .order-products .desc .price-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.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;
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}
.for-who-wrapper.for-who-v1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 32px;
}
.for-who-wrapper.for-who-v1.for-who-order-v2 .for-who-no {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.for-who-wrapper.for-who-v1.for-who-order-v2 .for-who-yes {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.for-who-wrapper.for-who-v2.double-col {
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}
.for-who-wrapper.for-who-v2.double-col.for-who-order-v2 .for-who-no {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.for-who-wrapper.for-who-v2.double-col.for-who-order-v2 .for-who-yes {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
@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.double-col.for-who-order-v2 .for-who-no {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .for-who-wrapper.for-who-v2.double-col.for-who-order-v2 .for-who-yes {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.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;
  background: #fff;
}
@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;
}

.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 {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}
.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;
  width: 64px;
  height: 64px;
}
.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;
  }
  .testimonials .author.with-avatar .avatar {
    width: 56px;
    height: 56px;
  }
}
@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 .author.with-avatar .avatar {
    width: 48px;
    height: 48px;
  }
}

.testimonials-v1 .testimonial {
  display: block;
  width: 100%;
  border: 2px solid #e1e1e1;
  background: #fff;
  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;
  aspect-ratio: 1;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
.testimonials-v3 .testimonial {
  display: block;
  width: 100%;
  padding-top: 64px;
  background: url(images/quote.svg) left top no-repeat;
  background-size: auto 40px;
}
@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;
    background: #fff;
  }
  .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;
    background: #fff;
  }
}
@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-v6 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonials-v6 .testimonial {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  border: 1px solid #e1e1e1;
}
.testimonials-v6 .testimonial .stars {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.testimonials-v6 .testimonial blockquote {
  line-height: 1.4;
}
.testimonials-v6 .testimonial blockquote {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .testimonials-v6 .testimonial blockquote {
    font-size: calc(15px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .testimonials-v6 .testimonial blockquote {
    font-size: 19px;
  }
}
@media (max-width: 800px) {
  .testimonials-v6 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonials-v6 .testimonial {
    padding: 20px;
  }
}
@media (max-width: 650px) {
  .testimonials-v6 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

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

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

.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-v1 {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}

.faq-v2 {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}
.faq-v2 ol {
  list-style: none;
  margin: 0;
  padding-left: 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;
}

.narrow-faq {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.author-wrap-v1 {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
  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;
  }
}
@media (max-width: 1024px) {
  .author-wrap-v1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .author-wrap-v1 .photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .author-wrap-v1 .photo img {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .author-wrap-v1 .photo img {
    max-width: 240px;
  }
}

.is-style-rounded-photo .photo {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.is-style-circle-photo .photo {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1;
}

.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 {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 22.5rem 4rem 1fr;
  grid-template-columns: 22.5rem 1fr;
  grid-gap: 2rem 4rem;
}
.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;
  }
}

/*=======================================
=            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;
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}
.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;
  }
}

.post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  .post-list {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}
.post-list .article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-list .article .photo {
  overflow: hidden;
}
.post-list .article .desc .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.post-list .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-list .article .desc .category a:hover {
  background: #f1f1f1;
  color: #000000;
}
.post-list .article .desc .title {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 24px;
}
.post-list .article .desc .title a {
  color: #000000;
}
.post-list .article .desc .title a:hover {
  text-decoration: underline;
}
.post-list .article .desc .excerpt {
  font-size: 15px;
  margin-bottom: 24px;
}
.post-list .article .desc .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-list .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-list .article .desc .more a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .post-list .article {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 40px;
  }
}
.post-list .article-simple {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.post-list .article-simple .title a {
  color: var(--light-scheme-font-color);
  font-size: 17px;
  font-weight: bold;
}
.post-list .article-simple .title a:hover {
  text-decoration: underline;
}
.post-list .article-simple .date {
  white-space: nowrap;
  font-size: 15px;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .post-list .article-simple {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.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-email-template-preview p {
  font-size: 21px;
  font-weight: bold;
}

.email-template-wrapper {
  display: block;
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e7e5e4;
  background: #fff;
  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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr -webkit-min-content;
  -ms-grid-columns: 1fr min-content;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content;
  border-radius: 0.5rem;
}
@media (max-width: 1024px) {
  .email-template-wrapper .email-template-content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.email-template-wrapper .email-template {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  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;
  padding-left: 0;
}
.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 .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;
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}
@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: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;
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .two-columns-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

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

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

.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;
  -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 .product-counter-stats,
.spacer-v2 .product-counter-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 .product-counter-stats .col,
.spacer-v2 .product-counter-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 .product-counter-stats .col .icon,
.spacer-v2 .product-counter-stats .col .icon {
  height: 5rem;
  margin-bottom: 2rem;
}
.spacer-section-v2 .product-counter-stats .col .icon img,
.spacer-v2 .product-counter-stats .col .icon img {
  height: 5rem;
  width: auto;
}
.spacer-section-v2 .product-counter-stats .col p,
.spacer-v2 .product-counter-stats .col p {
  margin-bottom: 0.5rem;
  line-height: 1;
  font-size: clamp(1.06rem, 0.3vw + 0.92rem, 1.19rem);
}
.spacer-section-v2 .product-counter-stats .col p:last-child,
.spacer-v2 .product-counter-stats .col p:last-child {
  margin-bottom: 0;
}
.spacer-section-v2 .product-counter-stats .col p strong,
.spacer-v2 .product-counter-stats .col p strong {
  font-size: clamp(2rem, 4.76vw + -0.29rem, 4rem);
}
@media (max-width: 1024px) {
  .spacer-section-v2 .product-counter-stats,
  .spacer-v2 .product-counter-stats {
    gap: 2rem 2rem;
  }
  .spacer-section-v2 .product-counter-stats .col,
  .spacer-v2 .product-counter-stats .col {
    width: calc((100% - 64px) / 2);
  }
  .spacer-section-v2 .product-counter-stats .col .icon,
  .spacer-v2 .product-counter-stats .col .icon {
    height: 4rem;
    margin-bottom: 1.5rem;
  }
  .spacer-section-v2 .product-counter-stats .col .icon img,
  .spacer-v2 .product-counter-stats .col .icon img {
    height: 4rem;
  }
}
@media (max-width: 768px) {
  .spacer-section-v2 .product-counter-stats .col .icon,
  .spacer-v2 .product-counter-stats .col .icon {
    height: 3rem;
    margin-bottom: 1.5rem;
  }
  .spacer-section-v2 .product-counter-stats .col .icon img,
  .spacer-v2 .product-counter-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;
  padding-left: 0;
}
.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;
  }
}

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

.tabs {
  padding-top: 2rem;
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}
.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] {
  background-color: var(--button-bck-hover);
  color: var(--button-color-hover);
}

.offer-columns {
  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;
}
.offer-columns .offer-column {
  --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;
}
.offer-columns .oc-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;
}
.offer-columns .oc-label span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
}
.offer-columns .oc-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;
}
.offer-columns .oc-meta .title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  line-height: 1.1;
}
.offer-columns .oc-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;
}
.offer-columns .oc-meta .price-wrap .price del {
  text-decoration: line-through;
  color: #777;
}
.offer-columns .oc-meta .price-wrap .save {
  font-size: 13px;
  font-weight: bold;
  color: #0BBF59;
}
.offer-columns .oc-meta .text p {
  margin-bottom: 0;
  line-height: 1.45;
}
.offer-columns .oc-button {
  display: block;
}
.offer-columns .oc-button .button-wrap a,
.offer-columns .oc-button .button-wrap button {
  width: 100%;
}
.offer-columns .oc-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;
}
.offer-columns .oc-desc p {
  margin-bottom: 0;
  font-weight: bold;
}
.offer-columns .oc-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;
}
.offer-columns .oc-desc ul li {
  padding-left: 24px;
  background: url(images/check-green.svg) left 6px no-repeat;
  background-size: 10px 10px;
}

.pricing-two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}
.pricing-two-columns .pricing-single-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 3.5rem 2.5rem;
  border-radius: 0.625rem;
  border: 2px solid #000;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background: #fff;
}
.pricing-two-columns .pricing-single-col:nth-child(1) {
  border-radius: 0.625rem 0 0 0.625rem;
}
.pricing-two-columns .pricing-single-col:nth-child(2) {
  padding: 4.625rem 2.5rem;
}
.pricing-two-columns .pricing-single-col .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  background: #000;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #fff;
  width: 12.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -2px;
  border-radius: 0 0 0.375rem 0.375rem;
}
.pricing-two-columns .pricing-single-col .name {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0;
}
.pricing-two-columns .pricing-single-col .name {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .pricing-two-columns .pricing-single-col .name {
    font-size: calc(21px + 3 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .pricing-two-columns .pricing-single-col .name {
    font-size: 24px;
  }
}
.pricing-two-columns .pricing-single-col .price {
  font-weight: normal;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}
.pricing-two-columns .pricing-single-col .price {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .pricing-two-columns .pricing-single-col .price {
    font-size: calc(32px + 12 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .pricing-two-columns .pricing-single-col .price {
    font-size: 44px;
  }
}
.pricing-two-columns .pricing-single-col .old-price {
  font-weight: normal;
  text-decoration: line-through;
  opacity: 0.5;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}
.pricing-two-columns .pricing-single-col .old-price {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .pricing-two-columns .pricing-single-col .old-price {
    font-size: calc(21px + 5 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .pricing-two-columns .pricing-single-col .old-price {
    font-size: 26px;
  }
}
.pricing-two-columns .pricing-single-col .desc {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0;
}
.pricing-two-columns .pricing-single-col .desc {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .pricing-two-columns .pricing-single-col .desc {
    font-size: calc(16px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .pricing-two-columns .pricing-single-col .desc {
    font-size: 18px;
  }
}
.pricing-two-columns .pricing-single-col .desc ul {
  list-style: circle;
  padding-left: 0;
}
.pricing-two-columns .pricing-single-col .desc ul li {
  margin-bottom: 12px;
}
.pricing-two-columns .pricing-single-col .desc ul li:last-child {
  margin-bottom: 0;
}
.pricing-two-columns .pricing-single-col .button-claim {
  margin-bottom: 0;
  font-size: 13px;
  text-align: center;
}
@media (max-width: 1180px) {
  .pricing-two-columns .pricing-single-col {
    padding: 3rem 2rem;
    border-radius: 0.5rem;
  }
  .pricing-two-columns .pricing-single-col:nth-child(1) {
    border-radius: 0.5rem 0 0 0.5rem;
  }
  .pricing-two-columns .pricing-single-col:nth-child(2) {
    padding: 4rem 2rem;
  }
  .pricing-two-columns .pricing-single-col .label {
    height: 2.25rem;
    font-size: 0.75rem;
  }
  .pricing-two-columns .pricing-single-col .desc {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .pricing-two-columns .pricing-single-col:nth-child(1) {
    border-right: 2px solid transparent !important;
  }
}
@media (max-width: 768px) {
  .pricing-two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .pricing-two-columns .pricing-single-col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 3rem 1.5rem;
    border-radius: 0.5rem;
  }
  .pricing-two-columns .pricing-single-col:nth-child(1) {
    border-radius: 0.5rem;
  }
  .pricing-two-columns .pricing-single-col:nth-child(2) {
    padding: 3rem 1.5rem;
  }
  .pricing-two-columns .pricing-single-col .label {
    height: 2.25rem;
    font-size: 0.75rem;
  }
  .pricing-two-columns .pricing-single-col .desc {
    width: 100%;
  }
}

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

.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.displaynone {
  display: none;
}
.fixed-countdown-wrapper .container-flex {
  gap: 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.fixed-countdown-wrapper .countdown-close {
  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;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: -52px;
  z-index: 10;
  background: var(--countdown-color-bck);
  color: var(--countdown-color-text);
  border: none;
  padding: 0;
  margin: 0;
}
.fixed-countdown-wrapper .countdown-close svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.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;
  }
}

.editor-styles-wrapper .sticky-box-wrap {
  width: 100%;
  max-width: var(--sticky-content-width);
  margin-left: auto;
  margin-right: auto;
}

.admin-panel-height-info {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #999;
}

.animated-counter {
  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: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.animated-counter .icon {
  height: 5rem;
  margin-bottom: 2rem;
}
.animated-counter .icon img {
  height: 5rem;
  width: auto;
}
.animated-counter p {
  margin-bottom: 0.5rem;
  line-height: 1;
  font-size: clamp(1.06rem, 0.3vw + 0.92rem, 1.19rem);
}
.animated-counter p:last-child {
  margin-bottom: 0;
}
.animated-counter p strong {
  display: block;
  line-height: 1;
  font-size: clamp(1.69rem, 3.13vw + 0.19rem, 3rem);
}
@media (max-width: 1024px) {
  .animated-counter .icon {
    height: 4rem;
    margin-bottom: 1.5rem;
  }
  .animated-counter .icon img {
    height: 4rem;
  }
}
@media (max-width: 768px) {
  .animated-counter .icon {
    height: 3rem;
    margin-bottom: 1.5rem;
  }
  .animated-counter .icon img {
    height: 3rem;
  }
}

.wp-block-column .animated-counter {
  width: 100%;
  max-width: 100%;
}

.wp-block-acf-extras-progressbar:not(.is-style-progress-bar-xs):not(.is-style-progress-bar-m):not(.is-style-progress-bar-l):not(.is-style-progress-bar-xl) {
  --progress-bar-width: 600px;
  --progress-bar-height: 12px;
}

.is-style-progress-bar-xs {
  --progress-bar-width: 600px;
  --progress-bar-height: 12px;
}

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

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

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

.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, 800px);
  margin: 0 auto;
}
.progress-bar .progress-bar-bg {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: var(--progress-bar-height, 20px);
}
.progress-bar .progress-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: currentColor;
}
.progress-bar.round .progress-bar-bg {
  border-radius: calc(var(--progress-bar-height) / 2);
}
.progress-bar.round .progress-bar-fill {
  border-radius: 0 calc(var(--progress-bar-height) / 2) calc(var(--progress-bar-height) / 2) 0;
}

ul.social-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-wrap: wrap;
  padding-left: 0;
  width: 100%;
  gap: 20px 0;
}
ul.social-counter 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;
}
ul.social-counter 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 currentColor;
  border-radius: 50%;
  margin-bottom: 1rem;
}
ul.social-counter a svg {
  width: 28px;
  fill: currentColor;
}
ul.social-counter a:hover {
  border-color: currentColor;
}
ul.social-counter a:hover svg {
  fill: currentColor;
}
ul.social-counter p {
  display: block;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.5rem;
}
ul.social-counter p.number {
  font-size: clamp(1.31rem, 1.64vw + 0.53rem, 2rem);
}
ul.social-counter p.title {
  font-size: clamp(1.06rem, 0.3vw + 0.92rem, 1.19rem);
}
ul.social-counter p.claim {
  font-size: clamp(0.81rem, 0.3vw + 0.67rem, 0.94rem);
}
@media (max-width: 1366px) {
  ul.social-counter a {
    width: 4.5rem;
    height: 4.5rem;
  }
  ul.social-counter a svg {
    width: 1.75rem;
  }
}
@media (max-width: 1280px) {
  ul.social-counter a {
    width: 4rem;
    height: 4rem;
  }
  ul.social-counter a svg {
    width: 1.5rem;
  }
}
@media (max-width: 1024px) {
  ul.social-counter {
    gap: 2rem 1.5rem;
  }
  ul.social-counter li {
    width: 6.25rem;
  }
  ul.social-counter a {
    width: 3rem;
    height: 3rem;
  }
  ul.social-counter a svg {
    width: 1.25rem;
  }
}

.is-style-social-links-v1 .social-links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding-left: 0;
  color: inherit;
}
.is-style-social-links-v1 .social-links-list a svg {
  display: none;
}

.wp-block-acf-extras-social-links:not(.is-style-social-links-v1):not(.is-style-social-links-v2) .social-links-list,
.is-style-social-links-v2 .social-links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding-left: 0;
  color: inherit;
}
.wp-block-acf-extras-social-links:not(.is-style-social-links-v1):not(.is-style-social-links-v2) .social-links-list a,
.is-style-social-links-v2 .social-links-list 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%;
}
.wp-block-acf-extras-social-links:not(.is-style-social-links-v1):not(.is-style-social-links-v2) .social-links-list a span,
.is-style-social-links-v2 .social-links-list a span {
  display: none;
}
.wp-block-acf-extras-social-links:not(.is-style-social-links-v1):not(.is-style-social-links-v2) .social-links-list a svg,
.is-style-social-links-v2 .social-links-list a svg {
  width: 20px;
  fill: currentColor;
}
.top-fixed-wrapper .is-style-social-links-v2 .social-links-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-fixed-wrapper .is-style-social-links-v2 .social-links-list a {
  color: inherit;
  width: 36px;
  height: 36px;
  border: 2px solid currentColor;
  border-radius: 50%;
}
.top-fixed-wrapper .is-style-social-links-v2 .social-links-list a span {
  display: none;
}
.top-fixed-wrapper .is-style-social-links-v2 .social-links-list a svg {
  width: 18px;
  fill: currentColor;
}
/* 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;
  padding-left: 0;
}

.accordion__item {
  border: 1px solid #e1e1e1;
  background: #fff;
  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;
  color: inherit;
  gap: 0 20px;
}
.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;
  }
}

.light-scheme .accordion__header {
  color: var(--light-scheme-font-color);
}

.dark-scheme .accordion__header {
  color: var(--dark-scheme-font-color);
}

.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            =
================================================*/
.buttons-wrap {
  gap: 16px 24px;
}

.button-wrap,
.buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.button-wrap.center,
.buttons-wrap.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-wrap.margin,
.buttons-wrap.margin {
  margin-top: 2rem;
}
.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: 400;
  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);
  background-color: var(--button-bck);
  color: var(--button-color);
  gap: 0 16px;
}
.button-wrap a em,
.button-wrap button em,
.buttons-wrap a em,
.buttons-wrap button em {
  font-style: normal;
}
.button-wrap a svg,
.button-wrap button svg,
.buttons-wrap a svg,
.buttons-wrap button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.button-wrap a:hover,
.button-wrap button:hover,
.buttons-wrap a:hover,
.buttons-wrap button:hover {
  background-color: var(--button-bck-hover);
  color: var(--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,
.button-wrap.bigger button,
.buttons-wrap.bigger a,
.buttons-wrap.bigger button {
  min-height: 64.96px;
  font-size: 17.4px;
  padding: 12px 32px;
}
@media (max-width: 768px) {
  .button-wrap.bigger a,
  .button-wrap.bigger button,
  .buttons-wrap.bigger a,
  .buttons-wrap.bigger button {
    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;
  }
}

:root :where(.wp-element-button, .wp-block-button__link),
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
  padding: 12px 24px;
  background-color: var(--button-bck);
  color: var(--button-color);
  border: 0 solid transparent;
  /* Interactive */
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
  min-height: 56px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  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);
}
:root :where(.wp-element-button, .wp-block-button__link) svg,
.btn svg {
  height: 1.5cap;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  fill: currentColor;
}
:root :where(.wp-element-button, .wp-block-button__link) path,
.btn path {
  fill: currentColor;
}
:root :where(.wp-element-button, .wp-block-button__link):hover,
.btn:hover {
  background-color: var(--button-bck-hover);
  color: var(--button-color-hover);
}
:root :where(.wp-element-button, .wp-block-button__link):active,
.btn:active {
  -webkit-transform: scale(99%);
          transform: scale(99%);
}

:root :where(.wp-block-button.is-style-outline .wp-block-button__link) {
  border-color: var(--button-bck);
  color: var(--button-bck);
}
:root :where(.wp-block-button.is-style-outline .wp-block-button__link):hover {
  background-color: var(--button-bck-hover);
  color: var(--button-color-hover);
  border-color: var(--button-bck-hover);
}

/* 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);
  clip-path: inset(50%);
}

.is-style-countdown-dark .countdown__item {
  background: #000000;
  color: #ffffff;
}

.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);
  clip-path: inset(50%);
}

#cc-main {
  background: transparent;
  color: var(--cc-primary-color);
  font-family: var(--cc-font-family);
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  z-index: var(--cc-z-index);
}

#cc-main :after,
#cc-main :before,
#cc-main a,
#cc-main button,
#cc-main div,
#cc-main h2,
#cc-main input,
#cc-main p,
#cc-main span {
  all: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#cc-main .pm__badge,
#cc-main button {
  all: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: unset;
  visibility: unset;
}

#cc-main .pm__badge,
#cc-main a,
#cc-main button,
#cc-main input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  outline: revert;
  outline-offset: 2px;
  overflow: hidden;
}

#cc-main table,
#cc-main tbody,
#cc-main td,
#cc-main th,
#cc-main thead,
#cc-main tr {
  all: revert;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

:root {
  --cc-font-family: $base-font-family, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --cc-modal-border-radius: .2rem;
  --cc-btn-border-radius: .125rem;
  --cc-modal-transition-duration: .25s;
  --cc-link-color: var(--cc-btn-primary-bg);
  --cc-modal-margin: 1rem;
  --cc-z-index: 2147483647;
  --cc-bg: #fff;
  --cc-primary-color: #000;
  --cc-secondary-color: #333;
  --cc-btn-primary-bg: #0BBF59;
  --cc-btn-primary-color: #fff;
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #1F8C4E;
  --cc-btn-primary-hover-color: #fff;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #d4dae0;
  --cc-btn-secondary-hover-color: #000;
  --cc-btn-secondary-hover-border-color: #d4dae0;
  --cc-separator-border-color: #f0f4f7;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #667481;
  --cc-toggle-on-knob-bg: #fff;
  --cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);
  --cc-toggle-enabled-icon-color: var(--cc-bg);
  --cc-toggle-disabled-icon-color: var(--cc-bg);
  --cc-toggle-readonly-bg: #d5dee2;
  --cc-toggle-readonly-knob-bg: #fff;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: var(--cc-cookie-category-block-bg);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-border: #f0f4f7;
  --cc-cookie-category-block-hover-bg: #e9eff4;
  --cc-cookie-category-block-hover-border: #e9eff4;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: #dee4e9;
  --cc-overlay-bg: rgba(0, 0, 0, .65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: var(--cc-btn-secondary-bg);
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #e4eaed;
  --cc-pm-toggle-border-radius: 4em ;
}

#cc-main.cc--rtl {
  direction: rtl;
}

#cc-main .cm__title,
#cc-main a,
#cc-main b,
#cc-main em,
#cc-main strong {
  font-weight: 600;
}

#cc-main button > span {
  pointer-events: none;
}

#cc-main .cc__link,
#cc-main a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  font-weight: 600;
  position: relative;
  -webkit-transition: background-size 0.25s, color 0.25s ease;
  transition: background-size 0.25s, color 0.25s ease;
}

#cc-main .cc__link:hover,
#cc-main a:hover {
  background-size: 100% 1px;
  color: var(--cc-primary-color);
}

#cc-main .cc__link {
  color: var(--cc-link-color);
}

#cc-main .cm__desc,
#cc-main .pm__body {
  -ms-scroll-chaining: auto contain;
      overscroll-behavior: auto contain;
  scrollbar-width: thin;
}

@media screen and (min-width: 640px) {
  #cc-main ::-webkit-scrollbar,
  #cc-main ::-webkit-scrollbar-thumb,
  #cc-main ::-webkit-scrollbar-track {
    all: revert;
  }
  #cc-main ::-webkit-scrollbar-thumb {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: var(--cc-toggle-readonly-bg);
    border: 0.25rem solid var(--cc-bg);
    border-radius: 1rem;
  }
  #cc-main ::-webkit-scrollbar-thumb:hover {
    background: var(--cc-toggle-off-bg);
  }
  #cc-main ::-webkit-scrollbar {
    background: transparent;
    width: 12px;
  }
}
html.disable--interaction.show--consent,
html.disable--interaction.show--consent body {
  height: auto !important;
  overflow: hidden !important;
}

@media (prefers-reduced-motion) {
  #cc-main {
    --cc-modal-transition-duration: 0s ;
  }
}
.cc--darkmode {
  --cc-bg: #161a1c;
  --cc-primary-color: #ebf3f6;
  --cc-secondary-color: #aebbc5;
  --cc-btn-primary-bg: #c2d0e0;
  --cc-btn-primary-color: var(--cc-bg);
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #98a7b6;
  --cc-btn-primary-hover-color: #000;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #242c31;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #353d43;
  --cc-btn-secondary-hover-color: #fff;
  --cc-btn-secondary-hover-border-color: var(--cc-btn-secondary-hover-bg);
  --cc-separator-border-color: #222a30;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #525f6b;
  --cc-toggle-on-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-off-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-enabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-disabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-readonly-bg: #343e45;
  --cc-toggle-readonly-knob-bg: #5f6b72;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: #1e2428;
  --cc-cookie-category-block-bg: #1e2428;
  --cc-cookie-category-block-border: var(--cc-section-category-border);
  --cc-cookie-category-block-hover-bg: #242c31;
  --cc-cookie-category-block-hover-border: #232a2f;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: var(--cc-toggle-readonly-bg);
  --cc-overlay-bg: rgba(0, 0, 0, .65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: #0c0e0f;
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #060809 ;
}

.cc--darkmode #cc-main {
  color-scheme: dark;
}

#cc-main .cm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  -webkit-box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
          box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 24em;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  -webkit-transform: translateY(1.6em);
          transform: translateY(1.6em);
  visibility: hidden;
  z-index: 1;
}

#cc-main .cm--top {
  top: var(--cc-modal-margin);
}

#cc-main .cm--middle {
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 1.6em));
          transform: translateY(calc(-50% + 1.6em));
}

#cc-main .cm--bottom {
  bottom: var(--cc-modal-margin);
}

#cc-main .cm--center {
  left: var(--cc-modal-margin);
  margin: 0 auto;
  right: var(--cc-modal-margin);
  width: unset;
}

#cc-main .cm--left {
  left: var(--cc-modal-margin);
  margin-right: var(--cc-modal-margin);
}

#cc-main .cm--right {
  margin-left: var(--cc-modal-margin);
  right: var(--cc-modal-margin);
}

#cc-main .cm__body {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

#cc-main .cm__btns,
#cc-main .cm__links {
  padding: 1em 1.3em;
  width: unset;
}

#cc-main .cm__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0 0;
}

#cc-main .cm__desc,
#cc-main .cm__title {
  padding: 0 1.3em;
}

#cc-main .cm__title {
  font-size: 1.05em;
}

#cc-main .cm__title + .cm__desc {
  margin-top: 1.1em;
}

#cc-main .cm__desc {
  color: var(--cc-secondary-color);
  font-size: 0.9em;
  line-height: 1.5;
  max-height: 40vh;
  overflow-x: visible;
  overflow-y: auto;
  padding-bottom: 1em;
}

#cc-main .cm__btns {
  border-top: 1px solid var(--cc-separator-border-color);
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#cc-main .cm__btn-group {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
}

#cc-main .cm__btn + .cm__btn,
#cc-main .cm__btn-group + .cm__btn-group {
  margin-top: 0.375rem;
}

#cc-main .cm--flip .cm__btn + .cm__btn,
#cc-main .cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--inline.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-right: 0;
}

#cc-main .cm--wide .cm__btn + .cm__btn,
#cc-main .cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--wide.cm--flip .cm__btn + .cm__btn,
#cc-main .cm--wide.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven,
#cc-main .cm--wide .cm__btn-group--uneven {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven,
#cc-main .cm--wide.cm--flip .cm__btn-group--uneven {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .cm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  padding: 0.5em 1em;
  text-align: center;
}

#cc-main .cm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close {
  border-radius: 0;
  border-bottom-left-radius: var(--cc-btn-border-radius);
  border-right: none;
  border-top: none;
  display: none;
  font-size: 1em;
  height: 42px;
  min-width: auto !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}

#cc-main .cm__btn--close svg {
  stroke: var(--cc-btn-primary-color);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: stroke 0.15s ease;
  transition: stroke 0.15s ease;
}

#cc-main .cm__btn--close:hover svg {
  stroke: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--close.cm__btn--secondary svg {
  stroke: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--close.cm__btn--secondary:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close + .cm__texts .cm__title {
  padding-right: 2em;
}

#cc-main .cm--inline .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm__footer {
  background: var(--cc-footer-bg);
  border-top: 1px solid var(--cc-footer-border-color);
  color: var(--cc-footer-color);
  padding: 0.4em 0 0.5em;
}

#cc-main .cm__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 0;
  padding-top: 0;
}

#cc-main .cm__link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.8em;
  width: 100%;
}

#cc-main .cm__link-group > * + * {
  margin-left: 1.3em;
}

#cc-main .cm--flip .cm__btn:last-child {
  -ms-grid-row: 1;
  grid-row: 1;
}

#cc-main .cm--inline.cm--flip .cm__btn:last-child {
  -ms-grid-column: 1;
  grid-column: 1;
}

#cc-main .cm--box .cm__btn--close {
  display: block;
}

#cc-main .cm--box.cm--flip .cm__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#cc-main .cm--box.cm--wide {
  max-width: 36em;
}

#cc-main .cm--box.cm--wide .cm__btns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .cm--box.cm--wide .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--box.cm--wide .cm__btn {
  min-width: 120px;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
  -ms-grid-column: 1;
  grid-column: 1;
}

#cc-main .cm--cloud {
  max-width: 54em;
  width: unset;
}

#cc-main .cm--cloud .cm__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#cc-main .cm--cloud .cm__texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#cc-main .cm--cloud .cm__desc {
  max-height: 9.4em;
}

#cc-main .cm--cloud .cm__btns {
  border-left: 1px solid var(--cc-separator-border-color);
  border-top: none;
  max-width: 23em;
}

#cc-main .cm--cloud .cm__btn-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cc-main .cm--cloud .cm__btn {
  min-width: 19em;
}

#cc-main .cm--cloud.cm--flip .cm__btn-group,
#cc-main .cm--cloud.cm--flip .cm__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#cc-main .cm--cloud.cm--inline .cm__btn-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#cc-main .cm--cloud.cm--inline .cm__btn {
  min-width: 10em;
}

#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .cm--bar {
  border-radius: 0;
  left: 0;
  margin: 0;
  max-width: unset;
  opacity: 1;
  right: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 100vw;
  --cc-modal-transition-duration: .35s ;
}

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

#cc-main .cm--bar.cm--bottom {
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

#cc-main .cm--bar .cm__body,
#cc-main .cm--bar .cm__links {
  margin: 0 auto;
  max-width: 55em;
  width: 100%;
}

#cc-main .cm--bar .cm__body {
  padding: 0.5em 0 0.9em;
}

#cc-main .cm--bar .cm__btns {
  border-top: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .cm--bar .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--bar .cm__btn {
  min-width: 120px;
  padding-left: 2em;
  padding-right: 2em;
}

#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar.cm--flip .cm__btns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .cm--bar.cm--flip .cm__btn:last-child {
  -ms-grid-column: 1;
  grid-column: 1;
}

#cc-main .cm--bar.cm--inline .cm__body,
#cc-main .cm--bar.cm--inline .cm__links {
  max-width: 74em;
}

#cc-main .cm--bar.cm--inline .cm__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
}

#cc-main .cm--bar.cm--inline .cm__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 23em;
}

#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#cc-main .cc--anim .cm,
#cc-main .cc--anim.cm-wrapper:before {
  -webkit-transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
}

#cc-main .cc--anim .cm__btn,
#cc-main .cc--anim .cm__close {
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.disable--interaction #cc-main .cm-wrapper:before {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 0;
}

.show--consent #cc-main .cc--anim .cm {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible !important;
}

.show--consent #cc-main .cc--anim .cm--middle {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.show--consent #cc-main .cc--anim .cm--bar {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.show--consent #cc-main .cc--anim.cm-wrapper:before {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .cm__btn--close {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: var(--cc-btn-border-radius);
  left: 0;
  right: unset;
}

#cc-main.cc--rtl .cm__btn--close + .cm__texts .cm__title {
  padding-left: 2em;
  padding-right: unset;
}

#cc-main.cc--rtl .cm--inline .cm__btn + .cm__btn {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group + .cm__btn-group,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm__link-group > * + * {
  margin-left: 0;
  margin-right: 1.3em;
}

@media screen and (max-width: 640px) {
  #cc-main {
    --cc-modal-margin: .5em ;
  }
  #cc-main .cm {
    max-width: none !important;
    width: auto !important;
  }
  #cc-main .cm__body {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding: 0 !important;
  }
  #cc-main .cm__btns,
  #cc-main .cm__desc,
  #cc-main .cm__links,
  #cc-main .cm__title {
    padding-left: 1.1em !important;
    padding-right: 1.1em !important;
  }
  #cc-main .cm__btns {
    border-left: none !important;
    border-top: 1px solid var(--cc-separator-border-color) !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    max-width: none !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn + .cm__btn,
  #cc-main .cm__btn-group + .cm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .cm--flip .cm__btn + .cm__btn,
  #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .cm__btn-group {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }
  #cc-main .cm__link-group {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  #cc-main .cm--flip .cm__btn-group,
  #cc-main .cm--flip .cm__btns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
#cc-main .pm-wrapper {
  position: relative;
  z-index: 2;
}

#cc-main .pm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  -webkit-box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
          box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  width: 100%;
  width: unset;
  z-index: 1;
}

#cc-main svg {
  fill: none;
  width: 100%;
}

#cc-main .pm__body,
#cc-main .pm__footer,
#cc-main .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--cc-separator-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .pm__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  margin-right: 2em;
}

#cc-main .pm__close-btn {
  background: var(--cc-btn-secondary-bg);
  border: 1px solid var(--cc-btn-secondary-border-color);
  border-radius: var(--cc-btn-border-radius);
  height: 40px;
  position: relative;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  width: 40px;
}

#cc-main .pm__close-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

#cc-main .pm__close-btn svg {
  stroke: var(--cc-btn-secondary-color);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: stroke 0.15s ease;
  transition: stroke 0.15s ease;
}

#cc-main .pm__close-btn:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
}

#cc-main .pm__close-btn:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  overflow-y: overlay;
}

#cc-main .pm__section,
#cc-main .pm__section--toggle {
  border-radius: var(--cc-btn-border-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.5em;
}

#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border: 1px solid var(--cc-cookie-category-block-border);
  border-radius: var(--cc-btn-border-radius);
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  margin-top: 0 !important;
  overflow: hidden;
}

#cc-main .pm__section {
  border: 1px solid var(--cc-separator-border-color);
  padding: 1em;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

#cc-main .pm__section:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  -webkit-transition: none;
  transition: none;
}

#cc-main .pm__section:not(:first-child):hover {
  background: var(--cc-cookie-category-block-bg);
  border-color: var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-toggles + .pm__section {
  margin-top: 2em;
}

#cc-main .pm__section--toggle {
  background: var(--cc-cookie-category-block-bg);
  border-top: none;
  margin-bottom: 0.375rem;
}

#cc-main .pm__section--toggle .pm__section-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--cc-cookie-category-block-bg);
  border: 1px solid var(--cc-cookie-category-block-border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 58px;
  padding: 1.1em 5.4em 1.1em 1.2em;
  position: relative;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  width: 100%;
}

#cc-main .pm__section--toggle .pm__section-title:hover {
  background: var(--cc-cookie-category-block-hover-bg);
  border-color: var(--cc-cookie-category-block-hover-border);
}

#cc-main .pm__section--toggle .pm__section-desc {
  margin-top: 0;
  padding: 1em;
}

#cc-main .pm__section--toggle.is-expanded {
  --cc-cookie-category-block-bg: var(--cc-cookie-category-expanded-block-bg);
  --cc-cookie-category-block-border: var(--cc-cookie-category-expanded-block-hover-bg) ;
}

#cc-main .pm__section--toggle.is-expanded .pm__section-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
  -webkit-transform: scale(0.5) rotate(180deg);
          transform: scale(0.5) rotate(180deg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cc-main .pm__section--expandable .pm__section-title {
  cursor: pointer;
  padding-left: 3.4em;
}

#cc-main .pm__section--expandable .pm__section-arrow {
  background: var(--cc-toggle-readonly-bg);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 18px;
  pointer-events: none;
  position: absolute;
  width: 20px;
}

#cc-main .pm__section--expandable .pm__section-arrow svg {
  stroke: var(--cc-btn-secondary-color);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

#cc-main .pm__section-title-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: 0.85em;
}

#cc-main .pm__section-title {
  border-radius: var(--cc-btn-border-radius);
  font-size: 0.95em;
  font-weight: 600;
}

#cc-main .pm__badge {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--cc-btn-secondary-bg);
  border-radius: 5em;
  color: var(--cc-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 0.8em;
  font-weight: 600;
  height: 23px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1em;
  min-width: 23px;
  overflow: hidden;
  padding: 0 0.6em 1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: auto;
}

#cc-main .pm__service-counter {
  background: var(--cc-btn-primary-bg);
  color: var(--cc-btn-primary-color);
  padding: 0;
  width: 23px;
}

#cc-main .pm__service-counter[data-counterlabel] {
  padding: 0 0.6em 1px;
  width: auto;
}

#cc-main .section__toggle,
#cc-main .section__toggle-wrapper,
#cc-main .toggle__icon,
#cc-main .toggle__label {
  border-radius: var(--cc-pm-toggle-border-radius);
  height: 23px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 50px;
}

#cc-main .section__toggle-wrapper {
  cursor: pointer;
  position: absolute;
  right: 18px;
  z-index: 1;
}

#cc-main .toggle-service {
  height: 19px;
  position: relative;
  right: 0;
  width: 42px;
}

#cc-main .toggle-service .section__toggle,
#cc-main .toggle-service .toggle__icon,
#cc-main .toggle-service .toggle__label {
  height: 19px;
  width: 42px;
}

#cc-main .toggle-service .toggle__icon {
  position: relative;
}

#cc-main .toggle-service .toggle__icon-circle {
  height: 19px;
  width: 19px;
}

#cc-main .toggle-service .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  -webkit-transform: translateX(23px);
          transform: translateX(23px);
}

#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
  display: none !important;
}

#cc-main .section__toggle {
  border: 0;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

#cc-main .section__toggle:disabled {
  cursor: not-allowed;
}

#cc-main .toggle__icon {
  background: var(--cc-toggle-off-bg);
  -webkit-box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
          box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  pointer-events: none;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cc-main .toggle__icon-circle {
  background: var(--cc-toggle-off-knob-bg);
  border: none;
  border-radius: var(--cc-pm-toggle-border-radius);
  -webkit-box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
          box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
  display: block;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, background-color 0.25s ease;
  transition: transform 0.25s ease, background-color 0.25s ease, -webkit-transform 0.25s ease;
  width: 23px;
}

#cc-main .toggle__icon-off,
#cc-main .toggle__icon-on {
  height: 100%;
  position: absolute;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  width: 100%;
}

#cc-main .toggle__icon-on {
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#cc-main .toggle__icon-on svg {
  stroke: var(--cc-toggle-on-bg);
  -webkit-transform: scale(0.55) rotate(-45deg);
          transform: scale(0.55) rotate(-45deg);
}

#cc-main .toggle__icon-off {
  opacity: 1;
}

#cc-main .toggle__icon-off svg {
  stroke: var(--cc-toggle-off-bg);
  -webkit-transform: scale(0.55);
          transform: scale(0.55);
}

#cc-main .section__toggle:checked ~ .toggle__icon {
  background: var(--cc-toggle-on-bg);
  -webkit-box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
          box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  background-color: var(--cc-toggle-on-knob-bg);
  -webkit-transform: translateX(27px);
          transform: translateX(27px);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-on {
  opacity: 1;
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-off {
  opacity: 0;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
  background: var(--cc-toggle-readonly-bg);
  -webkit-box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
          box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-circle {
  background: var(--cc-toggle-readonly-knob-bg);
  -webkit-box-shadow: none;
          box-shadow: none;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon svg {
  stroke: var(--cc-toggle-readonly-knob-icon-color);
}

#cc-main .toggle__label {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

#cc-main .pm__section-desc-wrapper {
  color: var(--cc-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.9em;
}

#cc-main .pm__section-desc-wrapper > :not(:last-child) {
  border-bottom: 1px solid var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cc-main .pm__service {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.4em 1.2em;
  position: relative;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}

#cc-main .pm__service:hover {
  background-color: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__service-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1em;
  width: 100%;
}

#cc-main .pm__service-icon {
  border: 2px solid;
  border-radius: 100%;
  height: 8px;
  margin-left: 6px;
  margin-right: 20px;
  margin-top: 1px;
  min-width: 8px;
}

#cc-main .pm__service-title {
  font-size: 0.95em;
  width: 100%;
  word-break: break-word;
}

#cc-main .pm__section-desc {
  line-height: 1.5em;
}

#cc-main .pm__section-table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}

#cc-main .pm__table-caption {
  text-align: left;
}

#cc-main .pm__table-caption,
#cc-main .pm__table-head > tr {
  border-bottom: 1px dashed var(--cc-separator-border-color);
  color: var(--cc-primary-color);
  font-weight: 600;
}

#cc-main .pm__table-tr {
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}

#cc-main .pm__table-tr:hover {
  background: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__table-caption,
#cc-main .pm__table-td,
#cc-main .pm__table-th {
  padding: 0.625em 0.625em 0.625em 1.2em;
  vertical-align: top;
}

#cc-main .pm__footer {
  border-top: 1px solid var(--cc-separator-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .pm__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cc-main .pm__btn + .pm__btn,
#cc-main .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
}

#cc-main .pm--flip .pm__btn + .pm__btn,
#cc-main .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .pm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  min-width: 110px;
  padding: 0.5em 1.5em;
  text-align: center;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

#cc-main .pm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .pm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .pm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm--box {
  height: calc(100% - 2em);
  left: var(--cc-modal-margin);
  margin: 0 auto;
  max-height: 37.5em;
  max-width: 43em;
  right: var(--cc-modal-margin);
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 1.6em));
          transform: translateY(calc(-50% + 1.6em));
}

#cc-main .pm--box.pm--flip .pm__btn-group,
#cc-main .pm--box.pm--flip .pm__footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .pm--bar {
  border-radius: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: 29em;
  opacity: 1;
  top: 0;
  width: 100%;
  --cc-modal-transition-duration: .35s ;
}

#cc-main .pm--bar .pm__section-table,
#cc-main .pm--bar .pm__table-body,
#cc-main .pm--bar .pm__table-td,
#cc-main .pm--bar .pm__table-th,
#cc-main .pm--bar .pm__table-tr {
  display: block;
}

#cc-main .pm--bar .pm__table-head {
  display: none;
}

#cc-main .pm--bar .pm__table-caption {
  display: block;
}

#cc-main .pm--bar .pm__table-tr:not(:last-child) {
  border-bottom: 1px solid var(--cc-separator-border-color);
}

#cc-main .pm--bar .pm__table-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .pm--bar .pm__table-td:before {
  color: var(--cc-primary-color);
  content: attr(data-column);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  min-width: 100px;
  overflow: hidden;
  padding-right: 2em;
  text-overflow: ellipsis;
}

#cc-main .pm--bar .pm__table-td > div {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

#cc-main .pm--bar:not(.pm--wide) .pm__body,
#cc-main .pm--bar:not(.pm--wide) .pm__footer,
#cc-main .pm--bar:not(.pm--wide) .pm__header {
  padding: 1em 1.3em;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide) .pm__footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin: 0.375rem 0 0;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group + .pm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .pm--bar:not(.pm--wide) .pm__badge {
  display: none;
}

#cc-main .pm--bar.pm--left {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

#cc-main .pm--bar.pm--right {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

#cc-main .pm--bar.pm--wide {
  max-width: 35em;
}

#cc-main .pm--bar.pm--wide .pm__body,
#cc-main .pm--bar.pm--wide .pm__footer,
#cc-main .pm--bar.pm--wide .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group,
#cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .pm-overlay {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
}

#cc-main .cc--anim .pm,
#cc-main .cc--anim .pm-overlay {
  -webkit-transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
}

.show--preferences #cc-main .cc--anim .pm {
  opacity: 1;
  visibility: visible !important;
}

.show--preferences #cc-main .cc--anim .pm--box {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.show--preferences #cc-main .cc--anim .pm--bar {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.show--preferences #cc-main .cc--anim .pm-overlay {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .pm__service-header {
  margin-left: 1em;
  margin-right: 0;
}

#cc-main.cc--rtl .pm__section-arrow {
  left: unset;
  right: 18px;
}

#cc-main.cc--rtl .section__toggle-wrapper {
  left: 18px;
  right: unset;
  -webkit-transform-origin: left;
          transform-origin: left;
}

#cc-main.cc--rtl .toggle-service {
  left: 0;
}

#cc-main.cc--rtl .pm__service-icon {
  margin-left: 20px;
  margin-right: 5px;
}

#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
  padding-left: 5.4em;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
  padding-right: 3.4em;
}

#cc-main.cc--rtl .pm__badge {
  margin-left: unset;
  margin-right: 1em;
}

#cc-main.cc--rtl .toggle__icon-circle {
  -webkit-transform: translateX(27px);
          transform: translateX(27px);
}

#cc-main.cc--rtl .toggle-service .toggle__icon-circle {
  -webkit-transform: translateX(23px);
          transform: translateX(23px);
}

#cc-main.cc--rtl .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#cc-main.cc--rtl .pm__table-td,
#cc-main.cc--rtl .pm__table-th {
  padding-left: unset;
  padding-right: 1.2em;
  text-align: right;
}

#cc-main.cc--rtl .pm__table-td {
  padding-left: unset;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__table-td:before {
  padding-left: 2em;
  padding-right: unset;
}

#cc-main.cc--rtl .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .pm--flip .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  #cc-main .pm {
    border-radius: 0;
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 100%;
    max-width: none !important;
    right: 0;
    top: 0;
    -webkit-transform: translateY(1.6em);
            transform: translateY(1.6em);
  }
  #cc-main .pm__body,
  #cc-main .pm__footer,
  #cc-main .pm__header {
    padding: 0.9em !important;
  }
  #cc-main .pm__badge {
    display: none;
  }
  #cc-main .pm__section-table,
  #cc-main .pm__table-body,
  #cc-main .pm__table-caption,
  #cc-main .pm__table-td,
  #cc-main .pm__table-th,
  #cc-main .pm__table-tr {
    display: block;
  }
  #cc-main .pm__table-head {
    display: none;
  }
  #cc-main .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color);
  }
  #cc-main .pm__table-td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #cc-main .pm__table-td:before {
    color: var(--cc-primary-color);
    content: attr(data-column);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 600;
    min-width: 100px;
    overflow: hidden;
    padding-right: 2em;
    text-overflow: ellipsis;
  }
  #cc-main .pm__table-td > div {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  #cc-main .pm__btn-group,
  #cc-main .pm__footer {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #cc-main .pm__btn-group {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #cc-main .pm__btn + .pm__btn,
  #cc-main .pm__btn-group + .pm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .pm--flip .pm__btn + .pm__btn,
  #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .pm--flip .pm__btn-group,
  #cc-main .pm--flip .pm__footer {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .show--preferences #cc-main .cc--anim .pm {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}
/* --------------------------------

File#: _1_dialog
Title: Dialog
Descr: Overlay informing user about tasks/decisions
Usage: codyhouse.co/license

-------------------------------- */
.dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.dialog__content {
  width: 90%;
  max-width: 500px;
  overflow: auto;
  padding: 24px;
  background-color: #fff;
  -webkit-box-shadow: var(--shadow-lg);
          box-shadow: var(--shadow-lg);
  border-radius: 6px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dialog__content .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  margin-bottom: 12px;
}
.dialog__content .icon svg {
  height: 24px;
  fill: #0BBF59;
}
.dialog__content .title {
  margin-bottom: 40px;
}
.dialog__content .title p {
  font-size: 21px;
  font-weight: bold;
  color: #0BBF59;
  margin-bottom: 0;
}
.dialog__content .desc {
  margin-bottom: 24px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 24px;
}
.dialog__content .desc p {
  font-size: 17px;
}
.dialog__content .desc p:last-child {
  margin-bottom: 0;
}
.dialog__content .buttons {
  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;
}
.dialog__content .buttons button,
.dialog__content .buttons a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  min-height: 56px;
  padding: 8px 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;
}
.dialog__content .buttons button svg,
.dialog__content .buttons a svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.dialog__content .buttons button {
  background: none;
  font-weight: normal;
  padding: 8px 0;
  color: #000;
}
.dialog__content .buttons button svg {
  width: 12px;
  height: 12px;
}
.dialog__content .buttons button:hover {
  text-decoration: underline;
}
.dialog__content .buttons a {
  border-radius: 3px;
  color: #fff;
  background: #0BBF59;
}
.dialog__content .buttons a:hover {
  background: #000;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 650px) {
  .dialog__content .buttons {
    -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;
  }
  .dialog__content .buttons .checkout-link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .dialog__content .buttons .back {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.dialog--is-visible {
  opacity: 1;
  visibility: visible;
}

.dialog--sticky {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dialog--sticky .dialog__content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dialog[data-animation=on] {
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
  -webkit-perspective: 800px;
          perspective: 800px;
}
.dialog[data-animation=on] .dialog__content {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s var(--ease-out);
  transition: -webkit-transform 0.3s var(--ease-out);
  transition: transform 0.3s var(--ease-out);
  transition: transform 0.3s var(--ease-out), -webkit-transform 0.3s var(--ease-out);
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.dialog[data-animation=on].dialog--is-visible {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.dialog[data-animation=on].dialog--is-visible .dialog__content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.dialog[data-animation=on].dialog--sticky .dialog__content {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.dialog[data-animation=on].dialog--sticky.dialog--is-visible {
  -webkit-transition: none;
  transition: none;
}
.dialog[data-animation=on].dialog--sticky.dialog--is-visible .dialog__content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* --------------------------------

File#: _1_drawer
Title: Drawer
Descr: A slide-in panel used to display critical content
Usage: codyhouse.co/license

-------------------------------- */
/* component */
:root {
  --drawer-width: 300px;
}

.drawer {
  position: fixed;
  z-index: 1900;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  top: 0;
  right: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s;
  transition: visibility 0s 0.3s;
}

.drawer:focus {
  outline: none;
}

.drawer--is-visible {
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}

.drawer--open-left {
  right: auto;
  left: 0;
}

.drawer__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: 100%;
  height: 100%;
  max-width: 360px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.drawer--open-left .drawer__content {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.drawer--is-visible .drawer__content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.drawer__body {
  height: 100%;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.drawer-cart-title {
  padding: 16px 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  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;
  border-bottom: 1px solid #e1e1e1;
}
.drawer-cart-title p {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 0;
}

.drawer-cart-body {
  padding: 20px;
}

.drawer-cart-summary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 20px;
  border-top: 1px solid #e1e1e1;
}
.drawer-cart-summary p {
  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;
  font-size: 19px;
  line-height: 1.2;
}

.drawer-cart-buttons {
  padding: 20px;
  padding-top: 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: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.drawer-cart-buttons a {
  width: 100%;
}

.drawer-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.drawer-cart .drawer-cart-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64px 16px 1fr;
  grid-template-columns: 64px 1fr;
  gap: 0 16px;
}
.drawer-cart .drawer-cart-item:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
}
.drawer-cart .drawer-cart-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.drawer-cart .drawer-cart-item .title p {
  margin-bottom: 0;
}
.drawer-cart .drawer-cart-item .title p.name {
  font-size: 17px;
}
.drawer-cart .drawer-cart-item .title p.variant-info {
  font-size: 13px;
}
.drawer-cart .drawer-cart-item .title p.quantity {
  font-size: 13px;
  color: #999;
}
.drawer-cart .drawer-cart-item .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  line-height: 1;
  font-size: 15px;
}
.drawer-cart .drawer-cart-item .price strong {
  display: block;
}
.drawer-cart .drawer-cart-item .price span {
  display: block;
  color: #999;
  text-decoration: line-through;
}
.drawer-cart .drawer-cart-item .remove {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.drawer-cart .drawer-cart-item .remove button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  width: 12px;
  height: 12px;
}
.drawer-cart .drawer-cart-item .remove button svg {
  vertical-align: top;
  width: 12px;
  height: 12px;
  fill: #b1b1b1;
}
.drawer-cart .drawer-cart-item .remove button:hover svg {
  fill: #000;
}

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

.drawer .content {
  padding: 32px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 32px;
}
.drawer .drawer__close-btn {
  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;
}
.drawer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.drawer .logo a,
.drawer .logo img {
  height: auto;
  max-height: 40px;
  width: auto;
}
.drawer nav.wp-block-navigation {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
}
.drawer ul.wp-block-navigation {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  gap: 24px;
}
.drawer ul.wp-block-navigation > li a {
  font-size: 21px;
  padding: 10px 0;
  color: #000000;
}
.drawer ul.wp-block-navigation > li a:focus {
  text-decoration: underline;
}
.drawer .menu-wrap {
  margin-bottom: 40px;
}
.drawer .menu-wrap ul {
  list-style: none;
  margin: 0;
  padding: 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: 24px;
}
.drawer .menu-wrap ul a {
  font-size: 21px;
  padding: 10px 0;
  color: #000000;
}
.drawer .menu-wrap ul a:focus {
  text-decoration: underline;
}
.drawer .menu-wrap .button-wrap {
  padding-top: 40px;
}
.drawer .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  padding: 0;
}
.drawer .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%;
}
.drawer .social ul a svg {
  width: 14px;
  fill: #000;
}
.drawer .social ul a:hover {
  background: #000000;
}
.drawer .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;
  }
}

.qua-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 40px 1fr;
  height: 46px;
  width: 100%;
  max-width: 104px;
  overflow: hidden;
  background: #fff;
}
.qua-wrap button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -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;
}
.qua-wrap button.product-increase, .qua-wrap button.single-product-increase {
  border-left: none;
  border-radius: 0 3px 3px 0;
}
.qua-wrap button.product-decrease, .qua-wrap button.single-product-decrease {
  border-right: none;
  border-radius: 3px 0 0 3px;
}
.qua-wrap button:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.qua-wrap input {
  width: 100%;
  height: 46px;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  text-align: center;
  font-size: 15px;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 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-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.wp-block-acf-swiper-slide,
.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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.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 {
  --swiper-pagination-color: #000000;
  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 var(--swiper-pagination-color);
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet:hover, .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color);
}
@media (max-width: 768px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  --swiper-arrows-bck: #ffffff;
  --swiper-arrows-color: #000000;
  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: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  z-index: 100;
  margin-top: -24px;
  border-radius: 50%;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-color: var(--swiper-arrows-bck);
  color: var(--swiper-arrows-color);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.swiper-button-prev:hover svg,
.swiper-button-next:hover svg {
  -webkit-transform: scale(90%);
          transform: scale(90%);
}
.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: 40px;
    height: 40px;
    margin-top: -20px;
    background-size: 14px 14px;
  }
}

.swiper-button-prev {
  left: 20px;
}
@media (max-width: 1024px) {
  .swiper-button-prev {
    left: 8px;
  }
}

.swiper-button-next {
  right: 20px;
}
@media (max-width: 1024px) {
  .swiper-button-next {
    right: 8px;
  }
}

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