@charset "UTF-8";
@-webkit-keyframes qode-rotate {
 0% {
  -webkit-transform:rotate(0);
  transform:rotate(0)
 }
 100% {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
 }
}
@keyframes qode-rotate {
 0% {
  -webkit-transform:rotate(0);
  transform:rotate(0)
 }
 100% {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
 }
}
@-webkit-keyframes qode-fade-in {
 0% {
  opacity:0;
  visibility:hidden
 }
 100% {
  opacity:1;
  visibility:visible
 }
}
@keyframes qode-fade-in {
 0% {
  opacity:0;
  visibility:hidden
 }
 100% {
  opacity:1;
  visibility:visible
 }
}
@-webkit-keyframes qode-fade-out {
 0% {
  opacity:1;
  visibility:visible
 }
 100% {
  opacity:0;
  visibility:hidden
 }
}
@keyframes qode-fade-out {
 0% {
  opacity:1;
  visibility:visible
 }
 100% {
  opacity:0;
  visibility:hidden
 }
}
@-webkit-keyframes qode-ball-fall {
 0% {
  opacity:0;
  -webkit-transform:translateY(-145%);
  transform:translateY(-145%)
 }
 10% {
  opacity:.5
 }
 20% {
  opacity:1;
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
 80% {
  opacity:1;
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
 90% {
  opacity:.5
 }
 100% {
  opacity:0;
  -webkit-transform:translateY(145%);
  transform:translateY(145%)
 }
}
@keyframes qode-ball-fall {
 0% {
  opacity:0;
  -webkit-transform:translateY(-145%);
  transform:translateY(-145%)
 }
 10% {
  opacity:.5
 }
 20% {
  opacity:1;
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
 80% {
  opacity:1;
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
 90% {
  opacity:.5
 }
 100% {
  opacity:0;
  -webkit-transform:translateY(145%);
  transform:translateY(145%)
 }
}
@-webkit-keyframes qode-scaleout {
 0% {
  -webkit-transform:scale(0)
 }
 100% {
  -webkit-transform:scale(1);
  opacity:0
 }
}
@keyframes qode-scaleout {
 0% {
  -webkit-transform:scale(0)
 }
 100% {
  -webkit-transform:scale(1);
  opacity:0
 }
}
@-webkit-keyframes qode-double-pulse {
 0%,
 100% {
  -webkit-transform:scale(0);
  transform:scale(0)
 }
 50% {
  -webkit-transform:scale(1);
  transform:scale(1)
 }
}
@keyframes qode-double-pulse {
 0%,
 100% {
  -webkit-transform:scale(0);
  transform:scale(0)
 }
 50% {
  -webkit-transform:scale(1);
  transform:scale(1)
 }
}
@-webkit-keyframes qode-cube {
 0% {
  -webkit-transform:perspective(120px) rotateX(0) rotateY(0);
  transform:perspective(120px) rotateX(0) rotateY(0)
 }
 50% {
  -webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);
  transform:perspective(120px) rotateX(-180.1deg) rotateY(0)
 }
 100% {
  -webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
 }
}
@keyframes qode-cube {
 0% {
  -webkit-transform:perspective(120px) rotateX(0) rotateY(0);
  transform:perspective(120px) rotateX(0) rotateY(0)
 }
 50% {
  -webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);
  transform:perspective(120px) rotateX(-180.1deg) rotateY(0)
 }
 100% {
  -webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
 }
}
@-webkit-keyframes qode-rotating-cubes {
 25% {
  -webkit-transform:translateX(42px) rotate(-90deg) scale(.5);
  transform:translateX(42px) rotate(-90deg) scale(.5)
 }
 50% {
  -webkit-transform:translateX(42px) translateY(42px) rotate(-179deg);
  transform:translateX(42px) translateY(42px) rotate(-179deg)
 }
 50.1% {
  -webkit-transform:translateX(42px) translateY(42px) rotate(-180deg);
  transform:translateX(42px) translateY(42px) rotate(-180deg)
 }
 75% {
  -webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5);
  transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)
 }
 100% {
  -webkit-transform:rotate(-360deg);
  transform:rotate(-360deg)
 }
}
@keyframes qode-rotating-cubes {
 25% {
  -webkit-transform:translateX(42px) rotate(-90deg) scale(.5);
  transform:translateX(42px) rotate(-90deg) scale(.5)
 }
 50% {
  -webkit-transform:translateX(42px) translateY(42px) rotate(-179deg);
  transform:translateX(42px) translateY(42px) rotate(-179deg)
 }
 50.1% {
  -webkit-transform:translateX(42px) translateY(42px) rotate(-180deg);
  transform:translateX(42px) translateY(42px) rotate(-180deg)
 }
 75% {
  -webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5);
  transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)
 }
 100% {
  -webkit-transform:rotate(-360deg);
  transform:rotate(-360deg)
 }
}
@-webkit-keyframes qode-stretch-delay {
 0%,
 100%,
 40% {
  -webkit-transform:scaleY(.4);
  transform:scaleY(.4)
 }
 20% {
  -webkit-transform:scaleY(1);
  transform:scaleY(1)
 }
}
@keyframes qode-stretch-delay {
 0%,
 100%,
 40% {
  -webkit-transform:scaleY(.4);
  transform:scaleY(.4)
 }
 20% {
  -webkit-transform:scaleY(1);
  transform:scaleY(1)
 }
}
@-webkit-keyframes qode-bounce-delay {
 0%,
 100%,
 80% {
  -webkit-transform:scale(0);
  transform:scale(0)
 }
 40% {
  -webkit-transform:scale(1);
  transform:scale(1)
 }
}
@keyframes qode-bounce-delay {
 0%,
 100%,
 80% {
  -webkit-transform:scale(0);
  transform:scale(0)
 }
 40% {
  -webkit-transform:scale(1);
  transform:scale(1)
 }
}
@-webkit-keyframes qode-rotate-circles {
 to {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
 }
}
@keyframes qode-rotate-circles {
 to {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
 }
}
@-webkit-keyframes qode-atom-position {
 50% {
  top:80px;
  left:80px
 }
}
@keyframes qode-atom-position {
 50% {
  top:80px;
  left:80px
 }
}
@-webkit-keyframes qode-atom-size {
 50% {
  -webkit-transform:scale(.5);
  transform:scale(.5)
 }
}
@keyframes qode-atom-size {
 50% {
  -webkit-transform:scale(.5);
  transform:scale(.5)
 }
}
@-webkit-keyframes qode-atom-zindex {
 100% {
  z-index:10
 }
}
@keyframes qode-atom-zindex {
 100% {
  z-index:10
 }
}
@-webkit-keyframes qode-atom-shrink {
 50% {
  -webkit-transform:scale(.8);
  transform:scale(.8)
 }
}
@keyframes qode-atom-shrink {
 50% {
  -webkit-transform:scale(.8);
  transform:scale(.8)
 }
}
@-webkit-keyframes qode-clock {
 100% {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
 }
}
@keyframes qode-clock {
 100% {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
 }
}
@-webkit-keyframes qode-clock-1 {
 0% {
  -webkit-transform:rotate(-135deg);
  transform:rotate(-135deg)
 }
 30% {
  -webkit-transform:rotate(-450deg);
  transform:rotate(-450deg)
 }
 100% {
  -webkit-transform:rotate(-450deg);
  transform:rotate(-450deg)
 }
}
@keyframes qode-clock-1 {
 0% {
  -webkit-transform:rotate(-135deg);
  transform:rotate(-135deg)
 }
 30% {
  -webkit-transform:rotate(-450deg);
  transform:rotate(-450deg)
 }
 100% {
  -webkit-transform:rotate(-450deg);
  transform:rotate(-450deg)
 }
}
@-webkit-keyframes qode-clock-2 {
 5% {
  -webkit-transform:rotate(-90deg);
  transform:rotate(-90deg)
 }
 35% {
  -webkit-transform:rotate(-405deg);
  transform:rotate(-405deg)
 }
 100% {
  -webkit-transform:rotate(-405deg);
  transform:rotate(-405deg)
 }
}
@keyframes qode-clock-2 {
 5% {
  -webkit-transform:rotate(-90deg);
  transform:rotate(-90deg)
 }
 35% {
  -webkit-transform:rotate(-405deg);
  transform:rotate(-405deg)
 }
 100% {
  -webkit-transform:rotate(-405deg);
  transform:rotate(-405deg)
 }
}
@-webkit-keyframes qode-clock-3 {
 10% {
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg)
 }
 40% {
  -webkit-transform:rotate(-360deg);
  transform:rotate(-360deg)
 }
 100% {
  -webkit-transform:rotate(-360deg);
  transform:rotate(-360deg)
 }
}
@keyframes qode-clock-3 {
 10% {
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg)
 }
 40% {
  -webkit-transform:rotate(-360deg);
  transform:rotate(-360deg)
 }
 100% {
  -webkit-transform:rotate(-360deg);
  transform:rotate(-360deg)
 }
}
@-webkit-keyframes qode-clock-4 {
 15% {
  -webkit-transform:rotate(0);
  transform:rotate(0)
 }
 45% {
  -webkit-transform:rotate(-315deg);
  transform:rotate(-315deg)
 }
 100% {
  -webkit-transform:rotate(-315deg);
  transform:rotate(-315deg)
 }
}
@keyframes qode-clock-4 {
 15% {
  -webkit-transform:rotate(0);
  transform:rotate(0)
 }
 45% {
  -webkit-transform:rotate(-315deg);
  transform:rotate(-315deg)
 }
 100% {
  -webkit-transform:rotate(-315deg);
  transform:rotate(-315deg)
 }
}
@-webkit-keyframes qode-mitosis-invert {
 100% {
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg)
 }
}
@keyframes qode-mitosis-invert {
 100% {
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg)
 }
}
@-webkit-keyframes qode-mitosis-ball-1 {
 12% {
  -webkit-transform:none;
  transform:none
 }
 26% {
  -webkit-transform:translateX(25%) scale(1,.8);
  transform:translateX(25%) scale(1,.8)
 }
 40% {
  -webkit-transform:translateX(50%) scale(.8,.8);
  transform:translateX(50%) scale(.8,.8)
 }
 60% {
  -webkit-transform:translateX(50%) scale(.8,.8);
  transform:translateX(50%) scale(.8,.8)
 }
 74% {
  -webkit-transform:translate(50%,25%) scale(.6,.8);
  transform:translate(50%,25%) scale(.6,.8)
 }
 88% {
  -webkit-transform:translate(50%,50%) scale(.6,.6);
  transform:translate(50%,50%) scale(.6,.6)
 }
 100% {
  -webkit-transform:translate(50%,50%) scale(.6,.6);
  transform:translate(50%,50%) scale(.6,.6)
 }
}
@keyframes qode-mitosis-ball-1 {
 12% {
  -webkit-transform:none;
  transform:none
 }
 26% {
  -webkit-transform:translateX(25%) scale(1,.8);
  transform:translateX(25%) scale(1,.8)
 }
 40% {
  -webkit-transform:translateX(50%) scale(.8,.8);
  transform:translateX(50%) scale(.8,.8)
 }
 60% {
  -webkit-transform:translateX(50%) scale(.8,.8);
  transform:translateX(50%) scale(.8,.8)
 }
 74% {
  -webkit-transform:translate(50%,25%) scale(.6,.8);
  transform:translate(50%,25%) scale(.6,.8)
 }
 88% {
  -webkit-transform:translate(50%,50%) scale(.6,.6);
  transform:translate(50%,50%) scale(.6,.6)
 }
 100% {
  -webkit-transform:translate(50%,50%) scale(.6,.6);
  transform:translate(50%,50%) scale(.6,.6)
 }
}
@-webkit-keyframes qode-mitosis-ball-2 {
 12% {
  -webkit-transform:none;
  transform:none
 }
 26% {
  -webkit-transform:translateX(25%) scale(1,.8);
  transform:translateX(25%) scale(1,.8)
 }
 40% {
  -webkit-transform:translateX(50%) scale(.8,.8);
  transform:translateX(50%) scale(.8,.8)
 }
 60% {
  -webkit-transform:translateX(50%) scale(.8,.8);
  transform:translateX(50%) scale(.8,.8)
 }
 74% {
  -webkit-transform:translate(50%,-25%) scale(.6,.8);
  transform:translate(50%,-25%) scale(.6,.8)
 }
 88% {
  -webkit-transform:translate(50%,-50%) scale(.6,.6);
  transform:translate(50%,-50%) scale(.6,.6)
 }
 100% {
  -webkit-transform:translate(50%,-50%) scale(.6,.6);
  transform:translate(50%,-50%) scale(.6,.6)
 }
}
@keyframes qode-mitosis-ball-2 {
 12% {
  -webkit-transform:none;
  transform:none
 }
 26% {
  -webkit-transform:translateX(25%) scale(1,.8);
  transform:translateX(25%) scale(1,.8)
 }
 40% {
  -webkit-transform:translateX(50%) scale(.8,.8);
  transform:translateX(50%) scale(.8,.8)
 }
 60% {
  -webkit-transform:translateX(50%) scale(.8,.8);
  transform:translateX(50%) scale(.8,.8)
 }
 74% {
  -webkit-transform:translate(50%,-25%) scale(.6,.8);
  transform:translate(50%,-25%) scale(.6,.8)
 }
 88% {
  -webkit-transform:translate(50%,-50%) scale(.6,.6);
  transform:translate(50%,-50%) scale(.6,.6)
 }
 100% {
  -webkit-transform:translate(50%,-50%) scale(.6,.6);
  transform:translate(50%,-50%) scale(.6,.6)
 }
}
@-webkit-keyframes qode-mitosis-ball-3 {
 12% {
  -webkit-transform:none;
  transform:none
 }
 26% {
  -webkit-transform:translateX(-25%) scale(1,.8);
  transform:translateX(-25%) scale(1,.8)
 }
 40% {
  -webkit-transform:translateX(-50%) scale(.8,.8);
  transform:translateX(-50%) scale(.8,.8)
 }
 60% {
  -webkit-transform:translateX(-50%) scale(.8,.8);
  transform:translateX(-50%) scale(.8,.8)
 }
 74% {
  -webkit-transform:translate(-50%,25%) scale(.6,.8);
  transform:translate(-50%,25%) scale(.6,.8)
 }
 88% {
  -webkit-transform:translate(-50%,50%) scale(.6,.6);
  transform:translate(-50%,50%) scale(.6,.6)
 }
 100% {
  -webkit-transform:translate(-50%,50%) scale(.6,.6);
  transform:translate(-50%,50%) scale(.6,.6)
 }
}
@keyframes qode-mitosis-ball-3 {
 12% {
  -webkit-transform:none;
  transform:none
 }
 26% {
  -webkit-transform:translateX(-25%) scale(1,.8);
  transform:translateX(-25%) scale(1,.8)
 }
 40% {
  -webkit-transform:translateX(-50%) scale(.8,.8);
  transform:translateX(-50%) scale(.8,.8)
 }
 60% {
  -webkit-transform:translateX(-50%) scale(.8,.8);
  transform:translateX(-50%) scale(.8,.8)
 }
 74% {
  -webkit-transform:translate(-50%,25%) scale(.6,.8);
  transform:translate(-50%,25%) scale(.6,.8)
 }
 88% {
  -webkit-transform:translate(-50%,50%) scale(.6,.6);
  transform:translate(-50%,50%) scale(.6,.6)
 }
 100% {
  -webkit-transform:translate(-50%,50%) scale(.6,.6);
  transform:translate(-50%,50%) scale(.6,.6)
 }
}
@-webkit-keyframes qode-mitosis-ball-4 {
 12% {
  -webkit-transform:none;
  transform:none
 }
 26% {
  -webkit-transform:translateX(-25%) scale(1,.8);
  transform:translateX(-25%) scale(1,.8)
 }
 40% {
  -webkit-transform:translateX(-50%) scale(.8,.8);
  transform:translateX(-50%) scale(.8,.8)
 }
 60% {
  -webkit-transform:translateX(-50%) scale(.8,.8);
  transform:translateX(-50%) scale(.8,.8)
 }
 74% {
  -webkit-transform:translate(-50%,-25%) scale(.6,.8);
  transform:translate(-50%,-25%) scale(.6,.8)
 }
 88% {
  -webkit-transform:translate(-50%,-50%) scale(.6,.6);
  transform:translate(-50%,-50%) scale(.6,.6)
 }
 100% {
  -webkit-transform:translate(-50%,-50%) scale(.6,.6);
  transform:translate(-50%,-50%) scale(.6,.6)
 }
}
@keyframes qode-mitosis-ball-4 {
 12% {
  -webkit-transform:none;
  transform:none
 }
 26% {
  -webkit-transform:translateX(-25%) scale(1,.8);
  transform:translateX(-25%) scale(1,.8)
 }
 40% {
  -webkit-transform:translateX(-50%) scale(.8,.8);
  transform:translateX(-50%) scale(.8,.8)
 }
 60% {
  -webkit-transform:translateX(-50%) scale(.8,.8);
  transform:translateX(-50%) scale(.8,.8)
 }
 74% {
  -webkit-transform:translate(-50%,-25%) scale(.6,.8);
  transform:translate(-50%,-25%) scale(.6,.8)
 }
 88% {
  -webkit-transform:translate(-50%,-50%) scale(.6,.6);
  transform:translate(-50%,-50%) scale(.6,.6)
 }
 100% {
  -webkit-transform:translate(-50%,-50%) scale(.6,.6);
  transform:translate(-50%,-50%) scale(.6,.6)
 }
}
@-webkit-keyframes qode-lines-spin {
 100% {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
 }
}
@keyframes qode-lines-spin {
 100% {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
 }
}
@-webkit-keyframes qode-fussion-ball-1 {
 50% {
  top:-100%;
  left:200%
 }
 100% {
  top:50%;
  left:100%;
  z-index:2
 }
}
@keyframes qode-fussion-ball-1 {
 50% {
  top:-100%;
  left:200%
 }
 100% {
  top:50%;
  left:100%;
  z-index:2
 }
}
@-webkit-keyframes qode-fussion-ball-2 {
 50% {
  top:200%;
  left:200%
 }
 100% {
  top:100%;
  left:50%;
  z-index:1
 }
}
@keyframes qode-fussion-ball-2 {
 50% {
  top:200%;
  left:200%
 }
 100% {
  top:100%;
  left:50%;
  z-index:1
 }
}
@-webkit-keyframes qode-fussion-ball-3 {
 50% {
  top:200%;
  left:-100%
 }
 100% {
  top:50%;
  left:0;
  z-index:2
 }
}
@keyframes qode-fussion-ball-3 {
 50% {
  top:200%;
  left:-100%
 }
 100% {
  top:50%;
  left:0;
  z-index:2
 }
}
@-webkit-keyframes qode-fussion-ball-4 {
 50% {
  top:-100%;
  left:-100%
 }
 100% {
  top:0;
  left:50%;
  z-index:1
 }
}
@keyframes qode-fussion-ball-4 {
 50% {
  top:-100%;
  left:-100%
 }
 100% {
  top:0;
  left:50%;
  z-index:1
 }
}
@-webkit-keyframes qode-wave-jump-1 {
 12% {
  -webkit-transform:translate(20px,-40px);
  transform:translate(20px,-40px);
  -webkit-animation-timing-function:ease-in;
  animation-timing-function:ease-in
 }
 100%,
 24% {
  -webkit-transform:translate(40px,0);
  transform:translate(40px,0)
 }
}
@keyframes qode-wave-jump-1 {
 12% {
  -webkit-transform:translate(20px,-40px);
  transform:translate(20px,-40px);
  -webkit-animation-timing-function:ease-in;
  animation-timing-function:ease-in
 }
 100%,
 24% {
  -webkit-transform:translate(40px,0);
  transform:translate(40px,0)
 }
}
@-webkit-keyframes qode-wave-jump-2 {
 12% {
  -webkit-transform:translate(0,0);
  transform:translate(0,0)
 }
 24% {
  -webkit-transform:translate(20px,-40px);
  transform:translate(20px,-40px);
  -webkit-animation-timing-function:ease-in;
  animation-timing-function:ease-in
 }
 100%,
 36% {
  -webkit-transform:translate(40px,0);
  transform:translate(40px,0)
 }
}
@keyframes qode-wave-jump-2 {
 12% {
  -webkit-transform:translate(0,0);
  transform:translate(0,0)
 }
 24% {
  -webkit-transform:translate(20px,-40px);
  transform:translate(20px,-40px);
  -webkit-animation-timing-function:ease-in;
  animation-timing-function:ease-in
 }
 100%,
 36% {
  -webkit-transform:translate(40px,0);
  transform:translate(40px,0)
 }
}
@-webkit-keyframes qode-wave-jump-3 {
 24% {
  -webkit-transform:translate(0,0);
  transform:translate(0,0)
 }
 36% {
  -webkit-transform:translate(20px,-40px);
  transform:translate(20px,-40px);
  -webkit-animation-timing-function:ease-in;
  animation-timing-function:ease-in
 }
 100%,
 48% {
  -webkit-transform:translate(40px,0);
  transform:translate(40px,0)
 }
}
@keyframes qode-wave-jump-3 {
 24% {
  -webkit-transform:translate(0,0);
  transform:translate(0,0)
 }
 36% {
  -webkit-transform:translate(20px,-40px);
  transform:translate(20px,-40px);
  -webkit-animation-timing-function:ease-in;
  animation-timing-function:ease-in
 }
 100%,
 48% {
  -webkit-transform:translate(40px,0);
  transform:translate(40px,0)
 }
}
@-webkit-keyframes qode-wave-wipe {
 100%,
 48% {
  -webkit-transform:translateX(-120px);
  transform:translateX(-120px)
 }
}
@keyframes qode-wave-wipe {
 100%,
 48% {
  -webkit-transform:translateX(-120px);
  transform:translateX(-120px)
 }
}
@-webkit-keyframes qode-pulse-circles-pulse {
 0% {
  -webkit-transform:scale(.1);
  transform:scale(.1);
  opacity:1;
  border-width:50px
 }
 100% {
  -webkit-transform:scale(1,1);
  transform:scale(1,1);
  opacity:0;
  border-width:0
 }
}
@keyframes qode-pulse-circles-pulse {
 0% {
  -webkit-transform:scale(.1);
  transform:scale(.1);
  opacity:1;
  border-width:50px
 }
 100% {
  -webkit-transform:scale(1,1);
  transform:scale(1,1);
  opacity:0;
  border-width:0
 }
}
@-webkit-keyframes qode-bounce {
 20%,
 53%,
 80%,
 from,
 to {
  -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
  animation-timing-function:cubic-bezier(.215,.61,.355,1);
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
 }
 40%,
 43% {
  -webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);
  animation-timing-function:cubic-bezier(.755,.05,.855,.06);
  -webkit-transform:translate3d(0,-30px,0);
  transform:translate3d(0,-30px,0)
 }
 70% {
  -webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);
  animation-timing-function:cubic-bezier(.755,.05,.855,.06);
  -webkit-transform:translate3d(0,-15px,0);
  transform:translate3d(0,-15px,0)
 }
 90% {
  -webkit-transform:translate3d(0,-4px,0);
  transform:translate3d(0,-4px,0)
 }
}
@keyframes qode-bounce {
 20%,
 53%,
 80%,
 from,
 to {
  -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
  animation-timing-function:cubic-bezier(.215,.61,.355,1);
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
 }
 40%,
 43% {
  -webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);
  animation-timing-function:cubic-bezier(.755,.05,.855,.06);
  -webkit-transform:translate3d(0,-30px,0);
  transform:translate3d(0,-30px,0)
 }
 70% {
  -webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);
  animation-timing-function:cubic-bezier(.755,.05,.855,.06);
  -webkit-transform:translate3d(0,-15px,0);
  transform:translate3d(0,-15px,0)
 }
 90% {
  -webkit-transform:translate3d(0,-4px,0);
  transform:translate3d(0,-4px,0)
 }
}
@-webkit-keyframes qode-pulse {
 from {
  -webkit-transform:scale3d(1,1,1);
  transform:scale3d(1,1,1)
 }
 50% {
  -webkit-transform:scale3d(1.05,1.05,1.05);
  transform:scale3d(1.05,1.05,1.05)
 }
 to {
  -webkit-transform:scale3d(1,1,1);
  transform:scale3d(1,1,1)
 }
}
@keyframes qode-pulse {
 from {
  -webkit-transform:scale3d(1,1,1);
  transform:scale3d(1,1,1)
 }
 50% {
  -webkit-transform:scale3d(1.05,1.05,1.05);
  transform:scale3d(1.05,1.05,1.05)
 }
 to {
  -webkit-transform:scale3d(1,1,1);
  transform:scale3d(1,1,1)
 }
}
@-webkit-keyframes qode-scaleX-full {
 0% {
  -webkit-transform:scaleX(1);
  transform:scaleX(1);
  -webkit-transform-origin:100% 50%;
  transform-origin:100% 50%
 }
 50% {
  -webkit-transform:scaleX(0);
  transform:scaleX(0);
  -webkit-transform-origin:100% 50%;
  transform-origin:100% 50%
 }
 51% {
  -webkit-transform:scaleX(0);
  transform:scaleX(0);
  -webkit-transform-origin:0 50%;
  transform-origin:0 50%
 }
 100% {
  -webkit-transform:scaleX(1);
  transform:scaleX(1);
  -webkit-transform-origin:0 50%;
  transform-origin:0 50%
 }
}
@keyframes qode-scaleX-full {
 0% {
  -webkit-transform:scaleX(1);
  transform:scaleX(1);
  -webkit-transform-origin:100% 50%;
  transform-origin:100% 50%
 }
 50% {
  -webkit-transform:scaleX(0);
  transform:scaleX(0);
  -webkit-transform-origin:100% 50%;
  transform-origin:100% 50%
 }
 51% {
  -webkit-transform:scaleX(0);
  transform:scaleX(0);
  -webkit-transform-origin:0 50%;
  transform-origin:0 50%
 }
 100% {
  -webkit-transform:scaleX(1);
  transform:scaleX(1);
  -webkit-transform-origin:0 50%;
  transform-origin:0 50%
 }
}
@-webkit-keyframes qode-float-move {
 0%,
 100% {
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
 }
 50% {
  -webkit-transform:translate3d(0,10px,0);
  transform:translate3d(0,10px,0)
 }
}
@keyframes qode-float-move {
 0%,
 100% {
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
 }
 50% {
  -webkit-transform:translate3d(0,10px,0);
  transform:translate3d(0,10px,0)
 }
}
@-webkit-keyframes qodef-btn-simple-animation {
 0% {
  -webkit-transform:scaleX(1);
  transform:scaleX(1);
  -webkit-transform-origin:100% 0;
  transform-origin:100% 0
 }
 50% {
  -webkit-transform:scaleX(0);
  transform:scaleX(0);
  -webkit-transform-origin:100% 0;
  transform-origin:100% 0
 }
 51% {
  -webkit-transform:scaleX(0);
  transform:scaleX(0);
  -webkit-transform-origin:0 0;
  transform-origin:0 0
 }
 100% {
  -webkit-transform:scaleX(1);
  transform:scaleX(1);
  -webkit-transform-origin:0 0;
  transform-origin:0 0
 }
}
@keyframes qodef-btn-simple-animation {
 0% {
  -webkit-transform:scaleX(1);
  transform:scaleX(1);
  -webkit-transform-origin:100% 0;
  transform-origin:100% 0
 }
 50% {
  -webkit-transform:scaleX(0);
  transform:scaleX(0);
  -webkit-transform-origin:100% 0;
  transform-origin:100% 0
 }
 51% {
  -webkit-transform:scaleX(0);
  transform:scaleX(0);
  -webkit-transform-origin:0 0;
  transform-origin:0 0
 }
 100% {
  -webkit-transform:scaleX(1);
  transform:scaleX(1);
  -webkit-transform-origin:0 0;
  transform-origin:0 0
 }
}
@-webkit-keyframes qodef-animate-burger {
 0% {
  -webkit-transform:scaleX(1);
  transform:scaleX(1);
  -webkit-transform-origin:0 50%;
  transform-origin:0 50%
 }
 50% {
  -webkit-transform:scaleX(0);
  transform:scaleX(0);
  -webkit-transform-origin:0 50%;
  transform-origin:0 50%
 }
 51% {
  -webkit-transform:scaleX(0);
  transform:scaleX(0);
  -webkit-transform-origin:100% 50%;
  transform-origin:100% 50%
 }
 100% {
  -webkit-transform:scaleX(1);
  transform:scaleX(1);
  -webkit-transform-origin:100% 50%;
  transform-origin:100% 50%
 }
}
@keyframes qodef-animate-burger {
 0% {
  -webkit-transform:scaleX(1);
  transform:scaleX(1);
  -webkit-transform-origin:0 50%;
  transform-origin:0 50%
 }
 50% {
  -webkit-transform:scaleX(0);
  transform:scaleX(0);
  -webkit-transform-origin:0 50%;
  transform-origin:0 50%
 }
 51% {
  -webkit-transform:scaleX(0);
  transform:scaleX(0);
  -webkit-transform-origin:100% 50%;
  transform-origin:100% 50%
 }
 100% {
  -webkit-transform:scaleX(1);
  transform:scaleX(1);
  -webkit-transform-origin:100% 50%;
  transform-origin:100% 50%
 }
}
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
}
* {
 -webkit-box-sizing:border-box;
 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:#f4f2f2;
 white-space:pre-wrap;
 word-wrap:break-word;
 font-family:monospace;
 font-size:1em;
 color:#8b8b8b
}
code {
 background-color:#f4f2f2;
 padding:0;
 font-family:monospace,monospace;
 font-size:1em;
 color:#8b8b8b
}
sub,
sup {
 position:relative;
 vertical-align:baseline;
 font-size:75%;
 line-height:0
}
sub {
 bottom:-.25em
}
sup {
 top:-.5em
}
table {
 width:100%;
 vertical-align:middle;
 border:medium none;
 border-collapse:collapse;
 border-spacing:0
}
table tr {
 border:1px solid #ddd
}
table th {
 padding:5px 7px;
 text-align:left;
 border-right:1px solid #ddd
}
table td {
 padding:5px 10px;
 text-align:left;
 border:0;
 border-right:1px solid #ddd
}
table td br {
 display:none
}
hr {
 background-color:#bbb;
 border:0;
 height:1px;
 margin-top:1.5em;
 margin-bottom:1.5em
}
hr:not(.is-style-wide):not(.is-style-dots) {
 max-width:100px
}
body:not([class*=masterds-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
}
embed,
iframe,
object {
 display:block;
 max-width:100%
}
video {
 display:block
}
embed,
object {
 height:auto
}
label {
 display:block;
 margin-bottom:.5em
}
fieldset {
 margin-bottom:1em;
 padding:.35em .75em .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:#f4f2f2
}
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:1.5em!important;
 color:#8b8b8b;
 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
}
::-moz-selection {
 color:#fff;
 background:#1d1d1d
}
::selection {
 color:#fff;
 background:#1d1d1d
}
::-moz-selection {
 color:#fff;
 background:#1d1d1d
}
.screen-reader-text {
 position:absolute!important;
 width:1px;
 height:0;
 line-height:1;
 clip:rect(1px,1px,1px,1px);
 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;
 -webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);
 box-shadow:0 0 2px 2px rgba(0,0,0,.6);
 clip:auto!important;
 z-index:100000
}
.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*=konsept-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
}
.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
}
@font-face {
 font-family:'The Gwathmey';
 src:url(thegwathmey-webfont.woff2) format("woff2"),
 url(thegwathmey-webfont.woff) format("woff");
 font-weight:400;
 font-style:normal
}
body {
 font-family:"Open Sans",sans-serif;
 font-size:15px;
 line-height:1.8em;
 font-weight:400;
 color:#8b8b8b;
 background-color:#fff;
 overflow-x:hidden;
 -webkit-font-smoothing:antialiased
}
body a {
 color:#8b8b8b
}
body a:hover {
 color:#aeaeae
}
.qodef-h1,
h1 {
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:40px;
 line-height:1.33em;
 letter-spacing:.23em;
 margin:25px 0;
 -ms-word-wrap:break-word;
 word-wrap:break-word
}
.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:hover,
h1 a:hover {
 color:#aeaeae
}
.qodef-h2,
h2 {
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:29px;
 line-height:1.55em;
 letter-spacing:.2em;
 margin:25px 0;
 -ms-word-wrap:break-word;
 word-wrap:break-word
}
.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:hover,
h2 a:hover {
 color:#aeaeae
}
.qodef-h3,
h3 {
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:20px;
 line-height:1.55em;
 letter-spacing:.18em;
 margin:25px 0;
 -ms-word-wrap:break-word;
 word-wrap:break-word
}
.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:hover,
h3 a:hover {
 color:#aeaeae
}
.qodef-h4,
h4 {
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:16px;
 line-height:1.5em;
 letter-spacing:.12em;
 margin:25px 0;
 -ms-word-wrap:break-word;
 word-wrap:break-word
}
.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:hover,
h4 a:hover {
 color:#aeaeae
}
.qodef-h5,
h5 {
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em;
 margin:25px 0;
 -ms-word-wrap:break-word;
 word-wrap:break-word
}
.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:hover,
h5 a:hover {
 color:#aeaeae
}
.qodef-h6,
h6 {
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:10px;
 line-height:1.4em;
 font-weight:400;
 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:hover,
h6 a:hover {
 color:#aeaeae
}
a,
p a {
 color:#1d1d1d;
 text-decoration:none;
 -webkit-transition:color .2s ease-out;
 -o-transition:color .2s ease-out;
 transition:color .2s ease-out;
 cursor:pointer
}
a:hover,
p a:hover {
 color:#aeaeae
}
p {
 margin:10px 0;
 line-height:1.8em
}
p.has-background {
 padding:20px 30px
}
p a {
 color:#8b8b8b
}
.wp-block-quote,
blockquote {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top;
 margin:0;
 padding:0;
 position:relative;
 padding:18px 6% 20px 168px;
 border:none;
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:16px;
 line-height:1.5em;
 letter-spacing:.12em;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 min-height:142px;
 quotes:none;
 z-index:1
}
.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:18px 6% 20px 168px
}
.wp-block-quote.wp-block-pullquote,
blockquote.wp-block-pullquote {
 text-align:left
}
.wp-block-quote.wp-block-pullquote.alignleft,
.wp-block-quote.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.alignright {
 max-width:290px
}
.wp-block-quote.wp-block-pullquote.alignleft blockquote,
.wp-block-quote.wp-block-pullquote.alignright blockquote,
blockquote.wp-block-pullquote.alignleft blockquote,
blockquote.wp-block-pullquote.alignright blockquote {
 padding-left:6%!important
}
.wp-block-quote.wp-block-pullquote.alignleft blockquote:before,
.wp-block-quote.wp-block-pullquote.alignright blockquote:before,
blockquote.wp-block-pullquote.alignleft blockquote:before,
blockquote.wp-block-pullquote.alignright blockquote:before {
 position:relative;
 margin-bottom:15px
}
.wp-block-quote.has-text-align-right,
blockquote.has-text-align-right {
 -webkit-box-pack:end;
 -ms-flex-pack:end;
 justify-content:flex-end;
 padding:18px 168px 20px 0
}
.wp-block-quote.has-text-align-right:before,
blockquote.has-text-align-right:before {
 left:auto;
 right:0;
 margin:0 0 0 30px
}
.wp-block-quote cite,
blockquote cite {
 -ms-flex-preferred-size:100%;
 flex-basis:100%
}
.wp-block-quote:before,
blockquote:before {
 content:'';
 position:absolute;
 left:0;
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-flex:0;
 -ms-flex:0 0 auto;
 flex:0 0 auto;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -ms-flex-item-align:center;
 align-self:center;
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 background:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22137.982%22 height=%22125%22%3E%3Cpath fill=%22%23e5edf0%22 d=%22M61.886 7.875S6.369-12.676 1.874 14.725c-4.496 27.4 7.492 121.593 56.016 107.322s62.795-37.105 50.235-68.503C95.566 22.145 75.158 11.87 61.886 7.875z%22/%3E%3Ccircle fill=%22none%22 stroke=%22%238B8B8B%22 stroke-miterlimit=%2210%22 cx=%2275.449%22 cy=%2261.993%22 r=%2261.4%22/%3E%3Cpath fill=%22%23211F1F%22 d=%22M63.553 69.24c1.641-1.549 2.916-3.439 3.829-5.674a18.482 18.482 0 001.367-7.042c0-1.184-.137-2.369-.41-3.555l5.879-.957c.273 1.186.41 2.371.41 3.555 0 3.1-.73 6.132-2.188 9.093-1.459 2.963-3.374 5.4-5.743 7.314l-3.144-2.734zm12.716 0c1.641-1.549 2.917-3.439 3.829-5.674a18.482 18.482 0 001.367-7.042c0-1.184-.137-2.369-.41-3.555l5.879-.957c.273 1.186.41 2.371.41 3.555 0 3.1-.73 6.132-2.188 9.093-1.459 2.963-3.374 5.4-5.743 7.314l-3.144-2.734z%22/%3E%3C/svg%3E") no-repeat center!important;
 width:138px;
 height:125px
}
@media only screen and (max-width:680px) {
 .wp-block-quote,
 blockquote {
  padding-left:1.3em;
  padding-right:0
 }
 .wp-block-quote:before,
 blockquote:before {
  content:none
 }
}
.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 .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 {
 display:block;
 margin:10px 0 0;
 font-style:normal;
 font-weight:400!important;
 text-align:inherit!important;
 text-transform:uppercase!important
}
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;
 padding:11px 20px;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-style:italic;
 line-height:24px;
 font-weight:inherit;
 color:#8b8b8b;
 background-color:transparent;
 border:1px solid #ddd;
 border-radius:0;
 outline:0;
 cursor:pointer;
 -webkit-appearance:none;
 -webkit-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
 -o-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
 transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out
}
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:#1d1d1d;
 background-color:transparent;
 border-color:#8b8b8b
}
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
 color:inherit;
 opacity:1
}
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
 color:inherit;
 opacity:1
}
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=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=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=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:1px solid #fff
}
#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
}
.post-password-form input[type=password] {
 margin-top:.5em
}
@media only screen and (min-width:769px) {
 .post-password-form input[type=password] {
  display:block;
  max-width:50%
 }
}
.qodef-theme-button,
button[type=submit],
input[type=submit] {
 position:relative;
 display:inline-block;
 vertical-align:middle;
 width:auto;
 margin:0;
 font-family:"Josefin Sans",sans-serif;
 font-size:18px;
 line-height:2em;
 font-weight:600;
 text-decoration:none;
 text-transform:capitalize;
 border-radius:0;
 outline:0;
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 -webkit-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
 -o-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
 transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
 padding:8px 52px;
 background-color:transparent;
 border:1px solid #8b8b8b;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#1d1d1d;
 cursor:pointer
}
.qodef-theme-button a,
button[type=submit] a,
input[type=submit] a {
 color:inherit
}
.qodef-theme-button a:hover,
button[type=submit] a:hover,
input[type=submit] a:hover {
 color:#aeaeae
}
.qodef-theme-button:hover,
button[type=submit]:hover,
input[type=submit]:hover {
 background-color:transparent;
 border:1px solid #8b8b8b;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#1d1d1d
}
.qodef-theme-button:hover a,
button[type=submit]:hover a,
input[type=submit]:hover a {
 color:inherit
}
.qodef-theme-button:hover a:hover,
button[type=submit]:hover a:hover,
input[type=submit]:hover a:hover {
 color:#aeaeae
}
.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
}
select {
 position:relative;
 display:block;
 height:46px;
 padding:11px 20px;
 margin:0;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-style:italic;
 line-height:24px;
 font-weight:400;
 color:#8b8b8b;
 background-color:transparent;
 border:1px solid #ddd;
 border-radius:0;
 outline:0;
 cursor:pointer;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none
}
select:disabled {
 color:inherit;
 border-color:inherit;
 background-color:#f4f2f2;
 -webkit-box-shadow:none;
 box-shadow:none;
 text-shadow:none
}
body .select2-container--default {
 position:relative;
 display:inline-block;
 vertical-align:top;
 width:auto;
 margin:0 0 20px
}
body .select2-container--default .select2-selection--single {
 display:block;
 height:46px;
 padding:11px 20px;
 margin:0;
 font-family:"EB Garamond",serif;
 font-style:italic;
 font-size:18px;
 line-height:24px;
 font-weight:400;
 color:#8b8b8b;
 background-color:transparent;
 border:1px solid #ddd;
 border-radius:0;
 outline:0;
 cursor:pointer;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
 display:block;
 padding:0;
 line-height:inherit;
 color:inherit;
 overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 white-space:nowrap
}
body .select2-container--default .select2-selection--single .select2-selection__clear {
 position:relative;
 float:right;
 margin:0;
 font-weight:inherit;
 cursor:pointer
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder {
 color:inherit
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
 position:absolute;
 top:0;
 right:0;
 width:50px;
 height:100%;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 font-size:17px;
 color:#1d1d1d
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
 display:none
}
body .select2-container--default .select2-selection--single .select2-selection__arrow:before {
 display:block;
 line-height:inherit;
 content:'\33';
 font-family:ElegantIcons;
 font-style:normal
}
body .select2-container--default .select2-selection--multiple {
 display:block;
 height:46px;
 padding:11px 20px;
 margin:0;
 font-family:inherit;
 font-size:18px;
 line-height:24px;
 font-weight:400;
 color:#8b8b8b;
 background-color:transparent;
 border:1px solid #ddd;
 border-radius:0;
 outline:0;
 cursor:pointer;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
 list-style:none;
 display:block;
 padding:0;
 line-height:inherit;
 color:inherit;
 overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 white-space:nowrap
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
 margin:0;
 padding:0
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
 float:left;
 margin:0;
 color:inherit
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
 position:relative;
 float:right;
 margin:0;
 font-weight:inherit;
 cursor:pointer
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
 margin:5px 5px 0 0;
 padding:0 10px;
 float:left;
 color:#fff;
 background-color:#1d1d1d;
 border:0;
 border-radius:0;
 cursor:default
}
body .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;
 -webkit-transition:opacity .2s ease-out;
 -o-transition:opacity .2s ease-out;
 transition:opacity .2s ease-out;
 cursor:pointer
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
 color:inherit;
 opacity:.8
}
body .select2-container--default .select2-search--inline {
 float:left
}
body .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
}
body .select2-container--default .select2-search--inline .select2-search__field:focus {
 border-color:#1d1d1d
}
body .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
 -webkit-appearance:none
}
body .select2-container--default .select2-dropdown {
 position:absolute;
 top:0;
 left:-100000px;
 display:block;
 width:100%;
 background-color:#fff;
 border:1px solid #ddd;
 border-radius:0;
 z-index:99999;
 font-family:"EB Garamond",serif;
 font-size:17px;
 line-height:20px;
 font-weight:400;
 font-style:italic
}
body .select2-container--default .select2-search--dropdown {
 display:block;
 padding:14px 15px 2px
}
body .select2-container--default .select2-search--dropdown.select2-search--hide {
 display:none
}
body .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:#8b8b8b;
 background-color:#fff;
 border:1px solid #ddd;
 outline:0;
 -webkit-appearance:none
}
body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
 color:#1d1d1d;
 background-color:#fff;
 border-color:#ddd
}
body .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
 -webkit-appearance:none
}
body .select2-container--default .select2-results {
 display:block
}
body .select2-container--default .select2-results>.select2-results__options {
 max-height:200px;
 overflow-y:auto
}
body .select2-container--default .select2-results__options {
 position:relative;
 margin:5px 0;
 padding:2px 15px;
 list-style:none
}
body .select2-container--default .select2-results__option {
 padding:9px 0;
 font-size:17px;
 line-height:20px;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 -webkit-transition:color .2s ease-out;
 -o-transition:color .2s ease-out;
 transition:color .2s ease-out
}
body .select2-container--default .select2-results__option[aria-selected] {
 cursor:pointer
}
body .select2-container--default .select2-results__option[role=group] {
 padding:0
}
body .select2-container--default .select2-results__option[aria-disabled=true] {
 color:#1d1d1d
}
body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option[data-selected=true] {
 color:#1d1d1d;
 background:0 0
}
body .select2-container--default .select2-results__option .select2-results__option {
 padding-left:1em
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
 padding-left:0
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
 margin-left:-1em;
 padding-left:2em
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
 margin-left:-2em;
 padding-left:3em
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
 margin-left:-3em;
 padding-left:4em
}
body .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
}
body .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
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
 color:#1d1d1d;
 background:0 0
}
body .select2-container--default .select2-results__group {
 display:block;
 padding:7px 0;
 cursor:default
}
body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
 float:left
}
body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
 padding:0
}
body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
 left:0;
 right:auto
}
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
 float:right
}
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__rendered {
 padding:0
}
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
 margin:7px auto 0 5px
}
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
 margin:0 auto 0 3px
}
body .select2-container--default.select2-container--disabled .select2-selection--multiple,
body .select2-container--default.select2-container--disabled .select2-selection--single {
 background-color:#f4f2f2;
 cursor:default
}
body .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear,
body .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
 display:none
}
body .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
 display:none
}
body .select2-container--default.select2-container--open .select2-selection--multiple,
body .select2-container--default.select2-container--open .select2-selection--single {
 color:#1d1d1d
}
body .select2-container--default.select2-container--open .select2-dropdown {
 left:0
}
body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
 border-bottom-color:transparent
}
body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
 border-top-color:transparent
}
body:not([class*=konsept-core]) .select2-container--default .select2-selection--single .select2-selection__arrow:before {
 content:'\25BE'
}
.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
}
.qodef-content-grid {
 width:1100px;
 margin:0 auto
}
.qodef-content-grid.qodef-extended-grid {
 width:100%!important;
 margin:0
}
.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:1160px
}
@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:1460px
 }
}
@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:1360px
 }
}
@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:1260px
 }
}
@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:1060px
 }
}
@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:860px
 }
}
.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--2>.qodef-grid-inner>.qodef-item--huge-landscape {
 width:150%
}
.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--3>.qodef-grid-inner>.qodef-item--huge-landscape {
 width:100%
}
.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--4>.qodef-grid-inner>.qodef-item--huge-landscape {
 width:75%
}
.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--5>.qodef-grid-inner>.qodef-item--huge-landscape {
 width:60%
}
.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--6>.qodef-grid-inner>.qodef-item--huge-landscape {
 width:50%
}
.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--7>.qodef-grid-inner>.qodef-item--huge-landscape {
 width:42.85714%
}
.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-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-item--huge-landscape {
 width:37.5%
}
.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--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--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--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--huge.qodef--no-bottom-space {
 margin-bottom:-64px
}
.qodef-grid.qodef-gutter--huge>.qodef-grid-inner {
 margin:0 -32px
}
.qodef-grid.qodef-gutter--huge>.qodef-grid-inner>.qodef-grid-item {
 padding:0 32px;
 margin:0 0 64px
}
.qodef-grid.qodef-gutter--enormous.qodef--no-bottom-space {
 margin-bottom:-80px
}
.qodef-grid.qodef-gutter--enormous>.qodef-grid-inner {
 margin:0 -40px
}
.qodef-grid.qodef-gutter--enormous>.qodef-grid-inner>.qodef-grid-item {
 padding:0 40px;
 margin:0 0 80px
}
#qodef-page-wrapper {
 position:relative;
 overflow:hidden
}
#qodef-page-outer {
 position:relative
}
#qodef-page-inner {
 position:relative;
 padding:100px 0 130px
}
.qodef--boxed {
 background-color:#f4f2f2
}
.qodef--boxed #qodef-page-wrapper {
 display:block;
 background-color:#fff
}
.qodef--boxed #qodef-page-inner {
 padding-left:30px;
 padding-right:30px
}
.qodef--passepartout #qodef-page-wrapper {
 background-color:#fff
}
.qodef-faq-menu ul {
 list-style-type:none
}
.qodef-faq-menu ul li {
 line-height:2em
}
.mfp-bg {
 background:rgba(0,0,0,.4)!important;
 opacity:1!important
}
.mfp-figure:after {
 content:none!important
}
button.mfp-arrow {
 -webkit-transition:opacity .3s ease;
 -o-transition:opacity .3s ease;
 transition:opacity .3s ease;
 opacity:1
}
button.mfp-arrow:hover {
 opacity:.6
}
button.mfp-arrow:after,
button.mfp-arrow:before {
 border:0;
 color:#fff;
 font-size:0;
 font-family:ElegantIcons
}
button.mfp-arrow-left:after {
 content:"\34";
 background:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2210.749%22 height=%2219.997%22 viewBox=%2223.25 0 10.749 19.997%22%3E%3Cpath fill=%22none%22 stroke=%22%23fff%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 d=%22M33.232 19.181l-9.215-9.215L33.232.75%22/%3E%3C/svg%3E") no-repeat center!important;
 width:40px;
 height:40px
}
button.mfp-arrow-right:after {
 content:"\35";
 background:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2210.749%22 height=%2219.997%22 viewBox=%2223.25 0 10.749 19.997%22%3E%3Cpath fill=%22none%22 stroke=%22%23fff%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 d=%22M33.232 19.181l-9.215-9.215L33.232.75%22/%3E%3C/svg%3E") no-repeat center!important;
 width:40px;
 height:40px;
 -webkit-transform:scaleX(-1);
 -ms-transform:scaleX(-1);
 transform:scaleX(-1);
 margin-left:19px
}
button.mfp-close {
 font-size:0;
 color:#fff;
 opacity:1;
 -webkit-transition:color .3s ease;
 -o-transition:color .3s ease;
 transition:color .3s ease
}
button.mfp-close:hover {
 color:#aeaeae
}
button.mfp-close:after {
 content:'';
 font-family:Linearicons-Free;
 font-size:18px;
 color:inherit
}
.mfp-bottom-bar .mfp-title {
 font-family:"Josefin Sans",sans-serif;
 text-transform:uppercase;
 font-size:15px;
 font-weight:500;
 letter-spacing:.16em;
 color:#fff
}
.mfp-bottom-bar .mfp-counter {
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#fff
}
.mfp-bottom-bar .mfp-counter a {
 color:inherit
}
.mfp-bottom-bar .mfp-counter a:hover {
 color:#aeaeae
}
.qodef-swiper-container {
 position:relative;
 margin:0 auto;
 padding:0;
 list-style:none;
 z-index:1;
 visibility:hidden;
 overflow:hidden
}
.qodef-swiper-container .swiper-wrapper {
 -webkit-transition-timing-function:cubic-bezier(.51,.14,.37,1);
 -o-transition-timing-function:cubic-bezier(.51,.14,.37,1);
 transition-timing-function:cubic-bezier(.51,.14,.37,1)
}
.qodef-swiper-container .swiper-slide a,
.qodef-swiper-container .swiper-slide img {
 width:100%
}
.qodef-swiper-container.qodef-swiper--initialized {
 visibility:visible
}
.qodef-swiper-container.qodef-swiper-has-bullets {
 padding-bottom:67px
}
.swiper-pagination-bullets {
 position:absolute!important;
 bottom:0
}
.swiper-pagination-bullets .swiper-pagination-bullet {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 width:40px;
 height:40px;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 background-color:transparent;
 opacity:1;
 -webkit-transition:width .3s ease;
 -o-transition:width .3s ease;
 transition:width .3s ease;
 position:relative;
 margin:0 4px!important;
 color:#8b8b8b
}
.swiper-pagination-bullets .swiper-pagination-bullet:after {
 content:'';
 display:block;
 width:6px;
 height:6px;
 -webkit-transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 transform:rotate(45deg);
 background-color:#b7b7b7;
 -webkit-transition:.2s;
 -o-transition:.2s;
 transition:.2s
}
.swiper-pagination-bullets .swiper-pagination-bullet .qodef-svg-circle {
 position:absolute;
 display:block;
 width:100%;
 height:100%;
 top:0;
 left:0;
 z-index:1;
 fill:none;
 color:currentColor;
 stroke:currentColor;
 -webkit-transition:all .8s cubic-bezier(.14,.57,.14,1.03);
 -o-transition:all .8s cubic-bezier(.14,.57,.14,1.03);
 transition:all .8s cubic-bezier(.14,.57,.14,1.03)
}
.swiper-pagination-bullets .swiper-pagination-bullet .qodef-svg-circle circle {
 stroke-dasharray:160;
 stroke-dashoffset:160;
 stroke-width:1;
 -webkit-transition:all .8s cubic-bezier(.45,0,.14,1.03);
 -o-transition:all .8s cubic-bezier(.45,0,.14,1.03);
 transition:all .8s cubic-bezier(.45,0,.14,1.03);
 -webkit-transform:rotate(-145deg);
 -ms-transform:rotate(-145deg);
 transform:rotate(-145deg);
 -webkit-transform-origin:center;
 -ms-transform-origin:center;
 transform-origin:center
}
.qodef-browser--ms-explorer .swiper-pagination-bullets .swiper-pagination-bullet .qodef-svg-circle circle {
 opacity:0
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullets .swiper-pagination-bullet:hover {
 background-color:transparent
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.swiper-pagination-bullets .swiper-pagination-bullet:hover:after {
 background-color:#1d1d1d
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active .qodef-svg-circle circle,
.swiper-pagination-bullets .swiper-pagination-bullet:hover .qodef-svg-circle circle {
 stroke-dashoffset:10;
 -webkit-transform:rotate(55deg);
 -ms-transform:rotate(55deg);
 transform:rotate(55deg);
 -webkit-transition:all 1s cubic-bezier(.43,.41,.36,.9);
 -o-transition:all 1s cubic-bezier(.43,.41,.36,.9);
 transition:all 1s cubic-bezier(.43,.41,.36,.9)
}
.qodef-browser--ms-explorer .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active .qodef-svg-circle circle,
.qodef-browser--ms-explorer .swiper-pagination-bullets .swiper-pagination-bullet:hover .qodef-svg-circle circle {
 opacity:1
}
.swiper-button-next,
.swiper-button-prev {
 background-image:none!important;
 width:30px!important;
 height:30px!important;
 margin:0!important;
 -webkit-transform:translateY(-50%);
 -ms-transform:translateY(-50%);
 transform:translateY(-50%);
 color:#1d1d1d;
 text-align:center
}
.swiper-button-next svg path:nth-child(1),
.swiper-button-prev svg path:nth-child(1) {
 stroke-dasharray:40;
 stroke-dashoffset:40;
 -webkit-transform:scaleY(-1);
 -ms-transform:scaleY(-1);
 transform:scaleY(-1);
 -webkit-transform-origin:center;
 -ms-transform-origin:center;
 transform-origin:center;
 -webkit-transition:.6s cubic-bezier(.49,.48,1,1);
 -o-transition:.6s cubic-bezier(.49,.48,1,1);
 transition:.6s cubic-bezier(.49,.48,1,1)
}
.swiper-button-next svg path:nth-child(2),
.swiper-button-prev svg path:nth-child(2) {
 stroke-dasharray:40;
 stroke-dashoffset:0;
 -webkit-transition:.6s .3s cubic-bezier(.49,.64,1,1);
 -o-transition:.6s .3s cubic-bezier(.49,.64,1,1);
 transition:.6s .3s cubic-bezier(.49,.64,1,1)
}
.swiper-button-next:hover svg path:nth-child(1),
.swiper-button-prev:hover svg path:nth-child(1) {
 stroke-dashoffset:0;
 -webkit-transition:.6s .3s cubic-bezier(.49,.64,1,1);
 -o-transition:.6s .3s cubic-bezier(.49,.64,1,1);
 transition:.6s .3s cubic-bezier(.49,.64,1,1)
}
.swiper-button-next:hover svg path:nth-child(2),
.swiper-button-prev:hover svg path:nth-child(2) {
 stroke-dashoffset:40;
 -webkit-transition:.6s cubic-bezier(.49,.48,1,1);
 -o-transition:.6s cubic-bezier(.49,.48,1,1);
 transition:.6s cubic-bezier(.49,.48,1,1)
}
.swiper-button-next:after,
.swiper-button-prev:after {
 content:none
}
.swiper-button-prev {
 left:33px!important
}
@media only screen and (max-width:680px) {
 .swiper-button-prev {
  left:14px!important
 }
}
.swiper-button-next {
 right:33px!important
}
@media only screen and (max-width:680px) {
 .swiper-button-next {
  right:14px!important
 }
}
.swiper-button-next svg {
 -webkit-transform:scaleX(-1);
 -ms-transform:scaleX(-1);
 transform:scaleX(-1)
}
.swiper-button-next.swiper-button-outside,
.swiper-button-prev.swiper-button-outside {
 color:#000
}
.swiper-button-prev.swiper-button-outside,
.swiper-container-rtl .swiper-button-next.swiper-button-outside {
 -webkit-transform:translateX(-80px);
 -ms-transform:translateX(-80px);
 transform:translateX(-80px)
}
.swiper-button-next.swiper-button-outside,
.swiper-container-rtl .swiper-button-prev.swiper-button-outside {
 -webkit-transform:translateX(80px);
 -ms-transform:translateX(80px);
 transform:translateX(80px)
}
.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;
 -webkit-box-sizing:border-box;
 box-sizing:border-box
}
.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;
 -webkit-transition-delay:0s;
 -o-transition-delay:0s;
 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:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-sizing:border-box;
 box-sizing:border-box
}
.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:'\33';
 font-family:ElegantIcons;
 font-size:15px;
 line-height:1;
 border:0;
 position:initial;
 margin-left:auto
}
body:not([class*=konsept-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
body:not([class*=konsept-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
 content:'\25BE'
}
.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;
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 -webkit-transition:visibility 0s linear .25s,opacity .25s ease-in-out;
 -o-transition:visibility 0s linear .25s,opacity .25s ease-in-out;
 transition:visibility 0s linear .25s,opacity .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:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 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:#8b8b8b;
 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:#1d1d1d
}
#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:#8b8b8b;
 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:#1d1d1d
}
#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:#8b8b8b
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
 color:#1d1d1d
}
#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:#8b8b8b
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
 color:#1d1d1d
}
#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:#8b8b8b;
 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:#1d1d1d
}
#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:#8b8b8b;
 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:#1d1d1d
}
#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:#8b8b8b
}
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
 color:#1d1d1d
}
#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:#8b8b8b
}
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
 color:#1d1d1d
}
#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:#8b8b8b;
 background-color:#f4f2f2;
 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:#1d1d1d
}
#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:#f4f2f2
}
#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:#8b8b8b;
 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:#1d1d1d
}
#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:#8b8b8b
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
 color:#1d1d1d
}
#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:#8b8b8b
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
 color:#1d1d1d
}
#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:#8b8b8b;
 background-color:#f4f2f2;
 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:#aeaeae
}
#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:#f4f2f2
}
#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:#8b8b8b;
 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:#aeaeae
}
#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:#8b8b8b;
 background-color:#f4f2f2;
 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:#aeaeae
}
#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:#f4f2f2
}
#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:#8b8b8b;
 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:#aeaeae
}
#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
}
.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 60px
}
.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-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-media {
 margin-bottom:30px
}
.qodef-blog .qodef-blog-item .qodef-e-media iframe {
 display:block;
 height:100%
}
.qodef-blog .qodef-blog-item .qodef-e-title {
 margin:6px 0 8px
}
.qodef-blog .qodef-blog-item .qodef-e-title a {
 color:#1d1d1d
}
.qodef-blog .qodef-blog-item .qodef-e-excerpt {
 margin:15px 0 0
}
.qodef-blog .qodef-blog-item .qodef-e-read-more {
 margin:15px 0 0
}
.qodef-blog .qodef-blog-item .qodef-e-read-more .qodef-m-text {
 line-height:1em!important
}
.qodef-blog .qodef-blog-item .qodef-e-info {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 width:100%;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b
}
.qodef-blog .qodef-blog-item .qodef-e-info a {
 color:inherit
}
.qodef-blog .qodef-blog-item .qodef-e-info a:hover {
 color:#aeaeae
}
@media only screen and (min-width:681px) {
 .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-left,
 .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  width:100%
 }
 .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end
 }
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item {
 position:relative;
 display:inline-block;
 vertical-align:top;
 padding:0 24px 0 0
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-author,
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-date {
 -ms-flex-negative:0;
 flex-shrink:0
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:after {
 content:'‒';
 position:absolute;
 top:50%;
 right:7px;
 -webkit-transform:translateY(-50%);
 -ms-transform:translateY(-50%);
 transform:translateY(-50%)
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
 color:inherit
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover {
 color:#1d1d1d
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child {
 padding-right:0
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child:after {
 content:''
}
.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top {
 margin-bottom:2px
}
.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 margin-top:18px
}
.qodef-blog .qodef-blog-item .qodef-e-info-tags a {
 position:relative;
 display:inline-block;
 vertical-align:top
}
.qodef-blog .qodef-blog-item .qodef-e-info-tags a:last-child {
 margin-right:0
}
.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;
 display:inline-block
}
.qodef-blog .qodef-blog-item.sticky .qodef-e-title a:after {
 content:'*';
 position:absolute;
 top:0;
 right:-.5em;
 font-size:1.5em
}
@media only screen and (max-width:680px) {
 .qodef-blog .qodef-blog-item.sticky .qodef-e-title a:after {
  content:none
 }
}
.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:0;
 width:100%
}
.qodef-blog .qodef-blog-item.format-audio .mejs-controls .mejs-time-rail .mejs-time-current {
 background-color:#ef8b59
}
.qodef-blog .qodef-blog-item.format-link .qodef-e-inner,
.qodef-blog .qodef-blog-item.format-quote .qodef-e-inner {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:start;
 -ms-flex-pack:start;
 justify-content:flex-start;
 margin-bottom:30px
}
.qodef-blog .qodef-blog-item.format-link .qodef-e-inner .qodef-e-icon,
.qodef-blog .qodef-blog-item.format-quote .qodef-e-inner .qodef-e-icon {
 margin-right:30px
}
.qodef-blog .qodef-blog-item.format-link .qodef-e-inner {
 background-color:#ebf0f4;
 padding:4.5% 18% 3.5% 4%
}
.qodef-browser--ms-explorer .qodef-blog .qodef-blog-item.format-link .qodef-e-link {
 max-width:100%
}
.qodef-blog .qodef-blog-item.format-link .qodef-e-link-text {
 position:relative;
 margin:0
}
.qodef-blog .qodef-blog-item.format-link .qodef-icon-elegant-icons {
 position:absolute;
 top:50%;
 right:15%;
 font-size:170px;
 line-height:1;
 color:#282828;
 -webkit-transform:translateY(-50%);
 -ms-transform:translateY(-50%);
 transform:translateY(-50%)
}
.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 .qodef-e-inner {
 background-color:#f6f5f5;
 padding:6.5% 18% 6.9% 4%
}
.qodef-blog .qodef-blog-item.format-quote .qodef-e-icon {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.qodef-browser--ms-explorer .qodef-blog .qodef-blog-item.format-quote .qodef-e-quote {
 max-width:100%
}
.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-text {
 position:relative;
 margin:0
}
.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author {
 position:relative;
 display:block;
 margin:5px 0 0
}
.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.qodef--list .qodef-blog-item {
 margin-bottom:92px
}
.qodef-blog.qodef--list article .qodef-e-title a.qodef-e-title-link:hover {
 color:#1d1d1d!important
}
.qodef-blog.qodef--list article .qodef-e-read-more {
 margin-top:0;
 display:inline-block
}
.qodef-blog.qodef--list article .qodef-e-read-more .qodef-button.qodef-layout--textual .qodef-m-text {
 line-height:1em!important
}
.qodef-blog.qodef--list article .qodef-e-read-more .qodef-button.qodef-layout--textual {
 color:#1d1d1d
}
.qodef-blog.qodef--list article .qodef-e-read-more .qodef-button.qodef-layout--textual:hover {
 color:#1d1d1d
}
.qodef-blog.qodef--list .qodef-m-pagination {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.qodef-blog.qodef--single article .qodef-e-info.qodef-info--top {
 margin-bottom:0
}
.qodef-blog.qodef--single article .qodef-e-info.qodef-info--bottom {
 margin-top:30px
}
#qodef-page-comments {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top
}
#qodef-page-comments .qodef-page-comments-not-found {
 margin:0
}
body.page #qodef-page-comments {
 margin-top:60px
}
#qodef-page-comments-list {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top;
 margin-bottom:76px
}
#qodef-page-comments-list .qodef-m-title {
 margin:0 0 28px
}
#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:42px 0 0;
 padding:0
}
#qodef-page-comments-list .qodef-comment-item .children {
 list-style:none;
 margin:0;
 padding:0 0 0 106px
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:start;
 -ms-flex-align:start;
 align-items:flex-start
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-image {
 -ms-flex-negative:0;
 flex-shrink:0;
 margin-top:10px;
 margin-right:30px
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-image img {
 display:block;
 margin:0
}
#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
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-date {
 margin-top:3px;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
 color:inherit
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover {
 color:#aeaeae
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
 color:#8b8b8b
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover {
 color:#1d1d1d
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-text {
 margin:0
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
 float:right;
 margin-top:22px
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links>* {
 position:relative;
 display:inline-block;
 vertical-align:top;
 margin-right:10px;
 line-height:1em;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#1d1d1d;
 position:relative
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links>* a {
 color:inherit
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links>* a:hover {
 color:#aeaeae
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:after {
 content:'';
 position:absolute;
 left:0;
 bottom:-1px;
 height:1px;
 width:100%;
 -webkit-transform:scaleX(1);
 -ms-transform:scaleX(1);
 transform:scaleX(1);
 -webkit-transform-origin:100% 0;
 -ms-transform-origin:100% 0;
 transform-origin:100% 0;
 background-color:currentColor;
 will-change:transform
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:hover:after {
 -webkit-animation:qodef-btn-simple-animation 1s cubic-bezier(.54,.32,.05,.96) forwards;
 animation:qodef-btn-simple-animation 1s cubic-bezier(.54,.32,.05,.96) forwards
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:last-child {
 margin-right:0
}
#qodef-page-comments-list .qodef-m-pagination {
 margin-top:50px
}
#qodef-page-comments-form {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top
}
#qodef-page-comments-form .comment-reply-title {
 margin:0
}
#qodef-page-comments-form .logged-in-as {
 margin-bottom:35px
}
#qodef-page-comments-form .comment-form {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top
}
#qodef-page-comments-form .comment-form .comment-notes {
 margin:5px 0 0
}
@media (min-width:681px) {
 #qodef-page-comments-form .comment-form-comment {
  margin-bottom:20px
 }
}
#qodef-page-comments-form .qodef-grid p {
 margin-bottom:0
}
@media (min-width:681px) {
 #qodef-page-comments-form .qodef-grid p {
  margin-top:0
 }
}
#qodef-page-comments-form .qodef-grid-item {
 margin-bottom:10px
}
@media only screen and (max-width:680px) {
 #qodef-page-comments-form .qodef-grid-item {
  width:100%
 }
}
#qodef-page-comments-form p.comment-form-cookies-consent {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 margin:0 0 14px
}
#qodef-page-comments-form p.comment-form-cookies-consent input[type=checkbox] {
 -ms-flex-negative:0;
 flex-shrink:0;
 margin:0
}
#qodef-page-comments-form p.comment-form-cookies-consent label {
 margin:9px 0 9px 10px
}
@media (min-width:768px) {
 #cancel-comment-reply-link {
  float:right
 }
}
.qodef-filter--on .qodef-hidden-filter-items {
 position:absolute!important;
 display:none!important;
 height:0!important;
 line-height:1!important
}
body:not(.qodef-browser--ms-explorer) .qodef-filter--on .qodef-grid-item {
 opacity:0;
 -webkit-animation:qode-fade-in 1s forwards;
 animation:qode-fade-in 1s forwards
}
.qodef-filter--on .qodef-grid-inner {
 opacity:1;
 -webkit-transition:opacity .5s ease;
 -o-transition:opacity .5s ease;
 transition:opacity .5s ease
}
.qodef-filter--on.qodef--filter-loading .qodef-grid-inner {
 opacity:0;
 -webkit-transition:opacity .2s ease;
 -o-transition:opacity .2s ease;
 transition:opacity .2s ease
}
.qodef-filter--on.qodef--filter-loading .qodef-loading-spinner {
 bottom:calc(50% - 16px)!important
}
.qodef-m-filter {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top;
 margin:0 0 40px
}
.qodef-m-filter .qodef-m-filter-items {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.qodef-m-filter .qodef-m-filter-item {
 position:relative;
 display:inline-block;
 vertical-align:top;
 margin:0 27px;
 padding:0 2px;
 -webkit-transition:color .3s ease,background-color .3s ease;
 -o-transition:color .3s ease,background-color .3s ease;
 transition:color .3s ease,background-color .3s ease;
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:11px;
 line-height:1.6em;
 letter-spacing:.2em
}
.qodef-m-filter .qodef-m-filter-item .qodef-m-filter-item-name {
 position:relative
}
.qodef-m-filter .qodef-m-filter-item .qodef-m-filter-item-name:after {
 content:'';
 position:absolute;
 left:0;
 bottom:-1px;
 width:100%;
 height:1px;
 display:block;
 background:currentColor;
 -webkit-transform:scaleX(0);
 -ms-transform:scaleX(0);
 transform:scaleX(0);
 -webkit-transform-origin:right;
 -ms-transform-origin:right;
 transform-origin:right;
 -webkit-transition:-webkit-transform .4s;
 transition:-webkit-transform .4s;
 -o-transition:transform .4s;
 transition:transform .4s;
 transition:transform .4s,-webkit-transform .4s
}
.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 {
 -webkit-transform-origin:left;
 -ms-transform-origin:left;
 transform-origin:left;
 -webkit-transform:scaleX(1);
 -ms-transform:scaleX(1);
 transform:scaleX(1)
}
#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-top-area {
 padding:124px 0 126px;
 background-color:#f4f2f2;
 background-position:center;
 background-repeat:no-repeat;
 background-size:cover;
 border-top:0 solid #ddd
}
#qodef-page-footer-top-area .widget p {
 margin:0
}
#qodef-page-footer-top-area .widget.widget_text .qodef-widget-title {
 margin-bottom:14px
}
#qodef-page-footer-top-area .widget.widget_text p:not(:last-of-type) {
 margin-bottom:4px
}
#qodef-page-footer-top-area .qodef-content-full-width {
 padding:0 70px
}
.qodef--boxed #qodef-page-footer-top-area {
 padding-left:30px;
 padding-right:30px
}
#qodef-page-footer-bottom-area {
 padding:10px 0;
 border-top:0 solid #ddd;
 font-family:"EB Garamond",serif;
 font-size:18px
}
@media (min-width:1280px) {
 #qodef-page-footer-bottom-area .qodef-col-num--2 .qodef-grid-item:last-of-type {
  text-align:right
 }
}
#qodef-page-footer-bottom-area p {
 margin:0
}
#qodef-page-footer-bottom-area .qodef-content-full-width {
 padding:0 70px
}
.qodef--boxed #qodef-page-footer-bottom-area {
 padding-left:30px;
 padding-right:30px
}
.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;
 margin:0;
 font-family:"Josefin Sans",sans-serif;
 font-size:18px;
 line-height:2em;
 font-weight:600;
 text-decoration:none;
 text-transform:capitalize;
 border-radius:0;
 outline:0;
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 -webkit-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
 -o-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
 transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
 padding:8px 52px;
 background-color:#1d1d1d;
 border:1px solid transparent;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#fff;
 border-radius:28px;
 cursor:pointer
}
.wp-block-button .wp-block-button__link a {
 color:inherit
}
.wp-block-button .wp-block-button__link a:hover {
 color:#aeaeae
}
.wp-block-button .wp-block-button__link:hover {
 color:#fff;
 border-color:#2d2d2d;
 background-color:#2d2d2d
}
.wp-block-button.is-style-outline {
 border:none
}
.wp-block-button.is-style-outline .wp-block-button__link {
 background-color:transparent;
 border:1px solid #8b8b8b;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#1d1d1d;
 border-width:1px
}
.wp-block-button.is-style-outline .wp-block-button__link a {
 color:inherit
}
.wp-block-button.is-style-outline .wp-block-button__link a:hover {
 color:#aeaeae
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
 background-color:transparent;
 border:1px solid #1d1d1d
}
.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:#1d1d1d!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:#1d1d1d!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;
 padding:40px 15px 15px
}
.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:left!important;
 width:100%!important;
 position:relative;
 z-index:-2
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
 max-width:290px
}
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
 padding-left:6%!important
}
.wp-block-pullquote.alignleft blockquote:before,
.wp-block-pullquote.alignright blockquote:before {
 position:relative;
 margin-bottom:15px
}
.has-drop-cap:after {
 content:'';
 display:table;
 table-layout:fixed;
 clear:both
}
.wp-block-rss .wp-block-rss__item-title {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex
}
.wp-block-file {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 margin:0;
 color:#1d1d1d;
 text-decoration:none;
 -webkit-transition:color .2s ease-out;
 -o-transition:color .2s ease-out;
 transition:color .2s ease-out;
 cursor:pointer
}
.wp-block-file:hover {
 color:#aeaeae
}
.wp-block-group.has-background {
 padding:20px 30px
}
.gallery-item img {
 border:0!important
}
#qodef-page-header {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top;
 height:100px;
 background-color:#fff;
 z-index:100
}
#qodef-page-header .qodef-header-logo-link {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 height:100px;
 max-height:100%
}
#qodef-page-header .qodef-header-logo-link img {
 display:block;
 margin:auto 0;
 width:auto;
 max-height:100%;
 -webkit-transition:opacity .3s ease;
 -o-transition:opacity .3s ease;
 transition:opacity .3s ease
}
#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
 max-height:50%
}
body:not([class*=konsept-core]) #qodef-page-header .qodef-header-logo-link {
 margin-right:30px
}
body:not([class*=konsept-core]) #qodef-page-header .qodef-header-logo-link img {
 max-height:50%
}
#qodef-page-header-inner {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 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:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 height:58px;
 max-height:100%
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img {
 display:block;
 margin:auto;
 width:auto;
 max-height:100%;
 -webkit-transition:opacity .3s ease;
 -o-transition:opacity .3s ease;
 transition:opacity .3s ease
}
#qodef-page-mobile-header-inner {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 height:100%;
 padding:0 30px
}
.qodef-mobile-header-opener {
 margin-left:20px;
 padding-top:3px;
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em;
 line-height:1.1em
}
.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 #ddd;
 padding:0;
 margin:0;
 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:0;
 padding:0
}
.qodef-mobile-header-navigation ul li ul {
 display:none
}
.qodef-mobile-header-navigation ul li.menu-item-has-children>a:after {
 font-family:ElegantIcons;
 content:'\35';
 position:absolute;
 top:0;
 right:0;
 font-size:12px;
 font-style:normal;
 line-height:inherit;
 -webkit-transform-origin:50% 50%;
 -ms-transform-origin:50% 50%;
 transform-origin:50% 50%;
 -webkit-transition:-webkit-transform .2s ease-out;
 transition:-webkit-transform .2s ease-out;
 -o-transition:transform .2s ease-out;
 transition:transform .2s ease-out;
 transition:transform .2s ease-out,-webkit-transform .2s ease-out
}
body:not([class*=konsept-core]) .qodef-mobile-header-navigation ul li.menu-item-has-children>a:after {
 content:'\25B8';
 font-family:initial;
 font-size:20px
}
.qodef-mobile-header-navigation ul li.menu-item-has-children.qodef--opened>a:after {
 -webkit-transform:rotate(90deg);
 -ms-transform:rotate(90deg);
 transform:rotate(90deg)
}
.qodef-mobile-header-navigation>ul {
 margin:0 auto;
 padding:34px 0
}
.qodef-mobile-header-navigation>ul>li>a {
 font-size:11px;
 letter-spacing:.17em;
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d
}
.qodef-mobile-header-navigation>ul>li>a span {
 position:relative;
 overflow:hidden
}
.qodef-mobile-header-navigation>ul>li>a:hover span:after {
 -webkit-transform-origin:left;
 -ms-transform-origin:left;
 transform-origin:left;
 -webkit-transform:scaleX(1);
 -ms-transform:scaleX(1);
 transform:scaleX(1)
}
.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a span:after,
.qodef-mobile-header-navigation>ul>li.current-menu-item>a span:after {
 -webkit-transform-origin:left;
 -ms-transform-origin:left;
 transform-origin:left;
 -webkit-transform:scaleX(1);
 -ms-transform:scaleX(1);
 transform:scaleX(1)
}
.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a>span,
.qodef-mobile-header-navigation>ul>li.current-menu-item>a>span {
 overflow:hidden
}
.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a>span:after,
.qodef-mobile-header-navigation>ul>li.current-menu-item>a>span:after {
 content:'';
 position:absolute;
 left:0;
 bottom:-2px;
 height:1px;
 width:100%;
 display:block;
 background:currentColor;
 -webkit-transform:scaleX(0);
 -ms-transform:scaleX(0);
 transform:scaleX(0);
 -webkit-transform-origin:right;
 -ms-transform-origin:right;
 transform-origin:right;
 -webkit-transition:-webkit-transform .4s;
 transition:-webkit-transform .4s;
 -o-transition:transform .4s;
 transition:transform .4s;
 transition:transform .4s,-webkit-transform .4s
}
.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a>span:after,
.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a>span:before,
.qodef-mobile-header-navigation>ul>li.current-menu-item>a>span:after,
.qodef-mobile-header-navigation>ul>li.current-menu-item>a>span:before {
 -webkit-animation:none;
 animation:none
}
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 white-space:normal;
 margin:8px 0;
 overflow:hidden;
 font-family:"EB Garamond",serif;
 font-size:17px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b
}
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a span {
 position:relative
}
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a span:after {
 content:'';
 position:absolute;
 left:0;
 bottom:3px;
 width:100%;
 height:1px;
 display:block;
 background:currentColor;
 -webkit-transform:scaleX(0);
 -ms-transform:scaleX(0);
 transform:scaleX(0);
 -webkit-transform-origin:right;
 -ms-transform-origin:right;
 transform-origin:right;
 -webkit-transition:-webkit-transform .4s;
 transition:-webkit-transform .4s;
 -o-transition:transform .4s;
 transition:transform .4s;
 transition:transform .4s,-webkit-transform .4s
}
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a a {
 color:inherit
}
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a a:hover {
 color:#aeaeae
}
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a:hover {
 color:#000
}
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a:hover span:after {
 -webkit-transform-origin:left;
 -ms-transform-origin:left;
 transform-origin:left;
 -webkit-transform:scaleX(1);
 -ms-transform:scaleX(1);
 transform:scaleX(1)
}
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-item>a {
 color:#000
}
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor>a span:after,
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-item>a span:after {
 -webkit-transform-origin:left;
 -ms-transform-origin:left;
 transform-origin:left;
 -webkit-transform:scaleX(1);
 -ms-transform:scaleX(1);
 transform:scaleX(1)
}
.qodef-header-navigation {
 height:100%
}
.qodef-header-navigation ul {
 margin:0;
 padding:0;
 list-style:none
}
.qodef-header-navigation ul li {
 position:relative;
 margin:0;
 padding:0
}
.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:0;
 width:260px;
 margin:0;
 padding:12px 0 16px;
 background-color:#fff;
 opacity:0;
 visibility:hidden;
 -webkit-transition:opacity .2s;
 -o-transition:opacity .2s;
 transition:opacity .2s
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li {
 padding:0 30px
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children>a:after {
 font-family:Ionicons;
 content:'\f3d1';
 font-size:14px;
 font-style:normal;
 position:absolute;
 top:50%;
 right:0;
 line-height:1;
 -webkit-transform:translateY(-50%);
 -ms-transform:translateY(-50%);
 transform:translateY(-50%)
}
body:not([class*=konsept-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children>a:after {
 content:'\25B8';
 font-family:initial;
 font-size:20px
}
.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(-12px - 9px);
 left:100%;
 border:1px solid #f1f1f1
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right {
 left:auto;
 right:0;
 text-align:right
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children>a:after {
 content:'\f3cf';
 left:0;
 right:auto;
 -webkit-box-pack:end;
 -ms-flex-pack:end;
 justify-content:flex-end
}
body:not([class*=konsept-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children>a:after {
 content:'\25C2'
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right ul {
 left:-100%
}
.qodef-header-navigation ul li.qodef-menu-item--narrow:hover>ul {
 opacity:1;
 visibility:visible;
 -webkit-transition:opacity .2s ease-out;
 -o-transition:opacity .2s ease-out;
 transition:opacity .2s ease-out
}
.qodef-header-navigation>ul {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 height:100%;
 white-space:nowrap
}
.qodef-header-navigation>ul>li {
 height:100%;
 margin:0 27px
}
body:not([class*=konsept-core]) .qodef-header-navigation>ul>li {
 margin:0 14px
}
.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:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 height:100%;
 font-size:11px;
 letter-spacing:.17em;
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d
}
.qodef-header-navigation>ul>li>a span {
 position:relative;
 overflow:hidden
}
.qodef-header-navigation>ul>li>a span:after {
 content:'';
 position:absolute;
 left:0;
 bottom:7px;
 width:100%;
 height:1px;
 display:block;
 background:currentColor;
 -webkit-transform:scaleX(0);
 -ms-transform:scaleX(0);
 transform:scaleX(0);
 -webkit-transform-origin:right;
 -ms-transform-origin:right;
 transform-origin:right;
 -webkit-transition:-webkit-transform .4s;
 transition:-webkit-transform .4s;
 -o-transition:transform .4s;
 transition:transform .4s;
 transition:transform .4s,-webkit-transform .4s
}
.qodef-header-navigation>ul>li>a:hover span:after {
 -webkit-transform-origin:left;
 -ms-transform-origin:left;
 transform-origin:left;
 -webkit-transform:scaleX(1);
 -ms-transform:scaleX(1);
 transform:scaleX(1)
}
.qodef-header-navigation>ul>li.current-menu-ancestor>a span:after,
.qodef-header-navigation>ul>li.current-menu-item>a span:after {
 -webkit-transform-origin:left;
 -ms-transform-origin:left;
 transform-origin:left;
 -webkit-transform:scaleX(1);
 -ms-transform:scaleX(1);
 transform:scaleX(1)
}
.qodef-header-navigation>ul>li.current-menu-ancestor>a .qodef-button-line-svg line,
.qodef-header-navigation>ul>li.current-menu-item>a .qodef-button-line-svg line {
 stroke-dasharray:269% 5!important;
 -webkit-animation:none!important;
 animation:none!important
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a {
 font-family:"EB Garamond",serif;
 font-size:17px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a a {
 color:inherit
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a a:hover {
 color:#aeaeae
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 white-space:normal;
 margin:8px 0;
 overflow:hidden
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a span {
 position:relative
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a span:after {
 content:'';
 position:absolute;
 left:0;
 bottom:3px;
 width:100%;
 height:1px;
 display:block;
 background:currentColor;
 -webkit-transform:scaleX(0);
 -ms-transform:scaleX(0);
 transform:scaleX(0);
 -webkit-transform-origin:right;
 -ms-transform-origin:right;
 transform-origin:right;
 -webkit-transition:-webkit-transform .4s;
 transition:-webkit-transform .4s;
 -o-transition:transform .4s;
 transition:transform .4s;
 transition:transform .4s,-webkit-transform .4s
}
.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:#000
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor>a span:after,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item>a span:after,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover>a span:after {
 -webkit-transform-origin:left;
 -ms-transform-origin:left;
 transform-origin:left;
 -webkit-transform:scaleX(1);
 -ms-transform:scaleX(1);
 transform:scaleX(1)
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 white-space:normal;
 margin:8px 0;
 overflow:hidden;
 -webkit-box-pack:end;
 -ms-flex-pack:end;
 justify-content:flex-end
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a span {
 position:relative
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a span:after {
 content:'';
 position:absolute;
 left:0;
 bottom:3px;
 width:100%;
 height:1px;
 display:block;
 background:currentColor;
 -webkit-transform:scaleX(0);
 -ms-transform:scaleX(0);
 transform:scaleX(0);
 -webkit-transform-origin:right;
 -ms-transform-origin:right;
 transform-origin:right;
 -webkit-transition:-webkit-transform .4s;
 transition:-webkit-transform .4s;
 -o-transition:transform .4s;
 transition:transform .4s;
 transition:transform .4s,-webkit-transform .4s
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor>a,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item>a,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover>a {
 color:#000
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor>a span:after,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item>a span:after,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover>a span:after {
 -webkit-transform-origin:left;
 -ms-transform-origin:left;
 transform-origin:left;
 -webkit-transform:scaleX(1);
 -ms-transform:scaleX(1);
 transform:scaleX(1)
}
.qodef-m-pagination {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top;
 margin:0
}
.qodef-m-pagination.qodef--wp .nav-links {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.qodef-m-pagination.qodef--wp .page-numbers {
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 width:38px;
 height:38px;
 border:1px solid transparent;
 border-radius:50%;
 margin:0 2px;
 -webkit-transition:border-color .25s ease-in-out;
 -o-transition:border-color .25s ease-in-out;
 transition:border-color .25s ease-in-out
}
.qodef-m-pagination.qodef--wp .page-numbers a {
 color:inherit
}
.qodef-m-pagination.qodef--wp .page-numbers a:hover {
 color:#aeaeae
}
.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.dots:after {
 display:none
}
.qodef-m-pagination.qodef--wp .page-numbers.next,
.qodef-m-pagination.qodef--wp .page-numbers.prev {
 position:relative;
 top:1px;
 font-size:30px;
 color:#1d1d1d
}
.qodef-m-pagination.qodef--wp .page-numbers.next:after,
.qodef-m-pagination.qodef--wp .page-numbers.prev:after {
 display:none
}
body:not([class*=konsept-core]) .qodef-m-pagination.qodef--wp .page-numbers.next,
body:not([class*=konsept-core]) .qodef-m-pagination.qodef--wp .page-numbers.prev {
 top:0;
 font-size:17px
}
.qodef-m-pagination.qodef--wp .page-numbers.prev {
 margin-right:6px
}
.qodef-m-pagination.qodef--wp .page-numbers.next {
 margin-left:6px
}
.qodef-m-pagination.qodef--wp .page-numbers.next svg {
 -webkit-transform:scaleX(-1);
 -ms-transform:scaleX(-1);
 transform:scaleX(-1)
}
.qodef-m-pagination.qodef--wp .page-numbers.current,
.qodef-m-pagination.qodef--wp .page-numbers:hover {
 color:#1d1d1d;
 border-color:#8b8b8b
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
 position:relative;
 margin:0 2px
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item a {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 width:100%;
 height:100%;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 color:inherit
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item .qodef-svg-circle {
 position:absolute;
 display:block;
 width:100%;
 height:100%;
 top:0;
 left:0;
 z-index:1;
 fill:none;
 color:currentColor;
 stroke:#959594;
 -webkit-transition:all .8s cubic-bezier(.14,.57,.14,1.03);
 -o-transition:all .8s cubic-bezier(.14,.57,.14,1.03);
 transition:all .8s cubic-bezier(.14,.57,.14,1.03);
 overflow:visible;
 pointer-events:none
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item .qodef-svg-circle circle {
 stroke-dasharray:160;
 stroke-dashoffset:160;
 stroke-width:1;
 -webkit-transition:all .8s cubic-bezier(.45,0,.14,1.03);
 -o-transition:all .8s cubic-bezier(.45,0,.14,1.03);
 transition:all .8s cubic-bezier(.45,0,.14,1.03);
 -webkit-transform:rotate(-145deg);
 -ms-transform:rotate(-145deg);
 transform:rotate(-145deg);
 -webkit-transform-origin:center;
 -ms-transform-origin:center;
 transform-origin:center
}
.qodef-browser--ms-explorer .qodef-m-pagination.qodef--standard .qodef-m-pagination-item .qodef-svg-circle circle {
 opacity:0
}
.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--number {
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 width:38px;
 height:38px;
 border:1px solid transparent;
 border-radius:50%;
 -webkit-transition:border-color .25s ease-in-out;
 -o-transition:border-color .25s ease-in-out;
 transition:border-color .25s ease-in-out
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--number a {
 color:inherit
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--number a:hover {
 color:#aeaeae
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--number a:hover {
 color:#1d1d1d
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--number-1 {
 margin-left:0
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.dots:after {
 display:none
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
 position:relative;
 top:1px;
 font-size:30px;
 line-height:1;
 width:38px;
 color:#1d1d1d
}
.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
}
body:not([class*=konsept-core]) .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next,
body:not([class*=konsept-core]) .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
 top:0;
 font-size:17px
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
 margin-right:25px;
 margin-left:-5px
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
 margin-left:6px;
 margin-right:-5px
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg {
 -webkit-transform:scaleX(-1);
 -ms-transform:scaleX(-1);
 transform:scaleX(-1)
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover {
 color:#1d1d1d
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active .qodef-svg-circle circle,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover .qodef-svg-circle circle {
 stroke-dashoffset:10;
 -webkit-transform:rotate(55deg);
 -ms-transform:rotate(55deg);
 transform:rotate(55deg);
 -webkit-transition:all 1s cubic-bezier(.43,.41,.36,.9);
 -o-transition:all 1s cubic-bezier(.43,.41,.36,.9);
 transition:all 1s cubic-bezier(.43,.41,.36,.9)
}
.qodef-browser--ms-explorer .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active .qodef-svg-circle circle,
.qodef-browser--ms-explorer .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover .qodef-svg-circle circle {
 opacity:1
}
.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-m-pagination.qodef--infinite-scroll .qodef-infinite-scroll-spinner {
 position:relative;
 display:inline-block;
 vertical-align:top;
 font-size:32px;
 line-height:1;
 color:#1d1d1d;
 opacity:0;
 z-index:-1;
 -webkit-transition:opacity .2s ease-out;
 -o-transition:opacity .2s ease-out;
 transition:opacity .2s ease-out
}
.qodef-m-pagination.qodef--infinite-scroll .qodef-infinite-scroll-spinner:before {
 display:block;
 line-height:inherit
}
.qodef-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
 opacity:1;
 -webkit-transition:opacity .2s ease-out;
 -o-transition:opacity .2s ease-out;
 transition:opacity .2s ease-out
}
.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner {
 opacity:0
}
.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner {
 position:absolute;
 bottom:10px;
 left:calc(50% - 16px);
 font-size:32px;
 line-height:1;
 color:#1d1d1d;
 opacity:0;
 z-index:-1;
 -webkit-transition:opacity .2s ease-out;
 -o-transition:opacity .2s ease-out;
 transition:opacity .2s ease-out
}
.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner:before {
 display:block;
 line-height:inherit
}
.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-loading-spinner {
 opacity:1;
 z-index:1
}
.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button {
 opacity:0
}
.qodef-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading .qodef-infinite-scroll-spinner {
 opacity:1;
 z-index:1
}
.qodef-single-links {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:baseline;
 -ms-flex-align:baseline;
 align-items:baseline;
 width:100%;
 margin:35px 0 15px
}
.qodef-single-links .qodef-m-single-links-title {
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b;
 margin-right:10px
}
.qodef-single-links .qodef-m-single-links-title a {
 color:inherit
}
.qodef-single-links .qodef-m-single-links-title a:hover {
 color:#aeaeae
}
.qodef-single-links a,
.qodef-single-links>span:not(.qodef-m-single-links-title) {
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b;
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 width:38px;
 height:38px;
 border:1px solid transparent;
 border-radius:50%;
 -webkit-transition:border-color .25s ease-in-out;
 -o-transition:border-color .25s ease-in-out;
 transition:border-color .25s ease-in-out
}
.qodef-single-links a a,
.qodef-single-links>span:not(.qodef-m-single-links-title) a {
 color:inherit
}
.qodef-single-links a a:hover,
.qodef-single-links>span:not(.qodef-m-single-links-title) a:hover {
 color:#aeaeae
}
.qodef-single-links a .qodef-svg-circle,
.qodef-single-links>span:not(.qodef-m-single-links-title) .qodef-svg-circle {
 position:absolute;
 display:block;
 width:100%;
 height:100%;
 top:0;
 left:0;
 z-index:1;
 fill:none;
 color:currentColor;
 stroke:#959594;
 -webkit-transition:all .8s cubic-bezier(.14,.57,.14,1.03);
 -o-transition:all .8s cubic-bezier(.14,.57,.14,1.03);
 transition:all .8s cubic-bezier(.14,.57,.14,1.03);
 overflow:visible;
 pointer-events:none
}
.qodef-single-links a .qodef-svg-circle circle,
.qodef-single-links>span:not(.qodef-m-single-links-title) .qodef-svg-circle circle {
 stroke-dasharray:160;
 stroke-dashoffset:160;
 stroke-width:1;
 -webkit-transition:all .8s cubic-bezier(.45,0,.14,1.03);
 -o-transition:all .8s cubic-bezier(.45,0,.14,1.03);
 transition:all .8s cubic-bezier(.45,0,.14,1.03);
 -webkit-transform:rotate(-145deg);
 -ms-transform:rotate(-145deg);
 transform:rotate(-145deg);
 -webkit-transform-origin:center;
 -ms-transform-origin:center;
 transform-origin:center
}
.qodef-browser--ms-explorer .qodef-single-links a .qodef-svg-circle circle,
.qodef-browser--ms-explorer .qodef-single-links>span:not(.qodef-m-single-links-title) .qodef-svg-circle circle {
 opacity:0
}
.qodef-single-links a:last-child,
.qodef-single-links>span:not(.qodef-m-single-links-title):last-child {
 margin-right:0
}
.qodef-single-links a.current,
.qodef-single-links a:hover,
.qodef-single-links>span:not(.qodef-m-single-links-title).current,
.qodef-single-links>span:not(.qodef-m-single-links-title):hover {
 color:#1d1d1d
}
.qodef-single-links a.current .qodef-svg-circle circle,
.qodef-single-links a:hover .qodef-svg-circle circle,
.qodef-single-links>span:not(.qodef-m-single-links-title).current .qodef-svg-circle circle,
.qodef-single-links>span:not(.qodef-m-single-links-title):hover .qodef-svg-circle circle {
 stroke-dashoffset:10;
 -webkit-transform:rotate(55deg);
 -ms-transform:rotate(55deg);
 transform:rotate(55deg);
 -webkit-transition:all 1s cubic-bezier(.43,.41,.36,.9);
 -o-transition:all 1s cubic-bezier(.43,.41,.36,.9);
 transition:all 1s cubic-bezier(.43,.41,.36,.9)
}
.qodef-browser--ms-explorer .qodef-single-links a.current .qodef-svg-circle circle,
.qodef-browser--ms-explorer .qodef-single-links a:hover .qodef-svg-circle circle,
.qodef-browser--ms-explorer .qodef-single-links>span:not(.qodef-m-single-links-title).current .qodef-svg-circle circle,
.qodef-browser--ms-explorer .qodef-single-links>span:not(.qodef-m-single-links-title):hover .qodef-svg-circle circle {
 opacity:1
}
.qodef-single-links>span:not(.qodef-m-single-links-title) {
 color:#1d1d1d
}
.qodef-search {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top;
 margin:0
}
.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 {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top;
 margin:30px 0 40px
}
.qodef-search .qodef-search-form:after {
 content:'';
 display:block;
 position:absolute;
 right:0;
 bottom:6px;
 width:calc(100% - 40px);
 height:1px;
 background-color:#ddd
}
.qodef-search .qodef-search-form .qodef-search-form-field {
 font-family:"Open Sans",sans-serif;
 font-size:11px;
 font-weight:400;
 letter-spacing:.25em;
 font-style:normal;
 text-transform:uppercase;
 color:#1d1d1d;
 padding:0 0 0 25px;
 margin:0;
 border:none;
 text-align:right;
 border:none
}
.qodef-search .qodef-search-form .qodef-search-form-button {
 position:absolute;
 top:4px;
 left:0;
 width:19px;
 height:auto;
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 padding:0;
 font-size:15px;
 color:#1d1d1d;
 background-color:transparent;
 border:0
}
.qodef-search .qodef-search-form .qodef-search-form-button:hover {
 color:#1d1d1d
}
.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:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:start;
 -ms-flex-align:start;
 align-items:flex-start
}
.qodef-search article .qodef-e-inner>* {
 width:100%
}
.qodef-search article .qodef-e-inner .qodef-e-image {
 -ms-flex-preferred-size:180px;
 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
}
@media only screen and (max-width:1024px) {
 #qodef-page-sidebar {
  margin-top:24px;
  margin-bottom:50px
 }
}
.qodef-page-title {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top;
 height:420px;
 background-color:#f5f3f3
}
.qodef-page-title .qodef-m-inner {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top;
 height:100%
}
.qodef-page-title .qodef-m-content {
 height:100%;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.qodef-page-title .qodef-m-title {
 margin:0
}
.widget {
 margin:0 0 48px
}
.widget:last-child {
 margin-bottom:0!important
}
.widget .qodef-widget-title {
 margin:0 0 10px
}
.widget .qodef-widget-title a {
 color:inherit
}
.widget .qodef-widget-title a:hover {
 color:#aeaeae
}
.widget a {
 color:#8b8b8b
}
.widget a:hover {
 color:#aeaeae
}
.widget ul:not(.qodef-shortcode-list) {
 padding:0;
 margin:0;
 list-style:none
}
.widget ul:not(.qodef-shortcode-list) li {
 font-size:14px;
 line-height:30px;
 margin:0 0 0
}
.widget ul:not(.qodef-shortcode-list) li:last-child {
 margin-bottom:0
}
.widget ul:not(.qodef-shortcode-list) li ul {
 margin-top:0;
 margin-left:1em
}
.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select {
 width:100%;
 max-width:100%;
 margin:9px 0 0
}
.widget.widget_archive .select2,
.widget.widget_categories .select2,
.widget.widget_text .select2 {
 margin-bottom:0
}
.widget.widget_calendar {
 width:100%
}
.widget.widget_calendar table {
 table-layout:fixed
}
.widget.widget_calendar #today {
 color:#fff;
 background-color:#aeaeae
}
.widget.widget_calendar #today a {
 color:inherit
}
.widget.widget_calendar tfoot td,
.widget.widget_calendar tfoot tr {
 border:0
}
.widget.widget_calendar tfoot a {
 color:#8b8b8b
}
.widget.widget_calendar tfoot a:hover {
 color:#aeaeae
}
.widget.widget_text {
 font-size:inherit
}
.widget.widget_text p {
 line-height:inherit
}
.widget.widget_text img {
 display:block
}
.widget.widget_rss ul li {
 margin-bottom:25px
}
.widget.widget_rss ul li:last-child {
 margin-bottom:0
}
.widget.widget_rss ul .rsswidget {
 display:block;
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em
}
.widget.widget_rss ul .rssSummary {
 margin-top:5px;
 line-height:1.5em
}
.widget.widget_rss ul cite {
 display:block;
 margin-top:5px
}
.widget.widget_rss ul .rss-date,
.widget.widget_rss ul cite {
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b
}
.widget.widget_rss ul .rss-date a,
.widget.widget_rss ul cite a {
 color:inherit
}
.widget.widget_rss ul .rss-date a:hover,
.widget.widget_rss ul cite a:hover {
 color:#aeaeae
}
.widget.qodef-woo-product-search .qodef-widget-title,
.widget.widget_product_search .qodef-widget-title,
.widget.widget_search .qodef-widget-title {
 margin-bottom:19px
}
.widget.qodef-woo-product-search .qodef-search-form-inner,
.widget.widget_product_search .qodef-search-form-inner,
.widget.widget_search .qodef-search-form-inner {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top
}
.widget.qodef-woo-product-search .qodef-search-form-inner:after,
.widget.widget_product_search .qodef-search-form-inner:after,
.widget.widget_search .qodef-search-form-inner:after {
 content:'';
 display:block;
 position:absolute;
 right:0;
 bottom:6px;
 width:calc(100% - 28px);
 height:1px;
 background-color:#ddd
}
.widget.qodef-woo-product-search input,
.widget.widget_product_search input,
.widget.widget_search input {
 font-family:"Open Sans",sans-serif;
 font-size:11px;
 font-weight:400;
 letter-spacing:.25em;
 font-style:normal;
 text-transform:uppercase;
 color:#1d1d1d;
 padding:0 0 0 25px;
 margin:0;
 border:none;
 text-align:right
}
.widget.qodef-woo-product-search button,
.widget.widget_product_search button,
.widget.widget_search button {
 position:absolute;
 top:4px;
 left:0;
 width:19px;
 height:auto;
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 padding:0;
 font-size:15px;
 color:#1d1d1d;
 background-color:transparent;
 border:0
}
.widget.qodef-woo-product-search button:hover,
.widget.widget_product_search button:hover,
.widget.widget_search button:hover {
 color:#8b8b8b
}
.widget.widget_tag_cloud .qodef-widget-title {
 margin-bottom:12px
}
.widget.widget_tag_cloud .tagcloud a {
 position:relative;
 display:inline-block;
 vertical-align:top;
 margin:0;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b;
 font-size:18px!important;
 line-height:24px;
 font-weight:inherit;
 letter-spacing:inherit;
 text-transform:capitalize
}
.widget.widget_tag_cloud .tagcloud a a {
 color:inherit
}
.widget.widget_tag_cloud .tagcloud a a:hover {
 color:#aeaeae
}
.widget.widget_tag_cloud .tagcloud a:not(:last-of-type):after {
 content:' ‒';
 color:#8b8b8b
}
.widget.widget_tag_cloud .tagcloud a:hover {
 color:#1d1d1d
}
.widget.widget_media_image {
 margin-bottom:0
}
.widget.widget_media_image .qodef-widget-title {
 margin-bottom:19px
}
.widget.widget_media_image a {
 display:inline-block;
 vertical-align:top
}
.widget.widget_media_image img {
 display:block
}
.widget.widget_konsept_core_blog_list {
 margin-bottom:53px
}
.widget.widget_konsept_core_blog_list .qodef-widget-title {
 margin-bottom:21px
}
.widget.widget_konsept_core_blog_list .qodef-e-inner {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.widget.widget_konsept_core_blog_list .entry-title {
 margin:0
}
.widget.widget_konsept_core_blog_list .entry-title a {
 color:#1d1d1d
}
.widget.widget_konsept_core_blog_list .qodef-e-info.qodef-info--bottom {
 margin-top:0!important
}
.widget.widget_konsept_core_instagram_list {
 margin-bottom:45px
}
.widget.widget_konsept_core_instagram_list .qodef-widget-title {
 margin-bottom:20px
}
#qodef-top-area .widget {
 margin:0 0 0;
 color:#8b8b8b
}
#qodef-top-area .widget:last-child {
 margin-bottom:0!important
}
#qodef-top-area .widget .qodef-widget-title {
 margin:0 0 10px;
 color:#8b8b8b
}
#qodef-top-area .widget .qodef-widget-title a {
 color:inherit
}
#qodef-top-area .widget .qodef-widget-title a:hover {
 color:rgba(139,139,139,.8)
}
#qodef-top-area .widget a {
 color:#8b8b8b
}
#qodef-top-area .widget a:hover {
 color:rgba(139,139,139,.8)
}
#qodef-top-area .widget ul:not(.qodef-shortcode-list) {
 padding:0;
 margin:0;
 list-style:none
}
#qodef-top-area .widget ul:not(.qodef-shortcode-list) li {
 font-size:14px;
 line-height:30px;
 margin:0 0 0
}
#qodef-top-area .widget ul:not(.qodef-shortcode-list) li:last-child {
 margin-bottom:0
}
#qodef-top-area .widget ul:not(.qodef-shortcode-list) li ul {
 margin-top:0;
 margin-left:1em
}
#qodef-top-area .widget.widget_archive select,
#qodef-top-area .widget.widget_categories select,
#qodef-top-area .widget.widget_text select {
 width:100%;
 max-width:100%;
 margin:9px 0 0
}
#qodef-top-area .widget.widget_archive .select2,
#qodef-top-area .widget.widget_categories .select2,
#qodef-top-area .widget.widget_text .select2 {
 margin-bottom:0
}
#qodef-top-area .widget.widget_calendar {
 width:100%
}
#qodef-top-area .widget.widget_calendar table {
 table-layout:fixed
}
#qodef-top-area .widget.widget_calendar #today {
 color:#fff;
 background-color:rgba(139,139,139,.8)
}
#qodef-top-area .widget.widget_calendar #today a {
 color:inherit
}
#qodef-top-area .widget.widget_calendar tfoot td,
#qodef-top-area .widget.widget_calendar tfoot tr {
 border:0
}
#qodef-top-area .widget.widget_calendar tfoot a {
 color:#8b8b8b
}
#qodef-top-area .widget.widget_calendar tfoot a:hover {
 color:rgba(139,139,139,.8)
}
#qodef-top-area .widget.widget_text {
 font-size:14px
}
#qodef-top-area .widget.widget_text p {
 line-height:20px
}
#qodef-top-area .widget.widget_text img {
 display:block
}
#qodef-top-area .widget.widget_rss ul li {
 margin-bottom:25px
}
#qodef-top-area .widget.widget_rss ul li:last-child {
 margin-bottom:0
}
#qodef-top-area .widget.widget_rss ul .rsswidget {
 display:block;
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em
}
#qodef-top-area .widget.widget_rss ul .rssSummary {
 margin-top:5px;
 line-height:1.5em
}
#qodef-top-area .widget.widget_rss ul cite {
 display:block;
 margin-top:5px
}
#qodef-top-area .widget.widget_rss ul .rss-date,
#qodef-top-area .widget.widget_rss ul cite {
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b
}
#qodef-top-area .widget.widget_rss ul .rss-date a,
#qodef-top-area .widget.widget_rss ul cite a {
 color:inherit
}
#qodef-top-area .widget.widget_rss ul .rss-date a:hover,
#qodef-top-area .widget.widget_rss ul cite a:hover {
 color:#aeaeae
}
#qodef-top-area .widget.qodef-woo-product-search .qodef-widget-title,
#qodef-top-area .widget.widget_product_search .qodef-widget-title,
#qodef-top-area .widget.widget_search .qodef-widget-title {
 margin-bottom:19px
}
#qodef-top-area .widget.qodef-woo-product-search .qodef-search-form-inner,
#qodef-top-area .widget.widget_product_search .qodef-search-form-inner,
#qodef-top-area .widget.widget_search .qodef-search-form-inner {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top
}
#qodef-top-area .widget.qodef-woo-product-search .qodef-search-form-inner:after,
#qodef-top-area .widget.widget_product_search .qodef-search-form-inner:after,
#qodef-top-area .widget.widget_search .qodef-search-form-inner:after {
 content:'';
 display:block;
 position:absolute;
 right:0;
 bottom:6px;
 width:calc(100% - 28px);
 height:1px;
 background-color:#ddd
}
#qodef-top-area .widget.qodef-woo-product-search input,
#qodef-top-area .widget.widget_product_search input,
#qodef-top-area .widget.widget_search input {
 font-family:"Open Sans",sans-serif;
 font-size:11px;
 font-weight:400;
 letter-spacing:.25em;
 font-style:normal;
 text-transform:uppercase;
 color:#1d1d1d;
 padding:0 0 0 25px;
 margin:0;
 border:none;
 text-align:right
}
#qodef-top-area .widget.qodef-woo-product-search button,
#qodef-top-area .widget.widget_product_search button,
#qodef-top-area .widget.widget_search button {
 position:absolute;
 top:4px;
 left:0;
 width:19px;
 height:auto;
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 padding:0;
 font-size:15px;
 color:#1d1d1d;
 background-color:transparent;
 border:0
}
#qodef-top-area .widget.qodef-woo-product-search button:hover,
#qodef-top-area .widget.widget_product_search button:hover,
#qodef-top-area .widget.widget_search button:hover {
 color:#8b8b8b
}
#qodef-top-area .widget.widget_tag_cloud .qodef-widget-title {
 margin-bottom:12px
}
#qodef-top-area .widget.widget_tag_cloud .tagcloud a {
 position:relative;
 display:inline-block;
 vertical-align:top;
 margin:0;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b;
 font-size:18px!important;
 line-height:24px;
 font-weight:inherit;
 letter-spacing:inherit;
 text-transform:capitalize
}
#qodef-top-area .widget.widget_tag_cloud .tagcloud a a {
 color:inherit
}
#qodef-top-area .widget.widget_tag_cloud .tagcloud a a:hover {
 color:#aeaeae
}
#qodef-top-area .widget.widget_tag_cloud .tagcloud a:not(:last-of-type):after {
 content:' ‒';
 color:#8b8b8b
}
#qodef-top-area .widget.widget_tag_cloud .tagcloud a:hover {
 color:#1d1d1d
}
#qodef-top-area .widget.widget_media_image {
 margin-bottom:0
}
#qodef-top-area .widget.widget_media_image .qodef-widget-title {
 margin-bottom:19px
}
#qodef-top-area .widget.widget_media_image a {
 display:inline-block;
 vertical-align:top
}
#qodef-top-area .widget.widget_media_image img {
 display:block
}
#qodef-top-area .widget.widget_konsept_core_blog_list {
 margin-bottom:53px
}
#qodef-top-area .widget.widget_konsept_core_blog_list .qodef-widget-title {
 margin-bottom:21px
}
#qodef-top-area .widget.widget_konsept_core_blog_list .qodef-e-inner {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
#qodef-top-area .widget.widget_konsept_core_blog_list .entry-title {
 margin:0
}
#qodef-top-area .widget.widget_konsept_core_blog_list .entry-title a {
 color:#1d1d1d
}
#qodef-top-area .widget.widget_konsept_core_blog_list .qodef-e-info.qodef-info--bottom {
 margin-top:0!important
}
#qodef-top-area .widget.widget_konsept_core_instagram_list {
 margin-bottom:45px
}
#qodef-top-area .widget.widget_konsept_core_instagram_list .qodef-widget-title {
 margin-bottom:20px
}
#qodef-page-footer .widget {
 margin:0 0 48px;
 color:#8b8b8b
}
#qodef-page-footer .widget:last-child {
 margin-bottom:0!important
}
#qodef-page-footer .widget .qodef-widget-title {
 margin:0 0 10px;
 color:#1d1d1d
}
#qodef-page-footer .widget .qodef-widget-title a {
 color:inherit
}
#qodef-page-footer .widget .qodef-widget-title a:hover {
 color:#aeaeae
}
#qodef-page-footer .widget a {
 color:#8b8b8b
}
#qodef-page-footer .widget a:hover {
 color:#aeaeae
}
#qodef-page-footer .widget ul:not(.qodef-shortcode-list) {
 padding:0;
 margin:0;
 list-style:none
}
#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li {
 font-size:15px;
 line-height:33px;
 margin:0 0 0
}
#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li:last-child {
 margin-bottom:0
}
#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li ul {
 margin-top:0;
 margin-left:1em
}
#qodef-page-footer .widget.widget_archive select,
#qodef-page-footer .widget.widget_categories select,
#qodef-page-footer .widget.widget_text select {
 width:100%;
 max-width:100%;
 margin:9px 0 0
}
#qodef-page-footer .widget.widget_archive .select2,
#qodef-page-footer .widget.widget_categories .select2,
#qodef-page-footer .widget.widget_text .select2 {
 margin-bottom:0
}
#qodef-page-footer .widget.widget_calendar {
 width:100%
}
#qodef-page-footer .widget.widget_calendar table {
 table-layout:fixed
}
#qodef-page-footer .widget.widget_calendar #today {
 color:#fff;
 background-color:#aeaeae
}
#qodef-page-footer .widget.widget_calendar #today a {
 color:inherit
}
#qodef-page-footer .widget.widget_calendar tfoot td,
#qodef-page-footer .widget.widget_calendar tfoot tr {
 border:0
}
#qodef-page-footer .widget.widget_calendar tfoot a {
 color:#8b8b8b
}
#qodef-page-footer .widget.widget_calendar tfoot a:hover {
 color:#aeaeae
}
#qodef-page-footer .widget.widget_text {
 font-size:inherit
}
#qodef-page-footer .widget.widget_text p {
 line-height:inherit
}
#qodef-page-footer .widget.widget_text img {
 display:block
}
#qodef-page-footer .widget.widget_rss ul li {
 margin-bottom:25px
}
#qodef-page-footer .widget.widget_rss ul li:last-child {
 margin-bottom:0
}
#qodef-page-footer .widget.widget_rss ul .rsswidget {
 display:block;
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em
}
#qodef-page-footer .widget.widget_rss ul .rssSummary {
 margin-top:5px;
 line-height:1.5em
}
#qodef-page-footer .widget.widget_rss ul cite {
 display:block;
 margin-top:5px
}
#qodef-page-footer .widget.widget_rss ul .rss-date,
#qodef-page-footer .widget.widget_rss ul cite {
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b
}
#qodef-page-footer .widget.widget_rss ul .rss-date a,
#qodef-page-footer .widget.widget_rss ul cite a {
 color:inherit
}
#qodef-page-footer .widget.widget_rss ul .rss-date a:hover,
#qodef-page-footer .widget.widget_rss ul cite a:hover {
 color:#aeaeae
}
#qodef-page-footer .widget.qodef-woo-product-search .qodef-widget-title,
#qodef-page-footer .widget.widget_product_search .qodef-widget-title,
#qodef-page-footer .widget.widget_search .qodef-widget-title {
 margin-bottom:19px
}
#qodef-page-footer .widget.qodef-woo-product-search .qodef-search-form-inner,
#qodef-page-footer .widget.widget_product_search .qodef-search-form-inner,
#qodef-page-footer .widget.widget_search .qodef-search-form-inner {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top
}
#qodef-page-footer .widget.qodef-woo-product-search .qodef-search-form-inner:after,
#qodef-page-footer .widget.widget_product_search .qodef-search-form-inner:after,
#qodef-page-footer .widget.widget_search .qodef-search-form-inner:after {
 content:'';
 display:block;
 position:absolute;
 right:0;
 bottom:6px;
 width:calc(100% - 28px);
 height:1px;
 background-color:#ddd
}
#qodef-page-footer .widget.qodef-woo-product-search input,
#qodef-page-footer .widget.widget_product_search input,
#qodef-page-footer .widget.widget_search input {
 font-family:"Open Sans",sans-serif;
 font-size:11px;
 font-weight:400;
 letter-spacing:.25em;
 font-style:normal;
 text-transform:uppercase;
 color:#1d1d1d;
 padding:0 0 0 25px;
 margin:0;
 border:none;
 text-align:right
}
#qodef-page-footer .widget.qodef-woo-product-search button,
#qodef-page-footer .widget.widget_product_search button,
#qodef-page-footer .widget.widget_search button {
 position:absolute;
 top:4px;
 left:0;
 width:19px;
 height:auto;
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 padding:0;
 font-size:15px;
 color:#1d1d1d;
 background-color:transparent;
 border:0
}
#qodef-page-footer .widget.qodef-woo-product-search button:hover,
#qodef-page-footer .widget.widget_product_search button:hover,
#qodef-page-footer .widget.widget_search button:hover {
 color:#8b8b8b
}
#qodef-page-footer .widget.widget_tag_cloud .qodef-widget-title {
 margin-bottom:12px
}
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a {
 position:relative;
 display:inline-block;
 vertical-align:top;
 margin:0;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b;
 font-size:18px!important;
 line-height:24px;
 font-weight:inherit;
 letter-spacing:inherit;
 text-transform:capitalize
}
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a a {
 color:inherit
}
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a a:hover {
 color:#aeaeae
}
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:not(:last-of-type):after {
 content:' ‒';
 color:#8b8b8b
}
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:hover {
 color:#1d1d1d
}
#qodef-page-footer .widget.widget_media_image {
 margin-bottom:0
}
#qodef-page-footer .widget.widget_media_image .qodef-widget-title {
 margin-bottom:19px
}
#qodef-page-footer .widget.widget_media_image a {
 display:inline-block;
 vertical-align:top
}
#qodef-page-footer .widget.widget_media_image img {
 display:block
}
#qodef-page-footer .widget.widget_konsept_core_blog_list {
 margin-bottom:53px
}
#qodef-page-footer .widget.widget_konsept_core_blog_list .qodef-widget-title {
 margin-bottom:21px
}
#qodef-page-footer .widget.widget_konsept_core_blog_list .qodef-e-inner {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
#qodef-page-footer .widget.widget_konsept_core_blog_list .entry-title {
 margin:0
}
#qodef-page-footer .widget.widget_konsept_core_blog_list .entry-title a {
 color:#1d1d1d
}
#qodef-page-footer .widget.widget_konsept_core_blog_list .qodef-e-info.qodef-info--bottom {
 margin-top:0!important
}
#qodef-page-footer .widget.widget_konsept_core_instagram_list {
 margin-bottom:45px
}
#qodef-page-footer .widget.widget_konsept_core_instagram_list .qodef-widget-title {
 margin-bottom:20px
}
#qodef-page-footer-bottom-area .widget {
 margin:0 0 48px
}
#qodef-page-footer-bottom-area .widget:last-child {
 margin-bottom:0!important
}
#qodef-page-footer-bottom-area .widget .qodef-widget-title {
 margin:0 0 10px
}
#qodef-page-footer-bottom-area .widget .qodef-widget-title a {
 color:inherit
}
#qodef-page-footer-bottom-area .widget .qodef-widget-title a:hover {
 color:#1d1d1d
}
#qodef-page-footer-bottom-area .widget a {
 color:#8b8b8b
}
#qodef-page-footer-bottom-area .widget a:hover {
 color:#1d1d1d
}
#qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list) {
 padding:0;
 margin:0;
 list-style:none
}
#qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list) li {
 font-size:14px;
 line-height:30px;
 margin:0 0 0
}
#qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list) li:last-child {
 margin-bottom:0
}
#qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list) li ul {
 margin-top:0;
 margin-left:1em
}
#qodef-page-footer-bottom-area .widget.widget_archive select,
#qodef-page-footer-bottom-area .widget.widget_categories select,
#qodef-page-footer-bottom-area .widget.widget_text select {
 width:100%;
 max-width:100%;
 margin:9px 0 0
}
#qodef-page-footer-bottom-area .widget.widget_archive .select2,
#qodef-page-footer-bottom-area .widget.widget_categories .select2,
#qodef-page-footer-bottom-area .widget.widget_text .select2 {
 margin-bottom:0
}
#qodef-page-footer-bottom-area .widget.widget_calendar {
 width:100%
}
#qodef-page-footer-bottom-area .widget.widget_calendar table {
 table-layout:fixed
}
#qodef-page-footer-bottom-area .widget.widget_calendar #today {
 color:#fff;
 background-color:#1d1d1d
}
#qodef-page-footer-bottom-area .widget.widget_calendar #today a {
 color:inherit
}
#qodef-page-footer-bottom-area .widget.widget_calendar tfoot td,
#qodef-page-footer-bottom-area .widget.widget_calendar tfoot tr {
 border:0
}
#qodef-page-footer-bottom-area .widget.widget_calendar tfoot a {
 color:#8b8b8b
}
#qodef-page-footer-bottom-area .widget.widget_calendar tfoot a:hover {
 color:#1d1d1d
}
#qodef-page-footer-bottom-area .widget.widget_text {
 font-size:inherit
}
#qodef-page-footer-bottom-area .widget.widget_text p {
 line-height:inherit
}
#qodef-page-footer-bottom-area .widget.widget_text img {
 display:block
}
#qodef-page-footer-bottom-area .widget.widget_rss ul li {
 margin-bottom:25px
}
#qodef-page-footer-bottom-area .widget.widget_rss ul li:last-child {
 margin-bottom:0
}
#qodef-page-footer-bottom-area .widget.widget_rss ul .rsswidget {
 display:block;
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em
}
#qodef-page-footer-bottom-area .widget.widget_rss ul .rssSummary {
 margin-top:5px;
 line-height:1.5em
}
#qodef-page-footer-bottom-area .widget.widget_rss ul cite {
 display:block;
 margin-top:5px
}
#qodef-page-footer-bottom-area .widget.widget_rss ul .rss-date,
#qodef-page-footer-bottom-area .widget.widget_rss ul cite {
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b
}
#qodef-page-footer-bottom-area .widget.widget_rss ul .rss-date a,
#qodef-page-footer-bottom-area .widget.widget_rss ul cite a {
 color:inherit
}
#qodef-page-footer-bottom-area .widget.widget_rss ul .rss-date a:hover,
#qodef-page-footer-bottom-area .widget.widget_rss ul cite a:hover {
 color:#aeaeae
}
#qodef-page-footer-bottom-area .widget.qodef-woo-product-search .qodef-widget-title,
#qodef-page-footer-bottom-area .widget.widget_product_search .qodef-widget-title,
#qodef-page-footer-bottom-area .widget.widget_search .qodef-widget-title {
 margin-bottom:19px
}
#qodef-page-footer-bottom-area .widget.qodef-woo-product-search .qodef-search-form-inner,
#qodef-page-footer-bottom-area .widget.widget_product_search .qodef-search-form-inner,
#qodef-page-footer-bottom-area .widget.widget_search .qodef-search-form-inner {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top
}
#qodef-page-footer-bottom-area .widget.qodef-woo-product-search .qodef-search-form-inner:after,
#qodef-page-footer-bottom-area .widget.widget_product_search .qodef-search-form-inner:after,
#qodef-page-footer-bottom-area .widget.widget_search .qodef-search-form-inner:after {
 content:'';
 display:block;
 position:absolute;
 right:0;
 bottom:6px;
 width:calc(100% - 28px);
 height:1px;
 background-color:#ddd
}
#qodef-page-footer-bottom-area .widget.qodef-woo-product-search input,
#qodef-page-footer-bottom-area .widget.widget_product_search input,
#qodef-page-footer-bottom-area .widget.widget_search input {
 font-family:"Open Sans",sans-serif;
 font-size:11px;
 font-weight:400;
 letter-spacing:.25em;
 font-style:normal;
 text-transform:uppercase;
 color:#1d1d1d;
 padding:0 0 0 25px;
 margin:0;
 border:none;
 text-align:right
}
#qodef-page-footer-bottom-area .widget.qodef-woo-product-search button,
#qodef-page-footer-bottom-area .widget.widget_product_search button,
#qodef-page-footer-bottom-area .widget.widget_search button {
 position:absolute;
 top:4px;
 left:0;
 width:19px;
 height:auto;
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 padding:0;
 font-size:15px;
 color:#1d1d1d;
 background-color:transparent;
 border:0
}
#qodef-page-footer-bottom-area .widget.qodef-woo-product-search button:hover,
#qodef-page-footer-bottom-area .widget.widget_product_search button:hover,
#qodef-page-footer-bottom-area .widget.widget_search button:hover {
 color:#8b8b8b
}
#qodef-page-footer-bottom-area .widget.widget_tag_cloud .qodef-widget-title {
 margin-bottom:12px
}
#qodef-page-footer-bottom-area .widget.widget_tag_cloud .tagcloud a {
 position:relative;
 display:inline-block;
 vertical-align:top;
 margin:0;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b;
 font-size:18px!important;
 line-height:24px;
 font-weight:inherit;
 letter-spacing:inherit;
 text-transform:capitalize
}
#qodef-page-footer-bottom-area .widget.widget_tag_cloud .tagcloud a a {
 color:inherit
}
#qodef-page-footer-bottom-area .widget.widget_tag_cloud .tagcloud a a:hover {
 color:#aeaeae
}
#qodef-page-footer-bottom-area .widget.widget_tag_cloud .tagcloud a:not(:last-of-type):after {
 content:' ‒';
 color:#8b8b8b
}
#qodef-page-footer-bottom-area .widget.widget_tag_cloud .tagcloud a:hover {
 color:#1d1d1d
}
#qodef-page-footer-bottom-area .widget.widget_media_image {
 margin-bottom:0
}
#qodef-page-footer-bottom-area .widget.widget_media_image .qodef-widget-title {
 margin-bottom:19px
}
#qodef-page-footer-bottom-area .widget.widget_media_image a {
 display:inline-block;
 vertical-align:top
}
#qodef-page-footer-bottom-area .widget.widget_media_image img {
 display:block
}
#qodef-page-footer-bottom-area .widget.widget_konsept_core_blog_list {
 margin-bottom:53px
}
#qodef-page-footer-bottom-area .widget.widget_konsept_core_blog_list .qodef-widget-title {
 margin-bottom:21px
}
#qodef-page-footer-bottom-area .widget.widget_konsept_core_blog_list .qodef-e-inner {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
#qodef-page-footer-bottom-area .widget.widget_konsept_core_blog_list .entry-title {
 margin:0
}
#qodef-page-footer-bottom-area .widget.widget_konsept_core_blog_list .entry-title a {
 color:#1d1d1d
}
#qodef-page-footer-bottom-area .widget.widget_konsept_core_blog_list .qodef-e-info.qodef-info--bottom {
 margin-top:0!important
}
#qodef-page-footer-bottom-area .widget.widget_konsept_core_instagram_list {
 margin-bottom:45px
}
#qodef-page-footer-bottom-area .widget.widget_konsept_core_instagram_list .qodef-widget-title {
 margin-bottom:20px
}
#qodef-side-area .widget {
 margin:0 0 15px;
 color:#8b8b8b
}
#qodef-side-area .widget:last-child {
 margin-bottom:0!important
}
#qodef-side-area .widget .qodef-widget-title {
 margin:0 0 15px;
 color:#1d1d1d
}
#qodef-side-area .widget .qodef-widget-title a {
 color:inherit
}
#qodef-side-area .widget .qodef-widget-title a:hover {
 color:#aeaeae
}
#qodef-side-area .widget a {
 color:#8b8b8b
}
#qodef-side-area .widget a:hover {
 color:#aeaeae
}
#qodef-side-area .widget ul:not(.qodef-shortcode-list) {
 padding:0;
 margin:0;
 list-style:none
}
#qodef-side-area .widget ul:not(.qodef-shortcode-list) li {
 font-size:14px;
 line-height:30px;
 margin:0 0 0
}
#qodef-side-area .widget ul:not(.qodef-shortcode-list) li:last-child {
 margin-bottom:0
}
#qodef-side-area .widget ul:not(.qodef-shortcode-list) li ul {
 margin-top:0;
 margin-left:1em
}
#qodef-side-area .widget.widget_archive select,
#qodef-side-area .widget.widget_categories select,
#qodef-side-area .widget.widget_text select {
 width:100%;
 max-width:100%;
 margin:9px 0 0
}
#qodef-side-area .widget.widget_archive .select2,
#qodef-side-area .widget.widget_categories .select2,
#qodef-side-area .widget.widget_text .select2 {
 margin-bottom:0
}
#qodef-side-area .widget.widget_calendar {
 width:100%
}
#qodef-side-area .widget.widget_calendar table {
 table-layout:fixed
}
#qodef-side-area .widget.widget_calendar #today {
 color:#fff;
 background-color:#aeaeae
}
#qodef-side-area .widget.widget_calendar #today a {
 color:inherit
}
#qodef-side-area .widget.widget_calendar tfoot td,
#qodef-side-area .widget.widget_calendar tfoot tr {
 border:0
}
#qodef-side-area .widget.widget_calendar tfoot a {
 color:#8b8b8b
}
#qodef-side-area .widget.widget_calendar tfoot a:hover {
 color:#aeaeae
}
#qodef-side-area .widget.widget_text {
 font-size:inherit
}
#qodef-side-area .widget.widget_text p {
 line-height:inherit
}
#qodef-side-area .widget.widget_text img {
 display:block
}
#qodef-side-area .widget.widget_rss ul li {
 margin-bottom:25px
}
#qodef-side-area .widget.widget_rss ul li:last-child {
 margin-bottom:0
}
#qodef-side-area .widget.widget_rss ul .rsswidget {
 display:block;
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em
}
#qodef-side-area .widget.widget_rss ul .rssSummary {
 margin-top:5px;
 line-height:1.5em
}
#qodef-side-area .widget.widget_rss ul cite {
 display:block;
 margin-top:5px
}
#qodef-side-area .widget.widget_rss ul .rss-date,
#qodef-side-area .widget.widget_rss ul cite {
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b
}
#qodef-side-area .widget.widget_rss ul .rss-date a,
#qodef-side-area .widget.widget_rss ul cite a {
 color:inherit
}
#qodef-side-area .widget.widget_rss ul .rss-date a:hover,
#qodef-side-area .widget.widget_rss ul cite a:hover {
 color:#aeaeae
}
#qodef-side-area .widget.qodef-woo-product-search .qodef-widget-title,
#qodef-side-area .widget.widget_product_search .qodef-widget-title,
#qodef-side-area .widget.widget_search .qodef-widget-title {
 margin-bottom:24px
}
#qodef-side-area .widget.qodef-woo-product-search .qodef-search-form-inner,
#qodef-side-area .widget.widget_product_search .qodef-search-form-inner,
#qodef-side-area .widget.widget_search .qodef-search-form-inner {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top
}
#qodef-side-area .widget.qodef-woo-product-search .qodef-search-form-inner:after,
#qodef-side-area .widget.widget_product_search .qodef-search-form-inner:after,
#qodef-side-area .widget.widget_search .qodef-search-form-inner:after {
 content:'';
 display:block;
 position:absolute;
 right:0;
 bottom:6px;
 width:calc(100% - 28px);
 height:1px;
 background-color:#ddd
}
#qodef-side-area .widget.qodef-woo-product-search input,
#qodef-side-area .widget.widget_product_search input,
#qodef-side-area .widget.widget_search input {
 font-family:"Open Sans",sans-serif;
 font-size:11px;
 font-weight:400;
 letter-spacing:.25em;
 font-style:normal;
 text-transform:uppercase;
 color:#1d1d1d;
 padding:0 0 0 25px;
 margin:0;
 border:none;
 text-align:right
}
#qodef-side-area .widget.qodef-woo-product-search button,
#qodef-side-area .widget.widget_product_search button,
#qodef-side-area .widget.widget_search button {
 position:absolute;
 top:4px;
 left:0;
 width:19px;
 height:auto;
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 padding:0;
 font-size:15px;
 color:#1d1d1d;
 background-color:transparent;
 border:0
}
#qodef-side-area .widget.qodef-woo-product-search button:hover,
#qodef-side-area .widget.widget_product_search button:hover,
#qodef-side-area .widget.widget_search button:hover {
 color:#8b8b8b
}
#qodef-side-area .widget.widget_tag_cloud .qodef-widget-title {
 margin-bottom:12px
}
#qodef-side-area .widget.widget_tag_cloud .tagcloud a {
 position:relative;
 display:inline-block;
 vertical-align:top;
 margin:0;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b;
 font-size:18px!important;
 line-height:24px;
 font-weight:inherit;
 letter-spacing:inherit;
 text-transform:capitalize
}
#qodef-side-area .widget.widget_tag_cloud .tagcloud a a {
 color:inherit
}
#qodef-side-area .widget.widget_tag_cloud .tagcloud a a:hover {
 color:#aeaeae
}
#qodef-side-area .widget.widget_tag_cloud .tagcloud a:not(:last-of-type):after {
 content:' ‒';
 color:#8b8b8b
}
#qodef-side-area .widget.widget_tag_cloud .tagcloud a:hover {
 color:#1d1d1d
}
#qodef-side-area .widget.widget_media_image {
 margin-bottom:0
}
#qodef-side-area .widget.widget_media_image .qodef-widget-title {
 margin-bottom:24px
}
#qodef-side-area .widget.widget_media_image a {
 display:inline-block;
 vertical-align:top
}
#qodef-side-area .widget.widget_media_image img {
 display:block
}
#qodef-side-area .widget.widget_konsept_core_blog_list {
 margin-bottom:53px
}
#qodef-side-area .widget.widget_konsept_core_blog_list .qodef-widget-title {
 margin-bottom:21px
}
#qodef-side-area .widget.widget_konsept_core_blog_list .qodef-e-inner {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
#qodef-side-area .widget.widget_konsept_core_blog_list .entry-title {
 margin:0
}
#qodef-side-area .widget.widget_konsept_core_blog_list .entry-title a {
 color:#1d1d1d
}
#qodef-side-area .widget.widget_konsept_core_blog_list .qodef-e-info.qodef-info--bottom {
 margin-top:0!important
}
#qodef-side-area .widget.widget_konsept_core_instagram_list {
 margin-bottom:45px
}
#qodef-side-area .widget.widget_konsept_core_instagram_list .qodef-widget-title {
 margin-bottom:20px
}
.qodef-mega-menu-widget-holder .widget {
 margin:0 0 48px;
 color:#8b8b8b
}
.qodef-mega-menu-widget-holder .widget:last-child {
 margin-bottom:0!important
}
.qodef-mega-menu-widget-holder .widget .qodef-widget-title {
 margin:0 0 10px;
 color:#1d1d1d
}
.qodef-mega-menu-widget-holder .widget .qodef-widget-title a {
 color:inherit
}
.qodef-mega-menu-widget-holder .widget .qodef-widget-title a:hover {
 color:#aeaeae
}
.qodef-mega-menu-widget-holder .widget a {
 color:#8b8b8b
}
.qodef-mega-menu-widget-holder .widget a:hover {
 color:#aeaeae
}
.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) {
 padding:0;
 margin:0;
 list-style:none
}
.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li {
 font-size:14px;
 line-height:30px;
 margin:0 0 0
}
.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li:last-child {
 margin-bottom:0
}
.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li ul {
 margin-top:0;
 margin-left:1em
}
.qodef-mega-menu-widget-holder .widget.widget_archive select,
.qodef-mega-menu-widget-holder .widget.widget_categories select,
.qodef-mega-menu-widget-holder .widget.widget_text select {
 width:100%;
 max-width:100%;
 margin:9px 0 0
}
.qodef-mega-menu-widget-holder .widget.widget_archive .select2,
.qodef-mega-menu-widget-holder .widget.widget_categories .select2,
.qodef-mega-menu-widget-holder .widget.widget_text .select2 {
 margin-bottom:0
}
.qodef-mega-menu-widget-holder .widget.widget_calendar {
 width:100%
}
.qodef-mega-menu-widget-holder .widget.widget_calendar table {
 table-layout:fixed
}
.qodef-mega-menu-widget-holder .widget.widget_calendar #today {
 color:#fff;
 background-color:#aeaeae
}
.qodef-mega-menu-widget-holder .widget.widget_calendar #today a {
 color:inherit
}
.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot td,
.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot tr {
 border:0
}
.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a {
 color:#8b8b8b
}
.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a:hover {
 color:#aeaeae
}
.qodef-mega-menu-widget-holder .widget.widget_text {
 font-size:inherit
}
.qodef-mega-menu-widget-holder .widget.widget_text p {
 line-height:inherit
}
.qodef-mega-menu-widget-holder .widget.widget_text img {
 display:block
}
.qodef-mega-menu-widget-holder .widget.widget_rss ul li {
 margin-bottom:25px
}
.qodef-mega-menu-widget-holder .widget.widget_rss ul li:last-child {
 margin-bottom:0
}
.qodef-mega-menu-widget-holder .widget.widget_rss ul .rsswidget {
 display:block;
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em
}
.qodef-mega-menu-widget-holder .widget.widget_rss ul .rssSummary {
 margin-top:5px;
 line-height:1.5em
}
.qodef-mega-menu-widget-holder .widget.widget_rss ul cite {
 display:block;
 margin-top:5px
}
.qodef-mega-menu-widget-holder .widget.widget_rss ul .rss-date,
.qodef-mega-menu-widget-holder .widget.widget_rss ul cite {
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b
}
.qodef-mega-menu-widget-holder .widget.widget_rss ul .rss-date a,
.qodef-mega-menu-widget-holder .widget.widget_rss ul cite a {
 color:inherit
}
.qodef-mega-menu-widget-holder .widget.widget_rss ul .rss-date a:hover,
.qodef-mega-menu-widget-holder .widget.widget_rss ul cite a:hover {
 color:#aeaeae
}
.qodef-mega-menu-widget-holder .widget.qodef-woo-product-search .qodef-widget-title,
.qodef-mega-menu-widget-holder .widget.widget_product_search .qodef-widget-title,
.qodef-mega-menu-widget-holder .widget.widget_search .qodef-widget-title {
 margin-bottom:19px
}
.qodef-mega-menu-widget-holder .widget.qodef-woo-product-search .qodef-search-form-inner,
.qodef-mega-menu-widget-holder .widget.widget_product_search .qodef-search-form-inner,
.qodef-mega-menu-widget-holder .widget.widget_search .qodef-search-form-inner {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top
}
.qodef-mega-menu-widget-holder .widget.qodef-woo-product-search .qodef-search-form-inner:after,
.qodef-mega-menu-widget-holder .widget.widget_product_search .qodef-search-form-inner:after,
.qodef-mega-menu-widget-holder .widget.widget_search .qodef-search-form-inner:after {
 content:'';
 display:block;
 position:absolute;
 right:0;
 bottom:6px;
 width:calc(100% - 28px);
 height:1px;
 background-color:#ddd
}
.qodef-mega-menu-widget-holder .widget.qodef-woo-product-search input,
.qodef-mega-menu-widget-holder .widget.widget_product_search input,
.qodef-mega-menu-widget-holder .widget.widget_search input {
 font-family:"Open Sans",sans-serif;
 font-size:11px;
 font-weight:400;
 letter-spacing:.25em;
 font-style:normal;
 text-transform:uppercase;
 color:#1d1d1d;
 padding:0 0 0 25px;
 margin:0;
 border:none;
 text-align:right
}
.qodef-mega-menu-widget-holder .widget.qodef-woo-product-search button,
.qodef-mega-menu-widget-holder .widget.widget_product_search button,
.qodef-mega-menu-widget-holder .widget.widget_search button {
 position:absolute;
 top:4px;
 left:0;
 width:19px;
 height:auto;
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 padding:0;
 font-size:15px;
 color:#1d1d1d;
 background-color:transparent;
 border:0
}
.qodef-mega-menu-widget-holder .widget.qodef-woo-product-search button:hover,
.qodef-mega-menu-widget-holder .widget.widget_product_search button:hover,
.qodef-mega-menu-widget-holder .widget.widget_search button:hover {
 color:#8b8b8b
}
.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .qodef-widget-title {
 margin-bottom:12px
}
.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a {
 position:relative;
 display:inline-block;
 vertical-align:top;
 margin:0;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b;
 font-size:18px!important;
 line-height:24px;
 font-weight:inherit;
 letter-spacing:inherit;
 text-transform:capitalize
}
.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a a {
 color:inherit
}
.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a a:hover {
 color:#aeaeae
}
.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:not(:last-of-type):after {
 content:' ‒';
 color:#8b8b8b
}
.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:hover {
 color:#1d1d1d
}
.qodef-mega-menu-widget-holder .widget.widget_media_image {
 margin-bottom:0
}
.qodef-mega-menu-widget-holder .widget.widget_media_image .qodef-widget-title {
 margin-bottom:19px
}
.qodef-mega-menu-widget-holder .widget.widget_media_image a {
 display:inline-block;
 vertical-align:top
}
.qodef-mega-menu-widget-holder .widget.widget_media_image img {
 display:block
}
.qodef-mega-menu-widget-holder .widget.widget_konsept_core_blog_list {
 margin-bottom:53px
}
.qodef-mega-menu-widget-holder .widget.widget_konsept_core_blog_list .qodef-widget-title {
 margin-bottom:21px
}
.qodef-mega-menu-widget-holder .widget.widget_konsept_core_blog_list .qodef-e-inner {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.qodef-mega-menu-widget-holder .widget.widget_konsept_core_blog_list .entry-title {
 margin:0
}
.qodef-mega-menu-widget-holder .widget.widget_konsept_core_blog_list .entry-title a {
 color:#1d1d1d
}
.qodef-mega-menu-widget-holder .widget.widget_konsept_core_blog_list .qodef-e-info.qodef-info--bottom {
 margin-top:0!important
}
.qodef-mega-menu-widget-holder .widget.widget_konsept_core_instagram_list {
 margin-bottom:45px
}
.qodef-mega-menu-widget-holder .widget.widget_konsept_core_instagram_list .qodef-widget-title {
 margin-bottom:20px
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget {
 margin:0 0 0
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget:last-child {
 margin-bottom:0!important
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget .qodef-widget-title {
 margin:0 0 10px
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget .qodef-widget-title a {
 color:inherit
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget .qodef-widget-title a:hover {
 color:#aeaeae
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget a {
 color:#8b8b8b
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget a:hover {
 color:#aeaeae
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) {
 padding:0;
 margin:0;
 list-style:none
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li {
 font-size:14px;
 line-height:30px;
 margin:0 0 0
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li:last-child {
 margin-bottom:0
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li ul {
 margin-top:0;
 margin-left:1em
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_archive select,
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_categories select,
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_text select {
 width:100%;
 max-width:100%;
 margin:9px 0 0
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_archive .select2,
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_categories .select2,
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_text .select2 {
 margin-bottom:0
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_calendar {
 width:100%
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_calendar table {
 table-layout:fixed
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_calendar #today {
 color:#fff;
 background-color:#aeaeae
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_calendar #today a {
 color:inherit
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_calendar tfoot td,
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_calendar tfoot tr {
 border:0
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a {
 color:#8b8b8b
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a:hover {
 color:#aeaeae
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_text {
 font-size:inherit
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_text p {
 line-height:inherit
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_text img {
 display:block
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_rss ul li {
 margin-bottom:25px
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_rss ul li:last-child {
 margin-bottom:0
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_rss ul .rsswidget {
 display:block;
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_rss ul .rssSummary {
 margin-top:5px;
 line-height:1.5em
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_rss ul cite {
 display:block;
 margin-top:5px
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_rss ul .rss-date,
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_rss ul cite {
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_rss ul .rss-date a,
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_rss ul cite a {
 color:inherit
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_rss ul .rss-date a:hover,
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_rss ul cite a:hover {
 color:#aeaeae
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.qodef-woo-product-search .qodef-widget-title,
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_product_search .qodef-widget-title,
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_search .qodef-widget-title {
 margin-bottom:19px
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.qodef-woo-product-search .qodef-search-form-inner,
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_product_search .qodef-search-form-inner,
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_search .qodef-search-form-inner {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.qodef-woo-product-search .qodef-search-form-inner:after,
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_product_search .qodef-search-form-inner:after,
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_search .qodef-search-form-inner:after {
 content:'';
 display:block;
 position:absolute;
 right:0;
 bottom:6px;
 width:calc(100% - 28px);
 height:1px;
 background-color:#ddd
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.qodef-woo-product-search input,
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_product_search input,
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_search input {
 font-family:"Open Sans",sans-serif;
 font-size:11px;
 font-weight:400;
 letter-spacing:.25em;
 font-style:normal;
 text-transform:uppercase;
 color:#1d1d1d;
 padding:0 0 0 25px;
 margin:0;
 border:none;
 text-align:right
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.qodef-woo-product-search button,
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_product_search button,
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_search button {
 position:absolute;
 top:4px;
 left:0;
 width:19px;
 height:auto;
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 padding:0;
 font-size:15px;
 color:#1d1d1d;
 background-color:transparent;
 border:0
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.qodef-woo-product-search button:hover,
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_product_search button:hover,
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_search button:hover {
 color:#8b8b8b
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_tag_cloud .qodef-widget-title {
 margin-bottom:12px
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a {
 position:relative;
 display:inline-block;
 vertical-align:top;
 margin:0;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b;
 font-size:18px!important;
 line-height:24px;
 font-weight:inherit;
 letter-spacing:inherit;
 text-transform:capitalize
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a a {
 color:inherit
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a a:hover {
 color:#aeaeae
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:not(:last-of-type):after {
 content:' ‒';
 color:#8b8b8b
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:hover {
 color:#1d1d1d
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_media_image {
 margin-bottom:0
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_media_image .qodef-widget-title {
 margin-bottom:19px
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_media_image a {
 display:inline-block;
 vertical-align:top
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_media_image img {
 display:block
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_konsept_core_blog_list {
 margin-bottom:53px
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_konsept_core_blog_list .qodef-widget-title {
 margin-bottom:21px
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_konsept_core_blog_list .qodef-e-inner {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_konsept_core_blog_list .entry-title {
 margin:0
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_konsept_core_blog_list .entry-title a {
 color:#1d1d1d
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_konsept_core_blog_list .qodef-e-info.qodef-info--bottom {
 margin-top:0!important
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_konsept_core_instagram_list {
 margin-bottom:45px
}
.qodef-extended-dropdown-menu .qodef-mega-menu-widget-holder .widget.widget_konsept_core_instagram_list .qodef-widget-title {
 margin-bottom:20px
}
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 {
 display:none
}
input[type=text]::-ms-clear {
 display:none
}
#qodef-woo-page .product,
.qodef-woo-shortcode .product {
 position:relative
}
#qodef-woo-page .qodef-woo-product-marks-holder,
.qodef-woo-shortcode .qodef-woo-product-marks-holder {
 position:absolute;
 z-index:5;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 top:25px;
 right:25px;
 height:45px;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
#qodef-woo-page .qodef-woo-product-mark,
.qodef-woo-shortcode .qodef-woo-product-mark {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 width:45px;
 height:45px;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 line-height:1;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b;
 color:#ef5b47;
 border:1px solid currentColor;
 border-radius:50%;
 margin-right:15px
}
#qodef-woo-page .qodef-woo-product-mark a,
.qodef-woo-shortcode .qodef-woo-product-mark a {
 color:inherit
}
#qodef-woo-page .qodef-woo-product-mark a:hover,
.qodef-woo-shortcode .qodef-woo-product-mark a:hover {
 color:#aeaeae
}
#qodef-woo-page .qodef-woo-product-mark:last-child,
.qodef-woo-shortcode .qodef-woo-product-mark:last-child {
 margin-right:0
}
#qodef-woo-page .qodef-woo-product-mark.qodef-out-of-stock,
.qodef-woo-shortcode .qodef-woo-product-mark.qodef-out-of-stock {
 color:#8b8b8b
}
#qodef-woo-page .qodef-woo-product-mark.qodef-woo-onsale,
.qodef-woo-shortcode .qodef-woo-product-mark.qodef-woo-onsale {
 color:#9bb37d
}
#qodef-woo-page .qodef-woo-product-title,
.qodef-woo-shortcode .qodef-woo-product-title {
 margin:0
}
#qodef-woo-page .qodef-woo-product-title a:hover,
.qodef-woo-shortcode .qodef-woo-product-title a:hover {
 color:inherit
}
#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 {
 font-size:17px;
 letter-spacing:.5em;
 color:#8b8b8b
}
#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active {
 position:absolute;
 color:#1d1d1d;
 top:0;
 left:0;
 overflow:hidden;
 white-space:nowrap
}
#qodef-woo-page .price,
.qodef-woo-shortcode .price {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 font-size:17px;
 margin:0;
 line-height:1em
}
#qodef-woo-page .price ins,
.qodef-woo-shortcode .price ins {
 text-decoration:none
}
#qodef-woo-page .button:not(.yith-wcqv-button),
.qodef-woo-shortcode .button:not(.yith-wcqv-button) {
 padding:8px 52px;
 background-color:transparent;
 border:1px solid #8b8b8b;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#1d1d1d;
 -webkit-transition:.2s;
 -o-transition:.2s;
 transition:.2s;
 text-transform:capitalize
}
#qodef-woo-page .button:not(.yith-wcqv-button) a,
.qodef-woo-shortcode .button:not(.yith-wcqv-button) a {
 color:inherit
}
#qodef-woo-page .button:not(.yith-wcqv-button) a:hover,
.qodef-woo-shortcode .button:not(.yith-wcqv-button) a:hover {
 color:#aeaeae
}
#qodef-woo-page .button:not(.yith-wcqv-button):hover,
.qodef-woo-shortcode .button:not(.yith-wcqv-button):hover {
 background-color:transparent;
 border:1px solid #1d1d1d
}
#qodef-woo-page .product .added_to_cart,
#qodef-woo-page .product .button:not(.yith-wcqv-button):not(.single_add_to_cart_button),
.qodef-woo-shortcode .product .added_to_cart,
.qodef-woo-shortcode .product .button:not(.yith-wcqv-button):not(.single_add_to_cart_button) {
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#1d1d1d;
 position:relative;
 display:inline-block;
 vertical-align:middle;
 padding:0;
 line-height:1em;
 background:0 0;
 border:none;
 width:auto;
 z-index:12;
 text-transform:capitalize
}
#qodef-woo-page .product .added_to_cart a,
#qodef-woo-page .product .button:not(.yith-wcqv-button):not(.single_add_to_cart_button) a,
.qodef-woo-shortcode .product .added_to_cart a,
.qodef-woo-shortcode .product .button:not(.yith-wcqv-button):not(.single_add_to_cart_button) a {
 color:inherit
}
#qodef-woo-page .product .added_to_cart a:hover,
#qodef-woo-page .product .button:not(.yith-wcqv-button):not(.single_add_to_cart_button) a:hover,
.qodef-woo-shortcode .product .added_to_cart a:hover,
.qodef-woo-shortcode .product .button:not(.yith-wcqv-button):not(.single_add_to_cart_button) a:hover {
 color:#aeaeae
}
#qodef-woo-page .product .added_to_cart.added,
#qodef-woo-page .product .button:not(.yith-wcqv-button):not(.single_add_to_cart_button).added,
.qodef-woo-shortcode .product .added_to_cart.added,
.qodef-woo-shortcode .product .button:not(.yith-wcqv-button):not(.single_add_to_cart_button).added {
 display:none
}
#qodef-woo-page .product .button.single_add_to_cart_button,
.qodef-woo-shortcode .product .button.single_add_to_cart_button {
 background-color:transparent;
 border:1px solid #8b8b8b;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#1d1d1d;
 text-transform:capitalize
}
#qodef-woo-page .product .button.single_add_to_cart_button a,
.qodef-woo-shortcode .product .button.single_add_to_cart_button a {
 color:inherit
}
#qodef-woo-page .product .button.single_add_to_cart_button a:hover,
.qodef-woo-shortcode .product .button.single_add_to_cart_button a:hover {
 color:#aeaeae
}
#qodef-woo-page .product .button.single_add_to_cart_button:hover,
.qodef-woo-shortcode .product .button.single_add_to_cart_button:hover {
 background-color:transparent
}
#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:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em
}
.woocommerce-error {
 color:#ec5446
}
.woocommerce-page div.woocommerce .woocommerce-error,
.woocommerce-page div.woocommerce .woocommerce-info,
.woocommerce-page div.woocommerce .woocommerce-message {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row;
 padding:30px 40px 35px;
 margin-bottom:35px;
 background:#fff;
 border:1px solid #ddd
}
@media only screen and (max-width:1024px) {
 .woocommerce-page div.woocommerce .woocommerce-error a,
 .woocommerce-page div.woocommerce .woocommerce-info a,
 .woocommerce-page div.woocommerce .woocommerce-message a {
  margin-top:12px
 }
}
@media only screen and (max-width:680px) {
 .woocommerce-page div.woocommerce .woocommerce-error,
 .woocommerce-page div.woocommerce .woocommerce-info,
 .woocommerce-page div.woocommerce .woocommerce-message {
  -ms-flex-wrap:wrap-reverse;
  flex-wrap:wrap-reverse;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end
 }
}
.woocommerce-page div.woocommerce .woocommerce-error a:not(.button),
.woocommerce-page div.woocommerce .woocommerce-info a:not(.button),
.woocommerce-page div.woocommerce .woocommerce-message a:not(.button) {
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#1d1d1d;
 overflow:hidden;
 position:relative;
 padding-right:2px
}
.woocommerce-page div.woocommerce .woocommerce-error a:not(.button) a,
.woocommerce-page div.woocommerce .woocommerce-info a:not(.button) a,
.woocommerce-page div.woocommerce .woocommerce-message a:not(.button) a {
 color:inherit
}
.woocommerce-page div.woocommerce .woocommerce-error a:not(.button) a:hover,
.woocommerce-page div.woocommerce .woocommerce-info a:not(.button) a:hover,
.woocommerce-page div.woocommerce .woocommerce-message a:not(.button) a:hover {
 color:#aeaeae
}
.woocommerce-page div.woocommerce .woocommerce-error a:not(.button):after,
.woocommerce-page div.woocommerce .woocommerce-info a:not(.button):after,
.woocommerce-page div.woocommerce .woocommerce-message a:not(.button):after {
 content:'';
 position:absolute;
 left:0;
 bottom:3px;
 height:1px;
 width:100%;
 display:block;
 background:currentColor;
 -webkit-transform:scaleX(0);
 -ms-transform:scaleX(0);
 transform:scaleX(0);
 -webkit-transform-origin:right;
 -ms-transform-origin:right;
 transform-origin:right;
 -webkit-transition:-webkit-transform .4s;
 transition:-webkit-transform .4s;
 -o-transition:transform .4s;
 transition:transform .4s;
 transition:transform .4s,-webkit-transform .4s
}
.woocommerce-page div.woocommerce .woocommerce-error a:not(.button):hover:after,
.woocommerce-page div.woocommerce .woocommerce-info a:not(.button):hover:after,
.woocommerce-page div.woocommerce .woocommerce-message a:not(.button):hover:after {
 -webkit-transform-origin:left;
 -ms-transform-origin:left;
 transform-origin:left;
 -webkit-transform:scaleX(1);
 -ms-transform:scaleX(1);
 transform:scaleX(1)
}
.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:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em
}
.woocommerce-page div.woocommerce .shop_table td ul {
 list-style:none;
 margin:0;
 padding:0
}
.woocommerce-page div.woocommerce .shop_table td ul li {
 font-size:17px;
 color:#8b8b8b;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 margin-bottom:6px
}
.woocommerce-page div.woocommerce .shop_table td ul li input {
 margin-top:1px;
 margin-right:10px
}
.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 .col2-set {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:start;
 -ms-flex-align:start;
 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__button--arrow--left:before,
.woocommerce-page .pswp__button--arrow--right:before,
.woocommerce-page .pswp__button.pswp__button--close,
.woocommerce-page .pswp__button.pswp__button--fs,
.woocommerce-page .pswp__button.pswp__button--zoom {
 background:0 0!important
}
.woocommerce-page .pswp__button--arrow--left:before,
.woocommerce-page .pswp__button--arrow--right:before,
.woocommerce-page .pswp__button.pswp__button--close:before,
.woocommerce-page .pswp__button.pswp__button--fs:before,
.woocommerce-page .pswp__button.pswp__button--zoom:before {
 border:0;
 color:#fff;
 font-family:"Font Awesome 5 Free";
 font-weight:900;
 background:0 0
}
.woocommerce-page .pswp__button--arrow--left:before {
 font-size:45px;
 content:"\f104"
}
.woocommerce-page .pswp__button--arrow--right:before {
 font-size:45px;
 content:"\f105"
}
.woocommerce-page .pswp__button.pswp__button--close:before {
 font-size:17px;
 content:"\f00d"
}
.woocommerce-page .pswp__button.pswp__button--zoom:before {
 font-size:17px;
 content:"\f00e"
}
.woocommerce-page .pswp--zoomed-in .pswp__button.pswp__button--zoom:before {
 font-size:17px;
 content:"\f010"
}
.woocommerce-page .pswp__button.pswp__button--fs:before {
 font-size:17px;
 content:"\f0b2"
}
.woocommerce-page .pswp__caption__center,
.woocommerce-page .pswp__counter {
 font-family:inherit;
 text-transform:uppercase;
 font-size:15px;
 font-weight:500;
 color:#fff
}
#yith-quick-view-modal .yith-quick-view-overlay {
 background:rgba(0,0,0,.4)!important
}
#yith-quick-view-modal .yith-wcqv-wrapper {
 width:960px;
 height:640px
}
#yith-quick-view-modal .yith-wcqv-main {
 -webkit-box-shadow:none!important;
 box-shadow:none!important;
 overflow-y:auto!important
}
#yith-quick-view-modal #yith-quick-view-close {
 font-size:0;
 border:none!important;
 top:30px;
 right:30px
}
#yith-quick-view-modal #yith-quick-view-close:after {
 content:'';
 font-family:Linearicons-Free;
 font-size:18px;
 color:#1d1d1d
}
#yith-quick-view-modal #yith-quick-view-content .product {
 height:100%
}
#yith-quick-view-modal #yith-quick-view-content .product .product {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
#yith-quick-view-modal #yith-quick-view-content .product .product .qodef-woo-product-mark {
 position:absolute;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 top:25px;
 right:calc(50% + 25px);
 width:45px;
 height:45px;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 font-size:16px;
 line-height:1;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b;
 color:#ef5b47;
 border:1px solid currentColor;
 border-radius:50%;
 z-index:5
}
#yith-quick-view-modal #yith-quick-view-content .product .product .qodef-woo-product-mark a {
 color:inherit
}
#yith-quick-view-modal #yith-quick-view-content .product .product .qodef-woo-product-mark a:hover {
 color:#aeaeae
}
#yith-quick-view-modal #yith-quick-view-content .product .product .qodef-woo-product-mark.qodef-new {
 right:calc(50% + 85px)
}
@media only screen and (max-width:1024px) {
 #yith-quick-view-modal #yith-quick-view-content .product .product .qodef-woo-product-mark.qodef-new {
  right:calc(50% + 25px);
  top:85px
 }
}
#yith-quick-view-modal #yith-quick-view-content .product .product .qodef-woo-product-mark.qodef-out-of-stock {
 color:#8b8b8b
}
#yith-quick-view-modal #yith-quick-view-content .product .product .qodef-woo-product-mark.qodef-woo-onsale {
 color:#9bb37d
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.images {
 width:50%;
 height:100%
}
@media only screen and (max-width:680px) {
 #yith-quick-view-modal #yith-quick-view-content .product .product div.images {
  height:auto
 }
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.images .woocommerce-product-gallery__image img {
 height:100%;
 -o-object-fit:cover;
 object-fit:cover
}
@media only screen and (max-width:680px) {
 #yith-quick-view-modal #yith-quick-view-content .product .product div.images .woocommerce-product-gallery__image img {
  -o-object-fit:contain;
  object-fit:contain
 }
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary {
 width:50%;
 padding:0 60px 35px 35px;
 max-height:100%;
 overflow-y:auto
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary .summary-content {
 max-width:370px
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary h1 {
 margin-bottom:0
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary .price {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 font-size:17px;
 margin:0;
 line-height:1em;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#1d1d1d;
 margin-bottom:12px
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary .price ins {
 text-decoration:none
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary .price a {
 color:inherit
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary .price a:hover {
 color:#aeaeae
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary .price del {
 color:#8b8b8b
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary .woocommerce-product-rating {
 display:inline-block;
 position:relative
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary .woocommerce-product-rating .qodef--initial {
 position:absolute
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary .woocommerce-product-rating .qodef--active {
 position:relative;
 z-index:2;
 color:#1d1d1d;
 overflow:hidden
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary .woocommerce-product-details__short-description {
 padding:8px 0 27px
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary .out-of-stock {
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em;
 margin:0;
 font-weight:700
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary .qodef-quantity-buttons {
 margin-right:22px;
 margin-bottom:30px
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary .woocommerce-grouped-product-list .qodef-quantity-buttons {
 margin-right:0
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary .single_add_to_cart_button {
 background-color:transparent;
 border:1px solid #8b8b8b;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#1d1d1d;
 display:inline-block;
 padding:8px 47px;
 margin-bottom:30px
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary .single_add_to_cart_button a {
 color:inherit
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary .single_add_to_cart_button a:hover {
 color:#aeaeae
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary .woocommerce-wcqw-product__link {
 background-color:transparent;
 border:0;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#1d1d1d;
 display:inline-block;
 position:relative;
 margin-top:8px
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary .woocommerce-wcqw-product__link a {
 color:inherit
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary .woocommerce-wcqw-product__link a:hover {
 color:#aeaeae
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary .woocommerce-wcqw-product__link .qodef-m-text {
 display:inline-block;
 position:relative;
 vertical-align:middle;
 line-height:1em
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary .woocommerce-wcqw-product__link:hover {
 color:#1d1d1d
}
#yith-quick-view-modal #yith-quick-view-content .product .product div.summary .woocommerce-wcqw-product__link .qodef-m-text:after {
 bottom:0
}
#yith-quick-view-modal #yith-quick-view-content .product .product figure {
 height:100%
}
#yith-quick-view-modal #yith-quick-view-content .product .product figure .woocommerce-product-gallery__image {
 height:100%
}
@media only screen and (max-width:768px) {
 #yith-quick-view-modal #yith-quick-view-content .product .product div.summary {
  padding:0 0 45px 35px
 }
 #yith-quick-view-modal #yith-quick-view-content .product .product div.summary h1 {
  font-size:25px
 }
}
@media only screen and (max-width:680px) {
 #yith-quick-view-modal #yith-quick-view-content .product .product {
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
 }
 #yith-quick-view-modal #yith-quick-view-content .product .product div.images,
 #yith-quick-view-modal #yith-quick-view-content .product .product div.summary {
  width:100%
 }
 #yith-quick-view-modal #yith-quick-view-content .product .product div.summary {
  padding:15px 25px 40px
 }
}
#yith-quick-view-modal #yith-quick-view-content .woocommerce-grouped-product-list {
 margin-bottom:30px;
 border:1px solid #ddd
}
#yith-quick-view-modal #yith-quick-view-content .woocommerce-grouped-product-list tr {
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 border-width:0 0 1px
}
#yith-quick-view-modal #yith-quick-view-content .woocommerce-grouped-product-list tr:last-of-type {
 border-bottom:none
}
#yith-quick-view-modal #yith-quick-view-content .woocommerce-grouped-product-list td,
#yith-quick-view-modal #yith-quick-view-content .woocommerce-grouped-product-list th {
 padding:14px 20px 10px;
 text-align:initial;
 vertical-align:middle;
 border:0
}
#yith-quick-view-modal #yith-quick-view-content .woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__quantity {
 -ms-flex-negative:0;
 flex-shrink:0
}
#yith-quick-view-modal #yith-quick-view-content .woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__label {
 padding-left:0;
 padding-right:0
}
#yith-quick-view-modal #yith-quick-view-content .woocommerce-grouped-product-list label {
 margin-bottom:0;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b
}
#yith-quick-view-modal #yith-quick-view-content .woocommerce-grouped-product-list label a {
 color:inherit
}
#yith-quick-view-modal #yith-quick-view-content .woocommerce-grouped-product-list label a:hover {
 color:#aeaeae
}
#yith-quick-view-modal #yith-quick-view-content .woocommerce-grouped-product-list .qodef-quantity-buttons {
 padding:0 20px
}
#yith-quick-view-modal #yith-quick-view-content .variations {
 margin-bottom:30px;
 border:1px solid #ddd
}
#yith-quick-view-modal #yith-quick-view-content .variations td,
#yith-quick-view-modal #yith-quick-view-content .variations th {
 padding:14px 20px 10px;
 text-align:initial;
 vertical-align:middle;
 border:0
}
@media only screen and (max-width:680px) {
 #yith-quick-view-modal #yith-quick-view-content .variations td,
 #yith-quick-view-modal #yith-quick-view-content .variations th {
  padding:14px 10px 10px
 }
}
#yith-quick-view-modal #yith-quick-view-content .variations label {
 margin-bottom:0;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b
}
#yith-quick-view-modal #yith-quick-view-content .variations label a {
 color:inherit
}
#yith-quick-view-modal #yith-quick-view-content .variations label a:hover {
 color:#aeaeae
}
#yith-quick-view-modal #yith-quick-view-content .variations select {
 width:auto;
 min-width:200px;
 margin:0;
 margin:0 20px 0 auto;
 border:none
}
@media only screen and (max-width:680px) {
 #yith-quick-view-modal #yith-quick-view-content .variations select {
  min-width:140px;
  margin-right:10px;
  padding-left:10px
 }
}
#yith-quick-view-modal #yith-quick-view-content .variations .value {
 text-align:right;
 padding:0
}
#yith-quick-view-modal #yith-quick-view-content .variations .select2-container--default {
 margin:0
}
#yith-quick-view-modal #yith-quick-view-content .variations .select2-container--default .select2-selection--single {
 border:none!important;
 height:1em;
 padding:0 25px 0 0
}
#yith-quick-view-modal #yith-quick-view-content .variations .select2-container--default .select2-selection--single .select2-selection__arrow {
 width:25px;
 top:4px;
 font-size:21px;
 color:#8b8b8b
}
#yith-quick-view-modal #yith-quick-view-content .variations .reset_variations {
 display:none!important
}
#yith-quick-view-modal .single_variation {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 margin-bottom:30px
}
#yith-quick-view-modal .single_variation .price {
 margin:0
}
#yith-quick-view-modal .reset_variations {
 display:none
}
.attribute_pa_color .select_option {
 margin-right:4px;
 border-radius:50%;
 border:1px solid transparent;
 -webkit-transition:border-color .2s ease-in-out;
 -o-transition:border-color .2s ease-in-out;
 transition:border-color .2s ease-in-out
}
.attribute_pa_color .select_option:hover {
 border-color:#ddd!important
}
.attribute_pa_color .select_option.selected {
 border-color:transparent
}
.attribute_pa_color .select_option .yith_wccl_value {
 width:10px!important;
 min-width:10px!important;
 height:10px!important;
 border-radius:50%;
 margin:2px;
 border:none
}
.select_box_colorpicker {
 display:inline-block;
 vertical-align:middle
}
.select_box_colorpicker .reset_variations {
 margin-top:0
}
.select_box_colorpicker .select_box:after {
 margin-bottom:5px
}
#qodef-woo-page.qodef--cart .woocommerce-error,
#qodef-woo-page.qodef--cart .woocommerce-info,
#qodef-woo-page.qodef--cart .woocommerce-message {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row;
 padding:30px 40px 35px;
 margin-bottom:35px;
 background:#fff;
 border:1px solid #ddd
}
@media only screen and (max-width:1024px) {
 #qodef-woo-page.qodef--cart .woocommerce-error a,
 #qodef-woo-page.qodef--cart .woocommerce-info a,
 #qodef-woo-page.qodef--cart .woocommerce-message a {
  margin-top:12px
 }
}
@media only screen and (max-width:680px) {
 #qodef-woo-page.qodef--cart .woocommerce-error,
 #qodef-woo-page.qodef--cart .woocommerce-info,
 #qodef-woo-page.qodef--cart .woocommerce-message {
  -ms-flex-wrap:wrap-reverse;
  flex-wrap:wrap-reverse;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end
 }
}
#qodef-woo-page.qodef--cart .woocommerce-error a:not(.button),
#qodef-woo-page.qodef--cart .woocommerce-info a:not(.button),
#qodef-woo-page.qodef--cart .woocommerce-message a:not(.button) {
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#1d1d1d;
 overflow:hidden;
 position:relative;
 padding-right:2px
}
#qodef-woo-page.qodef--cart .woocommerce-error a:not(.button) a,
#qodef-woo-page.qodef--cart .woocommerce-info a:not(.button) a,
#qodef-woo-page.qodef--cart .woocommerce-message a:not(.button) a {
 color:inherit
}
#qodef-woo-page.qodef--cart .woocommerce-error a:not(.button) a:hover,
#qodef-woo-page.qodef--cart .woocommerce-info a:not(.button) a:hover,
#qodef-woo-page.qodef--cart .woocommerce-message a:not(.button) a:hover {
 color:#aeaeae
}
#qodef-woo-page.qodef--cart .woocommerce-error a:not(.button):after,
#qodef-woo-page.qodef--cart .woocommerce-info a:not(.button):after,
#qodef-woo-page.qodef--cart .woocommerce-message a:not(.button):after {
 content:'';
 position:absolute;
 left:0;
 bottom:3px;
 height:1px;
 width:100%;
 display:block;
 background:currentColor;
 -webkit-transform:scaleX(0);
 -ms-transform:scaleX(0);
 transform:scaleX(0);
 -webkit-transform-origin:right;
 -ms-transform-origin:right;
 transform-origin:right;
 -webkit-transition:-webkit-transform .4s;
 transition:-webkit-transform .4s;
 -o-transition:transform .4s;
 transition:transform .4s;
 transition:transform .4s,-webkit-transform .4s
}
#qodef-woo-page.qodef--cart .woocommerce-error a:not(.button):hover:after,
#qodef-woo-page.qodef--cart .woocommerce-info a:not(.button):hover:after,
#qodef-woo-page.qodef--cart .woocommerce-message a:not(.button):hover:after {
 -webkit-transform-origin:left;
 -ms-transform-origin:left;
 transform-origin:left;
 -webkit-transform:scaleX(1);
 -ms-transform:scaleX(1);
 transform:scaleX(1)
}
@media only screen and (max-width:680px) {
 #qodef-woo-page.qodef--cart .woocommerce-error,
 #qodef-woo-page.qodef--cart .woocommerce-info,
 #qodef-woo-page.qodef--cart .woocommerce-message {
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
 }
}
#qodef-woo-page.qodef--cart .shop_table .product-price {
 min-width:100px
}
#qodef-woo-page.qodef--cart .shop_table th {
 padding-bottom:11px
}
@media (min-width:768px) {
 #qodef-woo-page.qodef--cart .shop_table th {
  font-size:16px;
  letter-spacing:.14em
 }
}
#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;
 color:#1d1d1d
}
#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
 width:135px;
 padding:30px 20px 30px 5px
}
#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 {
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em;
 text-align:left
}
#qodef-woo-page.qodef--cart .shop_table td.product-name a {
 color:#1d1d1d;
 letter-spacing:inherit
}
#qodef-woo-page.qodef--cart .shop_table td.product-price,
#qodef-woo-page.qodef--cart .shop_table td.product-subtotal {
 font-family:"EB Garamond",serif;
 font-size:17px;
 font-weight:400;
 font-style:italic;
 color:#1d1d1d
}
#qodef-woo-page.qodef--cart .shop_table td.product-price a,
#qodef-woo-page.qodef--cart .shop_table td.product-subtotal a {
 color:inherit
}
#qodef-woo-page.qodef--cart .shop_table td.product-price a:hover,
#qodef-woo-page.qodef--cart .shop_table td.product-subtotal a:hover {
 color:#aeaeae
}
#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:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:start;
 -ms-flex-align:start;
 align-items:flex-start;
 -ms-flex-wrap:wrap;
 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-top:14px;
 padding-bottom:14px
}
#qodef-woo-page.qodef--cart .shop_table td.actions>.button {
 float:right
}
#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:16%;
 font-size:16px
}
#qodef-woo-page.qodef--cart .cart-collaterals .shop_table td {
 font-family:"EB Garamond",serif;
 font-size:17px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b
}
#qodef-woo-page.qodef--cart .cart-collaterals .shop_table td a {
 color:inherit
}
#qodef-woo-page.qodef--cart .cart-collaterals .shop_table td a:hover {
 color:#aeaeae
}
#qodef-woo-page.qodef--cart .cart-collaterals .shop_table .cart-subtotal td,
#qodef-woo-page.qodef--cart .cart-collaterals .shop_table .order-total td {
 color:#1d1d1d
}
#qodef-woo-page.qodef--cart .cart_totals,
#qodef-woo-page.qodef--cart .cross-sells {
 margin-top:100px
}
#qodef-woo-page.qodef--cart .cart_totals>h2,
#qodef-woo-page.qodef--cart .cross-sells>h2 {
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:29px;
 line-height:1.55em;
 letter-spacing:.2em;
 margin:0 0 42px
}
#qodef-woo-page.qodef--cart .shipping-calculator-form {
 padding-top:15px;
 padding-bottom:15px
}
#qodef-woo-page.qodef--cart .shipping-calculator-form select {
 width:auto;
 min-width:100%;
 margin:0
}
#qodef-woo-page.qodef--cart .shipping-calculator-form input[type=text] {
 margin-bottom:20px
}
#qodef-woo-page.qodef--cart .wc-proceed-to-checkout {
 margin-top:30px
}
#qodef-woo-page.qodef--cart .wc-proceed-to-checkout .checkout-button {
 padding:8px 52px;
 display:inline-block;
 line-height:2em
}
.woocommerce-page div.woocommerce>.cart-empty {
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:29px;
 line-height:1.55em;
 letter-spacing:.2em;
 margin:0;
 font-size:20px;
 line-height:1.55em;
 letter-spacing:.18em;
 line-height:1em;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 text-align:center;
 border:none;
 padding:0 0 25px
}
.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;
 margin:0;
 font-family:"Josefin Sans",sans-serif;
 font-size:18px;
 line-height:2em;
 font-weight:600;
 text-decoration:none;
 text-transform:capitalize;
 border-radius:0;
 outline:0;
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 -webkit-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
 -o-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
 transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
 padding:8px 52px;
 text-transform:capitalize;
 cursor:pointer;
 z-index:3;
 background-color:#1d1d1d;
 border:1px solid transparent;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#fff;
 padding-bottom:12px
}
.woocommerce-page div.woocommerce>.return-to-shop a a {
 color:inherit
}
.woocommerce-page div.woocommerce>.return-to-shop a a:hover {
 color:#aeaeae
}
.woocommerce-page div.woocommerce>.return-to-shop a:hover {
 color:#fff;
 border-color:#2d2d2d;
 background-color:#2d2d2d
}
#qodef-woo-page.qodef--checkout ul.woocommerce-error {
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column
}
#qodef-woo-page.qodef--checkout .woocommerce-form-coupon>p {
 margin-bottom:10px
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout {
 margin-top:53px
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout .select2-container--default {
 margin-bottom:0
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout .select2-container--default .select2-selection--single {
 height:48px
}
#qodef-woo-page.qodef--checkout #customer_details h3 {
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:29px;
 line-height:1.55em;
 letter-spacing:.2em;
 margin:0 0 40px;
 font-size:20px;
 line-height:1.55em;
 letter-spacing:.18em
}
#qodef-woo-page.qodef--checkout #customer_details label {
 margin-bottom:0
}
#qodef-woo-page.qodef--checkout #customer_details .form-row {
 display:block;
 margin-bottom:30px
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order #order_review_heading {
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:16px;
 line-height:1.5em;
 letter-spacing:.12em;
 margin:0 0 20px
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order .product-name {
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order .product-name strong {
 font-family:"Open Sans",sans-serif;
 font-size:12px;
 font-weight:600
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order th.product-name {
 font-size:16px
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order .product-total:not(th) {
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#1d1d1d
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order .product-total:not(th) a {
 color:inherit
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order .product-total:not(th) a:hover {
 color:#aeaeae
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order th.product-total {
 font-size:16px
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order tfoot th {
 font-size:16px
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order tfoot td {
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#1d1d1d
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order tfoot td a {
 color:inherit
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order tfoot td a:hover {
 color:#aeaeae
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order tfoot td strong {
 font-weight:400
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment {
 margin-top:30px
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order {
 margin-top:30px
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order button {
 background-color:transparent;
 border:1px solid #8b8b8b;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#1d1d1d;
 padding:8px 52px
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order button a {
 color:inherit
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order button a:hover {
 color:#aeaeae
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order button:hover {
 border:1px solid #1d1d1d
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
 margin-bottom:40px
}
#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 #ddd
}
#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 .payment_method_paypal img {
 margin-left:6px
}
#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio {
 position:absolute;
 top:23px;
 left:0;
 margin:0
}
#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio#payment_method_paypal {
 top:63px
}
#qodef-woo-page.qodef--checkout .wc_payment_methods .about_paypal {
 margin-left:30px
}
#qodef-woo-page.qodef--checkout .wc_payment_methods label {
 cursor:pointer;
 margin-bottom:.1em
}
.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 #ddd
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li p {
 margin:0
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
 color:#666
}
.woocommerce-account .woocommerce-MyAccount-content {
 position:relative;
 display:inline-block;
 vertical-align:top;
 width:70%;
 float:left
}
.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message {
 -webkit-box-orient:horizontal;
 -webkit-box-direction:reverse;
 -ms-flex-direction:row-reverse;
 flex-direction:row-reverse
}
.woocommerce-account .button {
 position:relative;
 display:inline-block;
 vertical-align:middle;
 width:auto;
 margin:0;
 font-family:"Josefin Sans",sans-serif;
 font-size:18px;
 line-height:2em;
 font-weight:600;
 text-decoration:none;
 text-transform:capitalize;
 border-radius:0;
 outline:0;
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 -webkit-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
 -o-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
 transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
 padding:8px 52px;
 text-transform:capitalize;
 cursor:pointer;
 z-index:3;
 background-color:#1d1d1d;
 border:1px solid transparent;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#fff;
 background-color:transparent;
 border:1px solid #8b8b8b;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#1d1d1d
}
.woocommerce-account .button a {
 color:inherit
}
.woocommerce-account .button a:hover {
 color:#aeaeae
}
.woocommerce-account .button:hover {
 color:#fff;
 border-color:#2d2d2d;
 background-color:#2d2d2d
}
.woocommerce-account .button a {
 color:inherit
}
.woocommerce-account .button a:hover {
 color:#aeaeae
}
.woocommerce-account .button:hover {
 color:#1d1d1d;
 background-color:transparent;
 border:1px solid #1d1d1d
}
.woocommerce-account .woocommerce-form-login label {
 margin-bottom:.2em
}
.woocommerce-account .woocommerce-form-login input[type=text] {
 margin-bottom:28px
}
.woocommerce-account .woocommerce-form-login input[type=password] {
 margin-bottom:40px
}
.woocommerce-account .woocommerce-form-login .form-row:not(.form-row-wide) {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:reverse;
 -ms-flex-direction:row-reverse;
 flex-direction:row-reverse;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox {
 display:inline-block;
 margin-left:20px;
 margin-bottom:0
}
.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword {
 margin-top:30px
}
.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword a {
 color:#8b8b8b
}
.woocommerce-account .woocommerce-EditAccountForm fieldset {
 padding:0;
 margin:0 0 20px
}
.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
 display:none
}
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row {
 margin-bottom:13px
}
.woocommerce-account .woocommerce-Addresses a.edit {
 position:relative;
 display:inline-block;
 line-height:1.5em;
 background-color:transparent;
 border:0;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#1d1d1d;
 overflow:hidden
}
.woocommerce-account .woocommerce-Addresses a.edit a {
 color:inherit
}
.woocommerce-account .woocommerce-Addresses a.edit a:hover {
 color:#aeaeae
}
.woocommerce-account .woocommerce-Addresses a.edit .qodef-m-text {
 display:inline-block;
 position:relative;
 vertical-align:middle;
 line-height:1em
}
.woocommerce-account .woocommerce-Addresses a.edit:hover {
 color:#1d1d1d
}
.woocommerce-account .woocommerce-Addresses a.edit:after {
 content:'';
 position:absolute;
 left:0;
 bottom:3px;
 height:1px;
 width:100%;
 display:block;
 background:currentColor;
 -webkit-transform:scaleX(0);
 -ms-transform:scaleX(0);
 transform:scaleX(0);
 -webkit-transform-origin:right;
 -ms-transform-origin:right;
 transform-origin:right;
 -webkit-transition:-webkit-transform .4s;
 transition:-webkit-transform .4s;
 -o-transition:transform .4s;
 transition:transform .4s;
 transition:transform .4s,-webkit-transform .4s
}
.woocommerce-account .woocommerce-Addresses a.edit:hover:after {
 -webkit-transform-origin:left;
 -ms-transform-origin:left;
 transform-origin:left;
 -webkit-transform:scaleX(1);
 -ms-transform:scaleX(1);
 transform:scaleX(1)
}
.woocommerce-account .woocommerce-address-fields .form-row {
 margin-bottom:30px
}
.woocommerce-account .woocommerce-address-fields .select2-container--default {
 margin-bottom:0
}
.woocommerce-account .woocommerce-address-fields__field-wrapper {
 margin-bottom:30px
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:29px;
 line-height:1.55em;
 letter-spacing:.2em;
 margin:0 0 20px
}
.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 #ddd
}
.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:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:29px;
 line-height:1.55em;
 letter-spacing:.2em;
 margin:0 0 20px
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
 margin-top:50px
}
.woocommerce-form-track-order label {
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:16px;
 line-height:1.5em;
 letter-spacing:.12em;
 margin-top:27px
}
.woocommerce-form-track-order .form-row-last label {
 margin-top:35px
}
.woocommerce-form-track-order button {
 margin-top:20px
}
#qodef-woo-page .woocommerce-pagination {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 margin-top:12px
}
#qodef-woo-page .woocommerce-pagination .page-numbers {
 position:relative;
 margin:0 2px;
 width:40px;
 height:40px;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 border-radius:50%;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b;
 border:1px solid transparent;
 -webkit-transition:.3s;
 -o-transition:.3s;
 transition:.3s
}
#qodef-woo-page .woocommerce-pagination .page-numbers a {
 color:inherit
}
#qodef-woo-page .woocommerce-pagination .page-numbers a:hover {
 color:#aeaeae
}
@media only screen and (max-width:680px) {
 #qodef-woo-page .woocommerce-pagination .page-numbers {
  width:30px;
  height:30px;
  font-size:16px;
  margin:0 1px
 }
}
#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.dots {
 border:none
}
#qodef-woo-page .woocommerce-pagination .page-numbers.dots:hover {
 border:none
}
#qodef-woo-page .woocommerce-pagination .page-numbers.dots:after {
 display:none
}
#qodef-woo-page .woocommerce-pagination .page-numbers.current,
#qodef-woo-page .woocommerce-pagination .page-numbers:hover {
 border:1px solid currentColor
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next,
#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
 position:relative;
 top:1px;
 font-size:30px;
 border:none;
 color:#1d1d1d
}
body:not([class*=konsept-core]) #qodef-woo-page .woocommerce-pagination .page-numbers.next,
body:not([class*=konsept-core]) #qodef-woo-page .woocommerce-pagination .page-numbers.prev {
 top:0
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next:after,
#qodef-woo-page .woocommerce-pagination .page-numbers.prev:after {
 display:none
}
#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
 margin-right:6px
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next {
 margin-left:6px
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next svg {
 -webkit-transform:scaleX(-1);
 -ms-transform:scaleX(-1);
 transform:scaleX(-1)
}
.qodef-woo-product-list {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top
}
.qodef-woo-product-list ul.products {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:start;
 -ms-flex-align:start;
 align-items:flex-start;
 -ms-flex-wrap:wrap;
 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
}
.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
}
.qodef-woo-product-list.qodef-gutter--no ul.products>.product {
 padding:0 0;
 margin:0 0 0
}
.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--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--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--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--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--huge ul.products {
 margin:0 -32px
}
.qodef-woo-product-list.qodef-gutter--huge ul.products>.product {
 padding:0 32px;
 margin:0 0 64px
}
.qodef-woo-product-list.qodef-gutter--enormous ul.products {
 margin:0 -40px
}
.qodef-woo-product-list.qodef-gutter--enormous ul.products>.product {
 padding:0 40px;
 margin:0 0 80px
}
.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-image {
 position:relative;
 display:inline-block;
 vertical-align:top;
 width:100%;
 min-height:200px
}
.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%;
 z-index:6;
 padding:20px 28px;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 background:rgba(247,248,249,.95);
 opacity:0;
 -webkit-transition:opacity .5s;
 -o-transition:opacity .5s;
 transition:opacity .5s
}
.qodef-woo-product-list .qodef-woo-product-image-inner .qodef-woo-product-additional-icons {
 position:absolute;
 top:19px;
 left:20px;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 z-index:20
}
.qodef-woo-product-list .qodef-woo-product-image-inner .qodef-woo-product-additional-icons .yith-wcqv-button {
 font-size:0!important;
 color:#1d1d1d;
 background:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2218.936px%22 height=%2214.092px%22 viewBox=%220 0 18.936 14.092%22 enable-background=%22new 0 0 18.936 14.092%22 xml:space=%22preserve%22%3E%3Cpath fill=%22none%22 stroke=%22%23000000%22 stroke-width=%221.1%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 d=%22M0.726,7.046 c0,0,3.178-6.358,8.741-6.358s8.743,6.358,8.743,6.358s-3.18,6.358-8.743,6.358S0.726,7.046,0.726,7.046z%22/%3E%3Ccircle fill=%22none%22 stroke=%22currentColor%22 stroke-width=%221.1%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 cx=%229.467%22 cy=%227.045%22 r=%222.384%22/%3E%3C/svg%3E") no-repeat center!important;
 width:19px;
 height:18px
}
.qodef-woo-product-list .qodef-woo-product-image-inner .qodef-woo-product-additional-icons .yith-wcqv-button:hover {
 opacity:.7
}
.qodef-woo-product-list .qodef-woo-product-image-inner .qodef-woo-product-additional-icons .yith-wcwl-add-to-wishlist {
 margin-top:0;
 margin-right:15px
}
.qodef-woo-product-list .qodef-woo-product-image-inner .qodef-woo-product-additional-icons .yith-wcwl-add-to-wishlist .feedback {
 font-size:0
}
.qodef-woo-product-list .qodef-woo-product-image-inner .qodef-woo-product-additional-icons .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
 display:block;
 font-size:0;
 margin:0;
 background:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2217.5px%22 height=%2215.542px%22 viewBox=%221.075 1.364 17.5 15.542%22 %3E%3Cpath fill=%22%23000000%22 stroke=%22%23000000%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 d=%22M16.674,3.385	c-1.644-1.644-4.309-1.644-5.953,0c-0.001,0-0.001,0-0.001,0L9.907,4.198l-0.81-0.813c-1.645-1.644-4.313-1.644-5.956,0	c-1.645,1.644-1.645,4.312,0,5.957l0.812,0.81l5.954,5.956l5.956-5.956l0.811-0.81c1.644-1.645,1.646-4.311,0.002-5.955	C16.676,3.387,16.676,3.386,16.674,3.385z%22/%3E%3C/svg%3E") no-repeat center!important;
 width:18px;
 height:16px
}
.qodef-woo-product-list .qodef-woo-product-image-inner .qodef-woo-product-additional-icons .yith-wcwl-wishlistaddedbrowse a,
.qodef-woo-product-list .qodef-woo-product-image-inner .qodef-woo-product-additional-icons .yith-wcwl-wishlistexistsbrowse a {
 position:absolute;
 top:30px;
 left:0;
 line-height:1.25em
}
.qodef-woo-product-list .qodef-woo-product-image-inner .qodef-woo-product-additional-icons .yith-wcwl-add-button {
 font-size:0;
 color:#1d1d1d;
 background:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2217.5px%22 height=%2215.542px%22 viewBox=%221.075 1.364 17.5 15.542%22 %3E%3Cpath fill=%22none%22 stroke=%22%23000000%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 d=%22M16.674,3.385	c-1.644-1.644-4.309-1.644-5.953,0c-0.001,0-0.001,0-0.001,0L9.907,4.198l-0.81-0.813c-1.645-1.644-4.313-1.644-5.956,0	c-1.645,1.644-1.645,4.312,0,5.957l0.812,0.81l5.954,5.956l5.956-5.956l0.811-0.81c1.644-1.645,1.646-4.311,0.002-5.955	C16.676,3.387,16.676,3.386,16.674,3.385z%22/%3E%3C/svg%3E") no-repeat center!important;
 width:18px;
 height:16px;
 cursor:pointer
}
.qodef-woo-product-list .qodef-woo-product-image-inner .qodef-woo-product-additional-icons .yith-wcwl-add-button:hover {
 opacity:.7
}
.qodef-woo-product-list .qodef-woo-product-image-inner .qodef-woo-product-additional-icons .yith-wcwl-add-button a {
 display:block;
 color:#1d1d1d
}
.qodef-woo-product-list .qodef-woo-product-image-inner .button {
 z-index:20
}
.qodef-woo-product-list .qodef-woo-product-content {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top;
 margin:24px 0 5px
}
.qodef-woo-product-list .qodef-woo-product-title {
 -webkit-transition:color .2s ease-out;
 -o-transition:color .2s ease-out;
 transition:color .2s ease-out;
 font-size:13px
}
.qodef-woo-product-list .qodef-woo-product-categories {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top;
 margin-bottom:1px;
 line-height:1.4em
}
.qodef-woo-product-list .qodef-woo-product-categories a {
 position:relative;
 display:inline-block;
 vertical-align:top;
 font-size:15px;
 line-height:1em;
 color:#8b8b8b;
 z-index:3;
 width:auto;
 padding-right:24px
}
.qodef-woo-product-list .qodef-woo-product-categories a:hover {
 color:rgba(139,139,139,.8)
}
.qodef-woo-product-list .qodef-woo-product-categories a:after {
 content:'‒';
 position:absolute;
 top:0;
 right:7px
}
.qodef-woo-product-list .qodef-woo-product-categories a:last-of-type {
 padding-right:0
}
.qodef-woo-product-list .qodef-woo-product-categories a:last-of-type:after {
 content:none
}
.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator {
 position:relative;
 display:none;
 vertical-align:top;
 margin:0 2px;
 font-size:17px;
 line-height:1em
}
.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator:after {
 content:'/'
}
.qodef-woo-product-list .variations_form .variations.pa_material {
 display:none
}
.qodef-woo-product-list .qodef-woo-ratings {
 margin-top:9px;
 margin-bottom:15px
}
.qodef-woo-product-list .woocommerce-LoopProduct-link {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%
}
.qodef-woo-product-list .qodef-woo-split-cols {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 -webkit-box-align:start;
 -ms-flex-align:start;
 align-items:flex-start;
 width:100%
}
.qodef-woo-product-list .qodef-woo-split-cols .qodef-woo-product-info {
 text-align:left;
 -webkit-box-flex:1;
 -ms-flex:1 1 100%;
 flex:1 1 100%;
 min-width:73%
}
.qodef-woo-product-list .qodef-woo-split-cols .qodef-woo-product-price-holder {
 text-align:right;
 -webkit-box-flex:0;
 -ms-flex:0 1 100%;
 flex:0 1 100%;
 -webkit-box-pack:end;
 -ms-flex-pack:end;
 justify-content:flex-end
}
.qodef-woo-product-list .qodef-woo-split-cols .qodef-woo-product-price-holder .button {
 white-space:nowrap
}
.qodef-woo-product-list .qodef-woo-split-cols .qodef-woo-product-price-holder .price {
 -webkit-box-align:end;
 -ms-flex-align:end;
 align-items:flex-end;
 -webkit-box-pack:end;
 -ms-flex-pack:end;
 justify-content:flex-end;
 -ms-flex-wrap:wrap-reverse;
 flex-wrap:wrap-reverse
}
.qodef-woo-product-list .qodef-woo-split-cols .qodef-woo-product-price-holder .price del {
 color:#8b8b8b;
 margin-right:0
}
.qodef-woo-product-list .qodef-woo-split-cols .qodef-woo-product-price-holder .price ins {
 margin-left:10px
}
.qodef-woo-product-list .product .qodef-woo-product-price-holder {
 position:relative;
 overflow:hidden;
 line-height:1em
}
.qodef-woo-product-list .product .qodef-woo-product-price-holder .price {
 -webkit-box-align:end;
 -ms-flex-align:end;
 align-items:flex-end;
 top:3px;
 right:0;
 font-family:"EB Garamond",serif;
 font-size:17px;
 font-weight:400;
 font-style:italic;
 color:#1d1d1d;
 padding-right:2px
}
.qodef-woo-product-list .product .qodef-woo-product-price-holder .price a {
 color:inherit
}
.qodef-woo-product-list .product .qodef-woo-product-price-holder .price a:hover {
 color:#aeaeae
}
.qodef-browser--firefox .qodef-woo-product-list .product .qodef-woo-product-price-holder .price {
 top:2px;
 line-height:19px
}
.qodef-woo-product-list .product .qodef-woo-product-price-holder .add_to_cart_button,
.qodef-woo-product-list .product .qodef-woo-product-price-holder .added_to_cart,
.qodef-woo-product-list .product .qodef-woo-product-price-holder .product_type_grouped {
 position:relative;
 opacity:0;
 white-space:nowrap;
 -webkit-transform:translateY(100%);
 -ms-transform:translateY(100%);
 transform:translateY(100%);
 -webkit-transition:all .25s ease-in-out;
 -o-transition:all .25s ease-in-out;
 transition:all .25s ease-in-out
}
.qodef-woo-product-list .product:hover .qodef-woo-product-image-inner {
 opacity:1
}
.qodef-woo-product-list .product:hover .qodef-woo-product-price-holder .add_to_cart_button,
.qodef-woo-product-list .product:hover .qodef-woo-product-price-holder .added_to_cart,
.qodef-woo-product-list .product:hover .qodef-woo-product-price-holder .product_type_grouped {
 opacity:1;
 -webkit-transform:translateY(0);
 -ms-transform:translateY(0);
 transform:translateY(0)
}
.qodef-woo-product-list .product.outofstock .button {
 position:relative;
 opacity:0;
 white-space:nowrap;
 -webkit-transition:all .25s ease-in-out;
 -o-transition:all .25s ease-in-out;
 transition:all .25s ease-in-out
}
.qodef-woo-product-list .product.outofstock:hover .button {
 opacity:1
}
.woocommerce-result-count {
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-style:italic
}
.qodef-woo-product-list-slider-wrapper {
 position:relative
}
.qodef-product-slider-offset .swiper-pagination {
 text-align:left
}
#yith-wcwl-message,
#yith-wcwl-popup-message {
 display:none!important
}
.qodef-quantity-buttons {
 position:relative;
 display:inline-block;
 vertical-align:middle;
 border:1px solid #ddd;
 padding:0 40px
}
.qodef-quantity-buttons .qodef-quantity-input,
.qodef-quantity-buttons .qodef-quantity-minus,
.qodef-quantity-buttons .qodef-quantity-plus {
 display:inline-block;
 vertical-align:middle;
 font-family:"EB Garamond",serif;
 font-size:24px;
 line-height:52px;
 text-align:center;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 background:0 0;
 color:#1d1d1d
}
.qodef-quantity-buttons .qodef-quantity-input {
 position:relative;
 height:52px;
 width:36px;
 padding:0;
 margin:0 5px;
 border:none;
 font-size:18px;
 line-height:52px;
 outline:0
}
.qodef-quantity-buttons .qodef-quantity-minus,
.qodef-quantity-buttons .qodef-quantity-plus {
 border-left:0;
 cursor:pointer
}
.qodef-woo-results {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 margin-bottom:24px
}
.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
}
body.single-product #qodef-page-inner {
 padding-bottom:70px
}
#qodef-woo-page.qodef--single .woocommerce-error,
#qodef-woo-page.qodef--single .woocommerce-info,
#qodef-woo-page.qodef--single .woocommerce-message {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:reverse;
 -ms-flex-direction:row-reverse;
 flex-direction:row-reverse;
 padding:30px 40px 35px;
 margin-bottom:35px;
 background:#fff;
 border:1px solid #ddd
}
@media only screen and (max-width:1024px) {
 #qodef-woo-page.qodef--single .woocommerce-error a,
 #qodef-woo-page.qodef--single .woocommerce-info a,
 #qodef-woo-page.qodef--single .woocommerce-message a {
  margin-top:12px
 }
}
@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 {
  -ms-flex-wrap:wrap-reverse;
  flex-wrap:wrap-reverse;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end
 }
}
#qodef-woo-page.qodef--single .woocommerce-error a:not(.button),
#qodef-woo-page.qodef--single .woocommerce-info a:not(.button),
#qodef-woo-page.qodef--single .woocommerce-message a:not(.button) {
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#1d1d1d;
 overflow:hidden;
 position:relative;
 padding-right:2px
}
#qodef-woo-page.qodef--single .woocommerce-error a:not(.button) a,
#qodef-woo-page.qodef--single .woocommerce-info a:not(.button) a,
#qodef-woo-page.qodef--single .woocommerce-message a:not(.button) a {
 color:inherit
}
#qodef-woo-page.qodef--single .woocommerce-error a:not(.button) a:hover,
#qodef-woo-page.qodef--single .woocommerce-info a:not(.button) a:hover,
#qodef-woo-page.qodef--single .woocommerce-message a:not(.button) a:hover {
 color:#aeaeae
}
#qodef-woo-page.qodef--single .woocommerce-error a:not(.button):after,
#qodef-woo-page.qodef--single .woocommerce-info a:not(.button):after,
#qodef-woo-page.qodef--single .woocommerce-message a:not(.button):after {
 content:'';
 position:absolute;
 left:0;
 bottom:3px;
 height:1px;
 width:100%;
 display:block;
 background:currentColor;
 -webkit-transform:scaleX(0);
 -ms-transform:scaleX(0);
 transform:scaleX(0);
 -webkit-transform-origin:right;
 -ms-transform-origin:right;
 transform-origin:right;
 -webkit-transition:-webkit-transform .4s;
 transition:-webkit-transform .4s;
 -o-transition:transform .4s;
 transition:transform .4s;
 transition:transform .4s,-webkit-transform .4s
}
#qodef-woo-page.qodef--single .woocommerce-error a:not(.button):hover:after,
#qodef-woo-page.qodef--single .woocommerce-info a:not(.button):hover:after,
#qodef-woo-page.qodef--single .woocommerce-message a:not(.button):hover:after {
 -webkit-transform-origin:left;
 -ms-transform-origin:left;
 transform-origin:left;
 -webkit-transform:scaleX(1);
 -ms-transform:scaleX(1);
 transform:scaleX(1)
}
@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 {
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-orient:vertical;
  -webkit-box-direction:reverse;
  -ms-flex-direction:column-reverse;
  flex-direction:column-reverse
 }
}
#qodef-woo-page.qodef--single>.product {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top
}
#qodef-woo-page.qodef--single .qodef-woo-single-inner {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:start;
 -ms-flex-align:start;
 align-items:flex-start;
 margin:0 -30px
}
#qodef-woo-page.qodef--single .qodef-woo-single-inner>* {
 padding:0 30px
}
#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 {
 -webkit-transform:translateX(-30px);
 -ms-transform:translateX(-30px);
 transform:translateX(-30px)
}
#qodef-woo-page.qodef--single .qodef-woo-single-image .zoomImg {
 cursor:crosshair
}
#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 -8px
}
#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% - 16px)!important;
 margin:0 8px;
 overflow:hidden
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
 position:relative;
 padding:0 8px;
 margin-top:16px
}
#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 .woocommerce-product-gallery__image {
 width:100%
}
#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-3 .woocommerce-product-gallery__image {
 width:33.33333%
}
#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-5 .woocommerce-product-gallery__image {
 width:20%
}
#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-7 .woocommerce-product-gallery__image {
 width:14.28571%
}
#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.qodef-position--left .woocommerce-product-gallery__trigger {
 left:calc(27% + 10px)
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:reverse;
 -ms-flex-direction:row-reverse;
 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>.qodef-woo-thumbnails-wrapper {
 width:27%
}
@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--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--below figure>.qodef-woo-thumbnails-wrapper {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap
}
#qodef-woo-page.qodef--single .entry-summary {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top
}
#qodef-woo-page.qodef--single .entry-summary .price {
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-style:italic;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row;
 -webkit-box-pack:start;
 -ms-flex-pack:start;
 justify-content:flex-start;
 color:#1d1d1d;
 margin-top:0
}
#qodef-woo-page.qodef--single .entry-summary .price del {
 color:#8b8b8b
}
#qodef-woo-page.qodef--single .entry-summary .price ins {
 margin-right:20px
}
#qodef-woo-page.qodef--single .entry-summary .yith-wcwl-add-to-wishlist {
 margin-top:14px;
 font-family:"EB Garamond",serif;
 font-weight:400;
 font-style:italic;
 font-size:18px;
 color:#1d1d1d
}
#qodef-woo-page.qodef--single .entry-summary .yith-wcwl-add-to-wishlist a {
 color:inherit
}
#qodef-woo-page.qodef--single .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-icon {
 background:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2217.5px%22 height=%2215.542px%22 viewBox=%221.075 1.364 17.5 15.542%22 %3E%3Cpath fill=%22none%22 stroke=%22%23000000%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 d=%22M16.674,3.385	c-1.644-1.644-4.309-1.644-5.953,0c-0.001,0-0.001,0-0.001,0L9.907,4.198l-0.81-0.813c-1.645-1.644-4.313-1.644-5.956,0	c-1.645,1.644-1.645,4.312,0,5.957l0.812,0.81l5.954,5.956l5.956-5.956l0.811-0.81c1.644-1.645,1.646-4.311,0.002-5.955	C16.676,3.387,16.676,3.386,16.674,3.385z%22/%3E%3C/svg%3E") no-repeat center!important;
 width:18px;
 height:16px;
 vertical-align:middle;
 position:relative;
 top:-2px
}
#qodef-woo-page.qodef--single .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-icon:before {
 content:none
}
#qodef-woo-page.qodef--single .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon,
#qodef-woo-page.qodef--single .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon {
 background:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2217.5px%22 height=%2215.542px%22 viewBox=%221.075 1.364 17.5 15.542%22 %3E%3Cpath fill=%22%23000000%22 stroke=%22%23000000%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 d=%22M16.674,3.385	c-1.644-1.644-4.309-1.644-5.953,0c-0.001,0-0.001,0-0.001,0L9.907,4.198l-0.81-0.813c-1.645-1.644-4.313-1.644-5.956,0	c-1.645,1.644-1.645,4.312,0,5.957l0.812,0.81l5.954,5.956l5.956-5.956l0.811-0.81c1.644-1.645,1.646-4.311,0.002-5.955	C16.676,3.387,16.676,3.386,16.674,3.385z%22/%3E%3C/svg%3E") no-repeat center!important;
 width:18px;
 height:16px
}
#qodef-woo-page.qodef--single .entry-summary .woocommerce-tabs .wc-tabs {
 -webkit-box-pack:start;
 -ms-flex-pack:start;
 justify-content:flex-start
}
#qodef-woo-page.qodef--single .product-type-grouped .entry-summary .price {
 margin-left:-4px;
 margin-right:-4px
}
#qodef-woo-page.qodef--single .product-type-grouped .entry-summary .price .woocommerce-Price-amount {
 padding:0 4px
}
#qodef-woo-page.qodef--single .woocommerce-product-rating {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 margin-top:12px
}
#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings {
 -ms-flex-negative:0;
 flex-shrink:0;
 width:auto;
 margin-right:5px
}
#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link {
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b
}
#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link a {
 color:inherit
}
#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link a:hover {
 color:#aeaeae
}
#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link:hover {
 color:#1d1d1d
}
#qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
 margin-top:28px
}
#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p {
 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:38px
}
#qodef-woo-page.qodef--single form.cart .variations_button,
#qodef-woo-page.qodef--single form.cart:not(.variations_form) {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:start;
 -ms-flex-align:start;
 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:30px
}
@media only screen and (max-width:680px) {
 #qodef-woo-page.qodef--single form.cart .variations_button,
 #qodef-woo-page.qodef--single form.cart:not(.variations_form) {
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
 }
 #qodef-woo-page.qodef--single form.cart .variations_button .quantity,
 #qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity {
  margin-bottom:20px
 }
}
#qodef-woo-page.qodef--single form.cart.grouped_form {
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 margin-top:18px
}
#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:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em
}
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label a {
 letter-spacing:inherit;
 color:inherit
}
#qodef-woo-page.qodef--single form.cart.grouped_form>.button {
 margin-top:46px
}
#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:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em
}
#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 {
 font-size:17px;
 color:#8b8b8b;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 margin-bottom:6px
}
#qodef-woo-page.qodef--single form.cart .group_table td ul li input {
 margin-top:1px;
 margin-right:10px
}
#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 .group_table .woocommerce-Price-amount {
 font-family:"EB Garamond",serif;
 font-size:17px;
 font-weight:400;
 font-style:italic;
 color:#1d1d1d
}
#qodef-woo-page.qodef--single form.cart .group_table .woocommerce-Price-amount a {
 color:inherit
}
#qodef-woo-page.qodef--single form.cart .group_table .woocommerce-Price-amount a:hover {
 color:#aeaeae
}
@media only screen and (max-width:680px) {
 #qodef-woo-page.qodef--single form.cart .group_table .woocommerce-grouped-product-list-item__quantity {
  padding:30px 0
 }
 #qodef-woo-page.qodef--single form.cart .group_table .woocommerce-grouped-product-list-item__quantity .quantity {
  margin-bottom:0;
  margin-right:20px
 }
 #qodef-woo-page.qodef--single form.cart .group_table .qodef-quantity-buttons {
  padding:0 6px
 }
 #qodef-woo-page.qodef--single form.cart .group_table .qodef-quantity-buttons .qodef-quantity-input,
 #qodef-woo-page.qodef--single form.cart .group_table .qodef-quantity-buttons .qodef-quantity-minus,
 #qodef-woo-page.qodef--single form.cart .group_table .qodef-quantity-buttons .qodef-quantity-plus {
  height:36px;
  line-height:34px;
  font-size:16px
 }
 #qodef-woo-page.qodef--single form.cart .group_table .qodef-quantity-buttons .qodef-quantity-input {
  width:24px;
  margin:0 2px
 }
 #qodef-woo-page.qodef--single form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  text-align:center
 }
 #qodef-woo-page.qodef--single form.cart .group_table .woocommerce-Price-amount {
  margin-left:20px
 }
}
#qodef-woo-page.qodef--single form.cart .variations {
 margin-bottom:45px;
 border:1px solid #ddd
}
#qodef-woo-page.qodef--single form.cart .variations td,
#qodef-woo-page.qodef--single form.cart .variations th {
 padding:14px 20px 10px;
 text-align:initial;
 vertical-align:middle;
 border:0
}
#qodef-woo-page.qodef--single form.cart .variations label {
 margin-bottom:0;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b
}
#qodef-woo-page.qodef--single form.cart .variations label a {
 color:inherit
}
#qodef-woo-page.qodef--single form.cart .variations label a:hover {
 color:#aeaeae
}
#qodef-woo-page.qodef--single form.cart .variations select {
 width:auto;
 min-width:140px;
 margin:0
}
#qodef-woo-page.qodef--single form.cart .variations .value {
 text-align:right
}
@media only screen and (max-width:480px) {
 #qodef-woo-page.qodef--single form.cart .variations .value {
  padding-left:0!important
 }
}
#qodef-woo-page.qodef--single form.cart .variations .select2-container--default {
 margin:0
}
#qodef-woo-page.qodef--single form.cart .variations .select2-container--default .select2-selection--single {
 border:none!important;
 height:1em;
 padding:0 25px 0 0
}
#qodef-woo-page.qodef--single form.cart .variations .select2-container--default .select2-selection--single .select2-selection__arrow {
 width:25px;
 top:4px;
 font-size:21px;
 color:#8b8b8b
}
#qodef-woo-page.qodef--single form.cart .variations .reset_variations {
 display:none!important;
 vertical-align:top;
 margin:13px 0 0 15px
}
#qodef-woo-page.qodef--single form.cart .single_variation {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 margin-bottom:0
}
#qodef-woo-page.qodef--single form.cart .single_variation>div>* {
 padding-bottom:45px
}
#qodef-woo-page.qodef--single form.cart .single_variation .price {
 margin:0
}
#qodef-woo-page.qodef--single .out-of-stock {
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em;
 margin:33px 0 25px;
 font-weight:700
}
#qodef-woo-page.qodef--single .single_add_to_cart_button {
 background-color:transparent;
 border:1px solid #8b8b8b;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#1d1d1d;
 height:54px
}
#qodef-woo-page.qodef--single .single_add_to_cart_button a {
 color:inherit
}
#qodef-woo-page.qodef--single .single_add_to_cart_button a:hover {
 color:#aeaeae
}
#qodef-woo-page.qodef--single .single_add_to_cart_button:after {
 content:none
}
#qodef-woo-page.qodef--single .product_meta {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top;
 margin-top:26px
}
#qodef-woo-page.qodef--single .product_meta>* {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 margin-bottom:3px
}
#qodef-woo-page.qodef--single .product_meta>:last-child {
 margin-bottom:0
}
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label {
 -ms-flex-negative:0;
 flex-shrink:0;
 margin-right:8px;
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em;
 line-height:2.7em
}
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value {
 font-family:"EB Garamond",serif;
 font-size:17px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b;
 line-height:1.8em
}
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a {
 color:inherit
}
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a:hover {
 color:#aeaeae
}
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a {
 color:inherit
}
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a:hover {
 color:#1d1d1d
}
#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:93px
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 margin:0;
 padding:0;
 list-style:none;
 border-bottom:1px solid #ddd;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
 margin:0 26px 0 0;
 padding:0
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
 display:block;
 position:relative;
 bottom:-1px;
 border-bottom:1px solid transparent;
 padding:0 3px 11px;
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:after {
 content:"";
 position:absolute;
 bottom:-1px;
 left:0;
 width:100%;
 height:1px;
 background-color:#000;
 -webkit-transform-origin:left;
 -ms-transform-origin:left;
 transform-origin:left;
 -webkit-transform:scaleX(0);
 -ms-transform:scaleX(0);
 transform:scaleX(0);
 -webkit-transition:.3s;
 -o-transition:.3s;
 transition:.3s
}
#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-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a {
 color:#1d1d1d
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a:after {
 -webkit-transform:scaleX(1);
 -ms-transform:scaleX(1);
 transform:scaleX(1)
}
@media only screen and (max-width:680px) {
 #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start
 }
 #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
  margin:0 0 26px 0;
  padding:0
 }
 #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
  margin-bottom:0
 }
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top;
 margin-top:40px
}
@media (min-width:768px) {
 #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--description {
  text-align:center
 }
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information {
 margin-top:50px
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table tr {
 border:none
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table td,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table th {
 border:none;
 display:block;
 text-align:center!important
}
.qodef-product-single-big-images-layout #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table td,
.qodef-product-single-big-images-layout #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table th {
 text-align:left!important
}
@media only screen and (max-width:680px) {
 #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table td,
 #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table th {
  text-align:left!important
 }
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table th {
 padding:5px
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table td {
 padding:0 5px;
 margin-bottom:33px
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews {
 margin-top:44px
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews .woocommerce-review__published-date {
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews .woocommerce-review__published-date a {
 color:inherit
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews .woocommerce-review__published-date a:hover {
 color:#aeaeae
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab>h2 {
 display:none
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p {
 margin:0
}
#qodef-woo-page.qodef--single .shop_attributes td,
#qodef-woo-page.qodef--single .shop_attributes th {
 padding:15px;
 vertical-align:middle;
 text-align:left
}
#qodef-woo-page.qodef--single .shop_attributes th {
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em
}
#qodef-woo-page.qodef--single .shop_attributes p {
 margin:0
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title {
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em;
 margin:0
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top;
 margin:22px 0 0;
 padding:0;
 list-style:none
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>* {
 margin:0 0 30px;
 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:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:start;
 -ms-flex-align:start;
 align-items:flex-start
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container>img {
 -ms-flex-negative:0;
 flex-shrink:0;
 width:80px;
 margin:0;
 margin-right:20px
}
#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 .meta {
 padding-top:2px
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author {
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em
}
#qodef-woo-page.qodef--single #review_form {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top;
 margin-top:16px
}
#qodef-woo-page.qodef--single #review_form .comment-reply-title {
 display:block;
 margin-bottom:14px;
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating label {
 margin-bottom:5px
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars {
 line-height:1
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars>span {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 overflow:hidden
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars * {
 line-height:inherit
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating a {
 position:relative;
 display:inline-block;
 vertical-align:top;
 margin:0;
 font-size:0;
 color:transparent
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating a:before {
 position:relative;
 display:inline-block;
 vertical-align:top;
 overflow:hidden;
 z-index:-1;
 content:"\e031";
 font-size:17px;
 letter-spacing:.5em;
 color:#8b8b8b;
 font-family:ElegantIcons;
 line-height:1;
 white-space:nowrap;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
body:not([class*=konsept-core]) #qodef-woo-page.qodef--single #review_form .comment-form-rating a:before {
 content:'\2606'
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating a.active:after {
 position:absolute;
 top:0;
 right:0;
 display:block;
 content:"\e031\e031\e031\e031\e031";
 font-size:17px;
 letter-spacing:.5em;
 color:#1d1d1d;
 font-family:ElegantIcons;
 line-height:1;
 white-space:nowrap;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
body:not([class*=konsept-core]) #qodef-woo-page.qodef--single #review_form .comment-form-rating a.active:after {
 content:'\2605\2605\2605\2605\2605'
}
@media only screen and (max-width:680px) {
 #qodef-woo-page.qodef--single #review_form .qodef-grid-item {
  width:100%
 }
 #qodef-woo-page.qodef--single #review_form .qodef-grid-item:last-of-type {
  margin-bottom:10px
 }
}
#qodef-woo-page.qodef--single #review_form .comment-form-comment {
 margin-top:17px;
 margin-bottom:20px
}
#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 margin:0 0 14px
}
#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent input[type=checkbox] {
 -ms-flex-negative:0;
 flex-shrink:0;
 margin-top:7px
}
.qodef-browser--ms-explorer #qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent label {
 margin-bottom:0
}
.qodef-browser--firefox #qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent input[type=checkbox] {
 margin-top:3px
}
.qodef-browser--firefox #qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent label {
 margin-bottom:0
}
@media only screen and (max-width:680px) {
 #qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent {
  margin-bottom:6px
 }
}
#qodef-woo-page.qodef--single .related {
 margin-top:88px;
 text-align:center
}
#qodef-woo-page.qodef--single .related>h2 {
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:29px;
 line-height:1.55em;
 letter-spacing:.2em;
 margin:0 0 42px
}
@media (min-width:1025px) {
 .qodef-product-single-gallery-layout #qodef-page-outer .qodef-content-grid,
 .qodef-product-single-sticky-info-layout #qodef-page-outer .qodef-content-grid {
  width:100%
 }
 .qodef-product-single-gallery-layout .woocommerce-notices-wrapper,
 .qodef-product-single-sticky-info-layout .woocommerce-notices-wrapper {
  width:calc(100% - 60px);
  margin:0 30px
 }
 .qodef-product-single-gallery-layout .related.products,
 .qodef-product-single-sticky-info-layout .related.products {
  margin:0 auto;
  width:1100px
 }
}
@media only screen and (min-width:1441px) {
 .qodef-product-single-gallery-layout.qodef-content-grid-1400 .related.products,
 .qodef-product-single-sticky-info-layout.qodef-content-grid-1400 .related.products {
  width:1400px;
  max-width:1400px
 }
}
@media only screen and (min-width:1441px) {
 .qodef-product-single-gallery-layout.qodef-content-grid-1300 .related.products,
 .qodef-product-single-sticky-info-layout.qodef-content-grid-1300 .related.products {
  width:1300px;
  max-width:1300px
 }
}
@media only screen and (min-width:1441px) {
 .qodef-product-single-gallery-layout.qodef-content-grid-1200 .related.products,
 .qodef-product-single-sticky-info-layout.qodef-content-grid-1200 .related.products {
  width:1200px;
  max-width:1200px
 }
}
@media only screen and (min-width:1025px) {
 .qodef-product-single-gallery-layout.qodef-content-grid-1000 .related.products,
 .qodef-product-single-sticky-info-layout.qodef-content-grid-1000 .related.products {
  width:1000px;
  max-width:1000px
 }
}
@media only screen and (min-width:769px) {
 .qodef-product-single-gallery-layout.qodef-content-grid-800 .related.products,
 .qodef-product-single-sticky-info-layout.qodef-content-grid-800 .related.products {
  width:800px;
  max-width:800px
 }
}
.qodef-product-single-gallery-layout #qodef-woo-page .qodef-woo-single-inner,
.qodef-product-single-sticky-info-layout #qodef-woo-page .qodef-woo-single-inner {
 display:block
}
.qodef-product-single-gallery-layout #qodef-woo-page .qodef-woo-single-inner .qodef-woo-single-image,
.qodef-product-single-sticky-info-layout #qodef-woo-page .qodef-woo-single-inner .qodef-woo-single-image {
 width:50%
}
.qodef-product-single-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary,
.qodef-product-single-sticky-info-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary {
 width:49%;
 max-width:620px
}
.qodef-product-single-gallery-layout #qodef-woo-page .related.products,
.qodef-product-single-sticky-info-layout #qodef-woo-page .related.products {
 display:block;
 margin:88px auto 0
}
.qodef-product-single-gallery-layout #qodef-woo-page .related.products h2,
.qodef-product-single-sticky-info-layout #qodef-woo-page .related.products h2 {
 margin-bottom:42px
}
.qodef-product-single-sticky-info-layout .qodef-product-gallery-image {
 padding-bottom:30px
}
@media (min-width:1025px) {
 .qodef-product-single-sticky-info-layout .qodef-product-gallery-image {
  padding-left:30px
 }
}
.qodef-product-single-sticky-info-layout .qodef-product-gallery-image:last-of-type {
 padding-bottom:0
}
.qodef-product-single-sticky-info-layout .qodef-sticky-product-summary {
 padding-bottom:13px
}
.qodef-product-single-sticky-info-layout #qodef-woo-page.qodef--single .woocommerce-tabs {
 margin-top:80px
}
@media (min-width:1025px) {
 .qodef-product-single-sticky-info-layout #qodef-woo-page.qodef--single .woocommerce-tabs .woocommerce-Tabs-panel--reviews {
  max-height:170px;
  overflow-y:auto;
  margin-top:0;
  padding-top:44px
 }
}
@media (min-width:1025px) {
 .qodef-product-single-gallery-layout .qodef-woo-single-image {
  margin-left:30px
 }
}
@media only screen and (max-width:1024px) {
 .qodef-product-single-gallery-layout #qodef-woo-page.qodef--single .qodef-woo-single-inner .summary.entry-summary {
  margin-top:60px
 }
}
.qodef-product-single-gallery-layout #qodef-woo-page.qodef--single .woocommerce-tabs {
 display:block;
 margin:63px auto 0
}
.qodef-product-single-gallery-layout #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
 display:block
}
.qodef-product-single-gallery-layout #qodef-woo-page.qodef--single .woocommerce-tabs .woocommerce-Tabs-panel--description {
 max-width:900px;
 margin-left:auto;
 margin-right:auto
}
@media only screen and (min-width:1441px) {
 .qodef-product-single-gallery-layout.qodef-content-grid-1400 #qodef-woo-page.qodef--single .woocommerce-tabs {
  width:1400px;
  max-width:1400px
 }
}
@media only screen and (min-width:1441px) {
 .qodef-product-single-gallery-layout.qodef-content-grid-1300 #qodef-woo-page.qodef--single .woocommerce-tabs {
  width:1300px;
  max-width:1300px
 }
}
@media only screen and (min-width:1441px) {
 .qodef-product-single-gallery-layout.qodef-content-grid-1200 #qodef-woo-page.qodef--single .woocommerce-tabs {
  width:1200px;
  max-width:1200px
 }
}
@media only screen and (min-width:1025px) {
 .qodef-product-single-gallery-layout.qodef-content-grid-1000 #qodef-woo-page.qodef--single .woocommerce-tabs {
  width:1000px;
  max-width:1000px
 }
}
@media only screen and (min-width:769px) {
 .qodef-product-single-gallery-layout.qodef-content-grid-800 #qodef-woo-page.qodef--single .woocommerce-tabs {
  width:800px;
  max-width:800px
 }
}
.qodef-product-single-big-images-layout #qodef-woo-page.qodef--single .woocommerce-tabs {
 margin-top:80px
}
.qodef-product-single-big-images-layout #qodef-woo-page.qodef--single .woocommerce-tabs .woocommerce-Tabs-panel--description {
 text-align:left
}
@media (min-width:1025px) {
 .qodef-product-single-big-images-layout #qodef-woo-page .qodef-woo-single-inner .qodef-woo-single-image {
  width:50%
 }
 .qodef-product-single-big-images-layout #qodef-woo-page .qodef-woo-single-inner .qodef-woo-single-image .qodef-product-gallery-image:last-of-type {
  margin-bottom:0
 }
 .qodef-product-single-big-images-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary {
  width:50%
 }
 .qodef-product-single-big-images-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs {
  width:100%
 }
 .qodef-product-single-big-images-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs .wc-tabs {
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start
 }
}
@media only screen and (max-width:1024px) {
 .qodef-product-single-big-images-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary {
  margin-top:60px
 }
}
.qodef-product-single-big-images-layout #qodef-woo-page .related.products {
 margin-top:96px
}
body.single-product .select2-container--default .select2-dropdown {
 left:21px;
 top:20px
}
body.single-product .select2-container--default .select2-results__options {
 padding-left:18px
}
.qodef-product-single-sticky-info-layout #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--description {
 text-align:left
}
.qodef-product-single-sticky-info-layout .related.products {
 margin-top:96px
}
.widget.woocommerce .qodef-woo-product-title {
 margin:0
}
.widget.woocommerce .qodef-woo-ratings {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top;
 line-height:1
}
.widget.woocommerce .qodef-woo-ratings .qodef-m-inner {
 position:relative;
 display:inline-block;
 vertical-align:top
}
.widget.woocommerce .qodef-woo-ratings .qodef-m-star {
 font-size:17px;
 letter-spacing:.5em;
 color:#8b8b8b
}
.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active {
 position:absolute;
 color:#1d1d1d;
 top:0;
 left:0;
 overflow:hidden;
 white-space:nowrap
}
.widget.woocommerce .price {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 font-size:17px;
 margin:0;
 line-height:1em;
 margin-top:10px
}
.widget.woocommerce .price ins {
 text-decoration:none
}
.widget.woocommerce .button {
 position:relative;
 display:inline-block;
 vertical-align:middle;
 width:auto;
 margin:0;
 font-family:"Josefin Sans",sans-serif;
 font-size:18px;
 line-height:2em;
 font-weight:600;
 text-decoration:none;
 text-transform:capitalize;
 border-radius:0;
 outline:0;
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 -webkit-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
 -o-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
 transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
 padding:5px 34px;
 text-transform:capitalize;
 cursor:pointer;
 z-index:3;
 background-color:transparent;
 border:1px solid #8b8b8b;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#1d1d1d
}
.widget.woocommerce .button a {
 color:inherit
}
.widget.woocommerce .button a:hover {
 color:#aeaeae
}
.widget.woocommerce .button:hover {
 background-color:transparent;
 border:1px solid #1d1d1d
}
.widget.widget_shopping_cart .widget_shopping_cart_content {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li {
 position:relative
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li img {
 width:80px;
 margin-right:20px
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
 position:absolute;
 top:0;
 right:0;
 font-size:0;
 line-height:1;
 z-index:2
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
 position:relative;
 display:block;
 padding:0 3px;
 font-family:ElegantIcons;
 content:"\4d";
 font-size:18px;
 line-height:25px
}
body:not([class*=konsept-core]) .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
 content:'x'
}
.widget.widget_shopping_cart .widget_shopping_cart_content .variation {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top
}
.widget.widget_shopping_cart .widget_shopping_cart_content .variation>* {
 display:inline-block;
 vertical-align:middle;
 margin:0
}
.widget.widget_shopping_cart .widget_shopping_cart_content .variation>* p {
 margin:0
}
.widget.widget_shopping_cart .widget_shopping_cart_content .quantity {
 display:block;
 margin-top:10px
}
.widget.widget_shopping_cart .widget_shopping_cart_content .total {
 margin:13px 0 0
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 margin:21px 0 0
}
.widget.widget_layered_nav ul li.chosen a {
 color:#1d1d1d
}
.widget.widget_price_filter .price_slider_wrapper {
 margin-top:23px
}
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
 position:relative;
 height:1px;
 background-color:#ebebeb;
 border-radius:0;
 cursor:pointer
}
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
 position:absolute;
 top:-6px;
 height:14px;
 width:14px;
 background-color:transparent;
 border-radius:100%;
 outline:0;
 z-index:2;
 -webkit-transform:translateX(-7px);
 -ms-transform:translateX(-7px);
 transform:translateX(-7px)
}
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:after {
 content:'';
 display:block;
 margin:0 auto;
 background:#1d1d1d;
 height:100%;
 width:1px
}
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
 position:absolute;
 display:block;
 height:100%;
 background-color:#1d1d1d;
 border-radius:0;
 z-index:1
}
.widget.widget_price_filter .price_slider_amount {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 margin:12px 0 0
}
.widget.widget_price_filter .price_slider_amount .price_label {
 font-style:italic;
 font-family:"EB Garamond",serif;
 color:#1d1d1d;
 margin-top:2px;
 font-size:17px
}
.widget.widget_price_filter .price_slider_amount .button {
 -webkit-box-ordinal-group:3;
 -ms-flex-order:2;
 order:2;
 padding:0;
 border:none;
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em;
 font-style:normal;
 position:relative
}
.widget.widget_price_filter .price_slider_amount .button:after {
 content:'';
 position:absolute;
 left:0;
 bottom:-1px;
 height:1px;
 width:100%;
 -webkit-transform:scaleX(1);
 -ms-transform:scaleX(1);
 transform:scaleX(1);
 -webkit-transform-origin:100% 0;
 -ms-transform-origin:100% 0;
 transform-origin:100% 0;
 background-color:currentColor;
 will-change:transform
}
.widget.widget_price_filter .price_slider_amount .button:hover:after {
 -webkit-animation:qodef-btn-simple-animation 1s cubic-bezier(.54,.32,.05,.96) forwards;
 animation:qodef-btn-simple-animation 1s cubic-bezier(.54,.32,.05,.96) forwards
}
.widget.widget_price_filter .price_slider_amount .button:after {
 bottom:2px
}
.widget.widget_price_filter .price_slider_amount .button:hover {
 background:0 0;
 border:none
}
.widget.widget_price_filter .price_slider_amount .clear {
 display:none
}
.widget.widget_product_categories select {
 width:100%;
 max-width:100%;
 margin:9px 0 0
}
.widget.widget_product_categories .select2 {
 margin-bottom:0
}
.widget.widget_product_search .qodef-widget-title {
 margin-bottom:30px
}
.widget.widget_product_search .qodef-search-form-inner {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top
}
.widget.widget_product_search button {
 position:absolute;
 top:4px;
 left:0;
 width:19px;
 height:auto;
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 padding:0;
 font-size:15px;
 color:#1d1d1d;
 background-color:transparent;
 border:0
}
.widget.widget_product_search button:hover {
 color:#8b8b8b
}
.widget.widget_product_tag_cloud .tagcloud a {
 position:relative;
 display:inline-block;
 vertical-align:top;
 margin:0;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b;
 font-size:18px!important;
 line-height:24px;
 font-weight:inherit;
 letter-spacing:inherit;
 text-transform:capitalize
}
.widget.widget_product_tag_cloud .tagcloud a a {
 color:inherit
}
.widget.widget_product_tag_cloud .tagcloud a a:hover {
 color:#aeaeae
}
.widget.widget_product_tag_cloud .tagcloud a:not(:last-of-type):after {
 content:' ‒';
 color:#8b8b8b
}
.widget.widget_product_tag_cloud .tagcloud a:hover {
 color:#1d1d1d
}
.widget.widget_products ul li,
.widget.widget_recently_viewed_products ul li,
.widget.widget_top_rated_products ul li {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 margin-bottom:20px;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.widget.widget_products ul li:last-child,
.widget.widget_recently_viewed_products ul li:last-child,
.widget.widget_top_rated_products ul li:last-child {
 margin-bottom:0
}
.widget.widget_products .qodef-woo-product-image,
.widget.widget_recently_viewed_products .qodef-woo-product-image,
.widget.widget_top_rated_products .qodef-woo-product-image {
 -ms-flex-negative:0;
 flex-shrink:0;
 margin-right:20px
}
.widget.widget_products .qodef-woo-product-image a,
.widget.widget_products .qodef-woo-product-image img,
.widget.widget_recently_viewed_products .qodef-woo-product-image a,
.widget.widget_recently_viewed_products .qodef-woo-product-image img,
.widget.widget_top_rated_products .qodef-woo-product-image a,
.widget.widget_top_rated_products .qodef-woo-product-image img {
 position:relative;
 display:block
}
.widget.widget_products .qodef-woo-product-image img,
.widget.widget_recently_viewed_products .qodef-woo-product-image img,
.widget.widget_top_rated_products .qodef-woo-product-image img {
 width:80px
}
.widget.widget_products .qodef-woo-product-title a,
.widget.widget_recently_viewed_products .qodef-woo-product-title a,
.widget.widget_top_rated_products .qodef-woo-product-title a {
 color:inherit
}
.widget.widget_products .qodef-woo-product-title a:hover,
.widget.widget_recently_viewed_products .qodef-woo-product-title a:hover,
.widget.widget_top_rated_products .qodef-woo-product-title a:hover {
 color:#1d1d1d
}
.widget.widget_products .qodef-woo-ratings,
.widget.widget_recently_viewed_products .qodef-woo-ratings,
.widget.widget_top_rated_products .qodef-woo-ratings {
 margin-top:10px
}
.widget.widget_recent_reviews ul li {
 min-height:80px;
 margin-bottom:20px
}
.widget.widget_recent_reviews ul li:last-child {
 margin-bottom:0
}
.widget.widget_recent_reviews ul li>* {
 display:block;
 padding-left:100px
}
.widget.widget_recent_reviews a {
 position:relative;
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em
}
.widget.widget_recent_reviews a:hover {
 color:#1d1d1d
}
.widget.widget_recent_reviews a img {
 position:absolute;
 top:0;
 left:0;
 width:80px
}
.widget.widget_recent_reviews .qodef-woo-ratings {
 margin-top:5px
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li {
 position:relative
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li img {
 width:80px;
 margin-right:20px
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
 position:absolute;
 top:0;
 right:0;
 font-size:0;
 line-height:1;
 z-index:2
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
 position:relative;
 display:block;
 padding:0 3px;
 font-family:ElegantIcons;
 content:"\4d";
 font-size:18px;
 line-height:25px
}
body:not([class*=konsept-core]) #qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
 content:'x'
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation>* {
 display:inline-block;
 vertical-align:middle;
 margin:0
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation>* p {
 margin:0
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .quantity {
 display:block;
 margin-top:10px
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .total {
 margin:13px 0 0
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .buttons {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 margin:21px 0 0
}
#qodef-page-footer .widget.widget_layered_nav ul li.chosen a {
 color:#1d1d1d
}
#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper {
 margin-top:23px
}
#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
 position:relative;
 height:1px;
 background-color:#ebebeb;
 border-radius:0;
 cursor:pointer
}
#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
 position:absolute;
 top:-6px;
 height:14px;
 width:14px;
 background-color:transparent;
 border-radius:100%;
 outline:0;
 z-index:2;
 -webkit-transform:translateX(-7px);
 -ms-transform:translateX(-7px);
 transform:translateX(-7px)
}
#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:after {
 content:'';
 display:block;
 margin:0 auto;
 background:#1d1d1d;
 height:100%;
 width:1px
}
#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
 position:absolute;
 display:block;
 height:100%;
 background-color:#1d1d1d;
 border-radius:0;
 z-index:1
}
#qodef-page-footer .widget.widget_price_filter .price_slider_amount {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 margin:12px 0 0
}
#qodef-page-footer .widget.widget_price_filter .price_slider_amount .price_label {
 font-style:italic;
 font-family:"EB Garamond",serif;
 color:#1d1d1d;
 margin-top:2px;
 font-size:17px
}
#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button {
 -webkit-box-ordinal-group:3;
 -ms-flex-order:2;
 order:2;
 padding:0;
 border:none;
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em;
 font-style:normal;
 position:relative
}
#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:after {
 content:'';
 position:absolute;
 left:0;
 bottom:-1px;
 height:1px;
 width:100%;
 -webkit-transform:scaleX(1);
 -ms-transform:scaleX(1);
 transform:scaleX(1);
 -webkit-transform-origin:100% 0;
 -ms-transform-origin:100% 0;
 transform-origin:100% 0;
 background-color:currentColor;
 will-change:transform
}
#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:hover:after {
 -webkit-animation:qodef-btn-simple-animation 1s cubic-bezier(.54,.32,.05,.96) forwards;
 animation:qodef-btn-simple-animation 1s cubic-bezier(.54,.32,.05,.96) forwards
}
#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:after {
 bottom:2px
}
#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:hover {
 background:0 0;
 border:none
}
#qodef-page-footer .widget.widget_price_filter .price_slider_amount .clear {
 display:none
}
#qodef-page-footer .widget.widget_product_categories select {
 width:100%;
 max-width:100%;
 margin:9px 0 0
}
#qodef-page-footer .widget.widget_product_categories .select2 {
 margin-bottom:0
}
#qodef-page-footer .widget.widget_product_search .qodef-widget-title {
 margin-bottom:30px
}
#qodef-page-footer .widget.widget_product_search .qodef-search-form-inner {
 position:relative;
 display:inline-block;
 width:100%;
 vertical-align:top
}
#qodef-page-footer .widget.widget_product_search button {
 position:absolute;
 top:4px;
 left:0;
 width:19px;
 height:auto;
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 padding:0;
 font-size:15px;
 color:#1d1d1d;
 background-color:transparent;
 border:0
}
#qodef-page-footer .widget.widget_product_search button:hover {
 color:#8b8b8b
}
#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a {
 position:relative;
 display:inline-block;
 vertical-align:top;
 margin:0;
 font-family:"EB Garamond",serif;
 font-size:18px;
 font-weight:400;
 font-style:italic;
 color:#8b8b8b;
 font-size:18px!important;
 line-height:24px;
 font-weight:inherit;
 letter-spacing:inherit;
 text-transform:capitalize
}
#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a a {
 color:inherit
}
#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a a:hover {
 color:#aeaeae
}
#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:not(:last-of-type):after {
 content:' ‒';
 color:#8b8b8b
}
#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:hover {
 color:#1d1d1d
}
#qodef-page-footer .widget.widget_products ul li,
#qodef-page-footer .widget.widget_recently_viewed_products ul li,
#qodef-page-footer .widget.widget_top_rated_products ul li {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 margin-bottom:20px;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
#qodef-page-footer .widget.widget_products ul li:last-child,
#qodef-page-footer .widget.widget_recently_viewed_products ul li:last-child,
#qodef-page-footer .widget.widget_top_rated_products ul li:last-child {
 margin-bottom:0
}
#qodef-page-footer .widget.widget_products .qodef-woo-product-image,
#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image,
#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image {
 -ms-flex-negative:0;
 flex-shrink:0;
 margin-right:20px
}
#qodef-page-footer .widget.widget_products .qodef-woo-product-image a,
#qodef-page-footer .widget.widget_products .qodef-woo-product-image img,
#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image a,
#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image a,
#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image img {
 position:relative;
 display:block
}
#qodef-page-footer .widget.widget_products .qodef-woo-product-image img,
#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image img {
 width:80px
}
#qodef-page-footer .widget.widget_products .qodef-woo-product-title a,
#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-title a,
#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-title a {
 color:inherit
}
#qodef-page-footer .widget.widget_products .qodef-woo-product-title a:hover,
#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-title a:hover,
#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-title a:hover {
 color:#1d1d1d
}
#qodef-page-footer .widget.widget_products .qodef-woo-ratings,
#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-ratings,
#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-ratings {
 margin-top:10px
}
#qodef-page-footer .widget.widget_recent_reviews ul li {
 min-height:80px;
 margin-bottom:20px
}
#qodef-page-footer .widget.widget_recent_reviews ul li:last-child {
 margin-bottom:0
}
#qodef-page-footer .widget.widget_recent_reviews ul li>* {
 display:block;
 padding-left:100px
}
#qodef-page-footer .widget.widget_recent_reviews a {
 position:relative;
 font-family:"Josefin Sans",sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:#1d1d1d;
 font-size:13px;
 line-height:1.6em;
 letter-spacing:.2em
}
#qodef-page-footer .widget.widget_recent_reviews a:hover {
 color:#1d1d1d
}
#qodef-page-footer .widget.widget_recent_reviews a img {
 position:absolute;
 top:0;
 left:0;
 width:80px
}
#qodef-page-footer .widget.widget_recent_reviews .qodef-woo-ratings {
 margin-top:5px
}
@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 + 60px)
 }
}
@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 + 60px)
 }
}
@media only screen and (max-width:768px) {
 .qodef-content-grid {
  width:600px
 }
 .qodef-content-grid.qodef-extended-grid--right {
  padding-left:calc((100% - 600px)/ 2)
 }
 .qodef-content-grid.qodef-extended-grid--left {
  padding-right:calc((100% - 600px)/ 2)
 }
 .qodef--boxed .qodef-content-grid {
  width:calc(600px + 60px)
 }
}
@media only screen and (max-width:680px) {
 .qodef-content-grid {
  width:420px
 }
 .qodef-content-grid.qodef-extended-grid--right {
  padding-left:calc((100% - 420px)/ 2)
 }
 .qodef-content-grid.qodef-extended-grid--left {
  padding-right:calc((100% - 420px)/ 2)
 }
 .qodef--boxed .qodef-content-grid {
  width:calc(420px + 60px)
 }
}
@media only screen and (max-width:480px) {
 .qodef-content-grid {
  width:300px
 }
 .qodef-content-grid.qodef-extended-grid--right {
  padding-left:calc((100% - 300px)/ 2)
 }
 .qodef-content-grid.qodef-extended-grid--left {
  padding-right:calc((100% - 300px)/ 2)
 }
 .qodef--boxed .qodef-content-grid {
  width:calc(300px + 60px)
 }
}
@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%
 }
 .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:60%
 }
}
@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--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:75%
 }
 .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--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:75%
 }
 .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--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:75%
 }
 .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%
 }
 .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:75%
 }
}
@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--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:75%
 }
 .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%
 }
 .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:75%
 }
}
@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--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:75%
 }
 .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%
 }
 .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:75%
 }
}
@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--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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%
 }
 .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  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-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:60%
 }
}
@media only screen and (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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:42.85714%
 }
}
@media only screen and (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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:37.5%
 }
}
@media only screen and (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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  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-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:60%
 }
}
@media only screen and (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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:42.85714%
 }
}
@media only screen and (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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:37.5%
 }
}
@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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  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-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:60%
 }
}
@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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:42.85714%
 }
}
@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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:37.5%
 }
}
@media only screen and (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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  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-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:60%
 }
}
@media only screen and (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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:42.85714%
 }
}
@media only screen and (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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:37.5%
 }
}
@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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  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-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:60%
 }
}
@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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:42.85714%
 }
}
@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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:37.5%
 }
}
@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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  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-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:60%
 }
}
@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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:42.85714%
 }
}
@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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:37.5%
 }
}
@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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  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-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:60%
 }
}
@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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:42.85714%
 }
}
@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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:37.5%
 }
}
@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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  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-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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:60%
 }
}
@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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-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--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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:42.85714%
 }
}
@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%
 }
 .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-landscape {
  width:37.5%
 }
}
@media only screen and (max-width:1440px) {
 .qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
  margin-bottom:-50px
 }
 .qodef-grid.qodef-gutter--huge>.qodef-grid-inner {
  margin:0 -25px
 }
 .qodef-grid.qodef-gutter--huge>.qodef-grid-inner>.qodef-grid-item {
  padding:0 25px;
  margin:0 0 50px
 }
}
@media only screen and (max-width:680px) {
 #qodef-404-page {
  padding:110px 40px 200px
 }
}
@media only screen and (max-width:1440px) {
 .qodef-blog .qodef-blog-item.format-link .qodef-e-inner,
 .qodef-blog .qodef-blog-item.format-quote .qodef-e-inner {
  padding-right:10%
 }
}
@media only screen and (max-width:768px) {
 .qodef-blog .qodef-blog-item.format-link .qodef-e-inner,
 .qodef-blog .qodef-blog-item.format-quote .qodef-e-inner {
  padding-right:3%
 }
}
@media only screen and (max-width:680px) {
 .qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top {
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
 }
 .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
  margin-top:15px
 }
 .qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
  display:inline-block
 }
 .qodef-blog .qodef-blog-item.format-link .qodef-e-inner,
 .qodef-blog .qodef-blog-item.format-quote .qodef-e-inner {
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  text-align:center;
  padding:65px 11% 55px
 }
 .qodef-blog .qodef-blog-item.format-link .qodef-e-icon,
 .qodef-blog .qodef-blog-item.format-quote .qodef-e-icon {
  margin-bottom:35px;
  height:125px
 }
}
@media only screen and (max-width:680px) and (max-width:680px) {
 .qodef-blog .qodef-blog-item.format-link .qodef-e-link-text {
  margin:0
 }
}
@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 .children {
  padding-left:20px
 }
}
@media only screen and (max-width:680px) {
 #qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
 }
 #qodef-page-comments-list .qodef-comment-item .qodef-e-content {
  margin-top:23px
 }
 #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 {
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
 }
 .qodef-m-filter .qodef-m-filter-item {
  margin:5px 0
 }
}
@media only screen and (max-width:1024px) {
 #qodef-page-footer-top-area {
  padding:95px 0 110px
 }
 #qodef-page-footer-top-area .qodef-content-full-width {
  padding:0 40px
 }
 #qodef-page-footer-top-area .qodef-grid-item {
  margin:8px 0 44px
 }
 #qodef-page-footer-top-area .qodef-grid-item:last-of-type {
  margin-bottom:0
 }
}
@media only screen and (max-width:1024px) and (min-width:681px) and (max-width:1024px) {
 #qodef-page-footer-top-area .qodef-grid-item:nth-of-type(3) {
  margin-bottom:0
 }
}
@media only screen and (max-width:680px) {
 #qodef-page-footer-top-area {
  padding:84px 0 94px
 }
}
@media only screen and (max-width:1024px) {
 #qodef-page-footer-bottom-area .qodef-content-full-width {
  padding:0 40px
 }
}
@media (min-width:681px) and (max-width:1024px) {
 #qodef-page-footer-bottom-area .qodef-grid-item:last-of-type {
  text-align:right
 }
}
@media only screen and (max-width:680px) {
 #qodef-page-footer-bottom-area .qodef-grid-item {
  margin:0 0 10px
 }
 #qodef-page-footer-bottom-area .qodef-grid-item:first-of-type {
  margin-bottom:4px
 }
}
@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:480px) {
 #qodef-page-mobile-header-inner-wrapper {
  width:300px;
  padding:0;
  margin:0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
 }
}
@media only screen and (max-width:768px) {
 .woocommerce-page div.woocommerce .col2-set {
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
 }
}
@media only screen and (max-width:1024px) {
 #qodef-woo-page.qodef--cart .shop_table td.actions .coupon>* {
  margin-bottom:30px
 }
 #qodef-woo-page.qodef--cart .shop_table td.product-quantity .qodef-quantity-buttons {
  padding:0 15px
 }
 #qodef-woo-page.qodef--cart .shop_table td.product-quantity .qodef-quantity-buttons .qodef-quantity-input,
 #qodef-woo-page.qodef--cart .shop_table td.product-quantity .qodef-quantity-buttons .qodef-quantity-minus,
 #qodef-woo-page.qodef--cart .shop_table td.product-quantity .qodef-quantity-buttons .qodef-quantity-plus {
  height:36px;
  line-height:34px;
  font-size:16px
 }
 #qodef-woo-page.qodef--cart .shop_table td.product-quantity .qodef-quantity-buttons .qodef-quantity-input {
  width:30px;
  margin:0 2px
 }
 #qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
  padding-right:40px
 }
}
@media only screen and (max-width:768px) {
 #qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
  width:100%
 }
 #qodef-woo-page.qodef--cart .shop_table td.actions>.button {
  float:none
 }
}
@media only screen and (max-width:680px) {
 #qodef-woo-page.qodef--cart .shop_table th {
  letter-spacing:0;
  font-size:10px
 }
 #qodef-woo-page.qodef--cart .shop_table th.product-thumbnail {
  display:none
 }
 #qodef-woo-page.qodef--cart .shop_table th.product-price {
  min-width:60px
 }
 #qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
  display:none
 }
 #qodef-woo-page.qodef--cart .shop_table td.product-name a {
  font-size:10px
 }
 #qodef-woo-page.qodef--cart .shop_table td.product-price {
  min-width:60px
 }
 #qodef-woo-page.qodef--cart .shop_table td.product-price,
 #qodef-woo-page.qodef--cart .shop_table td.product-subtotal {
  font-size:14px
 }
 #qodef-woo-page.qodef--cart .shop_table td.product-quantity .qodef-quantity-buttons {
  padding:0 6px
 }
 #qodef-woo-page.qodef--cart .shop_table td.product-quantity .qodef-quantity-buttons .qodef-quantity-input {
  width:24px
 }
 #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:30px
 }
 #qodef-woo-page.qodef--cart .shop_table td.actions>.button {
  float:none
 }
 #qodef-woo-page.qodef--cart .shop_table.woocommerce-cart-form__contents td:not(.actions),
 #qodef-woo-page.qodef--cart .shop_table.woocommerce-cart-form__contents th {
  text-align:center
 }
 #qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
  width:auto;
  padding-right:20px
 }
 #qodef-woo-page.qodef--cart .cart_totals>h2 {
  margin-bottom:13px
 }
}
@media only screen and (max-width:768px) {
 .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 -25px
 }
 .qodef-woo-product-list.qodef-gutter--huge ul.products>.product {
  padding:0 25px;
  margin:0 0 50px
 }
}
@media only screen and (max-width:680px) {
 .qodef-woo-product-list .qodef-woo-product-inner {
  padding:0!important
 }
}
@media only screen and (max-width:680px) {
 .qodef-woo-results {
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:start
 }
}
.qodef-woo-results .woocommerce-ordering {
 margin-left:0
}
@media only screen and (max-width:1024px) {
 #qodef-woo-page.qodef--single .qodef-woo-single-inner {
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
 }
 #qodef-woo-page.qodef--single .entry-summary {
  margin-top:90px
 }
}
@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-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-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-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-8 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
  width:50%!important
 }
 #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 {
  -ms-flex-wrap:wrap;
  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:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
 }
 #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child {
  margin-top:16px!important
 }
 #qodef-woo-page.qodef--single .related {
  text-align:left
 }
}
#qodef-woo-page.qodef--single form.cart .variations .value {
 padding-left:15px
}
@media only screen and (max-width:1024px) {
 .qodef-product-single-big-images-layout #qodef-woo-page .qodef-woo-single-inner .qodef-woo-single-image,
 .qodef-product-single-big-images-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary,
 .qodef-product-single-gallery-layout #qodef-woo-page .qodef-woo-single-inner .qodef-woo-single-image,
 .qodef-product-single-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary,
 .qodef-product-single-sticky-info-layout #qodef-woo-page .qodef-woo-single-inner .qodef-woo-single-image,
 .qodef-product-single-sticky-info-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary {
  width:100%;
  max-width:100%
 }
}
@media only screen and (max-width:1440px) {
 .qodef-product-single-big-images-layout #qodef-woo-page.qodef--single .qodef-woo-single-inner>* {
  padding:0 25px
 }
 .qodef-product-single-big-images-layout #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:not(:last-child) {
  margin-right:17px
 }
}
@media only screen and (max-width:680px) {
 .qodef-product-single-gallery-layout #qodef-woo-page.qodef--single .woocommerce-tabs {
  width:100%
 }
}
@media only screen and (max-width:680px) {
 .qodef-product-single-gallery-layout .qodef-grid.qodef-layout--columns.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item {
  width:100%
 }
}
