/*
Theme Name: Glowz
Theme URI: https://glowz.romanmeleshin.com/
Description:  Multipurpose theme
Author: x40
Author URI: https://romanmeleshin.art/
Version: 1.0.0
License: Purchased
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: glowz
Tags: full-site-editing, block-patterns, rtl-language-support, sticky-post, translation-ready, blog, portfolio
Requires at least: 6.5
Tested up to: 6.5
Requires PHP: 7.4
*/
/*------------------------------------------------------------------
[MAIN STYLES]
Sections:				.glowz-section
Grid Layout:			.glowz-grid
Page Header:			.glowz-header
------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

1. Theme styles for HTML elements / html, body, p, h1-h6...
2. Decorations / .glowz-font-size-h1, .glowz-font-size-h2...
3. Page Layout / .glowz-section, .glowz-section-conten...
4. Scrolling / .glowz-scroll
5. Loading animation / .glowz-loading-overlay-part, .glowz-loadind...
6. Columns / .glowz-column, .glowz-columns-1, .glowz-columns-2...
7. Core WordPress elements / .alignwide, .alignfull...
8. Styles for Elementor / .elementor, .elementor-section...
9. Third party components / .zoomContainer...
10. Basic elements / p, a, h1, h2...
11. Typography / h1, h2, h3...
12. Animated Bubbles / .glowz-bubble, .glowz-bubble-b0...
13. Glowz Section for Gutenberg / .glowz-section, wp-block-glowz-ext-glowz-section
14. Glowz Grid for Gutenberg / .glowz-grid
15. Glowz Grid Item for Gutenberg / .glowz-grid
16. Glowz Heading for Gutenberg / .glowz-heading-style
17. Glowz Scroll Down for Gutenberg / .glowz-scroll-down-effect, ...
18. Glowz Extended Menu for Gutenberg / .glowz-ext-menu, .glowz-nav...
19. Top menu / .glowz-burger, .glowz-burger-lines, .glowz-menu...
20. Сolors / :root, body, a, .glowz-border-..., .glowz-burger-lines...
21. Woocommerce colors / .woocommerce, .price...
22. Сolor Palete / has-glowz-1-color, has-glowz-1-background-color...
23. Global variables / --glowz-bloom-size, --glowz-full-height...
24. Main layout classes/ .wp-site-blocks, .is-root-container, .glowz-content-width-full...
25. For old blocks in Unit Test Data / .wp-block-butto, .wp-block-cover...
26. Core WordPress elements / .alignwide, .alignfull...
27. Woocommerce custom styles / .woocommerce-product-search...
28. Third pary blocks / .wp-block-contact-form-7-contact-form-selector...
------------------------------------------------------------------*/
/*==================================================================
1. Theme styles for HTML elements / html, body, p, h1-h6...
==================================================================*/
html {
  font-size: 14px;
}
body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.785;
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  flex-flow: column;
  justify-content: stretch;
  width: 100%;
}
[dir=rtl] body {
  text-align: right;
}
table {
  width: 100%;
  border: 1px solid;
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
  overflow: visible;
}
th,
td {
  border: 1px solid;
  line-height: 1.4;
  overflow: visible;
  padding: 0.5em;
  margin: 0;
}
thead {
  vertical-align: bottom;
}
th {
  font-weight: 700;
}
iframe {
  border: none;
}
blockquote {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
blockquote,
blockquote.has-text-align-left,
[dir=rtl] blockquote.has-text-align-left {
  border-left: 4px solid;
  padding-left: 0.7778em;
  border-right: 0 solid;
  padding-right: 0;
}
blockquote.has-text-align-right,
[dir=rtl] blockquote {
  border-left: 0 solid;
  padding-left: 0;
  border-right: 4px solid;
  padding-right: 0.7778em;
}
blockquote.has-text-align-center,
[dir=rtl] blockquote.has-text-align-center {
  border-left: 0 solid;
  padding-left: 0;
  border-right: 0 solid;
  padding-right: 0;
}
pre,
code {
  color: inherit;
}
code {
  font-weight: 200;
}
figcaption,
caption,
.glowz-caption,
.wp-caption,
.wp-caption-text,
.gallery-caption {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
figcaption b,
caption b,
.glowz-caption b,
.wp-caption b,
.wp-caption-text b,
.gallery-caption b,
figcaption strong,
caption strong,
.glowz-caption strong,
.wp-caption strong,
.wp-caption-text strong,
.gallery-caption strong {
  font-weight: 100;
}
figcaption a,
caption a,
.glowz-caption a,
.wp-caption a,
.wp-caption-text a,
.gallery-caption a {
  font-weight: 100;
  font-size: 14px;
}
fieldset {
  padding: 7px;
  margin-bottom: 14px;
}
table,
th,
td,
caption {
  border: 1px solid rgba(100, 100, 100, 0.3);
}
caption {
  border-bottom: none;
}
ul,
ol {
  padding-right: 0;
  padding-left: 40px;
}
[dir=rtl] ul,
[dir=rtl] ol {
  padding-left: 0;
  padding-right: 40px;
}
/*==================================================================
2. Decorations / .glowz-font-size-h1, .glowz-font-size-h2...
==================================================================*/
.glowz-align-start {
  text-align: left;
  text-align: start;
}
[dir="rtl"] .glowz-align-start {
  text-align: right;
}
.glowz-align-end {
  text-align: right;
  text-align: end;
}
[dir="rtl"] .glowz-align-end {
  text-align: left;
}
.glowz-align-center {
  text-align: center;
}
/*==================================================================
3. Page Layout / .glowz-section, .glowz-section-conten...
==================================================================*/
.wp-block-glowz-ext-glowz-section .glowz-section-bg {
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -ms-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s;
}
.android-browser-4_3minus .wp-block-glowz-ext-glowz-section .glowz-section-bg {
  transition: none;
  -webkit-transition: none;
}
html:not(.glowz-built) .wp-block-glowz-ext-glowz-section .glowz-section-bg {
  opacity: 1 !important;
}
html:not(.glowz-built) .wp-block-glowz-ext-glowz-section .glowz-bg-img-holder {
  opacity: 1;
}
.wp-block-glowz-ext-glowz-section.glowz-set-effect {
  mix-blend-mode: normal !important;
}
.wp-block-glowz-ext-glowz-section.not(.glowz-set-effect) > .glowz-section-content {
  mix-blend-mode: normal !important;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-content > .glowz-section-bg > .glowz-bg-img-holder {
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
.android-browser-4_3minus .wp-block-glowz-ext-glowz-section > .glowz-section-content > .glowz-section-bg > .glowz-bg-img-holder {
  transition: none;
  -webkit-transition: none;
}
.glowz-overlay-lightbox-simple {
  z-index: 1000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.glowz-overlay-lightbox-simple .glowz-overlay-close,
.glowz-overlay-lightbox-simple .glowz-overlay-fullscreen {
  display: flex;
  position: absolute;
  right: 14px;
  top: 14px;
  padding: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  outline: 0px;
  border: 0px;
  transition: all 0.3s;
  border-radius: 13px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  opacity: 0.9;
  background-color: #222;
}
.glowz-overlay-lightbox-simple .glowz-overlay-close:hover,
.glowz-overlay-lightbox-simple .glowz-overlay-fullscreen:hover {
  opacity: 1;
  background-color: #444;
}
.glowz-overlay-lightbox-simple .glowz-overlay-close svg,
.glowz-overlay-lightbox-simple .glowz-overlay-fullscreen svg {
  fill: #fff;
  height: 22px;
}
.glowz-overlay-lightbox-simple .glowz-overlay-fullscreen-on {
  display: flex;
}
.glowz-overlay-lightbox-simple:fullscreen .glowz-overlay-fullscreen-on {
  display: none;
}
.glowz-overlay-lightbox-simple .glowz-overlay-fullscreen-off {
  display: none;
}
.glowz-overlay-lightbox-simple:fullscreen .glowz-overlay-fullscreen-off {
  display: flex;
}
.glowz-overlay-lightbox-simple .glowz-overlay-fullscreen {
  right: 60px;
}
.glowz-overlay-lightbox-simple .glowz-close-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.glowz-overlay {
  z-index: 99999 !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: var(--wp--preset--color--glowz-59);
}
.glowz-overlay.glowz-opened {
  opacity: 1;
}
.glowz-overlay .yarl__slide_image,
.glowz-overlay .glowz-image,
.glowz-overlay iframe {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.75);
}
.glowz-overlay .glowz-embed-youtube,
.glowz-overlay .glowz-embed-vimeo {
  width: 1280px;
  height: 768px;
  --glowz-max-w: calc(100vw - 32px);
  --glowz-max-h: calc(100vh - 32px);
  max-width: calc(min(var(--glowz-max-w), var(--glowz-max-h) / 9 * 16));
  max-height: calc(min(var(--glowz-max-h), var(--glowz-max-w) / 16 * 9));
}
.glowz-overlay .glowz-embed-youtube:fullscreen,
.glowz-overlay .glowz-embed-vimeo:fullscreen {
  border-radius: 0px;
  outline: none;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}
.glowz-overlay .glowz-embed-spotify {
  max-width: 584px;
}
.glowz-overlay .glowz-embed-audiomack {
  max-width: 768px;
}
.glowz-overlay .glowz-embed-box {
  max-width: 768px;
  width: auto;
}
.glowz-overlay .glowz-button-icon {
  display: block;
  width: 30px;
  height: 30px;
}
.glowz-overlay .glowz-button-icon svg {
  width: 100%;
  height: 100%;
}
.glowz-overlay .glowz-close-icon {
  width: 20px;
  height: 20px;
}
.glowz-overlay-lightbox-single .yarl__navigation_next,
.glowz-overlay-lightbox-single .yarl__navigation_prev {
  display: none;
}
.yarl__container {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  --yarl__color_backdrop: rgba(0, 0, 0, 0);
  --yarl__button_filter: none;
  --yarl__button_border: 0px solid rgba(255, 255, 255, 0.3);
  --yarl__color_button_active: #fff;
  --yarl__color_button: #fff;
}
.yarl__container button {
  border-radius: 9px;
}
.yarl__toolbar {
  border-bottom-left-radius: 10px;
  backdrop-filter: blur(30px);
}
.yarl__navigation_next,
.yarl__navigation_prev {
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation {
  --glowz-animation-move-power: 0.5;
  --glowz-animation-rotate-power: 1;
  --glowz-animation-opacity-power: 0.75;
  --glowz-animation-opacity: calc(1 - var(--glowz-animation-opacity-power));
  --glowz-animation-move-x: calc(30px * var(--glowz-animation-move-power));
  --glowz-animation-move-x-minus: calc(-1 * var(--glowz-animation-move-x));
  --glowz-animation-move-y: calc(50px * var(--glowz-animation-move-power));
  --glowz-animation-move-y-minus: calc(-1 * var(--glowz-animation-move-y));
  --glowz-animation-flip: calc(60deg * var(--glowz-animation-rotate-power));
  --glowz-animation-flip-minus: calc(-1 * var(--glowz-animation-flip));
  --glowz-animation-flip-move: calc(30px * var(--glowz-animation-rotate-power));
  --glowz-animation-flip-move-minus: calc(-1 * var(--glowz-animation-flip-move));
  --glowz-animation-char: calc(90deg * var(--glowz-animation-rotate-power));
  --glowz-animation-char-minus: calc(-1 * var(--glowz-animation-char));
  --glowz-animation-char-move: calc(0.25em * var(--glowz-animation-rotate-power));
  --glowz-animation-char-move-minus: calc(-1 * var(--glowz-animation-char-move));
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-a .char,
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-b .char,
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-c .char,
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-d .char {
  transition-timing-function: ease-out;
  transition-property: opacity,transform,scale,rotate;
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-a.glowz-animation-visible .char,
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-b.glowz-animation-visible .char,
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-c.glowz-animation-visible .char,
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-d.glowz-animation-visible .char {
  transition-duration: 1s;
  transition-delay: calc(700ms*var(--char-index)/var(--char-total));
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-by-visible {
  transition-timing-function: ease-out;
  transition-property: opacity,transform,scale,rotate;
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-by-visible.glowz-animation-visible {
  transition-duration: 1s;
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-a:not(.glowz-animation-visible) .char {
  transform: rotateX(var(--glowz-animation-char-minus));
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-a.glowz-animation-visible .char {
  transform: rotateX(0deg);
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-b:not(.glowz-animation-visible) .char {
  transform: rotateX(var(--glowz-animation-char-minus)) rotateY(var(--glowz-animation-char-minus));
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-b.glowz-animation-visible .char {
  transform: rotateX(0deg) rotateY(0deg);
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-c:not(.glowz-animation-visible) .char {
  opacity: var(--glowz-animation-opacity);
  transform: translate3d(0, var(--glowz-animation-char-move-minus), 0);
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-c.glowz-animation-visible .char {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-d:not(.glowz-animation-visible) .char {
  opacity: var(--glowz-animation-opacity);
  transform: translate3d(0, var(--glowz-animation-char-move-minus), 0);
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-d.glowz-animation-visible .char {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-fade-down:not(.glowz-animation-visible) {
  opacity: var(--glowz-animation-opacity);
  transform: translate3d(0, var(--glowz-animation-move-y-minus), 0);
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-fade-down.glowz-animation-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-fade-up:not(.glowz-animation-visible) {
  opacity: var(--glowz-animation-opacity);
  transform: translate3d(0, var(--glowz-animation-move-y), 0);
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-fade-up.glowz-animation-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-fade-right:not(.glowz-animation-visible) {
  opacity: var(--glowz-animation-opacity);
  transform: translate3d(var(--glowz-animation-move-x-minus), 0, 0);
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-fade-right.glowz-animation-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-fade-left:not(.glowz-animation-visible) {
  opacity: var(--glowz-animation-opacity);
  transform: translate3d(var(--glowz-animation-move-x), 0, 0);
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-fade-left.glowz-animation-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-flip-down:not(.glowz-animation-visible) {
  opacity: var(--glowz-animation-opacity);
  transform: perspective(2500px) rotateX(var(--glowz-animation-flip)) translate3d(0, var(--glowz-animation-flip-move-minus), 0);
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-flip-down.glowz-animation-visible {
  opacity: 1;
  transform: perspective(2500px) rotateX(0) translateZ(0);
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-flip-up:not(.glowz-animation-visible) {
  opacity: var(--glowz-animation-opacity);
  transform: perspective(2500px) rotateX(var(--glowz-animation-flip-minus)) translate3d(0, var(--glowz-animation-flip-move), 0);
}
html:not([data-glowz-ss]):not(.block-editor-block-preview__content-iframe) .glowz-animation.glowz-animation-vis-flip-up.glowz-animation-visible {
  opacity: 1;
  transform: perspective(2500px) rotateX(0) translateZ(0);
}
*:has(> .glowz-animation-vis-fade-left),
*:has(> .glowz-animation-vis-fade-right),
*:has(> .glowz-animation-vis-flip-down),
*:has(> .glowz-animation-vis-flip-up) {
  overflow: hidden;
}
/*==================================================================
4. Scrolling / .glowz-scroll
==================================================================*/
html {
  scroll-behavior: smooth;
}
html[data-glowz-ss] {
  scrollbar-width: none;
}
html,
.glowz-scroll,
.glowz-ext-menu-pane {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: #121212 #efefef;
}
/*==================================================================
5. Loading animation / .glowz-loading-overlay-part, .glowz-loadind...
==================================================================*/
.glowz-loader-1 {
  width: auto !important;
}
.glowz-loader-1-dot {
  float: left;
  width: 7px;
  height: 7px;
  margin: 0 3px;
  border-radius: 50%;
  opacity: 0;
}
html:not(.glowz-built) .glowz-loader-1-dot {
  animation: glowz-loader-1-fade 1s infinite;
}
html:not(.glowz-built) .glowz-loader-1-dot:nth-child(1) {
  animation-delay: 0s;
}
html:not(.glowz-built) .glowz-loader-1-dot:nth-child(2) {
  animation-delay: 0.1s;
}
html:not(.glowz-built) .glowz-loader-1-dot:nth-child(3) {
  animation-delay: 0.2s;
}
html:not(.glowz-built) .glowz-loader-1-dot:nth-child(4) {
  animation-delay: 0.3s;
}
@keyframes glowz-loader-1-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
.glowz-loader {
  position: fixed;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  padding: 10px;
  pointer-events: none;
  opacity: 1;
  z-index: 170000;
}
html.glowz-built .glowz-loader {
  opacity: 0;
}
@media (max-width: 991px) {
  .glowz-loader {
    top: 85px;
  }
}
.glowz-section-effect canvas {
  opacity: 0;
}
html.glowz-built .glowz-section-effect canvas {
  opacity: 1;
}
.glowz-loading-overlay-part {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  z-index: 99800;
  opacity: 1;
  -webkit-transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -ms-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
  transition-timing-function: ease-in-out;
}
.android-browser-4_3minus .glowz-loading-overlay-part {
  transition: none;
  -webkit-transition: none;
}
html.glowz-built .glowz-loading-overlay-part {
  opacity: 0 !important;
}
.glowz-loading-overlay-part > * {
  animation: glowz-loading-overlay 4s 1;
}
.glowz-exit .glowz-loading-overlay-part p,
.glowz-exit .glowz-loading-overlay-part h1,
.glowz-exit .glowz-loading-overlay-part h2,
.glowz-exit .glowz-loading-overlay-part h3,
.glowz-exit .glowz-loading-overlay-part h4,
.glowz-exit .glowz-loading-overlay-part h5,
.glowz-exit .glowz-loading-overlay-part h6,
.glowz-exit .glowz-loading-overlay-part .glowz-heading-bg,
.glowz-exit .glowz-loading-overlay-part label,
.glowz-exit .glowz-loading-overlay-part .glowz-logo {
  opacity: 0;
}
@keyframes glowz-loading-overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.glowz-bars {
  pointer-events: none;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  top: 10%;
  right: 5%;
  padding: 0;
  width: 7%;
  height: 15%;
  list-style: none;
  opacity: 0;
}
.glowz-bars.glowz-show {
  opacity: 1;
}
.glowz-bars.glowz-show > li:nth-child(1) {
  animation: glowz-bars-animation 0.6s ease-in-out infinite 0s;
}
.glowz-bars.glowz-show > li:nth-child(2) {
  animation: glowz-bars-animation 0.6s ease-in-out infinite -0.2s;
}
.glowz-bars.glowz-show > li:nth-child(3) {
  animation: glowz-bars-animation 0.6s ease-in-out infinite -0.4s;
}
.glowz-bars li {
  width: 25%;
  height: 100%;
  background-color: var(--glowz-page-loading);
}
@keyframes glowz-bars-animation {
  0% {
    transform: scaleY(0.2);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.2);
  }
}
/*==================================================================
6. Columns / .glowz-column, .glowz-columns-1, .glowz-columns-2...
==================================================================*/
.glowz-columns-1 {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.glowz-columns-1 > * {
  margin-right: 28px;
  margin-bottom: 28px;
  flex: 0 1 auto;
  width: calc(100% / 1 - (1 - 1/1)*28px) !important;
}
.glowz-columns-1 > *:nth-child(1n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .glowz-columns-1 > * {
    width: calc(100% / 0 - (1 - 1/0)*28px) !important;
  }
  .glowz-columns-1 > *:nth-child(1n) {
    margin-right: 28px;
  }
  .glowz-columns-1 > *:nth-child(0n) {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .glowz-columns-1 > * {
    width: calc(100% / 0 - (1 - 1/0)*28px) !important;
  }
  .glowz-columns-1 > *:nth-child(1n) {
    margin-right: 28px;
  }
  .glowz-columns-1 > *:nth-child(0n) {
    margin-right: 28px;
  }
  .glowz-columns-1 > *:nth-child(0n) {
    margin-right: 0;
  }
}
.glowz-columns-2 {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.glowz-columns-2 > * {
  margin-right: 28px;
  margin-bottom: 28px;
  flex: 0 1 auto;
  width: calc(100% / 2 - (1 - 1/2)*28px) !important;
}
.glowz-columns-2 > *:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .glowz-columns-2 > * {
    width: calc(100% / 1 - (1 - 1/1)*28px) !important;
  }
  .glowz-columns-2 > *:nth-child(2n) {
    margin-right: 28px;
  }
  .glowz-columns-2 > *:nth-child(1n) {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .glowz-columns-2 > * {
    width: calc(100% / 0 - (1 - 1/0)*28px) !important;
  }
  .glowz-columns-2 > *:nth-child(2n) {
    margin-right: 28px;
  }
  .glowz-columns-2 > *:nth-child(1n) {
    margin-right: 28px;
  }
  .glowz-columns-2 > *:nth-child(0n) {
    margin-right: 0;
  }
}
.glowz-columns-3 {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.glowz-columns-3 > * {
  margin-right: 28px;
  margin-bottom: 28px;
  flex: 0 1 auto;
  width: calc(100% / 3 - (1 - 1/3)*28px) !important;
}
.glowz-columns-3 > *:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .glowz-columns-3 > * {
    width: calc(100% / 2 - (1 - 1/2)*28px) !important;
  }
  .glowz-columns-3 > *:nth-child(3n) {
    margin-right: 28px;
  }
  .glowz-columns-3 > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .glowz-columns-3 > * {
    width: calc(100% / 1 - (1 - 1/1)*28px) !important;
  }
  .glowz-columns-3 > *:nth-child(3n) {
    margin-right: 28px;
  }
  .glowz-columns-3 > *:nth-child(2n) {
    margin-right: 28px;
  }
  .glowz-columns-3 > *:nth-child(1n) {
    margin-right: 0;
  }
}
.glowz-columns-4 {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.glowz-columns-4 > * {
  margin-right: 28px;
  margin-bottom: 28px;
  flex: 0 1 auto;
  width: calc(100% / 4 - (1 - 1/4)*28px) !important;
}
.glowz-columns-4 > *:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .glowz-columns-4 > * {
    width: calc(100% / 2 - (1 - 1/2)*28px) !important;
  }
  .glowz-columns-4 > *:nth-child(4n) {
    margin-right: 28px;
  }
  .glowz-columns-4 > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .glowz-columns-4 > * {
    width: calc(100% / 1 - (1 - 1/1)*28px) !important;
  }
  .glowz-columns-4 > *:nth-child(4n) {
    margin-right: 28px;
  }
  .glowz-columns-4 > *:nth-child(2n) {
    margin-right: 28px;
  }
  .glowz-columns-4 > *:nth-child(1n) {
    margin-right: 0;
  }
}
.glowz-columns-5 {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.glowz-columns-5 > * {
  margin-right: 28px;
  margin-bottom: 28px;
  flex: 0 1 auto;
  width: calc(100% / 5 - (1 - 1/5)*28px) !important;
}
.glowz-columns-5 > *:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .glowz-columns-5 > * {
    width: calc(100% / 3 - (1 - 1/3)*28px) !important;
  }
  .glowz-columns-5 > *:nth-child(5n) {
    margin-right: 28px;
  }
  .glowz-columns-5 > *:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .glowz-columns-5 > * {
    width: calc(100% / 1 - (1 - 1/1)*28px) !important;
  }
  .glowz-columns-5 > *:nth-child(5n) {
    margin-right: 28px;
  }
  .glowz-columns-5 > *:nth-child(3n) {
    margin-right: 28px;
  }
  .glowz-columns-5 > *:nth-child(1n) {
    margin-right: 0;
  }
}
.glowz-columns-6 {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.glowz-columns-6 > * {
  margin-right: 28px;
  margin-bottom: 28px;
  flex: 0 1 auto;
  width: calc(100% / 6 - (1 - 1/6)*28px) !important;
}
.glowz-columns-6 > *:nth-child(6n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .glowz-columns-6 > * {
    width: calc(100% / 4 - (1 - 1/4)*28px) !important;
  }
  .glowz-columns-6 > *:nth-child(6n) {
    margin-right: 28px;
  }
  .glowz-columns-6 > *:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .glowz-columns-6 > * {
    width: calc(100% / 2 - (1 - 1/2)*28px) !important;
  }
  .glowz-columns-6 > *:nth-child(6n) {
    margin-right: 28px;
  }
  .glowz-columns-6 > *:nth-child(4n) {
    margin-right: 28px;
  }
  .glowz-columns-6 > *:nth-child(2n) {
    margin-right: 0;
  }
}
.glowz-columns-7 {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.glowz-columns-7 > * {
  margin-right: 28px;
  margin-bottom: 28px;
  flex: 0 1 auto;
  width: calc(100% / 7 - (1 - 1/7)*28px) !important;
}
.glowz-columns-7 > *:nth-child(7n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .glowz-columns-7 > * {
    width: calc(100% / 5 - (1 - 1/5)*28px) !important;
  }
  .glowz-columns-7 > *:nth-child(7n) {
    margin-right: 28px;
  }
  .glowz-columns-7 > *:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .glowz-columns-7 > * {
    width: calc(100% / 2 - (1 - 1/2)*28px) !important;
  }
  .glowz-columns-7 > *:nth-child(7n) {
    margin-right: 28px;
  }
  .glowz-columns-7 > *:nth-child(5n) {
    margin-right: 28px;
  }
  .glowz-columns-7 > *:nth-child(2n) {
    margin-right: 0;
  }
}
.glowz-columns-8 {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.glowz-columns-8 > * {
  margin-right: 28px;
  margin-bottom: 28px;
  flex: 0 1 auto;
  width: calc(100% / 8 - (1 - 1/8)*28px) !important;
}
.glowz-columns-8 > *:nth-child(8n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .glowz-columns-8 > * {
    width: calc(100% / 5 - (1 - 1/5)*28px) !important;
  }
  .glowz-columns-8 > *:nth-child(8n) {
    margin-right: 28px;
  }
  .glowz-columns-8 > *:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .glowz-columns-8 > * {
    width: calc(100% / 2 - (1 - 1/2)*28px) !important;
  }
  .glowz-columns-8 > *:nth-child(8n) {
    margin-right: 28px;
  }
  .glowz-columns-8 > *:nth-child(5n) {
    margin-right: 28px;
  }
  .glowz-columns-8 > *:nth-child(2n) {
    margin-right: 0;
  }
}
.glowz-columns-9 {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.glowz-columns-9 > * {
  margin-right: 28px;
  margin-bottom: 28px;
  flex: 0 1 auto;
  width: calc(100% / 9 - (1 - 1/9)*28px) !important;
}
.glowz-columns-9 > *:nth-child(9n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .glowz-columns-9 > * {
    width: calc(100% / 6 - (1 - 1/6)*28px) !important;
  }
  .glowz-columns-9 > *:nth-child(9n) {
    margin-right: 28px;
  }
  .glowz-columns-9 > *:nth-child(6n) {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .glowz-columns-9 > * {
    width: calc(100% / 3 - (1 - 1/3)*28px) !important;
  }
  .glowz-columns-9 > *:nth-child(9n) {
    margin-right: 28px;
  }
  .glowz-columns-9 > *:nth-child(6n) {
    margin-right: 28px;
  }
  .glowz-columns-9 > *:nth-child(3n) {
    margin-right: 0;
  }
}
.glowz-columns-10 {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.glowz-columns-10 > * {
  margin-right: 28px;
  margin-bottom: 28px;
  flex: 0 1 auto;
  width: calc(100% / 10 - (1 - 1/10)*28px) !important;
}
.glowz-columns-10 > *:nth-child(10n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .glowz-columns-10 > * {
    width: calc(100% / 7 - (1 - 1/7)*28px) !important;
  }
  .glowz-columns-10 > *:nth-child(10n) {
    margin-right: 28px;
  }
  .glowz-columns-10 > *:nth-child(7n) {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .glowz-columns-10 > * {
    width: calc(100% / 3 - (1 - 1/3)*28px) !important;
  }
  .glowz-columns-10 > *:nth-child(10n) {
    margin-right: 28px;
  }
  .glowz-columns-10 > *:nth-child(7n) {
    margin-right: 28px;
  }
  .glowz-columns-10 > *:nth-child(3n) {
    margin-right: 0;
  }
}
.glowz-columns-11 {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.glowz-columns-11 > * {
  margin-right: 28px;
  margin-bottom: 28px;
  flex: 0 1 auto;
  width: calc(100% / 11 - (1 - 1/11)*28px) !important;
}
.glowz-columns-11 > *:nth-child(11n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .glowz-columns-11 > * {
    width: calc(100% / 8 - (1 - 1/8)*28px) !important;
  }
  .glowz-columns-11 > *:nth-child(11n) {
    margin-right: 28px;
  }
  .glowz-columns-11 > *:nth-child(8n) {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .glowz-columns-11 > * {
    width: calc(100% / 3 - (1 - 1/3)*28px) !important;
  }
  .glowz-columns-11 > *:nth-child(11n) {
    margin-right: 28px;
  }
  .glowz-columns-11 > *:nth-child(8n) {
    margin-right: 28px;
  }
  .glowz-columns-11 > *:nth-child(3n) {
    margin-right: 0;
  }
}
.glowz-columns-12 {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.glowz-columns-12 > * {
  margin-right: 28px;
  margin-bottom: 28px;
  flex: 0 1 auto;
  width: calc(100% / 12 - (1 - 1/12)*28px) !important;
}
.glowz-columns-12 > *:nth-child(12n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .glowz-columns-12 > * {
    width: calc(100% / 8 - (1 - 1/8)*28px) !important;
  }
  .glowz-columns-12 > *:nth-child(12n) {
    margin-right: 28px;
  }
  .glowz-columns-12 > *:nth-child(8n) {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .glowz-columns-12 > * {
    width: calc(100% / 4 - (1 - 1/4)*28px) !important;
  }
  .glowz-columns-12 > *:nth-child(12n) {
    margin-right: 28px;
  }
  .glowz-columns-12 > *:nth-child(8n) {
    margin-right: 28px;
  }
  .glowz-columns-12 > *:nth-child(4n) {
    margin-right: 0;
  }
}
.glowz-sticky-columns > * {
  position: sticky;
  top: 0;
}
@media (max-width: 991px) {
  .glowz-sticky-columns > * {
    position: relative;
    top: auto;
  }
}
/*==================================================================
7. Core WordPress elements / .alignwide, .alignfull...
==================================================================*/
#tribe-events-pg-template,
.tribe-events-pg-template {
  margin: 14px auto 0 auto;
  padding: 0;
  max-width: 1300px;
}
.tribe-events-l-container {
  padding-bottom: 0 !important;
  padding-top: 28px !important;
}
.glowz-custom-template .tribe-events > :first-child,
.glowz-custom-template .tribe-events > :last-child,
.glowz-custom-template .tribe-events-pg-template {
  padding: 0 !important;
}
.single-tribe_events .tribe-blocks-editor .tribe-events-single-event-title {
  font-size: max(min( 93.08392484px ,  calc((100vw - var(--glowz-resp-delta)) * 0.07160302) ),  48.83497522px );
  line-height: 1.15;
  font-family: var(--wp--preset--font-family--theme-fonts-heading);
}
.tribe-common .tribe-common-svgicon--featured {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v20l-7.902-5.122L0 20z' fill='%23141827'/%3E%3C/svg%3E");
  height: 10px;
  width: 8px;
}
.tribe-events .tribe-events-c-ical__link:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' stroke='%238B2020' fill='none' fill-rule='evenodd' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E");
}
#tribe-events-content .tribe-events-event-categories a {
  font-weight: 400;
  text-decoration: underline dotted;
}
#tribe-events-content .tribe-events-abbr {
  text-decoration: none;
}
.glowz-custom-template .glowz-primary [class*="events-bar"],
.glowz-custom-template .glowz-primary .tribe-events-c-view-selector__content {
  background-color: rgba(0, 0, 0, 0) !important;
}
.tribe-events-single-event-title {
  font-size: 5em !important;
}
@media (max-width: 991px) {
  .tribe-events-single-event-title {
    font-size: 4em !important;
  }
}
@media (max-width: 787px) {
  .tribe-events-single-event-title {
    font-size: 3em !important;
  }
}
.tribe-events-schedule h1,
.tribe-events-schedule h2,
.tribe-events-schedule h3,
.tribe-events-schedule h4,
.tribe-events-schedule h5,
.tribe-events-schedule h6 {
  font-family: var(--wp--preset--font-family--theme-fonts-heading) !important;
  font-weight: 400;
}
.tribe-events-schedule h2,
.tribe-events-schedule h2 span {
  font-size: 16px !important;
}
.tribe-events-single button,
.tribe-events-view button,
.tribe-events button,
.tribe-events-single a,
.tribe-events-view a,
.tribe-events a,
.tribe-events-single lable,
.tribe-events-view lable,
.tribe-events lable,
.tribe-events-single capture,
.tribe-events-view capture,
.tribe-events capture,
.tribe-events-single figcaption,
.tribe-events-view figcaption,
.tribe-events figcaption,
.tribe-events-single figure,
.tribe-events-view figure,
.tribe-events figure,
.tribe-events-single td,
.tribe-events-view td,
.tribe-events td,
.tribe-events-single th,
.tribe-events-view th,
.tribe-events th,
.tribe-events-single h1,
.tribe-events-view h1,
.tribe-events h1,
.tribe-events-single h2,
.tribe-events-view h2,
.tribe-events h2,
.tribe-events-single h3,
.tribe-events-view h3,
.tribe-events h3,
.tribe-events-single h4,
.tribe-events-view h4,
.tribe-events h4,
.tribe-events-single h5,
.tribe-events-view h5,
.tribe-events h5,
.tribe-events-single h6,
.tribe-events-view h6,
.tribe-events h6 {
  font-family: var(--wp--preset--font-family--theme-fonts-heading) !important;
}
.tribe-events-single h1,
.tribe-events-single h2 {
  text-align: center;
}
.tribe-events-calendar-list-nav a,
.tribe-events-calendar-list-nav button {
  font-family: var(--wp--preset--font-family--theme-fonts-heading) !important;
  font-weight: 400;
}
.glowz-section {
  --tec-color-text-primary: var(--glowz-page-hd);
}
.tribe-events-page-template .glowz-primary .glowz-comments,
.post-type-archive-tribe_events .glowz-primary .glowz-comments {
  margin-top: 28px;
}
.tribe-events-calendar-list__event-header address span {
  display: block;
}
.tribe-block a:focus {
  outline: none !important;
}
/*==================================================================
8. Styles for Elementor / .elementor, .elementor-section...
==================================================================*/
.glowz-section-content > .elementor {
  width: 100%;
  max-width: 100%;
}
.elementor-section {
  padding-top: 87px;
  padding-bottom: 87px;
}
/*==================================================================
9. Third party components / .zoomContainer...
==================================================================*/
.glowz-primary-menu-open .zoomContainer {
  pointer-events: none;
}
.breadcrumbs .current-item {
  opacity: 0.7;
}
.breadcrumbs span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent],
.lenis.lenis-smooth .glowz-ext-menu,
.lenis.lenis-smooth .glowz-scroll {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
.splitting .word,
.splitting .char {
  display: inline-block;
}
.splitting .char {
  will-change: transform, scale, opacity, color;
  transform-origin: 50% 50%;
  position: relative;
  translate: none;
  rotate: none;
  scale: none;
}
.splitting .word {
  perspective: 1000px;
  white-space: nowrap;
}
.pswp {
  backdrop-filter: blur(10px);
}
.pswp .pswp__img {
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.75);
}
.pswp .pswp__button {
  opacity: 0.85;
  will-change: opacity;
  transition: opacity 0.3s ease 0s;
}
.pswp .pswp__button:hover {
  opacity: 1;
}
.glowz-section {
  --vp-color-brand: #8B2020;
}
.glowz-section .vp-portfolio__items-style-fly {
  --vp-items-style-fly--overlay__color: #000;
  --vp-items-style-fly--overlay__background: #ffffffe6;
}
.glowz-section .vp-sort__style-dropdown {
  --vp-sort-dropdown--items__color: #ffffff;
  --vp-sort-dropdown--items__background-color: #1b1b1b;
  --vp-sort-dropdown--items-hover__color: #ffffff;
  --vp-sort-dropdown--items-hover__background-color: #748283;
  --vp-sort-dropdown--items__text-transform: none;
}
.glowz-direction-column.glowz-justify-stretch > .wp-block-greenshift-blocks-swiper > .gs-swiper-init {
  height: 100%;
}
.glowz-direction-column.glowz-justify-stretch > .wp-block-greenshift-blocks-swiper > .gs-swiper-init > .swiper {
  height: 100%;
}
.glowz-arrows .swiper-button-prev:after,
.glowz-arrows .swiper-rtl .swiper-button-next:after,
.glowz-arrows .swiper-button-next:after,
.glowz-arrows .swiper-rtl .swiper-button-prev:after {
  content: '';
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.glowz-arrows .swiper-button-prev:after,
.glowz-arrows .swiper-rtl .swiper-button-next:after,
.glowz-arrows .swiper-button-next:after,
.glowz-arrows .swiper-rtl .swiper-button-prev:after {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 584.461 584.46' xml:space='preserve'%3E%3Cg stroke-width='0'%3E%3C/g%3E%3Cg stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M207.021,286.228c20.184,0,36.601-16.42,36.601-36.604c0-20.184-16.42-36.604-36.601-36.604 c-20.184,0-36.604,16.42-36.604,36.604C170.417,269.808,186.837,286.228,207.021,286.228z'%3E%3C/path%3E%3Cpath d='M292.23,541.858c20.184,0,36.604-16.421,36.604-36.604s-16.42-36.604-36.604-36.604c-20.184,0-36.604,16.42-36.604,36.604 S272.046,541.858,292.23,541.858z'%3E%3C/path%3E%3Cpath d='M207.021,201.02c20.184,0,36.601-16.42,36.601-36.604c0-20.184-16.42-36.601-36.601-36.601 c-20.184,0-36.604,16.42-36.604,36.601C170.417,184.6,186.837,201.02,207.021,201.02z'%3E%3C/path%3E%3Cpath d='M207.021,371.437c20.184,0,36.601-16.42,36.601-36.604s-16.42-36.604-36.601-36.604 c-20.184,0-36.604,16.421-36.604,36.604S186.837,371.437,207.021,371.437z'%3E%3C/path%3E%3Cpath d='M207.021,456.649c20.184,0,36.601-16.42,36.601-36.601c0-20.184-16.42-36.604-36.601-36.604 c-20.184,0-36.604,16.42-36.604,36.604C170.417,440.229,186.837,456.649,207.021,456.649z'%3E%3C/path%3E%3Cpath d='M511.256,249.627c0,20.184,16.42,36.604,36.604,36.604s36.602-16.423,36.602-36.604s-16.42-36.604-36.605-36.604 C527.672,213.024,511.256,229.444,511.256,249.627z'%3E%3C/path%3E%3Cpath d='M292.23,456.649c20.184,0,36.604-16.42,36.604-36.601c0-20.184-16.42-36.604-36.604-36.604 c-20.184,0-36.604,16.42-36.604,36.604C255.626,440.229,272.046,456.649,292.23,456.649z'%3E%3C/path%3E%3Cpath d='M36.604,328.833c20.184,0,36.604-16.42,36.604-36.604c0-20.184-16.42-36.601-36.604-36.601 C16.42,255.628,0,272.048,0,292.232C0,312.413,16.42,328.833,36.604,328.833z'%3E%3C/path%3E%3Cpath d='M121.812,286.228c20.184,0,36.604-16.42,36.604-36.604c0-20.184-16.42-36.604-36.604-36.604s-36.601,16.42-36.601,36.604 C85.212,269.808,101.629,286.228,121.812,286.228z'%3E%3C/path%3E%3Cpath d='M121.812,371.437c20.184,0,36.604-16.42,36.604-36.604s-16.42-36.604-36.604-36.604s-36.601,16.421-36.601,36.604 S101.629,371.437,121.812,371.437z'%3E%3C/path%3E%3Cpath d='M462.648,286.228c20.184,0,36.604-16.42,36.604-36.604c0-20.184-16.42-36.604-36.604-36.604 c-20.186,0-36.605,16.42-36.605,36.604C426.043,269.808,442.467,286.228,462.648,286.228z'%3E%3C/path%3E%3Cpath d='M377.439,286.228c20.184,0,36.604-16.42,36.604-36.604c0-20.184-16.42-36.604-36.604-36.604s-36.602,16.42-36.602,36.604 C340.838,269.808,357.258,286.228,377.439,286.228z'%3E%3C/path%3E%3Cpath d='M499.252,334.836c0-20.184-16.42-36.604-36.604-36.604c-20.186,0-36.605,16.42-36.605,36.604s16.42,36.604,36.605,36.604 C482.832,371.44,499.252,355.02,499.252,334.836z'%3E%3C/path%3E%3Cpath d='M292.23,371.437c20.184,0,36.604-16.42,36.604-36.604s-16.42-36.604-36.604-36.604c-20.184,0-36.604,16.421-36.604,36.604 S272.046,371.437,292.23,371.437z'%3E%3C/path%3E%3Cpath d='M547.855,298.233c-20.184,0-36.604,16.42-36.604,36.604s16.42,36.604,36.604,36.604c20.186,0,36.605-16.42,36.605-36.604 S568.041,298.233,547.855,298.233z'%3E%3C/path%3E%3Cpath d='M292.23,286.228c20.184,0,36.604-16.42,36.604-36.604c0-20.184-16.42-36.601-36.604-36.601 c-20.184,0-36.604,16.42-36.604,36.604S272.046,286.228,292.23,286.228z'%3E%3C/path%3E%3Cpath d='M292.23,201.02c20.184,0,36.604-16.42,36.604-36.604c0-20.184-16.42-36.601-36.604-36.601 c-20.184,0-36.604,16.42-36.604,36.601C255.626,184.6,272.046,201.02,292.23,201.02z'%3E%3C/path%3E%3Cpath d='M292.23,115.811c20.184,0,36.604-16.42,36.604-36.604c0-20.184-16.42-36.604-36.604-36.604 c-20.184,0-36.604,16.42-36.604,36.604C255.626,99.391,272.046,115.811,292.23,115.811z'%3E%3C/path%3E%3Cpath d='M414.043,334.836c0-20.184-16.42-36.604-36.604-36.604s-36.602,16.42-36.602,36.604s16.42,36.604,36.602,36.604 C397.623,371.437,414.043,355.02,414.043,334.836z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.glowz-arrows .swiper-button-next:after,
.glowz-arrows .swiper-rtl .swiper-button-prev:after {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
/*==================================================================
10. Basic elements / p, a, h1, h2...
==================================================================*/
:where(.wp-site-blocks, .is-root-container) h1,
:where(.wp-site-blocks, .is-root-container) h2,
:where(.wp-site-blocks, .is-root-container) h3,
:where(.wp-site-blocks, .is-root-container) h4,
:where(.wp-site-blocks, .is-root-container) h5,
:where(.wp-site-blocks, .is-root-container) h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
:where(.wp-site-blocks, .is-root-container) h1 {
  font-size: 4rem;
}
:where(.wp-site-blocks, .is-root-container) h2 {
  font-size: 3rem;
}
:where(.wp-site-blocks, .is-root-container) h3 {
  font-size: 2.34rem;
}
:where(.wp-site-blocks, .is-root-container) h4 {
  font-size: 2rem;
}
:where(.wp-site-blocks, .is-root-container) h5 {
  font-size: 1.66rem;
}
:where(.wp-site-blocks, .is-root-container) h6 {
  font-size: 1.34rem;
}
:where(.wp-site-blocks, .is-root-container) h1,
:where(.wp-site-blocks, .is-root-container) h2,
:where(.wp-site-blocks, .is-root-container) h3,
:where(.wp-site-blocks, .is-root-container) h4,
:where(.wp-site-blocks, .is-root-container) h5,
:where(.wp-site-blocks, .is-root-container) h6 {
  line-height: 1.15;
}
:where(.wp-site-blocks, .is-root-container) h1 a:hover,
:where(.wp-site-blocks, .is-root-container) h2 a:hover,
:where(.wp-site-blocks, .is-root-container) h3 a:hover,
:where(.wp-site-blocks, .is-root-container) h4 a:hover,
:where(.wp-site-blocks, .is-root-container) h5 a:hover,
:where(.wp-site-blocks, .is-root-container) h6 a:hover {
  text-shadow: 0px 0px 10px;
}
:where(.wp-site-blocks, .is-root-container) img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}
:where(.wp-site-blocks, .is-root-container) svg {
  overflow: hidden;
  vertical-align: middle;
}
:where(.wp-site-blocks, .is-root-container) p,
:where(.wp-site-blocks, .is-root-container) ul,
:where(.wp-site-blocks, .is-root-container) ol,
:where(.wp-site-blocks, .is-root-container) figure,
:where(.wp-site-blocks, .is-root-container) form,
:where(.wp-site-blocks, .is-root-container) blockquote {
  margin-top: var(--glowz-paragraph-margin-top, 0);
  margin-bottom: var(--glowz-paragraph-margin-bottom, 1em);
}
:where(.wp-site-blocks, .is-root-container) p:not(.glowz-heading):last-child,
:where(.wp-site-blocks, .is-root-container) ul:not(.glowz-heading):last-child,
:where(.wp-site-blocks, .is-root-container) ol:not(.glowz-heading):last-child,
:where(.wp-site-blocks, .is-root-container) figure:not(.glowz-heading):last-child,
:where(.wp-site-blocks, .is-root-container) form:not(.glowz-heading):last-child,
:where(.wp-site-blocks, .is-root-container) blockquote:not(.glowz-heading):last-child,
.glowz-direction-row > :where(.wp-site-blocks, .is-root-container) p,
.glowz-direction-row > :where(.wp-site-blocks, .is-root-container) ul,
.glowz-direction-row > :where(.wp-site-blocks, .is-root-container) ol,
.glowz-direction-row > :where(.wp-site-blocks, .is-root-container) figure,
.glowz-direction-row > :where(.wp-site-blocks, .is-root-container) form,
.glowz-direction-row > :where(.wp-site-blocks, .is-root-container) blockquote,
.glowz-direction-row-reverse > :where(.wp-site-blocks, .is-root-container) p,
.glowz-direction-row-reverse > :where(.wp-site-blocks, .is-root-container) ul,
.glowz-direction-row-reverse > :where(.wp-site-blocks, .is-root-container) ol,
.glowz-direction-row-reverse > :where(.wp-site-blocks, .is-root-container) figure,
.glowz-direction-row-reverse > :where(.wp-site-blocks, .is-root-container) form,
.glowz-direction-row-reverse > :where(.wp-site-blocks, .is-root-container) blockquote {
  margin-bottom: 0;
}
.glowz-responsive-paragraph-margins > :where(.wp-site-blocks, .is-root-container) p,
.glowz-responsive-paragraph-margins > :where(.wp-site-blocks, .is-root-container) ul,
.glowz-responsive-paragraph-margins > :where(.wp-site-blocks, .is-root-container) ol,
.glowz-responsive-paragraph-margins > :where(.wp-site-blocks, .is-root-container) figure,
.glowz-responsive-paragraph-margins > :where(.wp-site-blocks, .is-root-container) form,
.glowz-responsive-paragraph-margins > :where(.wp-site-blocks, .is-root-container) blockquote {
  margin-bottom: max(min( 14px ,  calc((100vw - var(--glowz-resp-delta)) * 0.01076923) ),  7.3448735px );
}
.glowz-responsive-paragraph-margins > :where(.wp-site-blocks, .is-root-container) p:not(.glowz-heading):last-child,
.glowz-responsive-paragraph-margins > :where(.wp-site-blocks, .is-root-container) ul:not(.glowz-heading):last-child,
.glowz-responsive-paragraph-margins > :where(.wp-site-blocks, .is-root-container) ol:not(.glowz-heading):last-child,
.glowz-responsive-paragraph-margins > :where(.wp-site-blocks, .is-root-container) figure:not(.glowz-heading):last-child,
.glowz-responsive-paragraph-margins > :where(.wp-site-blocks, .is-root-container) form:not(.glowz-heading):last-child,
.glowz-responsive-paragraph-margins > :where(.wp-site-blocks, .is-root-container) blockquote:not(.glowz-heading):last-child {
  margin-bottom: 0;
}
:where(.wp-site-blocks, .is-root-container) img {
  max-width: 100%;
  height: auto;
}
:where(.wp-site-blocks, .is-root-container) p a {
  font-weight: 700;
}
:where(.wp-site-blocks, .is-root-container) strong a {
  font-weight: inherit;
}
:where(.wp-site-blocks, .is-root-container) a {
  text-decoration: none;
}
:where(.wp-site-blocks, .is-root-container) ul:not([class]) li a:not([class*="wp-block"]):not([class*="button"]),
:where(.wp-site-blocks, .is-root-container) ol:not([class]) li a:not([class*="wp-block"]):not([class*="button"]),
:where(.wp-site-blocks, .is-root-container) ul[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]),
:where(.wp-site-blocks, .is-root-container) ol[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]),
:where(.wp-site-blocks, .is-root-container) time a:not([class*="wp-block"]):not([class*="button"]),
:where(.wp-site-blocks, .is-root-container) .woocommerce-breadcrumb a:not([class*="wp-block"]):not([class*="button"]) {
  text-decoration: none !important;
  border: none !important;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
:where(.wp-site-blocks, .is-root-container) ul:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):after,
:where(.wp-site-blocks, .is-root-container) ol:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):after,
:where(.wp-site-blocks, .is-root-container) ul[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):after,
:where(.wp-site-blocks, .is-root-container) ol[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):after,
:where(.wp-site-blocks, .is-root-container) time a:not([class*="wp-block"]):not([class*="button"]):after,
:where(.wp-site-blocks, .is-root-container) .woocommerce-breadcrumb a:not([class*="wp-block"]):not([class*="button"]):after {
  content: '';
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  border-bottom: 3px solid;
  box-sizing: content-box;
}
.android-browser-4_3minus :where(.wp-site-blocks, .is-root-container) ul:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):after,
.android-browser-4_3minus :where(.wp-site-blocks, .is-root-container) ol:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):after,
.android-browser-4_3minus :where(.wp-site-blocks, .is-root-container) ul[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):after,
.android-browser-4_3minus :where(.wp-site-blocks, .is-root-container) ol[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):after,
.android-browser-4_3minus :where(.wp-site-blocks, .is-root-container) time a:not([class*="wp-block"]):not([class*="button"]):after,
.android-browser-4_3minus :where(.wp-site-blocks, .is-root-container) .woocommerce-breadcrumb a:not([class*="wp-block"]):not([class*="button"]):after {
  transition: none;
  -webkit-transition: none;
}
:where(.wp-site-blocks, .is-root-container) ul:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):hover,
:where(.wp-site-blocks, .is-root-container) ol:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):hover,
:where(.wp-site-blocks, .is-root-container) ul[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):hover,
:where(.wp-site-blocks, .is-root-container) ol[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):hover,
:where(.wp-site-blocks, .is-root-container) time a:not([class*="wp-block"]):not([class*="button"]):hover,
:where(.wp-site-blocks, .is-root-container) .woocommerce-breadcrumb a:not([class*="wp-block"]):not([class*="button"]):hover,
:where(.wp-site-blocks, .is-root-container) ul:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):focus,
:where(.wp-site-blocks, .is-root-container) ol:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):focus,
:where(.wp-site-blocks, .is-root-container) ul[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):focus,
:where(.wp-site-blocks, .is-root-container) ol[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):focus,
:where(.wp-site-blocks, .is-root-container) time a:not([class*="wp-block"]):not([class*="button"]):focus,
:where(.wp-site-blocks, .is-root-container) .woocommerce-breadcrumb a:not([class*="wp-block"]):not([class*="button"]):focus {
  text-decoration: none;
}
:where(.wp-site-blocks, .is-root-container) ul:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):hover:after,
:where(.wp-site-blocks, .is-root-container) ol:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):hover:after,
:where(.wp-site-blocks, .is-root-container) ul[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):hover:after,
:where(.wp-site-blocks, .is-root-container) ol[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):hover:after,
:where(.wp-site-blocks, .is-root-container) time a:not([class*="wp-block"]):not([class*="button"]):hover:after,
:where(.wp-site-blocks, .is-root-container) .woocommerce-breadcrumb a:not([class*="wp-block"]):not([class*="button"]):hover:after,
:where(.wp-site-blocks, .is-root-container) ul:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):focus:after,
:where(.wp-site-blocks, .is-root-container) ol:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):focus:after,
:where(.wp-site-blocks, .is-root-container) ul[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):focus:after,
:where(.wp-site-blocks, .is-root-container) ol[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):focus:after,
:where(.wp-site-blocks, .is-root-container) time a:not([class*="wp-block"]):not([class*="button"]):focus:after,
:where(.wp-site-blocks, .is-root-container) .woocommerce-breadcrumb a:not([class*="wp-block"]):not([class*="button"]):focus:after {
  width: 100% !important;
}
:where(.wp-site-blocks, .is-root-container) ul:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):active,
:where(.wp-site-blocks, .is-root-container) ol:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):active,
:where(.wp-site-blocks, .is-root-container) ul[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):active,
:where(.wp-site-blocks, .is-root-container) ol[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):active,
:where(.wp-site-blocks, .is-root-container) time a:not([class*="wp-block"]):not([class*="button"]):active,
:where(.wp-site-blocks, .is-root-container) .woocommerce-breadcrumb a:not([class*="wp-block"]):not([class*="button"]):active,
:where(.wp-site-blocks, .is-root-container) ul:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):visited,
:where(.wp-site-blocks, .is-root-container) ol:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):visited,
:where(.wp-site-blocks, .is-root-container) ul[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):visited,
:where(.wp-site-blocks, .is-root-container) ol[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):visited,
:where(.wp-site-blocks, .is-root-container) time a:not([class*="wp-block"]):not([class*="button"]):visited,
:where(.wp-site-blocks, .is-root-container) .woocommerce-breadcrumb a:not([class*="wp-block"]):not([class*="button"]):visited,
:where(.wp-site-blocks, .is-root-container) ul:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):focus,
:where(.wp-site-blocks, .is-root-container) ol:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):focus,
:where(.wp-site-blocks, .is-root-container) ul[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):focus,
:where(.wp-site-blocks, .is-root-container) ol[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):focus,
:where(.wp-site-blocks, .is-root-container) time a:not([class*="wp-block"]):not([class*="button"]):focus,
:where(.wp-site-blocks, .is-root-container) .woocommerce-breadcrumb a:not([class*="wp-block"]):not([class*="button"]):focus {
  text-decoration: none;
}
:where(.wp-site-blocks, .is-root-container) ul:not([class]) li a:not([class*="wp-block"]):not([class*="button"]).glowz-no-decorate:after,
:where(.wp-site-blocks, .is-root-container) ol:not([class]) li a:not([class*="wp-block"]):not([class*="button"]).glowz-no-decorate:after,
:where(.wp-site-blocks, .is-root-container) ul[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]).glowz-no-decorate:after,
:where(.wp-site-blocks, .is-root-container) ol[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]).glowz-no-decorate:after,
:where(.wp-site-blocks, .is-root-container) time a:not([class*="wp-block"]):not([class*="button"]).glowz-no-decorate:after,
:where(.wp-site-blocks, .is-root-container) .woocommerce-breadcrumb a:not([class*="wp-block"]):not([class*="button"]).glowz-no-decorate:after {
  content: none;
  width: auto;
  height: auto;
}
:where(.wp-site-blocks, .is-root-container) ul:not([class]) li a:not([class*="wp-block"]):not([class*="button"]),
:where(.wp-site-blocks, .is-root-container) ol:not([class]) li a:not([class*="wp-block"]):not([class*="button"]),
:where(.wp-site-blocks, .is-root-container) ul[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]),
:where(.wp-site-blocks, .is-root-container) ol[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]),
:where(.wp-site-blocks, .is-root-container) time a:not([class*="wp-block"]):not([class*="button"]),
:where(.wp-site-blocks, .is-root-container) .woocommerce-breadcrumb a:not([class*="wp-block"]):not([class*="button"]),
:where(.wp-site-blocks, .is-root-container) ul:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):hover,
:where(.wp-site-blocks, .is-root-container) ol:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):hover,
:where(.wp-site-blocks, .is-root-container) ul[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):hover,
:where(.wp-site-blocks, .is-root-container) ol[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):hover,
:where(.wp-site-blocks, .is-root-container) time a:not([class*="wp-block"]):not([class*="button"]):hover,
:where(.wp-site-blocks, .is-root-container) .woocommerce-breadcrumb a:not([class*="wp-block"]):not([class*="button"]):hover,
:where(.wp-site-blocks, .is-root-container) ul:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):visited,
:where(.wp-site-blocks, .is-root-container) ol:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):visited,
:where(.wp-site-blocks, .is-root-container) ul[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):visited,
:where(.wp-site-blocks, .is-root-container) ol[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):visited,
:where(.wp-site-blocks, .is-root-container) time a:not([class*="wp-block"]):not([class*="button"]):visited,
:where(.wp-site-blocks, .is-root-container) .woocommerce-breadcrumb a:not([class*="wp-block"]):not([class*="button"]):visited,
:where(.wp-site-blocks, .is-root-container) ul:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):focus,
:where(.wp-site-blocks, .is-root-container) ol:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):focus,
:where(.wp-site-blocks, .is-root-container) ul[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):focus,
:where(.wp-site-blocks, .is-root-container) ol[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):focus,
:where(.wp-site-blocks, .is-root-container) time a:not([class*="wp-block"]):not([class*="button"]):focus,
:where(.wp-site-blocks, .is-root-container) .woocommerce-breadcrumb a:not([class*="wp-block"]):not([class*="button"]):focus,
:where(.wp-site-blocks, .is-root-container) ul:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):active,
:where(.wp-site-blocks, .is-root-container) ol:not([class]) li a:not([class*="wp-block"]):not([class*="button"]):active,
:where(.wp-site-blocks, .is-root-container) ul[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):active,
:where(.wp-site-blocks, .is-root-container) ol[class*="is-style-"] li a:not([class*="wp-block"]):not([class*="button"]):active,
:where(.wp-site-blocks, .is-root-container) time a:not([class*="wp-block"]):not([class*="button"]):active,
:where(.wp-site-blocks, .is-root-container) .woocommerce-breadcrumb a:not([class*="wp-block"]):not([class*="button"]):active {
  border-bottom: 0px;
}
:where(.wp-site-blocks, .is-root-container) p:not(.wp-block-site-title) a:not(:has(img)):not([class*="wp-block"]):not([class*="button"]),
:where(.wp-site-blocks, .is-root-container) .more-link:not([class*="wp-block"]):not([class*="button"]) {
  text-decoration: none !important;
  border: none !important;
  position: relative;
  display: inline-block;
}
:where(.wp-site-blocks, .is-root-container) p:not(.wp-block-site-title) a:not(:has(img)):not([class*="wp-block"]):not([class*="button"]):after,
:where(.wp-site-blocks, .is-root-container) .more-link:not([class*="wp-block"]):not([class*="button"]):after {
  content: '';
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  border-bottom: 3px solid;
  box-sizing: content-box;
}
.android-browser-4_3minus :where(.wp-site-blocks, .is-root-container) p:not(.wp-block-site-title) a:not(:has(img)):not([class*="wp-block"]):not([class*="button"]):after,
.android-browser-4_3minus :where(.wp-site-blocks, .is-root-container) .more-link:not([class*="wp-block"]):not([class*="button"]):after {
  transition: none;
  -webkit-transition: none;
}
:where(.wp-site-blocks, .is-root-container) p:not(.wp-block-site-title) a:not(:has(img)):not([class*="wp-block"]):not([class*="button"]):hover,
:where(.wp-site-blocks, .is-root-container) .more-link:not([class*="wp-block"]):not([class*="button"]):hover,
:where(.wp-site-blocks, .is-root-container) p:not(.wp-block-site-title) a:not(:has(img)):not([class*="wp-block"]):not([class*="button"]):focus,
:where(.wp-site-blocks, .is-root-container) .more-link:not([class*="wp-block"]):not([class*="button"]):focus {
  text-decoration: none;
}
:where(.wp-site-blocks, .is-root-container) p:not(.wp-block-site-title) a:not(:has(img)):not([class*="wp-block"]):not([class*="button"]):hover:after,
:where(.wp-site-blocks, .is-root-container) .more-link:not([class*="wp-block"]):not([class*="button"]):hover:after,
:where(.wp-site-blocks, .is-root-container) p:not(.wp-block-site-title) a:not(:has(img)):not([class*="wp-block"]):not([class*="button"]):focus:after,
:where(.wp-site-blocks, .is-root-container) .more-link:not([class*="wp-block"]):not([class*="button"]):focus:after {
  width: 100% !important;
}
:where(.wp-site-blocks, .is-root-container) p:not(.wp-block-site-title) a:not(:has(img)):not([class*="wp-block"]):not([class*="button"]):active,
:where(.wp-site-blocks, .is-root-container) .more-link:not([class*="wp-block"]):not([class*="button"]):active,
:where(.wp-site-blocks, .is-root-container) p:not(.wp-block-site-title) a:not(:has(img)):not([class*="wp-block"]):not([class*="button"]):visited,
:where(.wp-site-blocks, .is-root-container) .more-link:not([class*="wp-block"]):not([class*="button"]):visited,
:where(.wp-site-blocks, .is-root-container) p:not(.wp-block-site-title) a:not(:has(img)):not([class*="wp-block"]):not([class*="button"]):focus,
:where(.wp-site-blocks, .is-root-container) .more-link:not([class*="wp-block"]):not([class*="button"]):focus {
  text-decoration: none;
}
:where(.wp-site-blocks, .is-root-container) p:not(.wp-block-site-title) a:not(:has(img)):not([class*="wp-block"]):not([class*="button"]).glowz-no-decorate:after,
:where(.wp-site-blocks, .is-root-container) .more-link:not([class*="wp-block"]):not([class*="button"]).glowz-no-decorate:after {
  content: none;
  width: auto;
  height: auto;
}
:where(.wp-site-blocks, .is-root-container) p:not(.wp-block-site-title) a:not(:has(img)):not([class*="wp-block"]):not([class*="button"]),
:where(.wp-site-blocks, .is-root-container) .more-link:not([class*="wp-block"]):not([class*="button"]),
:where(.wp-site-blocks, .is-root-container) p:not(.wp-block-site-title) a:not(:has(img)):not([class*="wp-block"]):not([class*="button"]):hover,
:where(.wp-site-blocks, .is-root-container) .more-link:not([class*="wp-block"]):not([class*="button"]):hover,
:where(.wp-site-blocks, .is-root-container) p:not(.wp-block-site-title) a:not(:has(img)):not([class*="wp-block"]):not([class*="button"]):visited,
:where(.wp-site-blocks, .is-root-container) .more-link:not([class*="wp-block"]):not([class*="button"]):visited,
:where(.wp-site-blocks, .is-root-container) p:not(.wp-block-site-title) a:not(:has(img)):not([class*="wp-block"]):not([class*="button"]):focus,
:where(.wp-site-blocks, .is-root-container) .more-link:not([class*="wp-block"]):not([class*="button"]):focus,
:where(.wp-site-blocks, .is-root-container) p:not(.wp-block-site-title) a:not(:has(img)):not([class*="wp-block"]):not([class*="button"]):active,
:where(.wp-site-blocks, .is-root-container) .more-link:not([class*="wp-block"]):not([class*="button"]):active {
  border-bottom: 0px;
}
:where(.wp-site-blocks, .is-root-container) .wp-block-read-more {
  text-decoration: none !important;
  border: none !important;
  position: relative;
  display: inline-block;
}
:where(.wp-site-blocks, .is-root-container) .wp-block-read-more:after {
  content: '';
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  border-bottom: 3px solid;
  box-sizing: content-box;
}
.android-browser-4_3minus :where(.wp-site-blocks, .is-root-container) .wp-block-read-more:after {
  transition: none;
  -webkit-transition: none;
}
:where(.wp-site-blocks, .is-root-container) .wp-block-read-more:hover,
:where(.wp-site-blocks, .is-root-container) .wp-block-read-more:focus {
  text-decoration: none;
}
:where(.wp-site-blocks, .is-root-container) .wp-block-read-more:hover:after,
:where(.wp-site-blocks, .is-root-container) .wp-block-read-more:focus:after {
  width: 100% !important;
}
:where(.wp-site-blocks, .is-root-container) .wp-block-read-more:active,
:where(.wp-site-blocks, .is-root-container) .wp-block-read-more:visited,
:where(.wp-site-blocks, .is-root-container) .wp-block-read-more:focus {
  text-decoration: none;
}
:where(.wp-site-blocks, .is-root-container) .wp-block-read-more.glowz-no-decorate:after {
  content: none;
  width: auto;
  height: auto;
}
:where(.wp-site-blocks, .is-root-container) .wp-block-read-more,
:where(.wp-site-blocks, .is-root-container) .wp-block-read-more:hover,
:where(.wp-site-blocks, .is-root-container) .wp-block-read-more:visited,
:where(.wp-site-blocks, .is-root-container) .wp-block-read-more:focus,
:where(.wp-site-blocks, .is-root-container) .wp-block-read-more:active {
  border-bottom: 0px;
}
:where(.wp-site-blocks, .is-root-container) a {
  outline: 0px;
}
:where(.wp-site-blocks, .is-root-container) a,
:where(.wp-site-blocks, .is-root-container) a i {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.android-browser-4_3minus :where(.wp-site-blocks, .is-root-container) a,
.android-browser-4_3minus :where(.wp-site-blocks, .is-root-container) a i {
  transition: none;
  -webkit-transition: none;
}
:where(.wp-site-blocks, .is-root-container) figure a {
  position: relative;
  display: block;
  z-index: 1;
}
:where(.wp-site-blocks, .is-root-container) figure a:hover {
  animation: glowz-flash 1.8s;
}
:where(.wp-site-blocks, .is-root-container) .glowz-invert-colors figure a:hover {
  animation: glowz-flash-for-invert-colors 1.8s;
}
:where(.wp-site-blocks, .is-root-container) ins {
  font-weight: 700;
  background-color: transparent;
}
:where(.wp-site-blocks, .is-root-container) sup,
:where(.wp-site-blocks, .is-root-container) sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
:where(.wp-site-blocks, .is-root-container) sub {
  top: 0.5ex;
}
:where(.wp-site-blocks, .is-root-container) sup {
  bottom: 1ex;
}
:where(.wp-site-blocks, .is-root-container) textarea,
:where(.wp-site-blocks, .is-root-container) input {
  outline-color: transparent;
  color: var(--glowz-page-hd);
  border: 1px solid;
}
:where(.wp-site-blocks, .is-root-container) button {
  outline-color: transparent;
  color: var(--glowz-page-hd);
  background-color: transparent;
  border: 1px solid;
}
:where(.wp-site-blocks, .is-root-container) textarea,
:where(.wp-site-blocks, .is-root-container) input:not([type=submit]),
:where(.wp-site-blocks, .is-root-container) select,
:where(.wp-site-blocks, .is-root-container) option,
:where(.wp-site-blocks, .is-root-container) button,
:where(.wp-site-blocks, .is-root-container) [type=submit] {
  border: 1px solid rgba(100, 100, 100, 0.5);
  border-color: hsl(from var(--glowz-page-hd) h s l / 0.25);
}
:where(.wp-site-blocks, .is-root-container) .wp-block-search__inside-wrapper {
  border-color: hsl(from var(--glowz-page-hd) h s l / 0.25);
}
:where(.wp-site-blocks, .is-root-container) select,
:where(.wp-site-blocks, .is-root-container) option {
  outline-color: transparent;
  color: var(--glowz-page-hd);
}
:where(.wp-site-blocks, .is-root-container) select,
:where(.wp-site-blocks, .is-root-container) input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
:where(.wp-site-blocks, .is-root-container) option {
  background: var(--glowz-page-bg);
  color: var(--glowz-page-hd);
}
:where(.wp-site-blocks, .is-root-container) input::placeholder {
  color: inherit;
  opacity: 0.5;
}
:where(.wp-site-blocks, .is-root-container) input,
:where(.wp-site-blocks, .is-root-container) select,
:where(.wp-site-blocks, .is-root-container) button {
  font-size: 14px;
  line-height: 21px;
  padding: 7px;
}
:where(.wp-site-blocks, .is-root-container) button {
  cursor: pointer;
  padding: 7px 14px;
}
:where(.wp-site-blocks, .is-root-container) textarea {
  padding: 7px;
  overflow: auto;
}
:where(.wp-site-blocks, .is-root-container) textarea,
:where(.wp-site-blocks, .is-root-container) input[type],
:where(.wp-site-blocks, .is-root-container) input[type]:hover,
:where(.wp-site-blocks, .is-root-container) select,
:where(.wp-site-blocks, .is-root-container) button {
  background-color: transparent;
}
:where(.wp-site-blocks, .is-root-container) input.button,
:where(.wp-site-blocks, .is-root-container) input[type=submit],
:where(.wp-site-blocks, .is-root-container) .form-submit input[type=submit] {
  font-weight: 400;
  text-transform: uppercase;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.android-browser-4_3minus :where(.wp-site-blocks, .is-root-container) input.button,
.android-browser-4_3minus :where(.wp-site-blocks, .is-root-container) input[type=submit],
.android-browser-4_3minus :where(.wp-site-blocks, .is-root-container) .form-submit input[type=submit] {
  transition: none;
  -webkit-transition: none;
}
:where(.wp-site-blocks, .is-root-container) input,
:where(.wp-site-blocks, .is-root-container) textarea,
:where(.wp-site-blocks, .is-root-container) select,
:where(.wp-site-blocks, .is-root-container) button,
:where(.wp-site-blocks, .is-root-container) input:focus,
:where(.wp-site-blocks, .is-root-container) textarea:focus,
:where(.wp-site-blocks, .is-root-container) select:focus,
:where(.wp-site-blocks, .is-root-container) button:focus {
  outline: 0;
}
:where(.wp-site-blocks, .is-root-container) input[type=text],
:where(.wp-site-blocks, .is-root-container) input[type=email],
:where(.wp-site-blocks, .is-root-container) textarea,
:where(.wp-site-blocks, .is-root-container) select {
  width: 100%;
}
:where(.wp-site-blocks, .is-root-container) select {
  outline: 0;
}
:where(.wp-site-blocks, .is-root-container) label {
  font-weight: 700;
}
:where(.wp-site-blocks, .is-root-container) input[type=number]::-webkit-inner-spin-button {
  opacity: 0;
}
:where(.wp-site-blocks, .is-root-container) input[type=number]:hover::-webkit-inner-spin-button {
  opacity: 0.55;
}
:where(.wp-site-blocks, .is-root-container) hr {
  width: 100%;
  height: 2px;
}
@keyframes glowz-flash {
  0% {
    filter: brightness(1) contrast(1);
  }
  10% {
    filter: brightness(1.2) contrast(0.75);
  }
  100% {
    filter: brightness(1) contrast(1);
  }
}
@keyframes glowz-flash-for-invert-colors {
  0% {
    filter: brightness(1) contrast(1);
  }
  10% {
    filter: brightness(0.97) contrast(0.75);
  }
  100% {
    filter: brightness(1) contrast(1);
  }
}
/*==================================================================
11. Typography / h1, h2, h3...
==================================================================*/
h1.glowz-heading,
h2.glowz-heading,
.glowz-heading-bg-h1,
.glowz-heading-bg-h1-small,
.glowz-heading-bg-h2,
.glowz-heading-bg-h2-small {
  text-align: center;
}
.glowz-align-text-left h1.glowz-heading,
.glowz-align-text-left h2.glowz-heading,
.glowz-align-text-left .glowz-heading-bg-h1,
.glowz-align-text-left .glowz-heading-bg-h1-small,
.glowz-align-text-left .glowz-heading-bg-h2,
.glowz-align-text-left .glowz-heading-bg-h2-small,
.glowz-align-text-right h1.glowz-heading,
.glowz-align-text-right h2.glowz-heading,
.glowz-align-text-right .glowz-heading-bg-h1,
.glowz-align-text-right .glowz-heading-bg-h1-small,
.glowz-align-text-right .glowz-heading-bg-h2,
.glowz-align-text-right .glowz-heading-bg-h2-small,
.glowz-align-text-center h1.glowz-heading,
.glowz-align-text-center h2.glowz-heading,
.glowz-align-text-center .glowz-heading-bg-h1,
.glowz-align-text-center .glowz-heading-bg-h1-small,
.glowz-align-text-center .glowz-heading-bg-h2,
.glowz-align-text-center .glowz-heading-bg-h2-small,
.alignleft h1.glowz-heading,
.alignleft h2.glowz-heading,
.alignleft .glowz-heading-bg-h1,
.alignleft .glowz-heading-bg-h1-small,
.alignleft .glowz-heading-bg-h2,
.alignleft .glowz-heading-bg-h2-small,
.alignright h1.glowz-heading,
.alignright h2.glowz-heading,
.alignright .glowz-heading-bg-h1,
.alignright .glowz-heading-bg-h1-small,
.alignright .glowz-heading-bg-h2,
.alignright .glowz-heading-bg-h2-small,
.aligncenter h1.glowz-heading,
.aligncenter h2.glowz-heading,
.aligncenter .glowz-heading-bg-h1,
.aligncenter .glowz-heading-bg-h1-small,
.aligncenter .glowz-heading-bg-h2,
.aligncenter .glowz-heading-bg-h2-small {
  text-align: inherit;
}
h1.glowz-heading:not(.glowz-set-def-font-size) {
  font-size: max(min( 155.13987474px ,  calc((100vw - var(--glowz-resp-delta)) * 0.11933837) ),  81.39162536px );
}
h2.glowz-heading:not(.glowz-set-def-font-size) {
  font-size: max(min( 124.66597077px ,  calc((100vw - var(--glowz-resp-delta)) * 0.0958969) ),  65.40398467px );
}
h3.glowz-heading:not(.glowz-set-def-font-size) {
  font-size: max(min( 58.17745303px ,  calc((100vw - var(--glowz-resp-delta)) * 0.04475189) ),  30.52185951px );
}
h4.glowz-heading:not(.glowz-set-def-font-size) {
  font-size: max(min( 46.54196242px ,  calc((100vw - var(--glowz-resp-delta)) * 0.03580151) ),  24.41748761px );
}
h5.glowz-heading:not(.glowz-set-def-font-size) {
  font-size: max(min( 42.66346555px ,  calc((100vw - var(--glowz-resp-delta)) * 0.03281805) ),  22.38269697px );
}
h6.glowz-heading:not(.glowz-set-def-font-size) {
  font-size: max(min( 38.78496868px ,  calc((100vw - var(--glowz-resp-delta)) * 0.02983459) ),  20.34790634px );
}
h1.glowz-heading:not(.glowz-set-def-font-size) {
  margin-bottom: max(min( 16px ,  calc((100vw - var(--glowz-resp-delta)) * 0.01230769) ),  8.39414115px );
}
h2.glowz-heading:not(.glowz-set-def-font-size) {
  margin-bottom: max(min( 12px ,  calc((100vw - var(--glowz-resp-delta)) * 0.00923077) ),  6.29560586px );
}
h3.glowz-heading:not(.glowz-set-def-font-size) {
  margin-bottom: max(min( 6px ,  calc((100vw - var(--glowz-resp-delta)) * 0.00461538) ),  3.14780293px );
}
h4.glowz-heading:not(.glowz-set-def-font-size) {
  margin-bottom: max(min( 5px ,  calc((100vw - var(--glowz-resp-delta)) * 0.00384615) ),  2.62316911px );
}
h5.glowz-heading:not(.glowz-set-def-font-size) {
  margin-bottom: max(min( 4px ,  calc((100vw - var(--glowz-resp-delta)) * 0.00307692) ),  2.09853529px );
}
h6.glowz-heading:not(.glowz-set-def-font-size) {
  margin-bottom: max(min( 4px ,  calc((100vw - var(--glowz-resp-delta)) * 0.00307692) ),  2.09853529px );
}
h1.glowz-heading-small.glowz-heading:not(.glowz-set-def-font-size) {
  font-size: max(min( 124.66597077px ,  calc((100vw - var(--glowz-resp-delta)) * 0.0958969) ),  65.40398467px );
}
h2.glowz-heading-small.glowz-heading:not(.glowz-set-def-font-size) {
  font-size: max(min( 58.17745303px ,  calc((100vw - var(--glowz-resp-delta)) * 0.04475189) ),  30.52185951px );
}
h3.glowz-heading-small.glowz-heading:not(.glowz-set-def-font-size) {
  font-size: max(min( 46.54196242px ,  calc((100vw - var(--glowz-resp-delta)) * 0.03580151) ),  24.41748761px );
}
h4.glowz-heading-small.glowz-heading:not(.glowz-set-def-font-size) {
  font-size: max(min( 42.66346555px ,  calc((100vw - var(--glowz-resp-delta)) * 0.03281805) ),  22.38269697px );
}
h5.glowz-heading-small.glowz-heading:not(.glowz-set-def-font-size) {
  font-size: max(min( 38.78496868px ,  calc((100vw - var(--glowz-resp-delta)) * 0.02983459) ),  20.34790634px );
}
h6.glowz-heading-small.glowz-heading:not(.glowz-set-def-font-size) {
  font-size: max(min( 34.90647182px ,  calc((100vw - var(--glowz-resp-delta)) * 0.02685113) ),  18.31311571px );
}
h1.glowz-heading-small.glowz-heading:not(.glowz-set-def-font-size) {
  margin-bottom: max(min( 12px ,  calc((100vw - var(--glowz-resp-delta)) * 0.00923077) ),  6.29560586px );
}
h2.glowz-heading-small.glowz-heading:not(.glowz-set-def-font-size) {
  margin-bottom: max(min( 6px ,  calc((100vw - var(--glowz-resp-delta)) * 0.00461538) ),  3.14780293px );
}
h3.glowz-heading-small.glowz-heading:not(.glowz-set-def-font-size) {
  margin-bottom: max(min( 5px ,  calc((100vw - var(--glowz-resp-delta)) * 0.00384615) ),  2.62316911px );
}
h4.glowz-heading-small.glowz-heading:not(.glowz-set-def-font-size) {
  margin-bottom: max(min( 4px ,  calc((100vw - var(--glowz-resp-delta)) * 0.00307692) ),  2.09853529px );
}
h5.glowz-heading-small.glowz-heading:not(.glowz-set-def-font-size) {
  margin-bottom: max(min( 4px ,  calc((100vw - var(--glowz-resp-delta)) * 0.00307692) ),  2.09853529px );
}
h6.glowz-heading-small.glowz-heading:not(.glowz-set-def-font-size) {
  margin-bottom: max(min( 3px ,  calc((100vw - var(--glowz-resp-delta)) * 0.00230769) ),  1.57390146px );
}
.glowz-font-bold-weight-100 strong,
.glowz-font-bold-weight-100 a {
  font-weight: 100 !important;
}
.glowz-font-bold-weight-200 strong,
.glowz-font-bold-weight-200 a {
  font-weight: 200 !important;
}
.glowz-font-bold-weight-300 strong,
.glowz-font-bold-weight-300 a {
  font-weight: 300 !important;
}
.glowz-font-bold-weight-400 strong,
.glowz-font-bold-weight-400 a {
  font-weight: 400 !important;
}
.glowz-font-bold-weight-500 strong,
.glowz-font-bold-weight-500 a {
  font-weight: 500 !important;
}
.glowz-font-bold-weight-600 strong,
.glowz-font-bold-weight-600 a {
  font-weight: 600 !important;
}
.glowz-font-bold-weight-700 strong,
.glowz-font-bold-weight-700 a {
  font-weight: 700 !important;
}
.glowz-font-bold-weight-800 strong,
.glowz-font-bold-weight-800 a {
  font-weight: 800 !important;
}
.glowz-font-bold-weight-900 strong,
.glowz-font-bold-weight-900 a {
  font-weight: 900 !important;
}
.wp-site-blocks .glowz-lead,
.is-root-container .glowz-lead {
  font-size: max(min( 23.60609911px ,  calc((100vw - var(--glowz-resp-delta)) * 0.01815854) ),  15.59071259px );
}
.wp-site-blocks .glowz-font-size-h1,
.is-root-container .glowz-font-size-h1 {
  font-size: max(min( 155.13987474px ,  calc((100vw - var(--glowz-resp-delta)) * 0.11933837) ),  81.39162536px );
}
.wp-site-blocks .glowz-font-size-h2,
.is-root-container .glowz-font-size-h2 {
  font-size: max(min( 124.66597077px ,  calc((100vw - var(--glowz-resp-delta)) * 0.0958969) ),  65.40398467px );
}
.wp-site-blocks .glowz-font-size-h3,
.is-root-container .glowz-font-size-h3 {
  font-size: max(min( 58.17745303px ,  calc((100vw - var(--glowz-resp-delta)) * 0.04475189) ),  30.52185951px );
}
.wp-site-blocks .glowz-font-size-h4,
.is-root-container .glowz-font-size-h4 {
  font-size: max(min( 46.54196242px ,  calc((100vw - var(--glowz-resp-delta)) * 0.03580151) ),  24.41748761px );
}
.wp-site-blocks .glowz-font-size-h5,
.is-root-container .glowz-font-size-h5 {
  font-size: max(min( 42.66346555px ,  calc((100vw - var(--glowz-resp-delta)) * 0.03281805) ),  22.38269697px );
}
.wp-site-blocks .glowz-font-size-h6,
.is-root-container .glowz-font-size-h6 {
  font-size: max(min( 38.78496868px ,  calc((100vw - var(--glowz-resp-delta)) * 0.02983459) ),  20.34790634px );
}
.wp-site-blocks .glowz-font-size-h1s,
.is-root-container .glowz-font-size-h1s {
  font-size: max(min( 124.66597077px ,  calc((100vw - var(--glowz-resp-delta)) * 0.0958969) ),  65.40398467px );
}
.wp-site-blocks .glowz-font-size-h2s,
.is-root-container .glowz-font-size-h2s {
  font-size: max(min( 58.17745303px ,  calc((100vw - var(--glowz-resp-delta)) * 0.04475189) ),  30.52185951px );
}
.wp-site-blocks .glowz-font-size-h3s,
.is-root-container .glowz-font-size-h3s {
  font-size: max(min( 46.54196242px ,  calc((100vw - var(--glowz-resp-delta)) * 0.03580151) ),  24.41748761px );
}
.wp-site-blocks .glowz-font-size-h4s,
.is-root-container .glowz-font-size-h4s {
  font-size: max(min( 42.66346555px ,  calc((100vw - var(--glowz-resp-delta)) * 0.03281805) ),  22.38269697px );
}
.wp-site-blocks .glowz-font-size-h5s,
.is-root-container .glowz-font-size-h5s {
  font-size: max(min( 38.78496868px ,  calc((100vw - var(--glowz-resp-delta)) * 0.02983459) ),  20.34790634px );
}
.wp-site-blocks .glowz-font-size-h6s,
.is-root-container .glowz-font-size-h6s {
  font-size: max(min( 34.90647182px ,  calc((100vw - var(--glowz-resp-delta)) * 0.02685113) ),  18.31311571px );
}
.wp-site-blocks .glowz-font-size-title,
.is-root-container .glowz-font-size-title {
  font-size: max(min( 62.0559499px ,  calc((100vw - var(--glowz-resp-delta)) * 0.04773535) ),  32.55665014px );
}
.wp-site-blocks .glowz-font-size-title-big,
.is-root-container .glowz-font-size-title-big {
  font-size: max(min( 93.08392484px ,  calc((100vw - var(--glowz-resp-delta)) * 0.07160302) ),  48.83497522px );
}
.wp-site-blocks .glowz-font-size-lead,
.is-root-container .glowz-font-size-lead {
  font-size: max(min( 23.60609911px ,  calc((100vw - var(--glowz-resp-delta)) * 0.01815854) ),  15.59071259px );
}
.wp-site-blocks .glowz-font-size-normal,
.is-root-container .glowz-font-size-normal {
  font-size: 14px;
}
.wp-site-blocks .glowz-font-size-large,
.is-root-container .glowz-font-size-large {
  font-size: 18px;
}
.wp-site-blocks .glowz-font-size-small,
.is-root-container .glowz-font-size-small {
  font-size: 11px;
}
/*==================================================================
12. Animated Bubbles / .glowz-bubble, .glowz-bubble-b0...
==================================================================*/
.glowz-bubble {
  r: 4%;
  cx: 60%;
  cy: 104%;
  visibility: hidden;
}
.glowz-bubble-b1,
.glowz-bubble-b2,
.glowz-bubble-b3 {
  r: 1.6%;
  opacity: 0.6;
  animation: glowz-bubble 8s linear infinite, glowz-side 2s ease-in-out infinite alternate;
}
.glowz-bubble-b2 {
  r: 2%;
  animation-delay: 2s,2s;
}
.glowz-bubble-b3 {
  animation-delay: 5s,5s;
  animation: glowz-bubble 10s linear infinite, glowz-side 3s ease-in-out infinite alternate;
}
.glowz-bubble-b4,
.glowz-bubble-b5 {
  r: 2.2%;
  opacity: 0.8;
  animation: glowz-bubble 16s linear infinite, glowz-side 5s ease-in-out infinite alternate;
  animation-delay: 4s,4s;
}
.glowz-bubble-b5 {
  animation-delay: 5s,5s;
}
.glowz-bubble-b6,
.glowz-bubble-b7,
.glowz-bubble-b8 {
  r: 2.4%;
  opacity: 0.4;
  animation: glowz-bubble 14s linear infinite, glowz-side 3s ease-in-out infinite alternate;
  animation-delay: 9s,9s;
}
.glowz-bubble-b7 {
  r: 2.8%;
  animation-delay: 3s,3s;
}
.glowz-bubble-b8 {
  animation-delay: 7s,7s;
}
.glowz-bubble-b9,
.glowz-bubble-b0 {
  r: 2.6%;
  opacity: 0.7;
  animation: glowz-bubble 20s linear infinite, glowz-side 5s ease-in-out infinite alternate;
}
.glowz-bubble-b0 {
  animation-delay: 13s,13s;
}
@keyframes glowz-bubble {
  0% {
    cy: 104%;
    visibility: visible;
  }
  100% {
    cy: 0%;
    opacity: 0;
  }
}
@keyframes glowz-side {
  0% {
    cx: 55%;
  }
  100% {
    cx: 45%;
  }
}
/*==================================================================
13. Glowz Section for Gutenberg / .glowz-section, wp-block-glowz-ext-glowz-section
==================================================================*/
.glowz-section {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.glowz-grid-columns > .glowz-section {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-glowz-ext-glowz-section {
  --fx_imgA: none;
  --glowz-fx-color-a: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: stretch;
  max-width: 100%;
  width: 100%;
}
.wp-block-glowz-ext-glowz-section > * {
  box-sizing: border-box;
}
.wp-block-glowz-ext-glowz-section .glowz-fx canvas {
  width: 100% !important;
  height: 100% !important;
  transition: opacity 0.3s;
}
.glowz-exit .wp-block-glowz-ext-glowz-section .glowz-fx canvas {
  opacity: 0;
}
.wp-block-glowz-ext-glowz-section.glowz-set-direction > .glowz-section-content,
.wp-block-glowz-ext-glowz-section.glowz-set-align-items > .glowz-section-content,
.wp-block-glowz-ext-glowz-section.glowz-set-justify > .glowz-section-content {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}
.wp-block-glowz-ext-glowz-section.glowz-set-direction > .glowz-section-content > *,
.wp-block-glowz-ext-glowz-section.glowz-set-align-items > .glowz-section-content > *,
.wp-block-glowz-ext-glowz-section.glowz-set-justify > .glowz-section-content > * {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-content {
  flex-grow: 1;
  width: 100%;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-content.glowz-direction-row,
.wp-block-glowz-ext-glowz-section > .glowz-section-content.glowz-direction-row-reverse {
  justify-content: center;
  align-items: flex-start;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-content > .glowz-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
  margin: 0 !important;
  pointer-events: none;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-content > * {
  position: relative;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-content.glowz-justify-start {
  justify-content: flex-start;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-content.glowz-justify-end {
  justify-content: flex-end;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-content.glowz-justify-center {
  justify-content: center;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-content.glowz-justify-space-between {
  justify-content: space-between;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-content.glowz-justify-space-around {
  justify-content: space-around;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-content.glowz-justify-space-evenly {
  justify-content: space-evenly;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-content.glowz-justify-stretch {
  justify-content: stretch;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-content.glowz-justify-stretch > * {
  flex-grow: 1;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-content.glowz-align-items-start {
  align-items: flex-start;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-content.glowz-align-items-end {
  align-items: flex-end;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-content.glowz-align-items-center {
  align-items: center;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-content.glowz-align-items-baseline {
  align-items: baseline;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-content.glowz-align-items-stretch {
  align-items: stretch;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-content.glowz-direction-column {
  flex-flow: column;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-content.glowz-direction-column-reverse {
  flex-flow: column-reverse;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-content.glowz-direction-row {
  flex-flow: row wrap;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-content.glowz-direction-row-reverse {
  flex-flow: row-reverse wrap;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-effect-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.glowz-fx-position-fix-view.wp-block-glowz-ext-glowz-section > .glowz-section-effect-container {
  contain: paint;
}
.wp-block-glowz-ext-glowz-section > .glowz-section-effect-container > .glowz-section-effect {
  position: sticky;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  min-height: 1px;
  min-width: 1px;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  overflow: hidden;
}
.glowz-set-effect.wp-block-glowz-ext-glowz-section > .glowz-section-effect-container > .glowz-section-effect,
.glowz-bg-attachment-fixed.wp-block-glowz-ext-glowz-section > .glowz-section-effect-container > .glowz-section-effect {
  height: 100vh !important;
}
.swiper .glowz-set-effect.wp-block-glowz-ext-glowz-section > .glowz-section-effect-container > .glowz-section-effect,
.swiper .glowz-bg-attachment-fixed.wp-block-glowz-ext-glowz-section > .glowz-section-effect-container > .glowz-section-effect {
  height: 100% !important;
}
.glowz-fx-position-fix-view.glowz-set-effect.wp-block-glowz-ext-glowz-section > .glowz-section-effect-container > .glowz-section-effect,
.glowz-fx-position-fix-view.glowz-bg-attachment-fixed.wp-block-glowz-ext-glowz-section > .glowz-section-effect-container > .glowz-section-effect {
  margin-bottom: -100vh;
}
.swiper .glowz-fx-position-fix-view.glowz-set-effect.wp-block-glowz-ext-glowz-section > .glowz-section-effect-container > .glowz-section-effect,
.swiper .glowz-fx-position-fix-view.glowz-bg-attachment-fixed.wp-block-glowz-ext-glowz-section > .glowz-section-effect-container > .glowz-section-effect {
  margin-bottom: 0;
}
html.glowz-fx-simplified body.glowz-is-safari .glowz-set-effect.wp-block-glowz-ext-glowz-section > .glowz-section-effect-container > .glowz-section-effect,
body.glowz-is-safari .glowz-bg-attachment-fixed:not(.glowz-set-effect).wp-block-glowz-ext-glowz-section > .glowz-section-effect-container > .glowz-section-effect {
  height: 100% !important;
  margin-bottom: 0 !important;
  position: absolute;
}
.wp-block-glowz-ext-glowz-section .glowz-section-border {
  border-style: solid;
  border-width: 14px;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of2-normal {
  margin-left: 650px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of3-normal {
  margin-left: 433.33333333px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of3-normal {
  margin-left: 866.66666667px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of4-normal {
  margin-left: 325px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of4-normal {
  margin-left: 1300px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of5-normal {
  margin-left: 260px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of5-normal {
  margin-left: 520px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of5-normal {
  margin-left: 780px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-4of5-normal {
  margin-left: 1040px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of6-normal {
  margin-left: 216.66666667px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-5of6-normal {
  margin-left: 1083.33333333px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of2-normal {
  margin-right: 650px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of3-normal {
  margin-right: 433.33333333px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of3-normal {
  margin-right: 866.66666667px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of4-normal {
  margin-right: 325px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of4-normal {
  margin-right: 1300px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of5-normal {
  margin-right: 260px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of5-normal {
  margin-right: 520px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of5-normal {
  margin-right: 780px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-4of5-normal {
  margin-right: 1040px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of6-normal {
  margin-right: 216.66666667px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-5of6-normal {
  margin-right: 1083.33333333px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of2-wide {
  margin-left: 850px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of3-wide {
  margin-left: 566.66666667px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of3-wide {
  margin-left: 1133.33333333px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of4-wide {
  margin-left: 425px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of4-wide {
  margin-left: 1700px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of5-wide {
  margin-left: 340px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of5-wide {
  margin-left: 680px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of5-wide {
  margin-left: 1020px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-4of5-wide {
  margin-left: 1360px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of6-wide {
  margin-left: 283.33333333px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-5of6-wide {
  margin-left: 1416.66666667px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of2-wide {
  margin-right: 850px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of3-wide {
  margin-right: 566.66666667px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of3-wide {
  margin-right: 1133.33333333px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of4-wide {
  margin-right: 425px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of4-wide {
  margin-right: 1700px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of5-wide {
  margin-right: 340px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of5-wide {
  margin-right: 680px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of5-wide {
  margin-right: 1020px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-4of5-wide {
  margin-right: 1360px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of6-wide {
  margin-right: 283.33333333px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-5of6-wide {
  margin-right: 1416.66666667px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of2-narrow {
  margin-left: 482px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of3-narrow {
  margin-left: 321.33333333px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of3-narrow {
  margin-left: 642.66666667px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of4-narrow {
  margin-left: 241px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of4-narrow {
  margin-left: 964px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of5-narrow {
  margin-left: 192.8px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of5-narrow {
  margin-left: 385.6px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of5-narrow {
  margin-left: 578.4px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-4of5-narrow {
  margin-left: 771.2px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of6-narrow {
  margin-left: 160.66666667px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-5of6-narrow {
  margin-left: 803.33333333px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of2-narrow {
  margin-right: 482px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of3-narrow {
  margin-right: 321.33333333px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of3-narrow {
  margin-right: 642.66666667px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of4-narrow {
  margin-right: 241px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of4-narrow {
  margin-right: 964px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of5-narrow {
  margin-right: 192.8px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of5-narrow {
  margin-right: 385.6px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of5-narrow {
  margin-right: 578.4px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-4of5-narrow {
  margin-right: 771.2px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of6-narrow {
  margin-right: 160.66666667px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-5of6-narrow {
  margin-right: 803.33333333px !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of2-full {
  margin-left: 50% !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of3-full {
  margin-left: 33.33333333% !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of3-full {
  margin-left: 66.66666667% !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of4-full {
  margin-left: 25% !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of4-full {
  margin-left: 100% !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of5-full {
  margin-left: 20% !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of5-full {
  margin-left: 40% !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of5-full {
  margin-left: 60% !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-4of5-full {
  margin-left: 80% !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of6-full {
  margin-left: 16.66666667% !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-left-5of6-full {
  margin-left: 83.33333333% !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of2-full {
  margin-right: 50% !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of3-full {
  margin-right: 33.33333333% !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of3-full {
  margin-right: 66.66666667% !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of4-full {
  margin-right: 25% !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of4-full {
  margin-right: 100% !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of5-full {
  margin-right: 20% !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of5-full {
  margin-right: 40% !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of5-full {
  margin-right: 60% !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-4of5-full {
  margin-right: 80% !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of6-full {
  margin-right: 16.66666667% !important;
}
.wp-block-glowz-ext-glowz-section.glowz-def-margin-right-5of6-full {
  margin-right: 83.33333333% !important;
}
@media (max-width: 787px) {
  .wp-block-glowz-ext-glowz-section.glowz-set-def-margin-left {
    margin-left: 0 !important;
  }
}
@media (max-width: 787px) {
  .wp-block-glowz-ext-glowz-section.glowz-set-def-margin-right {
    margin-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of2-normal-medium {
    margin-left: 650px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of3-normal-medium {
    margin-left: 433.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of3-normal-medium {
    margin-left: 866.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of4-normal-medium {
    margin-left: 325px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of4-normal-medium {
    margin-left: 1300px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of5-normal-medium {
    margin-left: 260px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of5-normal-medium {
    margin-left: 520px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of5-normal-medium {
    margin-left: 780px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-4of5-normal-medium {
    margin-left: 1040px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of6-normal-medium {
    margin-left: 216.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-5of6-normal-medium {
    margin-left: 1083.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of2-normal-medium {
    margin-right: 650px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of3-normal-medium {
    margin-right: 433.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of3-normal-medium {
    margin-right: 866.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of4-normal-medium {
    margin-right: 325px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of4-normal-medium {
    margin-right: 1300px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of5-normal-medium {
    margin-right: 260px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of5-normal-medium {
    margin-right: 520px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of5-normal-medium {
    margin-right: 780px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-4of5-normal-medium {
    margin-right: 1040px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of6-normal-medium {
    margin-right: 216.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-5of6-normal-medium {
    margin-right: 1083.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of2-wide-medium {
    margin-left: 850px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of3-wide-medium {
    margin-left: 566.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of3-wide-medium {
    margin-left: 1133.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of4-wide-medium {
    margin-left: 425px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of4-wide-medium {
    margin-left: 1700px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of5-wide-medium {
    margin-left: 340px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of5-wide-medium {
    margin-left: 680px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of5-wide-medium {
    margin-left: 1020px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-4of5-wide-medium {
    margin-left: 1360px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of6-wide-medium {
    margin-left: 283.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-5of6-wide-medium {
    margin-left: 1416.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of2-wide-medium {
    margin-right: 850px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of3-wide-medium {
    margin-right: 566.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of3-wide-medium {
    margin-right: 1133.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of4-wide-medium {
    margin-right: 425px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of4-wide-medium {
    margin-right: 1700px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of5-wide-medium {
    margin-right: 340px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of5-wide-medium {
    margin-right: 680px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of5-wide-medium {
    margin-right: 1020px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-4of5-wide-medium {
    margin-right: 1360px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of6-wide-medium {
    margin-right: 283.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-5of6-wide-medium {
    margin-right: 1416.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of2-narrow-medium {
    margin-left: 482px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of3-narrow-medium {
    margin-left: 321.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of3-narrow-medium {
    margin-left: 642.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of4-narrow-medium {
    margin-left: 241px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of4-narrow-medium {
    margin-left: 964px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of5-narrow-medium {
    margin-left: 192.8px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of5-narrow-medium {
    margin-left: 385.6px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of5-narrow-medium {
    margin-left: 578.4px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-4of5-narrow-medium {
    margin-left: 771.2px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of6-narrow-medium {
    margin-left: 160.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-5of6-narrow-medium {
    margin-left: 803.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of2-narrow-medium {
    margin-right: 482px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of3-narrow-medium {
    margin-right: 321.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of3-narrow-medium {
    margin-right: 642.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of4-narrow-medium {
    margin-right: 241px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of4-narrow-medium {
    margin-right: 964px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of5-narrow-medium {
    margin-right: 192.8px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of5-narrow-medium {
    margin-right: 385.6px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of5-narrow-medium {
    margin-right: 578.4px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-4of5-narrow-medium {
    margin-right: 771.2px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of6-narrow-medium {
    margin-right: 160.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-5of6-narrow-medium {
    margin-right: 803.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of2-full-medium {
    margin-left: 50% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of3-full-medium {
    margin-left: 33.33333333% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of3-full-medium {
    margin-left: 66.66666667% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of4-full-medium {
    margin-left: 25% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of4-full-medium {
    margin-left: 100% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of5-full-medium {
    margin-left: 20% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of5-full-medium {
    margin-left: 40% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of5-full-medium {
    margin-left: 60% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-4of5-full-medium {
    margin-left: 80% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of6-full-medium {
    margin-left: 16.66666667% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-5of6-full-medium {
    margin-left: 83.33333333% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of2-full-medium {
    margin-right: 50% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of3-full-medium {
    margin-right: 33.33333333% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of3-full-medium {
    margin-right: 66.66666667% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of4-full-medium {
    margin-right: 25% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of4-full-medium {
    margin-right: 100% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of5-full-medium {
    margin-right: 20% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of5-full-medium {
    margin-right: 40% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of5-full-medium {
    margin-right: 60% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-4of5-full-medium {
    margin-right: 80% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of6-full-medium {
    margin-right: 16.66666667% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-5of6-full-medium {
    margin-right: 83.33333333% !important;
  }
}
@media (max-width: 787px) {
  .wp-block-glowz-ext-glowz-section.glowz-set-def-margin-left-medium {
    margin-left: 0 !important;
  }
}
@media (max-width: 787px) {
  .wp-block-glowz-ext-glowz-section.glowz-set-def-margin-right-medium {
    margin-right: 0 !important;
  }
}
@media (max-width: 787px) {
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of2-normal-small {
    margin-left: 650px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of3-normal-small {
    margin-left: 433.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of3-normal-small {
    margin-left: 866.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of4-normal-small {
    margin-left: 325px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of4-normal-small {
    margin-left: 1300px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of5-normal-small {
    margin-left: 260px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of5-normal-small {
    margin-left: 520px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of5-normal-small {
    margin-left: 780px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-4of5-normal-small {
    margin-left: 1040px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of6-normal-small {
    margin-left: 216.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-5of6-normal-small {
    margin-left: 1083.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of2-normal-small {
    margin-right: 650px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of3-normal-small {
    margin-right: 433.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of3-normal-small {
    margin-right: 866.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of4-normal-small {
    margin-right: 325px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of4-normal-small {
    margin-right: 1300px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of5-normal-small {
    margin-right: 260px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of5-normal-small {
    margin-right: 520px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of5-normal-small {
    margin-right: 780px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-4of5-normal-small {
    margin-right: 1040px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of6-normal-small {
    margin-right: 216.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-5of6-normal-small {
    margin-right: 1083.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of2-wide-small {
    margin-left: 850px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of3-wide-small {
    margin-left: 566.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of3-wide-small {
    margin-left: 1133.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of4-wide-small {
    margin-left: 425px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of4-wide-small {
    margin-left: 1700px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of5-wide-small {
    margin-left: 340px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of5-wide-small {
    margin-left: 680px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of5-wide-small {
    margin-left: 1020px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-4of5-wide-small {
    margin-left: 1360px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of6-wide-small {
    margin-left: 283.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-5of6-wide-small {
    margin-left: 1416.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of2-wide-small {
    margin-right: 850px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of3-wide-small {
    margin-right: 566.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of3-wide-small {
    margin-right: 1133.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of4-wide-small {
    margin-right: 425px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of4-wide-small {
    margin-right: 1700px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of5-wide-small {
    margin-right: 340px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of5-wide-small {
    margin-right: 680px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of5-wide-small {
    margin-right: 1020px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-4of5-wide-small {
    margin-right: 1360px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of6-wide-small {
    margin-right: 283.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-5of6-wide-small {
    margin-right: 1416.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of2-narrow-small {
    margin-left: 482px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of3-narrow-small {
    margin-left: 321.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of3-narrow-small {
    margin-left: 642.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of4-narrow-small {
    margin-left: 241px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of4-narrow-small {
    margin-left: 964px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of5-narrow-small {
    margin-left: 192.8px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of5-narrow-small {
    margin-left: 385.6px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of5-narrow-small {
    margin-left: 578.4px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-4of5-narrow-small {
    margin-left: 771.2px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of6-narrow-small {
    margin-left: 160.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-5of6-narrow-small {
    margin-left: 803.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of2-narrow-small {
    margin-right: 482px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of3-narrow-small {
    margin-right: 321.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of3-narrow-small {
    margin-right: 642.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of4-narrow-small {
    margin-right: 241px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of4-narrow-small {
    margin-right: 964px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of5-narrow-small {
    margin-right: 192.8px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of5-narrow-small {
    margin-right: 385.6px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of5-narrow-small {
    margin-right: 578.4px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-4of5-narrow-small {
    margin-right: 771.2px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of6-narrow-small {
    margin-right: 160.66666667px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-5of6-narrow-small {
    margin-right: 803.33333333px !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of2-full-small {
    margin-left: 50% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of3-full-small {
    margin-left: 33.33333333% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of3-full-small {
    margin-left: 66.66666667% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of4-full-small {
    margin-left: 25% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of4-full-small {
    margin-left: 100% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of5-full-small {
    margin-left: 20% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-2of5-full-small {
    margin-left: 40% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-3of5-full-small {
    margin-left: 60% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-4of5-full-small {
    margin-left: 80% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-1of6-full-small {
    margin-left: 16.66666667% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-left-5of6-full-small {
    margin-left: 83.33333333% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of2-full-small {
    margin-right: 50% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of3-full-small {
    margin-right: 33.33333333% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of3-full-small {
    margin-right: 66.66666667% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of4-full-small {
    margin-right: 25% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of4-full-small {
    margin-right: 100% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of5-full-small {
    margin-right: 20% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-2of5-full-small {
    margin-right: 40% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-3of5-full-small {
    margin-right: 60% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-4of5-full-small {
    margin-right: 80% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-1of6-full-small {
    margin-right: 16.66666667% !important;
  }
  .wp-block-glowz-ext-glowz-section.glowz-def-margin-right-5of6-full-small {
    margin-right: 83.33333333% !important;
  }
}
@media (max-width: 991px) {
  .wp-block-glowz-ext-glowz-section.glowz-no-min-height-medium > .glowz-section-content {
    min-height: 0 !important;
  }
}
@media (max-width: 787px) {
  .wp-block-glowz-ext-glowz-section.glowz-no-min-height-small > .glowz-section-content {
    min-height: 0 !important;
  }
}
@media (max-width: 991px) {
  .wp-block-glowz-ext-glowz-section.glowz-no-aspect-ratio-medium > .glowz-section-content {
    aspect-ratio: auto !important;
  }
}
@media (max-width: 787px) {
  .wp-block-glowz-ext-glowz-section.glowz-no-aspect-ratio-small > .glowz-section-content {
    aspect-ratio: auto !important;
  }
}
.wp-block-glowz-ext-glowz-section.glowz-position-top,
.wp-block-glowz-ext-glowz-section.glowz-position-bottom,
.wp-block-glowz-ext-glowz-section.glowz-position-left,
.wp-block-glowz-ext-glowz-section.glowz-position-right {
  position: absolute;
  width: auto;
  z-index: 10;
}
.wp-block-glowz-ext-glowz-section.glowz-position-top {
  top: 0;
  left: 0;
  right: 0;
}
.wp-block-glowz-ext-glowz-section.glowz-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.wp-block-glowz-ext-glowz-section.glowz-position-left {
  left: 0;
  top: 0;
  bottom: 0;
}
.wp-block-glowz-ext-glowz-section.glowz-position-right {
  right: 0;
  top: 0;
  bottom: 0;
}
.glowz-section-bg-double-opacity {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  min-height: 1px;
  min-width: 1px;
}
.glowz-backdrop-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.glowz-set-aspect-ratio > .glowz-section-content {
  aspect-ratio: var(--glowz-aspect-ratio);
}
.glowz-section-content.glowz-content > section:first-child {
  padding-top: 87px;
}
.glowz-section-content:not(.glowz-direction-row):not(.glowz-direction-row-reverse) > :not(.glowz-section):not(.elementor):first-child {
  margin-top: 87px;
}
.wp-block-glowz-ext-glowz-section .glowz-section-content:not(.glowz-direction-row):not(.glowz-direction-row-reverse) > :not(.glowz-section):not(.elementor):first-child {
  margin-top: 0;
}
.glowz-header-content ~ .glowz-section-content:not(.glowz-direction-row):not(.glowz-direction-row-reverse) > :not(.glowz-section):not(.elementor):first-child {
  margin-top: max(min( 14px ,  calc((100vw - var(--glowz-resp-delta)) * 0.01076923) ),  7.3448735px );
}
.glowz-section-content:not(.glowz-direction-row):not(.glowz-direction-row-reverse) > :not(.glowz-section):not(.elementor):last-child {
  margin-bottom: 87px;
}
.wp-block-glowz-ext-glowz-section .glowz-section-content:not(.glowz-direction-row):not(.glowz-direction-row-reverse) > :not(.glowz-section):not(.elementor):last-child {
  margin-bottom: 0;
}
.glowz-section-content:not(.glowz-direction-row):not(.glowz-direction-row-reverse) > section:not(.glowz-section):not(.elementor):first-child {
  margin-top: 0;
}
.glowz-section-content:not(.glowz-direction-row):not(.glowz-direction-row-reverse) > section:not(.glowz-section):not(.elementor):last-child {
  margin-bottom: 0;
}
.glowz-section-content.glowz-direction-row > .glowz-section-content > *:not(.glowz-section):not(.wp-block-spacer),
.glowz-section-content.glowz-direction-row-reverse > .glowz-section-content > *:not(.glowz-section):not(.wp-block-spacer) {
  width: auto;
}
.glowz-section-content > *:not(.glowz-section) {
  position: relative;
}
.glowz-section-content > *:not(.glowz-section).alignwide {
  width: 1700px;
}
.glowz-section-content > *:not(.glowz-section).alignfull {
  width: 100%;
  max-width: 100% !important;
}
.glowz-section-content:not(article) > *:not(.glowz-section) {
  margin-left: auto;
  margin-right: auto;
}
.glowz-section-content > iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.glowz-section-content > figure {
  width: auto;
}
.glowz-section-content > .alignfull {
  max-width: 100% !important;
}
.glowz-grid .glowz-section-content > * {
  width: 100%;
  max-width: 100% !important;
}
.glowz-restricted-width .glowz-section-content > * {
  width: 100%;
}
.glowz-section-content .glowz-section,
.glowz-section-content .glowz-section-bg,
.glowz-section-content > section:not(.glowz-section) {
  width: 100%;
  max-width: 100%;
}
.glowz-section-content.glowz-align-text-left {
  text-align: start;
}
.glowz-section-content.glowz-align-text-left h1,
.glowz-section-content.glowz-align-text-left h2,
.glowz-section-content.glowz-align-text-left h3,
.glowz-section-content.glowz-align-text-left h4,
.glowz-section-content.glowz-align-text-left h5,
.glowz-section-content.glowz-align-text-left h6,
.glowz-section-content.glowz-align-text-left .glowz-heading-bg-h1,
.glowz-section-content.glowz-align-text-left .glowz-heading-bg-h2,
.glowz-section-content.glowz-align-text-left .glowz-heading-bg-h3,
.glowz-section-content.glowz-align-text-left .glowz-heading-bg-h4,
.glowz-section-content.glowz-align-text-left .glowz-heading-bg-h5,
.glowz-section-content.glowz-align-text-left .glowz-heading-bg-h6,
.glowz-section-content.glowz-align-text-left .glowz-lead {
  text-align: inherit;
}
.glowz-section-content.glowz-align-text-left > .wp-block-buttons {
  justify-content: flex-start;
}
.glowz-section-content.glowz-align-text-right {
  text-align: end;
}
.glowz-section-content.glowz-align-text-right h1,
.glowz-section-content.glowz-align-text-right h2,
.glowz-section-content.glowz-align-text-right h3,
.glowz-section-content.glowz-align-text-right h4,
.glowz-section-content.glowz-align-text-right h5,
.glowz-section-content.glowz-align-text-right h6,
.glowz-section-content.glowz-align-text-right .glowz-heading-bg-h1,
.glowz-section-content.glowz-align-text-right .glowz-heading-bg-h2,
.glowz-section-content.glowz-align-text-right .glowz-heading-bg-h3,
.glowz-section-content.glowz-align-text-right .glowz-heading-bg-h4,
.glowz-section-content.glowz-align-text-right .glowz-heading-bg-h5,
.glowz-section-content.glowz-align-text-right .glowz-heading-bg-h6,
.glowz-section-content.glowz-align-text-right .glowz-lead {
  text-align: inherit;
}
.glowz-section-content.glowz-align-text-right > .wp-block-buttons {
  justify-content: flex-end;
}
.glowz-section-content.glowz-align-text-center {
  text-align: center;
}
.glowz-section-content.glowz-align-text-center h1,
.glowz-section-content.glowz-align-text-center h2,
.glowz-section-content.glowz-align-text-center h3,
.glowz-section-content.glowz-align-text-center h4,
.glowz-section-content.glowz-align-text-center h5,
.glowz-section-content.glowz-align-text-center h6,
.glowz-section-content.glowz-align-text-center .glowz-heading-bg-h1,
.glowz-section-content.glowz-align-text-center .glowz-heading-bg-h2,
.glowz-section-content.glowz-align-text-center .glowz-heading-bg-h3,
.glowz-section-content.glowz-align-text-center .glowz-heading-bg-h4,
.glowz-section-content.glowz-align-text-center .glowz-heading-bg-h5,
.glowz-section-content.glowz-align-text-center .glowz-heading-bg-h6,
.glowz-section-content.glowz-align-text-center .glowz-lead {
  text-align: inherit;
}
.glowz-section-content.glowz-align-text-center > .wp-block-buttons {
  justify-content: center;
}
@media (max-width: 991px) {
  .glowz-section-content.glowz-align-text-left-medium {
    text-align: start;
  }
  .glowz-section-content.glowz-align-text-left-medium h1,
  .glowz-section-content.glowz-align-text-left-medium h2,
  .glowz-section-content.glowz-align-text-left-medium h3,
  .glowz-section-content.glowz-align-text-left-medium h4,
  .glowz-section-content.glowz-align-text-left-medium h5,
  .glowz-section-content.glowz-align-text-left-medium h6,
  .glowz-section-content.glowz-align-text-left-medium .glowz-heading-bg-h1,
  .glowz-section-content.glowz-align-text-left-medium .glowz-heading-bg-h2,
  .glowz-section-content.glowz-align-text-left-medium .glowz-heading-bg-h3,
  .glowz-section-content.glowz-align-text-left-medium .glowz-heading-bg-h4,
  .glowz-section-content.glowz-align-text-left-medium .glowz-heading-bg-h5,
  .glowz-section-content.glowz-align-text-left-medium .glowz-heading-bg-h6,
  .glowz-section-content.glowz-align-text-left-medium .glowz-lead {
    text-align: inherit;
  }
  .glowz-section-content.glowz-align-text-left-medium > .wp-block-buttons {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .glowz-section-content.glowz-align-text-right-medium {
    text-align: end;
  }
  .glowz-section-content.glowz-align-text-right-medium h1,
  .glowz-section-content.glowz-align-text-right-medium h2,
  .glowz-section-content.glowz-align-text-right-medium h3,
  .glowz-section-content.glowz-align-text-right-medium h4,
  .glowz-section-content.glowz-align-text-right-medium h5,
  .glowz-section-content.glowz-align-text-right-medium h6,
  .glowz-section-content.glowz-align-text-right-medium .glowz-heading-bg-h1,
  .glowz-section-content.glowz-align-text-right-medium .glowz-heading-bg-h2,
  .glowz-section-content.glowz-align-text-right-medium .glowz-heading-bg-h3,
  .glowz-section-content.glowz-align-text-right-medium .glowz-heading-bg-h4,
  .glowz-section-content.glowz-align-text-right-medium .glowz-heading-bg-h5,
  .glowz-section-content.glowz-align-text-right-medium .glowz-heading-bg-h6,
  .glowz-section-content.glowz-align-text-right-medium .glowz-lead {
    text-align: inherit;
  }
  .glowz-section-content.glowz-align-text-right-medium > .wp-block-buttons {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .glowz-section-content.glowz-align-text-center-medium {
    text-align: center;
  }
  .glowz-section-content.glowz-align-text-center-medium h1,
  .glowz-section-content.glowz-align-text-center-medium h2,
  .glowz-section-content.glowz-align-text-center-medium h3,
  .glowz-section-content.glowz-align-text-center-medium h4,
  .glowz-section-content.glowz-align-text-center-medium h5,
  .glowz-section-content.glowz-align-text-center-medium h6,
  .glowz-section-content.glowz-align-text-center-medium .glowz-heading-bg-h1,
  .glowz-section-content.glowz-align-text-center-medium .glowz-heading-bg-h2,
  .glowz-section-content.glowz-align-text-center-medium .glowz-heading-bg-h3,
  .glowz-section-content.glowz-align-text-center-medium .glowz-heading-bg-h4,
  .glowz-section-content.glowz-align-text-center-medium .glowz-heading-bg-h5,
  .glowz-section-content.glowz-align-text-center-medium .glowz-heading-bg-h6,
  .glowz-section-content.glowz-align-text-center-medium .glowz-lead {
    text-align: inherit;
  }
  .glowz-section-content.glowz-align-text-center-medium > .wp-block-buttons {
    justify-content: center;
  }
}
@media (max-width: 787px) {
  .glowz-section-content.glowz-align-text-left-small {
    text-align: start;
  }
  .glowz-section-content.glowz-align-text-left-small h1,
  .glowz-section-content.glowz-align-text-left-small h2,
  .glowz-section-content.glowz-align-text-left-small h3,
  .glowz-section-content.glowz-align-text-left-small h4,
  .glowz-section-content.glowz-align-text-left-small h5,
  .glowz-section-content.glowz-align-text-left-small h6,
  .glowz-section-content.glowz-align-text-left-small .glowz-heading-bg-h1,
  .glowz-section-content.glowz-align-text-left-small .glowz-heading-bg-h2,
  .glowz-section-content.glowz-align-text-left-small .glowz-heading-bg-h3,
  .glowz-section-content.glowz-align-text-left-small .glowz-heading-bg-h4,
  .glowz-section-content.glowz-align-text-left-small .glowz-heading-bg-h5,
  .glowz-section-content.glowz-align-text-left-small .glowz-heading-bg-h6,
  .glowz-section-content.glowz-align-text-left-small .glowz-lead {
    text-align: inherit;
  }
  .glowz-section-content.glowz-align-text-left-small > .wp-block-buttons {
    justify-content: flex-start;
  }
}
@media (max-width: 787px) {
  .glowz-section-content.glowz-align-text-right-small {
    text-align: end;
  }
  .glowz-section-content.glowz-align-text-right-small h1,
  .glowz-section-content.glowz-align-text-right-small h2,
  .glowz-section-content.glowz-align-text-right-small h3,
  .glowz-section-content.glowz-align-text-right-small h4,
  .glowz-section-content.glowz-align-text-right-small h5,
  .glowz-section-content.glowz-align-text-right-small h6,
  .glowz-section-content.glowz-align-text-right-small .glowz-heading-bg-h1,
  .glowz-section-content.glowz-align-text-right-small .glowz-heading-bg-h2,
  .glowz-section-content.glowz-align-text-right-small .glowz-heading-bg-h3,
  .glowz-section-content.glowz-align-text-right-small .glowz-heading-bg-h4,
  .glowz-section-content.glowz-align-text-right-small .glowz-heading-bg-h5,
  .glowz-section-content.glowz-align-text-right-small .glowz-heading-bg-h6,
  .glowz-section-content.glowz-align-text-right-small .glowz-lead {
    text-align: inherit;
  }
  .glowz-section-content.glowz-align-text-right-small > .wp-block-buttons {
    justify-content: flex-end;
  }
}
@media (max-width: 787px) {
  .glowz-section-content.glowz-align-text-center-small {
    text-align: center;
  }
  .glowz-section-content.glowz-align-text-center-small h1,
  .glowz-section-content.glowz-align-text-center-small h2,
  .glowz-section-content.glowz-align-text-center-small h3,
  .glowz-section-content.glowz-align-text-center-small h4,
  .glowz-section-content.glowz-align-text-center-small h5,
  .glowz-section-content.glowz-align-text-center-small h6,
  .glowz-section-content.glowz-align-text-center-small .glowz-heading-bg-h1,
  .glowz-section-content.glowz-align-text-center-small .glowz-heading-bg-h2,
  .glowz-section-content.glowz-align-text-center-small .glowz-heading-bg-h3,
  .glowz-section-content.glowz-align-text-center-small .glowz-heading-bg-h4,
  .glowz-section-content.glowz-align-text-center-small .glowz-heading-bg-h5,
  .glowz-section-content.glowz-align-text-center-small .glowz-heading-bg-h6,
  .glowz-section-content.glowz-align-text-center-small .glowz-lead {
    text-align: inherit;
  }
  .glowz-section-content.glowz-align-text-center-small > .wp-block-buttons {
    justify-content: center;
  }
}
.glowz-section-content.glowz-writing-mode-horizontal-tb {
  writing-mode: horizontal-tb;
}
.glowz-section-content.glowz-writing-mode-horizontal-tb a {
  transition: all 0.15s ease-out;
}
.glowz-section-content.glowz-writing-mode-horizontal-tb a:after {
  content: none;
}
.glowz-section-content.glowz-writing-mode-horizontal-tb a:hover {
  text-shadow: 0px 0px 10px;
}
.glowz-section-content.glowz-writing-mode-vertical-lr {
  writing-mode: vertical-lr;
}
.glowz-section-content.glowz-writing-mode-vertical-lr a {
  transition: all 0.15s ease-out;
}
.glowz-section-content.glowz-writing-mode-vertical-lr a:after {
  content: none;
}
.glowz-section-content.glowz-writing-mode-vertical-lr a:hover {
  text-shadow: 0px 0px 10px;
}
.glowz-section-content.glowz-writing-mode-vertical-rl {
  writing-mode: vertical-rl;
}
.glowz-section-content.glowz-writing-mode-vertical-rl a {
  transition: all 0.15s ease-out;
}
.glowz-section-content.glowz-writing-mode-vertical-rl a:after {
  content: none;
}
.glowz-section-content.glowz-writing-mode-vertical-rl a:hover {
  text-shadow: 0px 0px 10px;
}
@media (max-width: 991px) {
  .glowz-section-content.glowz-writing-mode-horizontal-tb-medium {
    writing-mode: horizontal-tb;
  }
  .glowz-section-content.glowz-writing-mode-horizontal-tb-medium a {
    transition: all 0.15s ease-out;
  }
  .glowz-section-content.glowz-writing-mode-horizontal-tb-medium a:after {
    content: none;
  }
  .glowz-section-content.glowz-writing-mode-horizontal-tb-medium a:hover {
    text-shadow: 0px 0px 10px;
  }
  .glowz-section-content.glowz-writing-mode-vertical-lr-medium {
    writing-mode: vertical-lr;
  }
  .glowz-section-content.glowz-writing-mode-vertical-lr-medium a {
    transition: all 0.15s ease-out;
  }
  .glowz-section-content.glowz-writing-mode-vertical-lr-medium a:after {
    content: none;
  }
  .glowz-section-content.glowz-writing-mode-vertical-lr-medium a:hover {
    text-shadow: 0px 0px 10px;
  }
  .glowz-section-content.glowz-writing-mode-vertical-rl-medium {
    writing-mode: vertical-rl;
  }
  .glowz-section-content.glowz-writing-mode-vertical-rl-medium a {
    transition: all 0.15s ease-out;
  }
  .glowz-section-content.glowz-writing-mode-vertical-rl-medium a:after {
    content: none;
  }
  .glowz-section-content.glowz-writing-mode-vertical-rl-medium a:hover {
    text-shadow: 0px 0px 10px;
  }
}
@media (max-width: 787px) {
  .glowz-section-content.glowz-writing-mode-horizontal-tb-small {
    writing-mode: horizontal-tb;
  }
  .glowz-section-content.glowz-writing-mode-horizontal-tb-small a {
    transition: all 0.15s ease-out;
  }
  .glowz-section-content.glowz-writing-mode-horizontal-tb-small a:after {
    content: none;
  }
  .glowz-section-content.glowz-writing-mode-horizontal-tb-small a:hover {
    text-shadow: 0px 0px 10px;
  }
  .glowz-section-content.glowz-writing-mode-vertical-lr-small {
    writing-mode: vertical-lr;
  }
  .glowz-section-content.glowz-writing-mode-vertical-lr-small a {
    transition: all 0.15s ease-out;
  }
  .glowz-section-content.glowz-writing-mode-vertical-lr-small a:after {
    content: none;
  }
  .glowz-section-content.glowz-writing-mode-vertical-lr-small a:hover {
    text-shadow: 0px 0px 10px;
  }
  .glowz-section-content.glowz-writing-mode-vertical-rl-small {
    writing-mode: vertical-rl;
  }
  .glowz-section-content.glowz-writing-mode-vertical-rl-small a {
    transition: all 0.15s ease-out;
  }
  .glowz-section-content.glowz-writing-mode-vertical-rl-small a:after {
    content: none;
  }
  .glowz-section-content.glowz-writing-mode-vertical-rl-small a:hover {
    text-shadow: 0px 0px 10px;
  }
}
.glowz-section-content.glowz-writing-mode-vertical-lr p,
.glowz-section-content.glowz-writing-mode-vertical-rl p,
.glowz-section-content.glowz-writing-mode-vertical-lr h1,
.glowz-section-content.glowz-writing-mode-vertical-rl h1,
.glowz-section-content.glowz-writing-mode-vertical-lr h2,
.glowz-section-content.glowz-writing-mode-vertical-rl h2,
.glowz-section-content.glowz-writing-mode-vertical-lr h3,
.glowz-section-content.glowz-writing-mode-vertical-rl h3,
.glowz-section-content.glowz-writing-mode-vertical-lr h4,
.glowz-section-content.glowz-writing-mode-vertical-rl h4,
.glowz-section-content.glowz-writing-mode-vertical-lr h5,
.glowz-section-content.glowz-writing-mode-vertical-rl h5,
.glowz-section-content.glowz-writing-mode-vertical-lr h6,
.glowz-section-content.glowz-writing-mode-vertical-rl h6,
.glowz-section-content.glowz-writing-mode-vertical-lr .glowz-heading-bg-h1,
.glowz-section-content.glowz-writing-mode-vertical-rl .glowz-heading-bg-h1,
.glowz-section-content.glowz-writing-mode-vertical-lr .glowz-heading-bg-h2,
.glowz-section-content.glowz-writing-mode-vertical-rl .glowz-heading-bg-h2,
.glowz-section-content.glowz-writing-mode-vertical-lr .glowz-heading-bg-h3,
.glowz-section-content.glowz-writing-mode-vertical-rl .glowz-heading-bg-h3,
.glowz-section-content.glowz-writing-mode-vertical-lr .glowz-heading-bg-h4,
.glowz-section-content.glowz-writing-mode-vertical-rl .glowz-heading-bg-h4,
.glowz-section-content.glowz-writing-mode-vertical-lr .glowz-heading-bg-h5,
.glowz-section-content.glowz-writing-mode-vertical-rl .glowz-heading-bg-h5,
.glowz-section-content.glowz-writing-mode-vertical-lr .glowz-heading-bg-h6,
.glowz-section-content.glowz-writing-mode-vertical-rl .glowz-heading-bg-h6,
.glowz-section-content.glowz-writing-mode-vertical-lr .glowz-lead,
.glowz-section-content.glowz-writing-mode-vertical-rl .glowz-lead {
  width: auto !important;
}
@media (max-width: 991px) {
  .glowz-section-content.glowz-writing-mode-vertical-lr-medium p,
  .glowz-section-content.glowz-writing-mode-vertical-rl-medium p,
  .glowz-section-content.glowz-writing-mode-vertical-lr-medium h1,
  .glowz-section-content.glowz-writing-mode-vertical-rl-medium h1,
  .glowz-section-content.glowz-writing-mode-vertical-lr-medium h2,
  .glowz-section-content.glowz-writing-mode-vertical-rl-medium h2,
  .glowz-section-content.glowz-writing-mode-vertical-lr-medium h3,
  .glowz-section-content.glowz-writing-mode-vertical-rl-medium h3,
  .glowz-section-content.glowz-writing-mode-vertical-lr-medium h4,
  .glowz-section-content.glowz-writing-mode-vertical-rl-medium h4,
  .glowz-section-content.glowz-writing-mode-vertical-lr-medium h5,
  .glowz-section-content.glowz-writing-mode-vertical-rl-medium h5,
  .glowz-section-content.glowz-writing-mode-vertical-lr-medium h6,
  .glowz-section-content.glowz-writing-mode-vertical-rl-medium h6,
  .glowz-section-content.glowz-writing-mode-vertical-lr-medium .glowz-heading-bg-h1,
  .glowz-section-content.glowz-writing-mode-vertical-rl-medium .glowz-heading-bg-h1,
  .glowz-section-content.glowz-writing-mode-vertical-lr-medium .glowz-heading-bg-h2,
  .glowz-section-content.glowz-writing-mode-vertical-rl-medium .glowz-heading-bg-h2,
  .glowz-section-content.glowz-writing-mode-vertical-lr-medium .glowz-heading-bg-h3,
  .glowz-section-content.glowz-writing-mode-vertical-rl-medium .glowz-heading-bg-h3,
  .glowz-section-content.glowz-writing-mode-vertical-lr-medium .glowz-heading-bg-h4,
  .glowz-section-content.glowz-writing-mode-vertical-rl-medium .glowz-heading-bg-h4,
  .glowz-section-content.glowz-writing-mode-vertical-lr-medium .glowz-heading-bg-h5,
  .glowz-section-content.glowz-writing-mode-vertical-rl-medium .glowz-heading-bg-h5,
  .glowz-section-content.glowz-writing-mode-vertical-lr-medium .glowz-heading-bg-h6,
  .glowz-section-content.glowz-writing-mode-vertical-rl-medium .glowz-heading-bg-h6,
  .glowz-section-content.glowz-writing-mode-vertical-lr-medium .glowz-lead,
  .glowz-section-content.glowz-writing-mode-vertical-rl-medium .glowz-lead {
    width: auto !important;
  }
  .glowz-section-content.glowz-writing-mode-horizontal-tb-medium p,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-medium h1,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-medium h2,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-medium h3,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-medium h4,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-medium h5,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-medium h6,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-medium .glowz-heading-bg-h1,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-medium .glowz-heading-bg-h2,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-medium .glowz-heading-bg-h3,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-medium .glowz-heading-bg-h4,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-medium .glowz-heading-bg-h5,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-medium .glowz-heading-bg-h6,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-medium .glowz-lead {
    width: 100% !important;
  }
}
@media (max-width: 787px) {
  .glowz-section-content.glowz-writing-mode-vertical-lr-small p,
  .glowz-section-content.glowz-writing-mode-vertical-rl-small p,
  .glowz-section-content.glowz-writing-mode-vertical-lr-small h1,
  .glowz-section-content.glowz-writing-mode-vertical-rl-small h1,
  .glowz-section-content.glowz-writing-mode-vertical-lr-small h2,
  .glowz-section-content.glowz-writing-mode-vertical-rl-small h2,
  .glowz-section-content.glowz-writing-mode-vertical-lr-small h3,
  .glowz-section-content.glowz-writing-mode-vertical-rl-small h3,
  .glowz-section-content.glowz-writing-mode-vertical-lr-small h4,
  .glowz-section-content.glowz-writing-mode-vertical-rl-small h4,
  .glowz-section-content.glowz-writing-mode-vertical-lr-small h5,
  .glowz-section-content.glowz-writing-mode-vertical-rl-small h5,
  .glowz-section-content.glowz-writing-mode-vertical-lr-small h6,
  .glowz-section-content.glowz-writing-mode-vertical-rl-small h6,
  .glowz-section-content.glowz-writing-mode-vertical-lr-small .glowz-heading-bg-h1,
  .glowz-section-content.glowz-writing-mode-vertical-rl-small .glowz-heading-bg-h1,
  .glowz-section-content.glowz-writing-mode-vertical-lr-small .glowz-heading-bg-h2,
  .glowz-section-content.glowz-writing-mode-vertical-rl-small .glowz-heading-bg-h2,
  .glowz-section-content.glowz-writing-mode-vertical-lr-small .glowz-heading-bg-h3,
  .glowz-section-content.glowz-writing-mode-vertical-rl-small .glowz-heading-bg-h3,
  .glowz-section-content.glowz-writing-mode-vertical-lr-small .glowz-heading-bg-h4,
  .glowz-section-content.glowz-writing-mode-vertical-rl-small .glowz-heading-bg-h4,
  .glowz-section-content.glowz-writing-mode-vertical-lr-small .glowz-heading-bg-h5,
  .glowz-section-content.glowz-writing-mode-vertical-rl-small .glowz-heading-bg-h5,
  .glowz-section-content.glowz-writing-mode-vertical-lr-small .glowz-heading-bg-h6,
  .glowz-section-content.glowz-writing-mode-vertical-rl-small .glowz-heading-bg-h6,
  .glowz-section-content.glowz-writing-mode-vertical-lr-small .glowz-lead,
  .glowz-section-content.glowz-writing-mode-vertical-rl-small .glowz-lead {
    width: auto !important;
  }
  .glowz-section-content.glowz-writing-mode-horizontal-tb-small p,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-small h1,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-small h2,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-small h3,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-small h4,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-small h5,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-small h6,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-small .glowz-heading-bg-h1,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-small .glowz-heading-bg-h2,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-small .glowz-heading-bg-h3,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-small .glowz-heading-bg-h4,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-small .glowz-heading-bg-h5,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-small .glowz-heading-bg-h6,
  .glowz-section-content.glowz-writing-mode-horizontal-tb-small .glowz-lead {
    width: 100% !important;
  }
}
.glowz-section-content.glowz-upright-text {
  text-orientation: upright;
}
.glowz-section-content.glowz-writing-mode-vertical-lr.glowz-rotate-text,
.glowz-section-content.glowz-writing-mode-vertical-rl.glowz-rotate-text {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}
.glowz-section-content.glowz-writing-mode-horizontal-tb.glowz-rotate-text {
  transform: none;
  transform-origin: 50% 50%;
}
@media (max-width: 991px) {
  .glowz-section-content.glowz-writing-mode-vertical-lr-medium.glowz-rotate-text,
  .glowz-section-content.glowz-writing-mode-vertical-rl-medium.glowz-rotate-text {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
  }
  .glowz-section-content.glowz-writing-mode-horizontal-tb-medium.glowz-rotate-text {
    transform: none;
    transform-origin: 50% 50%;
  }
}
@media (max-width: 787px) {
  .glowz-section-content.glowz-writing-mode-vertical-lr-small.glowz-rotate-text,
  .glowz-section-content.glowz-writing-mode-vertical-rl-small.glowz-rotate-text {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
  }
  .glowz-section-content.glowz-writing-mode-horizontal-tb-small.glowz-rotate-text {
    transform: none;
    transform-origin: 50% 50%;
  }
}
.glowz-flex-break {
  display: none;
}
.glowz-direction-row > .glowz-flex-break,
.glowz-direction-row-reverse > .glowz-flex-break {
  display: block;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  height: 0;
}
.glowz-invert-colors {
  filter: invert(1);
}
.glowz-invert-colors.glowz-no-invert-img img {
  filter: invert(1);
}
.glowz-invert-colors.glowz-no-invert-canvas canvas {
  filter: invert(1);
}
.glowz-invert-colors.glowz-no-invert-iframe iframe {
  filter: invert(1);
}
.glowz-invert-colors.glowz-no-invert-video video {
  filter: invert(1);
}
.glowz-section-bg-image {
  object-fit: cover !important;
  height: 100% !important;
  width: 100% !important;
}
.block-editor-block-preview__content-iframe .glowz-set-min-height > .glowz-section-content {
  min-height: auto !important;
}
:root {
  --glowz-fx-simplified: 0;
}
.glowz-fx-simplified {
  --glowz-fx-simplified: 1;
}
.glowz-fx-simplified .glowz-fx > .glowz-section-effect {
  background-color: rgba(0, 0, 0, 0);
}
.glowz-fx-simplified .glowz-set-fx-img-a > .glowz-fx > .glowz-section-effect {
  background-image: var(--glowz-fx-img-a);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 991px) {
  .glowz-fx-simplified .glowz-set-fx-img-a-medium > .glowz-fx > .glowz-section-effect {
    background-image: var(--glowz-fx-img-a-medium);
  }
}
@media (max-width: 787px) {
  .glowz-fx-simplified .glowz-set-fx-img-a-small > .glowz-fx > .glowz-section-effect {
    background-image: var(--glowz-fx-img-a-small);
  }
}
.glowz-fx-simplified .glowz-set-fx-color-ab > .glowz-fx > .glowz-section-effect:before {
  display: block;
  background-color: var(--glowz-fx-color-ab);
}
.glowz-fx-simplified .glowz-set-fx-color-aa > .glowz-fx > .glowz-section-effect:before {
  display: block;
  background-color: var(--glowz-fx-color-aa);
}
.glowz-fx-simplified .glowz-set-fx-color-a > .glowz-fx > .glowz-section-effect:before {
  display: block;
  background-color: var(--glowz-fx-color-a);
}
.glowz-fx-simplified .glowz-fx-mix-no > .glowz-fx > .glowz-section-effect:before {
  display: none;
}
.glowz-fx-simplified .glowz-fx-mix-multiply > .glowz-fx > .glowz-section-effect:before {
  mix-blend-mode: multiply;
}
.glowz-fx-simplified .glowz-fx-mix-darken > .glowz-fx > .glowz-section-effect:before {
  mix-blend-mode: darken;
}
.glowz-fx-simplified .glowz-fx-mix-lighten > .glowz-fx > .glowz-section-effect:before {
  mix-blend-mode: lighten;
}
.glowz-fx-simplified .glowz-fx-mix-difference > .glowz-fx > .glowz-section-effect:before {
  mix-blend-mode: difference;
}
.glowz-fx-simplified .glowz-fx-mix-color > .glowz-fx > .glowz-section-effect:before {
  mix-blend-mode: color;
}
.glowz-fx-simplified .glowz-fx-mix-normal > .glowz-fx > .glowz-section-effect:before {
  opacity: 0.5;
}
.glowz-fx-simplified .glowz-fx-gradient > .glowz-fx:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 200px);
}
.glowz-fx-simplified .glowz-fx-gradient.glowz-set-fx-color-ab > .glowz-fx:after {
  background-image: linear-gradient(180deg, var(--glowz-fx-color-ab-transparent) 0%, var(--glowz-fx-color-ab) 200px);
}
.glowz-fx-simplified .glowz-fx-gradient.glowz-set-fx-color-aa > .glowz-fx:after {
  background-image: linear-gradient(180deg, var(--glowz-fx-color-aa-transparent) 0%, var(--glowz-fx-color-aa) 200px);
}
.glowz-fx-simplified .glowz-fx-gradient.glowz-set-fx-color-a > .glowz-fx:after {
  background-image: linear-gradient(180deg, var(--glowz-fx-color-a-transparent) 0%, var(--glowz-fx-color-a) 200px);
}
.glowz-section-link {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
}
.glowz-is-editor .glowz-section-link {
  pointer-events: none;
}
.glowz-section-link .glowz-section-icon-pane {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.glowz-section-link .glowz-section-icon-pane .glowz-section-icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.glowz-section-link .glowz-section-icon-pane svg {
  width: 100%;
  fill: currentColor;
  height: 10%;
  min-height: 3em;
}
.glowz-decorative-overlay {
  position: absolute  !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%  !important;
  height: 100%  !important;
  max-width: 100%  !important;
  display: flex;
  flex-flow: row;
  justify-content: stretch;
  overflow: hidden;
}
.glowz-decorative-overlay span {
  flex-grow: 1;
  height: 100%;
  display: block;
}
.glowz-decorative-overlay.glowz-decorative-overlay-a span {
  opacity: 0.05;
}
.glowz-section-content > .glowz-section > .glowz-section-content > .glowz-decorative-overlay.glowz-decorative-overlay-a span:first-child {
  margin-inline-start: -14px;
}
.glowz-section-content > .glowz-section > .glowz-section-content > .glowz-decorative-overlay.glowz-decorative-overlay-a span:last-child {
  margin-inline-end: -14px;
}
.glowz-decorative-overlay.glowz-decorative-overlay-a span:nth-child(1) {
  border-left: 0px;
}
.glowz-decorative-overlay.glowz-decorative-overlay-a-dark span {
  opacity: 0.1;
}
.glowz-decorative-overlay.glowz-decorative-overlay-a-light span {
  border-left: 1px solid #ffffff;
}
.glowz-decorative-overlay.glowz-decorative-overlay-a-dark span {
  border-left: 1px solid #000000;
}
.glowz-decorative-overlay.glowz-decorative-overlay-b-dark {
  opacity: 0.2;
}
.glowz-decorative-overlay.glowz-decorative-overlay-b-dark span:nth-child(1) {
  background-color: #000000;
}
.glowz-decorative-overlay.glowz-decorative-overlay-b-dark span:nth-child(2) {
  background-color: #151515;
}
.glowz-decorative-overlay.glowz-decorative-overlay-b-dark span:nth-child(3) {
  background-color: #222222;
}
.glowz-decorative-overlay.glowz-decorative-overlay-b-dark span:nth-child(4) {
  background-color: #333333;
}
.glowz-decorative-overlay.glowz-decorative-overlay-b-dark span:nth-child(5) {
  background-color: #444444;
}
.glowz-decorative-overlay.glowz-decorative-overlay-b-dark span:nth-child(6) {
  background-color: #555555;
}
.glowz-decorative-overlay.glowz-decorative-overlay-b-dark span:nth-child(7) {
  background-color: #666666;
}
.glowz-decorative-overlay.glowz-decorative-overlay-b-dark span:nth-child(8) {
  background-color: #555555;
}
.glowz-decorative-overlay.glowz-decorative-overlay-b-dark span:nth-child(9) {
  background-color: #444444;
}
.glowz-decorative-overlay.glowz-decorative-overlay-b-dark span:nth-child(10) {
  background-color: #393939;
}
.glowz-decorative-overlay.glowz-decorative-overlay-b-light {
  opacity: 0.2;
}
.glowz-decorative-overlay.glowz-decorative-overlay-b-light span:nth-child(1) {
  background-color: #ffffff;
}
.glowz-decorative-overlay.glowz-decorative-overlay-b-light span:nth-child(2) {
  background-color: #eaeaea;
}
.glowz-decorative-overlay.glowz-decorative-overlay-b-light span:nth-child(3) {
  background-color: #dddddd;
}
.glowz-decorative-overlay.glowz-decorative-overlay-b-light span:nth-child(4) {
  background-color: #cccccc;
}
.glowz-decorative-overlay.glowz-decorative-overlay-b-light span:nth-child(5) {
  background-color: #bbbbbb;
}
.glowz-decorative-overlay.glowz-decorative-overlay-b-light span:nth-child(6) {
  background-color: #aaaaaa;
}
.glowz-decorative-overlay.glowz-decorative-overlay-b-light span:nth-child(7) {
  background-color: #999999;
}
.glowz-decorative-overlay.glowz-decorative-overlay-b-light span:nth-child(8) {
  background-color: #aaaaaa;
}
.glowz-decorative-overlay.glowz-decorative-overlay-b-light span:nth-child(9) {
  background-color: #bbbbbb;
}
.glowz-decorative-overlay.glowz-decorative-overlay-b-light span:nth-child(10) {
  background-color: #c6c6c6;
}
.glowz-section.glowz-set-link {
  transition: color 0.3s;
}
.glowz-set-items-height > * {
  min-height: var(--glowz-items-height);
}
.glowz-section.glowz-hide-empty:has(>.glowz-section-content:empty):not(.glowz-is-editor) {
  display: none;
}
/*==================================================================
14. Glowz Grid for Gutenberg / .glowz-grid
==================================================================*/
.glowz-grid > .glowz-grid-columns > * {
  width: auto;
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns > *.glowz-no-width-medium {
    width: auto !important;
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns > *.glowz-no-width-small {
    width: auto !important;
  }
}
:where(.glowz-grid) {
  max-width: 100%;
}
.glowz-grid {
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: stretch;
}
.has-text-color .glowz-grid {
  color: inherit;
}
.glowz-grid-columns .glowz-grid {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.glowz-grid .glowz-hidden-item {
  display: none;
}
.glowz-grid > .glowz-grid-columns {
  flex-grow: 1;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  align-items: start;
  justify-content: center;
}
.glowz-grid > .glowz-grid-columns > * {
  margin-bottom: 0;
  box-sizing: border-box;
  position: relative;
}
.glowz-grid > .glowz-grid-columns > * {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}
.glowz-grid > .glowz-grid-columns > *.glowz-set-width {
  flex-shrink: 0;
  flex-grow: 0;
}
.glowz-grid > .glowz-grid-columns > .wp-block[data-type="glowz-ext/glowz-section"] > * > * > .wp-block-glowz-ext-glowz-section {
  width: auto !important;
}
.glowz-grid > .glowz-grid-columns.glowz-grid-columns-0 > *:not(.glowz-set-width) {
  flex-grow: 1;
}
.glowz-grid > .glowz-grid-columns.glowz-no-wrap-large {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-no-wrap-large {
    flex-wrap: wrap;
  }
}
.glowz-grid > .glowz-grid-columns.glowz-no-wrap-medium {
  flex-wrap: nowrap;
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-no-wrap-medium {
    flex-wrap: wrap;
  }
}
.glowz-grid > .glowz-grid-columns.glowz-no-wrap-small {
  flex-wrap: nowrap;
}
.glowz-grid > .glowz-grid-columns.glowz-justify-start {
  justify-content: flex-start;
}
.glowz-grid > .glowz-grid-columns.glowz-justify-end {
  justify-content: flex-end;
}
.glowz-grid > .glowz-grid-columns.glowz-justify-space-between {
  justify-content: space-between;
}
.glowz-grid > .glowz-grid-columns.glowz-justify-space-around {
  justify-content: space-around;
}
.glowz-grid > .glowz-grid-columns.glowz-justify-space-evenly {
  justify-content: space-evenly;
}
.glowz-grid > .glowz-grid-columns.glowz-justify-stretch {
  justify-content: stretch;
}
.glowz-grid > .glowz-grid-columns.glowz-justify-stretch > * {
  flex-grow: 1;
}
.glowz-grid.glowz-grid-direction-reverse > .glowz-grid-columns {
  flex-flow: row-reverse wrap;
}
.glowz-grid.glowz-layout-rows-baseline > .glowz-grid-columns {
  align-items: baseline;
}
.glowz-grid.glowz-layout-rows-stretch > .glowz-grid-columns {
  align-items: stretch;
}
.glowz-grid.glowz-layout-rows-center > .glowz-grid-columns {
  align-items: center;
}
.glowz-grid.glowz-layout-rows-start > .glowz-grid-columns {
  align-items: flex-start;
}
.glowz-grid.glowz-layout-rows-end > .glowz-grid-columns {
  align-items: flex-end;
}
.glowz-grid.glowz-set-shadow-color > .glowz-grid-columns > * {
  box-shadow: 0 4px 4px var(--glowz-page-shadow);
}
.glowz-grid.glowz-set-shadow-color > .glowz-grid-columns > .glowz-grid-item {
  box-shadow: none;
}
.glowz-grid.glowz-set-shadow-color > .glowz-grid-columns > .glowz-grid-item.glowz-overlay-no.glowz-overlay-no-has-bg .glowz-grid-item-link,
.glowz-grid.glowz-set-shadow-color > .glowz-grid-columns > .glowz-grid-item.glowz-overlay-no:not(.glowz-overlay-no-has-bg) .glowz-image-wrapper,
.glowz-grid.glowz-set-shadow-color > .glowz-grid-columns > .glowz-grid-item:not(.glowz-overlay-no) .glowz-grid-item-link {
  box-shadow: 0 4px 4px var(--glowz-page-shadow);
}
.glowz-grid.glowz-set-items-radius > .glowz-grid-columns > * {
  border-radius: var(--glowz-items-radius);
}
.glowz-grid.glowz-set-items-radius > .glowz-grid-columns > .glowz-grid-item {
  border-radius: 0;
}
.glowz-grid.glowz-set-items-radius > .glowz-grid-columns > .glowz-grid-item.glowz-overlay-no.glowz-overlay-no-has-bg .glowz-grid-item-link,
.glowz-grid.glowz-set-items-radius > .glowz-grid-columns > .glowz-grid-item.glowz-overlay-no:not(.glowz-overlay-no-has-bg) .glowz-image-wrapper,
.glowz-grid.glowz-set-items-radius > .glowz-grid-columns > .glowz-grid-item:not(.glowz-overlay-no) .glowz-grid-item-link {
  border-radius: var(--glowz-items-radius);
}
.glowz-grid > .glowz-grid-columns:not(.glowz-gaps-no) {
  margin-left: -14px;
  margin-right: -14px;
  width: calc(100% + 28px);
}
.glowz-grid > .glowz-grid-columns:not(.glowz-gaps-no) > * {
  border: 14px solid transparent;
}
.glowz-grid > .glowz-grid-columns.glowz-gaps-small {
  margin-left: -7px;
  margin-right: -7px;
  width: calc(100% + 14px);
}
.glowz-grid > .glowz-grid-columns.glowz-gaps-small > * {
  border: 7px solid transparent;
}
.glowz-grid > .glowz-grid-columns.glowz-gaps-responsive-small {
  margin-left: -7px;
  margin-right: -7px;
  width: calc(100% + 14px);
}
.glowz-grid > .glowz-grid-columns.glowz-gaps-responsive-small > * {
  border: 7px solid transparent;
}
@media (max-width: 1327px) {
  .glowz-grid > .glowz-grid-columns.glowz-gaps-responsive-small {
    margin-left: calc(5px * 0.00538462 + 0.15076923px - 0.53846154vw);
    margin-right: calc(5px * 0.00538462 + 0.15076923px - 0.53846154vw);
    width: calc(100% + 1.07692308vw - 0.30153846px - 5px * 0.01076923);
  }
  .glowz-grid > .glowz-grid-columns.glowz-gaps-responsive-small > * {
    border: calc(0.53846154vw - 0.15076923px - 5px * 0.00538462) solid transparent;
  }
}
@media (max-width: 479px) {
  .glowz-grid > .glowz-grid-columns.glowz-gaps-responsive-small {
    margin-left: -2.43384615px;
    margin-right: -2.43384615px;
    width: calc(100% + 4.86769231px);
  }
  .glowz-grid > .glowz-grid-columns.glowz-gaps-responsive-small > * {
    border: 2.43384615px solid transparent;
  }
}
.glowz-grid > .glowz-grid-columns.glowz-gaps-responsive-large {
  margin-left: -14px;
  margin-right: -14px;
  width: calc(100% + 28px);
}
.glowz-grid > .glowz-grid-columns.glowz-gaps-responsive-large > * {
  border: 14px solid transparent;
}
@media (max-width: 1327px) {
  .glowz-grid > .glowz-grid-columns.glowz-gaps-responsive-large {
    margin-left: calc(5px * 0.01076923 + 0.30153846px - 1.07692308vw);
    margin-right: calc(5px * 0.01076923 + 0.30153846px - 1.07692308vw);
    width: calc(100% + 2.15384615vw - 0.60307692px - 5px * 0.02153846);
  }
  .glowz-grid > .glowz-grid-columns.glowz-gaps-responsive-large > * {
    border: calc(1.07692308vw - 0.30153846px - 5px * 0.01076923) solid transparent;
  }
}
@media (max-width: 479px) {
  .glowz-grid > .glowz-grid-columns.glowz-gaps-responsive-large {
    margin-left: -4.86769231px;
    margin-right: -4.86769231px;
    width: calc(100% + 9.73538462px);
  }
  .glowz-grid > .glowz-grid-columns.glowz-gaps-responsive-large > * {
    border: 4.86769231px solid transparent;
  }
}
.alignfull.glowz-grid > .glowz-grid-columns {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.glowz-grid > .glowz-grid-columns.glowz-grid-columns-0 {
  justify-content: center;
}
.glowz-grid > .glowz-grid-columns.glowz-grid-columns-0 > * {
  width: auto;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-medium-0 {
    justify-content: center;
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-small-0 {
    justify-content: center;
  }
}
.glowz-grid > .glowz-grid-columns.glowz-grid-columns-1 > * {
  width: calc(100% / 1);
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-1 > * {
    width: calc(100% / 0);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-1 > * {
    width: calc(100% / 0);
  }
}
.glowz-grid > .glowz-grid-columns.glowz-grid-columns-2 > * {
  width: calc(100% / 2);
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-2 > * {
    width: calc(100% / 1);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-2 > * {
    width: calc(100% / 1);
  }
}
.glowz-grid > .glowz-grid-columns.glowz-grid-columns-3 > * {
  width: calc(100% / 3);
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-3 > * {
    width: calc(100% / 2);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-3 > * {
    width: calc(100% / 1);
  }
}
.glowz-grid > .glowz-grid-columns.glowz-grid-columns-4 > * {
  width: calc(100% / 4);
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-4 > * {
    width: calc(100% / 2);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-4 > * {
    width: calc(100% / 2);
  }
}
.glowz-grid > .glowz-grid-columns.glowz-grid-columns-5 > * {
  width: calc(100% / 5);
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-5 > * {
    width: calc(100% / 3);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-5 > * {
    width: calc(100% / 2);
  }
}
.glowz-grid > .glowz-grid-columns.glowz-grid-columns-6 > * {
  width: calc(100% / 6);
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-6 > * {
    width: calc(100% / 4);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-6 > * {
    width: calc(100% / 3);
  }
}
.glowz-grid > .glowz-grid-columns.glowz-grid-columns-7 > * {
  width: calc(100% / 7);
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-7 > * {
    width: calc(100% / 5);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-7 > * {
    width: calc(100% / 4);
  }
}
.glowz-grid > .glowz-grid-columns.glowz-grid-columns-8 > * {
  width: calc(100% / 8);
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-8 > * {
    width: calc(100% / 5);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-8 > * {
    width: calc(100% / 4);
  }
}
.glowz-grid > .glowz-grid-columns.glowz-grid-columns-9 > * {
  width: calc(100% / 9);
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-9 > * {
    width: calc(100% / 6);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-9 > * {
    width: calc(100% / 5);
  }
}
.glowz-grid > .glowz-grid-columns.glowz-grid-columns-10 > * {
  width: calc(100% / 10);
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-10 > * {
    width: calc(100% / 7);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-10 > * {
    width: calc(100% / 5);
  }
}
.glowz-grid > .glowz-grid-columns.glowz-grid-columns-11 > * {
  width: calc(100% / 11);
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-11 > * {
    width: calc(100% / 8);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-11 > * {
    width: calc(100% / 6);
  }
}
.glowz-grid > .glowz-grid-columns.glowz-grid-columns-12 > * {
  width: calc(100% / 12);
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-12 > * {
    width: calc(100% / 8);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-12 > * {
    width: calc(100% / 7);
  }
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-medium-1 > * {
    width: calc(100% / 1);
  }
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-medium-2 > * {
    width: calc(100% / 2);
  }
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-medium-3 > * {
    width: calc(100% / 3);
  }
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-medium-4 > * {
    width: calc(100% / 4);
  }
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-medium-5 > * {
    width: calc(100% / 5);
  }
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-medium-6 > * {
    width: calc(100% / 6);
  }
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-medium-7 > * {
    width: calc(100% / 7);
  }
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-medium-8 > * {
    width: calc(100% / 8);
  }
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-medium-9 > * {
    width: calc(100% / 9);
  }
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-medium-10 > * {
    width: calc(100% / 10);
  }
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-medium-11 > * {
    width: calc(100% / 11);
  }
}
@media (max-width: 991px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-medium-12 > * {
    width: calc(100% / 12);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-small-1 > * {
    width: calc(100% / 1);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-small-2 > * {
    width: calc(100% / 2);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-small-3 > * {
    width: calc(100% / 3);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-small-4 > * {
    width: calc(100% / 4);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-small-5 > * {
    width: calc(100% / 5);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-small-6 > * {
    width: calc(100% / 6);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-small-7 > * {
    width: calc(100% / 7);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-small-8 > * {
    width: calc(100% / 8);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-small-9 > * {
    width: calc(100% / 9);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-small-10 > * {
    width: calc(100% / 10);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-small-11 > * {
    width: calc(100% / 11);
  }
}
@media (max-width: 787px) {
  .glowz-grid > .glowz-grid-columns.glowz-grid-columns-small-12 > * {
    width: calc(100% / 12);
  }
}
.glowz-grid-filters {
  list-style: none;
  padding: 0;
  text-align: center;
  opacity: 1;
}
.glowz-grid.alignfull > .glowz-grid-filters {
  padding: 0 0.5rem;
}
.glowz-grid-filters li {
  display: inline-block;
  float: none;
  position: relative;
  padding: 0 0.5rem;
  font-weight: 600;
}
.glowz-grid-filters a.glowz-grid-filter-active {
  opacity: 0.5;
}
/*==================================================================
15. Glowz Grid Item for Gutenberg / .glowz-grid
==================================================================*/
.glowz-grid-item {
  overflow: hidden;
  --glowz-icon-color: currentColor;
}
.glowz-grid-item.glowz-set-border-radius {
  z-index: 0;
}
.glowz-grid-item.glowz-set-width {
  box-sizing: content-box;
}
.has-text-color .glowz-grid-item {
  color: inherit;
}
.glowz-grid-item a {
  color: inherit;
  text-decoration: none !important;
}
.glowz-grid-item.glowz-set-border-color {
  border-style: solid;
}
.glowz-set-height.glowz-grid-item > .glowz-grid-item-link {
  height: 100%;
}
.glowz-grid-item.glowz-small-text .glowz-grid-item-content {
  font-size: 12px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.3;
}
.glowz-grid-item-main {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.glowz-grid-item-inner {
  position: relative;
  width: 100%;
}
.glowz-grid-item:not(.glowz-set-border-radius) > .glowz-grid-item-link > .glowz-grid-item-inner {
  transition: 0.3s transform;
  transform: translateY(0px);
}
.glowz-grid-item:not(.glowz-reverse-hover):not(.glowz-set-border-radius):hover > .glowz-grid-item-link > .glowz-grid-item-inner,
.glowz-grid-item.glowz-reverse-hover:not(.glowz-set-border-radius) > .glowz-grid-item-link > .glowz-grid-item-inner {
  transform: translateY(-14px);
}
.glowz-grid-item-content.glowz-set-bg-color {
  position: relative;
  width: 100%;
}
.glowz-grid-item.glowz-overlay-no:not(.glowz-set-border-radius) > .glowz-grid-item-link > .glowz-grid-item-main > .glowz-grid-item-content.glowz-set-bg-color {
  transition: 0.3s transform;
  transform: translateY(0px);
}
.glowz-grid-item.glowz-overlay-no:not(.glowz-reverse-hover):not(.glowz-set-border-radius):hover > .glowz-grid-item-link > .glowz-grid-item-main > .glowz-grid-item-content.glowz-set-bg-color,
.glowz-grid-item.glowz-overlay-no.glowz-reverse-hover:not(.glowz-set-border-radius) > .glowz-grid-item-link > .glowz-grid-item-main > .glowz-grid-item-content.glowz-set-bg-color {
  transform: translateY(-14px);
}
.glowz-show-title {
  transition: 0.3s transform;
}
.glowz-grid-item.glowz-disable-hover-overlay.glowz-set-show-title:not(.glowz-set-image-h):not(.glowz-reverse-hover):hover > .glowz-grid-item-link > .glowz-grid-item-main .glowz-show-title,
.glowz-grid-item.glowz-disable-hover-overlay.glowz-set-show-title:not(.glowz-set-image-h).glowz-reverse-hover > .glowz-grid-item-link > .glowz-grid-item-main .glowz-show-title {
  transform: translateY(-14px);
}
.glowz-grid-item.glowz-set-border-radius.glowz-overlay-no:not(.glowz-set-border-color) {
  color: #220000 !important;
}
.glowz-grid-item.glowz-set-border-radius.glowz-overlay-no:not(.glowz-set-border-color) > .glowz-grid-item-link {
  border-radius: inherit;
}
.glowz-grid-item.glowz-set-border-radius.glowz-overlay-no:not(.glowz-set-border-color) > .glowz-grid-item-link > .glowz-image-wrapper {
  border-radius: inherit;
}
.glowz-grid-item {
  position: relative;
  flex-shrink: 0;
  margin-top: var(--glowz-paragraph-margin-top, 0);
  margin-bottom: var(--glowz-paragraph-margin-bottom, 1em);
}
.glowz-grid-item:not(.glowz-heading):last-child,
.glowz-direction-row > .glowz-grid-item,
.glowz-direction-row-reverse > .glowz-grid-item {
  margin-bottom: 0;
}
.glowz-responsive-paragraph-margins > .glowz-grid-item {
  margin-bottom: max(min( 14px ,  calc((100vw - var(--glowz-resp-delta)) * 0.01076923) ),  7.3448735px );
}
.glowz-responsive-paragraph-margins > .glowz-grid-item:not(.glowz-heading):last-child {
  margin-bottom: 0;
}
.glowz-grid-item:not(.glowz-set-width):not(.glowz-set-max-width) {
  flex-grow: 1;
}
.glowz-grid-columns > .glowz-grid-item:not(.glowz-set-width):not(.glowz-set-max-width),
[class*="glowz-justify"] > .glowz-grid-item:not(.glowz-set-width):not(.glowz-set-max-width),
[class*="glowz-align-items"] > .glowz-grid-item:not(.glowz-set-width):not(.glowz-set-max-width) {
  flex-grow: 0;
}
.glowz-grid-item .glowz-grid-item-link {
  z-index: 0;
  display: flex;
  flex-flow: column;
}
.glowz-grid-item .glowz-grid-item-content {
  box-sizing: border-box;
  padding: 14px;
}
.glowz-grid-item .glowz-grid-item-content > div {
  width: 100%;
}
.glowz-overlay-no.glowz-grid-item .glowz-grid-item-content {
  position: relative;
  height: auto;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
}
.glowz-overlay-no.glowz-grid-item .glowz-grid-item-content .glowz-title,
.glowz-overlay-no.glowz-grid-item .glowz-grid-item-content .glowz-title-text {
  line-height: 1.4;
}
.glowz-grid-item .glowz-grid-item-text {
  text-align: center;
  z-index: 100;
  font-weight: 400;
  line-height: 1.6;
}
.glowz-grid-item .glowz-title {
  font-weight: 700;
}
.glowz-grid-item.glowz-image-h-preload-yes .glowz-grid-item-image-h {
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -ms-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}
.android-browser-4_3minus .glowz-grid-item.glowz-image-h-preload-yes .glowz-grid-item-image-h {
  transition: none;
  -webkit-transition: none;
}
.glowz-grid-item.glowz-image-h-preload-yes:not(.glowz-reverse-hover) .glowz-grid-item-image-h,
.glowz-grid-item.glowz-image-h-preload-yes.glowz-reverse-hover:hover .glowz-grid-item-image-h {
  opacity: 0;
}
.glowz-grid-item.glowz-image-h-preload-yes:not(.glowz-reverse-hover):hover .glowz-grid-item-image-h,
.glowz-grid-item.glowz-image-h-preload-yes.glowz-reverse-hover .glowz-grid-item-image-h {
  opacity: 1;
}
.glowz-grid-item.glowz-image-h-preload-no .glowz-grid-item-image-h {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -ms-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}
.android-browser-4_3minus .glowz-grid-item.glowz-image-h-preload-no .glowz-grid-item-image-h {
  transition: none;
  -webkit-transition: none;
}
.glowz-grid-item.glowz-image-h-preload-no .glowz-grid-item-image-h.glowz-show {
  opacity: 1;
}
.glowz-grid-item-content,
.glowz-grid-item .glowz-grid-item-overlay {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.glowz-grid-item-editor-description,
.glowz-grid-item-editor-title input {
  background-color: #ffffff;
  color: #121212;
  border: 0px;
  outline: 0px;
  margin: 0;
  padding: 5px;
  text-shadow: none;
}
.glowz-grid-item-link {
  justify-content: center;
  align-items: center;
}
.glowz-grid-item-link,
.glowz-image-wrapper {
  overflow: hidden;
  position: relative;
}
.glowz-grid-item-image-h {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.glowz-grid-columns > .glowz-grid-item {
  margin-bottom: 0;
}
.glowz-grid-item .glowz-grid-item-text,
.glowz-grid-item .glowz-grid-item-overlay {
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.android-browser-4_3minus .glowz-grid-item .glowz-grid-item-text,
.android-browser-4_3minus .glowz-grid-item .glowz-grid-item-overlay {
  transition: none;
  -webkit-transition: none;
}
.glowz-grid-item:not(.glowz-reverse-hover) .glowz-grid-item-text,
.glowz-grid-item.glowz-reverse-hover:hover .glowz-grid-item-text,
.glowz-grid-item:not(.glowz-reverse-hover).glowz-set-image .glowz-grid-item-overlay,
.glowz-grid-item.glowz-reverse-hover:hover.glowz-set-image .glowz-grid-item-overlay {
  opacity: 0;
}
.glowz-overlay-no.glowz-grid-item:not(.glowz-reverse-hover) .glowz-grid-item-text,
.glowz-overlay-no.glowz-grid-item.glowz-reverse-hover:hover .glowz-grid-item-text,
.glowz-overlay-no.glowz-grid-item:not(.glowz-reverse-hover).glowz-set-image .glowz-grid-item-overlay,
.glowz-overlay-no.glowz-grid-item.glowz-reverse-hover:hover.glowz-set-image .glowz-grid-item-overlay {
  opacity: 1;
}
.glowz-grid-item .glowz-grid-item-overlay {
  height: 100%;
}
.glowz-grid-item:not(.glowz-reverse-hover):hover .glowz-grid-item-text,
.glowz-grid-item.glowz-reverse-hover .glowz-grid-item-text,
.glowz-grid-item:not(.glowz-reverse-hover):hover .glowz-grid-item-overlay,
.glowz-grid-item.glowz-reverse-hover .glowz-grid-item-overlay {
  opacity: 1;
}
.glowz-grid-item.glowz-overlay-no .glowz-grid-item-text {
  opacity: 1;
}
.glowz-set-show-title.glowz-grid-item .glowz-grid-item-text {
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.glowz-set-show-title.glowz-grid-item:not(.glowz-reverse-hover) .glowz-grid-item-text,
.glowz-set-show-title.glowz-grid-item.glowz-reverse-hover:hover .glowz-grid-item-text {
  transform: translateY(100%);
}
.glowz-set-show-title.glowz-grid-item:not(.glowz-reverse-hover):hover .glowz-grid-item-text,
.glowz-set-show-title.glowz-grid-item.glowz-reverse-hover .glowz-grid-item-text {
  transform: translateY(0%);
}
.glowz-grid-item-toolbar {
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  border-radius: 3px !important;
}
.glowz-show-title {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.glowz-show-title .glowz-show-title-overlay,
.glowz-show-title .glowz-show-title-title {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.android-browser-4_3minus .glowz-show-title .glowz-show-title-overlay,
.android-browser-4_3minus .glowz-show-title .glowz-show-title-title {
  transition: none;
  -webkit-transition: none;
}
.glowz-grid-item:not(.glowz-disable-hover-overlay):not(.glowz-reverse-hover) .glowz-show-title .glowz-show-title-overlay,
.glowz-grid-item:not(.glowz-disable-hover-overlay):not(.glowz-reverse-hover) .glowz-show-title .glowz-show-title-title,
.glowz-grid-item.glowz-reverse-hover:not(.glowz-disable-hover-overlay):hover .glowz-show-title .glowz-show-title-overlay,
.glowz-grid-item.glowz-reverse-hover:not(.glowz-disable-hover-overlay):hover .glowz-show-title .glowz-show-title-title {
  opacity: 1;
}
.glowz-grid-item:not(.glowz-disable-hover-overlay):not(.glowz-reverse-hover):hover .glowz-show-title .glowz-show-title-overlay,
.glowz-grid-item:not(.glowz-disable-hover-overlay):not(.glowz-reverse-hover):hover .glowz-show-title .glowz-show-title-title,
.glowz-grid-item.glowz-reverse-hover:not(.glowz-disable-hover-overlay) .glowz-show-title .glowz-show-title-overlay,
.glowz-grid-item.glowz-reverse-hover:not(.glowz-disable-hover-overlay) .glowz-show-title .glowz-show-title-title {
  opacity: 0;
}
.glowz-show-title .glowz-show-title-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.glowz-show-title .glowz-show-title-title {
  position: relative;
  padding: 4px 14px;
  text-align: center;
}
.glowz-grid-item:not(.glowz-overlay-no-has-bg) .glowz-title-text,
.glowz-grid-item.glowz-overlay-no .glowz-title-text {
  display: inline-block;
  overflow: visible;
  position: relative;
}
.glowz-grid-item:not(.glowz-overlay-no-has-bg) .glowz-title-text:before,
.glowz-grid-item.glowz-overlay-no .glowz-title-text:before {
  content: '[';
}
.glowz-grid-item:not(.glowz-overlay-no-has-bg) .glowz-title-text:after,
.glowz-grid-item.glowz-overlay-no .glowz-title-text:after {
  content: ']';
}
.glowz-grid-item:not(.glowz-overlay-no-has-bg) .glowz-title-text:before,
.glowz-grid-item.glowz-overlay-no .glowz-title-text:before,
.glowz-grid-item:not(.glowz-overlay-no-has-bg) .glowz-title-text:after,
.glowz-grid-item.glowz-overlay-no .glowz-title-text:after {
  display: inline-block;
  opacity: 0;
  transition: transform 0.3s, opacity 0.2s;
  position: absolute;
  transform: translateX(0px);
  width: 100%;
  text-align: center;
  top: 0;
  pointer-events: none;
}
.glowz-grid-item:not(.glowz-overlay-no-has-bg) .glowz-title-text:before,
.glowz-grid-item.glowz-overlay-no .glowz-title-text:before {
  content: '[';
  left: var(--gllowz-hover-offset, -0.4em);
}
.glowz-grid-item:not(.glowz-overlay-no-has-bg) .glowz-title-text:after,
.glowz-grid-item.glowz-overlay-no .glowz-title-text:after {
  content: ']';
  right: var(--gllowz-hover-offset, -0.4em);
}
.glowz-grid-item:not(.glowz-overlay-no-has-bg):hover .glowz-title-text:before,
.glowz-grid-item.glowz-overlay-no:hover .glowz-title-text:before,
.glowz-grid-item:not(.glowz-overlay-no-has-bg):hover .glowz-title-text:after,
.glowz-grid-item.glowz-overlay-no:hover .glowz-title-text:after {
  opacity: 1;
}
.glowz-grid-item:not(.glowz-overlay-no-has-bg):hover .glowz-title-text:before,
.glowz-grid-item.glowz-overlay-no:hover .glowz-title-text:before {
  transform: translateX(-50%);
}
.glowz-grid-item:not(.glowz-overlay-no-has-bg):hover .glowz-title-text:after,
.glowz-grid-item.glowz-overlay-no:hover .glowz-title-text:after {
  transform: translateX(50%);
}
.glowz-grid-item.glowz-edit {
  margin-bottom: 0;
}
.glowz-grid-columns > .glowz-grid-item.glowz-set-height {
  flex-grow: 0 !important;
}
.glowz-grid-columns > .glowz-grid-item.glowz-set-height .glowz-grid-item-image {
  width: auto;
  height: 100%;
}
.glowz-grid-item-icon-pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 0px;
  text-align: center;
  border-radius: 0px 0px 10px 0px;
  overflow: hidden;
  z-index: 100;
  transition: 0.6s all;
}
.glowz-grid-item-icon-pane svg {
  fill: var(--glowz-icon-color, currentColor);
}
.glowz-grid-item:not(.glowz-set-image) > .glowz-grid-item-link > .glowz-grid-item-main > .glowz-grid-item-icon-pane {
  width: min( 44% ,  70px );
  height: min( 44% ,  70px );
  border-radius: 50%;
  margin-left: max( -22% ,  -35px );
  margin-top: max( -22% ,  -35px );
  left: 50%;
  top: 50%;
}
.glowz-grid-item:not(.glowz-reverse-hover):hover > .glowz-grid-item-link > .glowz-grid-item-main > .glowz-grid-item-icon-pane,
.glowz-grid-item.glowz-reverse-hover > .glowz-grid-item-link > .glowz-grid-item-main > .glowz-grid-item-icon-pane {
  transform: translateY(-45px);
  opacity: 0;
}
.glowz-grid-item-icon-bg,
.glowz-grid-item-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.glowz-grid-item-icon-bg {
  mix-blend-mode: normal !important;
}
.glowz-grid-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--glowz-icon-color);
}
.glowz-grid-item-icon svg {
  height: 15px;
}
.glowz-grid-item:not(.glowz-set-image) > .glowz-grid-item-link > .glowz-grid-item-main > .glowz-grid-item-icon-pane .glowz-grid-item-icon svg {
  height: 20px;
}
.is-root-container .glowz-bars {
  display: none;
}
.glowz-is-safari .glowz-grid-item-overlay[class*=glowz-mix-],
.glowz-is-safari .glowz-show-title-overlay[class*=glowz-mix-],
.glowz-is-safari .glowz-grid-item-overlay[class*=glowz-backdrop-filter-],
.glowz-is-safari .glowz-show-title-overlay[class*=glowz-backdrop-filter-] {
  transition: 0s all !important;
}
.glowz-open-embed-code {
  display: none;
}
/*==================================================================
16. Glowz Heading for Gutenberg / .glowz-heading-style
==================================================================*/
.glowz-heading {
  --glowz-bloom-size: 0.25px;
  position: relative;
}
.glowz-heading:not(.glowz-lead) {
  line-height: 1.15;
}
.glowz-heading-bg {
  line-height: 1;
}
.glowz-lead {
  margin-bottom: 0;
}
.glowz-heading-bg-h1:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 243.58084686px ,  calc((100vw - var(--glowz-resp-delta)) * 0.18736988) ),  127.79075055px );
}
.glowz-heading-bg-h2:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 195.73460908px ,  calc((100vw - var(--glowz-resp-delta)) * 0.15056508) ),  102.68899598px );
}
.glowz-heading-bg-h3:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 91.34281757px ,  calc((100vw - var(--glowz-resp-delta)) * 0.07026371) ),  47.92153146px );
}
.glowz-heading-bg-h4:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 73.07425406px ,  calc((100vw - var(--glowz-resp-delta)) * 0.05621096) ),  38.33722516px );
}
.glowz-heading-bg-h5:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 66.98473289px ,  calc((100vw - var(--glowz-resp-delta)) * 0.05152672) ),  35.1424564px );
}
.glowz-heading-bg-h6:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 60.89521171px ,  calc((100vw - var(--glowz-resp-delta)) * 0.04684247) ),  31.94768764px );
}
.glowz-heading-small.glowz-heading-bg-h1:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 195.73460908px ,  calc((100vw - var(--glowz-resp-delta)) * 0.15056508) ),  102.68899598px );
}
.glowz-heading-small.glowz-heading-bg-h2:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 91.34281757px ,  calc((100vw - var(--glowz-resp-delta)) * 0.07026371) ),  47.92153146px );
}
.glowz-heading-small.glowz-heading-bg-h3:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 73.07425406px ,  calc((100vw - var(--glowz-resp-delta)) * 0.05621096) ),  38.33722516px );
}
.glowz-heading-small.glowz-heading-bg-h4:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 66.98473289px ,  calc((100vw - var(--glowz-resp-delta)) * 0.05152672) ),  35.1424564px );
}
.glowz-heading-small.glowz-heading-bg-h5:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 60.89521171px ,  calc((100vw - var(--glowz-resp-delta)) * 0.04684247) ),  31.94768764px );
}
.glowz-heading-small.glowz-heading-bg-h6:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 54.80569054px ,  calc((100vw - var(--glowz-resp-delta)) * 0.04215822) ),  28.75291887px );
}
.glowz-heading-bg-lead:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 37.06328642px ,  calc((100vw - var(--glowz-resp-delta)) * 0.02851022) ),  19.44465359px );
}
.glowz-bgh-font-size-h1:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 243.58084686px ,  calc((100vw - var(--glowz-resp-delta)) * 0.18736988) ),  127.79075055px );
}
.glowz-bgh-font-size-h2:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 195.73460908px ,  calc((100vw - var(--glowz-resp-delta)) * 0.15056508) ),  102.68899598px );
}
.glowz-bgh-font-size-h3:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 91.34281757px ,  calc((100vw - var(--glowz-resp-delta)) * 0.07026371) ),  47.92153146px );
}
.glowz-bgh-font-size-h4:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 73.07425406px ,  calc((100vw - var(--glowz-resp-delta)) * 0.05621096) ),  38.33722516px );
}
.glowz-bgh-font-size-h5:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 66.98473289px ,  calc((100vw - var(--glowz-resp-delta)) * 0.05152672) ),  35.1424564px );
}
.glowz-bgh-font-size-h6:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 60.89521171px ,  calc((100vw - var(--glowz-resp-delta)) * 0.04684247) ),  31.94768764px );
}
.glowz-heading-small.glowz-bgh-font-size-h1:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 195.73460908px ,  calc((100vw - var(--glowz-resp-delta)) * 0.15056508) ),  102.68899598px );
}
.glowz-heading-small.glowz-bgh-font-size-h2:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 91.34281757px ,  calc((100vw - var(--glowz-resp-delta)) * 0.07026371) ),  47.92153146px );
}
.glowz-heading-small.glowz-bgh-font-size-h3:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 73.07425406px ,  calc((100vw - var(--glowz-resp-delta)) * 0.05621096) ),  38.33722516px );
}
.glowz-heading-small.glowz-bgh-font-size-h4:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 66.98473289px ,  calc((100vw - var(--glowz-resp-delta)) * 0.05152672) ),  35.1424564px );
}
.glowz-heading-small.glowz-bgh-font-size-h5:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 60.89521171px ,  calc((100vw - var(--glowz-resp-delta)) * 0.04684247) ),  31.94768764px );
}
.glowz-heading-small.glowz-bgh-font-size-h6:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 54.80569054px ,  calc((100vw - var(--glowz-resp-delta)) * 0.04215822) ),  28.75291887px );
}
.glowz-bgh-font-size-lead:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 37.06328642px ,  calc((100vw - var(--glowz-resp-delta)) * 0.02851022) ),  19.44465359px );
}
.glowz-bgh-font-size-title:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 97.43233874px ,  calc((100vw - var(--glowz-resp-delta)) * 0.07494795) ),  51.11630022px );
}
.glowz-bgh-font-size-title-big:not(.glowz-set-def-bg-font-size) {
  font-size: max(min( 146.14850812px ,  calc((100vw - var(--glowz-resp-delta)) * 0.11242193) ),  76.67445033px );
}
.glowz-bgh-font-size-normal:not(.glowz-set-def-bg-font-size) {
  font-size: 21.98101463px;
}
.glowz-bgh-font-size-large:not(.glowz-set-def-bg-font-size) {
  font-size: 28.26130452px;
}
.glowz-bgh-font-size-small:not(.glowz-set-def-bg-font-size) {
  font-size: 17.27079721px;
}
.glowz-heading-bg-h1 {
  margin-bottom: max(min( 110px ,  calc((100vw - var(--glowz-resp-delta)) * 0.08461538) ),  57.70972037px );
}
.glowz-heading-bg-h2 {
  margin-bottom: max(min( 88px ,  calc((100vw - var(--glowz-resp-delta)) * 0.06769231) ),  46.1677763px );
}
.glowz-heading-bg-h3 {
  margin-bottom: max(min( 41px ,  calc((100vw - var(--glowz-resp-delta)) * 0.03153846) ),  21.50998668px );
}
.glowz-heading-bg-h4 {
  margin-bottom: max(min( 33px ,  calc((100vw - var(--glowz-resp-delta)) * 0.02538462) ),  17.31291611px );
}
.glowz-heading-bg-h5 {
  margin-bottom: max(min( 30px ,  calc((100vw - var(--glowz-resp-delta)) * 0.02307692) ),  15.73901465px );
}
.glowz-heading-bg-h6 {
  margin-bottom: max(min( 27px ,  calc((100vw - var(--glowz-resp-delta)) * 0.02076923) ),  14.16511318px );
}
.glowz-heading-small.glowz-heading-bg-h1 {
  margin-bottom: max(min( 88px ,  calc((100vw - var(--glowz-resp-delta)) * 0.06769231) ),  46.1677763px );
}
.glowz-heading-small.glowz-heading-bg-h2 {
  margin-bottom: max(min( 41px ,  calc((100vw - var(--glowz-resp-delta)) * 0.03153846) ),  21.50998668px );
}
.glowz-heading-small.glowz-heading-bg-h3 {
  margin-bottom: max(min( 33px ,  calc((100vw - var(--glowz-resp-delta)) * 0.02538462) ),  17.31291611px );
}
.glowz-heading-small.glowz-heading-bg-h4 {
  margin-bottom: max(min( 30px ,  calc((100vw - var(--glowz-resp-delta)) * 0.02307692) ),  15.73901465px );
}
.glowz-heading-small.glowz-heading-bg-h5 {
  margin-bottom: max(min( 27px ,  calc((100vw - var(--glowz-resp-delta)) * 0.02076923) ),  14.16511318px );
}
.glowz-heading-small.glowz-heading-bg-h6 {
  margin-bottom: max(min( 25px ,  calc((100vw - var(--glowz-resp-delta)) * 0.01923077) ),  13.11584554px );
}
.glowz-heading-bg-lead {
  margin-bottom: max(min( 17px ,  calc((100vw - var(--glowz-resp-delta)) * 0.01307692) ),  8.91877497px );
}
.glowz-bgh-font-size-h1 {
  margin-bottom: max(min( 110px ,  calc((100vw - var(--glowz-resp-delta)) * 0.08461538) ),  57.70972037px );
}
.glowz-bgh-font-size-h2 {
  margin-bottom: max(min( 88px ,  calc((100vw - var(--glowz-resp-delta)) * 0.06769231) ),  46.1677763px );
}
.glowz-bgh-font-size-h3 {
  margin-bottom: max(min( 41px ,  calc((100vw - var(--glowz-resp-delta)) * 0.03153846) ),  21.50998668px );
}
.glowz-bgh-font-size-h4 {
  margin-bottom: max(min( 33px ,  calc((100vw - var(--glowz-resp-delta)) * 0.02538462) ),  17.31291611px );
}
.glowz-bgh-font-size-h5 {
  margin-bottom: max(min( 30px ,  calc((100vw - var(--glowz-resp-delta)) * 0.02307692) ),  15.73901465px );
}
.glowz-bgh-font-size-h6 {
  margin-bottom: max(min( 27px ,  calc((100vw - var(--glowz-resp-delta)) * 0.02076923) ),  14.16511318px );
}
.glowz-heading-small.glowz-bgh-font-size-h1 {
  margin-bottom: max(min( 88px ,  calc((100vw - var(--glowz-resp-delta)) * 0.06769231) ),  46.1677763px );
}
.glowz-heading-small.glowz-bgh-font-size-h2 {
  margin-bottom: max(min( 41px ,  calc((100vw - var(--glowz-resp-delta)) * 0.03153846) ),  21.50998668px );
}
.glowz-heading-small.glowz-bgh-font-size-h3 {
  margin-bottom: max(min( 33px ,  calc((100vw - var(--glowz-resp-delta)) * 0.02538462) ),  17.31291611px );
}
.glowz-heading-small.glowz-bgh-font-size-h4 {
  margin-bottom: max(min( 30px ,  calc((100vw - var(--glowz-resp-delta)) * 0.02307692) ),  15.73901465px );
}
.glowz-heading-small.glowz-bgh-font-size-h5 {
  margin-bottom: max(min( 27px ,  calc((100vw - var(--glowz-resp-delta)) * 0.02076923) ),  14.16511318px );
}
.glowz-heading-small.glowz-bgh-font-size-h6 {
  margin-bottom: max(min( 25px ,  calc((100vw - var(--glowz-resp-delta)) * 0.01923077) ),  13.11584554px );
}
.glowz-bgh-font-size-lead {
  margin-bottom: max(min( 17px ,  calc((100vw - var(--glowz-resp-delta)) * 0.01307692) ),  8.91877497px );
}
.glowz-bgh-font-size-title {
  margin-bottom: max(min( 44px ,  calc((100vw - var(--glowz-resp-delta)) * 0.03384615) ),  23.08388815px );
}
.glowz-bgh-font-size-title-big {
  margin-bottom: max(min( 66px ,  calc((100vw - var(--glowz-resp-delta)) * 0.05076923) ),  34.62583222px );
}
.glowz-bgh-font-size-normal {
  margin-bottom: 10px;
}
.glowz-bgh-font-size-large {
  margin-bottom: 13px;
}
.glowz-bgh-font-size-bg-small {
  margin-bottom: 8px;
}
.glowz-heading-bg {
  position: relative;
  height: 1px;
}
.glowz-heading-bg .glowz-heading-bg-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
h1.glowz-heading em,
h2.glowz-heading em,
h3.glowz-heading em,
h4.glowz-heading em,
h5.glowz-heading em,
h6.glowz-heading em {
  text-shadow: 0 0 55px #fff;
  font-style: normal;
}
h1.glowz-heading del,
h2.glowz-heading del,
h3.glowz-heading del,
h4.glowz-heading del,
h5.glowz-heading del,
h6.glowz-heading del,
h1.glowz-heading s,
h2.glowz-heading s,
h3.glowz-heading s,
h4.glowz-heading s,
h5.glowz-heading s,
h6.glowz-heading s {
  text-decoration: none;
  font-size: 60%;
  top: -0.4em;
  position: relative;
}
/*==================================================================
17. Glowz Scroll Down for Gutenberg / .glowz-scroll-down-effect, ...
==================================================================*/
.glowz-scroll-down {
  text-align: center;
  padding: 0;
}
.glowz-scroll-down .glowz-scroll-down-svg {
  width: 20.365px;
  height: 55px;
}
.glowz-theme .glowz-scroll-down.glowz-position-outside {
  position: absolute;
  bottom: 28px;
  text-align: center;
  display: inline-block;
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
  left: 0;
}
.glowz-theme .glowz-scroll-down .glowz-scroll-down-effect-bubbles {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -50px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  pointer-events: none;
}
.glowz-scroll-down {
  opacity: 1;
  transition: opacity 0.5s;
}
.has-text-color .glowz-scroll-down {
  color: inherit;
}
.glowz-scroll-down .glowz-scroll-mouse {
  fill-opacity: 0.2;
  transition: fill-opacity 0.3s;
}
.glowz-scroll-down a:hover .glowz-scroll-mouse {
  fill-opacity: 0.35;
}
html.glowz-state2 .glowz-scroll-down.glowz-hide-on-scroll {
  pointer-events: none;
  opacity: 0;
}
html.glowz-state2 .glowz-scroll-down.glowz-hide-on-scroll .glowz-bubble {
  animation-play-state: paused;
}
.glowz-scroll-down svg {
  max-width: 100%;
}
.is-root-container .glowz-scroll-down-effect {
  display: none;
}
/*==================================================================
18. Glowz Extended Menu for Gutenberg / .glowz-ext-menu, .glowz-nav...
==================================================================*/
.glowz-ext-menu-pane {
  position: fixed;
  overscroll-behavior: contain;
  top: var(--wp-admin--admin-bar--height, 0);
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 990;
  margin-top: 0;
  margin-bottom: 0;
  overflow: auto;
}
.glowz-primary-menu-open .glowz-ext-menu-pane {
  opacity: 1;
  pointer-events: auto;
}
.glowz-ext-menu-pane html:not(.glowz-built) body.aitheme-theme {
  visibility: hidden;
}
.glowz-ext-menu-pane,
.glowz-logo {
  transition: all 1s;
}
.glowz-extended-menu {
  --glowz-extended-menu-submenu-bg: var(--glowz-main-bg);
}
.glowz-nav {
  z-index: 1500;
}
.glowz-nav ul {
  display: inline-block;
  margin: 0;
  padding: 0 14px;
}
.glowz-nav ul.glowz-menu {
  position: relative;
}
.glowz-nav ul.glowz-menu a {
  text-decoration: none;
  text-decoration: none !important;
  border: none !important;
  position: relative;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.075), color 0.1s;
  will-change: opacity;
  padding: 14px 0px 14px 0px;
}
.glowz-nav ul.glowz-menu a:after {
  content: '';
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  border-bottom: 3px solid;
  box-sizing: content-box;
}
.android-browser-4_3minus .glowz-nav ul.glowz-menu a:after {
  transition: none;
  -webkit-transition: none;
}
.glowz-nav ul.glowz-menu a:hover,
.glowz-nav ul.glowz-menu a:focus {
  text-decoration: none;
}
.glowz-nav ul.glowz-menu a:hover:after,
.glowz-nav ul.glowz-menu a:focus:after {
  width: 100% !important;
}
.glowz-nav ul.glowz-menu a:active,
.glowz-nav ul.glowz-menu a:visited,
.glowz-nav ul.glowz-menu a:focus {
  text-decoration: none;
}
.glowz-nav ul.glowz-menu a.glowz-no-decorate:after {
  content: none;
  width: auto;
  height: auto;
}
.glowz-nav ul.glowz-menu a,
.glowz-nav ul.glowz-menu a:hover,
.glowz-nav ul.glowz-menu a:visited,
.glowz-nav ul.glowz-menu a:focus,
.glowz-nav ul.glowz-menu a:active {
  border-bottom: 0px;
}
.glowz-nav ul.glowz-menu a:after {
  bottom: 0px !important;
}
.glowz-nav ul.glowz-menu > li:first-child > a {
  padding-top: 0;
}
.glowz-nav ul.glowz-menu li {
  list-style: none;
  position: relative;
  white-space: nowrap;
  z-index: 100;
  line-height: 1;
}
.glowz-nav ul.glowz-menu li ul {
  position: absolute;
  top: 0;
  left: 100%;
  right: auto;
  pointer-events: none;
  transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.075), transform 0s 1s;
  will-change: opacity;
  opacity: 0;
  display: none;
}
.is-root-container .glowz-nav ul.glowz-menu li ul {
  display: none;
}
[dir=rtl] .glowz-nav ul.glowz-menu li ul {
  right: 100%;
  left: auto;
}
.glowz-nav ul.glowz-menu li ul li {
  font-size: max(14px, 60%);
  padding-left: 23px;
  padding-right: 23px;
}
html:not([dir=rtl]) .glowz-nav ul.glowz-menu li ul.glowz-submenu-left,
html[dir=rtl] .glowz-nav ul.glowz-menu li ul.glowz-submenu-right {
  right: 100%;
  left: auto;
}
html:not([dir=rtl]) .glowz-nav ul.glowz-menu li ul.glowz-submenu-right,
html[dir=rtl] .glowz-nav ul.glowz-menu li ul.glowz-submenu-right {
  right: auto;
  left: 100%;
}
.glowz-nav ul.glowz-menu li.glowz-item-open {
  z-index: 200;
}
.glowz-nav ul.glowz-menu li.glowz-item-open > a:after {
  width: 100%;
}
.glowz-nav ul.glowz-menu li.glowz-item-open > ul {
  display: block;
  pointer-events: auto;
  transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  opacity: 1;
}
.glowz-nav ul.glowz-menu > li:first-child {
  border-top-width: 0px;
}
.glowz-nav ul.glowz-menu > li > ul {
  text-align: left;
}
.glowz-nav ul.glowz-menu li.glowz-item-open > ul:before {
  opacity: 1;
  will-change: opacity;
}
.glowz-submenu-left .glowz-submenu-right,
.glowz-submenu-right .glowz-submenu-left {
  background-color: var(--glowz-extended-menu-submenu-bg);
}
.glowz-extended-menu-part {
  position: relative;
}
.glowz-extended-menu-part:before {
  background-color: var(--glowz-extended-menu-overlay-bg);
  content: '';
  display: block;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.glowz-impacted .glowz-extended-menu-part:before {
  opacity: 1;
  pointer-events: auto;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.glowz-menu .menu-item-has-children > a:before {
  font-family: dashicons;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.7em;
}
html:not([dir=rtl]) .glowz-menu .menu-item-has-children > a:before {
  content: "\f139";
  right: -1em;
}
[dir=rtl] .glowz-menu .menu-item-has-children > a:before {
  content: "\f141";
  right: auto;
  left: -1em;
}
/*==================================================================
19. Top menu / .glowz-burger, .glowz-burger-lines, .glowz-menu...
==================================================================*/
:root {
  --glowz-menu-height: 80px;
}
.glowz-burger {
  --glowz-menu-overlay-bg: var(--glowz-main-bg);
}
.glowz-fixed,
.glowz-fixed-medium,
.glowz-fixed-small {
  --glowz-fixed: 0;
}
.glowz-fixed:not(.glowz-is-editor),
.block-editor-block-preview__content-iframe .glowz-fixed {
  overflow: visible;
  z-index: 999;
  position: fixed;
  transition: opacity 0.3s;
  will-change: opacity;
  opacity: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.glowz-fixed:not(.glowz-is-editor):has(.glowz-burger),
.block-editor-block-preview__content-iframe .glowz-fixed:has(.glowz-burger) {
  z-index: 2000;
}
.glowz-fixed:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-hide.glowz-fixed-top,
.block-editor-block-preview__content-iframe .glowz-fixed:not(.glowz-ready).glowz-fixed-hide.glowz-fixed-top,
html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-hide.glowz-fixed-top,
html.glowz-state2 body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-hide.glowz-fixed-top,
.glowz-fixed:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-hide.glowz-fixed-bottom,
.block-editor-block-preview__content-iframe .glowz-fixed:not(.glowz-ready).glowz-fixed-hide.glowz-fixed-bottom,
html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-hide.glowz-fixed-bottom,
html.glowz-state2 body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-hide.glowz-fixed-bottom {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  .glowz-fixed:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-medium-hide.glowz-fixed-medium-top,
  .block-editor-block-preview__content-iframe .glowz-fixed:not(.glowz-ready).glowz-fixed-medium-hide.glowz-fixed-medium-top,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-medium-hide.glowz-fixed-medium-top,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-medium-hide.glowz-fixed-medium-top,
  .glowz-fixed:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-medium-hide.glowz-fixed-medium-bottom,
  .block-editor-block-preview__content-iframe .glowz-fixed:not(.glowz-ready).glowz-fixed-medium-hide.glowz-fixed-medium-bottom,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-medium-hide.glowz-fixed-medium-bottom,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-medium-hide.glowz-fixed-medium-bottom {
    opacity: 0;
    pointer-events: none;
  }
  .glowz-fixed:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-medium-hide-no.glowz-fixed-medium-top,
  .block-editor-block-preview__content-iframe .glowz-fixed:not(.glowz-ready).glowz-fixed-medium-hide-no.glowz-fixed-medium-top,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-medium-hide-no.glowz-fixed-medium-top,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-medium-hide-no.glowz-fixed-medium-top,
  .glowz-fixed:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-medium-hide-no.glowz-fixed-medium-bottom,
  .block-editor-block-preview__content-iframe .glowz-fixed:not(.glowz-ready).glowz-fixed-medium-hide-no.glowz-fixed-medium-bottom,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-medium-hide-no.glowz-fixed-medium-bottom,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-medium-hide-no.glowz-fixed-medium-bottom {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 787px) {
  .glowz-fixed:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-small-hide.glowz-fixed-small-top,
  .block-editor-block-preview__content-iframe .glowz-fixed:not(.glowz-ready).glowz-fixed-small-hide.glowz-fixed-small-top,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-small-hide.glowz-fixed-small-top,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-small-hide.glowz-fixed-small-top,
  .glowz-fixed:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-small-hide.glowz-fixed-small-bottom,
  .block-editor-block-preview__content-iframe .glowz-fixed:not(.glowz-ready).glowz-fixed-small-hide.glowz-fixed-small-bottom,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-small-hide.glowz-fixed-small-bottom,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-small-hide.glowz-fixed-small-bottom {
    opacity: 0;
    pointer-events: none;
  }
  .glowz-fixed:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-small-hide-no.glowz-fixed-small-top,
  .block-editor-block-preview__content-iframe .glowz-fixed:not(.glowz-ready).glowz-fixed-small-hide-no.glowz-fixed-small-top,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-small-hide-no.glowz-fixed-small-top,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-small-hide-no.glowz-fixed-small-top,
  .glowz-fixed:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-small-hide-no.glowz-fixed-small-bottom,
  .block-editor-block-preview__content-iframe .glowz-fixed:not(.glowz-ready).glowz-fixed-small-hide-no.glowz-fixed-small-bottom,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-small-hide-no.glowz-fixed-small-bottom,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-small-hide-no.glowz-fixed-small-bottom {
    opacity: 1;
    pointer-events: auto;
  }
}
html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-hide.glowz-fixed-left,
html.glowz-second-part body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-hide.glowz-fixed-left,
html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-hide.glowz-fixed-right,
html.glowz-second-part body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-hide.glowz-fixed-right,
html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-hide.glowz-fixed-left-h,
html.glowz-second-part body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-hide.glowz-fixed-left-h,
html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-hide.glowz-fixed-right-h,
html.glowz-second-part body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-hide.glowz-fixed-right-h {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-medium-hide.glowz-fixed-medium-left,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-medium-hide.glowz-fixed-medium-left,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-medium-hide.glowz-fixed-medium-right,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-medium-hide.glowz-fixed-medium-right,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-medium-hide.glowz-fixed-medium-left-h,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-medium-hide.glowz-fixed-medium-left-h,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-medium-hide.glowz-fixed-medium-right-h,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-medium-hide.glowz-fixed-medium-right-h {
    opacity: 0;
    pointer-events: none;
  }
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-medium-hide-no.glowz-fixed-medium-left,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-medium-hide-no.glowz-fixed-medium-left,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-medium-hide-no.glowz-fixed-medium-right,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-medium-hide-no.glowz-fixed-medium-right,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-medium-hide-no.glowz-fixed-medium-left-h,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-medium-hide-no.glowz-fixed-medium-left-h,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-medium-hide-no.glowz-fixed-medium-right-h,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-medium-hide-no.glowz-fixed-medium-right-h {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 787px) {
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-small-hide.glowz-fixed-small-left,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-small-hide.glowz-fixed-small-left,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-small-hide.glowz-fixed-small-right,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-small-hide.glowz-fixed-small-right,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-small-hide.glowz-fixed-small-left-h,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-small-hide.glowz-fixed-small-left-h,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-small-hide.glowz-fixed-small-right-h,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-small-hide.glowz-fixed-small-right-h {
    opacity: 0;
    pointer-events: none;
  }
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-small-hide-no.glowz-fixed-small-left,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-small-hide-no.glowz-fixed-small-left,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-small-hide-no.glowz-fixed-small-right,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-small-hide-no.glowz-fixed-small-right,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-small-hide-no.glowz-fixed-small-left-h,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-small-hide-no.glowz-fixed-small-left-h,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed:not(.glowz-is-editor).glowz-fixed-small-hide-no.glowz-fixed-small-right-h,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-small-hide-no.glowz-fixed-small-right-h {
    opacity: 1;
    pointer-events: auto;
  }
}
.glowz-fixed:not(.glowz-is-editor).glowz-fixed-top,
.block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-top {
  --glowz-fixed: 1;
}
.glowz-fixed:not(.glowz-is-editor).glowz-fixed-top.glowz-fixed-hide-no,
.block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-top.glowz-fixed-hide-no,
.glowz-simple-menu-opened .glowz-fixed:not(.glowz-is-editor).glowz-fixed-top,
.glowz-simple-menu-opened .block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-top {
  position: absolute;
}
.glowz-fixed:not(.glowz-is-editor).glowz-fixed-right,
.block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-right {
  --glowz-fixed: 2;
}
.glowz-fixed:not(.glowz-is-editor).glowz-fixed-bottom,
.block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-bottom {
  --glowz-fixed: 3;
}
.glowz-fixed:not(.glowz-is-editor).glowz-fixed-left,
.block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-left {
  --glowz-fixed: 4;
}
.glowz-fixed:not(.glowz-is-editor).glowz-fixed-left-h,
.block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-left-h {
  --glowz-fixed: 5;
}
.glowz-fixed:not(.glowz-is-editor).glowz-fixed-right-h,
.block-editor-block-preview__content-iframe .glowz-fixed.glowz-fixed-right-h {
  --glowz-fixed: 6;
}
@media (max-width: 991px) {
  .glowz-fixed-medium:not(.glowz-is-editor) {
    overflow: visible;
    z-index: 999;
    position: fixed;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 1;
    margin-top: 0;
    margin-bottom: 0;
  }
  .glowz-fixed-medium:not(.glowz-is-editor):has(.glowz-burger) {
    z-index: 2000;
  }
  .glowz-fixed-medium:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-hide.glowz-fixed-top,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-hide.glowz-fixed-top,
  .glowz-fixed-medium:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-hide.glowz-fixed-bottom,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-hide.glowz-fixed-bottom {
    opacity: 0;
    pointer-events: none;
  }
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-hide.glowz-fixed-left,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-hide.glowz-fixed-right,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-hide.glowz-fixed-left-h,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-hide.glowz-fixed-right-h {
    opacity: 0;
    pointer-events: none;
  }
  .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-medium-top {
    --glowz-fixed: 1;
  }
  .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-medium-top.glowz-fixed-medium-hide-no,
  .glowz-simple-menu-opened .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-medium-top {
    position: absolute;
  }
  .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-medium-right {
    --glowz-fixed: 2;
  }
  .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-medium-bottom {
    --glowz-fixed: 3;
  }
  .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-medium-left {
    --glowz-fixed: 4;
  }
  .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-medium-left-h {
    --glowz-fixed: 5;
  }
  .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-medium-right-h {
    --glowz-fixed: 6;
  }
  .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-medium-no,
  .glowz-fixed-medium:not(.glowz-is-editor).glowz-hide-on-medium {
    --glowz-fixed: 0;
    position: relative;
  }
  .glowz-fixed:not(.glowz-is-editor).glowz-fixed-medium-no,
  .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-medium-no,
  .glowz-fixed:not(.glowz-is-editor).glowz-hide-on-medium,
  .glowz-fixed-medium:not(.glowz-is-editor).glowz-hide-on-medium {
    --glowz-fixed: 0;
    position: relative;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .glowz-fixed-medium:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-medium-hide.glowz-fixed-medium-top,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-medium-hide.glowz-fixed-medium-top,
  .glowz-fixed-medium:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-medium-hide.glowz-fixed-medium-bottom,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-medium-hide.glowz-fixed-medium-bottom {
    opacity: 0;
    pointer-events: none;
  }
  .glowz-fixed-medium:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-medium-hide-no.glowz-fixed-medium-top,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-medium-hide-no.glowz-fixed-medium-top,
  .glowz-fixed-medium:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-medium-hide-no.glowz-fixed-medium-bottom,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-medium-hide-no.glowz-fixed-medium-bottom {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 991px) and (max-width: 787px) {
  .glowz-fixed-medium:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-small-hide.glowz-fixed-small-top,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-small-hide.glowz-fixed-small-top,
  .glowz-fixed-medium:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-small-hide.glowz-fixed-small-bottom,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-small-hide.glowz-fixed-small-bottom {
    opacity: 0;
    pointer-events: none;
  }
  .glowz-fixed-medium:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-small-hide-no.glowz-fixed-small-top,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-small-hide-no.glowz-fixed-small-top,
  .glowz-fixed-medium:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-small-hide-no.glowz-fixed-small-bottom,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-small-hide-no.glowz-fixed-small-bottom {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-medium-hide.glowz-fixed-medium-left,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-medium-hide.glowz-fixed-medium-right,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-medium-hide.glowz-fixed-medium-left-h,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-medium-hide.glowz-fixed-medium-right-h {
    opacity: 0;
    pointer-events: none;
  }
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-medium-hide-no.glowz-fixed-medium-left,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-medium-hide-no.glowz-fixed-medium-right,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-medium-hide-no.glowz-fixed-medium-left-h,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-medium-hide-no.glowz-fixed-medium-right-h {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 991px) and (max-width: 787px) {
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-small-hide.glowz-fixed-small-left,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-small-hide.glowz-fixed-small-right,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-small-hide.glowz-fixed-small-left-h,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-small-hide.glowz-fixed-small-right-h {
    opacity: 0;
    pointer-events: none;
  }
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-small-hide-no.glowz-fixed-small-left,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-small-hide-no.glowz-fixed-small-right,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-small-hide-no.glowz-fixed-small-left-h,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-small-hide-no.glowz-fixed-small-right-h {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 787px) {
  .glowz-fixed-small:not(.glowz-is-editor) {
    overflow: visible;
    z-index: 999;
    position: fixed;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 1;
    margin-top: 0;
    margin-bottom: 0;
  }
  .glowz-fixed-small:not(.glowz-is-editor):has(.glowz-burger) {
    z-index: 2000;
  }
  .glowz-fixed-small:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-hide.glowz-fixed-top,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-hide.glowz-fixed-top,
  .glowz-fixed-small:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-hide.glowz-fixed-bottom,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-hide.glowz-fixed-bottom {
    opacity: 0;
    pointer-events: none;
  }
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-hide.glowz-fixed-left,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-hide.glowz-fixed-right,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-hide.glowz-fixed-left-h,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-hide.glowz-fixed-right-h {
    opacity: 0;
    pointer-events: none;
  }
  .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-small-top {
    --glowz-fixed: 1;
  }
  .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-small-top.glowz-fixed-small-hide-no,
  .glowz-simple-menu-opened .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-small-top {
    position: absolute;
  }
  .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-small-right {
    --glowz-fixed: 2;
  }
  .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-small-bottom {
    --glowz-fixed: 3;
  }
  .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-small-left {
    --glowz-fixed: 4;
  }
  .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-small-left-h {
    --glowz-fixed: 5;
  }
  .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-small-right-h {
    --glowz-fixed: 6;
  }
  .glowz-fixed:not(.glowz-is-editor).glowz-fixed-small-no,
  .glowz-fixed-medium:not(.glowz-is-editor).glowz-fixed-small-no,
  .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-small-no,
  .glowz-fixed:not(.glowz-is-editor).glowz-hide-on-small,
  .glowz-fixed-medium:not(.glowz-is-editor).glowz-hide-on-small,
  .glowz-fixed-small:not(.glowz-is-editor).glowz-hide-on-small {
    --glowz-fixed: 0;
    position: relative;
  }
}
@media (max-width: 787px) and (max-width: 991px) {
  .glowz-fixed-small:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-medium-hide.glowz-fixed-medium-top,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-medium-hide.glowz-fixed-medium-top,
  .glowz-fixed-small:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-medium-hide.glowz-fixed-medium-bottom,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-medium-hide.glowz-fixed-medium-bottom {
    opacity: 0;
    pointer-events: none;
  }
  .glowz-fixed-small:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-medium-hide-no.glowz-fixed-medium-top,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-medium-hide-no.glowz-fixed-medium-top,
  .glowz-fixed-small:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-medium-hide-no.glowz-fixed-medium-bottom,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-medium-hide-no.glowz-fixed-medium-bottom {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 787px) and (max-width: 787px) {
  .glowz-fixed-small:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-small-hide.glowz-fixed-small-top,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-small-hide.glowz-fixed-small-top,
  .glowz-fixed-small:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-small-hide.glowz-fixed-small-bottom,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-small-hide.glowz-fixed-small-bottom {
    opacity: 0;
    pointer-events: none;
  }
  .glowz-fixed-small:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-small-hide-no.glowz-fixed-small-top,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-small-hide-no.glowz-fixed-small-top,
  .glowz-fixed-small:not(.glowz-is-editor):not(.glowz-ready).glowz-fixed-small-hide-no.glowz-fixed-small-bottom,
  html.glowz-state2 body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-small-hide-no.glowz-fixed-small-bottom {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 787px) and (max-width: 991px) {
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-medium-hide.glowz-fixed-medium-left,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-medium-hide.glowz-fixed-medium-right,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-medium-hide.glowz-fixed-medium-left-h,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-medium-hide.glowz-fixed-medium-right-h {
    opacity: 0;
    pointer-events: none;
  }
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-medium-hide-no.glowz-fixed-medium-left,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-medium-hide-no.glowz-fixed-medium-right,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-medium-hide-no.glowz-fixed-medium-left-h,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-medium-hide-no.glowz-fixed-medium-right-h {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 787px) and (max-width: 787px) {
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-small-hide.glowz-fixed-small-left,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-small-hide.glowz-fixed-small-right,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-small-hide.glowz-fixed-small-left-h,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-small-hide.glowz-fixed-small-right-h {
    opacity: 0;
    pointer-events: none;
  }
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-small-hide-no.glowz-fixed-small-left,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-small-hide-no.glowz-fixed-small-right,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-small-hide-no.glowz-fixed-small-left-h,
  html.glowz-second-part body:not(.glowz-primary-menu-open) .glowz-fixed-small:not(.glowz-is-editor).glowz-fixed-small-hide-no.glowz-fixed-small-right-h {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (min-width: 992px) {
  .glowz-fixed:not(.glowz-is-editor).glowz-hide-on-no-medium,
  .glowz-fixed:not(.glowz-is-editor).glowz-hide-on-no-small {
    --glowz-fixed: 0;
  }
}
@media (min-width: 788px) {
  .glowz-fixed:not(.glowz-is-editor).glowz-hide-on-no-small,
  .glowz-fixed-medium:not(.glowz-is-editor).glowz-hide-on-no-small {
    --glowz-fixed: 0;
  }
}
.glowz-burger {
  --glowz-menu-button-width: 80px;
  --glowz-menu-button-height: 80px;
  width: var(--glowz-menu-button-width) !important;
  height: var(--glowz-menu-button-height) !important;
}
.glowz-set-items-height > .glowz-burger {
  --glowz-menu-button-height: var(--glowz-items-height);
}
.glowz-burger-button {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
}
.glowz-theme .glowz-burger-button {
  z-index: 999;
}
.glowz-burger-button:hover .glowz-burger-line-2 {
  transform: scaleX(0.85) translateX(0px) translateY(0px) rotate(0deg);
  -webkit-transform: scaleX(0.85) translateX(0px) translateY(0px) rotate(0deg);
  -moz-transform: scaleX(0.85) translateX(0px) translateY(0px) rotate(0deg);
  -ms-transform: scaleX(0.85) translateX(0px) translateY(0px) rotate(0deg);
  -o-transform: scaleX(0.85) translateX(0px) translateY(0px) rotate(0deg);
}
.glowz-burger-button:hover .glowz-burger-line-1 {
  transform: scaleX(0.7) translateX(0px) translateY(0px) rotate(0deg);
  -webkit-transform: scaleX(0.7) translateX(0px) translateY(0px) rotate(0deg);
  -moz-transform: scaleX(0.7) translateX(0px) translateY(0px) rotate(0deg);
  -ms-transform: scaleX(0.7) translateX(0px) translateY(0px) rotate(0deg);
  -o-transform: scaleX(0.7) translateX(0px) translateY(0px) rotate(0deg);
}
.glowz-burger-button .glowz-burger-line {
  display: inline-block;
  position: absolute;
  right: calc((100% - 24px)/2);
  width: 24px;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  transform: scaleX(1) translateX(0px) translateY(0px) rotate(0deg);
  -webkit-transform: scaleX(1) translateX(0px) translateY(0px) rotate(0deg);
  -moz-transform: scaleX(1) translateX(0px) translateY(0px) rotate(0deg);
  -ms-transform: scaleX(1) translateX(0px) translateY(0px) rotate(0deg);
  -o-transform: scaleX(1) translateX(0px) translateY(0px) rotate(0deg);
}
.android-browser-4_3minus .glowz-burger-button .glowz-burger-line {
  transition: none;
  -webkit-transition: none;
}
.glowz-burger-button .glowz-burger-line-1 {
  top: calc(100% / 2 - 9px);
}
.glowz-burger-button .glowz-burger-line-2 {
  top: calc(100% / 2 - 1px);
  opacity: 1;
}
.glowz-burger-button .glowz-burger-line-3 {
  top: calc(100% / 2 + 7px);
}
.glowz-primary-menu-open .glowz-burger-button .glowz-burger-line-1 {
  transform: scaleX(1) translateX(0px) translateY(8px) rotate(45deg);
  -webkit-transform: scaleX(1) translateX(0px) translateY(8px) rotate(45deg);
  -moz-transform: scaleX(1) translateX(0px) translateY(8px) rotate(45deg);
  -ms-transform: scaleX(1) translateX(0px) translateY(8px) rotate(45deg);
  -o-transform: scaleX(1) translateX(0px) translateY(8px) rotate(45deg);
}
.glowz-primary-menu-open .glowz-burger-button .glowz-burger-line-2 {
  transform: scaleX(1) translateX(-16px) translateY(0px) rotate(0deg);
  -webkit-transform: scaleX(1) translateX(-16px) translateY(0px) rotate(0deg);
  -moz-transform: scaleX(1) translateX(-16px) translateY(0px) rotate(0deg);
  -ms-transform: scaleX(1) translateX(-16px) translateY(0px) rotate(0deg);
  -o-transform: scaleX(1) translateX(-16px) translateY(0px) rotate(0deg);
  opacity: 0;
}
.glowz-primary-menu-open .glowz-burger-button .glowz-burger-line-3 {
  transform: scaleX(1) translateX(0px) translateY(-8px) rotate(-45deg);
  -webkit-transform: scaleX(1) translateX(0px) translateY(-8px) rotate(-45deg);
  -moz-transform: scaleX(1) translateX(0px) translateY(-8px) rotate(-45deg);
  -ms-transform: scaleX(1) translateX(0px) translateY(-8px) rotate(-45deg);
  -o-transform: scaleX(1) translateX(0px) translateY(-8px) rotate(-45deg);
}
.glowz-cart-container sup {
  font-size: 1rem;
}
.glowz-cart {
  margin-left: 7px;
  margin-right: 7px;
}
.glowz-cart svg {
  fill: currentColor;
}
.glowz-direction-row > .wp-block-glowz-ext-glowz-menu,
.glowz-direction-row-reverse > .wp-block-glowz-ext-glowz-menu {
  flex-grow: 1;
}
.glowz-menu-simple {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: right;
}
.glowz-menu-align-left .glowz-menu-simple {
  justify-content: left;
}
.glowz-menu-simple a {
  cursor: pointer;
  padding: 0 15px;
  line-height: 2.3;
  display: inline-block;
  transition: all 0.3s ease 0s;
  border-radius: 4px;
}
.glowz-menu-simple ul {
  z-index: 1;
  display: block;
  min-width: 100%;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px);
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  width: inherit;
  white-space: nowrap;
  border-radius: 4px;
}
.glowz-menu-align-right .glowz-menu-simple ul {
  right: 0;
}
.glowz-menu-align-left .glowz-menu-simple ul {
  left: 0;
}
.glowz-menu-simple ul ul {
  top: 0;
}
.glowz-menu-align-right .glowz-menu-simple ul ul {
  right: 100%;
}
.glowz-menu-align-left .glowz-menu-simple ul ul {
  left: 100%;
}
.glowz-menu-simple ul a {
  flex-grow: 1;
  border-radius: 0px;
}
.glowz-menu-simple li {
  display: inline-block;
  position: relative;
}
.glowz-menu-simple li.glowz-item-open > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0px);
}
.glowz-menu-simple li li {
  display: flex;
}
.glowz-header-has-simple-menu {
  width: 100%;
  justify-content: flex-start;
}
.glowz-nav-simple {
  height: 100%;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-start;
}
.glowz-menu-simple-pane {
  display: flex;
  flex-direction: column;
  transition: opacity 1s;
}
.glowz-menu-simple-pane button {
  height: auto;
}
html:not(.glowz-built) .glowz-menu-simple-pane {
  opacity: 0;
}
html:not(.glowz-built) .glowz-menu-simple-pane {
  pointer-events: none;
}
.glowz-logo a {
  --gllowz-hover-offset: -0.35em;
  text-decoration: none !important;
  border: none !important;
  display: inline-block;
  overflow: visible;
  position: relative;
}
.glowz-logo a:before {
  content: '[';
}
.glowz-logo a:after {
  content: ']';
}
.glowz-logo a:before,
.glowz-logo a:after {
  display: inline-block;
  opacity: 0;
  transition: transform 0.3s, opacity 0.2s;
  position: absolute;
  transform: translateX(0px);
  width: 100%;
  text-align: center;
  top: 0;
  pointer-events: none;
}
.glowz-logo a:before {
  content: '[';
  left: var(--gllowz-hover-offset, -0.4em);
}
.glowz-logo a:after {
  content: ']';
  right: var(--gllowz-hover-offset, -0.4em);
}
.glowz-logo a:hover {
  text-decoration: none;
}
.glowz-logo a:hover:before,
.glowz-logo a:hover:after {
  opacity: 1;
}
.glowz-logo a:hover:before {
  transform: translateX(-50%);
}
.glowz-logo a:hover:after {
  transform: translateX(50%);
}
.glowz-logo a:active,
.glowz-logo a:visited,
.glowz-logo a:focus {
  text-decoration: none;
}
.glowz-logo a.glowz-no-decorate:after {
  content: none;
  width: auto;
  height: auto;
}
.glowz-logo a,
.glowz-logo a:hover,
.glowz-logo a:visited,
.glowz-logo a:focus,
.glowz-logo a:active {
  border-bottom: 0px;
}
.is-root-container .glowz-menu-simple-pane {
  opacity: 1 !important;
}
.is-root-container .glowz-nav-simple ul ul {
  display: none !important;
}
html:not(.block-editor-block-preview__content-iframe) .is-root-container .glowz-fixed {
  position: relative !important;
  background-color: var(--glowz-main-bg, transparent);
}
.glowz-header-menu-full-display-mobile .glowz-burger {
  display: none;
}
.glowz-header-menu-full-display-desktop .glowz-burger {
  display: inline-block;
}
.wp-site-blocks .glowz-header-menu-short-display-mobile {
  display: none;
}
@media (max-width: 991px) {
  .glowz-header-menu-full-display-mobile .glowz-burger {
    display: inline-block;
  }
  .glowz-header-menu-full-display-desktop .glowz-burger {
    display: none;
  }
  .wp-site-blocks .glowz-header-menu-short-display-desktop {
    display: none;
  }
}
.glowz-set-items-height > .glowz-logo,
.glowz-set-items-height > .wp-block-glowz-ext-glowz-site-title .glowz-logo {
  height: var(--glowz-items-height);
}
.glowz-logo:not(.glowz-inherit-styles) {
  display: flex;
  align-items: center;
  font-size: 30px;
}
.glowz-logo:not(.glowz-inherit-styles) a {
  margin-left: 1em;
  margin-right: 1em;
}
.glowz-menu-simple-pane .menu-item-has-children:after {
  font-family: dashicons;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.glowz-menu-align-right.glowz-menu-simple-pane .menu-item-has-children:after {
  content: "\f141";
  left: 0;
}
.glowz-menu-align-left.glowz-menu-simple-pane .menu-item-has-children:after {
  content: "\f139";
  right: 0;
}
.glowz-nav-simple a {
  font-weight: 700;
}
.glowz-nav {
  background-color: transparent;
}
.glowz-ext-menu-pane .glowz-active,
.glowz-ext-menu-pane .glowz-active:hover,
.glowz-ext-menu-pane .glowz-active:visited,
.glowz-ext-menu-pane .glowz-active:focus,
.glowz-ext-menu-pane .glowz-active:active {
  color: var(--glowz-active-link-color);
}
.glowz-menu-simple-pane.glowz-header-text-bloom .glowz-menu-simple > li > a {
  text-shadow: 0 0 0.125px var(--glowz-menu-text-bloom), 0 0 0.25px var(--glowz-menu-text-bloom), 0 0 0.375px var(--glowz-menu-text-bloom), 0 0 0.5px var(--glowz-menu-text-bloom), 0 0 0.75px var(--glowz-menu-text-bloom), 0 0 1px var(--glowz-menu-text-bloom), 0 0 1.375px var(--glowz-menu-text-bloom), 0 0 1.875px var(--glowz-menu-text-bloom);
}
.glowz-menu-simple-pane.glowz-header-text-bloom-sub .glowz-menu-simple .sub-menu > li > a,
.glowz-menu-simple-pane.glowz-header-text-bloom .glowz-menu-simple > li.glowz-item-open > a {
  text-shadow: 0 0 0.125px var(--glowz-menu-text-bloom-sub), 0 0 0.25px var(--glowz-menu-text-bloom-sub), 0 0 0.375px var(--glowz-menu-text-bloom-sub), 0 0 0.5px var(--glowz-menu-text-bloom-sub), 0 0 0.75px var(--glowz-menu-text-bloom-sub), 0 0 1px var(--glowz-menu-text-bloom-sub), 0 0 1.375px var(--glowz-menu-text-bloom-sub), 0 0 1.875px var(--glowz-menu-text-bloom-sub);
}
.glowz-menu-simple-pane.glowz-header-text-bloom-active .glowz-menu-simple > li > a.glowz-active {
  text-shadow: 0 0 0.125px var(--glowz-menu-text-bloom-active), 0 0 0.25px var(--glowz-menu-text-bloom-active), 0 0 0.375px var(--glowz-menu-text-bloom-active), 0 0 0.5px var(--glowz-menu-text-bloom-active), 0 0 0.75px var(--glowz-menu-text-bloom-active), 0 0 1px var(--glowz-menu-text-bloom-active), 0 0 1.375px var(--glowz-menu-text-bloom-active), 0 0 1.875px var(--glowz-menu-text-bloom-active);
}
.glowz-menu-simple-pane.glowz-header-text-bloom-sub .glowz-menu-simple .sub-menu > li > a.glowz-active,
.glowz-menu-simple-pane.glowz-header-text-bloom .glowz-menu-simple > li.glowz-item-open > a.glowz-active {
  text-shadow: 0 0 0.125px var(--glowz-menu-text-bloom-sub-active), 0 0 0.25px var(--glowz-menu-text-bloom-sub-active), 0 0 0.375px var(--glowz-menu-text-bloom-sub-active), 0 0 0.5px var(--glowz-menu-text-bloom-sub-active), 0 0 0.75px var(--glowz-menu-text-bloom-sub-active), 0 0 1px var(--glowz-menu-text-bloom-sub-active), 0 0 1.375px var(--glowz-menu-text-bloom-sub-active), 0 0 1.875px var(--glowz-menu-text-bloom-sub-active);
}
.glowz-logo:not(.glowz-inherit-styles) {
  background-color: var(--glowz-logo-bg);
}
.glowz-logo:not(.glowz-inherit-styles),
.glowz-logo:not(.glowz-inherit-styles) a,
.glowz-logo:not(.glowz-inherit-styles) a:hover,
.glowz-logo:not(.glowz-inherit-styles) a:visited,
.glowz-logo:not(.glowz-inherit-styles) a:focus,
.glowz-logo:not(.glowz-inherit-styles) a:active {
  color: var(--glowz-logo-fg, currentColor);
}
.glowz-menu-simple ul {
  background-color: var(--glowz-simple-menu-bg-sub, transparent);
}
.glowz-menu-simple-pane,
.glowz-menu-simple-pane a,
.glowz-menu-simple-pane a:visited,
.glowz-menu-simple-pane a:focus,
.glowz-menu-simple-pane a:active,
.glowz-menu-simple-pane .menu-item {
  color: var(--glowz-simple-menu-fg, currentColor);
}
.glowz-menu-simple-pane .glowz-menu-simple ul,
.glowz-menu-simple-pane .glowz-menu-simple ul a,
.glowz-menu-simple-pane .glowz-menu-simple ul a:visited,
.glowz-menu-simple-pane .glowz-menu-simple ul a:focus,
.glowz-menu-simple-pane .glowz-menu-simple ul a:active {
  color: var(--glowz-simple-menu-fg-sub, currentColor);
}
.glowz-menu-simple-pane a.glowz-active {
  color: var(--glowz-simple-menu-active, currentColor);
}
.glowz-menu-simple-pane .glowz-menu-simple ul a.glowz-active,
.glowz-menu-simple-pane .glowz-menu-simple .glowz-item-open > a.glowz-active {
  color: var(--glowz-simple-menu-active-sub, currentColor);
}
.glowz-menu-simple-pane:not(:has(.menu-item-has-children)) a {
  --gllowz-hover-offset: 0em;
  text-decoration: none !important;
  border: none !important;
  display: inline-block;
  overflow: visible;
  position: relative;
}
.glowz-menu-simple-pane:not(:has(.menu-item-has-children)) a:before {
  content: '[';
}
.glowz-menu-simple-pane:not(:has(.menu-item-has-children)) a:after {
  content: ']';
}
.glowz-menu-simple-pane:not(:has(.menu-item-has-children)) a:before,
.glowz-menu-simple-pane:not(:has(.menu-item-has-children)) a:after {
  display: inline-block;
  opacity: 0;
  transition: transform 0.3s, opacity 0.2s;
  position: absolute;
  transform: translateX(0px);
  width: 100%;
  text-align: center;
  top: 0;
  pointer-events: none;
}
.glowz-menu-simple-pane:not(:has(.menu-item-has-children)) a:before {
  content: '[';
  left: var(--gllowz-hover-offset, -0.4em);
}
.glowz-menu-simple-pane:not(:has(.menu-item-has-children)) a:after {
  content: ']';
  right: var(--gllowz-hover-offset, -0.4em);
}
.glowz-menu-simple-pane:not(:has(.menu-item-has-children)) a:hover {
  text-decoration: none;
}
.glowz-menu-simple-pane:not(:has(.menu-item-has-children)) a:hover:before,
.glowz-menu-simple-pane:not(:has(.menu-item-has-children)) a:hover:after {
  opacity: 1;
}
.glowz-menu-simple-pane:not(:has(.menu-item-has-children)) a:hover:before {
  transform: translateX(-50%);
}
.glowz-menu-simple-pane:not(:has(.menu-item-has-children)) a:hover:after {
  transform: translateX(50%);
}
.glowz-menu-simple-pane:not(:has(.menu-item-has-children)) a:active,
.glowz-menu-simple-pane:not(:has(.menu-item-has-children)) a:visited,
.glowz-menu-simple-pane:not(:has(.menu-item-has-children)) a:focus {
  text-decoration: none;
}
.glowz-menu-simple-pane:not(:has(.menu-item-has-children)) a.glowz-no-decorate:after {
  content: none;
  width: auto;
  height: auto;
}
.glowz-menu-simple-pane:not(:has(.menu-item-has-children)) a,
.glowz-menu-simple-pane:not(:has(.menu-item-has-children)) a:hover,
.glowz-menu-simple-pane:not(:has(.menu-item-has-children)) a:visited,
.glowz-menu-simple-pane:not(:has(.menu-item-has-children)) a:focus,
.glowz-menu-simple-pane:not(:has(.menu-item-has-children)) a:active {
  border-bottom: 0px;
}
.glowz-menu-simple-pane:has(.menu-item-has-children) .glowz-item-open > a,
.glowz-menu-simple-pane:has(.menu-item-has-children) a:hover {
  background-color: var(--glowz-simple-menu-hover-sub, transparent);
  color: var(--glowz-simple-menu-fg-sub, currentColor);
}
.glowz-menu-simple-pane:has(.menu-item-has-children) .glowz-menu-simple ul .glowz-item-open > a,
.glowz-menu-simple-pane:has(.menu-item-has-children) .glowz-menu-simple ul a:hover {
  background-color: var(--glowz-simple-menu-hover-sub);
  color: var(--glowz-simple-menu-fg-sub, currentColor);
}
.glowz-menu-simple ul {
  box-shadow: 0 5px 8px var(--glowz-submenu-shadow, transparent);
}
.glowz-set-items-height > .glowz-menu-simple-pane {
  height: var(--glowz-items-height);
}
.glowz-burger-button {
  background-color: var(--glowz-menu-button-bg, transparent);
}
.glowz-burger-button .glowz-burger-line {
  background-color: var(--glowz-menu-button-fg, currentColor);
}
.glowz-set-bloom .glowz-burger-button .glowz-burger-line {
  box-shadow: 0px 0px 17px 1px var(--glowz-menu-button-bloom, currentColor);
}
.glowz-burger-border .glowz-burger-button {
  border: 1px solid var(--glowz-menu-button-brd, currentColor);
  border-width: var(--glowz-menu-button-brd-w, 1px);
  border-radius: var(--glowz-menu-button-brd-r, 0px);
}
/*==================================================================
20. Сolors / :root, body, a, .glowz-border-..., .glowz-burger-lines...
==================================================================*/
.glowz-color-hd,
.glowz-sidebar {
  color: var(--glowz-page-hd);
}
.glowz-loading-overlay-part {
  background-color: var(--glowz-page-bg);
}
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
  background-color: var(--wp--preset--color--glowz-59);
}
.is-root-container .wp-block-contact-form-7-contact-form-selector input {
  color: var(--glowz-page-hd) !important;
  background-color: var(--glowz-page-bg) !important;
}
/*==================================================================
21. Woocommerce colors / .woocommerce, .price...
==================================================================*/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .button,
.woocommerce-page .wp-element-button {
  color: var(--wp--preset--color--glowz-47);
  background-color: var(--wp--preset--color--glowz-3059);
  font-weight: 400;
  transition: color 0.3s, background-color 0.3s;
}
.woocommerce #respond input#submit:not(.wc-forward):hover,
.woocommerce a.button:not(.wc-forward):hover,
.woocommerce button.button:not(.wc-forward):hover,
.woocommerce input.button:not(.wc-forward):hover,
.woocommerce .button:not(.wc-forward):hover,
.woocommerce-page .wp-element-button:not(.wc-forward):hover {
  color: var(--wp--preset--color--glowz-3);
  background-color: var(--wp--preset--color--glowz-40);
  text-shadow: 0px 0px 10px;
}
.woocommerce-page .wc-block-grid__product-onsale,
.wc-block-components-product-sale-badge,
.woocommerce-page .wc-block-grid__product-onsale:hover,
.wc-block-components-product-sale-badge:hover {
  color: var(--wp--preset--color--glowz-47) !important;
  border-color: hsl(from var(--wp--preset--color--glowz-3) h s l / 0.3) !important;
  background-color: var(--wp--preset--color--glowz-16) !important;
  font-weight: 400 !important;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: var(--wp--preset--color--glowz-3059);
  color: var(--wp--preset--color--glowz-47);
  transition: color 0.3s, background-color 0.3s;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: var(--wp--preset--color--glowz-40);
  color: var(--wp--preset--color--glowz-3);
  text-shadow: 0px 0px 10px;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: var(--wp--preset--color--glowz-40);
}
.woocommerce span.onsale {
  background-color: var(--wp--preset--color--glowz-16);
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--wp--preset--color--glowz-47);
}
.woocommerce ul.products li.product .price {
  color: var(--wp--preset--color--glowz-47);
}
.woocommerce .woocommerce-breadcrumb {
  color: var(--wp--preset--color--glowz-11);
}
.woocommerce a.remove {
  color: var(--wp--preset--color--glowz-16) !important;
}
.woocommerce a.remove:hover {
  background: var(--wp--preset--color--glowz-16);
}
.woocommerce-info {
  border-top-color: var(--wp--preset--color--glowz-16);
}
.woocommerce-info::before {
  color: var(--wp--preset--color--glowz-16);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: hsl(from var(--wp--preset--color--glowz-2) h s l / 0.6);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  transition: color 0.3s;
  color: hsl(from var(--wp--preset--color--glowz-3) h s l / 0.5);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: hsl(from var(--wp--preset--color--glowz-3) h s l / 0.75);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--wp--preset--color--glowz-2);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--wp--preset--color--glowz-3);
}
.wc-tabs,
.wc-tabs li,
.wc-tabs:before,
.wc-tabs:after,
.wc-tabs *:before,
.wc-tabs *:after {
  border-color: hsl(from var(--wp--preset--color--glowz-15) h s l / 0.5) !important;
  box-shadow: none !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background: var(--wp--preset--color--glowz-47);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-color: hsl(from currentColor h s l / 0.3) !important;
  border-radius: 7px !important;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid hsl(from var(--glowz-page-hd) h s l / 0.3) !important;
  padding: 0 !important;
}
.wc-block-components-drawer__screen-overlay {
  background-color: transparent;
  backdrop-filter: blur(10px);
}
.woocommerce [role="alert"],
.woocommerce-checkout-payment {
  background: #7676764a !important;
  border-color: #ffffff88 !important;
  color: #ffffffea !important;
}
.woocommerce [role="alert"] a,
.woocommerce-checkout-payment a {
  color: #ffffffea !important;
  font-weight: 700 !important;
}
.woocommerce .woocommerce-form-login-toggle [role="alert"] {
  background-color: #70878794 !important;
}
.wc-block-components-notice-banner.is-info > svg {
  background-color: #ffffff4a !important;
}
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
  color: #ffffffea !important;
  opacity: 1 !important;
}
/*==================================================================
22. Сolor Palete / has-glowz-1-color, has-glowz-1-background-color...
==================================================================*/
body {
  --glowz-palete-black-tr-1: var(--wp--preset--color--glowz-45);
  --glowz-palete-black-bg: var(--wp--preset--color--glowz-49);
  --glowz-palete-black-tr-2: var(--wp--preset--color--glowz-46);
  --glowz-palete-white-tr-1: var(--wp--preset--color--glowz-47);
  --glowz-palete-white-bg: var(--wp--preset--color--glowz-50);
  --glowz-palete-white-tr-2: var(--wp--preset--color--glowz-48);
  --glowz-loading-color: var(--wp--preset--color--glowz-47);
}
.glowz-mode-check {
  --glowz-palete-black-tr-1: #0000ffea;
  --glowz-palete-black-bg: #aaaaaad9;
  --glowz-palete-black-tr-2: #00ff009a;
  --glowz-palete-white-tr-1: #ffff00ea;
  --glowz-palete-white-bg: #ddddddd9;
  --glowz-palete-white-tr-2: #ff00ff9a;
}
:root {
  --glowz-page-bg: var(--wp--preset--color--glowz-3);
  --glowz-page-hd: var(--wp--preset--color--glowz-7);
  --glowz-page-txt: var(--wp--preset--color--glowz-2);
  --glowz-extended-menu-overlay-bg: #00000099;
}
:root {
  --glowz-logo-bg-a: #ffffff00;
  --glowz-logo-fg-a: #000000ea;
  --glowz-menu-button-bg-a: #ffffff00;
  --glowz-menu-button-fg-a: #000000ea;
  --glowz-simple-menu-bg-a: rgba(255, 255, 255, 0);
  --glowz-simple-menu-bg-sub-a: #ffffffea;
  --glowz-simple-menu-fg-a: #000000ea;
  --glowz-simple-menu-fg-sub-a: #000000ea;
  --glowz-header-mix-a: none;
  --glowz-menu-shadow-a: rgba(0, 0, 0, 0.1);
  --glowz-submenu-shadow-a: rgba(0, 0, 0, 0.1);
  --glowz-simple-menu-hover-sub-a: #dddddd;
  --glowz-simple-menu-active-a: #8B2020;
  --glowz-simple-menu-active-sub-a: #8B2020;
  --glowz-page-bg-a: var(--glowz-global-style-color-background, #ffffff);
  --glowz-page-hd-a: var(--glowz-global-style-elements-heading-color-text, #000000ea);
  --glowz-page-link-a: var(--glowz-global-style-elements-link-color-text, #000000ea);
  --glowz-page-txt-a: var(--glowz-global-style-color-text, #000000bb);
  --glowz-active-link-color-a: #8B2020;
  --glowz-second-bg-a: #ffffffea;
  --glowz-logo-bg-b: #00000000;
  --glowz-logo-fg-b: #ffffffea;
  --glowz-menu-button-bg-b: #00000000;
  --glowz-menu-button-fg-b: #ffffffea;
  --glowz-simple-menu-bg-b: rgba(0, 0, 0, 0);
  --glowz-simple-menu-bg-sub-b: #000000ea;
  --glowz-simple-menu-fg-b: #ffffffea;
  --glowz-simple-menu-fg-sub-b: #ffffffea;
  --glowz-header-mix-b: none;
  --glowz-menu-shadow-b: rgba(0, 0, 0, 0.3);
  --glowz-submenu-shadow-b: rgba(0, 0, 0, 0.3);
  --glowz-simple-menu-hover-sub-b: #2a2a2a;
  --glowz-simple-menu-active-b: #8B2020;
  --glowz-simple-menu-active-sub-b: #8B2020;
  --glowz-page-bg-b: var(--glowz-global-style-color-background, #000000);
  --glowz-page-hd-b: var(--glowz-global-style-elements-heading-color-text, #ffffffea);
  --glowz-page-link-b: var(--glowz-global-style-elements-link-color-text, #ffffffea);
  --glowz-page-txt-b: var(--glowz-global-style-color-text, #ffffffaa);
  --glowz-active-link-color-b: #8B2020;
  --glowz-second-bg-b: #000000ea;
  --call-us-main-accent-color: var(--wp--preset--color--glowz-59);
  --call-us-form-header-background: var(--wp--preset--color--glowz-59);
}
:where(.glowz-theme, .wp-site-blocks, .is-root-container, .glowz-color-style-a, .glowz-color-style-b) {
  color-scheme: var(--glowz-color-scheme);
  color: var(--glowz-page-txt);
}
:where(.glowz-theme, .wp-site-blocks, .is-root-container, .glowz-color-style-a, .glowz-color-style-b) a,
:where(.glowz-theme, .wp-site-blocks, .is-root-container, .glowz-color-style-a, .glowz-color-style-b) a:where(:hover),
:where(.glowz-theme, .wp-site-blocks, .is-root-container, .glowz-color-style-a, .glowz-color-style-b) a:where(:focus),
:where(.glowz-theme, .wp-site-blocks, .is-root-container, .glowz-color-style-a, .glowz-color-style-b) a:where(:active) {
  color: var(--glowz-page-link);
}
:where(.glowz-theme, .wp-site-blocks, .is-root-container, .glowz-color-style-a, .glowz-color-style-b) h1,
:where(.glowz-theme, .wp-site-blocks, .is-root-container, .glowz-color-style-a, .glowz-color-style-b) h2,
:where(.glowz-theme, .wp-site-blocks, .is-root-container, .glowz-color-style-a, .glowz-color-style-b) h3,
:where(.glowz-theme, .wp-site-blocks, .is-root-container, .glowz-color-style-a, .glowz-color-style-b) h4,
:where(.glowz-theme, .wp-site-blocks, .is-root-container, .glowz-color-style-a, .glowz-color-style-b) h5,
:where(.glowz-theme, .wp-site-blocks, .is-root-container, .glowz-color-style-a, .glowz-color-style-b) h6,
:where(.glowz-theme, .wp-site-blocks, .is-root-container, .glowz-color-style-a, .glowz-color-style-b) label,
:where(.glowz-theme, .wp-site-blocks, .is-root-container, .glowz-color-style-a, .glowz-color-style-b) nav,
:where(.glowz-theme, .wp-site-blocks, .is-root-container, .glowz-color-style-a, .glowz-color-style-b) input,
:where(.glowz-theme, .wp-site-blocks, .is-root-container, .glowz-color-style-a, .glowz-color-style-b) th,
:where(.glowz-theme, .wp-site-blocks, .is-root-container, .glowz-color-style-a, .glowz-color-style-b) button {
  color: var(--glowz-page-hd);
}
:where(.glowz-theme, .wp-site-blocks, .is-root-container, .glowz-color-style-a, .glowz-color-style-b) caption,
:where(.glowz-theme, .wp-site-blocks, .is-root-container, .glowz-color-style-a, .glowz-color-style-b) figcaption {
  color: var(--glowz-page-txt);
}
:where(.glowz-theme, .wp-site-blocks, .is-root-container, .glowz-color-style-a, .glowz-color-style-b) th {
  background-color: rgb(from var(--glowz-page-hd) r g b / 15%);
}
:where(.glowz-theme, .wp-site-blocks, .is-root-container, .glowz-color-style-a, .glowz-color-style-b) td,
:where(.glowz-theme, .wp-site-blocks, .is-root-container, .glowz-color-style-a, .glowz-color-style-b) th {
  border: 1px solid;
  border-color: rgb(from var(--glowz-page-hd) r g b / 25%);
}
:where(.wp-site-blocks header) {
  color: var(--glowz-page-txt);
}
.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
  border-color: rgb(from var(--glowz-page-hd) r g b / 25%);
}
.wp-block-calendar table:where(:not(.has-text-color)) {
  color: rgb(from var(--glowz-page-txt) r g b / 50%);
}
a.glowz-active:where(:not([class*="button"])) {
  color: var(--glowz-active-link-color);
}
.glowz-theme,
.wp-site-blocks,
.is-root-container {
  background-color: var(--glowz-page-bg);
}
.glowz-heading-bg {
  color: rgb(from var(--glowz-page-hd) r g b / 15%);
}
p.has-drop-cap:not(:focus):first-letter {
  color: var(--glowz-page-hd);
}
.glowz-loader-1-dot {
  background: var(--glowz-page-bg);
  border: 1px solid var(--glowz-page-hd);
}
.woocommerce .woocommerce-breadcrumb a {
  color: var(--glowz-page-hd);
}
.glowz-hd-color,
.glowz-button,
.glowz-lead,
.glowz-heading,
.glowz-hd-font,
.glowz-title,
.glowz-cart,
.breadcrumbs,
.glowz-grid-filters,
.wp-block-cover,
.glowz-section-icon {
  color: var(--glowz-page-hd);
}
.wp-block-image figcaption {
  color: var(--glowz-page-txt);
}
svg.glowz-transparent-fill-color {
  fill: rgba(0, 0, 0, 0);
}
svg.glowz-transparent-stroke-color {
  stroke: rgba(0, 0, 0, 0);
}
.glowz-colored-svg-element {
  stroke: var(--glowz-page-hd);
  fill: var(--glowz-page-hd);
}
.has-glowz-10-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-10) !important;
}
.has-glowz-10-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-10) !important;
}
.has-glowz-10-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-10) !important;
}
.has-glowz-10-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-10) !important;
}
.has-glowz-10-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-10) !important;
}
.has-glowz-10-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-10) !important;
}
.has-glowz-10-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-10) !important;
}
.has-glowz-10-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-10) !important;
}
.has-glowz-10-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-10) !important;
}
.has-glowz-10-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-10) !important;
}
.has-glowz-10-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-10) !important;
}
.has-glowz-10-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-10) !important;
}
.has-glowz-10-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-10) !important;
}
.has-glowz-14-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-14) !important;
}
.has-glowz-14-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-14) !important;
}
.has-glowz-14-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-14) !important;
}
.has-glowz-14-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-14) !important;
}
.has-glowz-14-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-14) !important;
}
.has-glowz-14-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-14) !important;
}
.has-glowz-14-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-14) !important;
}
.has-glowz-14-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-14) !important;
}
.has-glowz-14-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-14) !important;
}
.has-glowz-14-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-14) !important;
}
.has-glowz-14-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-14) !important;
}
.has-glowz-14-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-14) !important;
}
.has-glowz-14-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-14) !important;
}
.has-glowz-7-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-7) !important;
}
.has-glowz-7-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-7) !important;
}
.has-glowz-7-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-7) !important;
}
.has-glowz-7-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-7) !important;
}
.has-glowz-7-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-7) !important;
}
.has-glowz-7-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-7) !important;
}
.has-glowz-7-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-7) !important;
}
.has-glowz-7-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-7) !important;
}
.has-glowz-7-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-7) !important;
}
.has-glowz-7-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-7) !important;
}
.has-glowz-7-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-7) !important;
}
.has-glowz-7-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-7) !important;
}
.has-glowz-7-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-7) !important;
}
.has-glowz-1-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1) !important;
}
.has-glowz-1-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1) !important;
}
.has-glowz-1-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1) !important;
}
.has-glowz-1-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1) !important;
}
.has-glowz-1-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1) !important;
}
.has-glowz-1-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1) !important;
}
.has-glowz-1-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1) !important;
}
.has-glowz-1-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1) !important;
}
.has-glowz-1-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1) !important;
}
.has-glowz-1-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1) !important;
}
.has-glowz-1-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1) !important;
}
.has-glowz-1-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1) !important;
}
.has-glowz-1-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1) !important;
}
.has-glowz-2-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2) !important;
}
.has-glowz-2-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2) !important;
}
.has-glowz-2-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2) !important;
}
.has-glowz-2-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2) !important;
}
.has-glowz-2-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2) !important;
}
.has-glowz-2-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2) !important;
}
.has-glowz-2-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2) !important;
}
.has-glowz-2-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2) !important;
}
.has-glowz-2-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2) !important;
}
.has-glowz-2-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2) !important;
}
.has-glowz-2-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2) !important;
}
.has-glowz-2-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2) !important;
}
.has-glowz-2-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2) !important;
}
.has-glowz-3-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3) !important;
}
.has-glowz-3-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3) !important;
}
.has-glowz-3-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3) !important;
}
.has-glowz-3-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3) !important;
}
.has-glowz-3-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3) !important;
}
.has-glowz-3-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3) !important;
}
.has-glowz-3-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3) !important;
}
.has-glowz-3-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3) !important;
}
.has-glowz-3-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3) !important;
}
.has-glowz-3-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3) !important;
}
.has-glowz-3-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3) !important;
}
.has-glowz-3-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3) !important;
}
.has-glowz-3-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3) !important;
}
.has-glowz-4-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-4) !important;
}
.has-glowz-4-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-4) !important;
}
.has-glowz-4-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-4) !important;
}
.has-glowz-4-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-4) !important;
}
.has-glowz-4-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-4) !important;
}
.has-glowz-4-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-4) !important;
}
.has-glowz-4-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-4) !important;
}
.has-glowz-4-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-4) !important;
}
.has-glowz-4-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-4) !important;
}
.has-glowz-4-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-4) !important;
}
.has-glowz-4-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-4) !important;
}
.has-glowz-4-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-4) !important;
}
.has-glowz-4-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-4) !important;
}
.has-glowz-8-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-8) !important;
}
.has-glowz-8-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-8) !important;
}
.has-glowz-8-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-8) !important;
}
.has-glowz-8-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-8) !important;
}
.has-glowz-8-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-8) !important;
}
.has-glowz-8-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-8) !important;
}
.has-glowz-8-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-8) !important;
}
.has-glowz-8-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-8) !important;
}
.has-glowz-8-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-8) !important;
}
.has-glowz-8-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-8) !important;
}
.has-glowz-8-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-8) !important;
}
.has-glowz-8-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-8) !important;
}
.has-glowz-8-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-8) !important;
}
.has-glowz-11-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-11) !important;
}
.has-glowz-11-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-11) !important;
}
.has-glowz-11-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-11) !important;
}
.has-glowz-11-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-11) !important;
}
.has-glowz-11-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-11) !important;
}
.has-glowz-11-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-11) !important;
}
.has-glowz-11-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-11) !important;
}
.has-glowz-11-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-11) !important;
}
.has-glowz-11-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-11) !important;
}
.has-glowz-11-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-11) !important;
}
.has-glowz-11-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-11) !important;
}
.has-glowz-11-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-11) !important;
}
.has-glowz-11-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-11) !important;
}
.has-glowz-15-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-15) !important;
}
.has-glowz-15-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-15) !important;
}
.has-glowz-15-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-15) !important;
}
.has-glowz-15-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-15) !important;
}
.has-glowz-15-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-15) !important;
}
.has-glowz-15-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-15) !important;
}
.has-glowz-15-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-15) !important;
}
.has-glowz-15-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-15) !important;
}
.has-glowz-15-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-15) !important;
}
.has-glowz-15-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-15) !important;
}
.has-glowz-15-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-15) !important;
}
.has-glowz-15-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-15) !important;
}
.has-glowz-15-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-15) !important;
}
.has-glowz-9-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-9) !important;
}
.has-glowz-9-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-9) !important;
}
.has-glowz-9-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-9) !important;
}
.has-glowz-9-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-9) !important;
}
.has-glowz-9-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-9) !important;
}
.has-glowz-9-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-9) !important;
}
.has-glowz-9-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-9) !important;
}
.has-glowz-9-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-9) !important;
}
.has-glowz-9-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-9) !important;
}
.has-glowz-9-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-9) !important;
}
.has-glowz-9-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-9) !important;
}
.has-glowz-9-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-9) !important;
}
.has-glowz-9-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-9) !important;
}
.has-glowz-16-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-16) !important;
}
.has-glowz-16-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-16) !important;
}
.has-glowz-16-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-16) !important;
}
.has-glowz-16-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-16) !important;
}
.has-glowz-16-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-16) !important;
}
.has-glowz-16-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-16) !important;
}
.has-glowz-16-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-16) !important;
}
.has-glowz-16-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-16) !important;
}
.has-glowz-16-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-16) !important;
}
.has-glowz-16-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-16) !important;
}
.has-glowz-16-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-16) !important;
}
.has-glowz-16-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-16) !important;
}
.has-glowz-16-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-16) !important;
}
.has-glowz-17-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-17) !important;
}
.has-glowz-17-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-17) !important;
}
.has-glowz-17-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-17) !important;
}
.has-glowz-17-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-17) !important;
}
.has-glowz-17-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-17) !important;
}
.has-glowz-17-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-17) !important;
}
.has-glowz-17-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-17) !important;
}
.has-glowz-17-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-17) !important;
}
.has-glowz-17-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-17) !important;
}
.has-glowz-17-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-17) !important;
}
.has-glowz-17-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-17) !important;
}
.has-glowz-17-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-17) !important;
}
.has-glowz-17-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-17) !important;
}
.has-glowz-18-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-18) !important;
}
.has-glowz-18-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-18) !important;
}
.has-glowz-18-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-18) !important;
}
.has-glowz-18-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-18) !important;
}
.has-glowz-18-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-18) !important;
}
.has-glowz-18-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-18) !important;
}
.has-glowz-18-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-18) !important;
}
.has-glowz-18-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-18) !important;
}
.has-glowz-18-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-18) !important;
}
.has-glowz-18-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-18) !important;
}
.has-glowz-18-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-18) !important;
}
.has-glowz-18-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-18) !important;
}
.has-glowz-18-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-18) !important;
}
.has-glowz-44-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-44) !important;
}
.has-glowz-44-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-44) !important;
}
.has-glowz-44-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-44) !important;
}
.has-glowz-44-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-44) !important;
}
.has-glowz-44-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-44) !important;
}
.has-glowz-44-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-44) !important;
}
.has-glowz-44-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-44) !important;
}
.has-glowz-44-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-44) !important;
}
.has-glowz-44-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-44) !important;
}
.has-glowz-44-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-44) !important;
}
.has-glowz-44-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-44) !important;
}
.has-glowz-44-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-44) !important;
}
.has-glowz-44-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-44) !important;
}
.has-glowz-5-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-5) !important;
}
.has-glowz-5-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-5) !important;
}
.has-glowz-5-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-5) !important;
}
.has-glowz-5-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-5) !important;
}
.has-glowz-5-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-5) !important;
}
.has-glowz-5-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-5) !important;
}
.has-glowz-5-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-5) !important;
}
.has-glowz-5-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-5) !important;
}
.has-glowz-5-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-5) !important;
}
.has-glowz-5-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-5) !important;
}
.has-glowz-5-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-5) !important;
}
.has-glowz-5-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-5) !important;
}
.has-glowz-5-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-5) !important;
}
.has-glowz-6-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-6) !important;
}
.has-glowz-6-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-6) !important;
}
.has-glowz-6-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-6) !important;
}
.has-glowz-6-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-6) !important;
}
.has-glowz-6-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-6) !important;
}
.has-glowz-6-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-6) !important;
}
.has-glowz-6-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-6) !important;
}
.has-glowz-6-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-6) !important;
}
.has-glowz-6-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-6) !important;
}
.has-glowz-6-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-6) !important;
}
.has-glowz-6-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-6) !important;
}
.has-glowz-6-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-6) !important;
}
.has-glowz-6-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-6) !important;
}
.has-glowz-12-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-12) !important;
}
.has-glowz-12-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-12) !important;
}
.has-glowz-12-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-12) !important;
}
.has-glowz-12-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-12) !important;
}
.has-glowz-12-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-12) !important;
}
.has-glowz-12-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-12) !important;
}
.has-glowz-12-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-12) !important;
}
.has-glowz-12-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-12) !important;
}
.has-glowz-12-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-12) !important;
}
.has-glowz-12-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-12) !important;
}
.has-glowz-12-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-12) !important;
}
.has-glowz-12-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-12) !important;
}
.has-glowz-12-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-12) !important;
}
.has-glowz-13-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-13) !important;
}
.has-glowz-13-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-13) !important;
}
.has-glowz-13-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-13) !important;
}
.has-glowz-13-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-13) !important;
}
.has-glowz-13-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-13) !important;
}
.has-glowz-13-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-13) !important;
}
.has-glowz-13-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-13) !important;
}
.has-glowz-13-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-13) !important;
}
.has-glowz-13-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-13) !important;
}
.has-glowz-13-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-13) !important;
}
.has-glowz-13-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-13) !important;
}
.has-glowz-13-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-13) !important;
}
.has-glowz-13-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-13) !important;
}
.has-glowz-40-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-40) !important;
}
.has-glowz-40-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-40) !important;
}
.has-glowz-40-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-40) !important;
}
.has-glowz-40-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-40) !important;
}
.has-glowz-40-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-40) !important;
}
.has-glowz-40-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-40) !important;
}
.has-glowz-40-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-40) !important;
}
.has-glowz-40-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-40) !important;
}
.has-glowz-40-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-40) !important;
}
.has-glowz-40-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-40) !important;
}
.has-glowz-40-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-40) !important;
}
.has-glowz-40-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-40) !important;
}
.has-glowz-40-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-40) !important;
}
.has-glowz-41-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-41) !important;
}
.has-glowz-41-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-41) !important;
}
.has-glowz-41-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-41) !important;
}
.has-glowz-41-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-41) !important;
}
.has-glowz-41-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-41) !important;
}
.has-glowz-41-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-41) !important;
}
.has-glowz-41-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-41) !important;
}
.has-glowz-41-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-41) !important;
}
.has-glowz-41-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-41) !important;
}
.has-glowz-41-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-41) !important;
}
.has-glowz-41-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-41) !important;
}
.has-glowz-41-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-41) !important;
}
.has-glowz-41-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-41) !important;
}
.has-glowz-42-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-42) !important;
}
.has-glowz-42-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-42) !important;
}
.has-glowz-42-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-42) !important;
}
.has-glowz-42-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-42) !important;
}
.has-glowz-42-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-42) !important;
}
.has-glowz-42-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-42) !important;
}
.has-glowz-42-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-42) !important;
}
.has-glowz-42-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-42) !important;
}
.has-glowz-42-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-42) !important;
}
.has-glowz-42-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-42) !important;
}
.has-glowz-42-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-42) !important;
}
.has-glowz-42-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-42) !important;
}
.has-glowz-42-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-42) !important;
}
.has-glowz-43-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-43) !important;
}
.has-glowz-43-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-43) !important;
}
.has-glowz-43-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-43) !important;
}
.has-glowz-43-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-43) !important;
}
.has-glowz-43-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-43) !important;
}
.has-glowz-43-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-43) !important;
}
.has-glowz-43-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-43) !important;
}
.has-glowz-43-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-43) !important;
}
.has-glowz-43-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-43) !important;
}
.has-glowz-43-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-43) !important;
}
.has-glowz-43-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-43) !important;
}
.has-glowz-43-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-43) !important;
}
.has-glowz-43-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-43) !important;
}
.has-glowz-56-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-56) !important;
}
.has-glowz-56-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-56) !important;
}
.has-glowz-56-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-56) !important;
}
.has-glowz-56-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-56) !important;
}
.has-glowz-56-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-56) !important;
}
.has-glowz-56-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-56) !important;
}
.has-glowz-56-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-56) !important;
}
.has-glowz-56-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-56) !important;
}
.has-glowz-56-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-56) !important;
}
.has-glowz-56-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-56) !important;
}
.has-glowz-56-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-56) !important;
}
.has-glowz-56-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-56) !important;
}
.has-glowz-56-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-56) !important;
}
.has-glowz-57-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-57) !important;
}
.has-glowz-57-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-57) !important;
}
.has-glowz-57-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-57) !important;
}
.has-glowz-57-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-57) !important;
}
.has-glowz-57-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-57) !important;
}
.has-glowz-57-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-57) !important;
}
.has-glowz-57-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-57) !important;
}
.has-glowz-57-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-57) !important;
}
.has-glowz-57-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-57) !important;
}
.has-glowz-57-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-57) !important;
}
.has-glowz-57-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-57) !important;
}
.has-glowz-57-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-57) !important;
}
.has-glowz-57-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-57) !important;
}
.has-glowz-58-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-58) !important;
}
.has-glowz-58-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-58) !important;
}
.has-glowz-58-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-58) !important;
}
.has-glowz-58-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-58) !important;
}
.has-glowz-58-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-58) !important;
}
.has-glowz-58-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-58) !important;
}
.has-glowz-58-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-58) !important;
}
.has-glowz-58-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-58) !important;
}
.has-glowz-58-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-58) !important;
}
.has-glowz-58-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-58) !important;
}
.has-glowz-58-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-58) !important;
}
.has-glowz-58-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-58) !important;
}
.has-glowz-58-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-58) !important;
}
.has-glowz-59-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-59) !important;
}
.has-glowz-59-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-59) !important;
}
.has-glowz-59-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-59) !important;
}
.has-glowz-59-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-59) !important;
}
.has-glowz-59-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-59) !important;
}
.has-glowz-59-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-59) !important;
}
.has-glowz-59-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-59) !important;
}
.has-glowz-59-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-59) !important;
}
.has-glowz-59-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-59) !important;
}
.has-glowz-59-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-59) !important;
}
.has-glowz-59-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-59) !important;
}
.has-glowz-59-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-59) !important;
}
.has-glowz-59-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-59) !important;
}
.has-glowz-60-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-60) !important;
}
.has-glowz-60-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-60) !important;
}
.has-glowz-60-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-60) !important;
}
.has-glowz-60-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-60) !important;
}
.has-glowz-60-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-60) !important;
}
.has-glowz-60-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-60) !important;
}
.has-glowz-60-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-60) !important;
}
.has-glowz-60-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-60) !important;
}
.has-glowz-60-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-60) !important;
}
.has-glowz-60-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-60) !important;
}
.has-glowz-60-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-60) !important;
}
.has-glowz-60-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-60) !important;
}
.has-glowz-60-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-60) !important;
}
.has-glowz-19-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-19) !important;
}
.has-glowz-19-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-19) !important;
}
.has-glowz-19-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-19) !important;
}
.has-glowz-19-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-19) !important;
}
.has-glowz-19-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-19) !important;
}
.has-glowz-19-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-19) !important;
}
.has-glowz-19-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-19) !important;
}
.has-glowz-19-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-19) !important;
}
.has-glowz-19-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-19) !important;
}
.has-glowz-19-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-19) !important;
}
.has-glowz-19-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-19) !important;
}
.has-glowz-19-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-19) !important;
}
.has-glowz-19-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-19) !important;
}
.has-glowz-20-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-20) !important;
}
.has-glowz-20-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-20) !important;
}
.has-glowz-20-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-20) !important;
}
.has-glowz-20-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-20) !important;
}
.has-glowz-20-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-20) !important;
}
.has-glowz-20-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-20) !important;
}
.has-glowz-20-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-20) !important;
}
.has-glowz-20-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-20) !important;
}
.has-glowz-20-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-20) !important;
}
.has-glowz-20-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-20) !important;
}
.has-glowz-20-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-20) !important;
}
.has-glowz-20-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-20) !important;
}
.has-glowz-20-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-20) !important;
}
.has-glowz-21-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-21) !important;
}
.has-glowz-21-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-21) !important;
}
.has-glowz-21-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-21) !important;
}
.has-glowz-21-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-21) !important;
}
.has-glowz-21-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-21) !important;
}
.has-glowz-21-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-21) !important;
}
.has-glowz-21-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-21) !important;
}
.has-glowz-21-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-21) !important;
}
.has-glowz-21-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-21) !important;
}
.has-glowz-21-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-21) !important;
}
.has-glowz-21-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-21) !important;
}
.has-glowz-21-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-21) !important;
}
.has-glowz-21-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-21) !important;
}
.has-glowz-22-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-22) !important;
}
.has-glowz-22-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-22) !important;
}
.has-glowz-22-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-22) !important;
}
.has-glowz-22-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-22) !important;
}
.has-glowz-22-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-22) !important;
}
.has-glowz-22-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-22) !important;
}
.has-glowz-22-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-22) !important;
}
.has-glowz-22-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-22) !important;
}
.has-glowz-22-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-22) !important;
}
.has-glowz-22-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-22) !important;
}
.has-glowz-22-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-22) !important;
}
.has-glowz-22-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-22) !important;
}
.has-glowz-22-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-22) !important;
}
.has-glowz-23-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-23) !important;
}
.has-glowz-23-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-23) !important;
}
.has-glowz-23-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-23) !important;
}
.has-glowz-23-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-23) !important;
}
.has-glowz-23-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-23) !important;
}
.has-glowz-23-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-23) !important;
}
.has-glowz-23-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-23) !important;
}
.has-glowz-23-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-23) !important;
}
.has-glowz-23-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-23) !important;
}
.has-glowz-23-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-23) !important;
}
.has-glowz-23-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-23) !important;
}
.has-glowz-23-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-23) !important;
}
.has-glowz-23-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-23) !important;
}
.has-glowz-24-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-24) !important;
}
.has-glowz-24-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-24) !important;
}
.has-glowz-24-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-24) !important;
}
.has-glowz-24-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-24) !important;
}
.has-glowz-24-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-24) !important;
}
.has-glowz-24-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-24) !important;
}
.has-glowz-24-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-24) !important;
}
.has-glowz-24-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-24) !important;
}
.has-glowz-24-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-24) !important;
}
.has-glowz-24-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-24) !important;
}
.has-glowz-24-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-24) !important;
}
.has-glowz-24-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-24) !important;
}
.has-glowz-24-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-24) !important;
}
.has-glowz-25-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-25) !important;
}
.has-glowz-25-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-25) !important;
}
.has-glowz-25-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-25) !important;
}
.has-glowz-25-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-25) !important;
}
.has-glowz-25-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-25) !important;
}
.has-glowz-25-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-25) !important;
}
.has-glowz-25-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-25) !important;
}
.has-glowz-25-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-25) !important;
}
.has-glowz-25-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-25) !important;
}
.has-glowz-25-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-25) !important;
}
.has-glowz-25-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-25) !important;
}
.has-glowz-25-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-25) !important;
}
.has-glowz-25-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-25) !important;
}
.has-glowz-26-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-26) !important;
}
.has-glowz-26-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-26) !important;
}
.has-glowz-26-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-26) !important;
}
.has-glowz-26-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-26) !important;
}
.has-glowz-26-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-26) !important;
}
.has-glowz-26-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-26) !important;
}
.has-glowz-26-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-26) !important;
}
.has-glowz-26-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-26) !important;
}
.has-glowz-26-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-26) !important;
}
.has-glowz-26-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-26) !important;
}
.has-glowz-26-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-26) !important;
}
.has-glowz-26-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-26) !important;
}
.has-glowz-26-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-26) !important;
}
.has-glowz-45-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-45) !important;
}
.has-glowz-45-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-45) !important;
}
.has-glowz-45-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-45) !important;
}
.has-glowz-45-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-45) !important;
}
.has-glowz-45-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-45) !important;
}
.has-glowz-45-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-45) !important;
}
.has-glowz-45-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-45) !important;
}
.has-glowz-45-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-45) !important;
}
.has-glowz-45-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-45) !important;
}
.has-glowz-45-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-45) !important;
}
.has-glowz-45-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-45) !important;
}
.has-glowz-45-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-45) !important;
}
.has-glowz-45-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-45) !important;
}
.has-glowz-46-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-46) !important;
}
.has-glowz-46-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-46) !important;
}
.has-glowz-46-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-46) !important;
}
.has-glowz-46-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-46) !important;
}
.has-glowz-46-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-46) !important;
}
.has-glowz-46-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-46) !important;
}
.has-glowz-46-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-46) !important;
}
.has-glowz-46-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-46) !important;
}
.has-glowz-46-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-46) !important;
}
.has-glowz-46-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-46) !important;
}
.has-glowz-46-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-46) !important;
}
.has-glowz-46-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-46) !important;
}
.has-glowz-46-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-46) !important;
}
.has-glowz-47-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-47) !important;
}
.has-glowz-47-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-47) !important;
}
.has-glowz-47-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-47) !important;
}
.has-glowz-47-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-47) !important;
}
.has-glowz-47-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-47) !important;
}
.has-glowz-47-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-47) !important;
}
.has-glowz-47-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-47) !important;
}
.has-glowz-47-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-47) !important;
}
.has-glowz-47-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-47) !important;
}
.has-glowz-47-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-47) !important;
}
.has-glowz-47-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-47) !important;
}
.has-glowz-47-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-47) !important;
}
.has-glowz-47-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-47) !important;
}
.has-glowz-48-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-48) !important;
}
.has-glowz-48-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-48) !important;
}
.has-glowz-48-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-48) !important;
}
.has-glowz-48-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-48) !important;
}
.has-glowz-48-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-48) !important;
}
.has-glowz-48-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-48) !important;
}
.has-glowz-48-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-48) !important;
}
.has-glowz-48-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-48) !important;
}
.has-glowz-48-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-48) !important;
}
.has-glowz-48-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-48) !important;
}
.has-glowz-48-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-48) !important;
}
.has-glowz-48-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-48) !important;
}
.has-glowz-48-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-48) !important;
}
.has-glowz-49-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-49) !important;
}
.has-glowz-49-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-49) !important;
}
.has-glowz-49-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-49) !important;
}
.has-glowz-49-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-49) !important;
}
.has-glowz-49-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-49) !important;
}
.has-glowz-49-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-49) !important;
}
.has-glowz-49-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-49) !important;
}
.has-glowz-49-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-49) !important;
}
.has-glowz-49-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-49) !important;
}
.has-glowz-49-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-49) !important;
}
.has-glowz-49-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-49) !important;
}
.has-glowz-49-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-49) !important;
}
.has-glowz-49-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-49) !important;
}
.has-glowz-50-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-50) !important;
}
.has-glowz-50-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-50) !important;
}
.has-glowz-50-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-50) !important;
}
.has-glowz-50-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-50) !important;
}
.has-glowz-50-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-50) !important;
}
.has-glowz-50-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-50) !important;
}
.has-glowz-50-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-50) !important;
}
.has-glowz-50-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-50) !important;
}
.has-glowz-50-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-50) !important;
}
.has-glowz-50-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-50) !important;
}
.has-glowz-50-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-50) !important;
}
.has-glowz-50-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-50) !important;
}
.has-glowz-50-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-50) !important;
}
.has-glowz-51-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-51) !important;
}
.has-glowz-51-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-51) !important;
}
.has-glowz-51-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-51) !important;
}
.has-glowz-51-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-51) !important;
}
.has-glowz-51-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-51) !important;
}
.has-glowz-51-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-51) !important;
}
.has-glowz-51-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-51) !important;
}
.has-glowz-51-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-51) !important;
}
.has-glowz-51-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-51) !important;
}
.has-glowz-51-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-51) !important;
}
.has-glowz-51-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-51) !important;
}
.has-glowz-51-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-51) !important;
}
.has-glowz-51-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-51) !important;
}
.has-glowz-52-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-52) !important;
}
.has-glowz-52-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-52) !important;
}
.has-glowz-52-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-52) !important;
}
.has-glowz-52-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-52) !important;
}
.has-glowz-52-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-52) !important;
}
.has-glowz-52-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-52) !important;
}
.has-glowz-52-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-52) !important;
}
.has-glowz-52-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-52) !important;
}
.has-glowz-52-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-52) !important;
}
.has-glowz-52-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-52) !important;
}
.has-glowz-52-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-52) !important;
}
.has-glowz-52-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-52) !important;
}
.has-glowz-52-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-52) !important;
}
.has-glowz-53-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-53) !important;
}
.has-glowz-53-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-53) !important;
}
.has-glowz-53-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-53) !important;
}
.has-glowz-53-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-53) !important;
}
.has-glowz-53-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-53) !important;
}
.has-glowz-53-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-53) !important;
}
.has-glowz-53-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-53) !important;
}
.has-glowz-53-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-53) !important;
}
.has-glowz-53-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-53) !important;
}
.has-glowz-53-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-53) !important;
}
.has-glowz-53-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-53) !important;
}
.has-glowz-53-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-53) !important;
}
.has-glowz-53-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-53) !important;
}
.has-glowz-54-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-54) !important;
}
.has-glowz-54-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-54) !important;
}
.has-glowz-54-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-54) !important;
}
.has-glowz-54-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-54) !important;
}
.has-glowz-54-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-54) !important;
}
.has-glowz-54-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-54) !important;
}
.has-glowz-54-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-54) !important;
}
.has-glowz-54-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-54) !important;
}
.has-glowz-54-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-54) !important;
}
.has-glowz-54-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-54) !important;
}
.has-glowz-54-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-54) !important;
}
.has-glowz-54-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-54) !important;
}
.has-glowz-54-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-54) !important;
}
.has-glowz-55-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-55) !important;
}
.has-glowz-55-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-55) !important;
}
.has-glowz-55-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-55) !important;
}
.has-glowz-55-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-55) !important;
}
.has-glowz-55-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-55) !important;
}
.has-glowz-55-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-55) !important;
}
.has-glowz-55-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-55) !important;
}
.has-glowz-55-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-55) !important;
}
.has-glowz-55-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-55) !important;
}
.has-glowz-55-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-55) !important;
}
.has-glowz-55-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-55) !important;
}
.has-glowz-55-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-55) !important;
}
.has-glowz-55-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-55) !important;
}
.has-glowz-61-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-61) !important;
}
.has-glowz-61-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-61) !important;
}
.has-glowz-61-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-61) !important;
}
.has-glowz-61-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-61) !important;
}
.has-glowz-61-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-61) !important;
}
.has-glowz-61-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-61) !important;
}
.has-glowz-61-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-61) !important;
}
.has-glowz-61-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-61) !important;
}
.has-glowz-61-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-61) !important;
}
.has-glowz-61-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-61) !important;
}
.has-glowz-61-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-61) !important;
}
.has-glowz-61-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-61) !important;
}
.has-glowz-61-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-61) !important;
}
.has-glowz-62-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-62) !important;
}
.has-glowz-62-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-62) !important;
}
.has-glowz-62-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-62) !important;
}
.has-glowz-62-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-62) !important;
}
.has-glowz-62-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-62) !important;
}
.has-glowz-62-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-62) !important;
}
.has-glowz-62-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-62) !important;
}
.has-glowz-62-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-62) !important;
}
.has-glowz-62-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-62) !important;
}
.has-glowz-62-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-62) !important;
}
.has-glowz-62-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-62) !important;
}
.has-glowz-62-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-62) !important;
}
.has-glowz-62-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-62) !important;
}
.has-glowz-1010-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1010) !important;
}
.has-glowz-1010-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1010) !important;
}
.has-glowz-1010-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1010) !important;
}
.has-glowz-1010-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1010) !important;
}
.has-glowz-1010-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1010) !important;
}
.has-glowz-1010-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1010) !important;
}
.has-glowz-1010-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1010) !important;
}
.has-glowz-1010-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1010) !important;
}
.has-glowz-1010-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1010) !important;
}
.has-glowz-1010-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1010) !important;
}
.has-glowz-1010-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1010) !important;
}
.has-glowz-1010-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1010) !important;
}
.has-glowz-1010-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1010) !important;
}
.has-glowz-1014-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1014) !important;
}
.has-glowz-1014-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1014) !important;
}
.has-glowz-1014-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1014) !important;
}
.has-glowz-1014-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1014) !important;
}
.has-glowz-1014-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1014) !important;
}
.has-glowz-1014-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1014) !important;
}
.has-glowz-1014-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1014) !important;
}
.has-glowz-1014-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1014) !important;
}
.has-glowz-1014-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1014) !important;
}
.has-glowz-1014-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1014) !important;
}
.has-glowz-1014-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1014) !important;
}
.has-glowz-1014-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1014) !important;
}
.has-glowz-1014-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1014) !important;
}
.has-glowz-1007-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1007) !important;
}
.has-glowz-1007-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1007) !important;
}
.has-glowz-1007-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1007) !important;
}
.has-glowz-1007-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1007) !important;
}
.has-glowz-1007-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1007) !important;
}
.has-glowz-1007-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1007) !important;
}
.has-glowz-1007-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1007) !important;
}
.has-glowz-1007-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1007) !important;
}
.has-glowz-1007-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1007) !important;
}
.has-glowz-1007-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1007) !important;
}
.has-glowz-1007-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1007) !important;
}
.has-glowz-1007-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1007) !important;
}
.has-glowz-1007-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1007) !important;
}
.has-glowz-1001-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1001) !important;
}
.has-glowz-1001-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1001) !important;
}
.has-glowz-1001-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1001) !important;
}
.has-glowz-1001-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1001) !important;
}
.has-glowz-1001-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1001) !important;
}
.has-glowz-1001-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1001) !important;
}
.has-glowz-1001-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1001) !important;
}
.has-glowz-1001-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1001) !important;
}
.has-glowz-1001-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1001) !important;
}
.has-glowz-1001-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1001) !important;
}
.has-glowz-1001-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1001) !important;
}
.has-glowz-1001-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1001) !important;
}
.has-glowz-1001-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1001) !important;
}
.has-glowz-1002-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1002) !important;
}
.has-glowz-1002-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1002) !important;
}
.has-glowz-1002-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1002) !important;
}
.has-glowz-1002-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1002) !important;
}
.has-glowz-1002-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1002) !important;
}
.has-glowz-1002-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1002) !important;
}
.has-glowz-1002-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1002) !important;
}
.has-glowz-1002-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1002) !important;
}
.has-glowz-1002-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1002) !important;
}
.has-glowz-1002-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1002) !important;
}
.has-glowz-1002-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1002) !important;
}
.has-glowz-1002-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1002) !important;
}
.has-glowz-1002-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1002) !important;
}
.has-glowz-1003-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1003) !important;
}
.has-glowz-1003-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1003) !important;
}
.has-glowz-1003-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1003) !important;
}
.has-glowz-1003-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1003) !important;
}
.has-glowz-1003-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1003) !important;
}
.has-glowz-1003-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1003) !important;
}
.has-glowz-1003-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1003) !important;
}
.has-glowz-1003-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1003) !important;
}
.has-glowz-1003-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1003) !important;
}
.has-glowz-1003-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1003) !important;
}
.has-glowz-1003-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1003) !important;
}
.has-glowz-1003-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1003) !important;
}
.has-glowz-1003-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1003) !important;
}
.has-glowz-1004-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1004) !important;
}
.has-glowz-1004-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1004) !important;
}
.has-glowz-1004-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1004) !important;
}
.has-glowz-1004-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1004) !important;
}
.has-glowz-1004-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1004) !important;
}
.has-glowz-1004-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1004) !important;
}
.has-glowz-1004-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1004) !important;
}
.has-glowz-1004-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1004) !important;
}
.has-glowz-1004-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1004) !important;
}
.has-glowz-1004-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1004) !important;
}
.has-glowz-1004-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1004) !important;
}
.has-glowz-1004-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1004) !important;
}
.has-glowz-1004-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1004) !important;
}
.has-glowz-1008-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1008) !important;
}
.has-glowz-1008-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1008) !important;
}
.has-glowz-1008-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1008) !important;
}
.has-glowz-1008-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1008) !important;
}
.has-glowz-1008-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1008) !important;
}
.has-glowz-1008-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1008) !important;
}
.has-glowz-1008-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1008) !important;
}
.has-glowz-1008-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1008) !important;
}
.has-glowz-1008-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1008) !important;
}
.has-glowz-1008-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1008) !important;
}
.has-glowz-1008-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1008) !important;
}
.has-glowz-1008-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1008) !important;
}
.has-glowz-1008-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1008) !important;
}
.has-glowz-1011-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1011) !important;
}
.has-glowz-1011-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1011) !important;
}
.has-glowz-1011-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1011) !important;
}
.has-glowz-1011-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1011) !important;
}
.has-glowz-1011-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1011) !important;
}
.has-glowz-1011-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1011) !important;
}
.has-glowz-1011-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1011) !important;
}
.has-glowz-1011-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1011) !important;
}
.has-glowz-1011-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1011) !important;
}
.has-glowz-1011-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1011) !important;
}
.has-glowz-1011-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1011) !important;
}
.has-glowz-1011-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1011) !important;
}
.has-glowz-1011-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1011) !important;
}
.has-glowz-1015-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1015) !important;
}
.has-glowz-1015-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1015) !important;
}
.has-glowz-1015-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1015) !important;
}
.has-glowz-1015-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1015) !important;
}
.has-glowz-1015-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1015) !important;
}
.has-glowz-1015-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1015) !important;
}
.has-glowz-1015-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1015) !important;
}
.has-glowz-1015-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1015) !important;
}
.has-glowz-1015-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1015) !important;
}
.has-glowz-1015-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1015) !important;
}
.has-glowz-1015-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1015) !important;
}
.has-glowz-1015-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1015) !important;
}
.has-glowz-1015-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1015) !important;
}
.has-glowz-1009-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1009) !important;
}
.has-glowz-1009-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1009) !important;
}
.has-glowz-1009-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1009) !important;
}
.has-glowz-1009-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1009) !important;
}
.has-glowz-1009-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1009) !important;
}
.has-glowz-1009-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1009) !important;
}
.has-glowz-1009-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1009) !important;
}
.has-glowz-1009-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1009) !important;
}
.has-glowz-1009-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1009) !important;
}
.has-glowz-1009-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1009) !important;
}
.has-glowz-1009-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1009) !important;
}
.has-glowz-1009-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1009) !important;
}
.has-glowz-1009-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1009) !important;
}
.has-glowz-1016-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1016) !important;
}
.has-glowz-1016-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1016) !important;
}
.has-glowz-1016-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1016) !important;
}
.has-glowz-1016-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1016) !important;
}
.has-glowz-1016-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1016) !important;
}
.has-glowz-1016-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1016) !important;
}
.has-glowz-1016-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1016) !important;
}
.has-glowz-1016-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1016) !important;
}
.has-glowz-1016-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1016) !important;
}
.has-glowz-1016-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1016) !important;
}
.has-glowz-1016-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1016) !important;
}
.has-glowz-1016-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1016) !important;
}
.has-glowz-1016-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1016) !important;
}
.has-glowz-1017-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1017) !important;
}
.has-glowz-1017-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1017) !important;
}
.has-glowz-1017-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1017) !important;
}
.has-glowz-1017-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1017) !important;
}
.has-glowz-1017-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1017) !important;
}
.has-glowz-1017-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1017) !important;
}
.has-glowz-1017-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1017) !important;
}
.has-glowz-1017-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1017) !important;
}
.has-glowz-1017-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1017) !important;
}
.has-glowz-1017-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1017) !important;
}
.has-glowz-1017-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1017) !important;
}
.has-glowz-1017-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1017) !important;
}
.has-glowz-1017-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1017) !important;
}
.has-glowz-1018-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1018) !important;
}
.has-glowz-1018-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1018) !important;
}
.has-glowz-1018-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1018) !important;
}
.has-glowz-1018-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1018) !important;
}
.has-glowz-1018-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1018) !important;
}
.has-glowz-1018-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1018) !important;
}
.has-glowz-1018-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1018) !important;
}
.has-glowz-1018-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1018) !important;
}
.has-glowz-1018-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1018) !important;
}
.has-glowz-1018-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1018) !important;
}
.has-glowz-1018-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1018) !important;
}
.has-glowz-1018-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1018) !important;
}
.has-glowz-1018-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1018) !important;
}
.has-glowz-1044-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1044) !important;
}
.has-glowz-1044-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1044) !important;
}
.has-glowz-1044-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1044) !important;
}
.has-glowz-1044-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1044) !important;
}
.has-glowz-1044-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1044) !important;
}
.has-glowz-1044-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1044) !important;
}
.has-glowz-1044-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1044) !important;
}
.has-glowz-1044-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1044) !important;
}
.has-glowz-1044-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1044) !important;
}
.has-glowz-1044-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1044) !important;
}
.has-glowz-1044-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1044) !important;
}
.has-glowz-1044-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1044) !important;
}
.has-glowz-1044-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1044) !important;
}
.has-glowz-1005-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1005) !important;
}
.has-glowz-1005-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1005) !important;
}
.has-glowz-1005-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1005) !important;
}
.has-glowz-1005-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1005) !important;
}
.has-glowz-1005-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1005) !important;
}
.has-glowz-1005-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1005) !important;
}
.has-glowz-1005-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1005) !important;
}
.has-glowz-1005-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1005) !important;
}
.has-glowz-1005-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1005) !important;
}
.has-glowz-1005-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1005) !important;
}
.has-glowz-1005-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1005) !important;
}
.has-glowz-1005-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1005) !important;
}
.has-glowz-1005-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1005) !important;
}
.has-glowz-1006-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1006) !important;
}
.has-glowz-1006-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1006) !important;
}
.has-glowz-1006-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1006) !important;
}
.has-glowz-1006-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1006) !important;
}
.has-glowz-1006-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1006) !important;
}
.has-glowz-1006-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1006) !important;
}
.has-glowz-1006-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1006) !important;
}
.has-glowz-1006-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1006) !important;
}
.has-glowz-1006-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1006) !important;
}
.has-glowz-1006-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1006) !important;
}
.has-glowz-1006-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1006) !important;
}
.has-glowz-1006-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1006) !important;
}
.has-glowz-1006-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1006) !important;
}
.has-glowz-1012-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1012) !important;
}
.has-glowz-1012-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1012) !important;
}
.has-glowz-1012-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1012) !important;
}
.has-glowz-1012-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1012) !important;
}
.has-glowz-1012-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1012) !important;
}
.has-glowz-1012-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1012) !important;
}
.has-glowz-1012-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1012) !important;
}
.has-glowz-1012-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1012) !important;
}
.has-glowz-1012-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1012) !important;
}
.has-glowz-1012-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1012) !important;
}
.has-glowz-1012-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1012) !important;
}
.has-glowz-1012-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1012) !important;
}
.has-glowz-1012-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1012) !important;
}
.has-glowz-1013-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1013) !important;
}
.has-glowz-1013-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1013) !important;
}
.has-glowz-1013-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1013) !important;
}
.has-glowz-1013-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1013) !important;
}
.has-glowz-1013-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1013) !important;
}
.has-glowz-1013-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1013) !important;
}
.has-glowz-1013-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1013) !important;
}
.has-glowz-1013-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1013) !important;
}
.has-glowz-1013-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1013) !important;
}
.has-glowz-1013-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1013) !important;
}
.has-glowz-1013-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1013) !important;
}
.has-glowz-1013-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1013) !important;
}
.has-glowz-1013-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1013) !important;
}
.has-glowz-1040-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1040) !important;
}
.has-glowz-1040-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1040) !important;
}
.has-glowz-1040-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1040) !important;
}
.has-glowz-1040-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1040) !important;
}
.has-glowz-1040-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1040) !important;
}
.has-glowz-1040-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1040) !important;
}
.has-glowz-1040-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1040) !important;
}
.has-glowz-1040-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1040) !important;
}
.has-glowz-1040-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1040) !important;
}
.has-glowz-1040-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1040) !important;
}
.has-glowz-1040-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1040) !important;
}
.has-glowz-1040-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1040) !important;
}
.has-glowz-1040-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1040) !important;
}
.has-glowz-1041-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1041) !important;
}
.has-glowz-1041-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1041) !important;
}
.has-glowz-1041-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1041) !important;
}
.has-glowz-1041-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1041) !important;
}
.has-glowz-1041-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1041) !important;
}
.has-glowz-1041-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1041) !important;
}
.has-glowz-1041-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1041) !important;
}
.has-glowz-1041-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1041) !important;
}
.has-glowz-1041-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1041) !important;
}
.has-glowz-1041-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1041) !important;
}
.has-glowz-1041-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1041) !important;
}
.has-glowz-1041-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1041) !important;
}
.has-glowz-1041-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1041) !important;
}
.has-glowz-1042-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1042) !important;
}
.has-glowz-1042-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1042) !important;
}
.has-glowz-1042-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1042) !important;
}
.has-glowz-1042-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1042) !important;
}
.has-glowz-1042-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1042) !important;
}
.has-glowz-1042-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1042) !important;
}
.has-glowz-1042-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1042) !important;
}
.has-glowz-1042-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1042) !important;
}
.has-glowz-1042-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1042) !important;
}
.has-glowz-1042-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1042) !important;
}
.has-glowz-1042-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1042) !important;
}
.has-glowz-1042-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1042) !important;
}
.has-glowz-1042-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1042) !important;
}
.has-glowz-1043-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1043) !important;
}
.has-glowz-1043-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1043) !important;
}
.has-glowz-1043-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1043) !important;
}
.has-glowz-1043-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1043) !important;
}
.has-glowz-1043-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1043) !important;
}
.has-glowz-1043-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1043) !important;
}
.has-glowz-1043-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1043) !important;
}
.has-glowz-1043-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1043) !important;
}
.has-glowz-1043-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1043) !important;
}
.has-glowz-1043-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1043) !important;
}
.has-glowz-1043-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1043) !important;
}
.has-glowz-1043-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1043) !important;
}
.has-glowz-1043-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1043) !important;
}
.has-glowz-1056-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1056) !important;
}
.has-glowz-1056-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1056) !important;
}
.has-glowz-1056-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1056) !important;
}
.has-glowz-1056-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1056) !important;
}
.has-glowz-1056-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1056) !important;
}
.has-glowz-1056-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1056) !important;
}
.has-glowz-1056-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1056) !important;
}
.has-glowz-1056-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1056) !important;
}
.has-glowz-1056-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1056) !important;
}
.has-glowz-1056-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1056) !important;
}
.has-glowz-1056-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1056) !important;
}
.has-glowz-1056-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1056) !important;
}
.has-glowz-1056-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1056) !important;
}
.has-glowz-1057-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1057) !important;
}
.has-glowz-1057-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1057) !important;
}
.has-glowz-1057-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1057) !important;
}
.has-glowz-1057-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1057) !important;
}
.has-glowz-1057-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1057) !important;
}
.has-glowz-1057-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1057) !important;
}
.has-glowz-1057-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1057) !important;
}
.has-glowz-1057-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1057) !important;
}
.has-glowz-1057-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1057) !important;
}
.has-glowz-1057-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1057) !important;
}
.has-glowz-1057-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1057) !important;
}
.has-glowz-1057-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1057) !important;
}
.has-glowz-1057-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1057) !important;
}
.has-glowz-1058-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1058) !important;
}
.has-glowz-1058-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1058) !important;
}
.has-glowz-1058-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1058) !important;
}
.has-glowz-1058-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1058) !important;
}
.has-glowz-1058-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1058) !important;
}
.has-glowz-1058-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1058) !important;
}
.has-glowz-1058-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1058) !important;
}
.has-glowz-1058-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1058) !important;
}
.has-glowz-1058-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1058) !important;
}
.has-glowz-1058-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1058) !important;
}
.has-glowz-1058-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1058) !important;
}
.has-glowz-1058-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1058) !important;
}
.has-glowz-1058-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1058) !important;
}
.has-glowz-1059-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1059) !important;
}
.has-glowz-1059-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1059) !important;
}
.has-glowz-1059-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1059) !important;
}
.has-glowz-1059-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1059) !important;
}
.has-glowz-1059-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1059) !important;
}
.has-glowz-1059-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1059) !important;
}
.has-glowz-1059-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1059) !important;
}
.has-glowz-1059-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1059) !important;
}
.has-glowz-1059-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1059) !important;
}
.has-glowz-1059-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1059) !important;
}
.has-glowz-1059-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1059) !important;
}
.has-glowz-1059-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1059) !important;
}
.has-glowz-1059-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1059) !important;
}
.has-glowz-1060-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1060) !important;
}
.has-glowz-1060-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1060) !important;
}
.has-glowz-1060-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1060) !important;
}
.has-glowz-1060-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1060) !important;
}
.has-glowz-1060-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1060) !important;
}
.has-glowz-1060-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1060) !important;
}
.has-glowz-1060-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1060) !important;
}
.has-glowz-1060-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1060) !important;
}
.has-glowz-1060-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1060) !important;
}
.has-glowz-1060-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1060) !important;
}
.has-glowz-1060-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1060) !important;
}
.has-glowz-1060-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1060) !important;
}
.has-glowz-1060-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1060) !important;
}
.has-glowz-1019-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1019) !important;
}
.has-glowz-1019-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1019) !important;
}
.has-glowz-1019-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1019) !important;
}
.has-glowz-1019-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1019) !important;
}
.has-glowz-1019-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1019) !important;
}
.has-glowz-1019-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1019) !important;
}
.has-glowz-1019-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1019) !important;
}
.has-glowz-1019-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1019) !important;
}
.has-glowz-1019-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1019) !important;
}
.has-glowz-1019-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1019) !important;
}
.has-glowz-1019-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1019) !important;
}
.has-glowz-1019-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1019) !important;
}
.has-glowz-1019-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1019) !important;
}
.has-glowz-1020-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1020) !important;
}
.has-glowz-1020-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1020) !important;
}
.has-glowz-1020-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1020) !important;
}
.has-glowz-1020-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1020) !important;
}
.has-glowz-1020-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1020) !important;
}
.has-glowz-1020-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1020) !important;
}
.has-glowz-1020-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1020) !important;
}
.has-glowz-1020-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1020) !important;
}
.has-glowz-1020-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1020) !important;
}
.has-glowz-1020-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1020) !important;
}
.has-glowz-1020-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1020) !important;
}
.has-glowz-1020-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1020) !important;
}
.has-glowz-1020-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1020) !important;
}
.has-glowz-1021-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1021) !important;
}
.has-glowz-1021-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1021) !important;
}
.has-glowz-1021-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1021) !important;
}
.has-glowz-1021-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1021) !important;
}
.has-glowz-1021-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1021) !important;
}
.has-glowz-1021-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1021) !important;
}
.has-glowz-1021-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1021) !important;
}
.has-glowz-1021-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1021) !important;
}
.has-glowz-1021-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1021) !important;
}
.has-glowz-1021-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1021) !important;
}
.has-glowz-1021-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1021) !important;
}
.has-glowz-1021-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1021) !important;
}
.has-glowz-1021-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1021) !important;
}
.has-glowz-1022-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1022) !important;
}
.has-glowz-1022-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1022) !important;
}
.has-glowz-1022-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1022) !important;
}
.has-glowz-1022-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1022) !important;
}
.has-glowz-1022-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1022) !important;
}
.has-glowz-1022-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1022) !important;
}
.has-glowz-1022-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1022) !important;
}
.has-glowz-1022-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1022) !important;
}
.has-glowz-1022-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1022) !important;
}
.has-glowz-1022-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1022) !important;
}
.has-glowz-1022-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1022) !important;
}
.has-glowz-1022-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1022) !important;
}
.has-glowz-1022-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1022) !important;
}
.has-glowz-1023-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1023) !important;
}
.has-glowz-1023-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1023) !important;
}
.has-glowz-1023-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1023) !important;
}
.has-glowz-1023-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1023) !important;
}
.has-glowz-1023-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1023) !important;
}
.has-glowz-1023-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1023) !important;
}
.has-glowz-1023-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1023) !important;
}
.has-glowz-1023-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1023) !important;
}
.has-glowz-1023-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1023) !important;
}
.has-glowz-1023-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1023) !important;
}
.has-glowz-1023-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1023) !important;
}
.has-glowz-1023-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1023) !important;
}
.has-glowz-1023-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1023) !important;
}
.has-glowz-1024-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1024) !important;
}
.has-glowz-1024-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1024) !important;
}
.has-glowz-1024-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1024) !important;
}
.has-glowz-1024-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1024) !important;
}
.has-glowz-1024-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1024) !important;
}
.has-glowz-1024-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1024) !important;
}
.has-glowz-1024-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1024) !important;
}
.has-glowz-1024-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1024) !important;
}
.has-glowz-1024-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1024) !important;
}
.has-glowz-1024-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1024) !important;
}
.has-glowz-1024-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1024) !important;
}
.has-glowz-1024-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1024) !important;
}
.has-glowz-1024-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1024) !important;
}
.has-glowz-1025-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1025) !important;
}
.has-glowz-1025-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1025) !important;
}
.has-glowz-1025-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1025) !important;
}
.has-glowz-1025-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1025) !important;
}
.has-glowz-1025-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1025) !important;
}
.has-glowz-1025-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1025) !important;
}
.has-glowz-1025-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1025) !important;
}
.has-glowz-1025-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1025) !important;
}
.has-glowz-1025-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1025) !important;
}
.has-glowz-1025-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1025) !important;
}
.has-glowz-1025-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1025) !important;
}
.has-glowz-1025-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1025) !important;
}
.has-glowz-1025-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1025) !important;
}
.has-glowz-1026-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1026) !important;
}
.has-glowz-1026-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1026) !important;
}
.has-glowz-1026-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1026) !important;
}
.has-glowz-1026-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1026) !important;
}
.has-glowz-1026-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1026) !important;
}
.has-glowz-1026-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1026) !important;
}
.has-glowz-1026-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1026) !important;
}
.has-glowz-1026-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1026) !important;
}
.has-glowz-1026-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1026) !important;
}
.has-glowz-1026-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1026) !important;
}
.has-glowz-1026-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1026) !important;
}
.has-glowz-1026-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1026) !important;
}
.has-glowz-1026-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1026) !important;
}
.has-glowz-1045-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1045) !important;
}
.has-glowz-1045-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1045) !important;
}
.has-glowz-1045-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1045) !important;
}
.has-glowz-1045-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1045) !important;
}
.has-glowz-1045-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1045) !important;
}
.has-glowz-1045-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1045) !important;
}
.has-glowz-1045-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1045) !important;
}
.has-glowz-1045-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1045) !important;
}
.has-glowz-1045-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1045) !important;
}
.has-glowz-1045-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1045) !important;
}
.has-glowz-1045-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1045) !important;
}
.has-glowz-1045-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1045) !important;
}
.has-glowz-1045-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1045) !important;
}
.has-glowz-1046-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1046) !important;
}
.has-glowz-1046-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1046) !important;
}
.has-glowz-1046-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1046) !important;
}
.has-glowz-1046-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1046) !important;
}
.has-glowz-1046-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1046) !important;
}
.has-glowz-1046-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1046) !important;
}
.has-glowz-1046-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1046) !important;
}
.has-glowz-1046-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1046) !important;
}
.has-glowz-1046-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1046) !important;
}
.has-glowz-1046-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1046) !important;
}
.has-glowz-1046-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1046) !important;
}
.has-glowz-1046-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1046) !important;
}
.has-glowz-1046-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1046) !important;
}
.has-glowz-1047-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1047) !important;
}
.has-glowz-1047-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1047) !important;
}
.has-glowz-1047-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1047) !important;
}
.has-glowz-1047-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1047) !important;
}
.has-glowz-1047-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1047) !important;
}
.has-glowz-1047-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1047) !important;
}
.has-glowz-1047-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1047) !important;
}
.has-glowz-1047-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1047) !important;
}
.has-glowz-1047-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1047) !important;
}
.has-glowz-1047-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1047) !important;
}
.has-glowz-1047-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1047) !important;
}
.has-glowz-1047-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1047) !important;
}
.has-glowz-1047-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1047) !important;
}
.has-glowz-1048-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1048) !important;
}
.has-glowz-1048-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1048) !important;
}
.has-glowz-1048-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1048) !important;
}
.has-glowz-1048-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1048) !important;
}
.has-glowz-1048-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1048) !important;
}
.has-glowz-1048-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1048) !important;
}
.has-glowz-1048-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1048) !important;
}
.has-glowz-1048-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1048) !important;
}
.has-glowz-1048-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1048) !important;
}
.has-glowz-1048-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1048) !important;
}
.has-glowz-1048-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1048) !important;
}
.has-glowz-1048-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1048) !important;
}
.has-glowz-1048-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1048) !important;
}
.has-glowz-1049-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1049) !important;
}
.has-glowz-1049-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1049) !important;
}
.has-glowz-1049-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1049) !important;
}
.has-glowz-1049-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1049) !important;
}
.has-glowz-1049-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1049) !important;
}
.has-glowz-1049-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1049) !important;
}
.has-glowz-1049-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1049) !important;
}
.has-glowz-1049-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1049) !important;
}
.has-glowz-1049-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1049) !important;
}
.has-glowz-1049-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1049) !important;
}
.has-glowz-1049-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1049) !important;
}
.has-glowz-1049-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1049) !important;
}
.has-glowz-1049-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1049) !important;
}
.has-glowz-1050-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1050) !important;
}
.has-glowz-1050-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1050) !important;
}
.has-glowz-1050-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1050) !important;
}
.has-glowz-1050-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1050) !important;
}
.has-glowz-1050-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1050) !important;
}
.has-glowz-1050-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1050) !important;
}
.has-glowz-1050-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1050) !important;
}
.has-glowz-1050-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1050) !important;
}
.has-glowz-1050-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1050) !important;
}
.has-glowz-1050-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1050) !important;
}
.has-glowz-1050-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1050) !important;
}
.has-glowz-1050-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1050) !important;
}
.has-glowz-1050-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1050) !important;
}
.has-glowz-1051-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1051) !important;
}
.has-glowz-1051-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1051) !important;
}
.has-glowz-1051-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1051) !important;
}
.has-glowz-1051-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1051) !important;
}
.has-glowz-1051-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1051) !important;
}
.has-glowz-1051-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1051) !important;
}
.has-glowz-1051-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1051) !important;
}
.has-glowz-1051-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1051) !important;
}
.has-glowz-1051-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1051) !important;
}
.has-glowz-1051-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1051) !important;
}
.has-glowz-1051-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1051) !important;
}
.has-glowz-1051-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1051) !important;
}
.has-glowz-1051-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1051) !important;
}
.has-glowz-1052-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1052) !important;
}
.has-glowz-1052-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1052) !important;
}
.has-glowz-1052-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1052) !important;
}
.has-glowz-1052-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1052) !important;
}
.has-glowz-1052-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1052) !important;
}
.has-glowz-1052-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1052) !important;
}
.has-glowz-1052-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1052) !important;
}
.has-glowz-1052-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1052) !important;
}
.has-glowz-1052-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1052) !important;
}
.has-glowz-1052-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1052) !important;
}
.has-glowz-1052-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1052) !important;
}
.has-glowz-1052-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1052) !important;
}
.has-glowz-1052-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1052) !important;
}
.has-glowz-1053-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1053) !important;
}
.has-glowz-1053-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1053) !important;
}
.has-glowz-1053-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1053) !important;
}
.has-glowz-1053-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1053) !important;
}
.has-glowz-1053-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1053) !important;
}
.has-glowz-1053-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1053) !important;
}
.has-glowz-1053-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1053) !important;
}
.has-glowz-1053-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1053) !important;
}
.has-glowz-1053-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1053) !important;
}
.has-glowz-1053-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1053) !important;
}
.has-glowz-1053-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1053) !important;
}
.has-glowz-1053-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1053) !important;
}
.has-glowz-1053-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1053) !important;
}
.has-glowz-1054-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1054) !important;
}
.has-glowz-1054-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1054) !important;
}
.has-glowz-1054-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1054) !important;
}
.has-glowz-1054-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1054) !important;
}
.has-glowz-1054-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1054) !important;
}
.has-glowz-1054-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1054) !important;
}
.has-glowz-1054-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1054) !important;
}
.has-glowz-1054-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1054) !important;
}
.has-glowz-1054-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1054) !important;
}
.has-glowz-1054-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1054) !important;
}
.has-glowz-1054-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1054) !important;
}
.has-glowz-1054-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1054) !important;
}
.has-glowz-1054-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1054) !important;
}
.has-glowz-1055-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1055) !important;
}
.has-glowz-1055-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1055) !important;
}
.has-glowz-1055-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1055) !important;
}
.has-glowz-1055-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1055) !important;
}
.has-glowz-1055-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1055) !important;
}
.has-glowz-1055-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1055) !important;
}
.has-glowz-1055-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1055) !important;
}
.has-glowz-1055-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1055) !important;
}
.has-glowz-1055-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1055) !important;
}
.has-glowz-1055-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1055) !important;
}
.has-glowz-1055-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1055) !important;
}
.has-glowz-1055-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1055) !important;
}
.has-glowz-1055-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1055) !important;
}
.has-glowz-1061-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1061) !important;
}
.has-glowz-1061-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1061) !important;
}
.has-glowz-1061-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1061) !important;
}
.has-glowz-1061-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1061) !important;
}
.has-glowz-1061-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1061) !important;
}
.has-glowz-1061-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1061) !important;
}
.has-glowz-1061-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1061) !important;
}
.has-glowz-1061-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1061) !important;
}
.has-glowz-1061-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1061) !important;
}
.has-glowz-1061-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1061) !important;
}
.has-glowz-1061-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1061) !important;
}
.has-glowz-1061-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1061) !important;
}
.has-glowz-1061-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1061) !important;
}
.has-glowz-1062-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-1062) !important;
}
.has-glowz-1062-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-1062) !important;
}
.has-glowz-1062-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-1062) !important;
}
.has-glowz-1062-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-1062) !important;
}
.has-glowz-1062-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-1062) !important;
}
.has-glowz-1062-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-1062) !important;
}
.has-glowz-1062-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-1062) !important;
}
.has-glowz-1062-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-1062) !important;
}
.has-glowz-1062-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-1062) !important;
}
.has-glowz-1062-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-1062) !important;
}
.has-glowz-1062-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-1062) !important;
}
.has-glowz-1062-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-1062) !important;
}
.has-glowz-1062-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-1062) !important;
}
.has-glowz-2010-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2010) !important;
}
.has-glowz-2010-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2010) !important;
}
.has-glowz-2010-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2010) !important;
}
.has-glowz-2010-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2010) !important;
}
.has-glowz-2010-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2010) !important;
}
.has-glowz-2010-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2010) !important;
}
.has-glowz-2010-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2010) !important;
}
.has-glowz-2010-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2010) !important;
}
.has-glowz-2010-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2010) !important;
}
.has-glowz-2010-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2010) !important;
}
.has-glowz-2010-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2010) !important;
}
.has-glowz-2010-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2010) !important;
}
.has-glowz-2010-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2010) !important;
}
.has-glowz-2014-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2014) !important;
}
.has-glowz-2014-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2014) !important;
}
.has-glowz-2014-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2014) !important;
}
.has-glowz-2014-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2014) !important;
}
.has-glowz-2014-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2014) !important;
}
.has-glowz-2014-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2014) !important;
}
.has-glowz-2014-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2014) !important;
}
.has-glowz-2014-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2014) !important;
}
.has-glowz-2014-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2014) !important;
}
.has-glowz-2014-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2014) !important;
}
.has-glowz-2014-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2014) !important;
}
.has-glowz-2014-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2014) !important;
}
.has-glowz-2014-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2014) !important;
}
.has-glowz-2007-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2007) !important;
}
.has-glowz-2007-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2007) !important;
}
.has-glowz-2007-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2007) !important;
}
.has-glowz-2007-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2007) !important;
}
.has-glowz-2007-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2007) !important;
}
.has-glowz-2007-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2007) !important;
}
.has-glowz-2007-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2007) !important;
}
.has-glowz-2007-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2007) !important;
}
.has-glowz-2007-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2007) !important;
}
.has-glowz-2007-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2007) !important;
}
.has-glowz-2007-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2007) !important;
}
.has-glowz-2007-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2007) !important;
}
.has-glowz-2007-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2007) !important;
}
.has-glowz-2001-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2001) !important;
}
.has-glowz-2001-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2001) !important;
}
.has-glowz-2001-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2001) !important;
}
.has-glowz-2001-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2001) !important;
}
.has-glowz-2001-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2001) !important;
}
.has-glowz-2001-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2001) !important;
}
.has-glowz-2001-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2001) !important;
}
.has-glowz-2001-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2001) !important;
}
.has-glowz-2001-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2001) !important;
}
.has-glowz-2001-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2001) !important;
}
.has-glowz-2001-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2001) !important;
}
.has-glowz-2001-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2001) !important;
}
.has-glowz-2001-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2001) !important;
}
.has-glowz-2002-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2002) !important;
}
.has-glowz-2002-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2002) !important;
}
.has-glowz-2002-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2002) !important;
}
.has-glowz-2002-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2002) !important;
}
.has-glowz-2002-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2002) !important;
}
.has-glowz-2002-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2002) !important;
}
.has-glowz-2002-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2002) !important;
}
.has-glowz-2002-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2002) !important;
}
.has-glowz-2002-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2002) !important;
}
.has-glowz-2002-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2002) !important;
}
.has-glowz-2002-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2002) !important;
}
.has-glowz-2002-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2002) !important;
}
.has-glowz-2002-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2002) !important;
}
.has-glowz-2003-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2003) !important;
}
.has-glowz-2003-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2003) !important;
}
.has-glowz-2003-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2003) !important;
}
.has-glowz-2003-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2003) !important;
}
.has-glowz-2003-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2003) !important;
}
.has-glowz-2003-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2003) !important;
}
.has-glowz-2003-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2003) !important;
}
.has-glowz-2003-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2003) !important;
}
.has-glowz-2003-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2003) !important;
}
.has-glowz-2003-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2003) !important;
}
.has-glowz-2003-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2003) !important;
}
.has-glowz-2003-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2003) !important;
}
.has-glowz-2003-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2003) !important;
}
.has-glowz-2004-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2004) !important;
}
.has-glowz-2004-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2004) !important;
}
.has-glowz-2004-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2004) !important;
}
.has-glowz-2004-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2004) !important;
}
.has-glowz-2004-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2004) !important;
}
.has-glowz-2004-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2004) !important;
}
.has-glowz-2004-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2004) !important;
}
.has-glowz-2004-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2004) !important;
}
.has-glowz-2004-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2004) !important;
}
.has-glowz-2004-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2004) !important;
}
.has-glowz-2004-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2004) !important;
}
.has-glowz-2004-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2004) !important;
}
.has-glowz-2004-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2004) !important;
}
.has-glowz-2008-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2008) !important;
}
.has-glowz-2008-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2008) !important;
}
.has-glowz-2008-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2008) !important;
}
.has-glowz-2008-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2008) !important;
}
.has-glowz-2008-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2008) !important;
}
.has-glowz-2008-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2008) !important;
}
.has-glowz-2008-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2008) !important;
}
.has-glowz-2008-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2008) !important;
}
.has-glowz-2008-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2008) !important;
}
.has-glowz-2008-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2008) !important;
}
.has-glowz-2008-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2008) !important;
}
.has-glowz-2008-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2008) !important;
}
.has-glowz-2008-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2008) !important;
}
.has-glowz-2011-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2011) !important;
}
.has-glowz-2011-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2011) !important;
}
.has-glowz-2011-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2011) !important;
}
.has-glowz-2011-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2011) !important;
}
.has-glowz-2011-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2011) !important;
}
.has-glowz-2011-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2011) !important;
}
.has-glowz-2011-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2011) !important;
}
.has-glowz-2011-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2011) !important;
}
.has-glowz-2011-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2011) !important;
}
.has-glowz-2011-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2011) !important;
}
.has-glowz-2011-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2011) !important;
}
.has-glowz-2011-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2011) !important;
}
.has-glowz-2011-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2011) !important;
}
.has-glowz-2015-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2015) !important;
}
.has-glowz-2015-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2015) !important;
}
.has-glowz-2015-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2015) !important;
}
.has-glowz-2015-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2015) !important;
}
.has-glowz-2015-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2015) !important;
}
.has-glowz-2015-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2015) !important;
}
.has-glowz-2015-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2015) !important;
}
.has-glowz-2015-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2015) !important;
}
.has-glowz-2015-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2015) !important;
}
.has-glowz-2015-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2015) !important;
}
.has-glowz-2015-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2015) !important;
}
.has-glowz-2015-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2015) !important;
}
.has-glowz-2015-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2015) !important;
}
.has-glowz-2009-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2009) !important;
}
.has-glowz-2009-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2009) !important;
}
.has-glowz-2009-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2009) !important;
}
.has-glowz-2009-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2009) !important;
}
.has-glowz-2009-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2009) !important;
}
.has-glowz-2009-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2009) !important;
}
.has-glowz-2009-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2009) !important;
}
.has-glowz-2009-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2009) !important;
}
.has-glowz-2009-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2009) !important;
}
.has-glowz-2009-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2009) !important;
}
.has-glowz-2009-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2009) !important;
}
.has-glowz-2009-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2009) !important;
}
.has-glowz-2009-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2009) !important;
}
.has-glowz-2016-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2016) !important;
}
.has-glowz-2016-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2016) !important;
}
.has-glowz-2016-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2016) !important;
}
.has-glowz-2016-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2016) !important;
}
.has-glowz-2016-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2016) !important;
}
.has-glowz-2016-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2016) !important;
}
.has-glowz-2016-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2016) !important;
}
.has-glowz-2016-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2016) !important;
}
.has-glowz-2016-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2016) !important;
}
.has-glowz-2016-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2016) !important;
}
.has-glowz-2016-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2016) !important;
}
.has-glowz-2016-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2016) !important;
}
.has-glowz-2016-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2016) !important;
}
.has-glowz-2017-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2017) !important;
}
.has-glowz-2017-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2017) !important;
}
.has-glowz-2017-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2017) !important;
}
.has-glowz-2017-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2017) !important;
}
.has-glowz-2017-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2017) !important;
}
.has-glowz-2017-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2017) !important;
}
.has-glowz-2017-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2017) !important;
}
.has-glowz-2017-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2017) !important;
}
.has-glowz-2017-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2017) !important;
}
.has-glowz-2017-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2017) !important;
}
.has-glowz-2017-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2017) !important;
}
.has-glowz-2017-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2017) !important;
}
.has-glowz-2017-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2017) !important;
}
.has-glowz-2018-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2018) !important;
}
.has-glowz-2018-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2018) !important;
}
.has-glowz-2018-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2018) !important;
}
.has-glowz-2018-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2018) !important;
}
.has-glowz-2018-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2018) !important;
}
.has-glowz-2018-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2018) !important;
}
.has-glowz-2018-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2018) !important;
}
.has-glowz-2018-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2018) !important;
}
.has-glowz-2018-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2018) !important;
}
.has-glowz-2018-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2018) !important;
}
.has-glowz-2018-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2018) !important;
}
.has-glowz-2018-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2018) !important;
}
.has-glowz-2018-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2018) !important;
}
.has-glowz-2044-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2044) !important;
}
.has-glowz-2044-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2044) !important;
}
.has-glowz-2044-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2044) !important;
}
.has-glowz-2044-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2044) !important;
}
.has-glowz-2044-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2044) !important;
}
.has-glowz-2044-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2044) !important;
}
.has-glowz-2044-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2044) !important;
}
.has-glowz-2044-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2044) !important;
}
.has-glowz-2044-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2044) !important;
}
.has-glowz-2044-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2044) !important;
}
.has-glowz-2044-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2044) !important;
}
.has-glowz-2044-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2044) !important;
}
.has-glowz-2044-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2044) !important;
}
.has-glowz-2005-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2005) !important;
}
.has-glowz-2005-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2005) !important;
}
.has-glowz-2005-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2005) !important;
}
.has-glowz-2005-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2005) !important;
}
.has-glowz-2005-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2005) !important;
}
.has-glowz-2005-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2005) !important;
}
.has-glowz-2005-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2005) !important;
}
.has-glowz-2005-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2005) !important;
}
.has-glowz-2005-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2005) !important;
}
.has-glowz-2005-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2005) !important;
}
.has-glowz-2005-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2005) !important;
}
.has-glowz-2005-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2005) !important;
}
.has-glowz-2005-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2005) !important;
}
.has-glowz-2006-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2006) !important;
}
.has-glowz-2006-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2006) !important;
}
.has-glowz-2006-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2006) !important;
}
.has-glowz-2006-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2006) !important;
}
.has-glowz-2006-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2006) !important;
}
.has-glowz-2006-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2006) !important;
}
.has-glowz-2006-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2006) !important;
}
.has-glowz-2006-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2006) !important;
}
.has-glowz-2006-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2006) !important;
}
.has-glowz-2006-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2006) !important;
}
.has-glowz-2006-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2006) !important;
}
.has-glowz-2006-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2006) !important;
}
.has-glowz-2006-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2006) !important;
}
.has-glowz-2012-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2012) !important;
}
.has-glowz-2012-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2012) !important;
}
.has-glowz-2012-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2012) !important;
}
.has-glowz-2012-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2012) !important;
}
.has-glowz-2012-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2012) !important;
}
.has-glowz-2012-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2012) !important;
}
.has-glowz-2012-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2012) !important;
}
.has-glowz-2012-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2012) !important;
}
.has-glowz-2012-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2012) !important;
}
.has-glowz-2012-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2012) !important;
}
.has-glowz-2012-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2012) !important;
}
.has-glowz-2012-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2012) !important;
}
.has-glowz-2012-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2012) !important;
}
.has-glowz-2013-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2013) !important;
}
.has-glowz-2013-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2013) !important;
}
.has-glowz-2013-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2013) !important;
}
.has-glowz-2013-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2013) !important;
}
.has-glowz-2013-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2013) !important;
}
.has-glowz-2013-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2013) !important;
}
.has-glowz-2013-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2013) !important;
}
.has-glowz-2013-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2013) !important;
}
.has-glowz-2013-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2013) !important;
}
.has-glowz-2013-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2013) !important;
}
.has-glowz-2013-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2013) !important;
}
.has-glowz-2013-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2013) !important;
}
.has-glowz-2013-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2013) !important;
}
.has-glowz-2040-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2040) !important;
}
.has-glowz-2040-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2040) !important;
}
.has-glowz-2040-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2040) !important;
}
.has-glowz-2040-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2040) !important;
}
.has-glowz-2040-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2040) !important;
}
.has-glowz-2040-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2040) !important;
}
.has-glowz-2040-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2040) !important;
}
.has-glowz-2040-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2040) !important;
}
.has-glowz-2040-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2040) !important;
}
.has-glowz-2040-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2040) !important;
}
.has-glowz-2040-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2040) !important;
}
.has-glowz-2040-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2040) !important;
}
.has-glowz-2040-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2040) !important;
}
.has-glowz-2041-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2041) !important;
}
.has-glowz-2041-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2041) !important;
}
.has-glowz-2041-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2041) !important;
}
.has-glowz-2041-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2041) !important;
}
.has-glowz-2041-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2041) !important;
}
.has-glowz-2041-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2041) !important;
}
.has-glowz-2041-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2041) !important;
}
.has-glowz-2041-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2041) !important;
}
.has-glowz-2041-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2041) !important;
}
.has-glowz-2041-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2041) !important;
}
.has-glowz-2041-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2041) !important;
}
.has-glowz-2041-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2041) !important;
}
.has-glowz-2041-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2041) !important;
}
.has-glowz-2042-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2042) !important;
}
.has-glowz-2042-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2042) !important;
}
.has-glowz-2042-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2042) !important;
}
.has-glowz-2042-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2042) !important;
}
.has-glowz-2042-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2042) !important;
}
.has-glowz-2042-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2042) !important;
}
.has-glowz-2042-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2042) !important;
}
.has-glowz-2042-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2042) !important;
}
.has-glowz-2042-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2042) !important;
}
.has-glowz-2042-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2042) !important;
}
.has-glowz-2042-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2042) !important;
}
.has-glowz-2042-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2042) !important;
}
.has-glowz-2042-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2042) !important;
}
.has-glowz-2043-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2043) !important;
}
.has-glowz-2043-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2043) !important;
}
.has-glowz-2043-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2043) !important;
}
.has-glowz-2043-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2043) !important;
}
.has-glowz-2043-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2043) !important;
}
.has-glowz-2043-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2043) !important;
}
.has-glowz-2043-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2043) !important;
}
.has-glowz-2043-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2043) !important;
}
.has-glowz-2043-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2043) !important;
}
.has-glowz-2043-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2043) !important;
}
.has-glowz-2043-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2043) !important;
}
.has-glowz-2043-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2043) !important;
}
.has-glowz-2043-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2043) !important;
}
.has-glowz-2056-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2056) !important;
}
.has-glowz-2056-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2056) !important;
}
.has-glowz-2056-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2056) !important;
}
.has-glowz-2056-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2056) !important;
}
.has-glowz-2056-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2056) !important;
}
.has-glowz-2056-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2056) !important;
}
.has-glowz-2056-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2056) !important;
}
.has-glowz-2056-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2056) !important;
}
.has-glowz-2056-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2056) !important;
}
.has-glowz-2056-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2056) !important;
}
.has-glowz-2056-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2056) !important;
}
.has-glowz-2056-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2056) !important;
}
.has-glowz-2056-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2056) !important;
}
.has-glowz-2057-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2057) !important;
}
.has-glowz-2057-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2057) !important;
}
.has-glowz-2057-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2057) !important;
}
.has-glowz-2057-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2057) !important;
}
.has-glowz-2057-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2057) !important;
}
.has-glowz-2057-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2057) !important;
}
.has-glowz-2057-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2057) !important;
}
.has-glowz-2057-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2057) !important;
}
.has-glowz-2057-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2057) !important;
}
.has-glowz-2057-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2057) !important;
}
.has-glowz-2057-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2057) !important;
}
.has-glowz-2057-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2057) !important;
}
.has-glowz-2057-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2057) !important;
}
.has-glowz-2058-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2058) !important;
}
.has-glowz-2058-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2058) !important;
}
.has-glowz-2058-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2058) !important;
}
.has-glowz-2058-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2058) !important;
}
.has-glowz-2058-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2058) !important;
}
.has-glowz-2058-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2058) !important;
}
.has-glowz-2058-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2058) !important;
}
.has-glowz-2058-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2058) !important;
}
.has-glowz-2058-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2058) !important;
}
.has-glowz-2058-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2058) !important;
}
.has-glowz-2058-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2058) !important;
}
.has-glowz-2058-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2058) !important;
}
.has-glowz-2058-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2058) !important;
}
.has-glowz-2059-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2059) !important;
}
.has-glowz-2059-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2059) !important;
}
.has-glowz-2059-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2059) !important;
}
.has-glowz-2059-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2059) !important;
}
.has-glowz-2059-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2059) !important;
}
.has-glowz-2059-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2059) !important;
}
.has-glowz-2059-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2059) !important;
}
.has-glowz-2059-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2059) !important;
}
.has-glowz-2059-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2059) !important;
}
.has-glowz-2059-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2059) !important;
}
.has-glowz-2059-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2059) !important;
}
.has-glowz-2059-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2059) !important;
}
.has-glowz-2059-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2059) !important;
}
.has-glowz-2060-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2060) !important;
}
.has-glowz-2060-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2060) !important;
}
.has-glowz-2060-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2060) !important;
}
.has-glowz-2060-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2060) !important;
}
.has-glowz-2060-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2060) !important;
}
.has-glowz-2060-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2060) !important;
}
.has-glowz-2060-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2060) !important;
}
.has-glowz-2060-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2060) !important;
}
.has-glowz-2060-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2060) !important;
}
.has-glowz-2060-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2060) !important;
}
.has-glowz-2060-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2060) !important;
}
.has-glowz-2060-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2060) !important;
}
.has-glowz-2060-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2060) !important;
}
.has-glowz-2019-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2019) !important;
}
.has-glowz-2019-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2019) !important;
}
.has-glowz-2019-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2019) !important;
}
.has-glowz-2019-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2019) !important;
}
.has-glowz-2019-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2019) !important;
}
.has-glowz-2019-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2019) !important;
}
.has-glowz-2019-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2019) !important;
}
.has-glowz-2019-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2019) !important;
}
.has-glowz-2019-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2019) !important;
}
.has-glowz-2019-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2019) !important;
}
.has-glowz-2019-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2019) !important;
}
.has-glowz-2019-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2019) !important;
}
.has-glowz-2019-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2019) !important;
}
.has-glowz-2020-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2020) !important;
}
.has-glowz-2020-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2020) !important;
}
.has-glowz-2020-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2020) !important;
}
.has-glowz-2020-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2020) !important;
}
.has-glowz-2020-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2020) !important;
}
.has-glowz-2020-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2020) !important;
}
.has-glowz-2020-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2020) !important;
}
.has-glowz-2020-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2020) !important;
}
.has-glowz-2020-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2020) !important;
}
.has-glowz-2020-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2020) !important;
}
.has-glowz-2020-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2020) !important;
}
.has-glowz-2020-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2020) !important;
}
.has-glowz-2020-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2020) !important;
}
.has-glowz-2021-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2021) !important;
}
.has-glowz-2021-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2021) !important;
}
.has-glowz-2021-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2021) !important;
}
.has-glowz-2021-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2021) !important;
}
.has-glowz-2021-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2021) !important;
}
.has-glowz-2021-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2021) !important;
}
.has-glowz-2021-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2021) !important;
}
.has-glowz-2021-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2021) !important;
}
.has-glowz-2021-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2021) !important;
}
.has-glowz-2021-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2021) !important;
}
.has-glowz-2021-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2021) !important;
}
.has-glowz-2021-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2021) !important;
}
.has-glowz-2021-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2021) !important;
}
.has-glowz-2022-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2022) !important;
}
.has-glowz-2022-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2022) !important;
}
.has-glowz-2022-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2022) !important;
}
.has-glowz-2022-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2022) !important;
}
.has-glowz-2022-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2022) !important;
}
.has-glowz-2022-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2022) !important;
}
.has-glowz-2022-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2022) !important;
}
.has-glowz-2022-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2022) !important;
}
.has-glowz-2022-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2022) !important;
}
.has-glowz-2022-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2022) !important;
}
.has-glowz-2022-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2022) !important;
}
.has-glowz-2022-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2022) !important;
}
.has-glowz-2022-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2022) !important;
}
.has-glowz-2023-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2023) !important;
}
.has-glowz-2023-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2023) !important;
}
.has-glowz-2023-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2023) !important;
}
.has-glowz-2023-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2023) !important;
}
.has-glowz-2023-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2023) !important;
}
.has-glowz-2023-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2023) !important;
}
.has-glowz-2023-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2023) !important;
}
.has-glowz-2023-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2023) !important;
}
.has-glowz-2023-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2023) !important;
}
.has-glowz-2023-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2023) !important;
}
.has-glowz-2023-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2023) !important;
}
.has-glowz-2023-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2023) !important;
}
.has-glowz-2023-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2023) !important;
}
.has-glowz-2024-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2024) !important;
}
.has-glowz-2024-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2024) !important;
}
.has-glowz-2024-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2024) !important;
}
.has-glowz-2024-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2024) !important;
}
.has-glowz-2024-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2024) !important;
}
.has-glowz-2024-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2024) !important;
}
.has-glowz-2024-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2024) !important;
}
.has-glowz-2024-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2024) !important;
}
.has-glowz-2024-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2024) !important;
}
.has-glowz-2024-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2024) !important;
}
.has-glowz-2024-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2024) !important;
}
.has-glowz-2024-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2024) !important;
}
.has-glowz-2024-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2024) !important;
}
.has-glowz-2025-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2025) !important;
}
.has-glowz-2025-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2025) !important;
}
.has-glowz-2025-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2025) !important;
}
.has-glowz-2025-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2025) !important;
}
.has-glowz-2025-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2025) !important;
}
.has-glowz-2025-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2025) !important;
}
.has-glowz-2025-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2025) !important;
}
.has-glowz-2025-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2025) !important;
}
.has-glowz-2025-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2025) !important;
}
.has-glowz-2025-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2025) !important;
}
.has-glowz-2025-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2025) !important;
}
.has-glowz-2025-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2025) !important;
}
.has-glowz-2025-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2025) !important;
}
.has-glowz-2026-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2026) !important;
}
.has-glowz-2026-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2026) !important;
}
.has-glowz-2026-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2026) !important;
}
.has-glowz-2026-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2026) !important;
}
.has-glowz-2026-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2026) !important;
}
.has-glowz-2026-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2026) !important;
}
.has-glowz-2026-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2026) !important;
}
.has-glowz-2026-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2026) !important;
}
.has-glowz-2026-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2026) !important;
}
.has-glowz-2026-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2026) !important;
}
.has-glowz-2026-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2026) !important;
}
.has-glowz-2026-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2026) !important;
}
.has-glowz-2026-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2026) !important;
}
.has-glowz-2045-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2045) !important;
}
.has-glowz-2045-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2045) !important;
}
.has-glowz-2045-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2045) !important;
}
.has-glowz-2045-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2045) !important;
}
.has-glowz-2045-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2045) !important;
}
.has-glowz-2045-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2045) !important;
}
.has-glowz-2045-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2045) !important;
}
.has-glowz-2045-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2045) !important;
}
.has-glowz-2045-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2045) !important;
}
.has-glowz-2045-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2045) !important;
}
.has-glowz-2045-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2045) !important;
}
.has-glowz-2045-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2045) !important;
}
.has-glowz-2045-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2045) !important;
}
.has-glowz-2046-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2046) !important;
}
.has-glowz-2046-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2046) !important;
}
.has-glowz-2046-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2046) !important;
}
.has-glowz-2046-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2046) !important;
}
.has-glowz-2046-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2046) !important;
}
.has-glowz-2046-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2046) !important;
}
.has-glowz-2046-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2046) !important;
}
.has-glowz-2046-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2046) !important;
}
.has-glowz-2046-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2046) !important;
}
.has-glowz-2046-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2046) !important;
}
.has-glowz-2046-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2046) !important;
}
.has-glowz-2046-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2046) !important;
}
.has-glowz-2046-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2046) !important;
}
.has-glowz-2047-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2047) !important;
}
.has-glowz-2047-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2047) !important;
}
.has-glowz-2047-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2047) !important;
}
.has-glowz-2047-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2047) !important;
}
.has-glowz-2047-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2047) !important;
}
.has-glowz-2047-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2047) !important;
}
.has-glowz-2047-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2047) !important;
}
.has-glowz-2047-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2047) !important;
}
.has-glowz-2047-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2047) !important;
}
.has-glowz-2047-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2047) !important;
}
.has-glowz-2047-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2047) !important;
}
.has-glowz-2047-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2047) !important;
}
.has-glowz-2047-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2047) !important;
}
.has-glowz-2048-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2048) !important;
}
.has-glowz-2048-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2048) !important;
}
.has-glowz-2048-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2048) !important;
}
.has-glowz-2048-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2048) !important;
}
.has-glowz-2048-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2048) !important;
}
.has-glowz-2048-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2048) !important;
}
.has-glowz-2048-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2048) !important;
}
.has-glowz-2048-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2048) !important;
}
.has-glowz-2048-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2048) !important;
}
.has-glowz-2048-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2048) !important;
}
.has-glowz-2048-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2048) !important;
}
.has-glowz-2048-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2048) !important;
}
.has-glowz-2048-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2048) !important;
}
.has-glowz-2049-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2049) !important;
}
.has-glowz-2049-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2049) !important;
}
.has-glowz-2049-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2049) !important;
}
.has-glowz-2049-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2049) !important;
}
.has-glowz-2049-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2049) !important;
}
.has-glowz-2049-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2049) !important;
}
.has-glowz-2049-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2049) !important;
}
.has-glowz-2049-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2049) !important;
}
.has-glowz-2049-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2049) !important;
}
.has-glowz-2049-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2049) !important;
}
.has-glowz-2049-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2049) !important;
}
.has-glowz-2049-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2049) !important;
}
.has-glowz-2049-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2049) !important;
}
.has-glowz-2050-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2050) !important;
}
.has-glowz-2050-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2050) !important;
}
.has-glowz-2050-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2050) !important;
}
.has-glowz-2050-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2050) !important;
}
.has-glowz-2050-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2050) !important;
}
.has-glowz-2050-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2050) !important;
}
.has-glowz-2050-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2050) !important;
}
.has-glowz-2050-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2050) !important;
}
.has-glowz-2050-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2050) !important;
}
.has-glowz-2050-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2050) !important;
}
.has-glowz-2050-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2050) !important;
}
.has-glowz-2050-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2050) !important;
}
.has-glowz-2050-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2050) !important;
}
.has-glowz-2051-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2051) !important;
}
.has-glowz-2051-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2051) !important;
}
.has-glowz-2051-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2051) !important;
}
.has-glowz-2051-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2051) !important;
}
.has-glowz-2051-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2051) !important;
}
.has-glowz-2051-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2051) !important;
}
.has-glowz-2051-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2051) !important;
}
.has-glowz-2051-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2051) !important;
}
.has-glowz-2051-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2051) !important;
}
.has-glowz-2051-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2051) !important;
}
.has-glowz-2051-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2051) !important;
}
.has-glowz-2051-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2051) !important;
}
.has-glowz-2051-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2051) !important;
}
.has-glowz-2052-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2052) !important;
}
.has-glowz-2052-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2052) !important;
}
.has-glowz-2052-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2052) !important;
}
.has-glowz-2052-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2052) !important;
}
.has-glowz-2052-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2052) !important;
}
.has-glowz-2052-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2052) !important;
}
.has-glowz-2052-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2052) !important;
}
.has-glowz-2052-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2052) !important;
}
.has-glowz-2052-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2052) !important;
}
.has-glowz-2052-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2052) !important;
}
.has-glowz-2052-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2052) !important;
}
.has-glowz-2052-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2052) !important;
}
.has-glowz-2052-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2052) !important;
}
.has-glowz-2053-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2053) !important;
}
.has-glowz-2053-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2053) !important;
}
.has-glowz-2053-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2053) !important;
}
.has-glowz-2053-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2053) !important;
}
.has-glowz-2053-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2053) !important;
}
.has-glowz-2053-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2053) !important;
}
.has-glowz-2053-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2053) !important;
}
.has-glowz-2053-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2053) !important;
}
.has-glowz-2053-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2053) !important;
}
.has-glowz-2053-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2053) !important;
}
.has-glowz-2053-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2053) !important;
}
.has-glowz-2053-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2053) !important;
}
.has-glowz-2053-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2053) !important;
}
.has-glowz-2054-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2054) !important;
}
.has-glowz-2054-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2054) !important;
}
.has-glowz-2054-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2054) !important;
}
.has-glowz-2054-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2054) !important;
}
.has-glowz-2054-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2054) !important;
}
.has-glowz-2054-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2054) !important;
}
.has-glowz-2054-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2054) !important;
}
.has-glowz-2054-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2054) !important;
}
.has-glowz-2054-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2054) !important;
}
.has-glowz-2054-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2054) !important;
}
.has-glowz-2054-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2054) !important;
}
.has-glowz-2054-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2054) !important;
}
.has-glowz-2054-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2054) !important;
}
.has-glowz-2055-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2055) !important;
}
.has-glowz-2055-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2055) !important;
}
.has-glowz-2055-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2055) !important;
}
.has-glowz-2055-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2055) !important;
}
.has-glowz-2055-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2055) !important;
}
.has-glowz-2055-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2055) !important;
}
.has-glowz-2055-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2055) !important;
}
.has-glowz-2055-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2055) !important;
}
.has-glowz-2055-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2055) !important;
}
.has-glowz-2055-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2055) !important;
}
.has-glowz-2055-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2055) !important;
}
.has-glowz-2055-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2055) !important;
}
.has-glowz-2055-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2055) !important;
}
.has-glowz-2061-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2061) !important;
}
.has-glowz-2061-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2061) !important;
}
.has-glowz-2061-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2061) !important;
}
.has-glowz-2061-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2061) !important;
}
.has-glowz-2061-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2061) !important;
}
.has-glowz-2061-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2061) !important;
}
.has-glowz-2061-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2061) !important;
}
.has-glowz-2061-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2061) !important;
}
.has-glowz-2061-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2061) !important;
}
.has-glowz-2061-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2061) !important;
}
.has-glowz-2061-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2061) !important;
}
.has-glowz-2061-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2061) !important;
}
.has-glowz-2061-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2061) !important;
}
.has-glowz-2062-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-2062) !important;
}
.has-glowz-2062-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-2062) !important;
}
.has-glowz-2062-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-2062) !important;
}
.has-glowz-2062-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-2062) !important;
}
.has-glowz-2062-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-2062) !important;
}
.has-glowz-2062-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-2062) !important;
}
.has-glowz-2062-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-2062) !important;
}
.has-glowz-2062-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-2062) !important;
}
.has-glowz-2062-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-2062) !important;
}
.has-glowz-2062-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-2062) !important;
}
.has-glowz-2062-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-2062) !important;
}
.has-glowz-2062-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-2062) !important;
}
.has-glowz-2062-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-2062) !important;
}
.has-glowz-3010-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3010) !important;
}
.has-glowz-3010-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3010) !important;
}
.has-glowz-3010-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3010) !important;
}
.has-glowz-3010-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3010) !important;
}
.has-glowz-3010-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3010) !important;
}
.has-glowz-3010-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3010) !important;
}
.has-glowz-3010-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3010) !important;
}
.has-glowz-3010-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3010) !important;
}
.has-glowz-3010-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3010) !important;
}
.has-glowz-3010-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3010) !important;
}
.has-glowz-3010-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3010) !important;
}
.has-glowz-3010-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3010) !important;
}
.has-glowz-3010-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3010) !important;
}
.has-glowz-3014-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3014) !important;
}
.has-glowz-3014-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3014) !important;
}
.has-glowz-3014-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3014) !important;
}
.has-glowz-3014-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3014) !important;
}
.has-glowz-3014-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3014) !important;
}
.has-glowz-3014-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3014) !important;
}
.has-glowz-3014-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3014) !important;
}
.has-glowz-3014-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3014) !important;
}
.has-glowz-3014-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3014) !important;
}
.has-glowz-3014-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3014) !important;
}
.has-glowz-3014-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3014) !important;
}
.has-glowz-3014-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3014) !important;
}
.has-glowz-3014-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3014) !important;
}
.has-glowz-3007-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3007) !important;
}
.has-glowz-3007-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3007) !important;
}
.has-glowz-3007-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3007) !important;
}
.has-glowz-3007-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3007) !important;
}
.has-glowz-3007-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3007) !important;
}
.has-glowz-3007-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3007) !important;
}
.has-glowz-3007-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3007) !important;
}
.has-glowz-3007-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3007) !important;
}
.has-glowz-3007-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3007) !important;
}
.has-glowz-3007-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3007) !important;
}
.has-glowz-3007-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3007) !important;
}
.has-glowz-3007-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3007) !important;
}
.has-glowz-3007-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3007) !important;
}
.has-glowz-3001-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3001) !important;
}
.has-glowz-3001-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3001) !important;
}
.has-glowz-3001-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3001) !important;
}
.has-glowz-3001-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3001) !important;
}
.has-glowz-3001-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3001) !important;
}
.has-glowz-3001-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3001) !important;
}
.has-glowz-3001-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3001) !important;
}
.has-glowz-3001-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3001) !important;
}
.has-glowz-3001-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3001) !important;
}
.has-glowz-3001-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3001) !important;
}
.has-glowz-3001-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3001) !important;
}
.has-glowz-3001-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3001) !important;
}
.has-glowz-3001-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3001) !important;
}
.has-glowz-3002-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3002) !important;
}
.has-glowz-3002-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3002) !important;
}
.has-glowz-3002-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3002) !important;
}
.has-glowz-3002-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3002) !important;
}
.has-glowz-3002-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3002) !important;
}
.has-glowz-3002-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3002) !important;
}
.has-glowz-3002-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3002) !important;
}
.has-glowz-3002-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3002) !important;
}
.has-glowz-3002-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3002) !important;
}
.has-glowz-3002-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3002) !important;
}
.has-glowz-3002-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3002) !important;
}
.has-glowz-3002-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3002) !important;
}
.has-glowz-3002-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3002) !important;
}
.has-glowz-3003-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3003) !important;
}
.has-glowz-3003-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3003) !important;
}
.has-glowz-3003-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3003) !important;
}
.has-glowz-3003-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3003) !important;
}
.has-glowz-3003-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3003) !important;
}
.has-glowz-3003-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3003) !important;
}
.has-glowz-3003-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3003) !important;
}
.has-glowz-3003-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3003) !important;
}
.has-glowz-3003-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3003) !important;
}
.has-glowz-3003-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3003) !important;
}
.has-glowz-3003-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3003) !important;
}
.has-glowz-3003-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3003) !important;
}
.has-glowz-3003-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3003) !important;
}
.has-glowz-3004-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3004) !important;
}
.has-glowz-3004-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3004) !important;
}
.has-glowz-3004-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3004) !important;
}
.has-glowz-3004-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3004) !important;
}
.has-glowz-3004-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3004) !important;
}
.has-glowz-3004-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3004) !important;
}
.has-glowz-3004-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3004) !important;
}
.has-glowz-3004-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3004) !important;
}
.has-glowz-3004-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3004) !important;
}
.has-glowz-3004-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3004) !important;
}
.has-glowz-3004-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3004) !important;
}
.has-glowz-3004-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3004) !important;
}
.has-glowz-3004-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3004) !important;
}
.has-glowz-3008-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3008) !important;
}
.has-glowz-3008-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3008) !important;
}
.has-glowz-3008-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3008) !important;
}
.has-glowz-3008-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3008) !important;
}
.has-glowz-3008-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3008) !important;
}
.has-glowz-3008-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3008) !important;
}
.has-glowz-3008-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3008) !important;
}
.has-glowz-3008-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3008) !important;
}
.has-glowz-3008-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3008) !important;
}
.has-glowz-3008-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3008) !important;
}
.has-glowz-3008-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3008) !important;
}
.has-glowz-3008-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3008) !important;
}
.has-glowz-3008-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3008) !important;
}
.has-glowz-3011-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3011) !important;
}
.has-glowz-3011-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3011) !important;
}
.has-glowz-3011-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3011) !important;
}
.has-glowz-3011-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3011) !important;
}
.has-glowz-3011-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3011) !important;
}
.has-glowz-3011-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3011) !important;
}
.has-glowz-3011-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3011) !important;
}
.has-glowz-3011-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3011) !important;
}
.has-glowz-3011-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3011) !important;
}
.has-glowz-3011-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3011) !important;
}
.has-glowz-3011-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3011) !important;
}
.has-glowz-3011-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3011) !important;
}
.has-glowz-3011-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3011) !important;
}
.has-glowz-3015-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3015) !important;
}
.has-glowz-3015-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3015) !important;
}
.has-glowz-3015-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3015) !important;
}
.has-glowz-3015-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3015) !important;
}
.has-glowz-3015-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3015) !important;
}
.has-glowz-3015-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3015) !important;
}
.has-glowz-3015-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3015) !important;
}
.has-glowz-3015-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3015) !important;
}
.has-glowz-3015-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3015) !important;
}
.has-glowz-3015-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3015) !important;
}
.has-glowz-3015-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3015) !important;
}
.has-glowz-3015-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3015) !important;
}
.has-glowz-3015-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3015) !important;
}
.has-glowz-3009-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3009) !important;
}
.has-glowz-3009-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3009) !important;
}
.has-glowz-3009-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3009) !important;
}
.has-glowz-3009-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3009) !important;
}
.has-glowz-3009-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3009) !important;
}
.has-glowz-3009-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3009) !important;
}
.has-glowz-3009-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3009) !important;
}
.has-glowz-3009-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3009) !important;
}
.has-glowz-3009-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3009) !important;
}
.has-glowz-3009-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3009) !important;
}
.has-glowz-3009-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3009) !important;
}
.has-glowz-3009-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3009) !important;
}
.has-glowz-3009-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3009) !important;
}
.has-glowz-3016-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3016) !important;
}
.has-glowz-3016-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3016) !important;
}
.has-glowz-3016-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3016) !important;
}
.has-glowz-3016-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3016) !important;
}
.has-glowz-3016-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3016) !important;
}
.has-glowz-3016-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3016) !important;
}
.has-glowz-3016-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3016) !important;
}
.has-glowz-3016-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3016) !important;
}
.has-glowz-3016-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3016) !important;
}
.has-glowz-3016-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3016) !important;
}
.has-glowz-3016-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3016) !important;
}
.has-glowz-3016-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3016) !important;
}
.has-glowz-3016-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3016) !important;
}
.has-glowz-3017-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3017) !important;
}
.has-glowz-3017-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3017) !important;
}
.has-glowz-3017-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3017) !important;
}
.has-glowz-3017-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3017) !important;
}
.has-glowz-3017-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3017) !important;
}
.has-glowz-3017-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3017) !important;
}
.has-glowz-3017-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3017) !important;
}
.has-glowz-3017-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3017) !important;
}
.has-glowz-3017-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3017) !important;
}
.has-glowz-3017-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3017) !important;
}
.has-glowz-3017-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3017) !important;
}
.has-glowz-3017-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3017) !important;
}
.has-glowz-3017-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3017) !important;
}
.has-glowz-3018-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3018) !important;
}
.has-glowz-3018-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3018) !important;
}
.has-glowz-3018-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3018) !important;
}
.has-glowz-3018-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3018) !important;
}
.has-glowz-3018-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3018) !important;
}
.has-glowz-3018-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3018) !important;
}
.has-glowz-3018-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3018) !important;
}
.has-glowz-3018-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3018) !important;
}
.has-glowz-3018-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3018) !important;
}
.has-glowz-3018-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3018) !important;
}
.has-glowz-3018-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3018) !important;
}
.has-glowz-3018-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3018) !important;
}
.has-glowz-3018-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3018) !important;
}
.has-glowz-3044-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3044) !important;
}
.has-glowz-3044-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3044) !important;
}
.has-glowz-3044-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3044) !important;
}
.has-glowz-3044-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3044) !important;
}
.has-glowz-3044-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3044) !important;
}
.has-glowz-3044-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3044) !important;
}
.has-glowz-3044-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3044) !important;
}
.has-glowz-3044-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3044) !important;
}
.has-glowz-3044-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3044) !important;
}
.has-glowz-3044-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3044) !important;
}
.has-glowz-3044-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3044) !important;
}
.has-glowz-3044-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3044) !important;
}
.has-glowz-3044-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3044) !important;
}
.has-glowz-3005-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3005) !important;
}
.has-glowz-3005-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3005) !important;
}
.has-glowz-3005-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3005) !important;
}
.has-glowz-3005-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3005) !important;
}
.has-glowz-3005-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3005) !important;
}
.has-glowz-3005-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3005) !important;
}
.has-glowz-3005-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3005) !important;
}
.has-glowz-3005-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3005) !important;
}
.has-glowz-3005-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3005) !important;
}
.has-glowz-3005-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3005) !important;
}
.has-glowz-3005-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3005) !important;
}
.has-glowz-3005-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3005) !important;
}
.has-glowz-3005-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3005) !important;
}
.has-glowz-3006-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3006) !important;
}
.has-glowz-3006-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3006) !important;
}
.has-glowz-3006-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3006) !important;
}
.has-glowz-3006-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3006) !important;
}
.has-glowz-3006-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3006) !important;
}
.has-glowz-3006-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3006) !important;
}
.has-glowz-3006-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3006) !important;
}
.has-glowz-3006-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3006) !important;
}
.has-glowz-3006-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3006) !important;
}
.has-glowz-3006-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3006) !important;
}
.has-glowz-3006-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3006) !important;
}
.has-glowz-3006-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3006) !important;
}
.has-glowz-3006-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3006) !important;
}
.has-glowz-3012-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3012) !important;
}
.has-glowz-3012-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3012) !important;
}
.has-glowz-3012-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3012) !important;
}
.has-glowz-3012-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3012) !important;
}
.has-glowz-3012-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3012) !important;
}
.has-glowz-3012-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3012) !important;
}
.has-glowz-3012-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3012) !important;
}
.has-glowz-3012-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3012) !important;
}
.has-glowz-3012-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3012) !important;
}
.has-glowz-3012-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3012) !important;
}
.has-glowz-3012-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3012) !important;
}
.has-glowz-3012-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3012) !important;
}
.has-glowz-3012-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3012) !important;
}
.has-glowz-3013-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3013) !important;
}
.has-glowz-3013-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3013) !important;
}
.has-glowz-3013-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3013) !important;
}
.has-glowz-3013-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3013) !important;
}
.has-glowz-3013-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3013) !important;
}
.has-glowz-3013-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3013) !important;
}
.has-glowz-3013-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3013) !important;
}
.has-glowz-3013-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3013) !important;
}
.has-glowz-3013-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3013) !important;
}
.has-glowz-3013-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3013) !important;
}
.has-glowz-3013-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3013) !important;
}
.has-glowz-3013-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3013) !important;
}
.has-glowz-3013-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3013) !important;
}
.has-glowz-3040-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3040) !important;
}
.has-glowz-3040-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3040) !important;
}
.has-glowz-3040-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3040) !important;
}
.has-glowz-3040-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3040) !important;
}
.has-glowz-3040-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3040) !important;
}
.has-glowz-3040-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3040) !important;
}
.has-glowz-3040-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3040) !important;
}
.has-glowz-3040-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3040) !important;
}
.has-glowz-3040-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3040) !important;
}
.has-glowz-3040-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3040) !important;
}
.has-glowz-3040-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3040) !important;
}
.has-glowz-3040-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3040) !important;
}
.has-glowz-3040-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3040) !important;
}
.has-glowz-3041-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3041) !important;
}
.has-glowz-3041-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3041) !important;
}
.has-glowz-3041-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3041) !important;
}
.has-glowz-3041-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3041) !important;
}
.has-glowz-3041-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3041) !important;
}
.has-glowz-3041-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3041) !important;
}
.has-glowz-3041-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3041) !important;
}
.has-glowz-3041-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3041) !important;
}
.has-glowz-3041-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3041) !important;
}
.has-glowz-3041-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3041) !important;
}
.has-glowz-3041-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3041) !important;
}
.has-glowz-3041-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3041) !important;
}
.has-glowz-3041-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3041) !important;
}
.has-glowz-3042-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3042) !important;
}
.has-glowz-3042-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3042) !important;
}
.has-glowz-3042-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3042) !important;
}
.has-glowz-3042-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3042) !important;
}
.has-glowz-3042-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3042) !important;
}
.has-glowz-3042-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3042) !important;
}
.has-glowz-3042-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3042) !important;
}
.has-glowz-3042-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3042) !important;
}
.has-glowz-3042-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3042) !important;
}
.has-glowz-3042-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3042) !important;
}
.has-glowz-3042-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3042) !important;
}
.has-glowz-3042-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3042) !important;
}
.has-glowz-3042-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3042) !important;
}
.has-glowz-3043-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3043) !important;
}
.has-glowz-3043-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3043) !important;
}
.has-glowz-3043-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3043) !important;
}
.has-glowz-3043-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3043) !important;
}
.has-glowz-3043-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3043) !important;
}
.has-glowz-3043-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3043) !important;
}
.has-glowz-3043-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3043) !important;
}
.has-glowz-3043-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3043) !important;
}
.has-glowz-3043-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3043) !important;
}
.has-glowz-3043-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3043) !important;
}
.has-glowz-3043-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3043) !important;
}
.has-glowz-3043-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3043) !important;
}
.has-glowz-3043-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3043) !important;
}
.has-glowz-3056-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3056) !important;
}
.has-glowz-3056-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3056) !important;
}
.has-glowz-3056-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3056) !important;
}
.has-glowz-3056-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3056) !important;
}
.has-glowz-3056-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3056) !important;
}
.has-glowz-3056-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3056) !important;
}
.has-glowz-3056-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3056) !important;
}
.has-glowz-3056-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3056) !important;
}
.has-glowz-3056-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3056) !important;
}
.has-glowz-3056-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3056) !important;
}
.has-glowz-3056-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3056) !important;
}
.has-glowz-3056-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3056) !important;
}
.has-glowz-3056-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3056) !important;
}
.has-glowz-3057-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3057) !important;
}
.has-glowz-3057-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3057) !important;
}
.has-glowz-3057-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3057) !important;
}
.has-glowz-3057-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3057) !important;
}
.has-glowz-3057-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3057) !important;
}
.has-glowz-3057-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3057) !important;
}
.has-glowz-3057-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3057) !important;
}
.has-glowz-3057-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3057) !important;
}
.has-glowz-3057-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3057) !important;
}
.has-glowz-3057-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3057) !important;
}
.has-glowz-3057-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3057) !important;
}
.has-glowz-3057-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3057) !important;
}
.has-glowz-3057-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3057) !important;
}
.has-glowz-3058-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3058) !important;
}
.has-glowz-3058-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3058) !important;
}
.has-glowz-3058-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3058) !important;
}
.has-glowz-3058-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3058) !important;
}
.has-glowz-3058-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3058) !important;
}
.has-glowz-3058-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3058) !important;
}
.has-glowz-3058-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3058) !important;
}
.has-glowz-3058-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3058) !important;
}
.has-glowz-3058-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3058) !important;
}
.has-glowz-3058-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3058) !important;
}
.has-glowz-3058-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3058) !important;
}
.has-glowz-3058-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3058) !important;
}
.has-glowz-3058-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3058) !important;
}
.has-glowz-3059-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3059) !important;
}
.has-glowz-3059-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3059) !important;
}
.has-glowz-3059-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3059) !important;
}
.has-glowz-3059-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3059) !important;
}
.has-glowz-3059-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3059) !important;
}
.has-glowz-3059-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3059) !important;
}
.has-glowz-3059-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3059) !important;
}
.has-glowz-3059-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3059) !important;
}
.has-glowz-3059-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3059) !important;
}
.has-glowz-3059-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3059) !important;
}
.has-glowz-3059-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3059) !important;
}
.has-glowz-3059-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3059) !important;
}
.has-glowz-3059-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3059) !important;
}
.has-glowz-3060-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3060) !important;
}
.has-glowz-3060-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3060) !important;
}
.has-glowz-3060-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3060) !important;
}
.has-glowz-3060-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3060) !important;
}
.has-glowz-3060-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3060) !important;
}
.has-glowz-3060-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3060) !important;
}
.has-glowz-3060-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3060) !important;
}
.has-glowz-3060-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3060) !important;
}
.has-glowz-3060-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3060) !important;
}
.has-glowz-3060-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3060) !important;
}
.has-glowz-3060-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3060) !important;
}
.has-glowz-3060-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3060) !important;
}
.has-glowz-3060-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3060) !important;
}
.has-glowz-3019-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3019) !important;
}
.has-glowz-3019-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3019) !important;
}
.has-glowz-3019-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3019) !important;
}
.has-glowz-3019-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3019) !important;
}
.has-glowz-3019-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3019) !important;
}
.has-glowz-3019-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3019) !important;
}
.has-glowz-3019-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3019) !important;
}
.has-glowz-3019-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3019) !important;
}
.has-glowz-3019-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3019) !important;
}
.has-glowz-3019-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3019) !important;
}
.has-glowz-3019-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3019) !important;
}
.has-glowz-3019-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3019) !important;
}
.has-glowz-3019-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3019) !important;
}
.has-glowz-3020-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3020) !important;
}
.has-glowz-3020-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3020) !important;
}
.has-glowz-3020-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3020) !important;
}
.has-glowz-3020-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3020) !important;
}
.has-glowz-3020-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3020) !important;
}
.has-glowz-3020-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3020) !important;
}
.has-glowz-3020-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3020) !important;
}
.has-glowz-3020-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3020) !important;
}
.has-glowz-3020-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3020) !important;
}
.has-glowz-3020-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3020) !important;
}
.has-glowz-3020-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3020) !important;
}
.has-glowz-3020-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3020) !important;
}
.has-glowz-3020-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3020) !important;
}
.has-glowz-3021-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3021) !important;
}
.has-glowz-3021-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3021) !important;
}
.has-glowz-3021-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3021) !important;
}
.has-glowz-3021-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3021) !important;
}
.has-glowz-3021-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3021) !important;
}
.has-glowz-3021-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3021) !important;
}
.has-glowz-3021-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3021) !important;
}
.has-glowz-3021-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3021) !important;
}
.has-glowz-3021-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3021) !important;
}
.has-glowz-3021-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3021) !important;
}
.has-glowz-3021-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3021) !important;
}
.has-glowz-3021-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3021) !important;
}
.has-glowz-3021-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3021) !important;
}
.has-glowz-3022-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3022) !important;
}
.has-glowz-3022-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3022) !important;
}
.has-glowz-3022-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3022) !important;
}
.has-glowz-3022-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3022) !important;
}
.has-glowz-3022-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3022) !important;
}
.has-glowz-3022-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3022) !important;
}
.has-glowz-3022-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3022) !important;
}
.has-glowz-3022-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3022) !important;
}
.has-glowz-3022-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3022) !important;
}
.has-glowz-3022-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3022) !important;
}
.has-glowz-3022-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3022) !important;
}
.has-glowz-3022-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3022) !important;
}
.has-glowz-3022-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3022) !important;
}
.has-glowz-3023-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3023) !important;
}
.has-glowz-3023-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3023) !important;
}
.has-glowz-3023-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3023) !important;
}
.has-glowz-3023-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3023) !important;
}
.has-glowz-3023-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3023) !important;
}
.has-glowz-3023-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3023) !important;
}
.has-glowz-3023-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3023) !important;
}
.has-glowz-3023-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3023) !important;
}
.has-glowz-3023-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3023) !important;
}
.has-glowz-3023-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3023) !important;
}
.has-glowz-3023-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3023) !important;
}
.has-glowz-3023-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3023) !important;
}
.has-glowz-3023-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3023) !important;
}
.has-glowz-3024-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3024) !important;
}
.has-glowz-3024-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3024) !important;
}
.has-glowz-3024-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3024) !important;
}
.has-glowz-3024-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3024) !important;
}
.has-glowz-3024-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3024) !important;
}
.has-glowz-3024-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3024) !important;
}
.has-glowz-3024-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3024) !important;
}
.has-glowz-3024-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3024) !important;
}
.has-glowz-3024-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3024) !important;
}
.has-glowz-3024-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3024) !important;
}
.has-glowz-3024-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3024) !important;
}
.has-glowz-3024-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3024) !important;
}
.has-glowz-3024-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3024) !important;
}
.has-glowz-3025-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3025) !important;
}
.has-glowz-3025-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3025) !important;
}
.has-glowz-3025-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3025) !important;
}
.has-glowz-3025-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3025) !important;
}
.has-glowz-3025-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3025) !important;
}
.has-glowz-3025-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3025) !important;
}
.has-glowz-3025-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3025) !important;
}
.has-glowz-3025-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3025) !important;
}
.has-glowz-3025-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3025) !important;
}
.has-glowz-3025-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3025) !important;
}
.has-glowz-3025-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3025) !important;
}
.has-glowz-3025-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3025) !important;
}
.has-glowz-3025-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3025) !important;
}
.has-glowz-3026-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3026) !important;
}
.has-glowz-3026-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3026) !important;
}
.has-glowz-3026-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3026) !important;
}
.has-glowz-3026-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3026) !important;
}
.has-glowz-3026-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3026) !important;
}
.has-glowz-3026-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3026) !important;
}
.has-glowz-3026-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3026) !important;
}
.has-glowz-3026-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3026) !important;
}
.has-glowz-3026-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3026) !important;
}
.has-glowz-3026-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3026) !important;
}
.has-glowz-3026-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3026) !important;
}
.has-glowz-3026-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3026) !important;
}
.has-glowz-3026-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3026) !important;
}
.has-glowz-3045-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3045) !important;
}
.has-glowz-3045-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3045) !important;
}
.has-glowz-3045-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3045) !important;
}
.has-glowz-3045-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3045) !important;
}
.has-glowz-3045-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3045) !important;
}
.has-glowz-3045-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3045) !important;
}
.has-glowz-3045-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3045) !important;
}
.has-glowz-3045-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3045) !important;
}
.has-glowz-3045-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3045) !important;
}
.has-glowz-3045-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3045) !important;
}
.has-glowz-3045-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3045) !important;
}
.has-glowz-3045-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3045) !important;
}
.has-glowz-3045-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3045) !important;
}
.has-glowz-3046-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3046) !important;
}
.has-glowz-3046-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3046) !important;
}
.has-glowz-3046-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3046) !important;
}
.has-glowz-3046-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3046) !important;
}
.has-glowz-3046-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3046) !important;
}
.has-glowz-3046-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3046) !important;
}
.has-glowz-3046-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3046) !important;
}
.has-glowz-3046-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3046) !important;
}
.has-glowz-3046-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3046) !important;
}
.has-glowz-3046-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3046) !important;
}
.has-glowz-3046-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3046) !important;
}
.has-glowz-3046-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3046) !important;
}
.has-glowz-3046-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3046) !important;
}
.has-glowz-3047-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3047) !important;
}
.has-glowz-3047-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3047) !important;
}
.has-glowz-3047-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3047) !important;
}
.has-glowz-3047-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3047) !important;
}
.has-glowz-3047-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3047) !important;
}
.has-glowz-3047-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3047) !important;
}
.has-glowz-3047-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3047) !important;
}
.has-glowz-3047-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3047) !important;
}
.has-glowz-3047-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3047) !important;
}
.has-glowz-3047-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3047) !important;
}
.has-glowz-3047-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3047) !important;
}
.has-glowz-3047-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3047) !important;
}
.has-glowz-3047-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3047) !important;
}
.has-glowz-3048-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3048) !important;
}
.has-glowz-3048-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3048) !important;
}
.has-glowz-3048-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3048) !important;
}
.has-glowz-3048-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3048) !important;
}
.has-glowz-3048-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3048) !important;
}
.has-glowz-3048-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3048) !important;
}
.has-glowz-3048-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3048) !important;
}
.has-glowz-3048-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3048) !important;
}
.has-glowz-3048-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3048) !important;
}
.has-glowz-3048-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3048) !important;
}
.has-glowz-3048-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3048) !important;
}
.has-glowz-3048-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3048) !important;
}
.has-glowz-3048-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3048) !important;
}
.has-glowz-3049-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3049) !important;
}
.has-glowz-3049-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3049) !important;
}
.has-glowz-3049-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3049) !important;
}
.has-glowz-3049-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3049) !important;
}
.has-glowz-3049-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3049) !important;
}
.has-glowz-3049-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3049) !important;
}
.has-glowz-3049-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3049) !important;
}
.has-glowz-3049-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3049) !important;
}
.has-glowz-3049-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3049) !important;
}
.has-glowz-3049-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3049) !important;
}
.has-glowz-3049-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3049) !important;
}
.has-glowz-3049-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3049) !important;
}
.has-glowz-3049-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3049) !important;
}
.has-glowz-3050-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3050) !important;
}
.has-glowz-3050-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3050) !important;
}
.has-glowz-3050-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3050) !important;
}
.has-glowz-3050-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3050) !important;
}
.has-glowz-3050-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3050) !important;
}
.has-glowz-3050-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3050) !important;
}
.has-glowz-3050-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3050) !important;
}
.has-glowz-3050-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3050) !important;
}
.has-glowz-3050-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3050) !important;
}
.has-glowz-3050-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3050) !important;
}
.has-glowz-3050-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3050) !important;
}
.has-glowz-3050-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3050) !important;
}
.has-glowz-3050-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3050) !important;
}
.has-glowz-3051-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3051) !important;
}
.has-glowz-3051-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3051) !important;
}
.has-glowz-3051-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3051) !important;
}
.has-glowz-3051-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3051) !important;
}
.has-glowz-3051-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3051) !important;
}
.has-glowz-3051-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3051) !important;
}
.has-glowz-3051-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3051) !important;
}
.has-glowz-3051-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3051) !important;
}
.has-glowz-3051-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3051) !important;
}
.has-glowz-3051-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3051) !important;
}
.has-glowz-3051-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3051) !important;
}
.has-glowz-3051-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3051) !important;
}
.has-glowz-3051-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3051) !important;
}
.has-glowz-3052-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3052) !important;
}
.has-glowz-3052-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3052) !important;
}
.has-glowz-3052-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3052) !important;
}
.has-glowz-3052-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3052) !important;
}
.has-glowz-3052-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3052) !important;
}
.has-glowz-3052-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3052) !important;
}
.has-glowz-3052-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3052) !important;
}
.has-glowz-3052-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3052) !important;
}
.has-glowz-3052-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3052) !important;
}
.has-glowz-3052-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3052) !important;
}
.has-glowz-3052-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3052) !important;
}
.has-glowz-3052-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3052) !important;
}
.has-glowz-3052-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3052) !important;
}
.has-glowz-3053-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3053) !important;
}
.has-glowz-3053-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3053) !important;
}
.has-glowz-3053-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3053) !important;
}
.has-glowz-3053-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3053) !important;
}
.has-glowz-3053-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3053) !important;
}
.has-glowz-3053-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3053) !important;
}
.has-glowz-3053-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3053) !important;
}
.has-glowz-3053-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3053) !important;
}
.has-glowz-3053-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3053) !important;
}
.has-glowz-3053-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3053) !important;
}
.has-glowz-3053-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3053) !important;
}
.has-glowz-3053-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3053) !important;
}
.has-glowz-3053-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3053) !important;
}
.has-glowz-3054-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3054) !important;
}
.has-glowz-3054-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3054) !important;
}
.has-glowz-3054-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3054) !important;
}
.has-glowz-3054-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3054) !important;
}
.has-glowz-3054-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3054) !important;
}
.has-glowz-3054-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3054) !important;
}
.has-glowz-3054-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3054) !important;
}
.has-glowz-3054-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3054) !important;
}
.has-glowz-3054-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3054) !important;
}
.has-glowz-3054-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3054) !important;
}
.has-glowz-3054-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3054) !important;
}
.has-glowz-3054-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3054) !important;
}
.has-glowz-3054-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3054) !important;
}
.has-glowz-3055-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3055) !important;
}
.has-glowz-3055-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3055) !important;
}
.has-glowz-3055-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3055) !important;
}
.has-glowz-3055-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3055) !important;
}
.has-glowz-3055-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3055) !important;
}
.has-glowz-3055-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3055) !important;
}
.has-glowz-3055-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3055) !important;
}
.has-glowz-3055-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3055) !important;
}
.has-glowz-3055-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3055) !important;
}
.has-glowz-3055-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3055) !important;
}
.has-glowz-3055-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3055) !important;
}
.has-glowz-3055-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3055) !important;
}
.has-glowz-3055-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3055) !important;
}
.has-glowz-3061-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3061) !important;
}
.has-glowz-3061-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3061) !important;
}
.has-glowz-3061-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3061) !important;
}
.has-glowz-3061-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3061) !important;
}
.has-glowz-3061-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3061) !important;
}
.has-glowz-3061-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3061) !important;
}
.has-glowz-3061-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3061) !important;
}
.has-glowz-3061-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3061) !important;
}
.has-glowz-3061-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3061) !important;
}
.has-glowz-3061-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3061) !important;
}
.has-glowz-3061-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3061) !important;
}
.has-glowz-3061-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3061) !important;
}
.has-glowz-3061-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3061) !important;
}
.has-glowz-3062-background-color {
  --glowz-page-bg: var(--wp--preset--color--glowz-3062) !important;
}
.has-glowz-3062-color {
  --glowz-page-txt: var(--wp--preset--color--glowz-3062) !important;
}
.has-glowz-3062-link-color {
  --glowz-page-link: var(--wp--preset--color--glowz-3062) !important;
}
.has-glowz-3062-heading-color {
  --glowz-page-hd: var(--wp--preset--color--glowz-3062) !important;
}
.has-glowz-3062-active-link-color {
  --glowz-active-link-color: var(--wp--preset--color--glowz-3062) !important;
}
.has-glowz-3062-bloom-color {
  --glowz-bloom-color: var(--wp--preset--color--glowz-3062) !important;
}
.has-glowz-3062-stroke-color {
  --glowz-stroke-color: var(--wp--preset--color--glowz-3062) !important;
}
.has-glowz-3062-shadow-color {
  --glowz-page-shadow: var(--wp--preset--color--glowz-3062) !important;
}
.has-glowz-3062-border-color {
  --glowz-page-border: var(--wp--preset--color--glowz-3062) !important;
}
.has-glowz-3062-overlay-color {
  --glowz-page-overlay: var(--wp--preset--color--glowz-3062) !important;
}
.has-glowz-3062-fill-color {
  --glowz-page-fill: var(--wp--preset--color--glowz-3062) !important;
}
.has-glowz-3062-loading-color {
  --glowz-page-loading: var(--wp--preset--color--glowz-3062) !important;
}
.has-glowz-3062-icon-color {
  --glowz-icon-color: var(--wp--preset--color--glowz-3062) !important;
}
.glowz-grid-item .glowz-set-bg-color {
  background-color: var(--glowz-page-bg);
}
.glowz-set-txt-color {
  color: var(--glowz-page-txt);
}
.glowz-set-txt-color:not(.glowz-set-link-color) {
  --glowz-page-link: var(--glowz-page-txt);
}
.glowz-set-txt-color:not(.glowz-set-heading-color) {
  --glowz-page-hd: var(--glowz-page-txt);
}
.glowz-set-txt-color > .glowz-section-content input,
.glowz-set-txt-color > .glowz-section-content textarea,
.glowz-set-txt-color > .glowz-section-content select,
.glowz-set-txt-color > .glowz-section-content button,
.glowz-set-txt-color > .glowz-section-content table,
.glowz-set-txt-color > .glowz-section-content th,
.glowz-set-txt-color > .glowz-section-content td,
.glowz-set-txt-color > .glowz-section-content tr,
.glowz-set-txt-color > .glowz-section-content caption {
  border-color: rgb(from var(--glowz-page-txt) r g b / 10%);
}
.glowz-set-txt-color .glowz-inherit-fill-color:not(.glowz-set-fill-color) {
  fill: var(--glowz-page-txt);
}
.glowz-set-txt-color .glowz-inherit-stroke-color:not(.glowz-set-stroke-color) {
  stroke: var(--glowz-page-txt);
}
.glowz-set-txt-color:not(.glowz-set-link-color):not(.glowz-set-heading-color).glowz-section.glowz-set-link {
  color: var(--glowz-page-txt);
}
.glowz-section.glowz-set-link {
  color: var(--glowz-page-link);
}
.glowz-set-bloom-color {
  text-shadow: 0 0 calc(1 * var(--glowz-bloom-size)) var(--glowz-bloom-color), 0 0 calc(2 * var(--glowz-bloom-size)) var(--glowz-bloom-color), 0 0 calc(3 * var(--glowz-bloom-size)) var(--glowz-bloom-color), 0 0 calc(4 * var(--glowz-bloom-size)) var(--glowz-bloom-color), 0 0 calc(6 * var(--glowz-bloom-size)) var(--glowz-bloom-color), 0 0 calc(8 * var(--glowz-bloom-size)) var(--glowz-bloom-color), 0 0 calc(11 * var(--glowz-bloom-size)) var(--glowz-bloom-color), 0 0 calc(15 * var(--glowz-bloom-size)) var(--glowz-bloom-color);
}
.glowz-set-bloom-color a:after {
  box-shadow: 0 0 calc(1 * var(--glowz-bloom-size)) var(--glowz-bloom-color), 0 0 calc(2 * var(--glowz-bloom-size)) var(--glowz-bloom-color), 0 0 calc(3 * var(--glowz-bloom-size)) var(--glowz-bloom-color), 0 0 calc(4 * var(--glowz-bloom-size)) var(--glowz-bloom-color), 0 0 calc(6 * var(--glowz-bloom-size)) var(--glowz-bloom-color), 0 0 calc(8 * var(--glowz-bloom-size)) var(--glowz-bloom-color), 0 0 calc(11 * var(--glowz-bloom-size)) var(--glowz-bloom-color), 0 0 calc(15 * var(--glowz-bloom-size)) var(--glowz-bloom-color);
}
.glowz-set-stroke-color {
  stroke: var(--glowz-stroke-color);
  -webkit-text-stroke: var(--glowz-stroke-size) var(--glowz-stroke-color);
  text-stroke: var(--glowz-stroke-size) var(--glowz-stroke-color);
}
.glowz-set-border-color {
  border-color: var(--glowz-page-border);
}
.glowz-set-fill-color {
  fill: var(--glowz-page-fill);
}
.glowz-mix-multiply {
  mix-blend-mode: multiply;
}
.glowz-mix-screen {
  mix-blend-mode: screen;
}
.glowz-mix-overlay {
  mix-blend-mode: overlay;
}
.glowz-mix-darken {
  mix-blend-mode: darken;
}
.glowz-mix-lighten {
  mix-blend-mode: lighten;
}
.glowz-mix-color-dodge {
  mix-blend-mode: color-dodge;
}
.glowz-mix-color-burn {
  mix-blend-mode: color-burn;
}
.glowz-mix-hard-light {
  mix-blend-mode: hard-light;
}
.glowz-mix-soft-light {
  mix-blend-mode: soft-light;
}
.glowz-mix-difference {
  mix-blend-mode: difference;
}
.glowz-mix-exclusion {
  mix-blend-mode: exclusion;
}
.glowz-mix-hue {
  mix-blend-mode: hue;
}
.glowz-mix-saturation {
  mix-blend-mode: saturation;
}
.glowz-mix-color {
  mix-blend-mode: color;
}
.glowz-mix-luminosity {
  mix-blend-mode: luminosity;
}
.glowz-mix-plus-lighter {
  mix-blend-mode: plus-lighter;
}
:root {
  --glowz-medium-width: 991px;
  --glowz-small-width: 787px;
  --glowz-window-width: 0;
}
@media (max-width: 991px) {
  :root {
    --glowz-window-width: 1;
  }
}
@media (max-width: 787px) {
  :root {
    --glowz-window-width: 2;
  }
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  margin-bottom: 5px;
}
h1 a:after,
h2 a:after,
h3 a:after,
h4 a:after,
h5 a:after,
h6 a:after {
  bottom: -5px !important;
}
:root {
  --glowz-resp-delta: 28px;
  --glowz-normal-w-px: 1300;
  --glowz-resp-ratio: 0.52463382;
}
body:has(.glowz-fixed-left, glowz-fixed-right) {
  --glowz-resp-delta: 202px;
}
/*==================================================================
23. Global variables / --glowz-bloom-size, --glowz-full-height...
==================================================================*/
:root {
  --glowz-bloom-size: 0.17px;
  --glowz-aspect-ratio: auto;
  --glowz-stroke-size: 1px;
  --glowz-content-width: 1300px;
}
body {
  --glowz-full-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
}
/*==================================================================
24. Main layout classes/ .wp-site-blocks, .is-root-container, .glowz-content-width-full...
==================================================================*/
.wp-site-blocks,
.block-editor-block-preview__content-iframe .is-root-container {
  display: flex;
  flex-direction: column;
  min-height: var(--glowz-full-height);
}
.wp-site-blocks > .entry-content > *:not(.glowz-section):first-child,
.block-editor-block-preview__content-iframe .is-root-container > .entry-content > *:not(.glowz-section):first-child {
  margin-top: 87px;
}
.wp-site-blocks > .entry-content > *:not(.glowz-section):last-child,
.block-editor-block-preview__content-iframe .is-root-container > .entry-content > *:not(.glowz-section):last-child {
  margin-bottom: 87px;
}
.wp-site-blocks > .wp-block-post-title,
.block-editor-block-preview__content-iframe .is-root-container > .wp-block-post-title {
  margin: 94px auto 14px auto;
}
.wp-site-blocks > .wp-block-post-title.is-style-glowz-auto-hide:has(+.entry-content>.glowz-section:first-child),
.block-editor-block-preview__content-iframe .is-root-container > .wp-block-post-title.is-style-glowz-auto-hide:has(+.entry-content>.glowz-section:first-child) {
  display: none;
}
.wp-site-blocks > .wp-block-post-title + .entry-content > *:not(.glowz-section):first-child,
.block-editor-block-preview__content-iframe .is-root-container > .wp-block-post-title + .entry-content > *:not(.glowz-section):first-child {
  margin-top: 0;
}
.wp-site-blocks footer,
.block-editor-block-preview__content-iframe .is-root-container footer {
  margin-top: auto;
}
.block-editor-block-preview__content-iframe body {
  max-height: 100vw;
  min-height: 100vw;
  overflow: hidden;
}
.glowz-section,
.glowz-grid,
.glowz-grid-item,
.glowz-heading,
.glowz-heading-pane {
  box-sizing: border-box;
}
.glowz-section-content.glowz-content-width-normal > * {
  width: 1300px;
  --glowz-content-width: 1300px;
}
.glowz-section-content.glowz-content-width-1of2-normal > * {
  width: 650px;
  --glowz-content-width: 650px;
}
.glowz-section-content.glowz-content-width-1of3-normal > * {
  width: 433.33333333px;
  --glowz-content-width: 433.33333333px;
}
.glowz-section-content.glowz-content-width-2of3-normal > * {
  width: 866.66666667px;
  --glowz-content-width: 866.66666667px;
}
.glowz-section-content.glowz-content-width-1of4-normal > * {
  width: 325px;
  --glowz-content-width: 325px;
}
.glowz-section-content.glowz-content-width-3of4-normal > * {
  width: 975px;
  --glowz-content-width: 975px;
}
.glowz-section-content.glowz-content-width-1of5-normal > * {
  width: 260px;
}
.glowz-section-content.glowz-content-width-2of5-normal > * {
  width: 520px;
  --glowz-content-width: 520px;
}
.glowz-section-content.glowz-content-width-3of5-normal > * {
  width: 780px;
  --glowz-content-width: 780px;
}
.glowz-section-content.glowz-content-width-4of5-normal > * {
  width: 1040px;
  --glowz-content-width: 1040px;
}
.glowz-section-content.glowz-content-width-1of6-normal > * {
  width: 216.66666667px;
}
.glowz-section-content.glowz-content-width-5of6-normal > * {
  width: 1083.33333333px;
  --glowz-content-width: 1083.33333333px;
}
.glowz-def-width-normal {
  width: 1300px !important;
}
.glowz-def-width-1of2-normal {
  width: 650px !important;
}
.glowz-def-width-1of3-normal {
  width: 433.33333333px !important;
}
.glowz-def-width-2of3-normal {
  width: 866.66666667px !important;
}
.glowz-def-width-1of4-normal {
  width: 325px !important;
}
.glowz-def-width-3of4-normal {
  width: 975px !important;
}
.glowz-def-width-1of5-normal {
  width: 260px !important;
}
.glowz-def-width-2of5-normal {
  width: 520px !important;
}
.glowz-def-width-3of5-normal {
  width: 780px !important;
}
.glowz-def-width-4of5-normal {
  width: 1040px !important;
}
.glowz-def-width-1of6-normal {
  width: 216.66666667px !important;
}
.glowz-def-width-5of6-normal {
  width: 1083.33333333px !important;
}
.glowz-section-content.glowz-content-width-wide > * {
  width: 1700px;
  --glowz-content-width: 1700px;
}
.glowz-section-content.glowz-content-width-1of2-wide > * {
  width: 850px;
  --glowz-content-width: 850px;
}
.glowz-section-content.glowz-content-width-1of3-wide > * {
  width: 566.66666667px;
  --glowz-content-width: 566.66666667px;
}
.glowz-section-content.glowz-content-width-2of3-wide > * {
  width: 1133.33333333px;
  --glowz-content-width: 1133.33333333px;
}
.glowz-section-content.glowz-content-width-1of4-wide > * {
  width: 425px;
  --glowz-content-width: 425px;
}
.glowz-section-content.glowz-content-width-3of4-wide > * {
  width: 1275px;
  --glowz-content-width: 1275px;
}
.glowz-section-content.glowz-content-width-1of5-wide > * {
  width: 340px;
}
.glowz-section-content.glowz-content-width-2of5-wide > * {
  width: 680px;
  --glowz-content-width: 680px;
}
.glowz-section-content.glowz-content-width-3of5-wide > * {
  width: 1020px;
  --glowz-content-width: 1020px;
}
.glowz-section-content.glowz-content-width-4of5-wide > * {
  width: 1360px;
  --glowz-content-width: 1360px;
}
.glowz-section-content.glowz-content-width-1of6-wide > * {
  width: 283.33333333px;
}
.glowz-section-content.glowz-content-width-5of6-wide > * {
  width: 1416.66666667px;
  --glowz-content-width: 1416.66666667px;
}
.glowz-def-width-wide {
  width: 1700px !important;
}
.glowz-def-width-1of2-wide {
  width: 850px !important;
}
.glowz-def-width-1of3-wide {
  width: 566.66666667px !important;
}
.glowz-def-width-2of3-wide {
  width: 1133.33333333px !important;
}
.glowz-def-width-1of4-wide {
  width: 425px !important;
}
.glowz-def-width-3of4-wide {
  width: 1275px !important;
}
.glowz-def-width-1of5-wide {
  width: 340px !important;
}
.glowz-def-width-2of5-wide {
  width: 680px !important;
}
.glowz-def-width-3of5-wide {
  width: 1020px !important;
}
.glowz-def-width-4of5-wide {
  width: 1360px !important;
}
.glowz-def-width-1of6-wide {
  width: 283.33333333px !important;
}
.glowz-def-width-5of6-wide {
  width: 1416.66666667px !important;
}
.glowz-section-content.glowz-content-width-narrow > * {
  width: 964px;
  --glowz-content-width: 964px;
}
.glowz-section-content.glowz-content-width-1of2-narrow > * {
  width: 482px;
  --glowz-content-width: 482px;
}
.glowz-section-content.glowz-content-width-1of3-narrow > * {
  width: 321.33333333px;
  --glowz-content-width: 321.33333333px;
}
.glowz-section-content.glowz-content-width-2of3-narrow > * {
  width: 642.66666667px;
  --glowz-content-width: 642.66666667px;
}
.glowz-section-content.glowz-content-width-1of4-narrow > * {
  width: 241px;
  --glowz-content-width: 241px;
}
.glowz-section-content.glowz-content-width-3of4-narrow > * {
  width: 723px;
  --glowz-content-width: 723px;
}
.glowz-section-content.glowz-content-width-1of5-narrow > * {
  width: 192.8px;
}
.glowz-section-content.glowz-content-width-2of5-narrow > * {
  width: 385.6px;
  --glowz-content-width: 385.6px;
}
.glowz-section-content.glowz-content-width-3of5-narrow > * {
  width: 578.4px;
  --glowz-content-width: 578.4px;
}
.glowz-section-content.glowz-content-width-4of5-narrow > * {
  width: 771.2px;
  --glowz-content-width: 771.2px;
}
.glowz-section-content.glowz-content-width-1of6-narrow > * {
  width: 160.66666667px;
}
.glowz-section-content.glowz-content-width-5of6-narrow > * {
  width: 803.33333333px;
  --glowz-content-width: 803.33333333px;
}
.glowz-def-width-narrow {
  width: 964px !important;
}
.glowz-def-width-1of2-narrow {
  width: 482px !important;
}
.glowz-def-width-1of3-narrow {
  width: 321.33333333px !important;
}
.glowz-def-width-2of3-narrow {
  width: 642.66666667px !important;
}
.glowz-def-width-1of4-narrow {
  width: 241px !important;
}
.glowz-def-width-3of4-narrow {
  width: 723px !important;
}
.glowz-def-width-1of5-narrow {
  width: 192.8px !important;
}
.glowz-def-width-2of5-narrow {
  width: 385.6px !important;
}
.glowz-def-width-3of5-narrow {
  width: 578.4px !important;
}
.glowz-def-width-4of5-narrow {
  width: 771.2px !important;
}
.glowz-def-width-1of6-narrow {
  width: 160.66666667px !important;
}
.glowz-def-width-5of6-narrow {
  width: 803.33333333px !important;
}
.glowz-section-content.glowz-content-width-small > * {
  width: 760px;
  --glowz-content-width: 760px;
}
.glowz-section-content.glowz-content-width-1of2-small > * {
  width: 380px;
  --glowz-content-width: 380px;
}
.glowz-section-content.glowz-content-width-1of3-small > * {
  width: 253.33333333px;
  --glowz-content-width: 253.33333333px;
}
.glowz-section-content.glowz-content-width-2of3-small > * {
  width: 506.66666667px;
  --glowz-content-width: 506.66666667px;
}
.glowz-section-content.glowz-content-width-1of4-small > * {
  width: 190px;
  --glowz-content-width: 190px;
}
.glowz-section-content.glowz-content-width-3of4-small > * {
  width: 570px;
  --glowz-content-width: 570px;
}
.glowz-section-content.glowz-content-width-1of5-small > * {
  width: 152px;
}
.glowz-section-content.glowz-content-width-2of5-small > * {
  width: 304px;
  --glowz-content-width: 304px;
}
.glowz-section-content.glowz-content-width-3of5-small > * {
  width: 456px;
  --glowz-content-width: 456px;
}
.glowz-section-content.glowz-content-width-4of5-small > * {
  width: 608px;
  --glowz-content-width: 608px;
}
.glowz-section-content.glowz-content-width-1of6-small > * {
  width: 126.66666667px;
}
.glowz-section-content.glowz-content-width-5of6-small > * {
  width: 633.33333333px;
  --glowz-content-width: 633.33333333px;
}
.glowz-def-width-small {
  width: 760px !important;
}
.glowz-def-width-1of2-small {
  width: 380px !important;
}
.glowz-def-width-1of3-small {
  width: 253.33333333px !important;
}
.glowz-def-width-2of3-small {
  width: 506.66666667px !important;
}
.glowz-def-width-1of4-small {
  width: 190px !important;
}
.glowz-def-width-3of4-small {
  width: 570px !important;
}
.glowz-def-width-1of5-small {
  width: 152px !important;
}
.glowz-def-width-2of5-small {
  width: 304px !important;
}
.glowz-def-width-3of5-small {
  width: 456px !important;
}
.glowz-def-width-4of5-small {
  width: 608px !important;
}
.glowz-def-width-1of6-small {
  width: 126.66666667px !important;
}
.glowz-def-width-5of6-small {
  width: 633.33333333px !important;
}
.glowz-section-content.glowz-content-width-full > * {
  width: 100%;
  --glowz-content-width: 100%;
}
.glowz-section-content.glowz-content-width-1of2-full > * {
  width: 50%;
  --glowz-content-width: 50%;
}
.glowz-section-content.glowz-content-width-1of3-full > * {
  width: 33.33333333%;
  --glowz-content-width: 33.33333333%;
}
.glowz-section-content.glowz-content-width-2of3-full > * {
  width: 66.66666667%;
  --glowz-content-width: 66.66666667%;
}
.glowz-section-content.glowz-content-width-1of4-full > * {
  width: 25%;
  --glowz-content-width: 25%;
}
.glowz-section-content.glowz-content-width-3of4-full > * {
  width: 75%;
  --glowz-content-width: 75%;
}
.glowz-section-content.glowz-content-width-1of5-full > * {
  width: 20%;
}
.glowz-section-content.glowz-content-width-2of5-full > * {
  width: 40%;
  --glowz-content-width: 40%;
}
.glowz-section-content.glowz-content-width-3of5-full > * {
  width: 60%;
  --glowz-content-width: 60%;
}
.glowz-section-content.glowz-content-width-4of5-full > * {
  width: 80%;
  --glowz-content-width: 80%;
}
.glowz-section-content.glowz-content-width-1of6-full > * {
  width: 16.66666667%;
}
.glowz-section-content.glowz-content-width-5of6-full > * {
  width: 83.33333333%;
  --glowz-content-width: 83.33333333%;
}
.glowz-def-width-full {
  width: 100% !important;
}
.glowz-def-width-1of2-full {
  width: 50% !important;
}
.glowz-def-width-1of3-full {
  width: 33.33333333% !important;
}
.glowz-def-width-2of3-full {
  width: 66.66666667% !important;
}
.glowz-def-width-1of4-full {
  width: 25% !important;
}
.glowz-def-width-3of4-full {
  width: 75% !important;
}
.glowz-def-width-1of5-full {
  width: 20% !important;
}
.glowz-def-width-2of5-full {
  width: 40% !important;
}
.glowz-def-width-3of5-full {
  width: 60% !important;
}
.glowz-def-width-4of5-full {
  width: 80% !important;
}
.glowz-def-width-1of6-full {
  width: 16.66666667% !important;
}
.glowz-def-width-5of6-full {
  width: 83.33333333% !important;
}
.glowz-content-width-auto > * {
  width: auto;
}
@media (max-width: 787px) {
  .glowz-set-def-width {
    width: 100% !important;
  }
}
.glowz-def-width-auto {
  max-width: 100% !important;
  width: auto !important;
}
@media (max-width: 991px) {
  .glowz-def-width-auto-medium {
    max-width: 100% !important;
    width: auto !important;
  }
}
@media (max-width: 787px) {
  .glowz-def-width-auto-small {
    max-width: 100% !important;
    width: auto !important;
  }
}
.glowz-def-width-full-minus-small {
  max-width: calc(100% - 2 * 14px) !important;
  width: calc(100% - 2 * 14px) !important;
}
.glowz-def-width-full-minus-double-small {
  max-width: calc(100% - 2 * 2 * 14px) !important;
  width: calc(100% - 2 * 2 * 14px) !important;
}
.glowz-def-width-full-minus-triple-small {
  max-width: calc(100% - 3 * 2 * 14px) !important;
  width: calc(100% - 3 * 2 * 14px) !important;
}
.glowz-def-width-full-minus-big {
  max-width: calc(100% - 2 * 87px) !important;
  width: calc(100% - 2 * 87px) !important;
}
@media (max-width: 991px) {
  .glowz-section-content.glowz-content-width-normal-medium > * {
    width: 1300px;
    --glowz-content-width: 1300px;
  }
  .glowz-section-content.glowz-content-width-1of2-normal-medium > * {
    width: 650px;
    --glowz-content-width: 650px;
  }
  .glowz-section-content.glowz-content-width-1of3-normal-medium > * {
    width: 433.33333333px;
    --glowz-content-width: 433.33333333px;
  }
  .glowz-section-content.glowz-content-width-2of3-normal-medium > * {
    width: 866.66666667px;
    --glowz-content-width: 866.66666667px;
  }
  .glowz-section-content.glowz-content-width-1of4-normal-medium > * {
    width: 325px;
    --glowz-content-width: 325px;
  }
  .glowz-section-content.glowz-content-width-3of4-normal-medium > * {
    width: 975px;
    --glowz-content-width: 975px;
  }
  .glowz-section-content.glowz-content-width-1of5-normal-medium > * {
    width: 260px;
  }
  .glowz-section-content.glowz-content-width-2of5-normal-medium > * {
    width: 520px;
    --glowz-content-width: 520px;
  }
  .glowz-section-content.glowz-content-width-3of5-normal-medium > * {
    width: 780px;
    --glowz-content-width: 780px;
  }
  .glowz-section-content.glowz-content-width-4of5-normal-medium > * {
    width: 1040px;
    --glowz-content-width: 1040px;
  }
  .glowz-section-content.glowz-content-width-1of6-normal-medium > * {
    width: 216.66666667px;
  }
  .glowz-section-content.glowz-content-width-5of6-normal-medium > * {
    width: 1083.33333333px;
    --glowz-content-width: 1083.33333333px;
  }
  .glowz-def-width-normal-medium {
    width: 1300px !important;
  }
  .glowz-def-width-1of2-normal-medium {
    width: 650px !important;
  }
  .glowz-def-width-1of3-normal-medium {
    width: 433.33333333px !important;
  }
  .glowz-def-width-2of3-normal-medium {
    width: 866.66666667px !important;
  }
  .glowz-def-width-1of4-normal-medium {
    width: 325px !important;
  }
  .glowz-def-width-3of4-normal-medium {
    width: 975px !important;
  }
  .glowz-def-width-1of5-normal-medium {
    width: 260px !important;
  }
  .glowz-def-width-2of5-normal-medium {
    width: 520px !important;
  }
  .glowz-def-width-3of5-normal-medium {
    width: 780px !important;
  }
  .glowz-def-width-4of5-normal-medium {
    width: 1040px !important;
  }
  .glowz-def-width-1of6-normal-medium {
    width: 216.66666667px !important;
  }
  .glowz-def-width-5of6-normal-medium {
    width: 1083.33333333px !important;
  }
  .glowz-section-content.glowz-content-width-wide-medium > * {
    width: 1700px;
    --glowz-content-width: 1700px;
  }
  .glowz-section-content.glowz-content-width-1of2-wide-medium > * {
    width: 850px;
    --glowz-content-width: 850px;
  }
  .glowz-section-content.glowz-content-width-1of3-wide-medium > * {
    width: 566.66666667px;
    --glowz-content-width: 566.66666667px;
  }
  .glowz-section-content.glowz-content-width-2of3-wide-medium > * {
    width: 1133.33333333px;
    --glowz-content-width: 1133.33333333px;
  }
  .glowz-section-content.glowz-content-width-1of4-wide-medium > * {
    width: 425px;
    --glowz-content-width: 425px;
  }
  .glowz-section-content.glowz-content-width-3of4-wide-medium > * {
    width: 1275px;
    --glowz-content-width: 1275px;
  }
  .glowz-section-content.glowz-content-width-1of5-wide-medium > * {
    width: 340px;
  }
  .glowz-section-content.glowz-content-width-2of5-wide-medium > * {
    width: 680px;
    --glowz-content-width: 680px;
  }
  .glowz-section-content.glowz-content-width-3of5-wide-medium > * {
    width: 1020px;
    --glowz-content-width: 1020px;
  }
  .glowz-section-content.glowz-content-width-4of5-wide-medium > * {
    width: 1360px;
    --glowz-content-width: 1360px;
  }
  .glowz-section-content.glowz-content-width-1of6-wide-medium > * {
    width: 283.33333333px;
  }
  .glowz-section-content.glowz-content-width-5of6-wide-medium > * {
    width: 1416.66666667px;
    --glowz-content-width: 1416.66666667px;
  }
  .glowz-def-width-wide-medium {
    width: 1700px !important;
  }
  .glowz-def-width-1of2-wide-medium {
    width: 850px !important;
  }
  .glowz-def-width-1of3-wide-medium {
    width: 566.66666667px !important;
  }
  .glowz-def-width-2of3-wide-medium {
    width: 1133.33333333px !important;
  }
  .glowz-def-width-1of4-wide-medium {
    width: 425px !important;
  }
  .glowz-def-width-3of4-wide-medium {
    width: 1275px !important;
  }
  .glowz-def-width-1of5-wide-medium {
    width: 340px !important;
  }
  .glowz-def-width-2of5-wide-medium {
    width: 680px !important;
  }
  .glowz-def-width-3of5-wide-medium {
    width: 1020px !important;
  }
  .glowz-def-width-4of5-wide-medium {
    width: 1360px !important;
  }
  .glowz-def-width-1of6-wide-medium {
    width: 283.33333333px !important;
  }
  .glowz-def-width-5of6-wide-medium {
    width: 1416.66666667px !important;
  }
  .glowz-section-content.glowz-content-width-narrow-medium > * {
    width: 964px;
    --glowz-content-width: 964px;
  }
  .glowz-section-content.glowz-content-width-1of2-narrow-medium > * {
    width: 482px;
    --glowz-content-width: 482px;
  }
  .glowz-section-content.glowz-content-width-1of3-narrow-medium > * {
    width: 321.33333333px;
    --glowz-content-width: 321.33333333px;
  }
  .glowz-section-content.glowz-content-width-2of3-narrow-medium > * {
    width: 642.66666667px;
    --glowz-content-width: 642.66666667px;
  }
  .glowz-section-content.glowz-content-width-1of4-narrow-medium > * {
    width: 241px;
    --glowz-content-width: 241px;
  }
  .glowz-section-content.glowz-content-width-3of4-narrow-medium > * {
    width: 723px;
    --glowz-content-width: 723px;
  }
  .glowz-section-content.glowz-content-width-1of5-narrow-medium > * {
    width: 192.8px;
  }
  .glowz-section-content.glowz-content-width-2of5-narrow-medium > * {
    width: 385.6px;
    --glowz-content-width: 385.6px;
  }
  .glowz-section-content.glowz-content-width-3of5-narrow-medium > * {
    width: 578.4px;
    --glowz-content-width: 578.4px;
  }
  .glowz-section-content.glowz-content-width-4of5-narrow-medium > * {
    width: 771.2px;
    --glowz-content-width: 771.2px;
  }
  .glowz-section-content.glowz-content-width-1of6-narrow-medium > * {
    width: 160.66666667px;
  }
  .glowz-section-content.glowz-content-width-5of6-narrow-medium > * {
    width: 803.33333333px;
    --glowz-content-width: 803.33333333px;
  }
  .glowz-def-width-narrow-medium {
    width: 964px !important;
  }
  .glowz-def-width-1of2-narrow-medium {
    width: 482px !important;
  }
  .glowz-def-width-1of3-narrow-medium {
    width: 321.33333333px !important;
  }
  .glowz-def-width-2of3-narrow-medium {
    width: 642.66666667px !important;
  }
  .glowz-def-width-1of4-narrow-medium {
    width: 241px !important;
  }
  .glowz-def-width-3of4-narrow-medium {
    width: 723px !important;
  }
  .glowz-def-width-1of5-narrow-medium {
    width: 192.8px !important;
  }
  .glowz-def-width-2of5-narrow-medium {
    width: 385.6px !important;
  }
  .glowz-def-width-3of5-narrow-medium {
    width: 578.4px !important;
  }
  .glowz-def-width-4of5-narrow-medium {
    width: 771.2px !important;
  }
  .glowz-def-width-1of6-narrow-medium {
    width: 160.66666667px !important;
  }
  .glowz-def-width-5of6-narrow-medium {
    width: 803.33333333px !important;
  }
  .glowz-section-content.glowz-content-width-full-medium > * {
    width: 100%;
    --glowz-content-width: 100%;
  }
  .glowz-section-content.glowz-content-width-1of2-full-medium > * {
    width: 50%;
    --glowz-content-width: 50%;
  }
  .glowz-section-content.glowz-content-width-1of3-full-medium > * {
    width: 33.33333333%;
    --glowz-content-width: 33.33333333%;
  }
  .glowz-section-content.glowz-content-width-2of3-full-medium > * {
    width: 66.66666667%;
    --glowz-content-width: 66.66666667%;
  }
  .glowz-section-content.glowz-content-width-1of4-full-medium > * {
    width: 25%;
    --glowz-content-width: 25%;
  }
  .glowz-section-content.glowz-content-width-3of4-full-medium > * {
    width: 75%;
    --glowz-content-width: 75%;
  }
  .glowz-section-content.glowz-content-width-1of5-full-medium > * {
    width: 20%;
  }
  .glowz-section-content.glowz-content-width-2of5-full-medium > * {
    width: 40%;
    --glowz-content-width: 40%;
  }
  .glowz-section-content.glowz-content-width-3of5-full-medium > * {
    width: 60%;
    --glowz-content-width: 60%;
  }
  .glowz-section-content.glowz-content-width-4of5-full-medium > * {
    width: 80%;
    --glowz-content-width: 80%;
  }
  .glowz-section-content.glowz-content-width-1of6-full-medium > * {
    width: 16.66666667%;
  }
  .glowz-section-content.glowz-content-width-5of6-full-medium > * {
    width: 83.33333333%;
    --glowz-content-width: 83.33333333%;
  }
  .glowz-def-width-full-medium {
    width: 100% !important;
  }
  .glowz-def-width-1of2-full-medium {
    width: 50% !important;
  }
  .glowz-def-width-1of3-full-medium {
    width: 33.33333333% !important;
  }
  .glowz-def-width-2of3-full-medium {
    width: 66.66666667% !important;
  }
  .glowz-def-width-1of4-full-medium {
    width: 25% !important;
  }
  .glowz-def-width-3of4-full-medium {
    width: 75% !important;
  }
  .glowz-def-width-1of5-full-medium {
    width: 20% !important;
  }
  .glowz-def-width-2of5-full-medium {
    width: 40% !important;
  }
  .glowz-def-width-3of5-full-medium {
    width: 60% !important;
  }
  .glowz-def-width-4of5-full-medium {
    width: 80% !important;
  }
  .glowz-def-width-1of6-full-medium {
    width: 16.66666667% !important;
  }
  .glowz-def-width-5of6-full-medium {
    width: 83.33333333% !important;
  }
}
@media (max-width: 787px) {
  .glowz-set-def-width-medium {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 991px) {
  .glowz-def-width-full-minus-small-medium {
    max-width: calc(100% - 2 * 14px) !important;
    width: calc(100% - 2 * 14px) !important;
  }
  .glowz-def-width-full-minus-double-small-medium {
    max-width: calc(100% - 2 * 2 * 14px) !important;
    width: calc(100% - 2 * 2 * 14px) !important;
  }
  .glowz-def-width-full-minus-triple-small-medium {
    max-width: calc(100% - 3 * 2 * 14px) !important;
    width: calc(100% - 3 * 2 * 14px) !important;
  }
  .glowz-def-width-full-minus-big-medium {
    max-width: calc(100% - 2 * 87px) !important;
    width: calc(100% - 2 * 87px) !important;
  }
}
@media (max-width: 787px) {
  .glowz-section-content.glowz-content-width-normal-small > * {
    width: 1300px;
    --glowz-content-width: 1300px;
  }
  .glowz-section-content.glowz-content-width-1of2-normal-small > * {
    width: 650px;
    --glowz-content-width: 650px;
  }
  .glowz-section-content.glowz-content-width-1of3-normal-small > * {
    width: 433.33333333px;
    --glowz-content-width: 433.33333333px;
  }
  .glowz-section-content.glowz-content-width-2of3-normal-small > * {
    width: 866.66666667px;
    --glowz-content-width: 866.66666667px;
  }
  .glowz-section-content.glowz-content-width-1of4-normal-small > * {
    width: 325px;
    --glowz-content-width: 325px;
  }
  .glowz-section-content.glowz-content-width-3of4-normal-small > * {
    width: 975px;
    --glowz-content-width: 975px;
  }
  .glowz-section-content.glowz-content-width-1of5-normal-small > * {
    width: 260px;
  }
  .glowz-section-content.glowz-content-width-2of5-normal-small > * {
    width: 520px;
    --glowz-content-width: 520px;
  }
  .glowz-section-content.glowz-content-width-3of5-normal-small > * {
    width: 780px;
    --glowz-content-width: 780px;
  }
  .glowz-section-content.glowz-content-width-4of5-normal-small > * {
    width: 1040px;
    --glowz-content-width: 1040px;
  }
  .glowz-section-content.glowz-content-width-1of6-normal-small > * {
    width: 216.66666667px;
  }
  .glowz-section-content.glowz-content-width-5of6-normal-small > * {
    width: 1083.33333333px;
    --glowz-content-width: 1083.33333333px;
  }
  .glowz-def-width-normal-small {
    width: 1300px !important;
  }
  .glowz-def-width-1of2-normal-small {
    width: 650px !important;
  }
  .glowz-def-width-1of3-normal-small {
    width: 433.33333333px !important;
  }
  .glowz-def-width-2of3-normal-small {
    width: 866.66666667px !important;
  }
  .glowz-def-width-1of4-normal-small {
    width: 325px !important;
  }
  .glowz-def-width-3of4-normal-small {
    width: 975px !important;
  }
  .glowz-def-width-1of5-normal-small {
    width: 260px !important;
  }
  .glowz-def-width-2of5-normal-small {
    width: 520px !important;
  }
  .glowz-def-width-3of5-normal-small {
    width: 780px !important;
  }
  .glowz-def-width-4of5-normal-small {
    width: 1040px !important;
  }
  .glowz-def-width-1of6-normal-small {
    width: 216.66666667px !important;
  }
  .glowz-def-width-5of6-normal-small {
    width: 1083.33333333px !important;
  }
  .glowz-section-content.glowz-content-width-wide-small > * {
    width: 1700px;
    --glowz-content-width: 1700px;
  }
  .glowz-section-content.glowz-content-width-1of2-wide-small > * {
    width: 850px;
    --glowz-content-width: 850px;
  }
  .glowz-section-content.glowz-content-width-1of3-wide-small > * {
    width: 566.66666667px;
    --glowz-content-width: 566.66666667px;
  }
  .glowz-section-content.glowz-content-width-2of3-wide-small > * {
    width: 1133.33333333px;
    --glowz-content-width: 1133.33333333px;
  }
  .glowz-section-content.glowz-content-width-1of4-wide-small > * {
    width: 425px;
    --glowz-content-width: 425px;
  }
  .glowz-section-content.glowz-content-width-3of4-wide-small > * {
    width: 1275px;
    --glowz-content-width: 1275px;
  }
  .glowz-section-content.glowz-content-width-1of5-wide-small > * {
    width: 340px;
  }
  .glowz-section-content.glowz-content-width-2of5-wide-small > * {
    width: 680px;
    --glowz-content-width: 680px;
  }
  .glowz-section-content.glowz-content-width-3of5-wide-small > * {
    width: 1020px;
    --glowz-content-width: 1020px;
  }
  .glowz-section-content.glowz-content-width-4of5-wide-small > * {
    width: 1360px;
    --glowz-content-width: 1360px;
  }
  .glowz-section-content.glowz-content-width-1of6-wide-small > * {
    width: 283.33333333px;
  }
  .glowz-section-content.glowz-content-width-5of6-wide-small > * {
    width: 1416.66666667px;
    --glowz-content-width: 1416.66666667px;
  }
  .glowz-def-width-wide-small {
    width: 1700px !important;
  }
  .glowz-def-width-1of2-wide-small {
    width: 850px !important;
  }
  .glowz-def-width-1of3-wide-small {
    width: 566.66666667px !important;
  }
  .glowz-def-width-2of3-wide-small {
    width: 1133.33333333px !important;
  }
  .glowz-def-width-1of4-wide-small {
    width: 425px !important;
  }
  .glowz-def-width-3of4-wide-small {
    width: 1275px !important;
  }
  .glowz-def-width-1of5-wide-small {
    width: 340px !important;
  }
  .glowz-def-width-2of5-wide-small {
    width: 680px !important;
  }
  .glowz-def-width-3of5-wide-small {
    width: 1020px !important;
  }
  .glowz-def-width-4of5-wide-small {
    width: 1360px !important;
  }
  .glowz-def-width-1of6-wide-small {
    width: 283.33333333px !important;
  }
  .glowz-def-width-5of6-wide-small {
    width: 1416.66666667px !important;
  }
  .glowz-section-content.glowz-content-width-narrow-small > * {
    width: 964px;
    --glowz-content-width: 964px;
  }
  .glowz-section-content.glowz-content-width-1of2-narrow-small > * {
    width: 482px;
    --glowz-content-width: 482px;
  }
  .glowz-section-content.glowz-content-width-1of3-narrow-small > * {
    width: 321.33333333px;
    --glowz-content-width: 321.33333333px;
  }
  .glowz-section-content.glowz-content-width-2of3-narrow-small > * {
    width: 642.66666667px;
    --glowz-content-width: 642.66666667px;
  }
  .glowz-section-content.glowz-content-width-1of4-narrow-small > * {
    width: 241px;
    --glowz-content-width: 241px;
  }
  .glowz-section-content.glowz-content-width-3of4-narrow-small > * {
    width: 723px;
    --glowz-content-width: 723px;
  }
  .glowz-section-content.glowz-content-width-1of5-narrow-small > * {
    width: 192.8px;
  }
  .glowz-section-content.glowz-content-width-2of5-narrow-small > * {
    width: 385.6px;
    --glowz-content-width: 385.6px;
  }
  .glowz-section-content.glowz-content-width-3of5-narrow-small > * {
    width: 578.4px;
    --glowz-content-width: 578.4px;
  }
  .glowz-section-content.glowz-content-width-4of5-narrow-small > * {
    width: 771.2px;
    --glowz-content-width: 771.2px;
  }
  .glowz-section-content.glowz-content-width-1of6-narrow-small > * {
    width: 160.66666667px;
  }
  .glowz-section-content.glowz-content-width-5of6-narrow-small > * {
    width: 803.33333333px;
    --glowz-content-width: 803.33333333px;
  }
  .glowz-def-width-narrow-small {
    width: 964px !important;
  }
  .glowz-def-width-1of2-narrow-small {
    width: 482px !important;
  }
  .glowz-def-width-1of3-narrow-small {
    width: 321.33333333px !important;
  }
  .glowz-def-width-2of3-narrow-small {
    width: 642.66666667px !important;
  }
  .glowz-def-width-1of4-narrow-small {
    width: 241px !important;
  }
  .glowz-def-width-3of4-narrow-small {
    width: 723px !important;
  }
  .glowz-def-width-1of5-narrow-small {
    width: 192.8px !important;
  }
  .glowz-def-width-2of5-narrow-small {
    width: 385.6px !important;
  }
  .glowz-def-width-3of5-narrow-small {
    width: 578.4px !important;
  }
  .glowz-def-width-4of5-narrow-small {
    width: 771.2px !important;
  }
  .glowz-def-width-1of6-narrow-small {
    width: 160.66666667px !important;
  }
  .glowz-def-width-5of6-narrow-small {
    width: 803.33333333px !important;
  }
  .glowz-section-content.glowz-content-width-full-small > * {
    width: 100%;
    --glowz-content-width: 100%;
  }
  .glowz-section-content.glowz-content-width-1of2-full-small > * {
    width: 50%;
    --glowz-content-width: 50%;
  }
  .glowz-section-content.glowz-content-width-1of3-full-small > * {
    width: 33.33333333%;
    --glowz-content-width: 33.33333333%;
  }
  .glowz-section-content.glowz-content-width-2of3-full-small > * {
    width: 66.66666667%;
    --glowz-content-width: 66.66666667%;
  }
  .glowz-section-content.glowz-content-width-1of4-full-small > * {
    width: 25%;
    --glowz-content-width: 25%;
  }
  .glowz-section-content.glowz-content-width-3of4-full-small > * {
    width: 75%;
    --glowz-content-width: 75%;
  }
  .glowz-section-content.glowz-content-width-1of5-full-small > * {
    width: 20%;
  }
  .glowz-section-content.glowz-content-width-2of5-full-small > * {
    width: 40%;
    --glowz-content-width: 40%;
  }
  .glowz-section-content.glowz-content-width-3of5-full-small > * {
    width: 60%;
    --glowz-content-width: 60%;
  }
  .glowz-section-content.glowz-content-width-4of5-full-small > * {
    width: 80%;
    --glowz-content-width: 80%;
  }
  .glowz-section-content.glowz-content-width-1of6-full-small > * {
    width: 16.66666667%;
  }
  .glowz-section-content.glowz-content-width-5of6-full-small > * {
    width: 83.33333333%;
    --glowz-content-width: 83.33333333%;
  }
  .glowz-def-width-full-small {
    width: 100% !important;
  }
  .glowz-def-width-1of2-full-small {
    width: 50% !important;
  }
  .glowz-def-width-1of3-full-small {
    width: 33.33333333% !important;
  }
  .glowz-def-width-2of3-full-small {
    width: 66.66666667% !important;
  }
  .glowz-def-width-1of4-full-small {
    width: 25% !important;
  }
  .glowz-def-width-3of4-full-small {
    width: 75% !important;
  }
  .glowz-def-width-1of5-full-small {
    width: 20% !important;
  }
  .glowz-def-width-2of5-full-small {
    width: 40% !important;
  }
  .glowz-def-width-3of5-full-small {
    width: 60% !important;
  }
  .glowz-def-width-4of5-full-small {
    width: 80% !important;
  }
  .glowz-def-width-1of6-full-small {
    width: 16.66666667% !important;
  }
  .glowz-def-width-5of6-full-small {
    width: 83.33333333% !important;
  }
  .glowz-def-width-full-minus-small-small {
    max-width: calc(100% - 2 * 14px) !important;
    width: calc(100% - 2 * 14px) !important;
  }
  .glowz-def-width-full-minus-double-small-small {
    max-width: calc(100% - 2 * 2 * 14px) !important;
    width: calc(100% - 2 * 2 * 14px) !important;
  }
  .glowz-def-width-full-minus-triple-small-small {
    max-width: calc(100% - 3 * 2 * 14px) !important;
    width: calc(100% - 3 * 2 * 14px) !important;
  }
  .glowz-def-width-full-minus-big-small {
    max-width: calc(100% - 2 * 87px) !important;
    width: calc(100% - 2 * 87px) !important;
  }
}
.glowz-hidden-item {
  visibility: hidden;
}
@media (max-width: 991px) {
  .glowz-hide-on-medium:not(.glowz-is-editor),
  .block-editor-block-preview__content-iframe .glowz-hide-on-medium {
    display: none !important;
  }
}
@media (max-width: 787px) {
  .glowz-hide-on-small:not(.glowz-is-editor),
  .block-editor-block-preview__content-iframe .glowz-hide-on-small {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .glowz-hide-on-no-medium:not(.glowz-is-editor),
  .block-editor-block-preview__content-iframe .glowz-hide-on-no-medium {
    display: none !important;
  }
}
@media (min-width: 788px) {
  .glowz-hide-on-no-small:not(.glowz-is-editor),
  .block-editor-block-preview__content-iframe .glowz-hide-on-no-small {
    display: none !important;
  }
}
.x40-hide-ab {
  --wp-admin--admin-bar--height: 0px;
}
.glowz-def-height-full {
  min-height: var(--glowz-full-height);
}
.glowz-def-height-half {
  min-height: calc((100vh - var(--wp-admin--admin-bar--height, 0px))/2);
}
.glowz-def-height-third {
  min-height: calc((100vh - var(--wp-admin--admin-bar--height, 0px))/3);
}
.glowz-def-height-fourth {
  min-height: calc((100vh - var(--wp-admin--admin-bar--height, 0px))/4);
}
.glowz-section-media-image {
  cursor: pointer;
}
.glowz-anchor {
  text-decoration: none !important;
}
.glowz-editor-placeholder {
  text-align: center !important;
  color: var(--glowz-page-hd) !important;
  fill: currentColor;
  background-color: var(--glowz-page-bg) !important;
  font-weight: 400 !important;
  padding: 7px !important;
}
.wp-block-post-date a,
.wp-block-post-author-name a,
.wp-block-post-terms a,
.wp-block-latest-posts a,
.breadcrumbs a,
.product_meta a,
.wc-block-product-categories-list-item a,
.wc-layered-nav-term a {
  text-decoration: none !important;
  border: none !important;
  position: relative;
  display: inline-block;
}
.wp-block-post-date a:after,
.wp-block-post-author-name a:after,
.wp-block-post-terms a:after,
.wp-block-latest-posts a:after,
.breadcrumbs a:after,
.product_meta a:after,
.wc-block-product-categories-list-item a:after,
.wc-layered-nav-term a:after {
  content: '';
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  border-bottom: 3px solid;
  box-sizing: content-box;
}
.android-browser-4_3minus .wp-block-post-date a:after,
.android-browser-4_3minus .wp-block-post-author-name a:after,
.android-browser-4_3minus .wp-block-post-terms a:after,
.android-browser-4_3minus .wp-block-latest-posts a:after,
.android-browser-4_3minus .breadcrumbs a:after,
.android-browser-4_3minus .product_meta a:after,
.android-browser-4_3minus .wc-block-product-categories-list-item a:after,
.android-browser-4_3minus .wc-layered-nav-term a:after {
  transition: none;
  -webkit-transition: none;
}
.wp-block-post-date a:hover,
.wp-block-post-author-name a:hover,
.wp-block-post-terms a:hover,
.wp-block-latest-posts a:hover,
.breadcrumbs a:hover,
.product_meta a:hover,
.wc-block-product-categories-list-item a:hover,
.wc-layered-nav-term a:hover,
.wp-block-post-date a:focus,
.wp-block-post-author-name a:focus,
.wp-block-post-terms a:focus,
.wp-block-latest-posts a:focus,
.breadcrumbs a:focus,
.product_meta a:focus,
.wc-block-product-categories-list-item a:focus,
.wc-layered-nav-term a:focus {
  text-decoration: none;
}
.wp-block-post-date a:hover:after,
.wp-block-post-author-name a:hover:after,
.wp-block-post-terms a:hover:after,
.wp-block-latest-posts a:hover:after,
.breadcrumbs a:hover:after,
.product_meta a:hover:after,
.wc-block-product-categories-list-item a:hover:after,
.wc-layered-nav-term a:hover:after,
.wp-block-post-date a:focus:after,
.wp-block-post-author-name a:focus:after,
.wp-block-post-terms a:focus:after,
.wp-block-latest-posts a:focus:after,
.breadcrumbs a:focus:after,
.product_meta a:focus:after,
.wc-block-product-categories-list-item a:focus:after,
.wc-layered-nav-term a:focus:after {
  width: 100% !important;
}
.wp-block-post-date a:active,
.wp-block-post-author-name a:active,
.wp-block-post-terms a:active,
.wp-block-latest-posts a:active,
.breadcrumbs a:active,
.product_meta a:active,
.wc-block-product-categories-list-item a:active,
.wc-layered-nav-term a:active,
.wp-block-post-date a:visited,
.wp-block-post-author-name a:visited,
.wp-block-post-terms a:visited,
.wp-block-latest-posts a:visited,
.breadcrumbs a:visited,
.product_meta a:visited,
.wc-block-product-categories-list-item a:visited,
.wc-layered-nav-term a:visited,
.wp-block-post-date a:focus,
.wp-block-post-author-name a:focus,
.wp-block-post-terms a:focus,
.wp-block-latest-posts a:focus,
.breadcrumbs a:focus,
.product_meta a:focus,
.wc-block-product-categories-list-item a:focus,
.wc-layered-nav-term a:focus {
  text-decoration: none;
}
.wp-block-post-date a.glowz-no-decorate:after,
.wp-block-post-author-name a.glowz-no-decorate:after,
.wp-block-post-terms a.glowz-no-decorate:after,
.wp-block-latest-posts a.glowz-no-decorate:after,
.breadcrumbs a.glowz-no-decorate:after,
.product_meta a.glowz-no-decorate:after,
.wc-block-product-categories-list-item a.glowz-no-decorate:after,
.wc-layered-nav-term a.glowz-no-decorate:after {
  content: none;
  width: auto;
  height: auto;
}
.wp-block-post-date a,
.wp-block-post-author-name a,
.wp-block-post-terms a,
.wp-block-latest-posts a,
.breadcrumbs a,
.product_meta a,
.wc-block-product-categories-list-item a,
.wc-layered-nav-term a,
.wp-block-post-date a:hover,
.wp-block-post-author-name a:hover,
.wp-block-post-terms a:hover,
.wp-block-latest-posts a:hover,
.breadcrumbs a:hover,
.product_meta a:hover,
.wc-block-product-categories-list-item a:hover,
.wc-layered-nav-term a:hover,
.wp-block-post-date a:visited,
.wp-block-post-author-name a:visited,
.wp-block-post-terms a:visited,
.wp-block-latest-posts a:visited,
.breadcrumbs a:visited,
.product_meta a:visited,
.wc-block-product-categories-list-item a:visited,
.wc-layered-nav-term a:visited,
.wp-block-post-date a:focus,
.wp-block-post-author-name a:focus,
.wp-block-post-terms a:focus,
.wp-block-latest-posts a:focus,
.breadcrumbs a:focus,
.product_meta a:focus,
.wc-block-product-categories-list-item a:focus,
.wc-layered-nav-term a:focus,
.wp-block-post-date a:active,
.wp-block-post-author-name a:active,
.wp-block-post-terms a:active,
.wp-block-latest-posts a:active,
.breadcrumbs a:active,
.product_meta a:active,
.wc-block-product-categories-list-item a:active,
.wc-layered-nav-term a:active {
  border-bottom: 0px;
}
.glowz-grid-filters a:not(.glowz-active) {
  text-decoration: none !important;
  border: none !important;
  position: relative;
  display: inline-block;
}
.glowz-grid-filters a:not(.glowz-active):after {
  content: '';
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  border-bottom: 3px solid;
  box-sizing: content-box;
}
.android-browser-4_3minus .glowz-grid-filters a:not(.glowz-active):after {
  transition: none;
  -webkit-transition: none;
}
.glowz-grid-filters a:not(.glowz-active):hover,
.glowz-grid-filters a:not(.glowz-active):focus {
  text-decoration: none;
}
.glowz-grid-filters a:not(.glowz-active):hover:after,
.glowz-grid-filters a:not(.glowz-active):focus:after {
  width: 100% !important;
}
.glowz-grid-filters a:not(.glowz-active):active,
.glowz-grid-filters a:not(.glowz-active):visited,
.glowz-grid-filters a:not(.glowz-active):focus {
  text-decoration: none;
}
.glowz-grid-filters a:not(.glowz-active).glowz-no-decorate:after {
  content: none;
  width: auto;
  height: auto;
}
.glowz-grid-filters a:not(.glowz-active),
.glowz-grid-filters a:not(.glowz-active):hover,
.glowz-grid-filters a:not(.glowz-active):visited,
.glowz-grid-filters a:not(.glowz-active):focus,
.glowz-grid-filters a:not(.glowz-active):active {
  border-bottom: 0px;
}
.pagination a,
.wp-calendar-table a,
.woocommerce-breadcrumb a,
.tagcloud a {
  text-decoration: underline;
  text-shadow: none;
  border-bottom: none;
}
.pagination a:after,
.wp-calendar-table a:after,
.woocommerce-breadcrumb a:after,
.tagcloud a:after {
  content: none;
}
.menu-item-has-children > a:hover:after {
  width: 0%;
}
:root {
  --glowz-fixeds-size: 73px;
  --glowz-big-side-gap: 87px;
  --glowz-small-side-gap: 14px;
  --glowz-big-tb-gap: 87px;
  --glowz-small-tb-gap: 14px;
}
.glowz-responsive-gaps {
  --glowz-big-side-gap: max(min( 87px ,  calc((100vw - var(--glowz-resp-delta)) * 0.06692308) ),  45.64314248px );
  --glowz-small-side-gap: max(min( 14px ,  calc((100vw - var(--glowz-resp-delta)) * 0.01076923) ),  7.3448735px );
  --glowz-big-tb-gap: max(min( 87px ,  calc((100vw - var(--glowz-resp-delta)) * 0.06692308) ),  45.64314248px );
  --glowz-small-tb-gap: max(min( 14px ,  calc((100vw - var(--glowz-resp-delta)) * 0.01076923) ),  7.3448735px );
}
.glowz-fixed-left > .glowz-section-content,
.glowz-fixed-right > .glowz-section-content,
.glowz-fixed-medium-left > .glowz-section-content,
.glowz-fixed-medium-right > .glowz-section-content,
.glowz-fixed-small-left > .glowz-section-content,
.glowz-fixed-small-right > .glowz-section-content {
  min-height: var(--glowz-fixeds-size);
}
.glowz-fixed-top > .glowz-section-content,
.glowz-fixed-bottom > .glowz-section-content,
.glowz-fixed-medium-top > .glowz-section-content,
.glowz-fixed-medium-bottom > .glowz-section-content,
.glowz-fixed-small-top > .glowz-section-content,
.glowz-fixed-small-bottom > .glowz-section-content {
  min-height: var(--glowz-fixeds-size);
}
.glowz-fixed-left-h,
.glowz-fixed-right-h,
.glowz-fixed-medium-left-h,
.glowz-fixed-medium-right-h,
.glowz-fixed-small-left-h,
.glowz-fixed-small-right-h {
  width: var(--glowz-fixeds-size);
}
.glowz-fixed-left-h .glowz-section-content > *,
.glowz-fixed-right-h .glowz-section-content > *,
.glowz-fixed-medium-left-h .glowz-section-content > *,
.glowz-fixed-medium-right-h .glowz-section-content > *,
.glowz-fixed-small-left-h .glowz-section-content > *,
.glowz-fixed-small-right-h .glowz-section-content > * {
  max-width: 100% !important;
}
.wp-site-blocks > *:not(.glowz-section):not(.wp-block-template-part):not(.wp-block-group):not(.entry-content),
.is-root-container > *:not(.glowz-section):not(.wp-block-template-part):not(.wp-block-group):not(.entry-content),
.glowz-section-content > *:not(.glowz-section):not(.wp-block-template-part):not(.wp-block-group):not(.entry-content),
.entry-content > *:not(.glowz-section):not(.wp-block-template-part):not(.wp-block-group):not(.entry-content) {
  max-width: calc(100% - 2 * var(--glowz-small-side-gap));
  width: var(--glowz-content-width, 1300px);
  margin-left: auto;
  margin-right: auto;
}
.wp-site-blocks > .wp-block-group,
.is-root-container > .wp-block-group,
.glowz-section-content > .wp-block-group,
.entry-content > .wp-block-group {
  max-width: 100%;
}
.wp-site-blocks > .wp-block-template-part > *:not(.glowz-section):not(.wp-block-template-part):not(.wp-block-group) {
  max-width: calc(100% - 2 * var(--glowz-small-side-gap) - 2 * var(--glowz-side-padding-for-fixed));
  width: var(--glowz-content-width, 1300px);
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group:not(.is-layout-flex) > *:not(.glowz-section):not(.wp-block-template-part):not(.wp-block-group) {
  max-width: calc(100% - 2 * var(--glowz-small-side-gap));
  margin-left: auto;
  margin-right: auto;
}
:not(.glowz-section):not(.wp-block-template-part):not(.wp-block-group) > .wp-block-group:not(.is-layout-flex) > *:not(.glowz-section):not(.wp-block-template-part):not(.wp-block-group) {
  max-width: 100%;
}
.wp-block-group:not(.is-layout-flex) > .wp-block-group {
  max-width: 100%;
}
.wp-block-query .glowz-section-content:not(:has(>*)) {
  padding-left: var(--glowz-small-side-gap);
  padding-right: var(--glowz-small-side-gap);
}
.glowz-fixed-left .glowz-section-content > *:not(.glowz-section):not(.wp-block-template-part):not(.entry-content),
.glowz-fixed-right .glowz-section-content > *:not(.glowz-section):not(.wp-block-template-part):not(.entry-content) {
  width: 100%;
}
@media (max-width: 991px) {
  .glowz-fixed-medium-left .glowz-section-content > *:not(.glowz-section):not(.wp-block-template-part):not(.entry-content),
  .glowz-fixed-medium-right .glowz-section-content > *:not(.glowz-section):not(.wp-block-template-part):not(.entry-content) {
    width: 100%;
  }
}
@media (max-width: 787px) {
  .glowz-fixed-small-left .glowz-section-content > *:not(.glowz-section):not(.wp-block-template-part):not(.entry-content),
  .glowz-fixed-small-right .glowz-section-content > *:not(.glowz-section):not(.wp-block-template-part):not(.entry-content) {
    width: 100%;
  }
}
.glowz-section-content.glowz-direction-row > *:not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.wp-block-spacer),
.glowz-section-content.glowz-direction-row-reverse > *:not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.wp-block-spacer) {
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.entry-content,
.wp-block-template-part {
  max-width: 100%;
  width: 100%;
}
:where(.glowz-section-content) {
  padding-top: var(--glowz-big-tb-gap);
  padding-bottom: var(--glowz-big-tb-gap);
}
:where(.glowz-section-content .glowz-section-content),
:where(:not(.wp-site-blocks, .is-root-container, .wp-block-template-part, .entry-content) > .glowz-section > .glowz-section-content) {
  padding-top: 14px;
  padding-bottom: 14px;
}
:where(.glowz-grid, .glowz-fixed-left, .glowz-fixed-right, .glowz-fixed-left-h, .glowz-fixed-right-h, .glowz-fixed-top, .glowz-fixed-bottom, .glowz-fixed-medium-left, .glowz-fixed-medium-right, .glowz-fixed-medium-left-h, .glowz-fixed-medium-right-h, .glowz-fixed-medium-top, .glowz-fixed-medium-bottom, .glowz-fixed-small-left, .glowz-fixed-small-right, .glowz-fixed-small-left-h, .glowz-fixed-small-right-h, .glowz-fixed-small-top, .glowz-fixed-small-bottom) :where( .glowz-section-content) {
  padding-top: 0;
  padding-bottom: 0;
}
.wp-site-blocks > *:not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.glowz-editor-placeholder):first-child,
.is-root-container > *:not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.glowz-editor-placeholder):first-child {
  margin-top: var(--glowz-big-tb-gap);
}
.wp-site-blocks > *:not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.glowz-editor-placeholder):last-child,
.is-root-container > *:not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.glowz-editor-placeholder):last-child {
  margin-bottom: var(--glowz-big-tb-gap);
}
.wp-site-blocks > .entry-content > *:not(.glowz-section):not(.wp-block-template-part):not(.glowz-editor-placeholder):first-child,
.block-editor-block-preview__content-iframe .is-root-container > .entry-content > *:not(.glowz-section):not(.wp-block-template-part):not(.glowz-editor-placeholder):first-child {
  margin-top: var(--glowz-big-tb-gap);
}
.wp-site-blocks > .entry-content > *:not(.glowz-section):not(.wp-block-template-part):not(.glowz-editor-placeholder):last-child,
.block-editor-block-preview__content-iframe .is-root-container > .entry-content > *:not(.glowz-section):not(.wp-block-template-part):not(.glowz-editor-placeholder):last-child {
  margin-bottom: var(--glowz-big-tb-gap);
}
.wp-site-blocks > :not(.wp-block-template-part, .glowz-editor-placeholder) ~ .entry-content > *:not(.glowz-section):not(.wp-block-template-part):not(.glowz-editor-placeholder):first-child,
.block-editor-block-preview__content-iframe .is-root-container > :not(.wp-block-template-part, .glowz-editor-placeholder) ~ .entry-content > *:not(.glowz-section):not(.wp-block-template-part):not(.glowz-editor-placeholder):first-child {
  margin-top: var(--glowz-small-tb-gap);
}
.wp-site-blocks > :not(.wp-block-template-part, .glowz-editor-placeholder) ~ .entry-content > *:not(.glowz-section):not(.wp-block-template-part):not(.glowz-editor-placeholder):last-child,
.block-editor-block-preview__content-iframe .is-root-container > :not(.wp-block-template-part, .glowz-editor-placeholder) ~ .entry-content > *:not(.glowz-section):not(.wp-block-template-part):not(.glowz-editor-placeholder):last-child {
  margin-bottom: var(--glowz-small-tb-gap);
}
.wp-site-blocks:has(.glowz-fixed-left, .glowz-fixed-right) > :not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.glowz-editor-placeholder):not(.wp-block-group),
.block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-left, .glowz-fixed-right) > :not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.glowz-editor-placeholder):not(.wp-block-group),
.wp-site-blocks:has(.glowz-fixed-left, .glowz-fixed-right) > .wp-block-template-part > :not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.glowz-editor-placeholder):not(.wp-block-group),
.block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-left, .glowz-fixed-right) > .wp-block-template-part > :not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.glowz-editor-placeholder):not(.wp-block-group),
.wp-site-blocks:has(.glowz-fixed-left, .glowz-fixed-right) > .entry-content > :not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.glowz-editor-placeholder):not(.wp-block-group),
.block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-left, .glowz-fixed-right) > .entry-content > :not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.glowz-editor-placeholder):not(.wp-block-group) {
  max-width: calc(100% - 2 * var(--glowz-side-padding-for-fixed) - 2 * var(--glowz-small-side-gap));
}
@media (max-width: 991px) {
  .wp-site-blocks:has(.glowz-fixed-medium-left, .glowz-fixed-medium-right) > :not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.glowz-editor-placeholder):not(.wp-block-group),
  .block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-medium-left, .glowz-fixed-medium-right) > :not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.glowz-editor-placeholder):not(.wp-block-group),
  .wp-site-blocks:has(.glowz-fixed-medium-left, .glowz-fixed-medium-right) > .wp-block-template-part > :not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.glowz-editor-placeholder):not(.wp-block-group),
  .block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-medium-left, .glowz-fixed-medium-right) > .wp-block-template-part > :not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.glowz-editor-placeholder):not(.wp-block-group),
  .wp-site-blocks:has(.glowz-fixed-medium-left, .glowz-fixed-medium-right) > .entry-content > :not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.glowz-editor-placeholder):not(.wp-block-group),
  .block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-medium-left, .glowz-fixed-medium-right) > .entry-content > :not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.glowz-editor-placeholder):not(.wp-block-group) {
    max-width: calc(100% - 2 * var(--glowz-side-padding-for-fixed) - 2 * var(--glowz-small-side-gap));
  }
}
@media (max-width: 787px) {
  .wp-site-blocks:has(.glowz-fixed-small-left, .glowz-fixed-small-right) > :not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.glowz-editor-placeholder):not(.wp-block-group),
  .block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-small-left, .glowz-fixed-small-right) > :not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.glowz-editor-placeholder):not(.wp-block-group),
  .wp-site-blocks:has(.glowz-fixed-small-left, .glowz-fixed-small-right) > .wp-block-template-part > :not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.glowz-editor-placeholder):not(.wp-block-group),
  .block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-small-left, .glowz-fixed-small-right) > .wp-block-template-part > :not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.glowz-editor-placeholder):not(.wp-block-group),
  .wp-site-blocks:has(.glowz-fixed-small-left, .glowz-fixed-small-right) > .entry-content > :not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.glowz-editor-placeholder):not(.wp-block-group),
  .block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-small-left, .glowz-fixed-small-right) > .entry-content > :not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.glowz-editor-placeholder):not(.wp-block-group) {
    max-width: calc(100% - 2 * var(--glowz-side-padding-for-fixed) - 2 * var(--glowz-small-side-gap));
  }
}
:where(.glowz-theme .glowz-section-content, .block-editor-block-preview__content-iframe .glowz-section-content) {
  padding-left: var(--glowz-side-padding-for-fixed, 0);
  padding-right: var(--glowz-side-padding-for-fixed, 0);
}
:where(.glowz-fixed-small, .glowz-fixed-medium, .glowz-fixed) > :where(.glowz-section-content) {
  padding-left: 14px;
  padding-right: 14px;
}
.block-editor-block-preview__content-iframe .glowz-editor-placeholder {
  display: none;
}
.wp-site-blocks:has(.glowz-fixed-left, .glowz-fixed-right),
.block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-left, .glowz-fixed-right) {
  --glowz-side-padding-for-fixed: var(--glowz-big-side-gap);
}
.wp-site-blocks:has(.glowz-fixed-left, .glowz-fixed-right) .glowz-section:not(.glowz-set-left-gap, .glowz-set-right-gap) > .glowz-section-content > *,
.block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-left, .glowz-fixed-right) .glowz-section:not(.glowz-set-left-gap, .glowz-set-right-gap) > .glowz-section-content > * {
  --glowz-side-padding-for-fixed: 0px;
}
@media (max-width: 991px) {
  .wp-site-blocks:has(.glowz-fixed-medium-left, .glowz-fixed-medium-right),
  .block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-medium-left, .glowz-fixed-medium-right) {
    --glowz-side-padding-for-fixed: var(--glowz-big-side-gap);
  }
  .wp-site-blocks:has(.glowz-fixed-medium-left, .glowz-fixed-medium-right) .glowz-section:not(.glowz-set-left-gap, .glowz-set-right-gap) > .glowz-section-content > *,
  .block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-medium-left, .glowz-fixed-medium-right) .glowz-section:not(.glowz-set-left-gap, .glowz-set-right-gap) > .glowz-section-content > * {
    --glowz-side-padding-for-fixed: 0px;
  }
}
@media (max-width: 787px) {
  .wp-site-blocks:has(.glowz-fixed-small-left, .glowz-fixed-small-right),
  .block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-small-left, .glowz-fixed-small-right) {
    --glowz-side-padding-for-fixed: var(--glowz-big-side-gap);
  }
  .wp-site-blocks:has(.glowz-fixed-small-left, .glowz-fixed-small-right) .glowz-section:not(.glowz-set-left-gap, .glowz-set-right-gap) > .glowz-section-content > *,
  .block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-small-left, .glowz-fixed-small-right) .glowz-section:not(.glowz-set-left-gap, .glowz-set-right-gap) > .glowz-section-content > * {
    --glowz-side-padding-for-fixed: 0px;
  }
}
:root,
.glowz-fixed,
.glowz-loading-overlay-part,
.wp-block-glowz-ext-glowz-loading-indicator {
  --glowz-side-padding-for-fixed: 0px;
}
*:not(.wp-site-blocks, .is-root-container):not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.wp-block-group) > .glowz-section,
*:not(.wp-site-blocks, .is-root-container):not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.wp-block-group) > .wp-block-template-part,
*:not(.wp-site-blocks, .is-root-container):not(.glowz-section):not(.wp-block-template-part):not(.entry-content):not(.wp-block-group) > .entry-content {
  --glowz-side-padding-for-fixed: 0px;
}
footer {
  --glowz-side-padding-for-fixed: 0px;
}
:where(.wp-site-blocks, .is-root-container) > .entry-content {
  min-height: var(--glowz-full-height);
}
header + footer {
  margin-top: var(--glowz-full-height) !important;
}
@media (max-width: 991px) {
  .wp-site-blocks:has(.glowz-fixed-left, .glowz-fixed-right, .glowz-fixed-medium-left, .glowz-fixed-medium-right),
  .block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-left, .glowz-fixed-right, .glowz-fixed-medium-left, .glowz-fixed-medium-right) {
    --glowz-side-padding-for-fixed: 0px;
  }
  .wp-site-blocks:has(.glowz-fixed-left:not(.glowz-hide-on-medium, .glowz-fixed-medium-no)),
  .block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-left:not(.glowz-hide-on-medium, .glowz-fixed-medium-no)),
  .wp-site-blocks:has(.glowz-fixed-right:not(.glowz-hide-on-medium, .glowz-fixed-medium-no)),
  .block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-right:not(.glowz-hide-on-medium, .glowz-fixed-medium-no)) {
    --glowz-side-padding-for-fixed: var(--glowz-big-side-gap);
  }
  .wp-site-blocks:has(.glowz-fixed-left:not(.glowz-hide-on-medium, .glowz-fixed-medium-no)) .glowz-section-content > *,
  .block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-left:not(.glowz-hide-on-medium, .glowz-fixed-medium-no)) .glowz-section-content > *,
  .wp-site-blocks:has(.glowz-fixed-right:not(.glowz-hide-on-medium, .glowz-fixed-medium-no)) .glowz-section-content > *,
  .block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-right:not(.glowz-hide-on-medium, .glowz-fixed-medium-no)) .glowz-section-content > * {
    --glowz-side-padding-for-fixed: 0px;
  }
}
@media (max-width: 787px) {
  .wp-site-blocks:has(.glowz-fixed-left, .glowz-fixed-right, .glowz-fixed-medium-left, .glowz-fixed-medium-right, .glowz-fixed-small-left, .glowz-fixed-small-right),
  .block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-left, .glowz-fixed-right, .glowz-fixed-medium-left, .glowz-fixed-medium-right, .glowz-fixed-small-left, .glowz-fixed-small-right) {
    --glowz-side-padding-for-fixed: 0px;
  }
  .wp-site-blocks:has(.glowz-fixed-left:not(.glowz-hide-on-small, .glowz-hide-on-medium, .glowz-fixed-small-no, .glowz-fixed-medium-no)),
  .block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-left:not(.glowz-hide-on-small, .glowz-hide-on-medium, .glowz-fixed-small-no, .glowz-fixed-medium-no)),
  .wp-site-blocks:has(.glowz-fixed-right:not(.glowz-hide-on-small, .glowz-hide-on-medium, .glowz-fixed-small-no, .glowz-fixed-medium-no)),
  .block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-right:not(.glowz-hide-on-small, .glowz-hide-on-medium, .glowz-fixed-small-no, .glowz-fixed-medium-no)) {
    --glowz-side-padding-for-fixed: var(--glowz-big-side-gap);
  }
  .wp-site-blocks:has(.glowz-fixed-left:not(.glowz-hide-on-small, .glowz-hide-on-medium, .glowz-fixed-small-no, .glowz-fixed-medium-no)) .glowz-section-content > *,
  .block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-left:not(.glowz-hide-on-small, .glowz-hide-on-medium, .glowz-fixed-small-no, .glowz-fixed-medium-no)) .glowz-section-content > *,
  .wp-site-blocks:has(.glowz-fixed-right:not(.glowz-hide-on-small, .glowz-hide-on-medium, .glowz-fixed-small-no, .glowz-fixed-medium-no)) .glowz-section-content > *,
  .block-editor-block-preview__content-iframe .is-root-container:has(.glowz-fixed-right:not(.glowz-hide-on-small, .glowz-hide-on-medium, .glowz-fixed-small-no, .glowz-fixed-medium-no)) .glowz-section-content > * {
    --glowz-side-padding-for-fixed: 0px;
  }
}
.glowz-left-gap-no > .glowz-section-content {
  padding-left: 0px;
}
.glowz-left-gap-big > .glowz-section-content {
  padding-left: var(--glowz-big-side-gap);
}
.glowz-left-gap-small > .glowz-section-content {
  padding-left: var(--glowz-small-side-gap);
}
.glowz-left-gap-double-small > .glowz-section-content {
  padding-left: calc(2 * var(--glowz-small-side-gap));
}
.glowz-left-gap-triple-small > .glowz-section-content {
  padding-left: calc(3 * var(--glowz-small-side-gap));
}
.glowz-left-gap-quadruple-small > .glowz-section-content {
  padding-left: calc(4 * var(--glowz-small-side-gap));
}
.glowz-left-gap-big-plus-small > .glowz-section-content {
  padding-left: calc(var(--glowz-big-side-gap) + var(--glowz-small-side-gap));
}
.glowz-left-gap-big-plus-double-small > .glowz-section-content {
  padding-left: calc(var(--glowz-big-side-gap) + (2 * var(--glowz-small-side-gap)));
}
.glowz-left-gap-big-plus-triple-small > .glowz-section-content {
  padding-left: calc(var(--glowz-big-side-gap) + (3 * var(--glowz-small-side-gap)));
}
.glowz-left-gap-big-plus-quadruple-small > .glowz-section-content {
  padding-left: calc(var(--glowz-big-side-gap) + (4 * var(--glowz-small-side-gap)));
}
.glowz-right-gap-no > .glowz-section-content {
  padding-right: 0px;
}
.glowz-right-gap-big > .glowz-section-content {
  padding-right: var(--glowz-big-side-gap);
}
.glowz-right-gap-small > .glowz-section-content {
  padding-right: var(--glowz-small-side-gap);
}
.glowz-right-gap-double-small > .glowz-section-content {
  padding-right: calc(2 * var(--glowz-small-side-gap));
}
.glowz-right-gap-triple-small > .glowz-section-content {
  padding-right: calc(3 * var(--glowz-small-side-gap));
}
.glowz-right-gap-quadruple-small > .glowz-section-content {
  padding-right: calc(4 * var(--glowz-small-side-gap));
}
.glowz-right-gap-big-plus-small > .glowz-section-content {
  padding-right: calc(var(--glowz-big-side-gap) + var(--glowz-small-side-gap));
}
.glowz-right-gap-big-plus-double-small > .glowz-section-content {
  padding-right: calc(var(--glowz-big-side-gap) + (2 * var(--glowz-small-side-gap)));
}
.glowz-right-gap-big-plus-triple-small > .glowz-section-content {
  padding-right: calc(var(--glowz-big-side-gap) + (3 * var(--glowz-small-side-gap)));
}
.glowz-right-gap-big-plus-quadruple-small > .glowz-section-content {
  padding-right: calc(var(--glowz-big-side-gap) + (4 * var(--glowz-small-side-gap)));
}
.glowz-top-gap-no > .glowz-section-content {
  padding-top: 0px;
}
.glowz-top-gap-big > .glowz-section-content {
  padding-top: var(--glowz-big-tb-gap);
}
.glowz-top-gap-small > .glowz-section-content {
  padding-top: var(--glowz-small-tb-gap);
}
.glowz-top-gap-double-small > .glowz-section-content {
  padding-top: calc(2 * var(--glowz-small-tb-gap));
}
.glowz-top-gap-triple-small > .glowz-section-content {
  padding-top: calc(3 * var(--glowz-small-tb-gap));
}
.glowz-top-gap-quadruple-small > .glowz-section-content {
  padding-top: calc(4 * var(--glowz-small-tb-gap));
}
.glowz-top-gap-big-plus-small > .glowz-section-content {
  padding-top: calc(var(--glowz-big-tb-gap) + var(--glowz-small-tb-gap));
}
.glowz-top-gap-big-plus-double-small > .glowz-section-content {
  padding-top: calc(var(--glowz-big-tb-gap) + (2 * var(--glowz-small-tb-gap)));
}
.glowz-top-gap-big-plus-triple-small > .glowz-section-content {
  padding-top: calc(var(--glowz-big-tb-gap) + (3 * var(--glowz-small-tb-gap)));
}
.glowz-top-gap-big-plus-quadruple-small > .glowz-section-content {
  padding-top: calc(var(--glowz-big-tb-gap) + (4 * var(--glowz-small-tb-gap)));
}
.glowz-bottom-gap-no > .glowz-section-content {
  padding-bottom: 0px;
}
.glowz-bottom-gap-big > .glowz-section-content {
  padding-bottom: var(--glowz-big-tb-gap);
}
.glowz-bottom-gap-small > .glowz-section-content {
  padding-bottom: var(--glowz-small-tb-gap);
}
.glowz-bottom-gap-double-small > .glowz-section-content {
  padding-bottom: calc(2 * var(--glowz-small-tb-gap));
}
.glowz-bottom-gap-triple-small > .glowz-section-content {
  padding-bottom: calc(3 * var(--glowz-small-tb-gap));
}
.glowz-bottom-gap-quadruple-small > .glowz-section-content {
  padding-bottom: calc(4 * var(--glowz-small-tb-gap));
}
.glowz-bottom-gap-big-plus-small > .glowz-section-content {
  padding-bottom: calc(var(--glowz-big-tb-gap) + var(--glowz-small-tb-gap));
}
.glowz-bottom-gap-big-plus-double-small > .glowz-section-content {
  padding-bottom: calc(var(--glowz-big-tb-gap) + (2 * var(--glowz-small-tb-gap)));
}
.glowz-bottom-gap-big-plus-triple-small > .glowz-section-content {
  padding-bottom: calc(var(--glowz-big-tb-gap) + (3 * var(--glowz-small-tb-gap)));
}
.glowz-bottom-gap-big-plus-quadruple-small > .glowz-section-content {
  padding-bottom: calc(var(--glowz-big-tb-gap) + (4 * var(--glowz-small-tb-gap)));
}
@media (max-width: 991px) {
  .glowz-medium-left-gap-no > .glowz-section-content {
    padding-left: 0px;
  }
  .glowz-medium-left-gap-big > .glowz-section-content {
    padding-left: var(--glowz-big-side-gap);
  }
  .glowz-medium-left-gap-small > .glowz-section-content {
    padding-left: var(--glowz-small-side-gap);
  }
  .glowz-medium-left-gap-double-small > .glowz-section-content {
    padding-left: calc(2 * var(--glowz-small-side-gap));
  }
  .glowz-medium-left-gap-triple-small > .glowz-section-content {
    padding-left: calc(3 * var(--glowz-small-side-gap));
  }
  .glowz-medium-left-gap-quadruple-small > .glowz-section-content {
    padding-left: calc(4 * var(--glowz-small-side-gap));
  }
  .glowz-medium-left-gap-big-plus-small > .glowz-section-content {
    padding-left: calc(var(--glowz-big-side-gap) + var(--glowz-small-side-gap));
  }
  .glowz-medium-left-gap-big-plus-double-small > .glowz-section-content {
    padding-left: calc(var(--glowz-big-side-gap) + (2 * var(--glowz-small-side-gap)));
  }
  .glowz-medium-left-gap-big-plus-triple-small > .glowz-section-content {
    padding-left: calc(var(--glowz-big-side-gap) + (3 * var(--glowz-small-side-gap)));
  }
  .glowz-medium-left-gap-big-plus-quadruple-small > .glowz-section-content {
    padding-left: calc(var(--glowz-big-side-gap) + (4 * var(--glowz-small-side-gap)));
  }
  .glowz-medium-right-gap-no > .glowz-section-content {
    padding-right: 0px;
  }
  .glowz-medium-right-gap-big > .glowz-section-content {
    padding-right: var(--glowz-big-side-gap);
  }
  .glowz-medium-right-gap-small > .glowz-section-content {
    padding-right: var(--glowz-small-side-gap);
  }
  .glowz-medium-right-gap-double-small > .glowz-section-content {
    padding-right: calc(2 * var(--glowz-small-side-gap));
  }
  .glowz-medium-right-gap-triple-small > .glowz-section-content {
    padding-right: calc(3 * var(--glowz-small-side-gap));
  }
  .glowz-medium-right-gap-quadruple-small > .glowz-section-content {
    padding-right: calc(4 * var(--glowz-small-side-gap));
  }
  .glowz-medium-right-gap-big-plus-small > .glowz-section-content {
    padding-right: calc(var(--glowz-big-side-gap) + var(--glowz-small-side-gap));
  }
  .glowz-medium-right-gap-big-plus-double-small > .glowz-section-content {
    padding-right: calc(var(--glowz-big-side-gap) + (2 * var(--glowz-small-side-gap)));
  }
  .glowz-medium-right-gap-big-plus-triple-small > .glowz-section-content {
    padding-right: calc(var(--glowz-big-side-gap) + (3 * var(--glowz-small-side-gap)));
  }
  .glowz-medium-right-gap-big-plus-quadruple-small > .glowz-section-content {
    padding-right: calc(var(--glowz-big-side-gap) + (4 * var(--glowz-small-side-gap)));
  }
  .glowz-medium-top-gap-no > .glowz-section-content {
    padding-top: 0px;
  }
  .glowz-medium-top-gap-big > .glowz-section-content {
    padding-top: var(--glowz-big-tb-gap);
  }
  .glowz-medium-top-gap-small > .glowz-section-content {
    padding-top: var(--glowz-small-tb-gap);
  }
  .glowz-medium-top-gap-double-small > .glowz-section-content {
    padding-top: calc(2 * var(--glowz-small-tb-gap));
  }
  .glowz-medium-top-gap-triple-small > .glowz-section-content {
    padding-top: calc(3 * var(--glowz-small-tb-gap));
  }
  .glowz-medium-top-gap-quadruple-small > .glowz-section-content {
    padding-top: calc(4 * var(--glowz-small-tb-gap));
  }
  .glowz-medium-top-gap-big-plus-small > .glowz-section-content {
    padding-top: calc(var(--glowz-big-tb-gap) + var(--glowz-small-tb-gap));
  }
  .glowz-medium-top-gap-big-plus-double-small > .glowz-section-content {
    padding-top: calc(var(--glowz-big-tb-gap) + (2 * var(--glowz-small-tb-gap)));
  }
  .glowz-medium-top-gap-big-plus-triple-small > .glowz-section-content {
    padding-top: calc(var(--glowz-big-tb-gap) + (3 * var(--glowz-small-tb-gap)));
  }
  .glowz-medium-top-gap-big-plus-quadruple-small > .glowz-section-content {
    padding-top: calc(var(--glowz-big-tb-gap) + (4 * var(--glowz-small-tb-gap)));
  }
  .glowz-medium-bottom-gap-no > .glowz-section-content {
    padding-bottom: 0px;
  }
  .glowz-medium-bottom-gap-big > .glowz-section-content {
    padding-bottom: var(--glowz-big-tb-gap);
  }
  .glowz-medium-bottom-gap-small > .glowz-section-content {
    padding-bottom: var(--glowz-small-tb-gap);
  }
  .glowz-medium-bottom-gap-double-small > .glowz-section-content {
    padding-bottom: calc(2 * var(--glowz-small-tb-gap));
  }
  .glowz-medium-bottom-gap-triple-small > .glowz-section-content {
    padding-bottom: calc(3 * var(--glowz-small-tb-gap));
  }
  .glowz-medium-bottom-gap-quadruple-small > .glowz-section-content {
    padding-bottom: calc(4 * var(--glowz-small-tb-gap));
  }
  .glowz-medium-bottom-gap-big-plus-small > .glowz-section-content {
    padding-bottom: calc(var(--glowz-big-tb-gap) + var(--glowz-small-tb-gap));
  }
  .glowz-medium-bottom-gap-big-plus-double-small > .glowz-section-content {
    padding-bottom: calc(var(--glowz-big-tb-gap) + (2 * var(--glowz-small-tb-gap)));
  }
  .glowz-medium-bottom-gap-big-plus-triple-small > .glowz-section-content {
    padding-bottom: calc(var(--glowz-big-tb-gap) + (3 * var(--glowz-small-tb-gap)));
  }
  .glowz-medium-bottom-gap-big-plus-quadruple-small > .glowz-section-content {
    padding-bottom: calc(var(--glowz-big-tb-gap) + (4 * var(--glowz-small-tb-gap)));
  }
}
@media (max-width: 787px) {
  .glowz-small-left-gap-no > .glowz-section-content {
    padding-left: 0px;
  }
  .glowz-small-left-gap-big > .glowz-section-content {
    padding-left: var(--glowz-big-side-gap);
  }
  .glowz-small-left-gap-small > .glowz-section-content {
    padding-left: var(--glowz-small-side-gap);
  }
  .glowz-small-left-gap-double-small > .glowz-section-content {
    padding-left: calc(2 * var(--glowz-small-side-gap));
  }
  .glowz-small-left-gap-triple-small > .glowz-section-content {
    padding-left: calc(3 * var(--glowz-small-side-gap));
  }
  .glowz-small-left-gap-quadruple-small > .glowz-section-content {
    padding-left: calc(4 * var(--glowz-small-side-gap));
  }
  .glowz-small-left-gap-big-plus-small > .glowz-section-content {
    padding-left: calc(var(--glowz-big-side-gap) + var(--glowz-small-side-gap));
  }
  .glowz-small-left-gap-big-plus-double-small > .glowz-section-content {
    padding-left: calc(var(--glowz-big-side-gap) + (2 * var(--glowz-small-side-gap)));
  }
  .glowz-small-left-gap-big-plus-triple-small > .glowz-section-content {
    padding-left: calc(var(--glowz-big-side-gap) + (3 * var(--glowz-small-side-gap)));
  }
  .glowz-small-left-gap-big-plus-quadruple-small > .glowz-section-content {
    padding-left: calc(var(--glowz-big-side-gap) + (4 * var(--glowz-small-side-gap)));
  }
  .glowz-small-right-gap-no > .glowz-section-content {
    padding-right: 0px;
  }
  .glowz-small-right-gap-big > .glowz-section-content {
    padding-right: var(--glowz-big-side-gap);
  }
  .glowz-small-right-gap-small > .glowz-section-content {
    padding-right: var(--glowz-small-side-gap);
  }
  .glowz-small-right-gap-double-small > .glowz-section-content {
    padding-right: calc(2 * var(--glowz-small-side-gap));
  }
  .glowz-small-right-gap-triple-small > .glowz-section-content {
    padding-right: calc(3 * var(--glowz-small-side-gap));
  }
  .glowz-small-right-gap-quadruple-small > .glowz-section-content {
    padding-right: calc(4 * var(--glowz-small-side-gap));
  }
  .glowz-small-right-gap-big-plus-small > .glowz-section-content {
    padding-right: calc(var(--glowz-big-side-gap) + var(--glowz-small-side-gap));
  }
  .glowz-small-right-gap-big-plus-double-small > .glowz-section-content {
    padding-right: calc(var(--glowz-big-side-gap) + (2 * var(--glowz-small-side-gap)));
  }
  .glowz-small-right-gap-big-plus-triple-small > .glowz-section-content {
    padding-right: calc(var(--glowz-big-side-gap) + (3 * var(--glowz-small-side-gap)));
  }
  .glowz-small-right-gap-big-plus-quadruple-small > .glowz-section-content {
    padding-right: calc(var(--glowz-big-side-gap) + (4 * var(--glowz-small-side-gap)));
  }
  .glowz-small-top-gap-no > .glowz-section-content {
    padding-top: 0px;
  }
  .glowz-small-top-gap-big > .glowz-section-content {
    padding-top: var(--glowz-big-tb-gap);
  }
  .glowz-small-top-gap-small > .glowz-section-content {
    padding-top: var(--glowz-small-tb-gap);
  }
  .glowz-small-top-gap-double-small > .glowz-section-content {
    padding-top: calc(2 * var(--glowz-small-tb-gap));
  }
  .glowz-small-top-gap-triple-small > .glowz-section-content {
    padding-top: calc(3 * var(--glowz-small-tb-gap));
  }
  .glowz-small-top-gap-quadruple-small > .glowz-section-content {
    padding-top: calc(4 * var(--glowz-small-tb-gap));
  }
  .glowz-small-top-gap-big-plus-small > .glowz-section-content {
    padding-top: calc(var(--glowz-big-tb-gap) + var(--glowz-small-tb-gap));
  }
  .glowz-small-top-gap-big-plus-double-small > .glowz-section-content {
    padding-top: calc(var(--glowz-big-tb-gap) + (2 * var(--glowz-small-tb-gap)));
  }
  .glowz-small-top-gap-big-plus-triple-small > .glowz-section-content {
    padding-top: calc(var(--glowz-big-tb-gap) + (3 * var(--glowz-small-tb-gap)));
  }
  .glowz-small-top-gap-big-plus-quadruple-small > .glowz-section-content {
    padding-top: calc(var(--glowz-big-tb-gap) + (4 * var(--glowz-small-tb-gap)));
  }
  .glowz-small-bottom-gap-no > .glowz-section-content {
    padding-bottom: 0px;
  }
  .glowz-small-bottom-gap-big > .glowz-section-content {
    padding-bottom: var(--glowz-big-tb-gap);
  }
  .glowz-small-bottom-gap-small > .glowz-section-content {
    padding-bottom: var(--glowz-small-tb-gap);
  }
  .glowz-small-bottom-gap-double-small > .glowz-section-content {
    padding-bottom: calc(2 * var(--glowz-small-tb-gap));
  }
  .glowz-small-bottom-gap-triple-small > .glowz-section-content {
    padding-bottom: calc(3 * var(--glowz-small-tb-gap));
  }
  .glowz-small-bottom-gap-quadruple-small > .glowz-section-content {
    padding-bottom: calc(4 * var(--glowz-small-tb-gap));
  }
  .glowz-small-bottom-gap-big-plus-small > .glowz-section-content {
    padding-bottom: calc(var(--glowz-big-tb-gap) + var(--glowz-small-tb-gap));
  }
  .glowz-small-bottom-gap-big-plus-double-small > .glowz-section-content {
    padding-bottom: calc(var(--glowz-big-tb-gap) + (2 * var(--glowz-small-tb-gap)));
  }
  .glowz-small-bottom-gap-big-plus-triple-small > .glowz-section-content {
    padding-bottom: calc(var(--glowz-big-tb-gap) + (3 * var(--glowz-small-tb-gap)));
  }
  .glowz-small-bottom-gap-big-plus-quadruple-small > .glowz-section-content {
    padding-bottom: calc(var(--glowz-big-tb-gap) + (4 * var(--glowz-small-tb-gap)));
  }
}
.glowz-invert-always,
.glowz-color-style-a .glowz-invert-a,
.glowz-color-style-b .glowz-invert-b {
  filter: invert(1);
}
.glowz-color-style-a .glowz-invert-b,
.glowz-color-style-b .glowz-invert-a {
  filter: none;
}
.single-download span[id^="more-"],
.single-product span[id^="more-"] {
  display: none;
}
.post-type-archive-product .more-link {
  display: none !important;
}
.wp-site-blocks > header + .entry-content:has(+footer),
.wp-site-blocks > header + .glowz-section:has(+footer) > .glowz-section-content {
  min-height: 100vh;
}
/*==================================================================
25. For old blocks in Unit Test Data / .wp-block-butto, .wp-block-cover...
==================================================================*/
:where(.wp-block-cover) {
  background-size: cover;
}
.wp-block-cover .wp-block-cover-text {
  width: 100%;
  max-width: none;
}
:not(.wp-block-buttons) > .wp-block-button .wp-block-button__link:not(.wp-element-button) {
  border-radius: 15px;
  margin-bottom: 14px;
}
:not(.wp-block-buttons) > .wp-block-button.is-style-squared .wp-block-button__link:not(.wp-element-button) {
  border-radius: 0px;
}
:not(.wp-block-buttons) > .wp-block-button.alignleft,
:not(.wp-block-buttons) > .wp-block-button.alignright {
  width: auto !important;
  max-width: 50% !important;
}
:not(.wp-block-buttons) > .wp-block-button.alignleft {
  float: left;
  margin: 0 1em 0 0 !important;
  padding-left: max( 14px , calc(50% - var(--glowz-content-width) / 2) );
}
:not(.wp-block-buttons) > .wp-block-button.alignright {
  float: right;
  margin: 0 0 0 1em !important;
  padding-right: max( 14px , calc(50% - var(--glowz-content-width) / 2) );
}
.blocks-gallery-caption:not(.wp-element-caption) {
  margin-bottom: 2em;
}
/*==================================================================
26. Core WordPress elements / .alignwide, .alignfull...
==================================================================*/
.alignwide {
  --glowz-content-width: 1700px;
}
.alignfull {
  --glowz-content-width: 100%;
}
.aligncenter {
  justify-content: center;
}
.alignleft {
  justify-content: flex-start;
}
.alignright {
  justify-content: flex-end;
}
:where(.is-layout-flex) {
  gap: 1.2em;
}
#comment {
  width: 100%;
  box-sizing: border-box;
}
.comment-author {
  display: flex;
  align-items: flex-end;
}
.comment-author > * {
  margin-right: 7px;
  margin-left: 0;
}
.comment-author > *:last-child {
  margin-right: 0;
  margin-left: 0;
}
[dir="rtl"] .comment-author > * {
  margin-left: 7px;
  margin-right: 0;
}
.wp-calendar-table th,
.wp-calendar-table td {
  text-align: center;
}
.wp-calendar-table caption {
  padding: 7px;
}
.wp-calendar-table td {
  font-weight: 100;
}
.wp-calendar-table td a {
  font-weight: 700;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.pagination .nav-links {
  text-align: center;
}
.pagination .nav-links > * {
  margin-right: 14px;
  margin-left: 0;
}
.pagination .nav-links > *:last-child {
  margin-right: 0;
  margin-left: 0;
}
[dir="rtl"] .pagination .nav-links > * {
  margin-left: 14px;
  margin-right: 0;
}
.bypostauthor {
  font-weight: 700;
}
.aligncenter {
  text-align: center;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.sticky .glowz-sticky-label {
  font-weight: 400;
  font-style: italic;
}
.bypostauthor {
  font-weight: 400;
}
p.has-drop-cap:not(:focus):first-letter {
  margin-bottom: 0.14em;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft {
  float: left;
  margin-right: 1em;
}
img.alignright {
  float: right;
  margin-left: 1em;
}
.wp-site-blocks,
.is-root-container {
  font-size: 14px;
  line-height: 1.785;
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
[dir=rtl] .wp-site-blocks,
[dir=rtl] .is-root-container {
  text-align: right;
}
.wp-site-blocks p,
.is-root-container p,
.wp-site-blocks h1,
.is-root-container h1,
.wp-site-blocks h2,
.is-root-container h2,
.wp-site-blocks h3,
.is-root-container h3,
.wp-site-blocks h4,
.is-root-container h4,
.wp-site-blocks h5,
.is-root-container h5,
.wp-site-blocks h6,
.is-root-container h6 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.wp-site-blocks > * {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-element-button,
.wp-block-button__link {
  padding: 7px 14px;
}
.wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-gallery {
  flex-flow: row;
}
.wp-block-embed iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.wp-block-social-links {
  row-gap: 0.7em;
}
.wp-block-social-links a {
  font-family: inherit;
  font-weight: inherit;
  transition-duration: 0.5s;
}
.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
  border-color: hsl(from var(--glowz-page-hd) h s l / 0.25);
}
.wp-block-image {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-top: var(--glowz-paragraph-margin-top, 0);
  margin-bottom: var(--glowz-paragraph-margin-bottom, 1em);
}
.wp-block-image:not(.glowz-heading):last-child,
.glowz-direction-row > .wp-block-image,
.glowz-direction-row-reverse > .wp-block-image {
  margin-bottom: 0;
}
.glowz-responsive-paragraph-margins > .wp-block-image {
  margin-bottom: max(min( 14px ,  calc((100vw - var(--glowz-resp-delta)) * 0.01076923) ),  7.3448735px );
}
.glowz-responsive-paragraph-margins > .wp-block-image:not(.glowz-heading):last-child {
  margin-bottom: 0;
}
figure.wp-block-image {
  display: block !important;
}
figure.wp-block-image figcaption {
  display: block !important;
}
figure.wp-block-image.alignleft,
figure.wp-block-image.alignright {
  max-width: 50%;
}
figure:not(.alignleft):not(.alignright) {
  text-align: center;
}
figure.wp-block-image.alignleft,
figure.wp-block-image.alignright {
  width: auto !important;
}
figure.alignleft {
  float: left;
  margin: 0 1em 0 0 !important;
  padding-left: max( 14px , calc(50% - var(--glowz-content-width) / 2) );
}
figure.alignright {
  float: right;
  margin: 0 0 0 1em !important;
  padding-right: max( 14px , calc(50% - var(--glowz-content-width) / 2) );
}
.wp-block-button a {
  transition: all 0.15s ease-out;
}
.wp-block-button a:hover {
  text-shadow: 0px 0px 10px;
}
figure iframe {
  max-width: 100%;
}
.wp-block-comments {
  display: block;
}
.sticky .wp-block-post-title {
  font-style: italic;
}
.wp-block-post-content::after {
  content: "";
  clear: both;
  display: table;
}
.wp-block-post-terms__separator {
  width: 1em;
  display: inline-block;
}
.wp-block-post-navigation-link a {
  text-decoration: none !important;
  border: none !important;
  position: relative;
  display: inline-block;
}
.wp-block-post-navigation-link a:after {
  content: '';
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  border-bottom: 3px solid;
  box-sizing: content-box;
}
.android-browser-4_3minus .wp-block-post-navigation-link a:after {
  transition: none;
  -webkit-transition: none;
}
.wp-block-post-navigation-link a:hover,
.wp-block-post-navigation-link a:focus {
  text-decoration: none;
}
.wp-block-post-navigation-link a:hover:after,
.wp-block-post-navigation-link a:focus:after {
  width: 100% !important;
}
.wp-block-post-navigation-link a:active,
.wp-block-post-navigation-link a:visited,
.wp-block-post-navigation-link a:focus {
  text-decoration: none;
}
.wp-block-post-navigation-link a.glowz-no-decorate:after {
  content: none;
  width: auto;
  height: auto;
}
.wp-block-post-navigation-link a,
.wp-block-post-navigation-link a:hover,
.wp-block-post-navigation-link a:visited,
.wp-block-post-navigation-link a:focus,
.wp-block-post-navigation-link a:active {
  border-bottom: 0px;
}
.wp-block-image figcaption {
  margin-bottom: 0;
}
.wp-block-woocommerce-product-price,
.price,
.wc-block-components-totals-item {
  font-family: var(--glowz-fonts-heading-family);
}
.wp-site-blocks a,
.is-root-container a {
  text-decoration: none;
}
[class*=has-theme-fonts] * {
  font-family: inherit;
}
.editor-styles-wrapper .glowz-burger a,
.editor-styles-wrapper .glowz-logo a,
.editor-styles-wrapper .glowz-cart a,
.editor-styles-wrapper .glowz-menu a,
.editor-styles-wrapper .glowz-menu-simple a {
  pointer-events: none;
}
.glowz-grid-columns > .wp-block-categories select,
.glowz-grid-columns > .wp-block-archives select {
  height: 100%;
}
.wc-block-product-template {
  align-items: stretch;
}
.wc-block-product-template .wc-block-product,
.wc-block-product-template .wp-block-template-part {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.wc-block-product-template .wc-block-product > *,
.wc-block-product-template .wp-block-template-part > * {
  flex-grow: 1;
}
:where(.button) {
  padding: 5px 15px;
}
/*==================================================================
27. Woocommerce custom styles / .woocommerce-product-search...
==================================================================*/
[data-block-name="woocommerce/legacy-template"] .woocommerce-products-header {
  display: none;
}
.wc-block-product-categories.is-dropdown .wc-block-product-categories__dropdown {
  flex-grow: 1;
}
.wc-block-product-categories.is-dropdown button {
  margin-left: 6px;
}
.woocommerce-product-search {
  display: flex;
  flex-flow: row wrap;
}
.woocommerce-product-search .search-field {
  flex-grow: 1;
  margin-right: 10px;
  margin-left: 0;
}
[dir="rtl"] .woocommerce-product-search .search-field {
  margin-right: 0;
  margin-left: 10px;
}
.woocommerce .woocommerce-breadcrumb {
  padding-top: 7px;
}
.woocommerce ul.products li.product .button {
  margin-top: 0.5em;
}
.woocommerce-product-details__short-description,
.wp-block-post-excerpt,
.woocommerce div.product form.cart,
.wp-block-add-to-cart-form {
  margin-bottom: 1em !important;
}
.glowz-shop .cart input,
.glowz-shop .cart select,
.glowz-shop .cart button {
  line-height: 1;
  padding: 7px;
  height: 40px;
  box-sizing: border-box;
}
.glowz-shop .onsale {
  box-sizing: content-box;
}
.glowz-shop .page-title {
  text-align: center;
}
.woocommerce-product-gallery figure {
  display: block;
}
a.wc-forward {
  padding: 5px !important;
  text-decoration: underline !important;
  font-size: 90%;
}
.widget_product_search form {
  position: relative;
}
.widget_product_search form input {
  margin: 0;
}
.widget_product_search form input[type=submit],
.widget_product_search form button[type=submit] {
  position: absolute;
  top: 0px;
  right: 4px;
  line-height: 40px;
  text-align: center;
  border: none;
  outline: none;
  width: 40px;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: background-color .3s cubic-bezier(0.070, 0.495, 0.335, 1.340);
  -moz-transition: background-color .3s cubic-bezier(0.070, 0.495, 0.335, 1.340);
  -ms-transition: background-color .3s cubic-bezier(0.070, 0.495, 0.335, 1.340);
  -o-transition: background-color .3s cubic-bezier(0.070, 0.495, 0.335, 1.340);
  transition: background-color .3s cubic-bezier(0.070, 0.495, 0.335, 1.340);
}
.android-browser-4_3minus .widget_product_search form input[type=submit],
.android-browser-4_3minus .widget_product_search form button[type=submit] {
  transition: none;
  -webkit-transition: none;
}
.widget_product_search form input[type=submit].glowz-with-icon,
.widget_product_search form button[type=submit].glowz-with-icon {
  opacity: 1;
  border: none !important;
  outline: none !important;
  padding: 0 !important;
}
.widget_product_search form input[type=search],
.widget_product_search form input[type=text] {
  width: 100%;
  line-height: 40px;
  height: 40px;
  padding: 3px 47px 3px 17px;
}
.wc-block-components-product-image img {
  max-width: 100% !important;
}
.wc-block-product-collection__pagination-animation {
  max-width: 100%;
}
html:has(.wc-block-mini-cart),
body:has(.wc-block-mini-cart) {
  overflow: auto !important;
  padding: 0 !important;
}
.wc-block-components-drawer {
  right: 0 !important;
  left: auto !important;
  transform: none !important;
}
a.added_to_cart {
  margin-top: 0;
}
.wp-block-query-pagination-numbers .current {
  opacity: 0.5;
}
.wp-block-query-pagination-numbers .page-numbers {
  padding-left: 7px;
  padding-right: 7px;
}
.woocommerce .woocommerce-Reviews .comment-reply-title {
  font-size: 1rem !important;
  font-weight: 700 !important;
}
.single-product h1 {
  font-size: 3rem;
}
.single-product h2 {
  font-size: 2.34rem;
}
.single-product h3 {
  font-size: 2rem;
}
.single-product h4 {
  font-size: 1.66rem;
}
.single-product h5 {
  font-size: 1.34rem;
}
.single-product h6 {
  font-size: 1rem;
}
.wp-block-woocommerce-product-reviews * {
  box-sizing: border-box;
}
/*==================================================================
28. Third pary blocks / .wp-block-contact-form-7-contact-form-selector...
==================================================================*/
.wp-block-contact-form-7-contact-form-selector,
.wp-block-contact-form-7-contact-form-selector * {
  box-sizing: border-box;
}
.dlm-myaccount-license-key > .dlm-myaccount-license-key-action {
  background-image: linear-gradient(to right, #302a3c, #33112a) !important;
  color: var(--wp--preset--color--glowz-47) !important;
}
.dlm-myaccount-license-key > .dlm-myaccount-license-key-action:hover {
  background-image: linear-gradient(to right, #3a6d53, #553258) !important;
  color: var(--wp--preset--color--glowz-47) !important;
}
.paypal-buttons iframe {
  background-color: #ffffffea !important;
  border: 7px solid #bbb !important;
  color-scheme: auto !important;
  max-width: 500px !important;
  padding: 14px !important;
  border-radius: 14px !important;
}

