:root {
    --qode-main-color: #f7c600;
    --qode-header-light-color: #ffffff;
    --qode-header-light-hover-color: #f7c600;
    --qode-header-dark-color: #1b1b1b;
    --qode-header-dark-hover-color: #ffffff
}

@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)
    }
}

@keyframes qodef-image-fade-in {
    0% {
        clip-path: inset(0 100% 0 0);
        -webkit-clip-path: inset(0 100% 0 0)
    }
    100% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0)
    }
}

@keyframes qodef-image-fade-out {
    0% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0)
    }
    100% {
        clip-path: inset(0 0 0 100%);
        -webkit-clip-path: inset(0 0 0 100%)
    }
}

@keyframes qodef-content-fade-in {
    0% {
        opacity: 0;
        transform: translateX(-40px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes qodef-content-fade-out {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(40px)
    }
}

@keyframes qodef-image-slide-in {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes qodef-image-slide-out {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(100%)
    }
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 0;
    outline: 0
}

* {
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

del {
    text-decoration: line-through
}

pre {
    max-width: 100%;
    margin: 15px 0;
    padding: 15px;
    background-color: #dfdfdf;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: monospace;
    font-size: 1em;
    color: #5b5b5b
}

code {
    background-color: #dfdfdf;
    padding: 0;
    font-family: monospace, monospace;
    font-size: 1em;
    color: #5b5b5b
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    width: 100%;
    vertical-align: middle;
    border: medium none;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    color: inherit;
    line-height: inherit
}

table tr {
    border: 1px solid #a6a6a6
}

table th {
    padding: 5px 7px;
    text-align: left;
    border-right: 1px solid #a6a6a6
}

table td {
    padding: 5px 10px;
    text-align: left;
    border: 0;
    border-right: 1px solid #a6a6a6
}

table td br {
    display: none
}

hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-top: 1.5em;
    margin-bottom: 1.5em
}

hr:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px
}

body:not([class*=globefarer-core]) hr {
    clear: both
}

ol,
ul {
    list-style-position: inside;
    margin-bottom: 1.5em;
    padding: 0
}

ol.wp-block,
ul.wp-block {
    margin-bottom: 1.5em
}

ol:not(.wp-block),
ul:not(.wp-block) {
    margin: 0 0 1.5em
}

li>ol:not(.wp-block),
li>ul:not(.wp-block) {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

a img {
    border: none
}

.wp-caption,
img {
    height: auto;
    max-width: 100%
}

img {
    vertical-align: middle;
    border-style: none
}

figure {
    margin: 0
}

embed,
iframe,
object {
    display: block;
    max-width: 100%
}

video {
    display: block
}

embed,
object {
    height: auto
}

label {
    display: block;
    margin-bottom: .5em
}

fieldset {
    margin-bottom: 1em;
    padding: .35em .75em .625em
}

input[type=submit] {
    -webkit-appearance: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
    background-color: #dfdfdf
}

small {
    font-size: 80%
}

progress {
    vertical-align: baseline
}

summary {
    display: list-item
}

template {
    display: none
}

.gallery-caption,
.wp-caption,
figcaption {
    display: block;
    max-width: 100%;
    font-size: 13px !important;
    line-height: 1em !important;
    color: #5b5b5b;
    text-align: center;
    opacity: 1;
    margin: .5em auto 1em
}

.gallery-caption a,
.wp-caption a,
figcaption a {
    color: inherit
}

.wp-caption .wp-caption-text {
    opacity: 1
}

blockquote.instagram-media,
iframe.instagram-media {
    margin: auto !important
}

.bypostauthor,
.sticky {
    opacity: 1
}

::selection {
    color: #fff;
    background: var(--qode-main-color)
}

::-moz-selection {
    color: #fff;
    background: var(--qode-main-color)
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    line-height: 1;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
    word-wrap: normal !important;
    overflow: hidden
}

.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    color: #21759b;
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    z-index: 100000
}

#qodef-page-content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    float: left;
    text-align: left;
    margin: .5em 1em .5em 0 !important;
    clear: left
}

.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignright {
    float: right;
    text-align: right;
    margin: .5em 0 .5em 1em !important;
    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: Sarabun, sans-serif;
    font-size: 18px;
    line-height: 1.444em;
    font-weight: 400;
    color: #5b5b5b;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

.qodef-h1,
h1 {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 50px;
    line-height: 1.107em;
    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:focus,
.qodef-h1 a:hover,
h1 a:focus,
h1 a:hover {
    color: var(--qode-main-color)
}

.qodef-h2,
h2 {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 45px;
    line-height: 1.155em;
    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:focus,
.qodef-h2 a:hover,
h2 a:focus,
h2 a:hover {
    color: var(--qode-main-color)
}

.qodef-h3,
h3 {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 32px;
    line-height: 1.25em;
    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:focus,
.qodef-h3 a:hover,
h3 a:focus,
h3 a:hover {
    color: var(--qode-main-color)
}

.qodef-h4,
h4 {
    font-family: sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 20px;
    line-height: 1.181em;
    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:focus,
.qodef-h4 a:hover,
h4 a:focus,
h4 a:hover {
    color: var(--qode-main-color)
}

.qodef-h5,
h5 {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
    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:focus,
.qodef-h5 a:hover,
h5 a:focus,
h5 a:hover {
    color: var(--qode-main-color)
}

.qodef-h6,
h6 {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.qodef-h6 a,
h6 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-h6 a:focus,
.qodef-h6 a:hover,
h6 a:focus,
h6 a:hover {
    color: var(--qode-main-color)
}

a,
p a {
    color: #1b1b1b;
    text-decoration: none;
    transition: color .2s ease-out;
    cursor: pointer
}

a:focus,
a:hover,
p a:focus,
p a:hover {
    color: var(--qode-main-color)
}

p {
    margin: 10px 0
}

p.has-large-font-size {
    font-size: 36px;
    line-height: 1.444em
}

p.has-large-font-size+p {
    line-height: 1.444em
}

p.has-background {
    padding: 20px 30px
}

.wp-block-quote,
blockquote {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 32px;
    line-height: 1.25em;
    border: none;
    display: inline-block;
    min-height: 62px;
    padding: 0 0 0 115px;
    position: relative;
    margin: 0;
    quotes: none;
    z-index: 1
}

@media only screen and (max-width:680px) {
    .wp-block-quote,
    blockquote {
        padding: 82px 0 0 0
    }
}

.wp-block-quote.wp-block-quote.is-large,
.wp-block-quote.wp-block-quote.is-style-large,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
    margin: 0;
    padding: 18px 0 20px 115px
}

@media only screen and (max-width:680px) {
    .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 {
        padding: 82px 0 0 0
    }
}

.wp-block-quote.wp-block-pullquote,
blockquote.wp-block-pullquote {
    padding: 25px 0 25px 115px !important;
    text-align: center
}

.wp-block-quote.wp-block-pullquote p,
blockquote.wp-block-pullquote p {
    font-size: 28px !important;
    line-height: 1.6 !important
}

.wp-block-quote.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.alignleft {
    max-width: 420px
}

.wp-block-quote.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-quote.has-text-align-right,
blockquote.has-text-align-right {
    padding: 0 115px 0 0
}

.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: currentColor;
    content: '';
    height: 62px;
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NS4xNzIiIGhl aWdodD0iNjIuNDYyIiB2aWV3Qm94PSIwIDAgNzUuMTcyIDYyLjQ2MiI+CiAgPGcgdHJhbnNmb3Jt PSJ0cmFuc2xhdGUoLTc2Mi45MzggLTEwNzkuMTI5KSI+CiAgICA8ZyB0cmFuc2Zvcm09InRyYW5z bGF0ZSg3NjMuNDM4IDEwNzkuNjM0KSI+CiAgICAgIDxnPgogICAgICAgIDxwYXRoIGQ9Ik04MDgu NywxMTQxLjA5MUg4MzcuNjF2LTI3LjY1N0g4MjQuNDI0YTEuMTU5LDEuMTU5LDAsMCwxLTEuMTQ5 LTEuMTd2LTIuODNjMC0xMC41NjUsMy45OC0xNi4wMzQsMTEuODMyLTE2LjI2MXYtMTMuNTM4Yy0x MC4wMDcuMTA2LTE3LjcsMy4yNzQtMjIuODY1LDkuNDIxLTUuMjc4LDYuMjc1LTcuOTU0LDE0LjY5 LTcuOTU0LDI1LjAxQTg5LjE4NSw4OS4xODUsMCwwLDAsODA4LjcsMTE0MS4wOTFabS00MC42MzEs MGgyOC45MjF2LTI3LjY1N0g3ODMuNTc0YTEuMTU5LDEuMTU5LDAsMCwxLTEuMTUtMS4xN3YtMi44 M2MwLTEwLjU3LDQuMDU2LTE2LjAzOSwxMi4wNi0xNi4yNjJ2LTEzLjUzN2MtMTAuMDEuMTA1LTE3 LjczOSwzLjI3NS0yMi45ODQsOS40MjQtNS4zNTEsNi4yNzctOC4wNjMsMTQuNjkxLTguMDYzLDI1 LjAwOEE4NC4wNDYsODQuMDQ2LDAsMCwwLDc2OC4wNjUsMTE0MS4wOTFaIiB0cmFuc2Zvcm09InRy YW5zbGF0ZSgtNzYzLjQzOCAtMTA3OS42MzQpIiBmaWxsPSJub25lIiBzdHJva2U9IiMxYjFiMWIi IHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NS4xNzIiIGhl aWdodD0iNjIuNDYyIiB2aWV3Qm94PSIwIDAgNzUuMTcyIDYyLjQ2MiI+CiAgPGcgdHJhbnNmb3Jt PSJ0cmFuc2xhdGUoLTc2Mi45MzggLTEwNzkuMTI5KSI+CiAgICA8ZyB0cmFuc2Zvcm09InRyYW5z bGF0ZSg3NjMuNDM4IDEwNzkuNjM0KSI+CiAgICAgIDxnPgogICAgICAgIDxwYXRoIGQ9Ik04MDgu NywxMTQxLjA5MUg4MzcuNjF2LTI3LjY1N0g4MjQuNDI0YTEuMTU5LDEuMTU5LDAsMCwxLTEuMTQ5 LTEuMTd2LTIuODNjMC0xMC41NjUsMy45OC0xNi4wMzQsMTEuODMyLTE2LjI2MXYtMTMuNTM4Yy0x MC4wMDcuMTA2LTE3LjcsMy4yNzQtMjIuODY1LDkuNDIxLTUuMjc4LDYuMjc1LTcuOTU0LDE0LjY5 LTcuOTU0LDI1LjAxQTg5LjE4NSw4OS4xODUsMCwwLDAsODA4LjcsMTE0MS4wOTFabS00MC42MzEs MGgyOC45MjF2LTI3LjY1N0g3ODMuNTc0YTEuMTU5LDEuMTU5LDAsMCwxLTEuMTUtMS4xN3YtMi44 M2MwLTEwLjU3LDQuMDU2LTE2LjAzOSwxMi4wNi0xNi4yNjJ2LTEzLjUzN2MtMTAuMDEuMTA1LTE3 LjczOSwzLjI3NS0yMi45ODQsOS40MjQtNS4zNTEsNi4yNzctOC4wNjMsMTQuNjkxLTguMDYzLDI1 LjAwOEE4NC4wNDYsODQuMDQ2LDAsMCwwLDc2OC4wNjUsMTE0MS4wOTFaIiB0cmFuc2Zvcm09InRy YW5zbGF0ZSgtNzYzLjQzOCAtMTA3OS42MzQpIiBmaWxsPSJub25lIiBzdHJva2U9IiMxYjFiMWIi IHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    width: 75px
}

@media only screen and (max-width:680px) {
    .wp-block-quote:before,
    blockquote:before {
        top: 0;
        transform: translateY(0)
    }
}

.wp-block-quote>*,
blockquote>* {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
    margin: 0
}

.wp-block-quote p,
blockquote p {
    margin: 0 !important
}

.wp-block-quote:after,
blockquote:after {
    content: '';
    display: none
}

.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
}

.qodef-e-info>* {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500;
    align-items: center;
    color: #777;
    display: inline-flex;
    flex-wrap: wrap
}

.qodef-e-info>a:hover {
    color: #1b1b1b
}

.qodef-e-info .qodef-info-separator-end,
.qodef-e-info .qodef-info-separator-single {
    color: #777
}

.qodef-e-info .qodef-info-separator-end:after,
.qodef-e-info .qodef-info-separator-single:after {
    content: '/';
    margin: 0 10px
}

.qodef-e-info .qodef-info-separator-end:last-of-type {
    display: none
}

label {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500;
    color: #777
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: transparent;
    border-radius: 0;
    box-sizing: border-box;
    color: #1b1b1b;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 24px;
    margin: 0 0 48px;
    outline: 0;
    position: relative;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    width: 100%
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    background-color: transparent;
    border-color: #1b1b1b;
    color: #1b1b1b
}

input[type=date]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    opacity: 1
}

input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
select::placeholder,
textarea::placeholder {
    color: inherit;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    opacity: 1
}

input[type=date],
input[type=email]:not(.qodef-m-newsletter-input),
input[type=number],
input[type=password],
input[type=tel],
input[type=text]:not(.qodef-m-newsletter-input),
input[type=url],
textarea {
    border: none;
    border-bottom-color: rgba(27, 27, 27, .35);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 11px 0
}

input[type=email].qodef-m-newsletter-input,
input[type=search],
input[type=text].qodef-m-newsletter-input,
select {
    border-style: solid;
    border-width: 1px;
    padding: 14px 30px 20px
}

.wp-block-loginout input {
    margin: 0 0 1em 0
}

.wp-block-loginout input:not(.button) {
    border-style: solid !important;
    border-width: 1px !important
}

.wp-block-loginout input:not(.button):not([type=checkbox]) {
    padding: 14px 30px 20px !important
}

select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgd2lkdGg9JzEwLjhweCcgaGVpZ2h0PSc2LjJweCcgdmlld0JveD0nMCAwIDEwLjggNi4yJyBzdHlsZT0nZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMC44IDYuMjsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwYXRoIHN0eWxlPSdmaWxsOiAjQThBN0E3JyBkPSdNMTAuNiwwLjNjMC4zLDAuMywwLjMsMC43LDAsMUw1LjksNS45QzUuOCw2LjEsNS42LDYuMiw1LjQsNi4yQzUuMiw2LjIsNSw2LjEsNC45LDUuOUwwLjIsMS4zIGMtMC4zLTAuMy0wLjMtMC43LDAtMWMwLjMtMC4zLDAuNy0wLjMsMSwwbDQuMiw0LjFsNC4yLTQuMUM5LjktMC4xLDEwLjItMC4xLDEwLjYsMC4zeicvPjwvc3ZnPg==);
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    font-weight: inherit;
    letter-spacing: inherit;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

select option {
    color: #1b1b1b
}

.qodef-m-input-holder label {
    display: flex;
    margin: 0 0 48px;
    width: 100%
}

@media only screen and (max-width:480px) {
    .qodef-m-input-holder label {
        flex-direction: column
    }
}

.qodef-m-input-holder .qodef-m-input-label {
    line-height: 24px;
    padding: 11px 0;
    position: absolute;
    width: 120px;
    z-index: 1
}

@media only screen and (max-width:480px) {
    .qodef-m-input-holder .qodef-m-input-label {
        padding: 0;
        position: relative;
        width: 100%
    }
}

.qodef-m-input-holder input:not([type=checkbox]):not([type=radio]),
.qodef-m-input-holder textarea {
    margin: 0;
    padding-left: 120px
}

@media only screen and (max-width:480px) {
    .qodef-m-input-holder input:not([type=checkbox]):not([type=radio]),
    .qodef-m-input-holder textarea {
        padding-left: 0
    }
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    -webkit-appearance: none;
    appearance: none
}

.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.qodef-layout--textual {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
    position: relative;
    display: inline-flex;
    align-items: center;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    background-color: transparent;
    border: 0;
    color: #1b1b1b;
    padding: 0 !important;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.133em
}

.qodef-theme-button.qodef-layout--textual .qodef-m-button-icon {
    align-items: center;
    background-color: var(--qode-main-color);
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    height: 54px;
    justify-content: center;
    margin: 0;
    width: 54px;
    margin: 0 19px 0 0
}

.qodef-theme-button.qodef-layout--textual .qodef-m-button-icon>svg {
    transform: rotate(0);
    transform-origin: center;
    transition: transform .2s ease-out
}

.qodef-theme-button.qodef-layout--textual:hover {
    color: #000
}

.qodef-theme-button.qodef-layout--textual:hover .qodef-m-button-icon>svg {
    transform: rotate(90deg)
}

.qodef-theme-button,
button[type=button],
button[type=submit],
input[type=submit] {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
    position: relative;
    display: inline-flex;
    align-items: center;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 18px 40px;
    color: #1b1b1b;
    background-color: var(--qode-main-color);
    border: 1px solid transparent;
    cursor: pointer
}

.qodef-theme-button .qodef-m-button-icon,
button[type=button] .qodef-m-button-icon,
button[type=submit] .qodef-m-button-icon,
input[type=submit] .qodef-m-button-icon {
    margin: 0 14px 0 0
}

.qodef-theme-button .qodef-m-button-icon>svg,
button[type=button] .qodef-m-button-icon>svg,
button[type=submit] .qodef-m-button-icon>svg,
input[type=submit] .qodef-m-button-icon>svg {
    transform: rotate(0);
    transform-origin: center;
    transition: transform .2s ease-out
}

.qodef-theme-button:hover,
button[type=button]:hover,
button[type=submit]:hover,
input[type=submit]:hover {
    color: #000
}

.qodef-theme-button:hover .qodef-m-button-icon>svg,
button[type=button]:hover .qodef-m-button-icon>svg,
button[type=submit]:hover .qodef-m-button-icon>svg,
input[type=submit]:hover .qodef-m-button-icon>svg {
    transform: rotate(90deg)
}

.qodef-theme-button span,
button[type=button] span,
button[type=submit] span {
    display: block;
    line-height: inherit
}

.qodef-theme-button span:before,
button[type=button] span:before,
button[type=submit] span:before {
    display: block;
    line-height: inherit
}

input[type=checkbox],
input[type=radio] {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid currentColor;
    box-sizing: border-box;
    height: 14px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 14px
}

input[type=checkbox]:after,
input[type=radio]:after {
    background-color: transparent;
    border: 2px solid #fff;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 12px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease-out;
    width: 12px
}

input[type=checkbox]:checked,
input[type=radio]:checked {
    background-color: var(--qode-main-color)
}

input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
    opacity: 1
}

input[type=radio] {
    border-radius: 50%
}

input[type=radio]:after {
    border-radius: 50%
}

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-page-wrapper {
    position: relative;
    overflow: hidden
}

#qodef-page-outer {
    position: relative
}

#qodef-page-inner {
    position: relative;
    padding: 130px 0 100px
}

#qodef-page-content.qodef-layout--template .qodef-page-content-section.qodef-col--12 {
    margin-bottom: 0
}

.qodef--boxed {
    background-color: #dfdfdf
}

.qodef--boxed #qodef-page-wrapper {
    display: block;
    background-color: #fff
}

.qodef--boxed #qodef-page-inner {
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px
}

.qodef--passepartout #qodef-page-wrapper {
    background-color: #fff
}

.qodef-parallax-item {
    will-change: transform
}

button.mfp-arrow {
    top: calc(50% - 25px) !important;
    width: 26px !important;
    height: 51px !important;
    margin: 0 !important;
    color: #fff;
    transition: color .2s ease-out;
    opacity: 1 !important
}

button.mfp-arrow svg {
    display: block;
    width: 100%;
    pointer-events: none
}

button.mfp-arrow:after,
button.mfp-arrow:before {
    display: none !important
}

button.mfp-arrow:hover {
    color: rgba(255, 255, 255, .4)
}

button.mfp-arrow.mfp-arrow-left {
    left: 30px
}

button.mfp-arrow.mfp-arrow-right {
    right: 30px
}

button.mfp-arrow.mfp-arrow-right svg {
    transform: rotate(180deg)
}

button.mfp-close {
    top: 6px !important;
    right: -32px !important;
    width: 32px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
    transition: color .2s ease-out;
    opacity: 1 !important
}

button.mfp-close:hover {
    color: rgba(255, 255, 255, .4)
}

button.mfp-close:after,
button.mfp-close:before {
    display: none !important
}

button.mfp-close svg {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none
}

.mfp-figure:after {
    background: 0 0 !important;
    box-shadow: none !important
}

.mfp-bottom-bar .mfp-counter,
.mfp-bottom-bar .mfp-title {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500;
    color: #fff
}

.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 img {
    width: 100%
}

.qodef-swiper-container.qodef-blog .qodef-blog-item {
    margin-bottom: 0
}

.qodef-swiper-container.qodef-swiper--initialized {
    visibility: visible
}

.qodef-swiper-container.qodef--no-bottom-space {
    margin-bottom: 0 !important
}

.swiper-pagination-bullets {
    align-items: center;
    display: flex;
    justify-content: center;
    width: auto
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0 !important;
    height: 30px;
    margin-top: 30px;
    position: relative !important;
    width: 30px
}

.swiper-container-vertical>.swiper-pagination-bullets {
    flex-direction: column;
    height: auto;
    right: 0 !important;
    width: 30px
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    align-items: center;
    background-color: #1b1b1b;
    border-radius: 50%;
    display: flex;
    height: 12px;
    justify-content: center;
    margin: 0 16px !important;
    opacity: 1;
    padding: 0;
    position: relative;
    transition: background-color .2s ease-out;
    width: 12px
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background-color: var(--qode-main-color)
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none !important;
    color: #1b1b1b;
    width: 90px !important;
    height: 90px !important;
    margin: 0 !important;
    transform: translateY(-50%);
    transition: all .35s ease
}

.swiper-container-horizontal.qodef-swiper-pagination--on .swiper-button-next,
.swiper-container-horizontal.qodef-swiper-pagination--on .swiper-button-prev {
    transform: translateY(calc(-50% - 30px))
}

.swiper-button-next:before,
.swiper-button-prev:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f7c600;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    opacity: 0;
    transition: transform .3s cubic-bezier(.1, 0, .3, 1), opacity .3s ease
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    overflow: visible;
    transform: translateX(0);
    transition: transform .3s ease
}

.swiper-button-next svg .qodef-m-oblique,
.swiper-button-prev svg .qodef-m-oblique {
    width: 34px;
    height: 2px;
    transition: width .3s ease
}

.swiper-button-next svg .qodef-m-horizontal,
.swiper-button-prev svg .qodef-m-horizontal {
    transition: -webkit-clip-path .3s ease;
    transition: clip-path .3s ease;
    transition: clip-path .3s ease, -webkit-clip-path .3s ease
}

.swiper-button-next:hover svg .qodef-m-oblique,
.swiper-button-prev:hover svg .qodef-m-oblique {
    width: 20px
}

.swiper-button-next:hover svg .qodef-m-horizontal,
.swiper-button-prev:hover svg .qodef-m-horizontal {
    clip-path: inset(-1px 0 -1px 0);
    -webkit-clip-path: inset(-1px 0 -1px 0)
}

.swiper-button-prev {
    left: 30px !important
}

.swiper-button-prev.swiper-button-outside {
    left: -56px !important
}

@media only screen and (max-width:768px) {
    .swiper-button-prev.swiper-button-outside {
        left: -40px !important
    }
}

@media only screen and (max-width:680px) {
    .swiper-button-prev.swiper-button-outside {
        left: -30px !important
    }
}

.swiper-container-vertical .swiper-button-prev {
    left: 50% !important;
    top: 30px;
    transform: rotate(90deg) translate(0, -50%);
    transform-origin: 0 0
}

.swiper-button-prev:before {
    transform: translateX(-5px) scale(0)
}

.swiper-button-prev svg .qodef-m-horizontal {
    clip-path: inset(-1px 100% -1px 0);
    -webkit-clip-path: inset(-1px 100% -1px 0)
}

.swiper-button-prev:hover:before {
    opacity: 1;
    transform: translateX(-5px) scale(1)
}

.swiper-button-prev:hover svg {
    transform: translateX(-9px)
}

.swiper-button-next {
    right: 30px !important
}

.swiper-button-next.swiper-button-outside {
    right: -56px !important
}

@media only screen and (max-width:768px) {
    .swiper-button-next.swiper-button-outside {
        right: -40px !important
    }
}

@media only screen and (max-width:680px) {
    .swiper-button-next.swiper-button-outside {
        right: -30px !important
    }
}

.swiper-button-next:before {
    transform: translateX(5px) scale(0)
}

.swiper-container-vertical .swiper-button-next {
    bottom: 30px;
    right: 50% !important;
    top: auto;
    transform: rotate(90deg) translate(0, -50%);
    transform-origin: 0 50%
}

.swiper-button-next svg .qodef-m-horizontal {
    clip-path: inset(-1px 100% -1px 0);
    -webkit-clip-path: inset(-1px 100% -1px 0)
}

.swiper-button-next:hover:before {
    opacity: 1;
    transform: translateX(5px) scale(1)
}

.swiper-button-next:hover svg {
    transform: translateX(9px)
}

.swiper-container-vertical+.swiper-button-prev {
    left: 50% !important;
    top: -56px;
    transform: rotate(90deg) translate(0, -50%);
    transform-origin: 0 0
}

.swiper-container-vertical+.swiper-button-prev+.swiper-button-next {
    bottom: -56px;
    right: 50% !important;
    top: auto;
    transform: rotate(90deg) translate(0, -50%);
    transform-origin: 0 50%
}

.widget_icl_lang_sel_widget {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-flag,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
    position: relative;
    top: -1px
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown {
    padding: 0;
    margin: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    position: relative;
    display: flex;
    align-items: center
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
    content: '\33';
    font-family: ElegantIcons;
    line-height: 1;
    border: 0;
    position: initial;
    margin-left: auto
}

body:not([class*=globefarer-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
body:not([class*=globefarer-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 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    list-style: none;
    margin: 0;
    border-top: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear .25s, opacity .25s ease-in-out
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    display: flex;
    align-items: center;
    border: 0;
    background-color: transparent;
    padding: 7px 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal {
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0 !important
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    padding: 0;
    display: block
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    display: block;
    margin: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    padding: 0;
    display: block
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 200px
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: #5b5b5b;
    background-color: #fff;
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: #fff
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #5b5b5b;
    font-size: 14px
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #5b5b5b
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #5b5b5b
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 175px
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: #5b5b5b;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: transparent
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #5b5b5b;
    font-size: 14px
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #5b5b5b
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #5b5b5b
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 175px
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 8px 20px;
    height: 40px;
    line-height: 24px;
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: #fff
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: #000
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #fff;
    font-size: 14px
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: #fff
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #fff
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #fff
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #fff
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: #fff
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 100%
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: #5b5b5b;
    background-color: #dfdfdf;
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: #dfdfdf
}

#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: #5b5b5b;
    font-size: 14px
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #5b5b5b
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #5b5b5b
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 100%
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: #5b5b5b;
    background-color: #dfdfdf;
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: #dfdfdf
}

#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: #5b5b5b;
    font-size: 14px
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #fff
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #fff
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #fff
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: #fff
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 100%
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: #5b5b5b;
    background-color: #dfdfdf;
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: #dfdfdf
}

#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: #5b5b5b;
    font-size: 14px
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #fff
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #fff
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #fff
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: #fff
}

.error404 #qodef-page-inner {
    padding: 0
}

#qodef-404-page {
    align-items: center;
    display: flex;
    padding: 0 15% 113px 13%
}

#qodef-404-page .qodef-404-content {
    padding: 115px 25px 0 0
}

#qodef-404-page .qodef-404-image {
    flex-shrink: 0;
    width: 62%
}

#qodef-404-page .qodef-404-title {
    margin: 0 0 36px 0
}

#qodef-404-page .qodef-404-text {
    display: block;
    margin: 0 0 40px 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 94px 0
}

.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>* {
    margin: 0 0 25px 0
}

.qodef-blog .qodef-blog-item .qodef-e-media iframe {
    background-color: #000;
    display: block;
    height: 100%
}

.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-top-holder {
    margin: 0 0 8px 0
}

.qodef-blog .qodef-blog-item .qodef-e-text:after {
    clear: both;
    content: '';
    display: table
}

.qodef-blog .qodef-blog-item .qodef-e-title {
    margin: 0
}

.qodef-blog .qodef-blog-item .qodef-e-title a:hover {
    color: inherit
}

.qodef-blog .qodef-blog-item .qodef-e-excerpt {
    margin: 17px 0 0 0
}

.qodef-blog .qodef-blog-item .qodef-e-bottom-holder {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 29px 0 0 0
}

.qodef-blog .qodef-blog-item .qodef-e-read-more {
    line-height: 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
}

@media only screen and (max-width:680px) {
    .qodef-blog .qodef-blog-item.sticky .qodef-e-title a {
        display: inline-flex;
        width: min-content
    }
    .qodef-blog .qodef-blog-item.sticky .qodef-e-title a:after {
        right: -.75em
    }
}

html.elementor-html .qodef-blog .qodef-blog-item.format-video .wp-video {
    max-width: 100%
}

html.elementor-html .qodef-blog .qodef-blog-item.format-video video {
    height: auto
}

html.elementor-html .qodef-blog .qodef-blog-item.format-audio audio {
    display: block
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-image {
    width: 100%
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-image img {
    width: 100%
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio {
    bottom: 25px;
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link {
    background-color: var(--qode-main-color);
    color: #1b1b1b;
    display: flex;
    padding: 7.7%
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-icon {
    color: inherit;
    flex-shrink: 0;
    margin: 11px 40px 0 0;
    width: 74px
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-text {
    color: inherit;
    margin: 0
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote {
    background-color: #1b1b1b;
    color: #fff;
    display: flex;
    padding: 7.7%
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-icon {
    color: inherit;
    flex-shrink: 0;
    margin: 11px 40px 0 0;
    width: 74px
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-text {
    color: inherit;
    margin: 0;
    position: relative
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author-name,
.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author-position {
    color: inherit;
    display: block
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author-position {
    margin: 26px 0 0 0
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author-name {
    font-size: 26px;
    margin: 3px 0 0 0
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.qodef-blog.qodef-items--fixed article .qodef-e-media,
.qodef-blog.qodef-items--fixed article .qodef-e-media-image {
    height: 100%
}

.qodef-blog.qodef--list:not(.qodef-shortcode) .qodef-blog-item .qodef-e-media>* {
    margin: 0 0 55px 0
}

.qodef-blog.qodef--list:not(.qodef-shortcode) .qodef-blog-item .qodef-e-excerpt {
    margin: 30px 0 0 0
}

.qodef-blog.qodef--list:not(.qodef-shortcode) .qodef-blog-item.format-audio .qodef-e-media-audio {
    bottom: 0
}

.qodef-blog.qodef--list:not(.qodef-shortcode) .qodef-blog-item:last-of-type {
    margin-bottom: 0
}

.qodef-blog.qodef--single>.qodef-blog-item {
    margin: 0 0 80px 0
}

.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-media>* {
    margin: 0 0 55px 0
}

.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-title {
    margin: 0 0 38px 0
}

.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-bottom-holder {
    margin: 48px 0 0 0
}

.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-bottom-holder .qodef-e-info>* {
    font-size: 18px
}

.qodef-blog.qodef--single>.qodef-blog-item.format-audio .qodef-e-media-audio {
    bottom: 0
}

.qodef-blog.qodef--single>.qodef-blog-item.format-link .qodef-e-link {
    margin: 0 0 55px 0
}

.qodef-blog.qodef--single>.qodef-blog-item.format-link .qodef-e-top-holder {
    margin: 0 0 38px 0
}

.qodef-blog.qodef--single>.qodef-blog-item.format-quote .qodef-e-quote {
    margin: 0 0 55px 0
}

.qodef-blog.qodef--single>.qodef-blog-item.format-quote .qodef-e-top-holder {
    margin: 0 0 38px 0
}

#qodef-page-comments {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 79px 0 0 0
}

#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: 0 0 159px 0
}

#qodef-page-comments-list .qodef-m-title {
    margin: 0 0 61px 0
}

#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 {
    border: none;
    margin: 0;
    padding: 0
}

#qodef-page-comments-list .qodef-m-pagination {
    margin-top: 50px
}

#qodef-page-comments-list .qodef-comment-item {
    border-top: 1px solid #a6a6a6;
    margin: 35px 0 0 0;
    padding: 39px 0 0 0
}

#qodef-page-comments-list .qodef-comment-item .children {
    list-style: none;
    margin: 0;
    padding: 0 0 0 120px
}

#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: 20px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-image img {
    border-radius: 50%;
    display: block
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 23px 0 0 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
    color: #777
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover {
    color: #1b1b1b
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-title {
    margin: 5px 0 0 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text {
    margin: 15px 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: 5px 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
    margin: 24px 0 0 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>* {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500;
    align-items: center;
    color: #777;
    display: inline-flex;
    flex-wrap: wrap;
    color: #1b1b1b;
    display: inline-block;
    font-weight: 700;
    margin: 0 50px 0 0;
    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-comment-item .qodef-e-links>:after,
#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:before {
    background-color: currentColor;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    right: -32px;
    top: calc(50% + 1px);
    transform-origin: center;
    transition: transform .2s ease-out;
    width: 14px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:before {
    transform: translate(-50%, -50%) rotate(90deg)
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:after {
    transform: translate(-50%, -50%) rotate(0)
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:hover:before {
    transform: translate(-50%, -50%) rotate(180deg)
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:hover:after {
    transform: translate(-50%, -50%) rotate(90deg)
}

#respond {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-comment-item #respond {
    margin: 50px 0 33px 0
}

.qodef-comment-item #respond .comment-reply-title {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 22px;
    line-height: 1.181em
}

.qodef-comment-item #respond .comment-reply-title a {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500;
    align-items: center;
    color: #777;
    display: inline-flex;
    flex-wrap: wrap;
    color: #1b1b1b;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    position: relative
}

#respond .comment-reply-title {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    margin: 0
}

#respond .qodef-comment-form .comment-notes,
#respond .qodef-comment-form .logged-in-as {
    margin: 43px 0 28px 0
}

#respond .qodef-comment-form .comment-form-author,
#respond .qodef-comment-form .comment-form-comment,
#respond .qodef-comment-form .comment-form-email,
#respond .qodef-comment-form .comment-form-url,
#respond .qodef-comment-form .form-submit {
    margin: 0
}

#respond .qodef-comment-form .comment-form-cookies-consent {
    align-items: center;
    display: flex;
    margin: -19px 0 36px 0;
    position: relative
}

#respond .qodef-comment-form .comment-form-cookies-consent>* {
    margin: 0
}

#respond .qodef-comment-form .comment-form-cookies-consent input[type=checkbox] {
    flex-shrink: 0;
    margin: 2px 14px 0 0
}

#respond .qodef-comment-form .comment-form-cookies-consent 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-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-out
}

.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-items {
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: center;
    position: relative
}

.qodef-m-filter-item {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    font-size: 17px;
    line-height: 1.294em;
    color: #1b1b1b;
    align-items: center;
    display: inline-flex;
    height: 100%;
    margin: 0;
    padding: 0 28px;
    position: relative
}

.qodef-m-filter-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--qode-main-color);
    transform: scale3d(0, 1, 1);
    transform-origin: left;
    transition: transform .2s
}

.qodef-m-filter-item.qodef--active,
.qodef-m-filter-item:hover {
    color: #1b1b1b
}

.qodef-m-filter-item.qodef--active::before,
.qodef-m-filter-item:hover::before {
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s
}

.qodef-browser--firefox .qodef-m-filter-item.qodef--active::before,
.qodef-browser--firefox .qodef-m-filter-item:hover::before {
    transform: scale3d(1.003, 1, 1)
}

#qodef-page-footer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-page-footer>* {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-page-footer-bottom-area,
#qodef-page-footer-middle-area,
#qodef-page-footer-top-area {
    background-color: #1b1b1b;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#qodef-page-footer-bottom-area .qodef-content-full-width,
#qodef-page-footer-middle-area .qodef-content-full-width,
#qodef-page-footer-top-area .qodef-content-full-width {
    padding-left: 70px;
    padding-right: 70px
}

.qodef--boxed #qodef-page-footer-bottom-area,
.qodef--boxed #qodef-page-footer-middle-area,
.qodef--boxed #qodef-page-footer-top-area {
    padding-left: 30px;
    padding-right: 30px
}

#qodef-page-footer-bottom-area-inner:before,
#qodef-page-footer-middle-area-inner:before,
#qodef-page-footer-top-area-inner:before {
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#qodef-page-footer .qodef-grid-inner {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap
}

#qodef-page-footer-top-area-inner {
    padding: 138px 0 45px 0
}

#qodef-page-footer-top-area-inner>.qodef-grid>.qodef-grid-inner>.qodef-grid-item {
    margin: 0 0 60px 0
}

#qodef-page-footer-top-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:first-child {
    width: 33.5%
}

#qodef-page-footer-top-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:not(:first-child) {
    width: calc(100% - 33.5%)
}

#qodef-page-footer-middle-area-inner {
    padding: 105px 0 29px 0
}

#qodef-page-footer-middle-area-inner>.qodef-grid>.qodef-grid-inner>.qodef-grid-item {
    margin: 0 0 60px 0
}

#qodef-page-footer-middle-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:first-child {
    width: 33.5%
}

#qodef-page-footer-middle-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:not(:first-child) {
    width: calc((100% - 33.5%)/ 4)
}

#qodef-page-footer-bottom-area-inner {
    padding: 20px 0 0 0
}

#qodef-page-footer-bottom-area-inner>.qodef-grid>.qodef-grid-inner>.qodef-grid-item {
    margin: 0 0 20px 0
}

#qodef-page-footer-bottom-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:first-child {
    margin-left: 33.5%;
    width: calc((100% - 33.5%)/ 4 * 3)
}

#qodef-page-footer-bottom-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:not(:first-child) {
    width: calc((100% - 33.5%)/ 4)
}

.wp-block-button {
    float: none;
    margin: 1em 0
}

.wp-block-button .wp-block-button__link {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
    position: relative;
    display: inline-flex;
    align-items: center;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 18px 40px;
    color: #1b1b1b;
    background-color: var(--qode-main-color);
    border: 1px solid transparent;
    border-radius: 28px;
    cursor: pointer
}

.wp-block-button.is-style-outline {
    border: none
}

.wp-block-button.is-style-outline .wp-block-button__link {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color);
    border-width: 1px
}

.wp-block-button.is-style-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 {
    margin-bottom: 0
}

.wp-block-image .aligncenter {
    clear: both
}

.wp-block-cover-image {
    float: none !important;
    max-width: 100% !important;
    margin: 0 !important
}

.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image p {
    z-index: 1 !important;
    margin: 0 auto !important;
    max-width: 580px !important;
    padding: 14px !important;
    text-align: center;
    line-height: 1em !important
}

.wp-block-cover-image h1 a,
.wp-block-cover-image h2 a,
.wp-block-cover-image h3 a,
.wp-block-cover-image h4 a,
.wp-block-cover-image h5 a,
.wp-block-cover-image h6 a,
.wp-block-cover-image p a {
    color: #fff !important
}

.wp-block-cover-image h1 a:hover,
.wp-block-cover-image h2 a:hover,
.wp-block-cover-image h3 a:hover,
.wp-block-cover-image h4 a:hover,
.wp-block-cover-image h5 a:hover,
.wp-block-cover-image h6 a:hover,
.wp-block-cover-image p a:hover {
    color: var(--qode-main-color) !important
}

.wp-block-cover-image :not(.has-text-color):not(.has-inline-color):not(a) {
    color: #fff !important;
    font-size: 30px !important
}

.wp-block-cover {
    margin-top: 10px !important
}

.wp-block-cover.alignleft {
    margin-right: 2em !important
}

.wp-block-cover.alignright {
    margin-left: 2em !important
}

.wp-block-cover .wp-block-cover__inner-container {
    width: 100% !important
}

.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover p {
    z-index: 1 !important;
    margin: 0 auto !important;
    max-width: 580px !important;
    padding: 14px !important;
    text-align: center;
    line-height: 1em !important
}

.wp-block-cover h1 a,
.wp-block-cover h2 a,
.wp-block-cover h3 a,
.wp-block-cover h4 a,
.wp-block-cover h5 a,
.wp-block-cover h6 a,
.wp-block-cover p a {
    color: #fff !important
}

.wp-block-cover h1 a:hover,
.wp-block-cover h2 a:hover,
.wp-block-cover h3 a:hover,
.wp-block-cover h4 a:hover,
.wp-block-cover h5 a:hover,
.wp-block-cover h6 a:hover,
.wp-block-cover p a:hover {
    color: var(--qode-main-color) !important
}

.wp-block-cover :not(.has-text-color):not(.has-inline-color):not(a) {
    color: #fff !important;
    font-size: 30px !important
}

.wp-block-gallery {
    display: flex;
    margin-bottom: 2em
}

.wp-block-gallery ul.blocks-gallery-grid {
    margin: 0 !important
}

.wp-block-gallery.alignleft {
    max-width: 420px
}

.wp-block-gallery.alignright {
    max-width: 420px
}

.wp-block-gallery figcaption {
    overflow-x: hidden
}

.wp-caption {
    margin-top: .5em;
    margin-bottom: .5em
}

.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: 0 0 0 115px !important
}

.wp-block-pullquote blockquote p {
    font-size: 28px !important;
    line-height: 1.6 !important
}

.has-drop-cap:after {
    content: '';
    display: table;
    table-layout: fixed;
    clear: both
}

.wp-block-file {
    display: flex;
    align-items: center;
    margin: 0;
    color: #1b1b1b;
    text-decoration: none;
    transition: color .2s ease-out;
    cursor: pointer
}

.wp-block-file:focus,
.wp-block-file:hover {
    color: var(--qode-main-color)
}

.wp-block-group.has-background {
    padding: 20px 30px
}

.gallery-item img {
    border: 0 !important
}

.wp-block-search .wp-block-search__input {
    margin-bottom: 0
}

.wp-block-rss .wp-block-rss__item-title {
    display: inline-block;
    vertical-align: top
}

#qodef-page-header {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #fff;
    height: 80px;
    z-index: 100
}

#qodef-page-header .qodef-header-logo-link {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 80px;
    max-height: 100%;
    position: relative
}

#qodef-page-header .qodef-header-logo-link img {
    display: block;
    margin: auto 0;
    max-height: 100%;
    transition: opacity .3s ease;
    width: auto
}

#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
    max-height: 50%
}

#qodef-page-header-inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 0 40px;
    position: relative
}

#qodef-page-mobile-header {
    position: relative;
    display: none;
    height: 80px;
    z-index: 100
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link {
    position: relative;
    display: flex;
    align-items: center;
    height: 80px;
    max-height: 100%;
    padding: 0 0 0 40px
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img {
    display: block;
    margin: auto 0;
    width: auto;
    max-height: 100%;
    transition: opacity .3s ease
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-height--not-set img {
    max-height: calc(50% * 100 / 70)
}

#qodef-page-mobile-header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0
}

#qodef-page-mobile-header-inner.qodef-content-grid {
    padding: 0
}

.qodef-mobile-header-opener {
    font-size: 20px;
    margin-left: 20px
}

.qodef-mobile-header-opener:not(.qodef-source--predefined) svg {
    display: block;
    width: 26px;
    height: auto
}

.qodef-mobile-header-opener.qodef-source--predefined {
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    color: #fff;
    background-color: #1b1b1b
}

.qodef-mobile-header-opener.qodef-source--predefined .qodef-m-icon {
    display: flex;
    align-items: center;
    height: 100%;
    background-color: inherit;
    position: relative;
    visibility: visible
}

.qodef-mobile-header-opener.qodef-source--predefined .qodef-m-icon svg {
    z-index: 1
}

.qodef-mobile-header-opener.qodef-source--predefined .qodef-m-icon.qodef--open {
    padding: 0 27px
}

.qodef-mobile-header-opener.qodef-source--predefined .qodef-m-icon.qodef--close {
    padding: 0 30px;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden
}

.qodef-mobile-header-opener.qodef-source--predefined .qodef-m-icon::before {
    content: '';
    position: absolute;
    background: var(--qode-main-color);
    width: 150%;
    height: 0;
    padding-bottom: 150%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
    opacity: 0;
    transition: transform .3s cubic-bezier(.1, 0, .3, 1), opacity .3s
}

.qodef-browser--safari .qodef-mobile-header-opener.qodef-source--predefined .qodef-m-icon::before {
    height: 100%
}

.qodef-mobile-header-opener.qodef-source--predefined:hover {
    color: #fff
}

.qodef-mobile-header-opener.qodef-source--predefined:hover .qodef-m-icon.qodef--open::before {
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    opacity: 1;
    transition: transform .4s cubic-bezier(.1, 0, .3, 1), opacity .3s
}

.qodef-mobile-header-opener.qodef-source--predefined.qodef--opened .qodef-m-icon.qodef--open {
    visibility: hidden;
    position: absolute
}

.qodef-mobile-header-opener.qodef-source--predefined.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible;
    position: relative
}

.qodef-mobile-header-opener.qodef-source--predefined.qodef--opened:hover .qodef-m-icon.qodef--close::before {
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    opacity: 1;
    transition: transform .4s cubic-bezier(.1, 0, .3, 1), opacity .3s
}

.qodef-mobile-header-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    max-height: calc(100vh - 80px);
    background-color: #fff;
    border-bottom: 1px solid #a6a6a6;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 10
}

.qodef-mobile-header-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-mobile-header-navigation ul li {
    position: relative;
    margin: 12px 0;
    padding: 0
}

.qodef-mobile-header-navigation ul li a {
    position: relative;
    display: block
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-text {
    display: inline-flex;
    align-items: center;
    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 .qodef-menu-item-arrow {
    position: absolute;
    top: 3px;
    right: 0;
    height: auto;
    color: currentColor;
    z-index: 9;
    cursor: pointer;
    transition: color .2s ease-out;
    transform: rotate(0);
    transition: transform .2s ease-out, color .2s ease-out
}

.qodef-mobile-header-navigation ul li .qodef-menu-item-arrow:hover {
    color: currentColor
}

.qodef-mobile-header-navigation ul li ul {
    display: none;
    padding-top: 9px
}

.qodef-mobile-header-navigation ul li ul li {
    margin: 0;
    padding: 4px 0 5px
}

.qodef-mobile-header-navigation ul li ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 14px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    padding-right: 28px;
    margin: 0;
    padding: 2px 0 3px;
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em
}

.qodef-mobile-header-navigation ul li ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-mobile-header-navigation ul li ul li>a .qodef-menu-item-plus {
    position: absolute;
    transform: rotate(0);
    transition: left .2s ease-out, right .2s ease-out, transform .2s ease-out;
    left: -28px
}

.qodef-mobile-header-navigation ul li ul li>a:hover .qodef-menu-item-text {
    background-size: 100% 1px
}

.qodef-mobile-header-navigation ul li ul li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-mobile-header-navigation ul li ul li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% 1px
}

.qodef-mobile-header-navigation ul li.qodef--opened>.qodef-menu-item-arrow {
    transform: rotate(90deg)
}

.qodef-mobile-header-navigation>ul {
    margin: 0 auto;
    padding: 18px 0 34px
}

.qodef-mobile-header-navigation>ul>li>a {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em
}

.qodef-mobile-header-navigation>ul>li>a:hover .qodef-menu-item-text {
    background-size: 100% 1px
}

.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-mobile-header-navigation>ul>li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% 1px
}

.qodef-mobile-header-navigation>ul:not(.qodef-content-grid) {
    padding-left: 40px;
    padding-right: 40px
}

.qodef-header-navigation {
    height: 100%
}

.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;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: auto
}

.qodef-header-navigation ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
    background-color: #fff;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 18px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 240px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li {
    padding: 0 28px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li a span {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.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(-18px - 14px);
    transition: opacity .2s ease-out, visibility .2s ease-out
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right {
    left: auto;
    right: 0;
    text-align: right
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li a .qodef-menu-item-arrow {
    top: unset;
    left: 0;
    right: auto;
    padding-bottom: 1px;
    transform: 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%;
    padding: 0 28px
}

.qodef-header-navigation>ul>li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--qode-main-color);
    transform: scale3d(0, 1, 1);
    transform-origin: left;
    transition: transform .2s
}

.qodef-header-navigation>ul>li>a {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
    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.current-menu-ancestor::before,
.qodef-header-navigation>ul>li.current-menu-item::before {
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s
}

.qodef-browser--firefox .qodef-header-navigation>ul>li.current-menu-ancestor::before,
.qodef-browser--firefox .qodef-header-navigation>ul>li.current-menu-item::before {
    transform: scale3d(1.003, 1, 1)
}

.qodef-header-navigation>ul>li:hover::before {
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s
}

.qodef-browser--firefox .qodef-header-navigation>ul>li:hover::before {
    transform: scale3d(1.003, 1, 1)
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 14px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    padding-right: 28px
}

.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 .qodef-menu-item-plus {
    position: absolute;
    transform: rotate(0);
    transition: left .2s ease-out, right .2s ease-out, transform .2s ease-out;
    left: -28px
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor>a,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item>a,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover>a {
    padding-left: 28px;
    padding-right: 0
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor>a .qodef-menu-item-plus,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item>a .qodef-menu-item-plus,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover>a .qodef-menu-item-plus {
    left: 0;
    transform: rotate(90deg);
    transition: left .2s ease-out, right .2s ease-out, transform .2s ease-out 80ms
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 14px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    justify-content: flex-end;
    padding-left: 28px;
    padding-right: 0
}

.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 .qodef-menu-item-plus {
    position: absolute;
    transform: rotate(0);
    transition: left .2s ease-out, right .2s ease-out, transform .2s ease-out;
    left: auto;
    right: -28px
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor>a,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item>a,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover>a {
    padding-left: 0;
    padding-right: 28px
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor>a .qodef-menu-item-plus,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item>a .qodef-menu-item-plus,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover>a .qodef-menu-item-plus {
    left: auto;
    right: 0;
    transform: rotate(-90deg);
    transition: left .2s ease-out, right .2s ease-out, transform .2s ease-out 80ms
}

.qodef-m-pagination {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0
}

.qodef-m-pagination.qodef--wp {
    border-top: 1px solid #a6a6a6;
    margin: 81px 0 0 0;
    padding: 19px 0 0 0
}

.qodef-m-pagination.qodef--wp .nav-links {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.qodef-m-pagination.qodef--wp .page-numbers {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
    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);
    margin: 0 20px;
    padding: 0;
    position: relative
}

@media only screen and (max-width:480px) {
    .qodef-m-pagination.qodef--wp .page-numbers {
        margin: 0 10px
    }
}

.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 {
    background: 0 0;
    display: flex;
    padding: 0;
    position: absolute;
    top: 0
}

@media only screen and (max-width:680px) {
    .qodef-m-pagination.qodef--wp .page-numbers.next,
    .qodef-m-pagination.qodef--wp .page-numbers.prev {
        top: 2px
    }
}

.qodef-m-pagination.qodef--wp .page-numbers.next svg,
.qodef-m-pagination.qodef--wp .page-numbers.prev svg {
    display: block;
    height: auto;
    overflow: visible;
    will-change: transform;
    transition: margin-left .3s ease, margin-right .3s ease
}

.qodef-m-pagination.qodef--wp .page-numbers.next svg .qodef-m-oblique--1,
.qodef-m-pagination.qodef--wp .page-numbers.prev svg .qodef-m-oblique--1 {
    width: 22px;
    height: 2px;
    transition: width .3s ease;
    will-change: transform
}

.qodef-m-pagination.qodef--wp .page-numbers.next svg .qodef-m-oblique--2,
.qodef-m-pagination.qodef--wp .page-numbers.prev svg .qodef-m-oblique--2 {
    width: 2px;
    height: 22px;
    transition: height .3s ease;
    will-change: transform
}

.qodef-m-pagination.qodef--wp .page-numbers.next svg .qodef-m-horizontal,
.qodef-m-pagination.qodef--wp .page-numbers.prev svg .qodef-m-horizontal {
    width: 2px;
    height: 0;
    transition: height .3s ease;
    will-change: transform
}

.qodef-m-pagination.qodef--wp .page-numbers.next:hover svg .qodef-m-oblique--1,
.qodef-m-pagination.qodef--wp .page-numbers.prev:hover svg .qodef-m-oblique--1 {
    width: 12px
}

.qodef-m-pagination.qodef--wp .page-numbers.next:hover svg .qodef-m-oblique--2,
.qodef-m-pagination.qodef--wp .page-numbers.prev:hover svg .qodef-m-oblique--2 {
    height: 12px
}

.qodef-m-pagination.qodef--wp .page-numbers.next:hover svg .qodef-m-horizontal,
.qodef-m-pagination.qodef--wp .page-numbers.prev:hover svg .qodef-m-horizontal {
    height: 20px
}

.qodef-m-pagination.qodef--wp .page-numbers.prev {
    flex-direction: row-reverse;
    left: 0
}

@media only screen and (max-width:680px) {
    .qodef-m-pagination.qodef--wp .page-numbers.prev .qodef-m-pagination-label {
        display: none
    }
}

.qodef-m-pagination.qodef--wp .page-numbers.prev svg {
    margin-right: 10px
}

@media only screen and (max-width:680px) {
    .qodef-m-pagination.qodef--wp .page-numbers.prev svg {
        margin-right: 0
    }
}

.qodef-m-pagination.qodef--wp .page-numbers.prev:hover svg {
    margin-right: 21px
}

.qodef-m-pagination.qodef--wp .page-numbers.next {
    right: 0
}

@media only screen and (max-width:680px) {
    .qodef-m-pagination.qodef--wp .page-numbers.next .qodef-m-pagination-label {
        display: none
    }
}

.qodef-m-pagination.qodef--wp .page-numbers.next svg {
    margin-left: 10px;
    transform: rotate(180deg)
}

@media only screen and (max-width:680px) {
    .qodef-m-pagination.qodef--wp .page-numbers.next svg {
        margin-left: 0
    }
}

.qodef-m-pagination.qodef--wp .page-numbers.next:hover svg {
    margin-left: 21px
}

.qodef-m-pagination.qodef--wp .page-numbers.current,
.qodef-m-pagination.qodef--wp .page-numbers:not(.qodef--dots):hover {
    background-size: 100% 1px
}

.qodef-m-pagination.qodef--standard {
    border-top: 1px solid #a6a6a6;
    padding: 19px 0 0 0
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
    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);
    margin: 0 20px;
    padding: 0;
    position: relative
}

@media only screen and (max-width:480px) {
    .qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
        margin: 0 10px
    }
}

.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 {
    background: 0 0;
    display: flex;
    padding: 0;
    position: absolute;
    top: 0
}

@media only screen and (max-width:680px) {
    .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next,
    .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
        top: 2px
    }
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg {
    display: block;
    height: auto;
    overflow: visible;
    will-change: transform;
    transition: margin-left .3s ease, margin-right .3s ease
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg .qodef-m-oblique--1,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg .qodef-m-oblique--1 {
    width: 22px;
    height: 2px;
    transition: width .3s ease;
    will-change: transform
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg .qodef-m-oblique--2,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg .qodef-m-oblique--2 {
    width: 2px;
    height: 22px;
    transition: height .3s ease;
    will-change: transform
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg .qodef-m-horizontal,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg .qodef-m-horizontal {
    width: 2px;
    height: 0;
    transition: height .3s ease;
    will-change: transform
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover svg .qodef-m-oblique--1,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover svg .qodef-m-oblique--1 {
    width: 12px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover svg .qodef-m-oblique--2,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover svg .qodef-m-oblique--2 {
    height: 12px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover svg .qodef-m-horizontal,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover svg .qodef-m-horizontal {
    height: 20px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
    flex-direction: row-reverse;
    left: 0
}

@media only screen and (max-width:680px) {
    .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev .qodef-m-pagination-label {
        display: none
    }
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg {
    margin-right: 10px
}

@media only screen and (max-width:680px) {
    .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg {
        margin-right: 0
    }
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover svg {
    margin-right: 21px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
    right: 0
}

@media only screen and (max-width:680px) {
    .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next .qodef-m-pagination-label {
        display: none
    }
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg {
    margin-left: 10px;
    transform: rotate(180deg)
}

@media only screen and (max-width:680px) {
    .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg {
        margin-left: 0
    }
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover svg {
    margin-left: 21px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:not(.qodef--dots):hover {
    background-size: 100% 1px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef-prev--hidden {
    margin-left: 0
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--hide {
    display: none
}

.qodef-m-pagination.qodef--load-more {
    text-align: center
}

.qodef-m-pagination.qodef--load-more .qodef-m-pagination-inner {
    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-filter-pagination-spinner,
.qodef-pagination--on .qodef-m-pagination-spinner {
    animation: qode-rotate 2s infinite linear;
    display: inline-block;
    height: auto;
    position: relative;
    vertical-align: top;
    visibility: hidden;
    width: 32px;
    z-index: -1
}

.qodef-filter-pagination-spinner {
    bottom: calc(50% - 32px / 2);
    left: calc(50% - 32px / 2);
    position: absolute
}

.qodef--loading .qodef-filter-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.qodef-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
    opacity: 1;
    transition: opacity .2s ease-out
}

.qodef-pagination--on.qodef-pagination-type--standard .qodef-m-pagination-spinner {
    bottom: calc(50% - 32px / 2);
    left: calc(50% - 32px / 2);
    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% - 32px / 2);
    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 {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
    margin-right: 10px
}

.qodef-single-links a,
.qodef-single-links>span:not(.qodef-m-single-links-title) {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
    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);
    margin-right: 8px;
    padding: 0 3px
}

.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:hover,
.qodef-single-links>span:not(.qodef-m-single-links-title) {
    background-size: 100% 1px
}

.qodef-search {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 50px
}

.qodef-search .qodef-e-search-heading {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 60px
}

.qodef-search .qodef-e-search-heading-title {
    margin: 0 0 20px
}

.qodef-search .qodef-e-search-heading-label {
    margin: 8px 0 0
}

.qodef-search .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-search .qodef-search-form-field {
    margin: 0;
    padding-right: 50px;
    transition: border-color .3s ease;
    border-color: #afafaf
}

.qodef-search .qodef-search-form-field:focus,
.qodef-search .qodef-search-form-field:hover {
    border-color: #1b1b1b
}

.qodef-search .qodef-search-form-button {
    background-color: transparent;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    color: #1b1b1b
}

.qodef-search .qodef-search-form-button:hover {
    color: #1b1b1b
}

.qodef-search .qodef-search-form-button svg {
    display: block;
    width: 19.1px;
    height: auto
}

.qodef-search article {
    margin-bottom: 50px
}

.qodef-search article:last-child {
    margin-bottom: 0
}

.qodef-search article .qodef-e-inner {
    align-items: flex-start;
    display: flex;
    position: relative
}

.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: 0 0 60px 0
}

.qodef-svg--menu {
    fill: currentColor;
    stroke: none
}

.qodef-svg--search {
    fill: currentColor;
    stroke: none
}

.qodef-svg--star {
    fill: none;
    stroke: currentColor
}

.qodef-svg--menu-arrow {
    fill: currentColor;
    stroke: none
}

.qodef-svg--menu-arrow-big {
    fill: currentColor;
    stroke: none
}

.qodef-svg--plus {
    fill: currentColor;
    stroke: none
}

.qodef-svg--input-arrow-left,
.qodef-svg--input-arrow-right {
    fill: currentColor;
    stroke: none
}

.qodef-svg--slider-arrow-left,
.qodef-svg--slider-arrow-right {
    fill: currentColor;
    stroke: none
}

.qodef-svg--pagination-arrow-left,
.qodef-svg--pagination-arrow-right {
    fill: currentColor;
    stroke: none
}

.qodef-svg--close {
    fill: currentColor;
    stroke: none
}

.qodef-svg--spinner {
    fill: var(--qode-main-color);
    stroke: none
}

.qodef-svg--link {
    fill: none;
    stroke: currentColor
}

.qodef-svg--quote {
    fill: none;
    stroke: currentColor
}

.qodef-svg--flag {
    fill: currentColor;
    stroke: none
}

.qodef-svg--tick {
    fill: currentColor;
    stroke: none
}

.qodef-svg--back-to-top {
    fill: currentColor;
    stroke: none
}

.qodef-page-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 240px;
    background-color: #dfdfdf
}

.qodef-page-title .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-page-title .qodef-m-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.qodef-page-title .qodef-m-title {
    margin: 0
}

.widget:last-child {
    margin-bottom: 0 !important
}

.widget .qodef-widget-title a {
    color: inherit
}

.widget ul:not(.qodef-shortcode-list) {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget ul:not(.qodef-shortcode-list) li:last-child {
    margin-bottom: 0 !important
}

.widget ul:not(.qodef-shortcode-list) li ul {
    margin-left: 1em
}

.widget select {
    max-width: 100%;
    width: 100%
}

.widget .select2 {
    margin-bottom: 0
}

.widget .select2-container--default .select2-selection--multiple,
.widget .select2-container--default .select2-selection--single {
    color: inherit !important
}

.widget .wp-caption {
    color: inherit
}

.widget .qodef-search-form-inner {
    display: flex;
    max-width: 100%;
    position: relative
}

.widget .qodef-search-form-field {
    margin: 0
}

.widget .qodef-search-form-button {
    border: none;
    flex-shrink: 0
}

.widget .qodef-search-form-button:not(.qodef--has-icon) {
    padding: 0 1em
}

.widget .qodef-search-form-button.qodef--has-icon {
    padding: 0
}

.widget .qodef-search-form-button.qodef--button-outside {
    margin-left: 1em
}

.widget .qodef-search-form-button.qodef--button-inside {
    background-color: transparent !important;
    position: absolute;
    right: 0;
    top: 0
}

.widget .tagcloud,
.widget .wp-block-tag-cloud {
    margin: 0
}

.widget .tagcloud a,
.widget .wp-block-tag-cloud a {
    display: inline-block;
    font-family: inherit;
    font-size: 18px !important;
    font-weight: 500;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0 4px 1px 0;
    position: relative;
    text-transform: capitalize;
    vertical-align: top
}

.widget .tagcloud a:not(:last-child):after,
.widget .wp-block-tag-cloud a:not(:last-child):after {
    content: '/';
    padding-left: 10px
}

.widget .wp-block-calendar,
.widget.widget_calendar {
    width: 100%
}

.widget .wp-block-calendar table,
.widget.widget_calendar table {
    table-layout: fixed
}

.widget .wp-block-calendar caption,
.widget.widget_calendar caption {
    margin-bottom: 5px
}

.widget .wp-block-calendar th,
.widget.widget_calendar th {
    background-color: transparent;
    font-weight: 600;
    padding: 5px 10px
}

.widget .wp-block-calendar td,
.widget.widget_calendar td {
    padding: 5px 10px
}

.widget .wp-block-calendar #today a,
.widget.widget_calendar #today a {
    color: inherit
}

.widget .wp-block-calendar a,
.widget.widget_calendar a {
    text-decoration: none
}

.widget .wp-block-calendar .wp-calendar-nav,
.widget.widget_calendar .wp-calendar-nav {
    margin: 5px 0 0 0;
    text-align: left
}

.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_nav_menu .qodef-menu-item-arrow,
.widget.widget_nav_menu .qodef-menu-item-plus {
    display: none
}

.widget.widget_rss ul .rsswidget {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500;
    display: block
}

.widget.widget_rss ul .rssSummary {
    margin-top: 15px
}

.widget.widget_rss ul cite {
    display: block;
    margin-top: 8px
}

.widget.widget_globerafer_core_title_widget {
    margin: 0
}

.widget.widget_block .wp-block-columns,
.widget.widget_block .wp-block-group {
    margin: 0
}

.widget.widget_block .wp-block-columns .widget,
.widget.widget_block .wp-block-group .widget {
    margin: 0 !important
}

.widget.widget_block .wp-block-columns .qodef-widget-title,
.widget.widget_block .wp-block-group .qodef-widget-title {
    margin: 0 !important
}

.widget.widget_block .wp-block-social-link {
    margin: 4px 8px 4px 0 !important
}

.widget.widget_block .wp-block-social-link:last-child {
    margin-bottom: 4px !important
}

.widget.widget_block .wp-block-latest-posts__featured-image {
    margin-bottom: .5em
}

.widget.widget_block .wp-block-latest-posts__post-author,
.widget.widget_block .wp-block-latest-posts__post-date {
    color: inherit
}

.widget.widget_block .wp-block-rss__item-author,
.widget.widget_block .wp-block-rss__item-publish-date {
    color: inherit
}

.widget h1:not([class*=qodef]),
.widget h2:not([class*=qodef]),
.widget h3:not([class*=qodef]),
.widget h4:not([class*=qodef]),
.widget h5:not([class*=qodef]),
.widget h6:not([class*=qodef]) {
    margin: 0
}

.widget:not(.widget_globefarer_core_title_widget) {
    margin: 0 0 60px
}

.widget .qodef-widget-title {
    margin: 0 0 25px
}

.widget .qodef-widget-title a:hover {
    color: #1b1b1b
}

.widget a {
    color: #5b5b5b
}

.widget a:hover {
    color: #1b1b1b
}

.widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 10px
}

.widget ul:not(.qodef-shortcode-list) li a {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.01em;
    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: #1b1b1b
}

.widget ul:not(.qodef-shortcode-list) li a:hover {
    background-size: 100% 1px
}

.widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 10px
}

.widget .wp-block-loginout input:not(.button),
.widget input[type=email].qodef-m-newsletter-input,
.widget input[type=text].qodef-m-newsletter-input,
.widget select {
    color: #1b1b1b;
    border-color: #afafaf
}

.widget .select2,
.widget select {
    margin-top: 7px !important
}

.widget .button,
.widget button {
    color: #1b1b1b;
    background-color: #5b5b5b
}

.widget[class*="_search"] .qodef-widget-title {
    margin-bottom: 32px
}

.widget .qodef-search-form-field {
    height: 60px;
    transition: border-color .3s ease;
    color: #1b1b1b;
    border-color: #afafaf
}

.widget .qodef-search-form-field:focus,
.widget .qodef-search-form-field:hover {
    border-color: #1b1b1b
}

.widget .qodef-search-form-button {
    height: 60px
}

.widget .qodef-search-form-button:not(.qodef--has-icon) {
    line-height: 58px
}

.widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside {
    background-color: transparent;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    color: #1b1b1b
}

.widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside svg {
    display: block;
    width: 19.1px;
    height: auto
}

.widget .qodef-search-form-button.qodef--has-icon.qodef--button-outside {
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0
}

.widget .qodef-search-form-button.qodef--has-icon.qodef--button-outside svg {
    display: block;
    width: 19.1px;
    height: auto
}

.widget .qodef-search-form-button.qodef--button-inside {
    color: #1b1b1b
}

.widget .tagcloud a,
.widget .wp-block-tag-cloud a {
    color: #5b5b5b
}

.widget .tagcloud a:after,
.widget .wp-block-tag-cloud a:after {
    color: #5b5b5b
}

.widget .tagcloud a:hover,
.widget .wp-block-tag-cloud a:hover {
    color: #000
}

.widget .wp-block-calendar #today,
.widget.widget_calendar #today {
    color: #fff;
    background-color: #1b1b1b
}

.widget .wp-block-calendar .wp-calendar-nav a,
.widget.widget_calendar .wp-calendar-nav a {
    color: #5b5b5b
}

.widget .wp-block-calendar .wp-calendar-nav a:hover,
.widget.widget_calendar .wp-calendar-nav a:hover {
    color: #1b1b1b
}

.widget.widget_media_image .qodef-widget-title {
    margin-bottom: 32px
}

.widget.widget_media_gallery {
    margin-bottom: 55px
}

.widget.widget_media_gallery .gallery {
    margin: 0 -5px
}

.widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0;
    padding: 0 5px
}

.widget.widget_globefarer_core_contact_form_7 .qodef-widget-title {
    margin-bottom: 32px
}

.widget.widget_block .wp-block-columns h1:not([class*=qodef]),
.widget.widget_block .wp-block-columns h2:not([class*=qodef]),
.widget.widget_block .wp-block-columns h3:not([class*=qodef]),
.widget.widget_block .wp-block-columns h4:not([class*=qodef]),
.widget.widget_block .wp-block-columns h5:not([class*=qodef]),
.widget.widget_block .wp-block-columns h6:not([class*=qodef]),
.widget.widget_block .wp-block-group h1:not([class*=qodef]),
.widget.widget_block .wp-block-group h2:not([class*=qodef]),
.widget.widget_block .wp-block-group h3:not([class*=qodef]),
.widget.widget_block .wp-block-group h4:not([class*=qodef]),
.widget.widget_block .wp-block-group h5:not([class*=qodef]),
.widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 25px
}

#qodef-page-header .widget:not(.widget_globefarer_core_title_widget) {
    margin: 0 0 60px
}

#qodef-page-header .widget .qodef-widget-title {
    margin: 0 0 25px
}

#qodef-page-header .widget .qodef-widget-title a:hover {
    color: #1b1b1b
}

#qodef-page-header .widget a:hover {
    color: #1b1b1b
}

#qodef-page-header .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 10px
}

#qodef-page-header .widget ul:not(.qodef-shortcode-list) li a {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.01em;
    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: #1b1b1b
}

#qodef-page-header .widget ul:not(.qodef-shortcode-list) li a:hover {
    background-size: 100% 1px
}

#qodef-page-header .widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 10px
}

#qodef-page-header .widget .wp-block-loginout input:not(.button),
#qodef-page-header .widget input[type=email].qodef-m-newsletter-input,
#qodef-page-header .widget input[type=text].qodef-m-newsletter-input,
#qodef-page-header .widget select {
    color: #1b1b1b;
    border-color: #afafaf
}

#qodef-page-header .widget .select2,
#qodef-page-header .widget select {
    margin-top: 7px !important
}

#qodef-page-header .widget .button,
#qodef-page-header .widget button {
    color: #1b1b1b;
    background-color: var(--qode-main-color)
}

#qodef-page-header .widget[class*="_search"] .qodef-widget-title {
    margin-bottom: 32px
}

#qodef-page-header .widget .qodef-search-form-field {
    height: 60px;
    transition: border-color .3s ease;
    color: #1b1b1b;
    border-color: #afafaf
}

#qodef-page-header .widget .qodef-search-form-field:focus,
#qodef-page-header .widget .qodef-search-form-field:hover {
    border-color: #1b1b1b
}

#qodef-page-header .widget .qodef-search-form-button {
    height: 60px
}

#qodef-page-header .widget .qodef-search-form-button:not(.qodef--has-icon) {
    line-height: 58px
}

#qodef-page-header .widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside {
    background-color: transparent;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    color: #1b1b1b
}

#qodef-page-header .widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside svg {
    display: block;
    width: 19.1px;
    height: auto
}

#qodef-page-header .widget .qodef-search-form-button.qodef--has-icon.qodef--button-outside {
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0
}

#qodef-page-header .widget .qodef-search-form-button.qodef--has-icon.qodef--button-outside svg {
    display: block;
    width: 19.1px;
    height: auto
}

#qodef-page-header .widget .qodef-search-form-button.qodef--button-inside {
    color: #1b1b1b
}

#qodef-page-header .widget .tagcloud a:hover,
#qodef-page-header .widget .wp-block-tag-cloud a:hover {
    color: #000
}

#qodef-page-header .widget .wp-block-calendar #today,
#qodef-page-header .widget.widget_calendar #today {
    color: #fff;
    background-color: #1b1b1b
}

#qodef-page-header .widget .wp-block-calendar .wp-calendar-nav a:hover,
#qodef-page-header .widget.widget_calendar .wp-calendar-nav a:hover {
    color: #1b1b1b
}

#qodef-page-header .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 32px
}

#qodef-page-header .widget.widget_media_gallery {
    margin-bottom: 55px
}

#qodef-page-header .widget.widget_media_gallery .gallery {
    margin: 0 -5px
}

#qodef-page-header .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0;
    padding: 0 5px
}

#qodef-page-header .widget.widget_globefarer_core_contact_form_7 .qodef-widget-title {
    margin-bottom: 32px
}

#qodef-page-header .widget.widget_block .wp-block-columns h1:not([class*=qodef]),
#qodef-page-header .widget.widget_block .wp-block-columns h2:not([class*=qodef]),
#qodef-page-header .widget.widget_block .wp-block-columns h3:not([class*=qodef]),
#qodef-page-header .widget.widget_block .wp-block-columns h4:not([class*=qodef]),
#qodef-page-header .widget.widget_block .wp-block-columns h5:not([class*=qodef]),
#qodef-page-header .widget.widget_block .wp-block-columns h6:not([class*=qodef]),
#qodef-page-header .widget.widget_block .wp-block-group h1:not([class*=qodef]),
#qodef-page-header .widget.widget_block .wp-block-group h2:not([class*=qodef]),
#qodef-page-header .widget.widget_block .wp-block-group h3:not([class*=qodef]),
#qodef-page-header .widget.widget_block .wp-block-group h4:not([class*=qodef]),
#qodef-page-header .widget.widget_block .wp-block-group h5:not([class*=qodef]),
#qodef-page-header .widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 25px
}

#qodef-page-sidebar .widget:not(.widget_globefarer_core_title_widget) {
    margin: 0 0 60px
}

#qodef-page-sidebar .widget .qodef-widget-title {
    margin: 0 0 19px
}

#qodef-page-sidebar .widget .qodef-widget-title a:hover {
    color: #1b1b1b
}

#qodef-page-sidebar .widget a {
    color: #777
}

#qodef-page-sidebar .widget a:hover {
    color: #1b1b1b
}

#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 10px
}

#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li a {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b
}

#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 10px
}

#qodef-page-sidebar .widget .wp-block-loginout input:not(.button),
#qodef-page-sidebar .widget input[type=email].qodef-m-newsletter-input,
#qodef-page-sidebar .widget input[type=text].qodef-m-newsletter-input,
#qodef-page-sidebar .widget select {
    color: #1b1b1b;
    border-color: #afafaf
}

#qodef-page-sidebar .widget .select2,
#qodef-page-sidebar .widget select {
    margin-top: 7px !important
}

#qodef-page-sidebar .widget .button,
#qodef-page-sidebar .widget button {
    color: #1b1b1b;
    background-color: #5b5b5b
}

#qodef-page-sidebar .widget.widget_archive li,
#qodef-page-sidebar .widget.widget_categories li,
#qodef-page-sidebar .widget.widget_meta li,
#qodef-page-sidebar .widget.widget_pages li,
#qodef-page-sidebar .widget.widget_recent_entries li {
    overflow: hidden
}

#qodef-page-sidebar .widget.widget_archive li a,
#qodef-page-sidebar .widget.widget_categories li a,
#qodef-page-sidebar .widget.widget_meta li a,
#qodef-page-sidebar .widget.widget_pages li a,
#qodef-page-sidebar .widget.widget_recent_entries li a {
    background: 0 0 !important;
    padding-right: 28px;
    position: relative;
    transition: padding .2s ease-out
}

#qodef-page-sidebar .widget.widget_archive li a:after,
#qodef-page-sidebar .widget.widget_archive li a:before,
#qodef-page-sidebar .widget.widget_categories li a:after,
#qodef-page-sidebar .widget.widget_categories li a:before,
#qodef-page-sidebar .widget.widget_meta li a:after,
#qodef-page-sidebar .widget.widget_meta li a:before,
#qodef-page-sidebar .widget.widget_pages li a:after,
#qodef-page-sidebar .widget.widget_pages li a:before,
#qodef-page-sidebar .widget.widget_recent_entries li a:after,
#qodef-page-sidebar .widget.widget_recent_entries li a:before {
    background-color: currentColor;
    content: '';
    display: block;
    position: absolute;
    transform: rotate(0);
    transition: left .2s ease-out, transform .2s ease-out
}

#qodef-page-sidebar .widget.widget_archive li a:before,
#qodef-page-sidebar .widget.widget_categories li a:before,
#qodef-page-sidebar .widget.widget_meta li a:before,
#qodef-page-sidebar .widget.widget_pages li a:before,
#qodef-page-sidebar .widget.widget_recent_entries li a:before {
    height: 2px;
    left: -28px;
    top: 10px;
    width: 14px
}

#qodef-page-sidebar .widget.widget_archive li a:after,
#qodef-page-sidebar .widget.widget_categories li a:after,
#qodef-page-sidebar .widget.widget_meta li a:after,
#qodef-page-sidebar .widget.widget_pages li a:after,
#qodef-page-sidebar .widget.widget_recent_entries li a:after {
    height: 14px;
    left: -22px;
    top: 4px;
    width: 2px
}

#qodef-page-sidebar .widget.widget_archive li a:hover,
#qodef-page-sidebar .widget.widget_categories li a:hover,
#qodef-page-sidebar .widget.widget_meta li a:hover,
#qodef-page-sidebar .widget.widget_pages li a:hover,
#qodef-page-sidebar .widget.widget_recent_entries li a:hover {
    padding-left: 28px;
    padding-right: 0
}

#qodef-page-sidebar .widget.widget_archive li a:hover:before,
#qodef-page-sidebar .widget.widget_categories li a:hover:before,
#qodef-page-sidebar .widget.widget_meta li a:hover:before,
#qodef-page-sidebar .widget.widget_pages li a:hover:before,
#qodef-page-sidebar .widget.widget_recent_entries li a:hover:before {
    left: 0;
    transform: rotate(90deg);
    transition: left .2s ease-out, transform .2s ease-out 80ms
}

#qodef-page-sidebar .widget.widget_archive li a:hover:after,
#qodef-page-sidebar .widget.widget_categories li a:hover:after,
#qodef-page-sidebar .widget.widget_meta li a:hover:after,
#qodef-page-sidebar .widget.widget_pages li a:hover:after,
#qodef-page-sidebar .widget.widget_recent_entries li a:hover:after {
    left: 6px;
    transform: rotate(90deg);
    transition: left .2s ease-out, transform .2s ease-out 80ms
}

#qodef-page-sidebar .widget[class*="_search"] .qodef-widget-title {
    margin-bottom: 26px
}

#qodef-page-sidebar .widget .qodef-search-form-field {
    height: 60px;
    transition: border-color .3s ease;
    color: #1b1b1b;
    border-color: #afafaf
}

#qodef-page-sidebar .widget .qodef-search-form-field:focus,
#qodef-page-sidebar .widget .qodef-search-form-field:hover {
    border-color: #1b1b1b
}

#qodef-page-sidebar .widget .qodef-search-form-button {
    height: 60px
}

#qodef-page-sidebar .widget .qodef-search-form-button:not(.qodef--has-icon) {
    line-height: 58px
}

#qodef-page-sidebar .widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside {
    background-color: transparent;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    color: #1b1b1b
}

#qodef-page-sidebar .widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside svg {
    display: block;
    width: 19.1px;
    height: auto
}

#qodef-page-sidebar .widget .qodef-search-form-button.qodef--has-icon.qodef--button-outside {
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0
}

#qodef-page-sidebar .widget .qodef-search-form-button.qodef--has-icon.qodef--button-outside svg {
    display: block;
    width: 19.1px;
    height: auto
}

#qodef-page-sidebar .widget .qodef-search-form-button.qodef--button-inside {
    color: #1b1b1b
}

#qodef-page-sidebar .widget .tagcloud a,
#qodef-page-sidebar .widget .wp-block-tag-cloud a {
    color: #777
}

#qodef-page-sidebar .widget .tagcloud a:after,
#qodef-page-sidebar .widget .wp-block-tag-cloud a:after {
    color: #777
}

#qodef-page-sidebar .widget .tagcloud a:hover,
#qodef-page-sidebar .widget .wp-block-tag-cloud a:hover {
    color: #000
}

#qodef-page-sidebar .widget .wp-block-calendar #today,
#qodef-page-sidebar .widget.widget_calendar #today {
    color: #fff;
    background-color: #1b1b1b
}

#qodef-page-sidebar .widget .wp-block-calendar .wp-calendar-nav a,
#qodef-page-sidebar .widget.widget_calendar .wp-calendar-nav a {
    color: #777
}

#qodef-page-sidebar .widget .wp-block-calendar .wp-calendar-nav a:hover,
#qodef-page-sidebar .widget.widget_calendar .wp-calendar-nav a:hover {
    color: #1b1b1b
}

#qodef-page-sidebar .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 26px
}

#qodef-page-sidebar .widget.widget_media_gallery {
    margin-bottom: 55px
}

#qodef-page-sidebar .widget.widget_media_gallery .gallery {
    margin: 0 -5px
}

#qodef-page-sidebar .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0;
    padding: 0 5px
}

#qodef-page-sidebar .widget.widget_globefarer_core_contact_form_7 .qodef-widget-title {
    margin-bottom: 26px
}

#qodef-page-sidebar .widget.widget_nav_menu {
    overflow: hidden
}

#qodef-page-sidebar .widget.widget_nav_menu .qodef-widget-title {
    margin: 0 0 40px 0
}

#qodef-page-sidebar .widget.widget_nav_menu>div {
    border-bottom: 1px solid #a6a6a6
}

#qodef-page-sidebar .widget.widget_nav_menu li {
    margin: 0 !important;
    overflow: hidden;
    position: relative
}

#qodef-page-sidebar .widget.widget_nav_menu li:after {
    background-color: #a6a6a6;
    content: '';
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw
}

#qodef-page-sidebar .widget.widget_nav_menu li ul {
    margin-top: 0 !important
}

#qodef-page-sidebar .widget.widget_nav_menu li a {
    background: 0 0 !important;
    display: inline-block;
    padding: 22px 28px 22px 0;
    position: relative;
    transition: padding .2s ease-out
}

#qodef-page-sidebar .widget.widget_nav_menu li a:after,
#qodef-page-sidebar .widget.widget_nav_menu li a:before {
    background-color: currentColor;
    content: '';
    display: block;
    position: absolute;
    transform: rotate(0);
    transition: left .2s ease-out, right .2s ease-out, transform .2s ease-out
}

#qodef-page-sidebar .widget.widget_nav_menu li a:before {
    height: 2px;
    left: -28px;
    top: 34px;
    width: 14px
}

#qodef-page-sidebar .widget.widget_nav_menu li a:after {
    height: 14px;
    left: -22px;
    top: 28px;
    width: 2px
}

#qodef-page-sidebar .widget.widget_nav_menu li a:hover {
    padding-left: 28px;
    padding-right: 0
}

#qodef-page-sidebar .widget.widget_nav_menu li a:hover:before {
    left: 0;
    transform: rotate(90deg);
    transition: left .2s ease-out, right .2s ease-out, transform .2s ease-out 80ms
}

#qodef-page-sidebar .widget.widget_nav_menu li a:hover:after {
    left: 6px;
    transform: rotate(90deg);
    transition: left .2s ease-out, right .2s ease-out, transform .2s ease-out 80ms
}

#qodef-page-sidebar .widget.widget_block .wp-block-columns h1:not([class*=qodef]),
#qodef-page-sidebar .widget.widget_block .wp-block-columns h2:not([class*=qodef]),
#qodef-page-sidebar .widget.widget_block .wp-block-columns h3:not([class*=qodef]),
#qodef-page-sidebar .widget.widget_block .wp-block-columns h4:not([class*=qodef]),
#qodef-page-sidebar .widget.widget_block .wp-block-columns h5:not([class*=qodef]),
#qodef-page-sidebar .widget.widget_block .wp-block-columns h6:not([class*=qodef]),
#qodef-page-sidebar .widget.widget_block .wp-block-group h1:not([class*=qodef]),
#qodef-page-sidebar .widget.widget_block .wp-block-group h2:not([class*=qodef]),
#qodef-page-sidebar .widget.widget_block .wp-block-group h3:not([class*=qodef]),
#qodef-page-sidebar .widget.widget_block .wp-block-group h4:not([class*=qodef]),
#qodef-page-sidebar .widget.widget_block .wp-block-group h5:not([class*=qodef]),
#qodef-page-sidebar .widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 19px
}

#qodef-top-area .widget:not(.widget_globefarer_core_title_widget) {
    margin: 0 0 0;
    color: #fff
}

#qodef-top-area .widget:not(.widget_globefarer_core_title_widget) h1:not([class*=qodef]),
#qodef-top-area .widget:not(.widget_globefarer_core_title_widget) h2:not([class*=qodef]),
#qodef-top-area .widget:not(.widget_globefarer_core_title_widget) h3:not([class*=qodef]),
#qodef-top-area .widget:not(.widget_globefarer_core_title_widget) h4:not([class*=qodef]),
#qodef-top-area .widget:not(.widget_globefarer_core_title_widget) h5:not([class*=qodef]),
#qodef-top-area .widget:not(.widget_globefarer_core_title_widget) h6:not([class*=qodef]) {
    color: #fff
}

#qodef-top-area .widget .qodef-widget-title {
    margin: 0 0 25px;
    color: #fff
}

#qodef-top-area .widget .qodef-widget-title a:hover {
    color: #fff
}

#qodef-top-area .widget a {
    color: #fff
}

#qodef-top-area .widget a:hover {
    color: #fff
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 10px
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) li a {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.01em;
    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: #1b1b1b
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) li a:hover {
    background-size: 100% 1px
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 10px
}

#qodef-top-area .widget .wp-block-loginout input:not(.button),
#qodef-top-area .widget input[type=email].qodef-m-newsletter-input,
#qodef-top-area .widget input[type=text].qodef-m-newsletter-input,
#qodef-top-area .widget select {
    color: #1b1b1b;
    border-color: #afafaf
}

#qodef-top-area .widget .select2,
#qodef-top-area .widget select {
    margin-top: 7px !important
}

#qodef-top-area .widget .button,
#qodef-top-area .widget button {
    color: #1b1b1b;
    background-color: #5b5b5b
}

#qodef-top-area .widget[class*="_search"] .qodef-widget-title {
    margin-bottom: 32px
}

#qodef-top-area .widget .qodef-search-form-field {
    height: 60px;
    transition: border-color .3s ease;
    color: #1b1b1b;
    border-color: #afafaf
}

#qodef-top-area .widget .qodef-search-form-field:focus,
#qodef-top-area .widget .qodef-search-form-field:hover {
    border-color: #1b1b1b
}

#qodef-top-area .widget .qodef-search-form-button {
    height: 60px
}

#qodef-top-area .widget .qodef-search-form-button:not(.qodef--has-icon) {
    line-height: 58px
}

#qodef-top-area .widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside {
    background-color: transparent;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    color: #1b1b1b
}

#qodef-top-area .widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside svg {
    display: block;
    width: 19.1px;
    height: auto
}

#qodef-top-area .widget .qodef-search-form-button.qodef--has-icon.qodef--button-outside {
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0
}

#qodef-top-area .widget .qodef-search-form-button.qodef--has-icon.qodef--button-outside svg {
    display: block;
    width: 19.1px;
    height: auto
}

#qodef-top-area .widget .qodef-search-form-button.qodef--button-inside {
    color: #1b1b1b
}

#qodef-top-area .widget .tagcloud a,
#qodef-top-area .widget .wp-block-tag-cloud a {
    color: #fff
}

#qodef-top-area .widget .tagcloud a:after,
#qodef-top-area .widget .wp-block-tag-cloud a:after {
    color: #fff
}

#qodef-top-area .widget .tagcloud a:hover,
#qodef-top-area .widget .wp-block-tag-cloud a:hover {
    color: #000
}

#qodef-top-area .widget .wp-block-calendar caption,
#qodef-top-area .widget.widget_calendar caption {
    color: #fff
}

#qodef-top-area .widget .wp-block-calendar tbody,
#qodef-top-area .widget.widget_calendar tbody {
    color: #fff
}

#qodef-top-area .widget .wp-block-calendar #today,
#qodef-top-area .widget.widget_calendar #today {
    color: #fff;
    background-color: #fff
}

#qodef-top-area .widget .wp-block-calendar .wp-calendar-nav a,
#qodef-top-area .widget.widget_calendar .wp-calendar-nav a {
    color: #fff
}

#qodef-top-area .widget .wp-block-calendar .wp-calendar-nav a:hover,
#qodef-top-area .widget.widget_calendar .wp-calendar-nav a:hover {
    color: #fff
}

#qodef-top-area .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 32px
}

#qodef-top-area .widget.widget_media_gallery {
    margin-bottom: -5px
}

#qodef-top-area .widget.widget_media_gallery .gallery {
    margin: 0 -5px
}

#qodef-top-area .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0;
    padding: 0 5px
}

#qodef-top-area .widget.widget_globefarer_core_contact_form_7 .qodef-widget-title {
    margin-bottom: 32px
}

#qodef-top-area .widget.widget_block .wp-block-columns h1:not([class*=qodef]),
#qodef-top-area .widget.widget_block .wp-block-columns h2:not([class*=qodef]),
#qodef-top-area .widget.widget_block .wp-block-columns h3:not([class*=qodef]),
#qodef-top-area .widget.widget_block .wp-block-columns h4:not([class*=qodef]),
#qodef-top-area .widget.widget_block .wp-block-columns h5:not([class*=qodef]),
#qodef-top-area .widget.widget_block .wp-block-columns h6:not([class*=qodef]),
#qodef-top-area .widget.widget_block .wp-block-group h1:not([class*=qodef]),
#qodef-top-area .widget.widget_block .wp-block-group h2:not([class*=qodef]),
#qodef-top-area .widget.widget_block .wp-block-group h3:not([class*=qodef]),
#qodef-top-area .widget.widget_block .wp-block-group h4:not([class*=qodef]),
#qodef-top-area .widget.widget_block .wp-block-group h5:not([class*=qodef]),
#qodef-top-area .widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 25px
}

#qodef-page-footer .widget:not(.widget_globefarer_core_title_widget) {
    margin: 0 0 60px;
    color: #979797
}

#qodef-page-footer .widget:not(.widget_globefarer_core_title_widget) h1:not([class*=qodef]),
#qodef-page-footer .widget:not(.widget_globefarer_core_title_widget) h2:not([class*=qodef]),
#qodef-page-footer .widget:not(.widget_globefarer_core_title_widget) h3:not([class*=qodef]),
#qodef-page-footer .widget:not(.widget_globefarer_core_title_widget) h4:not([class*=qodef]),
#qodef-page-footer .widget:not(.widget_globefarer_core_title_widget) h5:not([class*=qodef]),
#qodef-page-footer .widget:not(.widget_globefarer_core_title_widget) h6:not([class*=qodef]) {
    color: #fff
}

#qodef-page-footer .widget .qodef-widget-title {
    margin: 0 0 29px;
    color: #fff
}

#qodef-page-footer .widget .qodef-widget-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget a {
    color: #979797
}

#qodef-page-footer .widget a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 15px
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li a {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    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: #979797
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li a:hover {
    background-size: 100% 1px
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 15px
}

#qodef-page-footer .widget .wp-block-loginout input:not(.button),
#qodef-page-footer .widget input[type=email].qodef-m-newsletter-input,
#qodef-page-footer .widget input[type=text].qodef-m-newsletter-input,
#qodef-page-footer .widget select {
    color: #979797;
    border-color: #afafaf
}

#qodef-page-footer .widget .select2,
#qodef-page-footer .widget select {
    margin-top: 7px !important
}

#qodef-page-footer .widget .button,
#qodef-page-footer .widget button {
    color: #1b1b1b;
    background-color: #5b5b5b
}

#qodef-page-footer .widget[class*="_search"] .qodef-widget-title {
    margin-bottom: 36px
}

#qodef-page-footer .widget .qodef-search-form-field {
    height: 60px;
    transition: border-color .3s ease;
    color: #979797;
    border-color: #afafaf
}

#qodef-page-footer .widget .qodef-search-form-field:focus,
#qodef-page-footer .widget .qodef-search-form-field:hover {
    border-color: #777
}

#qodef-page-footer .widget .qodef-search-form-button {
    height: 60px
}

#qodef-page-footer .widget .qodef-search-form-button:not(.qodef--has-icon) {
    line-height: 58px
}

#qodef-page-footer .widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside {
    background-color: transparent;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    color: #979797
}

#qodef-page-footer .widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside:hover {
    color: #979797
}

#qodef-page-footer .widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside svg {
    display: block;
    width: 19.1px;
    height: auto
}

#qodef-page-footer .widget .qodef-search-form-button.qodef--has-icon.qodef--button-outside {
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0
}

#qodef-page-footer .widget .qodef-search-form-button.qodef--has-icon.qodef--button-outside svg {
    display: block;
    width: 19.1px;
    height: auto
}

#qodef-page-footer .widget .qodef-search-form-button.qodef--button-inside {
    color: #979797
}

#qodef-page-footer .widget .qodef-search-form-button.qodef--button-inside:hover {
    color: #979797
}

#qodef-page-footer .widget .tagcloud a,
#qodef-page-footer .widget .wp-block-tag-cloud a {
    color: #979797
}

#qodef-page-footer .widget .tagcloud a:after,
#qodef-page-footer .widget .wp-block-tag-cloud a:after {
    color: #979797
}

#qodef-page-footer .widget .tagcloud a:hover,
#qodef-page-footer .widget .wp-block-tag-cloud a:hover {
    color: #fff
}

#qodef-page-footer .widget .wp-block-calendar caption,
#qodef-page-footer .widget.widget_calendar caption {
    color: #979797
}

#qodef-page-footer .widget .wp-block-calendar tbody,
#qodef-page-footer .widget.widget_calendar tbody {
    color: #979797
}

#qodef-page-footer .widget .wp-block-calendar #today,
#qodef-page-footer .widget.widget_calendar #today {
    color: #fff;
    background-color: var(--qode-main-color)
}

#qodef-page-footer .widget .wp-block-calendar .wp-calendar-nav a,
#qodef-page-footer .widget.widget_calendar .wp-calendar-nav a {
    color: #979797
}

#qodef-page-footer .widget .wp-block-calendar .wp-calendar-nav a:hover,
#qodef-page-footer .widget.widget_calendar .wp-calendar-nav a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 36px
}

#qodef-page-footer .widget.widget_media_gallery {
    margin-bottom: 55px
}

#qodef-page-footer .widget.widget_media_gallery .gallery {
    margin: 0 -5px
}

#qodef-page-footer .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0;
    padding: 0 5px
}

#qodef-page-footer .widget.widget_globefarer_core_contact_form_7 .qodef-widget-title {
    margin-bottom: 36px
}

#qodef-page-footer .widget.widget_block .wp-block-columns h1:not([class*=qodef]),
#qodef-page-footer .widget.widget_block .wp-block-columns h2:not([class*=qodef]),
#qodef-page-footer .widget.widget_block .wp-block-columns h3:not([class*=qodef]),
#qodef-page-footer .widget.widget_block .wp-block-columns h4:not([class*=qodef]),
#qodef-page-footer .widget.widget_block .wp-block-columns h5:not([class*=qodef]),
#qodef-page-footer .widget.widget_block .wp-block-columns h6:not([class*=qodef]),
#qodef-page-footer .widget.widget_block .wp-block-group h1:not([class*=qodef]),
#qodef-page-footer .widget.widget_block .wp-block-group h2:not([class*=qodef]),
#qodef-page-footer .widget.widget_block .wp-block-group h3:not([class*=qodef]),
#qodef-page-footer .widget.widget_block .wp-block-group h4:not([class*=qodef]),
#qodef-page-footer .widget.widget_block .wp-block-group h5:not([class*=qodef]),
#qodef-page-footer .widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 29px
}

#qodef-page-footer .qodef-skin--dark .widget:not(.widget_globefarer_core_title_widget) {
    margin: 0 0 60px;
    color: #777
}

#qodef-page-footer .qodef-skin--dark .widget:not(.widget_globefarer_core_title_widget) h1:not([class*=qodef]),
#qodef-page-footer .qodef-skin--dark .widget:not(.widget_globefarer_core_title_widget) h2:not([class*=qodef]),
#qodef-page-footer .qodef-skin--dark .widget:not(.widget_globefarer_core_title_widget) h3:not([class*=qodef]),
#qodef-page-footer .qodef-skin--dark .widget:not(.widget_globefarer_core_title_widget) h4:not([class*=qodef]),
#qodef-page-footer .qodef-skin--dark .widget:not(.widget_globefarer_core_title_widget) h5:not([class*=qodef]),
#qodef-page-footer .qodef-skin--dark .widget:not(.widget_globefarer_core_title_widget) h6:not([class*=qodef]) {
    color: #1b1b1b
}

#qodef-page-footer .qodef-skin--dark .widget .qodef-widget-title {
    margin: 0 0 29px;
    color: #1b1b1b
}

#qodef-page-footer .qodef-skin--dark .widget .qodef-widget-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .qodef-skin--dark .widget a {
    color: #777
}

#qodef-page-footer .qodef-skin--dark .widget a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .qodef-skin--dark .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 15px
}

#qodef-page-footer .qodef-skin--dark .widget ul:not(.qodef-shortcode-list) li a {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    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: #777
}

#qodef-page-footer .qodef-skin--dark .widget ul:not(.qodef-shortcode-list) li a:hover {
    background-size: 100% 1px
}

#qodef-page-footer .qodef-skin--dark .widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 15px
}

#qodef-page-footer .qodef-skin--dark .widget .wp-block-loginout input:not(.button),
#qodef-page-footer .qodef-skin--dark .widget input[type=email].qodef-m-newsletter-input,
#qodef-page-footer .qodef-skin--dark .widget input[type=text].qodef-m-newsletter-input,
#qodef-page-footer .qodef-skin--dark .widget select {
    color: #1b1b1b;
    border-color: #afafaf
}

#qodef-page-footer .qodef-skin--dark .widget .select2,
#qodef-page-footer .qodef-skin--dark .widget select {
    margin-top: 7px !important
}

#qodef-page-footer .qodef-skin--dark .widget .button,
#qodef-page-footer .qodef-skin--dark .widget button {
    color: #1b1b1b;
    background-color: #5b5b5b
}

#qodef-page-footer .qodef-skin--dark .widget[class*="_search"] .qodef-widget-title {
    margin-bottom: 36px
}

#qodef-page-footer .qodef-skin--dark .widget .qodef-search-form-field {
    height: 60px;
    transition: border-color .3s ease;
    color: #1b1b1b;
    border-color: #afafaf
}

#qodef-page-footer .qodef-skin--dark .widget .qodef-search-form-field:focus,
#qodef-page-footer .qodef-skin--dark .widget .qodef-search-form-field:hover {
    border-color: #1b1b1b
}

#qodef-page-footer .qodef-skin--dark .widget .qodef-search-form-button {
    height: 60px
}

#qodef-page-footer .qodef-skin--dark .widget .qodef-search-form-button:not(.qodef--has-icon) {
    line-height: 58px
}

#qodef-page-footer .qodef-skin--dark .widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside {
    background-color: transparent;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    color: #1b1b1b
}

#qodef-page-footer .qodef-skin--dark .widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside:hover {
    color: #1b1b1b
}

#qodef-page-footer .qodef-skin--dark .widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside svg {
    display: block;
    width: 19.1px;
    height: auto
}

#qodef-page-footer .qodef-skin--dark .widget .qodef-search-form-button.qodef--has-icon.qodef--button-outside {
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0
}

#qodef-page-footer .qodef-skin--dark .widget .qodef-search-form-button.qodef--has-icon.qodef--button-outside svg {
    display: block;
    width: 19.1px;
    height: auto
}

#qodef-page-footer .qodef-skin--dark .widget .qodef-search-form-button.qodef--button-inside {
    color: #1b1b1b
}

#qodef-page-footer .qodef-skin--dark .widget .qodef-search-form-button.qodef--button-inside:hover {
    color: #1b1b1b
}

#qodef-page-footer .qodef-skin--dark .widget .tagcloud a,
#qodef-page-footer .qodef-skin--dark .widget .wp-block-tag-cloud a {
    color: #777
}

#qodef-page-footer .qodef-skin--dark .widget .tagcloud a:after,
#qodef-page-footer .qodef-skin--dark .widget .wp-block-tag-cloud a:after {
    color: #777
}

#qodef-page-footer .qodef-skin--dark .widget .tagcloud a:hover,
#qodef-page-footer .qodef-skin--dark .widget .wp-block-tag-cloud a:hover {
    color: #000
}

#qodef-page-footer .qodef-skin--dark .widget .wp-block-calendar caption,
#qodef-page-footer .qodef-skin--dark .widget.widget_calendar caption {
    color: #777
}

#qodef-page-footer .qodef-skin--dark .widget .wp-block-calendar tbody,
#qodef-page-footer .qodef-skin--dark .widget.widget_calendar tbody {
    color: #777
}

#qodef-page-footer .qodef-skin--dark .widget .wp-block-calendar #today,
#qodef-page-footer .qodef-skin--dark .widget.widget_calendar #today {
    color: #fff;
    background-color: var(--qode-main-color)
}

#qodef-page-footer .qodef-skin--dark .widget .wp-block-calendar .wp-calendar-nav a,
#qodef-page-footer .qodef-skin--dark .widget.widget_calendar .wp-calendar-nav a {
    color: #777
}

#qodef-page-footer .qodef-skin--dark .widget .wp-block-calendar .wp-calendar-nav a:hover,
#qodef-page-footer .qodef-skin--dark .widget.widget_calendar .wp-calendar-nav a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .qodef-skin--dark .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 36px
}

#qodef-page-footer .qodef-skin--dark .widget.widget_media_gallery {
    margin-bottom: 55px
}

#qodef-page-footer .qodef-skin--dark .widget.widget_media_gallery .gallery {
    margin: 0 -5px
}

#qodef-page-footer .qodef-skin--dark .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0;
    padding: 0 5px
}

#qodef-page-footer .qodef-skin--dark .widget.widget_globefarer_core_contact_form_7 .qodef-widget-title {
    margin-bottom: 36px
}

#qodef-page-footer .qodef-skin--dark .widget.widget_block .wp-block-columns h1:not([class*=qodef]),
#qodef-page-footer .qodef-skin--dark .widget.widget_block .wp-block-columns h2:not([class*=qodef]),
#qodef-page-footer .qodef-skin--dark .widget.widget_block .wp-block-columns h3:not([class*=qodef]),
#qodef-page-footer .qodef-skin--dark .widget.widget_block .wp-block-columns h4:not([class*=qodef]),
#qodef-page-footer .qodef-skin--dark .widget.widget_block .wp-block-columns h5:not([class*=qodef]),
#qodef-page-footer .qodef-skin--dark .widget.widget_block .wp-block-columns h6:not([class*=qodef]),
#qodef-page-footer .qodef-skin--dark .widget.widget_block .wp-block-group h1:not([class*=qodef]),
#qodef-page-footer .qodef-skin--dark .widget.widget_block .wp-block-group h2:not([class*=qodef]),
#qodef-page-footer .qodef-skin--dark .widget.widget_block .wp-block-group h3:not([class*=qodef]),
#qodef-page-footer .qodef-skin--dark .widget.widget_block .wp-block-group h4:not([class*=qodef]),
#qodef-page-footer .qodef-skin--dark .widget.widget_block .wp-block-group h5:not([class*=qodef]),
#qodef-page-footer .qodef-skin--dark .widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 29px
}

#qodef-page-footer-bottom-area .widget:not(.widget_globefarer_core_title_widget) {
    margin: 0 0 20px;
    color: #979797
}

#qodef-page-footer-bottom-area .widget:not(.widget_globefarer_core_title_widget) h1:not([class*=qodef]),
#qodef-page-footer-bottom-area .widget:not(.widget_globefarer_core_title_widget) h2:not([class*=qodef]),
#qodef-page-footer-bottom-area .widget:not(.widget_globefarer_core_title_widget) h3:not([class*=qodef]),
#qodef-page-footer-bottom-area .widget:not(.widget_globefarer_core_title_widget) h4:not([class*=qodef]),
#qodef-page-footer-bottom-area .widget:not(.widget_globefarer_core_title_widget) h5:not([class*=qodef]),
#qodef-page-footer-bottom-area .widget:not(.widget_globefarer_core_title_widget) h6:not([class*=qodef]) {
    color: #fff
}

#qodef-page-footer-bottom-area .widget .qodef-widget-title {
    margin: 0 0 10px;
    color: #fff
}

#qodef-page-footer-bottom-area .widget .qodef-widget-title a:hover {
    color: #979797
}

#qodef-page-footer-bottom-area .widget a {
    color: #979797
}

#qodef-page-footer-bottom-area .widget a:hover {
    color: #979797
}

#qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 15px
}

#qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list) li a {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    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: #979797
}

#qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list) li a:hover {
    background-size: 100% 1px
}

#qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 15px
}

#qodef-page-footer-bottom-area .widget .wp-block-loginout input:not(.button),
#qodef-page-footer-bottom-area .widget input[type=email].qodef-m-newsletter-input,
#qodef-page-footer-bottom-area .widget input[type=text].qodef-m-newsletter-input,
#qodef-page-footer-bottom-area .widget select {
    color: #979797;
    border-color: #afafaf
}

#qodef-page-footer-bottom-area .widget .select2,
#qodef-page-footer-bottom-area .widget select {
    margin-top: 7px !important
}

#qodef-page-footer-bottom-area .widget .button,
#qodef-page-footer-bottom-area .widget button {
    color: #1b1b1b;
    background-color: #5b5b5b
}

#qodef-page-footer-bottom-area .widget[class*="_search"] .qodef-widget-title {
    margin-bottom: 17px
}

#qodef-page-footer-bottom-area .widget .qodef-search-form-field {
    height: 60px;
    transition: border-color .3s ease;
    color: #979797;
    border-color: #afafaf
}

#qodef-page-footer-bottom-area .widget .qodef-search-form-field:focus,
#qodef-page-footer-bottom-area .widget .qodef-search-form-field:hover {
    border-color: #1b1b1b
}

#qodef-page-footer-bottom-area .widget .qodef-search-form-button {
    height: 60px
}

#qodef-page-footer-bottom-area .widget .qodef-search-form-button:not(.qodef--has-icon) {
    line-height: 58px
}

#qodef-page-footer-bottom-area .widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside {
    background-color: transparent;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    color: #979797
}

#qodef-page-footer-bottom-area .widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside:hover {
    color: #979797
}

#qodef-page-footer-bottom-area .widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside svg {
    display: block;
    width: 19.1px;
    height: auto
}

#qodef-page-footer-bottom-area .widget .qodef-search-form-button.qodef--has-icon.qodef--button-outside {
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0
}

#qodef-page-footer-bottom-area .widget .qodef-search-form-button.qodef--has-icon.qodef--button-outside svg {
    display: block;
    width: 19.1px;
    height: auto
}

#qodef-page-footer-bottom-area .widget .qodef-search-form-button.qodef--button-inside {
    color: #979797
}

#qodef-page-footer-bottom-area .widget .qodef-search-form-button.qodef--button-inside:hover {
    color: #979797
}

#qodef-page-footer-bottom-area .widget .tagcloud a,
#qodef-page-footer-bottom-area .widget .wp-block-tag-cloud a {
    color: #979797
}

#qodef-page-footer-bottom-area .widget .tagcloud a:after,
#qodef-page-footer-bottom-area .widget .wp-block-tag-cloud a:after {
    color: #979797
}

#qodef-page-footer-bottom-area .widget .tagcloud a:hover,
#qodef-page-footer-bottom-area .widget .wp-block-tag-cloud a:hover {
    color: #000
}

#qodef-page-footer-bottom-area .widget .wp-block-calendar caption,
#qodef-page-footer-bottom-area .widget.widget_calendar caption {
    color: #979797
}

#qodef-page-footer-bottom-area .widget .wp-block-calendar tbody,
#qodef-page-footer-bottom-area .widget.widget_calendar tbody {
    color: #979797
}

#qodef-page-footer-bottom-area .widget .wp-block-calendar #today,
#qodef-page-footer-bottom-area .widget.widget_calendar #today {
    color: #fff;
    background-color: #979797
}

#qodef-page-footer-bottom-area .widget .wp-block-calendar .wp-calendar-nav a,
#qodef-page-footer-bottom-area .widget.widget_calendar .wp-calendar-nav a {
    color: #979797
}

#qodef-page-footer-bottom-area .widget .wp-block-calendar .wp-calendar-nav a:hover,
#qodef-page-footer-bottom-area .widget.widget_calendar .wp-calendar-nav a:hover {
    color: #979797
}

#qodef-page-footer-bottom-area .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 17px
}

#qodef-page-footer-bottom-area .widget.widget_media_gallery {
    margin-bottom: 15px
}

#qodef-page-footer-bottom-area .widget.widget_media_gallery .gallery {
    margin: 0 -5px
}

#qodef-page-footer-bottom-area .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0;
    padding: 0 5px
}

#qodef-page-footer-bottom-area .widget.widget_globefarer_core_contact_form_7 .qodef-widget-title {
    margin-bottom: 17px
}

#qodef-page-footer-bottom-area .widget.widget_block .wp-block-columns h1:not([class*=qodef]),
#qodef-page-footer-bottom-area .widget.widget_block .wp-block-columns h2:not([class*=qodef]),
#qodef-page-footer-bottom-area .widget.widget_block .wp-block-columns h3:not([class*=qodef]),
#qodef-page-footer-bottom-area .widget.widget_block .wp-block-columns h4:not([class*=qodef]),
#qodef-page-footer-bottom-area .widget.widget_block .wp-block-columns h5:not([class*=qodef]),
#qodef-page-footer-bottom-area .widget.widget_block .wp-block-columns h6:not([class*=qodef]),
#qodef-page-footer-bottom-area .widget.widget_block .wp-block-group h1:not([class*=qodef]),
#qodef-page-footer-bottom-area .widget.widget_block .wp-block-group h2:not([class*=qodef]),
#qodef-page-footer-bottom-area .widget.widget_block .wp-block-group h3:not([class*=qodef]),
#qodef-page-footer-bottom-area .widget.widget_block .wp-block-group h4:not([class*=qodef]),
#qodef-page-footer-bottom-area .widget.widget_block .wp-block-group h5:not([class*=qodef]),
#qodef-page-footer-bottom-area .widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 10px
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget:not(.widget_globefarer_core_title_widget) {
    margin: 0 0 20px;
    color: #777
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget:not(.widget_globefarer_core_title_widget) h1:not([class*=qodef]),
#qodef-page-footer-bottom-area .qodef-skin--dark .widget:not(.widget_globefarer_core_title_widget) h2:not([class*=qodef]),
#qodef-page-footer-bottom-area .qodef-skin--dark .widget:not(.widget_globefarer_core_title_widget) h3:not([class*=qodef]),
#qodef-page-footer-bottom-area .qodef-skin--dark .widget:not(.widget_globefarer_core_title_widget) h4:not([class*=qodef]),
#qodef-page-footer-bottom-area .qodef-skin--dark .widget:not(.widget_globefarer_core_title_widget) h5:not([class*=qodef]),
#qodef-page-footer-bottom-area .qodef-skin--dark .widget:not(.widget_globefarer_core_title_widget) h6:not([class*=qodef]) {
    color: #1b1b1b
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .qodef-widget-title {
    margin: 0 0 10px;
    color: #1b1b1b
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .qodef-widget-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget a {
    color: #777
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 15px
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget ul:not(.qodef-shortcode-list) li a {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    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: #777
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget ul:not(.qodef-shortcode-list) li a:hover {
    background-size: 100% 1px
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 15px
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .wp-block-loginout input:not(.button),
#qodef-page-footer-bottom-area .qodef-skin--dark .widget input[type=email].qodef-m-newsletter-input,
#qodef-page-footer-bottom-area .qodef-skin--dark .widget input[type=text].qodef-m-newsletter-input,
#qodef-page-footer-bottom-area .qodef-skin--dark .widget select {
    color: #1b1b1b;
    border-color: #afafaf
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .select2,
#qodef-page-footer-bottom-area .qodef-skin--dark .widget select {
    margin-top: 7px !important
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .button,
#qodef-page-footer-bottom-area .qodef-skin--dark .widget button {
    color: #1b1b1b;
    background-color: #5b5b5b
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget[class*="_search"] .qodef-widget-title {
    margin-bottom: 17px
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .qodef-search-form-field {
    height: 60px;
    transition: border-color .3s ease;
    color: #1b1b1b;
    border-color: #afafaf
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .qodef-search-form-field:focus,
#qodef-page-footer-bottom-area .qodef-skin--dark .widget .qodef-search-form-field:hover {
    border-color: #1b1b1b
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .qodef-search-form-button {
    height: 60px
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .qodef-search-form-button:not(.qodef--has-icon) {
    line-height: 58px
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside {
    background-color: transparent;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    color: #1b1b1b
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside:hover {
    color: #1b1b1b
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside svg {
    display: block;
    width: 19.1px;
    height: auto
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .qodef-search-form-button.qodef--has-icon.qodef--button-outside {
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .qodef-search-form-button.qodef--has-icon.qodef--button-outside svg {
    display: block;
    width: 19.1px;
    height: auto
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .qodef-search-form-button.qodef--button-inside {
    color: #1b1b1b
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .qodef-search-form-button.qodef--button-inside:hover {
    color: #1b1b1b
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .tagcloud a,
#qodef-page-footer-bottom-area .qodef-skin--dark .widget .wp-block-tag-cloud a {
    color: #777
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .tagcloud a:after,
#qodef-page-footer-bottom-area .qodef-skin--dark .widget .wp-block-tag-cloud a:after {
    color: #777
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .tagcloud a:hover,
#qodef-page-footer-bottom-area .qodef-skin--dark .widget .wp-block-tag-cloud a:hover {
    color: #000
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .wp-block-calendar caption,
#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_calendar caption {
    color: #777
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .wp-block-calendar tbody,
#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_calendar tbody {
    color: #777
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .wp-block-calendar #today,
#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_calendar #today {
    color: #fff;
    background-color: var(--qode-main-color)
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .wp-block-calendar .wp-calendar-nav a,
#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_calendar .wp-calendar-nav a {
    color: #777
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget .wp-block-calendar .wp-calendar-nav a:hover,
#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_calendar .wp-calendar-nav a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 17px
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_media_gallery {
    margin-bottom: 15px
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_media_gallery .gallery {
    margin: 0 -5px
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0;
    padding: 0 5px
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_globefarer_core_contact_form_7 .qodef-widget-title {
    margin-bottom: 17px
}

#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_block .wp-block-columns h1:not([class*=qodef]),
#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_block .wp-block-columns h2:not([class*=qodef]),
#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_block .wp-block-columns h3:not([class*=qodef]),
#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_block .wp-block-columns h4:not([class*=qodef]),
#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_block .wp-block-columns h5:not([class*=qodef]),
#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_block .wp-block-columns h6:not([class*=qodef]),
#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_block .wp-block-group h1:not([class*=qodef]),
#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_block .wp-block-group h2:not([class*=qodef]),
#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_block .wp-block-group h3:not([class*=qodef]),
#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_block .wp-block-group h4:not([class*=qodef]),
#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_block .wp-block-group h5:not([class*=qodef]),
#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 10px
}

#qodef-side-area .widget:not(.widget_globefarer_core_title_widget) {
    margin: 0 0 35px;
    color: #979797
}

#qodef-side-area .widget:not(.widget_globefarer_core_title_widget) h1:not([class*=qodef]),
#qodef-side-area .widget:not(.widget_globefarer_core_title_widget) h2:not([class*=qodef]),
#qodef-side-area .widget:not(.widget_globefarer_core_title_widget) h3:not([class*=qodef]),
#qodef-side-area .widget:not(.widget_globefarer_core_title_widget) h4:not([class*=qodef]),
#qodef-side-area .widget:not(.widget_globefarer_core_title_widget) h5:not([class*=qodef]),
#qodef-side-area .widget:not(.widget_globefarer_core_title_widget) h6:not([class*=qodef]) {
    color: #fff
}

#qodef-side-area .widget .qodef-widget-title {
    margin: 0 0 25px;
    color: #fff
}

#qodef-side-area .widget .qodef-widget-title a:hover {
    color: var(--qode-main-color)
}

#qodef-side-area .widget a {
    color: #979797
}

#qodef-side-area .widget a:hover {
    color: var(--qode-main-color)
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 10px
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) li a {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    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: #979797
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) li a:hover {
    background-size: 100% 1px
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 10px
}

#qodef-side-area .widget .wp-block-loginout input:not(.button),
#qodef-side-area .widget input[type=email].qodef-m-newsletter-input,
#qodef-side-area .widget input[type=text].qodef-m-newsletter-input,
#qodef-side-area .widget select {
    color: #979797;
    border-color: #afafaf
}

#qodef-side-area .widget .select2,
#qodef-side-area .widget select {
    margin-top: 7px !important
}

#qodef-side-area .widget .button,
#qodef-side-area .widget button {
    color: #1b1b1b;
    background-color: #5b5b5b
}

#qodef-side-area .widget[class*="_search"] .qodef-widget-title {
    margin-bottom: 32px
}

#qodef-side-area .widget .qodef-search-form-field {
    height: 60px;
    transition: border-color .3s ease;
    color: #979797;
    border-color: #afafaf
}

#qodef-side-area .widget .qodef-search-form-field:focus,
#qodef-side-area .widget .qodef-search-form-field:hover {
    border-color: #1b1b1b
}

#qodef-side-area .widget .qodef-search-form-button {
    height: 60px
}

#qodef-side-area .widget .qodef-search-form-button:not(.qodef--has-icon) {
    line-height: 58px
}

#qodef-side-area .widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside {
    background-color: transparent;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    color: #979797
}

#qodef-side-area .widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside:hover {
    color: #777
}

#qodef-side-area .widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside svg {
    display: block;
    width: 19.1px;
    height: auto
}

#qodef-side-area .widget .qodef-search-form-button.qodef--has-icon.qodef--button-outside {
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0
}

#qodef-side-area .widget .qodef-search-form-button.qodef--has-icon.qodef--button-outside svg {
    display: block;
    width: 19.1px;
    height: auto
}

#qodef-side-area .widget .qodef-search-form-button.qodef--button-inside {
    color: #979797
}

#qodef-side-area .widget .qodef-search-form-button.qodef--button-inside:hover {
    color: #777
}

#qodef-side-area .widget .tagcloud a,
#qodef-side-area .widget .wp-block-tag-cloud a {
    color: #979797
}

#qodef-side-area .widget .tagcloud a:after,
#qodef-side-area .widget .wp-block-tag-cloud a:after {
    color: #979797
}

#qodef-side-area .widget .tagcloud a:hover,
#qodef-side-area .widget .wp-block-tag-cloud a:hover {
    color: #000
}

#qodef-side-area .widget .wp-block-calendar caption,
#qodef-side-area .widget.widget_calendar caption {
    color: #979797
}

#qodef-side-area .widget .wp-block-calendar tbody,
#qodef-side-area .widget.widget_calendar tbody {
    color: #979797
}

#qodef-side-area .widget .wp-block-calendar #today,
#qodef-side-area .widget.widget_calendar #today {
    color: #fff;
    background-color: var(--qode-main-color)
}

#qodef-side-area .widget .wp-block-calendar .wp-calendar-nav a,
#qodef-side-area .widget.widget_calendar .wp-calendar-nav a {
    color: #979797
}

#qodef-side-area .widget .wp-block-calendar .wp-calendar-nav a:hover,
#qodef-side-area .widget.widget_calendar .wp-calendar-nav a:hover {
    color: var(--qode-main-color)
}

#qodef-side-area .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 32px
}

#qodef-side-area .widget.widget_media_gallery {
    margin-bottom: 30px
}

#qodef-side-area .widget.widget_media_gallery .gallery {
    margin: 0 -5px
}

#qodef-side-area .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0;
    padding: 0 5px
}

#qodef-side-area .widget.widget_globefarer_core_contact_form_7 .qodef-widget-title {
    margin-bottom: 32px
}

#qodef-side-area .widget.widget_block .wp-block-columns h1:not([class*=qodef]),
#qodef-side-area .widget.widget_block .wp-block-columns h2:not([class*=qodef]),
#qodef-side-area .widget.widget_block .wp-block-columns h3:not([class*=qodef]),
#qodef-side-area .widget.widget_block .wp-block-columns h4:not([class*=qodef]),
#qodef-side-area .widget.widget_block .wp-block-columns h5:not([class*=qodef]),
#qodef-side-area .widget.widget_block .wp-block-columns h6:not([class*=qodef]),
#qodef-side-area .widget.widget_block .wp-block-group h1:not([class*=qodef]),
#qodef-side-area .widget.widget_block .wp-block-group h2:not([class*=qodef]),
#qodef-side-area .widget.widget_block .wp-block-group h3:not([class*=qodef]),
#qodef-side-area .widget.widget_block .wp-block-group h4:not([class*=qodef]),
#qodef-side-area .widget.widget_block .wp-block-group h5:not([class*=qodef]),
#qodef-side-area .widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 25px
}

.qodef-mega-menu-widget-holder .widget:not(.widget_globefarer_core_title_widget) {
    margin: 0 0 60px;
    color: #fff
}

.qodef-mega-menu-widget-holder .widget:not(.widget_globefarer_core_title_widget) h1:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget:not(.widget_globefarer_core_title_widget) h2:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget:not(.widget_globefarer_core_title_widget) h3:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget:not(.widget_globefarer_core_title_widget) h4:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget:not(.widget_globefarer_core_title_widget) h5:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget:not(.widget_globefarer_core_title_widget) h6:not([class*=qodef]) {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .qodef-widget-title {
    margin: 0 0 25px;
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .qodef-widget-title a:hover {
    color: #1b1b1b
}

.qodef-mega-menu-widget-holder .widget a {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget a:hover {
    color: #1b1b1b
}

.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 a {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.01em;
    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: #1b1b1b
}

.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li a:hover {
    background-size: 100% 1px
}

.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 10px
}

.qodef-mega-menu-widget-holder .widget .wp-block-loginout input:not(.button),
.qodef-mega-menu-widget-holder .widget input[type=email].qodef-m-newsletter-input,
.qodef-mega-menu-widget-holder .widget input[type=text].qodef-m-newsletter-input,
.qodef-mega-menu-widget-holder .widget select {
    color: #1b1b1b;
    border-color: #afafaf
}

.qodef-mega-menu-widget-holder .widget .select2,
.qodef-mega-menu-widget-holder .widget select {
    margin-top: 7px !important
}

.qodef-mega-menu-widget-holder .widget .button,
.qodef-mega-menu-widget-holder .widget button {
    color: #1b1b1b;
    background-color: #5b5b5b
}

.qodef-mega-menu-widget-holder .widget[class*="_search"] .qodef-widget-title {
    margin-bottom: 32px
}

.qodef-mega-menu-widget-holder .widget .qodef-search-form-field {
    height: 60px;
    transition: border-color .3s ease;
    color: #1b1b1b;
    border-color: #afafaf
}

.qodef-mega-menu-widget-holder .widget .qodef-search-form-field:focus,
.qodef-mega-menu-widget-holder .widget .qodef-search-form-field:hover {
    border-color: #1b1b1b
}

.qodef-mega-menu-widget-holder .widget .qodef-search-form-button {
    height: 60px
}

.qodef-mega-menu-widget-holder .widget .qodef-search-form-button:not(.qodef--has-icon) {
    line-height: 58px
}

.qodef-mega-menu-widget-holder .widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside {
    background-color: transparent;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    color: #1b1b1b
}

.qodef-mega-menu-widget-holder .widget .qodef-search-form-button.qodef--has-icon.qodef--button-inside svg {
    display: block;
    width: 19.1px;
    height: auto
}

.qodef-mega-menu-widget-holder .widget .qodef-search-form-button.qodef--has-icon.qodef--button-outside {
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0
}

.qodef-mega-menu-widget-holder .widget .qodef-search-form-button.qodef--has-icon.qodef--button-outside svg {
    display: block;
    width: 19.1px;
    height: auto
}

.qodef-mega-menu-widget-holder .widget .qodef-search-form-button.qodef--button-inside {
    color: #1b1b1b
}

.qodef-mega-menu-widget-holder .widget .tagcloud a,
.qodef-mega-menu-widget-holder .widget .wp-block-tag-cloud a {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .tagcloud a:after,
.qodef-mega-menu-widget-holder .widget .wp-block-tag-cloud a:after {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .tagcloud a:hover,
.qodef-mega-menu-widget-holder .widget .wp-block-tag-cloud a:hover {
    color: #000
}

.qodef-mega-menu-widget-holder .widget .wp-block-calendar caption,
.qodef-mega-menu-widget-holder .widget.widget_calendar caption {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .wp-block-calendar tbody,
.qodef-mega-menu-widget-holder .widget.widget_calendar tbody {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .wp-block-calendar #today,
.qodef-mega-menu-widget-holder .widget.widget_calendar #today {
    color: #fff;
    background-color: #1b1b1b
}

.qodef-mega-menu-widget-holder .widget .wp-block-calendar .wp-calendar-nav a,
.qodef-mega-menu-widget-holder .widget.widget_calendar .wp-calendar-nav a {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .wp-block-calendar .wp-calendar-nav a:hover,
.qodef-mega-menu-widget-holder .widget.widget_calendar .wp-calendar-nav a:hover {
    color: #1b1b1b
}

.qodef-mega-menu-widget-holder .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 32px
}

.qodef-mega-menu-widget-holder .widget.widget_media_gallery {
    margin-bottom: 55px
}

.qodef-mega-menu-widget-holder .widget.widget_media_gallery .gallery {
    margin: 0 -5px
}

.qodef-mega-menu-widget-holder .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0;
    padding: 0 5px
}

.qodef-mega-menu-widget-holder .widget.widget_globefarer_core_contact_form_7 .qodef-widget-title {
    margin-bottom: 32px
}

.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h1:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h2:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h3:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h4:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h5:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h6:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h1:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h2:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h3:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h4:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h5:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 25px
}

@media only screen and (max-width:1024px) {
    #qodef-404-page .qodef-404-image {
        width: 50%
    }
}

@media only screen and (max-width:768px) {
    #qodef-404-page {
        flex-direction: column-reverse
    }
    #qodef-404-page .qodef-404-image {
        width: 100%
    }
    #qodef-404-page .qodef-404-content {
        padding: 10% 0 0 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-blog .qodef-blog-item.format-link .qodef-e-link {
        flex-direction: column
    }
    .qodef-blog .qodef-blog-item.format-link .qodef-e-link-icon {
        margin: 0 0 40px 0
    }
    .qodef-blog .qodef-blog-item.format-quote .qodef-e-quote {
        flex-direction: column
    }
    .qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-icon {
        margin: 0 0 40px 0
    }
}

@media only screen and (max-width:1024px) {
    #qodef-page-comments {
        margin: 0 0 30px 0
    }
}

@media only screen and (max-width:768px) {
    #qodef-page-comments {
        margin: 59px 0 30px 0
    }
}

@media only screen and (max-width:1024px) {
    #qodef-page-comments-list .qodef-comment-item .children {
        padding-left: 40px
    }
}

@media only screen and (max-width:768px) {
    #qodef-page-comments-list .qodef-comment-item .children {
        padding-left: 20px
    }
}

@media only screen and (max-width:680px) {
    #qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
        flex-wrap: wrap
    }
    #qodef-page-comments-list .qodef-comment-item .qodef-e-content {
        width: 100%
    }
    #qodef-page-comments-list .qodef-comment-item .children {
        padding-left: 8%
    }
}

@media only screen and (max-width:680px) {
    #respond .comment-reply-title {
        flex-direction: column
    }
    #respond .comment-reply-title a {
        margin: 15px 0 0 0 !important
    }
}

@media only screen and (max-width:680px) {
    .qodef-m-filter .qodef-m-filter-items {
        flex-direction: column
    }
    .qodef-m-filter .qodef-m-filter-item {
        margin: 5px 0
    }
}

@media only screen and (max-width:1024px) {
    #qodef-page-footer-bottom-area .qodef-content-full-width,
    #qodef-page-footer-middle-area .qodef-content-full-width,
    #qodef-page-footer-top-area .qodef-content-full-width {
        padding-left: 40px;
        padding-right: 40px
    }
    #qodef-page-footer-top-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:first-child {
        width: 25%
    }
    #qodef-page-footer-top-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:not(:first-child) {
        width: calc(100% - 25%)
    }
    #qodef-page-footer-middle-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:first-child {
        width: 100%
    }
    #qodef-page-footer-middle-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:not(:first-child) {
        width: 25%
    }
    #qodef-page-footer-bottom-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:first-child {
        margin-left: 25%;
        width: calc((100% - 25%)/ 4 * 2)
    }
    #qodef-page-footer-bottom-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:not(:first-child) {
        width: calc((100% - 25%)/ 4 * 2)
    }
}

@media only screen and (max-width:768px) {
    #qodef-page-footer-top-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:first-child {
        width: 100%
    }
    #qodef-page-footer-top-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:not(:first-child) {
        width: 100%
    }
    #qodef-page-footer-middle-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:first-child {
        width: 100%
    }
    #qodef-page-footer-middle-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:not(:first-child) {
        width: 50%
    }
    #qodef-page-footer-bottom-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:first-child {
        margin-left: 0;
        width: 50%
    }
    #qodef-page-footer-bottom-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:not(:first-child) {
        width: 50%
    }
}

@media only screen and (max-width:680px) {
    #qodef-page-footer-bottom-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:first-child,
    #qodef-page-footer-middle-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:first-child,
    #qodef-page-footer-top-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:first-child {
        width: 100%
    }
    #qodef-page-footer-bottom-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:not(:first-child),
    #qodef-page-footer-middle-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:not(:first-child),
    #qodef-page-footer-top-area-inner.qodef-layout--predefined>.qodef-grid>.qodef-grid-inner>.qodef-grid-item:not(:first-child) {
        width: 100%
    }
}

@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: 40px 0 60px 0
    }
}