﻿@keyframes ilsImageHolder {
    0% {
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%)
    }

    60% {
        -webkit-clip-path: polygon(100% 0,100% 0,100% 100%,100% 100%);
        clip-path: polygon(100% 0,100% 0,100% 100%,100% 100%)
    }

    100% {
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%)
    }
}

@keyframes ilsScrollIndicator {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-4px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes loadingSpinnerRotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes loadingSpinnerStroke {
    0% {
        stroke-dashoffset: -122
    }

    50% {
        stroke-dashoffset: -244
    }

    100% {
        stroke-dashoffset: -366
    }
}

@keyframes qode-rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes qode-fade-in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes qode-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes qode-ball-fall {
    0% {
        opacity: 0;
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        transform: translateY(145%)
    }
}

@keyframes qode-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes qode-double-pulse {
    0%,100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

@keyframes qode-cube {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes qode-rotating-cubes {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(.5)
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@keyframes qode-stretch-delay {
    0%,100%,40% {
        transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1)
    }
}

@keyframes qode-bounce-delay {
    0%,100%,80% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

@keyframes qode-rotate-circles {
    to {
        transform: rotate(360deg)
    }
}

@keyframes qode-atom-position {
    50% {
        top: 80px;
        left: 80px
    }
}

@keyframes qode-atom-size {
    50% {
        transform: scale(.5)
    }
}

@keyframes qode-atom-zindex {
    100% {
        z-index: 10
    }
}

@keyframes qode-atom-shrink {
    50% {
        transform: scale(.8)
    }
}

@keyframes qode-clock {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes qode-clock-1 {
    0% {
        transform: rotate(-135deg)
    }

    30% {
        transform: rotate(-450deg)
    }

    100% {
        transform: rotate(-450deg)
    }
}

@keyframes qode-clock-2 {
    5% {
        transform: rotate(-90deg)
    }

    35% {
        transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg)
    }
}

@keyframes qode-clock-3 {
    10% {
        transform: rotate(-45deg)
    }

    40% {
        transform: rotate(-360deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@keyframes qode-clock-4 {
    15% {
        transform: rotate(0)
    }

    45% {
        transform: rotate(-315deg)
    }

    100% {
        transform: rotate(-315deg)
    }
}

@keyframes qode-mitosis-invert {
    100% {
        transform: rotate(180deg)
    }
}

@keyframes qode-mitosis-ball-1 {
    12% {
        transform: none
    }

    26% {
        transform: translateX(25%) scale(1,.8)
    }

    40% {
        transform: translateX(50%) scale(.8,.8)
    }

    60% {
        transform: translateX(50%) scale(.8,.8)
    }

    74% {
        transform: translate(50%,25%) scale(.6,.8)
    }

    88% {
        transform: translate(50%,50%) scale(.6,.6)
    }

    100% {
        transform: translate(50%,50%) scale(.6,.6)
    }
}

@keyframes qode-mitosis-ball-2 {
    12% {
        transform: none
    }

    26% {
        transform: translateX(25%) scale(1,.8)
    }

    40% {
        transform: translateX(50%) scale(.8,.8)
    }

    60% {
        transform: translateX(50%) scale(.8,.8)
    }

    74% {
        transform: translate(50%,-25%) scale(.6,.8)
    }

    88% {
        transform: translate(50%,-50%) scale(.6,.6)
    }

    100% {
        transform: translate(50%,-50%) scale(.6,.6)
    }
}

@keyframes qode-mitosis-ball-3 {
    12% {
        transform: none
    }

    26% {
        transform: translateX(-25%) scale(1,.8)
    }

    40% {
        transform: translateX(-50%) scale(.8,.8)
    }

    60% {
        transform: translateX(-50%) scale(.8,.8)
    }

    74% {
        transform: translate(-50%,25%) scale(.6,.8)
    }

    88% {
        transform: translate(-50%,50%) scale(.6,.6)
    }

    100% {
        transform: translate(-50%,50%) scale(.6,.6)
    }
}

@keyframes qode-mitosis-ball-4 {
    12% {
        transform: none
    }

    26% {
        transform: translateX(-25%) scale(1,.8)
    }

    40% {
        transform: translateX(-50%) scale(.8,.8)
    }

    60% {
        transform: translateX(-50%) scale(.8,.8)
    }

    74% {
        transform: translate(-50%,-25%) scale(.6,.8)
    }

    88% {
        transform: translate(-50%,-50%) scale(.6,.6)
    }

    100% {
        transform: translate(-50%,-50%) scale(.6,.6)
    }
}

@keyframes qode-lines-spin {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes qode-fussion-ball-1 {
    50% {
        top: -100%;
        left: 200%
    }

    100% {
        top: 50%;
        left: 100%;
        z-index: 2
    }
}

@keyframes qode-fussion-ball-2 {
    50% {
        top: 200%;
        left: 200%
    }

    100% {
        top: 100%;
        left: 50%;
        z-index: 1
    }
}

@keyframes qode-fussion-ball-3 {
    50% {
        top: 200%;
        left: -100%
    }

    100% {
        top: 50%;
        left: 0;
        z-index: 2
    }
}

@keyframes qode-fussion-ball-4 {
    50% {
        top: -100%;
        left: -100%
    }

    100% {
        top: 0;
        left: 50%;
        z-index: 1
    }
}

@keyframes qode-wave-jump-1 {
    12% {
        transform: translate(20px,-40px);
        animation-timing-function: ease-in
    }

    100%,24% {
        transform: translate(40px,0)
    }
}

@keyframes qode-wave-jump-2 {
    12% {
        transform: translate(0,0)
    }

    24% {
        transform: translate(20px,-40px);
        animation-timing-function: ease-in
    }

    100%,36% {
        transform: translate(40px,0)
    }
}

@keyframes qode-wave-jump-3 {
    24% {
        transform: translate(0,0)
    }

    36% {
        transform: translate(20px,-40px);
        animation-timing-function: ease-in
    }

    100%,48% {
        transform: translate(40px,0)
    }
}

@keyframes qode-wave-wipe {
    100%,48% {
        transform: translateX(-120px)
    }
}

@keyframes qode-pulse-circles-pulse {
    0% {
        transform: scale(.1);
        opacity: 1;
        border-width: 50px
    }

    100% {
        transform: scale(1,1);
        opacity: 0;
        border-width: 0
    }
}

@keyframes qode-bounce {
    20%,53%,80%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-30px,0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-15px,0)
    }

    90% {
        transform: translate3d(0,-4px,0)
    }
}

@keyframes qode-pulse {
    from {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 0;
    outline: 0
}

* {
    box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block
}

del {
    text-decoration: line-through
}

pre {
    background-color: #e7e1d8;
    color: #414042;
    font-family: monospace;
    font-size: 1em;
    margin: 15px 0;
    max-width: 100%;
    padding: 15px;
    white-space: pre-wrap;
    word-wrap: break-word
}

code {
    background-color: #e7e1d8;
    color: #414042;
    font-family: monospace,monospace;
    font-size: 1em;
    padding: 0
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table:not(.shop_table,.newtable) {
    border: medium none;
    border-collapse: collapse;
    border-spacing: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    vertical-align: middle;
    width: 100%
}

    table:not(.shop_table,.newtable) tr {
        border: 1px solid #434343
    }

    table:not(.shop_tabl,.newtablee) th {
        /*border-right: 1px solid #434343;*/
        padding: 5px 7px;
        text-align: center;
    }

table:not(.shop_table,.newtable) td {
    border: 0;
    border-right: 1px solid #434343;
    padding: 5px 10px;
    text-align: left
}

    table:not(.shop_table,.newtable) td br {
        display: none
    }

hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
    margin-top: 1.5em
}

    hr:not(.is-style-wide):not(.is-style-dots) {
        max-width: 100px
    }

body:not([class*=umea-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 {
    border-style: none;
    vertical-align: middle
}

figure {
    margin: 0
}

    figure.alignleft {
        margin-right: 1.5em
    }

    figure.alignright {
        margin-left: 1.5em
    }

embed, iframe, object {
    display: block;
    max-width: 100%
}

video {
    display: block
}

embed, object {
    height: auto
}

label {
    display: block;
    margin-bottom: .6em
}

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 {
    background-color: #e7e1d8;
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

progress {
    vertical-align: baseline
}

summary {
    display: list-item
}

template {
    display: none
}

.gallery-caption, .wp-caption, figcaption {
    color: #414042;
    display: block;
    font-size: 13px !important;
    line-height: 1em !important;
    margin: 7px auto 0;
    max-width: 100%;
    opacity: 1;
    text-align: center
}

    .gallery-caption a, .wp-caption a, figcaption a {
        color: inherit
    }

    .wp-caption .wp-caption-text {
        opacity: 1
    }

blockquote.instagram-media, iframe.instagram-media {
    margin: auto !important
}

.bypostauthor, .sticky {
    opacity: 1
}

::selection {
    background: #000001;
    color: #fff
}

::-moz-selection {
    background: #000001;
    color: #fff
}

.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;
        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*=umea-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
}

body {
    font-family: Roboto,sans-serif;
    font-size: 15px;
    line-height: 1.66em;
    font-weight: 300;
    color: #414042;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

.qodef-h1, h1 {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: white;
    font-size: 38px;
    line-height: 1.05em;
    text-transform: initial;
    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: #000001
        }

.qodef-h2, h2 {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    font-size: 35px;
    line-height: 1.14em;
    text-transform: initial;
    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: #000001
        }

.qodef-h3, h3 {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    font-size: 29px;
    line-height: 1.24em;
    text-transform: initial;
    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: #000001
        }

.qodef-h4, h4 {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    font-size: 24px;
    line-height: 1.33em;
    text-transform: initial;
    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: #000001
        }

.qodef-h5, h5 {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    font-size: 18px;
    line-height: 1.5555em;
    text-transform: initial;
    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: #000001
        }

.qodef-h6, h6 {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: white;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 2.15em;
    text-transform: uppercase;
    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: #000001
        }

a, p a {
    color: #000001;
    text-decoration: none;
    transition: color .2s ease-out;
    cursor: pointer
}

    a.qodef-hover-color:hover {
        color: #7d7d7d !important
    }

p {
    line-height: 1.66em;
    margin: 10px 0 10px 0
}

    p.has-background {
        padding: 20px 30px
    }

.wp-block-quote, blockquote {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: Roboto,sans-serif;
    color: #000001;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6em;
    border: none !important;
    padding: 16px 0 14px 111px !important;
    position: relative;
    margin: 0;
    padding: 0;
    quotes: none;
    z-index: 1
}

@media only screen and (max-width:480px) {
    .wp-block-quote, blockquote {
        padding: 80px 0 20px 0 !important
    }
    .qodef-h4, h4 {
        font-family: Roboto,sans-serif;
        font-weight: 500;
        color: #000001;
        font-size: 15px;
        line-height: 1.33em;
        text-transform: initial;
        margin: 25px 0;
        -ms-word-wrap: break-word;
        word-wrap: break-word
    }
}

.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: 16px 0 14px 111px !important
}

.wp-block-quote.wp-block-pullquote, blockquote.wp-block-pullquote {
    padding: 25px !important;
    text-align: center !important
}

    .wp-block-quote.wp-block-pullquote.alignleft, blockquote.wp-block-pullquote.alignleft {
        max-width: 290px
    }

    .wp-block-quote.wp-block-pullquote.alignright, blockquote.wp-block-pullquote.alignright {
        max-width: 290px
    }

.wp-block-quote.has-text-align-right:before, blockquote.has-text-align-right:before {
    left: auto;
    right: 0
}

.wp-block-quote:before, blockquote:before {
    background-color: #7f7f7f;
    background-size: 57px 55px;
    content: '';
    height: 55px;
    left: 36px;
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igkg d2lkdGg9IjU3cHgiIGhlaWdodD0iNTVweCIgdmlld0JveD0iMCAwIDU3IDU1IiBlbmFibGUtYmFj a2dyb3VuZD0ibmV3IDAgMCA1NyA1NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0i bm9uZSIgc3Ryb2tlPSIjMzAzMDMwIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yLDQ2LjA2 M2wxMS4xMTEsNy42MTljNS4zNjYtNC4zMjIsOS44MjctMTAuMDgxLDEzLjI1OS0xNy4xMjEJYzMu NDQxLTcuMDYsNS4yMjMtMTQuMjM5LDUuMjk0LTIxLjMzNlYxLjM5MkgxMi4yNDh2MTUuMzM0Yy0w LjEwNyw1LjEzMi0xLjAyOCwxMC4yMDgtMi43MzgsMTUuMDg4CUM3LjgxLDM2LjY2Niw1LjI4NCw0 MS40NiwyLDQ2LjA2M3oiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMzMDMwMzAiIHN0cm9r ZS1taXRlcmxpbWl0PSIxMCIgZD0iTTI1LjU4NCw0Ni4wNjNsMTEuMTEsNy42MTljNS4zNjYtNC4z MjEsOS44MjctMTAuMDgxLDEzLjI1OS0xNy4xMjEJYzMuNDQyLTcuMDYsNS4yMjMtMTQuMjM5LDUu Mjk0LTIxLjMzNlYxLjM5MkgzNS44MzJ2MTUuMzM0Yy0wLjEwNyw1LjEzMi0xLjAyOCwxMC4yMDgt Mi43MzgsMTUuMDg4CUMzMS4zOTQsMzYuNjY2LDI4Ljg2OCw0MS40NiwyNS41ODQsNDYuMDYzeiIv Pjwvc3ZnPg==");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igkg d2lkdGg9IjU3cHgiIGhlaWdodD0iNTVweCIgdmlld0JveD0iMCAwIDU3IDU1IiBlbmFibGUtYmFj a2dyb3VuZD0ibmV3IDAgMCA1NyA1NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0i bm9uZSIgc3Ryb2tlPSIjMzAzMDMwIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yLDQ2LjA2 M2wxMS4xMTEsNy42MTljNS4zNjYtNC4zMjIsOS44MjctMTAuMDgxLDEzLjI1OS0xNy4xMjEJYzMu NDQxLTcuMDYsNS4yMjMtMTQuMjM5LDUuMjk0LTIxLjMzNlYxLjM5MkgxMi4yNDh2MTUuMzM0Yy0w LjEwNyw1LjEzMi0xLjAyOCwxMC4yMDgtMi43MzgsMTUuMDg4CUM3LjgxLDM2LjY2Niw1LjI4NCw0 MS40NiwyLDQ2LjA2M3oiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMzMDMwMzAiIHN0cm9r ZS1taXRlcmxpbWl0PSIxMCIgZD0iTTI1LjU4NCw0Ni4wNjNsMTEuMTEsNy42MTljNS4zNjYtNC4z MjEsOS44MjctMTAuMDgxLDEzLjI1OS0xNy4xMjEJYzMuNDQyLTcuMDYsNS4yMjMtMTQuMjM5LDUu Mjk0LTIxLjMzNlYxLjM5MkgzNS44MzJ2MTUuMzM0Yy0wLjEwNyw1LjEzMi0xLjAyOCwxMC4yMDgt Mi43MzgsMTUuMDg4CUMzMS4zOTQsMzYuNjY2LDI4Ljg2OCw0MS40NiwyNS41ODQsNDYuMDYzeiIv Pjwvc3ZnPg==");
    position: absolute;
    top: 25px;
    width: 56px;
    z-index: -1
}

@media only screen and (max-width:480px) {
    .wp-block-quote:before, blockquote:before {
        left: 0;
        top: 0
    }
}

.wp-block-quote > *, blockquote > * {
    margin: 0
}

.wp-block-quote p, blockquote p {
    margin: 0 !important
}

.wp-block-quote:after, blockquote:after {
    content: ''
}

.wp-block-quote .wp-block-pullquote__citation, .wp-block-quote .wp-block-quote__citation, .wp-block-quote cite, blockquote .wp-block-pullquote__citation, blockquote .wp-block-quote__citation, blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 400 !important;
    margin: 10px 0 0;
    text-align: inherit !important;
    text-transform: uppercase !important
}

var {
    color: #000001;
    font-family: Roboto,sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.11em;
    text-transform: initial
}

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;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #434343;
    border-radius: 0;
    box-sizing: border-box;
    color: #414042;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: inherit;
    line-height: 20px;
    margin: 0 0 16px;
    outline: 0;
    padding: 9px 1px;
    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 {
        background-color: transparent;
        border-color: #000001;
        color: #000001
    }

    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-sidebar input[type=email], #qodef-page-sidebar input[type=number], #qodef-page-sidebar input[type=password], #qodef-page-sidebar input[type=search], #qodef-page-sidebar input[type=tel], #qodef-page-sidebar input[type=text], #qodef-page-sidebar input[type=url], #qodef-page-sidebar textarea {
    color: #000001;
    background-color: transparent;
    border-color: #000001
}

    #qodef-page-sidebar input[type=email]:focus, #qodef-page-sidebar input[type=number]:focus, #qodef-page-sidebar input[type=password]:focus, #qodef-page-sidebar input[type=search]:focus, #qodef-page-sidebar input[type=tel]:focus, #qodef-page-sidebar input[type=text]:focus, #qodef-page-sidebar input[type=url]:focus, #qodef-page-sidebar textarea:focus {
        color: #000001;
        background-color: transparent;
        border-color: #434343
    }

#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: #000001;
    background-color: transparent;
    border-color: #000001
}

    #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: #000001;
        background-color: transparent;
        border-color: #434343
    }

textarea {
    border: 1px solid #434343;
    padding: 9px 10px
}

input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 2px solid #414042;
    height: 10px;
    margin: 0 16px 0 0 !important;
    outline: 0;
    position: relative;
    width: 10px
}

    input[type=checkbox]:checked:after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3 aWR0aD0iMTEuNnB4IiBoZWlnaHQ9IjExLjU1NnB4IiB2aWV3Qm94PSIwIDAgMTEuNiAxMS41NTYi IGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDExLjYgMTEuNTU2IiB4bWw6c3BhY2U9InByZXNl cnZlIj4KPHBhdGggZmlsbD0iIzAyMDIwMiIgZD0iTTExLjQ5NiwwLjYyNGMwLjAyNywwLjE2NC0w LjAwNSwwLjMxOS0wLjA5NiwwLjQ2NWwtNS4xOTUsNy41MmMtMC4wMTksMC0wLjAzMiwwLjAwOS0w LjA0MSwwLjAyNyAgQzYuMTU0LDguNjU0LDYuMTUsOC42NzIsNi4xNSw4LjY5QzYuMDIyLDguODE4 LDUuODY3LDguODgxLDUuNjg1LDguODgxYy0wLjA1NSwwLTAuMTE5LTAuMDA5LTAuMTkxLTAuMDI3 TDUuNDY2LDguODI3ICBDNS40MTIsOC44MDksNS4zNzUsOC43OTEsNS4zNTcsOC43NzJjLTAuMDE5 LDAtMC4wMzItMC4wMDQtMC4wNDEtMC4wMTRDNS4zMDcsOC43NSw1LjMwMiw4Ljc0LDUuMzAyLDgu NzMxICBjMC0wLjAwOS0wLjAwOS0wLjAxNC0wLjAyNy0wLjAxNEw1LjIyLDguNjYzQzUuMTg0LDgu NjI2LDUuMTY2LDguNTk5LDUuMTY2LDguNTgxTDIuOTUxLDYuMDY1Yy0wLjEyOC0wLjEwOS0wLjE5 MS0wLjI1LTAuMTkxLTAuNDI0ICBjMC0wLjE3MywwLjA1NS0wLjMxOSwwLjE2NC0wLjQzOGMwLjEw OS0wLjExOCwwLjI1LTAuMTgyLDAuNDI0LTAuMTkxQzMuNTIsNS4wMDMsMy42Nyw1LjA1MywzLjc5 OCw1LjE2M0w1LjYzLDcuMjY4bDQuNzU4LTYuODYzICBjMC4xMjctMC4xODIsMC4zMDEtMC4yNzMs MC41Mi0wLjI3M2MwLjEwOSwwLDAuMjE5LDAuMDM3LDAuMzI4LDAuMTA5QzExLjM4MSwwLjMzMiwx MS40NjgsMC40NTksMTEuNDk2LDAuNjI0eiIvPgo8L3N2Zz4=");
        background-position: center;
        background-repeat: no-repeat;
        content: '';
        height: 8px;
        left: -2px;
        position: absolute;
        top: -2px;
        width: 9px
    }

.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], button[type=button], input[type=button] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Roboto,sans-serif;
    color: #000001;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    padding: 8px 30px;
    color: #000001;
    background-color: transparent;
    border: 1px solid #000001;
    cursor: pointer
}


    .qodef-theme-button:hover, button[type=submit]:hover, input[type=submit], button[type=button], input[type=button]:hover {
        color: #fff;
        background-color: #000001;
        border-color: #000001
    }

    .qodef-theme-button span, button[type=submit], button[type=button], input[type=button] span {
        display: block;
        line-height: inherit
    }

        .qodef-theme-button span:before, button[type=submit], button[type=button], input[type=button] span:before {
            display: block;
            line-height: inherit
        }

    .qodef-theme-button.qodef-layout--textual {
        background-color: transparent;
        border: 0;
        display: inline-flex;
        min-height: 40px;
        padding: 0 !important
    }

        .qodef-theme-button.qodef-layout--textual .qodef-m-text {
            margin-left: 23px;
            margin-top: 20px
        }

        .qodef-theme-button.qodef-layout--textual .qodef-m-icon {
            display: inline-block;
            left: 0;
            position: absolute;
            top: 0
        }

            .qodef-theme-button.qodef-layout--textual .qodef-m-icon svg {
                color: currentColor
            }

                .qodef-theme-button.qodef-layout--textual .qodef-m-icon svg .qodef-arc-1, .qodef-theme-button.qodef-layout--textual .qodef-m-icon svg .qodef-arc-2 {
                    fill: none;
                    stroke-width: 1px;
                    stroke: currentColor;
                    stroke-dasharray: 251;
                    transform: rotate(90deg);
                    transform-origin: center
                }

                .qodef-theme-button.qodef-layout--textual .qodef-m-icon svg .qodef-arc-1 {
                    opacity: .6;
                    stroke-dashoffset: 251;
                    transition: all .4s cubic-bezier(.65,.05,.36,1)
                }

                .qodef-theme-button.qodef-layout--textual .qodef-m-icon svg .qodef-arc-2 {
                    opacity: .3;
                    stroke-dashoffset: 165
                }

        .qodef-theme-button.qodef-layout--textual:hover {
            color: initial
        }

            .qodef-theme-button.qodef-layout--textual:hover .qodef-m-icon svg .qodef-arc-1 {
                stroke-dashoffset: 165
            }

label {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    color: #464646;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 2.15em;
    text-transform: uppercase
}

input[type=radio] {
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    border: 1px solid #000001;
    border-radius: 50%;
    height: 11px;
    outline: 0;
    position: relative;
    width: 11px
}

    input[type=radio]:checked:after {
        background-color: #000001;
        border-radius: 50%;
        content: '';
        display: block;
        height: calc(100% - 4px);
        left: 2px;
        position: absolute;
        top: 2px;
        width: calc(100% - 4px)
    }

select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #434343;
    border-radius: 0;
    color: #414042;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    height: 38px;
    line-height: 20px;
    margin: 0;
    outline: 0;
    padding: 9px 1px;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    select:disabled {
        background-color: #e7e1d8;
        border-color: inherit;
        box-shadow: none;
        color: inherit;
        text-shadow: none
    }

.theme-umea .select2-container--default {
    display: inline-block;
    margin: 0 0 16px;
    position: relative;
    vertical-align: top;
    width: auto
}

    .theme-umea .select2-container--default .select2-selection--single {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #434343;
        border-radius: 0;
        color: #414042;
        cursor: pointer;
        display: block;
        font-family: inherit;
        font-size: 15px;
        font-weight: 400;
        height: 38px;
        line-height: 20px;
        margin: 0;
        outline: 0;
        padding: 9px 1px;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .theme-umea .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: inherit;
            display: block;
            font-weight: 300;
            line-height: inherit;
            overflow: hidden;
            padding: 0;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .theme-umea .select2-container--default .select2-selection--single .select2-selection__clear {
            cursor: pointer;
            float: right;
            font-weight: inherit;
            margin: 0;
            position: relative
        }

        .theme-umea .select2-container--default .select2-selection--single .select2-selection__placeholder {
            color: inherit
        }

        .theme-umea .select2-container--default .select2-selection--single .select2-selection__arrow {
            align-items: center;
            color: #000001;
            display: flex;
            font-size: 18px;
            height: 100%;
            justify-content: center;
            position: absolute;
            right: 0;
            top: 0;
            width: 10px
        }

            .theme-umea .select2-container--default .select2-selection--single .select2-selection__arrow b {
                display: none
            }

            .theme-umea .select2-container--default .select2-selection--single .select2-selection__arrow:before {
                content: '\33';
                font-family: ElegantIcons;
                display: block;
                font-style: normal;
                line-height: inherit
            }

    .theme-umea .select2-container--default .select2-selection--multiple {
        background-color: transparent;
        border: none !important;
        border-bottom: 1px solid #434343 !important;
        border-radius: 0;
        color: #414042;
        cursor: pointer;
        display: block;
        font-family: inherit;
        font-size: 15px;
        font-weight: 400;
        height: 38px;
        line-height: 20px;
        margin: 0;
        outline: 0;
        padding: 9px 1px;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .theme-umea .select2-container--default .select2-selection--multiple .select2-selection__rendered {
            color: inherit;
            display: block;
            line-height: inherit;
            list-style: none;
            overflow: hidden;
            padding: 0;
            text-overflow: ellipsis;
            white-space: nowrap
        }

            .theme-umea .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
                margin: 0;
                padding: 0
            }

            .theme-umea .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
                color: inherit;
                float: left;
                margin: 0
            }

            .theme-umea .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
                cursor: pointer;
                float: right;
                font-weight: inherit;
                margin: 0;
                position: relative
            }

            .theme-umea .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
                background-color: #000001;
                border: 0;
                border-radius: 0;
                color: #fff;
                cursor: default;
                float: left;
                margin: 0 5px 0 0;
                padding: 3px 6px
            }

            .theme-umea .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
                color: inherit;
                cursor: pointer;
                display: inline-block;
                font-weight: 700;
                margin: 0 3px 0 0;
                transition: opacity .2s ease-out
            }

                .theme-umea .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
                    color: inherit;
                    opacity: .8
                }

    .theme-umea .select2-container--default .select2-search--inline {
        float: left
    }

        .theme-umea .select2-container--default .select2-search--inline .select2-search__field {
            -webkit-appearance: none;
            border: none !important;
            color: inherit;
            font-family: inherit;
            font-size: inherit;
            font-weight: inherit;
            margin: 0 !important;
            outline: 0;
            padding: 0 !important;
            width: 100%
        }

            .theme-umea .select2-container--default .select2-search--inline .select2-search__field:focus {
                border-color: #000001
            }

            .theme-umea .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

    .theme-umea .select2-container--default .select2-dropdown {
        background-color: #fff;
        border: 1px solid #e7e1d8;
        border-radius: 0;
        display: block;
        left: -100000px;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 99999
    }

.admin-bar.theme-umea .select2-container--default .select2-dropdown {
    top: 32px
}

@media only screen and (max-width:782px) {
    .admin-bar.theme-umea .select2-container--default .select2-dropdown {
        top: 46px
    }
}

.theme-umea .select2-container--default .select2-search--dropdown {
    display: block;
    padding: 14px 15px 2px
}

    .theme-umea .select2-container--default .select2-search--dropdown.select2-search--hide {
        display: none
    }

    .theme-umea .select2-container--default .select2-search--dropdown .select2-search__field {
        -webkit-appearance: none;
        background-color: #fff;
        border: 1px solid #e7e1d8;
        color: #414042;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: 20px;
        margin: 0;
        outline: 0;
        padding: 4px 8px;
        width: 100%
    }

        .theme-umea .select2-container--default .select2-search--dropdown .select2-search__field:focus {
            background-color: #fff;
            border-color: #e7e1d8;
            color: #000001
        }

        .theme-umea .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

.theme-umea .select2-container--default .select2-results {
    display: block
}

    .theme-umea .select2-container--default .select2-results > .select2-results__options {
        max-height: 200px;
        overflow-y: auto
    }

.theme-umea .select2-container--default .select2-results__options {
    list-style: none;
    margin: 5px 0;
    padding: 2px 15px;
    position: relative
}

.theme-umea .select2-container--default .select2-results__option {
    font-size: 15px;
    line-height: 20px;
    padding: 3px 0;
    transition: color .2s ease-out;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .theme-umea .select2-container--default .select2-results__option[aria-selected] {
        cursor: pointer
    }

    .theme-umea .select2-container--default .select2-results__option[role=group] {
        padding: 0
    }

    .theme-umea .select2-container--default .select2-results__option[aria-disabled=true] {
        color: #000001
    }

    .theme-umea .select2-container--default .select2-results__option[aria-selected=true], .theme-umea .select2-container--default .select2-results__option[data-selected=true] {
        background: 0 0;
        color: #000001
    }

    .theme-umea .select2-container--default .select2-results__option .select2-results__option {
        padding-left: 1em
    }

        .theme-umea .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
            padding-left: 0
        }

        .theme-umea .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -1em;
            padding-left: 2em
        }

            .theme-umea .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -2em;
                padding-left: 3em
            }

                .theme-umea .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -3em;
                    padding-left: 4em
                }

                    .theme-umea .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
                    }

                        .theme-umea .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
                        }

.theme-umea .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: 0 0;
    color: #000001
}

.theme-umea .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 7px 0
}

.theme-umea .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.theme-umea .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding: 0
}

.theme-umea .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 0;
    right: auto
}

.theme-umea .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .theme-umea .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .theme-umea .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.theme-umea .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__rendered {
    padding: 0
}

.theme-umea .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin: 7px auto 0 5px
}

.theme-umea .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin: 0 auto 0 3px
}

.theme-umea .select2-container--default.select2-container--focus .select2-selection--multiple, .theme-umea .select2-container--default.select2-container--focus .select2-selection--single {
    border-bottom: 1px solid #000001
}

.theme-umea .select2-container--default.select2-container--disabled .select2-selection--multiple, .theme-umea .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #e7e1d8;
    cursor: default
}

    .theme-umea .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear, .theme-umea .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.theme-umea .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.theme-umea .select2-container--default.select2-container--open .select2-selection--multiple, .theme-umea .select2-container--default.select2-container--open .select2-selection--single {
    border-bottom: 1px solid #000001;
    color: #000001
}

.theme-umea .select2-container--default.select2-container--open .select2-dropdown {
    left: 0
}

    .theme-umea .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
        border: 1px solid #e7e1d8
    }

    .theme-umea .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
        border: 1px solid #e7e1d8;
        top: -1px
    }

body:not([class*=umea-core]) .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '\25BE';
    font-family: initial;
    font-size: 16px
}

.select2-close-mask {
    background-color: #fff;
    border: 0;
    display: block;
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 99
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 0 !important;
    line-height: 1;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none
}

input[type=search]::-ms-clear, input[type=text]::-ms-clear {
    display: none
}

input:-webkit-autofill {
    -webkit-animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: qodefAutofillFix
}

.qodef-content-grid {
    width: 1100px;
    margin: 0 auto
}

    .qodef-content-grid.qodef-extended-grid {
        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--1 .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-layout--masonry.qodef-col-num--1 > .qodef-grid-inner > .qodef-grid-item.qodef--two {
        max-width: 100%;
        width: 200%
    }

    .qodef-grid.qodef-layout--masonry.qodef-col-num--1 .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-layout--masonry.qodef-col-num--1 > .qodef-grid-inner > .qodef-grid-item.qodef--three {
        max-width: 100%;
        width: 300%
    }

.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-masonry-sizer.qodef--two, .qodef-grid.qodef-layout--masonry.qodef-col-num--2 > .qodef-grid-inner > .qodef-grid-item.qodef--two {
        max-width: 100%;
        width: 100%
    }

    .qodef-grid.qodef-layout--masonry.qodef-col-num--2 .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-layout--masonry.qodef-col-num--2 > .qodef-grid-inner > .qodef-grid-item.qodef--three {
        max-width: 100%;
        width: 150%
    }

.qodef-grid.qodef-layout--masonry.qodef-col-num--2 > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--2 > .qodef-grid-inner > .qodef-item--landscape {
    width: 100%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--3 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--3 > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%
}

    .qodef-grid.qodef-layout--masonry.qodef-col-num--3 .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-layout--masonry.qodef-col-num--3 > .qodef-grid-inner > .qodef-grid-item.qodef--two {
        max-width: 100%;
        width: 66.66667%
    }

    .qodef-grid.qodef-layout--masonry.qodef-col-num--3 .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-layout--masonry.qodef-col-num--3 > .qodef-grid-inner > .qodef-grid-item.qodef--three {
        max-width: 100%;
        width: 100%
    }

.qodef-grid.qodef-layout--masonry.qodef-col-num--3 > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--3 > .qodef-grid-inner > .qodef-item--landscape {
    width: 66.66667%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--4 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item {
    width: 25%
}

    .qodef-grid.qodef-layout--masonry.qodef-col-num--4 .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-layout--masonry.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item.qodef--two {
        max-width: 100%;
        width: 50%
    }

    .qodef-grid.qodef-layout--masonry.qodef-col-num--4 .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-layout--masonry.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item.qodef--three {
        max-width: 100%;
        width: 75%
    }

.qodef-grid.qodef-layout--masonry.qodef-col-num--4 > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--4 > .qodef-grid-inner > .qodef-item--landscape {
    width: 50%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--5 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--5 > .qodef-grid-inner > .qodef-grid-item {
    width: 20%
}

    .qodef-grid.qodef-layout--masonry.qodef-col-num--5 .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-layout--masonry.qodef-col-num--5 > .qodef-grid-inner > .qodef-grid-item.qodef--two {
        max-width: 100%;
        width: 40%
    }

    .qodef-grid.qodef-layout--masonry.qodef-col-num--5 .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-layout--masonry.qodef-col-num--5 > .qodef-grid-inner > .qodef-grid-item.qodef--three {
        max-width: 100%;
        width: 60%
    }

.qodef-grid.qodef-layout--masonry.qodef-col-num--5 > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--5 > .qodef-grid-inner > .qodef-item--landscape {
    width: 40%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--6 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--6 > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%
}

    .qodef-grid.qodef-layout--masonry.qodef-col-num--6 .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-layout--masonry.qodef-col-num--6 > .qodef-grid-inner > .qodef-grid-item.qodef--two {
        max-width: 100%;
        width: 33.33333%
    }

    .qodef-grid.qodef-layout--masonry.qodef-col-num--6 .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-layout--masonry.qodef-col-num--6 > .qodef-grid-inner > .qodef-grid-item.qodef--three {
        max-width: 100%;
        width: 50%
    }

.qodef-grid.qodef-layout--masonry.qodef-col-num--6 > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--6 > .qodef-grid-inner > .qodef-item--landscape {
    width: 33.33333%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--7 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--7 > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%
}

    .qodef-grid.qodef-layout--masonry.qodef-col-num--7 .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-layout--masonry.qodef-col-num--7 > .qodef-grid-inner > .qodef-grid-item.qodef--two {
        max-width: 100%;
        width: 28.57143%
    }

    .qodef-grid.qodef-layout--masonry.qodef-col-num--7 .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-layout--masonry.qodef-col-num--7 > .qodef-grid-inner > .qodef-grid-item.qodef--three {
        max-width: 100%;
        width: 42.85714%
    }

.qodef-grid.qodef-layout--masonry.qodef-col-num--7 > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--7 > .qodef-grid-inner > .qodef-item--landscape {
    width: 28.57143%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--8 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--8 > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%
}

    .qodef-grid.qodef-layout--masonry.qodef-col-num--8 .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-layout--masonry.qodef-col-num--8 > .qodef-grid-inner > .qodef-grid-item.qodef--two {
        max-width: 100%;
        width: 25%
    }

    .qodef-grid.qodef-layout--masonry.qodef-col-num--8 .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-layout--masonry.qodef-col-num--8 > .qodef-grid-inner > .qodef-grid-item.qodef--three {
        max-width: 100%;
        width: 37.5%
    }

.qodef-grid.qodef-layout--masonry.qodef-col-num--8 > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--8 > .qodef-grid-inner > .qodef-item--landscape {
    width: 25%
}

.qodef-grid.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0
}

.qodef-grid.qodef-gutter--no > .qodef-grid-inner {
    margin: 0
}

    .qodef-grid.qodef-gutter--no > .qodef-grid-inner > .qodef-grid-item {
        padding: 0;
        margin: 0
    }

.qodef-grid.qodef-gutter--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: 5px 5px;
        /*margin: 0 5px 15px;*/
        /*border: 1px solid #e6f5f7;*/
    }

.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--mega.qodef--no-bottom-space {
    margin-bottom: -58px
}

.qodef-grid.qodef-gutter--mega > .qodef-grid-inner {
    margin: 0 -29px
}

    .qodef-grid.qodef-gutter--mega > .qodef-grid-inner > .qodef-grid-item {
        padding: 0 29px;
        margin: 0 0 58px
    }

.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px
}

.qodef-grid.qodef-gutter--huge > .qodef-grid-inner {
    margin: 0 -40px
}

    .qodef-grid.qodef-gutter--huge > .qodef-grid-inner > .qodef-grid-item {
        padding: 0 40px;
        margin: 0 0 80px
    }

.qodef-grid.qodef-gutter--enormous.qodef--no-bottom-space {
    margin-bottom: -94px
}

.qodef-grid.qodef-gutter--enormous > .qodef-grid-inner {
    margin: 0 -47px
}

    .qodef-grid.qodef-gutter--enormous > .qodef-grid-inner > .qodef-grid-item {
        padding: 0 47px;
        margin: 0 0 94px
    }

.qodef-grid.qodef-gutter--mammoth.qodef--no-bottom-space {
    margin-bottom: -124px
}

.qodef-grid.qodef-gutter--mammoth > .qodef-grid-inner {
    margin: 0 -62px
}

    .qodef-grid.qodef-gutter--mammoth > .qodef-grid-inner > .qodef-grid-item {
        padding: 0 62px;
        margin: 0 0 124px
    }

#qodef-page-wrapper {
    overflow: hidden;
    position: relative
}

#qodef-page-outer {
    position: relative
}

#qodef-page-inner {
    padding: 130px 0 100px;
    position: relative
}

#qodef-page-content.qodef-layout--template .qodef-page-content-section.qodef-col--12 {
    margin-bottom: 0
}

.qodef--boxed {
    background-color: #e7e1d8
}

    .qodef--boxed #qodef-page-wrapper {
        background-color: #fff;
        display: block
    }

    .qodef--boxed #qodef-page-inner {
        max-width: 90%;
        padding-left: 30px;
        padding-right: 30px;
        width: 100% !important
    }

.qodef--passepartout #qodef-page-wrapper {
    background-color: #fff
}

button.mfp-arrow {
    color: #fff;
    height: 50px !important;
    margin: 0 !important;
    opacity: 1 !important;
    top: calc(50% - 25px) !important;
    width: 21px !important
}

    button.mfp-arrow svg {
        display: block;
        pointer-events: none;
        width: 100%
    }

    button.mfp-arrow:after, button.mfp-arrow:before {
        display: none !important
    }

    button.mfp-arrow.mfp-arrow-left {
        left: 30px
    }

        button.mfp-arrow.mfp-arrow-left svg {
            fill: currentColor;
            stroke: none;
            transition: .3s;
            will-change: transform
        }

        button.mfp-arrow.mfp-arrow-left:hover svg {
            transform: translateX(-5px)
        }

    button.mfp-arrow.mfp-arrow-right {
        right: 30px
    }

        button.mfp-arrow.mfp-arrow-right svg {
            fill: currentColor;
            stroke: none;
            transform: rotate(180deg);
            transition: .3s;
            will-change: transform
        }

        button.mfp-arrow.mfp-arrow-right:hover svg {
            transform: translateX(5px) rotate(180deg)
        }

button.mfp-close {
    color: #fff;
    height: auto !important;
    margin: 0 !important;
    opacity: 1 !important;
    padding: 0 !important;
    right: 0 !important;
    top: 10px !important;
    transition: color .2s ease-out;
    width: 13px !important
}

    button.mfp-close svg {
        fill: currentColor;
        stroke: currentColor
    }

        button.mfp-close svg line {
            transition: .55s cubic-bezier(.4,.05,.36,1)
        }

            button.mfp-close svg line:nth-of-type(1), button.mfp-close svg line:nth-of-type(3) {
                -webkit-clip-path: inset(0 0 0 0);
                clip-path: inset(0 0 0 0)
            }

            button.mfp-close svg line:nth-of-type(2), button.mfp-close svg line:nth-of-type(4) {
                -webkit-clip-path: inset(0 100% 0 0);
                clip-path: inset(0 100% 0 0)
            }

    button.mfp-close:after, button.mfp-close:before {
        display: none !important
    }

    button.mfp-close svg {
        display: block;
        pointer-events: none;
        width: 100%
    }

    button.mfp-close:hover line:nth-of-type(1), button.mfp-close:hover line:nth-of-type(3) {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
        transition-duration: .45s
    }

    button.mfp-close:hover line:nth-of-type(3) {
        transition-delay: .3s
    }

    button.mfp-close:hover line:nth-of-type(2), button.mfp-close:hover line:nth-of-type(4) {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }

    button.mfp-close:hover line:nth-of-type(2) {
        transition-delay: .2s
    }

    button.mfp-close:hover line:nth-of-type(4) {
        transition-delay: .5s
    }

.mfp-figure:after {
    background: 0 0 !important;
    box-shadow: none !important
}

.mfp-figure figcaption {
    margin: 0
}

.mfp-img {
    padding: 40px 0 40px 0 !important
}

.mfp-bottom-bar {
    margin-top: -40px !important
}

    .mfp-bottom-bar .mfp-counter, .mfp-bottom-bar .mfp-title {
        font-family: Roboto,sans-serif;
        font-weight: 500;
        color: #000001;
        color: #464646;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: .05em;
        line-height: 2.15em;
        text-transform: uppercase;
        color: #fff;
        line-height: 40px !important
    }

.qodef-swiper-container {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    visibility: hidden;
    z-index: 1
}

    .qodef-swiper-container .swiper-slide a {
        display: block
    }

    .qodef-swiper-container .swiper-slide img {
        width: 100%
    }

    .qodef-swiper-container.qodef-swiper--initialized {
        visibility: visible
    }

.swiper-pagination-bullets {
    bottom: 32px !important
}

    .swiper-pagination-bullets .swiper-pagination-bullet {
        background-color: transparent;
        border-radius: 0;
        counter-increment: count;
        height: 25px;
        margin: 3px 6px;
        opacity: 1;
        position: relative;
        width: 25px
    }

        .swiper-pagination-bullets .swiper-pagination-bullet:after {
            color: #464646;
            font-weight: 400;
            font-family: Roboto,sans-serif;
            font-size: 12px;
            letter-spacing: .07em;
            text-transform: uppercase;
            color: #000001;
            content: counter(count,decimal-leading-zero);
            display: inline-block
        }

    .swiper-pagination-bullets .swiper-pagination-bullet-active {
        background-color: transparent;
        width: 85px
    }

        .swiper-pagination-bullets .swiper-pagination-bullet-active:before {
            content: '';
            position: relative;
            height: 1px;
            display: inline-block;
            width: 55px;
            background-color: #000001;
            margin: 0 10px 0 0
        }

@media only screen and (max-width:374px) {
    .swiper-pagination-bullets .swiper-pagination-bullet-active:before {
        width: 10px
    }
}

.swiper-button-next, .swiper-button-prev {
    background-image: none !important;
    color: #000001;
    height: auto !important;
    margin: 0 !important;
    transform: translateY(-50%);
    transition: color .2s ease-out;
    width: auto !important
}

    .swiper-button-next svg, .swiper-button-prev svg {
        display: block;
        width: 20px
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        display: none !important
    }

.swiper-button-prev {
    left: 30px !important
}

    .swiper-button-prev svg {
        fill: currentColor;
        stroke: none;
        transition: .3s;
        will-change: transform
    }

    .swiper-button-prev:hover svg {
        transform: translateX(-5px)
    }

.swiper-button-next {
    right: 30px !important
}

    .swiper-button-next svg {
        fill: currentColor;
        stroke: none;
        transition: .3s;
        will-change: transform
    }

    .swiper-button-next:hover svg {
        transform: translateX(5px)
    }

.swiper-button-prev.swiper-button-outside, .swiper-container-rtl .swiper-button-next.swiper-button-outside {
    transform: translateX(-300%) translateY(-50%)
}

.swiper-button-next.swiper-button-outside, .swiper-container-rtl .swiper-button-prev.swiper-button-outside {
    transform: translateX(300%) translateY(-50%)
}

.qodef-navigation-position--bottom-left .swiper-button-next, .qodef-navigation-position--bottom-left .swiper-button-prev {
    background-color: #fff;
    bottom: 0 !important;
    height: 65px !important;
    top: auto !important;
    transform: none;
    width: 67px !important
}

.qodef-navigation-position--bottom-left .swiper-button-prev {
    left: 0 !important
}

.qodef-navigation-position--bottom-left .swiper-button-next {
    left: 67px !important
}

.qodef-navigation-position--bottom-left .swiper-button-next-inner, .qodef-navigation-position--bottom-left .swiper-button-prev-inner {
    display: flex;
    justify-content: center;
    padding: 3px 0;
    position: relative;
    width: 100%
}

    .qodef-navigation-position--bottom-left .swiper-button-next-inner:before, .qodef-navigation-position--bottom-left .swiper-button-prev-inner:before {
        background-color: #b1b1b1;
        content: '';
        display: inline-block;
        height: 20px;
        left: 0;
        position: absolute;
        top: 0;
        width: 1px
    }

.widget_icl_lang_sel_widget {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%
}

    .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
        display: inline-block;
        position: relative;
        text-align: left;
        vertical-align: middle
    }

        .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;
            transition-delay: 0s;
            visibility: visible
        }

        .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 {
            margin: 0;
            padding: 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 {
            align-items: center;
            display: flex;
            position: relative
        }

            .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;
                border: 0;
                line-height: 1;
                margin-left: auto;
                position: initial
            }

body:not([class*=umea-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after, body:not([class*=umea-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
    content: '\25BE';
    font-family: initial;
    font-size: 16px
}

.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 {
    border-top: 0;
    left: 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: visibility 0s linear .25s,opacity .25s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 10
}

    .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;
        margin: 0;
        padding: 0;
        width: 100%
    }

        .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 {
            align-items: center;
            background-color: transparent;
            border: 0;
            display: flex;
            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;
            margin-bottom: 0 !important;
            vertical-align: middle
        }

            .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
                display: block;
                padding: 0
            }

.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 {
            display: block;
            padding: 0
        }

#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: #414042;
        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: #000001
        }

    #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: #414042;
            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: #000001
            }

#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: #414042
    }

        #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
            color: #000001
        }

    #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: #414042
    }

        #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
            color: #000001
        }

#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: #414042;
        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: #000001
        }

    #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: #414042;
            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: #000001
            }

#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: #414042
    }

        #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
            color: #000001
        }

    #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: #414042
    }

        #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
            color: #000001
        }

#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: #414042;
        background-color: #e7e1d8;
        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: #000001
        }

    #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: #e7e1d8
    }

        #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: #414042;
            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: #000001
            }

#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: #414042
    }

        #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
            color: #000001
        }

    #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: #414042
    }

        #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
            color: #000001
        }

#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: #414042;
        background-color: #e7e1d8;
        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: #000001
        }

    #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: #e7e1d8
    }

        #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: #414042;
            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: #000001
            }

#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: #414042;
        background-color: #e7e1d8;
        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: #000001
        }

    #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: #e7e1d8
    }

        #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: #414042;
            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: #000001
            }

#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-outer {
    background-color: #e8e1d9;
    background-image: url(../img/404.png);
    background-position: center;
    margin-top: -100px;
    min-height: 100vh
}

.admin-bar.error404 #qodef-page-outer {
    min-height: calc(100vh - 32px)
}

.error404 #qodef-page-inner {
    padding: 0
}

.error404 #qodef-page-header {
    background-color: transparent
}

#qodef-404-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding: 0 19% 0 16%;
    width: 50%
}

.admin-bar #qodef-404-page {
    min-height: calc(100vh - 32px)
}

#qodef-404-page .qodef-404-tagline {
    margin: 0 0 3px 0
}

#qodef-404-page .qodef-404-title {
    margin: 0 0 18px 0;
    padding: 0 0 19px 0;
    position: relative
}

    #qodef-404-page .qodef-404-title:after {
        background-color: currentColor;
        bottom: 0;
        content: '';
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        width: 82px
    }

#qodef-404-page .qodef-404-text {
    margin: 0 0 30px 0
}

.qodef-blog {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    .qodef-blog .qodef-blog-item {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin: 0 0 25px
    }

        .qodef-blog .qodef-blog-item.format-link, .qodef-blog .qodef-blog-item.format-quote {
            margin: 0 0 95px
        }

        .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 {
            display: inline-block;
            max-width: 100%;
            position: relative;
            vertical-align: top
        }

            .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 {
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                width: 100%
            }

                .qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background img {
                    visibility: hidden
                }

        .qodef-blog .qodef-blog-item .qodef-e-media {
            margin-bottom: 36px
        }

            .qodef-blog .qodef-blog-item .qodef-e-media iframe {
                display: block;
                height: 100%
            }

        .qodef-blog .qodef-blog-item .qodef-e-title {
            margin: 0
        }

        .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-info {
            align-items: flex-start;
            display: flex;
            position: relative;
            width: 100%
        }

@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 {
        align-items: center;
        display: flex;
        position: relative;
        width: auto
    }

    .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-left {
        width: 75%
    }

    body:not(.umea-core) .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-left {
        width: 100%
    }

    .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
        justify-content: flex-end;
        width: 25%
    }
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right:hover li {
    cursor: pointer;
    opacity: 1;
    transform: translateY(0);
    transition: .3s ease;
    visibility: visible
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-social-share ul {
    align-items: center;
    display: flex
}

    .qodef-blog .qodef-blog-item .qodef-e-info .qodef-social-share ul li {
        opacity: 0;
        transform: translateY(5px);
        margin-right: 12px
    }

        .qodef-blog .qodef-blog-item .qodef-e-info .qodef-social-share ul li:nth-child(6) {
            transition-delay: .7s
        }

        .qodef-blog .qodef-blog-item .qodef-e-info .qodef-social-share ul li:nth-child(5) {
            transition-delay: .6s
        }

        .qodef-blog .qodef-blog-item .qodef-e-info .qodef-social-share ul li:nth-child(4) {
            transition-delay: .5s
        }

        .qodef-blog .qodef-blog-item .qodef-e-info .qodef-social-share ul li:nth-child(3) {
            transition-delay: .4s
        }

        .qodef-blog .qodef-blog-item .qodef-e-info .qodef-social-share ul li:nth-child(2) {
            transition-delay: .3s
        }

        .qodef-blog .qodef-blog-item .qodef-e-info .qodef-social-share ul li:nth-child(1) {
            transition-delay: .2s
        }

        .qodef-blog .qodef-blog-item .qodef-e-info .qodef-social-share ul li a {
            font-size: 13px
        }

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    color: #464646;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 2.15em;
    text-transform: uppercase;
    color: #000001;
    display: inline-block;
    padding: 0 14px 0 0;
    position: relative;
    vertical-align: top
}

    .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:after {
        content: '/';
        position: absolute;
        right: 3px;
        top: 0
    }

    .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: #7d7d7d
        }

    .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-e-info-author, .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-date {
    white-space: nowrap
}

.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top {
    margin-bottom: 19px
}

.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
    margin-top: 41px
}

.qodef-blog .qodef-blog-item .qodef-e-info-title {
    border-bottom: 1px solid #000001;
    margin-bottom: 17px;
    padding-bottom: 11px
}

.qodef-blog .qodef-blog-item .qodef-e-info-tags a {
    display: inline-block;
    position: relative;
    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
}

    .qodef-blog .qodef-blog-item.sticky .qodef-e-title a:after {
        content: '*';
        font-size: 1.5em;
        position: absolute;
        right: -.5em;
        top: 0
    }

.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 {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 1px solid #000001;
    margin-bottom: 14px;
    padding: 30px 18% 49px 18%;
    text-align: center
}

    .qodef-blog .qodef-blog-item.format-link .qodef-e-link .qodef-e-info {
        justify-content: center
    }

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-text {
    padding-bottom: 8px;
    position: relative
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-text-inner {
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .4s cubic-bezier(.22,.61,.36,1);
    color: #000001;
    display: inline-block;
    margin: 0;
    word-break: break-all
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-icon {
    fill: none;
    margin-bottom: 10px;
    position: relative;
    stroke: #7f7f7f
}

.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-link .qodef-e-link-info {
    display: flex;
    justify-content: center;
    position: relative
}

.qodef-blog .qodef-blog-item.format-link:hover .qodef-e-link-text-inner {
    background-size: 100% 1px
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 1px solid #000001;
    margin-bottom: 14px;
    padding: 30px 18% 49px 18%;
    text-align: center
}

    .qodef-blog .qodef-blog-item.format-quote .qodef-e-quote .qodef-e-info {
        justify-content: center
    }

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-icon {
    fill: none;
    position: relative;
    stroke: #7f7f7f
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-text {
    position: relative
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-text-inner {
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .4s cubic-bezier(.22,.61,.36,1);
    color: #000001;
    display: inline-block;
    margin: 10px 0 8px 0
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author {
    color: #000001;
    display: block;
    margin: 6px 0 0;
    position: relative
}

.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%
}

@media only screen and (min-width:681px) {
    .qodef-blog.qodef--list .qodef-blog-item .qodef-e-info .qodef-e-info-left, .qodef-blog.qodef--list .qodef-blog-item .qodef-e-info .qodef-e-info-right {
        align-items: flex-start
    }
}

.qodef-blog.qodef--list .qodef-blog-item .qodef-e-read-more {
    margin-top: 0
}

.qodef-blog.qodef--list .qodef-blog-item.format-quote:hover .qodef-e-quote-text-inner {
    background-size: 100% 1px
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--top {
    margin-bottom: 20px
}

#qodef-page-comments {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 78px
}

    #qodef-page-comments .qodef-page-comments-not-found {
        margin: 0
    }

#qodef-page-comments-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 47px
}

    #qodef-page-comments-list .qodef-m-title {
        margin: 0 0 30px 0;
        padding: 0 0 16px 0;
        position: relative
    }

        #qodef-page-comments-list .qodef-m-title:after {
            content: '';
            position: absolute;
            height: 1px;
            background-color: #000001;
            bottom: 0;
            left: 0;
            width: 50px
        }

    #qodef-page-comments-list .qodef-e-info {
        align-items: flex-start;
        display: flex
    }

    #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-m-comments > .qodef-comment-item:last-child {
            margin-bottom: 31px
        }

    #qodef-page-comments-list .qodef-comment-item {
        margin: 24px 0 60px 0;
        padding: 0
    }

        #qodef-page-comments-list .qodef-comment-item .children {
            list-style: none;
            margin: 0;
            padding: 0 0 0 132px
        }

            #qodef-page-comments-list .qodef-comment-item .children .qodef-comment-item {
                margin: 24px 0 24px 0
            }

        #qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
            align-items: flex-start;
            display: flex
        }

        #qodef-page-comments-list .qodef-comment-item .qodef-e-image {
            flex-shrink: 0;
            margin-right: 28px
        }

            #qodef-page-comments-list .qodef-comment-item .qodef-e-image img {
                display: block
            }

        #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-left: 15px
        }

            #qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
                font-family: Roboto,sans-serif;
                font-weight: 500;
                color: #464646;
                font-size: 13px;
                font-weight: 400;
                letter-spacing: .05em;
                line-height: 2.15em;
                text-transform: uppercase;
                color: #414042
            }

        #qodef-page-comments-list .qodef-comment-item .qodef-e-text {
            margin: 6px 0 0 0
        }

            #qodef-page-comments-list .qodef-comment-item .qodef-e-text p {
                margin: 0
            }

            #qodef-page-comments-list .qodef-comment-item .qodef-e-text img {
                margin-bottom: 5px;
                margin-top: 5px
            }

        #qodef-page-comments-list .qodef-comment-item .qodef-e-links {
            margin-left: auto
        }

            #qodef-page-comments-list .qodef-comment-item .qodef-e-links > * {
                display: inline-block;
                font-size: 15px;
                font-weight: 500;
                margin-right: 10px;
                position: relative;
                vertical-align: top
            }

            #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 {
    margin-top: -31px
}

#respond {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-top: 30px
}

    #respond .qodef-grid-item p {
        margin: 10px 0 10px 0 !important
    }

    #respond .logged-in-as {
        margin: 16px 0 0 0 !important
    }

    #respond .comment-reply-title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 0;
        padding: 0 0 16px;
        position: relative
    }

        #respond .comment-reply-title #cancel-comment-reply-link {
            font-size: 15px;
            font-weight: 500
        }

        #respond .comment-reply-title:after {
            content: '';
            position: absolute;
            height: 1px;
            background-color: #000001;
            bottom: 0;
            left: 0;
            width: 50px
        }

    #respond .comment-notes {
        margin: 10px 0 23px 0 !important
    }

    #respond .comment-form-rating {
        margin: 10px 0 0 0 !important
    }

    #respond .comment-form-comment {
        margin: 36px 0 0 0 !important
    }

    #respond .comment-form-cookies-consent {
        align-items: flex-start;
        display: flex;
        margin: 3px 0 37px 0 !important;
        position: relative
    }

@media only screen and (max-width:480px) {
    #respond .comment-form-cookies-consent {
        align-items: flex-start
    }
}

#respond .comment-form-cookies-consent > * {
    margin: 0
}

#respond .comment-form-cookies-consent input[type=checkbox] {
    flex-shrink: 0;
    margin-right: 6px !important;
    margin-top: 7px !important
}

#respond .comment-form-cookies-consent label {
    font-family: Roboto,sans-serif;
    font-size: 15px;
    line-height: 1.66em;
    font-weight: 300;
    color: #000001;
    text-transform: initial
}

#respond .form-submit {
    margin: 26px 0 0 0 !important
}

.qodef-filter--on .qodef-grid-inner {
    opacity: 1;
    transition: opacity .5s ease
}

.qodef-filter--on.qodef--filter-loading .qodef-grid-inner {
    opacity: 0;
    transition: opacity .2s ease
}

.qodef-filter--on.qodef--filter-loading .qodef-m-pagination-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 {
        align-items: center;
        display: flex;
        justify-content: center;
        position: relative
    }

    .qodef-m-filter .qodef-m-filter-item {
        font-family: Roboto,sans-serif;
        font-size: 15px;
        line-height: 1.66em;
        font-weight: 500;
        color: #414042;
        display: inline-block;
        margin: 0 27px;
        position: relative;
        vertical-align: top
    }

        .qodef-m-filter .qodef-m-filter-item span {
            background-image: linear-gradient(currentColor,currentColor);
            background-position: 0 100%;
            background-repeat: no-repeat;
            background-size: 0 1px;
            transition: background-size .4s cubic-bezier(.22,.61,.36,1)
        }

        .qodef-m-filter .qodef-m-filter-item.qodef--active > span, .qodef-m-filter .qodef-m-filter-item:hover > span {
            background-size: 100% 1px
        }

#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 {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

    #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 {
    background-color: #fff
}

    #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
}

#qodef-page-footer-top-area-inner {
    border-top: 0 solid #434343;
    padding: 82px 0 44px
}

#qodef-page-footer-bottom-area-inner {
    border-top: 0 solid #434343
}

.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: Roboto,sans-serif;
        color: #000001;
        font-size: 15px;
        line-height: 1em;
        font-weight: 500;
        text-decoration: none;
        border-radius: 0;
        outline: 0;
        transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
        padding: 12px 25px;
        color: #fff;
        background-color: #000001;
        border: 1px solid transparent;
        cursor: pointer
    }

        .wp-block-button .wp-block-button__link:hover {
            color: #fff;
            background-color: #000001
        }

    .wp-block-button.is-style-outline {
        border: none
    }

        .wp-block-button.is-style-outline .wp-block-button__link {
            color: #000001;
            background-color: transparent;
            border: 1px solid #000001;
            border-width: 1px
        }

            .wp-block-button.is-style-outline .wp-block-button__link:hover {
                color: #fff;
                background-color: #000001;
                border-color: #000001
            }

    .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: #000001 !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: #000001 !important
            }

    .wp-block-cover :not(.has-text-color):not(.has-inline-color):not(a) {
        color: #fff !important;
        font-size: 30px !important
    }

.wp-block-gallery {
    margin-bottom: 2rem
}

    .wp-block-gallery ul.blocks-gallery-grid {
        margin: 0
    }

        .wp-block-gallery ul.blocks-gallery-grid figcaption {
            margin: 0;
            overflow-x: hidden
        }

        .wp-block-gallery ul.blocks-gallery-grid + figcaption {
            margin-top: 0
        }

.wp-block-pullquote {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: center !important;
    width: 100% !important;
    position: relative;
    z-index: -2
}

    .wp-block-pullquote blockquote {
        padding: 25px !important
    }

.has-drop-cap:after {
    content: '';
    display: table;
    table-layout: fixed;
    clear: both
}

.wp-block-file {
    display: flex;
    align-items: center;
    margin: 0;
    color: #000001;
    text-decoration: none;
    transition: color .2s ease-out;
    cursor: pointer
}

.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: flex;
        align-items: center;
        flex-shrink: 0;
        height: 100px;
        max-height: 100%
    }

        #qodef-page-header .qodef-header-logo-link img {
            display: block;
            margin: auto 0;
            width: auto;
            max-height: 100%;
            transition: opacity .3s ease
        }

        #qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
            max-height: 50%
        }

#qodef-page-header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 40px
}

body.qodef-header-border--enabled #qodef-page-header-inner {
    height: calc(100% - 1px)
}

#qodef-page-mobile-header {
    display: none;
    height: 70px;
    position: fixed;
    z-index: 100;
    width: 100%;
}

    #qodef-page-mobile-header .qodef-mobile-header-logo-link {
        align-items: center;
        display: flex;
        height: 70px;
        max-height: 100%;
        position: relative
    }

        #qodef-page-mobile-header .qodef-mobile-header-logo-link img {
            display: block;
            margin: auto;
            max-height: 100%;
            transition: opacity .3s ease;
            width: auto
        }

#qodef-page-mobile-header-inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 0 10px;
    position: relative
}

.qodef-mobile-header-opener {
    position: relative;
    font-size: 27px;
    margin-left: 20px
}

    .qodef-mobile-header-opener svg {
        color: currentColor
    }

        .qodef-mobile-header-opener svg .qodef-arc-1, .qodef-mobile-header-opener svg .qodef-arc-2 {
            fill: none;
            stroke-width: 1px;
            stroke: currentColor;
            stroke-dasharray: 251;
            transform: rotate(90deg);
            transform-origin: center
        }

        .qodef-mobile-header-opener svg .qodef-arc-1 {
            opacity: .6;
            stroke-dashoffset: 251;
            transition: all .4s cubic-bezier(.65,.05,.36,1)
        }

        .qodef-mobile-header-opener svg .qodef-arc-2 {
            opacity: .3;
            stroke-dashoffset: 165
        }

    .qodef-mobile-header-opener.qodef-source--predefined .qodef-m-icon {
        display: inline-block;
        height: 40px;
        width: 40px
    }

        .qodef-mobile-header-opener.qodef-source--predefined .qodef-m-icon.qodef--close {
            align-items: center;
            display: flex;
            justify-content: center;
            position: absolute;
            right: 0 !important;
            top: 0
        }

body:not(.qodef-mobile-menu-animate--in) .qodef-mobile-header-opener.qodef-source--predefined .qodef--open svg {
    color: currentColor
}

    body:not(.qodef-mobile-menu-animate--in) .qodef-mobile-header-opener.qodef-source--predefined .qodef--open svg .qodef-arc-1, body:not(.qodef-mobile-menu-animate--in) .qodef-mobile-header-opener.qodef-source--predefined .qodef--open svg .qodef-arc-2 {
        fill: none;
        stroke-width: 1px;
        stroke: currentColor;
        stroke-dasharray: 251;
        transform: rotate(90deg);
        transform-origin: center
    }

    body:not(.qodef-mobile-menu-animate--in) .qodef-mobile-header-opener.qodef-source--predefined .qodef--open svg .qodef-arc-1 {
        opacity: .6;
        stroke-dashoffset: 251;
        transition: all .4s cubic-bezier(.65,.05,.36,1)
    }

    body:not(.qodef-mobile-menu-animate--in) .qodef-mobile-header-opener.qodef-source--predefined .qodef--open svg .qodef-arc-2 {
        opacity: .3;
        stroke-dashoffset: 165
    }

    body:not(.qodef-mobile-menu-animate--in) .qodef-mobile-header-opener.qodef-source--predefined .qodef--open svg .qodef-dot {
        fill: currentColor;
        stroke: currentColor
    }

body:not(.qodef-mobile-menu-animate--in) .qodef-mobile-header-opener.qodef-source--predefined .qodef--open:hover svg .qodef-arc-1 {
    stroke-dashoffset: 165
}

body:not(.qodef-mobile-menu-animate--in) .qodef-mobile-header-opener.qodef-source--predefined .qodef--close {
    opacity: 0;
    visibility: hidden
}

body.qodef-mobile-menu-animate--in .qodef-mobile-header-opener.qodef-source--predefined .qodef--open {
    opacity: 0;
    visibility: hidden
}

body.qodef-mobile-menu-animate--in .qodef-mobile-header-opener.qodef-source--predefined .qodef--close svg {
    fill: currentColor;
    stroke: currentColor
}

    body.qodef-mobile-menu-animate--in .qodef-mobile-header-opener.qodef-source--predefined .qodef--close svg line {
        transition: .55s cubic-bezier(.4,.05,.36,1)
    }

        body.qodef-mobile-menu-animate--in .qodef-mobile-header-opener.qodef-source--predefined .qodef--close svg line:nth-of-type(1), body.qodef-mobile-menu-animate--in .qodef-mobile-header-opener.qodef-source--predefined .qodef--close svg line:nth-of-type(3) {
            -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0)
        }

        body.qodef-mobile-menu-animate--in .qodef-mobile-header-opener.qodef-source--predefined .qodef--close svg line:nth-of-type(2), body.qodef-mobile-menu-animate--in .qodef-mobile-header-opener.qodef-source--predefined .qodef--close svg line:nth-of-type(4) {
            -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0)
        }

body.qodef-mobile-menu-animate--in .qodef-mobile-header-opener.qodef-source--predefined .qodef--close:hover line:nth-of-type(1), body.qodef-mobile-menu-animate--in .qodef-mobile-header-opener.qodef-source--predefined .qodef--close:hover line:nth-of-type(3) {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    transition-duration: .45s
}

body.qodef-mobile-menu-animate--in .qodef-mobile-header-opener.qodef-source--predefined .qodef--close:hover line:nth-of-type(3) {
    transition-delay: .3s
}

body.qodef-mobile-menu-animate--in .qodef-mobile-header-opener.qodef-source--predefined .qodef--close:hover line:nth-of-type(2), body.qodef-mobile-menu-animate--in .qodef-mobile-header-opener.qodef-source--predefined .qodef--close:hover line:nth-of-type(4) {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

body.qodef-mobile-menu-animate--in .qodef-mobile-header-opener.qodef-source--predefined .qodef--close:hover line:nth-of-type(2) {
    transition-delay: .2s
}

body.qodef-mobile-menu-animate--in .qodef-mobile-header-opener.qodef-source--predefined .qodef--close:hover line:nth-of-type(4) {
    transition-delay: .5s
}

body:not([class*=umea-core]) .qodef-mobile-header-opener .qodef-m-icon {
    display: inline-block;
    width: 40px;
    height: 40px
}

body:not([class*=umea-core]) .qodef-mobile-header-opener .qodef--close {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden
}

    body:not([class*=umea-core]) .qodef-mobile-header-opener .qodef--close svg {
        stroke: currentColor;
        fill: none
    }

body:not([class*=umea-core]) .qodef-mobile-header-opener.qodef--opened .qodef--open {
    visibility: hidden;
    opacity: 0
}

body:not([class*=umea-core]) .qodef-mobile-header-opener.qodef--opened .qodef--close {
    visibility: visible;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.qodef-mobile-header-navigation {
    background-color: #fff;
    border-bottom: 1px solid #434343;
    display: none;
    left: 0;
    margin: 0;
    max-height: calc(100vh - 70px);
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10
}

    .qodef-mobile-header-navigation ul {
        list-style: none;
        margin: 0 !important;
        padding: 11px 0 1px 20px
    }

        .qodef-mobile-header-navigation ul li {
            margin: 6px 0 15px 0;
            padding: 0;
            position: relative
        }

            .qodef-mobile-header-navigation ul li a {
                display: block;
                position: relative
            }

                .qodef-mobile-header-navigation ul li a .qodef-menu-item-arrow {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 12px;
                    height: auto;
                    fill: currentColor;
                    stroke: none;
                    stroke-miterlimit: 10;
                    transition: transform .2s ease-out;
                    right: 14px
                }

            .qodef-mobile-header-navigation ul li ul {
                display: none
            }

            .qodef-mobile-header-navigation ul li.qodef--opened.menu-item-has-children > a .qodef-menu-item-arrow {
                transform: translateY(-50%) rotate(90deg)
            }

    .qodef-mobile-header-navigation > ul {
        margin: 0;
        padding: 34px 38px 47px;
        width: 100%
    }

        .qodef-mobile-header-navigation > ul > li > a {
            font-family: Roboto,sans-serif;
            font-size: 15px;
            line-height: 1.66em;
            font-weight: 500;
            color: #414042
        }

            .qodef-mobile-header-navigation > ul > li > a > span {
                background-image: linear-gradient(currentColor,currentColor);
                background-position: 0 100%;
                background-repeat: no-repeat;
                background-size: 0 1px;
                transition: background-size .4s cubic-bezier(.22,.61,.36,1)
            }

            .qodef-mobile-header-navigation > ul > li > a:hover > span {
                background-size: 100% 1px
            }

        .qodef-mobile-header-navigation > ul > li.current-menu-ancestor > a > span, .qodef-mobile-header-navigation > ul > li.current-menu-item > a > span {
            background-size: 100% 1px
        }

    .qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li > a {
        display: block;
        margin: 8px 0;
        overflow: hidden;
        position: relative;
        white-space: normal;
        font-family: Roboto,sans-serif;
        font-size: 15px;
        line-height: 26px;
        font-weight: 500;
        color: #414042
    }

        .qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
            flex-shrink: 0
        }

        .qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li > a > span {
            background-image: linear-gradient(currentColor,currentColor);
            background-position: 0 100%;
            background-repeat: no-repeat;
            background-size: 0 1px;
            transition: background-size .4s cubic-bezier(.22,.61,.36,1)
        }

        .qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li > a:hover > span {
            background-size: 100% 1px
        }

    .qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor > a > span, .qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-item > a > span {
        background-size: 100% 1px
    }

.qodef-header-navigation {
    height: 100%
}

    .qodef-header-navigation.qodef-header-navigation-initial {
        margin-right: auto;
        margin-left: 54px
    }

    .qodef-header-navigation ul {
        list-style: none;
        margin: 0 !important;
        padding: 0
    }

        .qodef-header-navigation ul li {
            margin: 0;
            padding: 0;
            position: relative
        }

            .qodef-header-navigation ul li a .qodef-menu-item-arrow {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                width: 12px;
                height: auto;
                fill: currentColor;
                stroke: none;
                stroke-miterlimit: 10;
                transition: transform .2s ease-out;
                right: 0
            }

            .qodef-header-navigation ul li.qodef--hide-link > a {
                /*cursor: default*/
            }

            .qodef-header-navigation ul li.qodef-menu-item--narrow ul {
                background-color: #fff;
                border: 1px solid #c2c2c2;
                left: -34px;
                margin: 0;
                opacity: 0;
                padding: 27px 0;
                position: absolute;
                top: 100%;
                visibility: hidden;
                width: 218px
            }

                .qodef-header-navigation ul li.qodef-menu-item--narrow ul li {
                    padding: 0 34px
                }

                    .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 {
                    left: 100%;
                    top: calc(-27px - 9px)
                }

                .qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right {
                    left: auto;
                    right: -30px;
                    text-align: right
                }

                    .qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li a .qodef-menu-item-arrow {
                        left: 0;
                        right: auto;
                        transform: translateY(-50%) rotate(180deg)
                    }

                    .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;
                transition: opacity .2s ease-out;
                visibility: visible
            }

    .qodef-header-navigation > ul {
        align-items: center;
        display: flex;
        height: 100%;
        position: relative;
        white-space: nowrap
    }

        .qodef-header-navigation > ul > li {
            height: 100%;
            margin: 0 30px
        }

            .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 {
                font-family: Roboto,sans-serif;
                font-size: 15px;
                line-height: 1.66em;
                font-weight: 500;
                color: #414042;
                color: #000001;
                align-items: center;
                display: flex;
                height: 100%;
                position: relative
            }

                .qodef-header-navigation > ul > li > a .qodef-menu-item-arrow {
                    display: none
                }

                .qodef-header-navigation > ul > li > a > span {
                    background-image: linear-gradient(currentColor,currentColor);
                    background-position: 0 100%;
                    background-repeat: no-repeat;
                    background-size: 0 1px;
                    transition: background-size .4s cubic-bezier(.22,.61,.36,1);
                    line-height: 18px
                }

                .qodef-header-navigation > ul > li > a:hover > span {
                    background-size: 100% 1px
                }

            .qodef-header-navigation > ul > li.current-menu-ancestor > a > span, .qodef-header-navigation > ul > li.current-menu-item > a > span {
                background-size: 100% 1px
            }

            .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul li > a {
                font-family: Roboto,sans-serif;
                font-size: 15px;
                line-height: 26px;
                font-weight: 500;
                color: #000001
            }

            .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li > a {
                display: block;
                margin: 8px 0;
                overflow: hidden;
                position: relative;
                white-space: normal
            }

                .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li > a .qodef-menu-item-icon {
                    flex-shrink: 0
                }

                .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li > a > span {
                    background-image: linear-gradient(currentColor,currentColor);
                    background-position: 0 100%;
                    background-repeat: no-repeat;
                    background-size: 0 1px;
                    transition: background-size .4s cubic-bezier(.22,.61,.36,1)
                }

            .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor > a > span, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item > a > span, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover > a > span {
                background-size: 100% 1px
            }

            .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li > a {
                display: block;
                margin: 8px 0;
                overflow: hidden;
                position: relative;
                white-space: normal;
                justify-content: flex-end
            }

                .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li > a .qodef-menu-item-icon {
                    flex-shrink: 0
                }

                .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li > a > span {
                    background-image: linear-gradient(currentColor,currentColor);
                    background-position: 0 100%;
                    background-repeat: no-repeat;
                    background-size: 0 1px;
                    transition: background-size .4s cubic-bezier(.22,.61,.36,1)
                }

            .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor > a > span, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item > a > span, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover > a > span {
                background-size: 100% 1px
            }

.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: flex;
        align-items: center;
        justify-content: center
    }

    .qodef-m-pagination.qodef--wp .page-numbers {
        position: relative;
        margin: 0 6px;
        padding: 0 3px
    }

        .qodef-m-pagination.qodef--wp .page-numbers * {
            display: block;
            line-height: inherit
        }

        .qodef-m-pagination.qodef--wp .page-numbers:first-child {
            margin-left: 0
        }

        .qodef-m-pagination.qodef--wp .page-numbers:last-child {
            margin-right: 0
        }

        .qodef-m-pagination.qodef--wp .page-numbers.next, .qodef-m-pagination.qodef--wp .page-numbers.prev {
            padding: 0
        }

        .qodef-m-pagination.qodef--wp .page-numbers.prev {
            margin-right: 25px
        }

            .qodef-m-pagination.qodef--wp .page-numbers.prev svg {
                fill: currentColor;
                stroke: none;
                transition: .3s;
                will-change: transform
            }

            .qodef-m-pagination.qodef--wp .page-numbers.prev:hover svg {
                transform: translateX(-5px)
            }

        .qodef-m-pagination.qodef--wp .page-numbers.next {
            margin-left: 25px
        }

            .qodef-m-pagination.qodef--wp .page-numbers.next svg {
                fill: currentColor;
                stroke: none;
                transition: .3s;
                will-change: transform
            }

            .qodef-m-pagination.qodef--wp .page-numbers.next:hover svg {
                transform: translateX(5px)
            }

@media only screen and (min-width:481px) {
    .qodef-m-pagination.qodef--wp .page-numbers.current {
        margin: 0 4px 0 0
    }

        .qodef-m-pagination.qodef--wp .page-numbers.current:before {
            content: '';
            position: relative;
            height: 1px;
            display: inline-block;
            width: 55px;
            background-color: #000001;
            margin: 0 10px 0 0
        }

    
}

@media only screen and (min-width:481px) and (max-width:374px) {
    .qodef-m-pagination.qodef--wp .page-numbers.current:before {
        width: 10px
    }
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
    position: relative;
    margin: 0 6px;
    padding: 0 3px
}

    .qodef-m-pagination.qodef--standard .qodef-m-pagination-item * {
        display: block;
        line-height: inherit
    }

    .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:first-child {
        margin-left: 0
    }

    .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:last-child {
        margin-right: 0
    }

    .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
        padding: 0
    }

    .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
        margin-right: 25px
    }

        .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg {
            fill: currentColor;
            stroke: none;
            transition: .3s;
            will-change: transform
        }

        .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover svg {
            transform: translateX(-5px)
        }

    .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
        margin-left: 25px
    }

        .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg {
            fill: currentColor;
            stroke: none;
            transition: .3s;
            will-change: transform
        }

        .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover svg {
            transform: translateX(5px)
        }

@media only screen and (min-width:481px) {
    .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active {
        margin: 0 4px 0 0
    }

        .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active:before {
            content: '';
            position: relative;
            height: 1px;
            display: inline-block;
            width: 55px;
            background-color: #000001;
            margin: 0 10px 0 0
        }
}

@media only screen and (min-width:481px) and (max-width:374px) {
    .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active:before {
        width: 10px
    }
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef-prev--hidden {
    margin-left: 0
}

.qodef-m-pagination.qodef--load-more {
    text-align: center
}

    .qodef-m-pagination.qodef--load-more .qodef-m-pagination-inner {
        display: inline-block;
        position: relative;
        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-pagination--on .qodef-m-pagination-spinner {
    animation: qode-rotate 2s infinite linear;
    display: inline-block;
    fill: #000001;
    height: auto;
    position: relative;
    stroke: none;
    vertical-align: top;
    visibility: hidden;
    width: 32px;
    z-index: -1
}

.qodef-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
    opacity: 1;
    transition: opacity .2s ease-out
}

.qodef-pagination--on.qodef-pagination-type--standard .qodef-m-pagination-spinner {
    bottom: calc(50% - 16px);
    left: calc(50% - 16px);
    position: absolute
}

.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner {
    opacity: 0
}

.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-m-pagination-inner {
    opacity: 0
}

.qodef-pagination--on.qodef-pagination-type--load-more .qodef-m-pagination-spinner {
    bottom: 10px;
    left: calc(50% - 16px);
    position: absolute
}

.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button {
    opacity: 0
}

.qodef-pagination--on.qodef--loading .qodef-m-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.qodef-single-links {
    align-items: baseline;
    display: flex;
    margin: 15px 0;
    position: relative;
    width: 100%
}

    .qodef-single-links .qodef-m-single-links-title {
        color: #464646;
        font-weight: 400;
        font-family: Roboto,sans-serif;
        font-size: 12px;
        letter-spacing: .07em;
        text-transform: uppercase;
        color: #000001;
        margin-right: 10px
    }

    .qodef-single-links .current:before {
        content: '';
        position: relative;
        height: 1px;
        display: inline-block;
        width: 55px;
        background-color: #000001;
        margin: 0 10px 0 0
    }

@media only screen and (max-width:374px) {
    .qodef-single-links .current:before {
        width: 10px
    }
}

.qodef-single-links a, .qodef-single-links > span:not(.qodef-m-single-links-title) {
    color: #000001;
    display: inline-block;
    margin-right: 8px;
    padding: 0 3px;
    position: relative;
    vertical-align: top
}

    .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 > span:not(.qodef-m-single-links-title) .current {
        padding: 0 3px 0 0
    }

.qodef-single-links > span:not(.qodef-m-single-links-title) {
    color: #000001
}

.qodef-search {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 50px
}

    .qodef-search .qodef-e-search-heading {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-bottom: 60px
    }

    .qodef-search .qodef-e-search-title {
        margin: 0 0 20px
    }

    .qodef-search .qodef-e-search-label {
        margin: 8px 0 0
    }

    .qodef-search .qodef-search-form-field {
        padding-right: 50px;
        margin: 0
    }

    .qodef-search .qodef-search-form-button {
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        color: #000001;
        background-color: transparent;
        border: 0
    }

        .qodef-search .qodef-search-form-button:hover {
            background-color: transparent;
            color: #000001
        }

        .qodef-search .qodef-search-form-button svg {
            display: block;
            width: 16px;
            height: auto;
            fill: currentColor;
            stroke: none
        }

    .qodef-search .qodef-search-form-inner {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top
    }

    .qodef-search article {
        margin-bottom: 30px
    }

        .qodef-search article:last-child {
            margin-bottom: 0
        }

        .qodef-search article .qodef-e-inner {
            position: relative;
            display: flex;
            align-items: flex-start
        }

            .qodef-search article .qodef-e-inner > * {
                width: 100%
            }

        .qodef-search article .qodef-e-image {
            flex-basis: 180px;
            padding-right: 30px
        }

        .qodef-search article .qodef-e-title {
            margin: 0
        }

        .qodef-search article .qodef-e-excerpt {
            margin: 15px 0 0
        }

#qodef-page-sidebar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 60px;
    padding: 0px 10px;
}

.qodef-page-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    /*background-color: #4dc4d2;*/
    height: 220px;
    background: linear-gradient(to left, rgb(77 196 210 / 44%), rgba(255, 0, 0, 0)), url(../../../../../images/banner_otsen.svg);
}

    .qodef-page-title .qodef-m-inner {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        height: 100%
    }

    .qodef-page-title .qodef-m-content {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center
    }

    .qodef-page-title .qodef-m-title {
        margin: 0;
        padding: 4px 0 0 0
    }

.widget:last-child {
    margin-bottom: 0 !important
}

.widget .qodef-widget-title {
    position: relative
}

    .widget .qodef-widget-title a {
        color: inherit
    }

.widget ul:not(.qodef-shortcode-list) {
    list-style: none;
    margin: 0;
    padding: 0
}

    .widget ul:not(.qodef-shortcode-list) li:last-child {
        margin-bottom: 0
    }

    .widget ul:not(.qodef-shortcode-list) li ul {
        margin-left: 1em
    }

    .widget ul:not(.qodef-shortcode-list) li a {
        font-family: Roboto,sans-serif;
        font-weight: 500;
        color: #000001;
        color: #464646;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: .05em;
        line-height: 2.15em;
        text-transform: uppercase;
        position: relative
    }

.widget select {
    max-width: 100%;
    width: 100%
}

.widget .select2 {
    margin-bottom: 0
}

.widget .select2-container--default .select2-selection--single {
    color: inherit !important
}

.widget .wp-caption {
    color: inherit
}

.widget[class*="_search"] .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.widget[class*="_search"] input {
    font-weight: 500;
    margin: 0;
    padding-right: 20px
}

.widget .tagcloud a {
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    transition: background-size .4s cubic-bezier(.22,.61,.36,1);
    color: inherit !important;
    display: inline-block;
    font-family: inherit;
    font-size: 15px !important;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: 1em !important;
    margin: 0 20px 0 0;
    padding-right: 15px;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 11px
}

    .widget .tagcloud a:after {
        content: '';
        -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3 aWR0aD0iMTAuMjAzcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEwLjIwMyAxMCIgZW5h YmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAuMjAzIDEwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4K PGc+Cgk8cGF0aCBkPSJNMC4yNzcsOS41MDFjMC0wLjExNywwLjA0Mi0wLjIxMSwwLjEyNi0wLjI3 OGw4LjIwNC04LjIyOUg1LjU0NGMtMC4xMTgsMC0wLjIxNS0wLjAzOC0wLjI5MS0wLjExNCAgIEM1 LjE3NywwLjgwMyw1LjEzOSwwLjcwNiw1LjEzOSwwLjU4OGMwLTAuMTE4LDAuMDM4LTAuMjE1LDAu MTE0LTAuMjkxYzAuMDc2LTAuMDc2LDAuMTczLTAuMTE0LDAuMjkxLTAuMTE0aDQuMDUyICAgYzAu MDUxLDAsMC4xMDEsMC4wMDksMC4xNTEsMC4wMjVjMC4xMDIsMC4wNTEsMC4xNzgsMC4xMjYsMC4y MjksMC4yMjhjMC4wMTcsMC4wNTEsMC4wMjUsMC4xMDEsMC4wMjUsMC4xNTJWNC42NCAgIGMwLDAu MTE4LTAuMDM4LDAuMjE1LTAuMTE0LDAuMjkxUzkuNzEzLDUuMDQ0LDkuNTk2LDUuMDQ0Yy0wLjEx OCwwLTAuMjE2LTAuMDM4LTAuMjkxLTAuMTE0QzkuMjI5LDQuODU0LDkuMTksNC43NTgsOS4xOSw0 LjY0ICAgVjEuNTc2TDAuOTYsOS43OGMtMC4xODYsMC4yMDItMC4zNzIsMC4yMDItMC41NTcsMEMw LjMxOSw5LjcxMywwLjI3Nyw5LjYyLDAuMjc3LDkuNTAxeiIvPgo8L2c+Cjwvc3ZnPg==");
        mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3 aWR0aD0iMTAuMjAzcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEwLjIwMyAxMCIgZW5h YmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAuMjAzIDEwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4K PGc+Cgk8cGF0aCBkPSJNMC4yNzcsOS41MDFjMC0wLjExNywwLjA0Mi0wLjIxMSwwLjEyNi0wLjI3 OGw4LjIwNC04LjIyOUg1LjU0NGMtMC4xMTgsMC0wLjIxNS0wLjAzOC0wLjI5MS0wLjExNCAgIEM1 LjE3NywwLjgwMyw1LjEzOSwwLjcwNiw1LjEzOSwwLjU4OGMwLTAuMTE4LDAuMDM4LTAuMjE1LDAu MTE0LTAuMjkxYzAuMDc2LTAuMDc2LDAuMTczLTAuMTE0LDAuMjkxLTAuMTE0aDQuMDUyICAgYzAu MDUxLDAsMC4xMDEsMC4wMDksMC4xNTEsMC4wMjVjMC4xMDIsMC4wNTEsMC4xNzgsMC4xMjYsMC4y MjksMC4yMjhjMC4wMTcsMC4wNTEsMC4wMjUsMC4xMDEsMC4wMjUsMC4xNTJWNC42NCAgIGMwLDAu MTE4LTAuMDM4LDAuMjE1LTAuMTE0LDAuMjkxUzkuNzEzLDUuMDQ0LDkuNTk2LDUuMDQ0Yy0wLjEx OCwwLTAuMjE2LTAuMDM4LTAuMjkxLTAuMTE0QzkuMjI5LDQuODU0LDkuMTksNC43NTgsOS4xOSw0 LjY0ICAgVjEuNTc2TDAuOTYsOS43OGMtMC4xODYsMC4yMDItMC4zNzIsMC4yMDItMC41NTcsMEMw LjMxOSw5LjcxMywwLjI3Nyw5LjYyLDAuMjc3LDkuNTAxeiIvPgo8L2c+Cjwvc3ZnPg==");
        background-color: currentColor;
        width: 10px;
        height: 10px;
        position: absolute;
        bottom: 3px !important;
        right: -3px
    }

    .widget .tagcloud a:hover {
        background-size: 0 1px
    }

.widget.widget_archive li a, .widget.widget_categories li a, .widget.widget_meta li a, .widget.widget_pages li a, .widget.widget_recent_comments li a, .widget.widget_recent_entries li a {
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .4s cubic-bezier(.22,.61,.36,1)
}

    .widget.widget_archive li a:hover, .widget.widget_categories li a:hover, .widget.widget_meta li a:hover, .widget.widget_pages li a:hover, .widget.widget_recent_comments li a:hover, .widget.widget_recent_entries li a:hover {
        background-size: 100% 1px
    }

.widget.widget_nav_menu ul li a {
    font-family: Roboto,sans-serif;
    font-size: 15px;
    line-height: 1.66em;
    font-weight: 300;
    color: #414042;
    letter-spacing: 0;
    text-transform: initial
}

.widget.widget_nav_menu a {
    padding-right: 19px
}

    .widget.widget_nav_menu a:after {
        content: '';
        -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3 aWR0aD0iMTAuMjAzcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEwLjIwMyAxMCIgZW5h YmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAuMjAzIDEwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4K PGc+Cgk8cGF0aCBkPSJNMC4yNzcsOS41MDFjMC0wLjExNywwLjA0Mi0wLjIxMSwwLjEyNi0wLjI3 OGw4LjIwNC04LjIyOUg1LjU0NGMtMC4xMTgsMC0wLjIxNS0wLjAzOC0wLjI5MS0wLjExNCAgIEM1 LjE3NywwLjgwMyw1LjEzOSwwLjcwNiw1LjEzOSwwLjU4OGMwLTAuMTE4LDAuMDM4LTAuMjE1LDAu MTE0LTAuMjkxYzAuMDc2LTAuMDc2LDAuMTczLTAuMTE0LDAuMjkxLTAuMTE0aDQuMDUyICAgYzAu MDUxLDAsMC4xMDEsMC4wMDksMC4xNTEsMC4wMjVjMC4xMDIsMC4wNTEsMC4xNzgsMC4xMjYsMC4y MjksMC4yMjhjMC4wMTcsMC4wNTEsMC4wMjUsMC4xMDEsMC4wMjUsMC4xNTJWNC42NCAgIGMwLDAu MTE4LTAuMDM4LDAuMjE1LTAuMTE0LDAuMjkxUzkuNzEzLDUuMDQ0LDkuNTk2LDUuMDQ0Yy0wLjEx OCwwLTAuMjE2LTAuMDM4LTAuMjkxLTAuMTE0QzkuMjI5LDQuODU0LDkuMTksNC43NTgsOS4xOSw0 LjY0ICAgVjEuNTc2TDAuOTYsOS43OGMtMC4xODYsMC4yMDItMC4zNzIsMC4yMDItMC41NTcsMEMw LjMxOSw5LjcxMywwLjI3Nyw5LjYyLDAuMjc3LDkuNTAxeiIvPgo8L2c+Cjwvc3ZnPg==");
        mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3 aWR0aD0iMTAuMjAzcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEwLjIwMyAxMCIgZW5h YmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAuMjAzIDEwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4K PGc+Cgk8cGF0aCBkPSJNMC4yNzcsOS41MDFjMC0wLjExNywwLjA0Mi0wLjIxMSwwLjEyNi0wLjI3 OGw4LjIwNC04LjIyOUg1LjU0NGMtMC4xMTgsMC0wLjIxNS0wLjAzOC0wLjI5MS0wLjExNCAgIEM1 LjE3NywwLjgwMyw1LjEzOSwwLjcwNiw1LjEzOSwwLjU4OGMwLTAuMTE4LDAuMDM4LTAuMjE1LDAu MTE0LTAuMjkxYzAuMDc2LTAuMDc2LDAuMTczLTAuMTE0LDAuMjkxLTAuMTE0aDQuMDUyICAgYzAu MDUxLDAsMC4xMDEsMC4wMDksMC4xNTEsMC4wMjVjMC4xMDIsMC4wNTEsMC4xNzgsMC4xMjYsMC4y MjksMC4yMjhjMC4wMTcsMC4wNTEsMC4wMjUsMC4xMDEsMC4wMjUsMC4xNTJWNC42NCAgIGMwLDAu MTE4LTAuMDM4LDAuMjE1LTAuMTE0LDAuMjkxUzkuNzEzLDUuMDQ0LDkuNTk2LDUuMDQ0Yy0wLjEx OCwwLTAuMjE2LTAuMDM4LTAuMjkxLTAuMTE0QzkuMjI5LDQuODU0LDkuMTksNC43NTgsOS4xOSw0 LjY0ICAgVjEuNTc2TDAuOTYsOS43OGMtMC4xODYsMC4yMDItMC4zNzIsMC4yMDItMC41NTcsMEMw LjMxOSw5LjcxMywwLjI3Nyw5LjYyLDAuMjc3LDkuNTAxeiIvPgo8L2c+Cjwvc3ZnPg==");
        background-color: currentColor;
        width: 10px;
        height: 10px;
        position: absolute;
        bottom: 4px !important;
        right: -3px;
        opacity: 0;
        transition: opacity .2s ease-out
    }

    .widget.widget_nav_menu a:hover:after {
        opacity: 1
    }

.widget.widget_media_image {
    margin-bottom: 0
}

    .widget.widget_media_image a {
        display: inline-block;
        vertical-align: top
    }

    .widget.widget_media_image img {
        display: block
    }

.widget.widget_custom_html {
    margin-bottom: 0
}

.widget.widget_text img {
    display: block
}

.widget.widget_text a h1, .widget.widget_text a h2, .widget.widget_text a h3, .widget.widget_text a h4, .widget.widget_text a h5, .widget.widget_text a h6 {
    color: inherit
}

.widget.widget_calendar {
    width: 100%
}

    .widget.widget_calendar table {
        table-layout: fixed
    }

    .widget.widget_calendar caption {
        margin-bottom: 5px
    }

    .widget.widget_calendar #today a {
        color: inherit
    }

    .widget.widget_calendar tfoot td, .widget.widget_calendar tfoot tr {
        border: 0
    }

.widget.widget_nav_menu .qodef-menu-item-arrow {
    display: none
}

.widget.widget_rss ul .rsswidget {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #464646;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 2.15em;
    text-transform: uppercase;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.widget.widget_rss ul .rssSummary {
    margin-top: 15px
}

.widget.widget_rss ul cite {
    display: block;
    margin-top: 8px
}

.widget.widget_umea_core_blog_list .qodef-blog .qodef-blog-item .qodef-e-title {
    margin: -4.9995px 0 0 0
}

.widget {
    margin: 0 0 5px
}

    .widget .qodef-widget-title {
        margin: 0 0 21px;
        padding: 0 0 17px
    }

        .widget .qodef-widget-title a:hover {
            color: #414042
        }

    .widget a {
        color: #414042
    }

        .widget a:hover {
            color: #414042
        }

    .widget ul:not(.qodef-shortcode-list) li {
        margin: 0 0 10px
    }

        .widget ul:not(.qodef-shortcode-list) li ul {
            margin-top: 10px
        }

    .widget select {
        margin-top: 29px
    }

    .widget .select2 {
        margin-top: -8px !important
    }

    .widget[class*="_search"] .qodef-widget-title {
        margin-bottom: 13px
    }

    .widget[class*="_search"] button {
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        color: #000001;
        background-color: transparent;
        border: 0
    }

        .widget[class*="_search"] button:hover {
            background-color: transparent;
            color: #7d7d7d
        }

        .widget[class*="_search"] button svg {
            display: block;
            width: 16px;
            height: auto;
            fill: currentColor;
            stroke: none
        }

    .widget .tagcloud a {
        color: #414042
    }

        .widget .tagcloud a:hover {
            color: #414042
        }

    .widget.widget_media_image .qodef-widget-title {
        margin-bottom: 29px
    }

    .widget.widget_calendar #today {
        color: #fff;
        background-color: #414042
    }

    .widget.widget_calendar tfoot a {
        color: #414042
    }

        .widget.widget_calendar tfoot a:hover {
            color: #414042
        }

    .widget.widget_media_gallery {
        margin-bottom: 28.5px
    }

        .widget.widget_media_gallery .gallery {
            margin: 0 -2.5px
        }

        .widget.widget_media_gallery .gallery-item {
            margin: 0 0 5px 0;
            padding: 0 2.5px
        }

    .widget.widget_umea_core_blog_list .qodef-widget-title {
        margin-bottom: 29px
    }

#qodef-page-sidebar .widget {
    margin: 0 0 31px
}

    #qodef-page-sidebar .widget .qodef-widget-title {
        margin: 0 0 21px;
        padding: 0 0 17px
    }

        #qodef-page-sidebar .widget .qodef-widget-title:after {
            content: '';
            position: absolute;
            height: 1px;
            background-color: #000001;
            bottom: 0;
            left: 0;
            width: 50px
        }

        #qodef-page-sidebar .widget .qodef-widget-title a:hover {
            color: #414042
        }

    #qodef-page-sidebar .widget a {
        color: #414042
    }

        #qodef-page-sidebar .widget a:hover {
            color: #414042
        }

    #qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li {
        margin: 0 0 10px
    }

        #qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li ul {
            margin-top: 10px
        }

    #qodef-page-sidebar .widget select {
        margin-top: 29px
    }

    #qodef-page-sidebar .widget .select2 {
        margin-top: -8px !important
    }

    #qodef-page-sidebar .widget[class*="_search"] .qodef-widget-title {
        margin-bottom: 13px
    }

    #qodef-page-sidebar .widget[class*="_search"] button {
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        color: #000001;
        background-color: transparent;
        border: 0
    }

        #qodef-page-sidebar .widget[class*="_search"] button:hover {
            background-color: transparent;
            color: #7d7d7d
        }

        #qodef-page-sidebar .widget[class*="_search"] button svg {
            display: block;
            width: 16px;
            height: auto;
            fill: currentColor;
            stroke: none
        }

    #qodef-page-sidebar .widget .tagcloud a {
        color: #414042
    }

        #qodef-page-sidebar .widget .tagcloud a:hover {
            color: #414042
        }

    #qodef-page-sidebar .widget.widget_media_image .qodef-widget-title {
        margin-bottom: 29px
    }

    #qodef-page-sidebar .widget.widget_calendar #today {
        color: #fff;
        background-color: #414042
    }

    #qodef-page-sidebar .widget.widget_calendar tfoot a {
        color: #414042
    }

        #qodef-page-sidebar .widget.widget_calendar tfoot a:hover {
            color: #414042
        }

    #qodef-page-sidebar .widget.widget_media_gallery {
        margin-bottom: 28.5px
    }

        #qodef-page-sidebar .widget.widget_media_gallery .gallery {
            margin: 0 -2.5px
        }

        #qodef-page-sidebar .widget.widget_media_gallery .gallery-item {
            margin: 0 0 5px 0;
            padding: 0 2.5px
        }

    #qodef-page-sidebar .widget.widget_umea_core_blog_list .qodef-widget-title {
        margin-bottom: 29px
    }

#qodef-top-area .widget {
    margin: 0 0 0;
    color: #000001
}

    #qodef-top-area .widget .qodef-widget-title {
        margin: 0 0 21px;
        padding: 0 0 17px;
        color: #000001
    }

        #qodef-top-area .widget .qodef-widget-title a:hover {
            color: #414042
        }

    #qodef-top-area .widget a {
        color: #000001
    }

        #qodef-top-area .widget a:hover {
            color: #414042
        }

    #qodef-top-area .widget ul:not(.qodef-shortcode-list) li {
        margin: 0 0 10px
    }

        #qodef-top-area .widget ul:not(.qodef-shortcode-list) li ul {
            margin-top: 10px
        }

    #qodef-top-area .widget select {
        margin-top: 29px
    }

    #qodef-top-area .widget .select2 {
        margin-top: -8px !important
    }

    #qodef-top-area .widget[class*="_search"] .qodef-widget-title {
        margin-bottom: 13px
    }

    #qodef-top-area .widget[class*="_search"] button {
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        color: #000001;
        background-color: transparent;
        border: 0
    }

        #qodef-top-area .widget[class*="_search"] button:hover {
            background-color: transparent;
            color: #7d7d7d
        }

        #qodef-top-area .widget[class*="_search"] button svg {
            display: block;
            width: 16px;
            height: auto;
            fill: currentColor;
            stroke: none
        }

    #qodef-top-area .widget .tagcloud a {
        color: #000001
    }

        #qodef-top-area .widget .tagcloud a:hover {
            color: #414042
        }

    #qodef-top-area .widget.widget_media_image .qodef-widget-title {
        margin-bottom: 29px
    }

    #qodef-top-area .widget.widget_calendar #today {
        color: #fff;
        background-color: #414042
    }

    #qodef-top-area .widget.widget_calendar tfoot a {
        color: #000001
    }

        #qodef-top-area .widget.widget_calendar tfoot a:hover {
            color: #414042
        }

    #qodef-top-area .widget.widget_media_gallery {
        margin-bottom: -2.5px
    }

        #qodef-top-area .widget.widget_media_gallery .gallery {
            margin: 0 -2.5px
        }

        #qodef-top-area .widget.widget_media_gallery .gallery-item {
            margin: 0 0 5px 0;
            padding: 0 2.5px
        }

    #qodef-top-area .widget.widget_umea_core_blog_list .qodef-widget-title {
        margin-bottom: 29px
    }

#qodef-page-header .widget {
    margin: 0 0 31px
}

    #qodef-page-header .widget .qodef-widget-title {
        margin: 0 0 21px;
        padding: 0 0 17px
    }

        #qodef-page-header .widget .qodef-widget-title a:hover {
            color: #414042
        }

    #qodef-page-header .widget a {
        color: #000001
    }

        #qodef-page-header .widget a:hover {
            color: #414042
        }

    #qodef-page-header .widget ul:not(.qodef-shortcode-list) li {
        margin: 0 0 10px
    }

        #qodef-page-header .widget ul:not(.qodef-shortcode-list) li ul {
            margin-top: 10px
        }

    #qodef-page-header .widget select {
        margin-top: 29px
    }

    #qodef-page-header .widget .select2 {
        margin-top: -8px !important
    }

    #qodef-page-header .widget[class*="_search"] .qodef-widget-title {
        margin-bottom: 13px
    }

    #qodef-page-header .widget[class*="_search"] button {
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        color: #000001;
        background-color: transparent;
        border: 0
    }

        #qodef-page-header .widget[class*="_search"] button:hover {
            background-color: transparent;
            color: #7d7d7d
        }

        #qodef-page-header .widget[class*="_search"] button svg {
            display: block;
            width: 16px;
            height: auto;
            fill: currentColor;
            stroke: none
        }

    #qodef-page-header .widget .tagcloud a {
        color: #000001
    }

        #qodef-page-header .widget .tagcloud a:hover {
            color: #414042
        }

    #qodef-page-header .widget.widget_media_image .qodef-widget-title {
        margin-bottom: 29px
    }

    #qodef-page-header .widget.widget_calendar #today {
        color: #fff;
        background-color: #414042
    }

    #qodef-page-header .widget.widget_calendar tfoot a {
        color: #000001
    }

        #qodef-page-header .widget.widget_calendar tfoot a:hover {
            color: #414042
        }

    #qodef-page-header .widget.widget_media_gallery {
        margin-bottom: 28.5px
    }

        #qodef-page-header .widget.widget_media_gallery .gallery {
            margin: 0 -2.5px
        }

        #qodef-page-header .widget.widget_media_gallery .gallery-item {
            margin: 0 0 5px 0;
            padding: 0 2.5px
        }

    #qodef-page-header .widget.widget_umea_core_blog_list .qodef-widget-title {
        margin-bottom: 29px
    }

#qodef-page-footer .widget {
    margin: 0 0 40px;
    color: #000001
}

    #qodef-page-footer .widget .qodef-widget-title {
        margin: 0 0 15px;
        padding: 0 0 0;
        color: #000001
    }

        #qodef-page-footer .widget .qodef-widget-title a:hover {
            color: #7d7d7d
        }

    #qodef-page-footer .widget a {
        color: #000001
    }

        #qodef-page-footer .widget a:hover {
            color: #7d7d7d
        }

    #qodef-page-footer .widget ul:not(.qodef-shortcode-list) li {
        margin: 0 0 8px
    }

        #qodef-page-footer .widget ul:not(.qodef-shortcode-list) li a {
            color: #000001
        }

            #qodef-page-footer .widget ul:not(.qodef-shortcode-list) li a:hover {
                color: #000001
            }

        #qodef-page-footer .widget ul:not(.qodef-shortcode-list) li ul {
            margin-top: 8px
        }

    #qodef-page-footer .widget select {
        margin-top: 23px
    }

    #qodef-page-footer .widget .select2 {
        margin-top: -8px !important
    }

    #qodef-page-footer .widget[class*="_search"] .qodef-widget-title {
        margin-bottom: 7px
    }

    #qodef-page-footer .widget[class*="_search"] button {
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        color: #000001;
        background-color: transparent;
        border: 0
    }

        #qodef-page-footer .widget[class*="_search"] button:hover {
            background-color: transparent;
            color: #000001
        }

        #qodef-page-footer .widget[class*="_search"] button svg {
            display: block;
            width: 16px;
            height: auto;
            fill: currentColor;
            stroke: none
        }

    #qodef-page-footer .widget .tagcloud a {
        color: #000001
    }

        #qodef-page-footer .widget .tagcloud a:hover {
            color: #7d7d7d
        }

    #qodef-page-footer .widget.widget_media_image .qodef-widget-title {
        margin-bottom: 23px
    }

    #qodef-page-footer .widget.widget_calendar #today {
        color: #fff;
        background-color: #7d7d7d
    }

    #qodef-page-footer .widget.widget_calendar tfoot a {
        color: #000001
    }

        #qodef-page-footer .widget.widget_calendar tfoot a:hover {
            color: #7d7d7d
        }

    #qodef-page-footer .widget.widget_media_gallery {
        margin-bottom: 37.5px
    }

        #qodef-page-footer .widget.widget_media_gallery .gallery {
            margin: 0 -2.5px
        }

        #qodef-page-footer .widget.widget_media_gallery .gallery-item {
            margin: 0 0 5px 0;
            padding: 0 2.5px
        }

    #qodef-page-footer .widget.widget_umea_core_blog_list .qodef-widget-title {
        margin-bottom: 23px
    }

#qodef-side-area .widget {
    margin: 0 0 31px;
    color: #414042
}

    #qodef-side-area .widget .qodef-widget-title {
        margin: 0 0 21px;
        padding: 0 0 17px;
        color: #000001
    }

        #qodef-side-area .widget .qodef-widget-title a:hover {
            color: #414042
        }

    #qodef-side-area .widget a {
        color: #414042
    }

        #qodef-side-area .widget a:hover {
            color: #414042
        }

    #qodef-side-area .widget ul:not(.qodef-shortcode-list) li {
        margin: 0 0 10px
    }

        #qodef-side-area .widget ul:not(.qodef-shortcode-list) li ul {
            margin-top: 10px
        }

    #qodef-side-area .widget select {
        margin-top: 29px
    }

    #qodef-side-area .widget .select2 {
        margin-top: -8px !important
    }

    #qodef-side-area .widget[class*="_search"] .qodef-widget-title {
        margin-bottom: 13px
    }

    #qodef-side-area .widget[class*="_search"] button {
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        color: #000001;
        background-color: transparent;
        border: 0
    }

        #qodef-side-area .widget[class*="_search"] button:hover {
            background-color: transparent;
            color: #7d7d7d
        }

        #qodef-side-area .widget[class*="_search"] button svg {
            display: block;
            width: 16px;
            height: auto;
            fill: currentColor;
            stroke: none
        }

    #qodef-side-area .widget .tagcloud a {
        color: #414042
    }

        #qodef-side-area .widget .tagcloud a:hover {
            color: #414042
        }

    #qodef-side-area .widget.widget_media_image .qodef-widget-title {
        margin-bottom: 29px
    }

    #qodef-side-area .widget.widget_nav_menu ul li a {
        font-weight: 500
    }

    #qodef-side-area .widget.widget_calendar #today {
        color: #fff;
        background-color: #414042
    }

    #qodef-side-area .widget.widget_calendar tfoot a {
        color: #414042
    }

        #qodef-side-area .widget.widget_calendar tfoot a:hover {
            color: #414042
        }

    #qodef-side-area .widget.widget_media_gallery {
        margin-bottom: 28.5px
    }

        #qodef-side-area .widget.widget_media_gallery .gallery {
            margin: 0 -2.5px
        }

        #qodef-side-area .widget.widget_media_gallery .gallery-item {
            margin: 0 0 5px 0;
            padding: 0 2.5px
        }

    #qodef-side-area .widget.widget_umea_core_blog_list .qodef-widget-title {
        margin-bottom: 29px
    }

.qodef-mega-menu-widget-holder .widget {
    margin: 0 0 31px;
    color: #fff
}

    .qodef-mega-menu-widget-holder .widget .qodef-widget-title {
        margin: 0 0 21px;
        padding: 0 0 17px;
        color: #fff
    }

        .qodef-mega-menu-widget-holder .widget .qodef-widget-title a:hover {
            color: #414042
        }

    .qodef-mega-menu-widget-holder .widget a {
        color: #fff
    }

        .qodef-mega-menu-widget-holder .widget a:hover {
            color: #414042
        }

    .qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li {
        margin: 0 0 10px
    }

        .qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li ul {
            margin-top: 10px
        }

    .qodef-mega-menu-widget-holder .widget select {
        margin-top: 29px
    }

    .qodef-mega-menu-widget-holder .widget .select2 {
        margin-top: -8px !important
    }

    .qodef-mega-menu-widget-holder .widget[class*="_search"] .qodef-widget-title {
        margin-bottom: 13px
    }

    .qodef-mega-menu-widget-holder .widget[class*="_search"] button {
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        color: #000001;
        background-color: transparent;
        border: 0
    }

        .qodef-mega-menu-widget-holder .widget[class*="_search"] button:hover {
            background-color: transparent;
            color: #7d7d7d
        }

        .qodef-mega-menu-widget-holder .widget[class*="_search"] button svg {
            display: block;
            width: 16px;
            height: auto;
            fill: currentColor;
            stroke: none
        }

    .qodef-mega-menu-widget-holder .widget .tagcloud a {
        color: #fff
    }

        .qodef-mega-menu-widget-holder .widget .tagcloud a:hover {
            color: #414042
        }

    .qodef-mega-menu-widget-holder .widget.widget_media_image .qodef-widget-title {
        margin-bottom: 29px
    }

    .qodef-mega-menu-widget-holder .widget.widget_calendar #today {
        color: #fff;
        background-color: #414042
    }

    .qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a {
        color: #fff
    }

        .qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a:hover {
            color: #414042
        }

    .qodef-mega-menu-widget-holder .widget.widget_media_gallery {
        margin-bottom: 28.5px
    }

        .qodef-mega-menu-widget-holder .widget.widget_media_gallery .gallery {
            margin: 0 -2.5px
        }

        .qodef-mega-menu-widget-holder .widget.widget_media_gallery .gallery-item {
            margin: 0 0 5px 0;
            padding: 0 2.5px
        }

    .qodef-mega-menu-widget-holder .widget.widget_umea_core_blog_list .qodef-widget-title {
        margin-bottom: 29px
    }

#qodef-woo-page .qodef-woo-product-mark, #yith-quick-view-modal .qodef-woo-product-mark, .qodef-featured-content .qodef-woo-product-mark, .qodef-woo-product-category-list .qodef-woo-product-mark, .qodef-woo-product-list .qodef-woo-product-mark {
    color: #000001;
    font-size: 15px;
    line-height: 1;
    margin-left: 19px;
    padding: 14px 3px 6px 3px;
    position: relative
}

    #qodef-woo-page .qodef-woo-product-mark:after, #yith-quick-view-modal .qodef-woo-product-mark:after, .qodef-featured-content .qodef-woo-product-mark:after, .qodef-woo-product-category-list .qodef-woo-product-mark:after, .qodef-woo-product-list .qodef-woo-product-mark:after {
        background-color: #000001;
        bottom: 0;
        content: '';
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%
    }

    #qodef-woo-page .qodef-woo-product-mark:first-child, #yith-quick-view-modal .qodef-woo-product-mark:first-child, .qodef-featured-content .qodef-woo-product-mark:first-child, .qodef-woo-product-category-list .qodef-woo-product-mark:first-child, .qodef-woo-product-list .qodef-woo-product-mark:first-child {
        margin-left: 0;
        padding-left: 13px
    }

        #qodef-woo-page .qodef-woo-product-mark:first-child:after, #yith-quick-view-modal .qodef-woo-product-mark:first-child:after, .qodef-featured-content .qodef-woo-product-mark:first-child:after, .qodef-woo-product-category-list .qodef-woo-product-mark:first-child:after, .qodef-woo-product-list .qodef-woo-product-mark:first-child:after {
            left: -11px;
            width: calc(100% + 11px)
        }

#qodef-woo-page .qodef-woo-product-mark-holder, #yith-quick-view-modal .qodef-woo-product-mark-holder, .qodef-featured-content .qodef-woo-product-mark-holder, .qodef-woo-product-category-list .qodef-woo-product-mark-holder, .qodef-woo-product-list .qodef-woo-product-mark-holder {
    display: flex;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 5
}

#qodef-woo-page .qodef-woo-product-title, #yith-quick-view-modal .qodef-woo-product-title, .qodef-featured-content .qodef-woo-product-title, .qodef-woo-product-category-list .qodef-woo-product-title, .qodef-woo-product-list .qodef-woo-product-title {
    margin: 0
}

#qodef-woo-page .qodef-woo-ratings, #yith-quick-view-modal .qodef-woo-ratings, .qodef-featured-content .qodef-woo-ratings, .qodef-woo-product-category-list .qodef-woo-ratings, .qodef-woo-product-list .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, #yith-quick-view-modal .qodef-woo-ratings .qodef-m-inner, .qodef-featured-content .qodef-woo-ratings .qodef-m-inner, .qodef-woo-product-category-list .qodef-woo-ratings .qodef-m-inner, .qodef-woo-product-list .qodef-woo-ratings .qodef-m-inner {
        display: inline-block;
        position: relative;
        vertical-align: top
    }

    #qodef-woo-page .qodef-woo-ratings .qodef-m-star, #yith-quick-view-modal .qodef-woo-ratings .qodef-m-star, .qodef-featured-content .qodef-woo-ratings .qodef-m-star, .qodef-woo-product-category-list .qodef-woo-ratings .qodef-m-star, .qodef-woo-product-list .qodef-woo-ratings .qodef-m-star {
        color: #000001
    }

        #qodef-woo-page .qodef-woo-ratings .qodef-m-star svg, #yith-quick-view-modal .qodef-woo-ratings .qodef-m-star svg, .qodef-featured-content .qodef-woo-ratings .qodef-m-star svg, .qodef-woo-product-category-list .qodef-woo-ratings .qodef-m-star svg, .qodef-woo-product-list .qodef-woo-ratings .qodef-m-star svg {
            display: inline-block;
            fill: none;
            height: auto;
            margin-right: .17em;
            stroke: currentColor;
            stroke-width: 1px;
            width: 13px
        }

            #qodef-woo-page .qodef-woo-ratings .qodef-m-star svg:last-child, #yith-quick-view-modal .qodef-woo-ratings .qodef-m-star svg:last-child, .qodef-featured-content .qodef-woo-ratings .qodef-m-star svg:last-child, .qodef-woo-product-category-list .qodef-woo-ratings .qodef-m-star svg:last-child, .qodef-woo-product-list .qodef-woo-ratings .qodef-m-star svg:last-child {
                margin-right: 0
            }

        #qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active, #yith-quick-view-modal .qodef-woo-ratings .qodef-m-star.qodef--active, .qodef-featured-content .qodef-woo-ratings .qodef-m-star.qodef--active, .qodef-woo-product-category-list .qodef-woo-ratings .qodef-m-star.qodef--active, .qodef-woo-product-list .qodef-woo-ratings .qodef-m-star.qodef--active {
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
            white-space: nowrap
        }

            #qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active svg, #yith-quick-view-modal .qodef-woo-ratings .qodef-m-star.qodef--active svg, .qodef-featured-content .qodef-woo-ratings .qodef-m-star.qodef--active svg, .qodef-woo-product-category-list .qodef-woo-ratings .qodef-m-star.qodef--active svg, .qodef-woo-product-list .qodef-woo-ratings .qodef-m-star.qodef--active svg {
                fill: currentColor
            }

#qodef-woo-page .price, #yith-quick-view-modal .price, .qodef-featured-content .price, .qodef-woo-product-category-list .price, .qodef-woo-product-list .price {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    font-size: 18px;
    line-height: 1.5555em;
    text-transform: initial;
    align-items: flex-start;
    display: flex;
    font-size: 16px;
    margin-top: 2px;
    position: relative
}

    #qodef-woo-page .price del, #yith-quick-view-modal .price del, .qodef-featured-content .price del, .qodef-woo-product-category-list .price del, .qodef-woo-product-list .price del {
        margin-right: 10px
    }

    #qodef-woo-page .price ins, #yith-quick-view-modal .price ins, .qodef-featured-content .price ins, .qodef-woo-product-category-list .price ins, .qodef-woo-product-list .price ins {
        text-decoration: none
    }

#qodef-woo-page ins, #yith-quick-view-modal ins, .qodef-featured-content ins, .qodef-woo-product-category-list ins, .qodef-woo-product-list ins {
    text-decoration: none
}

#qodef-woo-page .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Roboto,sans-serif;
    color: #000001;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    color: #000001;
    background-color: transparent;
    border: 1px solid #000001;
    padding: 12px 25px;
    cursor: pointer;
    z-index: 3
}

    #qodef-woo-page .button:hover {
        color: #fff;
        background-color: #000001;
        border-color: #000001
    }

.woocommerce-MyAccount-content input[type=email], .woocommerce-MyAccount-content input[type=number], .woocommerce-MyAccount-content input[type=password], .woocommerce-MyAccount-content input[type=search], .woocommerce-MyAccount-content input[type=tel], .woocommerce-MyAccount-content input[type=text]:not(.qodef-quantity-input), .woocommerce-MyAccount-content input[type=url], form.woocommerce-ResetPassword input[type=email], form.woocommerce-ResetPassword input[type=number], form.woocommerce-ResetPassword input[type=password], form.woocommerce-ResetPassword input[type=search], form.woocommerce-ResetPassword input[type=tel], form.woocommerce-ResetPassword input[type=text]:not(.qodef-quantity-input), form.woocommerce-ResetPassword input[type=url], form.woocommerce-cart-form input[type=email], form.woocommerce-cart-form input[type=number], form.woocommerce-cart-form input[type=password], form.woocommerce-cart-form input[type=search], form.woocommerce-cart-form input[type=tel], form.woocommerce-cart-form input[type=text]:not(.qodef-quantity-input), form.woocommerce-cart-form input[type=url], form.woocommerce-checkout input[type=email], form.woocommerce-checkout input[type=number], form.woocommerce-checkout input[type=password], form.woocommerce-checkout input[type=search], form.woocommerce-checkout input[type=tel], form.woocommerce-checkout input[type=text]:not(.qodef-quantity-input), form.woocommerce-checkout input[type=url], form.woocommerce-form-coupon input[type=email], form.woocommerce-form-coupon input[type=number], form.woocommerce-form-coupon input[type=password], form.woocommerce-form-coupon input[type=search], form.woocommerce-form-coupon input[type=tel], form.woocommerce-form-coupon input[type=text]:not(.qodef-quantity-input), form.woocommerce-form-coupon input[type=url], form.woocommerce-form-login input[type=email], form.woocommerce-form-login input[type=number], form.woocommerce-form-login input[type=password], form.woocommerce-form-login input[type=search], form.woocommerce-form-login input[type=tel], form.woocommerce-form-login input[type=text]:not(.qodef-quantity-input), form.woocommerce-form-login input[type=url], form.woocommerce-form-register input[type=email], form.woocommerce-form-register input[type=number], form.woocommerce-form-register input[type=password], form.woocommerce-form-register input[type=search], form.woocommerce-form-register input[type=tel], form.woocommerce-form-register input[type=text]:not(.qodef-quantity-input), form.woocommerce-form-register input[type=url], form.woocommerce-form-track-order input[type=email], form.woocommerce-form-track-order input[type=number], form.woocommerce-form-track-order input[type=password], form.woocommerce-form-track-order input[type=search], form.woocommerce-form-track-order input[type=tel], form.woocommerce-form-track-order input[type=text]:not(.qodef-quantity-input), form.woocommerce-form-track-order input[type=url], form.woocommerce-shipping-calculator input[type=email], form.woocommerce-shipping-calculator input[type=number], form.woocommerce-shipping-calculator input[type=password], form.woocommerce-shipping-calculator input[type=search], form.woocommerce-shipping-calculator input[type=tel], form.woocommerce-shipping-calculator input[type=text]:not(.qodef-quantity-input), form.woocommerce-shipping-calculator input[type=url] {
    border: 1px solid #959595 !important;
    margin-bottom: 18px !important;
    padding: 11px 18px !important;
    color: #414042;
    font-size: 15px;
    font-weight: 300
}

.woocommerce-MyAccount-content .select2-selection--single, form.woocommerce-ResetPassword .select2-selection--single, form.woocommerce-cart-form .select2-selection--single, form.woocommerce-checkout .select2-selection--single, form.woocommerce-form-coupon .select2-selection--single, form.woocommerce-form-login .select2-selection--single, form.woocommerce-form-register .select2-selection--single, form.woocommerce-form-track-order .select2-selection--single, form.woocommerce-shipping-calculator .select2-selection--single {
    border: 1px solid #959595 !important;
    height: 44px !important;
    padding: 11px 18px !important
}

    .woocommerce-MyAccount-content .select2-selection--single .select2-selection__arrow, form.woocommerce-ResetPassword .select2-selection--single .select2-selection__arrow, form.woocommerce-cart-form .select2-selection--single .select2-selection__arrow, form.woocommerce-checkout .select2-selection--single .select2-selection__arrow, form.woocommerce-form-coupon .select2-selection--single .select2-selection__arrow, form.woocommerce-form-login .select2-selection--single .select2-selection__arrow, form.woocommerce-form-register .select2-selection--single .select2-selection__arrow, form.woocommerce-form-track-order .select2-selection--single .select2-selection__arrow, form.woocommerce-shipping-calculator .select2-selection--single .select2-selection__arrow {
        margin-right: 18px
    }

.qodef-woo-product-list .button:not(.product_type_external) {
    background-color: transparent !important;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #434343 !important;
    display: block !important;
    height: 29px !important;
    margin: 0 6px 0 6px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 29px !important;
    z-index: 100;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw Oi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjExLjQzOHB4 IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCAxMS40MzggMTUiIGVuYWJsZS1iYWNrZ3JvdW5k PSJuZXcgMCAwIDExLjQzOCAxNSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgk8Zz4KCQk8cGF0aCBk PSJNMC40NjYsMTQuNjMzYy0wLjE4NC0wLjE4My0wLjI3NC0wLjM5OS0wLjI3NC0wLjY0OVYzLjgy MmMwLTAuMjUsMC4wOTEtMC40NjYsMC4yNzQtMC42NQoJCWMwLjE4My0wLjE4MywwLjM5OS0wLjI3 NCwwLjY0OS0wLjI3NGgxLjg0OEMyLjk4MSwyLjEyOCwzLjI2MSwxLjQ3NCwzLjgsMC45MzVjMC41 MzktMC41MzksMS4xODQtMC44MDgsMS45MzQtMC44MDgKCQljMC43NTEsMCwxLjM5NSwwLjI3LDEu OTM0LDAuODA4YzAuNTM5LDAuNTM5LDAuODE4LDEuMTk0LDAuODM4LDEuOTYzaDEuODQ4YzAuMjQ5 LDAsMC40NjYsMC4wOTEsMC42NDksMC4yNzQKCQljMC4xODMsMC4xODQsMC4yNzQsMC40LDAuMjc0 LDAuNjV2MTAuMTYyYzAsMC4yNS0wLjA5MiwwLjQ2Ny0wLjI3NCwwLjY0OWMtMC4xODQsMC4xODMt MC40LDAuMjc0LTAuNjQ5LDAuMjc0SDEuMTE1CgkJQzAuODY1LDE0LjkwNywwLjY0OCwxNC44MTUs MC40NjYsMTQuNjMzeiBNMS4xMTUsMy44MjJ2MTAuMTYyaDkuMjM4VjMuODIySDEuMTE1eiBNMy44 ODcsMi44OThoMy42OTUKCQljLTAuMDItMC41Mi0wLjIwNy0wLjk1Ny0wLjU2My0xLjMxM0M2LjY2 MywxLjIyOSw2LjIzNCwxLjA1LDUuNzM0LDEuMDVTNC44MDUsMS4yMjksNC40NDksMS41ODQKCQlD NC4wOTMsMS45NDEsMy45MDUsMi4zNzgsMy44ODcsMi44OTh6IE00LjAxNyw1LjU0Yy0wLjA4Ny0w LjA4Ny0wLjEzLTAuMTk3LTAuMTMtMC4zMzJzMC4wNDMtMC4yNDYsMC4xMy0wLjMzMgoJCWMwLjA4 Ni0wLjA4NywwLjE5Ny0wLjEzLDAuMzMyLTAuMTNoMi43NzFjMC4xMzUsMCwwLjI0NiwwLjA0Myww LjMzMywwLjEzYzAuMDg2LDAuMDg2LDAuMTMsMC4xOTcsMC4xMywwLjMzMgoJCVM3LjUzOCw1LjQ1 Myw3LjQ1Miw1LjU0Yy0wLjA4NywwLjA4Ni0wLjE5OCwwLjEzLTAuMzMzLDAuMTNINC4zNDlDNC4y MTMsNS42NjksNC4xMDMsNS42MjYsNC4wMTcsNS41NHoiLz4KCTwvZz4KPC9zdmc+")
}

    .qodef-woo-product-list .button:not(.product_type_external).added {
        display: none !important
    }

.qodef-woo-product-list .added_to_cart {
    background-color: transparent !important;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #434343 !important;
    display: block !important;
    height: 29px !important;
    margin: 0 6px 0 6px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 29px !important;
    z-index: 100;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IgoJ IHdpZHRoPSIxMS40MzhweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTEuNDM4IDE1IiBl bmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMS40MzggMTUiIHhtbDpzcGFjZT0icHJlc2VydmUi Pgo8cGF0aCBkPSJNMC40NjYsMTQuNjMzYy0wLjE4NC0wLjE4My0wLjI3NC0wLjM5OS0wLjI3NC0w LjY0OVYzLjgyMmMwLTAuMjUsMC4wOTEtMC40NjYsMC4yNzQtMC42NQoJYzAuMTgzLTAuMTgzLDAu Mzk5LTAuMjc0LDAuNjQ5LTAuMjc0aDEuODQ4QzIuOTgxLDIuMTI4LDMuMjYxLDEuNDc0LDMuOCww LjkzNWMwLjUzOS0wLjUzOSwxLjE4NC0wLjgwOCwxLjkzNC0wLjgwOAoJYzAuNzUxLDAsMS4zOTUs MC4yNywxLjkzNCwwLjgwOGMwLjUzOSwwLjUzOSwwLjgxOCwxLjE5NCwwLjgzOCwxLjk2M2gxLjg0 OGMwLjI0OSwwLDAuNDY2LDAuMDkxLDAuNjQ5LDAuMjc0CgljMC4xODMsMC4xODQsMC4yNzQsMC40 LDAuMjc0LDAuNjV2MTAuMTYyYzAsMC4yNS0wLjA5MiwwLjQ2Ny0wLjI3NCwwLjY0OWMtMC4xODQs MC4xODMtMC40LDAuMjc0LTAuNjQ5LDAuMjc0SDEuMTE1CglDMC44NjUsMTQuOTA3LDAuNjQ4LDE0 LjgxNSwwLjQ2NiwxNC42MzN6IE0zLjg4NywyLjg5OGgzLjY5NWMtMC4wMi0wLjUyLTAuMjA3LTAu OTU3LTAuNTYzLTEuMzEzCglDNi42NjMsMS4yMjksNi4yMzQsMS4wNSw1LjczNCwxLjA1UzQuODA1 LDEuMjI5LDQuNDQ5LDEuNTg0QzQuMDkzLDEuOTQxLDMuOTA1LDIuMzc4LDMuODg3LDIuODk4eiIv Pgo8L3N2Zz4K")
}

.qodef-woo-product-list .button.product_type_external {
    background-color: transparent !important;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #434343 !important;
    display: block !important;
    height: 29px !important;
    margin: 0 6px 0 6px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 29px !important;
    z-index: 100;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw Oi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjExLjM3NXB4 IiBoZWlnaHQ9IjExLjQ3NnB4IiB2aWV3Qm94PSIwIDAgMTEuMzc1IDExLjQ3NiIgZW5hYmxlLWJh Y2tncm91bmQ9Im5ldyAwIDAgMTEuMzc1IDExLjQ3NiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgk8 Zz4KCTxwYXRoIGQ9Ik0wLjA4MSwxMC44ODFjMC0wLjEzNywwLjA0OC0wLjI0NCwwLjE0Ni0wLjMy Mmw5LjQ5Mi05LjUyMUg2LjE3NGMtMC4xMzcsMC0wLjI0OS0wLjA0NC0wLjMzNy0wLjEzMgoJCXMt MC4xMzItMC4yLTAuMTMyLTAuMzM3YzAtMC4xMzYsMC4wNDQtMC4yNDksMC4xMzItMC4zMzdTNi4w MzgsMC4xLDYuMTc0LDAuMWg0LjY4OGMwLjA1OSwwLDAuMTE3LDAuMDEsMC4xNzYsMC4wMjkKCQlj MC4xMTcsMC4wNTksMC4yMDUsMC4xNDYsMC4yNjQsMC4yNjRjMC4wMiwwLjA1OSwwLjAyOSwwLjEx NywwLjAyOSwwLjE3NnY0LjY4OGMwLDAuMTM3LTAuMDQ0LDAuMjQ5LTAuMTMyLDAuMzM3CgkJcy0w LjIsMC4xMzItMC4zMzcsMC4xMzJzLTAuMjQ5LTAuMDQ0LTAuMzM3LTAuMTMycy0wLjEzMi0wLjIt MC4xMzItMC4zMzdWMS43MTFsLTkuNTIxLDkuNDkyYy0wLjIxNSwwLjIzNC0wLjQzLDAuMjM0LTAu NjQ1LDAKCQlDMC4xMjksMTEuMTI1LDAuMDgxLDExLjAxOCwwLjA4MSwxMC44ODF6Ii8+Cgk8L2c+ Cjwvc3ZnPg==")
}

#qodef-woo-page .quantity {
    white-space: nowrap
}

    #qodef-woo-page .quantity input[type=number] {
        margin: 0;
        padding: 12px 10px;
        text-align: center;
        width: 60px;
        font-family: Roboto,sans-serif;
        font-weight: 500;
        color: #000001;
        color: #464646;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: .05em;
        line-height: 2.15em;
        text-transform: uppercase
    }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    align-items: center;
    border: 1px solid #959595;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    list-style: none;
    margin-bottom: 30px;
    padding: 20px 30px
}

    .woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
        margin-left: auto !important
    }

@media only screen and (max-width:680px) {
    .woocommerce-error, .woocommerce-info, .woocommerce-message {
        align-items: flex-start;
        flex-direction: column-reverse
    }

        .woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
            margin-top: 12px !important;
            margin-left: unset !important
        }
}

.woocommerce-page div.woocommerce .shop_table {
    border: medium none;
    border-collapse: collapse;
    border-spacing: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    vertical-align: middle;
    width: 100%
}

    .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: 23px 0;
        padding-right: 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: Roboto,sans-serif;
        font-weight: 500;
        color: #000001;
        color: #464646;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: .05em;
        line-height: 2.15em;
        text-transform: uppercase
    }

    .woocommerce-page div.woocommerce .shop_table td ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .woocommerce-page div.woocommerce .shop_table td ul li {
            margin: 0 0 10px;
            padding: 0
        }

            .woocommerce-page div.woocommerce .shop_table td ul li:last-child {
                margin-bottom: 0
            }

            .woocommerce-page div.woocommerce .shop_table td ul li label {
                margin-bottom: 0
            }

    .woocommerce-page div.woocommerce .shop_table p {
        margin: 0
    }

    .woocommerce-page div.woocommerce .shop_table .cart_item .variation:after, .woocommerce-page div.woocommerce .shop_table .cart_item .variation:before {
        content: '';
        display: table;
        table-layout: fixed
    }

    .woocommerce-page div.woocommerce .shop_table .cart_item .variation:after {
        clear: both
    }

    .woocommerce-page div.woocommerce .shop_table .cart_item .variation dt {
        clear: left;
        float: left;
        font-weight: initial
    }

    .woocommerce-page div.woocommerce .shop_table .cart_item .variation dd {
        clear: right;
        float: left;
        margin: 0 0 0 1em
    }

.woocommerce-page div.woocommerce .col2-set {
    align-items: flex-start;
    display: flex;
    margin: 0 -15px;
    position: relative
}

    .woocommerce-page div.woocommerce .col2-set > * {
        margin-bottom: 30px;
        padding: 0 15px;
        width: 100%
    }

.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__top-bar {
    height: 40px
}

.woocommerce-page .pswp__button--arrow--left:before, .woocommerce-page .pswp__button--arrow--right:before {
    background: 0 0 !important;
    background-color: currentColor !important;
    background-position: initial;
    color: #fff;
    height: 14.45px;
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3 aWR0aD0iMzIuOTY1cHgiIGhlaWdodD0iMTQuNDY3cHgiIHZpZXdCb3g9IjAgMCAzMi45NjUgMTQu NDY3IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMi45NjUgMTQuNDY3IiB4bWw6c3BhY2U9 InByZXNlcnZlIj48cG9seWdvbiBwb2ludHM9IjE0LjQ2NywwIDE2LjE3NywxLjcwOSA1LjgzOCwx Mi4wNDkgMzIuOTY1LDEyLjA0OSAzMi45NjUsMTQuNDY3IDAsMTQuNDY3ICI+PC9wb2x5Z29uPjwv c3ZnPg==");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3 aWR0aD0iMzIuOTY1cHgiIGhlaWdodD0iMTQuNDY3cHgiIHZpZXdCb3g9IjAgMCAzMi45NjUgMTQu NDY3IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMi45NjUgMTQuNDY3IiB4bWw6c3BhY2U9 InByZXNlcnZlIj48cG9seWdvbiBwb2ludHM9IjE0LjQ2NywwIDE2LjE3NywxLjcwOSA1LjgzOCwx Mi4wNDkgMzIuOTY1LDEyLjA0OSAzMi45NjUsMTQuNDY3IDAsMTQuNDY3ICI+PC9wb2x5Z29uPjwv c3ZnPg==");
    width: 26px
}

.woocommerce-page .pswp__button--arrow--right:before {
    transform: rotate(180deg)
}

.woocommerce-page .pswp__caption__center, .woocommerce-page .pswp__counter {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #464646;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 2.15em;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
    padding: 0
}

.archive .woocommerce-products-header {
    display: none
}

#qodef-woo-page.qodef--cart .woocommerce-cart-form {
    margin-top: 30px
}

#qodef-woo-page.qodef--cart .woocommerce-cart-form__contents th {
    padding: 23px 0;
    padding-left: 23px
}

#qodef-woo-page.qodef--cart .woocommerce-cart-form__contents td {
    padding: 34px 0;
    padding-left: 23px
}

#qodef-woo-page.qodef--cart .woocommerce-cart-form__contents thead tr {
    border-left: 1px solid #959595;
    border-right: 1px solid #959595;
    border-top: 1px solid #959595
}

    #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents thead tr th {
        position: relative
    }

        #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents thead tr th:first-child {
            padding-left: 60px
        }

        #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents thead tr th:last-child {
            padding-right: 60px
        }

#qodef-woo-page.qodef--cart .woocommerce-cart-form__contents tbody tr.cart_item {
    border-left: 1px solid #959595;
    border-right: 1px solid #959595
}

    #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents tbody tr.cart_item td {
        position: relative
    }

        #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents tbody tr.cart_item td:before {
            background-color: #959595;
            content: '';
            display: block;
            height: 1px;
            position: absolute;
            top: 0
        }

        #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents tbody tr.cart_item td:first-child {
            padding-left: 60px
        }

            #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents tbody tr.cart_item td:first-child:before {
                left: 60px;
                width: calc(100% - 60px)
            }

        #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents tbody tr.cart_item td:last-child {
            padding-right: 60px
        }

            #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents tbody tr.cart_item td:last-child:before {
                left: 0;
                width: calc(100% - 60px)
            }

        #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents tbody tr.cart_item td:not(:first-child):not(:last-child):before {
            left: 0;
            width: 100%
        }

#qodef-woo-page.qodef--cart .woocommerce-cart-form__contents tbody tr:not(.cart_item) {
    border-top: 1px solid #959595
}

#qodef-woo-page.qodef--cart .shop_table .product-subtotal {
    text-align: right
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove {
    padding-right: 16px;
    width: 1px
}

    #qodef-woo-page.qodef--cart .shop_table td.product-remove a {
        font-size: 28px
    }

#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
    width: 1px
}

    #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: 82px
    }

#qodef-woo-page.qodef--cart .shop_table td.product-name {
    text-align: left
}

    #qodef-woo-page.qodef--cart .shop_table td.product-name a {
        font-family: Roboto,sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.5555em;
        text-transform: initial;
        display: inline-block;
        line-height: 1.3em
    }

@media only screen and (max-width:768px) {
    #qodef-woo-page.qodef--cart .shop_table td.product-name a {
        font-size: 15px
    }
}

#qodef-woo-page.qodef--cart .shop_table td.product-price {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5555em;
    text-transform: initial
}

@media only screen and (max-width:768px) {
    #qodef-woo-page.qodef--cart .shop_table td.product-price {
        font-size: 15px
    }
}

#qodef-woo-page.qodef--cart .shop_table td.product-quantity input[type=number] {
    margin: 0
}

#qodef-woo-page.qodef--cart .shop_table td.product-subtotal {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5555em;
    text-transform: initial
}

@media only screen and (max-width:768px) {
    #qodef-woo-page.qodef--cart .shop_table td.product-subtotal {
        font-size: 15px
    }
}

#qodef-woo-page.qodef--cart .shop_table td.actions {
    padding: 44px 0 0 0;
    text-align: initial
}

    #qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        float: left;
        position: relative;
        width: 70%
    }

        #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] {
        margin-right: 24px;
        height: 41px;
        width: auto
    }

    #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 {
    border: 1px solid #959595;
    width: 50%
}

    #qodef-woo-page.qodef--cart .cart-collaterals .shop_table tr:not(:first-child) td:before, #qodef-woo-page.qodef--cart .cart-collaterals .shop_table tr:not(:first-child) th:before {
        background-color: #959595;
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        top: 0;
        width: calc(100% - 40px)
    }

    #qodef-woo-page.qodef--cart .cart-collaterals .shop_table td, #qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
        padding: 23px 0;
        position: relative
    }

    #qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
        padding-left: 40px;
        vertical-align: middle;
        width: 50%
    }

        #qodef-woo-page.qodef--cart .cart-collaterals .shop_table th:before {
            left: 40px
        }

    #qodef-woo-page.qodef--cart .cart-collaterals .shop_table td {
        font-family: Roboto,sans-serif;
        font-weight: 500;
        color: #000001;
        font-size: 18px;
        line-height: 1.5555em;
        text-transform: initial;
        padding-right: 40px;
        vertical-align: middle
    }

@media only screen and (max-width:768px) {
    #qodef-woo-page.qodef--cart .cart-collaterals .shop_table td {
        font-size: 15px
    }
}

#qodef-woo-page.qodef--cart .cart-collaterals .shop_table td:before {
    left: 0
}

#qodef-woo-page.qodef--cart .cart-collaterals .shop_table p {
    font-family: Roboto,sans-serif;
    font-size: 15px;
    line-height: 1.66em;
    font-weight: 300;
    color: #414042;
    margin: 10px 0 10px 0 !important
}

#qodef-woo-page.qodef--cart .cart_totals, #qodef-woo-page.qodef--cart .cross-sells {
    margin-top: 80px
}

    #qodef-woo-page.qodef--cart .cart_totals > h2, #qodef-woo-page.qodef--cart .cross-sells > h2 {
        font-family: Roboto,sans-serif;
        font-weight: 500;
        color: #000001;
        font-size: 24px;
        line-height: 1.33em;
        text-transform: initial;
        margin: 0 0 37px
    }

#qodef-woo-page.qodef--cart #shipping_method li {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0
}

#qodef-woo-page.qodef--cart #shipping_method input[type=radio] {
    margin: 0
}

#qodef-woo-page.qodef--cart #shipping_method label {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    font-size: 18px;
    line-height: 1.5555em;
    text-transform: initial;
    cursor: pointer;
    letter-spacing: initial;
    margin: 0;
    padding-left: 17px;
    text-transform: initial;
    width: calc(100% - 11px)
}

@media only screen and (max-width:768px) {
    #qodef-woo-page.qodef--cart #shipping_method label {
        font-size: 15px
    }
}

#qodef-woo-page.qodef--cart .wc-proceed-to-checkout {
    margin-top: 45px
}

.woocommerce-page div.woocommerce > .cart-empty {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    font-size: 24px;
    line-height: 1.33em;
    text-transform: initial;
    margin: 0;
    border: none;
    justify-content: center;
    text-align: center
}

.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: Roboto,sans-serif;
        color: #000001;
        font-size: 15px;
        line-height: 1em;
        font-weight: 500;
        text-decoration: none;
        border-radius: 0;
        outline: 0;
        transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
        color: #000001;
        background-color: transparent;
        border: 1px solid #000001;
        padding: 12px 25px;
        cursor: pointer;
        z-index: 3
    }

        .woocommerce-page div.woocommerce > .return-to-shop a:hover {
            color: #fff;
            background-color: #000001;
            border-color: #000001
        }

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    align-items: flex-start;
    flex-direction: column
}

    #qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
        margin-left: initial !important
    }

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon > p {
    margin-bottom: 10px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout {
    margin-top: 75px
}

#qodef-woo-page.qodef--checkout #customer_details h3 {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    font-size: 24px;
    line-height: 1.33em;
    text-transform: initial;
    margin: 0 0 26px
}

    #qodef-woo-page.qodef--checkout #customer_details h3#ship-to-different-address {
        margin-bottom: 30px
    }

#qodef-woo-page.qodef--checkout #customer_details textarea {
    border-color: #959595
}

#qodef-woo-page.qodef--checkout #order_review {
    width: 50%
}

    #qodef-woo-page.qodef--checkout #order_review li {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        margin: 8px 0
    }

    #qodef-woo-page.qodef--checkout #order_review input[type=radio] {
        margin: 0
    }

    #qodef-woo-page.qodef--checkout #order_review label {
        font-family: Roboto,sans-serif;
        font-weight: 500;
        color: #000001;
        font-size: 18px;
        line-height: 1.5555em;
        text-transform: initial;
        cursor: pointer;
        letter-spacing: initial;
        margin: 0;
        padding-left: 17px;
        text-transform: initial;
        width: calc(100% - 11px)
    }

@media only screen and (max-width:768px) {
    #qodef-woo-page.qodef--checkout #order_review label {
        font-size: 15px
    }
}

#qodef-woo-page.qodef--checkout #order_review .cart_item:first-child td {
    padding-top: 23px
}

#qodef-woo-page.qodef--checkout #order_review .cart_item:last-child td {
    padding-bottom: 23px
}

#qodef-woo-page.qodef--checkout #order_review .cart_item td {
    padding-top: 6px;
    padding-bottom: 6px
}

#qodef-woo-page.qodef--checkout #order_review #payment li {
    margin-top: 19px
}

    #qodef-woo-page.qodef--checkout #order_review #payment li:first-child {
        margin-top: 0
    }

#qodef-woo-page.qodef--checkout #order_review_heading {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    font-size: 24px;
    line-height: 1.33em;
    text-transform: initial;
    margin: 25px 0 36px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table {
    border: 1px solid #959595
}

    #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table thead th {
        position: relative
    }

        #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table thead th:before {
            background-color: #959595;
            bottom: 0;
            content: '';
            display: block;
            height: 1px;
            position: absolute
        }

        #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table thead th:first-child {
            padding-left: 40px
        }

            #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table thead th:first-child:before {
                left: 40px;
                width: calc(100% - 40px)
            }

        #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table thead th:last-child {
            padding-right: 40px
        }

            #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table thead th:last-child:before {
                left: 0;
                width: calc(100% - 40px)
            }

    #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tbody td {
        font-family: Roboto,sans-serif;
        font-weight: 500;
        color: #000001;
        font-size: 18px;
        line-height: 1.5555em;
        text-transform: initial
    }

@media only screen and (max-width:768px) {
    #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tbody td {
        font-size: 15px
    }
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tbody td:first-child {
    padding-left: 40px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tbody td:last-child {
    padding-right: 40px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tfoot td, #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tfoot th {
    position: relative
}

    #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tfoot td:before, #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tfoot th:before {
        background-color: #959595;
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        top: 0
    }

#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tfoot th {
    padding-left: 40px
}

    #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tfoot th:before {
        left: 40px;
        width: calc(100% - 40px)
    }

#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tfoot td {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    font-size: 18px;
    line-height: 1.5555em;
    text-transform: initial;
    padding-right: 40px
}

@media only screen and (max-width:768px) {
    #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tfoot td {
        font-size: 15px
    }
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tfoot td:before {
    left: 0;
    width: calc(100% - 40px)
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tfoot td label {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

#qodef-woo-page.qodef--checkout .wc_payment_methods {
    border: 1px solid #959595;
    border-top: none;
    list-style: none;
    margin: 0;
    padding: 37px 40px
}

    #qodef-woo-page.qodef--checkout .wc_payment_methods .payment_box {
        display: block !important;
        margin-top: 12px;
        padding-left: 28px;
        width: 100%
    }

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order button {
    margin-top: 43px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
    margin-top: 25px
}

#qodef-woo-page.qodef--checkout #order_comments {
    min-height: 200px
}

.woocommerce-account mark {
    background-color: #000001;
    color: #fff;
    display: inline-block;
    padding: 0 2px
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    display: inline-block;
    float: left;
    margin-bottom: 6px;
    margin-top: 14px;
    padding-right: 50px;
    position: relative;
    vertical-align: top;
    width: 30%
}

    .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 #b1b1b1
        }

            .woocommerce-account .woocommerce-MyAccount-navigation ul li p {
                margin: 0
            }

        .woocommerce-account .woocommerce-MyAccount-navigation ul strong {
            font-weight: 500
        }

        .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
            font-family: Roboto,sans-serif;
            font-weight: 500;
            font-size: 18px;
            line-height: 1.5555em;
            text-transform: initial
        }

@media only screen and (max-width:768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        font-size: 15px
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: #4c4c4c
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #4c4c4c
}

.woocommerce-account .woocommerce-MyAccount-content {
    display: inline-block;
    float: left;
    margin-top: 20px;
    position: relative;
    vertical-align: top;
    width: 70%
}

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details {
        margin: 30px 0 0
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details {
        margin: 48px 0 0
    }

    .woocommerce-account .woocommerce-MyAccount-content h2 {
        font-family: Roboto,sans-serif;
        font-weight: 500;
        color: #000001;
        font-size: 24px;
        line-height: 1.33em;
        text-transform: initial;
        margin: 0 0 20px
    }

    .woocommerce-account .woocommerce-MyAccount-content .order-again {
        margin: 30px 0 0
    }

    .woocommerce-account .woocommerce-MyAccount-content .shop_table tbody tr {
        border-top: 1px solid #959595 !important
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .button {
        margin-top: 27px
    }

.woocommerce-account .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Roboto,sans-serif;
    color: #000001;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    color: #000001;
    background-color: transparent;
    border: 1px solid #000001;
    padding: 12px 25px;
    cursor: pointer;
    z-index: 3
}

    .woocommerce-account .button:hover {
        color: #fff;
        background-color: #000001;
        border-color: #000001
    }

.woocommerce-account .woocommerce-form-login .form-row:not(.form-row-wide) {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 21px
}

.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 20px
}

    .woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox input[type=checkbox] {
        margin-right: 12px !important
    }

.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword {
    margin-top: 26px
}

.woocommerce-account .woocommerce-form-register .woocommerce-privacy-policy-text p {
    padding: 0 0 16px
}

.woocommerce-account .woocommerce-form-register .form-row:not(.form-row-wide) {
    margin-top: 16px
}

.woocommerce-account .woocommerce-ResetPassword p:first-child {
    margin-bottom: 24px
}

.woocommerce-account .woocommerce-ResetPassword .form-row:not(.form-row-first) {
    margin-top: 21px
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
    margin: 0;
    padding: 0
}

    .woocommerce-account .woocommerce-EditAccountForm fieldset legend {
        display: none
    }

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row {
    margin: 0 0 16px
}

    .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row input[type=email], .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row input[type=password], .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row input[type=text] {
        margin: 0 !important
    }

.woocommerce-order-received .woocommerce-order:after, .woocommerce-order-received .woocommerce-order:before {
    content: '';
    display: table;
    table-layout: fixed
}

.woocommerce-order-received .woocommerce-order:after {
    clear: both
}

.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    font-size: 24px;
    line-height: 1.33em;
    text-transform: initial;
    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 #b1b1b1
    }

        .woocommerce-order-received .woocommerce-order .woocommerce-order-overview li p {
            margin: 0
        }

    .woocommerce-order-received .woocommerce-order .woocommerce-order-overview strong {
        font-weight: 500
    }

.woocommerce-order-received .woocommerce-order .woocommerce-table--order-details {
    border: 1px solid #434343 !important
}

    .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details thead th {
        position: relative
    }

        .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details thead th:before {
            background-color: #434343;
            bottom: 0;
            content: '';
            display: block;
            height: 1px;
            position: absolute
        }

        .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details thead th:first-child {
            padding-left: 40px
        }

            .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details thead th:first-child:before {
                left: 40px;
                width: calc(100% - 40px)
            }

        .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details thead th:last-child {
            padding-right: 40px
        }

            .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details thead th:last-child:before {
                left: 0;
                width: calc(100% - 40px)
            }

    .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tbody td {
        font-family: Roboto,sans-serif;
        font-weight: 500;
        color: #000001;
        font-size: 18px;
        line-height: 1.5555em;
        text-transform: initial
    }

@media only screen and (max-width:768px) {
    .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tbody td {
        font-size: 15px
    }
}

.woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tbody td:first-child {
    padding-left: 40px
}

.woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tbody td:last-child {
    padding-right: 40px
}

.woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tfoot td, .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tfoot th {
    position: relative
}

    .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tfoot td:before, .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tfoot th:before {
        background-color: #434343;
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        top: 0
    }

.woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tfoot th {
    padding-left: 40px !important
}

    .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tfoot th:before {
        left: 40px;
        width: calc(100% - 40px)
    }

.woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tfoot td {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    font-size: 18px;
    line-height: 1.5555em;
    text-transform: initial;
    padding-right: 40px !important
}

@media only screen and (max-width:768px) {
    .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tfoot td {
        font-size: 15px
    }
}

.woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tfoot td:before {
    left: 0;
    width: calc(100% - 40px)
}

.woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tfoot td label {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details, .woocommerce-order-received .woocommerce-order .woocommerce-order-details {
    float: left;
    margin-top: 40px;
    width: 50%
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
    padding-right: 30px
}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
    padding-left: 30px
}

    .woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
        border: 1px solid #434343;
        padding: 40px
    }

.woocommerce-order-received .woocommerce-order h2 {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    font-size: 24px;
    line-height: 1.33em;
    text-transform: initial;
    margin: 0 0 36px
}

.woocommerce-pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

    .woocommerce-pagination .page-numbers {
        position: relative;
        margin: 0 6px;
        padding: 0 3px
    }

        .woocommerce-pagination .page-numbers * {
            display: block;
            line-height: inherit
        }

        .woocommerce-pagination .page-numbers:first-child {
            margin-left: 0
        }

        .woocommerce-pagination .page-numbers:last-child {
            margin-right: 0
        }

        .woocommerce-pagination .page-numbers.next, .woocommerce-pagination .page-numbers.prev {
            padding: 0
        }

        .woocommerce-pagination .page-numbers.prev {
            margin-right: 25px
        }

            .woocommerce-pagination .page-numbers.prev svg {
                fill: currentColor;
                stroke: none;
                transition: .3s;
                will-change: transform
            }

            .woocommerce-pagination .page-numbers.prev:hover svg {
                transform: translateX(-5px)
            }

        .woocommerce-pagination .page-numbers.next {
            margin-left: 25px
        }

            .woocommerce-pagination .page-numbers.next svg {
                fill: currentColor;
                stroke: none;
                transition: .3s;
                will-change: transform
            }

            .woocommerce-pagination .page-numbers.next:hover svg {
                transform: translateX(5px)
            }

@media only screen and (min-width:481px) {
    .woocommerce-pagination .page-numbers.current {
        margin: 0 4px 0 0
    }

        .woocommerce-pagination .page-numbers.current:before {
            content: '';
            position: relative;
            height: 1px;
            display: inline-block;
            width: 55px;
            background-color: #000001;
            margin: 0 10px 0 0
        }
}

@media only screen and (min-width:481px) and (max-width:374px) {
    .woocommerce-pagination .page-numbers.current:before {
        width: 10px
    }
    
}

#qodef-woo-page .woocommerce-pagination {
    margin: 50px 0 55px 0
}

@media only screen and (max-width:1024px) {
    #qodef-woo-page .woocommerce-pagination {
        margin: 51px 0 7px 0
    }
        .qodef-grid.qodef-gutter--normal > .qodef-grid-inner {
    margin: 0 0px
}
}

.qodef-woo-product-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    .qodef-woo-product-list ul.products {
        align-items: flex-start;
        clear: both;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0 -15px;
        padding: 0;
        position: relative
    }

        .qodef-woo-product-list ul.products > .product {
            margin: 0 0 30px;
            padding: 0 15px
        }

        .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 5px;
            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--mega ul.products {
        margin: 0 -29px
    }

        .qodef-woo-product-list.qodef-gutter--mega ul.products > .product {
            padding: 0 29px;
            margin: 0 0 58px
        }

    .qodef-woo-product-list.qodef-gutter--huge ul.products {
        margin: 0 -40px
    }

        .qodef-woo-product-list.qodef-gutter--huge ul.products > .product {
            padding: 0 40px;
            margin: 0 0 80px
        }

    .qodef-woo-product-list.qodef-gutter--enormous ul.products {
        margin: 0 -47px
    }

        .qodef-woo-product-list.qodef-gutter--enormous ul.products > .product {
            padding: 0 47px;
            margin: 0 0 94px
        }

    .qodef-woo-product-list.qodef-gutter--mammoth ul.products {
        margin: 0 -62px
    }

        .qodef-woo-product-list.qodef-gutter--mammoth ul.products > .product {
            padding: 0 62px;
            margin: 0 0 124px
        }

    .qodef-woo-product-list .qodef-woo-product-inner {
        display: inline-block;
        position: relative;
        vertical-align: top;
        width: 100%;
        border: 1px solid #e9e9e9;
        /*margin: 5px;*/
        padding: 10px;
        border-radius: 10px;
        min-height:315px;
/*        min-height: 285px;
        max-height: 410px;*/
    }

.touchevents .qodef-woo-product-list .qodef-woo-product-inner {
    cursor: pointer
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner {
    opacity: 1
}

    .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner > * {
        opacity: 1;
        transform: translateY(0) !important
    }

.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-title {
    color: #000001
}

.qodef-woo-product-list .qodef-woo-product-image {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top;
    background-color:#f5f5f5;
}

    .qodef-woo-product-list .qodef-woo-product-image img {
        display: block;
        /*width: 100%;*/
        /*max-height: 285px;*/
    }

.qodef-woo-product-list .qodef-woo-product-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    background-color: #f3f3f3;
    display: flex;
    justify-content: center;
    opacity: 0;
    padding: 10px;
    text-align: center;
    transition: opacity .2s ease-out
}

    .qodef-woo-product-list .qodef-woo-product-image-inner > * {
        opacity: 0;
        transform: translateY(5px) !important;
        transition: .3s ease !important;
        will-change: transform !important;
        z-index: 3 !important
    }

    .qodef-woo-product-list .qodef-woo-product-image-inner > :nth-child(1) {
        margin-top:30px;
        transition-delay: .2s !important
    }

    .qodef-woo-product-list .qodef-woo-product-image-inner > :nth-child(2) {
        transition-delay: .3s !important
    }

    .qodef-woo-product-list .qodef-woo-product-image-inner > :nth-child(3) {
        transition-delay: .4s !important
    }

.qodef-woo-product-list .qodef-woo-product-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 10px 0 10px
}

.qodef-woo-product-list .qodef-woo-product-title-price-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px
}

    .qodef-woo-product-list .qodef-woo-product-title-price-wrapper .price {
        justify-content: flex-end
    }

.qodef-woo-product-title-price-wrapper h5 {
    text-align: center; /* Centers the text horizontally */
    display: flex;
    justify-content: center; /* Centers horizontally within flex */
    align-items: center; /* Centers vertically within flex */
    flex-direction: column; /* Stacks children (image and text) vertically */
}

.qodef-woo-product-list .qodef-woo-product-title {
    transition: color .2s ease-out
}

.qodef-woo-product-list .qodef-woo-product-categories {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    .qodef-woo-product-list .qodef-woo-product-categories a {
        display: inline-block;
        margin-left: 8px;
        position: relative;
        vertical-align: top;
        z-index: 3;
        color: #464646;
        font-weight: 400;
        font-family: Roboto,sans-serif;
        font-size: 12px;
        letter-spacing: .07em;
        text-transform: uppercase;
        color: #414042
    }

        .qodef-woo-product-list .qodef-woo-product-categories a:first-child {
            margin-left: 0
        }

        .qodef-woo-product-list .qodef-woo-product-categories a:hover {
            color: #000001
        }

        .qodef-woo-product-list .qodef-woo-product-categories a:hover {
            color: #7d7d7d !important
        }

.qodef-woo-product-list .woocommerce-LoopProduct-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#qodef-woo-page .qodef-quantity-buttons, #yith-quick-view-modal .qodef-quantity-buttons {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

#qodef-woo-page .qodef-quantity-input, #qodef-woo-page .qodef-quantity-minus, #qodef-woo-page .qodef-quantity-plus, #yith-quick-view-modal .qodef-quantity-input, #yith-quick-view-modal .qodef-quantity-minus, #yith-quick-view-modal .qodef-quantity-plus {
    background-color: #fff;
    border: 1px solid #b1b1b1;
    color: #000001;
    display: inline-block;
    font-family: inherit;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

#qodef-woo-page .qodef-quantity-input, #yith-quick-view-modal .qodef-quantity-input {
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    height: 39px;
    line-height: 18px;
    margin: 0 19px 0 0;
    outline: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 39px
}

    #qodef-woo-page .qodef-quantity-input[type=number]::-webkit-inner-spin-button, #qodef-woo-page .qodef-quantity-input[type=number]::-webkit-outer-spin-button, #yith-quick-view-modal .qodef-quantity-input[type=number]::-webkit-inner-spin-button, #yith-quick-view-modal .qodef-quantity-input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

#qodef-woo-page .qodef-quantity-minus, #qodef-woo-page .qodef-quantity-plus, #yith-quick-view-modal .qodef-quantity-minus, #yith-quick-view-modal .qodef-quantity-plus {
    align-items: center;
    border-left: 0;
    cursor: pointer;
    display: flex;
    height: 20px;
    justify-content: center;
    position: absolute;
    right: 0;
    transition: color .2s ease-out;
    width: 19px
}

#qodef-woo-page .qodef-quantity-plus, #yith-quick-view-modal .qodef-quantity-plus {
    top: 0
}

#qodef-woo-page .qodef-quantity-minus, #yith-quick-view-modal .qodef-quantity-minus {
    bottom: 0
}

.qodef-woo-results {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    margin-top: 28px
}

    .qodef-woo-results .woocommerce-ordering {
        margin-left: auto
    }

        .qodef-woo-results .woocommerce-ordering select {
            width: auto;
            min-width: 220px;
            margin: 0
        }

        .qodef-woo-results .woocommerce-ordering .select2-container--default {
            margin: 0
        }

#qodef-woo-page.qodef--single .qodef-woo-single-inner, #yith-quick-view-modal .qodef-woo-single-inner {
    align-items: flex-start;
    display: flex;
    position: relative
}

#qodef-woo-page.qodef--single .qodef-woo-single-image, #yith-quick-view-modal .qodef-woo-single-image {
    position: relative
}

    #qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark:first-child:after, #yith-quick-view-modal .qodef-woo-single-image .qodef-woo-product-mark:first-child:after {
        left: 0;
        width: 100%
    }

#qodef-woo-page.qodef--single .entry-summary .price, #yith-quick-view-modal .entry-summary .price {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    font-size: 29px;
    line-height: 1.24em;
    text-transform: initial;
    margin-top: 10px
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery figure, #yith-quick-view-modal .woocommerce-product-gallery figure {
    position: relative
}

    #qodef-woo-page.qodef--single .woocommerce-product-gallery figure a, #qodef-woo-page.qodef--single .woocommerce-product-gallery figure img, #yith-quick-view-modal .woocommerce-product-gallery figure a, #yith-quick-view-modal .woocommerce-product-gallery figure img {
        display: block;
        width: 100%
    }

#qodef-woo-page.qodef--single .woocommerce-product-rating, #yith-quick-view-modal .woocommerce-product-rating {
    align-items: center;
    display: flex;
    margin-top: 9px;
    position: relative
}

    #qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings, #yith-quick-view-modal .woocommerce-product-rating .qodef-woo-ratings {
        flex-shrink: 0;
        margin-right: 7px;
        width: auto
    }

    #qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link, #yith-quick-view-modal .woocommerce-product-rating .woocommerce-review-link {
        font-family: Roboto,sans-serif;
        font-weight: 500;
        color: #000001;
        color: #464646;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: .05em;
        line-height: 2.15em;
        text-transform: uppercase;
        color: #414042
    }

        #qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link:hover, #yith-quick-view-modal .woocommerce-product-rating .woocommerce-review-link:hover {
            color: #000001
        }

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description, #yith-quick-view-modal .woocommerce-product-details__short-description {
    margin-top: 26px;
    padding-top: 30px;
    position: relative
}

    #qodef-woo-page.qodef--single .woocommerce-product-details__short-description:before, #yith-quick-view-modal .woocommerce-product-details__short-description:before {
        background-color: #000001;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100px
    }

    #qodef-woo-page.qodef--single .woocommerce-product-details__short-description p, #yith-quick-view-modal .woocommerce-product-details__short-description p {
        margin-top: 0
    }

        #qodef-woo-page.qodef--single .woocommerce-product-details__short-description p:last-child, #yith-quick-view-modal .woocommerce-product-details__short-description p:last-child {
            margin-bottom: 0
        }

#qodef-woo-page.qodef--single form.cart, #yith-quick-view-modal form.cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 52px
}

    #qodef-woo-page.qodef--single form.cart .variations_button, #qodef-woo-page.qodef--single form.cart:not(.variations_form):not(.grouped_form), #yith-quick-view-modal form.cart .variations_button, #yith-quick-view-modal form.cart:not(.variations_form):not(.grouped_form) {
        align-items: flex-start;
        display: flex
    }

        #qodef-woo-page.qodef--single form.cart .variations_button .quantity, #qodef-woo-page.qodef--single form.cart:not(.variations_form):not(.grouped_form) .quantity, #yith-quick-view-modal form.cart .variations_button .quantity, #yith-quick-view-modal form.cart:not(.variations_form):not(.grouped_form) .quantity {
            margin-right: 21px
        }

    #qodef-woo-page.qodef--single form.cart.grouped_form, #yith-quick-view-modal form.cart.grouped_form {
        flex-wrap: wrap;
        margin-top: 46px
    }

        #qodef-woo-page.qodef--single form.cart.grouped_form .group_table tr, #yith-quick-view-modal form.cart.grouped_form .group_table tr {
            border: 0
        }

        #qodef-woo-page.qodef--single form.cart.grouped_form .group_table td, #qodef-woo-page.qodef--single form.cart.grouped_form .group_table th, #yith-quick-view-modal form.cart.grouped_form .group_table td, #yith-quick-view-modal form.cart.grouped_form .group_table th {
            padding: 9px 0;
            text-align: left;
            vertical-align: middle
        }

        #qodef-woo-page.qodef--single form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__quantity, #yith-quick-view-modal form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__quantity {
            width: 1%;
            padding-right: 24px
        }

        #qodef-woo-page.qodef--single form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__label, #yith-quick-view-modal form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__label {
            padding-right: 24px;
            width: 1%;
            white-space: nowrap
        }

        #qodef-woo-page.qodef--single form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__price, #yith-quick-view-modal form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__price {
            white-space: nowrap
        }

        #qodef-woo-page.qodef--single form.cart.grouped_form .group_table label, #yith-quick-view-modal form.cart.grouped_form .group_table label {
            font-family: Roboto,sans-serif;
            font-weight: 500;
            color: #000001;
            font-size: 18px;
            line-height: 1.5555em;
            text-transform: initial;
            margin-bottom: 0;
            text-transform: none
        }

@media only screen and (max-width:768px) {
    #qodef-woo-page.qodef--single form.cart.grouped_form .group_table label, #yith-quick-view-modal form.cart.grouped_form .group_table label {
        font-size: 15px
    }
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table .amount, #yith-quick-view-modal form.cart.grouped_form .group_table .amount {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    font-size: 18px;
    line-height: 1.5555em;
    text-transform: initial
}

@media only screen and (max-width:768px) {
    #qodef-woo-page.qodef--single form.cart.grouped_form .group_table .amount, #yith-quick-view-modal form.cart.grouped_form .group_table .amount {
        font-size: 15px
    }
}

#qodef-woo-page.qodef--single form.cart.grouped_form > .button, #yith-quick-view-modal form.cart.grouped_form > .button {
    margin-top: 14px
}

#qodef-woo-page.qodef--single form.cart .group_table tr, #yith-quick-view-modal 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, #yith-quick-view-modal form.cart .group_table td, #yith-quick-view-modal form.cart .group_table th {
    padding: 23px 0;
    padding-right: 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, #yith-quick-view-modal form.cart .group_table td:first-child, #yith-quick-view-modal form.cart .group_table th:first-child {
        padding-left: 0
    }

#qodef-woo-page.qodef--single form.cart .group_table th, #yith-quick-view-modal form.cart .group_table th {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    color: #464646;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 2.15em;
    text-transform: uppercase
}

#qodef-woo-page.qodef--single form.cart .group_table td ul, #yith-quick-view-modal 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, #yith-quick-view-modal form.cart .group_table td ul li {
        margin: 0 0 10px;
        padding: 0
    }

        #qodef-woo-page.qodef--single form.cart .group_table td ul li:last-child, #yith-quick-view-modal form.cart .group_table td ul li:last-child {
            margin-bottom: 0
        }

        #qodef-woo-page.qodef--single form.cart .group_table td ul li label, #yith-quick-view-modal form.cart .group_table td ul li label {
            margin-bottom: 0
        }

#qodef-woo-page.qodef--single form.cart .group_table p, #yith-quick-view-modal form.cart .group_table p {
    margin: 0
}

#qodef-woo-page.qodef--single form.cart .variations, #yith-quick-view-modal form.cart .variations {
    margin-bottom: 50px;
    margin-top: -15px
}

    #qodef-woo-page.qodef--single form.cart .variations tr, #yith-quick-view-modal form.cart .variations tr {
        border: 0
    }

    #qodef-woo-page.qodef--single form.cart .variations td, #qodef-woo-page.qodef--single form.cart .variations th, #yith-quick-view-modal form.cart .variations td, #yith-quick-view-modal form.cart .variations th {
        border: 0;
        padding: 0;
        text-align: initial;
        vertical-align: middle
    }

    #qodef-woo-page.qodef--single form.cart .variations label, #yith-quick-view-modal form.cart .variations label {
        font-family: Roboto,sans-serif;
        font-size: 15px;
        line-height: 1.66em;
        font-weight: 300;
        color: #414042;
        border-bottom: 1px solid #b1b1b1;
        margin-bottom: 0;
        padding: 7px 0;
        text-transform: none
    }

    #qodef-woo-page.qodef--single form.cart .variations select, #yith-quick-view-modal form.cart .variations select {
        width: auto;
        min-width: 220px;
        margin: 0
    }

    #qodef-woo-page.qodef--single form.cart .variations .select2-container--default, #yith-quick-view-modal form.cart .variations .select2-container--default {
        margin: 11px 0
    }

    #qodef-woo-page.qodef--single form.cart .variations .select2-selection--single, #yith-quick-view-modal form.cart .variations .select2-selection--single {
        border-bottom-color: #b1b1b1 !important;
        padding-right: 20px;
        text-align: right
    }

    #qodef-woo-page.qodef--single form.cart .variations .reset_variations, #yith-quick-view-modal form.cart .variations .reset_variations {
        display: inline-block;
        margin: 18px 0 0 15px;
        vertical-align: top
    }

#qodef-woo-page.qodef--single form.cart .woocommerce-variation, #yith-quick-view-modal form.cart .woocommerce-variation {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative
}

#qodef-woo-page.qodef--single form.cart .woocommerce-variation-availability > *, #qodef-woo-page.qodef--single form.cart .woocommerce-variation-description > *, #qodef-woo-page.qodef--single form.cart .woocommerce-variation-price > *, #yith-quick-view-modal form.cart .woocommerce-variation-availability > *, #yith-quick-view-modal form.cart .woocommerce-variation-description > *, #yith-quick-view-modal form.cart .woocommerce-variation-price > * {
    margin: 0 0 15px 0
}

#qodef-woo-page.qodef--single form.cart button, #yith-quick-view-modal form.cart button {
    padding: 11px 27px
}

#qodef-woo-page.qodef--single .out-of-stock, #yith-quick-view-modal .out-of-stock {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    font-size: 18px;
    line-height: 1.5555em;
    text-transform: initial;
    margin: 50px 0 -11px 0
}

@media only screen and (max-width:768px) {
    #qodef-woo-page.qodef--single .out-of-stock, #yith-quick-view-modal .out-of-stock {
        font-size: 15px
    }
}

#qodef-woo-page.qodef--single .product_meta, #yith-quick-view-modal .product_meta {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    color: #464646;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 2.15em;
    text-transform: uppercase;
    /*margin-top: 46px*/
}

    #qodef-woo-page.qodef--single .product_meta > *, #yith-quick-view-modal .product_meta > * {
        display: flex;
        margin-bottom: 3px;
        position: relative
    }

    #qodef-woo-page.qodef--single .product_meta > :last-child, #yith-quick-view-modal .product_meta > :last-child {
        margin-bottom: 0
    }

    #qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label, #yith-quick-view-modal .product_meta .qodef-woo-meta-label {
        flex-shrink: 0;
        line-height: inherit !important;
        margin-right: 8px
    }

    #qodef-woo-page.qodef--single .product_meta .posted_in a, #yith-quick-view-modal .product_meta .posted_in a {
        background-image: linear-gradient(currentColor,currentColor);
        background-position: 0 100%;
        background-repeat: no-repeat;
        background-size: 0 1px;
        transition: background-size .4s cubic-bezier(.22,.61,.36,1)
    }

        #qodef-woo-page.qodef--single .product_meta .posted_in a:hover, #yith-quick-view-modal .product_meta .posted_in a:hover {
            background-size: 100% 1px
        }

    #qodef-woo-page.qodef--single .product_meta .tagged_as a, #yith-quick-view-modal .product_meta .tagged_as a {
        background-image: linear-gradient(currentColor,currentColor);
        background-position: 0 100%;
        background-repeat: no-repeat;
        background-size: 100% 1px;
        transition: background-size .4s cubic-bezier(.22,.61,.36,1);
        color: inherit !important;
        display: inline-block;
        font-family: inherit;
        font-size: 15px !important;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: 1em !important;
        margin: 0 20px 0 0;
        padding-right: 15px;
        position: relative;
        text-transform: capitalize
    }

        #qodef-woo-page.qodef--single .product_meta .tagged_as a:after, #yith-quick-view-modal .product_meta .tagged_as a:after {
            content: '';
            -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3 aWR0aD0iMTAuMjAzcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEwLjIwMyAxMCIgZW5h YmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAuMjAzIDEwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4K PGc+Cgk8cGF0aCBkPSJNMC4yNzcsOS41MDFjMC0wLjExNywwLjA0Mi0wLjIxMSwwLjEyNi0wLjI3 OGw4LjIwNC04LjIyOUg1LjU0NGMtMC4xMTgsMC0wLjIxNS0wLjAzOC0wLjI5MS0wLjExNCAgIEM1 LjE3NywwLjgwMyw1LjEzOSwwLjcwNiw1LjEzOSwwLjU4OGMwLTAuMTE4LDAuMDM4LTAuMjE1LDAu MTE0LTAuMjkxYzAuMDc2LTAuMDc2LDAuMTczLTAuMTE0LDAuMjkxLTAuMTE0aDQuMDUyICAgYzAu MDUxLDAsMC4xMDEsMC4wMDksMC4xNTEsMC4wMjVjMC4xMDIsMC4wNTEsMC4xNzgsMC4xMjYsMC4y MjksMC4yMjhjMC4wMTcsMC4wNTEsMC4wMjUsMC4xMDEsMC4wMjUsMC4xNTJWNC42NCAgIGMwLDAu MTE4LTAuMDM4LDAuMjE1LTAuMTE0LDAuMjkxUzkuNzEzLDUuMDQ0LDkuNTk2LDUuMDQ0Yy0wLjEx OCwwLTAuMjE2LTAuMDM4LTAuMjkxLTAuMTE0QzkuMjI5LDQuODU0LDkuMTksNC43NTgsOS4xOSw0 LjY0ICAgVjEuNTc2TDAuOTYsOS43OGMtMC4xODYsMC4yMDItMC4zNzIsMC4yMDItMC41NTcsMEMw LjMxOSw5LjcxMywwLjI3Nyw5LjYyLDAuMjc3LDkuNTAxeiIvPgo8L2c+Cjwvc3ZnPg==");
            mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3 aWR0aD0iMTAuMjAzcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEwLjIwMyAxMCIgZW5h YmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAuMjAzIDEwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4K PGc+Cgk8cGF0aCBkPSJNMC4yNzcsOS41MDFjMC0wLjExNywwLjA0Mi0wLjIxMSwwLjEyNi0wLjI3 OGw4LjIwNC04LjIyOUg1LjU0NGMtMC4xMTgsMC0wLjIxNS0wLjAzOC0wLjI5MS0wLjExNCAgIEM1 LjE3NywwLjgwMyw1LjEzOSwwLjcwNiw1LjEzOSwwLjU4OGMwLTAuMTE4LDAuMDM4LTAuMjE1LDAu MTE0LTAuMjkxYzAuMDc2LTAuMDc2LDAuMTczLTAuMTE0LDAuMjkxLTAuMTE0aDQuMDUyICAgYzAu MDUxLDAsMC4xMDEsMC4wMDksMC4xNTEsMC4wMjVjMC4xMDIsMC4wNTEsMC4xNzgsMC4xMjYsMC4y MjksMC4yMjhjMC4wMTcsMC4wNTEsMC4wMjUsMC4xMDEsMC4wMjUsMC4xNTJWNC42NCAgIGMwLDAu MTE4LTAuMDM4LDAuMjE1LTAuMTE0LDAuMjkxUzkuNzEzLDUuMDQ0LDkuNTk2LDUuMDQ0Yy0wLjEx OCwwLTAuMjE2LTAuMDM4LTAuMjkxLTAuMTE0QzkuMjI5LDQuODU0LDkuMTksNC43NTgsOS4xOSw0 LjY0ICAgVjEuNTc2TDAuOTYsOS43OGMtMC4xODYsMC4yMDItMC4zNzIsMC4yMDItMC41NTcsMEMw LjMxOSw5LjcxMywwLjI3Nyw5LjYyLDAuMjc3LDkuNTAxeiIvPgo8L2c+Cjwvc3ZnPg==");
            background-color: currentColor;
            width: 10px;
            height: 10px;
            position: absolute;
            bottom: 3px !important;
            right: -3px
        }

        #qodef-woo-page.qodef--single .product_meta .tagged_as a:hover, #yith-quick-view-modal .product_meta .tagged_as a:hover {
            background-size: 0 1px
        }

#qodef-woo-page.qodef--single .qodef-social-share, #yith-quick-view-modal .qodef-social-share {
    margin-top: 8px
}

#qodef-woo-page.qodef--single .woocommerce-tabs, #yith-quick-view-modal .woocommerce-tabs {
    margin-top: 81px
}

    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs, #yith-quick-view-modal .woocommerce-tabs .wc-tabs {
        align-items: center;
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative
    }

        #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs:after, #yith-quick-view-modal .woocommerce-tabs .wc-tabs:after {
            background-color: #b1b1b1;
            bottom: 0;
            content: '';
            display: block;
            height: 1px;
            left: 0;
            position: absolute;
            width: 100%
        }

        #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li, #yith-quick-view-modal .woocommerce-tabs .wc-tabs li {
            margin: 0 60px 0 0;
            padding: 0
        }

            #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a, #yith-quick-view-modal .woocommerce-tabs .wc-tabs li a {
                font-family: Roboto,sans-serif;
                font-weight: 500;
                color: #000001;
                font-size: 18px;
                line-height: 1em;
                text-transform: initial;
                display: block;
                padding: 0 3px 11px 3px;
                position: relative;
                transition: color .2s ease-out,background-color .2s ease-out
            }

                #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:after, #yith-quick-view-modal .woocommerce-tabs .wc-tabs li a:after {
                    background-color: transparent;
                    bottom: 0;
                    content: '';
                    display: block;
                    height: 1px;
                    left: 0;
                    position: absolute;
                    transition: background-color .2s ease-out;
                    width: 100%;
                    z-index: 1
                }

            #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child, #yith-quick-view-modal .woocommerce-tabs .wc-tabs li:last-child {
                margin-right: 0
            }

            #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, #yith-quick-view-modal .woocommerce-tabs .wc-tabs li a:hover:after, #yith-quick-view-modal .woocommerce-tabs .wc-tabs li.active a:after, #yith-quick-view-modal .woocommerce-tabs .wc-tabs li.ui-state-active a:after, #yith-quick-view-modal .woocommerce-tabs .wc-tabs li.ui-state-hover a:after {
                background-color: #000001
            }

@media only screen and (max-width:680px) {
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs, #yith-quick-view-modal .woocommerce-tabs .wc-tabs {
        align-items: flex-start;
        flex-direction: column
    }

        #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li, #yith-quick-view-modal .woocommerce-tabs .wc-tabs li {
            margin: 0 0 26px 0;
            padding: 0
        }

            #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child, #yith-quick-view-modal .woocommerce-tabs .wc-tabs li:last-child {
                margin-bottom: 0
            }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab, #yith-quick-view-modal .woocommerce-tabs .wc-tab {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p, #yith-quick-view-modal .woocommerce-tabs .wc-tab p {
        margin: 0
    }

#qodef-woo-page.qodef--single .woocommerce-tabs .woocommerce-Tabs-panel--description, #yith-quick-view-modal .woocommerce-tabs .woocommerce-Tabs-panel--description {
    margin-top: 20px
}

    #qodef-woo-page.qodef--single .woocommerce-tabs .woocommerce-Tabs-panel--description > h2, #yith-quick-view-modal .woocommerce-tabs .woocommerce-Tabs-panel--description > h2 {
        display: none
    }

#qodef-woo-page.qodef--single .woocommerce-tabs .woocommerce-Tabs-panel--additional_information, #yith-quick-view-modal .woocommerce-tabs .woocommerce-Tabs-panel--additional_information {
    margin-top: 19px
}

    #qodef-woo-page.qodef--single .woocommerce-tabs .woocommerce-Tabs-panel--additional_information > h2, #yith-quick-view-modal .woocommerce-tabs .woocommerce-Tabs-panel--additional_information > h2 {
        display: none
    }

#qodef-woo-page.qodef--single .woocommerce-tabs .woocommerce-Tabs-panel--reviews, #yith-quick-view-modal .woocommerce-tabs .woocommerce-Tabs-panel--reviews {
    margin-top: 30px
}

#qodef-woo-page.qodef--single .shop_attributes, #yith-quick-view-modal .shop_attributes {
    width: auto
}

    #qodef-woo-page.qodef--single .shop_attributes tr, #yith-quick-view-modal .shop_attributes tr {
        border: none
    }

    #qodef-woo-page.qodef--single .shop_attributes td, #qodef-woo-page.qodef--single .shop_attributes th, #yith-quick-view-modal .shop_attributes td, #yith-quick-view-modal .shop_attributes th {
        border: none;
        padding: 0;
        text-align: left;
        vertical-align: top
    }

    #qodef-woo-page.qodef--single .shop_attributes th, #yith-quick-view-modal .shop_attributes th {
        font-family: Roboto,sans-serif;
        font-weight: 500;
        color: #000001;
        color: #464646;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: .05em;
        line-height: 2.15em;
        text-transform: uppercase;
        padding-right: 25px
    }

    #qodef-woo-page.qodef--single .shop_attributes p, #yith-quick-view-modal .shop_attributes p {
        margin: 0
    }

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title, #yith-quick-view-modal .woocommerce-Reviews .woocommerce-Reviews-title {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    font-size: 24px;
    line-height: 1.33em;
    text-transform: initial;
    margin: 0 0 30px 0;
    padding: 0 0 16px 0;
    position: relative
}

    #qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title:after, #yith-quick-view-modal .woocommerce-Reviews .woocommerce-Reviews-title:after {
        content: '';
        position: absolute;
        height: 1px;
        background-color: #000001;
        bottom: 0;
        left: 0;
        width: 50px
    }

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist, #yith-quick-view-modal .woocommerce-Reviews .commentlist {
    list-style: none;
    margin: 0;
    padding: 0
}

    #qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist > *, #yith-quick-view-modal .woocommerce-Reviews .commentlist > * {
        margin: 60px 0 0;
        padding: 0
    }

    #qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist > :first-child, #yith-quick-view-modal .woocommerce-Reviews .commentlist > :first-child {
        margin-top: 0
    }

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container, #yith-quick-view-modal .woocommerce-Reviews .comment_container {
    align-items: flex-start;
    display: flex;
    position: relative
}

    #qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container > img, #yith-quick-view-modal .woocommerce-Reviews .comment_container > img {
        flex-shrink: 0;
        margin-right: 28px;
        width: 104px
    }

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author, #yith-quick-view-modal .woocommerce-Reviews .woocommerce-review__author {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    font-size: 18px;
    line-height: 1.5555em;
    text-transform: initial
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__dash, #yith-quick-view-modal .woocommerce-Reviews .woocommerce-review__dash {
    display: none
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__published-date, #yith-quick-view-modal .woocommerce-Reviews .woocommerce-review__published-date {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #464646;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 2.15em;
    text-transform: uppercase;
    color: #414042;
    margin-left: 15px
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .description, #yith-quick-view-modal .woocommerce-Reviews .description {
    margin: 6px 0 0 0
}

    #qodef-woo-page.qodef--single .woocommerce-Reviews .description p, #yith-quick-view-modal .woocommerce-Reviews .description p {
        margin: 0
    }

#qodef-woo-page.qodef--single #review_form, #yith-quick-view-modal #review_form {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    #qodef-woo-page.qodef--single #review_form .comment-form-rating label, #yith-quick-view-modal #review_form .comment-form-rating label {
        margin-bottom: 5px
    }

    #qodef-woo-page.qodef--single #review_form .comment-form-rating .stars, #yith-quick-view-modal #review_form .comment-form-rating .stars {
        display: none;
        line-height: 1
    }

    #qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings, #yith-quick-view-modal #review_form .comment-form-rating .qodef-comment-form-ratings {
        display: flex;
        overflow: hidden
    }

        #qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected svg, #yith-quick-view-modal #review_form .comment-form-rating .qodef-comment-form-ratings.selected svg {
            fill: currentColor
        }

        #qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected .active ~ * svg, #yith-quick-view-modal #review_form .comment-form-rating .qodef-comment-form-ratings.selected .active ~ * svg {
            fill: none
        }

    #qodef-woo-page.qodef--single #review_form .comment-form-rating a, #yith-quick-view-modal #review_form .comment-form-rating a {
        color: #000001;
        display: inline-block;
        font-size: 0;
        line-height: 1;
        margin: 0 1.5px 0 0;
        position: relative;
        vertical-align: top
    }

        #qodef-woo-page.qodef--single #review_form .comment-form-rating a svg, #yith-quick-view-modal #review_form .comment-form-rating a svg {
            display: block;
            fill: none;
            height: auto;
            stroke: currentColor;
            width: 14px
        }

#qodef-woo-page.qodef--single .related, #yith-quick-view-modal .related {
    margin-top: 80px
}

    #qodef-woo-page.qodef--single .related > h2, #yith-quick-view-modal .related > h2 {
        font-family: Roboto,sans-serif;
        font-weight: 500;
        color: #000001;
        font-size: 24px;
        line-height: 1.33em;
        text-transform: initial;
        margin: 0 0 30px
    }

    #qodef-woo-page.qodef--single .related img, #yith-quick-view-modal .related img {
        opacity: 100;
        transition: opacity .2s ease-out
    }

#qodef-woo-page.qodef-layout--image-with-thumbnails-below .qodef-woo-single-inner {
    margin: 0 -21px
}

#qodef-woo-page.qodef-layout--image-with-thumbnails-below .qodef-woo-single-image {
    padding: 0 21px;
    width: 55.5%
}

    #qodef-woo-page.qodef-layout--image-with-thumbnails-below .qodef-woo-single-image .qodef-woo-product-mark-holder {
        left: 21px
    }

#qodef-woo-page.qodef-layout--image-with-thumbnails-below .qodef-woo-single-summary {
    padding: 0 21px;
    width: calc(100% - 55.5%)
}

#qodef-woo-page.qodef-layout--image-with-thumbnails-below .woocommerce-product-gallery figure {
    margin: 0 -14px
}

    #qodef-woo-page.qodef-layout--image-with-thumbnails-below .woocommerce-product-gallery figure > .woocommerce-product-gallery__image {
        margin: 0 14px;
        overflow: hidden;
        position: relative;
        width: calc(100% - 28px) !important
    }

    #qodef-woo-page.qodef-layout--image-with-thumbnails-below .woocommerce-product-gallery figure > .qodef-woo-thumbnails-wrapper {
        display: flex;
        flex-wrap: wrap
    }

        #qodef-woo-page.qodef-layout--image-with-thumbnails-below .woocommerce-product-gallery figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
            margin-top: 28px;
            padding: 0 14px;
            position: relative;
            width: calc(100% / 3)
        }

.widget.woocommerce .qodef-woo-product-title {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5555em;
    text-transform: initial;
    margin: -4.9995px 0 0 0
}

@media only screen and (max-width:768px) {
    .widget.woocommerce .qodef-woo-product-title {
        font-size: 15px
    }
}

.widget.woocommerce .qodef-woo-product-title a {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    font-style: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    text-transform: inherit !important;
    color: inherit !important;
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .4s cubic-bezier(.22,.61,.36,1)
}

.widget.woocommerce a .product-title {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5555em;
    text-transform: initial;
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .4s cubic-bezier(.22,.61,.36,1);
    position: relative;
    top: -4.9995px
}

@media only screen and (max-width:768px) {
    .widget.woocommerce a .product-title {
        font-size: 15px
    }
}

.widget.woocommerce.widget_recent_reviews a {
    margin: 0 0 -4.9995px 0
}

.widget.woocommerce.widget_products li:hover .qodef-woo-product-title a, .widget.woocommerce.widget_recent_reviews li:hover .qodef-woo-product-title a, .widget.woocommerce.widget_top_rated_products li:hover .qodef-woo-product-title a {
    background-size: 100% 1px
}

.widget.woocommerce.widget_products li:hover a .product-title, .widget.woocommerce.widget_recent_reviews li:hover a .product-title, .widget.woocommerce.widget_top_rated_products li:hover a .product-title {
    background-size: 100% 1px
}

.widget.woocommerce .qodef-woo-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1;
    margin-top: 10px
}

    .widget.woocommerce .qodef-woo-ratings .qodef-m-inner {
        display: inline-block;
        position: relative;
        vertical-align: top
    }

    .widget.woocommerce .qodef-woo-ratings .qodef-m-star {
        color: #000001
    }

        .widget.woocommerce .qodef-woo-ratings .qodef-m-star svg {
            display: inline-block;
            fill: none;
            height: auto;
            margin-right: .17em;
            stroke: currentColor;
            stroke-width: 1px;
            width: 13px
        }

            .widget.woocommerce .qodef-woo-ratings .qodef-m-star svg:last-child {
                margin-right: 0
            }

        .widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active {
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
            white-space: nowrap
        }

            .widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active svg {
                fill: currentColor
            }

.widget.woocommerce .price {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    font-size: 18px;
    line-height: 1.5555em;
    text-transform: initial;
    align-items: flex-start;
    display: flex;
    font-size: 16px;
    margin-top: 2px;
    position: relative;
    margin-top: 10px
}

    .widget.woocommerce .price del {
        margin-right: 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: Roboto,sans-serif;
    color: #000001;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    color: #000001;
    background-color: transparent;
    border: 1px solid #000001;
    padding: 8px 30px;
    cursor: pointer;
    z-index: 3
}

    .widget.woocommerce .button:hover {
        color: #fff;
        background-color: #000001;
        border-color: #000001
    }

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 0;
    cursor: pointer;
    height: 1px;
    position: relative
}

    .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
        border-radius: 50%;
        height: 5px;
        outline: 0;
        position: absolute;
        top: -2px;
        width: 5px;
        z-index: 2
    }

        .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
            transform: translateX(-5px)
        }

    .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
        border-radius: 0;
        display: block;
        height: 100%;
        position: absolute;
        z-index: 1
    }

.widget.woocommerce.widget_price_filter .price_slider_amount {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 32px 0 0;
    position: relative
}

    .widget.woocommerce.widget_price_filter .price_slider_amount .clear {
        display: none
    }

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
        margin: 0
    }

    .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li {
        position: relative
    }

        .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
            font-family: Roboto,sans-serif;
            font-weight: 500;
            font-size: 18px;
            line-height: 1.5555em;
            text-transform: initial;
            align-items: center;
            display: flex;
            position: relative
        }

@media only screen and (max-width:768px) {
    .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
        font-size: 15px
    }
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
    font-size: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

    .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
        font-size: 18px;
        font-family: ElegantIcons;
        content: "\4d";
        display: block;
        line-height: 25px;
        padding: 0 3px;
        position: relative
    }

body:not([class*=umea-core]) .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
    content: 'x';
    font-family: initial
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation > * {
        display: inline-block;
        margin: 0;
        vertical-align: middle
    }

        .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation > * p {
            margin: 0
        }

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .quantity {
    display: block;
    margin-top: 10px
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total {
    margin: 13px 0 0
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 21px 0 0;
    position: relative
}

.widget.woocommerce.widget_product_categories li a {
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .4s cubic-bezier(.22,.61,.36,1)
}

    .widget.woocommerce.widget_product_categories li a:hover {
        background-size: 100% 1px
    }

.widget.woocommerce.widget_products ul li, .widget.woocommerce.widget_recently_viewed_products ul li, .widget.woocommerce.widget_top_rated_products ul li {
    display: flex;
    position: relative
}

    .widget.woocommerce.widget_products ul li:last-child, .widget.woocommerce.widget_recently_viewed_products ul li:last-child, .widget.woocommerce.widget_top_rated_products ul li:last-child {
        margin-bottom: 0
    }

.widget.woocommerce.widget_products .qodef-woo-product-image, .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image, .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    flex-shrink: 0
}

    .widget.woocommerce.widget_products .qodef-woo-product-image a, .widget.woocommerce.widget_products .qodef-woo-product-image img, .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image a, .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img, .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image a, .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
        display: block;
        position: relative
    }

        .widget.woocommerce.widget_products .qodef-woo-product-image a:after, .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image a:after, .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image a:after {
            display: none
        }

.widget.woocommerce.widget_recent_reviews ul li .reviewer {
    margin-top: 8px
}

.widget.woocommerce.widget_recent_reviews ul li:last-child {
    margin-bottom: 0
}

.widget.woocommerce.widget_recent_reviews ul li > * {
    display: block
}

.widget.woocommerce.widget_recent_reviews a {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5555em;
    text-transform: initial;
    position: relative
}

@media only screen and (max-width:768px) {
    .widget.woocommerce.widget_recent_reviews a {
        font-size: 15px
    }
}

.widget.woocommerce.widget_recent_reviews a img {
    left: 0;
    position: absolute;
    top: 0
}

.widget.woocommerce.widget_layered_nav button {
    margin-top: 10px
}

.widget.woocommerce .qodef-woo-product-title a {
    color: #414042
}

.widget.woocommerce a .product-title {
    color: #414042
}

.widget.woocommerce .qodef-m-star {
    color: #000001 !important
}

.widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 29px
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e7e1d8
}

    .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
        background-color: #000001
    }

    .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
        background-color: #000001
    }

.widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 29px
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
    width: 84px;
    margin-right: 25px
}

.widget.woocommerce.widget_layered_nav form {
    margin-top: 29px
}

.widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: #414042
}

.widget.woocommerce.widget_products .qodef-widget-title, .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title, .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 29px
}

.widget.woocommerce.widget_products ul li, .widget.woocommerce.widget_recently_viewed_products ul li, .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 23px
}

.widget.woocommerce.widget_products .qodef-woo-product-image, .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image, .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    margin-right: 25px
}

    .widget.woocommerce.widget_products .qodef-woo-product-image img, .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img, .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
        width: 84px
    }

.widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 29px
}

.widget.woocommerce.widget_recent_reviews ul li {
    min-height: 84px;
    margin-bottom: 23px
}

    .widget.woocommerce.widget_recent_reviews ul li > * {
        padding-left: 109px
    }

.widget.woocommerce.widget_recent_reviews a:hover {
    color: #414042
}

.widget.woocommerce.widget_recent_reviews a img {
    width: 84px
}

#qodef-page-sidebar .widget.woocommerce .qodef-woo-product-title a {
    color: #414042
}

#qodef-page-sidebar .widget.woocommerce a .product-title {
    color: #414042
}

#qodef-page-sidebar .widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-page-sidebar .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-page-sidebar .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
    width: 84px;
    margin-right: 25px
}

#qodef-page-sidebar .widget.woocommerce.widget_layered_nav form {
    margin-top: 29px
}

#qodef-page-sidebar .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: #414042
}

#qodef-page-sidebar .widget.woocommerce.widget_products .qodef-widget-title, #qodef-page-sidebar .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title, #qodef-page-sidebar .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-page-sidebar .widget.woocommerce.widget_products ul li, #qodef-page-sidebar .widget.woocommerce.widget_recently_viewed_products ul li, #qodef-page-sidebar .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 23px
}

#qodef-page-sidebar .widget.woocommerce.widget_products .qodef-woo-product-image, #qodef-page-sidebar .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image, #qodef-page-sidebar .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    margin-right: 25px
}

    #qodef-page-sidebar .widget.woocommerce.widget_products .qodef-woo-product-image img, #qodef-page-sidebar .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img, #qodef-page-sidebar .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
        width: 84px
    }

#qodef-page-sidebar .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-page-sidebar .widget.woocommerce.widget_recent_reviews ul li {
    min-height: 84px;
    margin-bottom: 23px
}

    #qodef-page-sidebar .widget.woocommerce.widget_recent_reviews ul li > * {
        padding-left: 109px
    }

#qodef-page-sidebar .widget.woocommerce.widget_recent_reviews a:hover {
    color: #414042
}

#qodef-page-sidebar .widget.woocommerce.widget_recent_reviews a img {
    width: 84px
}

#qodef-top-area .widget.woocommerce .qodef-woo-product-title a {
    color: #000001
}

#qodef-top-area .widget.woocommerce a .product-title {
    color: #000001
}

#qodef-top-area .widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-top-area .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-top-area .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
    width: 84px;
    margin-right: 25px
}

#qodef-top-area .widget.woocommerce.widget_layered_nav form {
    margin-top: 29px
}

#qodef-top-area .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: #414042
}

#qodef-top-area .widget.woocommerce.widget_products .qodef-widget-title, #qodef-top-area .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title, #qodef-top-area .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-top-area .widget.woocommerce.widget_products ul li, #qodef-top-area .widget.woocommerce.widget_recently_viewed_products ul li, #qodef-top-area .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 23px
}

#qodef-top-area .widget.woocommerce.widget_products .qodef-woo-product-image, #qodef-top-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image, #qodef-top-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    margin-right: 25px
}

    #qodef-top-area .widget.woocommerce.widget_products .qodef-woo-product-image img, #qodef-top-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img, #qodef-top-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
        width: 84px
    }

#qodef-top-area .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-top-area .widget.woocommerce.widget_recent_reviews ul li {
    min-height: 84px;
    margin-bottom: 23px
}

    #qodef-top-area .widget.woocommerce.widget_recent_reviews ul li > * {
        padding-left: 109px
    }

#qodef-top-area .widget.woocommerce.widget_recent_reviews a:hover {
    color: #414042
}

#qodef-top-area .widget.woocommerce.widget_recent_reviews a img {
    width: 84px
}

#qodef-page-header .widget.woocommerce .qodef-woo-product-title a {
    color: #000001
}

#qodef-page-header .widget.woocommerce a .product-title {
    color: #000001
}

#qodef-page-header .widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-page-header .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-page-header .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
    width: 84px;
    margin-right: 25px
}

#qodef-page-header .widget.woocommerce.widget_layered_nav form {
    margin-top: 29px
}

#qodef-page-header .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: #414042
}

#qodef-page-header .widget.woocommerce.widget_products .qodef-widget-title, #qodef-page-header .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title, #qodef-page-header .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-page-header .widget.woocommerce.widget_products ul li, #qodef-page-header .widget.woocommerce.widget_recently_viewed_products ul li, #qodef-page-header .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 23px
}

#qodef-page-header .widget.woocommerce.widget_products .qodef-woo-product-image, #qodef-page-header .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image, #qodef-page-header .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    margin-right: 25px
}

    #qodef-page-header .widget.woocommerce.widget_products .qodef-woo-product-image img, #qodef-page-header .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img, #qodef-page-header .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
        width: 84px
    }

#qodef-page-header .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-page-header .widget.woocommerce.widget_recent_reviews ul li {
    min-height: 84px;
    margin-bottom: 23px
}

    #qodef-page-header .widget.woocommerce.widget_recent_reviews ul li > * {
        padding-left: 109px
    }

#qodef-page-header .widget.woocommerce.widget_recent_reviews a:hover {
    color: #414042
}

#qodef-page-header .widget.woocommerce.widget_recent_reviews a img {
    width: 84px
}

#qodef-page-footer .widget.woocommerce .qodef-woo-product-title a {
    font-size: 17px !important;
    color: #000001
}

#qodef-page-footer .widget.woocommerce a .product-title {
    font-size: 17px !important;
    color: #000001
}

#qodef-page-footer .widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 23px
}

#qodef-page-footer .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 23px
}

#qodef-page-footer .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
    width: 84px;
    margin-right: 25px
}

#qodef-page-footer .widget.woocommerce.widget_layered_nav form {
    margin-top: 23px
}

#qodef-page-footer .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: #7d7d7d
}

#qodef-page-footer .widget.woocommerce.widget_products .qodef-widget-title, #qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title, #qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 23px
}

#qodef-page-footer .widget.woocommerce.widget_products ul li, #qodef-page-footer .widget.woocommerce.widget_recently_viewed_products ul li, #qodef-page-footer .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 23px
}

#qodef-page-footer .widget.woocommerce.widget_products .qodef-woo-product-image, #qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image, #qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    margin-right: 25px
}

    #qodef-page-footer .widget.woocommerce.widget_products .qodef-woo-product-image img, #qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img, #qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
        width: 84px
    }

#qodef-page-footer .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 23px
}

#qodef-page-footer .widget.woocommerce.widget_recent_reviews ul li {
    min-height: 84px;
    margin-bottom: 23px
}

    #qodef-page-footer .widget.woocommerce.widget_recent_reviews ul li > * {
        padding-left: 109px
    }

#qodef-page-footer .widget.woocommerce.widget_recent_reviews a:hover {
    color: #7d7d7d
}

#qodef-page-footer .widget.woocommerce.widget_recent_reviews a img {
    width: 84px
}

#qodef-side-area .widget.woocommerce .qodef-woo-product-title a {
    color: #414042
}

#qodef-side-area .widget.woocommerce a .product-title {
    color: #414042
}

#qodef-side-area .widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-side-area .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-side-area .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
    width: 84px;
    margin-right: 25px
}

#qodef-side-area .widget.woocommerce.widget_layered_nav form {
    margin-top: 29px
}

#qodef-side-area .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: #414042
}

#qodef-side-area .widget.woocommerce.widget_products .qodef-widget-title, #qodef-side-area .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title, #qodef-side-area .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-side-area .widget.woocommerce.widget_products ul li, #qodef-side-area .widget.woocommerce.widget_recently_viewed_products ul li, #qodef-side-area .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 23px
}

#qodef-side-area .widget.woocommerce.widget_products .qodef-woo-product-image, #qodef-side-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image, #qodef-side-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    margin-right: 25px
}

    #qodef-side-area .widget.woocommerce.widget_products .qodef-woo-product-image img, #qodef-side-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img, #qodef-side-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
        width: 84px
    }

#qodef-side-area .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-side-area .widget.woocommerce.widget_recent_reviews ul li {
    min-height: 84px;
    margin-bottom: 23px
}

    #qodef-side-area .widget.woocommerce.widget_recent_reviews ul li > * {
        padding-left: 109px
    }

#qodef-side-area .widget.woocommerce.widget_recent_reviews a:hover {
    color: #414042
}

#qodef-side-area .widget.woocommerce.widget_recent_reviews a img {
    width: 84px
}

.qodef-mega-menu-widget-holder .widget.woocommerce .qodef-woo-product-title a {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget.woocommerce a .product-title {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 29px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 29px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
    width: 84px;
    margin-right: 25px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_layered_nav form {
    margin-top: 29px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: #414042
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products .qodef-widget-title, .qodef-mega-menu-widget-holder .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title, .qodef-mega-menu-widget-holder .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 29px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products ul li, .qodef-mega-menu-widget-holder .widget.woocommerce.widget_recently_viewed_products ul li, .qodef-mega-menu-widget-holder .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 23px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products .qodef-woo-product-image, .qodef-mega-menu-widget-holder .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image, .qodef-mega-menu-widget-holder .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    margin-right: 25px
}

    .qodef-mega-menu-widget-holder .widget.woocommerce.widget_products .qodef-woo-product-image img, .qodef-mega-menu-widget-holder .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img, .qodef-mega-menu-widget-holder .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
        width: 84px
    }

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 29px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews ul li {
    min-height: 84px;
    margin-bottom: 23px
}

    .qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews ul li > * {
        padding-left: 109px
    }

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews a:hover {
    color: #414042
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews a img {
    width: 84px
}

@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:800px) {
    .qodef-content-grid {
        width: 86%
    }

        .qodef-content-grid.qodef-extended-grid--right {
            padding-left: calc((100% - 86%)/ 2)
        }

        .qodef-content-grid.qodef-extended-grid--left {
            padding-right: calc((100% - 86%)/ 2)
        }

    .qodef--boxed .qodef-content-grid {
        width: calc(86% + 60px)
    }
}

@media only screen and (max-width:480px) {
    .qodef-content-grid {
        width: 84%
    }

        .qodef-content-grid.qodef-extended-grid--right {
            padding-left: calc((100% - 82%)/ 2)
        }

        .qodef-content-grid.qodef-extended-grid--left {
            padding-right: calc((100% - 82%)/ 2)
        }

    .qodef--boxed .qodef-content-grid {
        width: calc(82% + 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-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 40%
        }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 60%
        }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 40%
    }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 50%
        }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 75%
        }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 50%
        }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 75%
        }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 50%
        }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 75%
        }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 50%
        }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 75%
        }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 50%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 33.33333%
    }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 66.66667%
        }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            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: 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-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 66.66667%
        }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            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: 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-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 66.66667%
        }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            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: 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-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 50%
        }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 75%
        }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 50%
        }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 75%
        }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 50%
    }
}

@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 100%
        }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 150%
        }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 100%
        }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 150%
        }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 100%
        }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 150%
        }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 100%
        }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 150%
        }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 50%
        }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 75%
        }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 50%
        }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 75%
        }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 50%
    }
}

@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 200%
        }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 300%
        }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 200%
        }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 300%
        }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 200%
        }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 300%
        }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 200%
        }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 300%
        }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 200%
        }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 300%
        }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 100%
        }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 150%
        }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 100%
        }

        .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 150%
        }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 200%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 300%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 100%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 150%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 33.33333%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 33.33333%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 66.66667%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 100%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 50%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 75%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 20%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 20%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 40%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 60%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 40%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 16.66667%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 16.66667%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 33.33333%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 50%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 14.28571%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 14.28571%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 28.57143%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 42.85714%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 28.57143%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 12.5%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 12.5%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 25%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 37.5%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 200%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 300%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 100%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 150%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 33.33333%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 33.33333%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 66.66667%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 100%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 50%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 75%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 20%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 20%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 40%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 60%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 40%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 16.66667%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 16.66667%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 33.33333%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 50%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 14.28571%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 14.28571%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 28.57143%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 42.85714%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 28.57143%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 12.5%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 12.5%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 25%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 37.5%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 25%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }
}

@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 200%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 300%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
            clear: both
        }
}

@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 100%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 150%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 33.33333%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
            clear: both
        }
}

@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 33.33333%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 66.66667%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 100%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 66.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
            clear: both
        }
}

@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 50%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 75%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 50%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 20%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
            clear: both
        }
}

@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 20%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 40%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 60%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 40%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 16.66667%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
            clear: both
        }
}

@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 16.66667%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 33.33333%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 50%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 33.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 14.28571%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
            clear: both
        }
}

@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 14.28571%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 28.57143%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 42.85714%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 28.57143%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 12.5%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
            clear: both
        }
}

@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 12.5%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 25%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 37.5%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 200%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 300%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 100%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 150%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 33.33333%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 33.33333%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 66.66667%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 100%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 25%;
       
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 50%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 75%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 20%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 20%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 40%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 60%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 40%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 16.66667%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 16.66667%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 33.33333%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 50%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 14.28571%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 14.28571%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 28.57143%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 42.85714%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 28.57143%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 12.5%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 12.5%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 25%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 37.5%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 25%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 200%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 300%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
            clear: both
        }
}

@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 100%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 150%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 33.33333%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
            clear: both
        }
}

@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 33.33333%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 66.66667%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 100%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 66.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
            clear: both
        }
}

@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 50%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 75%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 50%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 20%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
            clear: both
        }
}

@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 20%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 40%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 60%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 40%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 16.66667%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
            clear: both
        }
}

@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 16.66667%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 33.33333%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 50%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 14.28571%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
            clear: both
        }
}

@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 14.28571%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 28.57143%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 42.85714%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 28.57143%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 12.5%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
            clear: both
        }
}

@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 12.5%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 25%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 37.5%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 25%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }
}

@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 200%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 300%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
            clear: both
        }
}

@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 100%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 150%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 33.33333%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
            clear: both
        }
}

@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 33.33333%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 66.66667%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 100%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 66.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
            clear: both
        }
}

@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 50%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 75%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 20%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
            clear: both
        }
}

@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 20%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 40%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 60%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 40%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 16.66667%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
            clear: both
        }
}

@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 16.66667%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 33.33333%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 50%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 33.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 14.28571%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
            clear: both
        }
}

@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 14.28571%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 28.57143%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 42.85714%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 28.57143%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 12.5%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
            clear: both
        }
}

@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 12.5%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 25%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 37.5%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 25%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }
}

@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 100%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 200%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 300%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
            clear: both
        }
}

@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 100%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 150%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 33.33333%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
            clear: both
        }
}

@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 33.33333%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 66.66667%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 100%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 66.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
            clear: both
        }
}

@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 50%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 75%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 50%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 20%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
            clear: both
        }
}

@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 20%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 40%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 60%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 40%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 16.66667%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
            clear: both
        }
}

@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 16.66667%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 33.33333%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 50%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 33.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 14.28571%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
            clear: both
        }
}

@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 14.28571%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 28.57143%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 42.85714%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 28.57143%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 12.5%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
            clear: both
        }
}

@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 12.5%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 25%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 37.5%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }
}

@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-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 200%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 300%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }
}

@media only screen and (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 50%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 100%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 150%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 33.33333%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 66.66667%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 100%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 66.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }
}

@media only screen and (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 25%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 50%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 75%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 20%
    }
}

@media only screen and (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 20%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 40%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 60%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 40%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 16.66667%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 33.33333%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 50%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 14.28571%
    }
}

@media only screen and (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 14.28571%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 28.57143%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 42.85714%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 28.57143%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width: 12.5%
    }
}

@media only screen and (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width: 12.5%
    }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--two, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--two {
            max-width: 100%;
            width: 25%
        }

        .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry .qodef-grid-masonry-sizer.qodef--three, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef--three {
            max-width: 100%;
            width: 37.5%
        }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width: 25%
    }
}

@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
        margin-bottom: -70px
    }

    .qodef-grid.qodef-gutter--huge > .qodef-grid-inner {
        margin: 0 -35px
    }

        .qodef-grid.qodef-gutter--huge > .qodef-grid-inner > .qodef-grid-item {
            padding: 0 35px;
            margin: 0 0 70px
        }
}

@media only screen and (max-width:1024px) {
    .error404 #qodef-page-outer {
        background-image: none !important;
        margin-top: -70px !important
    }

    #qodef-404-page {
        width: 100%
    }
}

@media only screen and (max-width:782px) {
    .admin-bar.error404 #qodef-page-outer {
        min-height: calc(100vh - 46px)
    }

    .admin-bar #qodef-404-page {
        min-height: calc(100vh - 46px)
    }
}

@media only screen and (max-width:680px) {
    .qodef-blog .qodef-blog-item.format-quote .qodef-e-quote .qodef-e-info {
        align-items: center
    }

    .qodef-blog .qodef-blog-item.format-link .qodef-e-link .qodef-e-info {
        align-items: center
    }

    .qodef-blog .qodef-blog-item .qodef-e-info {
        align-items: flex-start;
        flex-direction: column
    }

        .qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
            display: inline-block
        }

        .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-left {
            flex-wrap: wrap
        }

        .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item {
            padding: 0 6px 0 0;
            width: auto
        }

            .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:after {
                left: auto;
                right: 0
            }

            .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
                margin-right: 3px
            }

        .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
            align-items: center;
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            margin-top: 15px
        }

            .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right > a {
                margin-right: 17px
            }
}

@media only screen and (max-width:1024px) {
    #qodef-page-comments-list .qodef-comment-item .children {
        padding-left: 70px
    }
}

@media only screen and (max-width:768px) {
    #qodef-page-comments-list .qodef-comment-item .children {
        padding-left: 35px
    }
}

@media only screen and (max-width:680px) {
    #qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
        flex-wrap: wrap
    }

    #qodef-page-comments-list .qodef-comment-item .qodef-e-content {
        margin-top: 23px
    }

    #qodef-page-comments-list .qodef-comment-item .children {
        padding-left: 3%
    }
}

@media only screen and (max-width:680px) {
    .qodef-m-filter .qodef-m-filter-items {
        flex-direction: column;
        align-items: flex-start
    }

    .qodef-m-filter .qodef-m-filter-item {
        margin: 5px 0
    }
}

@media only screen and (max-width:1024px) {
    #qodef-page-footer-top-area .qodef-content-full-width {
        padding: 0 40px
    }
}

@media only screen and (max-width:1024px) {
    #qodef-page-footer-bottom-area .qodef-content-full-width {
        padding: 0 40px
    }
}

@media only screen and (max-width:1024px) {
    #qodef-page-header {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    #qodef-page-mobile-header {
        display: block
    }
}

@media only screen and (max-width:1024px) {
    #qodef-page-sidebar {
        margin-bottom: 49px;
        margin-top: 71px
    }

    .single-post #qodef-page-sidebar {
        margin-top: 90px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-page div.woocommerce .col2-set {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:480px) {
    .woocommerce-page div.woocommerce .shop_table .cart_item .variation dt {
        float: none;
        width: 100%
    }

    .woocommerce-page div.woocommerce .shop_table .cart_item .variation dd {
        float: none;
        margin: 0;
        width: 100%
    }
}

@media only screen and (max-width:768px) {
    #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents .product-thumbnail {
        display: none
    }

    #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents .product-remove {
        padding-right: 0
    }

        #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents .product-remove a {
            font-size: 20px !important
        }

    #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents th {
        padding: 12px 0;
        padding-left: 12px
    }

    #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents td {
        padding: 29px 0;
        padding-left: 12px
    }

    #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents thead tr th:first-child {
        padding-left: 30px
    }

    #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents thead tr th:last-child {
        padding-right: 30px
    }

        #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents thead tr th:last-child:after {
            background-color: #959595;
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            width: 1px
        }

    #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents tbody tr.cart_item td:first-child {
        padding-left: 30px
    }

        #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents tbody tr.cart_item td:first-child:before {
            left: 30px;
            width: calc(100% - 30px)
        }

    #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents tbody tr.cart_item td:last-child {
        padding-right: 30px
    }

        #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents tbody tr.cart_item td:last-child:before {
            width: calc(100% - 30px)
        }

        #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents tbody tr.cart_item td:last-child:after {
            background-color: #959595;
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            width: 1px
        }

    #qodef-woo-page.qodef--cart .shop_table td.product-remove {
        padding-right: 0
    }

    #qodef-woo-page.qodef--cart .cart-collaterals .shop_table {
        width: 100%
    }

        #qodef-woo-page.qodef--cart .cart-collaterals .shop_table tr:not(:first-child) td:before, #qodef-woo-page.qodef--cart .cart-collaterals .shop_table tr:not(:first-child) th:before {
            width: calc(100% - 20px)
        }

        #qodef-woo-page.qodef--cart .cart-collaterals .shop_table td, #qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
            padding: 12px 0
        }

        #qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
            padding-left: 20px
        }

            #qodef-woo-page.qodef--cart .cart-collaterals .shop_table th:before {
                left: 20px
            }

        #qodef-woo-page.qodef--cart .cart-collaterals .shop_table td {
            padding-right: 20px
        }
}

@media only screen and (max-width:680px) {
    #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents th {
        padding: 24px 0;
        padding-left: 10px
    }

    #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents td {
        padding: 24px 0;
        padding-left: 10px
    }

    #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents thead tr th:first-child {
        padding-left: 10px
    }

    #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents thead tr th:last-child {
        padding-right: 10px
    }

    #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents tbody tr.cart_item td:first-child {
        padding-left: 10px
    }

        #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents tbody tr.cart_item td:first-child:before {
            left: 10px;
            width: calc(100% - 10px)
        }

    #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents tbody tr.cart_item td:last-child {
        padding-right: 10px
    }

        #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents tbody tr.cart_item td:last-child:before {
            width: calc(100% - 10px)
        }

    #qodef-woo-page.qodef--cart .cart-collaterals .shop_table tr:not(:first-child) td:before, #qodef-woo-page.qodef--cart .cart-collaterals .shop_table tr:not(:first-child) th:before {
        width: calc(100% - 5px)
    }

    #qodef-woo-page.qodef--cart .cart-collaterals .shop_table td, #qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
        padding: 4px 0
    }

    #qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
        padding-left: 5px
    }

        #qodef-woo-page.qodef--cart .cart-collaterals .shop_table th:before {
            left: 5px
        }

    #qodef-woo-page.qodef--cart .cart-collaterals .shop_table td {
        padding-right: 5px
    }
}

@media only screen and (max-width:480px) {
    #qodef-woo-page.qodef--cart .shop_table td.actions > .button {
        float: none;
        margin-top: 18px
    }
}

@media only screen and (max-width:375px) {
    #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents {
        border-top: 1px solid #959595
    }

        #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents thead {
            display: none
        }

        #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents tbody tr.cart_item:first-child td:before {
            display: none
        }
}

@media only screen and (max-width:374px) {
    #qodef-woo-page.qodef--cart .woocommerce-cart-form__contents td {
        padding-left: 4px
    }
}

@media only screen and (max-width:768px) {
    #qodef-woo-page.qodef--checkout #order_review {
        width: 100%
    }

    #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table thead th:first-child {
        padding-left: 20px
    }

        #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table thead th:first-child:before {
            left: 20px;
            width: calc(100% - 20px)
        }

    #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table thead th:last-child {
        padding-right: 20px
    }

        #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table thead th:last-child:before {
            width: calc(100% - 20px)
        }

    #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tbody td:first-child {
        padding-left: 20px
    }

    #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tbody td:last-child {
        padding-right: 20px
    }

    #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tfoot th {
        padding-left: 20px
    }

        #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tfoot th:before {
            left: 20px;
            width: calc(100% - 20px)
        }

    #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tfoot td {
        padding-right: 20px
    }

        #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tfoot td:before {
            width: calc(100% - 20px)
        }

    #qodef-woo-page.qodef--checkout .wc_payment_methods {
        padding: 37px 20px
    }
}

@media only screen and (max-width:680px) {
    #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table thead th:first-child {
        padding-left: 5px
    }

        #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table thead th:first-child:before {
            left: 5px;
            width: calc(100% - 5px)
        }

    #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table thead th:last-child {
        padding-right: 5px
    }

        #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table thead th:last-child:before {
            width: calc(100% - 5px)
        }

    #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tbody td:first-child {
        padding-left: 5px
    }

    #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tbody td:last-child {
        padding-right: 5px
    }

    #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tfoot th {
        padding-left: 5px
    }

        #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tfoot th:before {
            left: 5px;
            width: calc(100% - 5px)
        }

    #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tfoot td {
        padding-right: 5px
    }

        #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order-table tfoot td:before {
            width: calc(100% - 5px)
        }

    #qodef-woo-page.qodef--checkout .wc_payment_methods {
        padding: 37px 5px
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        float: none
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        padding-right: 0
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        margin-top: 50px
    }

    .woocommerce-account .woocommerce-form-login {
        margin-bottom: 9px
    }
}

@media only screen and (max-width:768px) {
    .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details thead th:first-child {
        padding-left: 20px
    }

        .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details thead th:first-child:before {
            left: 20px;
            width: calc(100% - 20px)
        }

    .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details thead th:last-child {
        padding-right: 20px
    }

        .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details thead th:last-child:before {
            width: calc(100% - 20px)
        }

    .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tbody td:first-child {
        padding-left: 20px
    }

    .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tbody td:last-child {
        padding-right: 20px
    }

    .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tfoot th {
        padding-left: 20px !important
    }

        .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tfoot th:before {
            left: 20px;
            width: calc(100% - 20px)
        }

    .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tfoot td {
        padding-right: 20px !important
    }

        .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tfoot td:before {
            width: calc(100% - 20px)
        }

    .woocommerce-order-received .woocommerce-order .woocommerce-customer-details, .woocommerce-order-received .woocommerce-order .woocommerce-order-details {
        float: none;
        margin-top: 40px;
        padding: 0;
        width: 100%
    }

        .woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
            padding: 20px
        }
}

@media only screen and (max-width:680px) {
    .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details thead th:first-child {
        padding-left: 5px
    }

        .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details thead th:first-child:before {
            left: 5px;
            width: calc(100% - 5px)
        }

    .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details thead th:last-child {
        padding-right: 5px
    }

        .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details thead th:last-child:before {
            width: calc(100% - 5px)
        }

    .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tbody td:first-child {
        padding-left: 5px
    }

    .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tbody td:last-child {
        padding-right: 5px
    }

    .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tfoot th {
        padding-left: 5px !important
    }

        .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tfoot th:before {
            left: 5px;
            width: calc(100% - 5px)
        }

    .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tfoot td {
        padding-right: 5px !important
    }

        .woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tfoot td:before {
            width: calc(100% - 5px)
        }

    .woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
        padding: 5px
    }
}

@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 -35px
    }

        .qodef-woo-product-list.qodef-gutter--huge ul.products > .product {
            padding: 0 35px;
            margin: 0 0 70px
        }
}

@media only screen and (max-width:768px) {
    #qodef-woo-page:not(.qodef--single) .qodef-quantity-input {
        font-size: 13px;
        height: 31px;
        line-height: 14px;
        margin: 0 15px 0 0;
        width: 31px
    }

    #qodef-woo-page:not(.qodef--single) .qodef-quantity-minus, #qodef-woo-page:not(.qodef--single) .qodef-quantity-plus {
        height: 16px;
        width: 15px
    }
}

@media only screen and (max-width:680px) {
    .qodef-woo-results {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: start
    }

        .qodef-woo-results .woocommerce-result-count {
            width: 100%
        }

        .qodef-woo-results .woocommerce-ordering {
            margin-left: 0
        }
}

@media only screen and (max-width:1024px) {
    #qodef-woo-page.qodef--single .qodef-woo-single-inner {
        flex-wrap: wrap
    }

    #qodef-woo-page.qodef--single .entry-summary {
        margin-top: 60px
    }

    #qodef-woo-page.qodef--single form.cart.grouped_form {
        padding-right: 25%
    }

    #qodef-woo-page.qodef--single .related ul.products.columns-4 > .product {
        width: 50%
    }
}

@media only screen and (max-width:680px) {
    #qodef-woo-page.qodef--single form.cart.grouped_form {
        padding-right: 0
    }

    #qodef-woo-page.qodef--single .related ul.products.columns-4 > .product {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    #qodef-woo-page.qodef--single form.cart .variations_button, #qodef-woo-page.qodef--single form.cart:not(.variations_form):not(.grouped_form) {
        flex-direction: column
    }

        #qodef-woo-page.qodef--single form.cart .variations_button .quantity, #qodef-woo-page.qodef--single form.cart:not(.variations_form):not(.grouped_form) .quantity {
            margin-bottom: 20px;
            margin-right: 0
        }

    #qodef-woo-page.qodef--single form.cart .variations {
        position: relative
    }

        #qodef-woo-page.qodef--single form.cart .variations td {
            width: 50%
        }

            #qodef-woo-page.qodef--single form.cart .variations td select {
                min-width: initial
            }

        #qodef-woo-page.qodef--single form.cart .variations .reset_variations {
            bottom: -24px;
            left: 0;
            margin: 0;
            position: absolute
        }
}

@media only screen and (max-width:1024px) {
    #qodef-woo-page.qodef-layout--image-with-thumbnails-below .qodef-woo-single-image {
        width: 100%
    }

    #qodef-woo-page.qodef-layout--image-with-thumbnails-below .qodef-woo-single-summary {
        width: 100%
    }
}

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    left: 30px; /* Changed from right to left */
    z-index: 1000;
    font-family: Arial, sans-serif;
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border-radius: 50%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(255, 255, 255, 0.2);
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .whatsapp-btn:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    }

    .whatsapp-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: 0.5s;
    }

    .whatsapp-btn:hover::before {
        left: 100%;
    }

    .whatsapp-btn img {
        width: 36px;
        height: 36px;
        filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
    }

.chat-text {
    position: absolute;
    left: 80px; /* Changed from right to left */
    bottom: 20px;
    background-color: #fff;
    color: #128C7E;
    padding: 8px 12px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-20px); /* Reversed transform direction */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.whatsapp-float:hover .chat-text {
    opacity: 1;
    transform: translateX(0);
}


#why-choose-us {
    max-width: 100%;
    /*margin: 0 auto;*/
    padding: 40px 0px;
    font-family: 'Arial', sans-serif;
}

    #why-choose-us h2 {
        font-size: 2.5rem;
        color: #1a1a1a;
        text-align: center;
        margin-bottom: 30px;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        #why-choose-us h2::after {
            content: '';
            width: 60px;
            height: 4px;
            background: #007bff;
            display: block;
            margin: 10px auto;
            border-radius: 2px;
        }

    #why-choose-us ul {
        list-style: none;
        padding: 0;
        display: grid;
        gap: 20px;
    }

        #why-choose-us ul li {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }

            #why-choose-us ul li:hover {
                transform: translateY(-5px);
                box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
                background: #e8f0fe;
            }

            #why-choose-us ul li::before {
                content: '✔';
                font-size: 1.5rem;
                color: #007bff;
                line-height: 1;
                flex-shrink: 0;
            }

            #why-choose-us ul li strong {
                font-size: 1.2rem;
                color: #1a1a1a;
                display: block;
                margin-bottom: 8px;
            }

            #why-choose-us ul li p {
                margin: 0;
                font-size: 1rem;
                color: #555;
                line-height: 1.6;
            }

    #why-choose-us > p {
        text-align: center;
        font-size: 1.1rem;
        color: #333;
        margin-top: 30px;
        font-style: italic;
    }

/* Responsive Design */
@media (max-width: 768px) {
    #why-choose-us h2 {
        font-size: 2rem;
    }

    #why-choose-us ul li {
        padding: 15px;
    }

        #why-choose-us ul li::before {
            font-size: 1.2rem;
        }

        #why-choose-us ul li strong {
            font-size: 1.1rem;
        }


    .categorysect {
        max-width: 15ch !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .prname {
        max-width: 30ch !important;
        /*white-space: nowrap;*/
        overflow: hidden;
        text-overflow: ellipsis;
    }

    ul.products.columns-5 {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Creates two equal-width columns */
        grid-gap: 5px; /* Adjust gap between items as needed */
    }

        ul.products.columns-5 li.product {
            width: 100% !important; /* Ensures each product takes full column width */
            margin: 0 !important; /* Removes default margins */
            padding: 0; /* Optional: adjust padding if needed */
        }
}

.buttoncenter {
    display: flex;
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
    margin-top:10px;
}



.table-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin-bottom: 2rem;
}

.newtable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: white;
}

    .newtable thead {
        background-color: var(--header-bg);
    }

    .newtable th {
        padding: 1rem;
        text-align: left;
        font-weight: 600;
        font-size: 0.85rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: var(--primary-color);
        border-bottom: 2px solid var(--border-color);
        position: sticky;
        top: 0;
        background-color: var(--header-bg);
        z-index: 10;
    }

    .newtable td {
        padding: 1rem;
        font-size: 0.95rem;
        border-bottom: 1px solid var(--border-color);
        vertical-align: middle;
        text-align:center;
    }

    .newtable tbody tr:hover {
        background-color: var(--hover-color);
    }

    .newtable tbody tr:last-child td {
        border-bottom: none;
    }

/* Responsive styles */
@media screen and (max-width: 1024px) {
    .table-container {
        overflow-x: auto;
    }

    .newtable {
        min-width: 100%;
    }
}

.product-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.product-img-cell {
    width: 100px;
    text-align: center;
}

.sku-cell {
    font-weight: 600;
    color: var(--primary-color);
}

.download-cell {
    width: 180px;
}

.download-links {
    display: flex;
    gap: 0.5rem;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.4rem 0.75rem;
    background-color: var(--primary-light);
    color: var(--primary-color);
    border-radius: 4px;
    font-weight: 500;
    font-size: 0.8rem;
    text-decoration: none;
    transition: all 0.2s;
    border: 1px solid var(--border-color);
}

    .download-btn:hover {
        background-color: var(--accent-color);
        color: white;
        border-color: var(--accent-color);
    }

.download-icon {
    width: 14px;
    height: 14px;
}



.counter-section {
    text-align: center;
    padding: 80px 0px;
    background-color: #fff;
    margin: 50px 10px;
    max-width: 1200px;
    border use strict;
    border-radius: 8px;
    /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);*/ /* Subtle shadow for depth */
}

    .counter-section h2 {
        font-size: 2.2em;
        font-weight: 400;
        color: #2b2b2b;
        margin-bottom: 40px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

.counters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0%;
}

.counter {
    flex: 1;
    min-width: 340px;
    max-width: 350px;
    transition: transform 0.3s ease; /* Smooth hover effect */
}

    .counter:hover {
        transform: translateY(-5px); /* Subtle lift on hover, Umeå-style */
    }

    .counter h3 {
        font-size: 1.2em;
        font-weight: 300;
        color: #666;
        margin-bottom: 15px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

    .counter span {
        font-size: 3em;
        font-weight: 600;
        color: #a68b6b; /* Muted gold accent, inspired by Umeå's palette */
    }

/* Dropdown results container */
.search-results-dropdown {
    position: absolute;
    top: 100%;
    left: -25%;
    width: 200%;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 400px;
    overflow-y: auto;
    display: none;
}

/* Loading indicator */
.search-loading {
    padding: 15px;
    text-align: center;
    color: #666;
}

/* Results styling */
.search-result-item {
    padding: 10px 15px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .search-result-item:last-child {
        border-bottom: none;
    }

    .search-result-item:hover {
        background-color: #f9f9f9;
    }

/* Result item content */
.result-image {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    object-fit: contain;
    background-color: #f8f8f8;
    border-radius: 3px;
}

.result-content {
    flex: 1;
}

.result-title {
    font-weight: 500;
    margin-bottom: 3px;
}

.result-category {
    font-size: 12px;
    color: #666;
}

/* Highlight matching text */
.highlight {
    background-color: rgba(243, 168, 71, 0.2);
    font-weight: bold;
}

/* Categories section */
.search-categories {
    padding: 8px 15px;
    background-color: #f5f5f5;
    font-weight: bold;
    font-size: 12px;
    color: #333;
}

/* When dropdown is active - change border radius */
.dropdown-active .qodef-search-form-field {
    border-radius: 3px 3px 0 0;
    border-bottom-color: #eee;
}






.catalog-section {
    /*padding: 60px 0;*/
    width:100%;
}

.section-header {
    margin-bottom: 50px;
}

    .section-header h2 {
        font-size: 2.5rem;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .section-header p {
        font-size: 1.1rem;
        color: #434343;
        /*max-width: 700px;*/
        margin: 0 auto;
    }

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

.catalog-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .catalog-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

.catalog-image {
    height: 180px;
    background-size: contain;
    background-position: center;
    position: relative;
}

    .catalog-image::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    }

.catalog-content {
    padding: 20px;
}

.catalog-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 10px;
}

.catalog-description {
    font-size: 0.95rem;
    color: #718096;
    margin-bottom: 20px;
}

.catalog-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 0.9rem;
    color: #a0aec0;
}

.catalog-size {
    display: flex;
    align-items: center;
}

    .catalog-size svg {
        margin-right: 5px;
    }

.catalog-date {
    display: flex;
    align-items: center;
}

    .catalog-date svg {
        margin-right: 5px;
    }

.download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #57c3d1;
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

    .download-btn:hover {
        background-color: #3182ce;
    }

    .download-btn svg {
        margin-right: 8px;
    }

@media (max-width: 768px) {
    .section-header h2 {
        font-size: 2rem;
    }

    .section-header p {
        font-size: 1rem;
    }

    .catalog-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .catalog-grid {
        grid-template-columns: 1fr;
    }

    .section-header {
        margin-bottom: 30px;
    }

    .search-results-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        width: 200%;
        background: white;
        border: 1px solid #ddd;
        border-top: none;
        border-radius: 0 0 3px 3px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        max-height: 400px;
        overflow-y: auto;
        display: none;
    }
    .qodef-h1, h1 {
        font-family: Roboto, sans-serif;
        font-weight: 500;
        color: white;
        font-size: 20px;
        line-height: 1.05em;
        text-transform: initial;
        margin: 25px 0;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }
}

#search-toggle {
    cursor: pointer;
}

#search-icon,
#close-icon {
    width: 1.5rem;
    height: 1.5rem;
}

#close-icon {
    display: none;
}

#search-div {
    display: none;
    background-color: #f9f9f9;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 0rem; /* Adjust based on header height */
    position: fixed;
    width: 100%;
    z-index: 10;
}

    #search-div.show {
        display: block;
    }

    #search-div form {
        display: flex;
        align-items: center;
    }

    #search-div input {
        width: 100%;
        padding: 0.5rem;
        border: 1px solid #d1d5db;
        /*border-right: none;*/
        border-radius: 0.25rem 0 0 0.25rem;
        outline: none;
    }

        #search-div input:focus {
            border-color: #3b82f6;
            box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
        }

    #search-div button {
        padding: 0.5rem;
        border: none;
        border-radius: 0 0.25rem 0.25rem 0;
        cursor: pointer;
    }

        #search-div button:hover {
            background-color: #1d4ed8;
        }

        #search-div button svg {
            width: 1.25rem;
            height: 1.25rem;
        }

@media (min-width: 768px) {
    header h1 {
        font-size: 1.5rem;
    }

    #search-div {
        margin-top: 3.75rem; /* Adjust for larger header */
    }

    
}


.downloads-section {
    padding: 60px 0 0px;
    background: #fefefe;
}

.section-header {
    text-align: center;
    margin-bottom: 80px;
    opacity: 0;
    animation: fadeInUp 1s ease 0.2s forwards;
}

.section-title {
   
    font-size: 2.2rem;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #666;
    font-weight: 300;
    letter-spacing: 0.01em;
}

.downloads-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 60px;
    justify-items: center;
    justify-content: center;
}

/* When cards are hidden, remaining cards will center automatically */
.download-card.hidden {
    display: none;
}

.download-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 40px 35px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    animation: slideUp 0.8s ease forwards;
    text-align: center;
}

    .download-card:nth-child(1) {
        animation-delay: 0.3s;
    }

    .download-card:nth-child(2) {
        animation-delay: 0.4s;
    }

    .download-card:nth-child(3) {
        animation-delay: 0.5s;
    }

    .download-card:nth-child(4) {
        animation-delay: 0.6s;
    }

    .download-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
        border-color: #e0e0e0;
    }

.card-headerfile {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*margin-bottom: 25px;*/
}

.file-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 2px;
    font-size: 24px;
    color: white;
    transition: transform 0.3s ease;
}

.download-card:hover .file-icon {
    transform: scale(1.05);
}

.pdf-icon {
    background: #1a1a1a;
}

.doc-icon {
    background: #2c2c2c;
}

.img-icon {
    background: #404040;
}

.zip-icon {
    background: #595959;
}

.file-meta {
    text-align: center;
}

    .file-meta h3 {
        font-size: 1.4rem;
        font-weight: 600;
        color: #1a1a1a;
        margin-top:4px;
        margin-bottom: 5px;
        letter-spacing: -0.01em;
    }

.file-type {
    font-size: 0.85rem;
    color: #999;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.file-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
    font-weight: 300;
}

.file-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
    font-size: 0.85rem;
    color: #999;
}

.file-size {
    display: flex;
    align-items: center;
    gap: 8px;
}

.download-count {
    display: flex;
    align-items: center;
    gap: 8px;
}

.download-btn {
    width: 100%;
    background: #4dc4d2;
    color: white;
    border: none;
    padding: 16px 32px;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .download-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #2c2c2c;
        transition: left 0.3s ease;
    }

    .download-btn:hover::before {
        left: 0;
    }

    .download-btn:hover {
        transform: translateY(-2px);
    }

    .download-btn span {
        position: relative;
        z-index: 1;
    }

    .download-btn.downloading {
        background: #666;
        pointer-events: none;
    }

    .download-btn.success {
        background: #1a1a1a;
    }

.premium-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #1a1a1a;
    color: white;
    font-size: 0.7rem;
    padding: 6px 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.section-footer {
    text-align: center;
    padding: 60px 0;
    border-top: 1px solid #f0f0f0;
    margin-top: 40px;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #1a1a1a;
    display: block;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 0.85rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
}

.security-note {
    color: #666;
    font-size: 0.9rem;
    font-weight: 300;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.security-icon {
    color: #1a1a1a;
    margin-right: 8px;
    font-size: 1.1rem;
}

/* Animations */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

.spinner {
    animation: rotate 1s linear infinite;
}

/* Auto-centering grid for different numbers of items */
.downloads-grid:has(.download-card:nth-child(4):not(.hidden)) {
    grid-template-columns: repeat(4, 1fr);
}

.downloads-grid:has(.download-card:nth-child(3):not(.hidden)):not(:has(.download-card:nth-child(4):not(.hidden))) {
    grid-template-columns: repeat(3, 1fr);
    max-width: 900px;
    margin: 0 auto 60px;
}

.downloads-grid:has(.download-card:nth-child(2):not(.hidden)):not(:has(.download-card:nth-child(3):not(.hidden))) {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin: 0 auto 60px;
}

.downloads-grid:has(.download-card:nth-child(1):not(.hidden)):not(:has(.download-card:nth-child(2):not(.hidden))) {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin: 0 auto 60px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .downloads-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px;
        max-width: 600px !important;
        margin: 0 auto 60px !important;
    }

        .downloads-grid:has(.download-card:nth-child(1):not(.hidden)):not(:has(.download-card:nth-child(2):not(.hidden))) {
            grid-template-columns: 1fr !important;
            max-width: 300px !important;
        }
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }

    .downloads-section {
        padding: 80px 0 20px;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .downloads-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .download-card {
        padding: 25px 20px;
    }

    .stats-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 2rem;
    }

    .file-meta h3 {
        font-size: 1.2rem;
    }

    .downloads-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .download-card {
        padding: 20px 15px;
    }

    .stats-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}