/*
Theme Name: Base Joinery
Theme URI: https://4businessgroup.com.au/
Author: design@4businessgroup.com.au
Author URI: https://4businessgroup.com.au/
Template: masque
Description: Custom child theme for Base Joinery.
License: Proprietary
License URI: N/A
Tags: custom
Text Domain: basejoinery
*/
@font-face {
  font-family: "HandelGothic BT";
  src: url("fonts/HandelGothicBT-Regular.eot");
  src: url("fonts/HandelGothicBT-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/HandelGothicBT-Regular.woff2") format("woff2"), url("fonts/HandelGothicBT-Regular.woff") format("woff"), url("fonts/HandelGothicBT-Regular.svg#HandelGothicBT-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --dtext: "HandelGothic BT", sans-serif;
  --btext: "Inter", sans-serif;
}

.ctt, .ctt > * {
  --accent: #3e65b0;
}

h1, h2, h3 {
  font-family: var(--dtext) !important;
  font-weight: 400 !important;
}

h1 {
  text-transform: none;
  font-size: 3em;
}

h2 {
  font-size: 3em;
}

h3 {
  font-size: 1.8em;
}

p {
  font-weight: 500;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blur {
  0%, 80% {
    -webkit-filter: blur(10px) brightness(200%);
            filter: blur(10px) brightness(200%);
    -webkit-transform: scale(1.005);
            transform: scale(1.005);
  }
  100% {
    -webkit-filter: blur(0) brightness(100%);
            filter: blur(0) brightness(100%);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes blur {
  0%, 80% {
    -webkit-filter: blur(10px) brightness(200%);
            filter: blur(10px) brightness(200%);
    -webkit-transform: scale(1.005);
            transform: scale(1.005);
  }
  100% {
    -webkit-filter: blur(0) brightness(100%);
            filter: blur(0) brightness(100%);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes unblur {
  0% {
    -webkit-filter: blur(10px) brightness(200%);
            filter: blur(10px) brightness(200%);
    -webkit-transform: scale(1.005);
            transform: scale(1.005);
  }
  100% {
    -webkit-filter: blur(0) brightness(100%);
            filter: blur(0) brightness(100%);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes unblur {
  0% {
    -webkit-filter: blur(10px) brightness(200%);
            filter: blur(10px) brightness(200%);
    -webkit-transform: scale(1.005);
            transform: scale(1.005);
  }
  100% {
    -webkit-filter: blur(0) brightness(100%);
            filter: blur(0) brightness(100%);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes glow {
  0% {
    -webkit-box-shadow: inset 0 0 0 var(--accent);
            box-shadow: inset 0 0 0 var(--accent);
  }
  50% {
    -webkit-box-shadow: inset 0 0 50px var(--accent);
            box-shadow: inset 0 0 50px var(--accent);
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 var(--accent);
            box-shadow: inset 0 0 0 var(--accent);
  }
}
@keyframes glow {
  0% {
    -webkit-box-shadow: inset 0 0 0 var(--accent);
            box-shadow: inset 0 0 0 var(--accent);
  }
  50% {
    -webkit-box-shadow: inset 0 0 50px var(--accent);
            box-shadow: inset 0 0 50px var(--accent);
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 var(--accent);
            box-shadow: inset 0 0 0 var(--accent);
  }
}
@-webkit-keyframes hide {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    width: 0;
    margin: 0;
    overflow: hidden;
  }
}
@keyframes hide {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    width: 0;
    margin: 0;
    overflow: hidden;
  }
}
@-webkit-keyframes hr {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
@keyframes hr {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes spinl {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spinl {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes spinr {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinr {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
h1 {
  font-family: var(--dtext);
  font-weight: 100;
}

h2, h3 {
  font-family: var(--dtext);
  font-weight: 400;
}

p {
  line-height: 1.8;
}

input[type=text], input[type=email], input[type=number], input[type=password], input[type=tel], textarea, .select2-dropdown input[type=search], body.search #page input[type=search], .select2-selection__rendered, select {
  font-family: var(--dtext);
}

a.plainlink:hover, a.plainlink:focus {
  -webkit-filter: drop-shadow(0 0 5px var(--bg));
          filter: drop-shadow(0 0 5px var(--bg));
}

@media screen and (max-width: 1024px) {
  .fullwr {
    width: 100% !important;
  }
}

.page-h button, .page-h a.button, .page-h a[role=button], .page-h input[type=button], .page-h input[type=submit], .page-h .nf-form-content input[type=button], footer button, footer a.button, footer a[role=button], footer input[type=button], footer input[type=submit], footer .nf-form-content input[type=button] {
  --bg: #fff;
  padding: 20px;
  border-radius: 2px !important;
  font-family: var(--dtext);
  font-weight: 700;
  line-height: 1.2;
}
.page-h button.alt, .page-h a.button.alt, .page-h a[role=button].alt, .page-h input[type=button].alt, .page-h input[type=submit].alt, .page-h .nf-form-content input[type=button].alt, footer button.alt, footer a.button.alt, footer a[role=button].alt, footer input[type=button].alt, footer input[type=submit].alt, footer .nf-form-content input[type=button].alt {
  --bg: var(--col3);
  background-color: var(--bg);
}
.page-h button.alt:hover, .page-h button.alt:focus, .page-h a.button.alt:hover, .page-h a.button.alt:focus, .page-h a[role=button].alt:hover, .page-h a[role=button].alt:focus, .page-h input[type=button].alt:hover, .page-h input[type=button].alt:focus, .page-h input[type=submit].alt:hover, .page-h input[type=submit].alt:focus, .page-h .nf-form-content input[type=button].alt:hover, .page-h .nf-form-content input[type=button].alt:focus, footer button.alt:hover, footer button.alt:focus, footer a.button.alt:hover, footer a.button.alt:focus, footer a[role=button].alt:hover, footer a[role=button].alt:focus, footer input[type=button].alt:hover, footer input[type=button].alt:focus, footer input[type=submit].alt:hover, footer input[type=submit].alt:focus, footer .nf-form-content input[type=button].alt:hover, footer .nf-form-content input[type=button].alt:focus {
  color: var(--dbg);
}

#qsocial > div > span {
  font-family: var(--dtext);
}

body.logged-in #user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#menubtn, #totop {
  --accent: var(--col1);
  --bg: var(--col3);
  --bg: var(--col4);
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
  height: 46px;
  width: 52px;
  top: 39px;
  -webkit-transition-property: color, -webkit-transform, -webkit-filter;
  transition-property: color, -webkit-transform, -webkit-filter;
  transition-property: transform, color, filter;
  transition-property: transform, color, filter, -webkit-transform, -webkit-filter;
}
#menubtn > *, #totop > * {
  z-index: 9;
}
#menubtn:hover, #menubtn:focus, #totop:hover, #totop:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  --bg: var(--col1);
  -webkit-filter: invert(1);
          filter: invert(1);
}
#menubtn:hover:after, #menubtn:focus:after, #totop:hover:after, #totop:focus:after {
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
#menubtn.active:hover, #menubtn.active:focus, #totop.active:hover, #totop.active:focus {
  --bg: var(--col3);
  -webkit-filter: none;
          filter: none;
}
#menubtn.show, #totop.show {
  mix-blend-mode: difference;
}
#menubtn.show + #logo-sticky:hover #alogo, #menubtn.show + #logo-sticky:focus #alogo, #totop.show + #logo-sticky:hover #alogo, #totop.show + #logo-sticky:focus #alogo {
  -webkit-transform: translateX(-110px) scale(1.05);
          transform: translateX(-110px) scale(1.05);
}
#menubtn.show + #logo-sticky #alogo, #totop.show + #logo-sticky #alogo {
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-clip-path: none;
          clip-path: none;
}

#menubtn {
  display: none;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
@media screen and (max-width: 1060px) {
  #menubtn {
    display: block;
    -webkit-transform: none !important;
            transform: none !important;
    right: 20px !important;
    top: 50px;
  }
  #menubtn.show {
    top: 0;
  }
}

#totop {
  top: auto;
}

#logo-sticky {
  position: absolute;
  padding: 0;
}
#logo-sticky:hover img, #logo-sticky:hover #alogo {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
#logo-sticky:hover #logoinfo {
  width: 450px;
  height: 450px;
}
#logo-sticky a {
  padding: 0 20px;
}
#logo-sticky img {
  display: none;
  height: 105px;
  -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.6));
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform;
}
#logo-sticky #alogo {
  width: 280px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s, -webkit-filter 0.5s, -webkit-clip-path 0.5s;
  transition: -webkit-transform 0.5s, -webkit-filter 0.5s, -webkit-clip-path 0.5s;
  transition: transform 0.5s, filter 0.5s, clip-path 0.5s;
  transition: transform 0.5s, filter 0.5s, clip-path 0.5s, -webkit-transform 0.5s, -webkit-filter 0.5s, -webkit-clip-path 0.5s;
}
#logo-sticky #logoinfo {
  opacity: 1;
  width: 0;
  height: 0;
  z-index: -1;
  left: -159px;
  top: -240px;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--dbg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  line-height: 0.01;
  color: var(--accent);
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: width 0.5s, height 0.5s;
  transition: width 0.5s, height 0.5s;
}
#logo-sticky #logoinfo > div {
  --accent: var(--col1);
  --bg: var(--col3);
  position: absolute;
  top: 325px;
  left: 200px;
}
#logo-sticky #logoinfo > div a {
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}
#logo-sticky #logoinfo > div a:hover {
  -webkit-filter: drop-shadow(0 0 5px var(--accent));
          filter: drop-shadow(0 0 5px var(--accent));
}
#logo-sticky #logoinfo > div a:hover:before {
  display: none !important;
}

.pr-navcon {
  position: fixed;
  top: 0;
  z-index: 3;
  padding-top: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--dbg);
  height: 120px;
  -webkit-transition: height 0.5s, -webkit-box-shadow 0.5s;
  transition: height 0.5s, -webkit-box-shadow 0.5s;
  transition: height 0.5s, box-shadow 0.5s;
  transition: height 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.pr-navcon:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 5px;
  border-bottom: 1px solid var(--accent);
  bottom: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: width 0.25s, -webkit-transform 0.25s;
  transition: width 0.25s, -webkit-transform 0.25s;
  transition: width 0.25s, transform 0.25s;
  transition: width 0.25s, transform 0.25s, -webkit-transform 0.25s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.pr-navcon .fillbar {
  background-color: var(--dbg);
  width: 100%;
  height: 125px;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.pr-navcon .logo {
  padding: 35px 20px;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.pr-navcon .logo:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 450px) {
  .pr-navcon .logo:hover img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.pr-navcon .logo img {
  padding: 5px 0;
  height: 100%;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s, -webkit-filter 0.5s;
  transition: -webkit-transform 0.5s, -webkit-filter 0.5s;
  transition: transform 0.5s, filter 0.5s;
  transition: transform 0.5s, filter 0.5s, -webkit-transform 0.5s, -webkit-filter 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media screen and (max-width: 450px) {
  .pr-navcon .logo img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.pr-navcon #top-menu {
  --accent: var(--col3);
  --bg: var(--col1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  visibility: visible;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 30px;
  max-width: calc(100% - 40px);
  background-color: var(--dbg);
  padding-block: 5px;
  border-radius: 0 0 10px 10px;
  border: 1px solid var(--bg);
  border-top: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.pr-navcon #top-menu p a {
  opacity: 0.5;
}
.pr-navcon #top-menu p a:hover, .pr-navcon #top-menu p a:focus-visible {
  opacity: 1;
}
.pr-navcon #top-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pr-navcon #top-menu ul a {
  color: var(--accent);
  text-decoration: none;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--accent)), to(var(--accent)));
  background-image: linear-gradient(var(--accent), var(--accent));
  background-size: 0 1px;
  background-position: bottom left;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
  padding: 10px 15px;
  --accent: var(--col1);
  font-family: var(--dtext);
  font-size: 1.2em !important;
}
.pr-navcon #top-menu ul a:hover, .pr-navcon #top-menu ul a:focus-visible {
  outline: none;
  background-size: 100% 1px;
}
.pr-navcon #top-menu ul a:visited {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.pr-navcon #top-menu ul a.external:after, .pr-navcon #top-menu ul a[data-exlink]:after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  height: 1em;
  aspect-ratio: 1;
  padding: 0 !important;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112v320c0 44.2 35.8 80 80 80h320c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32v112c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16h112c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112v320c0 44.2 35.8 80 80 80h320c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32v112c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16h112c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z"/></svg>');
  font-size: 40%;
  -webkit-margin-start: 2px;
          margin-inline-start: 2px;
  vertical-align: middle;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.pr-navcon #top-menu ul a.download:after, .pr-navcon #top-menu ul a[data-dllink]:after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  height: 1em;
  aspect-ratio: 1;
  padding: 0 !important;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v242.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-32c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v242.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-32c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"/></svg>');
  font-size: 60%;
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
  vertical-align: middle;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.pr-navcon #top-menu ul a.clean {
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}
.pr-navcon #top-menu ul a.clean:before, .pr-navcon #top-menu ul a.clean:after {
  display: none !important;
}
.pr-navcon #top-menu ul a.clean:hover {
  -webkit-filter: drop-shadow(0 0 10px var(--accent));
          filter: drop-shadow(0 0 10px var(--accent));
}
.pr-navcon #top-menu ul a span {
  margin-left: 5px;
}
@media screen and (max-width: 910px) {
  .pr-navcon #top-menu ul a span {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  .pr-navcon #top-menu {
    display: none;
  }
}
.pr-navcon nav {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 12px;
  padding-left: 20px;
  padding-bottom: 10px;
  -webkit-clip-path: none;
          clip-path: none;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
.pr-navcon nav.searchopen .search > form, .pr-navcon nav.searchopen .search div > form {
  height: 500px;
  width: 500px;
  padding: 48px;
  background-color: var(--accent);
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
.pr-navcon nav.searchopen .search > form > *, .pr-navcon nav.searchopen .search div > form > * {
  visibility: visible;
}
.pr-navcon nav.searchopen .search > form .dgwt-wcas-sf-wrapp, .pr-navcon nav.searchopen .search div > form .dgwt-wcas-sf-wrapp {
  position: absolute;
  top: 38%;
}
.pr-navcon nav.searchopen .search #searchbtn {
  --accent: var(--col3);
  --bg: var(--col1);
}
.pr-navcon nav.searchopen .search #searchbtn p a {
  opacity: 0.5;
}
.pr-navcon nav.searchopen .search #searchbtn p a:hover, .pr-navcon nav.searchopen .search #searchbtn p a:focus-visible {
  opacity: 1;
}
.pr-navcon nav > div:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 20px;
  padding-left: 20px;
  border-right: 1px solid var(--dbg);
}
.pr-navcon nav > div:first-child ul li.menu-item-has-children {
  -webkit-transition: border-right 0.5s;
  transition: border-right 0.5s;
}
.pr-navcon nav > div:first-child ul li:hover > .sub-menu > li > a, .pr-navcon nav > div:first-child ul li:focus > .sub-menu > li > a {
  padding: 3px 10px 8px;
}
.pr-navcon nav > div:first-child ul li.mobonly, .pr-navcon nav > div:first-child ul li.mobbtm {
  display: none;
}
.pr-navcon nav > div:first-child ul li.mobonly.tb, .pr-navcon nav > div:first-child ul li.mobbtm.tb {
  display: block;
  margin: 0 6px;
}
.pr-navcon nav > div:first-child ul li.mobonly.tb a, .pr-navcon nav > div:first-child ul li.mobbtm.tb a {
  display: block;
  position: relative;
  overflow: hidden !important;
  z-index: 1;
  padding: 10px 15px;
  background-color: var(--accent);
  border: 2px solid var(--accent);
  color: var(--bg);
  display: inline-block;
  font-family: var(--btext);
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: var(--rcorner);
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  color: var(--accent) !important;
  background-color: transparent !important;
  border-radius: 4px !important;
  text-transform: none;
  text-align: center;
  letter-spacing: normal;
  padding: 2px 5px;
  border-width: 1px;
}
.pr-navcon nav > div:first-child ul li.mobonly.tb a:hover, .pr-navcon nav > div:first-child ul li.mobonly.tb a:focus-visible, .pr-navcon nav > div:first-child ul li.mobbtm.tb a:hover, .pr-navcon nav > div:first-child ul li.mobbtm.tb a:focus-visible {
  outline: none;
  color: var(--accent);
  cursor: pointer;
}
.pr-navcon nav > div:first-child ul li.mobonly.tb a:hover:after, .pr-navcon nav > div:first-child ul li.mobonly.tb a:focus-visible:after, .pr-navcon nav > div:first-child ul li.mobbtm.tb a:hover:after, .pr-navcon nav > div:first-child ul li.mobbtm.tb a:focus-visible:after {
  -webkit-clip-path: circle(100%);
          clip-path: circle(100%);
  opacity: 1;
}
.pr-navcon nav > div:first-child ul li.mobonly.tb a:before, .pr-navcon nav > div:first-child ul li.mobbtm.tb a:before {
  display: none !important;
}
.pr-navcon nav > div:first-child ul li.mobonly.tb a:after, .pr-navcon nav > div:first-child ul li.mobbtm.tb a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--bg);
  opacity: 0.5;
  -webkit-clip-path: circle(0%);
          clip-path: circle(0%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pr-navcon nav > div:first-child ul li.mobonly.tb a.transp, .pr-navcon nav > div:first-child ul li.mobbtm.tb a.transp {
  background-color: transparent !important;
}
.pr-navcon nav > div:first-child ul li.mobonly.tb a:hover, .pr-navcon nav > div:first-child ul li.mobonly.tb a:focus, .pr-navcon nav > div:first-child ul li.mobbtm.tb a:hover, .pr-navcon nav > div:first-child ul li.mobbtm.tb a:focus {
  color: var(--dbg) !important;
}
.pr-navcon nav > div:first-child ul li.mobonly.tb a:after, .pr-navcon nav > div:first-child ul li.mobbtm.tb a:after {
  background-color: var(--accent);
}
.pr-navcon nav > div:first-child ul li ul.sub-menu {
  right: -1px;
  min-width: 100%;
  border-radius: 0 0 2px 2px;
  background-color: var(--bg);
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  -webkit-clip-path: polygon(-40px -20px, 1px -20px, 1px 0, calc(100% - 1px) 0, calc(100% - 1px) -40px, calc(100% + 40px) -40px, calc(100% + 40px) calc(100% + 50px), -40px calc(100% + 50px));
          clip-path: polygon(-40px -20px, 1px -20px, 1px 0, calc(100% - 1px) 0, calc(100% - 1px) -40px, calc(100% + 40px) -40px, calc(100% + 40px) calc(100% + 50px), -40px calc(100% + 50px));
  -webkit-box-shadow: 0 15px 30px rgba(1, 20, 110, 0.35), 0 5px 10px rgba(155, 68, 68, 0.69);
          box-shadow: 0 15px 30px rgba(1, 20, 110, 0.35), 0 5px 10px rgba(155, 68, 68, 0.69);
  border-top: none;
  padding-top: 20px;
  padding-bottom: 0;
  z-index: 4;
  -webkit-transition: opacity 0.5s, background-image 0.5s;
  transition: opacity 0.5s, background-image 0.5s;
  -webkit-transition-delay: 0 !important;
          transition-delay: 0 !important;
}
.pr-navcon nav > div:first-child ul li ul.sub-menu:hover {
  opacity: 1;
  pointer-events: all;
}
.pr-navcon nav > div:first-child ul li ul.sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 175px;
  margin-bottom: 1px;
  -webkit-clip-path: none !important;
          clip-path: none !important;
}
.pr-navcon nav > div:first-child ul li ul.sub-menu li:last-child {
  margin-bottom: 0;
}
.pr-navcon nav > div:first-child ul li ul.sub-menu li > a {
  --accent: var(--col4);
  padding: 0 15px 20px !important;
  max-width: none;
  background-color: transparent;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  -webkit-transition-delay: 0 !important;
          transition-delay: 0 !important;
}
.pr-navcon nav > div:first-child ul li ul.sub-menu li > a:hover, .pr-navcon nav > div:first-child ul li ul.sub-menu li > a:focus {
  padding: 0 15px 20px !important;
}
.pr-navcon nav > div:first-child ul li ul.sub-menu li > a:before {
  height: 100%;
  --accent: var(--col1);
  background-color: var(--accent);
  z-index: 0;
}
.pr-navcon nav > div:first-child ul li ul.sub-menu li > a span {
  position: relative;
  z-index: 1;
}
.pr-navcon nav > div:first-child > ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pr-navcon nav > div ul li.current-menu-item > a {
  -webkit-filter: none;
          filter: none;
  --accent: var(--col1);
  color: var(--accent);
}
.pr-navcon nav > div ul li.ctt > a {
  --accent: #f58025;
}
.pr-navcon nav > div ul li a {
  --accent: var(--col3);
  color: var(--accent);
  text-decoration: none;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--accent)), to(var(--accent)));
  background-image: linear-gradient(var(--accent), var(--accent));
  background-size: 0 1px;
  background-position: bottom left;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
  font-weight: 700;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.pr-navcon nav > div ul li a:hover, .pr-navcon nav > div ul li a:focus-visible {
  outline: none;
  background-size: 100% 1px;
}
.pr-navcon nav > div ul li a:visited {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.pr-navcon nav > div ul li a.external:after, .pr-navcon nav > div ul li a[data-exlink]:after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  height: 1em;
  aspect-ratio: 1;
  padding: 0 !important;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112v320c0 44.2 35.8 80 80 80h320c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32v112c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16h112c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112v320c0 44.2 35.8 80 80 80h320c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32v112c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16h112c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z"/></svg>');
  font-size: 40%;
  -webkit-margin-start: 2px;
          margin-inline-start: 2px;
  vertical-align: middle;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.pr-navcon nav > div ul li a.download:after, .pr-navcon nav > div ul li a[data-dllink]:after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  height: 1em;
  aspect-ratio: 1;
  padding: 0 !important;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v242.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-32c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v242.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-32c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"/></svg>');
  font-size: 60%;
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
  vertical-align: middle;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.pr-navcon nav > div ul li a.clean {
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}
.pr-navcon nav > div ul li a.clean:before, .pr-navcon nav > div ul li a.clean:after {
  display: none !important;
}
.pr-navcon nav > div ul li a.clean:hover {
  -webkit-filter: drop-shadow(0 0 10px var(--accent));
          filter: drop-shadow(0 0 10px var(--accent));
}
.pr-navcon nav > div ul li a:hover, .pr-navcon nav > div ul li a:focus {
  --accent: var(--col1);
  --bg: var(--col3);
}
.pr-navcon nav .search {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 2px;
}
.pr-navcon nav .search:hover > form, .pr-navcon nav .search:hover > div > form, .pr-navcon nav .search:focus > form, .pr-navcon nav .search:focus > div > form {
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
}
.pr-navcon nav .search > .dgwt-wcas-search-wrapp {
  all: unset;
}
.pr-navcon nav .search > form, .pr-navcon nav .search > div > form {
  margin-top: -2px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border-radius: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: height 0.5s, width 0.5s, padding 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: height 0.5s, width 0.5s, padding 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: height 0.5s, width 0.5s, padding 0.5s, transform 0.5s, background-color 0.5s;
  transition: height 0.5s, width 0.5s, padding 0.5s, transform 0.5s, background-color 0.5s, -webkit-transform 0.5s;
}
.pr-navcon nav .search > form > *, .pr-navcon nav .search > div > form > * {
  visibility: hidden;
}
.pr-navcon nav .search > form label, .pr-navcon nav .search > div > form label {
  position: relative;
}
.pr-navcon nav .search > form label:before, .pr-navcon nav .search > div > form label:before {
  top: 84px;
}
.pr-navcon nav .search > form svg, .pr-navcon nav .search > div > form svg {
  display: none;
}
.pr-navcon nav .search > form button[type=submit], .pr-navcon nav .search > div > form button[type=submit] {
  background: transparent;
  border: none;
  margin-left: -38px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.pr-navcon nav .search > form button[type=submit]:hover, .pr-navcon nav .search > form button[type=submit]:focus, .pr-navcon nav .search > div > form button[type=submit]:hover, .pr-navcon nav .search > div > form button[type=submit]:focus {
  cursor: pointer;
  outline: none;
  color: var(--accent);
}
.pr-navcon nav .search > form .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader), .pr-navcon nav .search > div > form .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
  width: 20px;
  background-position: center;
  background-size: 15px;
  right: 20px;
}
.pr-navcon nav .search input[type=search] {
  font-family: var(--dtext);
  margin-top: 75px;
  width: 215px;
  line-height: 2;
  height: 35px;
  padding: 0 35px 0 10px !important;
  border: 2px solid var(--accent);
  border-radius: 50px !important;
  font-family: var(--dtext);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.pr-navcon nav .search input[type=search]:focus {
  outline: none;
  background-color: #FFFCF7;
}
.pr-navcon nav .search input[type=submit] {
  right: auto;
  left: 265px;
  margin-top: 20px;
  top: 50%;
  width: 40px;
  height: 35px;
}
.pr-navcon nav .search #searchbtn {
  padding: 5px;
  background: none;
  width: 30px;
  text-align: center;
  color: var(--dbg);
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.pr-navcon nav .search #searchbtn:hover, .pr-navcon nav .search #searchbtn:focus {
  outline: none;
  color: var(--accent);
}
.pr-navcon.scroll {
  height: 45px;
  -webkit-box-shadow: 0 0 40px rgba(1, 20, 110, 0.35), 0 0 20px rgba(155, 68, 68, 0.69);
          box-shadow: 0 0 40px rgba(1, 20, 110, 0.35), 0 0 20px rgba(155, 68, 68, 0.69);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.pr-navcon.scroll:after {
  width: 100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.pr-navcon.scroll + #page header + section {
  -webkit-box-shadow: 0 0 20px rgba(1, 20, 110, 0.15), 0 0 10px rgba(155, 68, 68, 0.49) !important;
          box-shadow: 0 0 20px rgba(1, 20, 110, 0.15), 0 0 10px rgba(155, 68, 68, 0.49) !important;
}
.pr-navcon.scroll #top-menu {
  opacity: 0;
  pointer-events: none;
}
.pr-navcon.scroll nav > div:first-child ul li ul.sub-menu {
  background-image: linear-gradient(to bottom, transparent, var(--bg) 0px);
}
.pr-navcon.scroll .logo {
  padding-block: 5px;
}
.pr-navcon.scroll .logo img {
  max-height: 50px;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 1060px) {
  .pr-navcon {
    z-index: 90;
  }
  .pr-navcon nav {
    direction: ltr;
    -webkit-border-start: 2px solid var(--accent);
            border-inline-start: 2px solid var(--accent);
    -webkit-border-end: var(--sbw) solid var(--scrl);
            border-inline-end: var(--sbw) solid var(--scrl);
    background-color: var(--dbg);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100%;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    -webkit-clip-path: none !important;
            clip-path: none !important;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  @supports (background: -webkit-named-image(i)) {
    .pr-navcon nav {
      height: -webkit-fill-available;
    }
  }
  .pr-navcon nav.open > div:first-child {
    opacity: 1;
  }
  .pr-navcon nav.open > div:first-child ul li ul.sub-menu {
    opacity: 1;
    overflow: hidden;
  }
  .pr-navcon nav ::-webkit-scrollbar {
    background-color: transparent !important;
    width: 18px !important;
  }
  .pr-navcon nav ::-webkit-scrollbar-thumb {
    background-color: var(--bg) !important;
    border-radius: 10px !important;
    border: 5px solid var(--dbg) !important;
  }
  .pr-navcon nav > div:first-child {
    opacity: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-padding-before: 44px;
            padding-block-start: 44px;
    overflow-y: scroll;
  }
  .pr-navcon nav > div:first-child ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pr-navcon nav > div:first-child ul > li:first-child {
    -webkit-transform: none;
            transform: none;
    margin: 0;
    padding: 0;
  }
  .pr-navcon nav > div:first-child ul > li:first-child > a {
    -webkit-transform: none;
            transform: none;
    margin: 0;
  }
  .pr-navcon nav > div:first-child ul li {
    -webkit-clip-path: none !important;
            clip-path: none !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pr-navcon nav > div:first-child ul li.mobonly {
    display: list-item;
  }
  .pr-navcon nav > div:first-child ul li.menu-item-has-children {
    position: relative;
    overflow: hidden;
  }
  .pr-navcon nav > div:first-child ul li.menu-item-has-children > a {
    -webkit-padding-end: 69px !important;
            padding-inline-end: 69px !important;
  }
  .pr-navcon nav > div:first-child ul li.menu-item-has-children > a:after {
    display: none;
  }
  .pr-navcon nav > div:first-child ul li.menu-item-has-children .sm-trigger {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    display: block;
    width: 55px;
    height: 55px;
    padding: 0;
    color: var(--bg);
    background-color: var(--dbg);
    border: none;
    overflow: hidden;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .pr-navcon nav > div:first-child ul li.menu-item-has-children .sm-trigger:before {
    display: block;
    content: "";
    display: inline-block;
    background-color: currentColor;
    height: 1em;
    aspect-ratio: 1;
    padding: 0 !important;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
            mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .pr-navcon nav > div:first-child ul li.menu-item-has-children .sm-trigger:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    background-color: var(--bg);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  }
  .pr-navcon nav > div:first-child ul li.menu-item-has-children .sm-trigger:hover, .pr-navcon nav > div:first-child ul li.menu-item-has-children .sm-trigger:focus-visible {
    cursor: pointer;
    color: var(--dbg);
    outline: none !important;
  }
  .pr-navcon nav > div:first-child ul li.menu-item-has-children .sm-trigger:hover:after, .pr-navcon nav > div:first-child ul li.menu-item-has-children .sm-trigger:focus-visible:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .pr-navcon nav > div:first-child ul li.menu-item-has-children.sub > .sm-trigger:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .pr-navcon nav > div:first-child ul li.menu-item-has-children.sub > ul.sub-menu {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s;
  }
  .pr-navcon nav > div:first-child ul li.menu-item-has-children.sub > ul.sub-menu > li {
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
  .pr-navcon nav > div:first-child ul li ul.sub-menu {
    pointer-events: all;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.2);
    position: relative;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: none;
    transition: none;
    margin: 0;
    max-width: none;
    right: 0 !important;
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .pr-navcon nav > div:first-child ul li ul.sub-menu li {
    max-height: 100% !important;
    -webkit-clip-path: none !important;
            clip-path: none !important;
    -webkit-margin-after: -100%;
            margin-block-end: -100%;
    -webkit-transition: margin-bottom 0.5s;
    transition: margin-bottom 0.5s;
    overflow: hidden;
  }
  .pr-navcon nav > div:first-child ul li ul.sub-menu li a {
    white-space: normal !important;
    max-width: 100% !important;
    float: none !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .pr-navcon nav > div:first-child ul li ul.sub-menu li a:after {
    display: none !important;
  }
  .pr-navcon nav > div:first-child ul li a {
    height: auto;
    min-height: 55px;
    padding: 15px !important;
    background-color: transparent;
  }
  .pr-navcon nav > div:first-child.open > div ul li.menu-item-has-children .sub-menu {
    opacity: 1;
  }
  .pr-navcon nav .search {
    height: auto;
    width: 100%;
  }
  .pr-navcon nav .search > form {
    position: relative;
    -webkit-transform: none;
            transform: none;
    right: auto;
    top: auto;
    margin: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .pr-navcon nav .search > form label:before {
    right: 30px;
    top: 23px;
  }
  .pr-navcon nav .search input[type=search] {
    border-radius: var(--rcorner);
    padding: 11px 35px 10px 10px;
    width: calc(100% - 30px);
    margin: 15px;
    background-color: var(--dbg);
    color: var(--bg);
  }
  .pr-navcon nav .search input[type=submit] {
    top: 15px;
    height: 40px;
    right: 20px;
  }
  .pr-navcon nav .search #searchbtn {
    display: none;
  }
  .pr-navcon nav {
    background-color: var(--dbg);
    padding: 0;
  }
  .pr-navcon nav ::-webkit-scrollbar-thumb {
    background-color: var(--accent) !important;
    border: 5px solid var(--dbg) !important;
  }
  .pr-navcon nav > div:first-child {
    border: none;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .pr-navcon nav > div:first-child > ul {
    max-width: none;
    padding-top: 70px;
  }
  .pr-navcon nav > div:first-child ul li.mobonly {
    display: block;
  }
  .pr-navcon nav > div:first-child ul li.mobbtm {
    display: block;
  }
  .pr-navcon nav > div:first-child ul li.mobbtm:last-child a {
    margin-top: 0;
  }
  .pr-navcon nav > div:first-child ul li.mobbtm a {
    position: relative;
    overflow: hidden !important;
    z-index: 1;
    padding: 10px 15px;
    background-color: var(--accent);
    border: 2px solid var(--accent);
    color: var(--bg);
    display: inline-block;
    font-family: var(--btext);
    font-weight: 400;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: var(--rcorner);
    -webkit-transition: color 0.5s, background-color 0.5s;
    transition: color 0.5s, background-color 0.5s;
    border-radius: 4px !important;
    margin: 10px;
    width: calc(100% - 20px);
    background-color: transparent;
    color: var(--accent) !important;
  }
  .pr-navcon nav > div:first-child ul li.mobbtm a:hover, .pr-navcon nav > div:first-child ul li.mobbtm a:focus-visible {
    outline: none;
    color: var(--accent);
    cursor: pointer;
  }
  .pr-navcon nav > div:first-child ul li.mobbtm a:hover:after, .pr-navcon nav > div:first-child ul li.mobbtm a:focus-visible:after {
    -webkit-clip-path: circle(100%);
            clip-path: circle(100%);
    opacity: 1;
  }
  .pr-navcon nav > div:first-child ul li.mobbtm a:before {
    display: none !important;
  }
  .pr-navcon nav > div:first-child ul li.mobbtm a:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--bg);
    opacity: 0.5;
    -webkit-clip-path: circle(0%);
            clip-path: circle(0%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .pr-navcon nav > div:first-child ul li.mobbtm a.transp {
    background-color: transparent !important;
  }
  .pr-navcon nav > div:first-child ul li.mobbtm a:after {
    background-color: var(--accent);
  }
  .pr-navcon nav > div:first-child ul li.mobbtm a:hover, .pr-navcon nav > div:first-child ul li.mobbtm a:focus {
    color: var(--dbg) !important;
  }
  .pr-navcon nav > div:first-child ul li.menu-item-has-children {
    border-right: 2px solid var(--accent) !important;
  }
  .pr-navcon nav > div:first-child ul li.menu-item-has-children .sm-trigger {
    color: var(--accent);
  }
  .pr-navcon nav > div:first-child ul li.menu-item-has-children .sm-trigger:hover, .pr-navcon nav > div:first-child ul li.menu-item-has-children .sm-trigger:focus {
    color: var(--bg);
  }
  .pr-navcon nav > div:first-child ul li.menu-item-has-children .sm-trigger:hover:after, .pr-navcon nav > div:first-child ul li.menu-item-has-children .sm-trigger:focus:after {
    background-color: var(--accent);
  }
  .pr-navcon nav > div:first-child ul li ul.sub-menu {
    border-left: none !important;
    border-right: none !important;
  }
  .pr-navcon nav > div:first-child ul li ul.sub-menu:after {
    display: none;
  }
  .pr-navcon nav > div:first-child ul li ul.sub-menu li a {
    background: none;
    color: var(--bg);
    letter-spacing: normal !important;
  }
  .pr-navcon nav > div:first-child ul li ul.sub-menu li a:hover, .pr-navcon nav > div:first-child ul li ul.sub-menu li a:focus {
    color: var(--accent);
  }
  .pr-navcon nav > div:first-child ul li a {
    --accent: var(--col3);
    --bg: var(--col1);
    font-family: var(--dtext);
    text-transform: uppercase;
  }
  .pr-navcon nav > div:first-child ul li a p a {
    opacity: 0.5;
  }
  .pr-navcon nav > div:first-child ul li a p a:hover, .pr-navcon nav > div:first-child ul li a p a:focus-visible {
    opacity: 1;
  }
  .pr-navcon nav > div:first-child ul li a:hover, .pr-navcon nav > div:first-child ul li a:focus {
    color: var(--bg);
  }
  .pr-navcon nav > div:first-child ul li a:before {
    background-color: var(--accent);
    height: 100%;
  }
  .pr-navcon nav .search {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background-color: var(--accent);
    padding-bottom: 10px;
    position: relative;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
  .pr-navcon nav .search > form, .pr-navcon nav .search > div > form {
    position: relative;
    -webkit-transform: none;
            transform: none;
    right: auto;
    top: auto;
    margin: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-clip-path: none;
            clip-path: none;
    border-radius: none;
    background: none;
    left: auto;
    transform: none !important;
    border: none;
    overflow: visible;
    height: auto;
    padding: 0;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .pr-navcon nav .search > form > *, .pr-navcon nav .search > div > form > * {
    visibility: visible;
  }
  .pr-navcon nav .search > form .dgwt-wcas-sf-wrapp, .pr-navcon nav .search > div > form .dgwt-wcas-sf-wrapp {
    position: relative;
    top: auto;
  }
  .pr-navcon nav .search > form label, .pr-navcon nav .search > div > form label {
    width: calc(100% - 30px);
    margin-top: 0;
    top: auto;
  }
  .pr-navcon nav .search > form label:before, .pr-navcon nav .search > div > form label:before {
    right: 0;
    top: 27px;
  }
  .pr-navcon nav .search > form button[type=submit], .pr-navcon nav .search > div > form button[type=submit] {
    position: absolute;
    right: -6px;
    top: 28px;
  }
  .pr-navcon nav .search input[type=search] {
    width: 100%;
    height: 40px;
    background-color: var(--bg);
    color: var(--dbg);
    padding: 12px 52px 12px 15px !important;
  }
  .pr-navcon nav .search input[type=search]:focus {
    background-color: #FFEED3;
  }
  .pr-navcon nav .search input[type=submit] {
    top: -5px;
    left: auto;
  }
  .pr-navcon nav #top-menu {
    position: relative;
    z-index: 2;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 40px 15px 0 15px;
    margin-bottom: 22px;
    right: 0;
  }
  .pr-navcon nav #top-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pr-navcon nav #top-menu ul.sub-menu {
    padding-left: 10px;
  }
  .pr-navcon nav #top-menu a {
    --accent: var(--col1);
    --bg: var(--col3);
    margin-bottom: 10px;
  }
}

header, #header {
  padding: 0;
  min-height: 500px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  position: sticky !important;
  top: 0;
  z-index: 0;
  background-color: var(--accent);
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s, -webkit-filter 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s, -webkit-filter 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, filter 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, filter 0.3s, -webkit-box-shadow 0.3s, -webkit-filter 0.3s;
}
header > .bgbw, #header > .bgbw {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  opacity: 0.6;
}
header ~ section, #header ~ section {
  background-color: var(--bg);
  position: relative;
  z-index: 1;
}
header h1, #header h1 {
  margin-top: 30px !important;
  text-shadow: 1px 0px var(--accent), -1px 0px var(--accent), 0px -1px var(--accent), 0px 1px var(--accent);
}

.category header, .single header, .archive header, .search header {
  padding: 40px max(var(--inpad), (100% - var(--conwidth)) / 2);
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='199' viewBox='0 0 100 199'%3E%3Cg fill='%23ffffff' fill-opacity='0.4'%3E%3Cpath d='M0 199V0h1v1.99L100 199h-1.12L1 4.22V199H0zM100 2h-.12l-1-2H100v2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), -webkit-gradient(linear, left top, left bottom, color-stop(30%, var(--bg)), color-stop(30%, var(--accent))) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='199' viewBox='0 0 100 199'%3E%3Cg fill='%23ffffff' fill-opacity='0.4'%3E%3Cpath d='M0 199V0h1v1.99L100 199h-1.12L1 4.22V199H0zM100 2h-.12l-1-2H100v2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), linear-gradient(to bottom, var(--bg) 30%, var(--accent) 30%) !important;
  background-attachment: fixed, scroll !important;
  background-size: auto !important;
}
@media screen and (max-width: 767px) {
  .category header, .single header, .archive header, .search header {
    padding-inline: var(--inpadm);
  }
}
.category header > *, .single header > *, .archive header > *, .search header > * {
  width: 100%;
}
.category header:before, .single header:before, .archive header:before, .search header:before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  z-index: 0;
  top: 30%;
  left: 0;
  background-image: linear-gradient(-135deg, var(--bg) 50%, transparent 50%);
  background-size: 40px;
  background-repeat: repeat-x;
}
.category header > *, .single header > *, .archive header > *, .search header > * {
  position: relative;
  z-index: 1;
}
.category header ~ section, .single header ~ section, .archive header ~ section, .search header ~ section {
  background-color: var(--bg);
  position: relative;
  z-index: 1;
}

body.home header {
  min-height: calc(100vh - 45px);
  -webkit-clip-path: none;
          clip-path: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: sticky;
  top: 0;
  z-index: 0;
}
body.home header > div.elementor-column-gap-default {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.home header h1 {
  background-image: none;
  text-align: left;
}
body.home header .elementor-hidden-phone {
  display: block !important;
}
body.home header .elementor-hidden-phone video {
  min-height: 100vh;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section:nth-of-type(n + 2) header {
  min-height: 0;
  background-color: inherit;
}

body.single-post header, body.single-post #header {
  color: #fff;
  background-color: var(--dbg);
}
body.single-post header h3, body.single-post #header h3 {
  --accent: var(--col3);
  --bg: var(--col1);
  padding: 5px 10px;
  background-color: var(--bg);
  width: auto;
  text-align: center;
}
body.single-post header h3 p a, body.single-post #header h3 p a {
  opacity: 0.5;
}
body.single-post header h3 p a:hover, body.single-post header h3 p a:focus-visible, body.single-post #header h3 p a:hover, body.single-post #header h3 p a:focus-visible {
  opacity: 1;
}
body.single-post header h3 a, body.single-post #header h3 a {
  margin: 0 5px;
}
body.single-post header h1, body.single-post #header h1 {
  margin: 0;
}
body.single-post header h4, body.single-post #header h4 {
  margin: 0;
  margin-top: 5px;
  background-color: var(--accent);
  color: var(--dbg);
  padding: 2px 10px;
  border-radius: 50px;
  width: auto;
}
body.single-post header + main, body.single-post #header + main {
  padding-top: 88px;
  padding-bottom: 60px;
}

#innerhead {
  padding-top: 100px;
  padding-bottom: 75px;
  margin-bottom: -42px;
  min-height: 200px;
  color: #fff;
  background-color: var(--dbg);
}
#innerhead h3 {
  --accent: var(--col3);
  --bg: var(--col1);
  margin: 5px -5px;
}
#innerhead h3 p a {
  opacity: 0.5;
}
#innerhead h3 p a:hover, #innerhead h3 p a:focus-visible {
  opacity: 1;
}
#innerhead h3 a {
  margin: 0 5px;
}
#innerhead h1 {
  margin: 0;
  text-align: left;
}
#innerhead h4 {
  margin: 0;
  margin-top: 5px;
  background-color: var(--accent);
  color: var(--dbg);
  padding: 2px 10px;
  border-radius: 50px;
  width: auto;
}
#innerhead + main {
  padding-top: 88px;
  padding-bottom: 60px;
}

.category header .bgoverlay, .single header .bgoverlay, .archive header .bgoverlay, .search header .bgoverlay {
  display: none;
}

.search header input {
  border: 1px solid var(--bg) !important;
}

body.single-product header, body.woocommerce-cart header, body.woocommerce-account header, body.woocommerce-checkout header {
  min-height: 120px;
}
body.single-product header a, body.woocommerce-cart header a, body.woocommerce-account header a, body.woocommerce-checkout header a {
  --accent: var(--col3);
  --bg: var(--col1);
}
body.single-product header a p a, body.woocommerce-cart header a p a, body.woocommerce-account header a p a, body.woocommerce-checkout header a p a {
  opacity: 0.5;
}
body.single-product header a p a:hover, body.single-product header a p a:focus-visible, body.woocommerce-cart header a p a:hover, body.woocommerce-cart header a p a:focus-visible, body.woocommerce-account header a p a:hover, body.woocommerce-account header a p a:focus-visible, body.woocommerce-checkout header a p a:hover, body.woocommerce-checkout header a p a:focus-visible {
  opacity: 1;
}

#page {
  margin-top: 45px;
}

#content {
  background-color: #f7f7f7;
}

body:not(.home) #page #content > div > section:first-of-type section {
  padding-top: 130px;
  padding-bottom: 55px;
}

body.category main.contain.sb {
  padding-top: 55px;
}
body.category main.contain.sb > section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
body.category main.contain.sb > section > article {
  border: 1px solid var(--accent);
  border-radius: 4px;
  padding: 5px 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
body.category main.contain.sb > section > article .thumb {
  background-size: contain;
  width: 100%;
  height: 100%;
  margin: -5px -10px;
  position: absolute;
  -webkit-filter: grayscale(1) brightness(5);
          filter: grayscale(1) brightness(5);
  opacity: 0.1;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  body.category main.contain.sb > section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

main {
  background-color: transparent;
}

.postmeta {
  border-radius: 4px;
  background: #eee;
  color: #888;
  padding: 15px 20px;
  font-size: 0.8em;
  text-align: right;
  margin-bottom: 10px;
}

.elementor-post__read-more {
  color: var(--accent);
  text-decoration: none;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--accent)), to(var(--accent)));
  background-image: linear-gradient(var(--accent), var(--accent));
  background-size: 0 1px;
  background-position: bottom left;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
  --accent: var(--col4);
}
.elementor-post__read-more:hover, .elementor-post__read-more:focus-visible {
  outline: none;
  background-size: 100% 1px;
}
.elementor-post__read-more:visited {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.elementor-post__read-more.external:after, .elementor-post__read-more[data-exlink]:after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  height: 1em;
  aspect-ratio: 1;
  padding: 0 !important;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112v320c0 44.2 35.8 80 80 80h320c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32v112c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16h112c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112v320c0 44.2 35.8 80 80 80h320c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32v112c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16h112c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z"/></svg>');
  font-size: 40%;
  -webkit-margin-start: 2px;
          margin-inline-start: 2px;
  vertical-align: middle;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.elementor-post__read-more.download:after, .elementor-post__read-more[data-dllink]:after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  height: 1em;
  aspect-ratio: 1;
  padding: 0 !important;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v242.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-32c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v242.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-32c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"/></svg>');
  font-size: 60%;
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
  vertical-align: middle;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.elementor-post__read-more.clean {
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}
.elementor-post__read-more.clean:before, .elementor-post__read-more.clean:after {
  display: none !important;
}
.elementor-post__read-more.clean:hover {
  -webkit-filter: drop-shadow(0 0 10px var(--accent));
          filter: drop-shadow(0 0 10px var(--accent));
}

.sidebar {
  background-color: var(--bg);
  border-radius: 4px;
  position: sticky !important;
  top: 10px;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 50% calc(100% - 30px), 100% 100%, 100% 0%);
          clip-path: polygon(0 0, 0 100%, 50% calc(100% - 30px), 100% 100%, 100% 0%);
  min-width: 200px;
  --accent: var(--col3);
  --bg: var(--col1);
}
.sidebar p a {
  opacity: 0.5;
}
.sidebar p a:hover, .sidebar p a:focus-visible {
  opacity: 1;
}
.sidebar > div {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--accent);
}
.sidebar > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.sidebar a {
  color: var(--accent);
  text-decoration: none;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--accent)), to(var(--accent)));
  background-image: linear-gradient(var(--accent), var(--accent));
  background-size: 0 1px;
  background-position: bottom left;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}
.sidebar a:hover, .sidebar a:focus-visible {
  outline: none;
  background-size: 100% 1px;
}
.sidebar a:visited {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.sidebar a.external:after, .sidebar a[data-exlink]:after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  height: 1em;
  aspect-ratio: 1;
  padding: 0 !important;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112v320c0 44.2 35.8 80 80 80h320c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32v112c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16h112c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112v320c0 44.2 35.8 80 80 80h320c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32v112c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16h112c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z"/></svg>');
  font-size: 40%;
  -webkit-margin-start: 2px;
          margin-inline-start: 2px;
  vertical-align: middle;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.sidebar a.download:after, .sidebar a[data-dllink]:after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  height: 1em;
  aspect-ratio: 1;
  padding: 0 !important;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v242.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-32c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v242.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-32c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"/></svg>');
  font-size: 60%;
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
  vertical-align: middle;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.sidebar a.clean {
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}
.sidebar a.clean:before, .sidebar a.clean:after {
  display: none !important;
}
.sidebar a.clean:hover {
  -webkit-filter: drop-shadow(0 0 10px var(--accent));
          filter: drop-shadow(0 0 10px var(--accent));
}
.sidebar ul {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style: none;
}
.sidebar ul > li {
  margin-bottom: 5px;
}
.sidebar .widgettitle {
  margin-top: 0;
  margin-bottom: 5px;
}
.sidebar .sblist {
  letter-spacing: -0.5px;
}
.sidebar .sblist strong {
  font-family: var(--dtext);
  font-size: 60%;
  letter-spacing: 0.5px;
  margin-right: -1px;
  display: block;
  line-height: 1;
}

main.sb {
  margin: 0 -10px;
}
main.sb > * {
  margin: 0 10px;
}
main.sb .sidebar {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  padding: 20px;
  padding-bottom: 55px;
  padding-top: 30px;
}
main.sb .sidebar > div {
  margin-bottom: 20px;
}
main.sb .sidebar > div:last-child {
  margin-bottom: 0;
}
main.sb .sidebar h3 {
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

.wsocial a {
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}
.wsocial a:hover {
  -webkit-filter: drop-shadow(0 0 5px var(--accent));
          filter: drop-shadow(0 0 5px var(--accent));
}
.wsocial a:hover:before {
  display: none !important;
}

footer #ftwidg > * img {
  max-width: 150px !important;
}
footer h2 {
  margin: 0;
  font-size: 1.5em;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#scrspacer {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */