@charset "UTF-8";
:root {
  --qode-main-color: #fff;
  --qode-additional-color: #bcbcbc;
  --qode-btn-animation-color: #000;
  --qode-secondary-color: #d48063;
  --qode-page-bg-color: #000;
  --qode-header-light-color: #fff;
  --qode-header-light-hover-color: #fff;
  --qode-header-dark-color: #000;
  --qode-header-dark-hover-color: #000;
}
@keyframes qodef-line-visible-animation-top {
  0% {
    transform: scaleY(1);
    transform-origin: 0 0;
  }
  50% {
    transform: scaleY(0);
    transform-origin: 0 0;
  }
  51% {
    transform: scaleY(0);
    transform-origin: 0 100%;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0 100%;
  }
}
@keyframes qodef-line-visible-animation {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0;
  }
  50% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
  51% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
}
@keyframes qodef-line-visible-animation-back {
  0% {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
  50% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  51% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0;
  }
}
@keyframes qodef-btn-text-solid-animation {
  0%,
  100%,
  80% {
    color: var(--qode-btn-animation-color);
  }
  30%,
  50% {
    color: var(--qode-main-color);
  }
}
@keyframes qodef-btn-svg-solid-animation {
  0%,
  100%,
  80% {
    fill: var(--qode-main-color);
  }
  30%,
  50% {
    fill: var(--qode-btn-animation-color);
  }
}
@keyframes qodef-btn-svg-solid-animation-stroke {
  0%,
  100%,
  80% {
    stroke: var(--qode-main-color);
  }
  30%,
  50% {
    stroke: var(--qode-btn-animation-color);
  }
}
@keyframes qodef-btn-text-solid-animation-drop-down-filled {
  0%,
  100%,
  80% {
    color: #000;
  }
  30%,
  50% {
    color: #fff;
  }
}
@keyframes qodef-btn-text-solid-animation-drop-down-filled-inverse {
  0%,
  100%,
  80% {
    color: #fff;
  }
  30%,
  50% {
    color: #000;
  }
}
@keyframes qodef-btn-text-outline-animation {
  0%,
  100%,
  75% {
    color: var(--qode-main-color);
  }
  30%,
  50% {
    color: var(--qode-btn-animation-color);
  }
}
@keyframes qodef-btn-text-outline-animation-cart-drop-down-outlined {
  0%,
  100%,
  75% {
    color: #fff;
  }
  30%,
  50% {
    color: #000;
  }
}
@keyframes qodef-btn-outline-animation {
  0% {
    transform: translateX(-101%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(101%);
  }
}
@keyframes qodef-wide-menu-underline {
  0% {
    background-size: 100% 100%;
    background-position-x: 100%;
  }
  100% {
    background-size: 0 100%;
    background-position-x: 100%;
  }
}
@keyframes qodef-wide-menu-underline-hover {
  0% {
    background-position-x: 0;
    background-size: 0 100%;
  }
  100% {
    background-position-x: 0;
    background-size: 100% 100%;
  }
}
@keyframes qode-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes qode-fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes qode-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes qode-ball-fall {
  0% {
    opacity: 0;
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: translateY(145%);
  }
}
@keyframes qode-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes qode-double-pulse {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes qode-cube {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes qode-rotating-cubes {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes qode-stretch-delay {
  0%,
  100%,
  40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes qode-bounce-delay {
  0%,
  100%,
  80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes qode-rotate-circles {
  to {
    transform: rotate(360deg);
  }
}
@keyframes qode-atom-position {
  50% {
    top: 80px;
    left: 80px;
  }
}
@keyframes qode-atom-size {
  50% {
    transform: scale(0.5);
  }
}
@keyframes qode-atom-zindex {
  100% {
    z-index: 10;
  }
}
@keyframes qode-atom-shrink {
  50% {
    transform: scale(0.8);
  }
}
@keyframes qode-clock {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes qode-clock-1 {
  0% {
    transform: rotate(-135deg);
  }
  30% {
    transform: rotate(-450deg);
  }
  100% {
    transform: rotate(-450deg);
  }
}
@keyframes qode-clock-2 {
  5% {
    transform: rotate(-90deg);
  }
  35% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes qode-clock-3 {
  10% {
    transform: rotate(-45deg);
  }
  40% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes qode-clock-4 {
  15% {
    transform: rotate(0);
  }
  45% {
    transform: rotate(-315deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}
@keyframes qode-mitosis-invert {
  100% {
    transform: rotate(180deg);
  }
}
@keyframes qode-mitosis-ball-1 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(50%, 25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(50%, 50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}
@keyframes qode-mitosis-ball-2 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(50%, -25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(50%, -50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}
@keyframes qode-mitosis-ball-3 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(-50%, 25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}
@keyframes qode-mitosis-ball-4 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(-50%, -25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}
@keyframes qode-lines-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes qode-fussion-ball-1 {
  50% {
    top: -100%;
    left: 200%;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
  }
}
@keyframes qode-fussion-ball-2 {
  50% {
    top: 200%;
    left: 200%;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
  }
}
@keyframes qode-fussion-ball-3 {
  50% {
    top: 200%;
    left: -100%;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
  }
}
@keyframes qode-fussion-ball-4 {
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
  }
}
@keyframes qode-wave-jump-1 {
  12% {
    transform: translate(20px, -40px);
    animation-timing-function: ease-in;
  }
  100%,
  24% {
    transform: translate(40px, 0);
  }
}
@keyframes qode-wave-jump-2 {
  12% {
    transform: translate(0, 0);
  }
  24% {
    transform: translate(20px, -40px);
    animation-timing-function: ease-in;
  }
  100%,
  36% {
    transform: translate(40px, 0);
  }
}
@keyframes qode-wave-jump-3 {
  24% {
    transform: translate(0, 0);
  }
  36% {
    transform: translate(20px, -40px);
    animation-timing-function: ease-in;
  }
  100%,
  48% {
    transform: translate(40px, 0);
  }
}
@keyframes qode-wave-wipe {
  100%,
  48% {
    transform: translateX(-120px);
  }
}
@keyframes qode-pulse-circles-pulse {
  0% {
    transform: scale(0.1);
    opacity: 1;
    border-width: 50px;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
  }
}
@keyframes qode-bounce {
  20%,
  53%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes qode-pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes qodef-animate-line {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0);
    transform-origin: right;
  }
  51% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@keyframes qodef-animated-gradient {
  0% {
    background-size: 125% 200%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  }
  40% {
    background-size: 300% 300%, 100% 75%, 100% 100%, 110% 80%, 100% 100%;
  }
  60% {
    background-size: 200% 200%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  }
  100% {
    background-size: 100% 175%, 150% 150%, 125% 125%, 110% 110%, 100% 100%;
  }
}
@keyframes qodef-gradient-dot {
  0%,
  100% {
    transform: translate3d(-50%, -40%, 0) scale(0.5);
  }
  35% {
    transform: translate3d(50%, 20%, 0) scale(1) rotate(45deg);
  }
  57% {
    transform: translate3d(30%, 70%, 0) scale(1);
  }
}
@keyframes qodef-gradient-dot-2 {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.5);
  }
  35% {
    transform: translate3d(-50%, -20%, 0) scale(1) rotate(45deg);
  }
  57% {
    transform: translate3d(30%, 70%, 0) scale(1);
  }
}
@keyframes qode-dots-holder {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg) translate(10%, 20%);
  }
}
@keyframes qode-dot {
  50% {
    transform: scale(2) translateY(100px);
  }
}
@keyframes qode-neon-text-animation {
  0% {
    text-shadow: 0 0 7px currentColor, 0 0 10px currentColor,
      0 0 21px currentColor, 0 0 42px var(--qodef-text-shadow-color),
      0 0 82px var(--qodef-text-shadow-color),
      0 0 92px var(--qodef-text-shadow-color),
      0 0 102px var(--qodef-text-shadow-color),
      0 0 151px var(--qodef-text-shadow-color);
  }
  50% {
    text-shadow: 0 0 15px currentColor, 0 0 10px currentColor,
      0 0 21px currentColor, 0 0 42px var(--qodef-text-shadow-color),
      0 0 82px var(--qodef-text-shadow-color),
      0 0 72px var(--qodef-text-shadow-color),
      0 0 52px var(--qodef-text-shadow-color),
      0 0 80px var(--qodef-text-shadow-color);
  }
}
@keyframes qode-neon-2-text-animation {
  100% {
    text-shadow: 0 0 4px currentColor, 0 0 11px currentColor,
      0 0 19px currentColor, 0 0 40px var(--qodef-text-shadow-color),
      0 0 80px var(--qodef-text-shadow-color),
      0 0 90px var(--qodef-text-shadow-color),
      0 0 100px var(--qodef-text-shadow-color),
      0 0 150px var(--qodef-text-shadow-color);
  }
  0% {
    text-shadow: 0 0 4px currentColor, 0 0 10px currentColor,
      0 0 18px currentColor, 0 0 38px var(--qodef-text-shadow-color),
      0 0 73px var(--qodef-text-shadow-color),
      0 0 80px var(--qodef-text-shadow-color),
      0 0 94px var(--qodef-text-shadow-color),
      0 0 140px var(--qodef-text-shadow-color);
  }
}
@keyframes qodef-spinner-dot-1 {
  0% {
    transform: translateY(0) translateX(0);
  }
  30% {
    transform: translateY(7px) translateX(0);
  }
  70% {
    transform: translateY(7px) translateX(20px);
  }
  100% {
    transform: translateY(0) translateX(20px);
  }
}
@keyframes qodef-spinner-dot-2 {
  0% {
    transform: translateY(0) translateX(0);
  }
  30% {
    transform: translateY(7px) translateX(0);
  }
  70% {
    transform: translateY(7px) translateX(40px);
  }
  100% {
    transform: translateY(0) translateX(40px);
  }
}
@keyframes qodef-spinner-dot-3 {
  0% {
    transform: translateY(0) translateX(0);
  }
  30% {
    transform: translateY(-7px) translateX(0);
  }
  70% {
    transform: translateY(-7px) translateX(-40px);
  }
  100% {
    transform: translateY(0) translateX(-40px);
  }
}
@keyframes qodef-spinner-dot-4 {
  0% {
    transform: translateY(0) translateX(0);
  }
  30% {
    transform: translateY(-7px) translateX(0);
  }
  70% {
    transform: translateY(-7px) translateX(-20px);
  }
  100% {
    transform: translateY(0) translateX(-20px);
  }
}
@keyframes qodef-btn-btt-animation {
  0% {
    transform: translateY(101%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-101%);
  }
}
@keyframes qode-swiper-title-in {
  0% {
    transform: translateX(80px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes qode-swiper-title-out {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-80px);
    opacity: 0;
  }
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  outline: 0;
}
* {
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
del {
  text-decoration: line-through;
}
pre {
  max-width: 100%;
  margin: 15px 0;
  padding: 15px;
  background-color: #a2a2a2;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: monospace;
  font-size: 1em;
  color: var(--qode-main-color);
}
code {
  background-color: #a2a2a2;
  padding: 0;
  font-family: monospace, monospace;
  font-size: 1em;
  color: var(--qode-main-color);
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  width: 100%;
  vertical-align: middle;
  border: medium none;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
table tr {
  border: 1px solid #e1e1e1;
}
table th {
  padding: 5px 7px;
  text-align: left;
  border-right: 1px solid #e1e1e1;
}
table td {
  padding: 5px 7px;
  text-align: left;
  border: 0;
  border-right: 1px solid #e1e1e1;
}
table td br {
  display: none;
}
hr {
  background-color: #fff;
  border: 0;
  height: 2px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
hr:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}
body:not([class*="micdrop-core"]) hr {
  clear: both;
}
ol,
ul {
  list-style-position: inside;
  margin-bottom: 1.5em;
  padding: 0;
}
ol.wp-block,
ul.wp-block {
  margin-bottom: 1.5em;
}
ol:not(.wp-block),
ul:not(.wp-block) {
  margin: 0 0 1.5em;
}
li > ol:not(.wp-block),
li > ul:not(.wp-block) {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
a img {
  border: none;
}
.wp-caption,
img {
  height: auto;
  max-width: 100%;
}
img {
  vertical-align: middle;
  border-style: none;
}
figure {
  margin: 0;
}
figure.alignleft {
  margin-right: 1.5em;
}
figure.alignright {
  margin-left: 1.5em;
}
embed,
iframe,
object {
  display: block;
  max-width: 100%;
}
video {
  display: block;
}
embed,
object {
  height: auto;
}
label {
  display: block;
  margin-bottom: 0.5em;
}
fieldset {
  margin-bottom: 1em;
  padding: 0.35em 0.75em 0.625em;
}
input[type="submit"] {
  -webkit-appearance: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
  background-color: #a2a2a2;
}
small {
  font-size: 80%;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
template {
  display: none;
}
.gallery-caption,
.wp-caption,
figcaption {
  display: block;
  max-width: 100%;
  margin: 7px auto 0;
  font-size: 13px !important;
  line-height: 1em !important;
  color: var(--qode-main-color);
  text-align: center;
  opacity: 1;
}
.gallery-caption a,
.wp-caption a,
figcaption a {
  color: inherit;
}
.wp-caption .wp-caption-text {
  opacity: 1;
}
blockquote.instagram-media,
iframe.instagram-media {
  margin: auto !important;
}
.bypostauthor,
.sticky {
  opacity: 1;
}
::selection {
  color: #fff;
  background: var(--qode-main-color);
}
::-moz-selection {
  color: #fff;
  background: var(--qode-main-color);
}
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  line-height: 1;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
  word-wrap: normal !important;
  overflow: hidden;
}
.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  color: #21759b;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  z-index: 100000;
}
#qodef-page-content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  float: left;
  text-align: left;
  margin: 1rem 2rem 1rem 0 !important;
  clear: left;
}
.aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  text-align: right;
  margin: 1rem 0 1rem 2rem !important;
  clear: right;
}
body:not([class*="micdrop-core"]) .alignright {
  clear: right;
}
.qodef-content-alignment-left {
  text-align: left;
}
.qodef-content-alignment-center {
  text-align: center;
}
.qodef-content-alignment-right {
  text-align: right;
}
.qodef-blog .qodef-e-info > * {
  display: inline-flex;
  flex-wrap: wrap;
  font-family: Syne, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--qode-main-color);
}
.qodef-blog .qodef-e-info > :hover {
  color: var(--qode-main-color);
}
.qodef-blog .qodef-e-info .qodef-info-separator-end:after {
  content: "/";
  margin: 0 10px;
}
.qodef-blog .qodef-e-info .qodef-info-separator-end:last-of-type {
  display: none;
}
.qodef-info-separator-single:after {
  content: ",";
  margin-right: 5px;
}
.clear:after,
.clear:before,
.comment-author:after,
.comment-author:before,
.comment-content:after,
.comment-content:before,
.comment-meta:after,
.comment-meta:before,
.nav-links:after,
.nav-links:before,
.pagination:after,
.pagination:before,
.widget-area:after,
.widget-area:before,
.widget:after,
.widget:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.comment-author:after,
.comment-content:after,
.comment-meta:after,
.nav-links:after,
.pagination:after,
.widget-area:after,
.widget:after {
  clear: both;
}
body {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 1.705em;
  font-weight: 400;
  color: var(--qode-main-color);
  background-color: #000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.qodef-h1,
h1 {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 80px;
  line-height: 1.0375em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media only screen and (max-width: 1440px) {
  .qodef-h1,
  h1 {
    font-size: 60px;
    line-height: 1.0334em;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-h1,
  h1 {
    font-size: 30px;
    line-height: 1.066em;
  }
}
.qodef-h1 a,
h1 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
.qodef-h1 a:focus,
.qodef-h1 a:hover,
h1 a:focus,
h1 a:hover {
  color: var(--qode-main-color);
}
.qodef-h2,
h2 {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 60px;
  line-height: 1.033em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media only screen and (max-width: 1440px) {
  .qodef-h2,
  h2 {
    font-size: 55px;
    line-height: 1.0363em;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-h2,
  h2 {
    font-size: 27px;
    line-height: 1.075em;
  }
}
.qodef-h2 a,
h2 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
.qodef-h2 a:focus,
.qodef-h2 a:hover,
h2 a:focus,
h2 a:hover {
  color: var(--qode-main-color);
}
.qodef-h3,
h3 {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 47px;
  line-height: 1.063em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media only screen and (max-width: 680px) {
  .qodef-h3,
  h3 {
    font-size: 24px;
    line-height: 1.083em;
  }
}
.qodef-h3 a,
h3 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
.qodef-h3 a:focus,
.qodef-h3 a:hover,
h3 a:focus,
h3 a:hover {
  color: var(--qode-main-color);
}
.qodef-h4,
h4 {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 37px;
  line-height: 1.054em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media only screen and (max-width: 680px) {
  .qodef-h4,
  h4 {
    font-size: 21px;
    line-height: 1.095em;
  }
}
.qodef-h4 a,
h4 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
.qodef-h4 a:focus,
.qodef-h4 a:hover,
h4 a:focus,
h4 a:hover {
  color: var(--qode-main-color);
}
.qodef-h5,
h5 {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 23px;
  line-height: 1.087em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media only screen and (max-width: 680px) {
  .qodef-h5,
  h5 {
    font-size: 19px;
    line-height: 1.105em;
  }
}
.qodef-h5 a,
h5 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
.qodef-h5 a:focus,
.qodef-h5 a:hover,
h5 a:focus,
h5 a:hover {
  color: var(--qode-main-color);
}
.qodef-h6,
h6 {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 17px;
  line-height: 1.118em;
  font-weight: 600;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.qodef-h6 a,
h6 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
.qodef-h6 a:focus,
.qodef-h6 a:hover,
h6 a:focus,
h6 a:hover {
  color: var(--qode-main-color);
}
a,
p a {
  color: var(--qode-main-color);
  text-decoration: none;
  transition: color 0.2s ease-out;
  cursor: pointer;
}
a:focus,
a:hover,
p a:focus,
p a:hover {
  color: var(--qode-main-color);
}
p {
  margin: 10px 0;
}
p.has-large-font-size {
  line-height: 1.705em;
}
p.has-background {
  padding: 20px 30px;
}
.wp-block-quote,
blockquote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
  position: relative;
  padding: 26px 6.2% 26px 0;
  border: none;
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 23px;
  line-height: 1.087em;
  quotes: none;
  z-index: 1;
}
@media only screen and (max-width: 680px) {
  .wp-block-quote,
  blockquote {
    font-size: 19px;
    line-height: 1.105em;
  }
}
.wp-block-quote.wp-block-quote.is-large,
.wp-block-quote.wp-block-quote.is-style-large,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
  margin: 0;
  padding: 26px 0 26px 0;
}
.wp-block-quote.has-text-align-right,
blockquote.has-text-align-right {
  padding: 26px 0 26px 6.2%;
}
.wp-block-quote.wp-block-pullquote,
blockquote.wp-block-pullquote {
  padding: 25px !important;
  text-align: center;
}
.wp-block-quote.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.alignleft {
  max-width: 290px;
}
.wp-block-quote.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignright {
  max-width: 290px;
}
.wp-block-quote.has-text-align-right:before,
blockquote.has-text-align-right:before {
  left: auto;
  right: 0;
}
.wp-block-quote:before,
blockquote:before {
  content: "“";
  display: inline-block;
  font-family: Syne, sans-serif;
  font-size: 27px;
  font-weight: 800;
  color: var(--qode-secondary-color);
  position: absolute;
  left: 0;
  top: 0;
  line-height: -1;
  z-index: 0;
}
.wp-block-quote > *,
blockquote > * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
  margin: 0;
}
.wp-block-quote p,
blockquote p {
  margin: 0 !important;
}
.wp-block-quote:after,
blockquote:after {
  content: "";
}
.wp-block-quote .wp-block-pullquote__citation,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote cite,
blockquote .wp-block-pullquote__citation,
blockquote .wp-block-quote__citation,
blockquote cite {
  position: relative !important;
  display: block !important;
  margin: 7px 0 4px !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  line-height: 30px !important;
  letter-spacing: 0 !important;
  z-index: 1 !important;
  color: #fff !important;
}
.qodef-img-caption {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #969696;
  display: block;
  margin-top: 4px;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 10px 14px;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: var(--qode-additional-color);
  background-color: transparent;
  border: 1px solid var(--qode-main-color);
  border-radius: 0;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
  color: var(--qode-main-color);
  background-color: transparent;
  border-color: var(--qode-main-color);
}
input[type="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input[type="date"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-page-footer input[type="date"],
#qodef-page-footer input[type="email"],
#qodef-page-footer input[type="number"],
#qodef-page-footer input[type="password"],
#qodef-page-footer input[type="search"],
#qodef-page-footer input[type="tel"],
#qodef-page-footer input[type="text"],
#qodef-page-footer input[type="url"],
#qodef-page-footer textarea {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
#qodef-page-footer input[type="date"]:focus,
#qodef-page-footer input[type="email"]:focus,
#qodef-page-footer input[type="number"]:focus,
#qodef-page-footer input[type="password"]:focus,
#qodef-page-footer input[type="search"]:focus,
#qodef-page-footer input[type="tel"]:focus,
#qodef-page-footer input[type="text"]:focus,
#qodef-page-footer input[type="url"]:focus,
#qodef-page-footer textarea:focus {
  color: #fff;
  background-color: transparent;
  border-color: #ccc;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  -webkit-appearance: none;
}
.post-password-form input[type="password"] {
  margin-top: 0.5em;
}
@media only screen and (min-width: 769px) {
  .post-password-form input[type="password"] {
    display: block;
    max-width: 50%;
  }
}
body:not([class*="micdrop-core"])
  .post-password-form
  input[type="submit"]:hover {
  color: #000;
  background-color: #fff;
}
.qodef-theme-button,
button[type="submit"],
input[type="submit"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-family: Syne, sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 15px 26px 15px 25px;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 1px solid var(--qode-main-color);
  overflow: hidden;
  cursor: pointer;
}
.qodef-theme-button span,
button[type="submit"] span {
  display: block;
  line-height: inherit;
}
.qodef-theme-button span:before,
button[type="submit"] span:before {
  display: block;
  line-height: inherit;
}
.qodef-theme-button.qodef-layout--outlined {
  color: var(--qode-main-color);
  background-color: transparent;
  border: 1px solid var(--qode-main-color);
  overflow: hidden;
}
.qodef-theme-button.qodef-layout--outlined .qodef-m-text {
  position: relative;
  z-index: 12;
  transition: 0.2s;
}
.qodef-theme-button.qodef-layout--outlined:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: currentColor;
  transform: translateX(-100%);
  transition: 0s;
}
.qodef-theme-button.qodef-layout--outlined:hover:after {
  animation: qodef-btn-outline-animation 1.2s
    cubic-bezier(0.34, 0.43, 0.13, 0.96) forwards;
}
.qodef-theme-button.qodef-layout--outlined:hover:not(.qodef-btn-custom-hover-color) {
  color: var(--qode-main-color);
}
.qodef-theme-button.qodef-layout--outlined:hover:not(.qodef-btn-custom-hover-color)
  .qodef-m-text {
  animation: qodef-btn-text-outline-animation 1.2s forwards;
}
.qodef-theme-button.qodef-layout--outlined:hover:not(.qodef-btn-custom-hover-bg) {
  background-color: transparent !important;
}
.qodef-theme-button.qodef-layout--outlined:hover:not(.qodef-btn-custom-border-hover) {
  border-color: var(--qode-main-color);
}
select {
  position: relative;
  display: block;
  height: auto;
  padding: 12px 14px;
  margin: 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  background-color: #fafafa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgd2lkdGg9JzEwLjhweCcgaGVpZ2h0PSc2LjJweCcgdmlld0JveD0nMCAwIDEwLjggNi4yJyBzdHlsZT0nZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMC44IDYuMjsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwYXRoIHN0eWxlPSdmaWxsOiAjQThBN0E3JyBkPSdNMTAuNiwwLjNjMC4zLDAuMywwLjMsMC43LDAsMUw1LjksNS45QzUuOCw2LjEsNS42LDYuMiw1LjQsNi4yQzUuMiw2LjIsNSw2LjEsNC45LDUuOUwwLjIsMS4zIGMtMC4zLTAuMy0wLjMtMC43LDAtMWMwLjMtMC4zLDAuNy0wLjMsMSwwbDQuMiw0LjFsNC4yLTQuMUM5LjktMC4xLDEwLjItMC4xLDEwLjYsMC4zeicvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
}
select option {
  color: #000;
}
select:disabled {
  color: inherit;
  border-color: inherit;
  background-color: #fafafa;
  box-shadow: none;
  text-shadow: none;
}
select.qodef-arrow--light {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgd2lkdGg9JzEwLjhweCcgaGVpZ2h0PSc2LjJweCcgdmlld0JveD0nMCAwIDEwLjggNi4yJyBzdHlsZT0nZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMC44IDYuMjsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwYXRoIHN0eWxlPSdmaWxsOiAjZmZmJyBkPSdNMTAuNiwwLjNjMC4zLDAuMywwLjMsMC43LDAsMUw1LjksNS45QzUuOCw2LjEsNS42LDYuMiw1LjQsNi4yQzUuMiw2LjIsNSw2LjEsNC45LDUuOUwwLjIsMS4zIGMtMC4zLTAuMy0wLjMtMC43LDAtMWMwLjMtMC4zLDAuNy0wLjMsMSwwbDQuMiw0LjFsNC4yLTQuMUM5LjktMC4xLDEwLjItMC4xLDEwLjYsMC4zeicvPjwvc3ZnPg==);
}
#qodef-page-footer select {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
[class*="micdrop"] .select2-container--default {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 0 20px;
}
[class*="micdrop"] .select2-container--default .select2-selection--single {
  display: block;
  height: auto;
  padding: 12px 14px;
  margin: 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  background-color: #fafafa;
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[class*="micdrop"]
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  display: block;
  padding: 0;
  line-height: inherit;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[class*="micdrop"]
  .select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  position: relative;
  float: right;
  margin: 0;
  font-weight: inherit;
  cursor: pointer;
}
[class*="micdrop"]
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: inherit;
}
[class*="micdrop"]
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--qode-main-color);
}
[class*="micdrop"]
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
[class*="micdrop"]
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow:before {
  display: block;
  line-height: inherit;
  font-style: normal;
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: relative;
  top: -3px;
}
[class*="micdrop"] .select2-container--default .select2-selection--multiple {
  display: block;
  height: auto;
  padding: 12px 14px;
  margin: 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  background-color: #fafafa;
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[class*="micdrop"]
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  display: block;
  padding: 0;
  line-height: inherit;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[class*="micdrop"]
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  margin: 0;
  padding: 0;
}
[class*="micdrop"]
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__placeholder {
  float: left;
  margin: 0;
  color: inherit;
}
[class*="micdrop"]
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__clear {
  position: relative;
  float: right;
  margin: 0;
  font-weight: inherit;
  cursor: pointer;
}
[class*="micdrop"]
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  margin: 5px 5px 0 0;
  padding: 5px 10px;
  float: left;
  color: #fff;
  background-color: var(--qode-main-color);
  border: 0;
  border-radius: 0;
  cursor: default;
}
[class*="micdrop"]
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice__remove {
  display: inline-block;
  margin: 0 3px 0 0;
  font-weight: 700;
  color: inherit;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}
[class*="micdrop"]
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice__remove:hover {
  color: inherit;
  opacity: 0.8;
}
[class*="micdrop"] .select2-container--default .select2-search--inline {
  float: left;
}
[class*="micdrop"]
  .select2-container--default
  .select2-search--inline
  .select2-search__field {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  border: none !important;
  outline: 0;
  -webkit-appearance: none;
}
[class*="micdrop"]
  .select2-container--default
  .select2-search--inline
  .select2-search__field:focus {
  border-color: var(--qode-main-color);
}
[class*="micdrop"]
  .select2-container--default
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
[class*="micdrop"] .select2-container--default .select2-dropdown {
  position: absolute;
  top: 0;
  left: -100000px;
  display: block;
  width: 100%;
  background-color: var(--qode-page-bg-color);
  border: 1px solid var(--qode-main-color);
  border-radius: 0;
  z-index: 99999;
}
.admin-bar[class*="micdrop"] .select2-container--default .select2-dropdown {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar[class*="micdrop"] .select2-container--default .select2-dropdown {
    top: 46px;
  }
}
[class*="micdrop"] .select2-container--default .select2-search--dropdown {
  display: block;
  padding: 14px 15px 2px;
}
[class*="micdrop"]
  .select2-container--default
  .select2-search--dropdown.select2-search--hide {
  display: none;
}
[class*="micdrop"]
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  width: 100%;
  padding: 4px 8px;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  font-weight: inherit;
  color: #000;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  outline: 0;
  -webkit-appearance: none;
}
[class*="micdrop"]
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  color: #000;
  background-color: #fff;
  border-color: var(--qode-main-color);
}
[class*="micdrop"]
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
[class*="micdrop"] .select2-container--default .select2-results {
  display: block;
}
[class*="micdrop"]
  .select2-container--default
  .select2-results
  > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
[class*="micdrop"] .select2-container--default .select2-results__options {
  position: relative;
  margin: 5px 0;
  padding: 2px 20px;
  list-style: none;
}
[class*="micdrop"] .select2-container--default .select2-results__option {
  padding: 3px 0;
  font-size: 15px;
  line-height: 24px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.2s ease-out;
}
[class*="micdrop"]
  .select2-container--default
  .select2-results__option[aria-selected] {
  cursor: pointer;
}
[class*="micdrop"]
  .select2-container--default
  .select2-results__option[role="group"] {
  padding: 0;
}
[class*="micdrop"]
  .select2-container--default
  .select2-results__option[aria-disabled="true"] {
  color: var(--qode-main-color);
}
[class*="micdrop"]
  .select2-container--default
  .select2-results__option[aria-selected="true"],
[class*="micdrop"]
  .select2-container--default
  .select2-results__option[data-selected="true"] {
  color: var(--qode-main-color);
  background: 0 0;
}
[class*="micdrop"]
  .select2-container--default
  .select2-results__option
  .select2-results__option {
  padding-left: 1em;
}
[class*="micdrop"]
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
[class*="micdrop"]
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
[class*="micdrop"]
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
[class*="micdrop"]
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
[class*="micdrop"]
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
[class*="micdrop"]
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
[class*="micdrop"]
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  color: var(--qode-main-color);
  background: 0 0;
}
[class*="micdrop"] .select2-container--default .select2-results__group {
  display: block;
  padding: 7px 0;
  cursor: default;
}
[class*="micdrop"]
  .select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
[class*="micdrop"]
  .select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0;
}
[class*="micdrop"]
  .select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 0;
  right: auto;
}
[class*="micdrop"]
  .select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline,
[class*="micdrop"]
  .select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
[class*="micdrop"]
  .select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder {
  float: right;
}
[class*="micdrop"]
  .select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0;
}
[class*="micdrop"]
  .select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin: 7px auto 0 5px;
}
[class*="micdrop"]
  .select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin: 0 auto 0 3px;
}
[class*="micdrop"]
  .select2-container--default.select2-container--focus
  .select2-selection--multiple,
[class*="micdrop"]
  .select2-container--default.select2-container--focus
  .select2-selection--single {
  border: 0;
}
[class*="micdrop"]
  .select2-container--default.select2-container--disabled
  .select2-selection--multiple,
[class*="micdrop"]
  .select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #fafafa;
  cursor: default;
}
[class*="micdrop"]
  .select2-container--default.select2-container--disabled
  .select2-selection--multiple
  .select2-selection__clear,
[class*="micdrop"]
  .select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
[class*="micdrop"]
  .select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
[class*="micdrop"]
  .select2-container--default.select2-container--open
  .select2-selection--multiple,
[class*="micdrop"]
  .select2-container--default.select2-container--open
  .select2-selection--single {
  color: var(--qode-main-color);
}
[class*="micdrop"]
  .select2-container--default.select2-container--open
  .select2-dropdown {
  left: 0;
}
[class*="micdrop"]
  .select2-container--default.select2-container--open
  .select2-dropdown.select2-dropdown--above {
  border-bottom-color: transparent;
  border-top-color: transparent;
}
[class*="micdrop"]
  .select2-container--default.select2-container--open
  .select2-dropdown.select2-dropdown--below {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
body:not([class*="micdrop-core"])
  .select2-container--default
  .select2-selection--single {
  border: none;
}
body:not([class*="micdrop-core"])
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow:before {
  content: "\25BE";
  font-family: initial;
  font-size: 16px;
  top: 0;
  color: #000;
}
.select2-close-mask {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 0;
  opacity: 0;
  z-index: 99;
}
.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
  height: 0 !important;
  padding: 0 !important;
  line-height: 1;
  border: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="search"]::-ms-clear,
input[type="text"]::-ms-clear {
  display: none;
}
input:-webkit-autofill {
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: qodefAutofillFix;
}
.qodef-content-grid {
  width: 1100px;
  margin: 0 auto;
}
.qodef-content-grid.qodef-extended-grid:not([class*="qodef-extended-grid-disabled--"]) {
  width: 100% !important;
  margin: 0;
}
@media only screen and (min-width: 1441px) {
  .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1440 {
    width: 100% !important;
    margin: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1440 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1367px) {
  .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1366 {
    width: 100% !important;
    margin: 0;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1366 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1025px) {
  .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1024 {
    width: 100% !important;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1024 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 769px) {
  .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--768 {
    width: 100% !important;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--768 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 681px) {
  .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--680 {
    width: 100% !important;
    margin: 0;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--680 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.qodef-content-grid.qodef-extended-grid--right {
  padding-left: calc((100% - 1100px) / 2);
}
.qodef-content-grid.qodef-extended-grid--left {
  padding-right: calc((100% - 1100px) / 2);
}
.qodef--boxed .qodef-content-grid {
  width: 1100px;
}
@media only screen and (min-width: 1441px) {
  .qodef-content-grid-1400 .qodef-content-grid {
    width: 1400px;
  }
  .qodef-content-grid-1400 .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1400px) / 2);
  }
  .qodef-content-grid-1400 .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1400px) / 2);
  }
  .qodef--boxed.qodef-content-grid-1400 .qodef-content-grid {
    width: 1400px;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-content-grid-1300 .qodef-content-grid {
    width: 1300px;
  }
  .qodef-content-grid-1300 .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1300px) / 2);
  }
  .qodef-content-grid-1300 .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1300px) / 2);
  }
  .qodef--boxed.qodef-content-grid-1300 .qodef-content-grid {
    width: 1300px;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-content-grid-1200 .qodef-content-grid {
    width: 1200px;
  }
  .qodef-content-grid-1200 .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1200px) / 2);
  }
  .qodef-content-grid-1200 .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1200px) / 2);
  }
  .qodef--boxed.qodef-content-grid-1200 .qodef-content-grid {
    width: 1200px;
  }
}
@media only screen and (min-width: 1025px) {
  .qodef-content-grid-1000 .qodef-content-grid {
    width: 1000px;
  }
  .qodef-content-grid-1000 .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1000px) / 2);
  }
  .qodef-content-grid-1000 .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1000px) / 2);
  }
  .qodef--boxed.qodef-content-grid-1000 .qodef-content-grid {
    width: 1000px;
  }
}
@media only screen and (min-width: 769px) {
  .qodef-content-grid-800 .qodef-content-grid {
    width: 800px;
  }
  .qodef-content-grid-800 .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 800px) / 2);
  }
  .qodef-content-grid-800 .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 800px) / 2);
  }
  .qodef--boxed.qodef-content-grid-800 .qodef-content-grid {
    width: 800px;
  }
}
.qodef-grid {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-grid > .qodef-grid-inner {
  margin: 0 -15px;
}
.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 15px;
}
.qodef-grid .qodef-grid-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  min-height: 1px;
  float: left;
}
@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--12 {
    width: 100%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-push--12 {
    left: 100%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-pull--12 {
    right: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--11 {
    width: 9.09091%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-push--11 {
    left: 9.09091%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-pull--11 {
    right: 9.09091%;
  }
}
@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--10 {
    width: 83.33333%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-push--10 {
    left: 83.33333%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-pull--10 {
    right: 83.33333%;
  }
}
@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--9 {
    width: 75%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-push--9 {
    left: 75%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-pull--9 {
    right: 75%;
  }
}
@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--8 {
    width: 66.66667%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-push--8 {
    left: 66.66667%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-pull--8 {
    right: 66.66667%;
  }
}
@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--7 {
    width: 14.28571%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-push--7 {
    left: 14.28571%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-pull--7 {
    right: 14.28571%;
  }
}
@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--6 {
    width: 50%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-push--6 {
    left: 50%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-pull--6 {
    right: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--5 {
    width: 20%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-push--5 {
    left: 20%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-pull--5 {
    right: 20%;
  }
}
@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--4 {
    width: 33.33333%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-push--4 {
    left: 33.33333%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-pull--4 {
    right: 33.33333%;
  }
}
@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--3 {
    width: 25%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-push--3 {
    left: 25%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-pull--3 {
    right: 25%;
  }
}
@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--2 {
    width: 16.66667%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-push--2 {
    left: 16.66667%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-pull--2 {
    right: 16.66667%;
  }
}
@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--1 {
    width: 8.33333%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-push--1 {
    left: 8.33333%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-pull--1 {
    right: 8.33333%;
  }
}
.qodef-grid.qodef-layout--columns.qodef-col-num--1
  > .qodef-grid-inner
  > .qodef-grid-item {
  width: 100%;
}
.qodef-grid.qodef-layout--columns.qodef-col-num--2
  > .qodef-grid-inner
  > .qodef-grid-item {
  width: 50%;
}
@media only screen and (min-width: 681px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(2n + 1) {
    clear: both;
  }
}
.qodef-grid.qodef-layout--columns.qodef-col-num--3
  > .qodef-grid-inner
  > .qodef-grid-item {
  width: 33.33333%;
}
@media only screen and (min-width: 769px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(3n + 1) {
    clear: both;
  }
}
.qodef-grid.qodef-layout--columns.qodef-col-num--4
  > .qodef-grid-inner
  > .qodef-grid-item {
  width: 25%;
}
@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(4n + 1) {
    clear: both;
  }
}
.qodef-grid.qodef-layout--columns.qodef-col-num--5
  > .qodef-grid-inner
  > .qodef-grid-item {
  width: 20%;
}
@media only screen and (min-width: 1367px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(5n + 1) {
    clear: both;
  }
}
.qodef-grid.qodef-layout--columns.qodef-col-num--6
  > .qodef-grid-inner
  > .qodef-grid-item {
  width: 16.66667%;
}
@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(6n + 1) {
    clear: both;
  }
}
.qodef-grid.qodef-layout--columns.qodef-col-num--7
  > .qodef-grid-inner
  > .qodef-grid-item {
  width: 14.28571%;
}
@media only screen and (min-width: 1367px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(7n + 1) {
    clear: both;
  }
}
.qodef-grid.qodef-layout--columns.qodef-col-num--8
  > .qodef-grid-inner
  > .qodef-grid-item {
  width: 12.5%;
}
@media only screen and (min-width: 1367px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(8n + 1) {
    clear: both;
  }
}
.qodef-grid.qodef-layout--masonry.qodef-items--fixed
  .qodef-grid-item
  .qodef-e-inner {
  height: 100%;
  overflow: hidden;
}
.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item img {
  height: 100%;
  width: 100%;
}
.qodef-grid.qodef-layout--masonry .qodef-grid-inner {
  visibility: hidden;
}
.qodef-grid.qodef-layout--masonry .qodef-grid-inner.qodef--masonry-init {
  visibility: visible;
}
.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-sizer {
  width: 100%;
  padding: 0;
  margin: 0;
}
.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-gutter {
  width: 0;
  padding: 0;
  margin: 0;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--1 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--1
  > .qodef-grid-inner
  > .qodef-grid-item {
  width: 100%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--2 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--2
  > .qodef-grid-inner
  > .qodef-grid-item {
  width: 50%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--2
  > .qodef-grid-inner
  > .qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--2
  > .qodef-grid-inner
  > .qodef-item--landscape {
  width: 100%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--3 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--3
  > .qodef-grid-inner
  > .qodef-grid-item {
  width: 33.33333%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--3
  > .qodef-grid-inner
  > .qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--3
  > .qodef-grid-inner
  > .qodef-item--landscape {
  width: 66.66667%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--4 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--4
  > .qodef-grid-inner
  > .qodef-grid-item {
  width: 25%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--4
  > .qodef-grid-inner
  > .qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--4
  > .qodef-grid-inner
  > .qodef-item--landscape {
  width: 50%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--5 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--5
  > .qodef-grid-inner
  > .qodef-grid-item {
  width: 20%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--5
  > .qodef-grid-inner
  > .qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--5
  > .qodef-grid-inner
  > .qodef-item--landscape {
  width: 40%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--6 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--6
  > .qodef-grid-inner
  > .qodef-grid-item {
  width: 16.66667%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--6
  > .qodef-grid-inner
  > .qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--6
  > .qodef-grid-inner
  > .qodef-item--landscape {
  width: 33.33333%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--7 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--7
  > .qodef-grid-inner
  > .qodef-grid-item {
  width: 14.28571%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--7
  > .qodef-grid-inner
  > .qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--7
  > .qodef-grid-inner
  > .qodef-item--landscape {
  width: 28.57143%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--8 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--8
  > .qodef-grid-inner
  > .qodef-grid-item {
  width: 12.5%;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--8
  > .qodef-grid-inner
  > .qodef-item--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--8
  > .qodef-grid-inner
  > .qodef-item--landscape {
  width: 25%;
}
.qodef-grid.qodef-gutter--no.qodef--no-bottom-space {
  margin-bottom: 0;
}
.qodef-grid.qodef-gutter--no > .qodef-grid-inner {
  margin: 0;
}
.qodef-grid.qodef-gutter--no > .qodef-grid-inner > .qodef-grid-item {
  padding: 0;
  margin: 0;
}
.qodef-grid.qodef-gutter--slight.qodef--no-bottom-space {
  margin-bottom: -6px;
}
.qodef-grid.qodef-gutter--slight > .qodef-grid-inner {
  margin: 0 -3px;
}
.qodef-grid.qodef-gutter--slight > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 3px;
  margin: 0 0 6px;
}
.qodef-grid.qodef-gutter--tiny.qodef--no-bottom-space {
  margin-bottom: -10px;
}
.qodef-grid.qodef-gutter--tiny > .qodef-grid-inner {
  margin: 0 -5px;
}
.qodef-grid.qodef-gutter--tiny > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 5px;
  margin: 0 0 10px;
}
.qodef-grid.qodef-gutter--small.qodef--no-bottom-space {
  margin-bottom: -20px;
}
.qodef-grid.qodef-gutter--small > .qodef-grid-inner {
  margin: 0 -10px;
}
.qodef-grid.qodef-gutter--small > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 10px;
  margin: 0 0 20px;
}
.qodef-grid.qodef-gutter--ordinary.qodef--no-bottom-space {
  margin-bottom: -24px;
}
.qodef-grid.qodef-gutter--ordinary > .qodef-grid-inner {
  margin: 0 -12px;
}
.qodef-grid.qodef-gutter--ordinary > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 12px;
  margin: 0 0 24px;
}
.qodef-grid.qodef-gutter--normal.qodef--no-bottom-space {
  margin-bottom: -30px;
}
.qodef-grid.qodef-gutter--normal > .qodef-grid-inner {
  margin: 0 -15px;
}
.qodef-grid.qodef-gutter--normal > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 15px;
  margin: 0 0 30px;
}
.qodef-grid.qodef-gutter--middling.qodef--no-bottom-space {
  margin-bottom: -34px;
}
.qodef-grid.qodef-gutter--middling > .qodef-grid-inner {
  margin: 0 -17px;
}
.qodef-grid.qodef-gutter--middling > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 17px;
  margin: 0 0 34px;
}
.qodef-grid.qodef-gutter--medium.qodef--no-bottom-space {
  margin-bottom: -40px;
}
.qodef-grid.qodef-gutter--medium > .qodef-grid-inner {
  margin: 0 -20px;
}
.qodef-grid.qodef-gutter--medium > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 20px;
  margin: 0 0 40px;
}
.qodef-grid.qodef-gutter--large.qodef--no-bottom-space {
  margin-bottom: -50px;
}
.qodef-grid.qodef-gutter--large > .qodef-grid-inner {
  margin: 0 -25px;
}
.qodef-grid.qodef-gutter--large > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 25px;
  margin: 0 0 50px;
}
.qodef-grid.qodef-gutter--jumbo.qodef--no-bottom-space {
  margin-bottom: -70px;
}
.qodef-grid.qodef-gutter--jumbo > .qodef-grid-inner {
  margin: 0 -35px;
}
.qodef-grid.qodef-gutter--jumbo > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 35px;
  margin: 0 0 70px;
}
.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
  margin-bottom: -80px;
}
.qodef-grid.qodef-gutter--huge > .qodef-grid-inner {
  margin: 0 -40px;
}
.qodef-grid.qodef-gutter--huge > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 40px;
  margin: 0 0 80px;
}
.qodef-grid.qodef-gutter--extra-huge.qodef--no-bottom-space {
  margin-bottom: -162px;
}
.qodef-grid.qodef-gutter--extra-huge > .qodef-grid-inner {
  margin: 0 -81px;
}
.qodef-grid.qodef-gutter--extra-huge > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 81px;
  margin: 0 0 162px;
}
#qodef-page-wrapper {
  position: relative;
  overflow: hidden;
}
#qodef-page-outer {
  position: relative;
}
#qodef-page-inner {
  position: relative;
  padding: 130px 0 100px;
}
body.archive:not(.woocommerce-page):not(.tax-artist):not(.tax-event-types)
  #qodef-page-inner {
  padding: 90px 0 48px 0;
}
body.archive:not(.woocommerce-page):not(.tax-artist):not(.tax-event-types)
  #qodef-page-inner
  .qodef-m-pagination {
  margin: 16px 0 0;
}
body.archive.tax-genre #qodef-page-inner {
  padding: 90px 0 177px 0 !important;
}
#qodef-page-content.qodef-layout--template
  .qodef-page-content-section.qodef-col--12 {
  margin-bottom: 0;
}
.qodef--boxed {
  background-color: #fafafa;
}
.qodef--boxed #qodef-page-wrapper {
  display: block;
  background-color: #000;
}
.qodef--boxed #qodef-page-inner {
  width: 100% !important;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 680px) {
  .qodef--boxed.qodef--boxed-disabled-680 .qodef-content-grid {
    width: 100%;
  }
  .qodef--boxed.qodef--boxed-disabled-680
    .qodef-content-grid
    .qodef-mobile-header-navigation
    .qodef-content-grid {
    width: 82%;
  }
}
.qodef--passepartout #qodef-page-wrapper {
  background-color: #000;
}
@media screen and (max-width: 1060px) {
  .qodef-fixed-attachment-touch {
    background-attachment: fixed;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .qodef-fixed-attachment-touch {
    background-attachment: fixed !important;
    background-position: top center !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .qodef-fixed-attachment-touch {
    background-attachment: fixed !important;
    background-position: top center !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .qodef-fixed-attachment-touch {
    background-attachment: fixed !important;
    background-position: top center !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .qodef-fixed-attachment-touch {
    background-attachment: fixed !important;
    background-position: top center !important;
  }
}
.qode-shadow-text {
  --qodef-text-shadow-color: #f1618f4f;
  text-shadow: 0 0 7px currentColor, 0 0 10px currentColor,
    0 0 21px currentColor, 0 0 42px var(--qodef-text-shadow-color),
    0 0 82px var(--qodef-text-shadow-color),
    0 0 92px var(--qodef-text-shadow-color),
    0 0 102px var(--qodef-text-shadow-color),
    0 0 151px var(--qodef-text-shadow-color);
  animation: qode-neon-text-animation 1.7s ease-in-out infinite;
}
.qode-shadow-text-2 {
  animation: qode-neon-2-text-animation 0.11s ease-in-out infinite alternate;
  text-shadow: 0 0 7px currentColor, 0 0 10px currentColor,
    0 0 21px currentColor, 0 0 42px var(--qodef-text-shadow-color),
    0 0 82px var(--qodef-text-shadow-color),
    0 0 92px var(--qodef-text-shadow-color),
    0 0 102px var(--qodef-text-shadow-color),
    0 0 151px var(--qodef-text-shadow-color);
}
.qodef-custom-light-rev-navigation rs-slide {
  z-index: 100 !important;
  pointer-events: none;
}
.qodef-custom-light-rev-navigation rs-slide * :not(a) {
  pointer-events: none;
}
.qodef-custom-light-rev-navigation rs-slide * a {
  pointer-events: all;
}
.qodef-rev-bg-offset rs-sbg-wrap {
  margin-top: -70px;
}
button.mfp-arrow {
  top: calc(50% - 25px) !important;
  width: 26px !important;
  height: 51px !important;
  margin: 0 !important;
  color: #fff;
  transition: color 0.2s ease-out;
  opacity: 1 !important;
}
button.mfp-arrow svg {
  display: block;
  width: 13px;
  fill: currentColor;
  stroke-miterlimit: 10;
  pointer-events: none;
  stroke: none;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
}
button.mfp-arrow svg polyline {
  fill: none;
  stroke: currentColor;
}
button.mfp-arrow:after,
button.mfp-arrow:before {
  display: none !important;
}
button.mfp-arrow.mfp-arrow-left {
  left: 30px;
}
button.mfp-arrow.mfp-arrow-left g {
  transition: transform 0.6s cubic-bezier(0.17, 0.64, 0.22, 0.94);
}
button.mfp-arrow.mfp-arrow-left g:nth-of-type(1) {
  transition-delay: 0.2s;
  transform: translateX(0);
}
button.mfp-arrow.mfp-arrow-left g:nth-of-type(2) {
  transform: translateX(120%);
}
button.mfp-arrow.mfp-arrow-left:hover g:nth-of-type(1) {
  transform: translateX(-120%);
}
button.mfp-arrow.mfp-arrow-left:hover g:nth-of-type(2) {
  transition-delay: 0.3s;
  transform: translateX(0);
}
button.mfp-arrow.mfp-arrow-right {
  right: 30px;
}
button.mfp-arrow.mfp-arrow-right g {
  transition: transform 0.6s cubic-bezier(0.17, 0.64, 0.22, 0.94);
}
button.mfp-arrow.mfp-arrow-right g:nth-of-type(1) {
  transition-delay: 0.2s;
  transform: translateX(0);
}
button.mfp-arrow.mfp-arrow-right g:nth-of-type(2) {
  transform: translateX(120%);
}
button.mfp-arrow.mfp-arrow-right:hover g:nth-of-type(1) {
  transform: translateX(-120%);
}
button.mfp-arrow.mfp-arrow-right:hover g:nth-of-type(2) {
  transition-delay: 0.3s;
  transform: translateX(0);
}
button.mfp-arrow.mfp-arrow-right svg {
  transform: rotate(180deg);
}
button.mfp-close {
  top: 0 !important;
  right: -8px !important;
  width: 32px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff;
  transition: color 0.2s ease-out;
  opacity: 1 !important;
}
button.mfp-close:hover {
  color: rgba(255, 255, 255, 0.4);
}
button.mfp-close:after,
button.mfp-close:before {
  display: none !important;
}
button.mfp-close svg {
  display: block;
  width: 100%;
  height: auto;
  fill: currentColor;
  stroke: none;
  stroke-miterlimit: 10;
  pointer-events: none;
}
.mfp-figure:after {
  background: 0 0 !important;
  box-shadow: none !important;
}
.mfp-bottom-bar .mfp-counter,
.mfp-bottom-bar .mfp-title {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 17px;
  line-height: 1.118em;
  font-weight: 600;
  color: #fff;
}
.mfp-bottom-bar .mfp-title {
  display: none;
}
.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap {
  opacity: 0;
  transition: opacity 0.35s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready,
.mfp-fade.mfp-wrap.mfp-ready {
  opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-bg {
  background-color: rgba(0, 0, 0, 0.8);
}
.qodef-swiper-container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  z-index: 1;
  visibility: hidden;
  overflow: hidden;
}
.qodef-swiper-container .swiper-slide a {
  display: block;
}
.qodef-swiper-container .swiper-slide img {
  width: 100%;
}
.qodef-swiper-container.qodef-swiper--initialized {
  visibility: visible;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 34px !important;
  bottom: initial !important;
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 17px 0 !important;
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet:first-child {
  margin-top: 0;
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet:last-child {
  margin-top: 0;
}
.swiper-pagination-bullets {
  bottom: 32px !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: transparent;
  border-radius: 50%;
  opacity: 1;
  position: relative;
  margin: 0 8px !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #fff;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.swiper-pagination-bullets .swiper-pagination-bullet:hover:after {
  background-color: #fff;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #fff;
}
.swiper-button-next,
.swiper-button-prev {
  background-image: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  color: var(--qode-main-color);
  transition: color 0.2s ease-out;
  transform: translateY(-50%);
}
.swiper-button-next svg,
.swiper-button-prev svg {
  display: block;
  width: 16px;
  height: 11px;
  fill: currentColor;
  stroke: none;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
}
.swiper-button-next svg polyline,
.swiper-button-prev svg polyline {
  fill: none;
  stroke: currentColor;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}
.swiper-button-prev g {
  transition: transform 0.6s cubic-bezier(0.17, 0.64, 0.22, 0.94);
}
.swiper-button-prev g:nth-of-type(1) {
  transition-delay: 0.2s;
  transform: translateX(0);
}
.swiper-button-prev g:nth-of-type(2) {
  transform: translateX(120%);
}
.swiper-button-prev:hover g:nth-of-type(1) {
  transform: translateX(-120%);
}
.swiper-button-prev:hover g:nth-of-type(2) {
  transition-delay: 0.3s;
  transform: translateX(0);
}
.swiper-button-next g {
  transition: transform 0.6s cubic-bezier(0.17, 0.64, 0.22, 0.94);
}
.swiper-button-next g:nth-of-type(1) {
  transition-delay: 0.2s;
  transform: translateX(0);
}
.swiper-button-next g:nth-of-type(2) {
  transform: translateX(-120%);
}
.swiper-button-next:hover g:nth-of-type(1) {
  transform: translateX(120%);
}
.swiper-button-next:hover g:nth-of-type(2) {
  transition-delay: 0.3s;
  transform: translateX(0);
}
.qodef-swiper-container .swiper-button-prev {
  left: 30px;
}
.qodef-swiper-container .swiper-button-next {
  right: 30px;
}
.qodef-m-top-info .qodef-swiper-nav-holder {
  display: flex;
  flex-direction: row;
  margin-bottom: 7px;
}
@media only screen and (max-width: 680px) {
  .qodef-m-top-info .qodef-swiper-nav-holder {
    margin-top: 10px;
  }
}
.qodef-m-top-info .swiper-button-next,
.qodef-m-top-info .swiper-button-prev {
  position: relative !important;
  width: 60px !important;
  height: 55px !important;
  border: 1px solid var(--qode-main-color);
  top: initial !important;
  bottom: 0 !important;
  transform: none !important;
}
.qodef-m-top-info .swiper-button-next {
  right: 0 !important;
}
.qodef-m-top-info .swiper-button-prev {
  width: 61px !important;
  left: initial !important;
  right: -1px !important;
}
.swiper-button-prev.swiper-button-outside,
.swiper-container-rtl .swiper-button-next.swiper-button-outside {
  transform: translateX(-300%) translateY(-50%);
}
.swiper-button-next.swiper-button-outside,
.swiper-container-rtl .swiper-button-prev.swiper-button-outside {
  transform: translateX(300%) translateY(-50%);
}
.widget_icl_lang_sel_widget {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click:hover
  .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-flag,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  position: relative;
  top: -1px;
}
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-legacy-dropdown,
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-legacy-dropdown {
  padding: 0;
  margin: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle {
  position: relative;
  display: flex;
  align-items: center;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle:after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: relative;
  top: -3px;
  line-height: 1;
  border: 0;
  position: initial;
  margin-left: auto;
}
body:not([class*="micdrop-core"])
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle:after,
body:not([class*="micdrop-core"])
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle:after {
  content: "\25BE";
  font-family: initial;
  font-size: 16px;
  top: 0;
  color: #000;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  border-top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
}
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item,
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a,
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a {
  display: flex;
  align-items: center;
  border: 0;
  background-color: transparent;
  padding: 7px 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  padding: 0;
  display: block;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  display: block;
  margin: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  padding: 0;
  display: block;
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 200px;
}
#qodef-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle,
#qodef-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: var(--qode-main-color);
  background-color: #fff;
  border: 1px solid transparent;
  font-size: 14px;
}
#qodef-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle:hover,
#qodef-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle:hover {
  color: var(--qode-main-color);
}
#qodef-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu,
#qodef-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #fff;
}
#qodef-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a,
#qodef-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a {
  color: var(--qode-main-color);
  font-size: 14px;
}
#qodef-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover,
#qodef-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover {
  color: var(--qode-main-color);
}
#qodef-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li {
  margin-right: 10px !important;
}
#qodef-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a {
  color: var(--qode-main-color);
}
#qodef-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a:hover {
  color: var(--qode-main-color);
}
#qodef-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li:last-child {
  margin-right: 0;
}
#qodef-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li {
  margin-bottom: 10px;
}
#qodef-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a {
  color: var(--qode-main-color);
}
#qodef-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a:hover {
  color: var(--qode-main-color);
}
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click {
  width: 175px;
}
#qodef-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle,
#qodef-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 14px;
}
#qodef-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle:hover,
#qodef-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle:hover {
  color: var(--qode-main-color);
}
#qodef-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu,
#qodef-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: transparent;
}
#qodef-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a,
#qodef-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a {
  color: var(--qode-main-color);
  font-size: 14px;
}
#qodef-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover,
#qodef-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover {
  color: var(--qode-main-color);
}
#qodef-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li {
  margin-right: 10px !important;
}
#qodef-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a {
  color: var(--qode-main-color);
}
#qodef-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a:hover {
  color: var(--qode-main-color);
}
#qodef-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li:last-child {
  margin-right: 0;
}
#qodef-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li {
  margin-bottom: 10px;
}
#qodef-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a {
  color: var(--qode-main-color);
}
#qodef-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a:hover {
  color: var(--qode-main-color);
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 175px;
}
#qodef-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle,
#qodef-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle {
  padding: 8px 20px;
  height: 40px;
  line-height: 24px;
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
  font-size: 14px;
}
#qodef-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle:hover,
#qodef-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle:hover {
  color: #fff;
}
#qodef-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu,
#qodef-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #000;
}
#qodef-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a,
#qodef-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a {
  color: #fff;
  font-size: 14px;
}
#qodef-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover,
#qodef-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover {
  color: #fff;
}
#qodef-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li {
  margin-right: 10px !important;
}
#qodef-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a {
  color: #fff;
}
#qodef-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a:hover {
  color: #fff;
}
#qodef-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li:last-child {
  margin-right: 0;
}
#qodef-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li {
  margin-bottom: 10px;
}
#qodef-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a {
  color: #fff;
}
#qodef-top-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a:hover {
  color: #fff;
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 100%;
}
#qodef-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle,
#qodef-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: var(--qode-main-color);
  background-color: #fafafa;
  border: 1px solid transparent;
  font-size: 14px;
}
#qodef-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle:hover,
#qodef-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle:hover {
  color: var(--qode-main-color);
}
#qodef-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu,
#qodef-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #fafafa;
}
#qodef-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a,
#qodef-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a {
  color: var(--qode-main-color);
  font-size: 14px;
}
#qodef-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover,
#qodef-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover {
  color: var(--qode-main-color);
}
#qodef-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li {
  margin-right: 10px !important;
}
#qodef-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a {
  color: var(--qode-main-color);
}
#qodef-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a:hover {
  color: var(--qode-main-color);
}
#qodef-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li:last-child {
  margin-right: 0;
}
#qodef-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li {
  margin-bottom: 10px;
}
#qodef-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a {
  color: var(--qode-main-color);
}
#qodef-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a:hover {
  color: var(--qode-main-color);
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 100%;
}
#qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle,
#qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: var(--qode-main-color);
  background-color: #fafafa;
  border: 1px solid transparent;
  font-size: 14px;
}
#qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle:hover,
#qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle:hover {
  color: var(--qode-main-color);
}
#qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu,
#qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #fafafa;
}
#qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a,
#qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a {
  color: var(--qode-main-color);
  font-size: 14px;
}
#qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover,
#qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover {
  color: var(--qode-main-color);
}
#qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li {
  margin-right: 10px !important;
}
#qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a {
  color: #fff;
}
#qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a:hover {
  color: #fff;
}
#qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li:last-child {
  margin-right: 0;
}
#qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li {
  margin-bottom: 10px;
}
#qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a {
  color: #fff;
}
#qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a:hover {
  color: #fff;
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 100%;
}
#qodef-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle,
#qodef-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: var(--qode-main-color);
  background-color: #fafafa;
  border: 1px solid transparent;
  font-size: 14px;
}
#qodef-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle:hover,
#qodef-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle:hover {
  color: var(--qode-main-color);
}
#qodef-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu,
#qodef-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #fafafa;
}
#qodef-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a,
#qodef-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a {
  color: var(--qode-main-color);
  font-size: 14px;
}
#qodef-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover,
#qodef-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-sub-menu
  .wpml-ls-item
  a:hover {
  color: var(--qode-main-color);
}
#qodef-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li {
  margin-right: 10px !important;
}
#qodef-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a {
  color: #fff;
}
#qodef-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a:hover {
  color: #fff;
}
#qodef-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li:last-child {
  margin-right: 0;
}
#qodef-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li {
  margin-bottom: 10px;
}
#qodef-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a {
  color: #fff;
}
#qodef-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a:hover {
  color: #fff;
}
.error404 #qodef-page-inner {
  padding: 0;
}
#qodef-404-page {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 160px 10% 250px;
  text-align: center;
}
#qodef-404-page .qodef-404-title {
  margin: 0;
}
#qodef-404-page .qodef-404-text {
  display: block;
  margin: 14px auto 0;
}
@media only screen and (min-width: 1025px) {
  #qodef-404-page .qodef-404-text {
    max-width: 50%;
  }
}
#qodef-404-page .qodef-404-button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 52px;
}
.blog.home:not([class*="micdrop-core"]) #qodef-page-inner {
  padding: 90px 0 130px 0;
}
@media only screen and (max-width: 680px) {
  .blog.home:not([class*="micdrop-core"]) #qodef-page-inner {
    padding: 40px 0 130px 0;
  }
}
body.single-post:not([class*="micdrop-core"]) #qodef-page-inner {
  padding: 90px 0 130px 0;
}
@media only screen and (max-width: 680px) {
  body.single-post:not([class*="micdrop-core"]) #qodef-page-inner {
    padding: 40px 0 130px 0;
  }
}
.qodef-blog {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-blog .qodef-blog-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 83px;
}
body:not([class*="micdrop-core"])
  .qodef-blog
  .qodef-blog-item.format-standard:not(.has-post-thumbnail) {
  margin: 0 0 72px;
}
body:not([class*="micdrop-core"])
  .qodef-blog
  .qodef-blog-item.format-standard.has-post-thumbnail {
  margin: 8px 0 83px;
}
.qodef-blog .qodef-blog-item .qodef-e-title a {
  position: relative;
  display: inline !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: -1px;
  background-image: linear-gradient(
    transparent calc(100% - 1px),
    currentColor 1px
  );
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) qodef-wide-menu-underline
    forwards;
}
.qodef-blog .qodef-blog-item .qodef-e-title:hover a {
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1)
    qodef-wide-menu-underline-hover forwards;
}
.qodef-blog .qodef-blog-item h2.qodef-e-title a {
  background-position-y: -10px;
}
.qodef-blog .qodef-blog-item .qodef-e-content,
.qodef-blog .qodef-blog-item .qodef-e-inner,
.qodef-blog .qodef-blog-item .qodef-e-media {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-blog .qodef-blog-item .qodef-e-media {
  display: block;
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-category {
  color: var(--qode-secondary-color);
  line-height: 1;
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-category a {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
  color: var(--qode-secondary-color);
  line-height: 1;
  z-index: 1;
  margin-right: 6px;
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-category a:last-child {
  margin-right: 0;
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-category a:after,
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-category a:before {
  transition: color 0.2s ease-out;
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-category a:before {
  content: "[";
  display: inline-block;
  color: var(--qode-main-color);
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-category a:after {
  content: "]";
  display: inline-block;
  color: var(--qode-main-color);
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-category a:hover:after,
.qodef-blog
  .qodef-blog-item
  .qodef-e-info
  .qodef-e-info-category
  a:hover:before {
  color: var(--qode-secondary-color);
}
.qodef-blog .qodef-blog-item .qodef-e-media > * {
  margin-bottom: 39px;
}
.qodef-blog .qodef-blog-item .qodef-e-media .qodef-e-media-audio {
  margin-bottom: 0 !important;
}
.qodef-blog .qodef-blog-item .qodef-e-media iframe {
  display: block;
  height: 100%;
}
.qodef-blog .qodef-blog-item .qodef-e-media-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.qodef-blog .qodef-blog-item .qodef-e-media-image a,
.qodef-blog .qodef-blog-item .qodef-e-media-image img {
  display: block;
  width: 100%;
}
.qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background img {
  visibility: hidden;
}
.qodef-blog .qodef-blog-item .qodef-e-title {
  margin: 0;
}
.qodef-blog .qodef-blog-item .qodef-e-excerpt {
  margin: 15px 0 0;
}
body:not([class*="micdrop-core"])
  .qodef-blog
  .qodef-blog-item
  .qodef-e-excerpt {
  margin: 10px 0 0;
}
.qodef-blog .qodef-blog-item .qodef-e-read-more {
  margin: 15px 0 0;
}
body:not([class*="micdrop-core"])
  .qodef-blog
  .qodef-blog-item
  .qodef-e-read-more {
  margin: 23px 0 0;
}
.qodef-blog .qodef-blog-item .qodef-e-top-holder {
  margin-bottom: -1px;
}
.qodef-blog .qodef-blog-item .qodef-e-bottom-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}
.qodef-blog .qodef-blog-item .qodef-e-bottom-holder .qodef-e-left a {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  line-height: 1;
}
.qodef-blog
  .qodef-blog-item
  .qodef-e-bottom-holder
  .qodef-e-left
  a.qodef-e-info-author
  .qodef-e-info-author-name {
  position: relative;
}
.qodef-blog
  .qodef-blog-item
  .qodef-e-bottom-holder
  .qodef-e-left
  a.qodef-e-info-author
  .qodef-e-info-author-name:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--qode-main-color);
  bottom: 0;
  left: 0;
  transform: scaleX(1);
}
.qodef-blog
  .qodef-blog-item
  .qodef-e-bottom-holder
  .qodef-e-left
  a.qodef-e-info-author:after {
  content: "|";
  display: inline-block;
  margin: 0 8px;
}
.qodef-blog
  .qodef-blog-item
  .qodef-e-bottom-holder
  .qodef-e-left
  a.qodef-e-info-author:hover
  .qodef-e-info-author-name:after {
  animation: qodef-animate-line 0.6s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}
.qodef-blog
  .qodef-blog-item
  .qodef-e-bottom-holder
  .qodef-e-left
  a:only-child:after {
  content: none;
}
.qodef-blog .qodef-blog-item .qodef-e-left,
.qodef-blog .qodef-blog-item .qodef-e-right {
  flex-basis: 50%;
}
.qodef-blog .qodef-blog-item .qodef-e-right {
  text-align: right;
}
.qodef-blog .qodef-blog-item .qodef-e-right a {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}
.qodef-blog .qodef-blog-item .qodef-e-post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qodef-blog .qodef-blog-item.sticky .qodef-e-title a {
  position: relative;
  text-decoration: underline;
}
.qodef-blog .qodef-blog-item.sticky .qodef-e-title a:after {
  content: "*";
  position: absolute;
  bottom: 0;
  right: -0.7em;
  font-size: 1.5em;
}
html.elementor-html .qodef-blog .qodef-blog-item.format-video .wp-video {
  max-width: 100%;
}
html.elementor-html .qodef-blog .qodef-blog-item.format-video video {
  height: auto;
}
html.elementor-html .qodef-blog .qodef-blog-item.format-audio audio {
  display: block;
}
.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-image {
  width: 100%;
}
.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-image img {
  width: 100%;
}
.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  margin: 0;
}
.qodef-blog .qodef-blog-item.format-link {
  margin: 0 0 100px;
}
.qodef-blog
  .qodef-blog-item.format-link
  .qodef-e-inner
  .qodef-e-content
  .qodef-e-info
  .qodef-e-info-category {
  margin-top: 54px;
}
.qodef-blog
  .qodef-blog-item.format-link
  .qodef-e-inner
  .qodef-e-bottom-holder
  .qodef-e-info.qodef-e-left {
  margin-top: 13px;
}
.qodef-blog .qodef-blog-item.format-link .qodef-inner-wrapper {
  position: relative;
  display: block;
  flex-direction: column;
  justify-content: center;
}
.qodef-blog
  .qodef-blog-item.format-link
  .qodef-inner-wrapper:hover
  .qodef-e-link-text {
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1)
    qodef-wide-menu-underline-hover forwards;
}
.qodef-blog .qodef-blog-item.format-link .qodef-e-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.qodef-blog .qodef-blog-item.format-link .qodef-e-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.01);
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.qodef-blog .qodef-blog-item.format-link .qodef-e-link {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
  padding: 4.8% 6.2% 9.1%;
  max-width: 65%;
}
@media only screen and (max-width: 1440px) {
  .qodef-blog .qodef-blog-item.format-link .qodef-e-link {
    max-width: 75%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-blog .qodef-blog-item.format-link .qodef-e-link {
    max-width: 100%;
  }
}
.qodef-blog .qodef-blog-item.format-link .qodef-e-link .qodef-link-mark {
  display: block;
  font-family: Syne, sans-serif;
  font-size: 27px;
  font-weight: 800;
  color: var(--qode-secondary-color);
  position: relative;
  left: 0;
  top: 0;
  line-height: 1;
  z-index: 0;
  margin-bottom: 16px;
}
.qodef-blog .qodef-blog-item.format-link .qodef-divider {
  height: 1px;
  width: 100%;
  background-color: var(--qode-main-color);
  margin: 12px 0 16px;
}
.qodef-blog .qodef-blog-item.format-link .qodef-e-link-text {
  display: inline;
  color: #fff;
  background-repeat: no-repeat;
  background-position-y: 0;
  background-image: linear-gradient(
    transparent calc(100% - 1px),
    currentColor 1px
  );
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) qodef-wide-menu-underline
    forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.qodef-blog .qodef-blog-item.format-link .qodef-e-link-button {
  margin: 21px 0 0;
}
.qodef-blog .qodef-blog-item.format-link .qodef-e-link-button .qodef-button {
  z-index: 3;
  color: var(--qode-main-color);
  stroke: var(--qode-main-color);
}
.qodef-blog .qodef-blog-item.format-link .qodef-e-link-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.qodef-blog .qodef-blog-item.format-quote {
  margin: 0 0 100px;
}
.qodef-blog
  .qodef-blog-item.format-quote
  .qodef-e-inner
  .qodef-e-content
  .qodef-e-info
  .qodef-e-info-category {
  margin-top: 54px;
}
.qodef-blog
  .qodef-blog-item.format-quote
  .qodef-e-inner
  .qodef-e-bottom-holder
  .qodef-e-info.qodef-e-left {
  margin-top: 13px;
}
.qodef-blog .qodef-blog-item.format-quote .qodef-inner-wrapper {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}
.qodef-blog .qodef-blog-item.format-quote .qodef-e-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.qodef-blog .qodef-blog-item.format-quote .qodef-e-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.01);
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 auto;
  padding: 4.7% 6.2% 5%;
  overflow: hidden;
}
.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote .qodef-quote-mark {
  display: inline-block;
  font-family: Syne, sans-serif;
  font-size: 27px;
  font-weight: 800;
  color: var(--qode-secondary-color);
  position: relative;
  left: 0;
  top: 0;
  line-height: 1;
  z-index: 0;
}
.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote > svg {
  height: 19px;
  width: 19px;
}
.qodef-blog .qodef-blog-item.format-quote .qodef-divider {
  height: 1px;
  width: 100%;
  background-color: var(--qode-main-color);
  margin: 12px 0 16px;
}
.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-text {
  position: relative;
  margin: -4px 0 0;
  z-index: 1;
  color: #fff;
}
.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author {
  position: relative;
  display: block;
  margin: 7px 0 4px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
  line-height: 30px;
  letter-spacing: 0;
  z-index: 1;
  color: #fff;
}
.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.qodef-blog.qodef-items--fixed article .qodef-e-media,
.qodef-blog.qodef-items--fixed article .qodef-e-media-image {
  height: 100%;
}
.qodef-blog-light-skin
  .qodef-blog
  .qodef-blog-item
  .qodef-button.qodef-layout--textual {
  color: #000;
}
.qodef-blog-light-skin .qodef-blog .qodef-blog-item .qodef-e-title {
  color: #000;
}
.qodef-blog-light-skin .qodef-blog .qodef-blog-item .qodef-e-title:hover a {
  color: #000;
}
.qodef-blog-light-skin .qodef-blog .qodef-blog-item .qodef-e-info > * {
  color: #000;
}
.qodef-blog-light-skin
  .qodef-blog
  .qodef-blog-item
  .qodef-e-info
  .qodef-e-info-category
  a:after,
.qodef-blog-light-skin
  .qodef-blog
  .qodef-blog-item
  .qodef-e-info
  .qodef-e-info-category
  a:before {
  color: #000;
}
.qodef-blog-light-skin
  .qodef-blog
  .qodef-blog-item
  .qodef-e-bottom-holder
  .qodef-e-left
  a {
  color: #000;
}
.qodef-blog-light-skin .qodef-m-pagination.qodef--standard .page-numbers,
.qodef-blog-light-skin .qodef-m-pagination.qodef--wp .page-numbers {
  color: #000;
  border-color: #000;
}
.qodef-blog-light-skin
  .qodef-m-pagination.qodef--standard
  .page-numbers.current,
.qodef-blog-light-skin .qodef-m-pagination.qodef--wp .page-numbers.current {
  color: #000;
}
.qodef-blog-light-skin .qodef-m-pagination.qodef--standard .page-numbers:hover,
.qodef-blog-light-skin .qodef-m-pagination.qodef--wp .page-numbers:hover {
  color: #000;
}
.qodef-blog-light-skin
  .qodef-m-pagination.qodef--standard
  .page-numbers:first-child,
.qodef-blog-light-skin .qodef-m-pagination.qodef--wp .page-numbers:first-child {
  border-left: 1px solid #000;
}
.qodef-blog-light-skin .qodef-m-pagination.qodef--standard .page-numbers:after,
.qodef-blog-light-skin .qodef-m-pagination.qodef--wp .page-numbers:after {
  background: #000;
}
.qodef-blog-light-skin
  .qodef-m-pagination.qodef--standard
  .qodef-m-pagination-icon,
.qodef-blog-light-skin .qodef-m-pagination.qodef--wp .qodef-m-pagination-icon {
  fill: #000;
}
.qodef-blog-light-skin
  .qodef-m-pagination.qodef--standard
  .qodef-m-pagination-icon
  .arrow-left,
.qodef-blog-light-skin
  .qodef-m-pagination.qodef--standard
  .qodef-m-pagination-icon
  .arrow-right,
.qodef-blog-light-skin
  .qodef-m-pagination.qodef--wp
  .qodef-m-pagination-icon
  .arrow-left,
.qodef-blog-light-skin
  .qodef-m-pagination.qodef--wp
  .qodef-m-pagination-icon
  .arrow-right {
  stroke: #000;
}
.qodef-blog-light-skin .widget .qodef-widget-title {
  color: #000;
}
.qodef-blog-light-skin .widget .comment-author-link,
.qodef-blog-light-skin .widget .tagcloud a,
.qodef-blog-light-skin .widget a {
  color: #000;
}
.qodef-blog-light-skin .widget a:hover {
  color: #000;
}
.qodef-blog-light-skin .widget.widget_categories li {
  color: #000;
}
.qodef-blog-light-skin .widget.widget_categories a:after,
.qodef-blog-light-skin .widget.widget_categories a:before {
  color: #000;
}
.qodef-blog-light-skin .widget.widget_text p {
  color: #000;
}
.qodef-blog-light-skin .widget.widget_search button,
.qodef-blog-light-skin .widget.widget_search input {
  color: #000;
}
.qodef-blog-light-skin .widget.widget_search button:focus,
.qodef-blog-light-skin .widget.widget_search input:focus {
  border-color: #000;
}
.qodef-blog-light-skin .widget.widget_rss .rss-date,
.qodef-blog-light-skin .widget.widget_rss .rssSummary,
.qodef-blog-light-skin .widget.widget_rss cite {
  color: #000;
}
.qodef-blog-light-skin .widget.widget_calendar table td,
.qodef-blog-light-skin .widget.widget_calendar table th {
  color: #000;
}
.qodef-blog-light-skin .widget.widget_calendar table #today {
  color: var(--qode-main-color);
  background-color: #000;
}
body.archive:not(.woocommerce-page):not(.tax-artist):not(.tax-event-types)
  #qodef-page-inner
  .qodef-blog
  .qodef-m-pagination {
  margin: 26px 0 2px !important;
}
@media only screen and (max-width: 1440px) {
  body.archive:not(.woocommerce-page):not(.tax-artist):not(.tax-event-types)
    #qodef-page-inner
    .qodef-blog
    .qodef-m-pagination {
    margin: 26px 0 22px !important;
  }
}
@media only screen and (max-width: 1440px) {
  body.archive:not(.woocommerce-page):not(.tax-artist):not(.tax-event-types)
    #qodef-page-inner
    .qodef-blog
    article.format-link
    .qodef-e-link {
    max-width: 75%;
  }
}
.widget .qodef-blog .qodef-e-title a {
  background-size: 0 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: unset !important;
}
.widget .qodef-blog .qodef-e-title:hover a {
  background-size: 100% 100%;
}
.qodef-blog.qodef--list
  .qodef-blog-item
  .qodef-e-media
  iframe[src*="spotify.com"] {
  min-height: 410px;
}
.qodef-blog.qodef--list
  .qodef-blog-item
  .qodef-e-media
  iframe[src*="soundcloud.com"] {
  min-height: 410px;
}
.qodef-blog.qodef--single
  .qodef-blog-item.format-link
  .qodef-e-info.qodef-info--top
  .qodef-e-info-category,
.qodef-blog.qodef--single
  .qodef-blog-item.format-quote
  .qodef-e-info.qodef-info--top
  .qodef-e-info-category {
  margin-right: 10px;
}
.qodef-blog.qodef--single
  .qodef-blog-item.format-link
  .qodef-e-info.qodef-info--top
  .qodef-e-info-date,
.qodef-blog.qodef--single
  .qodef-blog-item.format-quote
  .qodef-e-info.qodef-info--top
  .qodef-e-info-date {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  line-height: 1;
  display: inline-block;
  margin-bottom: 23px;
  text-transform: none;
}
.qodef-blog.qodef--single .qodef-blog-item.format-quote .qodef-e-quote-url {
  display: none;
}
.qodef-blog.qodef--single .qodef-blog-item .qodef-e-media .qodef-e-media-image {
  margin: 0 0 46px;
}
.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info {
  line-height: 1;
}
.qodef-blog.qodef--single
  .qodef-blog-item
  .qodef-e-info
  .qodef-e-info-category {
  margin: 8px 0 0;
}
.qodef-blog.qodef--single .qodef-blog-item .qodef-e-text .qodef-e-title {
  margin: 0 0 5px -4px;
}
.qodef-blog.qodef--single .qodef-blog-item .qodef-e-text .qodef-e-info-author,
.qodef-blog.qodef--single .qodef-blog-item .qodef-e-text .qodef-e-info-date {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  line-height: 1;
  display: inline-block;
  margin-bottom: 23px;
}
.qodef-blog.qodef--single
  .qodef-blog-item
  .qodef-e-text
  .qodef-e-info-author
  .qodef-e-info-author-name {
  position: relative;
}
.qodef-blog.qodef--single
  .qodef-blog-item
  .qodef-e-text
  .qodef-e-info-author
  .qodef-e-info-author-name:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--qode-main-color);
  bottom: 0;
  left: 0;
}
.qodef-blog.qodef--single
  .qodef-blog-item
  .qodef-e-text
  .qodef-e-info-author:after {
  content: "|";
  display: inline-block;
  margin: 0 8px 0 8px;
}
.qodef-blog.qodef--single
  .qodef-blog-item
  .qodef-e-text
  .qodef-e-info-author:hover
  .qodef-e-info-author-name:after {
  animation: qodef-animate-line 0.6s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}
.qodef-blog.qodef--single .qodef-blog-item .qodef-e-top-holder {
  margin-bottom: -2px;
}
.qodef-blog.qodef--single .qodef-blog-item .qodef-e-bottom-holder {
  border-top: 1px solid var(--qode-main-color);
}
.qodef-blog.qodef--single
  .qodef-blog-item
  .qodef-e-bottom-holder
  .qodef-e-info {
  display: flex;
}
.qodef-blog.qodef--single
  .qodef-blog-item
  .qodef-e-bottom-holder
  .qodef-e-info.qodef-e-left {
  justify-content: flex-start;
  margin-top: 7px;
}
.qodef-blog.qodef--single
  .qodef-blog-item
  .qodef-e-bottom-holder
  .qodef-e-info.qodef-e-left
  a {
  font-family: Syne, sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  color: var(--qode-additional-color);
  margin: 0 6px 0 0;
  font-weight: 600;
  transition: color 0.3s ease;
}
.qodef-blog.qodef--single
  .qodef-blog-item
  .qodef-e-bottom-holder
  .qodef-e-info.qodef-e-left
  a:last-of-type {
  margin: 0;
}
.qodef-blog.qodef--single
  .qodef-blog-item
  .qodef-e-bottom-holder
  .qodef-e-info.qodef-e-left
  a:before {
  content: "[";
  display: inline-block;
  color: var(--qode-additional-color);
  transition: color 0.3s ease;
}
.qodef-blog.qodef--single
  .qodef-blog-item
  .qodef-e-bottom-holder
  .qodef-e-info.qodef-e-left
  a:after {
  content: "]";
  display: inline-block;
  color: var(--qode-additional-color);
  transition: color 0.3s ease;
}
.qodef-blog.qodef--single
  .qodef-blog-item
  .qodef-e-bottom-holder
  .qodef-e-info.qodef-e-left
  a:hover:after,
.qodef-blog.qodef--single
  .qodef-blog-item
  .qodef-e-bottom-holder
  .qodef-e-info.qodef-e-left
  a:hover:before {
  color: var(--qode-main-color);
}
.qodef-blog.qodef--single
  .qodef-blog-item
  .qodef-e-bottom-holder
  .qodef-e-info.qodef-e-right {
  justify-content: flex-end;
  margin-top: 8px;
}
@media only screen and (max-width: 680px) {
  .qodef-blog.qodef--single
    .qodef-blog-item
    .qodef-e-bottom-holder
    .qodef-e-info.qodef-e-right {
    margin-top: 10px;
    justify-content: flex-start;
  }
}
.qodef-blog.qodef--single
  .qodef-blog-item
  .qodef-e-bottom-holder
  .qodef-e-info.qodef-e-right
  .qodef-social-share
  li
  a {
  font-size: 16px;
  transition: color 0.3s ease;
}
.qodef-blog.qodef--single
  .qodef-blog-item
  .qodef-e-bottom-holder
  .qodef-e-info.qodef-e-right
  .qodef-social-share
  li
  a:hover {
  color: var(--qode-secondary-color);
}
body[class*="micdrop-core"]
  .qodef-blog.qodef--single
  .qodef-blog-item
  .qodef-e-content
  .qodef-e-text
  p {
  font-weight: 400;
}
.qodef-blog.qodef--single
  .format-link.qodef-blog-item
  .qodef-e-info-author:after,
.qodef-blog.qodef--single
  .format-quote.qodef-blog-item
  .qodef-e-info-author:after {
  content: "|";
  display: inline-block;
  margin: 0 8px 0 8px;
}
#qodef-page-comments {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 93px;
}
#qodef-page-comments .qodef-page-comments-not-found {
  margin: 0;
}
#qodef-page-comments-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 85px;
}
#qodef-page-comments-list .qodef-m-title {
  margin: 0 0 34px;
}
#qodef-page-comments-list .qodef-m-comments {
  list-style: none;
  margin: 0;
  padding: 0;
}
#qodef-page-comments-list .qodef-m-comments > .qodef-comment-item:first-child {
  margin-top: 0;
}
#qodef-page-comments-list .qodef-comment-item {
  margin: 50px 0 0;
  padding: 0;
}
#qodef-page-comments-list .qodef-comment-item #respond {
  margin-top: 100px;
  margin-bottom: 51px;
}
#qodef-page-comments-list .qodef-comment-item #respond .comment-reply-title {
  position: relative;
}
#qodef-page-comments-list
  .qodef-comment-item
  #respond
  #cancel-comment-reply-link {
  position: relative;
  display: block;
  float: right;
  right: 0;
  top: 0;
}
#qodef-page-comments-list
  .qodef-comment-item
  #respond
  #cancel-comment-reply-link:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  height: 1px;
  width: 0%;
  background-color: currentColor;
  transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#qodef-page-comments-list
  .qodef-comment-item
  #respond
  #cancel-comment-reply-link:hover:after {
  width: 100%;
  left: 0;
}
#qodef-page-comments-list .qodef-comment-item .children {
  list-style: none;
  margin: 0;
  padding: 0 0 0 115px;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
  display: flex;
  align-items: flex-start;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-image {
  flex-shrink: 0;
  margin-right: 28px;
  margin-top: 5px;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-image img {
  display: block;
  border-radius: 50%;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-title {
  margin: 0;
  display: inline;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-date {
  margin-top: 3px;
  display: inline;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-date:before {
  content: "|";
  display: inline-block;
  margin: 0 8px;
  font-size: 22px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 680px) {
  #qodef-page-comments-list .qodef-comment-item .qodef-e-date {
    display: block;
  }
  #qodef-page-comments-list .qodef-comment-item .qodef-e-date:before {
    display: none;
  }
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
  color: var(--qode-main-color);
  font-weight: 400;
  letter-spacing: 0;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover {
  color: var(--qode-main-color);
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-text {
  margin: 2px 0 0;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-text p {
  margin: 0;
}
body[class*="micdrop-core"]
  #qodef-page-comments-list
  .qodef-comment-item
  .qodef-e-text
  p {
  font-weight: 400;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-text img {
  margin-top: 5px;
  margin-bottom: 5px;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
  margin-top: -5px;
  float: right;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links > * {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-family: Syne, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 24px;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links > :last-child {
  margin-right: 0;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links > :after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  height: 1px;
  width: 0%;
  background-color: currentColor;
  transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links > :hover:after {
  width: 100%;
  left: 0;
}
#qodef-page-comments-list .qodef-m-pagination {
  margin-top: 50px;
}
#qodef-page-comments-list .comment-respond p {
  margin: 10px 0 0;
}
#qodef-page-comments-list .comment-respond .comment-notes {
  margin: 10px 0 23px;
}
#qodef-page-comments-list .comment-respond .comment-form-cookies-consent {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 23px;
}
#qodef-page-comments-list .comment-respond .comment-form-cookies-consent > * {
  margin: 0;
}
#qodef-page-comments-list
  .comment-respond
  .comment-form-cookies-consent
  input[type="checkbox"] {
  flex-shrink: 0;
  margin-top: 1px;
  margin-right: 6px;
}
#qodef-page-comments-form,
#respond {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#qodef-page-comments-form .comment-form-author #author,
#qodef-page-comments-form .comment-form-email #email,
#respond .comment-form-author #author,
#respond .comment-form-email #email {
  border-top: 0;
  margin-bottom: 0;
}
#qodef-page-comments-form .comment-form-url input,
#respond .comment-form-url input {
  border-top: 0;
}
#qodef-page-comments-form .comment-form-comment textarea,
#respond .comment-form-comment textarea {
  margin-bottom: 0;
}
#qodef-page-comments-form #commentform p,
#respond #commentform p {
  margin: 0;
}
#qodef-page-comments-form #commentform p.logged-in-as,
#respond #commentform p.logged-in-as {
  margin: 2px 0 28px;
  font-size: 15px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  color: var(--qode-additional-color);
  letter-spacing: 0;
}
#qodef-page-comments-form #commentform p.comment-notes,
#respond #commentform p.comment-notes {
  margin: 2px 0 28px;
  color: var(--qode-additional-color);
}
#qodef-page-comments-form #commentform p.comment-form-cookies-consent,
#respond #commentform p.comment-form-cookies-consent {
  margin: 5px 0 24px;
}
#qodef-page-comments-form
  #commentform
  .qodef-layout--columns
  .qodef-grid-inner
  .qodef-grid-item:first-child,
#respond
  #commentform
  .qodef-layout--columns
  .qodef-grid-inner
  .qodef-grid-item:first-child {
  padding-right: 0;
}
#qodef-page-comments-form
  #commentform
  .qodef-layout--columns
  .qodef-grid-inner
  .qodef-grid-item:last-child,
#respond
  #commentform
  .qodef-layout--columns
  .qodef-grid-inner
  .qodef-grid-item:last-child {
  padding-left: 0;
}
#qodef-page-comments-form
  #commentform
  .qodef-layout--columns
  .qodef-grid-inner
  .qodef-grid-item:last-child
  input,
#respond
  #commentform
  .qodef-layout--columns
  .qodef-grid-inner
  .qodef-grid-item:last-child
  input {
  border-left: 0;
}
body:not([class*="micdrop-core"])
  #qodef-page-comments-form
  #commentform
  p.form-submit
  .qodef-button.qodef-layout--outlined
  .qodef-m-text,
body:not([class*="micdrop-core"])
  #respond
  #commentform
  p.form-submit
  .qodef-button.qodef-layout--outlined
  .qodef-m-text {
  position: relative;
  z-index: 12;
  transition: 0.2s;
}
body:not([class*="micdrop-core"])
  #qodef-page-comments-form
  #commentform
  p.form-submit
  .qodef-button.qodef-layout--outlined:after,
body:not([class*="micdrop-core"])
  #respond
  #commentform
  p.form-submit
  .qodef-button.qodef-layout--outlined:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: currentColor;
  transform: translateX(-100%);
  transition: 0s;
}
body:not([class*="micdrop-core"])
  #qodef-page-comments-form
  #commentform
  p.form-submit
  .qodef-button.qodef-layout--outlined:hover
  .qodef-m-text,
body:not([class*="micdrop-core"])
  #respond
  #commentform
  p.form-submit
  .qodef-button.qodef-layout--outlined:hover
  .qodef-m-text {
  animation: qodef-btn-text-outline-animation 1.2s forwards;
}
body:not([class*="micdrop-core"])
  #qodef-page-comments-form
  #commentform
  p.form-submit
  .qodef-button.qodef-layout--outlined:hover:after,
body:not([class*="micdrop-core"])
  #respond
  #commentform
  p.form-submit
  .qodef-button.qodef-layout--outlined:hover:after {
  animation: qodef-btn-outline-animation 1.2s
    cubic-bezier(0.34, 0.43, 0.13, 0.96) forwards;
}
.logged-in #qodef-page-comments-form #commentform p.form-submit .qodef-button,
.logged-in #respond #commentform p.form-submit .qodef-button {
  margin-top: 20px;
}
#qodef-page-comments-form .comment-reply-title,
#respond .comment-reply-title {
  margin: 0;
  display: block;
  align-items: flex-end;
  justify-content: space-between;
}
#qodef-page-comments-form .comment-reply-title small,
#respond .comment-reply-title small {
  margin-top: 6px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #qodef-page-comments-form .qodef-comment-form,
  #respond .qodef-comment-form {
    clear: both;
  }
}
#qodef-page-comments-form .qodef-comment-form p,
#respond .qodef-comment-form p {
  margin: 0;
}
#qodef-page-comments-form .qodef-comment-form .comment-notes,
#respond .qodef-comment-form .comment-notes {
  font-size: 15px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  color: var(--qode-additional-color);
  letter-spacing: 0;
}
#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent,
#respond .qodef-comment-form .comment-form-cookies-consent {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  line-height: 1.4em;
  color: var(--qode-main-color);
  letter-spacing: 0;
}
@media only screen and (max-width: 680px) {
  #qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent,
  #respond .qodef-comment-form .comment-form-cookies-consent {
    align-items: flex-start;
  }
}
#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent > *,
#respond .qodef-comment-form .comment-form-cookies-consent > * {
  margin: 0;
  color: var(--qode-main-color);
}
#qodef-page-comments-form
  .qodef-comment-form
  .comment-form-cookies-consent
  input[type="checkbox"],
#respond
  .qodef-comment-form
  .comment-form-cookies-consent
  input[type="checkbox"] {
  flex-shrink: 0;
  margin-top: 1px;
  margin-right: 6px;
}
@media only screen and (max-width: 680px) {
  #qodef-page-comments-form
    .qodef-comment-form
    .comment-form-cookies-consent
    input[type="checkbox"],
  #respond
    .qodef-comment-form
    .comment-form-cookies-consent
    input[type="checkbox"] {
    position: relative;
    top: 3px;
  }
}
#qodef-page-comments-form #cancel-comment-reply-link,
#respond #cancel-comment-reply-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: Syne, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 24px;
  float: left;
}
#respond {
  margin-top: 50px;
}
.qodef-filter--on .qodef-grid-inner {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.qodef-filter--on.qodef--filter-loading .qodef-grid-inner,
.qodef-filter--on.qodef-filter-show-all-hidden-loading .qodef-grid-inner {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.qodef-filter--on.qodef--filter-loading .qodef-m-pagination-spinner,
.qodef-filter--on.qodef-filter-show-all-hidden-loading
  .qodef-m-pagination-spinner {
  bottom: calc(50% - 16px) !important;
}
.qodef-filter--on.qodef-filter_title--yes .qodef-m-filter {
  justify-content: space-between;
}
.qodef-m-filter {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 6px;
  border-bottom: 1px solid #404040;
}
.qodef-m-filter .qodef-m-filter-items {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 9px;
}
@media only screen and (max-width: 680px) {
  .qodef-m-filter .qodef-m-filter-items {
    margin-top: 3px;
    margin-bottom: 4px;
  }
}
.qodef-m-filter .qodef-m-filter-item {
  position: relative;
  transition: color 0.3s ease, background-color 0.3s ease;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-family: Syne, sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 10px 34px 10px 33px;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 1px solid var(--qode-main-color);
  margin-left: -1px;
}
.qodef-m-filter .qodef-m-filter-item:first-child {
  margin-left: 0;
}
.qodef-m-filter .qodef-m-filter-item .qodef-m-filter-item-name {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.qodef-m-filter .qodef-m-filter-item .qodef-m-filter-item-name:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: currentColor;
  bottom: -1px;
  right: 0;
  transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  height: 1px;
}
.qodef-m-filter
  .qodef-m-filter-item.qodef--active
  .qodef-m-filter-item-name:after,
.qodef-m-filter .qodef-m-filter-item:hover .qodef-m-filter-item-name:after {
  width: 100%;
  left: 0;
}
#qodef-page-footer {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#qodef-page-footer > * {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li {
  line-height: 1;
}
#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li a {
  line-height: 1;
}
body:not([class*="micdrop-core"]) #qodef-page-footer .widget.widget_text p {
  line-height: 1.5em;
}
#qodef-page-footer .widget.widget_archive .select2,
#qodef-page-footer .widget.widget_categories .select2 {
  margin-top: 5px !important;
  margin-bottom: 16px;
}
#qodef-page-footer .widget[class*="_search"] .qodef-widget-title {
  margin-bottom: 8px !important;
}
#qodef-page-footer .widget[class*="_search"] .qodef-search-form {
  margin-bottom: 15px;
}
#qodef-page-footer .widget.widget_categories ul li a {
  color: var(--qode-secondary-color);
}
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a {
  color: var(--qode-additional-color);
}
#qodef-page-footer-top-area {
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#qodef-page-footer-top-area .qodef-content-full-width {
  padding: 64px 21% 22px;
}
@media screen and (max-width: 1680px) {
  #qodef-page-footer-top-area .qodef-content-full-width {
    padding: 64px 64px 22px;
  }
}
@media screen and (max-width: 1368px) {
  #qodef-page-footer-top-area .qodef-content-full-width {
    padding: 64px 11% 22px;
  }
}
@media screen and (max-width: 1366px) {
  #qodef-page-footer-top-area .qodef-content-full-width {
    padding: 64px 10% 22px;
  }
}
@media screen and (max-width: 1280px) {
  #qodef-page-footer-top-area .qodef-content-full-width {
    padding: 64px 9% 22px;
  }
}
.qodef--boxed #qodef-page-footer-top-area {
  padding-left: 0;
  padding-right: 0;
}
#qodef-page-footer-top-area-inner {
  padding: 64px 0 22px;
}
#qodef-page-footer-top-area-inner .widget_micdrop_core_icon_list_item {
  text-align: center;
}
#qodef-page-footer-top-area-inner
  .widget_micdrop_core_icon_list_item
  .qodef-e-title
  a
  .qodef-icon-holder {
  transition: color 0.2s ease;
}
#qodef-page-footer-top-area-inner
  .widget_micdrop_core_icon_list_item
  .qodef-e-title
  a:hover
  .qodef-icon-holder {
  color: var(--qode-secondary-color);
}
#qodef-page-footer-top-area-inner
  .widget_micdrop_core_icon_list_item
  .qodef-icon-list-item
  .qodef-icon-holder {
  margin-right: 8px;
}
#qodef-page-footer-top-area-inner
  .widget_micdrop_core_icon_list_item
  .qodef-icon-list-item
  .qodef-icon-holder
  .qodef-icon {
  font-size: 18px;
}
#qodef-page-footer-top-area-inner .widget_calendar .qodef-widget-title {
  margin: 0 0 12px;
}
#qodef-page-footer-top-area-inner .widget_calendar .calendar_wrap {
  margin-bottom: 8px;
}
#qodef-page-footer-top-area-inner .widget_calendar #today {
  color: #000 !important;
}
#qodef-page-footer-top-area-inner
  .select2-container--default
  .select2-selection--single,
#qodef-page-footer-top-area-inner
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  color: #000 !important;
}
#qodef-page-footer-bottom-area {
  background-color: #000;
}
#qodef-page-footer-bottom-area .qodef-content-full-width {
  padding: 64px 64px 22px;
}
.qodef--boxed #qodef-page-footer-bottom-area {
  padding-left: 0;
  padding-right: 0;
}
#qodef-page-footer-bottom-area-inner {
  padding: 18px 0;
  border-top: 0 solid #e1e1e1;
}
.qodef-copyright {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--qode-additional-color);
  letter-spacing: 0;
}
@media only screen and (max-width: 680px) {
  .qodef-copyright {
    line-height: 1.3em;
  }
}
.qodef-copyright a {
  color: inherit !important;
  transition: color 0.2s ease-in-out;
}
.qodef-copyright a:hover {
  color: #fff !important;
}
@media only screen and (max-width: 680px) {
  .qodef--boxed #qodef-page-footer-top-area-inner {
    width: 100%;
  }
}
.wp-block-button {
  float: none;
  margin: 1em 0;
}
.wp-block-button .wp-block-button__link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-family: Syne, sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 14px 22px 14px 21px;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 1px solid var(--qode-main-color);
  overflow: hidden;
  border-radius: 28px;
  cursor: pointer;
}
.wp-block-button .wp-block-button__link:hover {
  color: #000;
  background-color: var(--qode-main-color);
  border: 1px solid var(--qode-main-color);
}
.wp-block-button.is-style-outline {
  border: none;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--qode-main-color);
  background-color: transparent;
  border: 1px solid var(--qode-main-color);
  border-width: 1px;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--qode-main-color);
  border-color: var(--qode-main-color);
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-button.alignleft {
  text-align: left;
  margin-top: 0;
  margin-right: 2rem;
}
.wp-block-button.alignright {
  text-align: right;
  margin-top: 0;
  margin-left: 2rem;
}
.wp-block-image .alignleft {
  margin: 1rem 2rem 1rem 0 !important;
}
.wp-block-image .alignright {
  margin: 1rem 0 1rem 2rem !important;
}
.wp-block-image .aligncenter {
  clear: both;
}
.wp-block-image figcaption {
  margin: 7px 0 0;
}
.wp-block-cover-image {
  float: none !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image p {
  z-index: 1 !important;
  margin: 0 auto !important;
  max-width: 580px !important;
  padding: 14px !important;
  text-align: center;
  line-height: 1em !important;
}
.wp-block-cover-image h1 a,
.wp-block-cover-image h2 a,
.wp-block-cover-image h3 a,
.wp-block-cover-image h4 a,
.wp-block-cover-image h5 a,
.wp-block-cover-image h6 a,
.wp-block-cover-image p a {
  color: #fff !important;
}
.wp-block-cover-image h1 a:hover,
.wp-block-cover-image h2 a:hover,
.wp-block-cover-image h3 a:hover,
.wp-block-cover-image h4 a:hover,
.wp-block-cover-image h5 a:hover,
.wp-block-cover-image h6 a:hover,
.wp-block-cover-image p a:hover {
  color: var(--qode-main-color) !important;
}
.wp-block-cover-image :not(.has-text-color):not(.has-inline-color):not(a) {
  color: #fff !important;
  font-size: 30px !important;
}
.wp-block-cover {
  margin-bottom: 1rem;
}
.wp-block-cover.alignleft {
  margin-right: 2em;
}
.wp-block-cover.alignright {
  margin-left: 2em;
}
.wp-block-cover .wp-block-cover__inner-container {
  width: 100% !important;
}
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover p {
  z-index: 1 !important;
  margin: 0 auto !important;
  max-width: 580px !important;
  padding: 14px !important;
  text-align: center;
  line-height: 1em !important;
}
.wp-block-cover h1 a,
.wp-block-cover h2 a,
.wp-block-cover h3 a,
.wp-block-cover h4 a,
.wp-block-cover h5 a,
.wp-block-cover h6 a,
.wp-block-cover p a {
  color: #fff !important;
}
.wp-block-cover h1 a:hover,
.wp-block-cover h2 a:hover,
.wp-block-cover h3 a:hover,
.wp-block-cover h4 a:hover,
.wp-block-cover h5 a:hover,
.wp-block-cover h6 a:hover,
.wp-block-cover p a:hover {
  color: var(--qode-main-color) !important;
}
.wp-block-cover :not(.has-text-color):not(.has-inline-color):not(a) {
  color: #fff !important;
  font-size: 30px !important;
}
.wp-block-gallery {
  margin-bottom: 2rem;
}
.wp-block-gallery ul.blocks-gallery-grid {
  margin: 0;
}
.wp-block-gallery ul.blocks-gallery-grid figcaption {
  margin: 0;
  overflow-x: hidden;
}
.wp-block-gallery ul.blocks-gallery-grid + figcaption {
  margin-top: 0;
}
.wp-block-pullquote {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: center !important;
  width: 100% !important;
  position: relative;
  z-index: -2;
}
.wp-block-pullquote blockquote {
  padding: 25px !important;
}
.has-drop-cap:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}
.wp-block-file {
  display: flex;
  align-items: center;
  margin: 0;
  color: var(--qode-main-color);
  text-decoration: none;
  transition: color 0.2s ease-out;
  cursor: pointer;
}
.wp-block-file:focus,
.wp-block-file:hover {
  color: var(--qode-main-color);
}
.wp-block-group.has-background {
  padding: 20px 30px;
}
.gallery-item img {
  border: 0 !important;
}
.wp-block-search .wp-block-search__input {
  margin-bottom: 0;
}
.wp-block-rss .wp-block-rss__item-title {
  display: inline-block;
  vertical-align: top;
}
#qodef-page-header {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 70px;
  background-color: #000;
  z-index: 100;
}
#qodef-page-header .qodef-header-logo-link {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 70px;
  max-height: 100%;
}
body:not([class*="micdrop-core"])
  #qodef-page-header
  .qodef-header-logo-link.qodef-height--not-set {
  height: 25px;
}
body:not([class*="micdrop-core"])
  #qodef-page-header
  .qodef-header-logo-link.qodef-height--not-set
  img {
  max-height: 100%;
}
#qodef-page-header .qodef-header-logo-link img {
  display: block;
  margin: auto 0;
  width: auto;
  max-height: 100%;
  transition: opacity 0.3s ease;
}
#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
  max-height: 50%;
}
#qodef-page-header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 40px;
}
.qodef-layout--justified-gallery {
  height: auto !important;
  visibility: hidden;
}
.qodef-layout--justified-gallery.qodef--justified-gallery-init {
  visibility: visible;
}
.qodef-layout--justified-gallery .qodef-grid-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 !important;
  overflow: hidden;
}
.qodef-layout--justified-gallery .qodef-grid-item {
  position: absolute;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.qodef-layout--justified-gallery .qodef-grid-item img {
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
}
.qodef-layout--justified-gallery > .jg-filtered {
  display: none;
}
#qodef-page-mobile-header {
  position: relative;
  display: none;
  height: 70px;
  z-index: 100;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 70px;
  max-height: 100%;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img {
  display: block;
  margin: auto 0;
  width: auto;
  max-height: 100%;
  transition: opacity 0.3s ease;
}
body:not([class*="micdrop-core"])
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link.qodef-height--not-set {
  height: 29px;
}
body:not([class*="micdrop-core"])
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link.qodef-height--not-set
  img {
  max-height: 100%;
}
body[class*="micdrop-core"]
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link.qodef-height--not-set
  img {
  max-height: calc(50% * 100 / 70);
}
#qodef-page-mobile-header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 40px;
}
@media only screen and (max-width: 768px) {
  #qodef-page-mobile-header-inner {
    padding: 0 54px;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-page-mobile-header-inner {
    padding: 0 9%;
  }
}
#qodef-page-mobile-header-inner.qodef-content-grid {
  padding: 0;
}
.qodef-mobile-header-opener {
  position: relative;
  font-size: 20px;
  margin-left: 20px;
  color: #000;
}
.qodef-mobile-header-opener:hover {
  color: #000;
}
body:not([class*="micdrop-core"]) .qodef-mobile-header-opener {
  color: #fff;
}
body:not([class*="micdrop-core"]) .qodef-mobile-header-opener:hover {
  color: #fff;
}
.qodef-mobile-header-opener svg {
  display: block;
  fill: currentColor;
}
.qodef-mobile-header-opener svg.qodef--initial {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
body:not([class*="micdrop-core"])
  .qodef-mobile-header-opener
  svg.qodef--initial {
  color: #fff;
}
.qodef-mobile-header-opener svg.qodef--initial.qodef--open {
  visibility: visible;
}
.qodef-mobile-header-opener svg.qodef--initial.qodef--close {
  stroke: none;
  fill: currentColor;
  position: absolute;
  right: 0;
  bottom: -10px;
  visibility: hidden;
}
.qodef-mobile-header-opener.qodef--opened svg.qodef--initial.qodef--open {
  visibility: hidden;
}
.qodef-mobile-header-opener.qodef--opened svg.qodef--initial.qodef--close {
  visibility: visible;
}
.qodef-mobile-header-navigation {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  max-height: calc(100vh - 70px);
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 10;
}
.qodef-mobile-header-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qodef-mobile-header-navigation ul li {
  position: relative;
  margin: 6px 0;
  padding: 0;
}
.qodef-mobile-header-navigation ul li a {
  position: relative;
  display: block;
}
.qodef-mobile-header-navigation ul li .qodef-menu-item-arrow {
  position: absolute;
  top: 13px;
  right: 0;
  width: 8px;
  height: auto;
  color: #000;
  fill: #000;
  z-index: 9;
  cursor: pointer;
  transition: color 0.2s ease-out;
  transform: rotate(0);
  transition: transform 0.2s ease-out, color 0.2s ease-out;
}
.qodef-mobile-header-navigation ul li .qodef-menu-item-arrow:hover {
  color: #000;
}
.qodef-mobile-header-navigation ul li ul {
  display: none;
}
body:not([class*="micdrop-core"]) .qodef-mobile-header-navigation ul li ul {
  margin-left: 0;
  padding-left: 20px;
}
body:not([class*="micdrop-core"])
  .qodef-mobile-header-navigation
  ul
  li
  ul
  li.menu-item-has-children
  > .qodef-menu-item-arrow {
  top: 8px;
}
.qodef-mobile-header-navigation ul li ul li > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 10px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  padding-right: 22px;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0;
}
.qodef-mobile-header-navigation ul li ul li > a .qodef-menu-item-icon {
  flex-shrink: 0;
}
.qodef-mobile-header-navigation
  ul
  li
  ul
  li
  > a:hover
  .qodef-menu-item-text:after {
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
}
.qodef-mobile-header-navigation ul li.qodef--opened > .qodef-menu-item-arrow {
  transform: rotate(90deg);
}
.qodef-mobile-header-navigation > ul {
  margin: 0 auto;
  padding: 34px 0;
}
.qodef-mobile-header-navigation > ul > li > a {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 17px;
  line-height: 1.118em;
  font-weight: 600;
  color: #000;
  font-size: 16px;
  padding: 10px 0;
  margin: 0;
}
.qodef-mobile-header-navigation > ul > li > a .qodef-menu-item-text {
  position: relative;
}
.qodef-mobile-header-navigation > ul > li > a .qodef-menu-item-text:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: relative;
  left: 0;
  bottom: 1px;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
}
.qodef-mobile-header-navigation > ul > li > a .qodef-menu-item-text:after {
  position: absolute;
}
.qodef-mobile-header-navigation
  > ul
  > li
  > a:hover
  .qodef-menu-item-text:after {
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
}
.qodef-mobile-header-navigation > ul > li.current-menu-ancestor > a,
.qodef-mobile-header-navigation > ul > li.current-menu-item > a {
  color: #000;
}
.qodef-mobile-header-navigation
  > ul
  > li.current-menu-ancestor
  > a
  > span:after,
.qodef-mobile-header-navigation > ul > li.current-menu-item > a > span:after {
  width: 100%;
  left: 0;
}
.qodef-mobile-header-navigation
  > ul
  > li.current-menu-ancestor
  > a
  .qodef-menu-item-text,
.qodef-mobile-header-navigation
  > ul
  > li.current-menu-item
  > a
  .qodef-menu-item-text {
  position: relative;
}
.qodef-mobile-header-navigation
  > ul
  > li.current-menu-ancestor
  > a
  .qodef-menu-item-text:after,
.qodef-mobile-header-navigation
  > ul
  > li.current-menu-item
  > a
  .qodef-menu-item-text:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #000;
  transform: scaleX(1);
  transform-origin: 100% 50%;
  transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
}
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul {
  padding-left: 20px;
  margin-left: 0;
}
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li {
  margin: 0;
}
.qodef-mobile-header-navigation
  .qodef-drop-down-second-inner
  ul
  li:first-child
  > a
  .qodef-menu-item-text {
  padding-top: 6px;
}
.qodef-mobile-header-navigation
  .qodef-drop-down-second-inner
  ul
  li:last-child:not(.menu-item-has-children)
  > a
  > .qodef-menu-item-text:after {
  bottom: 1px;
}
.qodef-mobile-header-navigation
  .qodef-drop-down-second-inner
  ul
  li
  ul
  li:first-child
  > a
  .qodef-menu-item-text {
  padding-top: 8px;
}
.qodef-mobile-header-navigation
  .qodef-drop-down-second-inner
  ul
  li
  ul
  li:last-child
  a
  > .qodef-menu-item-text {
  padding-bottom: 8px;
}
.qodef-mobile-header-navigation
  .qodef-drop-down-second-inner
  ul
  li
  .qodef-menu-item-arrow {
  top: 10px;
}
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 10px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  padding-right: 22px;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  display: inline-block;
}
.qodef-mobile-header-navigation
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-icon {
  flex-shrink: 0;
}
.qodef-mobile-header-navigation
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-text {
  position: relative;
  padding: 8px 0;
  line-height: 1em;
  background-repeat: no-repeat;
  background-position-y: -9px;
  background-image: linear-gradient(
    transparent calc(100% - 1px),
    currentColor 1px
  );
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: 0 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.qodef-mobile-header-navigation
  .qodef-drop-down-second-inner
  ul
  li
  > a:hover
  .qodef-menu-item-text {
  background-size: 100% 100%;
}
.qodef-mobile-header-navigation
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a
  .qodef-menu-item-text,
.qodef-mobile-header-navigation
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a
  .qodef-menu-item-text {
  background-size: 100% 100%;
}
.qodef--boxed #qodef-page-mobile-header {
  position: fixed;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.qodef-header-navigation {
  height: 100%;
}
.qodef-header-navigation ul {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}
.qodef-header-navigation ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
.qodef-header-navigation ul li a .qodef-menu-item-arrow {
  position: absolute;
  top: calc(50% - 6px);
  right: 7px;
  width: 8px;
  height: auto;
  fill: currentColor;
}
.qodef-header-navigation ul li.qodef--hide-link > a {
  cursor: default;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
  position: absolute;
  top: 100%;
  left: -29px;
  width: 278px;
  margin: 0;
  padding: 22px 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #404040;
  transition: opacity 0.2s ease-out;
}
body:not([class*="micdrop-core"])
  .qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  ul {
  width: 311px;
}
.qodef-drop-down-second--animate-height
  .qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  ul {
  left: 0;
}
.qodef-drop-down-second--animate-height
  .qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  ul
  ul {
  left: 100%;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li {
  padding: 0 28px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  ul
  li.menu-item-has-children:hover
  > ul {
  opacity: 1;
  visibility: visible;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul ul {
  top: calc(-22px - 11px);
  left: 100%;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  ul.qodef-drop-down--right {
  left: auto;
  right: -29px;
  text-align: right;
}
body:not([class*="micdrop-core"])
  .qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  ul.qodef-drop-down--right
  .menu-item-has-children
  > a:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  width: 8px;
  height: 12.8px;
  background: url(../img/menu-arrow-fallback.svg) center center no-repeat;
  transform: rotate(180deg);
}
.qodef-drop-down-second--animate-height
  .qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  ul.qodef-drop-down--right {
  right: 0;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  ul.qodef-drop-down--right
  li
  a
  .qodef-menu-item-arrow {
  left: 7px;
  right: auto;
  padding-bottom: 1px;
  transform: rotate(180deg);
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  ul.qodef-drop-down--right
  ul {
  left: calc(-100% - 2px);
}
.qodef-header-navigation ul li.qodef-menu-item--narrow:hover > ul {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-out;
}
.qodef-header-navigation > ul {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  white-space: nowrap;
}
.qodef-header-navigation > ul > li {
  height: 100%;
  margin: 0 10px;
}
.qodef-header-navigation > ul > li:first-child {
  margin-left: 0;
}
.qodef-header-navigation > ul > li:last-child {
  margin-right: 0;
}
.qodef-header-navigation > ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  line-height: 1.118em;
  font-weight: 600;
  font-size: 15px;
}
.qodef-header-navigation > ul > li > a .qodef-menu-item-arrow {
  display: none;
}
.qodef-header-navigation > ul > li > a > span {
  position: relative;
}
.qodef-header-navigation > ul > li > a > span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 1px;
  background-color: var(--qode-main-color);
  transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  width: 0;
}
.qodef-header-navigation > ul > li > a:hover {
  color: #fff;
}
.qodef-header-navigation > ul > li > a:hover > span:after {
  width: 100%;
  left: 0;
}
.qodef-header-navigation > ul > li.current-menu-ancestor > a > span,
.qodef-header-navigation > ul > li.current-menu-item > a > span {
  position: relative;
}
.qodef-header-navigation > ul > li.current-menu-ancestor > a > span:after,
.qodef-header-navigation > ul > li.current-menu-item > a > span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
  background-color: #fff;
  transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.qodef-header-navigation > ul > li.current-menu-ancestor > a:hover,
.qodef-header-navigation > ul > li.current-menu-item > a:hover {
  color: #fff;
}
.qodef-header-navigation > ul > li.current-menu-ancestor > a:hover > span:after,
.qodef-header-navigation > ul > li.current-menu-item > a:hover > span:after {
  width: 100%;
  left: 0;
}
.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul li > a {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0;
}
body:not([class*="micdrop-core"])
  .qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul:not(.qodef-drop-down--right)
  .menu-item-has-children
  > a:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  width: 8px;
  height: 12.8px;
  background: url(../img/menu-arrow-fallback.svg) center center no-repeat;
}
.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul:not(.qodef-drop-down--right)
  li
  > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 10px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  padding-right: 22px;
  display: block;
}
.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul:not(.qodef-drop-down--right)
  li
  > a
  .qodef-menu-item-icon {
  flex-shrink: 0;
}
.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul:not(.qodef-drop-down--right)
  li
  > a
  > span {
  position: relative;
  display: inline;
  background-repeat: no-repeat;
  background-position-y: 0;
  background-image: linear-gradient(
    transparent calc(100% - 1px),
    currentColor 1px
  );
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) qodef-wide-menu-underline
    forwards;
}
.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul:not(.qodef-drop-down--right)
  li.current-menu-ancestor
  > a,
.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul:not(.qodef-drop-down--right)
  li.current-menu-item
  > a,
.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul:not(.qodef-drop-down--right)
  li:hover
  > a {
  color: #fff;
}
.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul:not(.qodef-drop-down--right)
  li.current-menu-ancestor
  > a
  > span,
.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul:not(.qodef-drop-down--right)
  li.current-menu-item
  > a
  > span,
.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul:not(.qodef-drop-down--right)
  li:hover
  > a
  > span {
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1)
    qodef-wide-menu-underline-hover forwards;
}
.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul.qodef-drop-down--right
  li
  > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 10px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  justify-content: flex-end;
  padding-left: 22px;
  padding-right: 0;
  display: block;
}
.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul.qodef-drop-down--right
  li
  > a
  .qodef-menu-item-icon {
  flex-shrink: 0;
}
.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul.qodef-drop-down--right
  li
  > a
  > span {
  position: relative;
  display: inline;
  background-repeat: no-repeat;
  background-position-y: 0;
  background-image: linear-gradient(
    transparent calc(100% - 1px),
    currentColor 1px
  );
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) qodef-wide-menu-underline
    forwards;
}
.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul.qodef-drop-down--right
  li.current-menu-ancestor
  > a
  > span,
.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul.qodef-drop-down--right
  li.current-menu-item
  > a
  > span,
.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul.qodef-drop-down--right
  li:hover
  > a
  > span {
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1)
    qodef-wide-menu-underline-hover forwards;
}
.qodef-m-pagination {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 27px 0 0;
}
.qodef-m-pagination.qodef--wp {
  margin: 37px 0 0;
}
.qodef-m-pagination.qodef--wp .nav-links {
  position: relative;
  display: flex;
  align-items: center;
}
.qodef-m-pagination.qodef--wp .page-numbers {
  position: relative;
  margin: 0;
  padding: 0;
  width: 55px;
  border: 1px solid var(--qode-main-color);
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 0;
  font-size: 15px;
  font-weight: 600;
  font-family: Syne, sans-serif;
  letter-spacing: 0;
}
.qodef-m-pagination.qodef--wp .page-numbers.qodef--number-1,
.qodef-m-pagination.qodef--wp .page-numbers:first-child {
  border-left: 1px solid var(--qode-main-color);
}
.qodef-m-pagination.qodef--wp .page-numbers.qodef--prev {
  border-right: 0;
}
.qodef-m-pagination.qodef--wp .page-numbers:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 1px;
  background: var(--qode-main-color);
  position: absolute;
  bottom: 16px;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform-origin: right;
  transform: scaleX(0);
}
.qodef-m-pagination.qodef--wp .page-numbers.next:after,
.qodef-m-pagination.qodef--wp .page-numbers.prev:after,
.qodef-m-pagination.qodef--wp .page-numbers.qodef--dots:after,
.qodef-m-pagination.qodef--wp .page-numbers.qodef--next:after,
.qodef-m-pagination.qodef--wp .page-numbers.qodef--prev:after {
  display: none;
}
.qodef-m-pagination.qodef--wp .page-numbers.current:after,
.qodef-m-pagination.qodef--wp .page-numbers.qodef--active:after,
.qodef-m-pagination.qodef--wp .page-numbers:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.qodef-m-pagination.qodef--wp .page-numbers * {
  display: block;
  line-height: inherit;
}
.qodef-m-pagination.qodef--wp .page-numbers:first-child {
  margin-left: 0;
}
.qodef-m-pagination.qodef--wp .page-numbers:last-child {
  margin-right: 0;
}
.qodef-m-pagination.qodef--wp .page-numbers.next,
.qodef-m-pagination.qodef--wp .page-numbers.prev {
  padding: 0;
}
.qodef-m-pagination.qodef--wp .page-numbers.next svg,
.qodef-m-pagination.qodef--wp .page-numbers.prev svg {
  position: relative;
  display: block;
  height: auto;
  fill: currentColor;
  stroke: none;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
}
.qodef-m-pagination.qodef--wp .page-numbers.next svg polyline,
.qodef-m-pagination.qodef--wp .page-numbers.prev svg polyline {
  fill: none;
  stroke: currentColor;
}
.qodef-m-pagination.qodef--wp .page-numbers.prev g {
  transition: transform 0.6s cubic-bezier(0.17, 0.64, 0.22, 0.94);
}
.qodef-m-pagination.qodef--wp .page-numbers.prev g:nth-of-type(1) {
  transition-delay: 0.2s;
  transform: translateX(0);
}
.qodef-m-pagination.qodef--wp .page-numbers.prev g:nth-of-type(2) {
  transform: translateX(120%);
}
.qodef-m-pagination.qodef--wp .page-numbers.prev:hover g:nth-of-type(1) {
  transform: translateX(-120%);
}
.qodef-m-pagination.qodef--wp .page-numbers.prev:hover g:nth-of-type(2) {
  transition-delay: 0.3s;
  transform: translateX(0);
}
.qodef-m-pagination.qodef--wp .page-numbers.next g {
  transition: transform 0.6s cubic-bezier(0.17, 0.64, 0.22, 0.94);
}
.qodef-m-pagination.qodef--wp .page-numbers.next g:nth-of-type(1) {
  transition-delay: 0.2s;
  transform: translateX(0);
}
.qodef-m-pagination.qodef--wp .page-numbers.next g:nth-of-type(2) {
  transform: translateX(-120%);
}
.qodef-m-pagination.qodef--wp .page-numbers.next:hover g:nth-of-type(1) {
  transform: translateX(120%);
}
.qodef-m-pagination.qodef--wp .page-numbers.next:hover g:nth-of-type(2) {
  transition-delay: 0.3s;
  transform: translateX(0);
}
.qodef-m-pagination.qodef--wp .page-numbers.current,
.qodef-m-pagination.qodef--wp .page-numbers:hover {
  color: var(--qode-main-color);
}
.qodef-m-pagination.qodef--standard {
  margin: 29px 0 0;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
  position: relative;
  display: flex;
  align-items: center;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
  position: relative;
  margin: 0;
  padding: 0;
  width: 55px;
  border: 1px solid var(--qode-main-color);
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 0;
  font-size: 15px;
  font-weight: 600;
  font-family: Syne, sans-serif;
  letter-spacing: 0;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--number-1,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:first-child {
  border-left: 1px solid var(--qode-main-color);
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
  border-right: 0;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 1px;
  background: var(--qode-main-color);
  position: absolute;
  bottom: 16px;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform-origin: right;
  transform: scaleX(0);
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.next:after,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.prev:after,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--dots:after,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:after,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:after {
  display: none;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.current:after,
.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item.qodef--active:after,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item * {
  display: block;
  line-height: inherit;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:first-child {
  margin-left: 0;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:last-child {
  margin-right: 0;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
  padding: 0;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg {
  position: relative;
  display: block;
  height: auto;
  fill: currentColor;
  stroke: none;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
}
.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item.qodef--next
  svg
  polyline,
.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item.qodef--prev
  svg
  polyline {
  fill: none;
  stroke: currentColor;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev g {
  transition: transform 0.6s cubic-bezier(0.17, 0.64, 0.22, 0.94);
}
.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item.qodef--prev
  g:nth-of-type(1) {
  transition-delay: 0.2s;
  transform: translateX(0);
}
.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item.qodef--prev
  g:nth-of-type(2) {
  transform: translateX(120%);
}
.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item.qodef--prev:hover
  g:nth-of-type(1) {
  transform: translateX(-120%);
}
.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item.qodef--prev:hover
  g:nth-of-type(2) {
  transition-delay: 0.3s;
  transform: translateX(0);
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next g {
  transition: transform 0.6s cubic-bezier(0.17, 0.64, 0.22, 0.94);
}
.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item.qodef--next
  g:nth-of-type(1) {
  transition-delay: 0.2s;
  transform: translateX(0);
}
.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item.qodef--next
  g:nth-of-type(2) {
  transform: translateX(-120%);
}
.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item.qodef--next:hover
  g:nth-of-type(1) {
  transform: translateX(120%);
}
.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item.qodef--next:hover
  g:nth-of-type(2) {
  transition-delay: 0.3s;
  transform: translateX(0);
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover {
  color: var(--qode-main-color);
}
.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item.qodef-prev--hidden {
  margin-left: 0;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--hide {
  display: none;
}
.qodef-m-pagination.qodef--load-more {
  text-align: center;
}
.qodef-m-pagination.qodef--load-more .qodef-m-pagination-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-m-pagination.qodef--load-more .qodef-load-more-button {
  opacity: 1;
}
.qodef-m-pagination.qodef--infinite-scroll {
  text-align: center;
}
.qodef-filter-pagination-spinner,
.qodef-pagination--on .qodef-m-pagination-spinner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 69px;
  height: auto;
  fill: var(--qode-main-color);
  stroke: none;
  visibility: hidden;
  z-index: -1;
  overflow: visible;
}
.qodef-filter-pagination-spinner circle,
.qodef-pagination--on .qodef-m-pagination-spinner circle {
  animation-duration: 1.4s;
  animation-timing-function: cubic-bezier(0.72, 0.26, 0.34, 0.79);
  animation-iteration-count: infinite;
}
.qodef-filter-pagination-spinner circle:nth-of-type(1),
.qodef-pagination--on .qodef-m-pagination-spinner circle:nth-of-type(1) {
  animation-name: qodef-spinner-dot-1;
}
.qodef-filter-pagination-spinner circle:nth-of-type(2),
.qodef-pagination--on .qodef-m-pagination-spinner circle:nth-of-type(2) {
  animation-name: qodef-spinner-dot-2;
}
.qodef-filter-pagination-spinner circle:nth-of-type(3),
.qodef-pagination--on .qodef-m-pagination-spinner circle:nth-of-type(3) {
  animation-name: qodef-spinner-dot-3;
}
.qodef-filter-pagination-spinner circle:nth-of-type(4),
.qodef-pagination--on .qodef-m-pagination-spinner circle:nth-of-type(4) {
  animation-name: qodef-spinner-dot-4;
}
.qodef-filter-pagination-spinner {
  position: absolute;
  bottom: calc(50% - 69px / 2);
  left: calc(50% - 69px / 2);
}
.qodef--loading .qodef-filter-pagination-spinner {
  visibility: visible;
  z-index: 1;
}
.qodef-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.qodef-pagination--on.qodef-pagination-type--standard
  .qodef-m-pagination-spinner {
  position: absolute;
  bottom: calc(50% - 69px / 2);
  left: calc(50% - 69px / 2);
}
.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading
  .qodef-grid-inner {
  opacity: 0;
}
.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading
  .qodef-m-pagination-inner {
  opacity: 0;
}
.qodef-pagination--on.qodef-pagination-type--load-more
  .qodef-m-pagination-spinner {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 69px / 2);
}
.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading
  .qodef-load-more-button {
  opacity: 0;
}
.qodef-pagination--on.qodef--loading .qodef-m-pagination-spinner {
  visibility: visible;
  z-index: 1;
}
.qodef-single-links {
  position: relative;
  display: flex;
  align-items: baseline;
  width: 100%;
  margin: 15px 0;
}
.qodef-single-links .qodef-m-single-links-title {
  font-family: Syne, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--qode-main-color);
  margin-right: 10px;
}
.qodef-single-links .qodef-m-single-links-title:hover {
  color: var(--qode-main-color);
}
.qodef-single-links a,
.qodef-single-links > span:not(.qodef-m-single-links-title) {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  padding: 0 3px;
  color: var(--qode-main-color);
}
.qodef-single-links a:last-child,
.qodef-single-links > span:not(.qodef-m-single-links-title):last-child {
  margin-right: 0;
}
.qodef-single-links > span:not(.qodef-m-single-links-title) {
  color: var(--qode-main-color);
}
.qodef-search {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 50px;
}
.qodef-search .qodef-e-search-heading {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 60px;
}
.qodef-search .qodef-e-search-heading-title {
  margin: 0 0 20px;
}
.qodef-search .qodef-e-search-heading-label {
  margin: 8px 0 0;
}
.qodef-search .qodef-search-form .qodef-search-form-field {
  padding-right: 50px;
  margin: 0;
}
.qodef-search .qodef-search-form .qodef-search-form-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 0;
}
.qodef-search .qodef-search-form .qodef-search-form-button:hover {
  color: var(--qode-main-color);
}
.qodef-search .qodef-search-form .qodef-search-form-button svg {
  display: block;
  width: 14px;
  height: auto;
  fill: none;
  stroke: currentColor;
}
.qodef-search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-search article {
  margin-bottom: 30px;
}
.qodef-search article:last-child {
  margin-bottom: 0;
}
.qodef-search article .qodef-e-inner {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.qodef-search article .qodef-e-inner > * {
  width: 100%;
}
.qodef-search article .qodef-e-inner .qodef-e-image {
  flex-basis: 180px;
  padding-right: 30px;
}
.qodef-search article .qodef-e-inner .qodef-e-title {
  margin: 0;
}
.qodef-search article .qodef-e-inner .qodef-e-excerpt {
  margin: 15px 0 0;
}
#qodef-page-sidebar {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 60px;
}
body.search:not(.woocommerce) #qodef-page-inner {
  padding: 35px 0 100px;
}
body.search:not(.woocommerce)
  .qodef-search
  .qodef-search-form
  .qodef-search-form-button {
  margin-right: 20px;
}
.qodef-page-title {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 240px;
  background-color: #000;
}
@media only screen and (max-width: 680px) {
  body:not([class*="micdrop-core"]) .qodef-page-title {
    height: 120px;
  }
}
body.search:not(.woocommerce) .qodef-page-title {
  height: auto;
  padding-top: 100px;
}
.qodef-page-title .qodef-m-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
}
.qodef-page-title .qodef-m-inner .qodef-m-content {
  padding-top: 0;
}
.qodef-page-title .qodef-m-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.qodef-page-title .qodef-m-title {
  margin: 0;
}
.qodef-page-title .qodef-m-subtitle {
  font-family: Syne, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}
.widget:last-child {
  margin-bottom: 0 !important;
}
.widget .qodef-widget-title a {
  color: inherit;
}
.widget ul:not(.qodef-shortcode-list) {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul:not(.qodef-shortcode-list) li a {
  font-size: 15px;
  font-family: Syne, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
}
.widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0;
}
.widget ul:not(.qodef-shortcode-list) li ul {
  margin-left: 1em;
}
.widget select {
  max-width: 100%;
  width: 100%;
}
.widget .select2 {
  margin-bottom: 0;
}
.widget .wp-caption {
  color: inherit;
}
.widget[class*="_search"] .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.widget[class*="_search"] input {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 6px 30px 6px 0;
  color: var(--qode-main-color);
  border-bottom: 1px solid var(--qode-main-color);
}
.widget .tagcloud a {
  display: inline-block;
  font-family: Syne, sans-serif;
  font-size: 15px !important;
  font-weight: 600;
  letter-spacing: 0;
  line-height: inherit;
  margin: 0 1px 0 0;
  position: relative;
  text-transform: uppercase;
  vertical-align: top;
  color: var(--qode-additional-color);
}
.widget .tagcloud a:before {
  content: "[";
  display: inline-block;
  color: var(--qode-additional-color);
  transition: color 0.5s ease;
}
.widget .tagcloud a:after {
  content: "]";
  display: inline-block;
  color: var(--qode-additional-color);
  transition: color 0.5s ease;
}
.widget .tagcloud a:hover {
  color: var(--qode-additional-color);
}
.widget .tagcloud a:hover:after,
.widget .tagcloud a:hover:before {
  color: var(--qode-main-color);
}
.widget.widget_categories ul li a {
  color: var(--qode-secondary-color);
  text-transform: uppercase;
}
.widget.widget_categories ul li a:before {
  content: "[";
  display: inline-block;
  color: var(--qode-main-color);
  transition: color 0.3s ease;
}
.widget.widget_categories ul li a:after {
  content: "]";
  display: inline-block;
  color: var(--qode-main-color);
  transition: color 0.3s ease;
}
.widget.widget_categories ul li a:hover:after,
.widget.widget_categories ul li a:hover:before {
  color: var(--qode-secondary-color);
}
.widget.widget_micdrop_core_social_icons_group .qodef-widget-title {
  margin: 0 0 25px;
}
.widget.widget_micdrop_core_social_icons_group
  .qodef-social-icons-group
  .qodef-icon-holder
  a {
  font-size: 16px;
  font-weight: 400;
  margin-right: 12px;
}
.widget.widget_micdrop_core_blog_list
  .qodef-blog.qodef-shortcode.qodef-top-info--yes
  .qodef-m-top-info {
  display: none;
}
.widget.widget_micdrop_core_blog_list .qodef-widget-title {
  margin: 0 0 25px;
}
.widget.widget_micdrop_core_blog_list
  .qodef-blog.qodef-item-layout--simple
  article
  .qodef-e-media-image {
  width: 100px !important;
  margin: 0 9px 0 0;
}
.widget.widget_micdrop_core_blog_list
  .qodef-blog.qodef-item-layout--simple
  .qodef-e-inner {
  margin-bottom: 21px;
}
.widget.widget_micdrop_core_blog_list
  .qodef-blog.qodef-item-layout--simple
  article:last-child
  .qodef-e-inner {
  margin-bottom: 0;
}
.widget.widget_micdrop_core_blog_list
  .qodef-blog.qodef-item-layout--simple
  p.qodef-e-title {
  text-transform: uppercase;
  font-family: Syne, sans-serif;
  line-height: 19px;
}
.widget.widget_micdrop_core_blog_list
  .qodef-blog.qodef-item-layout--simple
  .qodef-e-bottom-holder {
  display: none;
}
.widget.widget_micdrop_core_blog_list
  .qodef-blog.qodef-item-layout--simple
  .qodef-e-text {
  position: relative;
  top: -3px;
}
.widget.widget_tag_cloud .qodef-widget-title {
  margin: 0 0 16px;
}
.widget.widget_media_image {
  margin-bottom: 0;
}
.widget.widget_media_image a {
  display: inline-block;
  vertical-align: top;
}
.widget.widget_media_image img {
  display: block;
}
.widget.widget_custom_html {
  margin-bottom: 0;
}
.widget.widget_text img {
  display: block;
}
.widget.widget_archive ul li a,
.widget.widget_meta ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_pages ul li a,
.widget.widget_recent_entries ul li a {
  position: relative;
  display: inline !important;
  font-size: 17px;
  font-weight: 400;
}
.widget.widget_archive ul li a:after,
.widget.widget_meta ul li a:after,
.widget.widget_nav_menu ul li a:after,
.widget.widget_pages ul li a:after,
.widget.widget_recent_entries ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  height: 1px;
  background-color: var(--qode-main-color);
  transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  width: 0;
}
.widget.widget_archive ul li a:hover:after,
.widget.widget_meta ul li a:hover:after,
.widget.widget_nav_menu ul li a:hover:after,
.widget.widget_pages ul li a:hover:after,
.widget.widget_recent_entries ul li a:hover:after {
  width: 100%;
  left: 0;
}
.widget.widget_recent_comments ul li a,
.widget.widget_recent_comments ul li span {
  font-size: 17px;
  font-weight: 400;
}
.widget.widget_calendar {
  width: 100%;
}
.widget.widget_calendar table {
  table-layout: fixed;
}
.widget.widget_calendar table td,
.widget.widget_calendar table th {
  text-align: center;
}
.widget.widget_calendar caption {
  margin-bottom: 5px;
}
.widget.widget_calendar #today a {
  color: #000;
}
.widget.widget_calendar tfoot td,
.widget.widget_calendar tfoot tr {
  border: 0;
}
.widget.widget_nav_menu .qodef-menu-item-arrow {
  display: none;
}
.widget.widget_rss .qodef-widget-title {
  margin: 0 0 20px;
}
.widget.widget_rss ul .rss-date {
  display: block;
  margin-top: 6px;
}
.widget.widget_rss ul .rsswidget {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 17px;
  line-height: 1.118em;
  font-weight: 600;
  display: block;
}
.widget.widget_rss ul .rssSummary {
  margin-top: 6px;
  line-height: 1.5em;
}
.widget.widget_rss ul cite {
  display: block;
  margin-top: 8px;
  margin-bottom: 22px;
}
.widget.widget_rss ul li:last-child cite {
  margin-bottom: 0;
}
.qode-image-widget .qode-aw-image img {
  border-radius: 50%;
}
.qode-image-widget .qode-aw-title {
  font-family: Syne, sans-serif;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 35px;
  margin: 22px 0 2px;
}
.qode-image-widget .qode-aw-position {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  margin: 2px 0 11px;
}
.qode-image-widget .qodef-custom-social-icons {
  text-align: center;
  margin-top: 26px;
  border-bottom: 1px solid var(--qode-main-color);
  padding-bottom: 25px;
  margin-bottom: 73px;
}
.qode-image-widget .qodef-custom-social-icons a {
  margin-right: 16px;
}
.qode-image-widget .qodef-custom-social-icons a .qodef-icon {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .qode-image-widget {
    position: relative;
    display: inline-block;
    text-align-last: start;
    text-align: center;
  }
}
.widget {
  margin: 0 0 66px;
}
.widget .qodef-widget-title {
  margin: 0 0 15px;
}
.widget .qodef-widget-title a:hover {
  color: var(--qode-main-color);
}
.widget a {
  color: var(--qode-main-color);
}
.widget a:hover {
  color: var(--qode-main-color);
}
.widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 0;
}
.widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 0;
}
.widget select {
  margin-top: 24px;
}
.widget .select2 {
  margin-top: 9px !important;
}
.widget[class*="_search"] .qodef-widget-title {
  margin-bottom: 24px;
}
.widget[class*="_search"] button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 0;
}
.widget[class*="_search"] button:hover {
  color: var(--qode-main-color);
}
.widget[class*="_search"] button svg {
  display: block;
  width: 14px;
  height: auto;
  fill: none;
  stroke: currentColor;
}
.widget.widget_media_image .qodef-widget-title {
  margin-bottom: 24px;
}
.widget.widget_calendar #today {
  color: #000;
  background-color: var(--qode-main-color);
}
.widget.widget_calendar tfoot a {
  color: var(--qode-main-color);
}
.widget.widget_calendar tfoot a:hover {
  color: var(--qode-main-color);
}
#qodef-top-area .widget {
  margin: 0 0 0;
  color: #fff;
}
#qodef-top-area .widget .qodef-widget-title {
  margin: 0 0 15px;
  color: #fff;
}
#qodef-top-area .widget .qodef-widget-title a:hover {
  color: var(--qode-main-color);
}
#qodef-top-area .widget a {
  color: #fff;
}
#qodef-top-area .widget a:hover {
  color: var(--qode-main-color);
}
#qodef-top-area .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 0;
}
#qodef-top-area .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 0;
}
#qodef-top-area .widget select {
  margin-top: 24px;
}
#qodef-top-area .widget .select2 {
  margin-top: 9px !important;
}
#qodef-top-area .widget[class*="_search"] .qodef-widget-title {
  margin-bottom: 24px;
}
#qodef-top-area .widget[class*="_search"] button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 0;
}
#qodef-top-area .widget[class*="_search"] button:hover {
  color: var(--qode-main-color);
}
#qodef-top-area .widget[class*="_search"] button svg {
  display: block;
  width: 14px;
  height: auto;
  fill: none;
  stroke: currentColor;
}
#qodef-top-area .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 24px;
}
#qodef-top-area .widget.widget_calendar #today {
  color: #000;
  background-color: var(--qode-main-color);
}
#qodef-top-area .widget.widget_calendar tfoot a {
  color: #fff;
}
#qodef-top-area .widget.widget_calendar tfoot a:hover {
  color: var(--qode-main-color);
}
#qodef-page-footer .widget {
  margin: 0 0 60px;
  color: #fff;
}
#qodef-page-footer .widget .qodef-widget-title {
  margin: 0 0 18px;
  color: #fff;
}
#qodef-page-footer .widget .qodef-widget-title a:hover {
  color: #fff;
}
#qodef-page-footer .widget a {
  color: #fff;
}
#qodef-page-footer .widget a:hover {
  color: #fff;
}
#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 13px;
}
#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 13px;
}
#qodef-page-footer .widget select {
  margin-top: 27px;
}
#qodef-page-footer .widget .select2 {
  margin-top: 9px !important;
}
#qodef-page-footer .widget[class*="_search"] .qodef-widget-title {
  margin-bottom: 27px;
}
#qodef-page-footer .widget[class*="_search"] button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  color: #fff;
  background-color: transparent;
  border: 0;
}
#qodef-page-footer .widget[class*="_search"] button:hover {
  color: #ccc;
}
#qodef-page-footer .widget[class*="_search"] button svg {
  display: block;
  width: 14px;
  height: auto;
  fill: none;
  stroke: currentColor;
}
#qodef-page-footer .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 27px;
}
#qodef-page-footer .widget.widget_calendar #today {
  color: #000;
  background-color: #fff;
}
#qodef-page-footer .widget.widget_calendar tfoot a {
  color: #fff;
}
#qodef-page-footer .widget.widget_calendar tfoot a:hover {
  color: #fff;
}
#qodef-side-area .widget {
  margin: 0 0 17px;
  color: #fff;
}
#qodef-side-area .widget .qodef-widget-title {
  margin: 0 0 15px;
  color: #fff;
}
#qodef-side-area .widget .qodef-widget-title a:hover {
  color: var(--qode-main-color);
}
#qodef-side-area .widget a {
  color: #fff;
}
#qodef-side-area .widget a:hover {
  color: var(--qode-main-color);
}
#qodef-side-area .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 0;
}
#qodef-side-area .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 0;
}
#qodef-side-area .widget select {
  margin-top: 24px;
}
#qodef-side-area .widget .select2 {
  margin-top: 9px !important;
}
#qodef-side-area .widget[class*="_search"] .qodef-widget-title {
  margin-bottom: 24px;
}
#qodef-side-area .widget[class*="_search"] button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 0;
}
#qodef-side-area .widget[class*="_search"] button:hover {
  color: var(--qode-main-color);
}
#qodef-side-area .widget[class*="_search"] button svg {
  display: block;
  width: 14px;
  height: auto;
  fill: none;
  stroke: currentColor;
}
#qodef-side-area .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 24px;
}
#qodef-side-area .widget.widget_calendar #today {
  color: #000;
  background-color: var(--qode-main-color);
}
#qodef-side-area .widget.widget_calendar tfoot a {
  color: #fff;
}
#qodef-side-area .widget.widget_calendar tfoot a:hover {
  color: var(--qode-main-color);
}
.qodef-mega-menu-widget-holder .widget {
  margin: 0 0 66px;
  color: #fff;
}
.qodef-mega-menu-widget-holder .widget .qodef-widget-title {
  margin: 0 0 15px;
  color: #fff;
}
.qodef-mega-menu-widget-holder .widget .qodef-widget-title a:hover {
  color: var(--qode-main-color);
}
.qodef-mega-menu-widget-holder .widget a {
  color: #fff;
}
.qodef-mega-menu-widget-holder .widget a:hover {
  color: var(--qode-main-color);
}
.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 0;
}
.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 0;
}
.qodef-mega-menu-widget-holder .widget select {
  margin-top: 24px;
}
.qodef-mega-menu-widget-holder .widget .select2 {
  margin-top: 9px !important;
}
.qodef-mega-menu-widget-holder .widget[class*="_search"] .qodef-widget-title {
  margin-bottom: 24px;
}
.qodef-mega-menu-widget-holder .widget[class*="_search"] button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 0;
}
.qodef-mega-menu-widget-holder .widget[class*="_search"] button:hover {
  color: var(--qode-main-color);
}
.qodef-mega-menu-widget-holder .widget[class*="_search"] button svg {
  display: block;
  width: 14px;
  height: auto;
  fill: none;
  stroke: currentColor;
}
.qodef-mega-menu-widget-holder .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 24px;
}
.qodef-mega-menu-widget-holder .widget.widget_calendar #today {
  color: #000;
  background-color: var(--qode-main-color);
}
.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a {
  color: #fff;
}
.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a:hover {
  color: var(--qode-main-color);
}
body.woocommerce:not([class*="micdrop-core"]) #qodef-page-inner {
  padding: 111px 0 138px 0;
}
@media only screen and (max-width: 680px) {
  body.woocommerce:not([class*="micdrop-core"]) #qodef-page-inner {
    padding: 40px 0 138px 0;
  }
}
#qodef-woo-page .qodef-woo-product-mark,
.qodef-woo-shortcode .qodef-woo-product-mark {
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 3px 10px 3px;
  font-family: Syne, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  color: var(--qode-main-color);
  border: 1px solid var(--qode-main-color);
  z-index: 5;
}
#qodef-woo-page .qodef-woo-product-mark.qodef-woo-onsale,
.qodef-woo-shortcode .qodef-woo-product-mark.qodef-woo-onsale {
  background-color: var(--qode-secondary-color);
  border: none;
  padding: 0;
  width: 65px;
  height: 65px;
  transform: rotate(45deg);
  transform-origin: 0 0;
  text-align: center;
  -webkit-clip-path: polygon(50% 0, 0 50%, 100% 50%);
  clip-path: polygon(50% 0, 0 50%, 100% 50%);
  display: flex;
  top: -24px;
  right: -43px;
}
#qodef-woo-page .qodef-woo-product-mark.qodef-woo-onsale .qodef-sale-label,
.qodef-woo-shortcode
  .qodef-woo-product-mark.qodef-woo-onsale
  .qodef-sale-label {
  display: block;
  position: relative;
  top: 17px;
  left: 0;
  width: 65px;
  height: 65px;
}
#qodef-woo-page .qodef-woo-product-mark.qodef-new,
.qodef-woo-shortcode .qodef-woo-product-mark.qodef-new {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#qodef-woo-page .qodef-woo-product-title,
.qodef-woo-shortcode .qodef-woo-product-title {
  margin: 0;
}
#qodef-woo-page .qodef-woo-ratings,
.qodef-woo-shortcode .qodef-woo-ratings {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}
#qodef-woo-page .qodef-woo-ratings .qodef-m-inner,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#qodef-woo-page .qodef-woo-ratings .qodef-m-star,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star {
  color: var(--qode-secondary-color);
}
#qodef-woo-page .qodef-woo-ratings .qodef-m-star svg,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star svg {
  display: inline-block;
  margin-right: 0;
  width: 17px;
  height: auto;
  fill: none;
  stroke: none;
}
#qodef-woo-page .qodef-woo-ratings .qodef-m-star svg:last-child,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star svg:last-child {
  margin-right: 0;
}
#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active svg,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active svg {
  fill: none;
}
#qodef-woo-page .price,
.qodef-woo-shortcode .price {
  position: relative;
  display: flex;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 17px;
  margin: 2px 0 0;
}
#qodef-woo-page .price del,
.qodef-woo-shortcode .price del {
  margin-right: 10px;
}
#qodef-woo-page .price ins,
.qodef-woo-shortcode .price ins {
  text-decoration: none;
  color: var(--qode-secondary-color);
}
#qodef-woo-page .added_to_cart,
#qodef-woo-page .button,
.qodef-woo-shortcode .added_to_cart,
.qodef-woo-shortcode .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-family: Syne, sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 15px 26px 15px 25px;
  cursor: pointer;
  z-index: 3;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 1px solid var(--qode-main-color);
  overflow: hidden;
}
#qodef-woo-page .added_to_cart.qodef-hover--custom:before,
#qodef-woo-page .button.qodef-hover--custom:before,
.qodef-woo-shortcode .added_to_cart.qodef-hover--custom:before,
.qodef-woo-shortcode .button.qodef-hover--custom:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: currentColor;
  transform: translateX(-101%);
  transition: 0s;
}
#qodef-woo-page
  .added_to_cart.qodef-hover--custom.qodef-btn-hovered
  .qodef-m-text,
#qodef-woo-page .button.qodef-hover--custom.qodef-btn-hovered .qodef-m-text,
.qodef-woo-shortcode
  .added_to_cart.qodef-hover--custom.qodef-btn-hovered
  .qodef-m-text,
.qodef-woo-shortcode
  .button.qodef-hover--custom.qodef-btn-hovered
  .qodef-m-text {
  animation: qodef-btn-text-solid-animation-drop-down-filled 1.2s forwards;
}
#qodef-woo-page .added_to_cart.qodef-hover--custom.qodef-btn-hovered:before,
#qodef-woo-page .button.qodef-hover--custom.qodef-btn-hovered:before,
.qodef-woo-shortcode
  .added_to_cart.qodef-hover--custom.qodef-btn-hovered:before,
.qodef-woo-shortcode .button.qodef-hover--custom.qodef-btn-hovered:before {
  animation: qodef-btn-outline-animation 1.2s
    cubic-bezier(0.34, 0.43, 0.13, 0.96) forwards;
}
#qodef-woo-page .added_to_cart.added,
#qodef-woo-page .button.added,
.qodef-woo-shortcode .added_to_cart.added,
.qodef-woo-shortcode .button.added {
  display: none !important;
}
.qodef-woo-shortcode.qodef-woo-product-list.qodef-swiper-container.qodef-gutter--no.qodef-custom-border-color
  .qodef-woo-product-inner {
  border: 1px solid #404040;
  border-left: 1px solid transparent;
}
.qodef-woo-shortcode.qodef-woo-product-list.qodef-swiper-container.qodef-gutter--no.qodef-custom-border-color
  .swiper-slide-prev
  + .swiper-slide
  .qodef-woo-product-inner {
  border-left: 1px solid #404040;
}
.qodef-woo-shortcode .qodef-woo-ratings {
  display: none;
}
.qodef-woo-shortcode.qodef-woo-product-list:not(.qodef-swiper-container)
  .qodef-woo-product-inner {
  border: 1px solid #404040;
}
.qodef-woo-shortcode.qodef-woo-product-list:not(.qodef-swiper-container).qodef-gutter--no {
  top: 1px;
}
.qodef-woo-shortcode.qodef-woo-product-list:not(.qodef-swiper-container).qodef-gutter--no.qodef-col-num--1 {
  left: 1px;
}
.qodef-woo-shortcode.qodef-woo-product-list:not(.qodef-swiper-container).qodef-gutter--no.qodef-col-num--1
  .qodef-grid-item {
  margin-top: -1px;
  margin-left: -1px;
}
.qodef-woo-shortcode.qodef-woo-product-list:not(.qodef-swiper-container).qodef-gutter--no.qodef-col-num--2 {
  left: 2px;
}
.qodef-woo-shortcode.qodef-woo-product-list:not(.qodef-swiper-container).qodef-gutter--no.qodef-col-num--2
  .qodef-grid-item {
  margin-top: -1px;
  margin-left: -1px;
}
.qodef-woo-shortcode.qodef-woo-product-list:not(.qodef-swiper-container).qodef-gutter--no.qodef-col-num--3 {
  left: 3px;
}
.qodef-woo-shortcode.qodef-woo-product-list:not(.qodef-swiper-container).qodef-gutter--no.qodef-col-num--3
  .qodef-grid-item {
  margin-top: -1px;
  margin-left: -1px;
}
.qodef-woo-shortcode.qodef-woo-product-list:not(.qodef-swiper-container).qodef-gutter--no.qodef-col-num--4 {
  left: 4px;
}
.qodef-woo-shortcode.qodef-woo-product-list:not(.qodef-swiper-container).qodef-gutter--no.qodef-col-num--4
  .qodef-grid-item {
  margin-top: -1px;
  margin-left: -1px;
}
.qodef-woo-shortcode.qodef-woo-product-list:not(.qodef-swiper-container).qodef-gutter--no.qodef-col-num--5 {
  left: 5px;
}
.qodef-woo-shortcode.qodef-woo-product-list:not(.qodef-swiper-container).qodef-gutter--no.qodef-col-num--5
  .qodef-grid-item {
  margin-top: -1px;
  margin-left: -1px;
}
.qodef-woo-shortcode.qodef-woo-product-list:not(.qodef-swiper-container).qodef-gutter--no.qodef-col-num--6 {
  left: 6px;
}
.qodef-woo-shortcode.qodef-woo-product-list:not(.qodef-swiper-container).qodef-gutter--no.qodef-col-num--6
  .qodef-grid-item {
  margin-top: -1px;
  margin-left: -1px;
}
.qodef-woo-shortcode.qodef-woo-product-list:not(.qodef-swiper-container).qodef-gutter--no.qodef-col-num--7 {
  left: 7px;
}
.qodef-woo-shortcode.qodef-woo-product-list:not(.qodef-swiper-container).qodef-gutter--no.qodef-col-num--7
  .qodef-grid-item {
  margin-top: -1px;
  margin-left: -1px;
}
.qodef-woo-shortcode.qodef-woo-product-list:not(.qodef-swiper-container).qodef-gutter--no.qodef-col-num--8 {
  left: 8px;
}
.qodef-woo-shortcode.qodef-woo-product-list:not(.qodef-swiper-container).qodef-gutter--no.qodef-col-num--8
  .qodef-grid-item {
  margin-top: -1px;
  margin-left: -1px;
}
.qodef-woo-shortcode.qodef-woo-product-list.qodef-swiper-container {
  box-sizing: border-box;
}
.qodef-woo-shortcode.qodef-woo-product-list.qodef-swiper-container:not(.qodef-gutter--no)
  .qodef-woo-product-inner {
  border: 1px solid var(--qode-main-color);
}
.qodef-woo-shortcode.qodef-woo-product-list.qodef-swiper-container.qodef-gutter--no
  .qodef-woo-product-inner {
  border: 1px solid var(--qode-main-color);
  border-left: 1px solid transparent;
  transition: border-color 1s ease;
}
@media only screen and (max-width: 680px) {
  .qodef-woo-shortcode.qodef-woo-product-list.qodef-swiper-container.qodef-gutter--no
    .qodef-woo-product-inner {
    border: 1px solid var(--qode-main-color);
    transition: none;
  }
}
.qodef-woo-shortcode.qodef-woo-product-list.qodef-swiper-container.qodef-gutter--no
  .swiper-slide-prev
  + .swiper-slide
  .qodef-woo-product-inner {
  border-left: 1px solid var(--qode-main-color);
}
#qodef-woo-page .quantity {
  white-space: nowrap;
}
#qodef-woo-page .quantity input[type="number"] {
  width: 60px;
  margin: 0;
  padding: 12px 10px;
  text-align: center;
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 23px;
  line-height: 1.087em;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page .quantity input[type="number"] {
    font-size: 19px;
    line-height: 1.105em;
  }
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  list-style: none;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  margin-top: 12px;
}
.woocommerce-cart .woocommerce-message {
  flex-direction: row;
  justify-content: space-between;
}
.woocommerce-cart .woocommerce-message a {
  margin-top: 0;
}
.woocommerce-page div.woocommerce .shop_table tr {
  border-left: none;
  border-right: none;
  border-top: none;
}
.woocommerce-page div.woocommerce .shop_table td,
.woocommerce-page div.woocommerce .shop_table th {
  padding: 15px 0 15px 5px;
  vertical-align: middle;
  text-align: left;
  border: 0;
}
.woocommerce-page div.woocommerce .shop_table td:first-child,
.woocommerce-page div.woocommerce .shop_table th:first-child {
  padding-left: 0;
}
.woocommerce-page div.woocommerce .shop_table th {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 23px;
  line-height: 1.087em;
}
@media only screen and (max-width: 680px) {
  .woocommerce-page div.woocommerce .shop_table th {
    font-size: 19px;
    line-height: 1.105em;
  }
}
.woocommerce-page div.woocommerce .shop_table td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-page div.woocommerce .shop_table td ul li {
  margin: 0 0 10px;
  padding: 0;
}
.woocommerce-page div.woocommerce .shop_table td ul li:last-child {
  margin-bottom: 0;
}
.woocommerce-page div.woocommerce .shop_table td ul li label {
  margin-bottom: 0;
}
.woocommerce-page div.woocommerce .shop_table p {
  margin: 0;
}
.woocommerce-page div.woocommerce .shop_table .cart_item .variation {
  display: flex;
}
.woocommerce-page div.woocommerce .shop_table .cart_item .variation dt {
  font-weight: initial;
}
.woocommerce-page div.woocommerce .shop_table .cart_item .variation dd {
  margin: 0 0 0 1em;
}
.woocommerce-page div.woocommerce .col2-set {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 0 -15px;
}
.woocommerce-page div.woocommerce .col2-set > * {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.woocommerce-page div.woocommerce address {
  font-style: normal;
}
.woocommerce-page div.woocommerce address p {
  margin: 0;
}
.woocommerce-page div.woocommerce form p {
  margin: 0;
}
.woocommerce-page .pswp__caption__center,
.woocommerce-page .pswp__counter {
  color: #fff;
}
.woocommerce-page.archive.qodef-product-archive-title-skin--light
  .qodef-page-title {
  background-color: #000 !important;
}
.woocommerce-page.archive.qodef-product-archive-title-skin--light
  .qodef-page-title
  .qodef-breadcrumbs
  a,
.woocommerce-page.archive.qodef-product-archive-title-skin--light
  .qodef-page-title
  .qodef-breadcrumbs
  span {
  color: #8b8b8b !important;
}
.woocommerce-page.archive.qodef-product-archive-header-skin--light.qodef-header--standard
  #qodef-page-header {
  background-color: #000 !important;
}
.woocommerce-page.archive.qodef-product-archive-header-skin--light.qodef-header--standard
  #qodef-page-header-inner:after {
  background-color: #222 !important;
}
.woocommerce-page.archive.qodef-product-archive-header-skin--dark.qodef-header--standard
  #qodef-page-header {
  background-color: #fff !important;
}
.single_add_to_cart_button {
  color: var(--qode-main-color) !important;
}
.single_add_to_cart_button .qodef-m-text {
  color: var(--qode-btn-animation-color);
  position: relative;
  z-index: 12;
  transition: 0.2s;
}
.single_add_to_cart_button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  transform: translateX(-101%);
  transition: 0s;
}
.single_add_to_cart_button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  transition: 0s;
}
.single_add_to_cart_button.qodef-btn-hovered:before {
  transform: translateX(0);
  transition: 0.6s 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
}
.single_add_to_cart_button.qodef-btn-hovered:after {
  transform: translateX(101%);
  transition: 0.6s cubic-bezier(0.54, 0.32, 0.05, 0.96);
}
.single_add_to_cart_button.qodef-btn-hovered:not(.qodef-btn-custom-hover-color) {
  color: var(--qode-main-color);
}
.single_add_to_cart_button.qodef-btn-hovered:not(.qodef-btn-custom-hover-color)
  .qodef-m-text {
  animation: qodef-btn-text-solid-animation 1.2s forwards;
}
.single_add_to_cart_button.qodef-btn-hovered:not(.qodef-btn-custom-hover-bg) {
  background-color: transparent !important;
}
.single_add_to_cart_button.qodef-btn-hovered:not(.qodef-btn-custom-border-hover) {
  border-color: var(--qode-main-color);
}
#qodef-woo-page.qodef--cart .shop_table td.product-remove {
  width: 30px;
}
#qodef-woo-page.qodef--cart .shop_table td.product-remove a {
  font-size: 20px;
}
#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
  width: 72px;
  padding-right: 10px;
}
#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail a,
#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail img {
  display: block;
  width: 100%;
}
#qodef-woo-page.qodef--cart .shop_table td.product-name {
  text-align: left;
}
#qodef-woo-page.qodef--cart .shop_table td.product-name a {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 23px;
  line-height: 1.087em;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--cart .shop_table td.product-name a {
    font-size: 19px;
    line-height: 1.105em;
  }
}
#qodef-woo-page.qodef--cart
  .shop_table
  td.product-quantity
  input[type="number"] {
  margin: 0;
}
#qodef-woo-page.qodef--cart .shop_table td.actions {
  padding: 30px 0 0;
  text-align: initial;
}
#qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 70%;
  float: left;
}
#qodef-woo-page.qodef--cart .shop_table td.actions .coupon > * {
  margin-bottom: 0;
}
#qodef-woo-page.qodef--cart .shop_table td.actions label {
  display: none;
}
#qodef-woo-page.qodef--cart .shop_table td.actions input[type="text"] {
  width: auto;
  margin-right: 20px;
  padding: 12px 14px;
}
#qodef-woo-page.qodef--cart .shop_table td.actions > .button {
  float: right;
}
body:not([class*="micdrop-core"])
  #qodef-woo-page.qodef--cart
  .shop_table
  td.actions
  .button.qodef-hover--custom
  .qodef-m-text {
  position: relative;
  z-index: 12;
  transition: 0.2s;
}
body:not([class*="micdrop-core"])
  #qodef-woo-page.qodef--cart
  .shop_table
  td.actions
  .button.qodef-hover--custom.qodef-btn-hovered
  .qodef-m-text {
  animation: qodef-btn-text-solid-animation-drop-down-filled-inverse 1.2s
    forwards !important;
}
#qodef-woo-page.qodef--cart .shop_table.cart tbody > tr:last-child {
  border-bottom: 0;
}
#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
  width: 20%;
}
#qodef-woo-page.qodef--cart .cart_totals,
#qodef-woo-page.qodef--cart .cross-sells {
  margin-top: 50px;
}
#qodef-woo-page.qodef--cart .cart_totals > h2,
#qodef-woo-page.qodef--cart .cross-sells > h2 {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 23px;
  line-height: 1.087em;
  font-size: 30px;
  margin: 0 0 42px;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--cart .cart_totals > h2,
  #qodef-woo-page.qodef--cart .cross-sells > h2 {
    font-size: 19px;
    line-height: 1.105em;
  }
}
#qodef-woo-page.qodef--cart .shipping-calculator-form select {
  width: auto;
  min-width: 100%;
  margin: 0;
}
#qodef-woo-page.qodef--cart .wc-proceed-to-checkout {
  margin-top: 20px;
}
body:not([class*="micdrop-core"])
  #qodef-woo-page.qodef--cart
  .wc-proceed-to-checkout
  .button.qodef-hover--custom
  .qodef-m-text {
  position: relative;
  z-index: 12;
  transition: 0.2s;
}
body:not([class*="micdrop-core"])
  #qodef-woo-page.qodef--cart
  .wc-proceed-to-checkout
  .button.qodef-hover--custom.qodef-btn-hovered
  .qodef-m-text {
  animation: qodef-btn-text-solid-animation-drop-down-filled-inverse 1.2s
    forwards !important;
}
@media only screen and (min-width: 2560px) and (min-height: 1440px) {
  .woocommerce-page.woocommerce-cart #qodef-page-inner {
    padding: 20.3% 0 19% 0 !important;
  }
}
.woocommerce-page div.woocommerce > .cart-empty {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 23px;
  line-height: 1.087em;
  font-size: 30px;
  margin: 0;
  align-items: center;
  border: none;
}
@media only screen and (max-width: 680px) {
  .woocommerce-page div.woocommerce > .cart-empty {
    font-size: 19px;
    line-height: 1.105em;
  }
}
.woocommerce-page div.woocommerce > .return-to-shop {
  margin: 20px 0 0;
  text-align: center;
}
.woocommerce-page div.woocommerce > .return-to-shop a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-family: Syne, sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 12px 18px 12px 17px;
  cursor: pointer;
  z-index: 3;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 1px solid var(--qode-main-color);
  overflow: hidden;
}
.woocommerce-page
  div.woocommerce
  > .return-to-shop
  a.qodef-hover--custom:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: currentColor;
  transform: translateX(-101%);
  transition: 0s;
}
.woocommerce-page
  div.woocommerce
  > .return-to-shop
  a.qodef-hover--custom.qodef-btn-hovered
  .qodef-m-text {
  animation: qodef-btn-text-solid-animation-drop-down-filled 1.2s forwards;
}
.woocommerce-page
  div.woocommerce
  > .return-to-shop
  a.qodef-hover--custom.qodef-btn-hovered:before {
  animation: qodef-btn-outline-animation 1.2s
    cubic-bezier(0.34, 0.43, 0.13, 0.96) forwards;
}
.woocommerce-page:not([class*="micdrop-core"])
  div.woocommerce
  > .return-to-shop
  .button.qodef-hover--custom
  .qodef-m-text {
  position: relative;
  z-index: 12;
  transition: 0.2s;
}
.woocommerce-page:not([class*="micdrop-core"])
  div.woocommerce
  > .return-to-shop
  .button.qodef-hover--custom.qodef-btn-hovered
  .qodef-m-text {
  animation: qodef-btn-text-solid-animation-drop-down-filled-inverse 1.2s
    forwards !important;
}
#qodef-woo-page.qodef--checkout
  .woocommerce-form-coupon-toggle
  .woocommerce-info {
  flex-direction: row;
}
#qodef-woo-page.qodef--checkout
  .woocommerce-form-coupon-toggle
  .woocommerce-info
  .showcoupon {
  margin-top: 0;
  margin-left: 10px;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--checkout
    .woocommerce-form-coupon-toggle
    .woocommerce-info {
    flex-direction: column;
  }
  #qodef-woo-page.qodef--checkout
    .woocommerce-form-coupon-toggle
    .woocommerce-info
    .showcoupon {
    margin-top: 12px;
    margin-left: 0;
  }
}
#qodef-woo-page.qodef--checkout .woocommerce-form-coupon > p {
  margin-bottom: 10px;
}
body:not([class*="micdrop-core"])
  #qodef-woo-page.qodef--checkout
  .woocommerce-form-coupon
  > p
  .button.qodef-hover--custom
  .qodef-m-text {
  position: relative;
  z-index: 12;
  transition: 0.2s;
}
body:not([class*="micdrop-core"])
  #qodef-woo-page.qodef--checkout
  .woocommerce-form-coupon
  > p
  .button.qodef-hover--custom.qodef-btn-hovered
  .qodef-m-text {
  animation: qodef-btn-text-solid-animation-drop-down-filled-inverse 1.2s
    forwards !important;
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout {
  margin-top: 40px;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--checkout .woocommerce-checkout .shop_table {
    position: relative;
  }
  #qodef-woo-page.qodef--checkout .woocommerce-checkout .shop_table th {
    font-size: 15px;
  }
  #qodef-woo-page.qodef--checkout
    .woocommerce-checkout
    .shop_table
    th.product-total {
    position: absolute;
    right: 0;
  }
}
#qodef-woo-page.qodef--checkout #customer_details h3 {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 23px;
  line-height: 1.087em;
  margin: 0 0 20px;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--checkout #customer_details h3 {
    font-size: 19px;
    line-height: 1.105em;
  }
}
#qodef-woo-page.qodef--checkout #order_review_heading {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 23px;
  line-height: 1.087em;
  margin: 0 0 20px;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--checkout #order_review_heading {
    font-size: 19px;
    line-height: 1.105em;
  }
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment {
  margin-top: 30px;
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order {
  margin-top: 30px;
}
body:not([class*="micdrop-core"])
  #qodef-woo-page.qodef--checkout
  .woocommerce-checkout-payment
  .place-order
  .button.qodef-hover--custom
  .qodef-m-text {
  position: relative;
  z-index: 12;
  transition: 0.2s;
}
body:not([class*="micdrop-core"])
  #qodef-woo-page.qodef--checkout
  .woocommerce-checkout-payment
  .place-order
  .button.qodef-hover--custom.qodef-btn-hovered
  .qodef-m-text {
  animation: qodef-btn-text-solid-animation-drop-down-filled-inverse 1.2s
    forwards !important;
}
#qodef-woo-page.qodef--checkout
  .woocommerce-checkout-payment
  .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 15px;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods li {
  position: relative;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods li p {
  margin: 0;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods li {
  padding-left: 25px;
  padding-right: 25px;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio {
  position: absolute;
  top: 18px;
  left: 0;
  margin: 0;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods label {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 23px;
  line-height: 1.087em;
  margin: 0;
  cursor: pointer;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--checkout .wc_payment_methods label {
    font-size: 19px;
    line-height: 1.105em;
  }
}
body.woocommerce-checkout:not([class*="micdrop-core"])
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  color: #fff;
  background-color: #000;
}
body.woocommerce-checkout:not([class*="micdrop-core"])
  .select2-container--default
  .select2-selection--single {
  color: #fff;
  background-color: #000;
  border: 1px solid var(--qode-main-color);
}
body.woocommerce-checkout:not([class*="micdrop-core"])
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow:before {
  color: #fff;
}
.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message {
  display: block;
}
@media only screen and (max-width: 680px) {
  .woocommerce-account .woocommerce-error,
  .woocommerce-account .woocommerce-info,
  .woocommerce-account .woocommerce-message {
    display: flex;
    align-items: center;
  }
}
.woocommerce-account .woocommerce-error .woocommerce-Button.button,
.woocommerce-account .woocommerce-info .woocommerce-Button.button,
.woocommerce-account .woocommerce-message .woocommerce-Button.button {
  float: right;
  margin-top: -10px;
}
@media only screen and (max-width: 680px) {
  .woocommerce-account .woocommerce-error .woocommerce-Button.button,
  .woocommerce-account .woocommerce-info .woocommerce-Button.button,
  .woocommerce-account .woocommerce-message .woocommerce-Button.button {
    margin-top: 10px;
  }
}
.woocommerce-account:not([class*="micdrop-core"])
  .button.qodef-hover--custom
  .qodef-m-text {
  position: relative;
  z-index: 12;
  transition: 0.2s;
}
.woocommerce-account:not([class*="micdrop-core"])
  .button.qodef-hover--custom.qodef-btn-hovered
  .qodef-m-text {
  animation: qodef-btn-text-solid-animation-drop-down-filled-inverse 1.2s
    forwards !important;
}
.woocommerce-account:not([class*="micdrop-core"])
  .woocommerce-error
  .woocommerce-Button.button.qodef-hover--custom
  .qodef-m-text,
.woocommerce-account:not([class*="micdrop-core"])
  .woocommerce-info
  .woocommerce-Button.button.qodef-hover--custom
  .qodef-m-text,
.woocommerce-account:not([class*="micdrop-core"])
  .woocommerce-message
  .woocommerce-Button.button.qodef-hover--custom
  .qodef-m-text {
  position: relative;
  z-index: 12;
  transition: 0.2s;
}
.woocommerce-account:not([class*="micdrop-core"])
  .woocommerce-error
  .woocommerce-Button.button.qodef-hover--custom.qodef-btn-hovered
  .qodef-m-text,
.woocommerce-account:not([class*="micdrop-core"])
  .woocommerce-info
  .woocommerce-Button.button.qodef-hover--custom.qodef-btn-hovered
  .qodef-m-text,
.woocommerce-account:not([class*="micdrop-core"])
  .woocommerce-message
  .woocommerce-Button.button.qodef-hover--custom.qodef-btn-hovered
  .qodef-m-text {
  animation: qodef-btn-text-solid-animation-drop-down-filled-inverse 1.2s
    forwards !important;
}
.woocommerce-account:not([class*="micdrop-core"])
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  color: #fff;
  background-color: #000;
}
.woocommerce-account:not([class*="micdrop-core"])
  .select2-container--default
  .select2-selection--single {
  color: #fff;
  background-color: #000;
  border: 1px solid var(--qode-main-color);
}
.woocommerce-account:not([class*="micdrop-core"])
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow:before {
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  float: left;
  padding-right: 50px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  position: relative;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li p {
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 23px;
  line-height: 1.087em;
  background-repeat: no-repeat;
  background-position-y: -2px;
  background-image: linear-gradient(
    transparent calc(100% - 1px),
    currentColor 1px
  );
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: 0 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 680px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 19px;
    line-height: 1.105em;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background-size: 100% 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--qode-main-color);
  background-size: 100% 100%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 70%;
  float: left;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details {
  margin: 30px 0 0;
}
.woocommerce-account
  .woocommerce-MyAccount-content
  .woocommerce-customer-details {
  margin: 48px 0 0;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 23px;
  line-height: 1.087em;
  font-size: 30px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 680px) {
  .woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 19px;
    line-height: 1.105em;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .order-again {
  margin: 30px 0 0;
}
.woocommerce-account .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-family: Syne, sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 15px 26px 15px 25px;
  cursor: pointer;
  z-index: 3;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 1px solid var(--qode-main-color);
  overflow: hidden;
}
.woocommerce-account .button.qodef-hover--custom:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: currentColor;
  transform: translateX(-101%);
  transition: 0s;
}
.woocommerce-account
  .button.qodef-hover--custom.qodef-btn-hovered
  .qodef-m-text {
  animation: qodef-btn-text-solid-animation-drop-down-filled 1.2s forwards;
}
.woocommerce-account .button.qodef-hover--custom.qodef-btn-hovered:before {
  animation: qodef-btn-outline-animation 1.2s
    cubic-bezier(0.34, 0.43, 0.13, 0.96) forwards;
}
.woocommerce-account
  .woocommerce-form-login
  .woocommerce-form__label-for-checkbox {
  display: inline-block;
  margin: 10px 15px 13px 6px;
}
.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword {
  margin-top: 10px;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit {
  float: left;
}
.woocommerce-account
  .woocommerce-form-register
  .woocommerce-privacy-policy-text {
  margin-bottom: 31px;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset {
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
  display: none;
}
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row {
  margin: 0 0 20px;
}
.woocommerce-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  input[type="text"] {
  margin: 0;
}
.woocommerce-account .woocommerce-Address-title a {
  background-repeat: no-repeat;
  background-position-y: -1px;
  background-image: linear-gradient(
    transparent calc(100% - 1px),
    currentColor 1px
  );
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: 0 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.woocommerce-account .woocommerce-Address-title a:hover {
  background-size: 100% 100%;
}
.woocommerce-order-received
  .woocommerce-order
  .woocommerce-thankyou-order-received {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 23px;
  line-height: 1.087em;
  font-size: 30px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 680px) {
  .woocommerce-order-received
    .woocommerce-order
    .woocommerce-thankyou-order-received {
    font-size: 19px;
    line-height: 1.105em;
  }
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li {
  position: relative;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
}
.woocommerce-order-received
  .woocommerce-order
  .woocommerce-order-overview
  li
  p {
  margin: 0;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
  margin-top: 40px;
}
.woocommerce-order-received .woocommerce-order h2 {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 23px;
  line-height: 1.087em;
  font-size: 30px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 680px) {
  .woocommerce-order-received .woocommerce-order h2 {
    font-size: 19px;
    line-height: 1.105em;
  }
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
  margin-top: 50px;
}
#qodef-woo-page .woocommerce-pagination {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 73px;
}
#qodef-woo-page .woocommerce-pagination .page-numbers {
  position: relative;
  margin: 0;
  padding: 0;
  width: 55px;
  border: 1px solid var(--qode-main-color);
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 0;
  font-size: 15px;
  font-weight: 600;
  font-family: Syne, sans-serif;
  letter-spacing: 0;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.qodef--number-1,
#qodef-woo-page .woocommerce-pagination .page-numbers:first-child {
  border-left: 1px solid var(--qode-main-color);
}
#qodef-woo-page .woocommerce-pagination .page-numbers.qodef--prev {
  border-right: 0;
}
#qodef-woo-page .woocommerce-pagination .page-numbers:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 1px;
  background: var(--qode-main-color);
  position: absolute;
  bottom: 16px;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform-origin: right;
  transform: scaleX(0);
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next:after,
#qodef-woo-page .woocommerce-pagination .page-numbers.prev:after,
#qodef-woo-page .woocommerce-pagination .page-numbers.qodef--dots:after,
#qodef-woo-page .woocommerce-pagination .page-numbers.qodef--next:after,
#qodef-woo-page .woocommerce-pagination .page-numbers.qodef--prev:after {
  display: none;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.current:after,
#qodef-woo-page .woocommerce-pagination .page-numbers.qodef--active:after,
#qodef-woo-page .woocommerce-pagination .page-numbers:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
#qodef-woo-page .woocommerce-pagination .page-numbers * {
  display: block;
  line-height: inherit;
}
#qodef-woo-page .woocommerce-pagination .page-numbers:first-child {
  margin-left: 0;
}
#qodef-woo-page .woocommerce-pagination .page-numbers:last-child {
  margin-right: 0;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next,
#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
  padding: 0;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next svg,
#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg {
  position: relative;
  display: block;
  height: auto;
  fill: currentColor;
  stroke: none;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next svg polyline,
#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg polyline {
  fill: none;
  stroke: currentColor;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.prev g {
  transition: transform 0.6s cubic-bezier(0.17, 0.64, 0.22, 0.94);
}
#qodef-woo-page .woocommerce-pagination .page-numbers.prev g:nth-of-type(1) {
  transition-delay: 0.2s;
  transform: translateX(0);
}
#qodef-woo-page .woocommerce-pagination .page-numbers.prev g:nth-of-type(2) {
  transform: translateX(120%);
}
#qodef-woo-page
  .woocommerce-pagination
  .page-numbers.prev:hover
  g:nth-of-type(1) {
  transform: translateX(-120%);
}
#qodef-woo-page
  .woocommerce-pagination
  .page-numbers.prev:hover
  g:nth-of-type(2) {
  transition-delay: 0.3s;
  transform: translateX(0);
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next g {
  transition: transform 0.6s cubic-bezier(0.17, 0.64, 0.22, 0.94);
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next g:nth-of-type(1) {
  transition-delay: 0.2s;
  transform: translateX(0);
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next g:nth-of-type(2) {
  transform: translateX(-120%);
}
#qodef-woo-page
  .woocommerce-pagination
  .page-numbers.next:hover
  g:nth-of-type(1) {
  transform: translateX(120%);
}
#qodef-woo-page
  .woocommerce-pagination
  .page-numbers.next:hover
  g:nth-of-type(2) {
  transition-delay: 0.3s;
  transform: translateX(0);
}
#qodef-woo-page .woocommerce-pagination .page-numbers.current,
#qodef-woo-page .woocommerce-pagination .page-numbers:hover {
  color: var(--qode-main-color);
}
#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg {
  height: 10px;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next svg {
  height: 10px;
}
.qodef-woo-product-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-woo-product-list ul.products {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -15px;
  list-style: none;
  clear: both;
}
.qodef-woo-product-list ul.products > .product {
  padding: 0 15px;
  margin: 0 0 30px;
}
body:not([class*="micdrop-core"])
  .qodef-woo-product-list
  ul.products
  > .product
  .qodef-woo-product-inner {
  border: 1px solid #fff;
}
.qodef-woo-product-list ul.products.columns-1 > .product {
  width: 100%;
}
.qodef-woo-product-list ul.products.columns-2 > .product {
  width: 50%;
}
.qodef-woo-product-list ul.products.columns-3 > .product {
  width: 33.33333%;
}
.qodef-woo-product-list ul.products.columns-4 > .product {
  width: 25%;
}
.qodef-woo-product-list ul.products.columns-5 > .product {
  width: 20%;
}
.qodef-woo-product-list ul.products.columns-6 > .product {
  width: 16.66667%;
}
.qodef-woo-product-list ul.products.columns-7 > .product {
  width: 14.28571%;
}
.qodef-woo-product-list ul.products.columns-8 > .product {
  width: 12.5%;
}
.qodef-woo-product-list.qodef-gutter--no ul.products {
  margin: 0 0;
  top: 1px;
}
.qodef-woo-product-list.qodef-gutter--no ul.products.columns-1 {
  left: 1px;
}
.qodef-woo-product-list.qodef-gutter--no ul.products.columns-2 {
  left: 2px;
}
.qodef-woo-product-list.qodef-gutter--no ul.products.columns-3 {
  left: 3px;
}
.qodef-woo-product-list.qodef-gutter--no ul.products.columns-4 {
  left: 4px;
}
.qodef-woo-product-list.qodef-gutter--no ul.products.columns-5 {
  left: 5px;
}
.qodef-woo-product-list.qodef-gutter--no ul.products.columns-6 {
  left: 6px;
}
.qodef-woo-product-list.qodef-gutter--no ul.products.columns-7 {
  left: 7px;
}
.qodef-woo-product-list.qodef-gutter--no ul.products.columns-8 {
  left: 8px;
}
.qodef-woo-product-list.qodef-gutter--no ul.products > .product {
  padding: 0 0;
  margin: 0 0 0;
  margin-top: -1px;
  margin-left: -1px;
}
.qodef-woo-product-list.qodef-gutter--no
  ul.products
  > .product
  .qodef-woo-product-inner {
  border: 1px solid #404040;
}
.qodef-woo-product-list.qodef-gutter--slight ul.products {
  margin: 0 -3px;
}
.qodef-woo-product-list.qodef-gutter--slight ul.products > .product {
  padding: 0 3px;
  margin: 0 0 6px;
}
.qodef-woo-product-list.qodef-gutter--slight
  ul.products
  > .product
  .qodef-woo-product-inner {
  border: 1px solid #404040;
}
.qodef-woo-product-list.qodef-gutter--tiny ul.products {
  margin: 0 -5px;
}
.qodef-woo-product-list.qodef-gutter--tiny ul.products > .product {
  padding: 0 5px;
  margin: 0 0 10px;
}
.qodef-woo-product-list.qodef-gutter--tiny
  ul.products
  > .product
  .qodef-woo-product-inner {
  border: 1px solid #404040;
}
.qodef-woo-product-list.qodef-gutter--small ul.products {
  margin: 0 -10px;
}
.qodef-woo-product-list.qodef-gutter--small ul.products > .product {
  padding: 0 10px;
  margin: 0 0 20px;
}
.qodef-woo-product-list.qodef-gutter--small
  ul.products
  > .product
  .qodef-woo-product-inner {
  border: 1px solid #404040;
}
.qodef-woo-product-list.qodef-gutter--ordinary ul.products {
  margin: 0 -12px;
}
.qodef-woo-product-list.qodef-gutter--ordinary ul.products > .product {
  padding: 0 12px;
  margin: 0 0 24px;
}
.qodef-woo-product-list.qodef-gutter--ordinary
  ul.products
  > .product
  .qodef-woo-product-inner {
  border: 1px solid #404040;
}
.qodef-woo-product-list.qodef-gutter--normal ul.products {
  margin: 0 -15px;
}
.qodef-woo-product-list.qodef-gutter--normal ul.products > .product {
  padding: 0 15px;
  margin: 0 0 30px;
}
.qodef-woo-product-list.qodef-gutter--normal
  ul.products
  > .product
  .qodef-woo-product-inner {
  border: 1px solid #404040;
}
.qodef-woo-product-list.qodef-gutter--middling ul.products {
  margin: 0 -17px;
}
.qodef-woo-product-list.qodef-gutter--middling ul.products > .product {
  padding: 0 17px;
  margin: 0 0 34px;
}
.qodef-woo-product-list.qodef-gutter--middling
  ul.products
  > .product
  .qodef-woo-product-inner {
  border: 1px solid #404040;
}
.qodef-woo-product-list.qodef-gutter--medium ul.products {
  margin: 0 -20px;
}
.qodef-woo-product-list.qodef-gutter--medium ul.products > .product {
  padding: 0 20px;
  margin: 0 0 40px;
}
.qodef-woo-product-list.qodef-gutter--medium
  ul.products
  > .product
  .qodef-woo-product-inner {
  border: 1px solid #404040;
}
.qodef-woo-product-list.qodef-gutter--large ul.products {
  margin: 0 -25px;
}
.qodef-woo-product-list.qodef-gutter--large ul.products > .product {
  padding: 0 25px;
  margin: 0 0 50px;
}
.qodef-woo-product-list.qodef-gutter--large
  ul.products
  > .product
  .qodef-woo-product-inner {
  border: 1px solid #404040;
}
.qodef-woo-product-list.qodef-gutter--jumbo ul.products {
  margin: 0 -35px;
}
.qodef-woo-product-list.qodef-gutter--jumbo ul.products > .product {
  padding: 0 35px;
  margin: 0 0 70px;
}
.qodef-woo-product-list.qodef-gutter--jumbo
  ul.products
  > .product
  .qodef-woo-product-inner {
  border: 1px solid #404040;
}
.qodef-woo-product-list.qodef-gutter--huge ul.products {
  margin: 0 -40px;
}
.qodef-woo-product-list.qodef-gutter--huge ul.products > .product {
  padding: 0 40px;
  margin: 0 0 80px;
}
.qodef-woo-product-list.qodef-gutter--huge
  ul.products
  > .product
  .qodef-woo-product-inner {
  border: 1px solid #404040;
}
.qodef-woo-product-list.qodef-gutter--extra-huge ul.products {
  margin: 0 -81px;
}
.qodef-woo-product-list.qodef-gutter--extra-huge ul.products > .product {
  padding: 0 81px;
  margin: 0 0 162px;
}
.qodef-woo-product-list.qodef-gutter--extra-huge
  ul.products
  > .product
  .qodef-woo-product-inner {
  border: 1px solid #404040;
}
.qodef-woo-product-list .added_to_cart,
.qodef-woo-product-list .button {
  font-size: 0 !important;
  padding: 18px !important;
  width: 50px !important;
  height: 50px !important;
  position: absolute !important;
  bottom: -1px !important;
  right: 0 !important;
  margin-right: -1px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.qodef-woo-product-list .added_to_cart .qodef-woo-list-btn-icon,
.qodef-woo-product-list .added_to_cart .qodef-woo-list-btn-icon-added,
.qodef-woo-product-list .button .qodef-woo-list-btn-icon,
.qodef-woo-product-list .button .qodef-woo-list-btn-icon-added {
  fill: currentColor;
  z-index: 1;
  position: relative;
}
.qodef-woo-product-list .added_to_cart .qodef-woo-list-btn-icon-arrow,
.qodef-woo-product-list .button .qodef-woo-list-btn-icon-arrow {
  stroke: none;
  fill: none;
  z-index: 1;
  position: relative;
}
.qodef-woo-product-list .added_to_cart .qodef-woo-list-btn-icon-arrow rect,
.qodef-woo-product-list .button .qodef-woo-list-btn-icon-arrow rect {
  fill: currentColor;
}
.qodef-woo-product-list .added_to_cart .qodef-woo-list-btn-icon-arrow polyline,
.qodef-woo-product-list .button .qodef-woo-list-btn-icon-arrow polyline {
  stroke: currentColor;
}
.qodef-woo-product-list
  .added_to_cart.qodef-btn-hovered
  .qodef-woo-list-btn-icon,
.qodef-woo-product-list
  .added_to_cart.qodef-btn-hovered
  .qodef-woo-list-btn-icon-added,
.qodef-woo-product-list .button.qodef-btn-hovered .qodef-woo-list-btn-icon,
.qodef-woo-product-list
  .button.qodef-btn-hovered
  .qodef-woo-list-btn-icon-added {
  animation: qodef-btn-svg-solid-animation 1.2s;
}
.qodef-woo-product-list
  .added_to_cart.qodef-btn-hovered
  .qodef-woo-list-btn-icon-arrow
  rect,
.qodef-woo-product-list
  .button.qodef-btn-hovered
  .qodef-woo-list-btn-icon-arrow
  rect {
  animation: qodef-btn-svg-solid-animation 1.2s;
}
.qodef-woo-product-list
  .added_to_cart.qodef-btn-hovered
  .qodef-woo-list-btn-icon-arrow
  polyline,
.qodef-woo-product-list
  .button.qodef-btn-hovered
  .qodef-woo-list-btn-icon-arrow
  polyline {
  animation: qodef-btn-svg-solid-animation-stroke 1.2s;
}
.qodef-woo-product-list .qodef-woo-product-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.touchevents .qodef-woo-product-list .qodef-woo-product-inner {
  cursor: pointer;
}
.qodef-woo-product-list
  .qodef-woo-product-inner:hover
  .qodef-woo-product-image-inner {
  opacity: 0;
}
.qodef-woo-product-list
  .qodef-woo-product-inner:hover
  .qodef-woo-product-title {
  color: var(--qode-main-color);
}
.qodef-woo-product-list
  .qodef-woo-product-inner:hover
  .qodef-woo-product-content
  .qodef-woo-product-actions {
  opacity: 1;
}
.qodef-woo-product-list .qodef-woo-product-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.qodef-woo-product-list .qodef-woo-product-image img {
  display: block;
  width: 100%;
}
.qodef-woo-product-list .qodef-woo-product-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.qodef-woo-product-list .qodef-woo-product-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 16px 23px 25px;
}
.qodef-woo-product-list .qodef-woo-product-content .added_to_cart,
.qodef-woo-product-list .qodef-woo-product-content .button {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.qodef-woo-product-list .qodef-woo-product-content .added_to_cart:before,
.qodef-woo-product-list .qodef-woo-product-content .button:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: currentColor;
  transform: translateX(-101%);
  transition: 0s;
}
.qodef-woo-product-list
  .qodef-woo-product-content
  .added_to_cart.qodef-btn-hovered:before,
.qodef-woo-product-list
  .qodef-woo-product-content
  .button.qodef-btn-hovered:before {
  animation: qodef-btn-outline-animation 1.2s
    cubic-bezier(0.34, 0.43, 0.13, 0.96) forwards;
}
.qodef-woo-product-list .qodef-woo-product-content .qodef-woo-product-actions {
  opacity: 0;
  transition: opacity 0.35s ease-out;
}
.qodef-woo-product-list .qodef-woo-product-title {
  transition: color 0.2s ease-out;
}
.qodef-woo-product-list .qodef-woo-product-categories {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 1px;
  display: none;
}
.qodef-woo-product-list .qodef-woo-product-categories a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  color: var(--qode-main-color);
  z-index: 3;
}
.qodef-woo-product-list .qodef-woo-product-categories a:hover {
  color: var(--qode-main-color);
}
.qodef-woo-product-list
  .qodef-woo-product-categories
  .qodef-category-separator {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  font-size: 12px;
}
.qodef-woo-product-list
  .qodef-woo-product-categories
  .qodef-category-separator:after {
  content: "/";
}
.qodef-woo-product-list .qodef-woo-ratings {
  margin-top: 9px;
}
.qodef-woo-product-list .woocommerce-LoopProduct-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#qodef-woo-page .qodef-quantity-buttons {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
  display: inline-block;
  vertical-align: middle;
  font-size: 19px;
  font-family: inherit;
  font-weight: 600;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--qode-main-color);
  border: 1px solid var(--qode-main-color);
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input {
  position: relative;
  height: 49px;
  width: 34px;
  padding: 0;
  margin: 0 36px 0 36px;
  font-family: inherit;
  line-height: 48px;
  outline: 0;
  border-left: 0;
  border-right: 0;
  font-size: 17px;
  font-weight: 400;
}
#qodef-woo-page
  .qodef-quantity-buttons
  .qodef-quantity-input[type="number"]::-webkit-inner-spin-button,
#qodef-woo-page
  .qodef-quantity-buttons
  .qodef-quantity-input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
  position: absolute;
  right: 0;
  width: 36px;
  height: 49px;
  line-height: 48px;
  border-left: 0;
  cursor: pointer;
  transition: color 0.2s ease-out;
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:after,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:before,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:after,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 8px;
  height: 1px;
  background-color: currentColor;
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:hover,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:hover {
  color: var(--qode-main-color);
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
  top: 0;
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:after {
  transform: rotate(90deg);
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus {
  bottom: 0;
  left: 0;
  border: 1px solid var(--qode-main-color);
  border-right: 0;
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:after,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:before {
  left: calc(50% - 2.5px);
  width: 5px;
}
.qodef-woo-results {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.qodef-woo-results:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--qode-main-color);
}
.qodef-woo-results .woocommerce-result-count {
  font-size: 15px;
  font-weight: 400;
  color: var(--qode-additional-color);
}
.qodef-woo-results .woocommerce-ordering {
  margin-left: auto;
}
.qodef-woo-results .woocommerce-ordering select {
  width: auto;
  min-width: 220px;
  margin: 0;
}
.qodef-woo-results .woocommerce-ordering .select2-container--default {
  margin: 0;
}
.qodef-woo-results
  .woocommerce-ordering
  .select2-container--default
  .select2-selection--single {
  padding: 12px 20px;
  font-size: 15px;
  color: var(--qode-additional-color);
  background-color: transparent;
  border-color: var(--qode-main-color);
}
.qodef-woo-results
  .woocommerce-ordering
  .select2-container--default.select2-container--focus
  .select2-selection--single {
  border: 1px solid var(--qode-main-color);
}
#qodef-woo-page.qodef--single .woocommerce-error,
#qodef-woo-page.qodef--single .woocommerce-info,
#qodef-woo-page.qodef--single .woocommerce-message {
  display: block;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-error,
  #qodef-woo-page.qodef--single .woocommerce-info,
  #qodef-woo-page.qodef--single .woocommerce-message {
    display: flex;
    align-items: flex-start;
  }
}
#qodef-woo-page.qodef--single .woocommerce-error .button,
#qodef-woo-page.qodef--single .woocommerce-info .button,
#qodef-woo-page.qodef--single .woocommerce-message .button {
  float: right;
  margin-top: -10px;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-error .button,
  #qodef-woo-page.qodef--single .woocommerce-info .button,
  #qodef-woo-page.qodef--single .woocommerce-message .button {
    margin-top: 10px;
  }
}
#qodef-woo-page.qodef--single .woocommerce-error .button .qodef-m-text,
#qodef-woo-page.qodef--single .woocommerce-info .button .qodef-m-text,
#qodef-woo-page.qodef--single .woocommerce-message .button .qodef-m-text {
  position: relative;
  z-index: 12;
  transition: 0.2s;
}
body:not([class*="micdrop-core"])
  #qodef-woo-page.qodef--single
  .woocommerce-message
  .button.qodef-hover--custom.qodef-btn-hovered
  .qodef-m-text {
  animation: qodef-btn-text-solid-animation-drop-down-filled-inverse 1.2s
    forwards !important;
}
#qodef-woo-page.qodef--single > .product {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#qodef-woo-page.qodef--single
  > .product
  .qodef-woo-single-image
  .qodef-woo-product-mark {
  transform: translateX(-39px);
  top: 0;
}
#qodef-woo-page.qodef--single
  > .product
  .qodef-woo-single-image
  .qodef-woo-product-mark.qodef-woo-onsale {
  transform: rotate(45deg);
  right: -4px;
  top: -23px;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single
    > .product
    .qodef-woo-single-image
    .qodef-woo-product-mark.qodef-woo-onsale {
    right: -7px;
  }
}
#qodef-woo-page.qodef--single
  > .product.qodef-thumbs-position--left
  .qodef-woo-single-image
  .qodef-woo-product-mark {
  transform: translateX(-36px);
  top: 0;
}
#qodef-woo-page.qodef--single
  > .product.qodef-thumbs-position--left
  .qodef-woo-single-image
  .qodef-woo-product-mark.qodef-woo-onsale {
  transform: rotate(45deg);
  right: -7px;
  top: -23px;
}
#qodef-woo-page.qodef--single .qodef-woo-single-inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 0 -35px;
}
#qodef-woo-page.qodef--single .qodef-woo-single-inner > * {
  padding: 0 35px;
}
#qodef-woo-page.qodef--single .qodef-woo-single-inner .qodef-woo-product-title {
  line-height: 1;
  position: relative;
  word-break: break-word;
}
body:not([class*="micdrop-core"])
  #qodef-woo-page.qodef--single
  .qodef-woo-single-inner
  .qodef-woo-product-title {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 60px;
  line-height: 1.033em;
}
@media only screen and (max-width: 1440px) {
  body:not([class*="micdrop-core"])
    #qodef-woo-page.qodef--single
    .qodef-woo-single-inner
    .qodef-woo-product-title {
    font-size: 55px;
    line-height: 1.0363em;
  }
}
@media only screen and (max-width: 680px) {
  body:not([class*="micdrop-core"])
    #qodef-woo-page.qodef--single
    .qodef-woo-single-inner
    .qodef-woo-product-title {
    font-size: 27px;
    line-height: 1.075em;
  }
}
#qodef-woo-page.qodef--single .qodef-woo-single-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark {
  transform: translateX(-35px);
}
#qodef-woo-page.qodef--single .qodef-woo-single-image .zoomImg {
  cursor: crosshair;
  background-color: var(--qode-page-bg-color);
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery figure {
  position: relative;
  margin: 0 0;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery figure a,
#qodef-woo-page.qodef--single .woocommerce-product-gallery figure img {
  display: block;
  width: 100%;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery
  figure
  > .woocommerce-product-gallery__image {
  position: relative;
  width: calc(100% - 0px) !important;
  margin: 0 0;
  border: 1px solid var(--qode-main-color);
  overflow: hidden;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery
  figure
  > .qodef-woo-thumbnails-wrapper
  .woocommerce-product-gallery__image {
  position: relative;
  padding: 0 0;
  border: 1px solid var(--qode-main-color);
  margin: -1px 0 0 -1px;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery
  figure
  > .qodef-woo-thumbnails-wrapper
  .woocommerce-product-gallery__image:first-child {
  margin-left: 0;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 5;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-1
  figure
  > .woocommerce-product-gallery__image {
  width: calc(100% - 0px) !important;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-1
    figure
    > .woocommerce-product-gallery__image {
    width: 100% !important;
  }
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-1
  .woocommerce-product-gallery__image {
  width: 100%;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-1
  .woocommerce-product-gallery__image:nth-child(1n + 1) {
  margin-left: 0;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
  figure
  > .woocommerce-product-gallery__image {
  width: calc(100% - 1px) !important;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
    figure
    > .woocommerce-product-gallery__image {
    width: 100% !important;
  }
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
  .woocommerce-product-gallery__image {
  width: 50%;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
  .woocommerce-product-gallery__image:nth-child(2n + 1) {
  margin-left: 0;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
  figure
  > .woocommerce-product-gallery__image {
  width: calc(100% - 2px) !important;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
    figure
    > .woocommerce-product-gallery__image {
    width: 100% !important;
  }
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
  .woocommerce-product-gallery__image {
  width: 33.33333%;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
  .woocommerce-product-gallery__image:nth-child(3n + 1) {
  margin-left: 0;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
  figure
  > .woocommerce-product-gallery__image {
  width: calc(100% - 3px) !important;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
    figure
    > .woocommerce-product-gallery__image {
    width: 100% !important;
  }
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
  .woocommerce-product-gallery__image {
  width: 25%;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
  .woocommerce-product-gallery__image:nth-child(4n + 1) {
  margin-left: 0;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
  figure
  > .woocommerce-product-gallery__image {
  width: calc(100% - 4px) !important;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
    figure
    > .woocommerce-product-gallery__image {
    width: 100% !important;
  }
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
  .woocommerce-product-gallery__image {
  width: 20%;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
  .woocommerce-product-gallery__image:nth-child(5n + 1) {
  margin-left: 0;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-6
  figure
  > .woocommerce-product-gallery__image {
  width: calc(100% - 5px) !important;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-6
    figure
    > .woocommerce-product-gallery__image {
    width: 100% !important;
  }
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-6
  .woocommerce-product-gallery__image {
  width: 16.66667%;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-6
  .woocommerce-product-gallery__image:nth-child(6n + 1) {
  margin-left: 0;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-7
  figure
  > .woocommerce-product-gallery__image {
  width: calc(100% - 6px) !important;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-7
    figure
    > .woocommerce-product-gallery__image {
    width: 100% !important;
  }
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-7
  .woocommerce-product-gallery__image {
  width: 14.28571%;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-7
  .woocommerce-product-gallery__image:nth-child(7n + 1) {
  margin-left: 0;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-8
  figure
  > .woocommerce-product-gallery__image {
  width: calc(100% - 7px) !important;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-8
    figure
    > .woocommerce-product-gallery__image {
    width: 100% !important;
  }
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-8
  .woocommerce-product-gallery__image {
  width: 12.5%;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-8
  .woocommerce-product-gallery__image:nth-child(8n + 1) {
  margin-left: 0;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--left.woocommerce-product-gallery--columns-1
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image {
    margin: -1px 0 0 -1px;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--left.woocommerce-product-gallery--columns-1
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image:first-child {
    margin-top: -1px !important;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--left.woocommerce-product-gallery--columns-2
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image {
    margin: -1px 0 0 -1px;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--left.woocommerce-product-gallery--columns-2
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image:first-child {
    margin-top: -1px !important;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--left.woocommerce-product-gallery--columns-3
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image {
    margin: -1px 0 0 -1px;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--left.woocommerce-product-gallery--columns-3
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image:first-child {
    margin-top: -1px !important;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--left.woocommerce-product-gallery--columns-4
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image {
    margin: -1px 0 0 -1px;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--left.woocommerce-product-gallery--columns-4
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image:first-child {
    margin-top: -1px !important;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--left.woocommerce-product-gallery--columns-5
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image {
    margin: -1px 0 0 -1px;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--left.woocommerce-product-gallery--columns-5
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image:first-child {
    margin-top: -1px !important;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--left.woocommerce-product-gallery--columns-6
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image {
    margin: -1px 0 0 -1px;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--left.woocommerce-product-gallery--columns-6
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image:first-child {
    margin-top: -1px !important;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--left.woocommerce-product-gallery--columns-7
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image {
    margin: -1px 0 0 -1px;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--left.woocommerce-product-gallery--columns-7
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image:first-child {
    margin-top: -1px !important;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--left.woocommerce-product-gallery--columns-8
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image {
    margin: -1px 0 0 -1px;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--left.woocommerce-product-gallery--columns-8
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image:first-child {
    margin-top: -1px !important;
  }
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.qodef-position--left
  figure
  > .qodef-woo-thumbnails-wrapper
  .woocommerce-product-gallery__image {
  margin: -1px 0 0 0;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.qodef-position--left
  figure
  > .qodef-woo-thumbnails-wrapper
  .woocommerce-product-gallery__image:first-child {
  margin-top: 0;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.qodef-position--left
  .woocommerce-product-gallery__trigger {
  left: calc(20.16% + 10px);
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.qodef-position--left
  figure {
  display: flex;
  flex-direction: row-reverse;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.qodef-position--left
  figure
  a,
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.qodef-position--left
  figure
  img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.qodef-position--left
  figure
  > .woocommerce-product-gallery__image {
  width: 100% !important;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.qodef-position--left
  figure
  > .qodef-woo-thumbnails-wrapper {
  width: 20.16%;
  margin-right: 30px;
}
@media screen and (min-width: 681px) {
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--left
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image {
    width: 100%;
  }
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.qodef-position--below
  figure
  > .qodef-woo-thumbnails-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 31px;
}
#qodef-woo-page.qodef--single .entry-summary {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  width: 68%;
  top: -14px;
}
#qodef-woo-page.qodef--single .entry-summary .price {
  font-family: Syne, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--qode-main-color);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  margin-top: 8px;
}
#qodef-woo-page.qodef--single .entry-summary .price:hover {
  color: var(--qode-main-color);
}
#qodef-woo-page.qodef--single .entry-summary .price del {
  margin-right: 13px;
}
#qodef-woo-page.qodef--single .woocommerce-product-rating {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 8px;
}
#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings {
  flex-shrink: 0;
  width: auto;
  margin-right: 12px;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-rating
  .woocommerce-review-link {
  font-size: 15px;
  font-weight: 400;
  color: var(--qode-main-color);
}
#qodef-woo-page.qodef--single
  .woocommerce-product-rating
  .woocommerce-review-link:hover {
  color: var(--qode-main-color);
}
#qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
  margin-top: 24px;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-details__short-description
  p {
  font-weight: 400;
  margin-top: 0;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-details__short-description
  p:last-child {
  margin-bottom: 0;
}
#qodef-woo-page.qodef--single form.cart {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 44px;
}
#qodef-woo-page.qodef--single form.cart .variations_button,
#qodef-woo-page.qodef--single form.cart:not(.variations_form) {
  display: flex;
  align-items: flex-start;
}
#qodef-woo-page.qodef--single form.cart .variations_button .quantity,
#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity {
  margin-right: 19px;
}
#qodef-woo-page.qodef--single form.cart.grouped_form {
  flex-wrap: wrap;
}
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table td,
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table th {
  padding: 20px 0;
  vertical-align: middle;
  text-align: left;
}
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label {
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 23px;
  line-height: 1.087em;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single form.cart.grouped_form .group_table label {
    font-size: 19px;
    line-height: 1.105em;
  }
}
#qodef-woo-page.qodef--single form.cart.grouped_form > .button {
  margin-top: 30px;
}
#qodef-woo-page.qodef--single form.cart .group_table tr {
  border-left: none;
  border-right: none;
  border-top: none;
}
#qodef-woo-page.qodef--single form.cart .group_table td,
#qodef-woo-page.qodef--single form.cart .group_table th {
  padding: 15px 0 15px 5px;
  vertical-align: middle;
  text-align: left;
  border: 0;
}
#qodef-woo-page.qodef--single form.cart .group_table td:first-child,
#qodef-woo-page.qodef--single form.cart .group_table th:first-child {
  padding-left: 0;
}
#qodef-woo-page.qodef--single form.cart .group_table th {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 23px;
  line-height: 1.087em;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single form.cart .group_table th {
    font-size: 19px;
    line-height: 1.105em;
  }
}
#qodef-woo-page.qodef--single form.cart .group_table td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#qodef-woo-page.qodef--single form.cart .group_table td ul li {
  margin: 0 0 10px;
  padding: 0;
}
#qodef-woo-page.qodef--single form.cart .group_table td ul li:last-child {
  margin-bottom: 0;
}
#qodef-woo-page.qodef--single form.cart .group_table td ul li label {
  margin-bottom: 0;
}
#qodef-woo-page.qodef--single form.cart .group_table p {
  margin: 0;
}
#qodef-woo-page.qodef--single form.cart .variations {
  margin-bottom: 30px;
}
#qodef-woo-page.qodef--single form.cart .variations tr {
  border: 0;
}
#qodef-woo-page.qodef--single form.cart .variations td,
#qodef-woo-page.qodef--single form.cart .variations th {
  padding: 0;
  text-align: initial;
  vertical-align: middle;
  border: 0;
}
#qodef-woo-page.qodef--single form.cart .variations label {
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 23px;
  line-height: 1.087em;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single form.cart .variations label {
    font-size: 19px;
    line-height: 1.105em;
  }
}
#qodef-woo-page.qodef--single form.cart .variations select {
  width: auto;
  min-width: 220px;
  margin: 0;
}
#qodef-woo-page.qodef--single
  form.cart
  .variations
  .select2-container--default {
  margin: 10px 0;
}
#qodef-woo-page.qodef--single
  form.cart
  .variations
  .select2-container--default
  .select2-selection--single {
  border: none;
  color: #000;
}
#qodef-woo-page.qodef--single form.cart .variations .reset_variations {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0 15px;
}
#qodef-woo-page.qodef--single form.cart .woocommerce-variation {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
#qodef-woo-page.qodef--single form.cart .woocommerce-variation-availability > *,
#qodef-woo-page.qodef--single form.cart .woocommerce-variation-description > *,
#qodef-woo-page.qodef--single form.cart .woocommerce-variation-price > * {
  margin: 0 0 15px 0;
}
#qodef-woo-page.qodef--single .out-of-stock {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 23px;
  line-height: 1.087em;
  margin: 28px 0 0;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .out-of-stock {
    font-size: 19px;
    line-height: 1.105em;
  }
}
#qodef-woo-page.qodef--single .product_meta {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 44px;
}
#qodef-woo-page.qodef--single
  .product_meta
  > .sku_wrapper
  .qodef-woo-meta-label {
  text-transform: capitalize;
}
#qodef-woo-page.qodef--single .product_meta > * {
  position: relative;
  display: flex;
  margin-bottom: 5px;
}
#qodef-woo-page.qodef--single .product_meta > :last-child {
  margin-bottom: 0;
}
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label {
  flex-shrink: 0;
  margin-right: 7px;
  font-weight: 500;
  line-height: inherit !important;
}
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value {
  font-family: Syne, sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a {
  color: inherit;
  position: relative;
}
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a:after {
  content: "";
  position: absolute;
  width: 0;
  background-color: currentColor;
  bottom: 1px;
  transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: unset;
  right: 0;
  height: 1px;
}
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a:hover {
  color: var(--qode-main-color);
}
#qodef-woo-page.qodef--single
  .product_meta
  .qodef-woo-meta-value
  a:hover:after {
  left: 0;
  width: 100%;
}
#qodef-woo-page.qodef--single .qodef-social-share {
  margin-top: 8px;
}
#qodef-woo-page.qodef--single .woocommerce-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 100px;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
  margin: -1px 0 0 -1px;
  padding: 0;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:first-child {
  margin-left: 0;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
  display: block;
  padding: 18px 34px 19px;
  border: 1px solid var(--qode-main-color);
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 1.118em;
  font-weight: 600;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a .qodef-tab-title {
  position: relative;
  display: inline-block;
}
#qodef-woo-page.qodef--single
  .woocommerce-tabs
  .wc-tabs
  li
  a
  .qodef-tab-title:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: currentColor;
  bottom: -1px;
  right: 0;
  transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: unset;
  right: 0;
  height: 1px;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
  margin-right: 0;
}
#qodef-woo-page.qodef--single
  .woocommerce-tabs
  .wc-tabs
  li
  a:hover
  .qodef-tab-title:after,
#qodef-woo-page.qodef--single
  .woocommerce-tabs
  .wc-tabs
  li.active
  a
  .qodef-tab-title:after,
#qodef-woo-page.qodef--single
  .woocommerce-tabs
  .wc-tabs
  li.ui-state-active
  a
  .qodef-tab-title:after,
#qodef-woo-page.qodef--single
  .woocommerce-tabs
  .wc-tabs
  li.ui-state-hover
  a
  .qodef-tab-title:after {
  width: 100%;
  left: 0;
  left: 0;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
    margin: -1px 0 0 0;
    padding: 0;
  }
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:first-child {
    margin-top: 0;
  }
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--qode-main-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs:after {
    display: none;
  }
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 43px;
}
#qodef-woo-page.qodef--single
  .woocommerce-tabs
  .wc-tab.woocommerce-Tabs-panel--additional_information {
  margin-top: 43px;
}
#qodef-woo-page.qodef--single
  .woocommerce-tabs
  .wc-tab.woocommerce-Tabs-panel--additional_information
  .woocommerce-product-attributes-item {
  border: none;
}
#qodef-woo-page.qodef--single
  .woocommerce-tabs
  .wc-tab.woocommerce-Tabs-panel--additional_information
  .woocommerce-product-attributes-item
  th {
  border: 0;
  display: inline-block;
  width: auto;
  padding: 0 0 5px;
  margin-right: 4px;
}
#qodef-woo-page.qodef--single
  .woocommerce-tabs
  .wc-tab.woocommerce-Tabs-panel--additional_information
  .woocommerce-product-attributes-item
  th:after {
  content: ":";
}
#qodef-woo-page.qodef--single
  .woocommerce-tabs
  .wc-tab.woocommerce-Tabs-panel--additional_information
  .woocommerce-product-attributes-item
  td {
  border: 0;
  display: inline-block;
  padding: 0 0 4px;
}
#qodef-woo-page.qodef--single
  .woocommerce-tabs
  .wc-tab.woocommerce-Tabs-panel--reviews {
  margin-top: 47px;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab > h2 {
  display: none;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p {
  margin: 0;
  font-weight: 400;
}
#qodef-woo-page.qodef--single .shop_attributes td,
#qodef-woo-page.qodef--single .shop_attributes th {
  padding: 15px 0;
  vertical-align: middle;
  text-align: left;
}
#qodef-woo-page.qodef--single .shop_attributes th {
  font-weight: 400;
}
#qodef-woo-page.qodef--single .shop_attributes p {
  margin: 0;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 37px;
  line-height: 1.054em;
  margin: 0;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single
    .woocommerce-Reviews
    .woocommerce-Reviews-title {
    font-size: 21px;
    line-height: 1.095em;
  }
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 39px 0 0;
  padding: 0;
  list-style: none;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist > * {
  margin: 0 0 37px;
  padding: 0;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist > :last-child {
  margin-bottom: 0;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container {
  position: relative;
  display: flex;
  align-items: flex-start;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container > img {
  flex-shrink: 0;
  width: 88px;
  margin-right: 28px;
  border-radius: 100%;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#qodef-woo-page.qodef--single
  .woocommerce-Reviews
  .comment-text
  .qodef-woo-ratings {
  display: block;
  margin-bottom: 8px;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .meta {
  padding-top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-Reviews .meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 23px;
  line-height: 1.087em;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single
    .woocommerce-Reviews
    .woocommerce-review__author {
    font-size: 19px;
    line-height: 1.105em;
  }
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__dash {
  visibility: hidden;
  display: inline-block;
  width: 1px;
  line-height: inherit;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}
#qodef-woo-page.qodef--single
  .woocommerce-Reviews
  .woocommerce-review__dash:after {
  visibility: visible;
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 1px;
  height: 21px;
  background-color: var(--qode-main-color);
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__dash {
    display: none;
  }
}
#qodef-woo-page.qodef--single
  .woocommerce-Reviews
  .woocommerce-review__published-date {
  margin-bottom: 2px;
}
#qodef-woo-page.qodef--single #review_form {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 60px;
}
#qodef-woo-page.qodef--single #review_form .comment-reply-title {
  display: block;
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 37px;
  line-height: 1.054em;
  margin-bottom: 5px;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single #review_form .comment-reply-title {
    font-size: 21px;
    line-height: 1.095em;
  }
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating label {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 8px;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars {
  display: none;
  line-height: 1;
}
#qodef-woo-page.qodef--single
  #review_form
  .comment-form-rating
  .qodef-comment-form-ratings {
  display: flex;
  overflow: hidden;
}
#qodef-woo-page.qodef--single
  #review_form
  .comment-form-rating
  .qodef-comment-form-ratings.selected
  svg {
  fill: none;
}
#qodef-woo-page.qodef--single
  #review_form
  .comment-form-rating
  .qodef-comment-form-ratings.selected
  svg:first-child {
  visibility: hidden;
}
#qodef-woo-page.qodef--single
  #review_form
  .comment-form-rating
  .qodef-comment-form-ratings.selected
  svg:last-child {
  visibility: visible;
}
#qodef-woo-page.qodef--single
  #review_form
  .comment-form-rating
  .qodef-comment-form-ratings.selected
  .active
  ~ *
  svg {
  fill: none;
}
#qodef-woo-page.qodef--single
  #review_form
  .comment-form-rating
  .qodef-comment-form-ratings.selected
  .active
  ~ *
  svg:first-child {
  visibility: visible;
}
#qodef-woo-page.qodef--single
  #review_form
  .comment-form-rating
  .qodef-comment-form-ratings.selected
  .active
  ~ *
  svg:last-child {
  visibility: hidden;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 0;
  line-height: 1;
  color: var(--qode-secondary-color);
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating a svg {
  display: block;
  width: 17px;
  height: auto;
  fill: none;
  stroke: none;
  margin-right: 1px;
}
#qodef-woo-page.qodef--single
  #review_form
  .comment-form-rating
  a
  svg:last-child {
  position: absolute;
  left: 0;
  bottom: 0;
  visibility: hidden;
}
#qodef-woo-page.qodef--single #review_form .comment-form-comment {
  margin-top: 36px;
}
#qodef-woo-page.qodef--single #review_form .form-submit .qodef-button {
  margin-top: 17px;
}
#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent {
  position: relative;
  display: flex;
  align-items: center;
  margin: 24px 0 5px;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent {
    align-items: flex-start;
  }
}
#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent > * {
  margin: 0;
}
#qodef-woo-page.qodef--single
  #review_form
  .comment-form-cookies-consent
  input[type="checkbox"] {
  flex-shrink: 0;
  margin-top: 1px;
  margin-right: 6px;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single
    #review_form
    .comment-form-cookies-consent
    input[type="checkbox"] {
    position: relative;
    top: 3px;
  }
}
#qodef-woo-page.qodef--single .related,
#qodef-woo-page.qodef--single .up-sells {
  margin-top: 86px;
}
#qodef-woo-page.qodef--single .related > h2,
#qodef-woo-page.qodef--single .up-sells > h2 {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 23px;
  line-height: 1.087em;
  font-size: 30px;
  margin: 0 0 23px;
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .related > h2,
  #qodef-woo-page.qodef--single .up-sells > h2 {
    font-size: 19px;
    line-height: 1.105em;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-woo-page.qodef--single
    .related
    .qodef-woo-product-list
    ul.products.columns-4
    > .product,
  #qodef-woo-page.qodef--single
    .up-sells
    .qodef-woo-product-list
    ul.products.columns-4
    > .product {
    width: 50%;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single
    .related
    .qodef-woo-product-list
    ul.products.columns-4
    > .product,
  #qodef-woo-page.qodef--single
    .up-sells
    .qodef-woo-product-list
    ul.products.columns-4
    > .product {
    width: 100%;
  }
}
#qodef-woo-page.qodef--single .up-sells + .related {
  margin-top: 93px;
}
.widget.woocommerce .qodef-woo-product-title {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 23px;
  line-height: 1.087em;
  margin: 0;
}
@media only screen and (max-width: 680px) {
  .widget.woocommerce .qodef-woo-product-title {
    font-size: 19px;
    line-height: 1.105em;
  }
}
.widget.woocommerce a .product-title {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 23px;
  line-height: 1.087em;
}
@media only screen and (max-width: 680px) {
  .widget.woocommerce a .product-title {
    font-size: 19px;
    line-height: 1.105em;
  }
}
.widget.woocommerce .qodef-woo-ratings {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
  margin-top: 10px;
}
.widget.woocommerce .qodef-woo-ratings .qodef-m-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.widget.woocommerce .qodef-woo-ratings .qodef-m-star {
  color: var(--qode-secondary-color);
}
.widget.woocommerce .qodef-woo-ratings .qodef-m-star svg {
  display: inline-block;
  margin-right: 0;
  width: 17px;
  height: auto;
  fill: none;
  stroke: none;
}
.widget.woocommerce .qodef-woo-ratings .qodef-m-star svg:last-child {
  margin-right: 0;
}
.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active svg {
  fill: none;
}
.widget.woocommerce .price {
  position: relative;
  display: flex;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 17px;
  margin: 2px 0 0;
}
.widget.woocommerce .price del {
  margin-right: 10px;
}
.widget.woocommerce .price ins {
  text-decoration: none;
  color: var(--qode-secondary-color);
}
.widget.woocommerce .button,
.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-family: Syne, sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 12px 18px 12px 17px;
  cursor: pointer;
  z-index: 3;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 1px solid var(--qode-main-color);
  overflow: hidden;
}
.widget.woocommerce .button.qodef-hover--custom:before,
.widget.woocommerce
  .woocommerce-widget-layered-nav-dropdown__submit.qodef-hover--custom:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: currentColor;
  transform: translateX(-101%);
  transition: 0s;
}
.widget.woocommerce .button.qodef-hover--custom.qodef-btn-hovered .qodef-m-text,
.widget.woocommerce
  .woocommerce-widget-layered-nav-dropdown__submit.qodef-hover--custom.qodef-btn-hovered
  .qodef-m-text {
  animation: qodef-btn-text-solid-animation-drop-down-filled 1.2s forwards;
}
.widget.woocommerce .button.qodef-hover--custom.qodef-btn-hovered:before,
.widget.woocommerce
  .woocommerce-widget-layered-nav-dropdown__submit.qodef-hover--custom.qodef-btn-hovered:before {
  animation: qodef-btn-outline-animation 1.2s
    cubic-bezier(0.34, 0.43, 0.13, 0.96) forwards;
}
.widget.woocommerce.widget_product_categories .product-categories li a {
  position: relative;
  display: inline !important;
}
.widget.woocommerce.widget_product_categories .product-categories li a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  height: 1px;
  background-color: var(--qode-main-color);
  transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  width: 0;
}
.widget.woocommerce.widget_product_categories
  .product-categories
  li
  a:hover:after {
  width: 100%;
  left: 0;
}
.widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content {
  border-radius: 0;
  cursor: pointer;
  height: 1px;
  position: relative;
}
.widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-handle {
  height: 7px;
  outline: 0;
  position: absolute;
  top: -3px;
  width: 7px;
  z-index: 2;
}
.widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-handle:last-of-type {
  transform: translateX(-7px);
}
.widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-range {
  border-radius: 0;
  display: block;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.widget.woocommerce.widget_price_filter .price_slider_amount {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 6px 0 0;
  position: relative;
}
.widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
  visibility: hidden;
  font-weight: 400;
  position: relative;
  right: 51px;
}
.widget.woocommerce.widget_price_filter .price_slider_amount .price_label .from,
.widget.woocommerce.widget_price_filter .price_slider_amount .price_label .to {
  visibility: visible;
}
.widget.woocommerce.widget_price_filter
  .price_slider_amount
  .price_label
  .from:after {
  content: "-";
  margin-left: 5px;
}
.widget.woocommerce.widget_price_filter .price_slider_amount .price_label .to {
  position: relative;
  right: 21px;
}
.widget.woocommerce.widget_price_filter .price_slider_amount button {
  color: var(--qode-main-color);
  padding: 0;
  border: none;
}
.widget.woocommerce.widget_price_filter .price_slider_amount button:hover {
  color: var(--qode-main-color);
  background-color: transparent;
}
.widget.woocommerce.widget_price_filter
  .price_slider_amount
  button:hover:hover
  .qodef-filter-btn-arrow
  g:nth-of-type(1) {
  transform: translateX(120%);
}
.widget.woocommerce.widget_price_filter
  .price_slider_amount
  button:hover:hover
  .qodef-filter-btn-arrow
  g:nth-of-type(2) {
  transition-delay: 0.3s;
  transform: translateX(0);
}
.widget.woocommerce.widget_price_filter
  .price_slider_amount
  button
  .qodef-filter-btn-arrow {
  margin-left: 4px;
}
.widget.woocommerce.widget_price_filter
  .price_slider_amount
  button
  .qodef-filter-btn-arrow
  rect {
  fill: currentColor;
}
.widget.woocommerce.widget_price_filter
  .price_slider_amount
  button
  .qodef-filter-btn-arrow
  polyline {
  fill: none;
  stroke: currentColor;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
}
.widget.woocommerce.widget_price_filter
  .price_slider_amount
  button
  .qodef-filter-btn-arrow
  g {
  transition: transform 0.6s cubic-bezier(0.17, 0.64, 0.22, 0.94);
}
.widget.woocommerce.widget_price_filter
  .price_slider_amount
  button
  .qodef-filter-btn-arrow
  g:nth-of-type(1) {
  transition-delay: 0.2s;
  transform: translateX(0);
}
.widget.woocommerce.widget_price_filter
  .price_slider_amount
  button
  .qodef-filter-btn-arrow
  g:nth-of-type(2) {
  transform: translateX(-120%);
}
.widget.woocommerce.widget_price_filter .price_slider_amount .clear {
  display: none;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li {
  position: relative;
}
.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  a:not(.remove) {
  align-items: center;
  display: flex;
  position: relative;
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 23px;
  line-height: 1.087em;
}
@media only screen and (max-width: 680px) {
  .widget.woocommerce.widget_shopping_cart
    .widget_shopping_cart_content
    ul
    li
    a:not(.remove) {
    font-size: 19px;
    line-height: 1.105em;
  }
}
.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  .remove {
  font-size: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  .remove:after {
  display: block;
  line-height: 25px;
  padding: 0 3px;
  position: relative;
  font-size: 18px;
  font-family: ElegantIcons;
  content: "\4d";
}
body:not([class*="micdrop-core"])
  .widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  .remove:after {
  content: "x";
  font-family: initial;
}
.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .variation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .variation
  > * {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .variation
  > *
  p {
  margin: 0;
}
.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .quantity {
  display: block;
  margin-top: 10px;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total {
  margin: 13px 0 0;
}
.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .buttons {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 21px 0 0;
  position: relative;
}
.widget.woocommerce.widget_products ul li,
.widget.woocommerce.widget_recently_viewed_products ul li,
.widget.woocommerce.widget_top_rated_products ul li {
  position: relative;
  display: flex;
}
.widget.woocommerce.widget_products ul li:last-child,
.widget.woocommerce.widget_recently_viewed_products ul li:last-child,
.widget.woocommerce.widget_top_rated_products ul li:last-child {
  margin-bottom: 0;
}
.widget.woocommerce.widget_products .qodef-woo-product-image,
.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
  flex-shrink: 0;
}
.widget.woocommerce.widget_products .qodef-woo-product-image a,
.widget.woocommerce.widget_products .qodef-woo-product-image img,
.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image a,
.widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image
  img,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image a,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
  position: relative;
  display: block;
}
.widget.woocommerce.widget_recent_reviews ul li .reviewer {
  margin-top: 8px;
}
.widget.woocommerce.widget_recent_reviews ul li:last-child {
  margin-bottom: 0;
}
.widget.woocommerce.widget_recent_reviews ul li > * {
  display: block;
}
.widget.woocommerce.widget_recent_reviews a {
  font-family: Syne, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--qode-main-color);
  font-size: 23px;
  line-height: 1.087em;
  position: relative;
}
@media only screen and (max-width: 680px) {
  .widget.woocommerce.widget_recent_reviews a {
    font-size: 19px;
    line-height: 1.105em;
  }
}
.widget.woocommerce.widget_recent_reviews a img {
  position: absolute;
  top: 0;
  left: 0;
}
.widget.woocommerce.widget_layered_nav button {
  margin-top: 10px;
}
.widget.woocommerce .qodef-woo-product-title a {
  color: var(--qode-main-color);
}
.widget.woocommerce .qodef-woo-product-title a:hover {
  color: var(--qode-main-color);
}
.widget.woocommerce a .product-title {
  color: var(--qode-main-color);
}
.widget.woocommerce a:hover .product-title {
  color: var(--qode-main-color);
}
.widget.woocommerce .qodef-m-star {
  color: var(--qode-main-color) !important;
}
.widget.woocommerce.widget_price_filter .qodef-widget-title {
  margin-bottom: 24px;
}
.widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content {
  background-color: #000;
}
.widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-handle {
  background-color: var(--qode-secondary-color);
}
.widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-range {
  background-color: var(--qode-secondary-color);
}
.widget.woocommerce.widget_shopping_cart .qodef-widget-title {
  margin-bottom: 24px;
}
.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  img {
  width: 80px;
  margin-right: 20px;
}
.widget.woocommerce.widget_layered_nav form {
  margin-top: 24px;
}
.widget.woocommerce.widget_layered_nav ul li.chosen a {
  color: var(--qode-main-color);
}
.widget.woocommerce.widget_products .qodef-widget-title,
.widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
.widget.woocommerce.widget_top_rated_products .qodef-widget-title {
  margin-bottom: 24px;
}
.widget.woocommerce.widget_products ul li,
.widget.woocommerce.widget_recently_viewed_products ul li,
.widget.woocommerce.widget_top_rated_products ul li {
  margin-bottom: 20px;
}
.widget.woocommerce.widget_products .qodef-woo-product-image,
.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
  margin-right: 20px;
}
.widget.woocommerce.widget_products .qodef-woo-product-image img,
.widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image
  img,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
  width: 80px;
}
.widget.woocommerce.widget_recent_reviews .qodef-widget-title {
  margin-bottom: 24px;
}
.widget.woocommerce.widget_recent_reviews ul li {
  min-height: 80px;
  margin-bottom: 20px;
}
.widget.woocommerce.widget_recent_reviews ul li > * {
  padding-left: 100px;
}
.widget.woocommerce.widget_recent_reviews a:hover {
  color: var(--qode-main-color);
}
.widget.woocommerce.widget_recent_reviews a img {
  width: 80px;
}
#qodef-top-area .widget.woocommerce .qodef-woo-product-title a {
  color: #fff;
}
#qodef-top-area .widget.woocommerce .qodef-woo-product-title a:hover {
  color: var(--qode-main-color);
}
#qodef-top-area .widget.woocommerce a .product-title {
  color: #fff;
}
#qodef-top-area .widget.woocommerce a:hover .product-title {
  color: var(--qode-main-color);
}
#qodef-top-area .widget.woocommerce.widget_price_filter .qodef-widget-title {
  margin-bottom: 24px;
}
#qodef-top-area .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
  margin-bottom: 24px;
}
#qodef-top-area
  .widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  img {
  width: 80px;
  margin-right: 20px;
}
#qodef-top-area .widget.woocommerce.widget_layered_nav form {
  margin-top: 24px;
}
#qodef-top-area .widget.woocommerce.widget_layered_nav ul li.chosen a {
  color: var(--qode-main-color);
}
#qodef-top-area .widget.woocommerce.widget_products .qodef-widget-title,
#qodef-top-area
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-widget-title,
#qodef-top-area
  .widget.woocommerce.widget_top_rated_products
  .qodef-widget-title {
  margin-bottom: 24px;
}
#qodef-top-area .widget.woocommerce.widget_products ul li,
#qodef-top-area .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-top-area .widget.woocommerce.widget_top_rated_products ul li {
  margin-bottom: 20px;
}
#qodef-top-area .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-top-area
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image,
#qodef-top-area
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image {
  margin-right: 20px;
}
#qodef-top-area
  .widget.woocommerce.widget_products
  .qodef-woo-product-image
  img,
#qodef-top-area
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image
  img,
#qodef-top-area
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image
  img {
  width: 80px;
}
#qodef-top-area .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
  margin-bottom: 24px;
}
#qodef-top-area .widget.woocommerce.widget_recent_reviews ul li {
  min-height: 80px;
  margin-bottom: 20px;
}
#qodef-top-area .widget.woocommerce.widget_recent_reviews ul li > * {
  padding-left: 100px;
}
#qodef-top-area .widget.woocommerce.widget_recent_reviews a:hover {
  color: var(--qode-main-color);
}
#qodef-top-area .widget.woocommerce.widget_recent_reviews a img {
  width: 80px;
}
#qodef-page-footer .widget.woocommerce .qodef-woo-product-title a {
  color: #fff;
}
#qodef-page-footer .widget.woocommerce .qodef-woo-product-title a:hover {
  color: #fff;
}
#qodef-page-footer .widget.woocommerce a .product-title {
  color: #fff;
}
#qodef-page-footer .widget.woocommerce a:hover .product-title {
  color: #fff;
}
#qodef-page-footer .widget.woocommerce .qodef-m-star {
  color: #fff !important;
}
#qodef-page-footer .widget.woocommerce.widget_price_filter .qodef-widget-title {
  margin-bottom: 27px;
}
#qodef-page-footer
  .widget.woocommerce.widget_shopping_cart
  .qodef-widget-title {
  margin-bottom: 27px;
}
#qodef-page-footer
  .widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  img {
  width: 80px;
  margin-right: 20px;
}
#qodef-page-footer .widget.woocommerce.widget_layered_nav form {
  margin-top: 27px;
}
#qodef-page-footer .widget.woocommerce.widget_layered_nav ul li.chosen a {
  color: #fff;
}
#qodef-page-footer .widget.woocommerce.widget_products .qodef-widget-title,
#qodef-page-footer
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-widget-title,
#qodef-page-footer
  .widget.woocommerce.widget_top_rated_products
  .qodef-widget-title {
  margin-bottom: 27px;
}
#qodef-page-footer .widget.woocommerce.widget_products ul li,
#qodef-page-footer .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-page-footer .widget.woocommerce.widget_top_rated_products ul li {
  margin-bottom: 20px;
}
#qodef-page-footer .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-page-footer
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image,
#qodef-page-footer
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image {
  margin-right: 20px;
}
#qodef-page-footer
  .widget.woocommerce.widget_products
  .qodef-woo-product-image
  img,
#qodef-page-footer
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image
  img,
#qodef-page-footer
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image
  img {
  width: 80px;
}
#qodef-page-footer
  .widget.woocommerce.widget_recent_reviews
  .qodef-widget-title {
  margin-bottom: 27px;
}
#qodef-page-footer .widget.woocommerce.widget_recent_reviews ul li {
  min-height: 80px;
  margin-bottom: 20px;
}
#qodef-page-footer .widget.woocommerce.widget_recent_reviews ul li > * {
  padding-left: 100px;
}
#qodef-page-footer .widget.woocommerce.widget_recent_reviews a:hover {
  color: #fff;
}
#qodef-page-footer .widget.woocommerce.widget_recent_reviews a img {
  width: 80px;
}
#qodef-side-area .widget.woocommerce .qodef-woo-product-title a {
  color: #fff;
}
#qodef-side-area .widget.woocommerce .qodef-woo-product-title a:hover {
  color: var(--qode-main-color);
}
#qodef-side-area .widget.woocommerce a .product-title {
  color: #fff;
}
#qodef-side-area .widget.woocommerce a:hover .product-title {
  color: var(--qode-main-color);
}
#qodef-side-area .widget.woocommerce.widget_price_filter .qodef-widget-title {
  margin-bottom: 24px;
}
#qodef-side-area .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
  margin-bottom: 24px;
}
#qodef-side-area
  .widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  img {
  width: 80px;
  margin-right: 20px;
}
#qodef-side-area .widget.woocommerce.widget_layered_nav form {
  margin-top: 24px;
}
#qodef-side-area .widget.woocommerce.widget_layered_nav ul li.chosen a {
  color: var(--qode-main-color);
}
#qodef-side-area .widget.woocommerce.widget_products .qodef-widget-title,
#qodef-side-area
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-widget-title,
#qodef-side-area
  .widget.woocommerce.widget_top_rated_products
  .qodef-widget-title {
  margin-bottom: 24px;
}
#qodef-side-area .widget.woocommerce.widget_products ul li,
#qodef-side-area .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-side-area .widget.woocommerce.widget_top_rated_products ul li {
  margin-bottom: 20px;
}
#qodef-side-area .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-side-area
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image,
#qodef-side-area
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image {
  margin-right: 20px;
}
#qodef-side-area
  .widget.woocommerce.widget_products
  .qodef-woo-product-image
  img,
#qodef-side-area
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image
  img,
#qodef-side-area
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image
  img {
  width: 80px;
}
#qodef-side-area .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
  margin-bottom: 24px;
}
#qodef-side-area .widget.woocommerce.widget_recent_reviews ul li {
  min-height: 80px;
  margin-bottom: 20px;
}
#qodef-side-area .widget.woocommerce.widget_recent_reviews ul li > * {
  padding-left: 100px;
}
#qodef-side-area .widget.woocommerce.widget_recent_reviews a:hover {
  color: var(--qode-main-color);
}
#qodef-side-area .widget.woocommerce.widget_recent_reviews a img {
  width: 80px;
}
.qodef-mega-menu-widget-holder .widget.woocommerce .qodef-woo-product-title a {
  color: #fff;
}
.qodef-mega-menu-widget-holder
  .widget.woocommerce
  .qodef-woo-product-title
  a:hover {
  color: var(--qode-main-color);
}
.qodef-mega-menu-widget-holder .widget.woocommerce a .product-title {
  color: #fff;
}
.qodef-mega-menu-widget-holder .widget.woocommerce a:hover .product-title {
  color: var(--qode-main-color);
}
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_price_filter
  .qodef-widget-title {
  margin-bottom: 24px;
}
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_shopping_cart
  .qodef-widget-title {
  margin-bottom: 24px;
}
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  img {
  width: 80px;
  margin-right: 20px;
}
.qodef-mega-menu-widget-holder .widget.woocommerce.widget_layered_nav form {
  margin-top: 24px;
}
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_layered_nav
  ul
  li.chosen
  a {
  color: var(--qode-main-color);
}
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_products
  .qodef-widget-title,
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-widget-title,
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_top_rated_products
  .qodef-widget-title {
  margin-bottom: 24px;
}
.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products ul li,
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_recently_viewed_products
  ul
  li,
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_top_rated_products
  ul
  li {
  margin-bottom: 20px;
}
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_products
  .qodef-woo-product-image,
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image,
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image {
  margin-right: 20px;
}
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_products
  .qodef-woo-product-image
  img,
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image
  img,
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image
  img {
  width: 80px;
}
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_recent_reviews
  .qodef-widget-title {
  margin-bottom: 24px;
}
.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews ul li {
  min-height: 80px;
  margin-bottom: 20px;
}
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_recent_reviews
  ul
  li
  > * {
  padding-left: 100px;
}
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_recent_reviews
  a:hover {
  color: var(--qode-main-color);
}
.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews a img {
  width: 80px;
}
.woocommerce-page .widget {
  margin: 0 0 35px;
}
.woocommerce-page .widget .qodef-widget-title {
  margin: 0 0 10px;
}
.woocommerce-page .widget ul:not(.qodef-shortcode-list) li a,
.woocommerce-page .widget ul:not(.qodef-shortcode-list) li span {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
}
@media only screen and (max-width: 1200px) {
  .qodef-content-grid {
    width: 960px;
  }
  .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 960px) / 2);
  }
  .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 960px) / 2);
  }
  .qodef--boxed .qodef-content-grid {
    width: calc(960px + 0px);
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-content-grid {
    width: 768px;
  }
  .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 768px) / 2);
  }
  .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 768px) / 2);
  }
  .qodef--boxed .qodef-content-grid {
    width: calc(768px + 0px);
  }
}
@media only screen and (max-width: 800px) {
  .qodef-content-grid {
    width: 86%;
  }
  .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 86%) / 2);
  }
  .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 86%) / 2);
  }
  .qodef--boxed .qodef-content-grid {
    width: calc(86% + 0px);
  }
}
@media only screen and (max-width: 480px) {
  .qodef-content-grid {
    width: 82%;
  }
  .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 82%) / 2);
  }
  .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 82%) / 2);
  }
  .qodef--boxed .qodef-content-grid {
    width: calc(82% + 0px);
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 20%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 40%;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 66.66667%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 66.66667%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 66.66667%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 50%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 40%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 28.57143%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 40%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 28.57143%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 25%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 50%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 40%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 28.57143%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 40%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 28.57143%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 40%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 28.57143%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 28.57143%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 25%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 50%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 40%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 28.57143%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 20%;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 40%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 14.28571%;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 28.57143%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 12.5%;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry
    .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    width: 25%;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -60px;
  }
  .qodef-grid.qodef-gutter--huge > .qodef-grid-inner {
    margin: 0 -30px;
  }
  .qodef-grid.qodef-gutter--huge > .qodef-grid-inner > .qodef-grid-item {
    padding: 0 30px;
    margin: 0 0 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef--boxed
    .qodef-grid
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-404-page {
    padding: 110px 40px 200px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-blog .qodef-blog-item .qodef-e-left,
  .qodef-blog .qodef-blog-item .qodef-e-right {
    flex-basis: 100%;
  }
  .qodef-blog .qodef-blog-item .qodef-e-right {
    text-align: left;
    margin-top: 18px;
  }
  .qodef-blog .qodef-blog-item.format-link .qodef-e-link-icon {
    right: 12%;
    width: 120px;
  }
  .qodef-blog .qodef-blog-item .qodef-e-quote:before {
    right: 19%;
    font-size: 470px;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-page-comments {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-page-comments-list .qodef-comment-item .children {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #qodef-page-comments-list .qodef-comment-item .qodef-e-content {
    width: calc(100% - 116px);
  }
  #qodef-page-comments-list .qodef-comment-item .children {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
    flex-wrap: wrap;
  }
  #qodef-page-comments-list .qodef-comment-item .qodef-e-content {
    margin-top: 23px;
    width: 100%;
  }
  #qodef-page-comments-list .qodef-comment-item .children {
    padding-left: 3%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-m-filter .qodef-m-filter-items {
    flex-direction: column;
    align-items: flex-start;
  }
  .qodef-m-filter .qodef-m-filter-item {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-page-footer-top-area .qodef-content-full-width {
    padding: 64px 40px 22px;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-page-footer-bottom-area .qodef-content-full-width {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-page-header {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-page-mobile-header {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce-page div.woocommerce .col2-set {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-woo-page.qodef--cart .shop_table th {
    font-size: 21px;
  }
  #qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
    width: 0;
    opacity: 0;
  }
  #qodef-woo-page.qodef--cart .shop_table td.product-name a {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  #qodef-woo-page.qodef--cart .shop_table th {
    font-size: 17px;
  }
  #qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
    width: 0;
    opacity: 0;
  }
  #qodef-woo-page.qodef--cart .shop_table td.product-name a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--cart .shop_table {
    position: relative;
  }
  #qodef-woo-page.qodef--cart
    .shop_table
    .qodef-quantity-buttons
    .qodef-quantity-minus,
  #qodef-woo-page.qodef--cart
    .shop_table
    .qodef-quantity-buttons
    .qodef-quantity-plus {
    width: 20px;
  }
  #qodef-woo-page.qodef--cart
    .shop_table
    .qodef-quantity-buttons
    .qodef-quantity-input {
    font-size: 15px;
    width: 20px;
    margin: 0 20px 0 20px;
  }
  #qodef-woo-page.qodef--cart .shop_table th {
    font-size: 15px;
  }
  #qodef-woo-page.qodef--cart .shop_table th.product-name {
    position: absolute;
    left: -5px;
  }
  #qodef-woo-page.qodef--cart .shop_table th.product-subtotal {
    position: absolute;
    right: 0;
  }
  #qodef-woo-page.qodef--cart .shop_table th.product-thumbnail {
    display: none;
  }
  #qodef-woo-page.qodef--cart .shop_table th.product-price,
  #qodef-woo-page.qodef--cart .shop_table th.product-quantity {
    font-size: 0;
  }
  #qodef-woo-page.qodef--cart .shop_table td {
    font-size: 15px;
  }
  #qodef-woo-page.qodef--cart .shop_table td.product-name a {
    font-size: 15px;
  }
  #qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
    display: none;
  }
  #qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
    width: 100%;
    float: none;
  }
  #qodef-woo-page.qodef--cart .shop_table td.actions .coupon > * {
    margin-bottom: 20px;
  }
  #qodef-woo-page.qodef--cart .shop_table td.actions > .button {
    float: none;
  }
  #qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding-right: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-woo-product-list ul.products.columns-6 > .product {
    width: 20%;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-woo-product-list ul.products.columns-5 > .product {
    width: 25%;
  }
  .qodef-woo-product-list ul.products.columns-6 > .product {
    width: 25%;
  }
  .qodef-woo-product-list ul.products.columns-7 > .product {
    width: 25%;
  }
  .qodef-woo-product-list ul.products.columns-8 > .product {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-woo-product-list ul.products.columns-4 > .product {
    width: 33.33333%;
  }
  .qodef-woo-product-list ul.products.columns-5 > .product {
    width: 33.33333%;
  }
  .qodef-woo-product-list ul.products.columns-6 > .product {
    width: 33.33333%;
  }
  .qodef-woo-product-list ul.products.columns-7 > .product {
    width: 33.33333%;
  }
  .qodef-woo-product-list ul.products.columns-8 > .product {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-woo-product-list ul.products.columns-3 > .product {
    width: 50%;
  }
  .qodef-woo-product-list ul.products.columns-4 > .product {
    width: 50%;
  }
  .qodef-woo-product-list ul.products.columns-5 > .product {
    width: 50%;
  }
  .qodef-woo-product-list ul.products.columns-6 > .product {
    width: 50%;
  }
  .qodef-woo-product-list ul.products.columns-7 > .product {
    width: 50%;
  }
  .qodef-woo-product-list ul.products.columns-8 > .product {
    width: 50%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-woo-product-list ul.products.columns-2 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-3 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-4 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-5 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-6 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-7 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-8 > .product {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-woo-product-list.qodef-gutter--huge ul.products {
    margin: 0 -30px;
  }
  .qodef-woo-product-list.qodef-gutter--huge ul.products > .product {
    padding: 0 30px;
    margin: 0 0 60px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-woo-results {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
  }
  .qodef-woo-results .woocommerce-ordering {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-woo-page.qodef--single .qodef-woo-single-inner {
    flex-wrap: wrap;
  }
  #qodef-woo-page.qodef--single .entry-summary {
    width: 100%;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image {
    width: 50% !important;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image:nth-child(2n + 1) {
    margin-left: 0;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image {
    width: 50% !important;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image:nth-child(2n + 1) {
    margin-left: 0;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-6
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image {
    width: 50% !important;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-6
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image:nth-child(2n + 1) {
    margin-left: 0;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-7
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image {
    width: 50% !important;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-7
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image:nth-child(2n + 1) {
    margin-left: 0;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-8
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image {
    width: 50% !important;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-8
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image:nth-child(2n + 1) {
    margin-left: 0;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--left
    .woocommerce-product-gallery__trigger {
    left: 10px;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--left
    figure {
    flex-wrap: wrap;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--left
    figure
    > .woocommerce-product-gallery__image {
    width: 100% !important;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--left
    figure
    > .qodef-woo-thumbnails-wrapper {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-top: 30px;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--left
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image:first-child {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  #qodef-woo-page.qodef--single form.cart .variations .label {
    vertical-align: top;
  }
  #qodef-woo-page.qodef--single form.cart .variations .label > * {
    margin-top: 22px;
  }
  #qodef-woo-page.qodef--single form.cart .variations .value {
    position: relative;
  }
  #qodef-woo-page.qodef--single form.cart .variations .reset_variations {
    bottom: 0;
    left: 0;
    margin: 0 0 0 20px;
    position: absolute;
  }
  #qodef-woo-page.qodef--single form.cart .variations tr:last-child .value {
    padding-bottom: 20px;
  }
  #qodef-woo-page.qodef--single
    form.cart
    .variations
    tr:last-child
    .select2-container--default {
    margin-bottom: 11px;
  }
}
