* {
    box-sizing: border-box;
}

.b {
    border: none;
    background-color: white;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
    color: #141412;
    line-height: 1.5;
    margin: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    color: #ce7852;
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: Bitter, Georgia, serif;
    line-height: 1.3;
}

h1 {
    font-size: 48px;
    margin: 33px 0;
}

h2 {
    font-size: 30px;
    margin: 25px 0;
}

h3 {
    font-size: 22px;
    margin: 22px 0;
}

h4 {
    font-size: 20px;
    margin: 25px 0;
}

h5 {
    font-size: 18px;
    margin: 30px 0;
}

h6 {
    font-size: 16px;
    margin: 36px 0;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ce7852;
    color: #000;
}

p {
    margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

.mean-container .mean-bar {
    display: inline-block;
    padding: 0;
    position: absolute;
    right: 10px;
    top: -15px;
    width: 100%;
    z-index: 8;
}

.mean-container a.meanmenu-reveal {
    color: #f2e2e2;
    cursor: pointer;
    display: flex;
    flex-flow: column wrap;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
    height: 66px;
    justify-content: center;
    line-height: 66px;
    padding: 0 10px 0 10px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    width: 30px;
    background-color: black;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #ffffff none repeat scroll 0 0;
    height: 2px;
    margin-top: 5px;
    width: 100%;
}

#adress-data form {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 50px;
}

#adress-data {
    padding: 10px;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em,
blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

menu,
ol,
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: square;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li>ul,
li>ol {
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    min-width: inherit;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    /* Don't cut off the webkit search cancel button */
    width: 270px;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

del {
    color: #333;
}

ins {
    background: #fff9c0;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #7d7b6d;
}

:-moz-placeholder {
    color: #7d7b6d;
}

:-ms-input-placeholder {
    color: #7d7b6d;
}


/**
Typography
*/

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-size: 14px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Poppins", sans-serif;
    color: #333;
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #333;
}

:-moz-placeholder {
    color: #333;
}

.minisearch ::-moz-placeholder {
    color: #fff;
}

.minisearch ::-webkit-input-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Poppins", sans-serif;
    line-height: 1.35;
}

h1,
.h1 {
    font-size: 48px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 22px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1,
    .h1 {
        font-size: 36px;
    }
    h2,
    .h2 {
        font-size: 26px;
    }
    h3,
    .h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 32px;
    }
    h2,
    .h2 {
        font-size: 24px;
    }
    h3,
    .h3 {
        font-size: 18px;
    }
}

h1,
.h1,
h2,
.h2 {
    font-weight: 700;
}

h3,
.h3,
h4,
.h4 {
    font-weight: 700;
}

h5,
.h5,
h6,
.h6 {
    font-weight: 700;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}


/**
Helper Class
*/

.hidden {
    display: none;
}

.poss--relative {
    position: relative;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.animation1 {
    transition-duration: 400ms;
}

.theme-color {
    color: #BC961F;
}

ul {
    list-style: none;
}

a#scrollUp {
    background: #005855;
    color: #fff;
    bottom: 40px;
    right: 40px;
    border-radius: 100px;
    height: 45px;
    width: 45px;
    font-size: 25px;
    text-align: center;
    padding: 9px 0;
    box-shadow: 0 0 15px 0px rgba(50, 50, 50, 0.2);
    transition: 0.3s;
}

a#scrollUp:hover {
    background: #BC961F;
    color: #005855;
}

img {
    max-width: 115%;
}

a:hover {
    color: #BC961F;
}

a {
    transition: 0.3s;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* Define Colors */

.color--theme {
    color: #BC961F;
}

.color--light {
    color: #999999;
}

.color--dark {
    color: #333444;
}

.color--black {
    color: #000000;
}

.color--white {
    color: #ffffff;
}


/* Background Color */

.bg--theme {
    background: #ce7852;
}

.bg--gray {
    background: #f6f6f6;
}

.bg--light {
    background: #999999;
}

.bg--dark {
    background: #333444;
}

.bg--black {
    background: #000000;
}

.bg--white {
    background: #ffffff;
}

.bg__cat--1 {
    background: #f9f9f9;
}

.bg__cat--2 {
    background: #201f29;
}

.bg__cat--3 {
    background: #f7f7f7;
}

.bg__cat--4 {
    background: #f7f7f7;
}

.bg__cat--5 {
    background: #1a1a1a;
}

.bg__cat--6 {
    background: #f2f2f2;
}

.bg__cat--7 {
    background: #191919;
}

.bg__cat--8 {
    background: #f4f4f4;
}

.bg__cat--9 {
    background: #f7f7f7;
}

.md__dec--30 {
    margin-bottom: -30px;
}


/* Background Image */


/*.bg-image--1 {
  background-image: url(images/bg/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
.bg-image--2 {
  background-image: url(images/bg/2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
.bg-image--3 {
  background-image: url(images/bg/3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
.bg-image--4 {
  background-image: url(images/bg/4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
.bg-image--5 {
  background-image: url(images/bg/5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
.bg-image--6 {
  background-image: url(images/bg/6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
.bg-image--7 {
  background-image: url(images/bg/7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
.bg-image--8 {
  background-image: url(images/bg/8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
.bg-image--9 {
  background-image: url(images/bg/9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
.bg-image--10 {
  background-image: url(images/bg/10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
.bg-image--11 {
  background-image: url(images/bg/11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
.bg-image--12 {
  background-image: url(images/bg/12.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }*/


/* spacing */

.mt--20 {
    margin-top: 20px;
}

.mt--30 {
    margin-top: 30px;
}

.mt--40 {
    margin-top: 40px;
}

.mt--50 {
    margin-top: 50px;
}

.mt--60 {
    margin-top: 60px;
}

.mt--70 {
    margin-top: 70px;
}

.mt--80 {
    margin-top: 80px;
}

.mt--90 {
    margin-top: 90px;
}

.mt--100 {
    margin-top: 100px;
}

.mt--110 {
    margin-top: 110px;
}

.mt--120 {
    margin-top: 120px;
}

.mt--130 {
    margin-top: 130px;
}

.mt--140 {
    margin-top: 140px;
}

.mt--150 {
    margin-top: 150px;
}


/* spacing */

.pt--30 {
    padding-top: 30px;
}

.pt--40 {
    padding-top: 40px;
}

.pt--50 {
    padding-top: 50px;
}

.pt--60 {
    padding-top: 60px;
}

.pt--70 {
    padding-top: 70px;
}

.pt--80 {
    padding-top: 80px;
}

.pt--90 {
    padding-top: 90px;
}

.pt--100 {
    padding-top: 100px;
}

.pt--110 {
    padding-top: 110px;
}

.pt--120 {
    padding-top: 120px;
}

.pt--130 {
    padding-top: 130px;
}

.pt--140 {
    padding-top: 140px;
}

.pt--150 {
    padding-top: 150px;
}


/* spacing */

.pb--30 {
    padding-bottom: 30px;
}

.pb--40 {
    padding-bottom: 40px;
}

.pb--45 {
    padding-bottom: 45px;
}

.pb--50 {
    padding-bottom: 50px;
}

.pb--55 {
    padding-bottom: 55px;
}

.pb--60 {
    padding-bottom: 60px;
}

.pb--70 {
    padding-bottom: 70px;
}

.pb--75 {
    padding-bottom: 75px;
}

.pb--80 {
    padding-bottom: 80px;
}

.pb--90 {
    padding-bottom: 90px;
}

.pb--100 {
    padding-bottom: 100px;
}

.pb--110 {
    padding-bottom: 110px;
}

.pb--120 {
    padding-bottom: 120px;
}

.pb--130 {
    padding-bottom: 130px;
}

.pb--140 {
    padding-bottom: 140px;
}

.pb--150 {
    padding-bottom: 150px;
}


/* spacing */

.ptb--30 {
    padding: 30px 0;
}

.ptb--40 {
    padding: 40px 0;
}

.ptb--50 {
    padding: 50px 0;
}

.ptb--60 {
    padding: 60px 0;
}

.ptb--70 {
    padding: 70px 0;
}

.ptb--80 {
    padding: 80px 0;
}

.ptb--90 {
    padding: 90px 0;
}

.ptb--100 {
    padding: 100px 0;
}

.ptb--110 {
    padding: 110px 0;
}

.ptb--120 {
    padding: 120px 0;
}

.ptb--130 {
    padding: 130px 0;
}

.ptb--140 {
    padding: 140px 0;
}

.ptb--150 {
    padding: 150px 0;
}

.ptb--200 {
    padding: 200px 0;
}

.ptb--220 {
    padding: 220px 0;
}

.padding--lr--30px {
    padding: 0 30px;
}

.margin--lr--60 {
    margin: 0 60px;
}


/* Text specialized */

.text--italic {
    font-style: italic;
}

.text--normal {
    font-style: normal;
}

.text--underline {
    font-style: underline;
}


/* Font specialized */

.body--font {
    font-family: "Poppins", sans-serif;
}

.heading--font {
    font-family: "Poppins", sans-serif;
}


/* Height and width */

.fullscreen {
    min-height: 85vh;
    width: 100%;
}

.w--100 {
    width: 100%;
}

.w--75 {
    width: 75%;
}

.w--50 {
    width: 50%;
}

.w--33 {
    width: 33.33%;
}

.w--25 {
    width: 25%;
}

.w--10 {
    width: 10%;
}

.h--100 {
    height: 100%;
}

.h--75 {
    height: 75%;
}

.h--50 {
    height: 50%;
}

.h--25 {
    height: 25%;
}

.h--33 {
    height: 33.33%;
}

.h--10 {
    height: 10%;
}


/* Section padding */

.section-padding--xlg {
    padding: 80px 0;
}

.section-padding--lg {
    padding: 80px 0;
}

.section-padding--md {
    padding: 120px 0;
}

.section-padding--sm {
    padding: 100px 0;
}

.section-padding--xs {
    padding: 80px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding--xlg {
        padding: 80px 0;
    }
    .section-padding--lg {
        padding: 80px 0;
    }
    .page-blog-details.section-padding--lg.bg--white {
        padding-bottom: 60px;
    }
    .page-blog.bg--white.section-padding--lg.blog-sidebar.right-sidebar {
        padding-bottom: 45px;
    }
    .section-padding--md {
        padding: 85px 0;
    }
    .section-padding--sm {
        padding: 70px 0;
    }
    .section-padding--xs {
        padding: 60px 0;
    }
    .md-mt-30 {
        margin-top: 30px;
    }
    .md-mt-40 {
        margin-top: 40px;
    }
    .md-mb-40 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding--xlg {
        padding: 80px 0;
    }
    .section-padding--lg {
        padding: 80px 0;
    }
    .section-padding--md {
        padding: 60px 0;
    }
    .section-padding--sm {
        padding: 50px 0;
    }
    .section-padding--xs {
        padding: 50px 0;
    }
    .page-blog.bg--white.section-padding--lg.blog-sidebar.right-sidebar {
        padding-bottom: 60px;
    }
    .page-about.about_area.bg--white.section-padding--lg {
        padding-bottom: 55px;
    }
    .page-blog-details.section-padding--lg.bg--white {
        padding-bottom: 60px;
    }
    .sm-mt-30 {
        margin-top: 30px;
    }
    .sm-mt-40 {
        margin-top: 40px;
    }
    .sm-mb-40 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .xs-mt-0 {
        margin-top: 0;
    }
    .xs-mt-30 {
        margin-top: 30px;
    }
    .xs-mt-40 {
        margin-top: 40px;
    }
    .xs-pt-100 {
        padding-top: 100px !important;
    }
    .xs-mt--30 {
        margin-top: -30px !important;
    }
    .xs-pb-0 {
        padding-bottom: 0 !important;
    }
}


/* Overlay styles */

[data-overlay],
[data-black-overlay] {
    position: relative;
}

[data-overlay]>div,
[data-overlay]>*,
[data-black-overlay]>div,
[data-black-overlay]>* {
    position: relative;
    z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

[data-overlay]:before {
    background-color: #ce7852;
}

[data-black-overlay]:before {
    background-color: #000000;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before {
    opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before {
    opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before {
    opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before {
    opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before {
    opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before {
    opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before {
    opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before {
    opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before {
    opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before {
    opacity: 1;
}


/*******************
Elements Styles
********************/


/*------------------------------
  Button Styles 
------------------------------*/

.shopbtn {
    color: #2e2e2e;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    transition: all 300ms ease-in 0s;
}

.shopbtn::after {
    background: rgba(0, 0, 0, 0) url("images/icons/links_static.png") no-repeat scroll 100% 50%;
    content: "";
    display: inline-block;
    height: 11px;
    margin: 0 10px;
    vertical-align: -2px;
    width: 44px;
}

.shopbtn:hover::after {
    background-position: 0 50%;
    transition: all 300ms ease-in 0s;
}

.color__turquoise .shopbtn:hover {
    color: #3cc8df;
}

.color__turquoise .shopbtn:hover::after {
    background-position: 100% 50%;
}

.wnro__btn {
    position: relative;
    z-index: 9 !important;
}


/*-------------------------------
  Section Title Styles
---------------------------------*/

.section__title {
    margin: 0 auto;
    max-width: 650px;
}

.section__title.title--white h2 {
    color: #fff;
}

.section__title.title--white h2.title__be--2::after {
    content: url("images/icons/icon_title3.png");
}

.section__title h2 {
    color: #333;
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .section__title h2 {
        font-size: 25px;
    }
}

.wn__newsletter__area .section__title>h2 {
    letter-spacing: 2px;
}

.section__title--3 h2 {
    color: #2e2e2e;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    vertical-align: top;
}

.section__title--3 h2 {
    color: #2e2e2e;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.section__title--3 p {
    color: #333;
    font-size: 12px;
    font-weight: 300;
}

.product-section_area .section__title {
    max-width: 100%;
    margin: 0;
}

.product-section_area .section__title .title__be--2 {
    margin-bottom: 0;
}

.section-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 420px) {
    .section__title h2 {
        font-size: 26px;
    }
    .post__itam .content h3 {
        font-size: 18px;
        line-height: 28px;
    }
}


/*------------------------------
  Slide Activation Styles 
------------------------------*/

.arrows_style {
    position: relative;
}

.arrows_style .owl-nav div {
    left: 0;
    position: absolute;
    top: 50%;
    transition: all 300ms ease-in 0s;
    opacity: 0;
}

.arrows_style .owl-nav div i {
    position: relative;
}

.arrows_style .owl-nav div.owl-prev {
    left: -50px;
}

.wn__related__product .arrows_style .owl-nav div.owl-next {
    right: 0px;
}

.wn__related__product .arrows_style .owl-nav div.owl-prev {
    left: 0px;
}

.arrows_style .owl-nav div.owl-next {
    left: auto;
    right: -50px;
}

.wn__related__product .arrows_style.owl-theme .owl-nav [class*="owl-"] {
    top: 33%;
}

.arrows_style.owl-theme .owl-nav [class*="owl-"] {
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 100%;
    box-shadow: 2px 5px 5px 0 rgba(0, 0, 0, 0.07);
    color: #333;
    cursor: pointer;
    font-size: 24px;
    height: 40px;
    line-height: 38px;
    position: absolute;
    text-align: center;
    top: 32%;
    width: 40px;
    z-index: 1;
}

.product__indicator--4.arrows_style.owl-theme .owl-nav [class*="owl-"] {
    top: 41%;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #ce7852;
    border-color: #ce7852;
    transition: all 300ms ease-in 0s;
}

.slider--12.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #3cc8df;
}

.slider--12.slide__arrow01.owl-theme .owl-nav [class*="owl-"]:hover {
    border: 1px solid #3cc8df;
    color: #3cc8df;
}

.slider--15.slide__arrow01.owl-theme .owl-nav [class*="owl-"] {
    border: 1px solid #000;
    color: #000;
}

.brown__nav.slide__arrow01.owl-theme .owl-nav [class*="owl-"]:hover {
    border: 1px solid #BC961F;
    color: #ce7852;
}

.footer__turquoise .owl-theme .owl-nav [class*="owl-"]:hover {
    color: #3cc8df;
}

.arrows_style:hover .owl-nav div {
    opacity: 1;
    transition: all 300ms ease-in 0s;
}

.brand__activation.arrows_style.owl-theme .owl-nav [class*="owl-"] {
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}

.brand__activation .arrows_style.owl-theme .owl-nav [class*="owl-"] {
    top: 45%;
}

.brand__activation .arrows_style .owl-nav div.owl-prev {
    left: 0;
}

.brand__activation .arrows_style .owl-nav div.owl-prev {
    right: 0;
}

.blog__activation [class*="col-"] {
    max-width: 100%;
}

.product5__activation [class*="col-"] {
    max-width: 100%;
}

.productcategory__slide--2 [class*="col-"] {
    max-width: 100%;
}

.productcategory__slide--6 [class*="col-"] {
    max-width: 100%;
}

.product__slide--5 [class*="col-"] {
    max-width: 100%;
}

.product__indicator--4 [class*="col-"] {
    max-width: 100%;
}

.module__activation [class*="col-"] {
    max-width: 100%;
}

.furniture--5 [class*="col-"] {
    max-width: 100%;
}

.furniture--4 [class*="col-"] {
    max-width: 100%;
}

.activation--2 [class*="col-"] {
    max-width: 100%;
}

.blog__activation.arrows_style.owl-theme .owl-nav [class*="owl-"] {
    margin-top: -9px;
}

.yellow--banner .owl__dot--cus.owl-theme .owl-dots .owl-dot.active span,
.yellow--banner .owl__dot--cus.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffa800 none repeat scroll 0 0;
}

.yellow--banner .owl__dot--cus.owl-theme .owl-dots .owl-dot span {
    background: #fff none repeat scroll 0 0;
    opacity: 1;
}

.yellow__slider.slide__arrow01.owl-theme .owl-nav [class*="owl-"]:hover {
    border: 1px solid #ffa800;
    color: #ffa800;
}

.yellow--product .owl-theme .owl-nav [class*="owl-"]:hover {
    color: #ffa800;
}

.nav--yellow .owl-theme .owl-nav [class*="owl-"]:hover {
    color: #ffa800;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.brown--color .owl-theme .owl-nav [class*="owl-"]:hover {
    color: #BC961F;
}

.color--pink .owl-theme .owl-nav [class*="owl-"]:hover {
    color: #da7187;
}

.slider--11.color--pink.slide__arrow01.owl-theme .owl-nav [class*="owl-"]:hover {
    border: 1px solid #da7187;
    color: #da7187;
    transition: all 300ms ease-in 0s;
}

.nav--tar .owl-theme .owl-nav [class*="owl-"]:hover {
    color: #3cc8df;
}


/*------------------------------
  Social Icon Styles 
------------------------------*/

.social__net li {
    margin-right: 10px;
}

.social__net li a {
    border-radius: 100%;
    color: #333;
    display: inline-block;
    font-size: 32px;
    height: 34px;
    line-height: 32px;
    margin-right: 10px;
    padding: 0;
    text-align: center;
    transition: all 300ms ease-in 0s;
    width: 34px;
}

.social__net li a:hover {
    border-color: #fff;
    color: #fff;
}

.social__net.social__net--2 li a:hover {
    border-color: #ce7852;
    color: #ce7852;
}

.social__net.social__net--3 li {
    margin-right: 20px;
}

.social__net.social__net--3 li a {
    border: 1px solid #4d4d4e;
    color: #a1a1a1;
}

.social__net.social__net--3 li a:hover {
    border-color: #ce7852;
    color: #ce7852;
}

.social__icon li a {
    color: #b5b5b5;
    font-size: 20px;
    transition: all 300ms ease-in 0s;
    padding: 0 12px;
}

.social__icon li:last-child a {
    padding: 0 0px 0 12px;
}

.footer--yellow .social__net.social__net--3 li a:hover,
.yellow--color .social__net.social__net--3 li a:hover {
    border-color: #ffa800;
    color: #ffa800;
}

.color--pink .social__net.social__net--3 li a:hover {
    border-color: #da7187;
    color: #da7187;
}

.brown--color .social__net.social__net--3 li a:hover {
    border-color: #BC961F;
    color: #BC961F;
}

.brown--color .social__net.social__net--2 li a:hover {
    border-color: #BC961F;
    color: #BC961F;
}

.color__turquoise .social__net.social__net--2 li a:hover,
.color__turquoise .social__net.social__net--3 li a:hover {
    border-color: #3cc8df;
    color: #3cc8df;
}

.social__net--4 li {
    display: inline-block;
    line-height: 34px;
}

.social__net--4 li a {
    color: #a2a2a2;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
}

.social__net--4 li a:hover {
    color: #ce7852;
}


/*-------------------------------
  Popup Styles
---------------------------------*/

.block-bg {
    background: #006367 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    text-align: center;
    top: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    transition: -webkit-transform 0.8s ease 0s, transform 0.8s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}

.block-bg.is-visible {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.block-bg .close__wrap {
    color: white;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    margin-top: -12.5px;
    padding-right: 25px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: 50%;
    z-index: 11;
    transition: 0.4s;
}

.block-bg .close__wrap:hover {
    color: #FEF5E7;
}

.block-bg .close__wrap::after {
    content: "\f136";
    font-family: Material-Design-Iconic-Font;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.box-menu-content .container-fluid {
    padding: 0 80px;
}

.box-menu-content .pp__logo {
    align-items: center;
    display: flex;
    height: 115px;
}

.box-menu-content .ppnav .ppmainmenu {
    align-items: center;
    height: 115px;
}

.box-menu-content .ppnav .ppmainmenu li {
    align-items: center;
    align-self: stretch;
    display: flex;
}

.box-menu-content .ppnav .ppmainmenu li a {
    align-items: center;
    align-self: stretch;
    display: flex;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    transition: 0.4s;
}

.box-menu-content .ppnav .ppmainmenu li:hover a {
    color: #006367;
}

.box-menu-content .ppnav .ppmainmenu li.drop {
    position: relative;
}

.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu {
    background: #151515 none repeat scroll 0 0;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    left: 0;
    opacity: 0;
    padding: 30px 0 25px;
    position: absolute;
    text-align: left;
    top: 120%;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 720px;
    z-index: 3000;
}

.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu.mega02 {
    width: 490px;
}

.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu.mega03 {
    width: 720px;
}

.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu.mega04 {
    width: 950px;
}

.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu.dropdown {
    width: 240px;
}

.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item.item01 {
    flex-basis: 100%;
}

.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item.item02 {
    flex-basis: 50%;
}

.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item.item03 {
    flex-basis: 33.33%;
}

.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item.item04 {
    flex-basis: 25%;
}

.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 19px;
    margin-left: 30px;
    margin-right: 20px;
    padding-bottom: 10px;
    padding-left: 0;
    text-transform: uppercase;
}

.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item li a {
    color: #aaaaaa;
    font-size: 13px;
    font-weight: normal;
    line-height: 34px;
    text-transform: capitalize;
    display: block;
    padding: 0;
    transition: 0.3s;
}

.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item li a:hover {
    color: #BC961F;
    padding-left: 3px;
}

.box-menu-content .ppnav .ppmainmenu li.drop:hover .ppmegamenu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.box-menu-content .ppnav .ppmainmenu ul li.label2 {
    display: block;
    position: relative;
}

.box-menu-content .ppnav .ppmainmenu ul li.label2 ul {
    background: #000 none repeat scroll 0 0;
    left: 87%;
    opacity: 0;
    padding: 6px 22px;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 206px;
}

.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu ul li.label2 ul li a {
    line-height: 28px;
}

.box-menu-content .ppnav .ppmainmenu ul li.label2 a {
    display: block;
    position: relative;
}

.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item>li {
    padding-left: 30px;
    padding-right: 20px;
}

.box-menu-content .ppnav .ppmainmenu ul li.label2:hover ul {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item>li a {
    position: relative;
}

.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item>li.label2>a::after {
    content: "\f2fb";
    font-family: Material-Design-Iconic-Font;
    font-size: 15px;
    position: absolute;
    right: 0;
}

.block-bg.close__top .close__wrap {
    right: 90px;
    top: 50px;
}

.minisearch .field__search {
    left: 0;
    margin: 0 auto auto;
    max-width: 1000px;
    padding: 0 5px;
    position: fixed;
    right: 0;
    top: 50%;
}

.minisearch .field__search input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: currentcolor currentcolor #ebebeb;
    -o-border-image: none;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #fff;
    height: 60px;
    padding: 10px 60px 10px 10px;
    position: static;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 1;
    font-size: 16px;
    outline: none;
}

.minisearch .field__search .action {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.minisearch .field__search .action a i {
    color: #fff;
    display: inline-block;
    font-size: 26px;
    height: 60px;
    left: 0;
    line-height: 60px;
    text-align: center;
    top: 0;
    width: 60px;
}

.yellow--color.block-bg .close__wrap:hover,
.yellow--color.box-menu-content .ppnav .ppmainmenu li:hover a,
.yellow--color.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item li a:hover {
    color: #ffa800;
}

.color--pink.block-bg .close__wrap:hover,
.color--pink.box-menu-content .ppnav .ppmainmenu li:hover a,
.color--pink.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item li a:hover {
    color: #da7187;
}

.brown--color.block-bg .close__wrap:hover,
.brown--color.box-menu-content .ppnav .ppmainmenu li:hover a,
.brown--color.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item li a:hover {
    color: #f7e0bc;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .box-menu-content .ppnav .ppmainmenu li.drop {
        position: static;
    }
    .box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu.mega04 {
        width: 725px;
    }
}


/*------------------------------
  Cart Box Styles 
------------------------------*/

.cartbox_active {
    position: relative;
}

.block-minicart {
    background: #fff none repeat scroll 0 0;
    left: auto;
    opacity: 0;
    position: absolute;
    right: 5;
    text-align: center;
    
    transition: -webkit-transform 0.8s ease 0s, transform 0.8s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s;
    visibility: hidden;
    z-index: 10;
    padding-top: 20px;
}

.block-minicart.is-visible {
    opacity: 1;
    visibility: visible;
}

.minicart-content-wrapper {
    width: 390px;
    padding: 25px 20px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    margin: 4px 0 0;
    min-width: 100%;
    top: 100%;
    z-index: 100;
}

.minicart-content-wrapper .micart__close {
    color: #333;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    padding-right: 25px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: 12px;
    transition: all 0.4s ease 0s;
    z-index: 11;
}

.minicart-content-wrapper .micart__close:hover {
    color: #f7e0bc;
}

.minicart-content-wrapper .micart__close::after {
    content: "\f136";
    font-family: Material-Design-Iconic-Font;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.minicart-content-wrapper .items-total span {
    color: #333;
    font-size: 12px;
}

.minicart-content-wrapper .total_amount {
    margin: 5px;
    padding: 0.2em 0.6em 0.3em;
}

.minicart-content-wrapper .total_amount span {
    font-size: 18px;
    font-weight: 700;
}

.minicart-content-wrapper .mini_action {
    margin-top: 15px;
    text-align: center;
}

.minicart-content-wrapper .mini_action .checkout__btn {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    display: block;
    padding: 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 700;
    transition: 0.4s;
}

.minicart-content-wrapper .mini_action .checkout__btn:hover {
    background: #ce7852 none repeat scroll 0 0;
    color: #fff;
}

.minicart-content-wrapper .mini_action .cart__btn {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    display: block;
    font-size: 15px;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%;
    transition: 0.4s;
}

.minicart-content-wrapper .mini_action .cart__btn:hover {
    background-color: #ce7852;
    border-color: #ce7852;
    color: #fff;
}

.minicart-content-wrapper .single__items {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc currentcolor;
    -o-border-image: none;
    border-image: none;
    border-style: solid none;
    border-width: 1px 0;
    margin: 20px -20px 0;
    overflow-x: auto;
    padding: 15px;
}

.minicart-content-wrapper .single__items .miniproduct .item01 .thumb {
    flex-basis: 23%;
}

.minicart-content-wrapper .single__items .miniproduct .item01 .thumb a {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 3px;
    display: block;
}

.minicart-content-wrapper .single__items .miniproduct .item01 .content {
    padding-left: 16px;
    text-align: left;
    flex-basis: 77%;
}

.minicart-content-wrapper .single__items .miniproduct .item01 .content h6 a {
    color: #2e2e2e;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0 0 10px;
    display: block;
}

.minicart-content-wrapper .single__items .miniproduct .item01 .content h6 a:hover {
    color: #ce7852;
}

.minicart-content-wrapper .single__items .miniproduct .item01 .content .prize {
    color: #343940;
    font-size: 1rem;
    font-weight: 700;
}

.minicart-content-wrapper .single__items .miniproduct .item01 .content .product_prize .qun {
    font-size: 12px;
    font-weight: 400;
}

.minicart-content-wrapper .single__items .miniproduct .item01 .content .product_prize ul li i {
    color: #303030;
    font-size: 19px;
    transition: 0.3s;
}

.minicart-content-wrapper .single__items .miniproduct .item01 .content .product_prize ul li i:hover {
    color: #ce7852;
}

.minicart-content-wrapper .single__items .miniproduct .item01 .content .product_prize ul li+li {
    margin-left: 20px;
}

.brown__header .minicart-content-wrapper .single__items .miniproduct .item01 .content h6 a:hover {
    color: #ce7852;
}

.brown__header .minicart-content-wrapper .mini_action .checkout__btn:hover {
    background: #ce7852 none repeat scroll 0 0;
}

.header__area.brown__header .header__sidebar__right>li.shopcart>a span.product_qun::before {
    border-color: transparent #ce7852 transparent transparent;
}

.brown__header .minicart-content-wrapper .mini_action .cart__btn:hover {
    background-color: #ce7852;
    border-color: #ce7852;
}

.brown__header .minicart-content-wrapper .single__items .miniproduct .item01 .content .product_prize ul li i:hover {
    color: #ce7852;
}

@media only screen and (max-width: 767px) {
    .minicart-content-wrapper .single__items {
        border: 0 none;
    }
}

@media only screen and (max-width: 575px) {
    .minicart-content-wrapper {
        width: 308px;
    }
}

@media only screen and (max-width: 420px) {
    .minicart-content-wrapper {
        width: 238px;
        padding: 25px 11px;
    }
    .minicart-content-wrapper .single__items .miniproduct .item01 .content h6 a {
        font-size: 13px;
        margin: 0 0 1px;
    }
    .minicart-content-wrapper .single__items .miniproduct .item01 .content {
        flex-basis: 77%;
        padding-left: 10px;
    }
}


/*------------------------------
  Setting Styles 
------------------------------*/

.setting__active {
    position: relative;
}

.setting__block {
    background: #fff none repeat scroll 0 0;
    left: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 100%;
    transition: -webkit-transform 0.8s ease 0s, transform 0.8s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s;
    visibility: hidden;
    z-index: 10;
    padding-top: 20px;
}

.setting__block.is-visible {
    opacity: 1;
    visibility: visible;
}

.switcher-currency-trigger .switcher-dropdown {
    background: #fff none repeat scroll 0 0;
    left: auto;
    right: 0;
    text-align: center;
    position: absolute;
    top: 100%;
    transition: -webkit-transform 0.8s ease 0s, transform 0.8s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s;
    z-index: 10;
    padding-top: 20px;
}

.switcher-currency-trigger .switcher-dropdown.is-visible {
    display: block;
    position: inherit;
}

.searchbar__content {
    border: 1px solid #ebebeb;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
    max-height: 430px;
    overflow-x: hidden;
    overflow-y: auto;
}

.searchbar__content .content-inner {
    background: #fff none repeat scroll 0 0;
    max-width: 230px;
    min-width: 230px;
    overflow: hidden;
    padding: 15px 20px;
    position: relative;
    transition: all 0.4s ease-out 0s;
}

.searchbar__content .content-inner .switcher-currency {
    margin-left: 15px;
    margin-right: -6px;
}

.searchbar__content .content-inner .switcher-currency .label {
    border-bottom: 1px solid #ebebeb;
    color: #363636;
    cursor: pointer;
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 10px;
    overflow: hidden;
    position: static;
    text-align: left;
    text-transform: uppercase;
}

.searchbar__content .content-inner .switcher-currency .label span {
    color: #363636;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-shadow: none;
    text-transform: uppercase;
}

.searchbar__content .content-inner .switcher-currency .switcher-options {
    cursor: pointer;
    display: block;
}

.searchbar__content .content-inner .switcher-currency .switcher-options .switcher-currency-trigger .currency-trigger {
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}

.searchbar__content .content-inner .switcher-currency .switcher-options .switcher-currency-trigger .switcher-dropdown {
    border-radius: 0;
    color: #797979;
    display: block;
    font-weight: normal;
    height: inherit;
    line-height: 20px;
    padding: 5px 0;
    text-align: left;
    text-transform: capitalize;
}

.searchbar__content .content-inner .switcher-currency .switcher-options .switcher-currency-trigger .switcher-dropdown li {
    border-radius: 0;
    color: #797979;
    display: block;
    line-height: 20px;
    padding: 5px 0;
    text-align: left;
    text-transform: capitalize;
    font-size: 12px;
}

.searchbar__content .content-inner .switcher-currency .switcher-options .switcher-currency-trigger .setting__menu span a {
    color: #797979;
    display: block;
    font-weight: normal;
    height: inherit;
    line-height: 20px;
    padding: 5px 0;
    text-align: left;
    text-transform: capitalize;
    font-size: 12px;
}


/*******************
Blocks Styles
********************/


/**
Header Styles
*/

.boxlayout {
    padding: 30px;
}

.header__area .container-fluid {
    padding: 0 80px;
}

.header__area .menubar {
    display: inline-block;
}

.header__area .menubar a.open_sidebar {
    color: #2e2e2e;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    display: flex;
    height: 115px;
    align-items: center;
    position: relative;
    padding-right: 40px;
}

.header__area .menubar a.open_sidebar::after {
    content: "\f197";
    font-family: "Material-Design-Iconic-Font";
    font-size: 26px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header__area .logo {
    height: 90px;
    line-height: 90px;
}

.header__area .header__sidebar__right {
    height: 90px;
    list-style: outside none none;
    position: relative;
    z-index: 9;
}

.header__area .header__sidebar__right>li {
    align-items: center;
    align-self: stretch;
    display: flex;
}

.header__area .header__sidebar__right>li.shop_search>a {
    background: rgba(0, 0, 0, 0) url("./images/icons/search.png") no-repeat scroll 0 center;
    height: 100%;
    line-height: 35px;
    width: 24px;
}

.header__area .header__sidebar__right>li.shopcart>a {
    background: rgba(0, 0, 0, 0) url("./images/icons/cart3.png") no-repeat scroll 0 center;
    height: 100%;
    line-height: 35px;
    width: 24px;
}

.header__area .header__sidebar__right>li.wishlist>a {
    background: rgba(0, 0, 0, 0) url("./images/icons/button-wishlist.png") no-repeat scroll 0 center;
    height: 100%;
    line-height: 35px;
    width: 24px;
}

.header__area .header__sidebar__right>li>a {
    position: relative;
    display: block;
}

.header__area .header__sidebar__right>li>a i {
    color: #555;
    font-size: 20px;
}

.header__area .header__sidebar__right>li.shopcart {
    padding-left: 0px;
    padding-right: 26px;
    position: relative;
}

.header__area .header__sidebar__right>li.wishlist {
    padding-left: 25px;
    padding-right: 25px;
}

.header__area .header__sidebar__right>li.shopcart>a {
    position: relative;
}

.header__area .header__sidebar__right>li.shopcart>a span.product_qun {
    background: #ce7852 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: block;
    font-size: 9px;
    font-weight: 400;
    height: 17px;
    line-height: 17px;
    margin: -8px 0 0;
    min-width: auto;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 44%;
    width: 16px;
}

.header__area .header__sidebar__right>li.setting__bar__icon {
    position: relative;
}

.header__area .header__sidebar__right>li.setting__bar__icon>a {
    background: transparent url("images/icons/icon_setting.png") no-repeat scroll left center;
    cursor: pointer;
    font-size: 0;
    height: 35px;
    position: relative;
    width: 30px;
}

.header__area .header__sidebar__right>li.click__menu {
    padding-right: 26px;
}

.header__area .header__sidebar__right>li.click__menu a i {
    font-size: 26px;
}


/* Header Style Two*/

.header__box {
    padding-left: 80px;
    padding-right: 80px;
}

.mainmenu__nav {
    align-items: center;
    align-self: start;
    display: flex;
    height: 90px;
    justify-content: flex-end;
}

.mainmenu__nav .meninmenu {
    align-items: center;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.mainmenu__nav .meninmenu li {
    align-self: stretch;
    display: flex;
}

.mainmenu__nav .meninmenu li a {
    align-items: center;
    align-self: stretch;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    padding: 0 25px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.mainmenu__nav .meninmenu li a:hover {
    color: #a1dbdb;
}

.is-sticky .mainmenu__nav .meninmenu li a {
    color: #fff;
}

.is-sticky.header__area .header__sidebar__right>li.shop_search>a {
    background: rgba(0, 0, 0, 0) url("images/icons/search.png") no-repeat scroll 0 center;
}

.is-sticky.header__area .header__sidebar__right>li.wishlist>a {
    background: rgba(0, 0, 0, 0) url("images/icons/button-wishlist.png") no-repeat scroll 0 center;
}

.is-sticky.header__area .header__sidebar__right>li.shopcart>a {
    background: rgba(0, 0, 0, 0) url("images/icons/cart.png") no-repeat scroll 0 center;
}

.is-sticky.header__area .header__sidebar__right>li.setting__bar__icon>a {
    background: transparent url("images/icons/icon_setting.png") no-repeat scroll left center;
}

.mainmenu__nav .meninmenu li:first-child a {
    padding-left: 0;
}

.oth-page .mainmenu__nav .meninmenu li a {
    color: #006367;
}

.oth-page.header__area .header__sidebar__right>li.shop_search>a {
    background: #006367 url("images/icons/search_white.png") no-repeat scroll 0 center;
}

.oth-page.header__area .header__sidebar__right>li.wishlist>a {
    background: #006367 url("images/icons/button-wishlist_white.png") no-repeat scroll 0 center;
}

.oth-page.header__area .header__sidebar__right>li.setting__bar__icon>a {
    background: #006367 url("images/icons/icon_setting_white.png") no-repeat scroll left center;
}

.oth-page.header__area .header__sidebar__right>li.shopcart>a {
    background: #006367 url("images/icons/cart_white.png") no-repeat scroll 0 center;
}

.oth-page.header__absolute {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header__area .header__sidebar__right>li.setting__bar__icon>a {
    background: transparent url("images/icons/icon_setting_white.png") no-repeat scroll left center;
    cursor: pointer;
    font-size: 0;
    height: 35px;
    position: relative;
    width: 30px;
}


/* Dropdown Menu*/

.container-base .meninmenu li.drop {
    position: static;
}

.container-base .meninmenu li.drop.with--one--item {
    position: relative;
}

.container-base .meninmenu.start--right .megamenu {
    left: auto;
    right: 0;
}

.container-base .meninmenu.start--right .megamenu.dropdown {
    left: 0;
    right: auto;
}

.meninmenu li.drop {
    position: relative;
}

.meninmenu li.drop .megamenu {
    background: #BC961F none repeat scroll 0 0;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 120%;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 720px;
    z-index: 3000;
    padding: 25px 0;
}

.meninmenu li.drop .megamenu.mega02 {
    width: 490px;
}

.meninmenu li.drop .megamenu.mega03 {
    width: 720px;
}

.meninmenu li.drop .megamenu.mega04 {
    width: 950px;
}

.meninmenu li.drop .megamenu.dropdown {
    width: 240px;
}

.meninmenu li.drop .megamenu .item.item01 {
    flex-basis: 100%;
}

.meninmenu li.drop .megamenu .item.item02 {
    flex-basis: 50%;
}

.meninmenu li.drop .megamenu .item.item03 {
    flex-basis: 33.33%;
}

.meninmenu li.drop .megamenu .item.item04 {
    flex-basis: 25%;
}

.meninmenu li.drop .megamenu .item .title {
    border-bottom: 1px solid #BC961F;
    color: #324444;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 19px;
    margin-left: 30px;
    margin-right: 20px;
    padding-bottom: 10px;
    padding-left: 0;
    text-transform: uppercase;
}

.meninmenu li.drop .megamenu .item li a {
    color: #333;
    display: block;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    padding: 0;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.meninmenu li.drop .megamenu .item li a:hover {
    color: #324444;
    padding-left: 5px;
}

.meninmenu li.drop:hover .megamenu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.mainmenu__nav .meninmenu li.label2 {
    display: block;
    position: relative;
}

.mainmenu__nav .meninmenu li.label2 ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    left: 87%;
    opacity: 0;
    padding: 6px 22px;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 206px;
}

.mainmenu__nav .meninmenu li.label2 ul li a {
    line-height: 28px;
}

.mainmenu__nav .meninmenu li.label2 a {
    display: block;
    position: relative;
}

.mainmenu__nav .meninmenu li.drop .megamenu .item>li {
    padding-left: 30px;
    padding-right: 20px;
}

.mainmenu__nav .meninmenu ul li.label2:hover ul {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.mainmenu__nav .meninmenu ul li.label2 a {
    position: relative;
}

.mainmenu__nav .meninmenu ul li.label2>a::after {
    content: "\f2fb";
    font-family: Material-Design-Iconic-Font;
    font-size: 15px;
    position: absolute;
    right: 0;
}


/* Header Style Three*/

.separator__border {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

.separator__border::before {
    background: #ebebeb none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 1px;
}


/* Header Style Four*/

.header__absolute {
    left: 0;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 9;
}


/* switcher account*/

.switcher__account>ul>li>a {
    color: #363636;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 18px;
}

.switcher__account>ul>li:hover a {
    color: #ce7852;
}

.switcher__account>ul>li.drop {
    position: relative;
}

.switcher__account>ul>li.drop .dropdown {
    background: #fff none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    padding: 20px;
    position: absolute;
    text-align: left;
    top: 120%;
    transition: all 0.5s ease 0s;
    width: 150px;
    z-index: 2;
    visibility: hidden;
}

.switcher__account>ul>li.drop .dropdown li a {
    color: #2b2929;
    font-size: 12px;
    text-transform: capitalize;
    transition: 03s;
}

.switcher__account>ul>li.drop .dropdown li a:hover {
    color: #324444;
}

.switcher__account>ul>li.drop:hover .dropdown {
    opacity: 1;
    top: 100%;
    visibility: visible;
}


/* Header Style 14*/

.mainmenu__nav {
    justify-content: left;
}


/* Header Style 15*/

.brown__header .meninmenu li.drop .megamenu .item li a:hover {
    color: #BC961F;
}

.header__area.brown__header .header__sidebar__right>li.shopcart>a span.product_qun::before {
    border-color: transparent #BC961F transparent transparent;
}

.bread__header.header__absolute {
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bread__header.header__area .menubar a.open_sidebar {
    color: #fff;
}

.bread__header.header__area .header__sidebar__right>li.shop_search>a {
    background: rgba(0, 0, 0, 0) url("images/icons/search3.png") no-repeat scroll 100% center;
    height: 100%;
    line-height: 35px;
    width: 24px;
}

.bread__header.header__area .header__sidebar__right>li.shopcart>a {
    background: rgba(0, 0, 0, 0) url("images/icons/cart3.png") no-repeat scroll 100% center;
}

.bread__header.header__area .header__sidebar__right>li.shopcart {
    padding-left: 20px;
}

.mainmenu__nav .meninmenu li.drop .megamenu .item>li.title {
    padding-left: 0;
}


/*--------------------------
  Sticky Header
----------------------------*/

.sticky__header.is-sticky {
    -webkit-animation: 0.4s ease-in-out 0s normal both 1 running fadeInDown;
    animation: 0.4s ease-in-out 0s normal both 1 running fadeInDown;
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    box-shadow: 0 0 5px #bdbdbd;
    left: 0;
    position: fixed;
    top: 0;
    transition: box-shadow 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 99;
}

.header__area.sticky__header.is-sticky .menubar a.open_sidebar,
.header__area.sticky__header.is-sticky .header__sidebar__right,
.header__area.sticky__header.is-sticky .mainmenu__nav,
.header--two.sticky__header.is-sticky .mainmenu__nav .meninmenu {
    height: 55px;
}

.header__area.sticky__header.is-sticky .logo {
    height: 40px;
    line-height: 55px;
    width: 85px;
}

.header__box .header__area.sticky__header.is-sticky {
    padding-left: 80px;
    padding-right: 80px;
}

.sticky__bg--black.sticky__header.is-sticky {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}

.sticky__header.is-sticky .mainmenu__nav {
    height: 55px;
}

.header__area .sticky__header.is-sticky .header__sidebar__right {
    height: 55px;
    list-style: outside none none;
}


/* Responsive Css*/

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header--two .margin--right {
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__area.header--four .container-fluid {
        padding: 0 30px;
    }
    .header__area .container-fluid {
        padding: 0 30px;
    }
    .header__box {
        padding-left: 40px;
        padding-right: 40px;
    }
    .meninmenu li.drop .megamenu.mega03 {
        width: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sticky__header.is-sticky {
        box-shadow: none;
    }
    .header__box .header__area.sticky__header.is-sticky {
        padding-left: 0;
        padding-right: 0;
    }
    .header__box .header__area.sticky__header.is-sticky .container-fluid {
        padding: 0 22px;
    }
    .header__box {
        padding-left: 30px;
        padding-right: 30px;
    }
    .header__area .container-fluid {
        padding: 0 20px;
    }
    .header__area .header__sidebar__right {
        z-index: 9;
    }
    .header__area .logo {
        z-index: 2;
        position: relative;
    }
    .header__absolute {
        top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .header__area .header__sidebar__right {
        z-index: 9;
    }
    .header__area .logo {
        z-index: 2;
        position: relative;
    }
    .header__area .container-fluid {
        padding: 0 18px;
    }
    .header__box {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/**
Navigation Styles
*/

nav.menu {
    display: block;
    width: 100%;
    border-style: solid;
    border-width: 0 1px;
    border-color: #eeeeee;
    padding: 0 15px;
}

nav.menu ul {
    display: -moz-flex;
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
}

nav.menu ul li {
    padding: 0 12px;
}

nav.menu ul li a {
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 30px 5px;
    color: #eeeeee;
    font-weight: 600;
    text-transform: uppercase;
}


/*------------------------------
  Testimonial Styles 
------------------------------*/

.testimonial__container .tes__img__slide {
    margin-bottom: 30px;
}

.testimonial__container .tes__img__slide .testimonial__img span {
    cursor: pointer;
    display: inline-block;
    margin: 0 15px;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 300ms ease-in 0s;
}

.testimonial__container .tes__img__slide .testimonial__img span img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 300ms ease-in 0s;
    border-radius: 100%;
}

.testimonial__container .clint__info h6 {
    color: #333;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-top: 25px;
    text-transform: capitalize;
}

.testimonial__container .clint__info p {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    padding: 35px 20%;
    text-transform: capitalize;
}

.testimonial__container .clint__info .name__post {
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}

.testimonial__container .clint__info .name__post::before {
    background: #d6d7d9 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: -25px;
    position: absolute;
    right: -25px;
    top: 50%;
    z-index: -1;
}

.testimonial__container .clint__info .name__post span {
    display: inline-block;
}

.testimonial__container .tes__img__slide .testimonial__img.slick-active.slick-center span img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: all 300ms ease-in 0s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 300ms ease-in 0s;
}

.testimonial__container .tes__img__slide {
    margin: auto;
    width: 50%;
}

.testimonial__container {
    position: relative;
}

.testimonial__container .slick-arrow {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 100%;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.07);
    color: #2e2e2e;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin-top: -55px;
    opacity: 0;
    outline: medium none;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.5s ease 0s;
    width: 50px;
    z-index: 1;
}

.testimonial__container .slick-arrow:hover {
    background: #ce7852;
    border-color: #ce7852;
    color: #fff;
}

.testimonial__container .wen-slick-next.slick-arrow {
    left: auto;
    right: 0;
}

.testimonial__container:hover .slick-arrow {
    opacity: 1;
}

.slick-initialized .slick-slide {
    outline: none;
}

.bg__cat--1 .testimonial__container .clint__info .name__post span {
    background: #f9f9f9 none repeat scroll 0 0;
}

@media only screen and (max-width: 575px) {
    .testimonial__container .clint__info p {
        padding: 35px 0;
    }
}


/*------------------------------
  Product Styles 
------------------------------*/

.product {
    position: relative;
    overflow: hidden;
}

.shop-grid .product {
    margin-bottom: 15px;
}

.product .product__thumb {
    overflow: hidden;
    position: relative;
}

.product .product__thumb a {
    display: block;
}

.product .product__thumb a img {
    width: 100%;
}

.product .product__thumb a.second__img {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition-property: all;
    transition-timing-function: linear;
}

.product .product__thumb a.second__img img {
    width: 100%;
}

.product .product__thumb .new__box {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 23px;
    min-width: 82px;
    position: absolute;
    right: -40px;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product .product__thumb .new__box::before {
    border-bottom: 39px solid #2e2e2e;
    border-top: 0 none;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
}

.product .product__thumb .new__box span {
    left: 0;
    position: absolute;
    right: 0;
    top: 13px;
}

.product .product__thumb .hot__box {
    background: #006367 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    left: 0;
    line-height: 15px;
    min-width: 55px;
    padding: 4px 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0px;
    z-index: 3;
}

.product .product__thumb .hot__box.color--2 {
    background: #006367 none repeat scroll 0 0;
}

.product .product__thumb .hot__box.color--2::after {
    border-color: transparent transparent transparent #FEF5E7;
}

.product .product__thumb .hot__box.color--3 {
    background: #006367 none repeat scroll 0 0;
}

.product .product__thumb .hot__box.color--3::after {
    border-color: transparent #006367 transparent transparent;
    border-right: 6px solid #006367;
}

.product .product__thumb .hot__box.color--4 {
    background: #006367 none repeat scroll 0 0;
}

.product .product__thumb .hot__box.color--4::after {
    border-color: transparent #006367 transparent transparent;
    border-right: 6px solid #006367;
}

.product .product__thumb .hot__box::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #FEF5E7;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: "";
    margin-top: -6px;
    position: absolute;
    right: -11px;
    top: 50%;
}

.product .product__thumb .prize {
    background: #fff;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.07);
    display: inline-block;
    font-family: "Lato", sans-serif;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    position: absolute;
}

.product .product__thumb .prize li {
    color: #343940;
    font-size: 14px;
    font-weight: 700;
}

.product .product__thumb .prize li.old_prize {
    color: #959595;
    font-weight: 500;
    margin: 0 5px;
    text-decoration: line-through;
}

.product .product__thumb .prize.position__right__bottom {
    bottom: 11px;
    right: 11px;
}

.product .product__content .action {
    bottom: 30px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    visibility: hidden;
    z-index: 1;
    transition: .4s;
    margin-bottom: 8px;
}

.product__hover--content {
    visibility: hidden;
    opacity: 0;
}

.product:hover .product__content .action {
    opacity: 1;
    visibility: visible;
}

.product:hover .product__hover--content {
    opacity: 1;
    visibility: visible;
    display: block;
}

.product .product__content .action .actions_inner .add_to_links li {
    margin-bottom: 4px;
    display: inline-block
}

.product .product__content .action .actions_inner .add_to_links li a {
    border: 0 none;
    margin-right: 8px;
    border-radius: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    height: 36px;
    line-height: 40px;
    padding: 0;
    position: relative;
    background: #FEF5E7;
    color: #333;
    text-align: center;
    width: 36px;
    transition: all 300ms ease-in 0s;
}

.product .product__content .action .actions_inner .add_to_links li a:hover {
    color: #fff;
    background-color: #BC961F;
}

.product:hover .product__content h4,
.product:hover .product__content ul.prize {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease 0s;
}

.product .product__content .action .actions_inner .add_to_links li a.quickview:hover {
    background-position: 100% 0;
    background-color: #BC961F;
}

.product .product__content.action .actions_inner .add_to_links li:nth-child(1) {
    transition: opacity 300ms linear 0s;
    opacity: 0;
}

.product .product__content.action .actions_inner .add_to_links li:nth-child(2) {
    transition: opacity 500ms linear 0s;
    opacity: 0;
}

.product .product__content .action .actions_inner .add_to_links li:nth-child(3) {
    transition: opacity 700ms linear 0s;
    opacity: 0;
}

.product .product__content .action .actions_inner .add_to_links li:nth-child(4) {
    transition: opacity 900ms linear 0s;
    opacity: 0;
}

.product .product__content {
    background: #fff;
    padding: 20px 0;
    width: 100%;
}

.product .product__content h4 {
    color: #3a3939;
    font-size: 14px;
    line-height: 23px;
    opacity: 1;
    transition: all 0.4s ease 0s;
    visibility: visible;
}

.product .product__content h4 a {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
}

.product:hover .product__content .action .actions_inner .add_to_links li:nth-child(1) {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInUp;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInUp;
    opacity: 1;
    transition: opacity 300ms linear 0s;
}

.product:hover .product__content .action .actions_inner .add_to_links li:nth-child(2) {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
    opacity: 1;
    transition: opacity 500ms linear 0s;
}

.product:hover .product__content .action .actions_inner .add_to_links li:nth-child(3) {
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInUp;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInUp;
    opacity: 1;
    transition: opacity 700ms linear 0s;
}

.product:hover .product__content .action .actions_inner .add_to_links li:nth-child(4) {
    -webkit-animation: 900ms ease-in-out 0s normal none 1 running fadeInUp;
    animation: 900ms ease-in-out 0s normal none 1 running fadeInUp;
    opacity: 1;
    transition: opacity 900ms linear 0s;
}

.product:hover .product__thumb a.second__img {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.rating.rating--yellow li.on i {
    color: #ffa800;
}

.rating li i {
    color: #b6b6b6;
    margin-right: 8px;
}

.rating li.on i {
    color: #BC961F;
}

.product__activation [class*="col-"] {
    max-width: 100%;
}

.productcategory__slide [class*="col-"] {
    max-width: 100%;
}

.product.product__style--3 .product__thumb {
    transition: all 0.3s ease-in-out 0s;
}

.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.cart {
    background: #BC961F url("images/icons/cart2.png") no-repeat scroll 0 0;
}

.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.cart:hover {
    background-color: #BC961F;
    background-position: 100% 0;
    transition: all 300ms ease-in 0s;
}

.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.wishlist {
    background: #BC961F url("images/icons/wishlist2.png") no-repeat scroll 0 0;
}

.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.wishlist:hover {
    background-color: #BC961F;
    background-position: 100% 0;
    transition: all 300ms ease-in 0s;
}

.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.compare {
    background: #BC961F url("images/icons/compare2.png") no-repeat scroll 0 0;
}

.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.compare:hover {
    background-color: #BC961F;
    background-position: 100% 0;
    transition: all 300ms ease-in 0s;
}

.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.quickview {
    background: #BC961F url("images/icons/search2.png") no-repeat scroll 0 0;
}

.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.quickview:hover {
    background-color: #BC961F;
    background-position: 100% 0;
    transition: all 300ms ease-in 0s;
}

.product.product__style--3 .product__content {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    padding: 20px 15px;
    text-align: left;
}

.product.product__style--3 .product__content h4 a {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0;
    text-transform: capitalize;
}

.product.product__style--3 .product__content h4 a:hover {
    color: #BC961F;
}

.product.product__style--3 .product__content .prize {
    margin-top: 10px;
}

.product.product__style--3 .product__content .prize li {
    color: #BC961F;
    font-size: 14px;
    margin-right: 15px;
    font-weight: 700;
}

.product.product__style--3 .product__content .prize li.old_prize {
    color: #7d7d7d;
    text-decoration: line-through;
}

.brown--color .rating li.on i {
    color: #BC961F;
}

.color--pink .product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.quickview:hover,
.color--pink .product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.compare:hover,
.color--pink .product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.wishlist:hover,
.color--pink .product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.cart:hover {
    background-color: #da7187;
}

.color--pink .product.product__style--3 .product__content h4 a:hover {
    color: #da7187;
}

.single__tab.tab-pane:not(.active) {
    display: none;
}

.shop-grid.tab-pane:not(.active) {
    display: none;
}

.product__nav a {
    border-left: 1px solid #ebebeb;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 0 25px;
    position: relative;
    text-transform: uppercase;
    transition: all 300ms ease-in 0s;
}

@media (max-width: 991px) {
    .product__nav a {
        padding: 0 10px;
    }
}

.product__nav a:first-child {
    border-left: 0 none;
}

.product__nav a:hover,
.product__nav a.active {
    color: #ce7852;
    transition: all 300ms ease-in 0s;
}

.product__nav a.item__before {
    position: relative;
}

.product__nav a.item__before::before {
    background: #ce7852 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 12px;
    margin-top: -2px;
    opacity: 0.4;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease-in-out 0s;
    width: 0;
    z-index: 1;
}

.product__nav a.active.item__before::before {
    width: 33px;
}

.product__nav a:hover.item__before::before {
    width: 33px;
}

.product__nav.border--bottom {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 50px;
    padding-bottom: 28px;
}

.single__tab.space__top--none .product {
    margin-top: 0px;
}

.wn__bestseller__area.page-content {
    padding: 130px 50px;
}

.wn__bestseller__area.page-content .single__tab .product {
    margin-left: 15px;
    margin-right: 15px;
}


/* ---X mas Best Seller --- */

@media (max-width: 767px) {
    .x-mas_bestseller .product-section_area {
        display: block !important;
        text-align: center;
    }
    .x-mas_bestseller .product__nav {
        padding-top: 15px;
    }
    .x-mas_bestseller .product__nav a {
        border: 0;
        padding: 0 15px 0 0;
    }
}

.wn__product__area.spacing--lr {
    padding-left: 25px;
    padding-right: 25px;
}

.furniture--5.space-between .product {
    margin: 0 15px;
}

.speakers__product {
    display: flex;
    flex-wrap: wrap;
}

.speakers__product .custom__lg--5 {
    flex-basis: 20%;
    padding: 0 15px;
}

.color--pink .product__nav.product__nav--2 a::before {
    background: #da7187 none repeat scroll 0 0;
}

.color--pink .rating.rating--yellow li.on i,
.color--pink .rating li.on i,
.color--pink .rating.rating--yellow li.on i {
    color: #da7187;
}

.color--pink .owl-theme .owl-nav [class*="owl-"]:hover {
    color: #da7187;
}

.color--pink .rating.rating--yellow li.on i {
    color: #da7187;
}

.yellow--color .product__nav a.active,
.yellow--color .product__nav.product__nav--2 a.active {
    color: #ffa800;
}

.product.product__style--3 .product__content.content--center {
    text-align: center;
}

.content--center .rating,
.product.product__style--3 .product__content.content--center .prize {
    justify-content: center;
}


/*------------------------------
  06. Quickview Area
--------------------------------*/

#quickview-wrapper {
    position: relative;
    z-index: 9956748;
}

.modal-body {
    padding: 20px;
}

.modal-dialog.modal__container {
    max-width: 1170px;
    background: #fff;
}

.modal-product {
    display: flex;
}

.product-images {
    max-width: 50%;
    padding-right: 50px;
}

.product-info h1 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.rating__and__review {
    display: flex;
    margin-bottom: 15px;
}

.review a {
    color: #333;
}

.s-price-box span.new-price {
    color: #ce7852;
    font-size: 23px;
    margin-right: 5px;
}

.s-price-box span.old-price {
    color: #333;
    font-size: 15px;
    text-decoration: line-through;
}

.product-info {
    padding-left: 50px;
    max-width: 50%;
}

.quick-desc {
    color: #333;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 83%;
}

.select__color {
    display: flex;
}

.product-info .select__color h2 {
    align-items: center;
    font-weight: 600;
    display: flex;
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

.product-info .select__color .color__list {
    align-items: center;
    display: flex;
    margin-left: 30px;
}

.product-info .select__color .color__list li a {
    background: #f10 none repeat scroll 0 0;
    border-radius: 100%;
    display: block;
    height: 30px;
    line-height: 31px;
    text-align: center;
    width: 30px;
    text-indent: 606060px;
}

.product-info .select__color .color__list li+li {
    margin-left: 15px;
}

.product-info .select__color .color__list li.gold a {
    background: #cc9900 none repeat scroll 0 0;
}

.product-info .select__color .color__list li.orange a {
    background: #cc6600 none repeat scroll 0 0;
}

.product-info .select__size {
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
}

.product-info .select__size h2 {
    align-items: center;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

.product-info .select__size .color__list {
    display: flex;
}

.product-info .select__size .color__list li {
    margin-left: 15px;
}

.product-info .select__size .color__list li a {
    border-radius: 100%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.rating__and__review .rating {
    display: flex;
}

.select__size ul.color__list li a {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #333;
}

.widget.widget_socialsharing_widget {
    display: flex;
}

h3.widget-title-modal {
    align-items: center;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    padding-right: 14px;
}

.addtocart-btn {
    margin-top: 66px;
    text-align: left;
}

.addtocart-btn a {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 45px;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}

.addtocart-btn a:hover {
    background: #ce7852;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .wn__bestseller__area.page-content {
        padding: 130px 37px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wn__bestseller__area.page-content {
        padding: 130px 30px;
    }
    .onsale__thumb {
        text-align: center;
    }
    .product-info {
        padding-left: 0;
    }
    .addtocart-btn {
        margin-top: 26px;
    }
    .margin--lr--60 {
        margin: 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .wn__bestseller__area.page-content {
        padding: 130px 0px;
    }
    .product__nav.nav--right a {
        padding: 0 20px;
    }
    .wn__product__area.spacing--lr {
        padding-left: 0;
        padding-right: 0;
    }
    .product__nav.product__nav--2 a {
        margin-bottom: 17px;
    }
    .product-images {
        margin-bottom: 30px;
        max-width: 100%;
        padding-right: 0;
    }
    .modal-product {
        flex-wrap: wrap;
    }
    .product-info {
        max-width: 100%;
        padding-left: 0;
    }
    .addtocart-btn {
        margin-top: 30px;
    }
    .quick-desc {
        margin-bottom: 21px;
        margin-top: 21px;
        width: 100%;
    }
    .margin--lr--60 {
        margin: 0;
    }
    .addtocart-btn a {
        font-size: 17px;
        padding: 0 53px;
    }
    .product-info .select__color h2,
    .product-info .select__size h2,
    h3.widget-title-modal {
        font-size: 13px;
    }
    .product-info .select__color .color__list {
        margin-left: 17px;
    }
}

@media only screen and (max-width: 575px) {
    .product__nav.nav--right {
        justify-content: flex-start !important;
        margin-top: 40px;
    }
    .product__nav.product__nav--2 a {
        padding: 0 14px;
    }
    .product__nav a {
        margin-bottom: 10px;
        padding: 0 11px;
    }
}

@media only screen and (max-width: 420px) {
    .product__nav a {
        padding: 0 18px;
    }
    .product__info__main .product-addto-links a.compare,
    .product__info__main .product-addto-links a.wishlist {
        display: none;
    }
}


/*--------------------------
  Newsletter Styles
----------------------------*/

.newsletter__block {
    margin-top: 20px;
}

.newsletter__block p {
    color: #333;
    font-size: 14px;
    line-height: 25px;
    padding: 0 60px 60px;
}

.newsletter__block .newsletter__box {
    display: inline-block;
    margin-top: 5px;
    max-width: 470px;
    position: relative;
    width: 100%;
}

.newsletter__block .newsletter__box input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: currentcolor currentcolor #aaa;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333;
    display: inline-block;
    font-size: 12px;
    height: 50px;
    line-height: 30px;
    outline: medium none;
    padding: 10px 145px 10px 15px;
    width: 100%;
}

.newsletter__block .newsletter__box button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    letter-spacing: 0.025em;
    line-height: 36px;
    padding: 0 15px 0 35px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    font-family: Poppins;
    transition: all 300ms ease-in 0s;
}

.newsletter__block .newsletter__box button:hover {
    color: #BC961F;
}

.newsletter__yellow .newsletter__block .newsletter__box button {
    background: #BC961F none repeat scroll 0 0;
    border: 1px solid #BC961F;
}

.newsletter__yellow .newsletter__block .newsletter__box button:hover {
    background: #BC961F none repeat scroll 0 0;
    border: 1px solid #BC961F;
}

.brown--color .newsletter__block .newsletter__box button {
    background: #BC961F none repeat scroll 0 0;
    border: 1px solid #BC961F;
}

.brown--color .newsletter__block .newsletter__box button:hover {
    background: #BC961F none repeat scroll 0 0;
    border: 1px solid #BC961F;
}

.color--pink .newsletter__block .newsletter__box button {
    background: #BC961F none repeat scroll 0 0;
    border: 1px solid #BC961F;
}

.color--pink .newsletter__block .newsletter__box button:hover {
    background: #BC961F none repeat scroll 0 0;
    border: 1px solid #BC961F;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-page-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .newsletter__block p {
        color: #000;
    }
    .newsletter--bg.newsletter--bg--10 {
        padding: 95px 0;
    }
    .newsletter__block .newsletter__box input {
        padding: 10px 98px 10px 10px;
    }
}

@media only screen and (max-width: 575px) {
    .newsletter__block {
        margin-top: 30px;
    }
    .newsletter__block .newsletter__box button {
        font-size: 12px;
        padding: 0 10px;
    }
}


/*-------------------------
  Slider Styles
-------------------------*/

.txt-color * {
     color: #000 !important; 
}

.slide.align__center--left {
    align-items: center;
    display: flex;
}

.slider__content {
    margin-top: 60px;
}

.contentbox>h3 {
    color: #006367;
    font-size: 40px;
    margin-bottom: 10px;
}

.slider--15 .slide .slider__content h2.another {
    font-size: 60px;
}

.slide .slider__content h2 {
    color: #fff;
    font-size: 68px;
    font-family: poppins;
    font-weight: 700;
    line-height: 1.2;
}

.slide .slider__content h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}

.slide .slider__content h1 span {
    color: #BC961F;
}

.slide .slider__content p {
    color: white;
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 50px;
    max-width: 725px;
}

.slide .slider__content a.shopbtn {
    color: #f1bb13;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 30px;
    margin-top: 30px;
    text-transform: uppercase;
}

.slide .slider__content a.shopbtn::after {
    background: rgba(0, 0, 0, 0) url("images/icons/links_static8.png") repeat scroll 100% 50%;
    content: "";
    display: inline-block;
    height: 11px;
    margin-bottom: 0px;
    margin-left: 25px;
    vertical-align: middle;
    width: 44px;
}

.slide .slider__content a.shopbtn:hover {
    color: #BC961F;
}

.slider--15 .slide .slider__content h2 span {
    color: #bc961f;
}

.slider--15 .slide .slider__content h1 {
    color: #3c3c3c;
    font-family: "tex_gyre_adventorbold";
    font-size: 80px;
    line-height: 1;
    margin-bottom: 50px;
}

.slider--15 .slide .slider__content p {
    color: #3c3c3c;
    font-size: 14px;
    line-height: 25px;
    margin: 15px 0 0;
    max-width: 450px;
}

.slider--15 .slide .slider__content a:hover::after {
    background-position: 0 0;
}

.slider--15 .slide .slider__content a:hover {
    color: #BC961F;
}

.slide__arrow01 {
    position: relative;
}

.slide__arrow01 .owl-nav div {
    left: 30px;
    position: absolute;
    top: 48%;
    opacity: 0;
}

.slide__arrow01 .owl-nav div i {
    font-size: 20px;
}

.slide__arrow01 .owl-nav div.owl-next {
    left: auto;
    right: 30px;
}

.slide__arrow01:hover .owl-nav div {
    left: 10px;
    opacity: 1;
}

.slide__arrow01:hover .owl-nav div.owl-next {
    right: 10px;
    left: auto;
}

.slide__arrow01.owl-theme .owl-nav [class*="owl-"] {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    color: white;
    cursor: pointer;
    display: block;
    height: 45px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    transition: all 300ms ease-in 0s;
    width: 45px;
    z-index: 9;
}

.slide__arrow01.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #BC961F;
    transition: all 300ms ease-in 0s;
    border: 1px solid #BC961F;
}

.slide__activation.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-item.active .animation__style01 .slider__content h2 {
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running zoomInUp;
    animation: 800ms ease-in-out 0s normal none 1 running zoomInUp;
}

.owl-item.active .animation__style01 .slider__content h3 {
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running zoomInUp;
    animation: 800ms ease-in-out 0s normal none 1 running zoomInUp;
}

.owl-item.active .animation__style01 .slider__content h1 {
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running zoomInUp;
    animation: 1000ms ease-in-out 0s normal none 1 running zoomInUp;
}

.owl-item.active .animation__style01 .slider__content p {
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running zoomInUp;
    animation: 1200ms ease-in-out 0s normal none 1 running zoomInUp;
}

.owl-item.active .animation__style01 .slider__content a {
    -webkit-animation: 1400ms ease-in-out 0s normal none 1 running zoomInUp;
    animation: 1400ms ease-in-out 0s normal none 1 running zoomInUp;
}

.owl-item.active .animation__style02 .slider__content h2 {
    -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
    animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
}

.owl-item.active .animation__style02 .slider__content h1 {
    -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInRight;
    animation: 1500ms ease-in-out 0s normal none 1 running fadeInRight;
}

.owl-item.active .animation__style02 .slider__content p {
    -webkit-animation: 2200ms ease-in-out 0s normal none 1 running bounceInDown;
    animation: 2200ms ease-in-out 0s normal none 1 running bounceInDown;
}

.owl-item.active .animation__style02 .slider__content a {
    -webkit-animation: 1800ms ease-in-out 0s normal none 1 running bounceInDown;
    animation: 1800ms ease-in-out 0s normal none 1 running bounceInDown;
}

.owl-item.active .animation__style03 .slider__content h1 {
    -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
    animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
}

.owl-item.active .animation__style03 .slider__content p {
    -webkit-animation: 2200ms ease-in-out 0s normal none 1 running bounceInDown;
    animation: 2200ms ease-in-out 0s normal none 1 running bounceInDown;
}

.owl-item.active .animation__style03 .slider__content a {
    -webkit-animation: 1800ms ease-in-out 0s normal none 1 running bounceInDown;
    animation: 1800ms ease-in-out 0s normal none 1 running bounceInDown;
}

.owl-item.active .animation__style04 .slider__content h2 {
    -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
    animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
}

.owl-item.active .animation__style04 .slider__content h3 {
    -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
    animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
}

.owl-item.active .animation__style04 .slider__content h1 {
    -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInRight;
    animation: 1500ms ease-in-out 0s normal none 1 running fadeInRight;
}

.owl-item.active .animation__style04 .slider__content p {
    -webkit-animation: 2200ms ease-in-out 0s normal none 1 running bounceInDown;
    animation: 2200ms ease-in-out 0s normal none 1 running bounceInDown;
}

.owl-item.active .animation__style04 .slider__content a {
    -webkit-animation: 1800ms ease-in-out 0s normal none 1 running bounceInDown;
    animation: 1800ms ease-in-out 0s normal none 1 running bounceInDown;
}

.owl-item.active .animation__style04 .slider__content .sale {
    -webkit-animation: 1800ms ease-in-out 0s normal none 1 running bounceInDown;
    animation: 1800ms ease-in-out 0s normal none 1 running bounceInDown;
}

.owl-item.active .animation__style05 .slider__content h2 {
    -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
    animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
}

.owl-item.active .animation__style05 .slider__content h1 {
    -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInRight;
    animation: 1500ms ease-in-out 0s normal none 1 running fadeInRight;
}

.owl-item.active .animation__style05 .slider__content p {
    -webkit-animation: 2200ms ease-in-out 0s normal none 1 running bounceInDown;
    animation: 2200ms ease-in-out 0s normal none 1 running bounceInDown;
}

.owl-item.active .animation__style05 .slider__content a {
    -webkit-animation: 1800ms ease-in-out 0s normal none 1 running bounceInDown;
    animation: 1800ms ease-in-out 0s normal none 1 running bounceInDown;
}

.owl-item.active .animation__style06 .slider__content h2 {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInLeft;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInLeft;
}

.owl-item.active .animation__style06 .slider__content h1 {
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInLeft;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInLeft;
}

.owl-item.active .animation__style06 .slider__content p {
    -webkit-animation: 900ms ease-in-out 0s normal none 1 running fadeInLeft;
    animation: 900ms ease-in-out 0s normal none 1 running fadeInLeft;
}

.owl-item.active .animation__style06 .slider__content a {
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInLeft;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInLeft;
}

.owl-item.active .animation__style06 .slider__content span {
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running fadeInLeft;
    animation: 1200ms ease-in-out 0s normal none 1 running fadeInLeft;
}

.owl-item.active .animation__style07 .slider__content h2 {
    -webkit-animation: 900ms ease-in-out 0s normal none 1 running flipInX;
    animation: 900ms ease-in-out 0s normal none 1 running flipInX;
}

.owl-item.active .animation__style07 .slider__content h1 {
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running flipInX;
    animation: 1000ms ease-in-out 0s normal none 1 running flipInX;
}

.owl-item.active .animation__style07 .slider__content p {
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running flipInX;
    animation: 1200ms ease-in-out 0s normal none 1 running flipInX;
}

.owl-item.active .animation__style07 .slider__content a {
    -webkit-animation: 1500ms ease-in-out 0s normal none 1 running flipInX;
    animation: 1500ms ease-in-out 0s normal none 1 running flipInX;
}

.owl-item.active .animation__style07 .slider__content span {
    -webkit-animation: 1900ms ease-in-out 0s normal none 1 running flipInX;
    animation: 1900ms ease-in-out 0s normal none 1 running flipInX;
}

.owl-item.active .animation__style08 .slider__content h2 {
    -webkit-animation: 900ms ease-in-out 0s normal none 1 running slideInDown;
    animation: 900ms ease-in-out 0s normal none 1 running slideInDown;
}

.owl-item.active .animation__style08 .slider__content h1 {
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running slideInDown;
    animation: 1200ms ease-in-out 0s normal none 1 running slideInDown;
}

.owl-item.active .animation__style08 .slider__content p {
    -webkit-animation: 1300ms ease-in-out 0s normal none 1 running slideInDown;
    animation: 1300ms ease-in-out 0s normal none 1 running slideInDown;
}

.owl-item.active .animation__style08 .slider__content a {
    -webkit-animation: 1500ms ease-in-out 0s normal none 1 running slideInDown;
    animation: 1500ms ease-in-out 0s normal none 1 running slideInDown;
}

.owl-item.active .animation__style08 .slider__content span {
    -webkit-animation: 1400ms ease-in-out 0s normal none 1 running slideInDown;
    animation: 1400ms ease-in-out 0s normal none 1 running slideInDown;
}

.owl-item.active .animation__style09 .slider__content h2 {
    -webkit-animation: 900ms ease-in-out 0s normal none 1 running fadeInRight;
    animation: 900ms ease-in-out 0s normal none 1 running fadeInRight;
}

.owl-item.active .animation__style09 .slider__content h1 {
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running fadeInRight;
    animation: 1200ms ease-in-out 0s normal none 1 running fadeInRight;
}

.owl-item.active .animation__style09 .slider__content p {
    -webkit-animation: 1300ms ease-in-out 0s normal none 1 running fadeInRight;
    animation: 1300ms ease-in-out 0s normal none 1 running fadeInRight;
}

.owl-item.active .animation__style09 .slider__content a {
    -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInRight;
    animation: 1500ms ease-in-out 0s normal none 1 running fadeInRight;
}

.owl-item.active .animation__style09 .slider__content span {
    -webkit-animation: 1400ms ease-in-out 0s normal none 1 running fadeInRight;
    animation: 1400ms ease-in-out 0s normal none 1 running fadeInRight;
}

.owl-item.active .animation__style10 .slider__content h2 {
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running zoomInDown;
    animation: 1200ms ease-in-out 0s normal none 1 running zoomInDown;
}

.owl-item.active .animation__style10 .slider__content h3 {
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running zoomInDown;
    animation: 800ms ease-in-out 0s normal none 1 running zoomInDown;
}

.owl-item.active .animation__style10 .slider__content h1 {
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running zoomInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running zoomInDown;
}

.owl-item.active .animation__style10 .slider__content p {
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running zoomInRight;
    animation: 1200ms ease-in-out 0s normal none 1 running zoomInRight;
}

.owl-item.active .animation__style10 .slider__content a {
    -webkit-animation: 1400ms ease-in-out 0s normal none 1 running zoomInUp;
    animation: 1400ms ease-in-out 0s normal none 1 running zoomInUp;
}

.slider__fixed--height {
    width: 100%;
    height: 860px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider__group {
        margin: 0 30px;
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider__fixed--height {
        padding: 150px 0 !important;
        height: auto !important;
    }
    .fullscreen {
        min-height: auto !important;
        padding: 150px 0 !important;
    }
    .page-slider {
        padding-right: 0;
    }
    .slider--six .slide .slider__content.slidebox .contentbox {
        margin: 0;
        padding: 0;
    }
    .slider__group {
        width: 100%;
    }
    .slider__group .slider__area .slide.section__height {
        height: auto;
        padding: 72px 30px;
    }
    .slider--15 .slide .slider__content h2 {
        font-size: 56px;
    }
    .slider--15 .slide .slider__content h1 {
        font-size: 73px;
        line-height: 101px;
    }
    .slider--15 .slide .slider__content {
        margin-top: 40px;
        padding-left: 0;
    }
    .slider--15 .slide .slider__content h1 {
        margin-bottom: 27px;
    }
    .slider--15 .slide .slider__content p {
        margin: 0 0 34px;
    }
}

@media only screen and (max-width: 767px) {
    .slider__fixed--height {
        height: auto !important;
        padding: 100px 0 !important;
    }
    .arrows_style .owl-nav div.owl-prev {
        left: 0;
    }
    .arrows_style .owl-nav div.owl-next {
        left: auto;
        right: 0;
    }
    .furniture--4.border--round {
        margin-left: 0;
    }
    .header__area .header__sidebar__right {
        margin-right: 50px;
    }
    .header__area .header__sidebar__right>li.wishlist {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header__area .header__sidebar__right>li.shopcart {
        padding-right: 10px;
    }
    .newsletter__block p {
        padding: 0 50px 60px;
    }
    .wn__newsletter__area.bg-image--2 {
        background: #f6f6f6 none repeat scroll 0 0;
    }
    .newsletter__block .newsletter__box {
        max-width: 280px;
    }
    .wn__newsletter__area .col-lg-7.offset-lg-5.col-md-12.col-12 {
        padding-bottom: 80px;
        padding-top: 80px;
    }
    .product__nav a {
        padding: 0 15px;
    }
    .product__indicator--4.arrows_style.owl-theme .owl-nav [class*="owl-"] {
        top: 42%;
    }
    .post__itam {
        margin-bottom: 30px;
    }
    .wn__recent__post {
        padding-bottom: 50px;
    }
    .copy__right__inner {
        margin-bottom: 15px;
    }
    .copy__right__inner,
    .payment {
        text-align: center!important;
    }
    .slider--five .slide .slider__content .contentbox::after,
    .slider--four .slide .slider__content .contentbox.contentbox--2 {
        border: 0 none;
    }
    .slide .slider__content h1,
    .slider__group .slider__area .slide .slider__content h1,
    .slider__group .slider__area.slider--12 .slide .slider__content h1,
    .slider--15 .slide .slider__content h1,
    .slider-page-one .sl__item .slider__content h1,
    .slider-page-two .sl__item .slider__content h1 {
        font-size: 42px;
    }
    .slide .slider__content h2,
    .slider__group .slider__area .slide .slider__content h3,
    .slider__group .slider__area.slider--12 .slide .slider__content h3,
    .slider--15 .slide .slider__content h2,
    .slider-page-one .sl__item .slider__content h2,
    .slider-page-two .sl__item .slider__content h2 {
        font-size: 50px;
    }
    .slider-page-one .sl__item .slider__content p,
    .slider-page-two .sl__item .slider__content p {
        max-width: 100%;
    }
    .slide .slider__content p {
        margin: 0 0 22px;
    }
    .main-page-content {
        padding-left: 0;
        padding-right: 0;
    }
    .page-slider {
        padding-right: 0;
    }
    .slider__group {
        width: 100%;
    }
    .slider__group .slider__area .slide.section__height {
        height: auto;
        padding: 72px 30px;
    }
    .slider__content {
        margin-top: 55px;
    }
    .slider--15 .slide .slider__content h2.another {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .slider--15 .slide .slider__content h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .slider--15 .slide .slider__content h2.another {
        font-size: 46px;
    }
    .slider--15 .slide .slider__content h1 {
        font-size: 36px;
        margin-bottom: 30px;
    }
}


/*---Snow Fall CSS---*/

.rel-area {
    position: relative;
}

@keyframes snow {
    0% {
        background-position: 0 0, 0 0, 0 0
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px
    }
}

.ice_effect {
    background-image: url('images/flake.png');
    animation: snow 20s linear infinite;
}

.effect-body {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0);
}

.white-color h2,
.white-color h2 span,
.white-color a,
.white-color p,
.white-color input::placeholder,
.white-color button,
.white-color a:after {
    color: #ffffff !important;
}

.white-color button:focus {
    outline: 0;
}

.white-color button:hover {
    color: #006367 !important;
}

.white-color .slider__content .contentbox a:after {
    background: rgba(0, 0, 0, 0) url(images/icons/links_static_white.png) repeat scroll 100% 50%;
}

.white-color .owl-nav [class*="owl-"] {
    border: 1px solid #fff !important;
    color: #fff !important;
}

.white-color .owl-nav [class*="owl-"]:hover {
    border-color: #006367!important;
    color: #006367 !important;
}


/*-------------------------
  Brand Styles
-------------------------*/

.brand--2 .brand__activation {
    border-bottom: 1px dashed #ebebeb;
    border-top: 1px dashed #ebebeb;
    padding: 60px 0;
}

.brand--3 .brand__activation {
    padding: 97px 0;
}

.brand__activation.owl-carousel .owl-item img {
    display: block;
    width: auto;
}


/*-------------------------
  Blog Styles
-------------------------*/

.blog {
    margin-top: 30px;
}

.blog .blog__inner {
    flex-basis: 50%;
}

.blog .blog__inner .date__time {
    margin-bottom: 14px;
}

.blog .blog__inner .date__time .day {
    color: #2e2e2e;
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
}

.blog .blog__inner .date__time .seperate {
    display: inline-block;
    margin-top: 26px;
}

.blog .blog__inner .date__time .month {
    display: inline-block;
    margin-top: 26px;
}

.blog .blog__inner h4 {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    text-transform: capitalize;
}

.blog .blog__inner h4 a {
    color: #2e2e2e;
    line-height: 25px;
}

.blog .blog__inner p {
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 25px;
    margin-bottom: 9px;
    padding: 0 3% 0 0;
}

.blog .blog__thumb {
    display: block;
    overflow: hidden;
    flex-basis: 50%;
}

.blog .blog__thumb img {
    transition: all 300ms ease-in 0s;
    width: 100%;
}

.blog:hover .blog__thumb img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

.color--pink .shopbtn:hover::after {
    background-position: 100% 50%;
    transition: all 300ms ease-in 0s;
}

.color--pink .shopbtn:hover {
    color: #da7187;
}

.wn__blog__area .title {
    margin-bottom: 17px;
}

.wn__blog__area .title h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 5px 0;
    text-transform: uppercase;
}

.wenro__blog {
    margin-top: 30px;
    background: white none repeat scroll 0 0;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 18px;
    position: relative;
    text-align: left;
    width: 100%;
}

.wenro__blog .thumb {
    display: block;
    overflow: hidden;
}

.wenro__blog .thumb a {
    display: block;
    overflow: hidden;
}

.wenro__blog .thumb a img {
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}

.wenro__blog .content span {
    margin-top: 28px;
    display: block;
    color: #a4a4a4;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.wenro__blog .content h2 {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 13px;
    position: relative;
    text-transform: uppercase;
}

.wenro__blog .content h2 a {
    color: #2e2e2e;
    transition: 0.3s;
}

.wenro__blog .content h2 a:hover {
    color: #ce7852;
}

.wenro__blog .content p {
    font-size: 12px;
    line-height: 24px;
    padding: 0 0 28px;
}

.wenro__blog .content .blog__btn {
    border-bottom: 1px solid #d7d7d7;
    color: #2e2e2e;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease-in-out 0s;
}

.wenro__blog .content .blog__btn:hover {
    border-color: #ce7852;
    color: #ce7852;
}

.wenro__blog:hover .thumb a img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

.blog__turquoise .wenro__blog .content h2 a:hover {
    color: #3cc8df;
}

.blog__turquoise .wenro__blog .content .blog__btn:hover {
    border-color: #3cc8df;
    color: #3cc8df;
}

.yellow--blog .wenro__blog .content h2 a:hover {
    color: #ffa800;
}

.yellow--blog .wenro__blog .content .blog__btn:hover {
    border-color: #ffa800;
    color: #ffa800;
}

.brown--color .wenro__blog .content h2 a:hover {
    color: #ce7852;
}

.brown--color .wenro__blog .content .blog__btn:hover {
    border-color: #ce7852;
    color: #ce7852;
}

.color--pink .wenro__blog .content h2 a:hover {
    color: #da7187;
}

.color--pink .wenro__blog .content .blog__btn:hover {
    border-color: #da7187;
    color: #da7187;
}

.blog-page .page__header {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.blog-page .page__header h2 {
    font-size: 22px;
    margin: 0 0 10px;
    color: #2e2e2e;
}

.blog-page .blog__post {
    margin-top: 40px;
}

.blog-page .blog__post .thumb {
    flex-basis: 50%;
}

.blog-page .blog__post .thumb a img {
    width: auto;
}

.blog-page .blog__post .content {
    flex-basis: 50%;
    padding: 0 0 0 20px;
}

.blog-page .blog__post .content h4 a {
    color: #2e2e2e;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.blog-page .blog__post .content h4 a:hover {
    color: #ce7852;
}

.blog-page .blog__post .content .post__meta {
    display: flex;
    padding: 0 0 10px;
    position: relative;
}

.blog-page .blog__post .content .post__meta::after {
    background: #ce7852 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}

.blog-page .blog__post .content .post__meta li {
    color: #333;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-page .blog__post .content .post__meta li a {
    color: #333;
    font-size: 11px;
    font-weight: 600;
    padding-left: 5px;
}

.post_separator {
    margin: 0 5px;
}

.blog-page .blog__post .content p {
    color: #333;
    font-size: 14px;
    margin: 17px 0 10px;
}

.blog-page .blog__post .content .blog__btn a {
    color: #262626;
    font-size: 12px;
    display: block;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
}

.blog-page .blog__post .content .blog__btn a:hover {
    color: #ce7852;
}

.blog-page .blog__post.text--post .content {
    padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .wenro__blog {
        padding: 10px;
    }
    .wenro__blog .content h2 {
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wenro__blog .content h2 {
        font-size: 13px;
    }
    .blog-page .blog__post .thumb {
        flex-basis: 100%;
    }
    .blog-page .blog__post .content {
        flex-basis: 100%;
        padding: 25px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .post__itam .content p {
        padding: 0 0 15px;
    }
    .blog-page .blog__post .thumb {
        flex-basis: 100%;
    }
    .blog-page .blog__post .content {
        flex-basis: 100%;
        padding: 25px 0 0;
    }
    .wenro__blog {
        padding: 9px;
    }
}

@media only screen and (max-width: 575px) {
    .blog .blog__inner h4 {
        margin-bottom: 11px;
    }
    .blog .blog__inner p {
        padding: 0;
    }
    .blog .blog__inner .date__time {
        margin-bottom: 7px;
    }
}

@media only screen and (max-width: 420px) {
    .blog .blog__inner,
    .blog .blog__thumb {
        flex-basis: 100%;
    }
    .blog .blog__thumb {
        margin-top: 30px;
    }
}


/*--------------------------
  Recent Post Styles
----------------------------*/

.post__itam {
    transition: .4s;
}

.post__itam:hover {
    box-shadow: 0 5px 15px rgba(85, 85, 85, 0.2);
}

.style-two .post__itam {
    box-shadow: 0 5px 15px rgba(85, 85, 85, 0.1);
}

.post__itam.item__bg--2 {
    background: rgba(0, 0, 0, 0) url("images/pos-bg/19.jpeg") no-repeat fixed center center/cover;
}

.post__itam .content {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    padding: 40px 40px 25px;
    position: relative;
    text-align: left;
    transition: background 0.7s ease 0s;
    width: 100%;
}

.post__itam .content h3 {
    color: #BC961F;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.post__time {
    border-top: 1px solid #b7b7b7;
    margin-top: 25px;
    padding-top: 25px;
}

.post__itam .content p {
    color: #b7b7b7;
    font-size: 13px;
    line-height: 25px;
    padding: 0;
}

.post-meta {
    float: right;
}

.post-meta ul li {
    display: inline-block;
    margin-left: 15px;
    font-size: 13px;
    color: #777777;
}

.post-meta ul li a {
    color: #777777;
}

.post-meta ul li a i {
    margin-right: 8px;
    color: #ce7852;
}

.post__itam .content .post__time span {
    display: inline-block;
    float: left;
    font-size: 13px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post__itam {
        margin-bottom: 30px;
    }
    .wn__recent__post {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .post__itam .content p {
        padding: 0 11% 15px;
    }
}

@media only screen and (max-width: 575px) {
    .post__itam .content p {
        padding: 0 9px 15px;
    }
}

@media only screen and (max-width: 575px) {
    .instagram__wrapper .instagram .title_instagram h2 {
        font-size: 36px;
        margin-bottom: 18px;
    }
}


/*--------------------------
  Video Styles
----------------------------*/

.video__area .static_video {
    position: relative;
}

.video__area .static_video .play__img {
    cursor: pointer;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video__area .static_video .play__img img {
    height: auto;
    max-width: 100%;
}

.video__area .content p {
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 25px;
    margin: 0 auto;
    padding: 50px 15%;
}

.video__area .content h3 {
    color: #2e2e2e;
    font-family: "Satisfy", cursive;
    font-size: 24px;
    font-weight: normal;
    line-height: 35px;
}

.static-video .static_video {
    position: relative;
}

.static-video {
    position: relative;
    text-align: center;
    margin-bottom: 130px;
}

.static-video .static_video {
    position: relative;
}

.static_video #cms_play {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video__area .content p {
        padding: 50px 8%;
    }
}

@media only screen and (max-width: 767px) {
    .video__area .content p {
        padding: 50px 0;
    }
}


/*--------------------------
  Info Styles
----------------------------*/

.wn__information .container {
    padding: 0;
}

.wn__information .info {
    padding: 30px 10px;
    position: relative;
    text-align: center;
    transition: all 300ms ease-in-out 0s;
    margin-top: 30px;
}

.wn__information .info h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.wn__information .info::before {
    background: rgba(0, 0, 0, 0) url("images/icons/box.png") no-repeat scroll 0 0;
    bottom: -24px;
    content: "";
    display: inline-block;
    height: 4px;
    left: 50%;
    opacity: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 300ms ease-in 0s;
    width: 237px;
}

.wn__information .info:hover::before {
    opacity: 1;
}

.wn__information .info:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.wn__information .info.info11 {
    background: #a2afc6 url("images/png-img/shipping.png") no-repeat scroll 100% 100%;
}

.wn__information .info.info12 {
    background: #c6bba2 url("images/png-img/headphone.png") no-repeat scroll 100% 100%;
}

.wn__information .info.info13 {
    background: #a2c6c0 url("images/png-img/payment.png") no-repeat scroll 100% 100%;
}

.plr--0 {
    padding-left: 0px;
    padding-right: 0px;
}

.info__2 {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 45px 40px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.info__2 h2 {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.info__2 p {
    font-size: 12px;
    line-height: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .wn__newsletter__area .col-lg-7.offset-lg-5.col-md-12.col-12 {
        padding: 80px 0;
    }
    .info__2 {
        padding: 45px 23px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wn__information .info h3 {
        font-size: 12px;
    }
    .info__2 {
        padding: 45px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .wn__information .container {
        padding: 0 15px;
    }
    .wn__information .info h3 {
        font-size: 12px;
    }
}


/*--------------------------
  Module Product
----------------------------*/

.module__container {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.05);
    padding: 0 15px 30px;
}

.module__container .title h2 {
    border-bottom: 1px solid #ebebeb;
    color: #2e2e2e;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 -15px 25px;
    padding: 25px 0;
    text-align: center;
    text-transform: uppercase;
}

.module__product {
    display: flex;
    margin-top: 30px;
    align-items: center;
}

.module__product .thumb {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.05);
    flex-basis: 29%;
}

.module__product .content {
    padding: 0 0 0 15px;
    text-align: left;
    flex-basis: 71%;
}

.module__product .content h6 a {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
    display: block;
}

.module__product .content .module__prize {
    margin-top: 10px;
}

.module__product .content .module__prize li {
    color: #343940;
    font-size: 14px;
    font-weight: 400;
}

.module__product .content .module__prize li.old_prize {
    color: #7d7d7d;
    text-decoration: line-through;
}


/*--------------------------
  Breadcaump Styles
----------------------------*/

.ht__bradcaump__area {
    padding-bottom: 110px;
    padding-top: 220px;
}

.bradcaump__inner .bradcaump-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
}

.bradcaump__inner .bradcaump-content {
    padding: 15px 0;
}

.bradcaump__inner .bradcaump-content .breadcrumb_item {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
}

.bradcaump__inner .bradcaump-content .breadcrumb_item.active,
.bradcaump__inner .bradcaump-content .breadcrumb_item:hover {
    color: #ce7852;
}

.bradcaump__inner .bradcaump-content span.brd-separetor {
    color: #fff;
    font-style: italic;
    margin: 0 7px;
}


/*--------------------------
  Single Product Styles
----------------------------*/

.product__info__main h1 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.42857;
    margin: 0 0 3px;
}

.product__info__main .product-info-stock-sku p {
    color: #616161;
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
}

.product__info__main .product-info-stock-sku p span {
    color: #ce7852;
}

.product__info__main .product-info-stock-sku p+p {
    margin-left: 15px;
}

.product__info__main .product-reviews-summary {
    padding: 3px 0 0;
}

.product__info__main .product-reviews-summary .rating-summary {
    margin-right: 8px;
}

.product__info__main .product-reviews-summary .rating-summary li i {
    color: #ce7852;
    font-size: 18px;
    margin-right: 4px;
}

.product__info__main .product-reviews-summary .reviews-actions a {
    color: #858484;
    font-size: 12px;
    transition: 0.4s;
}

.product__info__main .product-reviews-summary .reviews-actions a+a {
    border-left: 1px solid #858484;
    padding-left: 6px;
    margin-left: 5px;
}

.product__info__main .product-reviews-summary .reviews-actions a:hover {
    color: #ce7852;
}

.product__info__main .price-box {
    margin: 15px 0 20px;
}

.product__info__main .price-box span {
    color: #333;
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.product__info__main .product-color-label span {
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.product__info__main .product-color-label .color__attribute {
    margin-top: 10px;
}

.product__info__main .product-color-label .color__attribute .swatch-option {
    border: 1px solid #dadada;
    cursor: pointer;
    float: left;
    height: 20px;
    margin: 0 10px 5px 0;
    max-width: 90px;
    min-width: 30px;
    overflow: hidden;
    padding: 1px 2px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
}

.product__info__main .box-tocart {
    margin: 0;
    margin-bottom: 25px;
}

.product__info__main .box-tocart span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    margin: 0 10px 0 0;
    text-transform: capitalize;
}

.product__info__main .box-tocart .input-text {
    border: 1px solid #ebebeb;
    color: #616161;
    font-size: 14px;
    height: 40px;
    text-align: center;
    width: 100px;
    margin: 0 15px 15px 0;
}

.product__info__main .box-tocart .addtocart__actions .tocart {
    background: #ce7852 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-transform: uppercase;
}

.product__info__main span.posted_in {
    color: #353535;
    font-size: 14px;
    font-weight: 500;
}

.product__info__main .product-share>ul li {
    color: #353535;
    display: inline-block;
    font-weight: 600;
    margin-right: 14px;
    text-align: center;
}

.product__info__main .product-share>ul li a {
    border: 1px solid #3f3f3f;
    border-radius: 50px;
    color: #353535;
    display: inline-block;
    height: 30px;
    text-align: center;
    width: 30px;
    line-height: 32px;
}

.product__info__main .product-share {
    margin-top: 15px;
}

.product__info__detailed {
    margin-top: 25px;
}

.product__info__main .box-tocart .addtocart__actions .tocart:hover {
    background-color: #ce7852;
    border-color: #ce7852;
}

.product__info__main .product-addto-links a {
    border: 2px solid #ebebeb;
    border-radius: 100%;
    float: left;
    font-size: 0;
    height: 40px;
    line-height: 36px;
    margin-left: 7px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 40px;
}

.product__info__main .product-addto-links a.wishlist {
    background: #ffffff url("images/icons/product-info.png") no-repeat scroll 0 0;
}

.product__info__main .product-addto-links a.compare {
    background: #ffffff url("images/icons/button-compare.png") no-repeat scroll 0 0;
}

.product__info__main .product-addto-links a.email {
    background: #ffffff url("images/icons/button-email.png") no-repeat scroll 0 0;
}

.product__info__main .product-addto-links a:hover {
    background-color: #ce7852;
    background-position: 100% center;
    border-color: #ce7852;
}

.product__info__main .product__overview {
    border-top: 1px solid #ebebeb;
    clear: both;
    line-height: 24px;
    margin: 20px 0 0;
    padding: 30px 0;
}

.product__info__main .product__overview p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.product__info__main .product__overview .pro__attribute li {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.swatch-option.image:hover:not(.disabled),
.swatch-option.color:hover:not(.disabled) {
    border: 1px solid #fff;
    outline: 2px solid #ff5216;
}

.swatch-option:hover:not(.disabled) {
    border: 1px solid #fff;
    color: #333;
    outline: 1px solid #999;
}

.product__info__detailed .pro_details_nav {
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 25px;
}

.product__info__detailed .pro_details_nav a.nav-item {
    border: 0 none;
    color: #777;
    font-size: 14px;
    font-weight: 700;
    height: 46px;
    line-height: 46px;
    position: relative;
    text-transform: uppercase;
    padding: 0;
}

.product__info__detailed .pro_details_nav a.nav-item+.nav-item {
    margin-left: 38px;
}

.product__info__detailed .pro_details_nav a.nav-item::after {
    background: #2e2e2e none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    width: 0;
}

.product__info__detailed .pro_details_nav a.nav-item.active::after,
.product__info__detailed .pro_details_nav a.nav-item:hover::after {
    width: 100%;
}

.product__info__detailed .pro_details_nav a.nav-item.active,
.product__info__detailed .pro_details_nav a.nav-item:hover {
    color: #333;
}

.product__info__detailed .description__attribute p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

.product__info__detailed .description__attribute ul li {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.product__info__detailed .review__attribute h1 {
    font-size: 33px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 2rem;
}

.product__info__detailed .review__attribute h2 {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 30px;
}

.product__info__detailed .review__attribute .review__ratings__type .review-ratings .rating-summary {
    margin-bottom: 5px;
}

.product__info__detailed .review__attribute .review__ratings__type .review-ratings .rating-summary span {
    display: inline-block;
    line-height: 28px;
    padding: 0 10px 0 0;
}

.product__info__detailed .review__attribute .review__ratings__type .review-ratings .rating-summary .rating li i {
    color: #ff5501;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
}

.product__info__detailed .review__attribute .review__ratings__type .review-ratings .rating-summary .rating li.off i {
    color: #c7c7c7;
}

.product__info__detailed .review__attribute .review__ratings__type .review-content {
    margin-left: 130px;
}

.product__info__detailed .review__attribute .review__ratings__type .review-content p {
    line-height: 24px;
    font-size: 12px;
    color: #333;
}

.product__info__detailed .review-fieldset {
    border-top: 1px solid #c9c9c9;
    margin-top: 34px;
    padding-top: 72px;
}

.product__info__detailed .review-fieldset h2 {
    color: #333;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
}

.product__info__detailed .review-fieldset h3 {
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 1.2;
    color: #333;
    margin-bottom: 30px;
    font-weight: 400;
}

.product__info__detailed .review-fieldset .review-field-ratings .label span {
    color: #333;
    display: inline-block;
    font-weight: 500;
    margin: 0 0 8px;
    font-size: 12px;
}

.product__info__detailed .review-fieldset .review-field-ratings .label span::after {
    color: #e02b27;
    content: "*";
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

.product__info__detailed .review-fieldset .review-field-ratings .review-field-rating {
    margin: 0 0 29px;
}

.product__info__detailed .review-fieldset .review-field-ratings .review-field-rating span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    padding-right: 10px;
}

.product__info__detailed .review-fieldset .review-field-ratings .review-field-rating .rating li.off i {
    color: #ddd;
    font-size: 18px;
}

.product__info__detailed .review-fieldset .review_form_field .input__box {
    margin: 0 0 29px;
}

.product__info__detailed .review-fieldset .review_form_field .input__box span {
    color: #333;
    display: inline-block;
    font-weight: 500;
    margin: 0 0 8px;
}

.product__info__detailed .review-fieldset .review_form_field .input__box span::after {
    color: #e02b27;
    content: "*";
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

.product__info__detailed .review-fieldset .review_form_field .input__box input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 1px;
    box-sizing: border-box;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    outline: medium none;
    padding: 0 9px;
    width: 100%;
}

.product__info__detailed .review-fieldset .review_form_field .input__box textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 1px;
    box-sizing: border-box;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    outline: medium none;
    padding: 0 9px;
    width: 100%;
    min-height: 100px;
}

.product__info__detailed .review-fieldset .review_form_field .review-form-actions button {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 38px;
    padding: 0 18px;
    text-transform: uppercase;
    transition: 0.4s;
}

.product__info__detailed .review-fieldset .review_form_field .review-form-actions button:hover {
    background: #e2e2e2 none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    color: #555;
}

.pro__tab_label.tab-pane:not(.active) {
    display: none;
}


/*--------------------------
  Sidebar Styles
----------------------------*/

.wn__sidebar .widget h3.widget-title {
    font-size: 16px;
    margin: 0 0 25px;
    text-transform: uppercase;
    border-bottom: 2px solid #2e2e2e;
    margin-bottom: 20px;
    padding-bottom: 5px;
    color: #2e2e2e;
}

.wn__sidebar .widget.search_widget {
    margin: 0 0 30px;
}

.wn__sidebar .widget.search_widget .form-input {
    position: relative;
}

.wn__sidebar .widget.search_widget .form-input input {
    border: 1px solid #e1e1e1;
    height: 40px;
    padding: 0 44px 0 20px;
    width: 100%;
    outline: none;
}

.wn__sidebar .widget.search_widget .form-input button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #222;
    font-size: 12px;
    padding: 0 12px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wn__sidebar .widget.recent_widget {
    margin: 0 0 30px;
}

.wn__sidebar .widget.recent_widget .recent-posts ul li {
    margin-bottom: 15px;
}

.wn__sidebar .widget.recent_widget .recent-posts ul li .post-wrapper .thumb {
    width: 50px;
}

.wn__sidebar .widget.recent_widget .recent-posts ul li .post-wrapper .content {
    padding-left: 15px;
}

.wn__sidebar .widget.recent_widget .recent-posts ul li .post-wrapper .content h4 a {
    line-height: 20px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.wn__sidebar .widget.recent_widget .recent-posts ul li .post-wrapper .content h4 a:hover {
    color: #ce7852;
}

.wn__sidebar .widget.recent_widget .recent-posts ul li .post-wrapper .content p {
    color: #333;
    font-size: 12px;
    font-weight: 300;
}

.wn__sidebar .widget.comment_widget {
    margin: 0 0 30px;
}

.wn__sidebar .widget.comment_widget ul li {
    line-height: 26px;
    margin-bottom: 15px;
}

.wn__sidebar .widget.comment_widget ul li .post-wrapper {
    display: flex;
}

.wn__sidebar .widget.comment_widget ul li .post-wrapper .thumb {
    width: 50px;
}

.wn__sidebar .widget.comment_widget ul li .post-wrapper .thumb img {
    width: 100%;
}

.wn__sidebar .widget.comment_widget ul li .post-wrapper .content {
    padding-left: 15px;
}

.wn__sidebar .widget.comment_widget ul li .post-wrapper .content p {
    line-height: 20px;
    font-size: 12px;
}

.wn__sidebar .widget.comment_widget ul li .post-wrapper .content a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.wn__sidebar .widget.comment_widget ul li .post-wrapper .content a:hover {
    color: #ce7852;
}

.wn__sidebar .widget.category_widget {
    margin: 0 0 30px;
}

.wn__sidebar .widget.category_widget ul li {
    margin-bottom: 10px;
}

.wn__sidebar .widget.category_widget ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.wn__sidebar .widget.category_widget ul li a:hover {
    color: #ce7852;
}

.wn__sidebar .widget.archives_widget {
    margin: 0 0 30px;
}

.wn__sidebar .widget.archives_widget ul li {
    margin-bottom: 10px;
}

.wn__sidebar .widget.archives_widget ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.wn__sidebar .widget.archives_widget ul li a:hover {
    color: #ce7852;
}


/*--------------------------
  Blog Details Styles
----------------------------*/

.page-blog-details .container-fluid {
    margin-left: auto;
    margin-right: auto;
    max-width: 1770px;
    width: 100%;
}

.blog-details .blog-post-details {
    margin-bottom: 30px;
}

.blog-details .blog-post-details .post-thumbnail {
    margin-bottom: 30px;
}

.blog-details .blog-post-details .post_wrapper .post_header {
    margin: 0 0 25px;
}

.blog-details .blog-post-details .post_wrapper .post_header h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 5px;
    color: #2e2e2e;
}

.blog-date-categori {
    border-top: 1px solid #b7b7b7;
    margin-top: 20px;
    padding-top: 20px;
}

.blog-date-categori li {
    color: #656565;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

.blog-date-categori ul li a {
    color: #006367;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease 0s;
}

.blog-date-categori ul li:nth-child(2) {
    float: right;
}

.blog-details .blog-post-details .post_wrapper .post_header .post_author {
    display: flex;
}

.blog-details .blog-post-details .post_wrapper .post_header .post_author li {
    color: #333;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 5px;
}

.blog-details .blog-post-details .post_wrapper .post_header .post_author li a {
    color: #333;
}

.blog-details .blog-post-details .post_wrapper .post_content blockquote {
    border: medium none;
    color: #006367;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 26px;
    margin: 46px 0 37px;
    padding: 10px 0 10px 100px;
    position: relative;
}

.blog-details .blog-post-details .post_wrapper .post_content blockquote::before {
    background-image: url("images/icons/blog-link-post2.png");
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 15px;
    width: 100%;
}

.post_content>p {
    margin-bottom: 15px;
}

.blog-details .blog-post-details .post_wrapper .blog_meta {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    color: #333;
    display: flex;
    font-size: 12px;
    margin: 40px 0;
    padding: 10px 0;
}

.blog-details .blog-post-details .post_wrapper .blog_meta li {
    color: #333;
    font-size: 14px;
    padding-right: 5px;
}

.blog-details .blog-post-details .post_wrapper .blog_meta li a {
    color: #333;
}

.blog-details .comments_area .comment__title {
    color: #3e3e3e;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px;
    position: relative;
}

.blog-details .comments_area .comment__list li {
    margin: 0 0 30px;
}

.blog-details .comments_area .comment__list li.comment_reply {
    margin-left: 23px;
}

.blog-details .comments_area .comment__list li .wn__comment {
    display: flex;
}

.blog-details .comments_area .comment__list li .wn__comment .thumb {
    width: 50px;
}

.blog-details .comments_area .comment__list li .wn__comment .thumb img {
    width: 100%;
}

.blog-details .comments_area .comment__list li .wn__comment .content {
    border: 1px solid #ececec;
    border-radius: 3px;
    margin-left: 10px;
    padding: 10px;
    width: 100%;
    position: relative;
}

.blog-details .comments_area .comment__list li .wn__comment .content::before {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    content: "";
    display: block;
    height: 10px;
    left: -5px;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}

.blog-details .comments_area .comment__list li .wn__comment .content .comnt__author span {
    margin-right: 10px;
    color: #333;
    font-size: 12px;
}

.blog-details .comments_area .comment__list li .wn__comment .content .comnt__author span a {
    color: #ce7852;
}

.blog-details .comments_area .comment__list li .wn__comment .content .comnt__author .reply__btn {
    margin-left: 10px;
}

.blog-details .comments_area .comment__list li .wn__comment .content .comnt__author .reply__btn a {
    color: #006367;
    font-weight: 300;
    font-size: 12px;
}

.blog-details .comments_area .comment__list li .wn__comment .content p {
    color: #333;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.blog-details .comment_respond h3.reply_title {
    color: #3e3e3e;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 30px;
    padding-bottom: 5px;
    position: relative;
}

.blog-details .comment_respond h3.reply_title small a {
    color: #006367;
    font-size: 14px;
}

.blog-details .comment_respond .comment__form p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 15px;
}

.blog-details .comment_respond .comment__form .input__box label {
    color: #333;
    display: block;
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 500;
}

.blog-details .comment_respond .comment__form .input__box textarea {
    background: #f7f7f7 none repeat scroll 0 0;
    border: medium none;
    margin: 0 0 20px;
    min-height: 200px;
    padding: 20px;
    width: 100%;
}

.blog-details .comment_respond .comment__form .input__box.one--third {
    width: 33.33%;
    float: left;
    padding: 0 10px;
}

.blog-details .comment_respond .comment__form .input__box.one--third input {
    background: #f7f7f7 none repeat scroll 0 0;
    border: medium none;
    height: 45px;
    outline: medium none;
    padding: 0 20px;
    width: 100%;
}

.blog-details .comment_respond .comment__form .submite__btn {
    margin-top: 30px;
}

.blog-details .comment_respond .comment__form .submite__btn a {
    background: #006367 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 30px 8px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.blog-details .comment_respond .comment__form .submite__btn a:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}

.blog-details .comment_respond .comment__form .input__wrapper {
    margin-left: -10px;
    margin-right: -10px;
}

.wn__pagination {
    margin-top: 0px;
    text-align: center;
}

.page-blog .wn__pagination {
    margin-top: 30px;
}

.wn__pagination li {
    display: inline-block;
}

.wn__pagination li.active a {
    border-color: #363636;
    color: #363636;
}

.wn__pagination li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 2px solid transparent;
    color: #777;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 5px;
    padding: 0 13px;
    text-align: center;
}

.wn__pagination li a:hover {
    border-color: #363636;
    color: #363636;
}

@media only screen and (max-width: 767px) {
    .blog-page .blog__post .content p {
        margin: 7px 0 10px;
    }
    .blog-page .blog__post .content .blog__btn a {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-details .comments_area .comment__list li .wn__comment .content .comnt__author .reply__btn {
        margin-left: 0;
    }
    .blog-details .comment_respond h3.reply_title small a {
        font-size: 15px;
    }
    .blog-page .blog__post .thumb {
        flex-basis: 100%;
    }
    .blog-page .blog__post .content {
        flex-basis: 100%;
        padding: 20px 0 0;
    }
    .blog-details .comment_respond .comment__form .input__box.one--third {
        margin-bottom: 15px;
        width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    .blog-details .comments_area .comment__list li.comment_reply {
        margin-left: 0;
    }
}


/*--------------------------
  Portfolio Styles
----------------------------*/

.gallery__menu {
    padding: 60px 0 25px;
    text-align: center;
    text-transform: capitalize;
}

.gallery__menu button {
    background: #fff none repeat scroll 0 0;
    color:  #333;
    border: medium none;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 5px;
    margin-right: 2px;
    padding: 0 20px;
    position: relative;
    transition: all 0.4s ease-out 0s;
    z-index: 2;
}

.gallery__menu button::after {
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-width: 5px;
    content: "";
    display: block;
    position: absolute;
    right: 2px;
    top: 2px;
}

.gallery__menu button:hover,
.gallery__menu button.is-checked {
    background: #71a9d0 none repeat scroll 0 0;
    color: #fff;
}

.portfolio {
    margin-top: 30px;
    position: relative;
}

.portfolio .thumb {
    position: relative;
}

.portfolio .thumb a img {
    width: 100%;
}

.portfolio .thumb .search {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.5s;
    width: 100%;
    z-index: 9;
}

.portfolio .thumb .search a i {
    background-color: #4fc1f0;
    border-color: #ffffff;
    border-radius: 100%;
    border-style: solid;
    border-width: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    margin: auto;
    transition: all 0.5s ease 0s;
    width: 50px;
    z-index: 2;
}

.portfolio .thumb .search a:hover i {
    background-color: #71a9d0;
    border-color: #ffffff;
    color: #ffffff;
}

.portfolio .thumb .link {
    bottom: 12px;
    position: absolute;
    right: 12px;
    opacity: 0;
    z-index: 9;
}

.portfolio .thumb .link a i {
    background-color: #71a9d0;
    border-color: #ffffff;
    border-radius: 100%;
    border-style: solid;
    border-width: 3px;
    clear: none;
    color: #ffffff;
    display: inline-block;
    float: right;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 46px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 50px;
    z-index: 2;
}

.portfolio .thumb .link a:hover i {
    background-color: #4fc1f0;
    border-color: #4fc1f0;
    border-style: solid;
    border-width: 3px;
    color: #ffffff;
}

.portfolio:hover .thumb .search {
    opacity: 1;
}

.portfolio:hover .thumb .link {
    opacity: 1;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.portfolio .content {
    background-color: #f5f5f5;
    opacity: 0;
    padding: 20px;
    position: absolute;
    top: 100%;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 99;
    visibility: hidden;
}

.portfolio .content h6 a {
    color: #000;
    font-size: 14px;
}

.portfolio .content p {
    color: #71a9d0;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
}

.portfolio:hover .content {
    opacity: 1;
    visibility: visible;
}

.masonry__wrap {
    margin-left: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    .portfolio .thumb .link a i {
        height: 40px;
        line-height: 34px;
        width: 40px;
    }
    .masonry__wrap {
        margin-left: 0;
        margin-right: 0;
    }
}


/*--------------------------
  About Styles
----------------------------*/

.about_area .thumb {
    margin-left: -15px;
    margin-right: -15px;
}

.about_area .content {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 50px;
}

.about_area .content h3 {
    color: #2e2e2e;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.about_area .content h2 {
    color: #2e2e2e;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.about_area .content p {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0;
}

.about_area .content strong {
    font-weight: 700;
    color: #333;
}

.about_area .content.text_style--2 h2 {
    color: #2e2e2e;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}

.about_area .content.text_style--2 .single-skill p {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 0;
    text-transform: uppercase;
}

.skill-container .progress-bar {
    background-color: #7b7b7b;
}

.skill-container .progress {
    background-color: #e1e1e1;
    height: 7px;
    border-radius: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about_area .content h3 {
        font-size: 26px;
        line-height: 28px;
        margin: 0 0 5px;
    }
    .about_area .content h2 {
        font-size: 26px;
    }
    .about_area .content p {
        margin: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_area .content {
        padding: 0 30px;
    }
    .content.text-left.text_style--2:first-child {
        margin-bottom: 30px;
    }
    .page-blog-details {
        padding-bottom: 65px;
    }
}

@media only screen and (max-width: 767px) {
    .about_area .content {
        padding: 30px;
    }
    .page-blog-details.pt--80.pb--45.bg--white {
        padding-bottom: 65px;
    }
    .about_area .content {
        padding: 0 30px;
    }
    .content.text-left.text_style--2:first-child {
        margin-bottom: 30px;
    }
}


/*--------------------------
  Team Styles
----------------------------*/

.wn__team {
    margin-top: 40px;
}

.wn__team .thumb img {
    width: 100%;
}

.wn__team .content h4 {
    font-weight: 400;
    margin-top: 15px;
    text-transform: capitalize;
    color: #2e2e2e;
}

.wn__team .content p {
    margin: 0 0 10px;
    color: #333;
    font-size: 12px;
}

.team__social__net {
    display: inline-flex;
}

.team__social__net li+li {
    margin-left: 13px;
}

.team__social__net li a i {
    font-size: 16px;
}


/*--------------------------
  Error Styles
----------------------------*/

.error__inner .error__content h2 {
    color: #2e2e2e;
    font-size: 36px;
    font-weight: 700;
    margin: 30px 0 0;
    text-transform: uppercase;
}

.error__inner .error__content p {
    font-style: italic;
    color: #333;
    margin: 0 0 10px;
}

.error__inner .error__content .form__box {
    border-bottom: 2px solid #222;
    height: 50px;
    margin: 30px auto 0;
    max-width: 60%;
    position: relative;
}

.error__inner .error__content .form__box input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    height: 100%;
    padding-left: 20px;
    padding-right: 80px;
    width: 100%;
    outline: none;
}

.error__inner .error__content .form__box button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    font-size: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}

@media only screen and (max-width: 575px) {
    .error__logo a img {
        width: 74%;
    }
    .error__inner .error__content h2 {
        font-size: 27px;
        margin: 22px 0;
    }
    .error__inner .error__content .form__box {
        max-width: 100%;
    }
}


/*--------------------------
  Contact Styles
----------------------------*/

.contact__title {
    color: #2e2e2e;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact-form-wrap p {
    color: #333;
    margin-bottom: 35px;
}

.contact-form-wrap .single-contact-form {
    margin: 0 0 35px;
}

.contact-form-wrap .single-contact-form.space-between {
    display: flex;
    justify-content: space-around;
    margin-left: -10px;
    margin-right: -10px;
}

.contact-form-wrap .single-contact-form.space-between input {
    margin: 0 10px;
}

.contact-form-wrap .single-contact-form input {
    border: 1px solid #c1c1c1;
    border-radius: 0;
    height: 42px;
    outline: medium none;
    padding: 0 0px;
    width: 100%;
    border-bottom: 1px solid #c1c1c1;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.contact-form-wrap .single-contact-form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 180px;
    padding: 0px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    width: 100%;
    outline: none;
}

.contact-form-wrap .contact-btn button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #333;
    box-shadow: none;
    color: #333;
    display: inline-block;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 34px;
    padding: 2px 20px 0;
    margin: 0 0 30px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.contact-form-wrap .contact-btn button:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #ce7852;
    color: #ce7852;
}

.wn__address p {
    color: #333;
    margin-bottom: 35px;
}

.wn__address .single__address {
    display: flex;
}

.wn__address .single__address i {
    color: #353535;
    font-size: 20px;
    margin-right: 20px;
    margin-top: 10px;
}

.wn__address .single__address .content span {
    color: #353535;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
}

.wn__address .single__address .content p {
    color: #333;
    font-size: 12px;
    margin-bottom: 15px;
}

#googleMap {
    width: 100%;
    height: 500px;
}

@media only screen and (max-width: 420px) {
    .contact-form-wrap .single-contact-form.space-between {
        flex-wrap: wrap;
    }
    .contact-form-wrap .single-contact-form.space-between input+input {
        margin-top: 30px;
    }
}


/*--------------------------
  Faq Styles
----------------------------*/

.wn_accordion .card {
    border: 0 none;
    margin-bottom: 20px;
}

.acc-header h5 a {
    background: #eee none repeat scroll 0 0;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 18px 40px 18px 26px;
    position: relative;
}

.wn_accordion .card {
    border: 1px solid #e1e1e1;
    border-radius: 0;
}

.wn_accordion .card-body {
    color: #333;
    font-size: 13px;
    padding-left: 18px;
    padding-right: 18px;
}

.acc-header h5 a.collapsed::after {
    background-image: url("images/others/toggle_open.png");
    background-repeat: no-repeat;
    content: "";
    height: 20px;
    padding: 0 10px;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
}

.acc-header h5 a::after {
    background-image: url("images/others/toggle_close.png");
    background-repeat: no-repeat;
    content: "";
    height: 20px;
    padding: 0 10px;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
}

.wn__accordeion__content {
    margin-bottom: 36px;
}

.wn__accordeion__content h2 {
    color: #2e2e2e;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px;
    padding: 0 0 5px;
}

.wn__accordeion__content p {
    color: #333;
    font-size: 13px;
}


/*--------------------------
  MyAccount Styles
----------------------------*/

.account__title {
    color: #2e2e2e;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 5px;
}

.account__form {
    border: 1px solid #d3ced2;
    border-radius: 5px;
    margin: 2em 0;
    padding: 20px;
    text-align: left;
}

.account__form .input__box {
    margin: 0 0 15px;
}

.account__form .input__box label {
    margin: 0 0 10px;
    line-height: 2;
    color: #333;
    font-size: 12px;
    display: block;
}

.account__form .input__box label span {
    color: #ce7852;
}

.account__form .input__box input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    height: 40px;
    width: 100%;
    padding: 0 0 0 10px;
}

.account__form .form__btn button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #333;
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 34px;
    padding: 2px 20px 0;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.account__form .form__btn button:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #ce7852;
    color: #ce7852;
}

.account__form .form__btn span {
    color: #333;
    font-size: 12px;
}

.account__form .forget_pass {
    color: #ce7852;
    font-size: 12px;
    margin-top: 18px;
    display: block;
}

.account__form .form__btn .label-for-checkbox {
    margin-bottom: 0;
    margin-left: 10px;
}


/*======= Cart Styles =======*/


/*---------------------------------------
  26. Our Cart Area
----------------------------------------*/

.car-header-title h2 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}

.table-content table {
    background: #fff none repeat scroll 0 0;
    border-color: #eaeaea;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
}

.table-content table th {
    border-top: medium none;
    font-weight: bold;
    padding: 20px 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.table-content table th,
.table-content table td {
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.table-content table td {
    border-top: medium none;
    font-size: 13px;
    padding: 20px 10px;
    text-align: center;
    vertical-align: middle;
}

.table-content table td input {
    background: #e5e5e5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #333;
    font-size: 15px;
    font-weight: normal;
    height: 40px;
    padding: 0 5px 0 10px;
    width: 60px;
}

.table-content table td.product-subtotal {
    font-size: 16px;
    font-weight: bold;
    width: 120px;
    color: #333;
}

.table-content table td.product-name a {
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    color: #333;
}

.table-content table td.product-name {
    width: 270px;
}

.table-content table td.product-thumbnail {
    width: 130px;
}

.table-content table td.product-remove i {
    color: #919191;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.table-content table .product-price .amount {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.table-content table td.product-remove i:hover {
    color: #252525;
}

.table-content table td.product-quantity {
    width: 180px;
}

.table-content table td.product-remove {
    width: 150px;
}

.table-content table td.product-price {
    width: 130px;
}

.table-content table td.product-name a:hover {
    color: #ce7852;
}

.cart_totals table tr.order-total th,
.cart_totals table tr.order-total .amount {
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}

.owl-theme .owl-controls .owl-page span {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    border-radius: 100%;
    display: block;
    height: 13px;
    margin: 3px;
    width: 13px;
    transition: 0.3s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    border: 2px solid #c1c1c1;
}

.table-content table .title-top th {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    color: #333;
}

.cartbox__btn {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: 40px;
}

.cart__btn__list li a {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding: 0 26px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.cart__btn__list li a:hover {
    background: #ce7852 none repeat scroll 0 0;
    color: #fff;
}

.cartbox-total {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 0 40px;
}

.cartbox__total__area {
    margin-top: 50px;
}

.cart__total__amount {
    background: #ce7852 none repeat scroll 0 0;
    display: flex;
    height: 60px;
    justify-content: space-between;
    line-height: 60px;
    padding: 0 40px;
}

.cart__total__list li {
    color: #333444;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
}

.cart__total__tk li {
    color: #333444;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
}

.cart__total__amount span {
    color: #fff;
    font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cartbox__btn {
        padding: 40px 18px;
    }
    .product__info__main h1 {
        margin: 30px 0 3px;
    }
    .cart__btn__list li a {
        font-size: 15px;
        padding: 0 26px;
    }
}

@media only screen and (max-width: 767px) {
    .cart__btn__list li {
        flex-basis: 50%;
        margin-bottom: 20px;
        padding: 0 20px;
        text-align: center;
    }
    .wn__team__area {
        padding-bottom: 70px;
        padding-top: 0;
    }
    .wn__team__area.pt--40.pb--75.bg--white {
        padding-top: 45px;
    }
    .widget.archives_widget:last-child {
        margin-bottom: 0;
    }
    .cart__btn__list li a {
        font-size: 15px;
        font-weight: 400;
        padding: 0 23px;
    }
}

@media only screen and (max-width: 575px) {
    .cartbox__btn {
        padding: 40px 0;
    }
    .wn__team__area {
        padding-bottom: 70px;
        padding-top: 0;
    }
    .section__title--3 h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .about_area .content.text_style--2 h2 {
        font-size: 20px;
    }
    .about_area .content h2 {
        font-size: 20px;
    }
    .about_area .content h3 {
        font-size: 20px;
    }
    .cart__btn__list li a {
        font-size: 13px;
        padding: 0 15px;
    }
    .cart__btn__list li {
        padding: 0 8px;
    }
}


/*--------------------------
  Wishlist Styles
----------------------------*/

.wnro__table table {
    border: 1px solid #e1e1e1;
}

.wnro__table th .nobr {
    color: #2e2e2e;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0;
    text-transform: uppercase;
}

.wnro__table tbody td.product-remove a {
    color: #3f3f3f;
    display: block;
    font-weight: 700;
    height: 1em;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
}

.wnro__table tbody td.product-remove {
    padding-right: 0;
    text-align: center;
    width: 40px;
}

.product-thumbnail {
    padding: 25px 0;
}

.product-name a {
    color: #333444;
    font-size: 14px;
    font-weight: 500;
}

.product-price span.amount {
    color: #343940;
    font-size: 16px;
    font-weight: 700;
}

.product-stock-status span.wishlist-in-stock {
    color: #ce7852;
}

.product-add-to-cart a {
    border: 2px solid #333;
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 35px;
    padding: 0 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 190px;
}

.product-add-to-cart {
    padding: 0;
    width: 210px;
}

.product-add-to-cart a:hover {
    border: 2px solid #ce7852;
    color: #ce7852;
}


/*--------------------------
  Checkout Styles
----------------------------*/

.checkout_login,
.checkout_coupon {
    display: none;
}

.checkout_info {
    background-color: #f7f6f7;
    border-top: 3px solid #ce7852;
    color: #515151;
    margin: 0 0 2em;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto;
    border-top-color: #ce7852;
}

.checkout_info::before {
    color: #ce7852;
    content: "\f15b";
    font-family: FontAwesome;
    font-size: 13px;
    left: 26px;
    position: absolute;
}

.checkout_info span {
    font-size: 14px;
}

.checkout_info a.showlogin,
.checkout_info a.showcoupon {
    color: #ce7852;
    font-size: 12px;
}

.wn__checkout__form {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    margin: 0 0 20px;
    padding: 20px;
    text-align: left;
}

.wn__checkout__form p {
    color: #333;
    font-size: 14px;
    margin: 0 0 10px;
}

.wn__checkout__form .input__box label {
    margin-bottom: 5px;
    line-height: 2;
    display: block;
    color: #333;
    font-size: 12px;
}

.wn__checkout__form .input__box input {
    border: 1px solid #e1e1e1;
    height: 40px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 370px;
}

.wn__checkout__form .form__btn button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #333;
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 34px;
    padding: 2px 20px 0;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.wn__checkout__form .form__btn button:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #ce7852;
    color: #ce7852;
}

.wn__checkout__form .form__btn .label-for-checkbox {
    margin-bottom: 5px;
}

.wn__checkout__form .form__btn .label-for-checkbox input {
    margin: 0 3px 0 15px;
}

.wn__checkout__form .form__btn .label-for-checkbox span {
    color: #333;
    font-size: 12px;
}

.wn__checkout__form .form__btn .label-for-checkbox a {
    color: #ce7852;
    font-size: 12px;
}

.checkout_coupon {
    border: 1px solid #d3ced2;
    border-radius: 5px;
    margin: 2em 0;
    padding: 20px;
    text-align: left;
}

.checkout_coupon .form__coupon input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    height: 40px;
    max-width: 100%;
    padding: 0 0 0 10px;
}

.checkout_coupon .form__coupon button {
    background: #2e2e2e none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    margin-left: 6px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 34px;
    padding: 2px 20px 0;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border: 0 none;
}

.checkout_coupon .form__coupon button:hover {
    color: #ce7852;
}

.customer_details h3 {
    color: #2e2e2e;
    font-weight: 700;
    line-height: 1.35;
    font-size: 20px;
    margin: 0 0 20px;
}

.customer_details .customar__field .input_box {
    margin: 0 0 20px;
}

.customer_details .customar__field .input_box.space_between {
    margin: 0 15px;
    width: 50%;
}

.customer_details .customar__field .input_box label {
    color: #333;
    line-height: 2;
    font-size: 14px;
    display: block;
}

.customer_details .customar__field .input_box label span {
    color: red;
    font-weight: 700;
}

.customer_details .customar__field .input_box input {
    height: 40px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    width: 100%;
    padding: 0 10px;
}

.customer_details .customar__field .margin_between {
    display: flex;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.select__option {
    border: 1px solid #e1e1e1;
    height: 40px;
    padding: 0 43px 0 10px;
    width: 100%;
}

.account__field,
.differt__form {
    display: none;
}

.create__account .wn__accountbox span {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin-left: 8px;
}

.create__account .account__field label {
    color: #a00;
    margin: 0 0 5px;
    display: block;
    font-size: 12px;
}

.create__account .account__field label span {
    color: red;
    font-weight: 700;
}

.create__account .account__field input {
    border: 1px solid #a00;
    height: 40px;
    width: 100%;
    padding: 0 10px;
}

.differt__address span {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin-left: 8px;
}

.wn__order__box {
    background: #f4f4f4 none repeat scroll 0 0;
}

.wn__order__box h3.onder__title {
    border-bottom: 1px solid #e1e1e1;
    font-size: 24px;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    color: #2e2e2e;
}

.order__total {
    display: flex;
    justify-content: space-between;
    padding: 22px 80px 0;
}

.order__total li {
    color: #333444;
    font-size: 18px;
    font-weight: 600;
}

.order_product {
    margin-top: 18px;
    padding: 0 80px;
}

.order_product li {
    color: #333444;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0;
}

.order_product li span {
    float: right;
}

.shipping__method {
    padding: 15px 80px 25px;
}

.shipping__method>li span {
    float: right;
}

.shipping__method li {
    color: #333;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
}

.shipping__method>li+li {
    margin-top: 20px;
}

.shipping__method li ul li input {
    margin-right: 5px;
    margin-top: 6px;
}

.total__amount {
    border-top: 1px solid #e1e1e1;
    padding: 0 80px;
}

.total__amount li span {
    float: right;
}

.total__amount li {
    color: #333444;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
    padding-top: 15px;
    text-transform: uppercase;
}

.checkout_accordion .payment {
    margin: 0 0 15px;
}

.checkout_accordion .payment:last-child {
    margin-bottom: 0;
}

.checkout_accordion .checkout__title input {
    margin: 0 1em 0 0;
}

.checkout_accordion .checkout__title label {
    margin: 0 0 5px;
}

.checkout_accordion .payment-body {
    color: #333;
    font-size: 12px;
    padding: 10px 12px;
}

a.checkout__title {
    background: #f4f4f4 none repeat scroll 0 0;
    display: block;
    padding: 10px 15px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .order__total {
        padding: 22px 60px 0;
    }
    .product__info__main h1 {
        margin: 30px 0 3px;
    }
    .order_product {
        padding: 0 60px;
    }
    .shipping__method {
        padding: 15px 60px 25px;
    }
    .total__amount {
        padding: 0 60px;
    }
}

@media only screen and (max-width: 575px) {
    .order__total {
        padding: 22px 20px 0;
    }
    .order_product {
        padding: 0 20px;
    }
    .shipping__method {
        padding: 15px 20px 25px;
    }
    .total__amount {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 420px) {
    .checkout_coupon .form__coupon button {
        margin-left: 0;
        margin-top: 20px;
    }
    .search__active {
        display: none!important;
    }
    .slider--15 .slide .slider__content p {
        display: none;
    }
    .checkout_coupon .form__coupon input {
        width: 100%;
    }
}


/*--------------------------
  Shop Single Styles
----------------------------*/

.wedget__title {
    border-bottom: 1px solid #2e2e2e;
    color: #2e2e2e;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.wedget__categories.poroduct--cat {
    margin: 0 0 30px;
}

.wedget__categories.poroduct--cat ul li {
    border-bottom: 1px dashed #e1e1e1;
    line-height: 45px;
    text-align: left;
    text-transform: capitalize;
}

.wedget__categories.poroduct--cat ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.wedget__categories.poroduct--cat ul li a:hover {
    color: #ce7852;
}

.wedget__categories.poroduct--cat ul li a span {
    color: #333;
    float: right;
}

.wedget__categories.pro--range {
    margin: 0 0 30px;
}

.wedget__categories.poroduct--compare {
    margin: 0 0 30px;
}

.wedget__categories.poroduct--compare ul {
    margin: 0 0 20px;
}

.wedget__categories.poroduct--compare ul li {
    border-bottom: 1px dashed #e1e1e1;
    line-height: 45px;
    text-align: left;
    text-transform: capitalize;
}

.wedget__categories.poroduct--compare ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.wedget__categories.poroduct--tag {
    margin: 0 0 40px;
}

.wedget__categories.poroduct--tag ul li {
    display: inline-block;
}

.wedget__categories.poroduct--tag ul li a {
    background: #ebebeb none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    font-size: 14px;
    line-height: 33px;
    margin: 5px 5px 0 0;
    padding: 5px 15px;
    text-transform: capitalize;
}

.wedget__categories.poroduct--tag ul li a:hover {
    background: #464646 none repeat scroll 0 0;
    color: #fff;
}

.wedget__categories.sidebar--banner {
    display: inline-block;
    position: relative;
}

.wedget__categories.sidebar--banner .text {
    bottom: 30px;
    left: 30px;
    margin: auto;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 30px;
}

.wedget__categories.sidebar--banner .text::after {
    border-color: rgba(255, 255, 255, 0.2);
    border-style: solid;
    border-width: 0 5px 6px;
    content: "";
    display: inline-block;
    height: 53px;
    margin: 20px auto 0;
    width: 100%;
}

.wedget__categories.sidebar--banner .text::before {
    border-color: rgba(255, 255, 255, 0.2);
    border-style: solid;
    border-width: 6px 5px 0;
    content: "";
    display: inline-block;
    height: 53px;
    margin: 0 auto 20px;
    width: 100%;
}

.wedget__categories.sidebar--banner .text h2 {
    color: #ce7852;
    font-size: 14px;
    text-transform: uppercase;
}

.wedget__categories.sidebar--banner .text h6 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.wedget__categories.sidebar--banner .text h6 strong {
    color: #ce7852;
}

.wedget__categories.poroduct--compare ul li:last-child {
    border: 0 none;
}

.content-shopby {
    margin-top: 32px;
}

.price--output input {
    border: 0 none;
}

.price--output span {
    color: #333;
    font-size: 14px;
}

.price--filter {
    display: inline-block;
}

.price--output {
    display: inline-block;
}

.price--filter a {
    background: #222 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    text-transform: uppercase;
}

.ui-widget-content {
    background: #ededed none repeat scroll 0 0;
    border: 0 none;
    color: #222;
}

.ui-slider-horizontal {
    height: 7px;
}

.ui-slider .ui-slider-handle {
    border-radius: 100%;
    cursor: default;
    height: 16px;
    position: absolute;
    touch-action: none;
    width: 16px;
    z-index: 2;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #000 none repeat scroll 0 0;
    border: 0 none;
    color: #000;
}

.ui-slider-range.ui-widget-header.ui-corner-all {
    background: #000 none repeat scroll 0 0;
}

.ui-slider-horizontal {
    margin-bottom: 25px;
    margin-top: 7px;
}

.shop__list__wrapper {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    margin: 0 0 30px;
    padding: 10px 0;
    width: 100%;
}

.shop__list__wrapper .shop__list a {
    border: 1px solid #ccc;
    color: #a3a3a3;
    font-size: 15px;
    height: 31px;
    line-height: 32px;
    margin-right: 8px;
    padding: 0 !important;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 31px;
}

.shop__list__wrapper .shop__list a.active,
.shop__list__wrapper .shop__list a:hover {
    border-color: #2e2e2e;
    color: #2e2e2e;
}

.shop__list__wrapper p {
    color: #3f3f3f;
    display: inline-block;
    height: 31px;
    line-height: 31px;
}

.shop__list__wrapper .orderby__wrapper span {
    color: #3f3f3f;
    display: inline-block;
    height: 31px;
    line-height: 31px;
}

.shot__byselect {
    border: 1px solid #e1e1e1;
    color: #898888;
    height: 30px;
    margin-left: 10px;
    padding: 0 10px;
}

.list__view {
    display: flex;
}

.list__view .thumb {
    flex-basis: 40%;
    overflow: hidden;
    position: relative;
}

.list__view .thumb a {
    display: block;
}

.list__view .thumb a img {
    width: 100%;
}

.list__view .thumb a.second__img {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition-property: all;
    transition-timing-function: linear;
}

.list__view .content {
    flex-basis: 70%;
    padding-left: 32px;
}

.list__view .content h2 {
    margin: 5px 0 0;
}

.list__view .content h2 a {
    color: #2e2e2e;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
}

.list__view .content .rating {
    margin-top: 13px;
}

.list__view .content .prize__box {
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
}

.list__view .content .prize__box li {
    font-size: 18px;
    color: #2e2e2e;
}

.list__view .content .prize__box li.old__prize {
    color: #868888;
    font-size: 16px;
    margin-left: 10px;
    text-decoration: line-through;
}

.list__view .content p {
    color: #333;
    font-size: 13px;
    line-height: 24px;
    margin: 0 0 30px;
}

.list__view .content .cart__action li {
    margin-right: 15px;
}

.list__view .content .cart__action li a {
    background-position: 2px -36px;
    border: 2px solid #ebebeb;
    border-radius: 100%;
    height: 44px;
    width: 44px;
    position: relative;
    display: block;
}

.list__view .content .cart__action li.cart a {
    background: #222 none repeat scroll 0 0;
    border: 0 none;
    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 0;
    font-weight: 700;
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    text-transform: uppercase;
    width: auto;
    transition: 0.5s;
}

.list__view .content .cart__action li.cart a:hover {
    background: #ce7852 none repeat scroll 0 0;
}

.list__view .content .cart__action li.wishlist a {
    background: white url("images/icons/wishlist.png") no-repeat scroll -6% 0;
}

.list__view .content .cart__action li.wishlist a:hover {
    background-position: 108% 0;
    border: 2px solid #ce7852;
    background-color: #ce7852;
}

.list__view .content .cart__action li.compare a {
    background: white url("images/icons/compare.png") no-repeat scroll -6% 0;
}

.list__view .content .cart__action li.compare a:hover {
    background-position: 108% 0;
    border: 2px solid #ce7852;
    background-color: #ce7852;
}

.list__view:hover .thumb a.second__img {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .orderby__wrapper {
        flex-basis: 100%;
        margin-top: 14px;
    }
    .list__view {
        flex-wrap: wrap;
    }
    .list__view .thumb {
        flex-basis: 100%;
        margin-bottom: 0px;
    }
    .list__view .content {
        flex-basis: 100%;
        padding-left: 0;
    }
}


/*-------------------------
  Footer Styles
-------------------------*/

.ft__logo {
    margin: 0 auto 25px;
    max-width: 615px;
}

.social__net {
    margin-bottom: 30px;
}

.modal-product .social__net {
    margin-bottom: 0px;
}

.modal-product .social__net li a {
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    margin-right: 0;
    width: 25px;
}

.footer-static-top {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #ebebeb;
    padding: 0px 0;
    text-align: center;
}

.copyright__wrapper {
    padding: 18px 0;
}

.footer__menu .ft__logo a {
    display: block;
    margin-bottom: 25px;
    text-align: center;
}

.footer__menu .footer__content .mainmenu li {
    display: inline-block;
    padding: 0 22px;
}

.footer__menu .footer__content .mainmenu li a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.4s ease 0s;
}

.footer__menu .footer__content .mainmenu li a:hover {
    color: #BC961F;
}

.page-footer {
    margin-left: 80px;
    margin-right: 80px;
}

.bg__cat--8 .footer-static-top {
    background: transparent none repeat scroll 0 0;
}

.brown--color .copy__right__inner p a:hover {
    color: #BC961F;
}


#btn-ver-mas:hover {
  cursor: pointer !important;
}

/*@media only screen and (min-width: 992px) and (max-width: 1199px) {
.slide .slider__content h2 {
    font-size: 62px;
    line-height: 1.1;
  }
  .slider__content {
  margin-top: 50px;
}
.post__itam .content h3 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing:0px;
  } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-footer {
    margin-left: 30px;
    margin-right: 30px; }
  .wn__newsletter__area .col-lg-7.offset-lg-5.col-md-12.col-12 {
  padding: 80px 0;
}
section.wn_contact_area {
  padding-bottom: 60px;
}
  .header__area .header__sidebar__right {
    margin-right: 45px;
  }
  .header__area .header__sidebar__right > li.wishlist {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header__area .header__sidebar__right > li.shopcart {
    padding-right: 15px;
  }
  .wn__newsletter__area.bg-image--2 {
  background:#f6f6f6;
}
  }
@media only screen and (max-width: 767px) {
  .page-footer {
    margin-left: 30px;
    margin-right: 30px; }
.footer-static-top {
  padding: 50px 0;
}
  .footer__menu .footer__content .mainmenu li {
    padding: 0 13px; }
  .footer__menu .footer__content .mainmenu li {
    margin-bottom: 10px;
    padding: 0 13px; }
  .footer__menu .footer__content .mainmenu {
    flex-wrap: wrap; } 
  
}
@media only screen and (max-width: 420px) {
  .page-footer {
    margin-left: 20px;
    margin-right: 20px; }
    .post__itam .content {
  padding: 30px 30px 25px;
}
section.wn_contact_area {
  padding-bottom: 60px;
}
     }
.tab-content .tab-pane {
  display: block;
  height: 0;
  visibility: hidden; }
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible; } 
.slick-slide.slick-center .product__thumb a::after,.product.slick-slide:hover .product__thumb a::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 97%;
  left: 4px;
  opacity: 0.6;
  position: absolute;
  top: 4px;
  width: 97%;
  transition: .4s;
}
.slick-slide.slick-center .product__thumb {
  color: #BC961F;
  opacity: 1;
  transform: scaleY(1.10);
}
.slick-slide .product__thumb {
  margin: 5px 0;
  padding: 2%;
}
.slick-slide .product {
  position: relative;
  text-align: center;
}
.best-seel-area .product .product__content .action {
  top: 43%;
  bottom:auto;
}
.best-seel-area .product__hover--content {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 51%;
}
.best-seel-area .product .product__content {
  padding:0;
}
*/


/*  Home Box Css */

.wrapper-boxed-layout {
    margin: 0 100px;
    width: calc(100% - 200px);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
}

.wrapper-boxed-layout .header-menu {
    width: calc(100% - 200px);
    left: 100px;
}

.wrapper-boxed-layout header.header__absolute {
    left: 30px;
    right: 30px;
}

@media only screen and (min-width: 1601px) and (max-width: 1919px) {
    .wrapper-boxed-layout {
        margin: 0 70px;
        width: calc(100% - 140px);
    }
    .wrapper-boxed-layout .header-menu {
        width: calc(100% - 140px);
        left: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .wrapper-boxed-layout {
        margin: 0 50px;
        width: calc(100% - 100px);
    }
    .wrapper-boxed-layout .container {
        max-width: 1100px;
    }
    .wrapper.wrapper-boxed-layout .header-menu {
        width: calc(100% - 100px);
        left: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .wrapper-boxed-layout {
        margin: 0 30px;
        width: calc(100% - 60px);
    }
    .wrapper-boxed-layout .header-menu {
        width: calc(100% - 60px);
        left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wrapper-boxed-layout {
        margin: 0 30px;
        width: calc(100% - 60px);
    }
    .wrapper-boxed-layout .header-menu {
        width: calc(100%);
        left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-boxed-layout {
        margin: 0 15px;
        width: calc(100% - 30px);
    }
    .wrapper-boxed-layout .header-menu {
        width: calc(91%);
        left: 14px;
    }
    .maincontent {
        padding-bottom: 80px;
    }
    section.wn_contact_area {
        padding-bottom: 60px;
    }
}

.custom-nav button {
    background-color: #f7f7f7;
    border-radius: 100%;
    border: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.custom-nav button:hover {
    box-shadow: 2px 5px 5px 0 rgba(0, 0, 0, 0.07);
    background-color: #ce7852;
    color: #fff;
}

.custom-nav button:focus {
    outline: 0;
}

.custom-nav button.customPrevBtn {
    margin-right: 10px;
}


/* ---Snow Effect--- */

.frame-snow {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    color: #fff;
}

.snow {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 20%;
    top: 0;
    z-infex: 2;
    animation-name: fall;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.snow svg {
    width: 100%;
    height: auto;
}

.frame-background {
    background-color: #5892b0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.wrap-snowman {
    position: absolute;
    bottom: 0;
    width: 20%;
    height: auto;
    left: 20%;
}

.wrap-snowman svg {
    width: 100%;
    height: auto;
}

.frame-background::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    bottom: -50px;
    left: 0;
    z-index: 3;
}

.frame-background::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 200px;
    border-radius: 50%;
    background-color: #fff;
    bottom: -120px;
    right: -100px;
    z-index: 3;
    transform: rotate(-7deg);
}

@keyframes fall {
    0% {
        top: -50px;
        opacity: 0;
    }
    1% {
        top: -50px;
        opacity: 1;
    }
    80% {
        top: calc( 100% + 150px);
        opacity: 1;
    }
    81% {
        top: calc( 100% + 150px);
        opacity: 0;
    }
    100% {
        top: -50px;
        opacity: 0;
    }
}

.map {
    max-width: 1200px;
}

.post__itam {
    min-height: 340px;
}

@media only screen and (max-width: 1200px) {
    .post__itam {
        min-height: 380px;
    }
}

@media only screen and (max-width: 992px) {
    .image_menu {
        display: none;
    }
    .post__itam {
        min-height: 470px;
    }
}

@media only screen and (max-width: 767px) {
    .image_menu {
        display: flex;
        max-height: 150px;
        margin-top: 0px !important;
        margin: 0px auto;
    }
    .post__itam {
        min-height: auto;
    }
    .menu_p {
        font-size: 18px !important;
        letter-spacing: 1px;
    }
    .menu_p {
        margin-bottom: 0 !important;
        padding: 0 !important;
    }
    .content_menu .content.desc-menu {
        padding: 0 !important;
    }
    .content.content_menu {
        padding: 15px 20px;
    }
    .card-producto {
        margin-top: 10px !important;
    }
}

.div_books_display {
    height: 40vh;
    width: 28.3vh;
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 1em;
    /* Es el ratio para una hoja carta */
}

.image_books_display {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.data_books_display {
    text-align: center;
}

.lods-of-emone {
    color: #70c5c5;
    font-weight: 700;
}
.tag-etiquetas:hover {
    color: #C29F31 !important;
}

.tag-space {
    margin: 1em auto 1em;
}

.tag-space2 {
    margin-bottom: 1em;
}
.tag-margin {
    margin:  1em auto 3em;
}
.sante-core-page-inline-style{position:absolute!important;width:0;height:0;line-height:1;display:none}@font-face{font-family:Quentin;src:url(../fonts/quentin-webfont.eot);src:url(../fonts/quentin-webfont-1.eot) format("embedded-opentype"),url(../fonts/quentin-webfont.woff2) format("woff2"),url(../fonts/quentin-webfont.woff) format("woff"),url(../fonts/quentin-webfont.ttf) format("truetype"),url(../fonts/quentin-webfont.svg) format("svg");font-weight:400;font-style:normal}.qodef--underline{display:inline-block;background-color:#93a286;height:2px;min-width:40px}.qodef-social-share-style{margin-right:4px;border:1px solid transparent;border-radius:100%;padding:8px;min-width:29px;text-align:center;-webkit-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}.qodef-social-share-style:hover{border-color:#e9ebe7;background-color:#e9ebe7;-webkit-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}.qodef-social-share-style:hover>*{color:initial}.qodef-social-share-style:last-child{margin-right:0}body .fa-facebook-f:before{content:"\f39e"}@media only screen and (max-width:680px){body .qodef-h1,body h1{font-size:45px}}.qodef-image-gallery:hover .swiper-button-next,.qodef-image-gallery:hover .swiper-button-prev{width:51px!important}.qodef-image-gallery .swiper-button-next,.qodef-image-gallery .swiper-button-prev{top:calc(50% - 23px);background-color:#fff;-webkit-box-sizing:content-box;box-sizing:content-box;padding:5px 0 4px;right:0!important;left:unset!important;width:36px!important;-webkit-transition:width .4s ease;-o-transition:width .4s ease;transition:width .4s ease}.qodef-image-gallery .swiper-button-next svg,.qodef-image-gallery .swiper-button-prev svg{width:20px}.qodef-image-gallery .swiper-button-next svg line,.qodef-image-gallery .swiper-button-next svg path,.qodef-image-gallery .swiper-button-prev svg line,.qodef-image-gallery .swiper-button-prev svg path{stroke:#68745c}.qodef-image-gallery .swiper-button-next.swiper-button-disabled,.qodef-image-gallery .swiper-button-prev.swiper-button-disabled{opacity:1}.qodef-image-gallery .swiper-button-prev{-webkit-transform:translateY(calc(50% - 1px));-ms-transform:translateY(calc(50% - 1px));transform:translateY(calc(50% - 1px));padding-bottom:25px}.qodef-image-gallery .swiper-button-next{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);padding-top:25px}body .mfp-figure:after{-webkit-box-shadow:none;box-shadow:none;background:0 0}body .mejs-controls .mejs-time-rail .mejs-time-current{background:#93a286}body.page-id-828 #qodef-side-area-close{right:70px}body.page-id-828 #qodef-page-footer-bottom-area .qodef-content-full-width{padding:0 70px}@media all and (min-width:1100px){body.page-id-338 .qodef-blog.qodef-col-num--1 .qodef-blog-item .qodef-e-excerpt{width:84%}}body.single-format-link .qodef-e-content .qodef-info--bottom,body.single-format-link .qodef-e-content .qodef-info--top,body.single-format-quote .qodef-e-content .qodef-info--bottom,body.single-format-quote .qodef-e-content .qodef-info--top{display:none!important}body #qodef-related-posts .mejs-horizontal-volume-slider,body #qodef-related-posts .mejs-horizontal-volume-total{width:13px}body #qodef-related-posts .mejs-controls{padding:0 6px}body .woocommerce .qodef-empty-cart-image{text-align:center;margin-bottom:15px;margin-top:89px}@media only screen and (max-width:680px){body .woocommerce .qodef-empty-cart-image{margin-top:0}}#qodef-page-sidebar .qodef-blog.qodef-col-num--1 .qodef-blog-item .qodef-e-info.qodef-info--bottom{margin-top:8px}#qodef-page-sidebar .qodef-blog .qodef-blog-item .qodef-e-title{margin-bottom:6px}.tparrows svg{height:19px}#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo,#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo:hover{opacity:1!important}.qodef-anchor:hover{color:#2f3327!important}.qodef-rev-circle-button rs-mask-wrap{cursor:pointer;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;-o-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.qodef-rev-circle-button rs-mask-wrap:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;-o-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.qodef-cover-border .qodef-image-with-text.qodef-iwt-border img{border-color:transparent}.qodef-cover-border .qodef-image-with-text.qodef-iwt-border .qodef-img--fade img{border:1px solid #e4eadc}#qodef-side-area-close.qodef-opener-icon.qodef-source--svg-path span>*,.qodef-mobile-header-opener.qodef-opener-icon.qodef-source--svg-path span>*,.qodef-side-area-opener.qodef-opener-icon.qodef-source--svg-path span>*{fill:currentColor;stroke:none}.post-type-archive-product .widget_sante_core_side_area_opener>a{color:#000}#qodef-page-footer .widget a:hover .qodef-icon-holder{color:#2f3327}#qodef-page-footer .widget a:hover .qodef-icon-holder>span{color:#2f3327}.qodef-top-slider--enabled .header-divided-top-slider{display:inline-block;width:100%;height:auto;z-index:0;top:0;left:0}@media all and (min-width:1025px){.qodef-top-slider--enabled .header-divided-top-slider{position:fixed}}.qodef-browser--chrome.page-id-881 .qodef-woo-product-list .qodef-woo-product-image,.qodef-browser--firefox.page-id-881 .qodef-woo-product-list .qodef-woo-product-image{background-color:transparent}@media all and (min-width:1025px) and (max-width:1440px){.qodef-gallery-custom-responsive .qodef-image-gallery .swiper-button-next,.qodef-gallery-custom-responsive .qodef-image-gallery .swiper-button-prev{top:calc(50% - 46px)}.qodef-gallery-custom-responsive .elementor-element .elementor-widget-container,.qodef-gallery-custom-responsive .elementor-widget-wrap>.elementor-element,.qodef-gallery-custom-responsive .qodef-image-gallery,.qodef-gallery-custom-responsive .qodef-image-gallery .qodef-image-wrapper{height:100%}.qodef-gallery-custom-responsive .qodef-swiper-container .swiper-slide img{-o-object-fit:cover;object-fit:cover;height:100%;height:calc(100% - 39px)}}@media only screen and (max-width:1440px){.page-id-1731 .qodef-section-title{margin-top:90px}}.menu-custom-faq-sidebar-menu-container a:hover{color:#2f3327}.page-id-1649 #qodef-page-footer-top-area .qodef-content-full-width>div:after,.page-id-881 #qodef-page-footer-top-area .qodef-content-full-width>div:after{background-color:transparent}.kc-elm.qodef-shortcode .fa,.kc-elm.qodef-shortcode .fas{font-family:'Font Awesome 5 Free';font-weight:900}.kc-elm.qodef-shortcode .fa:before,.kc-elm.qodef-shortcode .fas:before{font-family:inherit;font-weight:inherit}.kc-elm.qodef-shortcode .fab{font-family:'Font Awesome 5 Brands';font-weight:400}.kc-elm.qodef-shortcode .fab:before{font-family:inherit;font-weight:inherit}#qodef-age-verification-modal{position:fixed;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#2f3327;opacity:0;z-index:115;visibility:hidden;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}#qodef-age-verification-modal .qodef-m-logo{position:absolute;top:30px;left:30px}#qodef-age-verification-modal .qodef-m-logo a{position:relative;display:block;max-width:50%}#qodef-age-verification-modal .qodef-m-logo img{display:block}#qodef-age-verification-modal .qodef-m-content{padding:30px;text-align:center;max-width:700px}#qodef-age-verification-modal .qodef-m-content-title{margin:0;color:#fff}#qodef-age-verification-modal .qodef-m-content-subtitle{margin:11px 0 0;color:#93a286}#qodef-age-verification-modal .qodef-m-content-note{margin:32px 0 0;color:#e5dcdb}#qodef-age-verification-modal .qodef-m-content-prevent{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:52px}#qodef-age-verification-modal .qodef-button.qodef-prevent--yes{margin-right:10px}#qodef-age-verification-modal .qodef-button.qodef-prevent--no{color:#fff;border-color:#a3a19e}#qodef-age-verification-modal .qodef-button.qodef-prevent--no:hover{color:#fff;border-color:#28201e;background-color:#28201e}.qodef-age-verification--opened #qodef-age-verification-modal{opacity:1;visibility:visible;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}#qodef-back-to-top{position:fixed;width:80px;height:20px;right:13px;bottom:135px;margin:0;opacity:0;visibility:hidden;z-index:999;color:#68745c}.page-id-828 #qodef-back-to-top{right:0}#qodef-back-to-top:hover{color:#68745c}@media only screen and (max-width:680px){#qodef-back-to-top{right:-13px;bottom:92px}}#qodef-back-to-top .qodef-back-to-top-icon{display:inline-block;width:calc(100% + 1px);-webkit-transform:rotate3d(1,1,10,-90deg);transform:rotate3d(1,1,10,-90deg);position:relative;z-index:1;font-weight:600;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}#qodef-back-to-top .qodef-back-to-top-icon:after{content:"";width:calc(100% + 16px);height:12px;background:#e9ebe7;display:block;position:absolute;top:50%;z-index:-1;left:-8px;-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}#qodef-back-to-top .qodef-back-to-top-icon>span{margin-right:2px}#qodef-back-to-top .qodef-back-to-top-icon *{display:block;line-height:inherit}#qodef-back-to-top:hover .qodef-back-to-top-icon:after{-webkit-animation:qodef-paint-stroke .8s;animation:qodef-paint-stroke .8s}#qodef-back-to-top.qodef--off{opacity:0;visibility:hidden;-webkit-transition:opacity .15s ease,visibility 0s .15s;-o-transition:opacity .15s ease,visibility 0s .15s;transition:opacity .15s ease,visibility 0s .15s}#qodef-back-to-top.qodef--on{opacity:1;visibility:visible;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.qodef-blog.qodef-item-layout--metro{margin:0}.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image.qodef--background{margin-bottom:0}.qodef-blog.qodef-item-layout--metro article .qodef-e-content{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px 40px 35px;background-color:rgba(47,51,39,.12)}.qodef-blog.qodef-item-layout--metro article .qodef-e-content a{position:relative;z-index:3}.qodef-blog.qodef-item-layout--metro article .qodef-e-title{color:#fff}.qodef-blog.qodef-item-layout--metro article .qodef-e-title a{color:inherit}.qodef-blog.qodef-item-layout--metro article .qodef-e-info>*{color:#fff}.qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--top{margin-bottom:0}.qodef-blog.qodef-item-layout--metro article .qodef-e-post-link{z-index:2}.qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after,.qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after,.qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after{position:absolute;top:calc(50% - 36px);left:calc(50% - 36px);content:'\45';font-family:ElegantIcons;font-size:72px;line-height:1;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;color:#fff;speak:none;-webkit-font-smoothing:antialiased;z-index:1;border:3px solid #fff}.qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after{content:'\e006'}.qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after{content:'\45'}.qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after{content:'\e027'}.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link{padding:83px 68px}.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link-icon{right:84px;width:144px}.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote{padding:83px 68px 87px}.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote:before{font-size:582px}.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote-author{margin:20px 0 4px}.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-link .qodef-e-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;padding-top:40px;padding-bottom:40px}.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-quote .qodef-e-quote{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;padding-top:40px;padding-bottom:40px}.qodef-blog.qodef-item-layout--minimal article .qodef-e-info.qodef-info--bottom{margin-top:7px}.qodef-blog.qodef-item-layout--simple article .qodef-e-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image{-ms-flex-negative:0;flex-shrink:0;width:120px;margin:0 20px 0 0}.qodef-blog.qodef-item-layout--simple article .qodef-e-info.qodef-info--bottom{margin-top:5px}.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-media-image{overflow:hidden}.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-media-image img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;-o-transition:transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;will-change:transform}.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-media-image:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.qodef-blog.qodef-item-layout--standard .qodef-blog-item.qodef--active .qodef-e-media-image img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.qodef-blog.qodef-item-layout--standard .qodef-blog-item.qodef--active .qodef-e-title-link{color:#50534b}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child) .qodef-e-info.qodef-info--bottom{margin-bottom:42px}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-link .qodef-e-link{margin-bottom:50px}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-quote .qodef-e-quote{margin-bottom:50px}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-media{margin-bottom:21px}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-content .qodef-e-text .entry-title{margin:4px 0 0}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-content .qodef-e-text .entry-title:hover a{color:#50534b}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-content .qodef-e-read-more a:hover{color:#68745c}#qodef-related-posts .qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-info-tags{display:inline-block}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-info-category:after{display:none}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-excerpt{margin:16px 0 0;padding-right:2%}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-info{margin-bottom:1px}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-info .qodef-e-info-item{line-height:1.8em}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-category>a:after{bottom:1px}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-category:after{display:block}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-tags>a:after{bottom:2px}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-info.qodef-info--bottom{margin-top:24px}@media only screen and (max-width:768px){.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-info.qodef-info--bottom{margin-top:0;margin-bottom:0}}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link{padding:76px}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link-icon{right:40px;width:140px}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote{padding:76px}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote:before{font-size:540px}#qodef-author-info{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:6px}#qodef-author-info .qodef-m-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f8f9f7;color:#68745c;padding:45px 22% 44px 46px}@media only screen and (max-width:1600px){#qodef-author-info .qodef-m-inner{padding:45px 17% 44px 46px}}@media only screen and (max-width:1024px){#qodef-author-info .qodef-m-inner{padding:45px 8% 44px 35px}}#qodef-author-info+h4{margin-top:70px}#qodef-author-info .qodef-m-image{-ms-flex-negative:0;flex-shrink:0;margin-right:35px}#qodef-author-info .qodef-m-image a,#qodef-author-info .qodef-m-image img{display:block}#qodef-author-info .qodef-m-image img{border-radius:50%}#qodef-author-info .qodef-m-author{margin:0}#qodef-author-info .qodef-m-author,#qodef-author-info .qodef-m-description,#qodef-author-info .qodef-m-social-icons{color:#68745c}#qodef-author-info .qodef-m-author a,#qodef-author-info .qodef-m-description a,#qodef-author-info .qodef-m-social-icons a{color:#68745c}#qodef-author-info .qodef-m-email{margin:5px 0 0}#qodef-author-info .qodef-m-description{margin:8px 0 0}#qodef-author-info .qodef-m-social-icons{margin-top:26px;-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}#qodef-author-info .qodef-m-social-icons a{position:relative;display:inline-block;vertical-align:top;margin-right:7px;font-size:12px;padding:4px 7px}#qodef-author-info .qodef-m-social-icons a.qodef-user-social-twitter{margin-top:1px}#qodef-author-info .qodef-m-social-icons a.qodef-user-social-facebook:before{top:1px}#qodef-author-info .qodef-m-social-icons a:before{content:"";position:absolute;background-color:#e9ebe7;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;border-radius:50%;width:27px;height:27px;opacity:0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);z-index:0;top:0;left:0}#qodef-author-info .qodef-m-social-icons a:hover:before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);z-index:-1}#qodef-author-info .qodef-m-social-icons a>span{position:relative;z-index:20}#qodef-author-info .qodef-m-social-icons a:last-child{margin-right:0}#qodef-related-posts{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-related-posts .entry-date{display:none}#qodef-related-posts .qodef-e-excerpt{display:none}#qodef-related-posts .qodef-e-read-more{display:none}#qodef-related-posts .qodef-e-media{margin-bottom:17px}#qodef-related-posts .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item{line-height:1.9em}#qodef-related-posts .qodef-blog .qodef-blog-item .qodef-e-info-tags a:after{bottom:3px}#qodef-related-posts .qodef-e-text{margin-top:1px}#qodef-related-posts article.post_format-post-format-link>div>div,#qodef-related-posts article.post_format-post-format-quote>div>div{padding:12px}#qodef-related-posts article.post_format-post-format-link>div>div h4,#qodef-related-posts article.post_format-post-format-quote>div>div h4{font-size:17px}#qodef-related-posts article.post_format-post-format-link .qodef-e-info-tags,#qodef-related-posts article.post_format-post-format-quote .qodef-e-info-tags{display:none!important}#qodef-related-posts .qodef-e-info-category{display:none}#qodef-single-post-navigation{position:relative;display:inline-block;width:100%;vertical-align:top;margin:52px 0 19px}#qodef-single-post-navigation .qodef-m-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#qodef-single-post-navigation .qodef-m-nav{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#qodef-single-post-navigation .qodef-m-nav>*{display:block;line-height:inherit}#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon{position:relative;top:-2px;display:block;width:30px;height:auto;fill:currentColor;stroke:none}#qodef-single-post-navigation .qodef-m-nav.qodef--prev{left:0}#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon{margin-right:4px}#qodef-single-post-navigation .qodef-m-nav.qodef--next{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;right:0;margin-left:auto;text-align:right}#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon{margin-left:4px}#qodef-single-post-navigation .qodef-m-nav-label{font-family:Montserrat,sans-serif;font-size:17px;font-weight:600;text-transform:uppercase;color:#2f3327;margin-top:4px}.qodef-page-footer--uncover #qodef-page-outer{z-index:90}.no-touchevents .qodef-page-footer--uncover #qodef-page-footer{position:fixed;bottom:0;left:0}footer #qodef-page-footer-top-area .qodef-grid-inner .qodef-grid-item:first-child .textwidget p{padding-right:78px}@media only screen and (max-width:1440px){footer #qodef-page-footer-top-area .qodef-grid-inner .qodef-grid-item:first-child .textwidget p{padding-right:18px}}@media only screen and (max-width:768px){footer #qodef-page-footer-top-area .qodef-grid-inner .qodef-grid-item:first-child .textwidget p{padding-right:0}}footer #qodef-page-footer-bottom-area .qodef-grid-item:first-child .widget_text{margin-bottom:5px!important}@media only screen and (max-width:680px){footer #qodef-page-footer-bottom-area .qodef-grid-item:first-child .widget_text{margin-bottom:-6px!important}}#qodef-fullscreen-area{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;overflow-x:hidden!important;visibility:hidden;opacity:0;z-index:99}#qodef-fullscreen-area .qodef-content-grid{height:100%}#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu{width:100%}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area{-webkit-animation:qode-fade-in .25s linear both;animation:qode-fade-in .25s linear both}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;-o-transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease,-webkit-transform .3s ease}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(1){-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(2){-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(3){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(4){-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(5){-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(6){-webkit-transition-delay:.6s;-o-transition-delay:.6s;transition-delay:.6s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(7){-webkit-transition-delay:.7s;-o-transition-delay:.7s;transition-delay:.7s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(8){-webkit-transition-delay:.8s;-o-transition-delay:.8s;transition-delay:.8s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(9){-webkit-transition-delay:.9s;-o-transition-delay:.9s;transition-delay:.9s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(10){-webkit-transition-delay:1s;-o-transition-delay:1s;transition-delay:1s}.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area{-webkit-animation:qode-fade-out .25s linear both;animation:qode-fade-out .25s linear both}#qodef-fullscreen-area-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.qodef-fullscreen-menu{position:relative;top:0;margin:0 auto;text-align:left}.qodef-fullscreen-menu ul{margin:0;padding:0;list-style:none}.qodef-fullscreen-menu ul li{position:relative;margin:0;padding:0}.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow{display:none}.qodef-fullscreen-menu ul li.qodef--hide-link>a{cursor:default}.qodef-fullscreen-menu ul.sub-menu{display:none}.qodef-fullscreen-menu .qodef-menu-item-icon{margin-right:5px}.qodef-fullscreen-menu .qodef-mega-menu-widget-holder{display:none}.qodef-fullscreen-menu>ul>li{padding:7px 0;opacity:0;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}.qodef-fullscreen-menu>ul>li>a{position:relative;font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;font-size:38px;line-height:1.184em;letter-spacing:0;color:#2f3327;font-size:45px}.qodef-fullscreen-menu>ul>li>a:after{content:"";width:calc(100% + 16px);height:51%;background:#e9ebe7;display:block;position:absolute;top:53%;z-index:-1;left:-8px;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.qodef-fullscreen-menu>ul>li>a:hover{color:#68745c!important}.qodef-fullscreen-menu>ul>li>a:hover:after{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.qodef-fullscreen-menu>ul>li>a .qodef-icon-linear-icons{display:none}.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a,.qodef-fullscreen-menu>ul>li.current-menu-item>a{color:#68745c!important}.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a:after,.qodef-fullscreen-menu>ul>li.current-menu-item>a:after{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul{padding:20px 0 1px}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul{padding-left:2px}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;white-space:normal;margin:9px 0;overflow:hidden;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out;padding-right:0;font-family:Poppins,sans-serif;font-size:14px;line-height:1.643em;font-weight:300;color:#90918d;font-size:15px;margin:2px 0}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover{padding-left:0;padding-right:0;color:#2f3327}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover:before{left:0}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a{color:#2f3327}.qodef-fullscreen-menu-opener.qodef-opener-icon.qodef-source--svg-path span>*{fill:currentColor;stroke:none}.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--1{top:12px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--2{top:12px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.qodef-fullscreen-menu--opened.qodef-header--minimal .qodef-fullscreen-menu-opener{right:0}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener{color:#2f3327;right:17px;top:1px}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon{visibility:hidden;opacity:0}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close{visibility:visible;opacity:1}.qodef-fullscreen-menu--opened #qodef-page-header,.qodef-fullscreen-menu--opened #qodef-page-mobile-header{visibility:hidden}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,.qodef-fullscreen-menu--opened .qodef-header-logo-link,.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link{visibility:visible}.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light{opacity:1}.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main{opacity:0}.qodef-header--minimal.qodef--light #qodef-page-header .qodef-fullscreen-menu-opener{color:#fff}#qodef-page-header .qodef-widget-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;margin-left:24px}#qodef-page-header .qodef-widget-holder .widget{margin:0 12px}#qodef-page-header .qodef-widget-holder .widget:first-child{margin-left:0}#qodef-page-header .qodef-widget-holder .widget:last-child{margin-right:0}#qodef-page-header div[id^=monster-widget-placeholder],#qodef-page-header div[id^=woo-monster-widget-placeholder]{display:none}#qodef-page-header-inner.qodef-content-grid{padding:0}#qodef-page-header-inner.qodef-skin--light nav>ul>li>a,.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a{color:#fff!important}#qodef-page-header-inner.qodef-skin--light nav>ul>li>a:hover,.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a:hover{color:#93a286!important}#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-ancestor>a,#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-item>a,.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-ancestor>a,.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-item>a{color:#93a286!important}#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened){color:#fff!important}#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a,.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a{color:#2f3327!important}#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a:hover,.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a:hover{color:#68745c!important}#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-item>a,.qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,.qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-item>a{color:#68745c!important}#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened){color:#000!important}#qodef-page-header .qodef-header-logo-link img.qodef--main{opacity:1}#qodef-page-header .qodef-header-logo-link img.qodef--dark,#qodef-page-header .qodef-header-logo-link img.qodef--light{opacity:0}#qodef-page-header .qodef-header-logo-link img:not(.qodef--main):not(.qodef--sticky){position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#qodef-page-header .qodef-header-logo-image.qodef--customizer{max-height:100%;width:auto;margin-right:auto}#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark,#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main{opacity:0}#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light{opacity:1}#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light,#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main{opacity:0}#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark{opacity:1}.qodef-header--centered #qodef-page-header{height:220px}.qodef-header--centered #qodef-page-header #qodef-page-header-inner .qodef-woo-dropdown-cart .qodef-m-dropdown{top:calc(100% - 19px)}.qodef-header--centered #qodef-page-header #qodef-page-header-inner .qodef-header-logo-link{margin-top:54px;margin-bottom:-26px}.qodef-header--centered #qodef-page-header-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-header--centered #qodef-page-header-inner>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.qodef-header--centered #qodef-page-header-inner>div .qodef-widget-holder{margin-left:0}.qodef-header--centered #qodef-page-header-inner>div .qodef-header-navigation{margin:0 24px}.qodef-header--divided #qodef-page-header{height:123px}.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper,.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.qodef-header--divided #qodef-page-header .qodef-header-logo-link{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;padding:0 12px;margin-top:21px}.qodef-header--divided #qodef-page-header .qodef-header-logo-link.qodef-height--not-set img{max-height:61%}.qodef-header--divided #qodef-page-header .qodef-header-navigation{margin:0 24px}.qodef-header--divided #qodef-page-header .qodef-widget-holder{margin-left:0}.qodef-header--divided #qodef-page-header-inner{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link{margin-right:auto}.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder{margin-right:30px}.qodef-fullscreen-menu--opened #qodef-page-header-inner .qodef-divided-header-logo-wrapper{opacity:0}.qodef-mobile-header--minimal #qodef-page-header-inner .qodef-opener-icon .qodef--close{position:fixed;top:40px;left:unset;right:40px}.qodef-header--simple #qodef-page-header-inner .qodef-header-logo-link{margin-top:18px}.qodef-header--simple #qodef-page-header-inner .qodef-opener-icon{margin-left:28px}.qodef-header--simple #qodef-page-header-inner .qodef-opener-icon .qodef--close{position:fixed;top:40px;left:unset;right:40px}.qodef-header--simple #qodef-page-header-inner .qodef-divided-header-left-wrapper{-ms-flex-preferred-size:20%;flex-basis:20%;height:100%}.qodef-header--simple #qodef-page-header-inner .qodef-divided-header-left-wrapper>div{margin-left:0}.qodef-header--simple #qodef-page-header-inner .qodef-divided-header-left-wrapper>div>div:first-child>div{margin-left:0}.qodef-header--simple #qodef-page-header-inner .qodef-divided-header-logo-wrapper{margin-right:auto;-ms-flex-preferred-size:60%;flex-basis:60%;height:100%}.qodef-header--simple #qodef-page-header-inner .qodef-divided-header-logo-wrapper .qodef-header-logo-link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-header--simple #qodef-page-header-inner .qodef-divided-header-logo-wrapper .qodef-header-logo-link img{left:unset}.qodef-header--simple #qodef-page-header-inner .qodef-divided-header-right-wrapper{-ms-flex-preferred-size:20%;flex-basis:20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:100%}.qodef-header--simple #qodef-page-header-inner .qodef-divided-header-right-wrapper>div{margin-right:0}.qodef-header--simple #qodef-page-header-inner .qodef-widget-holder{margin-right:30px}.qodef-header--simple #qodef-page-header-inner .widget_sante_core_wishlist{margin:0 4px}.qodef-header--simple #qodef-page-header-inner .widget_sante_core_wishlist .qodef-wishlist-dropdown .qodef-m-inner{vertical-align:middle}.qodef-header--simple #qodef-page-header-inner .qodef-login-opener-widget .qodef-m-user-name{color:#2f3327;margin-top:2px}.qodef-header--simple #qodef-page-header-inner .qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-items{left:0}.qodef-header--standard #qodef-page-header{height:77px}.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation{margin-left:auto}.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:100%}.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo{position:absolute;top:0;left:0;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation{margin-left:auto;margin-right:auto}.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder{position:absolute;top:0;right:0;margin-left:0}.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation{margin-right:auto}.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link{margin-right:24px}.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link .qodef-height--not-set img{max-height:68%}@media only screen and (min-width:1367px) and (max-width:1680px){.qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid{width:768px}}@media only screen and (min-width:1367px) and (max-width:1680px){.qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid{width:768px}}@media only screen and (min-width:1367px) and (max-width:1440px){.qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid{width:768px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid{width:768px}}.qodef-header--vertical-sliding #qodef-page-header{height:100%;left:0;position:fixed;top:0;width:80px}.qodef-header--vertical-sliding #qodef-page-header-inner{padding:0}.qodef-header--vertical-sliding .qodef-vertical-sliding-area{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link,.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder{-webkit-animation:qode-fade-in .25s .6s linear both;animation:qode-fade-in .25s .6s linear both}.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic{background-color:#fff;left:-405px;padding-left:80px;position:fixed;top:0;-webkit-transition:all .6s cubic-bezier(.77,0,.175,1);-o-transition:all .6s cubic-bezier(.77,0,.175,1);transition:all .6s cubic-bezier(.77,0,.175,1);visibility:hidden;width:325px;z-index:-1}.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link,.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-widget-holder{margin-right:80px}.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link img{position:relative!important;top:0!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--static .qodef-header-logo-link,.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--static .qodef-widget-holder{-webkit-animation:qode-fade-out .25s linear both;animation:qode-fade-out .25s linear both}.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--dynamic{left:0;visibility:visible}.qodef-header--vertical-sliding.admin-bar #qodef-page-header,.qodef-header--vertical-sliding.admin-bar .qodef--dynamic{height:calc(100% - 32px);top:32px}.qodef-header--vertical-sliding #qodef-page-footer,.qodef-header--vertical-sliding #qodef-page-outer{padding-left:80px}.qodef-opener-icon.qodef-vertical-sliding-menu-opener{display:block}.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon.qodef--close{top:50%;left:50%}.qodef-vertical-sliding-menu--opened .qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--predefined .qodef-m-line.qodef--1{top:12px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.qodef-vertical-sliding-menu--opened .qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--predefined .qodef-m-line.qodef--2{top:12px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener:not(.qodef-source--predefined) .qodef-m-icon{visibility:hidden}.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener:not(.qodef-source--predefined) .qodef-m-icon.qodef--close{visibility:visible}.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light{opacity:1}.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main{opacity:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;padding:0 40px;width:100%;z-index:100}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul{list-style:none;margin:0;padding:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li{margin:0;padding:0;position:relative}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second{-webkit-transform:translateZ(0);transform:translateZ(0)}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second-inner{display:block;padding:0;position:relative;z-index:997}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li.qodef--hide-link>a{cursor:default}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-menu-item-icon{margin-right:5px}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-mega-menu-widget-holder{display:none}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a{font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;color:#2f3327;font-size:17px;line-height:1.23em;letter-spacing:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a:hover{color:#68745c}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner>ul{padding:10px 0 5px}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul{padding-left:20px}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;white-space:normal;margin:9px 0;overflow:hidden;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out;padding-right:0;font-family:Poppins,sans-serif;font-size:14px;line-height:1.643em;font-weight:300;color:#80827e}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a{padding-left:0;padding-right:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a:before,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a:before,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a:before{left:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-ancestor>a,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-item>a{color:#68745c}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--below ul li .qodef-drop-down-second{display:none}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second{position:absolute;top:0;width:100%}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul{background-color:#fff;left:calc(100% + 40px);margin-left:50px;opacity:0;padding:25px 20px;position:absolute;top:-23px;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;visibility:hidden;width:254px}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul.qodef-float--open{margin-left:0;opacity:1;visibility:visible;z-index:900}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul ul{left:calc(100% + 20px);top:-25px;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;visibility:hidden}.qodef-header--vertical #qodef-page-header{border-right:1px solid #e5e5e5}@media only screen and (min-width:1441px) and (max-width:1680px){.qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1440px){.qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:768px}}@media only screen and (min-width:1441px) and (max-width:1680px){.qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1440px){.qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:768px}}@media only screen and (min-width:1441px) and (max-width:1680px){.qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1440px){.qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:768px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:768px}}.qodef-header--vertical #qodef-page-header{position:fixed;top:0;left:0;width:300px;height:100%}@media only screen and (max-width:1440px){.qodef-header--vertical #qodef-page-header{width:250px}}.qodef-header--vertical #qodef-page-header .qodef-header-logo-link{height:auto}.qodef-header--vertical #qodef-page-header-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:41px 40px 40px 38px}.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder{display:block;margin-left:-2px}.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget{margin:0 0 15px}.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget:last-child{margin-bottom:0}.qodef-header--vertical.admin-bar #qodef-page-header{top:32px;height:calc(100% - 32px)}.qodef-header--vertical #qodef-page-footer,.qodef-header--vertical #qodef-page-outer{padding-left:300px}@media only screen and (max-width:1440px){.qodef-header--vertical #qodef-page-footer,.qodef-header--vertical #qodef-page-outer{padding-left:250px}}.qodef-header--vertical .qodef-header-vertical-navigation{margin-top:auto;margin-bottom:auto;z-index:100;width:100%}.qodef-header--vertical .qodef-header-vertical-navigation ul{margin:0;padding:0;list-style:none}.qodef-header--vertical .qodef-header-vertical-navigation ul li{position:relative;padding:0;margin:14px 0}.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-icon-linear-icons{display:none}.qodef-header--vertical .qodef-header-vertical-navigation ul li a{position:relative;display:block}.qodef-header--vertical .qodef-header-vertical-navigation ul li a .qodef-menu-item-arrow{position:absolute;top:calc(50% - 12px);right:0;width:22px;height:auto;fill:currentColor}.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second{-webkit-transform:translateZ(0);transform:translateZ(0)}.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second-inner{position:relative;display:block;padding:0;z-index:997}.qodef-header--vertical .qodef-header-vertical-navigation ul li.qodef--hide-link>a{cursor:default}.qodef-header--vertical .qodef-header-vertical-navigation .qodef-menu-item-icon{margin-right:5px}.qodef-header--vertical .qodef-header-vertical-navigation .qodef-mega-menu-widget-holder{display:none}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a{font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;color:#2f3327;font-size:17px;line-height:1.23em;letter-spacing:0;font-size:18px}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a .qodef-menu-item-text{position:relative}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a .qodef-menu-item-text:after{content:"";width:calc(100% + 16px);height:55%;background:#e9ebe7;display:block;position:absolute;top:50%;z-index:-1;left:-8px;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a:hover{color:#68745c;font-size:18px}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner>ul{padding:16px 0 5px}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul{padding-left:0}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li{margin:4px 0}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;white-space:normal;margin:9px 0;overflow:hidden;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out;padding-right:0;font-family:Poppins,sans-serif;font-size:14px;line-height:1.643em;font-weight:300;color:#80827e;color:#90918d;margin:4px 0}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a{padding-left:0;padding-right:0;color:#2f3327}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a:before,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a:before,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a:before{left:0}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-ancestor>a,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-item>a,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li:hover>a{color:#68745c}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text:after,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-item>a .qodef-menu-item-text:after,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li:hover>a .qodef-menu-item-text:after{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li a .qodef-menu-item-arrow{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li .qodef-drop-down-second{display:none}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li.qodef-menu-item--open>a .qodef-menu-item-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second{position:absolute;top:0;width:100%}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul{position:absolute;top:-23px;left:calc(100% + 40px);width:254px;background-color:#fff;padding:25px 20px;margin-left:50px;visibility:hidden;opacity:0;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul.qodef-float--open{margin-left:0;opacity:1;visibility:visible;z-index:900}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul ul{top:-25px;left:calc(100% + 20px);visibility:hidden;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.qodef-header--fixed-display #qodef-page-header,.qodef-header--fixed-display #qodef-top-area{position:fixed;top:0;left:0;width:100%}.qodef--boxed.qodef-header--fixed-display #qodef-top-area{left:30px;width:calc(100% - 60px)}.qodef--boxed.qodef-header--fixed-display #qodef-page-header{left:30px;width:calc(100% - 60px)}.qodef-header--fixed-display.admin-bar #qodef-page-header,.qodef-header--fixed-display.admin-bar #qodef-top-area{top:32px}.qodef-header-sticky{position:fixed;top:0;left:0;border-bottom:1px solid #dbe3d2;height:77px;width:100%;background-color:#fff;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:top .5s ease,-webkit-transform .5s ease;transition:top .5s ease,-webkit-transform .5s ease;-o-transition:transform .5s ease,top .5s ease;transition:transform .5s ease,top .5s ease;transition:transform .5s ease,top .5s ease,-webkit-transform .5s ease;z-index:100}.qodef-header--sticky-display .qodef-header-sticky{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.admin-bar.qodef-header--sticky-display .qodef-header-sticky{top:32px}.qodef-header-sticky .widget a{color:#2f3327}.qodef-header-sticky .widget:hover a{color:#2f3327}.qodef-header-sticky-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;padding:0 40px}.qodef-header-sticky-inner .qodef-header-logo-link{-ms-flex-preferred-size:20%;flex-basis:20%}.qodef-header-sticky-inner .qodef-header-navigation{-ms-flex-preferred-size:60%;flex-basis:60%}.qodef-header-sticky-inner .qodef-header-navigation .menu{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-header-sticky-inner .qodef-widget-holder{-ms-flex-preferred-size:20%;flex-basis:20%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#qodef-page-header .qodef-header-sticky-inner .qodef-widget-holder{margin-left:0}.qodef-header-sticky-inner.qodef-content-grid{padding:0}.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link{margin-right:auto}.qodef-header-standard--left .qodef-header-sticky-inner{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation{margin-left:20px}.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder{margin-left:auto!important}#qodef-top-area{position:relative;background-color:#f6f6f6;z-index:101}#qodef-top-area-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:38px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 40px;position:relative}#qodef-top-area-inner.qodef-content-grid{padding:0!important}#qodef-top-area-inner>*{-ms-flex-preferred-size:33%;flex-basis:33%}#qodef-top-area .qodef-widget-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}#qodef-top-area .qodef-widget-holder.qodef-top-area-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-right:auto}#qodef-top-area .qodef-widget-holder.qodef-top-area-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-left:auto}#qodef-top-area .qodef-widget-holder.qodef-top-area-right .qodef-widget-holder>div:last-child>*{margin-right:0}#qodef-top-area .qodef-widget-holder.qodef-top-area-right .widget_sante_membership_login_opener{height:100%}#qodef-top-area .qodef-widget-holder.qodef-top-area-right .widget_sante_membership_login_opener .qodef-login-opener-widget{height:100%}#qodef-top-area .qodef-widget-holder.qodef-top-area-right .widget_sante_membership_login_opener .qodef-login-opener-widget>div{height:100%}#qodef-top-area .qodef-widget-holder.qodef-top-area-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#qodef-top-area .qodef-widget-holder.qodef-top-area-center .widget{text-align:center}#qodef-top-area .qodef-widget-holder.qodef-top-area-center .widget.widget_text p{font-family:Montserrat,sans-serif;font-weight:600;font-size:13px}#qodef-top-area .qodef-widget-holder.qodef-top-area-center .widget.widget_text a{color:#2f3327}#qodef-top-area .qodef-widget-holder .widget{margin:0 12px}#qodef-top-area .qodef-widget-holder .widget:first-child{margin-left:0}#qodef-top-area .qodef-widget-holder .widget:last-child{margin-right:0}#qodef-top-area .widget{display:inline-block;vertical-align:middle;line-height:1}#qodef-top-area .widget .textwidget>*,#qodef-top-area .widget .widget p{margin:0}#qodef-top-area div[id^=monster-widget-placeholder],#qodef-top-area div[id^=woo-monster-widget-placeholder]{display:none}#qodef-multiple-map-notice{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;padding:30px 15%;text-align:center;color:#93a286;background-color:#fafafa}.qodef-map-marker-holder{-webkit-transform:translate(-50%,-100%);-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%);z-index:10}.qodef-map-marker-holder.qodef-active{z-index:500}.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child{fill:#3ebeb4}.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child{fill:#51a69e}.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window{display:block}.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child{fill:#3ebeb4}.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child{fill:#51a69e}.qodef-map-marker-holder .qodef-map-marker{position:relative;width:50px;height:auto;-webkit-transition:all .15s ease-out;-o-transition:all .15s ease-out;transition:all .15s ease-out}.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner{position:relative;width:100%;height:100%}.qodef-map-marker-holder .qodef-map-marker svg{width:100%;height:auto}.qodef-map-marker-holder .qodef-map-marker svg path{-webkit-transition:fill .2s ease-in-out;-o-transition:fill .2s ease-in-out;transition:fill .2s ease-in-out}.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child{fill:#3ebeb4}.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child{fill:#51a69e}.qodef-map-marker-holder .qodef-info-window{position:absolute;top:-10px;left:-17px;display:none;min-width:284px;background-color:#fff;border:1px solid #dbe3d2;border-radius:4px;-webkit-box-shadow:3px 3px 16px 2px rgba(0,0,0,.04);box-shadow:3px 3px 16px 2px rgba(0,0,0,.04);z-index:10;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%)}.qodef-map-marker-holder .qodef-info-window-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px}.qodef-map-marker-holder .qodef-info-window-inner:after{content:'';position:absolute;bottom:-4px;left:35px;width:5px;height:5px;background-color:#fff;border-top:1px solid #dbe3d2;border-left:1px solid #dbe3d2;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image{margin-right:12px}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img{display:block;width:65px}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title{margin:0;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location{margin:3px 0 0;font-family:Poppins,sans-serif;font-size:14px;line-height:1.2em}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover~.qodef-info-window-details .qodef-info-window-title{color:#93a286}.qodef-cluster-marker{width:50px;height:auto}.qodef-cluster-marker.qodef-active svg path:first-child,.qodef-cluster-marker:hover svg path:first-child{fill:#3ebeb4}.qodef-cluster-marker.qodef-active svg path:last-child,.qodef-cluster-marker:hover svg path:last-child{fill:#51a69e}.qodef-cluster-marker .qodef-cluster-marker-inner{position:relative}.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number{position:absolute;top:-4px;left:0;right:0;font-size:30px;font-weight:700;text-align:center;color:#2f3327}.qodef-cluster-marker svg{width:100%;height:auto}.qodef-cluster-marker svg path{-webkit-transition:fill .2s ease-in-out;-o-transition:fill .2s ease-in-out;transition:fill .2s ease-in-out}.qodef-places-geo-radius{position:absolute;left:0;top:calc(100% + 10px);width:100%;height:48px;display:none;padding:10px 20px;background-color:#fff;border:1px solid #dbe3d2;z-index:9999}.qodef-places-geo-radius .qodef-range-slider-label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.qodef-places-geo-radius .noUi-target{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:3px;width:calc(100% - 70px);background-color:#eaeaea;border:0;direction:ltr;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;margin-left:10px}.qodef-places-geo-radius .noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none}.qodef-places-geo-radius .noUi-target .noUi-base{position:relative;width:100%;height:100%;z-index:1}.qodef-places-geo-radius .noUi-target .noUi-connects{position:relative;width:100%;height:100%;overflow:hidden;z-index:0}.qodef-places-geo-radius .noUi-target .noUi-connect,.qodef-places-geo-radius .noUi-target .noUi-origin{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;will-change:transform;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.qodef-places-geo-radius .noUi-target .noUi-connect{background-color:#93a286}.qodef-places-geo-radius .noUi-target .noUi-handle{position:absolute;top:-3px;left:auto;right:-9px;width:9px;height:9px;background-color:#93a286;cursor:pointer}.qodef-places-geo-radius .noUi-target .noUi-tooltip{position:absolute;left:50%;bottom:7px;display:block;font-size:12px;white-space:nowrap;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.qodef-places-geo-radius .noUi-target .noUi-tooltip:after{content:' km'}.qodef-places-geo-radius .noUi-state-drag *{cursor:inherit!important}.qodef-places-geo-radius .noUi-draggable{cursor:ew-resize}.qodef-places-geo-radius [disabled] .noUi-handle,.qodef-places-geo-radius [disabled].noUi-handle,.qodef-places-geo-radius [disabled].noUi-target{cursor:not-allowed!important}#qodef-page-mobile-header{background-color:#fff}#qodef-page-mobile-header .qodef-widget-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}#qodef-page-mobile-header .qodef-widget-holder .widget{margin:0 0 0 12px}#qodef-page-mobile-header .widget{display:inline-block;vertical-align:middle;line-height:1}#qodef-page-mobile-header .widget .textwidget>*,#qodef-page-mobile-header .widget .widget p{margin:0}#qodef-page-mobile-header div[id^=monster-widget-placeholder],#qodef-page-mobile-header div[id^=woo-monster-widget-placeholder]{display:none}#qodef-page-mobile-header .qodef-mobile-header-opener:hover{color:initial}#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened{color:initial}#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon{visibility:hidden}#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close{visibility:visible;opacity:1}.qodef-mobile-header--sticky #qodef-page-mobile-header{width:100%;position:fixed;top:0;left:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.qodef-mobile-header--sticky-animation #qodef-page-mobile-header{-webkit-transition:top .3s ease,-webkit-transform .3s ease;transition:top .3s ease,-webkit-transform .3s ease;-o-transition:transform .3s ease,top .3s ease;transition:transform .3s ease,top .3s ease;transition:transform .3s ease,top .3s ease,-webkit-transform .3s ease}.qodef-mobile-header--sticky-display #qodef-page-mobile-header{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header{top:46px}#qodef-page-mobile-header-inner.qodef-content-grid{padding:0}.qodef--passepartout #qodef-page-mobile-header-inner{padding:0}.qodef-mobile-header-navigation ul li .qodef-content-grid{width:100%}#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer{max-height:100%;width:auto;margin-right:auto}#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main{opacity:1}#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light{opacity:0}#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main){position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon{margin-right:5px}.qodef-mobile-header-navigation ul li.qodef--hide-link>a{cursor:default}.qodef-mobile-header-navigation ul li .qodef-drop-down-second .qodef-drop-down-second-inner>ul{padding-top:5px}.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder{display:none}.qodef-mobile-header--minimal #qodef-page-mobile-header-inner{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link{margin-right:auto}.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon{margin-left:20px}.qodef-fullscreen-menu--opened{overflow-y:hidden}.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light{opacity:1}.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main{opacity:0}.qodef-mobile-header--side-area #qodef-page-mobile-header-inner .qodef-side-area-mobile-header-opener{margin-left:20px}#qodef-side-area-mobile-header{position:fixed;top:0;right:-305px;width:305px;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:70px 60px;background-color:#fff;overflow:hidden;visibility:hidden;z-index:9999;-webkit-transition:all .6s cubic-bezier(.77,0,.175,1);-o-transition:all .6s cubic-bezier(.77,0,.175,1);transition:all .6s cubic-bezier(.77,0,.175,1);border-left:1px solid #ebebeb}#qodef-side-area-mobile-header .qodef-m-close{position:absolute;top:26px;right:40px;display:block;z-index:1000;color:#fff}#qodef-side-area-mobile-header .qodef-m-close.qodef-source--predefined .qodef-m-line.qodef--1{top:13px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}#qodef-side-area-mobile-header .qodef-m-close.qodef-source--predefined .qodef-m-line.qodef--2{top:13px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}#qodef-side-area-mobile-header .qodef-m-navigation ul{margin:0;padding:0;list-style:none}#qodef-side-area-mobile-header .qodef-m-navigation ul li{position:relative;padding:0;margin:0}#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second{display:none;-webkit-transform:translateZ(0);transform:translateZ(0)}#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second-inner{position:relative;display:block;padding:0;z-index:997}#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link>a{cursor:default}#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon{margin-right:5px}#qodef-side-area-mobile-header .qodef-m-navigation .qodef-mega-menu-widget-holder{display:none}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a{font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;font-size:17px;line-height:1.23em;letter-spacing:0;color:#fff}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:hover{color:#68745c}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner>ul{padding:10px 0 5px}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul{padding-left:20px}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;white-space:normal;margin:9px 0;overflow:hidden;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out;padding-right:0;font-family:Poppins,sans-serif;font-size:14px;line-height:1.643em;font-weight:300;color:#fff}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a,#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a{padding-left:0;padding-right:0}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a:before,#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a:before,#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a:before{left:0}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-ancestor>a,#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-item>a{color:#68745c}#qodef-side-area-mobile-header .qodef-widget-holder{position:absolute;left:60px;bottom:20px;width:calc(100% - 2*60px);height:auto}#qodef-side-area-mobile-header .qodef-widget-holder .widget{margin:0}.admin-bar #qodef-side-area-mobile-header{top:32px;height:calc(100vh - 32px)}#qodef-side-area-mobile-header.qodef--opened{right:0;visibility:visible}.qodef-mobile-header--standard #qodef-page-mobile-header-inner{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link{margin-right:auto}@media all and (min-width:680px){.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link{padding:1px}}.qodef-header-navigation .qodef-menu-item-icon{display:block;margin-right:5px;line-height:inherit}.qodef-header-navigation .qodef-menu-item-icon:before{display:block;line-height:inherit}.qodef-header-navigation ul li .qodef-menu-arrow-svg{display:none}.qodef-header-navigation ul li .qodef-menu-arrow-svg{position:absolute;display:none;right:0;top:10px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second{border-top:1px solid #dbe3d2;border-bottom:1px solid #dbe3d2}.qodef-header-navigation ul li.qodef-menu-item--wide>.qodef-drop-down-second .qodef-drop-down-second-inner>ul>li>a{color:#2f3327!important}.qodef-header-navigation ul li.qodef-menu-item--wide>.qodef-drop-down-second .qodef-drop-down-second-inner>ul>li>a:hover{color:#2f3327!important}.qodef-header-navigation ul li .qodef-drop-down-second{position:absolute;top:100%;left:-37px;display:block;width:auto;height:0;opacity:0;visibility:hidden;overflow:hidden;z-index:10}.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start{opacity:1;visibility:visible;overflow:visible;z-index:9999;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-header-navigation ul li .qodef-mega-menu-widget-holder{display:none;white-space:normal;margin-top:23px}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right{left:auto;right:-36px}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right .menu-item-has-children svg{-webkit-transform:translateY(calc(-33% - 1px)) rotate(180deg)!important;-ms-transform:translateY(calc(-33% - 1px)) rotate(180deg)!important;transform:translateY(calc(-33% - 1px)) rotate(180deg)!important}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second ul li.menu-item-has-children>.qodef-menu-arrow-svg{display:block;position:absolute;width:5px;height:10px;top:50%;right:36px;line-height:1;-webkit-transform:translateY(calc(-33% - 1px));-ms-transform:translateY(calc(-33% - 1px));transform:translateY(calc(-33% - 1px))}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second ul li.menu-item-has-children>.qodef-menu-arrow-svg path{fill:currentColor!important}body:not([class*=sante-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second ul li.menu-item-has-children>a:after{background:url(../img/menu_arrow.svg);position:absolute;width:7px;height:25px;top:50%;right:0;line-height:1;-webkit-transform:translateY(-33%);-ms-transform:translateY(-33%);transform:translateY(-33%);font-family:initial;font-size:20px;background-repeat:no-repeat}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second ul li.menu-item-has-children:hover>ul{opacity:1;visibility:visible}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second ul li.menu-item-has-children:hover>.qodef-menu-arrow-svg path{fill:#2f3327!important}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul{position:relative;top:auto;opacity:1;visibility:visible}.qodef-header-navigation ul li.qodef-menu-item--wide.qodef-menu-item--widget-holder .qodef-drop-down-second-inner>ul>li{width:unset}.qodef-header-navigation ul li.qodef-menu-item--wide.qodef-menu-item--widget-holder .qodef-drop-down-second-inner>ul>li:first-child>a+.sub-menu{padding-top:6px!important}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder{display:block}.qodef-header-navigation ul li.qodef-menu-item--wide li .qodef-icon-linear-icons{display:none}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second{background-color:#fff}.qodef-drop-down-second--full-width .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second{width:100vw}.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid){padding:0 40px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:53px 0 46px;margin:0 -21px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li{width:100%;padding:0 21px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.menu-item-has-widget{-ms-flex-preferred-size:80%;flex-basis:80%}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a{font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;font-size:17px;line-height:1.23em;letter-spacing:0;color:#90918d;font-size:16px;color:#90918d}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:after{opacity:0}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover{color:#2f3327}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li .qodef-menu-item-arrow{display:none}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul{padding-top:7px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;white-space:normal;margin:9px 0;overflow:hidden;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out;padding-right:0;font-family:Poppins,sans-serif;font-size:14px;line-height:1.643em;font-weight:300;color:#90918d}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a{padding-left:0;padding-right:0;color:#2f3327}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a:before,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a:before{left:0}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li:hover>a{padding:0!important;font-size:16px;color:#2f3327;background-color:transparent;border:0;margin:0;white-space:nowrap}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a .qodef-m-text,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a .qodef-m-text,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li:hover>a .qodef-m-text{position:relative;z-index:20}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a:after,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a:after,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li:hover>a:after{content:"";width:calc(100% + 16px);height:11%;background:#e9ebe7;display:block;position:absolute;top:50%;z-index:0;left:-8px;will-change:transform}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a .qodef-m-text,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a .qodef-m-text,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li:hover>a .qodef-m-text{display:inline-block;vertical-align:middle}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a:hover,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a:hover,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li:hover>a:hover{color:#68745c}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a:hover:after,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a:hover:after,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li:hover>a:hover:after{-webkit-animation:qodef-paint-stroke .8s;animation:qodef-paint-stroke .8s}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover{color:#68745c}body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner{padding:0 40px}.qodef-skin--light .qodef-header-navigation>ul>li.current-menu-ancestor>a:after,.qodef-skin--light .qodef-header-navigation>ul>li.current-menu-item>a:after,.qodef-skin--light .qodef-header-navigation>ul>li:hover>a:after{background:rgba(255,255,255,.25)}body #qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-ancestor>a,body #qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-item>a,body #qodef-page-header-inner.qodef-skin--light nav>ul>li>a:hover,body .qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-ancestor>a,body .qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-item>a,body .qodef-custom-header-layout.qodef-skin--light nav>ul>li>a:hover{color:#fff!important}.qodef-opener-icon{position:relative;display:inline-block;vertical-align:middle;line-height:1}.qodef-opener-icon .qodef-m-icon{position:relative;visibility:visible;opacity:1}.qodef-opener-icon .qodef-m-icon.qodef--close{position:absolute;top:0;left:0;visibility:hidden;opacity:0}.qodef-opener-icon.qodef-source--icon-pack{font-size:35px}.qodef-opener-icon.qodef-source--icon-pack *{display:inline-block;line-height:inherit}.qodef-opener-icon.qodef-source--icon-pack :before{display:inline-block;line-height:inherit}.qodef-opener-icon.qodef-source--svg-path span{position:relative}.qodef-opener-icon.qodef-source--svg-path span>*{vertical-align:middle}.qodef-opener-icon.qodef-source--svg-path span path,.qodef-opener-icon.qodef-source--svg-path span>*{fill:currentColor;stroke:currentColor}.qodef-opener-icon.qodef-source--svg-path .qodef-svg-closer circle,.qodef-opener-icon.qodef-source--svg-path .qodef-svg-opener circle{-webkit-transform:translateX(0) translateY(0);-ms-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0);-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.qodef-opener-icon.qodef-source--svg-path:hover .qodef-svg-opener circle:nth-child(4){-webkit-transform:translateX(8px) translateY(0);-ms-transform:translateX(8px) translateY(0);transform:translateX(8px) translateY(0)}.qodef-opener-icon.qodef-source--svg-path:hover .qodef-svg-opener circle:nth-child(7){-webkit-transform:translateX(8px) translateY(-8px);-ms-transform:translateX(8px) translateY(-8px);transform:translateX(8px) translateY(-8px)}.qodef-opener-icon.qodef-source--svg-path:hover .qodef-svg-opener circle:nth-child(8){-webkit-transform:translateX(0) translateY(-8px);-ms-transform:translateX(0) translateY(-8px);transform:translateX(0) translateY(-8px)}.qodef-opener-icon.qodef-source--svg-path:hover .qodef-svg-closer circle:nth-child(2){-webkit-transform:translateX(-8px) translateY(8px);-ms-transform:translateX(-8px) translateY(8px);transform:translateX(-8px) translateY(8px)}.qodef-opener-icon.qodef-source--svg-path:hover .qodef-svg-closer circle:nth-child(3){-webkit-transform:translateX(-16px) translateY(16px);-ms-transform:translateX(-16px) translateY(16px);transform:translateX(-16px) translateY(16px)}.qodef-opener-icon.qodef-source--svg-path:hover .qodef-svg-closer circle:nth-child(5){-webkit-transform:translateX(-8px) translateY(8px);-ms-transform:translateX(-8px) translateY(8px);transform:translateX(-8px) translateY(8px)}.qodef-opener-icon.qodef-source--predefined .qodef-m-lines{position:relative;display:block;width:30px;height:30px}.qodef-opener-icon.qodef-source--predefined .qodef-m-line{position:absolute;left:0;height:4px;width:100%;background-color:currentColor;-webkit-transition:top .3s ease,-webkit-transform .3s ease;transition:top .3s ease,-webkit-transform .3s ease;-o-transition:top .3s ease,transform .3s ease;transition:top .3s ease,transform .3s ease;transition:top .3s ease,transform .3s ease,-webkit-transform .3s ease}.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1{top:8px}.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2{top:17px}.qodef-parallax{position:relative;width:100%;overflow:hidden}.qodef-parallax.elementor-section{overflow:visible}.qodef-parallax-row-holder{position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden}.qodef-parallax-img-holder{position:absolute;top:-55%;height:142%;left:0;width:100%;opacity:0}.qodef-browser--edge .qodef-parallax-img-holder,.qodef-browser--ms-explorer .qodef-parallax-img-holder,.touchevents .qodef-parallax-img-holder{top:0;height:100%;opacity:1}.qodef-parallax-content-holder{position:relative;z-index:99}.qodef-parallax-img-wrapper{position:absolute;top:0;left:0;height:100%;width:100%;will-change:transform}.qodef-parallax-img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.touchevents .qodef-parallax-img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.qodef-browser--edge .qodef-parallax-img,.qodef-browser--ms-explorer .qodef-parallax-img{height:100%}.qodef-contact-form-7{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-contact-form-7 .ajax-loader{position:absolute;right:-10px}.qodef-instagram-list.qodef-layout--slider.qodef-swiper-fix{width:calc(100% + 2px)}.qodef-instagram-list #sb_instagram{padding:0!important}.qodef-instagram-list #sb_instagram #sbi_images{padding:0!important}.qodef-instagram-list .sbi_photo_wrap a{background-image:none!important;height:auto!important;padding-bottom:0!important;overflow:hidden}.qodef-instagram-list .sbi_photo_wrap a img{display:inline-block!important;-webkit-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01);-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;-o-transition:transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;will-change:transform}.qodef-instagram-list .sbi_photo_wrap a:after{font-size:20px;right:13px;opacity:0;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);position:absolute;top:20px;background-color:#fff;padding:9px;border-radius:50%;-webkit-transition:opacity .5s ease,-webkit-transform .5s ease;transition:opacity .5s ease,-webkit-transform .5s ease;-o-transition:opacity .5s ease,transform .5s ease;transition:opacity .5s ease,transform .5s ease;transition:opacity .5s ease,transform .5s ease,-webkit-transform .5s ease}.qodef-instagram-list .sbi_photo_wrap a:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.qodef-instagram-list .sbi_photo_wrap a:hover:after{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 10px 0 0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 20px 0 0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 30px 0 0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 40px 0 0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 50px 0 0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 80px 0 0!important}.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container{list-style:none;margin:0 auto;overflow:visible;padding:0!important;position:relative;visibility:hidden;z-index:1}.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide a,.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide img{width:100%}.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container.qodef-swiper--initialized{visibility:visible}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef--no-bottom-space{margin-bottom:0}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images{float:none;width:auto;margin:0}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef--no-bottom-space{margin-bottom:-10px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images{float:none;width:auto;margin:0 -5px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item{padding:0 5px!important;margin:0 0 10px!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef--no-bottom-space{margin-bottom:-20px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images{float:none;width:auto;margin:0 -10px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item{padding:0 10px!important;margin:0 0 20px!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef--no-bottom-space{margin-bottom:-30px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images{float:none;width:auto;margin:0 -15px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item{padding:0 15px!important;margin:0 0 30px!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef--no-bottom-space{margin-bottom:-40px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images{float:none;width:auto;margin:0 -20px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item{padding:0 20px!important;margin:0 0 40px!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef--no-bottom-space{margin-bottom:-50px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images{float:none;width:auto;margin:0 -25px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item{padding:0 25px!important;margin:0 0 50px!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-80px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images{float:none;width:auto;margin:0 -40px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item{padding:0 40px!important;margin:0 0 80px!important}.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions{display:none}.qodef-twitter-list.qodef-layout--columns #ctf{overflow:hidden}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item{position:relative;display:inline-block;width:100%;vertical-align:top;float:left;border:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box{margin-left:0;display:block;margin-bottom:8px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link{line-height:1!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar{width:37px;height:37px;margin:0 7px 0 0;float:none;border-radius:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name{font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;color:#2f3327;font-size:17px;line-height:1.23em;letter-spacing:0;font-weight:600!important;margin:0 4px 0 0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep{display:none}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink{font-family:Poppins,sans-serif;font-size:14px;line-height:1.643em;font-weight:300;color:#80827e;margin-right:4px;margin-left:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child{margin-right:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta{margin-top:4px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname{display:none}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-left:0;padding:0;margin-top:-5px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before{content:'\e094';font-family:ElegantIcons;padding-right:10px;font-size:18px;position:relative;top:5px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-left:0;margin-top:-3px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before{content:'\e094';font-family:ElegantIcons;padding-right:10px;font-size:18px;visibility:hidden}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a{padding:0;font-size:14px;margin-right:8px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child{margin-right:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply{margin-left:0}.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before{content:"";display:table;table-layout:fixed}.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after{clear:both}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets>.ctf-item{width:50%}@media only screen and (min-width:681px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets>.ctf-item{width:33.33333%}@media only screen and (min-width:769px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets>.ctf-item{width:25%}@media only screen and (min-width:1025px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets>.ctf-item{width:20%}@media only screen and (min-width:1367px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets>.ctf-item{width:16.66667%}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets>.ctf-item{width:14.28571%}@media only screen and (min-width:1367px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets>.ctf-item{width:12.5%}@media only screen and (min-width:1367px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space{margin-bottom:0}.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets{margin:0}.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets>.ctf-item{padding:0;margin:0}.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space{margin-bottom:-10px}.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets{margin:0 -5px}.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets>.ctf-item{padding:0 5px;margin:0 0 10px}.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space{margin-bottom:-20px}.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets{margin:0 -10px}.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets>.ctf-item{padding:0 10px;margin:0 0 20px}.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space{margin-bottom:-30px}.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets{margin:0 -15px}.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets>.ctf-item{padding:0 15px;margin:0 0 30px}.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space{margin-bottom:-40px}.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets{margin:0 -20px}.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets>.ctf-item{padding:0 20px;margin:0 0 40px}.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space{margin-bottom:-50px}.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets{margin:0 -25px}.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets>.ctf-item{padding:0 25px;margin:0 0 50px}.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-80px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets{margin:0 -40px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item{padding:0 40px;margin:0 0 80px}#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a{color:#ccc}#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover{color:#fff}#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a{color:#ccc}#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover{color:#fff}.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category,.qodef-woo-product-list .product-category{text-align:center}.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category a,.qodef-woo-product-list .product-category a{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,.qodef-woo-product-list .product-category .woocommerce-loop-category__title{left:50%;color:#fff;font-family:Quentin;font-size:100px;font-weight:300;margin:0;padding:12px 41px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto}.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category .qodef-e-category-description,.qodef-woo-product-list .product-category .qodef-e-category-description{font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;color:#2f3327;font-size:23px;line-height:1.26em;letter-spacing:0;color:#fff;position:absolute;top:50%;-webkit-transform:translate(0,40px);-ms-transform:translate(0,40px);transform:translate(0,40px);width:100%}.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .count,.qodef-woo-product-list .count{display:none}.qodef-woo-product-list .qodef-woo-product-button-holder{position:relative}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:20px 0}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .add_to_cart_button,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .added_to_cart,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_external,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_grouped,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_simple,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_variable{background-color:transparent;padding:0!important;font-size:15px;color:#68745c;background-color:transparent;border:0;margin:0 8px;white-space:nowrap;position:absolute;top:-7px;right:0;opacity:0;-webkit-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;font-size:14px;left:50%;-webkit-transform:translateX(calc(-50% + -9px));-ms-transform:translateX(calc(-50% + -9px));transform:translateX(calc(-50% + -9px))}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .add_to_cart_button .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .added_to_cart .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_external .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_grouped .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_simple .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_variable .qodef-m-text{position:relative;z-index:20}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .add_to_cart_button:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .added_to_cart:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_external:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_grouped:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_simple:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_variable:after{content:"";width:calc(100% - 24px);height:27%;background:#e9ebe7;display:block;position:absolute;top:53%;z-index:-1;left:12px;will-change:transform}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .add_to_cart_button .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .added_to_cart .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_external .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_grouped .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_simple .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_variable .qodef-m-text{display:inline-block;vertical-align:middle}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .add_to_cart_button:hover,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .added_to_cart:hover,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_external:hover,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_grouped:hover,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_simple:hover,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_variable:hover{color:#68745c}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .add_to_cart_button:hover:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .added_to_cart:hover:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_external:hover:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_grouped:hover:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_simple:hover:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_variable:hover:after{-webkit-animation:qodef-paint-stroke .8s;animation:qodef-paint-stroke .8s}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .add_to_cart_button:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .added_to_cart:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_external:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_grouped:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_simple:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_variable:after{height:30%}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .add_to_cart_button:hover,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .added_to_cart:hover,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_external:hover,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_grouped:hover,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_simple:hover,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_variable:hover{background-color:transparent}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .price{opacity:1;-webkit-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;margin:0}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content:hover .add_to_cart_button,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content:hover .added_to_cart,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content:hover .product_type_external,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content:hover .product_type_grouped,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content:hover .product_type_simple,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content:hover .product_type_variable{opacity:1;-webkit-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content:hover .price{opacity:0;-webkit-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner{background:#fbfbfb}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder{display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff;position:relative;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);right:-53px;position:absolute;z-index:2}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcqv-button{padding:0 18px 0 8px!important;font-size:13px;color:#68745c;background-color:transparent;font-weight:600;line-height:2.75em;position:relative}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcqv-button:after{content:"";position:absolute;display:inline-block;background:#d1d5ce;width:1px;height:22px;top:6px;right:9px;left:unset}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist{margin-top:8px}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i{font-family:ElegantIcons;margin-right:9px}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i:before{content:"\e030";color:#68745c}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i+span{display:none}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .feedback{display:none}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .feedback+a{display:block;position:absolute;opacity:0;width:100%;height:100%;bottom:4px;left:0}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{font-family:ElegantIcons;margin-right:9px;margin-top:-1px}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before{content:"\e089";color:#93a286}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button{margin-top:0!important;padding:0!important;font-size:15px;color:#68745c;background-color:transparent;border:0;margin:0 8px;white-space:nowrap}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button .qodef-m-text{position:relative;z-index:20}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button:after{content:"";width:calc(100% - 9px);height:27%;background:#e9ebe7;display:block;position:absolute;top:53%;z-index:-1;left:-4px;will-change:transform}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button .qodef-m-text{display:inline-block;vertical-align:middle}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart:hover,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button:hover{color:#68745c}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart:hover:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button:hover:after{-webkit-animation:qodef-paint-stroke .8s;animation:qodef-paint-stroke .8s}.widget_sante_core_woo_dropdown_cart{height:100%}.qodef-woo-dropdown-cart{position:relative;display:inline-block;vertical-align:top;height:100%;padding:0 10px}.qodef-woo-dropdown-cart .qodef-m-inner{position:relative;display:inline-block;width:100%;vertical-align:top;height:100%}.qodef-woo-dropdown-cart .qodef-m-opener{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;color:#2f3327}.qodef-skin--light .qodef-woo-dropdown-cart .qodef-m-opener{color:#fff}.qodef-woo-dropdown-cart .qodef-m-opener svg path{fill:currentColor;stroke:currentColor}.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count{color:aqua}@media only screen and (max-width:1024px){body:not([class*=" logged-in"]) .qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count{-webkit-transform:translateY(calc(-50% + 4px));-ms-transform:translateY(calc(-50% + 4px));transform:translateY(calc(-50% + 4px))}}.qodef-header--standard.qodef-header-standard--center .qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count{top:calc(50% + 3px)}@media only screen and (max-width:1024px){.qodef-header--standard.qodef-header-standard--center .qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count{top:calc(50% + 6px)}}.qodef-header-appearance--sticky .qodef-header-sticky .qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count{top:calc(50% + 2px)}.qodef-header--standard.qodef-header-standard--center .qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-icon{margin-top:8px}.qodef-header-appearance--sticky .qodef-header-sticky .qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-icon{margin-top:4px}.qodef-woo-dropdown-cart .qodef-m-opener-icon svg{width:26px; color: aqua}.qodef-woo-dropdown-cart .qodef-m-opener-count{position:absolute;font-family:Poppins,sans-serif;font-size:13px;color:#2f3327;font-weight:600;line-height:3.077em;width:100%;top:50%;-webkit-transform:translateY(calc(-50% + 2px));-ms-transform:translateY(calc(-50% + 2px));transform:translateY(calc(-50% + 2px));text-align:center}.qodef-woo-dropdown-cart .qodef-m-dropdown{position:absolute;top:100%;left:auto;right:0;text-align:left;clip-path:inset(0 0 100% 0);-webkit-clip-path:inset(0 0 100% 0);-webkit-transition:-webkit-clip-path .2s ease-out;transition:-webkit-clip-path .2s ease-out;-o-transition:clip-path .2s ease-out;transition:clip-path .2s ease-out;transition:clip-path .2s ease-out,-webkit-clip-path .2s ease-out}.qodef-woo-dropdown-cart .qodef-m-dropdown-inner{position:relative;display:inline-block;vertical-align:top;width:254px;padding:14px 35px 15px 40px;background-color:#fff;border:1px solid #dbe3d2}.qodef-woo-dropdown-cart .qodef-m-dropdown-inner p.qodef-m-posts-not-found{text-align:center;-webkit-transform:translateX(-3px);-ms-transform:translateX(-3px);transform:translateX(-3px)}.qodef-woo-dropdown-cart .qodef-m-dropdown-inner .qodef-button.qodef-layout--outlined .qodef-button-outlined-wrapper{padding:4px 24px}.qodef-woo-dropdown-cart .qodef-woo-dropdown-items{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-woo-dropdown-cart .qodef-woo-dropdown-items:after{content:"";position:absolute;width:100%;height:1px;background-color:#d7dcd5;bottom:-21px}#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items{color:#80827e}#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a{color:#80827e}#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover{color:#93a286}.qodef-woo-dropdown-cart .qodef-woo-dropdown-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:11px}.qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child{margin-top:26px}.qodef-woo-dropdown-cart .qodef-e-image{-ms-flex-negative:0;flex-shrink:0;width:44px;margin-right:11px}.qodef-woo-dropdown-cart .qodef-e-image a,.qodef-woo-dropdown-cart .qodef-e-image img{display:block}.qodef-woo-dropdown-cart .qodef-e-content{position:relative;display:inline-block;width:100%;vertical-align:top;padding-right:20px}.qodef-woo-dropdown-cart .qodef-e-content .qodef-e-title{font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;color:#2f3327;margin-bottom:-1px;margin-top:3px;line-height:1.2em}.qodef-woo-dropdown-cart .qodef-e-content .qodef-e-title a{color:#2f3327}.qodef-woo-dropdown-cart .qodef-e-content .qodef-e-title a:hover{color:#50534b}.qodef-woo-dropdown-cart .qodef-e-title{margin:0}.qodef-woo-dropdown-cart .qodef-e-price{margin:3px 0 0}.qodef-woo-dropdown-cart .qodef-e-quantity{margin:3px 0 0}.qodef-woo-dropdown-cart .qodef-e-price,.qodef-woo-dropdown-cart .qodef-e-quantity,.qodef-woo-dropdown-cart .qodef-m-order-amount{font-size:13px;font-family:Poppins,sans-serif}.qodef-woo-dropdown-cart .qodef-e-remove{position:absolute;top:2px;right:0;font-size:12px;line-height:1}.qodef-woo-dropdown-cart .qodef-m-order-label{font-family:Montserrat,sans-serif;color:#2f3327;font-weight:600}.qodef-woo-dropdown-cart .qodef-m-order-details{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:34px}.qodef-woo-dropdown-cart .qodef-m-order-details>*{margin:0}#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-order-details{color:#80827e}.qodef-woo-dropdown-cart .qodef-m-action{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:11px;margin-bottom:25px}.qodef-woo-dropdown-cart .qodef-m-action .qodef-button{color:#68745c!important}.qodef-woo-dropdown-cart .qodef-m-action .qodef-button:hover{color:#68745c}.qodef-woo-dropdown-cart .qodef-m-action-link{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Montserrat,sans-serif;font-size:15px;line-height:2.66em;font-weight:600;text-decoration:none;border-radius:0;outline:0;-webkit-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;width:100%;padding:8px 20px;text-align:center;color:#68745c;background-color:#e9ebe7;border:1px solid transparent}.qodef-woo-dropdown-cart .qodef-m-action-link:hover{color:#fff;background-color:#93a286}.touchevents .qodef-woo-dropdown-cart{cursor:pointer}.qodef-woo-dropdown-cart:hover .qodef-m-dropdown{clip-path:inset(0 0 0 0);-webkit-clip-path:inset(0 0 0 0)}.qodef-woo-dropdown-cart:hover .qodef-m-opener{color:rgba(47,51,39,.85)}.qodef-woo-side-area-cart{position:relative;display:inline-block;vertical-align:top;height:100%;padding:0 10px}.qodef-woo-side-area-cart .qodef-m-inner{position:relative;display:inline-block;width:100%;vertical-align:top;height:100%}.qodef-woo-side-area-cart .qodef-m-opener{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.qodef-woo-side-area-cart .qodef-m-content{position:fixed;top:0;right:-360px;height:100vh;width:360px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:100px 0 74px;background-color:#fff;overflow:hidden;visibility:hidden;z-index:9999;-webkit-transition:all .6s cubic-bezier(.77,0,.175,1);-o-transition:all .6s cubic-bezier(.77,0,.175,1);transition:all .6s cubic-bezier(.77,0,.175,1)}.admin-bar .qodef-woo-side-area-cart .qodef-m-content{top:32px;height:calc(100vh - 32px)}.qodef-woo-side-area-cart .qodef-m-close{position:absolute;top:30px;right:30px;display:block;font-size:34px;z-index:1000}.qodef-woo-side-area-cart .qodef-m-items{position:relative;display:inline-block;width:100%;vertical-align:top;padding:0 50px}.qodef-woo-side-area-cart .qodef-m-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:20px}.qodef-woo-side-area-cart .qodef-m-item:first-child{margin-top:0}.qodef-woo-side-area-cart .qodef-e-image{-ms-flex-negative:0;flex-shrink:0;width:80px;margin-right:20px}.qodef-woo-side-area-cart .qodef-e-image a,.qodef-woo-side-area-cart .qodef-e-image img{display:block}.qodef-woo-side-area-cart .qodef-e-content{position:relative;display:inline-block;width:100%;vertical-align:top;padding-right:20px}.qodef-woo-side-area-cart .qodef-e-title{margin:0}.qodef-woo-side-area-cart .qodef-e-price{margin:3px 0 0}.qodef-woo-side-area-cart .qodef-e-quantity{margin:3px 0 0}.qodef-woo-side-area-cart .qodef-e-remove{position:absolute;top:-2px;right:0;font-size:20px;line-height:1}.qodef-woo-side-area-cart .qodef-m-order-details{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:25px;padding:0 50px}.qodef-woo-side-area-cart .qodef-m-order-details>*{margin:0}.qodef-woo-side-area-cart .qodef-m-action{position:absolute;bottom:0;left:0;width:100%}.qodef-woo-side-area-cart .qodef-m-action-link{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Montserrat,sans-serif;font-size:15px;line-height:2.66em;font-weight:600;text-decoration:none;border-radius:0;outline:0;-webkit-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;width:100%;padding:8px 20px;text-align:center;color:#68745c;background-color:#e9ebe7;border:1px solid transparent}.qodef-woo-side-area-cart .qodef-m-action-link:hover{color:#fff;background-color:#93a286}.qodef-woo-side-area-cart.qodef--opened .qodef-m-content{right:0;visibility:visible}.qodef-woo-side-area-cart-cover{position:fixed;top:0;left:0;width:calc(100% - 360px);height:100vh;overflow:hidden;z-index:1002}.qodef-shortcode .last_toggle_el_margin,.qodef-shortcode .wpb_button,.qodef-shortcode .wpb_content_element,.qodef-shortcode .wpb_row,.qodef-shortcode ul.wpb_thumbnails-fluid>li{margin-bottom:0!important}.qodef-vc-row-wrapper.qodef--parallax-row{width:100%}.touchevents .qodef-vc-row-wrapper.qodef--parallax-row{height:auto!important}.qodef-clients-list .qodef-e{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image{line-height:0;position:relative;display:inline-block;vertical-align:top}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a{display:inline-block}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo{width:auto;opacity:1;will-change:opacity;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;display:inline-block}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo{position:absolute;top:0;left:0;width:auto;opacity:0;will-change:opacity;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo{opacity:0}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo{opacity:1}.qodef-masonry-gallery-list .qodef-e-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-masonry-gallery-list .qodef-e-media-image{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-masonry-gallery-list .qodef-e-media-image img{display:block}.qodef-masonry-gallery-list .qodef-e-content{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-masonry-gallery-list .qodef-e-title{margin:0}.qodef-masonry-gallery-list .qodef-e-text{margin:16px 0 0}.qodef-masonry-gallery-list .qodef-e-button{margin:21px 0 0}.qodef-masonry-gallery-list .qodef-e-button a{position:relative;z-index:2}.qodef-masonry-gallery-list .qodef-e-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-masonry-gallery-list.qodef-items--fixed .qodef-e-media-image{height:100%}.qodef-masonry-gallery-list .qodef-layout--standard .qodef-e-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.touch .qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-inner{cursor:pointer}.qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-inner:hover .qodef-e-content{opacity:1}.qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-content{padding:30px 40px;background-color:rgba(47,51,39,.3);opacity:0;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-portfolio-single .qodef-media iframe{max-height:calc(56.25vw)}.qodef-portfolio-single .qodef-portfolio-title{margin:0 0 15px}.qodef-portfolio-single .qodef-portfolio-info>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:12px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-portfolio-single .qodef-portfolio-info>:last-child{margin-bottom:0}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-title{margin:0 0 5px 0}.qodef-portfolio-single .qodef-portfolio-info a,.qodef-portfolio-single .qodef-portfolio-info p{margin:0;color:#80827e}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:after{content:"/";margin:0 3px 0 1px}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:last-child:after{display:none}.qodef-portfolio-category-list .qodef-e-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-portfolio-category-list .qodef-e-image img{display:block}.qodef-portfolio-category-list .qodef-e-content a{position:relative;z-index:1}.qodef-portfolio-category-list .qodef-e-title{margin:0}.qodef-portfolio-category-list .qodef-e-description{margin:9px 0 0}.qodef-portfolio-category-list .qodef-e-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-inner:hover .qodef-e-content{opacity:1}.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-content{position:absolute;top:0;left:0;width:100%;height:100%;padding:31px 40px;background-color:rgba(47,51,39,.4);opacity:0;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-description,.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-title{color:#fff}.qodef-portfolio-category-list.qodef-layout--standard .qodef-e-content{margin-top:28px}.qodef-portfolio-list .qodef-e-inner{position:relative}.qodef-portfolio-list .qodef-e-image img{display:block}.qodef-portfolio-list .qodef-e-title{margin:0}.qodef-portfolio-list .qodef-m-pagination{margin-top:35px}.qodef-portfolio-list.qodef-items--fixed .qodef-e-image{height:100%;overflow:hidden}.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image{height:100%}.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image a{position:relative;display:inline-block;width:100%;vertical-align:top;height:100%}.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content{margin-top:30px}.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category{margin-bottom:10px}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt .qodef-e-image{overflow:hidden}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content{position:absolute;bottom:9%;left:4%}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner>a{font-size:18px;font-weight:600;margin-top:10px}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner *{color:#fff;z-index:1}.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner{overflow:hidden}.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner .qodef-e-image{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner:hover .qodef-e-image{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-content{display:none}.qodef-follow-info-holder{position:fixed;top:50%;left:50%;z-index:9999;pointer-events:none;visibility:hidden;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.qodef-follow-info-holder.qodef-right{text-align:right;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.qodef-follow-info-holder .qodef-follow-info-inner{position:relative;display:inline-block;vertical-align:middle}.qodef-follow-info-holder .qodef-follow-info-title{display:inline-block;position:relative;color:#fff;background-color:#93a286;text-transform:uppercase;white-space:nowrap;z-index:8;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);padding:3px 5px;margin-top:4px}.qodef-follow-info-holder .qodef-follow-info-category{display:inline-block;padding:0 4px;background-color:#93a286;white-space:nowrap;z-index:9;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}.qodef-follow-info-holder .qodef-follow-info-category a:not(:last-child):after{content:'/';margin:0 2px 0 3px}.qodef-follow-info-holder a{color:#fff}.qodef-follow-info-holder.qodef-is-active{visibility:visible}.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category,.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title{-webkit-transition:.5s cubic-bezier(.165,.84,.44,1) .25s;-o-transition:.5s cubic-bezier(.165,.84,.44,1) .25s;transition:.5s cubic-bezier(.165,.84,.44,1) .25s}.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category{-webkit-transition:.5s cubic-bezier(.165,.84,.44,1);-o-transition:.5s cubic-bezier(.165,.84,.44,1);transition:.5s cubic-bezier(.165,.84,.44,1)}.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content{position:absolute;bottom:0;left:0;width:100%;height:100%}.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner{background-color:rgba(10,10,10,.8);width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner>a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner *{color:#fff;z-index:1}.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--direction-aware .qodef-e-inner{overflow:hidden}.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--direction-aware .qodef-e-content{display:none;padding:inherit;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content{opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content{opacity:1}#qodef-portfolio-single-related-items{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:86px}#qodef-single-portfolio-navigation{position:relative;display:inline-block;width:100%;vertical-align:top;margin:75px 0 3px}#qodef-single-portfolio-navigation .qodef-m-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#qodef-single-portfolio-navigation .qodef-m-nav{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#qodef-single-portfolio-navigation .qodef-m-nav>*{display:block;line-height:inherit}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon{margin-right:5px}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right;margin-left:auto}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon{margin-left:5px}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link{position:absolute;top:0;left:calc(50% - 16px)}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon{font-size:32px}#qodef-single-portfolio-navigation .qodef-m-nav-icon{font-size:30px}#qodef-single-portfolio-navigation .qodef-m-nav-label{font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;font-size:16px;line-height:1.625em;font-family:Poppins,sans-serif;font-weight:400;letter-spacing:0;color:#80827e}.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-grid-item{margin-top:50px!important}.qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-info{margin-top:85px!important}.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media{margin-right:45px}.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-info{margin-top:48px!important}.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-grid-item{margin-top:50px!important}.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item{display:block;margin-bottom:10px;float:none}.qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-info{margin-top:85px!important}.qodef-portfolio-single.qodef-layout--images-small .qodef-media{margin-right:45px}.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item{display:block;margin-bottom:10px;float:none}.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child{margin-bottom:0}.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-info{margin-top:48px!important}.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-grid-item{margin-top:50px!important}.qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info{margin-top:85px!important}.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media{margin-right:45px}.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info{margin-top:48px!important}.qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-grid-item{margin-top:50px!important}.qodef-portfolio-single.qodef-layout--slider-big .qodef-portfolio-info{margin-top:85px!important}.qodef-portfolio-single.qodef-layout--slider-small .qodef-media{margin-right:45px}.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-info{margin-top:48px!important}.qodef-reservation-form .qodef-m-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.qodef-reservation-form .qodef-m-field{-ms-flex-preferred-size:19%;flex-basis:19%;position:relative}.qodef-reservation-form .qodef-m-field-label{-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:auto;flex-basis:auto}.qodef-reservation-form .qodef-m-icon-arrow{position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:23px}.qodef-reservation-form .qodef-m-icon{color:#93a286;position:absolute;left:15px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;top:18px;z-index:1}.qodef-reservation-form .qodef-m-icon-date{font-size:17px;top:16px}.qodef-reservation-form .qodef-m-label{text-align:center;font-size:38px;line-height:46px;color:#2f3327}.qodef-reservation-form .qodef-m-date,.qodef-reservation-form .qodef-m-date:focus,.qodef-reservation-form .select2-container--default{margin:0;width:100%!important;text-align:center;font-size:17px;border:1px solid #dbe3d2}.qodef-reservation-form .select2-selection--single{color:inherit!important;font-size:inherit!important;border:inherit!important}.qodef-reservation-form button{width:100%;padding-left:0!important;padding-right:0!important}.qodef-reservation-form .qodef-m-copyright{font-size:14px;font-family:Poppins,sans-serif;margin:5px 0}.qodef-restaurant-menu-list .qodef-e-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.qodef-restaurant-menu-list .qodef-e-heading-title{margin:0}.qodef-restaurant-menu-list .qodef-e-heading-line{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-bottom:1px solid #bfb8b6;opacity:.5;margin:0 10px}.qodef-restaurant-menu-list .qodef-e-heading-price{margin:0;font-family:Poppins,sans-serif;font-style:italic}.qodef-restaurant-menu-list .qodef-e-description{margin:2px 0 0;color:#93a286;font-size:15px;font-style:italic}.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-heading-price,.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-heading-title{color:#fff}.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-description{color:#93a286}.qodef-team-list .qodef-e-role{margin:1px 0 18px;font-size:13px;letter-spacing:.02em}.qodef-team-list .qodef-e-title{margin:18px 0 1px}.qodef-team-list .qodef-team-member-social-icons{margin:0}.qodef-team-list.qodef-item-layout--info-below .qodef-e-content{margin:14px 0 0}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e{overflow:hidden}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:z-index 0s,-webkit-transform .6s ease;transition:z-index 0s,-webkit-transform .6s ease;-o-transition:transform .6s ease,z-index 0s;transition:transform .6s ease,z-index 0s;transition:transform .6s ease,z-index 0s,-webkit-transform .6s ease;z-index:1}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content{position:absolute;width:100%;height:auto;bottom:0;left:0;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:z-index 0s .6s,-webkit-transform .6s ease;transition:z-index 0s .6s,-webkit-transform .6s ease;-o-transition:transform .6s ease,z-index 0s .6s;transition:transform .6s ease,z-index 0s .6s;transition:transform .6s ease,z-index 0s .6s,-webkit-transform .6s ease;z-index:-1}.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1.qodef-width-fix{max-width:70%;margin:0 auto;display:block}@media only screen and (max-width:1440px){.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1.qodef-width-fix{max-width:90%}}.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1.qodef-width-fix .qodef-e-text{padding:0 1%}.qodef-testimonials-list+.swiper-button-prev,.qodef-testimonials-list~.swiper-button-next{top:13%}.qodef-testimonials-list+.swiper-button-prev>span,.qodef-testimonials-list~.swiper-button-next>span{font-size:30px}.qodef-testimonials-list+.swiper-button-prev svg,.qodef-testimonials-list~.swiper-button-next svg{display:block;width:38px;fill:none;stroke:currentColor;stroke-miterlimit:10;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;overflow:visible}.qodef-testimonials-list+.swiper-button-prev svg line:first-child,.qodef-testimonials-list~.swiper-button-next svg line:first-child{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.qodef-testimonials-list+.swiper-button-prev:hover svg line:first-child,.qodef-testimonials-list~.swiper-button-next:hover svg line:first-child{-webkit-transform:scaleX(1.3);-ms-transform:scaleX(1.3);transform:scaleX(1.3);-webkit-transition:-webkit-transform .3s ease .1s;transition:-webkit-transform .3s ease .1s;-o-transition:transform .3s ease .1s;transition:transform .3s ease .1s;transition:transform .3s ease .1s,-webkit-transform .3s ease .1s}@media only screen and (max-width:680px){.qodef-testimonials-list+.swiper-button-prev,.qodef-testimonials-list~.swiper-button-next{display:none}}.qodef-testimonials-list+.swiper-button-prev.swiper-button-outside{-webkit-transform:translateX(-215%);-ms-transform:translateX(-215%);transform:translateX(-215%)}.qodef-testimonials-list+.swiper-button-prev.swiper-button-outside svg line:first-child{-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.qodef-testimonials-list+.swiper-button-prev.swiper-button-outside:hover svg{-webkit-transform:translateX(-5px);-ms-transform:translateX(-5px);transform:translateX(-5px)}.qodef-testimonials-list~.swiper-button-next.swiper-button-outside{-webkit-transform:translateX(215%);-ms-transform:translateX(215%);transform:translateX(215%)}.qodef-testimonials-list~.swiper-button-next.swiper-button-outside svg line:first-child{-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right}.qodef-testimonials-list~.swiper-button-next.swiper-button-outside:hover svg{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}.qodef-testimonials-list .qodef-e-inner{padding-bottom:40px}.qodef-testimonials-list .qodef-e-media-image{line-height:0;margin-bottom:25px}.qodef-testimonials-list .qodef-e-title{margin:0 0 25px}.qodef-testimonials-list .qodef-e-text{margin:0 0 26px;font-family:Poppins,sans-serif;font-weight:300;color:#80827e;font-size:17px;line-height:1.706em;font-style:italic;text-align:center;padding:0 17%}@media only screen and (max-width:1440px){.qodef-testimonials-list .qodef-e-text{padding:0 10%}}@media only screen and (max-width:1024px){.qodef-testimonials-list .qodef-e-text{padding:0 7%}}.qodef-testimonials-list .qodef-e-author{margin:0;text-align:center}.qodef-testimonials-list .qodef-e-author>span{display:block}.qodef-testimonials-list .qodef-e-author .qodef-e-author-name{font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;color:#2f3327;font-size:17px;line-height:1.23em;letter-spacing:0}.qodef-testimonials-list .qodef-e-author .qodef-e-author-job{font-family:Poppins,sans-serif;font-weight:300;color:#80827e;font-size:13px;margin-top:-1px;letter-spacing:.02em}.qodef-testimonials-list .swiper-pagination-bullets{text-align:left;bottom:0!important}.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before{background-color:#93a286}.qodef-testimonials-list.qodef-skin--light .qodef-e-author,.qodef-testimonials-list.qodef-skin--light .qodef-e-text,.qodef-testimonials-list.qodef-skin--light .qodef-e-title{color:#fff}.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before{background-color:#fff}.qodef-review-rating{display:-webkit-box;display:-ms-flexbox;display:flex}.qodef-review-rating .qodef-rating-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:50%;flex-basis:50%}.qodef-review-rating label{margin:0 10px 0 0}.qodef-review-rating .qodef-comment-rating-box{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0}.qodef-review-rating .qodef-star-rating{position:relative;display:block;margin:0 .1em 0 0;cursor:pointer;color:#2f3327}.qodef-review-rating .qodef-star-rating svg{display:block;width:14px;height:auto;fill:none;stroke:currentColor}.qodef-review-rating .qodef-star-rating.active svg{fill:currentColor}.qodef-review-rating .qodef-comments-ratings{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}.qodef-review-rating .qodef-comments-ratings .qodef-m-inner{position:relative;display:inline-block;vertical-align:top}.qodef-review-rating .qodef-comments-ratings .qodef-m-star{color:#2f3327;color:#68745c}.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg{display:inline-block;margin-right:.1em;width:11px;height:auto;fill:none;stroke:currentColor;margin-right:5px}.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap;color:#68745c}.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg{fill:currentColor}.qodef-reviews-per-criteria .qodef-item-reviews-average-rating{color:#93a286;font-size:60px;line-height:1em;font-weight:700}.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description{vertical-align:middle;margin:2px 0 0}.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon{vertical-align:middle;font-size:20px}.qodef-reviews-per-criteria .qodef-item-reviews-display-right{vertical-align:middle;padding-left:200px}.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar{line-height:28px}.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar .qodef-item-reviews-display-bar-inner{padding:6px 0}.qodef-reviews-per-mark .qodef-reviews-number-wrapper{padding-top:23%;padding-left:15%;display:table;width:100%;height:100%;vertical-align:middle}.qodef-reviews-per-mark .qodef-reviews-number{font-size:72px;color:#ffd740;font-weight:700;line-height:1em;margin-right:22px;display:table-cell;vertical-align:middle;position:relative;top:-6px}.qodef-reviews-per-mark .qodef-stars-wrapper{display:table-cell;vertical-align:middle}.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars{display:block}.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i{color:#ffd740}.qodef-reviews-per-mark .qodef-reviews-count{font-weight:700;font-size:14px}.qodef-reviews-per-mark .qodef-rating-percentage-wrapper{padding:29px 50px 40px;background-color:#fafafa;border-left:1px solid #e5e5e5}.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary{display:inline-block;vertical-align:middle}.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper{display:inline-block;vertical-align:middle;padding:0 0 0 15px}.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner{display:block}.qodef-comment-list .qodef-comment-name{float:none}.qodef-comment-list .qodef-review-rating{display:inline-block;width:100%}.qodef-comment-list .qodef-rating-inner{display:inline-block;width:100%}@-webkit-keyframes cover_search_fade_out{0%{opacity:1;visibility:visible;z-index:100}100%{opacity:0;visibility:hidden;z-index:0}}@keyframes cover_search_fade_out{0%{opacity:1;visibility:visible;z-index:100}100%{opacity:0;visibility:hidden;z-index:0}}@-webkit-keyframes cover_search_fade_in{0%{opacity:0;visibility:hidden;z-index:100}100%{opacity:1;visibility:visible;z-index:100}}@keyframes cover_search_fade_in{0%{opacity:0;visibility:hidden;z-index:100}100%{opacity:1;visibility:visible;z-index:100}}.qodef-search-cover-form{position:absolute;top:0;left:0;width:100%;height:100%;visibility:hidden;opacity:0;background-color:#fff;z-index:-1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.qodef-search-cover-form .qodef-m-inner{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 49px}.qodef-search-cover-form .qodef-m-form-field{padding:0;margin-bottom:0;font-size:26px;font-weight:600;text-transform:uppercase;color:#93a286;background-color:transparent;border:0;border-radius:0;outline-offset:0}.qodef-search-cover-form .qodef-m-form-field:focus{color:#93a286}.qodef-search-cover-form .qodef-m-form-field::-webkit-input-placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-form-field::-moz-placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-form-field::-ms-input-placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-form-field::placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-close{-ms-flex-negative:0;flex-shrink:0}.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack{font-size:23px}.qodef-covers-search--fadeout .qodef-search-cover-form{-webkit-animation:cover_search_fade_out .3s ease both;animation:cover_search_fade_out .3s ease both}.qodef-covers-search--fadein .qodef-search-cover-form{-webkit-animation:cover_search_fade_in .3s ease both;animation:cover_search_fade_in .3s ease both}.qodef-header--sticky-display #qodef-page-header>.qodef-search-cover-form{display:none}.qodef-fullscreen-search-holder{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(255,255,255,.98);z-index:100}.qodef-fullscreen-search-holder .qodef-m-inner{width:100%}.qodef-fullscreen-search-holder .qodef-m-form{position:relative;width:60%;margin:0 auto}.qodef-fullscreen-search-holder .qodef-m-form-field{height:100%;margin:0;padding:0;font-size:25px;color:#2f3327;line-height:2em;background:0 0;border:0;border-radius:0}.qodef-fullscreen-search-holder .qodef-m-form-submit{position:absolute;right:0;bottom:-20px;width:auto;padding:0;margin:0;color:#2f3327;background:0 0;border:0;outline:0;opacity:0;cursor:pointer;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.qodef-fullscreen-search-holder .qodef-m-form-submit:hover{color:#93a286;background:0 0}.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit{opacity:1;bottom:10px;-webkit-transition:color .2s ease,opacity .2s ease-out 1.1s,bottom .4s ease-out .9s;-o-transition:color .2s ease,opacity .2s ease-out 1.1s,bottom .4s ease-out .9s;transition:color .2s ease,opacity .2s ease-out 1.1s,bottom .4s ease-out .9s}.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack{font-size:18px}.qodef-fullscreen-search-holder .qodef-m-form-line{position:absolute;left:0;bottom:-2px;width:0;border-bottom:1px solid #000;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line{width:100%;-webkit-transition:width .5s ease .6s;-o-transition:width .5s ease .6s;transition:width .5s ease .6s}.qodef-fullscreen-search-holder .qodef-m-close{position:absolute;top:33px;right:70px;color:#80827e;opacity:0;visibility:hidden;z-index:1}.admin-bar .qodef-fullscreen-search-holder .qodef-m-close{top:72px}.qodef-fullscreen-search-holder .qodef-m-close:hover{color:#2f3327}.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack{font-size:25px}.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close{opacity:1;visibility:visible}.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder{-webkit-animation:fullscreen_search_fade_out .3s ease both;animation:fullscreen_search_fade_out .3s ease both}.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder{-webkit-animation:fullscreen_search_fade_in .3s ease both;animation:fullscreen_search_fade_in .3s ease both}@-webkit-keyframes fullscreen_search_fade_out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@keyframes fullscreen_search_fade_out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@-webkit-keyframes fullscreen_search_fade_in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}@keyframes fullscreen_search_fade_in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}.qodef-search-opener>*{position:relative;display:inline-block;vertical-align:middle;line-height:inherit}.qodef-search-opener.qodef-source--icon-pack{font-size:23px}.qodef-accordion{position:relative;display:inline-block;width:100%;vertical-align:top;visibility:hidden;overflow-anchor:none}.qodef-accordion .qodef-accordion-content-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-accordion.qodef--init{visibility:visible}.qodef-accordion.qodef-layout--simple .qodef-accordion-title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:12px 0 0;padding:20px 0 11px 0;-webkit-transition:color .2s ease-out,background-color .2s ease-out,padding .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out,padding .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out,padding .2s ease-out;cursor:pointer;border-top:1px solid #dbe3d2}.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child{margin-top:0;border-top:none}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark{position:relative;-ms-flex-negative:0;flex-shrink:0;width:20px;height:18px;line-height:1;text-align:center;font-size:12px;margin-top:2px}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span{position:absolute;display:block;width:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before{display:block;line-height:inherit}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--chevron{-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;-o-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active{padding:20px 0 8px 0}.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--chevron,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--chevron{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;-o-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.qodef-accordion.qodef-layout--simple .qodef-accordion-content{padding:0 56px 8px 0;margin:0}.qodef-accordion.qodef-layout--simple .qodef-accordion-content p{margin:0}.qodef-advanced-image-slider{position:relative;overflow:hidden;padding:0 21px 0 219px}@media only screen and (max-width:1366px){.qodef-advanced-image-slider{padding:0 0 0 150px}}@media only screen and (max-width:768px){.qodef-advanced-image-slider{padding:0}}.qodef-advanced-image-slider .swiper-slide img{border:1px solid #e4eadc}.qodef-advanced-image-slider.qodef-orientation-right{padding:0 146px 0 21px}@media only screen and (max-width:1366px){.qodef-advanced-image-slider.qodef-orientation-right .swiper-slide{-webkit-transform:translateX(1px);-ms-transform:translateX(1px);transform:translateX(1px)}}@media only screen and (max-width:768px){.qodef-advanced-image-slider.qodef-orientation-right .swiper-slide{-webkit-transform:none;-ms-transform:none;transform:none}}@media only screen and (max-width:1366px){.qodef-advanced-image-slider.qodef-orientation-right{padding:0 150px 0 0}}.qodef-advanced-image-slider.qodef-orientation-right .qodef-vertical-border{right:210px}.qodef-advanced-image-slider.qodef-orientation-right .qodef-slider-navigation{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.qodef-advanced-image-slider .qodef-advanced-image-slider-inner{padding-left:31.2%;overflow:visible}.qodef-advanced-image-slider .qodef-vertical-border{position:absolute;left:210px;width:40px;height:100%;background:0 0;display:block;z-index:99999;top:0}.qodef-advanced-image-slider .qodef-slider-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:28px 0 0}.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-prev{position:unset;width:unset!important;height:unset!important;width:auto!important;-webkit-transform:none;-ms-transform:none;transform:none;left:unset!important;right:unset!important}.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next:hover svg line:first-child,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-prev:hover svg line:first-child{-webkit-transform:scaleX(1.3);-ms-transform:scaleX(1.3);transform:scaleX(1.3);-webkit-transition:-webkit-transform .3s ease .1s;transition:-webkit-transform .3s ease .1s;-o-transition:transform .3s ease .1s;transition:transform .3s ease .1s;transition:transform .3s ease .1s,-webkit-transform .3s ease .1s}.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next svg,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-prev svg{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;overflow:visible;will-change:transform;width:24px}.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next svg line,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next svg path,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next svg polygon,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next svg text,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-prev svg line,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-prev svg path,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-prev svg polygon,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-prev svg text{fill:none;stroke:#768467}.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next svg line:first-child,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-prev svg line:first-child{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next:after,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-prev:after{display:none}.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next svg{margin-left:20px}.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next svg line:first-child{-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right}.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next:hover svg{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-prev svg line:first-child{-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-prev:hover svg{-webkit-transform:translateX(-5px);-ms-transform:translateX(-5px);transform:translateX(-5px)}.qodef-advanced-image-slider .qodef-ais-slider{position:relative}.qodef-advanced-image-slider .qodef-ais-slider:before{content:'';position:absolute;left:-50px;top:0;height:100%;width:50px;background:#fff;z-index:9999}.qodef-advanced-image-slider .qodef-ais-slider .qodef-ais-item img{opacity:0}.qodef-advanced-image-slider .qodef-ais-slider .qodef-ais-item-inner{position:absolute;display:block;width:100%;height:100%;top:0;left:0;background-size:cover;background-position:center}.qodef-advanced-image-slider .qodef-ais-slider .qodef-ais-item-inner .qodef-ais-item-text{position:relative;display:table;table-layout:fixed;height:100%;width:100%}.qodef-advanced-image-slider .qodef-ais-slider .qodef-ais-item-inner .qodef-ais-item-text .qodef-ais-item-text-inner{position:relative;display:table-cell;height:100%;width:100%;vertical-align:bottom;padding-left:71px;padding-bottom:64px}.qodef-advanced-image-slider .qodef-ais-slider .qodef-ais-item-inner .qodef-ais-item-text .qodef-ais-item-text-inner .qodef-ais-subtitle{color:#fff;font-size:15px;font-family:Montserrat,sans-serif;font-weight:300;font-style:italic;margin:0}.qodef-advanced-image-slider .qodef-ais-slider .qodef-ais-item-inner .qodef-ais-item-text .qodef-ais-item-text-inner .qodef-ais-title .qodef-ais-entry-title{color:#fff;font-size:30px;line-height:.556em;font-family:Montserrat,sans-serif;margin:0}.qodef-advanced-image-slider .swiper-slide{overflow:hidden}.qodef-advanced-image-slider .swiper-container{overflow:visible}.qodef-advanced-image-slider .swiper-pagination{position:relative;text-align:right;margin:23px 0 0;counter-reset:qodef-bullet-counter}.qodef-advanced-image-slider .swiper-pagination .swiper-pagination-bullet{width:36px;height:36px;margin:0 14px;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:transparent;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;color:#80827e;font-size:15px;font-family:Montserrat,sans-serif;font-weight:600;opacity:1}.qodef-advanced-image-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,.qodef-advanced-image-slider .swiper-pagination .swiper-pagination-bullet:hover:before{opacity:.2;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.qodef-advanced-image-slider .swiper-pagination .swiper-pagination-bullet:first-child{margin-left:0}.qodef-advanced-image-slider .swiper-pagination .swiper-pagination-bullet:last-child{margin-right:0}.qodef-advanced-image-slider .swiper-pagination .swiper-pagination-bullet:before{content:"";position:absolute;background-color:currentColor;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;border-radius:50%;width:100%;height:100%;opacity:0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);z-index:-1;top:0;left:0}.qodef-advanced-image-slider .swiper-pagination .swiper-pagination-bullet:after{counter-increment:qodef-bullet-counter;content:"0" counter(qodef-bullet-counter);position:absolute;left:0;top:0;height:100%;width:100%;line-height:35px;text-align:center;z-index:123}.qodef-row-background-text-holder.qodef-aux{z-index:9999;-webkit-clip-path:inset(0 79.75% 0 17.7%);clip-path:inset(0 79.75% 0 17.7%)}.qodef-firefox .qodef-row-background-text-holder.qodef-aux,.qodef-ms-explorer .qodef-row-background-text-holder.qodef-aux{display:none}.qodef-dark-theme-skin .qodef-advanced-image-slider .swiper-button-next svg polygon,.qodef-dark-theme-skin .qodef-advanced-image-slider .swiper-button-prev svg polygon{fill:#fff}.qodef-dark-theme-skin .qodef-advanced-image-slider .qodef-vertical-border{background:0 0}.qodef-dark-theme-skin .qodef-advanced-image-slider .swiper-slide{border-color:#333}.qodef-author-pagination--on .qodef-m-pagination-spinner{position:relative;display:inline-block;vertical-align:top;width:32px;height:auto;fill:#93a286;stroke:none;visibility:hidden;z-index:-1;-webkit-animation:qode-rotate 2s infinite linear;animation:qode-rotate 2s infinite linear}.qodef-author-pagination--on.qodef-pagination-type--standard .qodef-grid-inner{opacity:1;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-author-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner{opacity:0}.qodef-author-pagination--on.qodef-pagination-type--load-more .qodef-m-pagination-spinner{position:absolute;bottom:10px;left:calc(50% - 16px)}.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-m-pagination-spinner{visibility:visible;z-index:1}.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button{opacity:0}.qodef-author-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading .qodef-m-pagination-spinner{visibility:visible;z-index:1}.qodef-banner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-banner .qodef-m-banner-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:1}.qodef-banner .qodef-m-content{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.qodef-banner .qodef-m-content-inner{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.qodef-banner .qodef-m-title{margin:10px 0 4px}.qodef-banner .qodef-m-title-inner{display:inline-block}.qodef-banner .qodef-e-cursive-text{font-family:Quentin;font-weight:300;font-size:163px}@media only screen and (max-width:1440px){.qodef-banner .qodef-e-cursive-text{font-size:75px!important}}@media only screen and (max-width:680px){.qodef-banner .qodef-e-cursive-text{font-size:70px!important}}.qodef-banner .qodef-m-subtitle{font-family:Montserrat,sans-serif;margin:0;letter-spacing:0}.qodef-banner .qodef-button.qodef-layout--textual .qodef-m-text{color:#fff}.qodef-banner .qodef-button.qodef-layout--textual:after{background:rgba(255,255,255,.25)}.qodef-banner .qodef-button.qodef-layout--textual:hover:after{-webkit-animation:qodef-paint-stroke .8s;animation:qodef-paint-stroke .8s}.qodef-banner .qodef-m-text-field{font-size:15px;color:#93a286;margin:0 0 10px;font-style:italic}.qodef-banner .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top;overflow:hidden}.qodef-banner .qodef-m-image img{display:block;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}.qodef-banner.qodef-layout--link-button .qodef-m-image{overflow:hidden}.qodef-banner.qodef-layout--link-button .qodef-m-image img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;-o-transition:transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;will-change:transform}.qodef-banner.qodef-layout--link-button .qodef-m-content-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px}.qodef-banner.qodef-layout--link-button .qodef-m-content-inner>*{text-align:center;width:100%;color:#fff}.qodef-banner.qodef-layout--link-button .qodef-m-title{margin:10px 0}.qodef-banner.qodef-layout--link-button .qodef-m-text{margin:0}.qodef-banner.qodef-layout--link-button .qodef-m-button{margin:0}.qodef-banner.qodef-layout--link-button:hover .qodef-m-image img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.qodef-banner.qodef-layout--link-button:hover .qodef-button:after{-webkit-animation:qodef-paint-stroke .8s;animation:qodef-paint-stroke .8s}.qodef-banner.qodef-layout--link-overlay .qodef-m-image{overflow:hidden}.qodef-banner.qodef-layout--link-overlay .qodef-m-image img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;-o-transition:transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;will-change:transform}.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px}.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner>*{text-align:center;width:100%;color:#fff}.qodef-banner.qodef-layout--link-overlay .qodef-m-title{margin:10px 0}.qodef-banner.qodef-layout--link-overlay .qodef-m-text{margin:0}.qodef-banner.qodef-layout--link-overlay .qodef-m-button{margin:0}.qodef-banner.qodef-layout--link-overlay:hover .qodef-m-image img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.qodef-button.qodef-html--link{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Montserrat,sans-serif;font-size:15px;line-height:2.66em;font-weight:600;text-decoration:none;border-radius:0;outline:0;-webkit-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:4px 39px}.qodef-button.qodef-size--small{padding:0 34px}.qodef-button.qodef-size--large{padding:8px 42px}.qodef-button.qodef-size--full{width:100%;text-align:center}.qodef-button.qodef-layout--filled.qodef-html--link{color:#68745c;background-color:#e9ebe7;border:1px solid transparent}.qodef-button.qodef-layout--filled.qodef-html--link:hover{color:#fff;background-color:#93a286}.qodef-button.qodef-layout--outlined{position:relative;padding:0;color:#68745c}.qodef-button.qodef-layout--outlined:hover .qodef-outlined-button-background{-webkit-transform:translate(11px,calc(-100% + 10px));-ms-transform:translate(11px,calc(-100% + 10px));transform:translate(11px,calc(-100% + 10px))}.qodef-parallax-button .qodef-button.qodef-layout--outlined:hover .qodef-outlined-button-background{-webkit-transform:translate(11px,calc(-100% + 11px));-ms-transform:translate(11px,calc(-100% + 11px));transform:translate(11px,calc(-100% + 11px))}.qodef-button.qodef-layout--outlined .qodef-button-outlined-wrapper{display:block;position:relative;width:100%;height:100%;color:#68745c;background-color:transparent;border:1px solid #9ca896;padding:4px 39px;color:currentColor;-webkit-transition:-webkit-transform .1s ease-in-out;transition:-webkit-transform .1s ease-in-out;-o-transition:transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out,-webkit-transform .1s ease-in-out;-webkit-transition-delay:.2s;z-index:20}.qodef-button.qodef-layout--outlined .qodef-outlined-button-background{position:absolute;display:block;width:calc(100% - 1px);height:calc(100% - 1px);background-color:#e9ebe7;z-index:0;-webkit-transform:translate(8px,calc(-100% + 7px));-ms-transform:translate(8px,calc(-100% + 7px));transform:translate(8px,calc(-100% + 7px));-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.qodef-parallax-button .qodef-button.qodef-layout--outlined .qodef-outlined-button-background{height:49px!important;-webkit-transform:translate(8px,calc(-100% + 8px));-ms-transform:translate(8px,calc(-100% + 8px));transform:translate(8px,calc(-100% + 8px))}@media only screen and (max-width:1024px){rs-fullwidth-wrap .qodef-button.qodef-layout--outlined .qodef-outlined-button-background{height:56px!important}}@media only screen and (max-width:1024px){.qodef-button.qodef-layout--outlined .qodef-outlined-button-background{height:49px!important}}.qodef-alternate-text{display:block;font-family:Quentin;font-size:30px;color:#93a286}.qodef-button.qodef-layout--outlined.reduce-slider-padding .qodef-button-outlined-wrapper{padding:15px 53px!important}@media only screen and (max-width:680px){.qodef-button.qodef-layout--outlined.reduce-slider-padding .qodef-button-outlined-wrapper{padding:17px 53px!important}}.qodef-button.qodef-layout--outlined.reduce-slider-padding .qodef-outlined-button-background{-webkit-transform:translate(8px,calc(-100% + 7px));-ms-transform:translate(8px,calc(-100% + 7px));transform:translate(8px,calc(-100% + 7px))}@media only screen and (max-width:1024px){.qodef-button.qodef-layout--outlined.reduce-slider-padding .qodef-outlined-button-background{-webkit-transform:translate(8px,calc(-100% + 7px));-ms-transform:translate(8px,calc(-100% + 7px));transform:translate(8px,calc(-100% + 7px))}}@media only screen and (max-width:680px){.qodef-button.qodef-layout--outlined.reduce-slider-padding .qodef-outlined-button-background{-webkit-transform:translate(7px,calc(-100% + 6px));-ms-transform:translate(7px,calc(-100% + 6px));transform:translate(7px,calc(-100% + 6px))}}.qodef-button.qodef-layout--outlined.reduce-slider-padding:hover .qodef-outlined-button-background{-webkit-transform:translate(11px,calc(-100% + 10px));-ms-transform:translate(11px,calc(-100% + 10px));transform:translate(11px,calc(-100% + 10px))}@media only screen and (max-width:1024px){.qodef-button.qodef-layout--outlined.qodef-reduce-button-size .qodef-outlined-button-background{height:57px!important}}.qodef-button.qodef-layout--textual{padding:0!important;font-size:15px;color:#68745c;background-color:transparent;border:0;margin:0 8px;white-space:nowrap}.qodef-button.qodef-layout--textual .qodef-m-text{position:relative;z-index:20}.qodef-button.qodef-layout--textual:after{content:"";width:calc(100% + 16px);height:27%;background:#e9ebe7;display:block;position:absolute;top:53%;z-index:0;left:-8px;will-change:transform}.qodef-button.qodef-layout--textual .qodef-m-text{display:inline-block;vertical-align:middle}.qodef-button.qodef-layout--textual:hover{color:#68745c}.qodef-button.qodef-layout--textual:hover:after{-webkit-animation:qodef-paint-stroke .8s;animation:qodef-paint-stroke .8s}.qodef-call-to-action.qodef-layout--standard{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-call-to-action.qodef-layout--standard .qodef-m-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-call-to-action.qodef-layout--standard .qodef-m-content{padding-right:20px}.qodef-call-to-action.qodef-layout--standard .qodef-m-content>*{margin:0}.qodef-call-to-action.qodef-layout--standard .qodef-m-button{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.qodef-cards-gallery{position:relative;display:inline-block;width:100%;vertical-align:top;padding:10px 0}.qodef-cards-gallery .qodef-e-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-cards-gallery img{position:relative;display:block;-webkit-box-shadow:3px 3px 16px 2px rgba(0,0,0,.04);box-shadow:3px 3px 16px 2px rgba(0,0,0,.04)}.qodef-cards-gallery .qodef-m-fake-card{position:relative;display:block;opacity:0;visibility:hidden;pointer-events:none}.qodef-cards-gallery .qodef-m-card{position:absolute;-webkit-transition:all .15s ease;-o-transition:all .15s ease;transition:all .15s ease}.qodef-cards-gallery .qodef-m-card.qodef-animating{-webkit-transition:all 1s cubic-bezier(.19,1,.22,1);-o-transition:all 1s cubic-bezier(.19,1,.22,1);transition:all 1s cubic-bezier(.19,1,.22,1);pointer-events:none}.qodef-cards-gallery .qodef-m-card.qodef-animating-siblings{-webkit-transition:all .6s cubic-bezier(0,0,0,1);-o-transition:all .6s cubic-bezier(0,0,0,1);transition:all .6s cubic-bezier(0,0,0,1);pointer-events:none}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card{left:0;will-change:transform}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6){-webkit-transform:scale(.5) translateX(80%);-ms-transform:scale(.5) translateX(80%);transform:scale(.5) translateX(80%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5){-webkit-transform:scale(.6) translateX(54%);-ms-transform:scale(.6) translateX(54%);transform:scale(.6) translateX(54%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4){-webkit-transform:scale(.7) translateX(35%);-ms-transform:scale(.7) translateX(35%);transform:scale(.7) translateX(35%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3){-webkit-transform:scale(.8) translateX(21%);-ms-transform:scale(.8) translateX(21%);transform:scale(.8) translateX(21%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2){-webkit-transform:scale(.9) translateX(9.2%);-ms-transform:scale(.9) translateX(9.2%);transform:scale(.9) translateX(9.2%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type){cursor:pointer}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover{margin-left:10px!important}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card{right:0;will-change:transform}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6){-webkit-transform:scale(.5) translateX(-80%);-ms-transform:scale(.5) translateX(-80%);transform:scale(.5) translateX(-80%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5){-webkit-transform:scale(.6) translateX(-54%);-ms-transform:scale(.6) translateX(-54%);transform:scale(.6) translateX(-54%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4){-webkit-transform:scale(.7) translateX(-35%);-ms-transform:scale(.7) translateX(-35%);transform:scale(.7) translateX(-35%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3){-webkit-transform:scale(.8) translateX(-21%);-ms-transform:scale(.8) translateX(-21%);transform:scale(.8) translateX(-21%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2){-webkit-transform:scale(.9) translateX(-9.2%);-ms-transform:scale(.9) translateX(-9.2%);transform:scale(.9) translateX(-9.2%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type){cursor:pointer}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover{margin-right:10px!important}.no-touch .qodef-cards-gallery.qodef-animation--bundle img{visibility:hidden}@-webkit-keyframes qodefCardAppearFromRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0;visibility:visible}30%{opacity:1;visibility:visible}100%{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes qodefCardAppearFromRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0;visibility:visible}30%{opacity:1;visibility:visible}100%{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared img{-webkit-animation:qodefCardAppearFromRight 1s cubic-bezier(.19,1,.22,1) forwards;animation:qodefCardAppearFromRight 1s cubic-bezier(.19,1,.22,1) forwards}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done){-webkit-animation-delay:.2s;animation-delay:.2s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done){-webkit-animation-delay:.4s;animation-delay:.4s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done){-webkit-animation-delay:.6s;animation-delay:.6s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done){-webkit-animation-delay:.8s;animation-delay:.8s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done){-webkit-animation-delay:1s;animation-delay:1s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done){-webkit-animation-delay:1.2s;animation-delay:1.2s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done){-webkit-animation-delay:1.4s;animation-delay:1.4s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done){-webkit-animation-delay:1.6s;animation-delay:1.6s}@-webkit-keyframes qodefCardAppearFromLeft{0%{visibility:visible;opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}30%{visibility:visible;opacity:1}100%{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes qodefCardAppearFromLeft{0%{visibility:visible;opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}30%{visibility:visible;opacity:1}100%{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared img{-webkit-animation:qodefCardAppearFromLeft 1s cubic-bezier(.19,1,.22,1) forwards;animation:qodefCardAppearFromLeft 1s cubic-bezier(.19,1,.22,1) forwards}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done){-webkit-animation-delay:.2s;animation-delay:.2s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done){-webkit-animation-delay:.4s;animation-delay:.4s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done){-webkit-animation-delay:.6s;animation-delay:.6s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done){-webkit-animation-delay:.8s;animation-delay:.8s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done){-webkit-animation-delay:1s;animation-delay:1s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done){-webkit-animation-delay:1.2s;animation-delay:1.2s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done){-webkit-animation-delay:1.4s;animation-delay:1.4s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done){-webkit-animation-delay:1.6s;animation-delay:1.6s}.qodef-comparision-pricing-table{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap}.qodef-comparision-pricing-table ul{list-style-type:none;margin:0}.qodef-comparision-pricing-table h1,.qodef-comparision-pricing-table h2,.qodef-comparision-pricing-table h3,.qodef-comparision-pricing-table h4,.qodef-comparision-pricing-table h5,.qodef-comparision-pricing-table h6,.qodef-comparision-pricing-table p{margin:0}.qodef-comparision-pricing-table .qodef-m-table{border:1px solid #dbe3d2}.qodef-comparision-pricing-table .qodef-m-table .qodef-m-table-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:112px;padding:22px 30px;background-image:url(../../inc/shortcodes/comparison-pricing-table/assets/img/pattern_dark.png);border-bottom:1px solid #dbe3d2}.qodef-comparision-pricing-table .qodef-m-table .qodef-m-table-head .qodef-m-title{word-break:break-word}.qodef-comparision-pricing-table .qodef-m-table .qodef-m-content li{padding:22px 30px;border-bottom:1px solid #dbe3d2}.qodef-comparision-pricing-table .qodef-m-table .qodef-m-content li:last-child{border-bottom:0}.qodef-comparision-pricing-table .qodef-m-table .qodef-m-footer{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:112px;padding:22px 30px;border-top:1px solid #dbe3d2}.qodef-comparision-pricing-table .qodef-m-table:not(.qodef--features){display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;border-left-width:0}.qodef-comparision-pricing-table .qodef-m-table:not(.qodef--features) .qodef-m-table-head{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-comparision-pricing-table .qodef-m-table.qodef--features .qodef-m-table-head{padding-left:15%;padding-right:15%}.qodef-comparision-pricing-table .qodef-m-table.qodef--features .qodef-m-content .qodef-e-item{padding-left:15%;padding-right:15%}.qodef-comparision-pricing-table .qodef-m-table.qodef--features .qodef-m-footer{background-image:url(../../inc/shortcodes/comparison-pricing-table/assets/img/pattern_dark.png)}.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table{width:30%}.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table.qodef--features{width:40%}.qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table{width:23.333%}.qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table.qodef--features{width:30%}.qodef-countdown .qodef-digit,.qodef-countdown .qodef-label{position:relative;display:inline-block;width:100%;vertical-align:top;text-align:center}.qodef-countdown.qodef-show--1 .qodef-digit-wrapper{width:100%}.qodef-countdown.qodef-show--2 .qodef-digit-wrapper{width:50%}.qodef-countdown.qodef-show--3 .qodef-digit-wrapper{width:33.33333%}.qodef-countdown.qodef-show--4 .qodef-digit-wrapper{width:25%}.qodef-countdown.qodef-show--5 .qodef-digit-wrapper{width:20%}.qodef-countdown.qodef-show--6 .qodef-digit-wrapper{width:16.66667%}.qodef-countdown.qodef-countdown--light .qodef-digit,.qodef-countdown.qodef-countdown--light .qodef-label{color:#fff}.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper{display:inline-block;vertical-align:top;padding:0 20px}.qodef-countdown.qodef-layout--simple .qodef-digit{font-family:inherit;font-size:70px;line-height:1em;font-weight:600;color:#2f3327;font-family:Montserrat,sans-serif}@media only screen and (max-width:768px){.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper{content:unset}.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper:nth-child(4){margin-left:106px}.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper:first-child{margin-bottom:32px}}@media only screen and (max-width:680px){.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper{content:unset}.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper:nth-child(4){margin-left:unset}.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper:first-child{margin-bottom:0}}.qodef-countdown.qodef-layout--simple .qodef-label{color:#2f3327;font-family:Montserrat,sans-serif;font-size:17px;font-weight:600;margin-top:13px}@media only screen and (max-width:680px){.qodef-countdown.qodef-layout--simple .qodef-label{margin-bottom:34px}}.qodef-counter.qodef-layout--simple{text-align:center}.qodef-counter.qodef-layout--simple .qodef-m-digit{font-family:inherit;font-weight:600;font-size:75px;line-height:1;color:#2f3327}.qodef-counter.qodef-layout--simple .qodef-m-title{margin:5px 0 0 0}.qodef-counter.qodef-layout--simple .qodef-m-text{margin:0}.qodef-custom-font{position:relative;margin:0}.qodef-dropcaps{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-dropcaps .qodef-m-letter{position:relative;top:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;float:left;margin:0 10px 5px 0;font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;color:#2f3327;font-size:38px;line-height:1.184em;letter-spacing:0}.qodef-dropcaps .qodef-m-text{display:inline;margin:0}.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter{width:40px;height:40px;font-size:23px;line-height:1.26em;letter-spacing:0;color:#fff;background-color:#2f3327}.qodef-dropcaps.qodef-type--circle .qodef-m-letter{border-radius:100%}.qodef-frame-slider-holder{position:relative;margin-bottom:106px}.qodef-frame-slider-holder .qodef-frame-slider-image{position:absolute;top:0;left:50%;width:70%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);pointer-events:none;z-index:100}.qodef-frame-slider-holder .qodef-frame-slider-image img{width:100%}.qodef-frame-slider-holder .qodef-m-swiper{overflow:hidden}.qodef-frame-slider-holder .qodef-m-item{height:0;width:0;margin:0 5%;padding-left:50%;padding-top:calc(50% * 563 / 829)}.qodef-frame-slider-holder .qodef-m-item img{position:absolute;top:1px;left:0;width:100%;height:100%;border-top-left-radius:4%;border-top-right-radius:4%;-o-object-fit:cover;object-fit:cover}.qodef-frame-slider-holder .swiper-pagination-bullets{bottom:-106px!important}.qodef-google-map{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-google-map .qodef-m-map{display:block;width:100%}.qodef-google-map .qodef-m-map embed,.qodef-google-map .qodef-m-map iframe,.qodef-google-map .qodef-m-map object{width:100%;display:block}.qodef-google-map .qodef-m-map img{max-width:none}.qodef-highlight .qodef-highlight-text{padding:0 5px;color:#fff;background-color:#2f3327}.qodef-icon-list-item{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}.qodef-icon-list-item .qodef-e-title{position:relative;display:inline-block;vertical-align:top;margin:0;line-height:1}.qodef-icon-list-item .qodef-e-title a{display:block}.qodef-custom .qodef-icon-list-item .qodef-e-title a{color:#80827e}.qodef-custom .qodef-icon-list-item .qodef-e-title a:hover{color:#2f3327}.qodef-icon-list-item .qodef-e-title .qodef-e-title-text{letter-spacing:.01em;line-height:1.643em}.qodef-icon-list-item .qodef-e-title-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-icon-list-item .qodef-icon-holder{-ms-flex-negative:0;flex-shrink:0;margin-right:12px;float:none}.qodef-icon-list-item .qodef-icon-holder .qodef-icon{font-size:14px;color:#68745c}.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper{position:relative;display:inline-block;vertical-align:top}.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img{display:block}#qodef-page-sidebar .widget.widget_sante_core_icon_list_item{margin-bottom:0}#qodef-page-footer .widget.widget_sante_core_icon_list_item{margin-bottom:15px}#qodef-side-area .widget.widget_sante_core_icon_list_item{margin-bottom:0}.qodef-icon-with-text .qodef-m-title{margin:0}.qodef-icon-with-text .qodef-m-title a{display:block}.qodef-icon-with-text .qodef-m-text{margin:8px 0 0}.qodef-icon-with-text .qodef-m-icon-wrapper{line-height:1}.qodef-icon-with-text .qodef-icon-holder{float:none}.qodef-icon-with-text .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper{position:relative;display:inline-block;vertical-align:top}.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img{display:block}.qodef-icon-with-text.qodef-layout--before-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper{-ms-flex-negative:0;flex-shrink:0;margin-right:15px}.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title{line-height:1}.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper{-ms-flex-negative:0;flex-shrink:0;margin-right:5px}.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center{text-align:center}.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left{text-align:left}.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right{text-align:right}.qodef-icon-with-text.qodef-layout--top .qodef-m-title{margin-top:21px}.qodef-icon-holder{position:relative;display:inline-block;vertical-align:top;width:auto;line-height:1;font-size:11px}.qodef-icon-holder>span{color:#68745c}.qodef-icon-holder:hover>span{color:#68745c}.qodef-icon-holder a{display:block}.qodef-icon-holder .qodef-icon{display:block;line-height:inherit}.qodef-icon-holder .qodef-icon:before{display:block;line-height:inherit}.qodef-icon-holder.qodef-layout--circle,.qodef-icon-holder.qodef-layout--square{width:2em;height:2em;line-height:2em;text-align:center;color:#fff;background-color:#93a286;-webkit-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-icon-holder.qodef-layout--circle a,.qodef-icon-holder.qodef-layout--square a{color:inherit;-webkit-transition:none;-o-transition:none;transition:none}.qodef-icon-holder.qodef-layout--circle:hover,.qodef-icon-holder.qodef-layout--square:hover{background-color:#2f3327}.qodef-icon-holder.qodef-layout--circle{border-radius:50%}.qodef-icon-holder.qodef-size--tiny{font-size:1.33333333em}.qodef-icon-holder.qodef-size--small{font-size:2em}.qodef-icon-holder.qodef-size--medium{font-size:3em}.qodef-icon-holder.qodef-size--large{font-size:4em}.qodef-icon-holder.qodef-size--huge{font-size:5em}.widget.widget_sante_core_icon{display:inline-block;line-height:1}#qodef-page-sidebar .widget.widget_sante_core_icon{margin-bottom:0}#qodef-page-footer .widget.widget_sante_core_icon{margin-bottom:0}#qodef-side-area .widget.widget_sante_core_icon{margin-bottom:0}.qodef-image-gallery.qodef-col-num--1.qodef-gutter--no .qodef-image-wrapper{clip-path:inset(0 100% 0 0);-webkit-clip-path:inset(0 100% 0 0);-webkit-transition:-webkit-clip-path .2s .8s;transition:-webkit-clip-path .2s .8s;-o-transition:clip-path .2s .8s;transition:clip-path .2s .8s;transition:clip-path .2s .8s,-webkit-clip-path .2s .8s}.qodef-image-gallery.qodef-col-num--1.qodef-gutter--no .qodef-image-wrapper.swiper-slide-active,.qodef-image-gallery.qodef-col-num--1.qodef-gutter--no .qodef-image-wrapper.swiper-slide-duplicate-active{clip-path:inset(0 0 0 0);-webkit-clip-path:inset(0 0 0 0);-webkit-transition:-webkit-clip-path .8s;transition:-webkit-clip-path .8s;-o-transition:clip-path .8s;transition:clip-path .8s;transition:clip-path .8s,-webkit-clip-path .8s}.qodef-image-gallery:not(.qodef-col-num--1) .qodef-image-wrapper{overflow:hidden}.qodef-image-gallery:not(.qodef-col-num--1) .qodef-image-wrapper a img{-webkit-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01);-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;-o-transition:transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;will-change:transform}.qodef-image-gallery:not(.qodef-col-num--1) .qodef-image-wrapper a:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.qodef-image-marquee{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-image-marquee .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 auto;overflow:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.qodef-image-marquee .qodef-m-content.qodef--mobile{display:none}.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image{background-size:cover!important}.qodef-image-marquee .qodef-m-image{position:absolute;top:0;left:0;height:100%;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.qodef-image-marquee .qodef-m-image a{position:relative;display:block}@-webkit-keyframes qode-move-marquee{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes qode-move-marquee{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.qodef-image-with-text{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-image-with-text .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top;text-align:center}.qodef-image-with-text .qodef-m-image a{display:block;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:none;box-shadow:none;will-change:transform;-webkit-transition:-webkit-box-shadow .4s ease,-webkit-transform .6s ease;transition:-webkit-box-shadow .4s ease,-webkit-transform .6s ease;-o-transition:box-shadow .4s ease,transform .6s ease;transition:box-shadow .4s ease,transform .6s ease;transition:box-shadow .4s ease,transform .6s ease,-webkit-box-shadow .4s ease,-webkit-transform .6s ease}.qodef-image-with-text .qodef-m-image a:hover{-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 1px 25px 0 rgba(0,0,0,.07);box-shadow:0 1px 25px 0 rgba(0,0,0,.07)}.qodef-image-with-text .qodef-m-image img{display:inline}.qodef-image-with-text.qodef-iwt-border img{border:1px solid #e4eadc}.qodef-image-with-text.qodef-align--left .qodef-m-content,.qodef-image-with-text.qodef-align--left .qodef-m-text,.qodef-image-with-text.qodef-align--left .qodef-m-title{text-align:left;padding:0}.qodef-image-with-text .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top;text-align:center}.qodef-image-with-text .qodef-m-title{margin:25px 0 0;text-align:center}.qodef-image-with-text .qodef-m-text{margin:14px 0 0;padding:0 17px}.qodef-image-with-text .qodef-cross-fade-images{position:relative;overflow:hidden}.qodef-image-with-text .qodef-cross-fade-images:hover .qodef-img--fade{opacity:1}.qodef-image-with-text .qodef-cross-fade-images .qodef-img--fade{position:absolute;top:0;left:0;opacity:0;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.qodef-info-section.qodef-layout--background-text{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-info-section.qodef-layout--background-text .qodef-m-info{position:relative;z-index:2}.qodef-info-section.qodef-layout--background-text .qodef-m-title{margin:0 0 18px}.qodef-info-section.qodef-layout--background-text .qodef-m-text{margin:0}.qodef-info-section.qodef-layout--background-text .qodef-button{margin-top:6px}.qodef-info-section.qodef-layout--background-text .qodef-m-background-text{position:absolute;display:inline-block;color:rgba(47,51,39,.1);text-align:center;font-weight:700;font-size:250px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text{top:0;left:-20px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text{top:0;right:-20px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text{bottom:0;left:-20px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text{bottom:0;right:-20px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text{font-size:450px;top:34px;left:0;right:0;text-align:center}.qodef-interactive-link-showcase{position:relative;display:inline-block;width:100%;vertical-align:top;height:100vh;visibility:hidden}.admin-bar .qodef-interactive-link-showcase{height:calc(100vh - 32px)}.qodef-interactive-link-showcase .qodef-m-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;-webkit-transition:opacity 0s .45s;-o-transition:opacity 0s .45s;transition:opacity 0s .45s}.qodef-interactive-link-showcase .qodef-m-image.qodef--active{opacity:1;z-index:5;-webkit-transition:opacity .4s cubic-bezier(.215,.61,.355,1);-o-transition:opacity .4s cubic-bezier(.215,.61,.355,1);transition:opacity .4s cubic-bezier(.215,.61,.355,1)}.qodef-interactive-link-showcase .qodef-m-image img{display:none}.qodef-interactive-link-showcase .qodef-m-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10}.qodef-interactive-link-showcase .qodef-m-item{position:relative;display:inline-block;vertical-align:top;width:auto;padding:0 6px 5px;margin:13px 0;font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;font-size:38px;line-height:1.184em;letter-spacing:0;-webkit-transition:color .2s ease-out,background-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out}.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title{position:relative;display:block;z-index:2}.qodef-interactive-link-showcase .qodef-m-item.qodef--active{color:#fff;background-color:#2f3327}.qodef-interactive-link-showcase.qodef--init{visibility:visible}.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item{color:#fff}.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item.qodef--active{color:#2f3327;background-color:#fff}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item{padding:20px 0;margin:0;color:#2f3327;background-color:transparent}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-follow-content{display:block}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-title{display:block;z-index:-2}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-content{position:absolute;top:0;left:0;width:auto;display:none}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image{position:relative;display:inline-block;vertical-align:top;width:auto;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);overflow:hidden;z-index:-1}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image img{position:relative;display:block;width:auto;max-width:60vw}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title{position:absolute;top:calc(50% + 20px);left:0;display:block;font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;font-size:38px;line-height:1.184em;letter-spacing:0;white-space:nowrap;color:#fff}.qodef-interactive-link-showcase.qodef-layout--list{padding:150px 0}.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images{position:relative;display:block;margin-left:auto;width:62%;height:100%;overflow:hidden}.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items{position:absolute;top:0;left:0;width:100%;height:100%;width:38%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container{width:100%;height:100%;z-index:10}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images{position:absolute;top:0;left:0;width:100%;height:100%;height:100%;overflow:hidden;z-index:5}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item{height:auto;margin:0 5%}.qodef-item-showcase{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;visibility:hidden}.qodef-item-showcase .qodef-m-image{position:relative;-ms-flex-negative:0;flex-shrink:0;margin:0 60px;opacity:0;-webkit-transform:translateY(70px);-ms-transform:translateY(70px);transform:translateY(70px);-webkit-transition:opacity .55s cubic-bezier(.23,1,.32,1),-webkit-transform .55s cubic-bezier(.23,1,.32,1);transition:opacity .55s cubic-bezier(.23,1,.32,1),-webkit-transform .55s cubic-bezier(.23,1,.32,1);-o-transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1),-webkit-transform .55s cubic-bezier(.23,1,.32,1)}.qodef-item-showcase .qodef-m-image img{display:block}.qodef-item-showcase .qodef-m-items{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.qodef-item-showcase .qodef-m-items.qodef--left{text-align:right}.qodef-item-showcase .qodef-m-items.qodef--right{text-align:left}.qodef-item-showcase .qodef-m-item{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:60px;opacity:0;-webkit-transform:translateY(70px);-ms-transform:translateY(70px);transform:translateY(70px);-webkit-transition:opacity .55s cubic-bezier(.23,1,.32,1),-webkit-transform .55s cubic-bezier(.23,1,.32,1);transition:opacity .55s cubic-bezier(.23,1,.32,1),-webkit-transform .55s cubic-bezier(.23,1,.32,1);-o-transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1),-webkit-transform .55s cubic-bezier(.23,1,.32,1)}.qodef-item-showcase .qodef-m-item:first-child{margin-top:0}.qodef-item-showcase .qodef-m-item:nth-child(1){-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.qodef-item-showcase .qodef-m-item:nth-child(2){-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}.qodef-item-showcase .qodef-m-item:nth-child(3){-webkit-transition-delay:.6s;-o-transition-delay:.6s;transition-delay:.6s}.qodef-item-showcase .qodef-m-item:nth-child(4){-webkit-transition-delay:.8s;-o-transition-delay:.8s;transition-delay:.8s}.qodef-item-showcase .qodef-m-item:nth-child(5){-webkit-transition-delay:1s;-o-transition-delay:1s;transition-delay:1s}.qodef-item-showcase .qodef-m-item:nth-child(6){-webkit-transition-delay:1.2s;-o-transition-delay:1.2s;transition-delay:1.2s}.qodef-item-showcase .qodef-e-title{margin:0}.qodef-item-showcase .qodef-e-title-link{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-item-showcase .qodef-e-title-link:hover{color:#93a286}.qodef-item-showcase .qodef-e-text{margin:20px 0 0}.qodef-item-showcase.qodef--init{visibility:visible}.qodef-item-showcase.qodef--init .qodef-m-image{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.qodef-item-showcase.qodef--init .qodef-m-item{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.qodef-pricing-table{position:relative;display:inline-block;width:100%;vertical-align:top;text-align:center}.qodef-pricing-table.qodef-status--featured .qodef-m-inner{border-color:transparent;background-color:#f5f7f4}.qodef-pricing-table.qodef-status--featured .qodef-m-inner .qodef-m-button .qodef-outlined-button-background{background-color:#e9ebe7}.qodef-pricing-table .qodef-m-inner{padding:51px 0 72px 0;border:1px solid #dbe3d2}.qodef-pricing-table .qodef-m-title p{display:block;font-family:Quentin;font-size:30px;color:#93a286;margin:0 0 7px}.qodef-pricing-table .qodef-m-subtitle{margin:18px 67px 0}@media only screen and (max-width:680px){.qodef-pricing-table .qodef-m-subtitle{margin:18px 5px 0}}.qodef-pricing-table .qodef-m-subtitle h6{margin:0}.qodef-pricing-table .qodef-m-price{margin-top:-3px}.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;line-height:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-pricing-table .qodef-st-underline{margin:12px 0 0}.qodef-pricing-table .qodef-st-underline .qodef-st-underline-line.qodef--underline{width:64px}.qodef-pricing-table .qodef-m-content{margin:22px 0 0}.qodef-pricing-table .qodef-m-content ul{list-style:none;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-pricing-table .qodef-m-content ul li{color:#80827e;margin-bottom:14px;font-size:14px;line-height:1.786}.qodef-pricing-table .qodef-m-content ul li:last-child{margin-bottom:0}.qodef-pricing-table .qodef-m-content ul li:before{content:"\4e";font-family:ElegantIcons;position:absolute;-webkit-transform:translate(-32px,3px);-ms-transform:translate(-32px,3px);transform:translate(-32px,3px);padding-right:13px;color:#2f3327;display:inline-block;line-height:1em;vertical-align:middle;font-size:18px}.qodef-pricing-table .qodef-m-button .qodef-button{margin:52px 0 0}.qodef-progress-bar{position:relative;display:inline-block;width:100%;vertical-align:top;visibility:hidden}.qodef-progress-bar .qodef-m-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-progress-bar .qodef-m-canvas{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-progress-bar .qodef-m-canvas svg{display:block}.qodef-progress-bar .qodef-m-title{margin:20px 0 0}.qodef-progress-bar.qodef--init{visibility:visible}.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0;font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;color:#2f3327;font-size:17px;line-height:1.23em;letter-spacing:0}.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text{padding-top:20px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.qodef-progress-bar.qodef-layout--line .qodef-m-inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.qodef-progress-bar.qodef-layout--line .proggress{width:0}.qodef-progress-bar.qodef-layout--line .percentCount{position:absolute;top:-24px;right:0;width:auto}.qodef-progress-bar.qodef-layout--line .qodef-m-title{margin:0 0 7px}.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount{left:0;right:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.qodef-section-title{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-section-title.qodef-alignment--center{text-align:center}.qodef-section-title.qodef-alignment--left{text-align:left}.qodef-section-title.qodef-alignment--right{text-align:right}.qodef-section-title .qodef-m-title{margin:0}.qodef-section-title .qodef-m-text{margin:13px 0 0}.qodef-section-title .qodef-m-caption{display:block;font-family:Quentin;font-size:30px;color:#93a286;margin-bottom:11px}.qodef-section-title .qodef-e-st-button{margin-top:37px}.qodef-section-title .qodef-e-st-button .qodef-button.qodef-layout--outlined .qodef-button-outlined-wrapper{border:1px solid #9ca896}.qodef-section-title .qodef-st-image{display:block;width:100%;margin:0 0 15px}.qodef-section-title .qodef-st-image img{display:inline}.qodef-section-title .qodef-st-underline{display:block;width:100%;margin:16px 0 0}.qodef-section-title .qodef-st-underline .qodef-st-underline-line{display:inline-block;width:56px;height:2px;background-color:#9ca896}.qodef-section-title.qodef--has-appear.qodef-st--caption .qodef-e-st-button,.qodef-section-title.qodef--has-appear.qodef-st--caption .qodef-m-caption,.qodef-section-title.qodef--has-appear.qodef-st--caption .qodef-m-text,.qodef-section-title.qodef--has-appear.qodef-st--caption .qodef-m-title{opacity:0;-webkit-transform:translateY(16px);-ms-transform:translateY(16px);transform:translateY(16px)}.qodef-section-title.qodef--has-appear .qodef-st-image{opacity:0;-webkit-transform:rotateX(20deg) skew(0deg,15deg) translate(-25px,-20px);transform:rotateX(20deg) skew(0deg,15deg) translate(-25px,-20px)}.qodef-section-title.qodef--has-appear.qodef--appeared.qodef-st--caption .qodef-e-st-button,.qodef-section-title.qodef--has-appear.qodef--appeared.qodef-st--caption .qodef-m-caption,.qodef-section-title.qodef--has-appear.qodef--appeared.qodef-st--caption .qodef-m-text,.qodef-section-title.qodef--has-appear.qodef--appeared.qodef-st--caption .qodef-m-title{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:.6s ease;-o-transition:.6s ease;transition:.6s ease}.qodef-section-title.qodef--has-appear.qodef--appeared.qodef-st--caption .qodef-m-title{-webkit-transition:.6s ease .2s;-o-transition:.6s ease .2s;transition:.6s ease .2s}.qodef-section-title.qodef--has-appear.qodef--appeared.qodef-st--caption .qodef-m-text{-webkit-transition:.6s ease .4s;-o-transition:.6s ease .4s;transition:.6s ease .4s}.qodef-section-title.qodef--has-appear.qodef--appeared.qodef-st--caption .qodef-e-st-button{-webkit-transition:.6s ease .6s;-o-transition:.6s ease .6s;transition:.6s ease .6s}.qodef-section-title.qodef--has-appear.qodef--appeared .qodef-st-image{opacity:1;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out;-webkit-animation:qodef-falling-leaf 1.2s forwards ease;animation:qodef-falling-leaf 1.2s forwards ease}.qodef-separator{position:relative;height:auto;font-size:0;line-height:1}.qodef-separator .qodef-m-line{position:relative;display:inline-block;width:100%;vertical-align:top;margin:10px 0;border-bottom:1px solid #dbe3d2}.qodef-separator.qodef-position--center{text-align:center}.qodef-separator.qodef-position--left{text-align:left}.qodef-separator.qodef-position--right{text-align:right}#qodef-page-sidebar .widget.widget_sante_core_separator{margin-bottom:0}#qodef-page-footer .widget.widget_sante_core_separator{margin-bottom:0}#qodef-side-area .widget.widget_sante_core_separator{margin-bottom:0}.qodef-stacked-images{position:relative;display:inline-block;width:100%;vertical-align:top;-webkit-transition:-webkit-clip-path .8s ease;transition:-webkit-clip-path .8s ease;-o-transition:clip-path .8s ease;transition:clip-path .8s ease;transition:clip-path .8s ease,-webkit-clip-path .8s ease}.qodef-stacked-images.qodef-stack--left{clip-path:inset(0 0 0 100%);-webkit-clip-path:inset(0 0 0 100%)}.qodef-stacked-images.qodef-stack--right{clip-path:inset(0 100% 0 0);-webkit-clip-path:inset(0 100% 0 0)}.qodef-stacked-images .qodef-m-images{position:relative;display:inline-block;vertical-align:middle}.qodef-stacked-images .qodef-m-images .qodef-e-image.qodef--stack{position:absolute;display:block;bottom:-100%;opacity:0}.qodef-stack--left.qodef-stacked-images .qodef-m-images .qodef-e-image.qodef--stack{bottom:35%;left:0;-webkit-transform:translate(-50%,50%);-ms-transform:translate(-50%,50%);transform:translate(-50%,50%);-webkit-transition:bottom .8s ease .4s,opacity .8s ease .4s;-o-transition:bottom .8s ease .4s,opacity .8s ease .4s;transition:bottom .8s ease .4s,opacity .8s ease .4s}@media only screen and (max-width:1440px){.qodef-stack--left.qodef-stacked-images .qodef-m-images .qodef-e-image.qodef--stack{-webkit-transform:translate(-50%,50%) scale(.75);-ms-transform:translate(-50%,50%) scale(.75);transform:translate(-50%,50%) scale(.75)}}@media only screen and (max-width:1024px){.qodef-stack--left.qodef-stacked-images .qodef-m-images .qodef-e-image.qodef--stack{-webkit-transform:translate(-50%,50%) scale(1);-ms-transform:translate(-50%,50%) scale(1);transform:translate(-50%,50%) scale(1)}}@media only screen and (max-width:680px){.qodef-stack--left.qodef-stacked-images .qodef-m-images .qodef-e-image.qodef--stack{-webkit-transform:translate(-50%,50%) scale(.5);-ms-transform:translate(-50%,50%) scale(.5);transform:translate(-50%,50%) scale(.5)}}.qodef-stack--right.qodef-stacked-images .qodef-m-images .qodef-e-image.qodef--stack{bottom:35%;right:0;-webkit-transform:translate(50%,50%);-ms-transform:translate(50%,50%);transform:translate(50%,50%);-webkit-transition:bottom .8s ease .4s,opacity .8s ease .4s;-o-transition:bottom .8s ease .4s,opacity .8s ease .4s;transition:bottom .8s ease .4s,opacity .8s ease .4s}@media only screen and (max-width:1440px){.qodef-stack--right.qodef-stacked-images .qodef-m-images .qodef-e-image.qodef--stack{-webkit-transform:translate(50%,50%) scale(.75);-ms-transform:translate(50%,50%) scale(.75);transform:translate(50%,50%) scale(.75)}}@media only screen and (max-width:1024px){.qodef-stack--right.qodef-stacked-images .qodef-m-images .qodef-e-image.qodef--stack{-webkit-transform:translate(50%,50%) scale(1);-ms-transform:translate(50%,50%) scale(1);transform:translate(50%,50%) scale(1)}}@media only screen and (max-width:680px){.qodef-stack--right.qodef-stacked-images .qodef-m-images .qodef-e-image.qodef--stack{-webkit-transform:translate(50%,50%) scale(.5);-ms-transform:translate(50%,50%) scale(.5);transform:translate(50%,50%) scale(.5)}}.qodef-stack--left.qodef-stacked-images .qodef-m-images{margin:0 0 0 30%}@media only screen and (max-width:1024px){.qodef-stack--left.qodef-stacked-images .qodef-m-images{margin:0 0 0 10%}}@media only screen and (max-width:768px){.qodef-stack--left.qodef-stacked-images .qodef-m-images{margin:0 0 0 11%}}.qodef-stack--right.qodef-stacked-images .qodef-m-images{margin:0 30% 0 0}@media only screen and (max-width:1024px){.qodef-stack--right.qodef-stacked-images .qodef-m-images{margin:0 7% 0 0}}@media only screen and (max-width:768px){.qodef-stack--right.qodef-stacked-images .qodef-m-images{margin:0 8% 0 0}}.qodef-stack--bottom.qodef-stacked-images .qodef-m-images{padding:0 0 75px}.qodef-stacked-images.qodef--appeared{clip-path:inset(0 0 0 0);-webkit-clip-path:inset(0 0 0 0)}.qodef-stack--left.qodef-stacked-images.qodef--appeared .qodef-m-images .qodef-e-image.qodef--stack{bottom:50%;opacity:1}.qodef-stack--right.qodef-stacked-images.qodef--appeared .qodef-m-images .qodef-e-image.qodef--stack{bottom:50%;opacity:1}.qodef-stack--bottom.qodef-stacked-images.qodef--appeared .qodef-m-images .qodef-e-image.qodef--stack{bottom:0;right:15%;max-width:40%}@media only screen and (max-width:1440px){.qodef-stack--bottom.qodef-stacked-images.qodef--appeared .qodef-m-images .qodef-e-image.qodef--stack{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}}@media only screen and (max-width:1024px){.qodef-stack--bottom.qodef-stacked-images.qodef--appeared .qodef-m-images .qodef-e-image.qodef--stack{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}@media only screen and (max-width:680px){.qodef-stack--bottom.qodef-stacked-images.qodef--appeared .qodef-m-images .qodef-e-image.qodef--stack{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}}.widget.qodef-stamp-widget{margin-bottom:0}.qodef-stamp{position:relative;display:inline-block;vertical-align:top;width:195px;height:195px;color:#93a286;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;text-transform:uppercase}.qodef-stamp .qodef-m-centered-text{font-family:Poppins,sans-serif;font-size:80px;color:#93a286;position:absolute;left:0;right:0;text-align:center;display:inline-block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.qodef-stamp .qodef-m-circle{position:absolute;top:2px;left:2px;width:calc(100% - 4px);height:calc(100% - 4px);border:1px solid currentColor;border-radius:100%;opacity:0;-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6);-webkit-transition:opacity .2s ease,-webkit-transform .3s ease;transition:opacity .2s ease,-webkit-transform .3s ease;-o-transition:opacity .2s ease,transform .3s ease;transition:opacity .2s ease,transform .3s ease;transition:opacity .2s ease,transform .3s ease,-webkit-transform .3s ease}.qodef-stamp .qodef-m-text{position:relative;display:block;height:100%}.qodef-stamp .qodef-m-text>*{position:absolute;top:0;left:calc(50% - 4px);width:8px;height:50%;text-align:center;opacity:0;-webkit-transition:opacity .1s;-o-transition:opacity .1s;transition:opacity .1s;-webkit-transform-origin:bottom center;-ms-transform-origin:bottom center;transform-origin:bottom center;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.qodef-stamp.qodef--appear .qodef-m-circle{opacity:.8;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.qodef-stamp.qodef--init .qodef-m-text>*{opacity:1}.qodef-stamp.qodef--abs{position:absolute}@media only screen and (max-width:1440px){.qodef-stamp.qodef-hide-on--1440{display:none}}@media only screen and (max-width:1366px){.qodef-stamp.qodef-hide-on--1366{display:none}}@media only screen and (max-width:1280px){.qodef-stamp.qodef-hide-on--1280{display:none}}@media only screen and (max-width:1024px){.qodef-stamp.qodef-hide-on--1024{display:none}}@media only screen and (max-width:768px){.qodef-stamp.qodef-hide-on--768{display:none}}@media only screen and (max-width:680px){.qodef-stamp.qodef-hide-on--680{display:none}}@media only screen and (max-width:480px){.qodef-stamp.qodef-hide-on--480{display:none}}.qodef-swapping-image-gallery{position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-swapping-image-gallery .qodef-m-info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0}.qodef-swapping-image-gallery .qodef-m-image-holder{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;overflow:hidden;-webkit-box-shadow:0 0 10.53px 2.47px rgba(2,2,2,.04);box-shadow:0 0 10.53px 2.47px rgba(2,2,2,.04)}.qodef-swapping-image-gallery .qodef-m-info{padding-top:60px}.qodef-swapping-image-gallery .qodef-m-headline{margin:0 0 60px}.qodef-swapping-image-gallery .qodef-m-title{margin:0 0 24px}.qodef-swapping-image-gallery .qodef-m-description{margin:0}.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .swiper-pagination-custom{width:auto}.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail{font-size:0;cursor:pointer;opacity:.35;-webkit-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail img{display:block}.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail.qodef--active{opacity:1}.qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info{padding-left:120px}.qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info{padding-right:120px}.qodef-tabs{position:relative;display:inline-block;width:100%;vertical-align:top;visibility:hidden}.qodef-tabs.qodef--init{visibility:visible}.qodef-tabs .qodef-tabs-navigation{margin:0;padding:0;list-style:none}.qodef-tabs .qodef-tabs-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-tabs .qodef-tabs-content p{margin:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li{margin:0;padding:0 20px 11px 20px}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a{display:block;padding:0 3px 1px;-webkit-transition:color .2s ease-out,background-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out;font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;font-size:17px;line-height:1.23em;letter-spacing:0;line-height:1.706}@media only screen and (max-width:680px){.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li>a{padding:0}}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child{margin-right:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a{color:#2f3327}@media only screen and (max-width:680px){.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a{color:#68745c}}@media only screen and (max-width:680px){.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li{margin:0 0 15px 0;padding:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child{margin-bottom:0}}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation{-ms-flex-negative:0;flex-shrink:0;display:block;padding-right:26px;margin-right:26px;border-right:1px solid #dbe3d2}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li{width:100%;margin-bottom:26px}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child{margin-bottom:0}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a{display:inline-block;width:auto}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content{margin-top:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-content{margin:26px 0 0}.qodef-text-marquee{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-text-marquee .qodef-m-content{display:-webkit-box;display:-ms-flexbox;display:flex;white-space:nowrap;font-size:100px;font-family:Montserrat,sans-serif;line-height:1em;font-weight:700;overflow:hidden}.qodef-text-marquee .qodef-marquee-element{padding:0 25px;will-change:transform}.qodef-text-marquee .qodef-m-text>span:after{content:'\00b7';display:inline-block;padding:0 28px;color:#2f3327}.qodef-text-marquee .qodef-m-text--1{color:#2f3327}.qodef-text-marquee .qodef-m-text--2{color:#2f3327}.qodef-text-marquee .qodef-m-text--3{color:#2f3327}.qodef-vertical-split-slider{height:100vh;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.qodef-vertical-split-slider .ms-tableCell{height:100vh!important}.qodef-vertical-split-slider .qodef-m-slide-image .qodef-e-title-link{display:block;position:relative;z-index:10}.qodef-vertical-split-slider .qodef-m-slide-content-inner .qodef-e-text-link,.qodef-vertical-split-slider .qodef-m-slide-content-inner img{display:block}.qodef-vertical-split-slider .qodef-m-slide-content-inner .qodef-e-text-link{position:relative;z-index:10}.qodef-vertical-split-slider .qodef-e-product-link{display:block}.qodef-vertical-split-slider .qodef-e-product-link>*{text-align:center}.qodef-vertical-split-slider .qodef-e-product-link .qodef-ms-section-rating{margin:0}.qodef-vertical-split-slider .qodef-e-product-link .qodef-ms-section-rating>*{color:#768467}.qodef-vertical-split-slider .qodef-e-product-link .qodef-e-title{margin:3px 0 10px 0}.qodef-vertical-split-slider .qodef-e-product-link .qodef-ms-section-price{font-family:Poppins,sans-serif;font-size:13px;font-weight:300;color:#2f3327;letter-spacing:.04em}.qodef-vertical-split-slider .qodef-ms-section-price{color:#2f3327}.qodef-vertical-split-slider .ms-right{right:0!important}.qodef-vertical-split-slider .qodef-woo-product-list .qodef-woo-product-image{background-color:transparent}.qodef-vertical-split-slider-responsive{display:none}.qodef-vertical-split-slider .qodef-m-slide-content-inner,.qodef-vertical-split-slider-responsive .qodef-m-slide-content-inner{position:relative;display:inline-block;text-align:left;margin-right:11px;margin-top:5.5%;width:54%}.qodef-vertical-split-slider .qodef-m-image,.qodef-vertical-split-slider-responsive .qodef-m-image{max-height:73vh;width:auto}.qodef-vertical-split-slider .qodef-m-title,.qodef-vertical-split-slider-responsive .qodef-m-title{display:block;margin:0;text-align:center;font-style:italic}.qodef-vertical-split-slider .qodef-m-text,.qodef-vertical-split-slider-responsive .qodef-m-text{margin:13px 0 0 0;text-align:left}.qodef-vertical-split-slider .qodef-m-button,.qodef-vertical-split-slider-responsive .qodef-m-button{margin:22px 0 0 0}.qodef-vertical-split-slider .qodef-m-slide-image,.qodef-vertical-split-slider-responsive .qodef-m-slide-image{background-size:cover}.qodef-vertical-split-slider .qodef-m-slide-content,.qodef-vertical-split-slider-responsive .qodef-m-slide-content{text-align:center;padding:0 5%}#multiscroll-nav{display:none}#multiscroll-nav ul{counter-reset:section}#multiscroll-nav li{width:11px;height:11px;margin:14px}#multiscroll-nav a span{top:0;left:0;color:#8a8581;border:none}#multiscroll-nav a span:after{counter-increment:section;content:counter(section)}#multiscroll-nav a.active span{color:#2f3327;background:0 0}#multiscroll-nav.right{right:23px!important}.qodef-vertical-split-slider--initialized #multiscroll-nav{display:none}.qodef-header--light.qodef-vertical-split-slider--initialized #multiscroll-nav a:not(.active) span{color:#fff}.qodef-header--light.qodef-vertical-split-slider--initialized #multiscroll-nav a.active span{color:#fff}.qodef-header--light.qodef-vertical-split-slider--initialized #multiscroll-nav a.active span:before{width:100%;-webkit-transition:width .2s ease-in-out;-o-transition:width .2s ease-in-out;transition:width .2s ease-in-out}.qodef-header--dark.qodef-vertical-split-slider--initialized #multiscroll-nav a:not(.active) span{color:#333}.qodef-header--dark.qodef-vertical-split-slider--initialized #multiscroll-nav a.active span{color:#333}.qodef-header--dark.qodef-vertical-split-slider--initialized #multiscroll-nav a.active span:before{width:100%;-webkit-transition:width .2s ease-in-out;-o-transition:width .2s ease-in-out;transition:width .2s ease-in-out}.qodef-vertical-split-slider--initialized #multiscroll-nav{display:none;z-index:98}.ms-left,.ms-right{position:relative!important}.ms-left .ms-section .qodef-m-slide-content-inner{z-index:0}.ms-left .ms-section .qodef-m-slide-content-inner .qodef-woo-product-content,.ms-left .ms-section .qodef-m-slide-content-inner .qodef-woo-product-image{opacity:0;-webkit-transform:translateY(15%);-ms-transform:translateY(15%);transform:translateY(15%);-webkit-animation:qodef-elements-fade-out .6s forwards ease;animation:qodef-elements-fade-out .6s forwards ease}.ms-left .ms-section.active .qodef-m-slide-content-inner{z-index:1}.ms-left .ms-section.active .qodef-m-slide-content-inner .qodef-woo-product-content,.ms-left .ms-section.active .qodef-m-slide-content-inner .qodef-woo-product-image{-webkit-animation:qodef-elements-fade-in .8s forwards ease .4s;animation:qodef-elements-fade-in .8s forwards ease .4s}.ms-left .ms-section.active .qodef-m-slide-content-inner .qodef-woo-product-content{z-index:2;-webkit-animation-delay:.6s;animation-delay:.6s}.ms-right .ms-section{clip-path:inset(0 100% 0 0);-webkit-clip-path:inset(0 100% 0 0);-webkit-transition:-webkit-clip-path .8s ease .8s;transition:-webkit-clip-path .8s ease .8s;-o-transition:clip-path .8s ease .8s;transition:clip-path .8s ease .8s;transition:clip-path .8s ease .8s,-webkit-clip-path .8s ease .8s;z-index:0}.ms-right .ms-section.active{clip-path:inset(0 0 0 0);-webkit-clip-path:inset(0 0 0 0);-webkit-transition:-webkit-clip-path .8s ease;transition:-webkit-clip-path .8s ease;-o-transition:clip-path .8s ease;transition:clip-path .8s ease;transition:clip-path .8s ease,-webkit-clip-path .8s ease;z-index:1}.ms-right .ms-section.active .qodef-e-title-link{-webkit-animation:qodef-show-elements .8s forwards cubic-bezier(.26,.63,0,.96) .4s;animation:qodef-show-elements .8s forwards cubic-bezier(.26,.63,0,.96) .4s}.ms-section{position:absolute!important;-webkit-box-sizing:border-box;box-sizing:border-box}.ms-section.ms-table{display:table;width:100%}.ms-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%;position:relative}#multiscroll-nav{position:fixed;z-index:100;margin-top:-32px;top:50%;opacity:1}#multiscroll-nav.right{right:17px}#multiscroll-nav.left{left:17px}#multiscroll-nav ul{margin:0;padding:0}#multiscroll-nav ul li{display:block;width:26px;height:30px;margin:8px 7px;position:relative}#multiscroll-nav li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}#multiscroll-nav ul span{top:2px;left:2px;width:30px;height:30px;border:1px solid transparent;color:transparent;border-radius:50%;position:absolute;z-index:1;color:#80827e;position:relative;text-align:center;display:inline-block}#multiscroll-nav ul span:before{content:"";height:1px;width:0;position:absolute;display:inline-block;left:0;bottom:0;background:currentColor;-webkit-transition:width .2s ease-in-out;-o-transition:width .2s ease-in-out;transition:width .2s ease-in-out}#multiscroll-nav ul li .active span{background:0 0}.multiscroll-tooltip{position:absolute;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;top:-2px;white-space:nowrap;max-width:220px}.multiscroll-tooltip.right{right:20px}.multiscroll-tooltip.left{left:20px}.ms-responsive .ms-hide{display:none}.ms-scrollable{overflow:hidden;position:relative}.ms-scroller{overflow:hidden}.iScrollIndicator{border:0!important}.qodef-video-button{position:relative;display:inline-block;vertical-align:middle}.qodef-video-button:not(.qodef--has-img){width:100%}.qodef-video-button:not(.qodef--has-img) .qodef-m-play{position:relative;margin-left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.qodef-video-button .qodef-m-play{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#2f3327;font-size:106px;line-height:1;min-height:172px}@media only screen and (max-width:768px){.qodef-video-button .qodef-m-play{min-height:unset}}.qodef-video-button .qodef-m-play>span{position:relative;color:#fff;font-size:43px;padding:63px 74px}@media only screen and (max-width:1024px){.qodef-video-button .qodef-m-play>span{padding:39px 50px}}@media only screen and (max-width:680px){.qodef-video-button .qodef-m-play>span{padding:27px 38px}}.qodef-video-button .qodef-m-play>span:after{content:'';display:block;width:100%;height:100%;position:absolute;top:0;left:0;border-radius:50%;border-width:1px;border-style:solid;border-color:currentColor;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .6s ease-out;transition:-webkit-transform .6s ease-out;-o-transition:transform .6s ease-out;transition:transform .6s ease-out;transition:transform .6s ease-out,-webkit-transform .6s ease-out}.qodef-video-button .qodef-m-play span{display:block;line-height:inherit}.qodef-video-button .qodef-m-play span:before{display:block;line-height:inherit}.qodef-video-button .qodef-m-play:hover span:after{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.qodef-workflow{margin-top:55px;position:relative}.qodef-workflow .main-line{position:absolute;top:0;left:50%;right:50%;margin-left:-1px;border-left:1px solid #e5e5e5;height:100%}@media only screen and (max-width:1024px){.qodef-workflow .main-line{left:25px;right:auto;width:1px;content:none;display:none}}.qodef-workflow .circle,.qodef-workflow .circle-background,.qodef-workflow .circle-cover{position:absolute;content:"";top:50%;-webkit-transform:translate(calc(50% - 56px),-50%);-ms-transform:translate(calc(50% - 56px),-50%);transform:translate(calc(50% - 56px),-50%);left:49%;margin:0;width:67px;height:67px;border-radius:50%;color:#68745c;background-color:transparent;font-family:Montserrat,sans-serif;border:1px solid #dbe3d2;font-size:22px;line-height:65px;font-weight:600;text-align:center;z-index:2}@media only screen and (max-width:1440px){.qodef-workflow .circle,.qodef-workflow .circle-background,.qodef-workflow .circle-cover{top:40%}}@media only screen and (max-width:1024px){.qodef-workflow .circle,.qodef-workflow .circle-background,.qodef-workflow .circle-cover{display:none}}body .qodef-workflow .circle{-webkit-transform:translate(calc(-50% + 11px),calc(-50% - 2px));-ms-transform:translate(calc(-50% + 11px),calc(-50% - 2px));transform:translate(calc(-50% + 11px),calc(-50% - 2px))}.qodef-workflow .circle-background{background-color:#f0f1ee;border-color:transparent;-webkit-transform:translate(calc(50% - 56px),calc(-50% + -2px));-ms-transform:translate(calc(50% - 56px),calc(-50% + -2px));transform:translate(calc(50% - 56px),calc(-50% + -2px));z-index:1}.qodef-workflow .circle-cover{background:#fff;border:none;height:111px;z-index:0}.qodef-workflow .qodef-workflow-item{margin-left:auto;margin-right:auto;position:relative;padding:0}@media only screen and (max-width:1440px){.qodef-workflow .qodef-workflow-item{padding:0 0 9.7%}}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item{padding:0 0 56px}}.qodef-workflow .qodef-workflow-item .qodef-workflow-label-image{position:absolute;right:57px;top:-49px;z-index:20}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item .qodef-workflow-label-image{right:-44px}}@media only screen and (max-width:680px){.qodef-workflow .qodef-workflow-item .qodef-workflow-label-image{right:-20px}}.qodef-workflow .qodef-workflow-item .qodef-workflow-image{position:relative}.qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-label-image{left:57px;right:unset;top:-49px}@media only screen and (max-width:768px){.qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-label-image{left:23px}}.qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-image{padding-left:100px}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-image{padding-left:0}}@media only screen and (max-width:680px){.qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-image{padding-left:0}}.qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-text{padding-right:100px}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-text{padding-right:0;margin-top:30px!important;padding-bottom:27px}}@media only screen and (max-width:680px){.qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-text{padding:0!important;margin-bottom:27px!important}}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item .qodef-workflow-image{padding-left:0;padding-right:0;padding-bottom:10px}}.qodef-workflow .qodef-workflow-item:nth-child(2n+1):not(:first-child) .qodef-workflow-image{padding-right:100px}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item:nth-child(2n+1):not(:first-child) .qodef-workflow-image{padding-left:0;padding-right:0;padding-bottom:10px}}@media only screen and (max-width:680px){.qodef-workflow .qodef-workflow-item:nth-child(2n+1):not(:first-child) .qodef-workflow-image{padding-left:0}}.qodef-workflow .qodef-workflow-item:nth-child(2n+1):not(:first-child) .qodef-workflow-image img{width:100%}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item:nth-child(2n+1):not(:first-child) .qodef-workflow-image img{margin-left:0}}.qodef-workflow .qodef-workflow-item:nth-child(2n+1):not(:first-child) .qodef-workflow-text{padding-left:100px}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item:nth-child(2n+1):not(:first-child) .qodef-workflow-text{padding-left:0;margin-bottom:27px!important;padding-top:30px}}@media only screen and (max-width:680px){.qodef-workflow .qodef-workflow-item:nth-child(2n+1):not(:first-child) .qodef-workflow-text{padding-left:0}}.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%;vertical-align:middle}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image,.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text{float:left;margin:auto 0;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image,.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text{width:100%}}.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image{text-align:center}.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image img{width:100%;height:auto;max-width:none}@media only screen and (max-width:1440px){.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image img{max-width:100%}}.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image .qodef-workflow-image-inner{position:relative}.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image .qodef-workflow-image-inner a{position:absolute;top:0;left:0;width:100%;height:100%}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text .qodef-m-text{padding:0 30% 0 0!important}}@media only screen and (max-width:680px){.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text .qodef-m-text{padding:0!important}}.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text .qodef-alignment--right+.qodef-m-text{text-align:right}.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text .qodef-section-title .qodef-st-underline{margin:5px 0 9px}.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text h4{margin:0 0 15px;text-transform:none}.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner.reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner.reverse{text-align:left}.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner.reverse .qodef-section-title.qodef-alignment--right,.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner.reverse .qodef-workflow-text .qodef-alignment--right+.qodef-m-text{text-align:left}}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner:not(.reverse){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.qodef-workflow .qodef-workflow-item.qodef-subtitle-custom h4{font-family:Poppins,sans-serif;color:#93a286;font-size:30px;line-height:35px;letter-spacing:0}.qodef-workflow .qodef-workflow-item .line{display:inline-block;background-color:#e5e5e5;height:100%;left:50%;margin-left:-1px;position:absolute;width:1px;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item .line{display:none}}.qodef-workflow.qodef-workflow-animate{opacity:0}.qodef-workflow.qodef-workflow-animate .main-line{opacity:0}.qodef-workflow.qodef-workflow-animate .circle,.qodef-workflow.qodef-workflow-animate .circle-background{opacity:0;-webkit-transition:opacity .4s ease .4s;-o-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s}.qodef-workflow.qodef-workflow-animate .circle-background{-webkit-transition:opacity .4s ease .4s,-webkit-transform .4s ease .6s;transition:opacity .4s ease .4s,-webkit-transform .4s ease .6s;-o-transition:opacity .4s ease .4s,transform .4s ease .6s;transition:opacity .4s ease .4s,transform .4s ease .6s;transition:opacity .4s ease .4s,transform .4s ease .6s,-webkit-transform .4s ease .6s}.qodef-workflow.qodef-workflow-animate .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image-inner img{clip-path:inset(0 0 0 100%);-webkit-clip-path:inset(0 0 0 100%);-webkit-transition:-webkit-clip-path .8s ease;transition:-webkit-clip-path .8s ease;-o-transition:clip-path .8s ease;transition:clip-path .8s ease;transition:clip-path .8s ease,-webkit-clip-path .8s ease}.qodef-workflow.qodef-workflow-animate .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-label-image{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg);opacity:0;-webkit-transition:all .6s ease .6s;-o-transition:all .6s ease .6s;transition:all .6s ease .6s}.qodef-workflow.qodef-workflow-animate .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text{opacity:0;-webkit-transform:translateY(15%);-ms-transform:translateY(15%);transform:translateY(15%);-webkit-transition:all .6s ease .4s;-o-transition:all .6s ease .4s;transition:all .6s ease .4s}.qodef-workflow.qodef-workflow-animate .qodef-workflow-item .qodef-workflow-item-inner.reverse .qodef-workflow-image-inner img{clip-path:inset(0 100% 0 0);-webkit-clip-path:inset(0 100% 0 0)}.qodef-workflow.qodef-workflow-animate .qodef-workflow-item:last-child:before{-webkit-transition:all .32s cubic-bezier(.13,.89,.28,1.38) .6s;-o-transition:all .32s cubic-bezier(.13,.89,.28,1.38) .6s;transition:all .32s cubic-bezier(.13,.89,.28,1.38) .6s}.qodef-workflow.qodef-workflow-animate .qodef-workflow-item:last-child:after{-webkit-transition:all .4s cubic-bezier(.13,.89,.28,1.38) .4s;-o-transition:all .4s cubic-bezier(.13,.89,.28,1.38) .4s;transition:all .4s cubic-bezier(.13,.89,.28,1.38) .4s}.qodef-workflow.qodef-workflow-animate .qodef-workflow-item:last-child:after,.qodef-workflow.qodef-workflow-animate .qodef-workflow-item:last-child:before{opacity:0;-webkit-transform:scale(0) translateX(-50%);-ms-transform:scale(0) translateX(-50%);transform:scale(0) translateX(-50%)}.qodef-workflow.qodef-workflow-animate.qodef-appeared{opacity:1}.qodef-workflow.qodef-workflow-animate.qodef-appeared .main-line{opacity:0;height:100%}.qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item.qodef-appeared .qodef-workflow-image-inner img{clip-path:inset(0 0 0 0);-webkit-clip-path:inset(0 0 0 0)}.qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item.qodef-appeared .qodef-workflow-label-image{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}.qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item.qodef-appeared .qodef-workflow-text{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item.qodef-appeared .circle,.qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item.qodef-appeared .circle-background{opacity:1}.qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item.qodef-appeared .circle-background{-webkit-transform:translate(calc(50% - 51px),calc(-50% + 5px));-ms-transform:translate(calc(50% - 51px),calc(-50% + 5px));transform:translate(calc(50% - 51px),calc(-50% + 5px))}.qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item.qodef-appeared .line{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);-webkit-transition:-webkit-transform .8s ease;transition:-webkit-transform .8s ease;-o-transition:transform .8s ease;transition:transform .8s ease;transition:transform .8s ease,-webkit-transform .8s ease}.qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item:last-child.qodef-appeared:after,.qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item:last-child.qodef-appeared:before{opacity:1;-webkit-transform:scale(1) translateX(-50%);-ms-transform:scale(1) translateX(-50%);transform:scale(1) translateX(-50%)}#qodef-side-area{position:fixed;top:0;right:-605px;width:605px;height:100%;min-height:100%;padding:120px 75px 35px;text-align:center;background-color:#fff;overflow:hidden;visibility:hidden;z-index:9999;-webkit-transition:all .6s cubic-bezier(.77,0,.175,1);-o-transition:all .6s cubic-bezier(.77,0,.175,1);transition:all .6s cubic-bezier(.77,0,.175,1);border-left:1px solid #ebebeb}@media only screen and (max-width:1440px){#qodef-side-area{padding:95px 75px 35px}}@media only screen and (max-width:1440px){#qodef-side-area .widget_singlemalt_core_separator{margin:0!important}}#qodef-side-area #qodef-side-area-inner>div:last-child{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}#qodef-side-area .widget .textwidget .qodef-m-text{color:#80827e}.qodef-side-area--opened #qodef-side-area{right:0;visibility:visible}#qodef-side-area.qodef-alignment--center{text-align:center}#qodef-side-area.qodef-alignment--right{text-align:right}#qodef-side-area.qodef-alignment--left{text-align:left}#qodef-side-area-close{position:absolute;top:33px;right:40px;display:block;z-index:1000;color:#2f3327}.admin-bar #qodef-side-area-close{top:65px}#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--1{top:13px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--2{top:13px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.qodef-side-area-cover{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;overflow:hidden;z-index:0;-webkit-transition:opacity .2s ease-in-out,z-index .2s ease-in-out;-o-transition:opacity .2s ease-in-out,z-index .2s ease-in-out;transition:opacity .2s ease-in-out,z-index .2s ease-in-out}.qodef-side-area--opened .qodef-side-area-cover{opacity:1;z-index:1002}.qodef-social-share{position:relative;display:inline-block;vertical-align:top}.qodef-social-share .qodef-social-title{position:relative;display:inline-block;vertical-align:top;margin:0 7px 0 0;font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;color:#2f3327;font-size:17px;line-height:1.23em;letter-spacing:0;line-height:2.353em}.qodef-social-share ul{position:relative;display:inline-block;vertical-align:top;list-style:none;padding:0;margin:12px 0 0}.qodef-social-share li{position:relative;display:inline-block;vertical-align:top;line-height:1;padding:0;margin:0}.qodef-social-share li a{font-size:13px;position:relative;padding:5px 12px;color:#68745c;padding:4px 8px}.qodef-social-share li a:before{content:"";position:absolute;background-color:#e9ebe7;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;border-radius:50%;width:27px;height:27px;opacity:0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);z-index:0;top:0;left:0}.qodef-social-share li a:hover:before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);z-index:-1}.qodef-social-share li a span{position:relative}.qodef-social-share li.qodef-facebook-share a:hover{color:#68745c}.qodef-social-share li.qodef-twitter-share a:hover{color:#68745c}.qodef-social-share li.qodef-linkedin-share a:hover{color:#68745c}.qodef-social-share li.qodef-tumblr-share a:hover{color:#68745c}.qodef-social-share li.qodef-pinterest-share a:hover{color:#68745c}.qodef-social-share li.qodef-vk-share a:hover{color:#68745c}.qodef-social-share.qodef-layout--dropdown{position:relative;display:inline-block;vertical-align:bottom}.qodef-social-share.qodef-layout--dropdown .qodef-social-title{margin:0;vertical-align:middle}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon{vertical-align:middle}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li{opacity:1;visibility:visible;cursor:pointer}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2){-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4){-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5){-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6){-webkit-transition-delay:.6s;-o-transition-delay:.6s;transition-delay:.6s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7){-webkit-transition-delay:.7s;-o-transition-delay:.7s;transition-delay:.7s}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener{display:block}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title{display:inline-block;vertical-align:top;margin-right:5px}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown{position:absolute;visibility:hidden;z-index:950}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul{position:relative;display:block;z-index:990;margin:0;padding:0!important}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li{position:absolute;display:block;text-align:center;visibility:hidden;overflow:hidden;opacity:0;-webkit-transition:opacity .2s ease-out,visibility .2s ease-out;-o-transition:opacity .2s ease-out,visibility .2s ease-out;transition:opacity .2s ease-out,visibility .2s ease-out}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a{-webkit-transition:color .2s ease-out,background-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li *{display:block;line-height:inherit}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown{bottom:0;left:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li{width:90px;height:30px;line-height:30px;border:1px solid #dbe3d2}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child){border-top:none}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-facebook-share a:hover{background-color:#3b5998;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover{background-color:#00aced;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover{background-color:#007bb5;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover{background-color:#32506d;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover{background-color:#cb2027;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover{background-color:#45668e;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a{font-size:14px;color:#80827e;background-color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1){bottom:-30px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2){bottom:-60px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3){bottom:-90px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4){bottom:-120px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5){bottom:-150px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6){bottom:-180px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7){bottom:-210px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown{top:0;right:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li{width:calc(90px / 3)}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1){left:5px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2){left:35px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3){left:65px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4){left:95px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5){left:125px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6){left:155px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7){left:185px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown{top:0;left:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li{width:calc(90px / 3)}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1){right:5px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2){right:35px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3){right:65px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4){right:95px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5){right:125px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6){right:155px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7){right:185px}.qodef-social-share.qodef-layout--list li{margin-right:10px}.qodef-social-share.qodef-layout--list li.qodef-facebook-share a{font-size:12px}.qodef-social-share.qodef-layout--list li.qodef-facebook-share a:before{left:-1px;top:-1px}.qodef-social-share.qodef-layout--list li.qodef-linkedin-share a{margin-top:-2px;display:inline-block}.qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:before{top:-3px;left:0}.qodef-social-share.qodef-layout--list li.qodef-twitter-share a{margin-top:-2px;display:inline-block}.qodef-social-share.qodef-layout--list li.qodef-twitter-share a:before{top:-3px;left:1px}.qodef-social-share.qodef-layout--list li:last-child{margin-right:0}.qodef-social-share.qodef-layout--text li{margin-right:15px}.qodef-social-share.qodef-layout--text li:last-child{margin-right:0}.widget .qodef-social-share.qodef-layout--list .qodef-social-title{display:block;margin-bottom:21px}.widget .qodef-social-share.qodef-layout--text .qodef-social-title{display:block;margin-bottom:21px}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover{color:#68745c}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover{color:#68745c}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover{color:#68745c}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover{color:#68745c}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover{color:#68745c}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover{color:#68745c}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover{color:#68745c}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover{color:#68745c}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover{color:#68745c}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover{color:#68745c}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover{color:#68745c}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title{color:#ccc}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title{color:#ccc}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title{color:#ccc}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title{color:#ccc}#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title{color:#ccc}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title{color:#ccc}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover{color:#68745c}#qodef-page-spinner{position:fixed;top:0;bottom:0;right:0;left:0;z-index:2000}#qodef-page-spinner .qodef-m-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;color:#93a286;background-color:#f3f4f0}#qodef-page-spinner .qodef-m-spinner{position:relative}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom{position:relative;width:100px;height:100px;margin:-50px 0 0 -50px}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1{position:absolute;top:50%;left:50%;height:50%;width:50%;z-index:1;-webkit-animation:qode-atom-shrink 4.5s infinite linear;animation:qode-atom-shrink 4.5s infinite linear}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before{content:'';position:absolute;top:-50%;left:-50%;height:100%;width:100%;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4{position:absolute;width:100%;height:100%;z-index:0}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before{content:'';position:absolute;top:0;left:0;height:20px;width:20px;margin:0 auto;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2{-webkit-animation:qode-atom-zindex 1.5s .75s infinite steps(2,end);animation:qode-atom-zindex 1.5s .75s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-animation:qode-atom-postion 1.5s infinite ease,qode-atom-size 1.5s -1.125s infinite ease;animation:qode-atom-postion 1.5s infinite ease,qode-atom-size 1.5s -1.125s infinite ease}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg);-webkit-animation:qode-atom-zindex 1.5s -.25s infinite steps(2,end);animation:qode-atom-zindex 1.5s -.25s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before{-webkit-animation:qode-atom-postion 1.5s -1s infinite ease,qode-atom-size 1.5s -.75s infinite ease;animation:qode-atom-postion 1.5s -1s infinite ease,qode-atom-size 1.5s -.75s infinite ease}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg);-webkit-animation:qode-atom-zindex 1.5s .25s infinite steps(2,end);animation:qode-atom-zindex 1.5s .25s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before{-webkit-animation:qode-atom-postion 1.5s -.5s infinite ease,qode-atom-size 1.5s -125ms infinite ease;animation:qode-atom-postion 1.5s -.5s infinite ease,qode-atom-size 1.5s -125ms infinite ease}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock{position:relative;width:50px;height:50px;margin:-25px 0 0 -25px;-webkit-animation:qode-clock 8s infinite steps(8);animation:qode-clock 8s infinite steps(8)}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item{position:absolute;height:50px;width:50px}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before{content:'';position:absolute;height:18.31501832px;width:18.31501832px;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);-webkit-animation:qode-clock-1 1s ease-in infinite;animation:qode-clock-1 1s ease-in infinite}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-animation:qode-clock-2 1s ease-in infinite;animation:qode-clock-2 1s ease-in infinite}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:qode-clock-3 1s ease-in infinite;animation:qode-clock-3 1s ease-in infinite}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4{-webkit-animation:qode-clock-4 1s ease-in infinite;animation:qode-clock-4 1s ease-in infinite}#qodef-page-spinner.qodef-layout--cube .qodef-m-cube{width:60px;height:60px;margin:-30px 0 0 -30px;background-color:currentColor;-webkit-animation:qode-cube 1.2s infinite ease-in-out;animation:qode-cube 1.2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses{position:relative;width:40px;height:40px;margin:-20px 0 0 -20px}#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse{position:absolute;top:0;left:0;width:100%;height:100%;background-color:currentColor;border-radius:50%;opacity:.6;-webkit-animation:qode-double-pulse 2s infinite ease-in-out;animation:qode-double-pulse 2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2{-webkit-animation-delay:-1s;animation-delay:-1s}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles{position:relative;width:60px;height:60px;margin:-30px 0 0 -30px}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item{position:absolute;width:100%;height:100%}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2{-webkit-animation-delay:calc((600ms) - 1500ms);animation-delay:calc((600ms) - 1500ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3{-webkit-animation-delay:calc((900ms) - 1500ms);animation-delay:calc((900ms) - 1500ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4{-webkit-animation-delay:calc((1200ms) - 1500ms);animation-delay:calc((1200ms) - 1500ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2{-webkit-transform:rotateZ(45deg);-ms-transform:rotate(45deg);transform:rotateZ(45deg)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1{-webkit-animation-delay:calc((300ms) - 1400ms);animation-delay:calc((300ms) - 1400ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2{-webkit-animation-delay:calc((600ms) - 1400ms);animation-delay:calc((600ms) - 1400ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3{-webkit-animation-delay:calc((900ms) - 1400ms);animation-delay:calc((900ms) - 1400ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4{-webkit-animation-delay:calc((1200ms) - 1400ms);animation-delay:calc((1200ms) - 1400ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3{-webkit-transform:rotateZ(90deg);-ms-transform:rotate(90deg);transform:rotateZ(90deg)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1{-webkit-animation-delay:calc((300ms) - 1300ms);animation-delay:calc((300ms) - 1300ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2{-webkit-animation-delay:calc((600ms) - 1300ms);animation-delay:calc((600ms) - 1300ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3{-webkit-animation-delay:calc((900ms) - 1300ms);animation-delay:calc((900ms) - 1300ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4{-webkit-animation-delay:calc((1200ms) - 1300ms);animation-delay:calc((1200ms) - 1300ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle{position:absolute;width:12px;height:12px;background-color:currentColor;border-radius:100%;-webkit-animation:qode-bounce-delay 1.2s infinite ease-in-out both;animation:qode-bounce-delay 1.2s infinite ease-in-out both}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1{top:0;left:0}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2{top:0;right:0}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3{right:0;bottom:0}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4{left:0;bottom:0}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion{position:relative;width:30px;height:30px;margin:-45px 0 0 -30px}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item{position:absolute;top:50%;left:50%;height:40px;width:40px;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1{top:0;left:50%;-webkit-animation:qode-fussion-ball-1 1s 0s ease infinite;animation:qode-fussion-ball-1 1s 0s ease infinite;z-index:1}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2{top:50%;left:100%;-webkit-animation:qode-fussion-ball-2 1s 0s ease infinite;animation:qode-fussion-ball-2 1s 0s ease infinite;z-index:2}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3{top:100%;left:50%;-webkit-animation:qode-fussion-ball-3 1s 0s ease infinite;animation:qode-fussion-ball-3 1s 0s ease infinite;z-index:1}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4{top:50%;left:0;-webkit-animation:qode-fussion-ball-4 1s 0s ease infinite;animation:qode-fussion-ball-4 1s 0s ease infinite;z-index:2}#qodef-page-spinner.qodef-layout--lines .qodef-m-lines{width:60px;height:60px;margin:0 0 0 -30px}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;-webkit-animation:qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);animation:qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;-webkit-animation:qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);animation:qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;-webkit-animation:qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);animation:qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;-webkit-animation:qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);animation:qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis{position:relative;height:50px;width:50px;margin:-25px 0 0 -25px;-webkit-animation:qode-mitosis-invert 2s infinite steps(2,end);animation:qode-mitosis-invert 2s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item{position:absolute;top:0;left:0;width:100%;height:100%;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1{-webkit-animation:qode-mitosis-ball-1 1s infinite alternate linear;animation:qode-mitosis-ball-1 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2{-webkit-animation:qode-mitosis-ball-2 1s infinite alternate linear;animation:qode-mitosis-ball-2 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3{-webkit-animation:qode-mitosis-ball-3 1s infinite alternate linear;animation:qode-mitosis-ball-3 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4{-webkit-animation:qode-mitosis-ball-4 1s infinite alternate linear;animation:qode-mitosis-ball-4 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>*{margin:0;opacity:0;-webkit-animation:qode-fade-in 1s forwards;animation:qode-fade-in 1s forwards}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder{-ms-flex-negative:0;flex-shrink:0;-webkit-animation-delay:.5s;animation-delay:.5s}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line{position:relative;display:block;height:3px;width:500px;margin-top:20px;background-color:#e5e1dc;overflow:hidden;opacity:0;-webkit-animation:qode-fade-in 1s .3s forwards;animation:qode-fade-in 1s .3s forwards}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#93a286;width:0}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles{position:relative;width:100px;height:100px;margin:-50px 0 0 -50px}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle{position:absolute;height:100%;width:100%;background:currentColor;border:0 solid currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1{-webkit-animation:qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);animation:qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2{-webkit-animation:qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);animation:qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3{-webkit-animation:qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);animation:qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4{-webkit-animation:qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);animation:qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)}#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse{width:32px;height:32px;margin:-16px 0 0 -16px;background-color:currentColor;border-radius:16px;-webkit-animation:qode-scaleout 1s infinite ease-in-out;animation:qode-scaleout 1s infinite ease-in-out}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles{width:60px;height:20px}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div{display:inline-block;width:12px;height:12px;margin:4px;background-color:currentColor;border-radius:100%;opacity:0;-webkit-animation:qode-ball-fall 1.5s ease infinite both;animation:qode-ball-fall 1.5s ease infinite both}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(1){-webkit-animation-delay:calc((100ms) - 300ms);animation-delay:calc((100ms) - 300ms)}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2){-webkit-animation-delay:calc((200ms) - 300ms);animation-delay:calc((200ms) - 300ms)}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3){-webkit-animation-delay:calc((300ms) - 300ms);animation-delay:calc((300ms) - 300ms)}#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes{position:relative;width:32px;height:32px;margin:-16px 0 0 -16px}#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube{position:absolute;top:0;left:0;width:10px;height:10px;background-color:currentColor;-webkit-animation:qode-rotating-cubes 1.8s infinite ease-in-out;animation:qode-rotating-cubes 1.8s infinite ease-in-out}#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2{-webkit-animation-delay:-.9s;animation-delay:-.9s}#qodef-page-spinner.qodef-layout--sante .qodef-m-spinner{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#qodef-page-spinner.qodef-layout--sante .qodef-m-sante{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#qodef-page-spinner.qodef-layout--sante .qodef-m-svg-image{position:relative;z-index:1;opacity:0}#qodef-page-spinner.qodef-layout--sante .qodef-m-svg-image svg{overflow:visible}#qodef-page-spinner.qodef-layout--sante .qodef-m-svg-image svg>g{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-animation:qodef-rotate-stamp 8s linear infinite .5s;animation:qodef-rotate-stamp 8s linear infinite .5s;will-change:transform}#qodef-page-spinner.qodef-layout--sante .qodef-m-canvas{position:absolute;top:0;left:0;width:100%;height:100%;top:100%;background-color:#fff;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:0;-webkit-transition:.5s ease;-o-transition:.5s ease;transition:.5s ease}#qodef-page-spinner.qodef-layout--sante.qodef--init .qodef-m-svg-image{opacity:1;-webkit-transition:.8s ease .5s;-o-transition:.8s ease .5s;transition:.8s ease .5s}#qodef-page-spinner.qodef-layout--sante.qodef--animation-end{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:-webkit-transform .4s ease .8s;transition:-webkit-transform .4s ease .8s;-o-transition:transform .4s ease .8s;transition:transform .4s ease .8s;transition:transform .4s ease .8s,-webkit-transform .4s ease .8s}#qodef-page-spinner.qodef-layout--sante.qodef--animation-end .qodef-m-svg-image{opacity:0;-webkit-transition:.4s ease .4s;-o-transition:.4s ease .4s;transition:.4s ease .4s}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes{width:50px;height:60px;margin:-30px 0 0 -25px;text-align:center}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe{display:inline-block;float:left;height:100%;width:6px;margin:0 3px 0 0;background-color:currentColor;-webkit-animation:qode-stretch-delay 1.2s infinite ease-in-out;animation:qode-stretch-delay 1.2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2{-webkit-animation-delay:calc((200ms) - 1300ms);animation-delay:calc((200ms) - 1300ms)}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3{-webkit-animation-delay:calc((300ms) - 1300ms);animation-delay:calc((300ms) - 1300ms)}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4{-webkit-animation-delay:calc((400ms) - 1300ms);animation-delay:calc((400ms) - 1300ms)}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5{-webkit-animation-delay:calc((500ms) - 1300ms);animation-delay:calc((500ms) - 1300ms)}#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles{position:relative;width:40px;height:40px;margin:-20px 0 0 -20px;text-align:center;-webkit-animation:qode-rotate-circles 2s infinite linear;animation:qode-rotate-circles 2s infinite linear}#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle{position:absolute;top:0;width:60%;height:60%;display:inline-block;background-color:currentColor;border-radius:100%;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation:qode-bounce 2s infinite ease-in-out;animation:qode-bounce 2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles{width:150px;height:30px;margin:-15px 0 0 -75px}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle{float:left;height:30px;width:30px;margin-right:10px;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1{-webkit-animation:qode-wave-jump-3 1.8s infinite ease-out;animation:qode-wave-jump-3 1.8s infinite ease-out}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2{-webkit-animation:qode-wave-jump-2 1.8s infinite ease-out;animation:qode-wave-jump-2 1.8s infinite ease-out}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3{-webkit-animation:qode-wave-jump-1 1.8s infinite ease-out;animation:qode-wave-jump-1 1.8s infinite ease-out}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4{margin-right:0;-webkit-animation:qode-wave-wipe 1.8s infinite cubic-bezier(.5,0,.5,1);animation:qode-wave-wipe 1.8s infinite cubic-bezier(.5,0,.5,1)}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave{width:72px;margin:-9px 0 0 -36px;text-align:center}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item{display:inline-block;width:18px;height:18px;margin:0 3px 0 0;background-color:currentColor;border-radius:100%;-webkit-animation:qode-bounce-delay 1.4s infinite ease-in-out both;animation:qode-bounce-delay 1.4s infinite ease-in-out both}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1{-webkit-animation-delay:-.32s;animation-delay:-.32s}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2{-webkit-animation-delay:-.16s;animation-delay:-.16s}.qodef-sp-holder{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;z-index:115;visibility:hidden;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out;background-color:rgba(255,255,255,.85);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-sp-holder form .wpcf7-response-output{position:absolute;bottom:34px;width:80%}@media only screen and (max-width:680px){.qodef-sp-holder form .wpcf7-response-output{bottom:9px}}@media all and (max-width:320px){.qodef-sp-holder form .wpcf7-response-output{bottom:0}}@media only screen and (max-width:680px){.qodef-sp-holder form{padding:0 30px}}.qodef-sp-holder .qodef-sp-inner{width:90%;max-width:938px;background-color:transparent;padding:13px 40px 40px 40px;opacity:0;-webkit-transition:opacity .2s ease-out,-webkit-transform .3s cubic-bezier(.06,.47,.38,.99);transition:opacity .2s ease-out,-webkit-transform .3s cubic-bezier(.06,.47,.38,.99);-o-transition:transform .3s cubic-bezier(.06,.47,.38,.99),opacity .2s ease-out;transition:transform .3s cubic-bezier(.06,.47,.38,.99),opacity .2s ease-out;transition:transform .3s cubic-bezier(.06,.47,.38,.99),opacity .2s ease-out,-webkit-transform .3s cubic-bezier(.06,.47,.38,.99)}@media only screen and (max-width:680px){.qodef-sp-holder .qodef-sp-inner{width:100%;padding:15px}}.qodef-sp-holder .qodef-sp-inner .qodef-button.qodef-layout--outlined .qodef-outlined-button-background{height:48px!important}.qodef-sp-holder .qodef-sp-wrapper-inner{background-color:#fff;border:1px solid #d9ded5;padding:9px}.qodef-sp-holder .qodef-sp-close{position:absolute;top:7px;right:38px;display:block;color:#68745c;font-size:25px}@media only screen and (max-width:680px){.qodef-sp-holder .qodef-sp-close{top:7px;right:11px}}.qodef-sp-holder .qodef-sp-close:hover{color:#80827e}.qodef-sp-holder .qodef-sp-close svg{stroke:currentColor;fill:currentColor}.qodef-sp-holder .qodef-sp-content-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fafafa;background-size:cover;padding:40px;text-align:center}@media all and (min-width:769px){.qodef-sp-holder .qodef-sp-content-container{min-height:359px}}@media only screen and (max-width:680px){.qodef-sp-holder .qodef-sp-content-container{padding:40px 11px}}.qodef-sp-holder .qodef-sp-title{margin:-11px 0 0;display:block;font-family:Quentin;font-size:156px;color:#fff;font-weight:300;line-height:1em}@media only screen and (max-width:768px){.qodef-sp-holder .qodef-sp-title{font-size:107px;margin:0}}@media only screen and (max-width:680px){.qodef-sp-holder .qodef-sp-title{font-size:53px}}.qodef-sp-holder .qodef-sp-subtitle{margin:-27px 0 0 0;font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;color:#2f3327;font-size:23px;line-height:1.26em;letter-spacing:0;color:#fff}@media only screen and (max-width:768px){.qodef-sp-holder .qodef-sp-subtitle{margin:-7px 0 0 0}}@media only screen and (max-width:680px){.qodef-sp-holder .qodef-sp-subtitle{margin:7px 0 0 0;font-size:16px}}.qodef-sp-holder .wpcf7{width:100%;display:block}.qodef-sp-holder .qodef-sp-prevent{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:1px;margin-bottom:3px}.qodef-sp-holder .qodef-sp-prevent .qodef-sp-prevent-label{color:#80827e;letter-spacing:.02em}.qodef-sp-holder .qodef-sp-prevent-inner{cursor:pointer}.qodef-sp-holder .qodef-sp-prevent-inner>*{position:relative;display:inline-block;vertical-align:top;line-height:1}.qodef-sp-holder form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-sp-holder .qodef-form{margin:37px 0 12px}@media all and (min-width:769px){.qodef-sp-holder .qodef-form{width:528px}}@media only screen and (max-width:680px){.qodef-sp-holder .qodef-form{margin:37px 0 32px}}.qodef-sp-holder .qodef-form .qodef-newsletter-form-submit{margin:25px 0 28px 50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.qodef-sp-holder .qodef-sp-prevent-input{margin:1px 1px 0 0;width:11px;height:11px;border:1px solid #68745c;overflow:hidden}.qodef-sp-holder .qodef-sp-prevent-input svg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-sp-holder .qodef-sp-prevent-input svg path{stroke:#68745c}.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg{opacity:1}.qodef-sp-holder .qodef-sp-prevent-label{font-size:13px}.qodef-sp-opened .qodef-sp-holder{opacity:1;visibility:visible;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .8s cubic-bezier(.26,.63,0,.96);transition:-webkit-transform .8s cubic-bezier(.26,.63,0,.96);-o-transition:transform .8s cubic-bezier(.26,.63,0,.96);transition:transform .8s cubic-bezier(.26,.63,0,.96);transition:transform .8s cubic-bezier(.26,.63,0,.96),-webkit-transform .8s cubic-bezier(.26,.63,0,.96)}.qodef-page-title{background-position:center 0;background-repeat:no-repeat;background-size:cover}.qodef-page-title.qodef-image--responsive{height:auto!important}.qodef-page-title.qodef-image--responsive .qodef-m-content{position:absolute;top:0;left:0}.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.qodef-page-title.qodef-alignment--center{text-align:center}.qodef-page-title.qodef-alignment--right{text-align:right}.qodef-page-title .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-page-title .qodef-m-image img{display:block;width:100%}.qodef-page-title .qodef-m-content.qodef-content-full-width{padding:0 40px}.qodef-page-title .qodef-breadcrumbs a,.qodef-page-title .qodef-breadcrumbs span{font-family:Poppins,sans-serif;font-weight:300;font-size:13px;color:#68745c;letter-spacing:.02em}.qodef-page-title .qodef-breadcrumbs a{position:relative}.qodef-page-title .qodef-breadcrumbs a:before{content:'';display:inline-block;position:absolute;height:1px;width:100%;bottom:0;left:0;background-color:#969d8f;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;-o-transition:transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s;-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.qodef-page-title .qodef-breadcrumbs a:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator{margin:0 4px}.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after{content:'\\'}.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs{margin-top:-2px;margin-bottom:4px}.qodef-page-title.qodef-title--standard .qodef-m-subtitle{margin:4px 0 0}.widget.qodef-author-info{text-align:center}.widget.qodef-author-info .qodef-author-info-image{margin-bottom:21px;display:inline-block}.widget.qodef-author-info .qodef-author-info-image img{border-radius:50%;color:#80827e}.widget.qodef-author-info .qodef-author-info-name{margin:0 0 9px}.widget.qodef-author-info .qodef-author-info-name a{color:#2f3327}.widget.qodef-author-info .qodef-author-info-description{margin:0}.widget .qodef-contact-info-widget{margin:0}#qodef-top-area .widget .qodef-contact-info-widget a{font-size:16px}#qodef-page-sidebar .qodef-social-icons-group,.qodef-page-sidebar .qodef-social-icons-group{margin-top:23px}.qodef-social-icons-group .qodef-icon-holder a span{color:#68745c}.qodef-social-icons-group .qodef-icon-holder{margin-right:19px;font-size:11px}.qodef-header--vertical .qodef-social-icons-group .qodef-icon-holder{margin-right:26px}.qodef-header--vertical .qodef-social-icons-group .qodef-icon-holder a:before{top:-9px;left:-9px}.qodef-header--vertical .qodef-social-icons-group .qodef-icon-holder:last-child a:before{top:-9px;left:-9px}#qodef-side-area .qodef-social-icons-group .qodef-icon-holder a:before{top:-8px;left:-8px}#qodef-side-area .qodef-social-icons-group .qodef-icon-holder:last-child a:before{top:-9px;left:-9px}#qodef-page-sidebar .qodef-social-icons-group .qodef-icon-holder{font-size:14px}.qodef-social-icons-group .qodef-icon-holder a{padding:0;position:relative;z-index:20}.qodef-social-icons-group .qodef-icon-holder a:before{content:"";position:absolute;background-color:#e9ebe7;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;border-radius:50%;width:27px;height:27px;opacity:0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);z-index:0;top:0;left:0}.qodef-social-icons-group .qodef-icon-holder a:hover:before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);z-index:-1}.qodef-social-icons-group .qodef-icon-holder a:before{width:29px;height:29px;top:-7px;left:-7px;z-index:-1}#qodef-top-area .qodef-social-icons-group .qodef-icon-holder a:before{top:-9px;left:-9px}#qodef-page-footer-bottom-area .qodef-social-icons-group .qodef-icon-holder a:before{width:27px;height:27px;top:-8px;left:-8px}#qodef-page-sidebar .qodef-social-icons-group .qodef-icon-holder a:before,.qodef-page-sidebar .qodef-social-icons-group .qodef-icon-holder a:before{top:-9px;left:-8px}.qodef-social-icons-group .qodef-icon-holder a:hover:before{z-index:-1}.qodef-social-icons-group .qodef-icon-holder:last-child{margin-right:0}.widget_sante_core_sticky_sidebar{position:relative;width:100%;height:0;margin:0!important;padding:0!important;border:none!important;background:0 0!important}.qodef-weather-widget .qodef-m-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-weather-widget .qodef-m-weather{margin-right:20px;-ms-flex-negative:0;flex-shrink:0}.qodef-weather-widget .qodef-m-weather-icon{font-size:50px;line-height:1;margin-bottom:15px}.qodef-weather-widget .qodef-m-weather-icon:before{content:''}.qodef-weather-widget .qodef-m-weather-icon.qodef--haze:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--mist:before{content:"\f75f"}.qodef-weather-widget .qodef-m-weather-icon.qodef--light-snow:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--snow:before{content:"\f2dc"}.qodef-weather-widget .qodef-m-weather-icon.qodef--thunderstorm:before{content:"\f0e7"}.qodef-weather-widget .qodef-m-weather-icon.qodef--drizzle:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-drizzle:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-shower-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain-and-snow:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--moderate-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--rain:before{content:"\f73d"}.qodef-weather-widget .qodef-m-weather-icon.qodef--heavy-intensity-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--shower-rain:before{content:"\f740"}.qodef-weather-widget .qodef-m-weather-icon.qodef--broken-clouds:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--overcast-clouds:before{content:"\f0c2"}.qodef-weather-widget .qodef-m-weather-icon.qodef--few-clouds:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--scattered-clouds:before{content:"\f6c4"}.qodef-weather-widget .qodef-m-weather-icon.qodef--clear-sky:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--sky-is-clear:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--sun:before{content:"\f185"}.qodef-weather-widget .qodef-m-temperature{font-size:25px}.qodef-weather-widget .qodef-m-temperature.qodef--high-low .qodef-e-temperature-low:after{content:'-'}.qodef-weather-widget .qodef-m-weather-info p{margin:0}.qodef-weather-widget .qodef-e-heading{margin-bottom:15px}.qodef-weather-widget .qodef-e-heading>*{margin:0}.qodef-weather-widget .qodef-e-heading-description{margin-top:10px}.qodef-weather-widget .qodef-m-other-days{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:25px}.qodef-weather-widget .qodef-m-other-days .qodef-m-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-weather-widget.qodef-layout--simple .qodef-m-city{padding:0 10px}.qodef-weather-widget .qodef-m-weather-icon{color:#93a286}.qodef-weather-widget .qodef-e-heading-description{color:#93a286}#qodef-page-footer .qodef-weather-widget .qodef-m-weather-icon{color:#fff}#qodef-page-footer .qodef-weather-widget .qodef-e-heading-city{color:#fff}.qodef-wishlist{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-wishlist .qodef-m-link{line-height:1}.qodef-wishlist .qodef-m-link.qodef--added{color:#93a286}.qodef-wishlist .qodef-m-link.qodef--added i{font-weight:900}.qodef-wishlist .qodef-m-response{position:absolute;top:-6px;bottom:auto;right:-6px;left:auto;width:auto;padding:0 10px;font-size:13px;line-height:30px;color:#80827e;background-color:#fff;border:1px solid #dbe3d2;border-radius:4px;-webkit-box-shadow:3px 3px 16px 2px rgba(0,0,0,.04);box-shadow:3px 3px 16px 2px rgba(0,0,0,.04);white-space:nowrap;opacity:0;visibility:hidden;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}.qodef-wishlist .qodef-m-response.qodef--show{opacity:1;visibility:visible}.qodef-wishlist-dropdown{position:relative;display:inline-block;vertical-align:top;height:100%;margin:0 10px}.qodef-wishlist-dropdown .qodef-m-inner{position:relative;display:inline-block;width:100%;vertical-align:top;height:100%}.qodef-wishlist-dropdown .qodef-m-link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.qodef-wishlist-dropdown .qodef-m-link>*{margin:0;line-height:1}.qodef-wishlist-dropdown .qodef-m-link{color:#2f3327}#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link{color:#68745c}.qodef-wishlist-dropdown .qodef-m-link-icon{-ms-flex-negative:0;flex-shrink:0;margin-right:7px;font-size:13px;margin-top:-2px}#qodef-page-header .qodef-wishlist-dropdown .qodef-m-link-icon{font-size:15px}.qodef-wishlist-dropdown .qodef-m-link-icon:before{display:block;line-height:inherit}.qodef-wishlist-dropdown .qodef-m-link-icon{color:#2f3327}#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link-icon{color:#68745c}.qodef-wishlist-dropdown .qodef-m-link-count{font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;white-space:nowrap}#qodef-page-header .qodef-wishlist-dropdown .qodef-m-link-count{font-size:15px}#qodef-top-area .qodef-wishlist-dropdown:hover .qodef-m-link-icon{color:#2f3327}.qodef-wishlist-dropdown .qodef-m-items{position:absolute;top:100%;left:auto;right:0;width:266px;padding:25px;text-align:left;background-color:#fff;border:1px solid #dbe3d2;opacity:0;visibility:hidden;z-index:1000;-webkit-transition:all .35s cubic-bezier(.53,.01,.18,1);-o-transition:all .35s cubic-bezier(.53,.01,.18,1);transition:all .35s cubic-bezier(.53,.01,.18,1)}.qodef-wishlist-dropdown .qodef-m-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 25px}.qodef-wishlist-dropdown .qodef-m-item:last-child{margin-bottom:0}.qodef-wishlist-dropdown .qodef-e-image-link{-ms-flex-negative:0;flex-shrink:0;max-width:60px;margin-right:15px}.qodef-wishlist-dropdown .qodef-e-image-link img{display:block;border:1px solid #dbe3d2;border-radius:4px}.qodef-wishlist-dropdown .qodef-e-title{margin:0}.qodef-wishlist-dropdown .qodef-e-remove{position:absolute;top:-10px;right:-10px;padding:5px;font-size:13px;line-height:1;z-index:3}.qodef-wishlist-dropdown .qodef-e-remove *{display:block;line-height:inherit}.qodef-wishlist-dropdown .qodef-e-remove :before{display:block;line-height:inherit}.touch .qodef-wishlist-dropdown{cursor:pointer}.qodef-wishlist-dropdown.qodef-items--has:hover .qodef-m-items{opacity:1;visibility:visible}.qodef-working-hours-list{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-working-hours-list .qodef-working-hours-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-bottom:16px}.qodef-working-hours-list .qodef-e-day{position:relative;margin:0}.qodef-working-hours-list .qodef-e-day-icon{position:absolute;top:-2px;right:-8px;font-size:8px;color:#93a286}.qodef-working-hours-list .qodef-e-line{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0 10px;border-bottom:1px solid #bfb8b6;opacity:.5}.qodef-working-hours-list .qodef-e-time{margin:0;font-family:Poppins,sans-serif;font-style:italic}.qodef-working-hours-list .qodef-e-time.qodef--closed{color:#93a286}.qodef-working-hours-list .qodef-m-footer{position:relative;top:3px;font-size:14px;color:#817c7b}.qodef-working-hours-list .qodef-m-footer-icon{position:relative;top:-5px;right:0;font-size:8px;color:#93a286}@media only screen and (max-width:680px){#qodef-age-verification-modal .qodef-m-content{min-width:auto}#qodef-age-verification-modal .qodef-m-content-note{display:none}}@media only screen and (max-width:1440px){.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link{padding:83px 40px}.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote{padding:83px 40px 87px}}@media only screen and (max-width:680px){#qodef-author-info .qodef-m-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}#qodef-author-info .qodef-m-content{margin-top:23px}}@media only screen and (max-width:1024px){body:not(.qodef-content-behind-header) #qodef-page-outer{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-header--vertical-sliding #qodef-page-header-inner{display:none}.qodef-header--vertical-sliding #qodef-page-outer,.qodef-header--vertical-sliding footer{padding-left:0}}@media only screen and (max-width:1024px){.qodef-header--vertical #qodef-page-header-inner{display:none}.qodef-header--vertical #qodef-page-outer,.qodef-header--vertical footer{padding-left:0}}@media only screen and (max-width:1024px){#qodef-top-area{display:none}}@media only screen and (max-width:1440px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:680px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}}@media only screen and (max-width:1440px){.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-50px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets{margin:0 -25px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item{padding:0 25px;margin:0 0 50px}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-info{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media{margin:0 0 50px}.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-info{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-info{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--images-small .qodef-media{margin:0 0 50px}.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-info{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media{margin:0 0 50px}.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--slider-big .qodef-portfolio-info{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--slider-small .qodef-media{margin:0 0 50px}.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-info{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-reservation-form .qodef-holder--field{-ms-flex-preferred-size:49%;flex-basis:49%;margin-bottom:10px}.qodef-holder--label{display:none}}@media only screen and (max-width:680px){.qodef-reservation-form .qodef-holder--field{-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:10px}}@media only screen and (max-width:768px){.qodef-advanced-image-slider{padding:0}.qodef-advanced-image-slider.qodef-orientation-right{padding:0}.qodef-advanced-image-slider .qodef-vertical-border{display:none}}@media only screen and (max-width:680px){.qodef-advanced-image-slider{padding:0}.qodef-advanced-image-slider .qodef-vertical-border{display:none}.qodef-advanced-image-slider.qodef-orientation-right .qodef-slider-navigation{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.qodef-advanced-image-slider .qodef-slider-navigation{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media only screen and (max-width:680px){.qodef-call-to-action.qodef-layout--standard .qodef-m-inner{display:block}.qodef-call-to-action.qodef-layout--standard .qodef-m-button{margin-top:20px}}@media only screen and (max-width:768px){.qodef-cards-gallery .qodef-m-fake-card{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6){-webkit-transform:scale(.3) translateX(84%);-ms-transform:scale(.3) translateX(84%);transform:scale(.3) translateX(84%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5){-webkit-transform:scale(.4) translateX(60%);-ms-transform:scale(.4) translateX(60%);transform:scale(.4) translateX(60%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4){-webkit-transform:scale(.5) translateX(39%);-ms-transform:scale(.5) translateX(39%);transform:scale(.5) translateX(39%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3){-webkit-transform:scale(.6) translateX(25%);-ms-transform:scale(.6) translateX(25%);transform:scale(.6) translateX(25%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2){-webkit-transform:scale(.7) translateX(11.2%);-ms-transform:scale(.7) translateX(11.2%);transform:scale(.7) translateX(11.2%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6){-webkit-transform:scale(.3) translateX(-84%);-ms-transform:scale(.3) translateX(-84%);transform:scale(.3) translateX(-84%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5){-webkit-transform:scale(.4) translateX(-60%);-ms-transform:scale(.4) translateX(-60%);transform:scale(.4) translateX(-60%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4){-webkit-transform:scale(.5) translateX(-39%);-ms-transform:scale(.5) translateX(-39%);transform:scale(.5) translateX(-39%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3){-webkit-transform:scale(.6) translateX(-25%);-ms-transform:scale(.6) translateX(-25%);transform:scale(.6) translateX(-25%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2){-webkit-transform:scale(.7) translateX(-11.2%);-ms-transform:scale(.7) translateX(-11.2%);transform:scale(.7) translateX(-11.2%)}}@media only screen and (max-width:768px){.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table,.qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table{display:block;width:100%}.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table:not(.qodef--features),.qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table:not(.qodef--features){border-top:0;border-left-width:1px}.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table.qodef--features,.qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table.qodef--features{width:100%}}@media only screen and (max-width:768px){.qodef-countdown.qodef-show--4 .qodef-digit-wrapper,.qodef-countdown.qodef-show--5 .qodef-digit-wrapper,.qodef-countdown.qodef-show--6 .qodef-digit-wrapper{width:33.33333333333333%}}@media only screen and (max-width:680px){.qodef-countdown.qodef-show--4 .qodef-digit-wrapper,.qodef-countdown.qodef-show--5 .qodef-digit-wrapper,.qodef-countdown.qodef-show--6 .qodef-digit-wrapper{width:100%}}@media only screen and (max-width:1024px){.qodef-frame-slider-holder{margin-bottom:96px}.qodef-frame-slider-holder .swiper-pagination-bullets{bottom:-96px!important}}@media only screen and (max-width:768px){.qodef-frame-slider-holder{margin-bottom:86px}.qodef-frame-slider-holder .swiper-pagination-bullets{bottom:-86px!important}}@media only screen and (max-width:680px){.qodef-frame-slider-holder{margin-bottom:76px}.qodef-frame-slider-holder .swiper-pagination-bullets{bottom:-76px!important}}@media only screen and (max-width:480px){.qodef-frame-slider-holder{margin-bottom:46px}.qodef-frame-slider-holder .swiper-pagination-bullets{bottom:-46px!important}}@media only screen and (max-width:1024px){.qodef-highlight.qodef-title-break--disabled .qodef-m-title br{display:none}}@media only screen and (max-width:680px){.qodef-image-marquee .qodef-m-content.qodef--desktop{display:none}.qodef-image-marquee .qodef-m-content.qodef--mobile{display:block}}@media only screen and (max-width:1024px){.qodef-info-section.qodef-title-break--disabled .qodef-m-title br{display:none}}@media only screen and (max-width:1366px){.qodef-interactive-link-showcase.qodef-type--standard{padding:100px 0}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images{width:60%}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items{width:40%}}@media only screen and (max-width:1024px){.qodef-interactive-link-showcase.qodef-type--standard{padding:60px 0}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images{width:80%}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items{width:100%;padding-left:60px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item{font-size:30px;line-height:1.2em;letter-spacing:0;padding-bottom:3px}}@media only screen and (max-width:680px){.qodef-interactive-link-showcase.qodef-type--standard{padding:30px 0}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items{padding-left:30px}}@media only screen and (max-width:1024px){.qodef-item-showcase{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.qodef-item-showcase .qodef-m-image{position:absolute;top:0;left:0;width:40%;padding-right:40px;margin:0!important}.qodef-item-showcase .qodef-m-items{left:40%;width:calc(100% - 40%)}.qodef-item-showcase .qodef-m-items .qodef-m-item{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.qodef-item-showcase .qodef-m-items.qodef--left{text-align:left}.qodef-item-showcase .qodef-m-items.qodef--right .qodef-m-item:first-child{margin-top:40px}.qodef-item-showcase .qodef-m-item{margin-top:40px}}@media only screen and (max-width:680px){.qodef-item-showcase .qodef-m-image{display:none}.qodef-item-showcase .qodef-m-items{left:0;width:100%}}@media only screen and (max-width:1024px){.qodef-section-title.qodef-title-break--disabled .qodef-m-title br{display:none}}@media only screen and (max-width:1024px){.qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info{padding-left:60px}.qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info{padding-right:60px}.qodef-swapping-image-gallery .qodef-m-info{padding-top:30px}.qodef-swapping-image-gallery .qodef-m-info .qodef-m-headline{margin:0 0 30px}.qodef-swapping-image-gallery.qodef-title-break--disabled .qodef-m-title br{display:none}}@media only screen and (max-width:680px){.qodef-swapping-image-gallery{display:block}.qodef-swapping-image-gallery .qodef-m-image-holder,.qodef-swapping-image-gallery .qodef-m-info{-ms-flex-preferred-size:auto;flex-basis:auto}.qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info{padding-left:0}.qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info{padding-right:0}}@media only screen and (max-width:680px){.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical{display:block}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation{padding-right:0;margin-right:0;border-right:0}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content{margin-top:26px}.qodef-tabs.qodef-layout--simple .qodef-tabs-content{margin:26px 0 0}}@media only screen and (max-width:1440px){.qodef-vertical-split-slider .qodef-m-image{max-height:480px}}@media only screen and (max-width:1366px){.qodef-vertical-split-slider .qodef-m-title{font-size:100px!important}.qodef-vertical-split-slider .qodef-m-image{max-height:435px}}@media only screen and (max-width:1024px){.qodef-vertical-split-slider.qodef-disable-below--1024{display:none}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive{display:block}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-e-product-link{display:block;text-align:center}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-e-product-link>*{text-align:center}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-e-product-link .qodef-ms-section-rating{margin:0}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-e-product-link .qodef-ms-section-rating>*{color:#768467}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-e-product-link .qodef-e-title{margin:3px 0 10px 0}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-e-product-link .qodef-ms-section-price{font-family:Poppins,sans-serif;font-size:13px;font-weight:300;color:#2f3327;letter-spacing:.04em}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-m-slide-content,.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-m-slide-image{min-height:100vh;background-position:center top}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-m-slide-image{position:relative}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-m-slide-image .qodef-e-title-link{position:absolute;left:0;top:50%;width:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-align:center}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-m-slide-content{padding:0 10%}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-m-text{margin:13px 0 0}}@media only screen and (max-width:768px){.qodef-vertical-split-slider.qodef-disable-below--768{display:none}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive{display:block}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-e-product-link{display:block;text-align:center}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-e-product-link>*{text-align:center}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-e-product-link .qodef-ms-section-rating{margin:0}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-e-product-link .qodef-ms-section-rating>*{color:#768467}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-e-product-link .qodef-e-title{margin:3px 0 10px 0}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-e-product-link .qodef-ms-section-price{font-family:Poppins,sans-serif;font-size:13px;font-weight:300;color:#2f3327;letter-spacing:.04em}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-m-slide-content,.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-m-slide-image{min-height:100vh;background-position:center top}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-m-slide-image{position:relative}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-m-slide-image .qodef-e-title-link{position:absolute;left:0;top:50%;width:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-align:center}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-m-slide-content{padding:0 10%}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-m-text{margin:13px 0 0}}.qodef-vss-responsive.qodef-m .qodef-m-slide-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:1024px){.qodef-vss-responsive.qodef-m .qodef-m-slide-content:first-child .qodef-m-slide-content-inner{margin-top:23px}}@media only screen and (max-width:680px){.qodef-vss-responsive.qodef-m .qodef-m-slide-content:first-child .qodef-m-slide-content-inner{margin-top:32px}}@media only screen and (max-width:480px){.qodef-vss-responsive.qodef-m .qodef-m-slide-content{padding:0 10% 0!important}}@media only screen and (max-width:1024px){.qodef-vss-responsive.qodef-m .qodef-m-slide-image{background-repeat:no-repeat;background-size:cover}}@media only screen and (max-width:480px){.qodef-vss-responsive.qodef-m .qodef-m-title{font-size:45px}}@media only screen and (max-width:680px){.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1){left:1px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2){left:46px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3){left:91px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4){left:136px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5){left:181px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6){left:226px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7){left:271px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown{left:auto;right:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1){right:auto;left:1px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2){right:auto;left:46px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3){right:auto;left:91px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4){right:auto;left:136px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5){right:auto;left:181px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6){right:auto;left:226px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7){right:auto;left:271px}}@media only screen and (max-width:1024px){body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content{padding-top:0!important}}@media only screen and (max-width:1024px){#qodef-page-sidebar .qodef-social-icons-group{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}
/*.sante-core-page-inline-style{position:absolute!important;width:0;height:0;line-height:1;display:none}@font-face{font-family:Quentin;src:url(../fonts/quentin-webfont.eot);src:url(../fonts/quentin-webfont-1.eot) format("embedded-opentype"),url(../fonts/quentin-webfont.woff2) format("woff2"),url(../fonts/quentin-webfont.woff) format("woff"),url(../fonts/quentin-webfont.ttf) format("truetype"),url(../fonts/quentin-webfont.svg) format("svg");font-weight:400;font-style:normal}.qodef--underline{display:inline-block;background-color:#93a286;height:2px;min-width:40px}.qodef-social-share-style{margin-right:4px;border:1px solid transparent;border-radius:100%;padding:8px;min-width:29px;text-align:center;-webkit-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}.qodef-social-share-style:hover{border-color:#e9ebe7;background-color:#e9ebe7;-webkit-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}.qodef-social-share-style:hover>*{color:initial}.qodef-social-share-style:last-child{margin-right:0}body .fa-facebook-f:before{content:"\f39e"}@media only screen and (max-width:680px){body .qodef-h1,body h1{font-size:45px}}.qodef-image-gallery:hover .swiper-button-next,.qodef-image-gallery:hover .swiper-button-prev{width:51px!important}.qodef-image-gallery .swiper-button-next,.qodef-image-gallery .swiper-button-prev{top:calc(50% - 23px);background-color:#fff;-webkit-box-sizing:content-box;box-sizing:content-box;padding:5px 0 4px;right:0!important;left:unset!important;width:36px!important;-webkit-transition:width .4s ease;-o-transition:width .4s ease;transition:width .4s ease}.qodef-image-gallery .swiper-button-next svg,.qodef-image-gallery .swiper-button-prev svg{width:20px}.qodef-image-gallery .swiper-button-next svg line,.qodef-image-gallery .swiper-button-next svg path,.qodef-image-gallery .swiper-button-prev svg line,.qodef-image-gallery .swiper-button-prev svg path{stroke:#68745c}.qodef-image-gallery .swiper-button-next.swiper-button-disabled,.qodef-image-gallery .swiper-button-prev.swiper-button-disabled{opacity:1}.qodef-image-gallery .swiper-button-prev{-webkit-transform:translateY(calc(50% - 1px));-ms-transform:translateY(calc(50% - 1px));transform:translateY(calc(50% - 1px));padding-bottom:25px}.qodef-image-gallery .swiper-button-next{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);padding-top:25px}body .mfp-figure:after{-webkit-box-shadow:none;box-shadow:none;background:0 0}body .mejs-controls .mejs-time-rail .mejs-time-current{background:#93a286}body.page-id-828 #qodef-side-area-close{right:70px}body.page-id-828 #qodef-page-footer-bottom-area .qodef-content-full-width{padding:0 70px}@media all and (min-width:1100px){body.page-id-338 .qodef-blog.qodef-col-num--1 .qodef-blog-item .qodef-e-excerpt{width:84%}}body.single-format-link .qodef-e-content .qodef-info--bottom,body.single-format-link .qodef-e-content .qodef-info--top,body.single-format-quote .qodef-e-content .qodef-info--bottom,body.single-format-quote .qodef-e-content .qodef-info--top{display:none!important}body #qodef-related-posts .mejs-horizontal-volume-slider,body #qodef-related-posts .mejs-horizontal-volume-total{width:13px}body #qodef-related-posts .mejs-controls{padding:0 6px}body .woocommerce .qodef-empty-cart-image{text-align:center;margin-bottom:15px;margin-top:89px}@media only screen and (max-width:680px){body .woocommerce .qodef-empty-cart-image{margin-top:0}}#qodef-page-sidebar .qodef-blog.qodef-col-num--1 .qodef-blog-item .qodef-e-info.qodef-info--bottom{margin-top:8px}#qodef-page-sidebar .qodef-blog .qodef-blog-item .qodef-e-title{margin-bottom:6px}.tparrows svg{height:19px}#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo,#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo:hover{opacity:1!important}.qodef-anchor:hover{color:#2f3327!important}.qodef-rev-circle-button rs-mask-wrap{cursor:pointer;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;-o-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.qodef-rev-circle-button rs-mask-wrap:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;-o-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.qodef-cover-border .qodef-image-with-text.qodef-iwt-border img{border-color:transparent}.qodef-cover-border .qodef-image-with-text.qodef-iwt-border .qodef-img--fade img{border:1px solid #e4eadc}#qodef-side-area-close.qodef-opener-icon.qodef-source--svg-path span>*,.qodef-mobile-header-opener.qodef-opener-icon.qodef-source--svg-path span>*,.qodef-side-area-opener.qodef-opener-icon.qodef-source--svg-path span>*{fill:currentColor;stroke:none}.post-type-archive-product .widget_sante_core_side_area_opener>a{color:#000}#qodef-page-footer .widget a:hover .qodef-icon-holder{color:#2f3327}#qodef-page-footer .widget a:hover .qodef-icon-holder>span{color:#2f3327}.qodef-top-slider--enabled .header-divided-top-slider{display:inline-block;width:100%;height:auto;z-index:0;top:0;left:0}@media all and (min-width:1025px){.qodef-top-slider--enabled .header-divided-top-slider{position:fixed}}.qodef-browser--chrome.page-id-881 .qodef-woo-product-list .qodef-woo-product-image,.qodef-browser--firefox.page-id-881 .qodef-woo-product-list .qodef-woo-product-image{background-color:transparent}@media all and (min-width:1025px) and (max-width:1440px){.qodef-gallery-custom-responsive .qodef-image-gallery .swiper-button-next,.qodef-gallery-custom-responsive .qodef-image-gallery .swiper-button-prev{top:calc(50% - 46px)}.qodef-gallery-custom-responsive .elementor-element .elementor-widget-container,.qodef-gallery-custom-responsive .elementor-widget-wrap>.elementor-element,.qodef-gallery-custom-responsive .qodef-image-gallery,.qodef-gallery-custom-responsive .qodef-image-gallery .qodef-image-wrapper{height:100%}.qodef-gallery-custom-responsive .qodef-swiper-container .swiper-slide img{-o-object-fit:cover;object-fit:cover;height:100%;height:calc(100% - 39px)}}@media only screen and (max-width:1440px){.page-id-1731 .qodef-section-title{margin-top:90px}}.menu-custom-faq-sidebar-menu-container a:hover{color:#2f3327}.page-id-1649 #qodef-page-footer-top-area .qodef-content-full-width>div:after,.page-id-881 #qodef-page-footer-top-area .qodef-content-full-width>div:after{background-color:transparent}.kc-elm.qodef-shortcode .fa,.kc-elm.qodef-shortcode .fas{font-family:'Font Awesome 5 Free';font-weight:900}.kc-elm.qodef-shortcode .fa:before,.kc-elm.qodef-shortcode .fas:before{font-family:inherit;font-weight:inherit}.kc-elm.qodef-shortcode .fab{font-family:'Font Awesome 5 Brands';font-weight:400}.kc-elm.qodef-shortcode .fab:before{font-family:inherit;font-weight:inherit}#qodef-age-verification-modal{position:fixed;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#2f3327;opacity:0;z-index:115;visibility:hidden;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}#qodef-age-verification-modal .qodef-m-logo{position:absolute;top:30px;left:30px}#qodef-age-verification-modal .qodef-m-logo a{position:relative;display:block;max-width:50%}#qodef-age-verification-modal .qodef-m-logo img{display:block}#qodef-age-verification-modal .qodef-m-content{padding:30px;text-align:center;max-width:700px}#qodef-age-verification-modal .qodef-m-content-title{margin:0;color:#fff}#qodef-age-verification-modal .qodef-m-content-subtitle{margin:11px 0 0;color:#93a286}#qodef-age-verification-modal .qodef-m-content-note{margin:32px 0 0;color:#e5dcdb}#qodef-age-verification-modal .qodef-m-content-prevent{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:52px}#qodef-age-verification-modal .qodef-button.qodef-prevent--yes{margin-right:10px}#qodef-age-verification-modal .qodef-button.qodef-prevent--no{color:#fff;border-color:#a3a19e}#qodef-age-verification-modal .qodef-button.qodef-prevent--no:hover{color:#fff;border-color:#28201e;background-color:#28201e}.qodef-age-verification--opened #qodef-age-verification-modal{opacity:1;visibility:visible;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}#qodef-back-to-top{position:fixed;width:80px;height:20px;right:13px;bottom:135px;margin:0;opacity:0;visibility:hidden;z-index:999;color:#68745c}.page-id-828 #qodef-back-to-top{right:0}#qodef-back-to-top:hover{color:#68745c}@media only screen and (max-width:680px){#qodef-back-to-top{right:-13px;bottom:92px}}#qodef-back-to-top .qodef-back-to-top-icon{display:inline-block;width:calc(100% + 1px);-webkit-transform:rotate3d(1,1,10,-90deg);transform:rotate3d(1,1,10,-90deg);position:relative;z-index:1;font-weight:600;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}#qodef-back-to-top .qodef-back-to-top-icon:after{content:"";width:calc(100% + 16px);height:12px;background:#e9ebe7;display:block;position:absolute;top:50%;z-index:-1;left:-8px;-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}#qodef-back-to-top .qodef-back-to-top-icon>span{margin-right:2px}#qodef-back-to-top .qodef-back-to-top-icon *{display:block;line-height:inherit}#qodef-back-to-top:hover .qodef-back-to-top-icon:after{-webkit-animation:qodef-paint-stroke .8s;animation:qodef-paint-stroke .8s}#qodef-back-to-top.qodef--off{opacity:0;visibility:hidden;-webkit-transition:opacity .15s ease,visibility 0s .15s;-o-transition:opacity .15s ease,visibility 0s .15s;transition:opacity .15s ease,visibility 0s .15s}#qodef-back-to-top.qodef--on{opacity:1;visibility:visible;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.qodef-blog.qodef-item-layout--metro{margin:0}.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image.qodef--background{margin-bottom:0}.qodef-blog.qodef-item-layout--metro article .qodef-e-content{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px 40px 35px;background-color:rgba(47,51,39,.12)}.qodef-blog.qodef-item-layout--metro article .qodef-e-content a{position:relative;z-index:3}.qodef-blog.qodef-item-layout--metro article .qodef-e-title{color:#fff}.qodef-blog.qodef-item-layout--metro article .qodef-e-title a{color:inherit}.qodef-blog.qodef-item-layout--metro article .qodef-e-info>*{color:#fff}.qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--top{margin-bottom:0}.qodef-blog.qodef-item-layout--metro article .qodef-e-post-link{z-index:2}.qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after,.qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after,.qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after{position:absolute;top:calc(50% - 36px);left:calc(50% - 36px);content:'\45';font-family:ElegantIcons;font-size:72px;line-height:1;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;color:#fff;speak:none;-webkit-font-smoothing:antialiased;z-index:1;border:3px solid #fff}.qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after{content:'\e006'}.qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after{content:'\45'}.qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after{content:'\e027'}.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link{padding:83px 68px}.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link-icon{right:84px;width:144px}.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote{padding:83px 68px 87px}.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote:before{font-size:582px}.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote-author{margin:20px 0 4px}.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-link .qodef-e-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;padding-top:40px;padding-bottom:40px}.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-quote .qodef-e-quote{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;padding-top:40px;padding-bottom:40px}.qodef-blog.qodef-item-layout--minimal article .qodef-e-info.qodef-info--bottom{margin-top:7px}.qodef-blog.qodef-item-layout--simple article .qodef-e-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image{-ms-flex-negative:0;flex-shrink:0;width:120px;margin:0 20px 0 0}.qodef-blog.qodef-item-layout--simple article .qodef-e-info.qodef-info--bottom{margin-top:5px}.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-media-image{overflow:hidden}.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-media-image img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;-o-transition:transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;will-change:transform}.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-media-image:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.qodef-blog.qodef-item-layout--standard .qodef-blog-item.qodef--active .qodef-e-media-image img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.qodef-blog.qodef-item-layout--standard .qodef-blog-item.qodef--active .qodef-e-title-link{color:#50534b}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child) .qodef-e-info.qodef-info--bottom{margin-bottom:42px}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-link .qodef-e-link{margin-bottom:50px}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-quote .qodef-e-quote{margin-bottom:50px}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-media{margin-bottom:21px}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-content .qodef-e-text .entry-title{margin:4px 0 0}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-content .qodef-e-text .entry-title:hover a{color:#50534b}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-content .qodef-e-read-more a:hover{color:#68745c}#qodef-related-posts .qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-info-tags{display:inline-block}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-info-category:after{display:none}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-excerpt{margin:16px 0 0;padding-right:2%}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-info{margin-bottom:1px}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-info .qodef-e-info-item{line-height:1.8em}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-category>a:after{bottom:1px}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-category:after{display:block}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-tags>a:after{bottom:2px}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-info.qodef-info--bottom{margin-top:24px}@media only screen and (max-width:768px){.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.qodef-blog-item .qodef-e-info.qodef-info--bottom{margin-top:0;margin-bottom:0}}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link{padding:76px}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link-icon{right:40px;width:140px}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote{padding:76px}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote:before{font-size:540px}#qodef-author-info{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:6px}#qodef-author-info .qodef-m-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f8f9f7;color:#68745c;padding:45px 22% 44px 46px}@media only screen and (max-width:1600px){#qodef-author-info .qodef-m-inner{padding:45px 17% 44px 46px}}@media only screen and (max-width:1024px){#qodef-author-info .qodef-m-inner{padding:45px 8% 44px 35px}}#qodef-author-info+h4{margin-top:70px}#qodef-author-info .qodef-m-image{-ms-flex-negative:0;flex-shrink:0;margin-right:35px}#qodef-author-info .qodef-m-image a,#qodef-author-info .qodef-m-image img{display:block}#qodef-author-info .qodef-m-image img{border-radius:50%}#qodef-author-info .qodef-m-author{margin:0}#qodef-author-info .qodef-m-author,#qodef-author-info .qodef-m-description,#qodef-author-info .qodef-m-social-icons{color:#68745c}#qodef-author-info .qodef-m-author a,#qodef-author-info .qodef-m-description a,#qodef-author-info .qodef-m-social-icons a{color:#68745c}#qodef-author-info .qodef-m-email{margin:5px 0 0}#qodef-author-info .qodef-m-description{margin:8px 0 0}#qodef-author-info .qodef-m-social-icons{margin-top:26px;-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}#qodef-author-info .qodef-m-social-icons a{position:relative;display:inline-block;vertical-align:top;margin-right:7px;font-size:12px;padding:4px 7px}#qodef-author-info .qodef-m-social-icons a.qodef-user-social-twitter{margin-top:1px}#qodef-author-info .qodef-m-social-icons a.qodef-user-social-facebook:before{top:1px}#qodef-author-info .qodef-m-social-icons a:before{content:"";position:absolute;background-color:#e9ebe7;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;border-radius:50%;width:27px;height:27px;opacity:0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);z-index:0;top:0;left:0}#qodef-author-info .qodef-m-social-icons a:hover:before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);z-index:-1}#qodef-author-info .qodef-m-social-icons a>span{position:relative;z-index:20}#qodef-author-info .qodef-m-social-icons a:last-child{margin-right:0}#qodef-related-posts{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-related-posts .entry-date{display:none}#qodef-related-posts .qodef-e-excerpt{display:none}#qodef-related-posts .qodef-e-read-more{display:none}#qodef-related-posts .qodef-e-media{margin-bottom:17px}#qodef-related-posts .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item{line-height:1.9em}#qodef-related-posts .qodef-blog .qodef-blog-item .qodef-e-info-tags a:after{bottom:3px}#qodef-related-posts .qodef-e-text{margin-top:1px}#qodef-related-posts article.post_format-post-format-link>div>div,#qodef-related-posts article.post_format-post-format-quote>div>div{padding:12px}#qodef-related-posts article.post_format-post-format-link>div>div h4,#qodef-related-posts article.post_format-post-format-quote>div>div h4{font-size:17px}#qodef-related-posts article.post_format-post-format-link .qodef-e-info-tags,#qodef-related-posts article.post_format-post-format-quote .qodef-e-info-tags{display:none!important}#qodef-related-posts .qodef-e-info-category{display:none}#qodef-single-post-navigation{position:relative;display:inline-block;width:100%;vertical-align:top;margin:52px 0 19px}#qodef-single-post-navigation .qodef-m-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#qodef-single-post-navigation .qodef-m-nav{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#qodef-single-post-navigation .qodef-m-nav>*{display:block;line-height:inherit}#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon{position:relative;top:-2px;display:block;width:30px;height:auto;fill:currentColor;stroke:none}#qodef-single-post-navigation .qodef-m-nav.qodef--prev{left:0}#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon{margin-right:4px}#qodef-single-post-navigation .qodef-m-nav.qodef--next{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;right:0;margin-left:auto;text-align:right}#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon{margin-left:4px}#qodef-single-post-navigation .qodef-m-nav-label{font-family:Montserrat,sans-serif;font-size:17px;font-weight:600;text-transform:uppercase;color:#2f3327;margin-top:4px}.qodef-page-footer--uncover #qodef-page-outer{z-index:90}.no-touchevents .qodef-page-footer--uncover #qodef-page-footer{position:fixed;bottom:0;left:0}footer #qodef-page-footer-top-area .qodef-grid-inner .qodef-grid-item:first-child .textwidget p{padding-right:78px}@media only screen and (max-width:1440px){footer #qodef-page-footer-top-area .qodef-grid-inner .qodef-grid-item:first-child .textwidget p{padding-right:18px}}@media only screen and (max-width:768px){footer #qodef-page-footer-top-area .qodef-grid-inner .qodef-grid-item:first-child .textwidget p{padding-right:0}}footer #qodef-page-footer-bottom-area .qodef-grid-item:first-child .widget_text{margin-bottom:5px!important}@media only screen and (max-width:680px){footer #qodef-page-footer-bottom-area .qodef-grid-item:first-child .widget_text{margin-bottom:-6px!important}}#qodef-fullscreen-area{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;overflow-x:hidden!important;visibility:hidden;opacity:0;z-index:99}#qodef-fullscreen-area .qodef-content-grid{height:100%}#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu{width:100%}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area{-webkit-animation:qode-fade-in .25s linear both;animation:qode-fade-in .25s linear both}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;-o-transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease,-webkit-transform .3s ease}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(1){-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(2){-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(3){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(4){-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(5){-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(6){-webkit-transition-delay:.6s;-o-transition-delay:.6s;transition-delay:.6s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(7){-webkit-transition-delay:.7s;-o-transition-delay:.7s;transition-delay:.7s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(8){-webkit-transition-delay:.8s;-o-transition-delay:.8s;transition-delay:.8s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(9){-webkit-transition-delay:.9s;-o-transition-delay:.9s;transition-delay:.9s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(10){-webkit-transition-delay:1s;-o-transition-delay:1s;transition-delay:1s}.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area{-webkit-animation:qode-fade-out .25s linear both;animation:qode-fade-out .25s linear both}#qodef-fullscreen-area-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.qodef-fullscreen-menu{position:relative;top:0;margin:0 auto;text-align:left}.qodef-fullscreen-menu ul{margin:0;padding:0;list-style:none}.qodef-fullscreen-menu ul li{position:relative;margin:0;padding:0}.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow{display:none}.qodef-fullscreen-menu ul li.qodef--hide-link>a{cursor:default}.qodef-fullscreen-menu ul.sub-menu{display:none}.qodef-fullscreen-menu .qodef-menu-item-icon{margin-right:5px}.qodef-fullscreen-menu .qodef-mega-menu-widget-holder{display:none}.qodef-fullscreen-menu>ul>li{padding:7px 0;opacity:0;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}.qodef-fullscreen-menu>ul>li>a{position:relative;font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;font-size:38px;line-height:1.184em;letter-spacing:0;color:#2f3327;font-size:45px}.qodef-fullscreen-menu>ul>li>a:after{content:"";width:calc(100% + 16px);height:51%;background:#e9ebe7;display:block;position:absolute;top:53%;z-index:-1;left:-8px;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.qodef-fullscreen-menu>ul>li>a:hover{color:#68745c!important}.qodef-fullscreen-menu>ul>li>a:hover:after{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.qodef-fullscreen-menu>ul>li>a .qodef-icon-linear-icons{display:none}.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a,.qodef-fullscreen-menu>ul>li.current-menu-item>a{color:#68745c!important}.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a:after,.qodef-fullscreen-menu>ul>li.current-menu-item>a:after{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul{padding:20px 0 1px}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul{padding-left:2px}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;white-space:normal;margin:9px 0;overflow:hidden;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out;padding-right:0;font-family:Poppins,sans-serif;font-size:14px;line-height:1.643em;font-weight:300;color:#90918d;font-size:15px;margin:2px 0}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover{padding-left:0;padding-right:0;color:#2f3327}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover:before{left:0}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a{color:#2f3327}.qodef-fullscreen-menu-opener.qodef-opener-icon.qodef-source--svg-path span>*{fill:currentColor;stroke:none}.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--1{top:12px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--2{top:12px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.qodef-fullscreen-menu--opened.qodef-header--minimal .qodef-fullscreen-menu-opener{right:0}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener{color:#2f3327;right:17px;top:1px}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon{visibility:hidden;opacity:0}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close{visibility:visible;opacity:1}.qodef-fullscreen-menu--opened #qodef-page-header,.qodef-fullscreen-menu--opened #qodef-page-mobile-header{visibility:hidden}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,.qodef-fullscreen-menu--opened .qodef-header-logo-link,.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link{visibility:visible}.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light{opacity:1}.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main{opacity:0}.qodef-header--minimal.qodef--light #qodef-page-header .qodef-fullscreen-menu-opener{color:#fff}#qodef-page-header .qodef-widget-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;margin-left:24px}#qodef-page-header .qodef-widget-holder .widget{margin:0 12px}#qodef-page-header .qodef-widget-holder .widget:first-child{margin-left:0}#qodef-page-header .qodef-widget-holder .widget:last-child{margin-right:0}#qodef-page-header div[id^=monster-widget-placeholder],#qodef-page-header div[id^=woo-monster-widget-placeholder]{display:none}#qodef-page-header-inner.qodef-content-grid{padding:0}#qodef-page-header-inner.qodef-skin--light nav>ul>li>a,.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a{color:#fff!important}#qodef-page-header-inner.qodef-skin--light nav>ul>li>a:hover,.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a:hover{color:#93a286!important}#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-ancestor>a,#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-item>a,.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-ancestor>a,.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-item>a{color:#93a286!important}#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened){color:#fff!important}#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a,.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a{color:#2f3327!important}#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a:hover,.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a:hover{color:#68745c!important}#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-item>a,.qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,.qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-item>a{color:#68745c!important}#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened){color:#000!important}#qodef-page-header .qodef-header-logo-link img.qodef--main{opacity:1}#qodef-page-header .qodef-header-logo-link img.qodef--dark,#qodef-page-header .qodef-header-logo-link img.qodef--light{opacity:0}#qodef-page-header .qodef-header-logo-link img:not(.qodef--main):not(.qodef--sticky){position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#qodef-page-header .qodef-header-logo-image.qodef--customizer{max-height:100%;width:auto;margin-right:auto}#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark,#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main{opacity:0}#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light{opacity:1}#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light,#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main{opacity:0}#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark{opacity:1}.qodef-header--centered #qodef-page-header{height:220px}.qodef-header--centered #qodef-page-header #qodef-page-header-inner .qodef-woo-dropdown-cart .qodef-m-dropdown{top:calc(100% - 19px)}.qodef-header--centered #qodef-page-header #qodef-page-header-inner .qodef-header-logo-link{margin-top:54px;margin-bottom:-26px}.qodef-header--centered #qodef-page-header-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-header--centered #qodef-page-header-inner>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.qodef-header--centered #qodef-page-header-inner>div .qodef-widget-holder{margin-left:0}.qodef-header--centered #qodef-page-header-inner>div .qodef-header-navigation{margin:0 24px}.qodef-header--divided #qodef-page-header{height:123px}.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper,.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.qodef-header--divided #qodef-page-header .qodef-header-logo-link{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;padding:0 12px;margin-top:21px}.qodef-header--divided #qodef-page-header .qodef-header-logo-link.qodef-height--not-set img{max-height:61%}.qodef-header--divided #qodef-page-header .qodef-header-navigation{margin:0 24px}.qodef-header--divided #qodef-page-header .qodef-widget-holder{margin-left:0}.qodef-header--divided #qodef-page-header-inner{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link{margin-right:auto}.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder{margin-right:30px}.qodef-fullscreen-menu--opened #qodef-page-header-inner .qodef-divided-header-logo-wrapper{opacity:0}.qodef-mobile-header--minimal #qodef-page-header-inner .qodef-opener-icon .qodef--close{position:fixed;top:40px;left:unset;right:40px}.qodef-header--simple #qodef-page-header-inner .qodef-header-logo-link{margin-top:18px}.qodef-header--simple #qodef-page-header-inner .qodef-opener-icon{margin-left:28px}.qodef-header--simple #qodef-page-header-inner .qodef-opener-icon .qodef--close{position:fixed;top:40px;left:unset;right:40px}.qodef-header--simple #qodef-page-header-inner .qodef-divided-header-left-wrapper{-ms-flex-preferred-size:20%;flex-basis:20%;height:100%}.qodef-header--simple #qodef-page-header-inner .qodef-divided-header-left-wrapper>div{margin-left:0}.qodef-header--simple #qodef-page-header-inner .qodef-divided-header-left-wrapper>div>div:first-child>div{margin-left:0}.qodef-header--simple #qodef-page-header-inner .qodef-divided-header-logo-wrapper{margin-right:auto;-ms-flex-preferred-size:60%;flex-basis:60%;height:100%}.qodef-header--simple #qodef-page-header-inner .qodef-divided-header-logo-wrapper .qodef-header-logo-link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-header--simple #qodef-page-header-inner .qodef-divided-header-logo-wrapper .qodef-header-logo-link img{left:unset}.qodef-header--simple #qodef-page-header-inner .qodef-divided-header-right-wrapper{-ms-flex-preferred-size:20%;flex-basis:20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:100%}.qodef-header--simple #qodef-page-header-inner .qodef-divided-header-right-wrapper>div{margin-right:0}.qodef-header--simple #qodef-page-header-inner .qodef-widget-holder{margin-right:30px}.qodef-header--simple #qodef-page-header-inner .widget_sante_core_wishlist{margin:0 4px}.qodef-header--simple #qodef-page-header-inner .widget_sante_core_wishlist .qodef-wishlist-dropdown .qodef-m-inner{vertical-align:middle}.qodef-header--simple #qodef-page-header-inner .qodef-login-opener-widget .qodef-m-user-name{color:#2f3327;margin-top:2px}.qodef-header--simple #qodef-page-header-inner .qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-items{left:0}.qodef-header--standard #qodef-page-header{height:77px}.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation{margin-left:auto}.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:100%}.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo{position:absolute;top:0;left:0;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation{margin-left:auto;margin-right:auto}.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder{position:absolute;top:0;right:0;margin-left:0}.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation{margin-right:auto}.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link{margin-right:24px}.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link .qodef-height--not-set img{max-height:68%}@media only screen and (min-width:1367px) and (max-width:1680px){.qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid{width:768px}}@media only screen and (min-width:1367px) and (max-width:1680px){.qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid{width:768px}}@media only screen and (min-width:1367px) and (max-width:1440px){.qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid{width:768px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid{width:768px}}.qodef-header--vertical-sliding #qodef-page-header{height:100%;left:0;position:fixed;top:0;width:80px}.qodef-header--vertical-sliding #qodef-page-header-inner{padding:0}.qodef-header--vertical-sliding .qodef-vertical-sliding-area{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link,.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder{-webkit-animation:qode-fade-in .25s .6s linear both;animation:qode-fade-in .25s .6s linear both}.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic{background-color:#fff;left:-405px;padding-left:80px;position:fixed;top:0;-webkit-transition:all .6s cubic-bezier(.77,0,.175,1);-o-transition:all .6s cubic-bezier(.77,0,.175,1);transition:all .6s cubic-bezier(.77,0,.175,1);visibility:hidden;width:325px;z-index:-1}.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link,.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-widget-holder{margin-right:80px}.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link img{position:relative!important;top:0!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--static .qodef-header-logo-link,.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--static .qodef-widget-holder{-webkit-animation:qode-fade-out .25s linear both;animation:qode-fade-out .25s linear both}.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--dynamic{left:0;visibility:visible}.qodef-header--vertical-sliding.admin-bar #qodef-page-header,.qodef-header--vertical-sliding.admin-bar .qodef--dynamic{height:calc(100% - 32px);top:32px}.qodef-header--vertical-sliding #qodef-page-footer,.qodef-header--vertical-sliding #qodef-page-outer{padding-left:80px}.qodef-opener-icon.qodef-vertical-sliding-menu-opener{display:block}.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon.qodef--close{top:50%;left:50%}.qodef-vertical-sliding-menu--opened .qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--predefined .qodef-m-line.qodef--1{top:12px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.qodef-vertical-sliding-menu--opened .qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--predefined .qodef-m-line.qodef--2{top:12px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener:not(.qodef-source--predefined) .qodef-m-icon{visibility:hidden}.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener:not(.qodef-source--predefined) .qodef-m-icon.qodef--close{visibility:visible}.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light{opacity:1}.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main{opacity:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;padding:0 40px;width:100%;z-index:100}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul{list-style:none;margin:0;padding:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li{margin:0;padding:0;position:relative}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second{-webkit-transform:translateZ(0);transform:translateZ(0)}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second-inner{display:block;padding:0;position:relative;z-index:997}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li.qodef--hide-link>a{cursor:default}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-menu-item-icon{margin-right:5px}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-mega-menu-widget-holder{display:none}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a{font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;color:#2f3327;font-size:17px;line-height:1.23em;letter-spacing:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a:hover{color:#68745c}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner>ul{padding:10px 0 5px}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul{padding-left:20px}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;white-space:normal;margin:9px 0;overflow:hidden;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out;padding-right:0;font-family:Poppins,sans-serif;font-size:14px;line-height:1.643em;font-weight:300;color:#80827e}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a{padding-left:0;padding-right:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a:before,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a:before,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a:before{left:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-ancestor>a,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-item>a{color:#68745c}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--below ul li .qodef-drop-down-second{display:none}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second{position:absolute;top:0;width:100%}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul{background-color:#fff;left:calc(100% + 40px);margin-left:50px;opacity:0;padding:25px 20px;position:absolute;top:-23px;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;visibility:hidden;width:254px}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul.qodef-float--open{margin-left:0;opacity:1;visibility:visible;z-index:900}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul ul{left:calc(100% + 20px);top:-25px;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;visibility:hidden}.qodef-header--vertical #qodef-page-header{border-right:1px solid #e5e5e5}@media only screen and (min-width:1441px) and (max-width:1680px){.qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1440px){.qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:768px}}@media only screen and (min-width:1441px) and (max-width:1680px){.qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1440px){.qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:768px}}@media only screen and (min-width:1441px) and (max-width:1680px){.qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1440px){.qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:768px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:768px}}.qodef-header--vertical #qodef-page-header{position:fixed;top:0;left:0;width:300px;height:100%}@media only screen and (max-width:1440px){.qodef-header--vertical #qodef-page-header{width:250px}}.qodef-header--vertical #qodef-page-header .qodef-header-logo-link{height:auto}.qodef-header--vertical #qodef-page-header-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:41px 40px 40px 38px}.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder{display:block;margin-left:-2px}.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget{margin:0 0 15px}.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget:last-child{margin-bottom:0}.qodef-header--vertical.admin-bar #qodef-page-header{top:32px;height:calc(100% - 32px)}.qodef-header--vertical #qodef-page-footer,.qodef-header--vertical #qodef-page-outer{padding-left:300px}@media only screen and (max-width:1440px){.qodef-header--vertical #qodef-page-footer,.qodef-header--vertical #qodef-page-outer{padding-left:250px}}.qodef-header--vertical .qodef-header-vertical-navigation{margin-top:auto;margin-bottom:auto;z-index:100;width:100%}.qodef-header--vertical .qodef-header-vertical-navigation ul{margin:0;padding:0;list-style:none}.qodef-header--vertical .qodef-header-vertical-navigation ul li{position:relative;padding:0;margin:14px 0}.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-icon-linear-icons{display:none}.qodef-header--vertical .qodef-header-vertical-navigation ul li a{position:relative;display:block}.qodef-header--vertical .qodef-header-vertical-navigation ul li a .qodef-menu-item-arrow{position:absolute;top:calc(50% - 12px);right:0;width:22px;height:auto;fill:currentColor}.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second{-webkit-transform:translateZ(0);transform:translateZ(0)}.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second-inner{position:relative;display:block;padding:0;z-index:997}.qodef-header--vertical .qodef-header-vertical-navigation ul li.qodef--hide-link>a{cursor:default}.qodef-header--vertical .qodef-header-vertical-navigation .qodef-menu-item-icon{margin-right:5px}.qodef-header--vertical .qodef-header-vertical-navigation .qodef-mega-menu-widget-holder{display:none}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a{font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;color:#2f3327;font-size:17px;line-height:1.23em;letter-spacing:0;font-size:18px}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a .qodef-menu-item-text{position:relative}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a .qodef-menu-item-text:after{content:"";width:calc(100% + 16px);height:55%;background:#e9ebe7;display:block;position:absolute;top:50%;z-index:-1;left:-8px;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a:hover{color:#68745c;font-size:18px}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner>ul{padding:16px 0 5px}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul{padding-left:0}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li{margin:4px 0}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;white-space:normal;margin:9px 0;overflow:hidden;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out;padding-right:0;font-family:Poppins,sans-serif;font-size:14px;line-height:1.643em;font-weight:300;color:#80827e;color:#90918d;margin:4px 0}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a{padding-left:0;padding-right:0;color:#2f3327}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a:before,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a:before,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a:before{left:0}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-ancestor>a,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-item>a,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li:hover>a{color:#68745c}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text:after,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-item>a .qodef-menu-item-text:after,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li:hover>a .qodef-menu-item-text:after{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li a .qodef-menu-item-arrow{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li .qodef-drop-down-second{display:none}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li.qodef-menu-item--open>a .qodef-menu-item-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second{position:absolute;top:0;width:100%}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul{position:absolute;top:-23px;left:calc(100% + 40px);width:254px;background-color:#fff;padding:25px 20px;margin-left:50px;visibility:hidden;opacity:0;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul.qodef-float--open{margin-left:0;opacity:1;visibility:visible;z-index:900}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul ul{top:-25px;left:calc(100% + 20px);visibility:hidden;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.qodef-header--fixed-display #qodef-page-header,.qodef-header--fixed-display #qodef-top-area{position:fixed;top:0;left:0;width:100%}.qodef--boxed.qodef-header--fixed-display #qodef-top-area{left:30px;width:calc(100% - 60px)}.qodef--boxed.qodef-header--fixed-display #qodef-page-header{left:30px;width:calc(100% - 60px)}.qodef-header--fixed-display.admin-bar #qodef-page-header,.qodef-header--fixed-display.admin-bar #qodef-top-area{top:32px}.qodef-header-sticky{position:fixed;top:0;left:0;border-bottom:1px solid #dbe3d2;height:77px;width:100%;background-color:#fff;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:top .5s ease,-webkit-transform .5s ease;transition:top .5s ease,-webkit-transform .5s ease;-o-transition:transform .5s ease,top .5s ease;transition:transform .5s ease,top .5s ease;transition:transform .5s ease,top .5s ease,-webkit-transform .5s ease;z-index:100}.qodef-header--sticky-display .qodef-header-sticky{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.admin-bar.qodef-header--sticky-display .qodef-header-sticky{top:32px}.qodef-header-sticky .widget a{color:#2f3327}.qodef-header-sticky .widget:hover a{color:#2f3327}.qodef-header-sticky-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;padding:0 40px}.qodef-header-sticky-inner .qodef-header-logo-link{-ms-flex-preferred-size:20%;flex-basis:20%}.qodef-header-sticky-inner .qodef-header-navigation{-ms-flex-preferred-size:60%;flex-basis:60%}.qodef-header-sticky-inner .qodef-header-navigation .menu{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-header-sticky-inner .qodef-widget-holder{-ms-flex-preferred-size:20%;flex-basis:20%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#qodef-page-header .qodef-header-sticky-inner .qodef-widget-holder{margin-left:0}.qodef-header-sticky-inner.qodef-content-grid{padding:0}.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link{margin-right:auto}.qodef-header-standard--left .qodef-header-sticky-inner{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation{margin-left:20px}.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder{margin-left:auto!important}#qodef-top-area{position:relative;background-color:#f6f6f6;z-index:101}#qodef-top-area-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:38px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 40px;position:relative}#qodef-top-area-inner.qodef-content-grid{padding:0!important}#qodef-top-area-inner>*{-ms-flex-preferred-size:33%;flex-basis:33%}#qodef-top-area .qodef-widget-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}#qodef-top-area .qodef-widget-holder.qodef-top-area-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-right:auto}#qodef-top-area .qodef-widget-holder.qodef-top-area-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-left:auto}#qodef-top-area .qodef-widget-holder.qodef-top-area-right .qodef-widget-holder>div:last-child>*{margin-right:0}#qodef-top-area .qodef-widget-holder.qodef-top-area-right .widget_sante_membership_login_opener{height:100%}#qodef-top-area .qodef-widget-holder.qodef-top-area-right .widget_sante_membership_login_opener .qodef-login-opener-widget{height:100%}#qodef-top-area .qodef-widget-holder.qodef-top-area-right .widget_sante_membership_login_opener .qodef-login-opener-widget>div{height:100%}#qodef-top-area .qodef-widget-holder.qodef-top-area-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#qodef-top-area .qodef-widget-holder.qodef-top-area-center .widget{text-align:center}#qodef-top-area .qodef-widget-holder.qodef-top-area-center .widget.widget_text p{font-family:Montserrat,sans-serif;font-weight:600;font-size:13px}#qodef-top-area .qodef-widget-holder.qodef-top-area-center .widget.widget_text a{color:#2f3327}#qodef-top-area .qodef-widget-holder .widget{margin:0 12px}#qodef-top-area .qodef-widget-holder .widget:first-child{margin-left:0}#qodef-top-area .qodef-widget-holder .widget:last-child{margin-right:0}#qodef-top-area .widget{display:inline-block;vertical-align:middle;line-height:1}#qodef-top-area .widget .textwidget>*,#qodef-top-area .widget .widget p{margin:0}#qodef-top-area div[id^=monster-widget-placeholder],#qodef-top-area div[id^=woo-monster-widget-placeholder]{display:none}#qodef-multiple-map-notice{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;padding:30px 15%;text-align:center;color:#93a286;background-color:#fafafa}.qodef-map-marker-holder{-webkit-transform:translate(-50%,-100%);-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%);z-index:10}.qodef-map-marker-holder.qodef-active{z-index:500}.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child{fill:#3ebeb4}.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child{fill:#51a69e}.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window{display:block}.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child{fill:#3ebeb4}.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child{fill:#51a69e}.qodef-map-marker-holder .qodef-map-marker{position:relative;width:50px;height:auto;-webkit-transition:all .15s ease-out;-o-transition:all .15s ease-out;transition:all .15s ease-out}.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner{position:relative;width:100%;height:100%}.qodef-map-marker-holder .qodef-map-marker svg{width:100%;height:auto}.qodef-map-marker-holder .qodef-map-marker svg path{-webkit-transition:fill .2s ease-in-out;-o-transition:fill .2s ease-in-out;transition:fill .2s ease-in-out}.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child{fill:#3ebeb4}.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child{fill:#51a69e}.qodef-map-marker-holder .qodef-info-window{position:absolute;top:-10px;left:-17px;display:none;min-width:284px;background-color:#fff;border:1px solid #dbe3d2;border-radius:4px;-webkit-box-shadow:3px 3px 16px 2px rgba(0,0,0,.04);box-shadow:3px 3px 16px 2px rgba(0,0,0,.04);z-index:10;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%)}.qodef-map-marker-holder .qodef-info-window-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px}.qodef-map-marker-holder .qodef-info-window-inner:after{content:'';position:absolute;bottom:-4px;left:35px;width:5px;height:5px;background-color:#fff;border-top:1px solid #dbe3d2;border-left:1px solid #dbe3d2;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image{margin-right:12px}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img{display:block;width:65px}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title{margin:0;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location{margin:3px 0 0;font-family:Poppins,sans-serif;font-size:14px;line-height:1.2em}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover~.qodef-info-window-details .qodef-info-window-title{color:#93a286}.qodef-cluster-marker{width:50px;height:auto}.qodef-cluster-marker.qodef-active svg path:first-child,.qodef-cluster-marker:hover svg path:first-child{fill:#3ebeb4}.qodef-cluster-marker.qodef-active svg path:last-child,.qodef-cluster-marker:hover svg path:last-child{fill:#51a69e}.qodef-cluster-marker .qodef-cluster-marker-inner{position:relative}.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number{position:absolute;top:-4px;left:0;right:0;font-size:30px;font-weight:700;text-align:center;color:#2f3327}.qodef-cluster-marker svg{width:100%;height:auto}.qodef-cluster-marker svg path{-webkit-transition:fill .2s ease-in-out;-o-transition:fill .2s ease-in-out;transition:fill .2s ease-in-out}.qodef-places-geo-radius{position:absolute;left:0;top:calc(100% + 10px);width:100%;height:48px;display:none;padding:10px 20px;background-color:#fff;border:1px solid #dbe3d2;z-index:9999}.qodef-places-geo-radius .qodef-range-slider-label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.qodef-places-geo-radius .noUi-target{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:3px;width:calc(100% - 70px);background-color:#eaeaea;border:0;direction:ltr;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;margin-left:10px}.qodef-places-geo-radius .noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none}.qodef-places-geo-radius .noUi-target .noUi-base{position:relative;width:100%;height:100%;z-index:1}.qodef-places-geo-radius .noUi-target .noUi-connects{position:relative;width:100%;height:100%;overflow:hidden;z-index:0}.qodef-places-geo-radius .noUi-target .noUi-connect,.qodef-places-geo-radius .noUi-target .noUi-origin{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;will-change:transform;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.qodef-places-geo-radius .noUi-target .noUi-connect{background-color:#93a286}.qodef-places-geo-radius .noUi-target .noUi-handle{position:absolute;top:-3px;left:auto;right:-9px;width:9px;height:9px;background-color:#93a286;cursor:pointer}.qodef-places-geo-radius .noUi-target .noUi-tooltip{position:absolute;left:50%;bottom:7px;display:block;font-size:12px;white-space:nowrap;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.qodef-places-geo-radius .noUi-target .noUi-tooltip:after{content:' km'}.qodef-places-geo-radius .noUi-state-drag *{cursor:inherit!important}.qodef-places-geo-radius .noUi-draggable{cursor:ew-resize}.qodef-places-geo-radius [disabled] .noUi-handle,.qodef-places-geo-radius [disabled].noUi-handle,.qodef-places-geo-radius [disabled].noUi-target{cursor:not-allowed!important}#qodef-page-mobile-header{background-color:#fff}#qodef-page-mobile-header .qodef-widget-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}#qodef-page-mobile-header .qodef-widget-holder .widget{margin:0 0 0 12px}#qodef-page-mobile-header .widget{display:inline-block;vertical-align:middle;line-height:1}#qodef-page-mobile-header .widget .textwidget>*,#qodef-page-mobile-header .widget .widget p{margin:0}#qodef-page-mobile-header div[id^=monster-widget-placeholder],#qodef-page-mobile-header div[id^=woo-monster-widget-placeholder]{display:none}#qodef-page-mobile-header .qodef-mobile-header-opener:hover{color:initial}#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened{color:initial}#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon{visibility:hidden}#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close{visibility:visible;opacity:1}.qodef-mobile-header--sticky #qodef-page-mobile-header{width:100%;position:fixed;top:0;left:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.qodef-mobile-header--sticky-animation #qodef-page-mobile-header{-webkit-transition:top .3s ease,-webkit-transform .3s ease;transition:top .3s ease,-webkit-transform .3s ease;-o-transition:transform .3s ease,top .3s ease;transition:transform .3s ease,top .3s ease;transition:transform .3s ease,top .3s ease,-webkit-transform .3s ease}.qodef-mobile-header--sticky-display #qodef-page-mobile-header{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header{top:46px}#qodef-page-mobile-header-inner.qodef-content-grid{padding:0}.qodef--passepartout #qodef-page-mobile-header-inner{padding:0}.qodef-mobile-header-navigation ul li .qodef-content-grid{width:100%}#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer{max-height:100%;width:auto;margin-right:auto}#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main{opacity:1}#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light{opacity:0}#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main){position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon{margin-right:5px}.qodef-mobile-header-navigation ul li.qodef--hide-link>a{cursor:default}.qodef-mobile-header-navigation ul li .qodef-drop-down-second .qodef-drop-down-second-inner>ul{padding-top:5px}.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder{display:none}.qodef-mobile-header--minimal #qodef-page-mobile-header-inner{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link{margin-right:auto}.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon{margin-left:20px}.qodef-fullscreen-menu--opened{overflow-y:hidden}.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light{opacity:1}.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main{opacity:0}.qodef-mobile-header--side-area #qodef-page-mobile-header-inner .qodef-side-area-mobile-header-opener{margin-left:20px}#qodef-side-area-mobile-header{position:fixed;top:0;right:-305px;width:305px;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:70px 60px;background-color:#fff;overflow:hidden;visibility:hidden;z-index:9999;-webkit-transition:all .6s cubic-bezier(.77,0,.175,1);-o-transition:all .6s cubic-bezier(.77,0,.175,1);transition:all .6s cubic-bezier(.77,0,.175,1);border-left:1px solid #ebebeb}#qodef-side-area-mobile-header .qodef-m-close{position:absolute;top:26px;right:40px;display:block;z-index:1000;color:#fff}#qodef-side-area-mobile-header .qodef-m-close.qodef-source--predefined .qodef-m-line.qodef--1{top:13px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}#qodef-side-area-mobile-header .qodef-m-close.qodef-source--predefined .qodef-m-line.qodef--2{top:13px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}#qodef-side-area-mobile-header .qodef-m-navigation ul{margin:0;padding:0;list-style:none}#qodef-side-area-mobile-header .qodef-m-navigation ul li{position:relative;padding:0;margin:0}#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second{display:none;-webkit-transform:translateZ(0);transform:translateZ(0)}#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second-inner{position:relative;display:block;padding:0;z-index:997}#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link>a{cursor:default}#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon{margin-right:5px}#qodef-side-area-mobile-header .qodef-m-navigation .qodef-mega-menu-widget-holder{display:none}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a{font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;font-size:17px;line-height:1.23em;letter-spacing:0;color:#fff}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:hover{color:#68745c}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner>ul{padding:10px 0 5px}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul{padding-left:20px}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;white-space:normal;margin:9px 0;overflow:hidden;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out;padding-right:0;font-family:Poppins,sans-serif;font-size:14px;line-height:1.643em;font-weight:300;color:#fff}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a,#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a{padding-left:0;padding-right:0}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a:before,#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a:before,#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a:before{left:0}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-ancestor>a,#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-item>a{color:#68745c}#qodef-side-area-mobile-header .qodef-widget-holder{position:absolute;left:60px;bottom:20px;width:calc(100% - 2*60px);height:auto}#qodef-side-area-mobile-header .qodef-widget-holder .widget{margin:0}.admin-bar #qodef-side-area-mobile-header{top:32px;height:calc(100vh - 32px)}#qodef-side-area-mobile-header.qodef--opened{right:0;visibility:visible}.qodef-mobile-header--standard #qodef-page-mobile-header-inner{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link{margin-right:auto}@media all and (min-width:680px){.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link{padding:1px}}.qodef-header-navigation .qodef-menu-item-icon{display:block;margin-right:5px;line-height:inherit}.qodef-header-navigation .qodef-menu-item-icon:before{display:block;line-height:inherit}.qodef-header-navigation ul li .qodef-menu-arrow-svg{display:none}.qodef-header-navigation ul li .qodef-menu-arrow-svg{position:absolute;display:none;right:0;top:10px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second{border-top:1px solid #dbe3d2;border-bottom:1px solid #dbe3d2}.qodef-header-navigation ul li.qodef-menu-item--wide>.qodef-drop-down-second .qodef-drop-down-second-inner>ul>li>a{color:#2f3327!important}.qodef-header-navigation ul li.qodef-menu-item--wide>.qodef-drop-down-second .qodef-drop-down-second-inner>ul>li>a:hover{color:#2f3327!important}.qodef-header-navigation ul li .qodef-drop-down-second{position:absolute;top:100%;left:-37px;display:block;width:auto;height:0;opacity:0;visibility:hidden;overflow:hidden;z-index:10}.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start{opacity:1;visibility:visible;overflow:visible;z-index:9999;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-header-navigation ul li .qodef-mega-menu-widget-holder{display:none;white-space:normal;margin-top:23px}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right{left:auto;right:-36px}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right .menu-item-has-children svg{-webkit-transform:translateY(calc(-33% - 1px)) rotate(180deg)!important;-ms-transform:translateY(calc(-33% - 1px)) rotate(180deg)!important;transform:translateY(calc(-33% - 1px)) rotate(180deg)!important}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second ul li.menu-item-has-children>.qodef-menu-arrow-svg{display:block;position:absolute;width:5px;height:10px;top:50%;right:36px;line-height:1;-webkit-transform:translateY(calc(-33% - 1px));-ms-transform:translateY(calc(-33% - 1px));transform:translateY(calc(-33% - 1px))}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second ul li.menu-item-has-children>.qodef-menu-arrow-svg path{fill:currentColor!important}body:not([class*=sante-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second ul li.menu-item-has-children>a:after{background:url(../img/menu_arrow.svg);position:absolute;width:7px;height:25px;top:50%;right:0;line-height:1;-webkit-transform:translateY(-33%);-ms-transform:translateY(-33%);transform:translateY(-33%);font-family:initial;font-size:20px;background-repeat:no-repeat}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second ul li.menu-item-has-children:hover>ul{opacity:1;visibility:visible}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second ul li.menu-item-has-children:hover>.qodef-menu-arrow-svg path{fill:#2f3327!important}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul{position:relative;top:auto;opacity:1;visibility:visible}.qodef-header-navigation ul li.qodef-menu-item--wide.qodef-menu-item--widget-holder .qodef-drop-down-second-inner>ul>li{width:unset}.qodef-header-navigation ul li.qodef-menu-item--wide.qodef-menu-item--widget-holder .qodef-drop-down-second-inner>ul>li:first-child>a+.sub-menu{padding-top:6px!important}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder{display:block}.qodef-header-navigation ul li.qodef-menu-item--wide li .qodef-icon-linear-icons{display:none}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second{background-color:#fff}.qodef-drop-down-second--full-width .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second{width:100vw}.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid){padding:0 40px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:53px 0 46px;margin:0 -21px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li{width:100%;padding:0 21px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.menu-item-has-widget{-ms-flex-preferred-size:80%;flex-basis:80%}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a{font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;font-size:17px;line-height:1.23em;letter-spacing:0;color:#90918d;font-size:16px;color:#90918d}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:after{opacity:0}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover{color:#2f3327}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li .qodef-menu-item-arrow{display:none}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul{padding-top:7px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;white-space:normal;margin:9px 0;overflow:hidden;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out;padding-right:0;font-family:Poppins,sans-serif;font-size:14px;line-height:1.643em;font-weight:300;color:#90918d}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a{padding-left:0;padding-right:0;color:#2f3327}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a:before,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a:before{left:0}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li:hover>a{padding:0!important;font-size:16px;color:#2f3327;background-color:transparent;border:0;margin:0;white-space:nowrap}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a .qodef-m-text,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a .qodef-m-text,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li:hover>a .qodef-m-text{position:relative;z-index:20}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a:after,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a:after,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li:hover>a:after{content:"";width:calc(100% + 16px);height:11%;background:#e9ebe7;display:block;position:absolute;top:50%;z-index:0;left:-8px;will-change:transform}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a .qodef-m-text,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a .qodef-m-text,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li:hover>a .qodef-m-text{display:inline-block;vertical-align:middle}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a:hover,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a:hover,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li:hover>a:hover{color:#68745c}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a:hover:after,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a:hover:after,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li:hover>a:hover:after{-webkit-animation:qodef-paint-stroke .8s;animation:qodef-paint-stroke .8s}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover{color:#68745c}body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner{padding:0 40px}.qodef-skin--light .qodef-header-navigation>ul>li.current-menu-ancestor>a:after,.qodef-skin--light .qodef-header-navigation>ul>li.current-menu-item>a:after,.qodef-skin--light .qodef-header-navigation>ul>li:hover>a:after{background:rgba(255,255,255,.25)}body #qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-ancestor>a,body #qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-item>a,body #qodef-page-header-inner.qodef-skin--light nav>ul>li>a:hover,body .qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-ancestor>a,body .qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-item>a,body .qodef-custom-header-layout.qodef-skin--light nav>ul>li>a:hover{color:#fff!important}.qodef-opener-icon{position:relative;display:inline-block;vertical-align:middle;line-height:1}.qodef-opener-icon .qodef-m-icon{position:relative;visibility:visible;opacity:1}.qodef-opener-icon .qodef-m-icon.qodef--close{position:absolute;top:0;left:0;visibility:hidden;opacity:0}.qodef-opener-icon.qodef-source--icon-pack{font-size:35px}.qodef-opener-icon.qodef-source--icon-pack *{display:inline-block;line-height:inherit}.qodef-opener-icon.qodef-source--icon-pack :before{display:inline-block;line-height:inherit}.qodef-opener-icon.qodef-source--svg-path span{position:relative}.qodef-opener-icon.qodef-source--svg-path span>*{vertical-align:middle}.qodef-opener-icon.qodef-source--svg-path span path,.qodef-opener-icon.qodef-source--svg-path span>*{fill:currentColor;stroke:currentColor}.qodef-opener-icon.qodef-source--svg-path .qodef-svg-closer circle,.qodef-opener-icon.qodef-source--svg-path .qodef-svg-opener circle{-webkit-transform:translateX(0) translateY(0);-ms-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0);-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.qodef-opener-icon.qodef-source--svg-path:hover .qodef-svg-opener circle:nth-child(4){-webkit-transform:translateX(8px) translateY(0);-ms-transform:translateX(8px) translateY(0);transform:translateX(8px) translateY(0)}.qodef-opener-icon.qodef-source--svg-path:hover .qodef-svg-opener circle:nth-child(7){-webkit-transform:translateX(8px) translateY(-8px);-ms-transform:translateX(8px) translateY(-8px);transform:translateX(8px) translateY(-8px)}.qodef-opener-icon.qodef-source--svg-path:hover .qodef-svg-opener circle:nth-child(8){-webkit-transform:translateX(0) translateY(-8px);-ms-transform:translateX(0) translateY(-8px);transform:translateX(0) translateY(-8px)}.qodef-opener-icon.qodef-source--svg-path:hover .qodef-svg-closer circle:nth-child(2){-webkit-transform:translateX(-8px) translateY(8px);-ms-transform:translateX(-8px) translateY(8px);transform:translateX(-8px) translateY(8px)}.qodef-opener-icon.qodef-source--svg-path:hover .qodef-svg-closer circle:nth-child(3){-webkit-transform:translateX(-16px) translateY(16px);-ms-transform:translateX(-16px) translateY(16px);transform:translateX(-16px) translateY(16px)}.qodef-opener-icon.qodef-source--svg-path:hover .qodef-svg-closer circle:nth-child(5){-webkit-transform:translateX(-8px) translateY(8px);-ms-transform:translateX(-8px) translateY(8px);transform:translateX(-8px) translateY(8px)}.qodef-opener-icon.qodef-source--predefined .qodef-m-lines{position:relative;display:block;width:30px;height:30px}.qodef-opener-icon.qodef-source--predefined .qodef-m-line{position:absolute;left:0;height:4px;width:100%;background-color:currentColor;-webkit-transition:top .3s ease,-webkit-transform .3s ease;transition:top .3s ease,-webkit-transform .3s ease;-o-transition:top .3s ease,transform .3s ease;transition:top .3s ease,transform .3s ease;transition:top .3s ease,transform .3s ease,-webkit-transform .3s ease}.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1{top:8px}.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2{top:17px}.qodef-parallax{position:relative;width:100%;overflow:hidden}.qodef-parallax.elementor-section{overflow:visible}.qodef-parallax-row-holder{position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden}.qodef-parallax-img-holder{position:absolute;top:-55%;height:142%;left:0;width:100%;opacity:0}.qodef-browser--edge .qodef-parallax-img-holder,.qodef-browser--ms-explorer .qodef-parallax-img-holder,.touchevents .qodef-parallax-img-holder{top:0;height:100%;opacity:1}.qodef-parallax-content-holder{position:relative;z-index:99}.qodef-parallax-img-wrapper{position:absolute;top:0;left:0;height:100%;width:100%;will-change:transform}.qodef-parallax-img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.touchevents .qodef-parallax-img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.qodef-browser--edge .qodef-parallax-img,.qodef-browser--ms-explorer .qodef-parallax-img{height:100%}.qodef-contact-form-7{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-contact-form-7 .ajax-loader{position:absolute;right:-10px}.qodef-instagram-list.qodef-layout--slider.qodef-swiper-fix{width:calc(100% + 2px)}.qodef-instagram-list #sb_instagram{padding:0!important}.qodef-instagram-list #sb_instagram #sbi_images{padding:0!important}.qodef-instagram-list .sbi_photo_wrap a{background-image:none!important;height:auto!important;padding-bottom:0!important;overflow:hidden}.qodef-instagram-list .sbi_photo_wrap a img{display:inline-block!important;-webkit-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01);-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;-o-transition:transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;will-change:transform}.qodef-instagram-list .sbi_photo_wrap a:after{color:#fff;content:url(../img/insta-icon.svg);font-size:20px;right:13px;opacity:0;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);position:absolute;top:20px;background-color:#fff;padding:9px;border-radius:50%;-webkit-transition:opacity .5s ease,-webkit-transform .5s ease;transition:opacity .5s ease,-webkit-transform .5s ease;-o-transition:opacity .5s ease,transform .5s ease;transition:opacity .5s ease,transform .5s ease;transition:opacity .5s ease,transform .5s ease,-webkit-transform .5s ease}.qodef-instagram-list .sbi_photo_wrap a:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.qodef-instagram-list .sbi_photo_wrap a:hover:after{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 10px 0 0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 20px 0 0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 30px 0 0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 40px 0 0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 50px 0 0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 80px 0 0!important}.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container{list-style:none;margin:0 auto;overflow:visible;padding:0!important;position:relative;visibility:hidden;z-index:1}.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide a,.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide img{width:100%}.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container.qodef-swiper--initialized{visibility:visible}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef--no-bottom-space{margin-bottom:0}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images{float:none;width:auto;margin:0}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef--no-bottom-space{margin-bottom:-10px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images{float:none;width:auto;margin:0 -5px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item{padding:0 5px!important;margin:0 0 10px!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef--no-bottom-space{margin-bottom:-20px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images{float:none;width:auto;margin:0 -10px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item{padding:0 10px!important;margin:0 0 20px!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef--no-bottom-space{margin-bottom:-30px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images{float:none;width:auto;margin:0 -15px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item{padding:0 15px!important;margin:0 0 30px!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef--no-bottom-space{margin-bottom:-40px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images{float:none;width:auto;margin:0 -20px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item{padding:0 20px!important;margin:0 0 40px!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef--no-bottom-space{margin-bottom:-50px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images{float:none;width:auto;margin:0 -25px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item{padding:0 25px!important;margin:0 0 50px!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-80px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images{float:none;width:auto;margin:0 -40px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item{padding:0 40px!important;margin:0 0 80px!important}.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions{display:none}.qodef-twitter-list.qodef-layout--columns #ctf{overflow:hidden}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item{position:relative;display:inline-block;width:100%;vertical-align:top;float:left;border:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box{margin-left:0;display:block;margin-bottom:8px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link{line-height:1!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar{width:37px;height:37px;margin:0 7px 0 0;float:none;border-radius:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name{font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;color:#2f3327;font-size:17px;line-height:1.23em;letter-spacing:0;font-weight:600!important;margin:0 4px 0 0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep{display:none}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink{font-family:Poppins,sans-serif;font-size:14px;line-height:1.643em;font-weight:300;color:#80827e;margin-right:4px;margin-left:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child{margin-right:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta{margin-top:4px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname{display:none}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-left:0;padding:0;margin-top:-5px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before{content:'\e094';font-family:ElegantIcons;padding-right:10px;font-size:18px;position:relative;top:5px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-left:0;margin-top:-3px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before{content:'\e094';font-family:ElegantIcons;padding-right:10px;font-size:18px;visibility:hidden}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a{padding:0;font-size:14px;margin-right:8px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child{margin-right:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply{margin-left:0}.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before{content:"";display:table;table-layout:fixed}.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after{clear:both}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets>.ctf-item{width:50%}@media only screen and (min-width:681px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets>.ctf-item{width:33.33333%}@media only screen and (min-width:769px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets>.ctf-item{width:25%}@media only screen and (min-width:1025px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets>.ctf-item{width:20%}@media only screen and (min-width:1367px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets>.ctf-item{width:16.66667%}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets>.ctf-item{width:14.28571%}@media only screen and (min-width:1367px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets>.ctf-item{width:12.5%}@media only screen and (min-width:1367px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space{margin-bottom:0}.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets{margin:0}.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets>.ctf-item{padding:0;margin:0}.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space{margin-bottom:-10px}.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets{margin:0 -5px}.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets>.ctf-item{padding:0 5px;margin:0 0 10px}.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space{margin-bottom:-20px}.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets{margin:0 -10px}.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets>.ctf-item{padding:0 10px;margin:0 0 20px}.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space{margin-bottom:-30px}.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets{margin:0 -15px}.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets>.ctf-item{padding:0 15px;margin:0 0 30px}.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space{margin-bottom:-40px}.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets{margin:0 -20px}.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets>.ctf-item{padding:0 20px;margin:0 0 40px}.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space{margin-bottom:-50px}.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets{margin:0 -25px}.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets>.ctf-item{padding:0 25px;margin:0 0 50px}.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-80px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets{margin:0 -40px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item{padding:0 40px;margin:0 0 80px}#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a{color:#ccc}#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover{color:#fff}#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a{color:#ccc}#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover{color:#fff}.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category,.qodef-woo-product-list .product-category{text-align:center}.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category a,.qodef-woo-product-list .product-category a{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,.qodef-woo-product-list .product-category .woocommerce-loop-category__title{left:50%;color:#fff;font-family:Quentin;font-size:100px;font-weight:300;margin:0;padding:12px 41px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto}.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category .qodef-e-category-description,.qodef-woo-product-list .product-category .qodef-e-category-description{font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;color:#2f3327;font-size:23px;line-height:1.26em;letter-spacing:0;color:#fff;position:absolute;top:50%;-webkit-transform:translate(0,40px);-ms-transform:translate(0,40px);transform:translate(0,40px);width:100%}.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .count,.qodef-woo-product-list .count{display:none}.qodef-woo-product-list .qodef-woo-product-button-holder{position:relative}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:20px 0}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .add_to_cart_button,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .added_to_cart,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_external,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_grouped,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_simple,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_variable{background-color:transparent;padding:0!important;font-size:15px;color:#68745c;background-color:transparent;border:0;margin:0 8px;white-space:nowrap;position:absolute;top:-7px;right:0;opacity:0;-webkit-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;font-size:14px;left:50%;-webkit-transform:translateX(calc(-50% + -9px));-ms-transform:translateX(calc(-50% + -9px));transform:translateX(calc(-50% + -9px))}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .add_to_cart_button .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .added_to_cart .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_external .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_grouped .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_simple .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_variable .qodef-m-text{position:relative;z-index:20}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .add_to_cart_button:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .added_to_cart:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_external:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_grouped:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_simple:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_variable:after{content:"";width:calc(100% - 24px);height:27%;background:#e9ebe7;display:block;position:absolute;top:53%;z-index:-1;left:12px;will-change:transform}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .add_to_cart_button .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .added_to_cart .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_external .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_grouped .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_simple .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_variable .qodef-m-text{display:inline-block;vertical-align:middle}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .add_to_cart_button:hover,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .added_to_cart:hover,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_external:hover,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_grouped:hover,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_simple:hover,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_variable:hover{color:#68745c}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .add_to_cart_button:hover:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .added_to_cart:hover:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_external:hover:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_grouped:hover:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_simple:hover:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_variable:hover:after{-webkit-animation:qodef-paint-stroke .8s;animation:qodef-paint-stroke .8s}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .add_to_cart_button:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .added_to_cart:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_external:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_grouped:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_simple:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_variable:after{height:30%}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .add_to_cart_button:hover,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .added_to_cart:hover,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_external:hover,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_grouped:hover,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_simple:hover,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .product_type_variable:hover{background-color:transparent}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content .price{opacity:1;-webkit-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;margin:0}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content:hover .add_to_cart_button,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content:hover .added_to_cart,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content:hover .product_type_external,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content:hover .product_type_grouped,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content:hover .product_type_simple,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content:hover .product_type_variable{opacity:1;-webkit-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-product-content:hover .price{opacity:0;-webkit-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner{background:#fbfbfb}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder{display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff;position:relative;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);right:-53px;position:absolute;z-index:2}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcqv-button{padding:0 18px 0 8px!important;font-size:13px;color:#68745c;background-color:transparent;font-weight:600;line-height:2.75em;position:relative}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcqv-button:after{content:"";position:absolute;display:inline-block;background:#d1d5ce;width:1px;height:22px;top:6px;right:9px;left:unset}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist{margin-top:8px}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i{font-family:ElegantIcons;margin-right:9px}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i:before{content:"\e030";color:#68745c}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i+span{display:none}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .feedback{display:none}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .feedback+a{display:block;position:absolute;opacity:0;width:100%;height:100%;bottom:4px;left:0}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{font-family:ElegantIcons;margin-right:9px;margin-top:-1px}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before{content:"\e089";color:#93a286}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button{margin-top:0!important;padding:0!important;font-size:15px;color:#68745c;background-color:transparent;border:0;margin:0 8px;white-space:nowrap}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button .qodef-m-text{position:relative;z-index:20}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button:after{content:"";width:calc(100% - 9px);height:27%;background:#e9ebe7;display:block;position:absolute;top:53%;z-index:-1;left:-4px;will-change:transform}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart .qodef-m-text,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button .qodef-m-text{display:inline-block;vertical-align:middle}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart:hover,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button:hover{color:#68745c}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart:hover:after,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button:hover:after{-webkit-animation:qodef-paint-stroke .8s;animation:qodef-paint-stroke .8s}.widget_sante_core_woo_dropdown_cart{height:100%}.qodef-woo-dropdown-cart{position:relative;display:inline-block;vertical-align:top;height:100%;padding:0 10px}.qodef-woo-dropdown-cart .qodef-m-inner{position:relative;display:inline-block;width:100%;vertical-align:top;height:100%}.qodef-woo-dropdown-cart .qodef-m-opener{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;color:#2f3327}.qodef-skin--light .qodef-woo-dropdown-cart .qodef-m-opener{color:#fff}.qodef-woo-dropdown-cart .qodef-m-opener svg path{fill:currentColor;stroke:currentColor}.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count{color:currentColor}@media only screen and (max-width:1024px){body:not([class*=" logged-in"]) .qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count{-webkit-transform:translateY(calc(-50% + 4px));-ms-transform:translateY(calc(-50% + 4px));transform:translateY(calc(-50% + 4px))}}.qodef-header--standard.qodef-header-standard--center .qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count{top:calc(50% + 3px)}@media only screen and (max-width:1024px){.qodef-header--standard.qodef-header-standard--center .qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count{top:calc(50% + 6px)}}.qodef-header-appearance--sticky .qodef-header-sticky .qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count{top:calc(50% + 2px)}.qodef-header--standard.qodef-header-standard--center .qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-icon{margin-top:8px}.qodef-header-appearance--sticky .qodef-header-sticky .qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-icon{margin-top:4px}.qodef-woo-dropdown-cart .qodef-m-opener-icon svg{width:26px}.qodef-woo-dropdown-cart .qodef-m-opener-count{position:absolute;font-family:Poppins,sans-serif;font-size:13px;color:#2f3327;font-weight:600;line-height:3.077em;width:100%;top:50%;-webkit-transform:translateY(calc(-50% + 2px));-ms-transform:translateY(calc(-50% + 2px));transform:translateY(calc(-50% + 2px));text-align:center}.qodef-woo-dropdown-cart .qodef-m-dropdown{position:absolute;top:100%;left:auto;right:0;text-align:left;clip-path:inset(0 0 100% 0);-webkit-clip-path:inset(0 0 100% 0);-webkit-transition:-webkit-clip-path .2s ease-out;transition:-webkit-clip-path .2s ease-out;-o-transition:clip-path .2s ease-out;transition:clip-path .2s ease-out;transition:clip-path .2s ease-out,-webkit-clip-path .2s ease-out}.qodef-woo-dropdown-cart .qodef-m-dropdown-inner{position:relative;display:inline-block;vertical-align:top;width:254px;padding:14px 35px 15px 40px;background-color:#fff;border:1px solid #dbe3d2}.qodef-woo-dropdown-cart .qodef-m-dropdown-inner p.qodef-m-posts-not-found{text-align:center;-webkit-transform:translateX(-3px);-ms-transform:translateX(-3px);transform:translateX(-3px)}.qodef-woo-dropdown-cart .qodef-m-dropdown-inner .qodef-button.qodef-layout--outlined .qodef-button-outlined-wrapper{padding:4px 24px}.qodef-woo-dropdown-cart .qodef-woo-dropdown-items{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-woo-dropdown-cart .qodef-woo-dropdown-items:after{content:"";position:absolute;width:100%;height:1px;background-color:#d7dcd5;bottom:-21px}#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items{color:#80827e}#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a{color:#80827e}#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover{color:#93a286}.qodef-woo-dropdown-cart .qodef-woo-dropdown-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:11px}.qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child{margin-top:26px}.qodef-woo-dropdown-cart .qodef-e-image{-ms-flex-negative:0;flex-shrink:0;width:44px;margin-right:11px}.qodef-woo-dropdown-cart .qodef-e-image a,.qodef-woo-dropdown-cart .qodef-e-image img{display:block}.qodef-woo-dropdown-cart .qodef-e-content{position:relative;display:inline-block;width:100%;vertical-align:top;padding-right:20px}.qodef-woo-dropdown-cart .qodef-e-content .qodef-e-title{font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;color:#2f3327;margin-bottom:-1px;margin-top:3px;line-height:1.2em}.qodef-woo-dropdown-cart .qodef-e-content .qodef-e-title a{color:#2f3327}.qodef-woo-dropdown-cart .qodef-e-content .qodef-e-title a:hover{color:#50534b}.qodef-woo-dropdown-cart .qodef-e-title{margin:0}.qodef-woo-dropdown-cart .qodef-e-price{margin:3px 0 0}.qodef-woo-dropdown-cart .qodef-e-quantity{margin:3px 0 0}.qodef-woo-dropdown-cart .qodef-e-price,.qodef-woo-dropdown-cart .qodef-e-quantity,.qodef-woo-dropdown-cart .qodef-m-order-amount{font-size:13px;font-family:Poppins,sans-serif}.qodef-woo-dropdown-cart .qodef-e-remove{position:absolute;top:2px;right:0;font-size:12px;line-height:1}.qodef-woo-dropdown-cart .qodef-m-order-label{font-family:Montserrat,sans-serif;color:#2f3327;font-weight:600}.qodef-woo-dropdown-cart .qodef-m-order-details{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:34px}.qodef-woo-dropdown-cart .qodef-m-order-details>*{margin:0}#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-order-details{color:#80827e}.qodef-woo-dropdown-cart .qodef-m-action{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:11px;margin-bottom:25px}.qodef-woo-dropdown-cart .qodef-m-action .qodef-button{color:#68745c!important}.qodef-woo-dropdown-cart .qodef-m-action .qodef-button:hover{color:#68745c}.qodef-woo-dropdown-cart .qodef-m-action-link{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Montserrat,sans-serif;font-size:15px;line-height:2.66em;font-weight:600;text-decoration:none;border-radius:0;outline:0;-webkit-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;width:100%;padding:8px 20px;text-align:center;color:#68745c;background-color:#e9ebe7;border:1px solid transparent}.qodef-woo-dropdown-cart .qodef-m-action-link:hover{color:#fff;background-color:#93a286}.touchevents .qodef-woo-dropdown-cart{cursor:pointer}.qodef-woo-dropdown-cart:hover .qodef-m-dropdown{clip-path:inset(0 0 0 0);-webkit-clip-path:inset(0 0 0 0)}.qodef-woo-dropdown-cart:hover .qodef-m-opener{color:rgba(47,51,39,.85)}.qodef-woo-side-area-cart{position:relative;display:inline-block;vertical-align:top;height:100%;padding:0 10px}.qodef-woo-side-area-cart .qodef-m-inner{position:relative;display:inline-block;width:100%;vertical-align:top;height:100%}.qodef-woo-side-area-cart .qodef-m-opener{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.qodef-woo-side-area-cart .qodef-m-content{position:fixed;top:0;right:-360px;height:100vh;width:360px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:100px 0 74px;background-color:#fff;overflow:hidden;visibility:hidden;z-index:9999;-webkit-transition:all .6s cubic-bezier(.77,0,.175,1);-o-transition:all .6s cubic-bezier(.77,0,.175,1);transition:all .6s cubic-bezier(.77,0,.175,1)}.admin-bar .qodef-woo-side-area-cart .qodef-m-content{top:32px;height:calc(100vh - 32px)}.qodef-woo-side-area-cart .qodef-m-close{position:absolute;top:30px;right:30px;display:block;font-size:34px;z-index:1000}.qodef-woo-side-area-cart .qodef-m-items{position:relative;display:inline-block;width:100%;vertical-align:top;padding:0 50px}.qodef-woo-side-area-cart .qodef-m-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:20px}.qodef-woo-side-area-cart .qodef-m-item:first-child{margin-top:0}.qodef-woo-side-area-cart .qodef-e-image{-ms-flex-negative:0;flex-shrink:0;width:80px;margin-right:20px}.qodef-woo-side-area-cart .qodef-e-image a,.qodef-woo-side-area-cart .qodef-e-image img{display:block}.qodef-woo-side-area-cart .qodef-e-content{position:relative;display:inline-block;width:100%;vertical-align:top;padding-right:20px}.qodef-woo-side-area-cart .qodef-e-title{margin:0}.qodef-woo-side-area-cart .qodef-e-price{margin:3px 0 0}.qodef-woo-side-area-cart .qodef-e-quantity{margin:3px 0 0}.qodef-woo-side-area-cart .qodef-e-remove{position:absolute;top:-2px;right:0;font-size:20px;line-height:1}.qodef-woo-side-area-cart .qodef-m-order-details{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:25px;padding:0 50px}.qodef-woo-side-area-cart .qodef-m-order-details>*{margin:0}.qodef-woo-side-area-cart .qodef-m-action{position:absolute;bottom:0;left:0;width:100%}.qodef-woo-side-area-cart .qodef-m-action-link{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Montserrat,sans-serif;font-size:15px;line-height:2.66em;font-weight:600;text-decoration:none;border-radius:0;outline:0;-webkit-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;width:100%;padding:8px 20px;text-align:center;color:#68745c;background-color:#e9ebe7;border:1px solid transparent}.qodef-woo-side-area-cart .qodef-m-action-link:hover{color:#fff;background-color:#93a286}.qodef-woo-side-area-cart.qodef--opened .qodef-m-content{right:0;visibility:visible}.qodef-woo-side-area-cart-cover{position:fixed;top:0;left:0;width:calc(100% - 360px);height:100vh;overflow:hidden;z-index:1002}.qodef-shortcode .last_toggle_el_margin,.qodef-shortcode .wpb_button,.qodef-shortcode .wpb_content_element,.qodef-shortcode .wpb_row,.qodef-shortcode ul.wpb_thumbnails-fluid>li{margin-bottom:0!important}.qodef-vc-row-wrapper.qodef--parallax-row{width:100%}.touchevents .qodef-vc-row-wrapper.qodef--parallax-row{height:auto!important}.qodef-clients-list .qodef-e{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image{line-height:0;position:relative;display:inline-block;vertical-align:top}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a{display:inline-block}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo{width:auto;opacity:1;will-change:opacity;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;display:inline-block}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo{position:absolute;top:0;left:0;width:auto;opacity:0;will-change:opacity;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo{opacity:0}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo{opacity:1}.qodef-masonry-gallery-list .qodef-e-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-masonry-gallery-list .qodef-e-media-image{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-masonry-gallery-list .qodef-e-media-image img{display:block}.qodef-masonry-gallery-list .qodef-e-content{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-masonry-gallery-list .qodef-e-title{margin:0}.qodef-masonry-gallery-list .qodef-e-text{margin:16px 0 0}.qodef-masonry-gallery-list .qodef-e-button{margin:21px 0 0}.qodef-masonry-gallery-list .qodef-e-button a{position:relative;z-index:2}.qodef-masonry-gallery-list .qodef-e-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-masonry-gallery-list.qodef-items--fixed .qodef-e-media-image{height:100%}.qodef-masonry-gallery-list .qodef-layout--standard .qodef-e-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.touch .qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-inner{cursor:pointer}.qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-inner:hover .qodef-e-content{opacity:1}.qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-content{padding:30px 40px;background-color:rgba(47,51,39,.3);opacity:0;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-portfolio-single .qodef-media iframe{max-height:calc(56.25vw)}.qodef-portfolio-single .qodef-portfolio-title{margin:0 0 15px}.qodef-portfolio-single .qodef-portfolio-info>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:12px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-portfolio-single .qodef-portfolio-info>:last-child{margin-bottom:0}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-title{margin:0 0 5px 0}.qodef-portfolio-single .qodef-portfolio-info a,.qodef-portfolio-single .qodef-portfolio-info p{margin:0;color:#80827e}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:after{content:"/";margin:0 3px 0 1px}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:last-child:after{display:none}.qodef-portfolio-category-list .qodef-e-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-portfolio-category-list .qodef-e-image img{display:block}.qodef-portfolio-category-list .qodef-e-content a{position:relative;z-index:1}.qodef-portfolio-category-list .qodef-e-title{margin:0}.qodef-portfolio-category-list .qodef-e-description{margin:9px 0 0}.qodef-portfolio-category-list .qodef-e-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-inner:hover .qodef-e-content{opacity:1}.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-content{position:absolute;top:0;left:0;width:100%;height:100%;padding:31px 40px;background-color:rgba(47,51,39,.4);opacity:0;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-description,.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-title{color:#fff}.qodef-portfolio-category-list.qodef-layout--standard .qodef-e-content{margin-top:28px}.qodef-portfolio-list .qodef-e-inner{position:relative}.qodef-portfolio-list .qodef-e-image img{display:block}.qodef-portfolio-list .qodef-e-title{margin:0}.qodef-portfolio-list .qodef-m-pagination{margin-top:35px}.qodef-portfolio-list.qodef-items--fixed .qodef-e-image{height:100%;overflow:hidden}.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image{height:100%}.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image a{position:relative;display:inline-block;width:100%;vertical-align:top;height:100%}.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content{margin-top:30px}.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category{margin-bottom:10px}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt .qodef-e-image{overflow:hidden}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content{position:absolute;bottom:9%;left:4%}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner>a{font-size:18px;font-weight:600;margin-top:10px}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner *{color:#fff;z-index:1}.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner{overflow:hidden}.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner .qodef-e-image{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner:hover .qodef-e-image{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-content{display:none}.qodef-follow-info-holder{position:fixed;top:50%;left:50%;z-index:9999;pointer-events:none;visibility:hidden;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.qodef-follow-info-holder.qodef-right{text-align:right;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.qodef-follow-info-holder .qodef-follow-info-inner{position:relative;display:inline-block;vertical-align:middle}.qodef-follow-info-holder .qodef-follow-info-title{display:inline-block;position:relative;color:#fff;background-color:#93a286;text-transform:uppercase;white-space:nowrap;z-index:8;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);padding:3px 5px;margin-top:4px}.qodef-follow-info-holder .qodef-follow-info-category{display:inline-block;padding:0 4px;background-color:#93a286;white-space:nowrap;z-index:9;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}.qodef-follow-info-holder .qodef-follow-info-category a:not(:last-child):after{content:'/';margin:0 2px 0 3px}.qodef-follow-info-holder a{color:#fff}.qodef-follow-info-holder.qodef-is-active{visibility:visible}.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category,.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title{-webkit-transition:.5s cubic-bezier(.165,.84,.44,1) .25s;-o-transition:.5s cubic-bezier(.165,.84,.44,1) .25s;transition:.5s cubic-bezier(.165,.84,.44,1) .25s}.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category{-webkit-transition:.5s cubic-bezier(.165,.84,.44,1);-o-transition:.5s cubic-bezier(.165,.84,.44,1);transition:.5s cubic-bezier(.165,.84,.44,1)}.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content{position:absolute;bottom:0;left:0;width:100%;height:100%}.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner{background-color:rgba(10,10,10,.8);width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner>a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner *{color:#fff;z-index:1}.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--direction-aware .qodef-e-inner{overflow:hidden}.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--direction-aware .qodef-e-content{display:none;padding:inherit;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content{opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content{opacity:1}#qodef-portfolio-single-related-items{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:86px}#qodef-single-portfolio-navigation{position:relative;display:inline-block;width:100%;vertical-align:top;margin:75px 0 3px}#qodef-single-portfolio-navigation .qodef-m-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#qodef-single-portfolio-navigation .qodef-m-nav{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#qodef-single-portfolio-navigation .qodef-m-nav>*{display:block;line-height:inherit}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon{margin-right:5px}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right;margin-left:auto}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon{margin-left:5px}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link{position:absolute;top:0;left:calc(50% - 16px)}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon{font-size:32px}#qodef-single-portfolio-navigation .qodef-m-nav-icon{font-size:30px}#qodef-single-portfolio-navigation .qodef-m-nav-label{font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;font-size:16px;line-height:1.625em;font-family:Poppins,sans-serif;font-weight:400;letter-spacing:0;color:#80827e}.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-grid-item{margin-top:50px!important}.qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-info{margin-top:85px!important}.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media{margin-right:45px}.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-info{margin-top:48px!important}.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-grid-item{margin-top:50px!important}.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item{display:block;margin-bottom:10px;float:none}.qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-info{margin-top:85px!important}.qodef-portfolio-single.qodef-layout--images-small .qodef-media{margin-right:45px}.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item{display:block;margin-bottom:10px;float:none}.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child{margin-bottom:0}.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-info{margin-top:48px!important}.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-grid-item{margin-top:50px!important}.qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info{margin-top:85px!important}.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media{margin-right:45px}.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info{margin-top:48px!important}.qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-grid-item{margin-top:50px!important}.qodef-portfolio-single.qodef-layout--slider-big .qodef-portfolio-info{margin-top:85px!important}.qodef-portfolio-single.qodef-layout--slider-small .qodef-media{margin-right:45px}.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-info{margin-top:48px!important}.qodef-reservation-form .qodef-m-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.qodef-reservation-form .qodef-m-field{-ms-flex-preferred-size:19%;flex-basis:19%;position:relative}.qodef-reservation-form .qodef-m-field-label{-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:auto;flex-basis:auto}.qodef-reservation-form .qodef-m-icon-arrow{position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:23px}.qodef-reservation-form .qodef-m-icon{color:#93a286;position:absolute;left:15px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;top:18px;z-index:1}.qodef-reservation-form .qodef-m-icon-date{font-size:17px;top:16px}.qodef-reservation-form .qodef-m-label{text-align:center;font-size:38px;line-height:46px;color:#2f3327}.qodef-reservation-form .qodef-m-date,.qodef-reservation-form .qodef-m-date:focus,.qodef-reservation-form .select2-container--default{margin:0;width:100%!important;text-align:center;font-size:17px;border:1px solid #dbe3d2}.qodef-reservation-form .select2-selection--single{color:inherit!important;font-size:inherit!important;border:inherit!important}.qodef-reservation-form button{width:100%;padding-left:0!important;padding-right:0!important}.qodef-reservation-form .qodef-m-copyright{font-size:14px;font-family:Poppins,sans-serif;margin:5px 0}.qodef-restaurant-menu-list .qodef-e-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.qodef-restaurant-menu-list .qodef-e-heading-title{margin:0}.qodef-restaurant-menu-list .qodef-e-heading-line{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-bottom:1px solid #bfb8b6;opacity:.5;margin:0 10px}.qodef-restaurant-menu-list .qodef-e-heading-price{margin:0;font-family:Poppins,sans-serif;font-style:italic}.qodef-restaurant-menu-list .qodef-e-description{margin:2px 0 0;color:#93a286;font-size:15px;font-style:italic}.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-heading-price,.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-heading-title{color:#fff}.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-description{color:#93a286}.qodef-team-list .qodef-e-role{margin:1px 0 18px;font-size:13px;letter-spacing:.02em}.qodef-team-list .qodef-e-title{margin:18px 0 1px}.qodef-team-list .qodef-team-member-social-icons{margin:0}.qodef-team-list.qodef-item-layout--info-below .qodef-e-content{margin:14px 0 0}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e{overflow:hidden}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:z-index 0s,-webkit-transform .6s ease;transition:z-index 0s,-webkit-transform .6s ease;-o-transition:transform .6s ease,z-index 0s;transition:transform .6s ease,z-index 0s;transition:transform .6s ease,z-index 0s,-webkit-transform .6s ease;z-index:1}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content{position:absolute;width:100%;height:auto;bottom:0;left:0;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:z-index 0s .6s,-webkit-transform .6s ease;transition:z-index 0s .6s,-webkit-transform .6s ease;-o-transition:transform .6s ease,z-index 0s .6s;transition:transform .6s ease,z-index 0s .6s;transition:transform .6s ease,z-index 0s .6s,-webkit-transform .6s ease;z-index:-1}.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1.qodef-width-fix{max-width:70%;margin:0 auto;display:block}@media only screen and (max-width:1440px){.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1.qodef-width-fix{max-width:90%}}.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1.qodef-width-fix .qodef-e-text{padding:0 1%}.qodef-testimonials-list+.swiper-button-prev,.qodef-testimonials-list~.swiper-button-next{top:13%}.qodef-testimonials-list+.swiper-button-prev>span,.qodef-testimonials-list~.swiper-button-next>span{font-size:30px}.qodef-testimonials-list+.swiper-button-prev svg,.qodef-testimonials-list~.swiper-button-next svg{display:block;width:38px;fill:none;stroke:currentColor;stroke-miterlimit:10;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;overflow:visible}.qodef-testimonials-list+.swiper-button-prev svg line:first-child,.qodef-testimonials-list~.swiper-button-next svg line:first-child{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.qodef-testimonials-list+.swiper-button-prev:hover svg line:first-child,.qodef-testimonials-list~.swiper-button-next:hover svg line:first-child{-webkit-transform:scaleX(1.3);-ms-transform:scaleX(1.3);transform:scaleX(1.3);-webkit-transition:-webkit-transform .3s ease .1s;transition:-webkit-transform .3s ease .1s;-o-transition:transform .3s ease .1s;transition:transform .3s ease .1s;transition:transform .3s ease .1s,-webkit-transform .3s ease .1s}@media only screen and (max-width:680px){.qodef-testimonials-list+.swiper-button-prev,.qodef-testimonials-list~.swiper-button-next{display:none}}.qodef-testimonials-list+.swiper-button-prev.swiper-button-outside{-webkit-transform:translateX(-215%);-ms-transform:translateX(-215%);transform:translateX(-215%)}.qodef-testimonials-list+.swiper-button-prev.swiper-button-outside svg line:first-child{-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.qodef-testimonials-list+.swiper-button-prev.swiper-button-outside:hover svg{-webkit-transform:translateX(-5px);-ms-transform:translateX(-5px);transform:translateX(-5px)}.qodef-testimonials-list~.swiper-button-next.swiper-button-outside{-webkit-transform:translateX(215%);-ms-transform:translateX(215%);transform:translateX(215%)}.qodef-testimonials-list~.swiper-button-next.swiper-button-outside svg line:first-child{-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right}.qodef-testimonials-list~.swiper-button-next.swiper-button-outside:hover svg{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}.qodef-testimonials-list .qodef-e-inner{padding-bottom:40px}.qodef-testimonials-list .qodef-e-media-image{line-height:0;margin-bottom:25px}.qodef-testimonials-list .qodef-e-title{margin:0 0 25px}.qodef-testimonials-list .qodef-e-text{margin:0 0 26px;font-family:Poppins,sans-serif;font-weight:300;color:#80827e;font-size:17px;line-height:1.706em;font-style:italic;text-align:center;padding:0 17%}@media only screen and (max-width:1440px){.qodef-testimonials-list .qodef-e-text{padding:0 10%}}@media only screen and (max-width:1024px){.qodef-testimonials-list .qodef-e-text{padding:0 7%}}.qodef-testimonials-list .qodef-e-author{margin:0;text-align:center}.qodef-testimonials-list .qodef-e-author>span{display:block}.qodef-testimonials-list .qodef-e-author .qodef-e-author-name{font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;color:#2f3327;font-size:17px;line-height:1.23em;letter-spacing:0}.qodef-testimonials-list .qodef-e-author .qodef-e-author-job{font-family:Poppins,sans-serif;font-weight:300;color:#80827e;font-size:13px;margin-top:-1px;letter-spacing:.02em}.qodef-testimonials-list .swiper-pagination-bullets{text-align:left;bottom:0!important}.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before{background-color:#93a286}.qodef-testimonials-list.qodef-skin--light .qodef-e-author,.qodef-testimonials-list.qodef-skin--light .qodef-e-text,.qodef-testimonials-list.qodef-skin--light .qodef-e-title{color:#fff}.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before{background-color:#fff}.qodef-review-rating{display:-webkit-box;display:-ms-flexbox;display:flex}.qodef-review-rating .qodef-rating-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:50%;flex-basis:50%}.qodef-review-rating label{margin:0 10px 0 0}.qodef-review-rating .qodef-comment-rating-box{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0}.qodef-review-rating .qodef-star-rating{position:relative;display:block;margin:0 .1em 0 0;cursor:pointer;color:#2f3327}.qodef-review-rating .qodef-star-rating svg{display:block;width:14px;height:auto;fill:none;stroke:currentColor}.qodef-review-rating .qodef-star-rating.active svg{fill:currentColor}.qodef-review-rating .qodef-comments-ratings{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}.qodef-review-rating .qodef-comments-ratings .qodef-m-inner{position:relative;display:inline-block;vertical-align:top}.qodef-review-rating .qodef-comments-ratings .qodef-m-star{color:#2f3327;color:#68745c}.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg{display:inline-block;margin-right:.1em;width:11px;height:auto;fill:none;stroke:currentColor;margin-right:5px}.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap;color:#68745c}.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg{fill:currentColor}.qodef-reviews-per-criteria .qodef-item-reviews-average-rating{color:#93a286;font-size:60px;line-height:1em;font-weight:700}.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description{vertical-align:middle;margin:2px 0 0}.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon{vertical-align:middle;font-size:20px}.qodef-reviews-per-criteria .qodef-item-reviews-display-right{vertical-align:middle;padding-left:200px}.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar{line-height:28px}.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar .qodef-item-reviews-display-bar-inner{padding:6px 0}.qodef-reviews-per-mark .qodef-reviews-number-wrapper{padding-top:23%;padding-left:15%;display:table;width:100%;height:100%;vertical-align:middle}.qodef-reviews-per-mark .qodef-reviews-number{font-size:72px;color:#ffd740;font-weight:700;line-height:1em;margin-right:22px;display:table-cell;vertical-align:middle;position:relative;top:-6px}.qodef-reviews-per-mark .qodef-stars-wrapper{display:table-cell;vertical-align:middle}.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars{display:block}.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i{color:#ffd740}.qodef-reviews-per-mark .qodef-reviews-count{font-weight:700;font-size:14px}.qodef-reviews-per-mark .qodef-rating-percentage-wrapper{padding:29px 50px 40px;background-color:#fafafa;border-left:1px solid #e5e5e5}.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary{display:inline-block;vertical-align:middle}.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper{display:inline-block;vertical-align:middle;padding:0 0 0 15px}.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner{display:block}.qodef-comment-list .qodef-comment-name{float:none}.qodef-comment-list .qodef-review-rating{display:inline-block;width:100%}.qodef-comment-list .qodef-rating-inner{display:inline-block;width:100%}@-webkit-keyframes cover_search_fade_out{0%{opacity:1;visibility:visible;z-index:100}100%{opacity:0;visibility:hidden;z-index:0}}@keyframes cover_search_fade_out{0%{opacity:1;visibility:visible;z-index:100}100%{opacity:0;visibility:hidden;z-index:0}}@-webkit-keyframes cover_search_fade_in{0%{opacity:0;visibility:hidden;z-index:100}100%{opacity:1;visibility:visible;z-index:100}}@keyframes cover_search_fade_in{0%{opacity:0;visibility:hidden;z-index:100}100%{opacity:1;visibility:visible;z-index:100}}.qodef-search-cover-form{position:absolute;top:0;left:0;width:100%;height:100%;visibility:hidden;opacity:0;background-color:#fff;z-index:-1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.qodef-search-cover-form .qodef-m-inner{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 49px}.qodef-search-cover-form .qodef-m-form-field{padding:0;margin-bottom:0;font-size:26px;font-weight:600;text-transform:uppercase;color:#93a286;background-color:transparent;border:0;border-radius:0;outline-offset:0}.qodef-search-cover-form .qodef-m-form-field:focus{color:#93a286}.qodef-search-cover-form .qodef-m-form-field::-webkit-input-placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-form-field::-moz-placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-form-field::-ms-input-placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-form-field::placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-close{-ms-flex-negative:0;flex-shrink:0}.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack{font-size:23px}.qodef-covers-search--fadeout .qodef-search-cover-form{-webkit-animation:cover_search_fade_out .3s ease both;animation:cover_search_fade_out .3s ease both}.qodef-covers-search--fadein .qodef-search-cover-form{-webkit-animation:cover_search_fade_in .3s ease both;animation:cover_search_fade_in .3s ease both}.qodef-header--sticky-display #qodef-page-header>.qodef-search-cover-form{display:none}.qodef-fullscreen-search-holder{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(255,255,255,.98);z-index:100}.qodef-fullscreen-search-holder .qodef-m-inner{width:100%}.qodef-fullscreen-search-holder .qodef-m-form{position:relative;width:60%;margin:0 auto}.qodef-fullscreen-search-holder .qodef-m-form-field{height:100%;margin:0;padding:0;font-size:25px;color:#2f3327;line-height:2em;background:0 0;border:0;border-radius:0}.qodef-fullscreen-search-holder .qodef-m-form-submit{position:absolute;right:0;bottom:-20px;width:auto;padding:0;margin:0;color:#2f3327;background:0 0;border:0;outline:0;opacity:0;cursor:pointer;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.qodef-fullscreen-search-holder .qodef-m-form-submit:hover{color:#93a286;background:0 0}.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit{opacity:1;bottom:10px;-webkit-transition:color .2s ease,opacity .2s ease-out 1.1s,bottom .4s ease-out .9s;-o-transition:color .2s ease,opacity .2s ease-out 1.1s,bottom .4s ease-out .9s;transition:color .2s ease,opacity .2s ease-out 1.1s,bottom .4s ease-out .9s}.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack{font-size:18px}.qodef-fullscreen-search-holder .qodef-m-form-line{position:absolute;left:0;bottom:-2px;width:0;border-bottom:1px solid #000;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line{width:100%;-webkit-transition:width .5s ease .6s;-o-transition:width .5s ease .6s;transition:width .5s ease .6s}.qodef-fullscreen-search-holder .qodef-m-close{position:absolute;top:33px;right:70px;color:#80827e;opacity:0;visibility:hidden;z-index:1}.admin-bar .qodef-fullscreen-search-holder .qodef-m-close{top:72px}.qodef-fullscreen-search-holder .qodef-m-close:hover{color:#2f3327}.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack{font-size:25px}.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close{opacity:1;visibility:visible}.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder{-webkit-animation:fullscreen_search_fade_out .3s ease both;animation:fullscreen_search_fade_out .3s ease both}.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder{-webkit-animation:fullscreen_search_fade_in .3s ease both;animation:fullscreen_search_fade_in .3s ease both}@-webkit-keyframes fullscreen_search_fade_out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@keyframes fullscreen_search_fade_out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@-webkit-keyframes fullscreen_search_fade_in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}@keyframes fullscreen_search_fade_in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}.qodef-search-opener>*{position:relative;display:inline-block;vertical-align:middle;line-height:inherit}.qodef-search-opener.qodef-source--icon-pack{font-size:23px}.qodef-accordion{position:relative;display:inline-block;width:100%;vertical-align:top;visibility:hidden;overflow-anchor:none}.qodef-accordion .qodef-accordion-content-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-accordion.qodef--init{visibility:visible}.qodef-accordion.qodef-layout--simple .qodef-accordion-title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:12px 0 0;padding:20px 0 11px 0;-webkit-transition:color .2s ease-out,background-color .2s ease-out,padding .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out,padding .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out,padding .2s ease-out;cursor:pointer;border-top:1px solid #dbe3d2}.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child{margin-top:0;border-top:none}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark{position:relative;-ms-flex-negative:0;flex-shrink:0;width:20px;height:18px;line-height:1;text-align:center;font-size:12px;margin-top:2px}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span{position:absolute;display:block;width:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before{display:block;line-height:inherit}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--chevron{-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;-o-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active{padding:20px 0 8px 0}.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--chevron,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--chevron{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;-o-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.qodef-accordion.qodef-layout--simple .qodef-accordion-content{padding:0 56px 8px 0;margin:0}.qodef-accordion.qodef-layout--simple .qodef-accordion-content p{margin:0}.qodef-advanced-image-slider{position:relative;overflow:hidden;padding:0 21px 0 219px}@media only screen and (max-width:1366px){.qodef-advanced-image-slider{padding:0 0 0 150px}}@media only screen and (max-width:768px){.qodef-advanced-image-slider{padding:0}}.qodef-advanced-image-slider .swiper-slide img{border:1px solid #e4eadc}.qodef-advanced-image-slider.qodef-orientation-right{padding:0 146px 0 21px}@media only screen and (max-width:1366px){.qodef-advanced-image-slider.qodef-orientation-right .swiper-slide{-webkit-transform:translateX(1px);-ms-transform:translateX(1px);transform:translateX(1px)}}@media only screen and (max-width:768px){.qodef-advanced-image-slider.qodef-orientation-right .swiper-slide{-webkit-transform:none;-ms-transform:none;transform:none}}@media only screen and (max-width:1366px){.qodef-advanced-image-slider.qodef-orientation-right{padding:0 150px 0 0}}.qodef-advanced-image-slider.qodef-orientation-right .qodef-vertical-border{right:210px}.qodef-advanced-image-slider.qodef-orientation-right .qodef-slider-navigation{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.qodef-advanced-image-slider .qodef-advanced-image-slider-inner{padding-left:31.2%;overflow:visible}.qodef-advanced-image-slider .qodef-vertical-border{position:absolute;left:210px;width:40px;height:100%;background:0 0;display:block;z-index:99999;top:0}.qodef-advanced-image-slider .qodef-slider-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:28px 0 0}.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-prev{position:unset;width:unset!important;height:unset!important;width:auto!important;-webkit-transform:none;-ms-transform:none;transform:none;left:unset!important;right:unset!important}.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next:hover svg line:first-child,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-prev:hover svg line:first-child{-webkit-transform:scaleX(1.3);-ms-transform:scaleX(1.3);transform:scaleX(1.3);-webkit-transition:-webkit-transform .3s ease .1s;transition:-webkit-transform .3s ease .1s;-o-transition:transform .3s ease .1s;transition:transform .3s ease .1s;transition:transform .3s ease .1s,-webkit-transform .3s ease .1s}.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next svg,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-prev svg{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;overflow:visible;will-change:transform;width:24px}.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next svg line,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next svg path,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next svg polygon,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next svg text,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-prev svg line,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-prev svg path,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-prev svg polygon,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-prev svg text{fill:none;stroke:#768467}.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next svg line:first-child,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-prev svg line:first-child{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next:after,.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-prev:after{display:none}.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next svg{margin-left:20px}.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next svg line:first-child{-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right}.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-next:hover svg{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-prev svg line:first-child{-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.qodef-advanced-image-slider .qodef-slider-navigation .swiper-button-prev:hover svg{-webkit-transform:translateX(-5px);-ms-transform:translateX(-5px);transform:translateX(-5px)}.qodef-advanced-image-slider .qodef-ais-slider{position:relative}.qodef-advanced-image-slider .qodef-ais-slider:before{content:'';position:absolute;left:-50px;top:0;height:100%;width:50px;background:#fff;z-index:9999}.qodef-advanced-image-slider .qodef-ais-slider .qodef-ais-item img{opacity:0}.qodef-advanced-image-slider .qodef-ais-slider .qodef-ais-item-inner{position:absolute;display:block;width:100%;height:100%;top:0;left:0;background-size:cover;background-position:center}.qodef-advanced-image-slider .qodef-ais-slider .qodef-ais-item-inner .qodef-ais-item-text{position:relative;display:table;table-layout:fixed;height:100%;width:100%}.qodef-advanced-image-slider .qodef-ais-slider .qodef-ais-item-inner .qodef-ais-item-text .qodef-ais-item-text-inner{position:relative;display:table-cell;height:100%;width:100%;vertical-align:bottom;padding-left:71px;padding-bottom:64px}.qodef-advanced-image-slider .qodef-ais-slider .qodef-ais-item-inner .qodef-ais-item-text .qodef-ais-item-text-inner .qodef-ais-subtitle{color:#fff;font-size:15px;font-family:Montserrat,sans-serif;font-weight:300;font-style:italic;margin:0}.qodef-advanced-image-slider .qodef-ais-slider .qodef-ais-item-inner .qodef-ais-item-text .qodef-ais-item-text-inner .qodef-ais-title .qodef-ais-entry-title{color:#fff;font-size:30px;line-height:.556em;font-family:Montserrat,sans-serif;margin:0}.qodef-advanced-image-slider .swiper-slide{overflow:hidden}.qodef-advanced-image-slider .swiper-container{overflow:visible}.qodef-advanced-image-slider .swiper-pagination{position:relative;text-align:right;margin:23px 0 0;counter-reset:qodef-bullet-counter}.qodef-advanced-image-slider .swiper-pagination .swiper-pagination-bullet{width:36px;height:36px;margin:0 14px;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:transparent;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;color:#80827e;font-size:15px;font-family:Montserrat,sans-serif;font-weight:600;opacity:1}.qodef-advanced-image-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,.qodef-advanced-image-slider .swiper-pagination .swiper-pagination-bullet:hover:before{opacity:.2;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.qodef-advanced-image-slider .swiper-pagination .swiper-pagination-bullet:first-child{margin-left:0}.qodef-advanced-image-slider .swiper-pagination .swiper-pagination-bullet:last-child{margin-right:0}.qodef-advanced-image-slider .swiper-pagination .swiper-pagination-bullet:before{content:"";position:absolute;background-color:currentColor;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;border-radius:50%;width:100%;height:100%;opacity:0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);z-index:-1;top:0;left:0}.qodef-advanced-image-slider .swiper-pagination .swiper-pagination-bullet:after{counter-increment:qodef-bullet-counter;content:"0" counter(qodef-bullet-counter);position:absolute;left:0;top:0;height:100%;width:100%;line-height:35px;text-align:center;z-index:123}.qodef-row-background-text-holder.qodef-aux{z-index:9999;-webkit-clip-path:inset(0 79.75% 0 17.7%);clip-path:inset(0 79.75% 0 17.7%)}.qodef-firefox .qodef-row-background-text-holder.qodef-aux,.qodef-ms-explorer .qodef-row-background-text-holder.qodef-aux{display:none}.qodef-dark-theme-skin .qodef-advanced-image-slider .swiper-button-next svg polygon,.qodef-dark-theme-skin .qodef-advanced-image-slider .swiper-button-prev svg polygon{fill:#fff}.qodef-dark-theme-skin .qodef-advanced-image-slider .qodef-vertical-border{background:0 0}.qodef-dark-theme-skin .qodef-advanced-image-slider .swiper-slide{border-color:#333}.qodef-author-pagination--on .qodef-m-pagination-spinner{position:relative;display:inline-block;vertical-align:top;width:32px;height:auto;fill:#93a286;stroke:none;visibility:hidden;z-index:-1;-webkit-animation:qode-rotate 2s infinite linear;animation:qode-rotate 2s infinite linear}.qodef-author-pagination--on.qodef-pagination-type--standard .qodef-grid-inner{opacity:1;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-author-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner{opacity:0}.qodef-author-pagination--on.qodef-pagination-type--load-more .qodef-m-pagination-spinner{position:absolute;bottom:10px;left:calc(50% - 16px)}.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-m-pagination-spinner{visibility:visible;z-index:1}.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button{opacity:0}.qodef-author-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading .qodef-m-pagination-spinner{visibility:visible;z-index:1}.qodef-banner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-banner .qodef-m-banner-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:1}.qodef-banner .qodef-m-content{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.qodef-banner .qodef-m-content-inner{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.qodef-banner .qodef-m-title{margin:10px 0 4px}.qodef-banner .qodef-m-title-inner{display:inline-block}.qodef-banner .qodef-e-cursive-text{font-family:Quentin;font-weight:300;font-size:163px}@media only screen and (max-width:1440px){.qodef-banner .qodef-e-cursive-text{font-size:75px!important}}@media only screen and (max-width:680px){.qodef-banner .qodef-e-cursive-text{font-size:70px!important}}.qodef-banner .qodef-m-subtitle{font-family:Montserrat,sans-serif;margin:0;letter-spacing:0}.qodef-banner .qodef-button.qodef-layout--textual .qodef-m-text{color:#fff}.qodef-banner .qodef-button.qodef-layout--textual:after{background:rgba(255,255,255,.25)}.qodef-banner .qodef-button.qodef-layout--textual:hover:after{-webkit-animation:qodef-paint-stroke .8s;animation:qodef-paint-stroke .8s}.qodef-banner .qodef-m-text-field{font-size:15px;color:#93a286;margin:0 0 10px;font-style:italic}.qodef-banner .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top;overflow:hidden}.qodef-banner .qodef-m-image img{display:block;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}.qodef-banner.qodef-layout--link-button .qodef-m-image{overflow:hidden}.qodef-banner.qodef-layout--link-button .qodef-m-image img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;-o-transition:transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;will-change:transform}.qodef-banner.qodef-layout--link-button .qodef-m-content-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px}.qodef-banner.qodef-layout--link-button .qodef-m-content-inner>*{text-align:center;width:100%;color:#fff}.qodef-banner.qodef-layout--link-button .qodef-m-title{margin:10px 0}.qodef-banner.qodef-layout--link-button .qodef-m-text{margin:0}.qodef-banner.qodef-layout--link-button .qodef-m-button{margin:0}.qodef-banner.qodef-layout--link-button:hover .qodef-m-image img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.qodef-banner.qodef-layout--link-button:hover .qodef-button:after{-webkit-animation:qodef-paint-stroke .8s;animation:qodef-paint-stroke .8s}.qodef-banner.qodef-layout--link-overlay .qodef-m-image{overflow:hidden}.qodef-banner.qodef-layout--link-overlay .qodef-m-image img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;-o-transition:transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;will-change:transform}.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px}.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner>*{text-align:center;width:100%;color:#fff}.qodef-banner.qodef-layout--link-overlay .qodef-m-title{margin:10px 0}.qodef-banner.qodef-layout--link-overlay .qodef-m-text{margin:0}.qodef-banner.qodef-layout--link-overlay .qodef-m-button{margin:0}.qodef-banner.qodef-layout--link-overlay:hover .qodef-m-image img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.qodef-button.qodef-html--link{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Montserrat,sans-serif;font-size:15px;line-height:2.66em;font-weight:600;text-decoration:none;border-radius:0;outline:0;-webkit-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:4px 39px}.qodef-button.qodef-size--small{padding:0 34px}.qodef-button.qodef-size--large{padding:8px 42px}.qodef-button.qodef-size--full{width:100%;text-align:center}.qodef-button.qodef-layout--filled.qodef-html--link{color:#68745c;background-color:#e9ebe7;border:1px solid transparent}.qodef-button.qodef-layout--filled.qodef-html--link:hover{color:#fff;background-color:#93a286}.qodef-button.qodef-layout--outlined{position:relative;padding:0;color:#68745c}.qodef-button.qodef-layout--outlined:hover .qodef-outlined-button-background{-webkit-transform:translate(11px,calc(-100% + 10px));-ms-transform:translate(11px,calc(-100% + 10px));transform:translate(11px,calc(-100% + 10px))}.qodef-parallax-button .qodef-button.qodef-layout--outlined:hover .qodef-outlined-button-background{-webkit-transform:translate(11px,calc(-100% + 11px));-ms-transform:translate(11px,calc(-100% + 11px));transform:translate(11px,calc(-100% + 11px))}.qodef-button.qodef-layout--outlined .qodef-button-outlined-wrapper{display:block;position:relative;width:100%;height:100%;color:#68745c;background-color:transparent;border:1px solid #9ca896;padding:4px 39px;color:currentColor;-webkit-transition:-webkit-transform .1s ease-in-out;transition:-webkit-transform .1s ease-in-out;-o-transition:transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out,-webkit-transform .1s ease-in-out;-webkit-transition-delay:.2s;z-index:20}.qodef-button.qodef-layout--outlined .qodef-outlined-button-background{position:absolute;display:block;width:calc(100% - 1px);height:calc(100% - 1px);background-color:#e9ebe7;z-index:0;-webkit-transform:translate(8px,calc(-100% + 7px));-ms-transform:translate(8px,calc(-100% + 7px));transform:translate(8px,calc(-100% + 7px));-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.qodef-parallax-button .qodef-button.qodef-layout--outlined .qodef-outlined-button-background{height:49px!important;-webkit-transform:translate(8px,calc(-100% + 8px));-ms-transform:translate(8px,calc(-100% + 8px));transform:translate(8px,calc(-100% + 8px))}@media only screen and (max-width:1024px){rs-fullwidth-wrap .qodef-button.qodef-layout--outlined .qodef-outlined-button-background{height:56px!important}}@media only screen and (max-width:1024px){.qodef-button.qodef-layout--outlined .qodef-outlined-button-background{height:49px!important}}.qodef-alternate-text{display:block;font-family:Quentin;font-size:30px;color:#93a286}.qodef-button.qodef-layout--outlined.reduce-slider-padding .qodef-button-outlined-wrapper{padding:15px 53px!important}@media only screen and (max-width:680px){.qodef-button.qodef-layout--outlined.reduce-slider-padding .qodef-button-outlined-wrapper{padding:17px 53px!important}}.qodef-button.qodef-layout--outlined.reduce-slider-padding .qodef-outlined-button-background{-webkit-transform:translate(8px,calc(-100% + 7px));-ms-transform:translate(8px,calc(-100% + 7px));transform:translate(8px,calc(-100% + 7px))}@media only screen and (max-width:1024px){.qodef-button.qodef-layout--outlined.reduce-slider-padding .qodef-outlined-button-background{-webkit-transform:translate(8px,calc(-100% + 7px));-ms-transform:translate(8px,calc(-100% + 7px));transform:translate(8px,calc(-100% + 7px))}}@media only screen and (max-width:680px){.qodef-button.qodef-layout--outlined.reduce-slider-padding .qodef-outlined-button-background{-webkit-transform:translate(7px,calc(-100% + 6px));-ms-transform:translate(7px,calc(-100% + 6px));transform:translate(7px,calc(-100% + 6px))}}.qodef-button.qodef-layout--outlined.reduce-slider-padding:hover .qodef-outlined-button-background{-webkit-transform:translate(11px,calc(-100% + 10px));-ms-transform:translate(11px,calc(-100% + 10px));transform:translate(11px,calc(-100% + 10px))}@media only screen and (max-width:1024px){.qodef-button.qodef-layout--outlined.qodef-reduce-button-size .qodef-outlined-button-background{height:57px!important}}.qodef-button.qodef-layout--textual{padding:0!important;font-size:15px;color:#68745c;background-color:transparent;border:0;margin:0 8px;white-space:nowrap}.qodef-button.qodef-layout--textual .qodef-m-text{position:relative;z-index:20}.qodef-button.qodef-layout--textual:after{content:"";width:calc(100% + 16px);height:27%;background:#e9ebe7;display:block;position:absolute;top:53%;z-index:0;left:-8px;will-change:transform}.qodef-button.qodef-layout--textual .qodef-m-text{display:inline-block;vertical-align:middle}.qodef-button.qodef-layout--textual:hover{color:#68745c}.qodef-button.qodef-layout--textual:hover:after{-webkit-animation:qodef-paint-stroke .8s;animation:qodef-paint-stroke .8s}.qodef-call-to-action.qodef-layout--standard{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-call-to-action.qodef-layout--standard .qodef-m-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-call-to-action.qodef-layout--standard .qodef-m-content{padding-right:20px}.qodef-call-to-action.qodef-layout--standard .qodef-m-content>*{margin:0}.qodef-call-to-action.qodef-layout--standard .qodef-m-button{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.qodef-cards-gallery{position:relative;display:inline-block;width:100%;vertical-align:top;padding:10px 0}.qodef-cards-gallery .qodef-e-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-cards-gallery img{position:relative;display:block;-webkit-box-shadow:3px 3px 16px 2px rgba(0,0,0,.04);box-shadow:3px 3px 16px 2px rgba(0,0,0,.04)}.qodef-cards-gallery .qodef-m-fake-card{position:relative;display:block;opacity:0;visibility:hidden;pointer-events:none}.qodef-cards-gallery .qodef-m-card{position:absolute;-webkit-transition:all .15s ease;-o-transition:all .15s ease;transition:all .15s ease}.qodef-cards-gallery .qodef-m-card.qodef-animating{-webkit-transition:all 1s cubic-bezier(.19,1,.22,1);-o-transition:all 1s cubic-bezier(.19,1,.22,1);transition:all 1s cubic-bezier(.19,1,.22,1);pointer-events:none}.qodef-cards-gallery .qodef-m-card.qodef-animating-siblings{-webkit-transition:all .6s cubic-bezier(0,0,0,1);-o-transition:all .6s cubic-bezier(0,0,0,1);transition:all .6s cubic-bezier(0,0,0,1);pointer-events:none}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card{left:0;will-change:transform}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6){-webkit-transform:scale(.5) translateX(80%);-ms-transform:scale(.5) translateX(80%);transform:scale(.5) translateX(80%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5){-webkit-transform:scale(.6) translateX(54%);-ms-transform:scale(.6) translateX(54%);transform:scale(.6) translateX(54%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4){-webkit-transform:scale(.7) translateX(35%);-ms-transform:scale(.7) translateX(35%);transform:scale(.7) translateX(35%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3){-webkit-transform:scale(.8) translateX(21%);-ms-transform:scale(.8) translateX(21%);transform:scale(.8) translateX(21%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2){-webkit-transform:scale(.9) translateX(9.2%);-ms-transform:scale(.9) translateX(9.2%);transform:scale(.9) translateX(9.2%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type){cursor:pointer}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover{margin-left:10px!important}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card{right:0;will-change:transform}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6){-webkit-transform:scale(.5) translateX(-80%);-ms-transform:scale(.5) translateX(-80%);transform:scale(.5) translateX(-80%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5){-webkit-transform:scale(.6) translateX(-54%);-ms-transform:scale(.6) translateX(-54%);transform:scale(.6) translateX(-54%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4){-webkit-transform:scale(.7) translateX(-35%);-ms-transform:scale(.7) translateX(-35%);transform:scale(.7) translateX(-35%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3){-webkit-transform:scale(.8) translateX(-21%);-ms-transform:scale(.8) translateX(-21%);transform:scale(.8) translateX(-21%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2){-webkit-transform:scale(.9) translateX(-9.2%);-ms-transform:scale(.9) translateX(-9.2%);transform:scale(.9) translateX(-9.2%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type){cursor:pointer}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover{margin-right:10px!important}.no-touch .qodef-cards-gallery.qodef-animation--bundle img{visibility:hidden}@-webkit-keyframes qodefCardAppearFromRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0;visibility:visible}30%{opacity:1;visibility:visible}100%{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes qodefCardAppearFromRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0;visibility:visible}30%{opacity:1;visibility:visible}100%{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared img{-webkit-animation:qodefCardAppearFromRight 1s cubic-bezier(.19,1,.22,1) forwards;animation:qodefCardAppearFromRight 1s cubic-bezier(.19,1,.22,1) forwards}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done){-webkit-animation-delay:.2s;animation-delay:.2s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done){-webkit-animation-delay:.4s;animation-delay:.4s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done){-webkit-animation-delay:.6s;animation-delay:.6s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done){-webkit-animation-delay:.8s;animation-delay:.8s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done){-webkit-animation-delay:1s;animation-delay:1s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done){-webkit-animation-delay:1.2s;animation-delay:1.2s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done){-webkit-animation-delay:1.4s;animation-delay:1.4s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done){-webkit-animation-delay:1.6s;animation-delay:1.6s}@-webkit-keyframes qodefCardAppearFromLeft{0%{visibility:visible;opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}30%{visibility:visible;opacity:1}100%{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes qodefCardAppearFromLeft{0%{visibility:visible;opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}30%{visibility:visible;opacity:1}100%{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared img{-webkit-animation:qodefCardAppearFromLeft 1s cubic-bezier(.19,1,.22,1) forwards;animation:qodefCardAppearFromLeft 1s cubic-bezier(.19,1,.22,1) forwards}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done){-webkit-animation-delay:.2s;animation-delay:.2s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done){-webkit-animation-delay:.4s;animation-delay:.4s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done){-webkit-animation-delay:.6s;animation-delay:.6s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done){-webkit-animation-delay:.8s;animation-delay:.8s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done){-webkit-animation-delay:1s;animation-delay:1s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done){-webkit-animation-delay:1.2s;animation-delay:1.2s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done){-webkit-animation-delay:1.4s;animation-delay:1.4s}.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done){-webkit-animation-delay:1.6s;animation-delay:1.6s}.qodef-comparision-pricing-table{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap}.qodef-comparision-pricing-table ul{list-style-type:none;margin:0}.qodef-comparision-pricing-table h1,.qodef-comparision-pricing-table h2,.qodef-comparision-pricing-table h3,.qodef-comparision-pricing-table h4,.qodef-comparision-pricing-table h5,.qodef-comparision-pricing-table h6,.qodef-comparision-pricing-table p{margin:0}.qodef-comparision-pricing-table .qodef-m-table{border:1px solid #dbe3d2}.qodef-comparision-pricing-table .qodef-m-table .qodef-m-table-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:112px;padding:22px 30px;background-image:url(../../inc/shortcodes/comparison-pricing-table/assets/img/pattern_dark.png);border-bottom:1px solid #dbe3d2}.qodef-comparision-pricing-table .qodef-m-table .qodef-m-table-head .qodef-m-title{word-break:break-word}.qodef-comparision-pricing-table .qodef-m-table .qodef-m-content li{padding:22px 30px;border-bottom:1px solid #dbe3d2}.qodef-comparision-pricing-table .qodef-m-table .qodef-m-content li:last-child{border-bottom:0}.qodef-comparision-pricing-table .qodef-m-table .qodef-m-footer{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:112px;padding:22px 30px;border-top:1px solid #dbe3d2}.qodef-comparision-pricing-table .qodef-m-table:not(.qodef--features){display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;border-left-width:0}.qodef-comparision-pricing-table .qodef-m-table:not(.qodef--features) .qodef-m-table-head{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-comparision-pricing-table .qodef-m-table.qodef--features .qodef-m-table-head{padding-left:15%;padding-right:15%}.qodef-comparision-pricing-table .qodef-m-table.qodef--features .qodef-m-content .qodef-e-item{padding-left:15%;padding-right:15%}.qodef-comparision-pricing-table .qodef-m-table.qodef--features .qodef-m-footer{background-image:url(../../inc/shortcodes/comparison-pricing-table/assets/img/pattern_dark.png)}.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table{width:30%}.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table.qodef--features{width:40%}.qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table{width:23.333%}.qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table.qodef--features{width:30%}.qodef-countdown .qodef-digit,.qodef-countdown .qodef-label{position:relative;display:inline-block;width:100%;vertical-align:top;text-align:center}.qodef-countdown.qodef-show--1 .qodef-digit-wrapper{width:100%}.qodef-countdown.qodef-show--2 .qodef-digit-wrapper{width:50%}.qodef-countdown.qodef-show--3 .qodef-digit-wrapper{width:33.33333%}.qodef-countdown.qodef-show--4 .qodef-digit-wrapper{width:25%}.qodef-countdown.qodef-show--5 .qodef-digit-wrapper{width:20%}.qodef-countdown.qodef-show--6 .qodef-digit-wrapper{width:16.66667%}.qodef-countdown.qodef-countdown--light .qodef-digit,.qodef-countdown.qodef-countdown--light .qodef-label{color:#fff}.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper{display:inline-block;vertical-align:top;padding:0 20px}.qodef-countdown.qodef-layout--simple .qodef-digit{font-family:inherit;font-size:70px;line-height:1em;font-weight:600;color:#2f3327;font-family:Montserrat,sans-serif}@media only screen and (max-width:768px){.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper{content:unset}.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper:nth-child(4){margin-left:106px}.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper:first-child{margin-bottom:32px}}@media only screen and (max-width:680px){.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper{content:unset}.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper:nth-child(4){margin-left:unset}.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper:first-child{margin-bottom:0}}.qodef-countdown.qodef-layout--simple .qodef-label{color:#2f3327;font-family:Montserrat,sans-serif;font-size:17px;font-weight:600;margin-top:13px}@media only screen and (max-width:680px){.qodef-countdown.qodef-layout--simple .qodef-label{margin-bottom:34px}}.qodef-counter.qodef-layout--simple{text-align:center}.qodef-counter.qodef-layout--simple .qodef-m-digit{font-family:inherit;font-weight:600;font-size:75px;line-height:1;color:#2f3327}.qodef-counter.qodef-layout--simple .qodef-m-title{margin:5px 0 0 0}.qodef-counter.qodef-layout--simple .qodef-m-text{margin:0}.qodef-custom-font{position:relative;margin:0}.qodef-dropcaps{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-dropcaps .qodef-m-letter{position:relative;top:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;float:left;margin:0 10px 5px 0;font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;color:#2f3327;font-size:38px;line-height:1.184em;letter-spacing:0}.qodef-dropcaps .qodef-m-text{display:inline;margin:0}.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter{width:40px;height:40px;font-size:23px;line-height:1.26em;letter-spacing:0;color:#fff;background-color:#2f3327}.qodef-dropcaps.qodef-type--circle .qodef-m-letter{border-radius:100%}.qodef-frame-slider-holder{position:relative;margin-bottom:106px}.qodef-frame-slider-holder .qodef-frame-slider-image{position:absolute;top:0;left:50%;width:70%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);pointer-events:none;z-index:100}.qodef-frame-slider-holder .qodef-frame-slider-image img{width:100%}.qodef-frame-slider-holder .qodef-m-swiper{overflow:hidden}.qodef-frame-slider-holder .qodef-m-item{height:0;width:0;margin:0 5%;padding-left:50%;padding-top:calc(50% * 563 / 829)}.qodef-frame-slider-holder .qodef-m-item img{position:absolute;top:1px;left:0;width:100%;height:100%;border-top-left-radius:4%;border-top-right-radius:4%;-o-object-fit:cover;object-fit:cover}.qodef-frame-slider-holder .swiper-pagination-bullets{bottom:-106px!important}.qodef-google-map{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-google-map .qodef-m-map{display:block;width:100%}.qodef-google-map .qodef-m-map embed,.qodef-google-map .qodef-m-map iframe,.qodef-google-map .qodef-m-map object{width:100%;display:block}.qodef-google-map .qodef-m-map img{max-width:none}.qodef-highlight .qodef-highlight-text{padding:0 5px;color:#fff;background-color:#2f3327}.qodef-icon-list-item{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}.qodef-icon-list-item .qodef-e-title{position:relative;display:inline-block;vertical-align:top;margin:0;line-height:1}.qodef-icon-list-item .qodef-e-title a{display:block}.qodef-custom .qodef-icon-list-item .qodef-e-title a{color:#80827e}.qodef-custom .qodef-icon-list-item .qodef-e-title a:hover{color:#2f3327}.qodef-icon-list-item .qodef-e-title .qodef-e-title-text{letter-spacing:.01em;line-height:1.643em}.qodef-icon-list-item .qodef-e-title-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-icon-list-item .qodef-icon-holder{-ms-flex-negative:0;flex-shrink:0;margin-right:12px;float:none}.qodef-icon-list-item .qodef-icon-holder .qodef-icon{font-size:14px;color:#68745c}.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper{position:relative;display:inline-block;vertical-align:top}.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img{display:block}#qodef-page-sidebar .widget.widget_sante_core_icon_list_item{margin-bottom:0}#qodef-page-footer .widget.widget_sante_core_icon_list_item{margin-bottom:15px}#qodef-side-area .widget.widget_sante_core_icon_list_item{margin-bottom:0}.qodef-icon-with-text .qodef-m-title{margin:0}.qodef-icon-with-text .qodef-m-title a{display:block}.qodef-icon-with-text .qodef-m-text{margin:8px 0 0}.qodef-icon-with-text .qodef-m-icon-wrapper{line-height:1}.qodef-icon-with-text .qodef-icon-holder{float:none}.qodef-icon-with-text .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper{position:relative;display:inline-block;vertical-align:top}.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img{display:block}.qodef-icon-with-text.qodef-layout--before-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper{-ms-flex-negative:0;flex-shrink:0;margin-right:15px}.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title{line-height:1}.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper{-ms-flex-negative:0;flex-shrink:0;margin-right:5px}.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center{text-align:center}.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left{text-align:left}.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right{text-align:right}.qodef-icon-with-text.qodef-layout--top .qodef-m-title{margin-top:21px}.qodef-icon-holder{position:relative;display:inline-block;vertical-align:top;width:auto;line-height:1;font-size:11px}.qodef-icon-holder>span{color:#68745c}.qodef-icon-holder:hover>span{color:#68745c}.qodef-icon-holder a{display:block}.qodef-icon-holder .qodef-icon{display:block;line-height:inherit}.qodef-icon-holder .qodef-icon:before{display:block;line-height:inherit}.qodef-icon-holder.qodef-layout--circle,.qodef-icon-holder.qodef-layout--square{width:2em;height:2em;line-height:2em;text-align:center;color:#fff;background-color:#93a286;-webkit-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-icon-holder.qodef-layout--circle a,.qodef-icon-holder.qodef-layout--square a{color:inherit;-webkit-transition:none;-o-transition:none;transition:none}.qodef-icon-holder.qodef-layout--circle:hover,.qodef-icon-holder.qodef-layout--square:hover{background-color:#2f3327}.qodef-icon-holder.qodef-layout--circle{border-radius:50%}.qodef-icon-holder.qodef-size--tiny{font-size:1.33333333em}.qodef-icon-holder.qodef-size--small{font-size:2em}.qodef-icon-holder.qodef-size--medium{font-size:3em}.qodef-icon-holder.qodef-size--large{font-size:4em}.qodef-icon-holder.qodef-size--huge{font-size:5em}.widget.widget_sante_core_icon{display:inline-block;line-height:1}#qodef-page-sidebar .widget.widget_sante_core_icon{margin-bottom:0}#qodef-page-footer .widget.widget_sante_core_icon{margin-bottom:0}#qodef-side-area .widget.widget_sante_core_icon{margin-bottom:0}.qodef-image-gallery.qodef-col-num--1.qodef-gutter--no .qodef-image-wrapper{clip-path:inset(0 100% 0 0);-webkit-clip-path:inset(0 100% 0 0);-webkit-transition:-webkit-clip-path .2s .8s;transition:-webkit-clip-path .2s .8s;-o-transition:clip-path .2s .8s;transition:clip-path .2s .8s;transition:clip-path .2s .8s,-webkit-clip-path .2s .8s}.qodef-image-gallery.qodef-col-num--1.qodef-gutter--no .qodef-image-wrapper.swiper-slide-active,.qodef-image-gallery.qodef-col-num--1.qodef-gutter--no .qodef-image-wrapper.swiper-slide-duplicate-active{clip-path:inset(0 0 0 0);-webkit-clip-path:inset(0 0 0 0);-webkit-transition:-webkit-clip-path .8s;transition:-webkit-clip-path .8s;-o-transition:clip-path .8s;transition:clip-path .8s;transition:clip-path .8s,-webkit-clip-path .8s}.qodef-image-gallery:not(.qodef-col-num--1) .qodef-image-wrapper{overflow:hidden}.qodef-image-gallery:not(.qodef-col-num--1) .qodef-image-wrapper a img{-webkit-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01);-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;-o-transition:transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;will-change:transform}.qodef-image-gallery:not(.qodef-col-num--1) .qodef-image-wrapper a:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.qodef-image-marquee{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-image-marquee .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 auto;overflow:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.qodef-image-marquee .qodef-m-content.qodef--mobile{display:none}.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image{background-size:cover!important}.qodef-image-marquee .qodef-m-image{position:absolute;top:0;left:0;height:100%;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.qodef-image-marquee .qodef-m-image a{position:relative;display:block}@-webkit-keyframes qode-move-marquee{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes qode-move-marquee{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.qodef-image-with-text{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-image-with-text .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top;text-align:center}.qodef-image-with-text .qodef-m-image a{display:block;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:none;box-shadow:none;will-change:transform;-webkit-transition:-webkit-box-shadow .4s ease,-webkit-transform .6s ease;transition:-webkit-box-shadow .4s ease,-webkit-transform .6s ease;-o-transition:box-shadow .4s ease,transform .6s ease;transition:box-shadow .4s ease,transform .6s ease;transition:box-shadow .4s ease,transform .6s ease,-webkit-box-shadow .4s ease,-webkit-transform .6s ease}.qodef-image-with-text .qodef-m-image a:hover{-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 1px 25px 0 rgba(0,0,0,.07);box-shadow:0 1px 25px 0 rgba(0,0,0,.07)}.qodef-image-with-text .qodef-m-image img{display:inline}.qodef-image-with-text.qodef-iwt-border img{border:1px solid #e4eadc}.qodef-image-with-text.qodef-align--left .qodef-m-content,.qodef-image-with-text.qodef-align--left .qodef-m-text,.qodef-image-with-text.qodef-align--left .qodef-m-title{text-align:left;padding:0}.qodef-image-with-text .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top;text-align:center}.qodef-image-with-text .qodef-m-title{margin:25px 0 0;text-align:center}.qodef-image-with-text .qodef-m-text{margin:14px 0 0;padding:0 17px}.qodef-image-with-text .qodef-cross-fade-images{position:relative;overflow:hidden}.qodef-image-with-text .qodef-cross-fade-images:hover .qodef-img--fade{opacity:1}.qodef-image-with-text .qodef-cross-fade-images .qodef-img--fade{position:absolute;top:0;left:0;opacity:0;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.qodef-info-section.qodef-layout--background-text{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-info-section.qodef-layout--background-text .qodef-m-info{position:relative;z-index:2}.qodef-info-section.qodef-layout--background-text .qodef-m-title{margin:0 0 18px}.qodef-info-section.qodef-layout--background-text .qodef-m-text{margin:0}.qodef-info-section.qodef-layout--background-text .qodef-button{margin-top:6px}.qodef-info-section.qodef-layout--background-text .qodef-m-background-text{position:absolute;display:inline-block;color:rgba(47,51,39,.1);text-align:center;font-weight:700;font-size:250px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text{top:0;left:-20px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text{top:0;right:-20px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text{bottom:0;left:-20px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text{bottom:0;right:-20px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text{font-size:450px;top:34px;left:0;right:0;text-align:center}.qodef-interactive-link-showcase{position:relative;display:inline-block;width:100%;vertical-align:top;height:100vh;visibility:hidden}.admin-bar .qodef-interactive-link-showcase{height:calc(100vh - 32px)}.qodef-interactive-link-showcase .qodef-m-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;-webkit-transition:opacity 0s .45s;-o-transition:opacity 0s .45s;transition:opacity 0s .45s}.qodef-interactive-link-showcase .qodef-m-image.qodef--active{opacity:1;z-index:5;-webkit-transition:opacity .4s cubic-bezier(.215,.61,.355,1);-o-transition:opacity .4s cubic-bezier(.215,.61,.355,1);transition:opacity .4s cubic-bezier(.215,.61,.355,1)}.qodef-interactive-link-showcase .qodef-m-image img{display:none}.qodef-interactive-link-showcase .qodef-m-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10}.qodef-interactive-link-showcase .qodef-m-item{position:relative;display:inline-block;vertical-align:top;width:auto;padding:0 6px 5px;margin:13px 0;font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;font-size:38px;line-height:1.184em;letter-spacing:0;-webkit-transition:color .2s ease-out,background-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out}.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title{position:relative;display:block;z-index:2}.qodef-interactive-link-showcase .qodef-m-item.qodef--active{color:#fff;background-color:#2f3327}.qodef-interactive-link-showcase.qodef--init{visibility:visible}.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item{color:#fff}.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item.qodef--active{color:#2f3327;background-color:#fff}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item{padding:20px 0;margin:0;color:#2f3327;background-color:transparent}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-follow-content{display:block}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-title{display:block;z-index:-2}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-content{position:absolute;top:0;left:0;width:auto;display:none}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image{position:relative;display:inline-block;vertical-align:top;width:auto;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);overflow:hidden;z-index:-1}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image img{position:relative;display:block;width:auto;max-width:60vw}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title{position:absolute;top:calc(50% + 20px);left:0;display:block;font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;font-size:38px;line-height:1.184em;letter-spacing:0;white-space:nowrap;color:#fff}.qodef-interactive-link-showcase.qodef-layout--list{padding:150px 0}.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images{position:relative;display:block;margin-left:auto;width:62%;height:100%;overflow:hidden}.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items{position:absolute;top:0;left:0;width:100%;height:100%;width:38%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container{width:100%;height:100%;z-index:10}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images{position:absolute;top:0;left:0;width:100%;height:100%;height:100%;overflow:hidden;z-index:5}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item{height:auto;margin:0 5%}.qodef-item-showcase{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;visibility:hidden}.qodef-item-showcase .qodef-m-image{position:relative;-ms-flex-negative:0;flex-shrink:0;margin:0 60px;opacity:0;-webkit-transform:translateY(70px);-ms-transform:translateY(70px);transform:translateY(70px);-webkit-transition:opacity .55s cubic-bezier(.23,1,.32,1),-webkit-transform .55s cubic-bezier(.23,1,.32,1);transition:opacity .55s cubic-bezier(.23,1,.32,1),-webkit-transform .55s cubic-bezier(.23,1,.32,1);-o-transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1),-webkit-transform .55s cubic-bezier(.23,1,.32,1)}.qodef-item-showcase .qodef-m-image img{display:block}.qodef-item-showcase .qodef-m-items{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.qodef-item-showcase .qodef-m-items.qodef--left{text-align:right}.qodef-item-showcase .qodef-m-items.qodef--right{text-align:left}.qodef-item-showcase .qodef-m-item{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:60px;opacity:0;-webkit-transform:translateY(70px);-ms-transform:translateY(70px);transform:translateY(70px);-webkit-transition:opacity .55s cubic-bezier(.23,1,.32,1),-webkit-transform .55s cubic-bezier(.23,1,.32,1);transition:opacity .55s cubic-bezier(.23,1,.32,1),-webkit-transform .55s cubic-bezier(.23,1,.32,1);-o-transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1),-webkit-transform .55s cubic-bezier(.23,1,.32,1)}.qodef-item-showcase .qodef-m-item:first-child{margin-top:0}.qodef-item-showcase .qodef-m-item:nth-child(1){-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.qodef-item-showcase .qodef-m-item:nth-child(2){-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}.qodef-item-showcase .qodef-m-item:nth-child(3){-webkit-transition-delay:.6s;-o-transition-delay:.6s;transition-delay:.6s}.qodef-item-showcase .qodef-m-item:nth-child(4){-webkit-transition-delay:.8s;-o-transition-delay:.8s;transition-delay:.8s}.qodef-item-showcase .qodef-m-item:nth-child(5){-webkit-transition-delay:1s;-o-transition-delay:1s;transition-delay:1s}.qodef-item-showcase .qodef-m-item:nth-child(6){-webkit-transition-delay:1.2s;-o-transition-delay:1.2s;transition-delay:1.2s}.qodef-item-showcase .qodef-e-title{margin:0}.qodef-item-showcase .qodef-e-title-link{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-item-showcase .qodef-e-title-link:hover{color:#93a286}.qodef-item-showcase .qodef-e-text{margin:20px 0 0}.qodef-item-showcase.qodef--init{visibility:visible}.qodef-item-showcase.qodef--init .qodef-m-image{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.qodef-item-showcase.qodef--init .qodef-m-item{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.qodef-pricing-table{position:relative;display:inline-block;width:100%;vertical-align:top;text-align:center}.qodef-pricing-table.qodef-status--featured .qodef-m-inner{border-color:transparent;background-color:#f5f7f4}.qodef-pricing-table.qodef-status--featured .qodef-m-inner .qodef-m-button .qodef-outlined-button-background{background-color:#e9ebe7}.qodef-pricing-table .qodef-m-inner{padding:51px 0 72px 0;border:1px solid #dbe3d2}.qodef-pricing-table .qodef-m-title p{display:block;font-family:Quentin;font-size:30px;color:#93a286;margin:0 0 7px}.qodef-pricing-table .qodef-m-subtitle{margin:18px 67px 0}@media only screen and (max-width:680px){.qodef-pricing-table .qodef-m-subtitle{margin:18px 5px 0}}.qodef-pricing-table .qodef-m-subtitle h6{margin:0}.qodef-pricing-table .qodef-m-price{margin-top:-3px}.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;line-height:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-pricing-table .qodef-st-underline{margin:12px 0 0}.qodef-pricing-table .qodef-st-underline .qodef-st-underline-line.qodef--underline{width:64px}.qodef-pricing-table .qodef-m-content{margin:22px 0 0}.qodef-pricing-table .qodef-m-content ul{list-style:none;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-pricing-table .qodef-m-content ul li{color:#80827e;margin-bottom:14px;font-size:14px;line-height:1.786}.qodef-pricing-table .qodef-m-content ul li:last-child{margin-bottom:0}.qodef-pricing-table .qodef-m-content ul li:before{content:"\4e";font-family:ElegantIcons;position:absolute;-webkit-transform:translate(-32px,3px);-ms-transform:translate(-32px,3px);transform:translate(-32px,3px);padding-right:13px;color:#2f3327;display:inline-block;line-height:1em;vertical-align:middle;font-size:18px}.qodef-pricing-table .qodef-m-button .qodef-button{margin:52px 0 0}.qodef-progress-bar{position:relative;display:inline-block;width:100%;vertical-align:top;visibility:hidden}.qodef-progress-bar .qodef-m-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-progress-bar .qodef-m-canvas{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-progress-bar .qodef-m-canvas svg{display:block}.qodef-progress-bar .qodef-m-title{margin:20px 0 0}.qodef-progress-bar.qodef--init{visibility:visible}.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0;font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;color:#2f3327;font-size:17px;line-height:1.23em;letter-spacing:0}.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text{padding-top:20px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.qodef-progress-bar.qodef-layout--line .qodef-m-inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.qodef-progress-bar.qodef-layout--line .proggress{width:0}.qodef-progress-bar.qodef-layout--line .percentCount{position:absolute;top:-24px;right:0;width:auto}.qodef-progress-bar.qodef-layout--line .qodef-m-title{margin:0 0 7px}.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount{left:0;right:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.qodef-section-title{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-section-title.qodef-alignment--center{text-align:center}.qodef-section-title.qodef-alignment--left{text-align:left}.qodef-section-title.qodef-alignment--right{text-align:right}.qodef-section-title .qodef-m-title{margin:0}.qodef-section-title .qodef-m-text{margin:13px 0 0}.qodef-section-title .qodef-m-caption{display:block;font-family:Quentin;font-size:30px;color:#93a286;margin-bottom:11px}.qodef-section-title .qodef-e-st-button{margin-top:37px}.qodef-section-title .qodef-e-st-button .qodef-button.qodef-layout--outlined .qodef-button-outlined-wrapper{border:1px solid #9ca896}.qodef-section-title .qodef-st-image{display:block;width:100%;margin:0 0 15px}.qodef-section-title .qodef-st-image img{display:inline}.qodef-section-title .qodef-st-underline{display:block;width:100%;margin:16px 0 0}.qodef-section-title .qodef-st-underline .qodef-st-underline-line{display:inline-block;width:56px;height:2px;background-color:#9ca896}.qodef-section-title.qodef--has-appear.qodef-st--caption .qodef-e-st-button,.qodef-section-title.qodef--has-appear.qodef-st--caption .qodef-m-caption,.qodef-section-title.qodef--has-appear.qodef-st--caption .qodef-m-text,.qodef-section-title.qodef--has-appear.qodef-st--caption .qodef-m-title{opacity:0;-webkit-transform:translateY(16px);-ms-transform:translateY(16px);transform:translateY(16px)}.qodef-section-title.qodef--has-appear .qodef-st-image{opacity:0;-webkit-transform:rotateX(20deg) skew(0deg,15deg) translate(-25px,-20px);transform:rotateX(20deg) skew(0deg,15deg) translate(-25px,-20px)}.qodef-section-title.qodef--has-appear.qodef--appeared.qodef-st--caption .qodef-e-st-button,.qodef-section-title.qodef--has-appear.qodef--appeared.qodef-st--caption .qodef-m-caption,.qodef-section-title.qodef--has-appear.qodef--appeared.qodef-st--caption .qodef-m-text,.qodef-section-title.qodef--has-appear.qodef--appeared.qodef-st--caption .qodef-m-title{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:.6s ease;-o-transition:.6s ease;transition:.6s ease}.qodef-section-title.qodef--has-appear.qodef--appeared.qodef-st--caption .qodef-m-title{-webkit-transition:.6s ease .2s;-o-transition:.6s ease .2s;transition:.6s ease .2s}.qodef-section-title.qodef--has-appear.qodef--appeared.qodef-st--caption .qodef-m-text{-webkit-transition:.6s ease .4s;-o-transition:.6s ease .4s;transition:.6s ease .4s}.qodef-section-title.qodef--has-appear.qodef--appeared.qodef-st--caption .qodef-e-st-button{-webkit-transition:.6s ease .6s;-o-transition:.6s ease .6s;transition:.6s ease .6s}.qodef-section-title.qodef--has-appear.qodef--appeared .qodef-st-image{opacity:1;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out;-webkit-animation:qodef-falling-leaf 1.2s forwards ease;animation:qodef-falling-leaf 1.2s forwards ease}.qodef-separator{position:relative;height:auto;font-size:0;line-height:1}.qodef-separator .qodef-m-line{position:relative;display:inline-block;width:100%;vertical-align:top;margin:10px 0;border-bottom:1px solid #dbe3d2}.qodef-separator.qodef-position--center{text-align:center}.qodef-separator.qodef-position--left{text-align:left}.qodef-separator.qodef-position--right{text-align:right}#qodef-page-sidebar .widget.widget_sante_core_separator{margin-bottom:0}#qodef-page-footer .widget.widget_sante_core_separator{margin-bottom:0}#qodef-side-area .widget.widget_sante_core_separator{margin-bottom:0}.qodef-stacked-images{position:relative;display:inline-block;width:100%;vertical-align:top;-webkit-transition:-webkit-clip-path .8s ease;transition:-webkit-clip-path .8s ease;-o-transition:clip-path .8s ease;transition:clip-path .8s ease;transition:clip-path .8s ease,-webkit-clip-path .8s ease}.qodef-stacked-images.qodef-stack--left{clip-path:inset(0 0 0 100%);-webkit-clip-path:inset(0 0 0 100%)}.qodef-stacked-images.qodef-stack--right{clip-path:inset(0 100% 0 0);-webkit-clip-path:inset(0 100% 0 0)}.qodef-stacked-images .qodef-m-images{position:relative;display:inline-block;vertical-align:middle}.qodef-stacked-images .qodef-m-images .qodef-e-image.qodef--stack{position:absolute;display:block;bottom:-100%;opacity:0}.qodef-stack--left.qodef-stacked-images .qodef-m-images .qodef-e-image.qodef--stack{bottom:35%;left:0;-webkit-transform:translate(-50%,50%);-ms-transform:translate(-50%,50%);transform:translate(-50%,50%);-webkit-transition:bottom .8s ease .4s,opacity .8s ease .4s;-o-transition:bottom .8s ease .4s,opacity .8s ease .4s;transition:bottom .8s ease .4s,opacity .8s ease .4s}@media only screen and (max-width:1440px){.qodef-stack--left.qodef-stacked-images .qodef-m-images .qodef-e-image.qodef--stack{-webkit-transform:translate(-50%,50%) scale(.75);-ms-transform:translate(-50%,50%) scale(.75);transform:translate(-50%,50%) scale(.75)}}@media only screen and (max-width:1024px){.qodef-stack--left.qodef-stacked-images .qodef-m-images .qodef-e-image.qodef--stack{-webkit-transform:translate(-50%,50%) scale(1);-ms-transform:translate(-50%,50%) scale(1);transform:translate(-50%,50%) scale(1)}}@media only screen and (max-width:680px){.qodef-stack--left.qodef-stacked-images .qodef-m-images .qodef-e-image.qodef--stack{-webkit-transform:translate(-50%,50%) scale(.5);-ms-transform:translate(-50%,50%) scale(.5);transform:translate(-50%,50%) scale(.5)}}.qodef-stack--right.qodef-stacked-images .qodef-m-images .qodef-e-image.qodef--stack{bottom:35%;right:0;-webkit-transform:translate(50%,50%);-ms-transform:translate(50%,50%);transform:translate(50%,50%);-webkit-transition:bottom .8s ease .4s,opacity .8s ease .4s;-o-transition:bottom .8s ease .4s,opacity .8s ease .4s;transition:bottom .8s ease .4s,opacity .8s ease .4s}@media only screen and (max-width:1440px){.qodef-stack--right.qodef-stacked-images .qodef-m-images .qodef-e-image.qodef--stack{-webkit-transform:translate(50%,50%) scale(.75);-ms-transform:translate(50%,50%) scale(.75);transform:translate(50%,50%) scale(.75)}}@media only screen and (max-width:1024px){.qodef-stack--right.qodef-stacked-images .qodef-m-images .qodef-e-image.qodef--stack{-webkit-transform:translate(50%,50%) scale(1);-ms-transform:translate(50%,50%) scale(1);transform:translate(50%,50%) scale(1)}}@media only screen and (max-width:680px){.qodef-stack--right.qodef-stacked-images .qodef-m-images .qodef-e-image.qodef--stack{-webkit-transform:translate(50%,50%) scale(.5);-ms-transform:translate(50%,50%) scale(.5);transform:translate(50%,50%) scale(.5)}}.qodef-stack--left.qodef-stacked-images .qodef-m-images{margin:0 0 0 30%}@media only screen and (max-width:1024px){.qodef-stack--left.qodef-stacked-images .qodef-m-images{margin:0 0 0 10%}}@media only screen and (max-width:768px){.qodef-stack--left.qodef-stacked-images .qodef-m-images{margin:0 0 0 11%}}.qodef-stack--right.qodef-stacked-images .qodef-m-images{margin:0 30% 0 0}@media only screen and (max-width:1024px){.qodef-stack--right.qodef-stacked-images .qodef-m-images{margin:0 7% 0 0}}@media only screen and (max-width:768px){.qodef-stack--right.qodef-stacked-images .qodef-m-images{margin:0 8% 0 0}}.qodef-stack--bottom.qodef-stacked-images .qodef-m-images{padding:0 0 75px}.qodef-stacked-images.qodef--appeared{clip-path:inset(0 0 0 0);-webkit-clip-path:inset(0 0 0 0)}.qodef-stack--left.qodef-stacked-images.qodef--appeared .qodef-m-images .qodef-e-image.qodef--stack{bottom:50%;opacity:1}.qodef-stack--right.qodef-stacked-images.qodef--appeared .qodef-m-images .qodef-e-image.qodef--stack{bottom:50%;opacity:1}.qodef-stack--bottom.qodef-stacked-images.qodef--appeared .qodef-m-images .qodef-e-image.qodef--stack{bottom:0;right:15%;max-width:40%}@media only screen and (max-width:1440px){.qodef-stack--bottom.qodef-stacked-images.qodef--appeared .qodef-m-images .qodef-e-image.qodef--stack{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}}@media only screen and (max-width:1024px){.qodef-stack--bottom.qodef-stacked-images.qodef--appeared .qodef-m-images .qodef-e-image.qodef--stack{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}@media only screen and (max-width:680px){.qodef-stack--bottom.qodef-stacked-images.qodef--appeared .qodef-m-images .qodef-e-image.qodef--stack{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}}.widget.qodef-stamp-widget{margin-bottom:0}.qodef-stamp{position:relative;display:inline-block;vertical-align:top;width:195px;height:195px;color:#93a286;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;text-transform:uppercase}.qodef-stamp .qodef-m-centered-text{font-family:Poppins,sans-serif;font-size:80px;color:#93a286;position:absolute;left:0;right:0;text-align:center;display:inline-block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.qodef-stamp .qodef-m-circle{position:absolute;top:2px;left:2px;width:calc(100% - 4px);height:calc(100% - 4px);border:1px solid currentColor;border-radius:100%;opacity:0;-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6);-webkit-transition:opacity .2s ease,-webkit-transform .3s ease;transition:opacity .2s ease,-webkit-transform .3s ease;-o-transition:opacity .2s ease,transform .3s ease;transition:opacity .2s ease,transform .3s ease;transition:opacity .2s ease,transform .3s ease,-webkit-transform .3s ease}.qodef-stamp .qodef-m-text{position:relative;display:block;height:100%}.qodef-stamp .qodef-m-text>*{position:absolute;top:0;left:calc(50% - 4px);width:8px;height:50%;text-align:center;opacity:0;-webkit-transition:opacity .1s;-o-transition:opacity .1s;transition:opacity .1s;-webkit-transform-origin:bottom center;-ms-transform-origin:bottom center;transform-origin:bottom center;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.qodef-stamp.qodef--appear .qodef-m-circle{opacity:.8;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.qodef-stamp.qodef--init .qodef-m-text>*{opacity:1}.qodef-stamp.qodef--abs{position:absolute}@media only screen and (max-width:1440px){.qodef-stamp.qodef-hide-on--1440{display:none}}@media only screen and (max-width:1366px){.qodef-stamp.qodef-hide-on--1366{display:none}}@media only screen and (max-width:1280px){.qodef-stamp.qodef-hide-on--1280{display:none}}@media only screen and (max-width:1024px){.qodef-stamp.qodef-hide-on--1024{display:none}}@media only screen and (max-width:768px){.qodef-stamp.qodef-hide-on--768{display:none}}@media only screen and (max-width:680px){.qodef-stamp.qodef-hide-on--680{display:none}}@media only screen and (max-width:480px){.qodef-stamp.qodef-hide-on--480{display:none}}.qodef-swapping-image-gallery{position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-swapping-image-gallery .qodef-m-info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0}.qodef-swapping-image-gallery .qodef-m-image-holder{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;overflow:hidden;-webkit-box-shadow:0 0 10.53px 2.47px rgba(2,2,2,.04);box-shadow:0 0 10.53px 2.47px rgba(2,2,2,.04)}.qodef-swapping-image-gallery .qodef-m-info{padding-top:60px}.qodef-swapping-image-gallery .qodef-m-headline{margin:0 0 60px}.qodef-swapping-image-gallery .qodef-m-title{margin:0 0 24px}.qodef-swapping-image-gallery .qodef-m-description{margin:0}.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .swiper-pagination-custom{width:auto}.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail{font-size:0;cursor:pointer;opacity:.35;-webkit-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail img{display:block}.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail.qodef--active{opacity:1}.qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info{padding-left:120px}.qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info{padding-right:120px}.qodef-tabs{position:relative;display:inline-block;width:100%;vertical-align:top;visibility:hidden}.qodef-tabs.qodef--init{visibility:visible}.qodef-tabs .qodef-tabs-navigation{margin:0;padding:0;list-style:none}.qodef-tabs .qodef-tabs-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-tabs .qodef-tabs-content p{margin:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li{margin:0;padding:0 20px 11px 20px}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a{display:block;padding:0 3px 1px;-webkit-transition:color .2s ease-out,background-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out;font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;font-size:17px;line-height:1.23em;letter-spacing:0;line-height:1.706}@media only screen and (max-width:680px){.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li>a{padding:0}}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child{margin-right:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a{color:#2f3327}@media only screen and (max-width:680px){.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a{color:#68745c}}@media only screen and (max-width:680px){.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li{margin:0 0 15px 0;padding:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child{margin-bottom:0}}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation{-ms-flex-negative:0;flex-shrink:0;display:block;padding-right:26px;margin-right:26px;border-right:1px solid #dbe3d2}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li{width:100%;margin-bottom:26px}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child{margin-bottom:0}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a{display:inline-block;width:auto}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content{margin-top:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-content{margin:26px 0 0}.qodef-text-marquee{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-text-marquee .qodef-m-content{display:-webkit-box;display:-ms-flexbox;display:flex;white-space:nowrap;font-size:100px;font-family:Montserrat,sans-serif;line-height:1em;font-weight:700;overflow:hidden}.qodef-text-marquee .qodef-marquee-element{padding:0 25px;will-change:transform}.qodef-text-marquee .qodef-m-text>span:after{content:'\00b7';display:inline-block;padding:0 28px;color:#2f3327}.qodef-text-marquee .qodef-m-text--1{color:#2f3327}.qodef-text-marquee .qodef-m-text--2{color:#2f3327}.qodef-text-marquee .qodef-m-text--3{color:#2f3327}.qodef-vertical-split-slider{height:100vh;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.qodef-vertical-split-slider .ms-tableCell{height:100vh!important}.qodef-vertical-split-slider .qodef-m-slide-image .qodef-e-title-link{display:block;position:relative;z-index:10}.qodef-vertical-split-slider .qodef-m-slide-content-inner .qodef-e-text-link,.qodef-vertical-split-slider .qodef-m-slide-content-inner img{display:block}.qodef-vertical-split-slider .qodef-m-slide-content-inner .qodef-e-text-link{position:relative;z-index:10}.qodef-vertical-split-slider .qodef-e-product-link{display:block}.qodef-vertical-split-slider .qodef-e-product-link>*{text-align:center}.qodef-vertical-split-slider .qodef-e-product-link .qodef-ms-section-rating{margin:0}.qodef-vertical-split-slider .qodef-e-product-link .qodef-ms-section-rating>*{color:#768467}.qodef-vertical-split-slider .qodef-e-product-link .qodef-e-title{margin:3px 0 10px 0}.qodef-vertical-split-slider .qodef-e-product-link .qodef-ms-section-price{font-family:Poppins,sans-serif;font-size:13px;font-weight:300;color:#2f3327;letter-spacing:.04em}.qodef-vertical-split-slider .qodef-ms-section-price{color:#2f3327}.qodef-vertical-split-slider .ms-right{right:0!important}.qodef-vertical-split-slider .qodef-woo-product-list .qodef-woo-product-image{background-color:transparent}.qodef-vertical-split-slider-responsive{display:none}.qodef-vertical-split-slider .qodef-m-slide-content-inner,.qodef-vertical-split-slider-responsive .qodef-m-slide-content-inner{position:relative;display:inline-block;text-align:left;margin-right:11px;margin-top:5.5%;width:54%}.qodef-vertical-split-slider .qodef-m-image,.qodef-vertical-split-slider-responsive .qodef-m-image{max-height:73vh;width:auto}.qodef-vertical-split-slider .qodef-m-title,.qodef-vertical-split-slider-responsive .qodef-m-title{display:block;margin:0;text-align:center;font-style:italic}.qodef-vertical-split-slider .qodef-m-text,.qodef-vertical-split-slider-responsive .qodef-m-text{margin:13px 0 0 0;text-align:left}.qodef-vertical-split-slider .qodef-m-button,.qodef-vertical-split-slider-responsive .qodef-m-button{margin:22px 0 0 0}.qodef-vertical-split-slider .qodef-m-slide-image,.qodef-vertical-split-slider-responsive .qodef-m-slide-image{background-size:cover}.qodef-vertical-split-slider .qodef-m-slide-content,.qodef-vertical-split-slider-responsive .qodef-m-slide-content{text-align:center;padding:0 5%}#multiscroll-nav{display:none}#multiscroll-nav ul{counter-reset:section}#multiscroll-nav li{width:11px;height:11px;margin:14px}#multiscroll-nav a span{top:0;left:0;color:#8a8581;border:none}#multiscroll-nav a span:after{counter-increment:section;content:counter(section)}#multiscroll-nav a.active span{color:#2f3327;background:0 0}#multiscroll-nav.right{right:23px!important}.qodef-vertical-split-slider--initialized #multiscroll-nav{display:none}.qodef-header--light.qodef-vertical-split-slider--initialized #multiscroll-nav a:not(.active) span{color:#fff}.qodef-header--light.qodef-vertical-split-slider--initialized #multiscroll-nav a.active span{color:#fff}.qodef-header--light.qodef-vertical-split-slider--initialized #multiscroll-nav a.active span:before{width:100%;-webkit-transition:width .2s ease-in-out;-o-transition:width .2s ease-in-out;transition:width .2s ease-in-out}.qodef-header--dark.qodef-vertical-split-slider--initialized #multiscroll-nav a:not(.active) span{color:#333}.qodef-header--dark.qodef-vertical-split-slider--initialized #multiscroll-nav a.active span{color:#333}.qodef-header--dark.qodef-vertical-split-slider--initialized #multiscroll-nav a.active span:before{width:100%;-webkit-transition:width .2s ease-in-out;-o-transition:width .2s ease-in-out;transition:width .2s ease-in-out}.qodef-vertical-split-slider--initialized #multiscroll-nav{display:none;z-index:98}.ms-left,.ms-right{position:relative!important}.ms-left .ms-section .qodef-m-slide-content-inner{z-index:0}.ms-left .ms-section .qodef-m-slide-content-inner .qodef-woo-product-content,.ms-left .ms-section .qodef-m-slide-content-inner .qodef-woo-product-image{opacity:0;-webkit-transform:translateY(15%);-ms-transform:translateY(15%);transform:translateY(15%);-webkit-animation:qodef-elements-fade-out .6s forwards ease;animation:qodef-elements-fade-out .6s forwards ease}.ms-left .ms-section.active .qodef-m-slide-content-inner{z-index:1}.ms-left .ms-section.active .qodef-m-slide-content-inner .qodef-woo-product-content,.ms-left .ms-section.active .qodef-m-slide-content-inner .qodef-woo-product-image{-webkit-animation:qodef-elements-fade-in .8s forwards ease .4s;animation:qodef-elements-fade-in .8s forwards ease .4s}.ms-left .ms-section.active .qodef-m-slide-content-inner .qodef-woo-product-content{z-index:2;-webkit-animation-delay:.6s;animation-delay:.6s}.ms-right .ms-section{clip-path:inset(0 100% 0 0);-webkit-clip-path:inset(0 100% 0 0);-webkit-transition:-webkit-clip-path .8s ease .8s;transition:-webkit-clip-path .8s ease .8s;-o-transition:clip-path .8s ease .8s;transition:clip-path .8s ease .8s;transition:clip-path .8s ease .8s,-webkit-clip-path .8s ease .8s;z-index:0}.ms-right .ms-section.active{clip-path:inset(0 0 0 0);-webkit-clip-path:inset(0 0 0 0);-webkit-transition:-webkit-clip-path .8s ease;transition:-webkit-clip-path .8s ease;-o-transition:clip-path .8s ease;transition:clip-path .8s ease;transition:clip-path .8s ease,-webkit-clip-path .8s ease;z-index:1}.ms-right .ms-section.active .qodef-e-title-link{-webkit-animation:qodef-show-elements .8s forwards cubic-bezier(.26,.63,0,.96) .4s;animation:qodef-show-elements .8s forwards cubic-bezier(.26,.63,0,.96) .4s}.ms-section{position:absolute!important;-webkit-box-sizing:border-box;box-sizing:border-box}.ms-section.ms-table{display:table;width:100%}.ms-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%;position:relative}#multiscroll-nav{position:fixed;z-index:100;margin-top:-32px;top:50%;opacity:1}#multiscroll-nav.right{right:17px}#multiscroll-nav.left{left:17px}#multiscroll-nav ul{margin:0;padding:0}#multiscroll-nav ul li{display:block;width:26px;height:30px;margin:8px 7px;position:relative}#multiscroll-nav li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}#multiscroll-nav ul span{top:2px;left:2px;width:30px;height:30px;border:1px solid transparent;color:transparent;border-radius:50%;position:absolute;z-index:1;color:#80827e;position:relative;text-align:center;display:inline-block}#multiscroll-nav ul span:before{content:"";height:1px;width:0;position:absolute;display:inline-block;left:0;bottom:0;background:currentColor;-webkit-transition:width .2s ease-in-out;-o-transition:width .2s ease-in-out;transition:width .2s ease-in-out}#multiscroll-nav ul li .active span{background:0 0}.multiscroll-tooltip{position:absolute;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;top:-2px;white-space:nowrap;max-width:220px}.multiscroll-tooltip.right{right:20px}.multiscroll-tooltip.left{left:20px}.ms-responsive .ms-hide{display:none}.ms-scrollable{overflow:hidden;position:relative}.ms-scroller{overflow:hidden}.iScrollIndicator{border:0!important}.qodef-video-button{position:relative;display:inline-block;vertical-align:middle}.qodef-video-button:not(.qodef--has-img){width:100%}.qodef-video-button:not(.qodef--has-img) .qodef-m-play{position:relative;margin-left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.qodef-video-button .qodef-m-play{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#2f3327;font-size:106px;line-height:1;min-height:172px}@media only screen and (max-width:768px){.qodef-video-button .qodef-m-play{min-height:unset}}.qodef-video-button .qodef-m-play>span{position:relative;color:#fff;font-size:43px;padding:63px 74px}@media only screen and (max-width:1024px){.qodef-video-button .qodef-m-play>span{padding:39px 50px}}@media only screen and (max-width:680px){.qodef-video-button .qodef-m-play>span{padding:27px 38px}}.qodef-video-button .qodef-m-play>span:after{content:'';display:block;width:100%;height:100%;position:absolute;top:0;left:0;border-radius:50%;border-width:1px;border-style:solid;border-color:currentColor;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .6s ease-out;transition:-webkit-transform .6s ease-out;-o-transition:transform .6s ease-out;transition:transform .6s ease-out;transition:transform .6s ease-out,-webkit-transform .6s ease-out}.qodef-video-button .qodef-m-play span{display:block;line-height:inherit}.qodef-video-button .qodef-m-play span:before{display:block;line-height:inherit}.qodef-video-button .qodef-m-play:hover span:after{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.qodef-workflow{margin-top:55px;position:relative}.qodef-workflow .main-line{position:absolute;top:0;left:50%;right:50%;margin-left:-1px;border-left:1px solid #e5e5e5;height:100%}@media only screen and (max-width:1024px){.qodef-workflow .main-line{left:25px;right:auto;width:1px;content:none;display:none}}.qodef-workflow .circle,.qodef-workflow .circle-background,.qodef-workflow .circle-cover{position:absolute;content:"";top:50%;-webkit-transform:translate(calc(50% - 56px),-50%);-ms-transform:translate(calc(50% - 56px),-50%);transform:translate(calc(50% - 56px),-50%);left:49%;margin:0;width:67px;height:67px;border-radius:50%;color:#68745c;background-color:transparent;font-family:Montserrat,sans-serif;border:1px solid #dbe3d2;font-size:22px;line-height:65px;font-weight:600;text-align:center;z-index:2}@media only screen and (max-width:1440px){.qodef-workflow .circle,.qodef-workflow .circle-background,.qodef-workflow .circle-cover{top:40%}}@media only screen and (max-width:1024px){.qodef-workflow .circle,.qodef-workflow .circle-background,.qodef-workflow .circle-cover{display:none}}body .qodef-workflow .circle{-webkit-transform:translate(calc(-50% + 11px),calc(-50% - 2px));-ms-transform:translate(calc(-50% + 11px),calc(-50% - 2px));transform:translate(calc(-50% + 11px),calc(-50% - 2px))}.qodef-workflow .circle-background{background-color:#f0f1ee;border-color:transparent;-webkit-transform:translate(calc(50% - 56px),calc(-50% + -2px));-ms-transform:translate(calc(50% - 56px),calc(-50% + -2px));transform:translate(calc(50% - 56px),calc(-50% + -2px));z-index:1}.qodef-workflow .circle-cover{background:#fff;border:none;height:111px;z-index:0}.qodef-workflow .qodef-workflow-item{margin-left:auto;margin-right:auto;position:relative;padding:0}@media only screen and (max-width:1440px){.qodef-workflow .qodef-workflow-item{padding:0 0 9.7%}}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item{padding:0 0 56px}}.qodef-workflow .qodef-workflow-item .qodef-workflow-label-image{position:absolute;right:57px;top:-49px;z-index:20}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item .qodef-workflow-label-image{right:-44px}}@media only screen and (max-width:680px){.qodef-workflow .qodef-workflow-item .qodef-workflow-label-image{right:-20px}}.qodef-workflow .qodef-workflow-item .qodef-workflow-image{position:relative}.qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-label-image{left:57px;right:unset;top:-49px}@media only screen and (max-width:768px){.qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-label-image{left:23px}}.qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-image{padding-left:100px}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-image{padding-left:0}}@media only screen and (max-width:680px){.qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-image{padding-left:0}}.qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-text{padding-right:100px}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-text{padding-right:0;margin-top:30px!important;padding-bottom:27px}}@media only screen and (max-width:680px){.qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-text{padding:0!important;margin-bottom:27px!important}}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item .qodef-workflow-image{padding-left:0;padding-right:0;padding-bottom:10px}}.qodef-workflow .qodef-workflow-item:nth-child(2n+1):not(:first-child) .qodef-workflow-image{padding-right:100px}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item:nth-child(2n+1):not(:first-child) .qodef-workflow-image{padding-left:0;padding-right:0;padding-bottom:10px}}@media only screen and (max-width:680px){.qodef-workflow .qodef-workflow-item:nth-child(2n+1):not(:first-child) .qodef-workflow-image{padding-left:0}}.qodef-workflow .qodef-workflow-item:nth-child(2n+1):not(:first-child) .qodef-workflow-image img{width:100%}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item:nth-child(2n+1):not(:first-child) .qodef-workflow-image img{margin-left:0}}.qodef-workflow .qodef-workflow-item:nth-child(2n+1):not(:first-child) .qodef-workflow-text{padding-left:100px}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item:nth-child(2n+1):not(:first-child) .qodef-workflow-text{padding-left:0;margin-bottom:27px!important;padding-top:30px}}@media only screen and (max-width:680px){.qodef-workflow .qodef-workflow-item:nth-child(2n+1):not(:first-child) .qodef-workflow-text{padding-left:0}}.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%;vertical-align:middle}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image,.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text{float:left;margin:auto 0;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image,.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text{width:100%}}.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image{text-align:center}.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image img{width:100%;height:auto;max-width:none}@media only screen and (max-width:1440px){.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image img{max-width:100%}}.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image .qodef-workflow-image-inner{position:relative}.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image .qodef-workflow-image-inner a{position:absolute;top:0;left:0;width:100%;height:100%}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text .qodef-m-text{padding:0 30% 0 0!important}}@media only screen and (max-width:680px){.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text .qodef-m-text{padding:0!important}}.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text .qodef-alignment--right+.qodef-m-text{text-align:right}.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text .qodef-section-title .qodef-st-underline{margin:5px 0 9px}.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text h4{margin:0 0 15px;text-transform:none}.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner.reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner.reverse{text-align:left}.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner.reverse .qodef-section-title.qodef-alignment--right,.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner.reverse .qodef-workflow-text .qodef-alignment--right+.qodef-m-text{text-align:left}}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner:not(.reverse){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.qodef-workflow .qodef-workflow-item.qodef-subtitle-custom h4{font-family:Poppins,sans-serif;color:#93a286;font-size:30px;line-height:35px;letter-spacing:0}.qodef-workflow .qodef-workflow-item .line{display:inline-block;background-color:#e5e5e5;height:100%;left:50%;margin-left:-1px;position:absolute;width:1px;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}@media only screen and (max-width:1024px){.qodef-workflow .qodef-workflow-item .line{display:none}}.qodef-workflow.qodef-workflow-animate{opacity:0}.qodef-workflow.qodef-workflow-animate .main-line{opacity:0}.qodef-workflow.qodef-workflow-animate .circle,.qodef-workflow.qodef-workflow-animate .circle-background{opacity:0;-webkit-transition:opacity .4s ease .4s;-o-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s}.qodef-workflow.qodef-workflow-animate .circle-background{-webkit-transition:opacity .4s ease .4s,-webkit-transform .4s ease .6s;transition:opacity .4s ease .4s,-webkit-transform .4s ease .6s;-o-transition:opacity .4s ease .4s,transform .4s ease .6s;transition:opacity .4s ease .4s,transform .4s ease .6s;transition:opacity .4s ease .4s,transform .4s ease .6s,-webkit-transform .4s ease .6s}.qodef-workflow.qodef-workflow-animate .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image-inner img{clip-path:inset(0 0 0 100%);-webkit-clip-path:inset(0 0 0 100%);-webkit-transition:-webkit-clip-path .8s ease;transition:-webkit-clip-path .8s ease;-o-transition:clip-path .8s ease;transition:clip-path .8s ease;transition:clip-path .8s ease,-webkit-clip-path .8s ease}.qodef-workflow.qodef-workflow-animate .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-label-image{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg);opacity:0;-webkit-transition:all .6s ease .6s;-o-transition:all .6s ease .6s;transition:all .6s ease .6s}.qodef-workflow.qodef-workflow-animate .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text{opacity:0;-webkit-transform:translateY(15%);-ms-transform:translateY(15%);transform:translateY(15%);-webkit-transition:all .6s ease .4s;-o-transition:all .6s ease .4s;transition:all .6s ease .4s}.qodef-workflow.qodef-workflow-animate .qodef-workflow-item .qodef-workflow-item-inner.reverse .qodef-workflow-image-inner img{clip-path:inset(0 100% 0 0);-webkit-clip-path:inset(0 100% 0 0)}.qodef-workflow.qodef-workflow-animate .qodef-workflow-item:last-child:before{-webkit-transition:all .32s cubic-bezier(.13,.89,.28,1.38) .6s;-o-transition:all .32s cubic-bezier(.13,.89,.28,1.38) .6s;transition:all .32s cubic-bezier(.13,.89,.28,1.38) .6s}.qodef-workflow.qodef-workflow-animate .qodef-workflow-item:last-child:after{-webkit-transition:all .4s cubic-bezier(.13,.89,.28,1.38) .4s;-o-transition:all .4s cubic-bezier(.13,.89,.28,1.38) .4s;transition:all .4s cubic-bezier(.13,.89,.28,1.38) .4s}.qodef-workflow.qodef-workflow-animate .qodef-workflow-item:last-child:after,.qodef-workflow.qodef-workflow-animate .qodef-workflow-item:last-child:before{opacity:0;-webkit-transform:scale(0) translateX(-50%);-ms-transform:scale(0) translateX(-50%);transform:scale(0) translateX(-50%)}.qodef-workflow.qodef-workflow-animate.qodef-appeared{opacity:1}.qodef-workflow.qodef-workflow-animate.qodef-appeared .main-line{opacity:0;height:100%}.qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item.qodef-appeared .qodef-workflow-image-inner img{clip-path:inset(0 0 0 0);-webkit-clip-path:inset(0 0 0 0)}.qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item.qodef-appeared .qodef-workflow-label-image{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}.qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item.qodef-appeared .qodef-workflow-text{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item.qodef-appeared .circle,.qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item.qodef-appeared .circle-background{opacity:1}.qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item.qodef-appeared .circle-background{-webkit-transform:translate(calc(50% - 51px),calc(-50% + 5px));-ms-transform:translate(calc(50% - 51px),calc(-50% + 5px));transform:translate(calc(50% - 51px),calc(-50% + 5px))}.qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item.qodef-appeared .line{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);-webkit-transition:-webkit-transform .8s ease;transition:-webkit-transform .8s ease;-o-transition:transform .8s ease;transition:transform .8s ease;transition:transform .8s ease,-webkit-transform .8s ease}.qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item:last-child.qodef-appeared:after,.qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item:last-child.qodef-appeared:before{opacity:1;-webkit-transform:scale(1) translateX(-50%);-ms-transform:scale(1) translateX(-50%);transform:scale(1) translateX(-50%)}#qodef-side-area{position:fixed;top:0;right:-605px;width:605px;height:100%;min-height:100%;padding:120px 75px 35px;text-align:center;background-color:#fff;overflow:hidden;visibility:hidden;z-index:9999;-webkit-transition:all .6s cubic-bezier(.77,0,.175,1);-o-transition:all .6s cubic-bezier(.77,0,.175,1);transition:all .6s cubic-bezier(.77,0,.175,1);border-left:1px solid #ebebeb}@media only screen and (max-width:1440px){#qodef-side-area{padding:95px 75px 35px}}@media only screen and (max-width:1440px){#qodef-side-area .widget_singlemalt_core_separator{margin:0!important}}#qodef-side-area #qodef-side-area-inner>div:last-child{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}#qodef-side-area .widget .textwidget .qodef-m-text{color:#80827e}.qodef-side-area--opened #qodef-side-area{right:0;visibility:visible}#qodef-side-area.qodef-alignment--center{text-align:center}#qodef-side-area.qodef-alignment--right{text-align:right}#qodef-side-area.qodef-alignment--left{text-align:left}#qodef-side-area-close{position:absolute;top:33px;right:40px;display:block;z-index:1000;color:#2f3327}.admin-bar #qodef-side-area-close{top:65px}#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--1{top:13px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--2{top:13px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.qodef-side-area-cover{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;overflow:hidden;z-index:0;-webkit-transition:opacity .2s ease-in-out,z-index .2s ease-in-out;-o-transition:opacity .2s ease-in-out,z-index .2s ease-in-out;transition:opacity .2s ease-in-out,z-index .2s ease-in-out}.qodef-side-area--opened .qodef-side-area-cover{opacity:1;z-index:1002}.qodef-social-share{position:relative;display:inline-block;vertical-align:top}.qodef-social-share .qodef-social-title{position:relative;display:inline-block;vertical-align:top;margin:0 7px 0 0;font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;color:#2f3327;font-size:17px;line-height:1.23em;letter-spacing:0;line-height:2.353em}.qodef-social-share ul{position:relative;display:inline-block;vertical-align:top;list-style:none;padding:0;margin:12px 0 0}.qodef-social-share li{position:relative;display:inline-block;vertical-align:top;line-height:1;padding:0;margin:0}.qodef-social-share li a{font-size:13px;position:relative;padding:5px 12px;color:#68745c;padding:4px 8px}.qodef-social-share li a:before{content:"";position:absolute;background-color:#e9ebe7;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;border-radius:50%;width:27px;height:27px;opacity:0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);z-index:0;top:0;left:0}.qodef-social-share li a:hover:before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);z-index:-1}.qodef-social-share li a span{position:relative}.qodef-social-share li.qodef-facebook-share a:hover{color:#68745c}.qodef-social-share li.qodef-twitter-share a:hover{color:#68745c}.qodef-social-share li.qodef-linkedin-share a:hover{color:#68745c}.qodef-social-share li.qodef-tumblr-share a:hover{color:#68745c}.qodef-social-share li.qodef-pinterest-share a:hover{color:#68745c}.qodef-social-share li.qodef-vk-share a:hover{color:#68745c}.qodef-social-share.qodef-layout--dropdown{position:relative;display:inline-block;vertical-align:bottom}.qodef-social-share.qodef-layout--dropdown .qodef-social-title{margin:0;vertical-align:middle}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon{vertical-align:middle}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li{opacity:1;visibility:visible;cursor:pointer}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2){-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4){-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5){-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6){-webkit-transition-delay:.6s;-o-transition-delay:.6s;transition-delay:.6s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7){-webkit-transition-delay:.7s;-o-transition-delay:.7s;transition-delay:.7s}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener{display:block}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title{display:inline-block;vertical-align:top;margin-right:5px}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown{position:absolute;visibility:hidden;z-index:950}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul{position:relative;display:block;z-index:990;margin:0;padding:0!important}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li{position:absolute;display:block;text-align:center;visibility:hidden;overflow:hidden;opacity:0;-webkit-transition:opacity .2s ease-out,visibility .2s ease-out;-o-transition:opacity .2s ease-out,visibility .2s ease-out;transition:opacity .2s ease-out,visibility .2s ease-out}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a{-webkit-transition:color .2s ease-out,background-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li *{display:block;line-height:inherit}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown{bottom:0;left:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li{width:90px;height:30px;line-height:30px;border:1px solid #dbe3d2}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child){border-top:none}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-facebook-share a:hover{background-color:#3b5998;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover{background-color:#00aced;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover{background-color:#007bb5;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover{background-color:#32506d;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover{background-color:#cb2027;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover{background-color:#45668e;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a{font-size:14px;color:#80827e;background-color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1){bottom:-30px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2){bottom:-60px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3){bottom:-90px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4){bottom:-120px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5){bottom:-150px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6){bottom:-180px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7){bottom:-210px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown{top:0;right:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li{width:calc(90px / 3)}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1){left:5px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2){left:35px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3){left:65px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4){left:95px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5){left:125px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6){left:155px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7){left:185px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown{top:0;left:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li{width:calc(90px / 3)}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1){right:5px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2){right:35px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3){right:65px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4){right:95px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5){right:125px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6){right:155px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7){right:185px}.qodef-social-share.qodef-layout--list li{margin-right:10px}.qodef-social-share.qodef-layout--list li.qodef-facebook-share a{font-size:12px}.qodef-social-share.qodef-layout--list li.qodef-facebook-share a:before{left:-1px;top:-1px}.qodef-social-share.qodef-layout--list li.qodef-linkedin-share a{margin-top:-2px;display:inline-block}.qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:before{top:-3px;left:0}.qodef-social-share.qodef-layout--list li.qodef-twitter-share a{margin-top:-2px;display:inline-block}.qodef-social-share.qodef-layout--list li.qodef-twitter-share a:before{top:-3px;left:1px}.qodef-social-share.qodef-layout--list li:last-child{margin-right:0}.qodef-social-share.qodef-layout--text li{margin-right:15px}.qodef-social-share.qodef-layout--text li:last-child{margin-right:0}.widget .qodef-social-share.qodef-layout--list .qodef-social-title{display:block;margin-bottom:21px}.widget .qodef-social-share.qodef-layout--text .qodef-social-title{display:block;margin-bottom:21px}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover{color:#68745c}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover{color:#68745c}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover{color:#68745c}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover{color:#68745c}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover{color:#68745c}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover{color:#68745c}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover{color:#68745c}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover{color:#68745c}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover{color:#68745c}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover{color:#68745c}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover{color:#68745c}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title{color:#ccc}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title{color:#ccc}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title{color:#ccc}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover{color:#68745c}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title{color:#ccc}#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title{color:#ccc}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title{color:#ccc}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover{color:#68745c}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover{color:#68745c}#qodef-page-spinner{position:fixed;top:0;bottom:0;right:0;left:0;z-index:2000}#qodef-page-spinner .qodef-m-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;color:#93a286;background-color:#f3f4f0}#qodef-page-spinner .qodef-m-spinner{position:relative}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom{position:relative;width:100px;height:100px;margin:-50px 0 0 -50px}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1{position:absolute;top:50%;left:50%;height:50%;width:50%;z-index:1;-webkit-animation:qode-atom-shrink 4.5s infinite linear;animation:qode-atom-shrink 4.5s infinite linear}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before{content:'';position:absolute;top:-50%;left:-50%;height:100%;width:100%;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4{position:absolute;width:100%;height:100%;z-index:0}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before{content:'';position:absolute;top:0;left:0;height:20px;width:20px;margin:0 auto;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2{-webkit-animation:qode-atom-zindex 1.5s .75s infinite steps(2,end);animation:qode-atom-zindex 1.5s .75s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-animation:qode-atom-postion 1.5s infinite ease,qode-atom-size 1.5s -1.125s infinite ease;animation:qode-atom-postion 1.5s infinite ease,qode-atom-size 1.5s -1.125s infinite ease}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg);-webkit-animation:qode-atom-zindex 1.5s -.25s infinite steps(2,end);animation:qode-atom-zindex 1.5s -.25s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before{-webkit-animation:qode-atom-postion 1.5s -1s infinite ease,qode-atom-size 1.5s -.75s infinite ease;animation:qode-atom-postion 1.5s -1s infinite ease,qode-atom-size 1.5s -.75s infinite ease}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg);-webkit-animation:qode-atom-zindex 1.5s .25s infinite steps(2,end);animation:qode-atom-zindex 1.5s .25s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before{-webkit-animation:qode-atom-postion 1.5s -.5s infinite ease,qode-atom-size 1.5s -125ms infinite ease;animation:qode-atom-postion 1.5s -.5s infinite ease,qode-atom-size 1.5s -125ms infinite ease}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock{position:relative;width:50px;height:50px;margin:-25px 0 0 -25px;-webkit-animation:qode-clock 8s infinite steps(8);animation:qode-clock 8s infinite steps(8)}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item{position:absolute;height:50px;width:50px}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before{content:'';position:absolute;height:18.31501832px;width:18.31501832px;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);-webkit-animation:qode-clock-1 1s ease-in infinite;animation:qode-clock-1 1s ease-in infinite}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-animation:qode-clock-2 1s ease-in infinite;animation:qode-clock-2 1s ease-in infinite}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:qode-clock-3 1s ease-in infinite;animation:qode-clock-3 1s ease-in infinite}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4{-webkit-animation:qode-clock-4 1s ease-in infinite;animation:qode-clock-4 1s ease-in infinite}#qodef-page-spinner.qodef-layout--cube .qodef-m-cube{width:60px;height:60px;margin:-30px 0 0 -30px;background-color:currentColor;-webkit-animation:qode-cube 1.2s infinite ease-in-out;animation:qode-cube 1.2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses{position:relative;width:40px;height:40px;margin:-20px 0 0 -20px}#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse{position:absolute;top:0;left:0;width:100%;height:100%;background-color:currentColor;border-radius:50%;opacity:.6;-webkit-animation:qode-double-pulse 2s infinite ease-in-out;animation:qode-double-pulse 2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2{-webkit-animation-delay:-1s;animation-delay:-1s}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles{position:relative;width:60px;height:60px;margin:-30px 0 0 -30px}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item{position:absolute;width:100%;height:100%}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2{-webkit-animation-delay:calc((600ms) - 1500ms);animation-delay:calc((600ms) - 1500ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3{-webkit-animation-delay:calc((900ms) - 1500ms);animation-delay:calc((900ms) - 1500ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4{-webkit-animation-delay:calc((1200ms) - 1500ms);animation-delay:calc((1200ms) - 1500ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2{-webkit-transform:rotateZ(45deg);-ms-transform:rotate(45deg);transform:rotateZ(45deg)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1{-webkit-animation-delay:calc((300ms) - 1400ms);animation-delay:calc((300ms) - 1400ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2{-webkit-animation-delay:calc((600ms) - 1400ms);animation-delay:calc((600ms) - 1400ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3{-webkit-animation-delay:calc((900ms) - 1400ms);animation-delay:calc((900ms) - 1400ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4{-webkit-animation-delay:calc((1200ms) - 1400ms);animation-delay:calc((1200ms) - 1400ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3{-webkit-transform:rotateZ(90deg);-ms-transform:rotate(90deg);transform:rotateZ(90deg)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1{-webkit-animation-delay:calc((300ms) - 1300ms);animation-delay:calc((300ms) - 1300ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2{-webkit-animation-delay:calc((600ms) - 1300ms);animation-delay:calc((600ms) - 1300ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3{-webkit-animation-delay:calc((900ms) - 1300ms);animation-delay:calc((900ms) - 1300ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4{-webkit-animation-delay:calc((1200ms) - 1300ms);animation-delay:calc((1200ms) - 1300ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle{position:absolute;width:12px;height:12px;background-color:currentColor;border-radius:100%;-webkit-animation:qode-bounce-delay 1.2s infinite ease-in-out both;animation:qode-bounce-delay 1.2s infinite ease-in-out both}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1{top:0;left:0}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2{top:0;right:0}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3{right:0;bottom:0}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4{left:0;bottom:0}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion{position:relative;width:30px;height:30px;margin:-45px 0 0 -30px}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item{position:absolute;top:50%;left:50%;height:40px;width:40px;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1{top:0;left:50%;-webkit-animation:qode-fussion-ball-1 1s 0s ease infinite;animation:qode-fussion-ball-1 1s 0s ease infinite;z-index:1}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2{top:50%;left:100%;-webkit-animation:qode-fussion-ball-2 1s 0s ease infinite;animation:qode-fussion-ball-2 1s 0s ease infinite;z-index:2}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3{top:100%;left:50%;-webkit-animation:qode-fussion-ball-3 1s 0s ease infinite;animation:qode-fussion-ball-3 1s 0s ease infinite;z-index:1}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4{top:50%;left:0;-webkit-animation:qode-fussion-ball-4 1s 0s ease infinite;animation:qode-fussion-ball-4 1s 0s ease infinite;z-index:2}#qodef-page-spinner.qodef-layout--lines .qodef-m-lines{width:60px;height:60px;margin:0 0 0 -30px}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;-webkit-animation:qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);animation:qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;-webkit-animation:qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);animation:qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;-webkit-animation:qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);animation:qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;-webkit-animation:qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);animation:qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis{position:relative;height:50px;width:50px;margin:-25px 0 0 -25px;-webkit-animation:qode-mitosis-invert 2s infinite steps(2,end);animation:qode-mitosis-invert 2s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item{position:absolute;top:0;left:0;width:100%;height:100%;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1{-webkit-animation:qode-mitosis-ball-1 1s infinite alternate linear;animation:qode-mitosis-ball-1 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2{-webkit-animation:qode-mitosis-ball-2 1s infinite alternate linear;animation:qode-mitosis-ball-2 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3{-webkit-animation:qode-mitosis-ball-3 1s infinite alternate linear;animation:qode-mitosis-ball-3 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4{-webkit-animation:qode-mitosis-ball-4 1s infinite alternate linear;animation:qode-mitosis-ball-4 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>*{margin:0;opacity:0;-webkit-animation:qode-fade-in 1s forwards;animation:qode-fade-in 1s forwards}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder{-ms-flex-negative:0;flex-shrink:0;-webkit-animation-delay:.5s;animation-delay:.5s}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line{position:relative;display:block;height:3px;width:500px;margin-top:20px;background-color:#e5e1dc;overflow:hidden;opacity:0;-webkit-animation:qode-fade-in 1s .3s forwards;animation:qode-fade-in 1s .3s forwards}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#93a286;width:0}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles{position:relative;width:100px;height:100px;margin:-50px 0 0 -50px}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle{position:absolute;height:100%;width:100%;background:currentColor;border:0 solid currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1{-webkit-animation:qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);animation:qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2{-webkit-animation:qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);animation:qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3{-webkit-animation:qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);animation:qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4{-webkit-animation:qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);animation:qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)}#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse{width:32px;height:32px;margin:-16px 0 0 -16px;background-color:currentColor;border-radius:16px;-webkit-animation:qode-scaleout 1s infinite ease-in-out;animation:qode-scaleout 1s infinite ease-in-out}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles{width:60px;height:20px}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div{display:inline-block;width:12px;height:12px;margin:4px;background-color:currentColor;border-radius:100%;opacity:0;-webkit-animation:qode-ball-fall 1.5s ease infinite both;animation:qode-ball-fall 1.5s ease infinite both}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(1){-webkit-animation-delay:calc((100ms) - 300ms);animation-delay:calc((100ms) - 300ms)}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2){-webkit-animation-delay:calc((200ms) - 300ms);animation-delay:calc((200ms) - 300ms)}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3){-webkit-animation-delay:calc((300ms) - 300ms);animation-delay:calc((300ms) - 300ms)}#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes{position:relative;width:32px;height:32px;margin:-16px 0 0 -16px}#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube{position:absolute;top:0;left:0;width:10px;height:10px;background-color:currentColor;-webkit-animation:qode-rotating-cubes 1.8s infinite ease-in-out;animation:qode-rotating-cubes 1.8s infinite ease-in-out}#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2{-webkit-animation-delay:-.9s;animation-delay:-.9s}#qodef-page-spinner.qodef-layout--sante .qodef-m-spinner{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#qodef-page-spinner.qodef-layout--sante .qodef-m-sante{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#qodef-page-spinner.qodef-layout--sante .qodef-m-svg-image{position:relative;z-index:1;opacity:0}#qodef-page-spinner.qodef-layout--sante .qodef-m-svg-image svg{overflow:visible}#qodef-page-spinner.qodef-layout--sante .qodef-m-svg-image svg>g{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-animation:qodef-rotate-stamp 8s linear infinite .5s;animation:qodef-rotate-stamp 8s linear infinite .5s;will-change:transform}#qodef-page-spinner.qodef-layout--sante .qodef-m-canvas{position:absolute;top:0;left:0;width:100%;height:100%;top:100%;background-color:#fff;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:0;-webkit-transition:.5s ease;-o-transition:.5s ease;transition:.5s ease}#qodef-page-spinner.qodef-layout--sante.qodef--init .qodef-m-svg-image{opacity:1;-webkit-transition:.8s ease .5s;-o-transition:.8s ease .5s;transition:.8s ease .5s}#qodef-page-spinner.qodef-layout--sante.qodef--animation-end{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:-webkit-transform .4s ease .8s;transition:-webkit-transform .4s ease .8s;-o-transition:transform .4s ease .8s;transition:transform .4s ease .8s;transition:transform .4s ease .8s,-webkit-transform .4s ease .8s}#qodef-page-spinner.qodef-layout--sante.qodef--animation-end .qodef-m-svg-image{opacity:0;-webkit-transition:.4s ease .4s;-o-transition:.4s ease .4s;transition:.4s ease .4s}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes{width:50px;height:60px;margin:-30px 0 0 -25px;text-align:center}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe{display:inline-block;float:left;height:100%;width:6px;margin:0 3px 0 0;background-color:currentColor;-webkit-animation:qode-stretch-delay 1.2s infinite ease-in-out;animation:qode-stretch-delay 1.2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2{-webkit-animation-delay:calc((200ms) - 1300ms);animation-delay:calc((200ms) - 1300ms)}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3{-webkit-animation-delay:calc((300ms) - 1300ms);animation-delay:calc((300ms) - 1300ms)}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4{-webkit-animation-delay:calc((400ms) - 1300ms);animation-delay:calc((400ms) - 1300ms)}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5{-webkit-animation-delay:calc((500ms) - 1300ms);animation-delay:calc((500ms) - 1300ms)}#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles{position:relative;width:40px;height:40px;margin:-20px 0 0 -20px;text-align:center;-webkit-animation:qode-rotate-circles 2s infinite linear;animation:qode-rotate-circles 2s infinite linear}#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle{position:absolute;top:0;width:60%;height:60%;display:inline-block;background-color:currentColor;border-radius:100%;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation:qode-bounce 2s infinite ease-in-out;animation:qode-bounce 2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles{width:150px;height:30px;margin:-15px 0 0 -75px}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle{float:left;height:30px;width:30px;margin-right:10px;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1{-webkit-animation:qode-wave-jump-3 1.8s infinite ease-out;animation:qode-wave-jump-3 1.8s infinite ease-out}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2{-webkit-animation:qode-wave-jump-2 1.8s infinite ease-out;animation:qode-wave-jump-2 1.8s infinite ease-out}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3{-webkit-animation:qode-wave-jump-1 1.8s infinite ease-out;animation:qode-wave-jump-1 1.8s infinite ease-out}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4{margin-right:0;-webkit-animation:qode-wave-wipe 1.8s infinite cubic-bezier(.5,0,.5,1);animation:qode-wave-wipe 1.8s infinite cubic-bezier(.5,0,.5,1)}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave{width:72px;margin:-9px 0 0 -36px;text-align:center}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item{display:inline-block;width:18px;height:18px;margin:0 3px 0 0;background-color:currentColor;border-radius:100%;-webkit-animation:qode-bounce-delay 1.4s infinite ease-in-out both;animation:qode-bounce-delay 1.4s infinite ease-in-out both}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1{-webkit-animation-delay:-.32s;animation-delay:-.32s}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2{-webkit-animation-delay:-.16s;animation-delay:-.16s}.qodef-sp-holder{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;z-index:115;visibility:hidden;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out;background-color:rgba(255,255,255,.85);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-sp-holder form .wpcf7-response-output{position:absolute;bottom:34px;width:80%}@media only screen and (max-width:680px){.qodef-sp-holder form .wpcf7-response-output{bottom:9px}}@media all and (max-width:320px){.qodef-sp-holder form .wpcf7-response-output{bottom:0}}@media only screen and (max-width:680px){.qodef-sp-holder form{padding:0 30px}}.qodef-sp-holder .qodef-sp-inner{width:90%;max-width:938px;background-color:transparent;padding:13px 40px 40px 40px;opacity:0;-webkit-transition:opacity .2s ease-out,-webkit-transform .3s cubic-bezier(.06,.47,.38,.99);transition:opacity .2s ease-out,-webkit-transform .3s cubic-bezier(.06,.47,.38,.99);-o-transition:transform .3s cubic-bezier(.06,.47,.38,.99),opacity .2s ease-out;transition:transform .3s cubic-bezier(.06,.47,.38,.99),opacity .2s ease-out;transition:transform .3s cubic-bezier(.06,.47,.38,.99),opacity .2s ease-out,-webkit-transform .3s cubic-bezier(.06,.47,.38,.99)}@media only screen and (max-width:680px){.qodef-sp-holder .qodef-sp-inner{width:100%;padding:15px}}.qodef-sp-holder .qodef-sp-inner .qodef-button.qodef-layout--outlined .qodef-outlined-button-background{height:48px!important}.qodef-sp-holder .qodef-sp-wrapper-inner{background-color:#fff;border:1px solid #d9ded5;padding:9px}.qodef-sp-holder .qodef-sp-close{position:absolute;top:7px;right:38px;display:block;color:#68745c;font-size:25px}@media only screen and (max-width:680px){.qodef-sp-holder .qodef-sp-close{top:7px;right:11px}}.qodef-sp-holder .qodef-sp-close:hover{color:#80827e}.qodef-sp-holder .qodef-sp-close svg{stroke:currentColor;fill:currentColor}.qodef-sp-holder .qodef-sp-content-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fafafa;background-size:cover;padding:40px;text-align:center}@media all and (min-width:769px){.qodef-sp-holder .qodef-sp-content-container{min-height:359px}}@media only screen and (max-width:680px){.qodef-sp-holder .qodef-sp-content-container{padding:40px 11px}}.qodef-sp-holder .qodef-sp-title{margin:-11px 0 0;display:block;font-family:Quentin;font-size:156px;color:#fff;font-weight:300;line-height:1em}@media only screen and (max-width:768px){.qodef-sp-holder .qodef-sp-title{font-size:107px;margin:0}}@media only screen and (max-width:680px){.qodef-sp-holder .qodef-sp-title{font-size:53px}}.qodef-sp-holder .qodef-sp-subtitle{margin:-27px 0 0 0;font-family:Montserrat,sans-serif;font-weight:600;text-transform:none;color:#2f3327;font-size:23px;line-height:1.26em;letter-spacing:0;color:#fff}@media only screen and (max-width:768px){.qodef-sp-holder .qodef-sp-subtitle{margin:-7px 0 0 0}}@media only screen and (max-width:680px){.qodef-sp-holder .qodef-sp-subtitle{margin:7px 0 0 0;font-size:16px}}.qodef-sp-holder .wpcf7{width:100%;display:block}.qodef-sp-holder .qodef-sp-prevent{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:1px;margin-bottom:3px}.qodef-sp-holder .qodef-sp-prevent .qodef-sp-prevent-label{color:#80827e;letter-spacing:.02em}.qodef-sp-holder .qodef-sp-prevent-inner{cursor:pointer}.qodef-sp-holder .qodef-sp-prevent-inner>*{position:relative;display:inline-block;vertical-align:top;line-height:1}.qodef-sp-holder form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-sp-holder .qodef-form{margin:37px 0 12px}@media all and (min-width:769px){.qodef-sp-holder .qodef-form{width:528px}}@media only screen and (max-width:680px){.qodef-sp-holder .qodef-form{margin:37px 0 32px}}.qodef-sp-holder .qodef-form .qodef-newsletter-form-submit{margin:25px 0 28px 50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.qodef-sp-holder .qodef-sp-prevent-input{margin:1px 1px 0 0;width:11px;height:11px;border:1px solid #68745c;overflow:hidden}.qodef-sp-holder .qodef-sp-prevent-input svg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-sp-holder .qodef-sp-prevent-input svg path{stroke:#68745c}.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg{opacity:1}.qodef-sp-holder .qodef-sp-prevent-label{font-size:13px}.qodef-sp-opened .qodef-sp-holder{opacity:1;visibility:visible;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .8s cubic-bezier(.26,.63,0,.96);transition:-webkit-transform .8s cubic-bezier(.26,.63,0,.96);-o-transition:transform .8s cubic-bezier(.26,.63,0,.96);transition:transform .8s cubic-bezier(.26,.63,0,.96);transition:transform .8s cubic-bezier(.26,.63,0,.96),-webkit-transform .8s cubic-bezier(.26,.63,0,.96)}.qodef-page-title{background-position:center 0;background-repeat:no-repeat;background-size:cover}.qodef-page-title.qodef-image--responsive{height:auto!important}.qodef-page-title.qodef-image--responsive .qodef-m-content{position:absolute;top:0;left:0}.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.qodef-page-title.qodef-alignment--center{text-align:center}.qodef-page-title.qodef-alignment--right{text-align:right}.qodef-page-title .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-page-title .qodef-m-image img{display:block;width:100%}.qodef-page-title .qodef-m-content.qodef-content-full-width{padding:0 40px}.qodef-page-title .qodef-breadcrumbs a,.qodef-page-title .qodef-breadcrumbs span{font-family:Poppins,sans-serif;font-weight:300;font-size:13px;color:#68745c;letter-spacing:.02em}.qodef-page-title .qodef-breadcrumbs a{position:relative}.qodef-page-title .qodef-breadcrumbs a:before{content:'';display:inline-block;position:absolute;height:1px;width:100%;bottom:0;left:0;background-color:#969d8f;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;-o-transition:transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s;-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.qodef-page-title .qodef-breadcrumbs a:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator{margin:0 4px}.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after{content:'\\'}.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs{margin-top:-2px;margin-bottom:4px}.qodef-page-title.qodef-title--standard .qodef-m-subtitle{margin:4px 0 0}.widget.qodef-author-info{text-align:center}.widget.qodef-author-info .qodef-author-info-image{margin-bottom:21px;display:inline-block}.widget.qodef-author-info .qodef-author-info-image img{border-radius:50%;color:#80827e}.widget.qodef-author-info .qodef-author-info-name{margin:0 0 9px}.widget.qodef-author-info .qodef-author-info-name a{color:#2f3327}.widget.qodef-author-info .qodef-author-info-description{margin:0}.widget .qodef-contact-info-widget{margin:0}#qodef-top-area .widget .qodef-contact-info-widget a{font-size:16px}#qodef-page-sidebar .qodef-social-icons-group,.qodef-page-sidebar .qodef-social-icons-group{margin-top:23px}.qodef-social-icons-group .qodef-icon-holder a span{color:#68745c}.qodef-social-icons-group .qodef-icon-holder{margin-right:19px;font-size:11px}.qodef-header--vertical .qodef-social-icons-group .qodef-icon-holder{margin-right:26px}.qodef-header--vertical .qodef-social-icons-group .qodef-icon-holder a:before{top:-9px;left:-9px}.qodef-header--vertical .qodef-social-icons-group .qodef-icon-holder:last-child a:before{top:-9px;left:-9px}#qodef-side-area .qodef-social-icons-group .qodef-icon-holder a:before{top:-8px;left:-8px}#qodef-side-area .qodef-social-icons-group .qodef-icon-holder:last-child a:before{top:-9px;left:-9px}#qodef-page-sidebar .qodef-social-icons-group .qodef-icon-holder{font-size:14px}.qodef-social-icons-group .qodef-icon-holder a{padding:0;position:relative;z-index:20}.qodef-social-icons-group .qodef-icon-holder a:before{content:"";position:absolute;background-color:#e9ebe7;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;border-radius:50%;width:27px;height:27px;opacity:0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);z-index:0;top:0;left:0}.qodef-social-icons-group .qodef-icon-holder a:hover:before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);z-index:-1}.qodef-social-icons-group .qodef-icon-holder a:before{width:29px;height:29px;top:-7px;left:-7px;z-index:-1}#qodef-top-area .qodef-social-icons-group .qodef-icon-holder a:before{top:-9px;left:-9px}#qodef-page-footer-bottom-area .qodef-social-icons-group .qodef-icon-holder a:before{width:27px;height:27px;top:-8px;left:-8px}#qodef-page-sidebar .qodef-social-icons-group .qodef-icon-holder a:before,.qodef-page-sidebar .qodef-social-icons-group .qodef-icon-holder a:before{top:-9px;left:-8px}.qodef-social-icons-group .qodef-icon-holder a:hover:before{z-index:-1}.qodef-social-icons-group .qodef-icon-holder:last-child{margin-right:0}.widget_sante_core_sticky_sidebar{position:relative;width:100%;height:0;margin:0!important;padding:0!important;border:none!important;background:0 0!important}.qodef-weather-widget .qodef-m-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-weather-widget .qodef-m-weather{margin-right:20px;-ms-flex-negative:0;flex-shrink:0}.qodef-weather-widget .qodef-m-weather-icon{font-size:50px;line-height:1;margin-bottom:15px}.qodef-weather-widget .qodef-m-weather-icon:before{content:''}.qodef-weather-widget .qodef-m-weather-icon.qodef--haze:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--mist:before{content:"\f75f"}.qodef-weather-widget .qodef-m-weather-icon.qodef--light-snow:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--snow:before{content:"\f2dc"}.qodef-weather-widget .qodef-m-weather-icon.qodef--thunderstorm:before{content:"\f0e7"}.qodef-weather-widget .qodef-m-weather-icon.qodef--drizzle:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-drizzle:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-shower-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain-and-snow:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--moderate-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--rain:before{content:"\f73d"}.qodef-weather-widget .qodef-m-weather-icon.qodef--heavy-intensity-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--shower-rain:before{content:"\f740"}.qodef-weather-widget .qodef-m-weather-icon.qodef--broken-clouds:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--overcast-clouds:before{content:"\f0c2"}.qodef-weather-widget .qodef-m-weather-icon.qodef--few-clouds:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--scattered-clouds:before{content:"\f6c4"}.qodef-weather-widget .qodef-m-weather-icon.qodef--clear-sky:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--sky-is-clear:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--sun:before{content:"\f185"}.qodef-weather-widget .qodef-m-temperature{font-size:25px}.qodef-weather-widget .qodef-m-temperature.qodef--high-low .qodef-e-temperature-low:after{content:'-'}.qodef-weather-widget .qodef-m-weather-info p{margin:0}.qodef-weather-widget .qodef-e-heading{margin-bottom:15px}.qodef-weather-widget .qodef-e-heading>*{margin:0}.qodef-weather-widget .qodef-e-heading-description{margin-top:10px}.qodef-weather-widget .qodef-m-other-days{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:25px}.qodef-weather-widget .qodef-m-other-days .qodef-m-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-weather-widget.qodef-layout--simple .qodef-m-city{padding:0 10px}.qodef-weather-widget .qodef-m-weather-icon{color:#93a286}.qodef-weather-widget .qodef-e-heading-description{color:#93a286}#qodef-page-footer .qodef-weather-widget .qodef-m-weather-icon{color:#fff}#qodef-page-footer .qodef-weather-widget .qodef-e-heading-city{color:#fff}.qodef-wishlist{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-wishlist .qodef-m-link{line-height:1}.qodef-wishlist .qodef-m-link.qodef--added{color:#93a286}.qodef-wishlist .qodef-m-link.qodef--added i{font-weight:900}.qodef-wishlist .qodef-m-response{position:absolute;top:-6px;bottom:auto;right:-6px;left:auto;width:auto;padding:0 10px;font-size:13px;line-height:30px;color:#80827e;background-color:#fff;border:1px solid #dbe3d2;border-radius:4px;-webkit-box-shadow:3px 3px 16px 2px rgba(0,0,0,.04);box-shadow:3px 3px 16px 2px rgba(0,0,0,.04);white-space:nowrap;opacity:0;visibility:hidden;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}.qodef-wishlist .qodef-m-response.qodef--show{opacity:1;visibility:visible}.qodef-wishlist-dropdown{position:relative;display:inline-block;vertical-align:top;height:100%;margin:0 10px}.qodef-wishlist-dropdown .qodef-m-inner{position:relative;display:inline-block;width:100%;vertical-align:top;height:100%}.qodef-wishlist-dropdown .qodef-m-link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.qodef-wishlist-dropdown .qodef-m-link>*{margin:0;line-height:1}.qodef-wishlist-dropdown .qodef-m-link{color:#2f3327}#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link{color:#68745c}.qodef-wishlist-dropdown .qodef-m-link-icon{-ms-flex-negative:0;flex-shrink:0;margin-right:7px;font-size:13px;margin-top:-2px}#qodef-page-header .qodef-wishlist-dropdown .qodef-m-link-icon{font-size:15px}.qodef-wishlist-dropdown .qodef-m-link-icon:before{display:block;line-height:inherit}.qodef-wishlist-dropdown .qodef-m-link-icon{color:#2f3327}#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link-icon{color:#68745c}.qodef-wishlist-dropdown .qodef-m-link-count{font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;white-space:nowrap}#qodef-page-header .qodef-wishlist-dropdown .qodef-m-link-count{font-size:15px}#qodef-top-area .qodef-wishlist-dropdown:hover .qodef-m-link-icon{color:#2f3327}.qodef-wishlist-dropdown .qodef-m-items{position:absolute;top:100%;left:auto;right:0;width:266px;padding:25px;text-align:left;background-color:#fff;border:1px solid #dbe3d2;opacity:0;visibility:hidden;z-index:1000;-webkit-transition:all .35s cubic-bezier(.53,.01,.18,1);-o-transition:all .35s cubic-bezier(.53,.01,.18,1);transition:all .35s cubic-bezier(.53,.01,.18,1)}.qodef-wishlist-dropdown .qodef-m-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 25px}.qodef-wishlist-dropdown .qodef-m-item:last-child{margin-bottom:0}.qodef-wishlist-dropdown .qodef-e-image-link{-ms-flex-negative:0;flex-shrink:0;max-width:60px;margin-right:15px}.qodef-wishlist-dropdown .qodef-e-image-link img{display:block;border:1px solid #dbe3d2;border-radius:4px}.qodef-wishlist-dropdown .qodef-e-title{margin:0}.qodef-wishlist-dropdown .qodef-e-remove{position:absolute;top:-10px;right:-10px;padding:5px;font-size:13px;line-height:1;z-index:3}.qodef-wishlist-dropdown .qodef-e-remove *{display:block;line-height:inherit}.qodef-wishlist-dropdown .qodef-e-remove :before{display:block;line-height:inherit}.touch .qodef-wishlist-dropdown{cursor:pointer}.qodef-wishlist-dropdown.qodef-items--has:hover .qodef-m-items{opacity:1;visibility:visible}.qodef-working-hours-list{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-working-hours-list .qodef-working-hours-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-bottom:16px}.qodef-working-hours-list .qodef-e-day{position:relative;margin:0}.qodef-working-hours-list .qodef-e-day-icon{position:absolute;top:-2px;right:-8px;font-size:8px;color:#93a286}.qodef-working-hours-list .qodef-e-line{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0 10px;border-bottom:1px solid #bfb8b6;opacity:.5}.qodef-working-hours-list .qodef-e-time{margin:0;font-family:Poppins,sans-serif;font-style:italic}.qodef-working-hours-list .qodef-e-time.qodef--closed{color:#93a286}.qodef-working-hours-list .qodef-m-footer{position:relative;top:3px;font-size:14px;color:#817c7b}.qodef-working-hours-list .qodef-m-footer-icon{position:relative;top:-5px;right:0;font-size:8px;color:#93a286}@media only screen and (max-width:680px){#qodef-age-verification-modal .qodef-m-content{min-width:auto}#qodef-age-verification-modal .qodef-m-content-note{display:none}}@media only screen and (max-width:1440px){.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link{padding:83px 40px}.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote{padding:83px 40px 87px}}@media only screen and (max-width:680px){#qodef-author-info .qodef-m-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}#qodef-author-info .qodef-m-content{margin-top:23px}}@media only screen and (max-width:1024px){body:not(.qodef-content-behind-header) #qodef-page-outer{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-header--vertical-sliding #qodef-page-header-inner{display:none}.qodef-header--vertical-sliding #qodef-page-outer,.qodef-header--vertical-sliding footer{padding-left:0}}@media only screen and (max-width:1024px){.qodef-header--vertical #qodef-page-header-inner{display:none}.qodef-header--vertical #qodef-page-outer,.qodef-header--vertical footer{padding-left:0}}@media only screen and (max-width:1024px){#qodef-top-area{display:none}}@media only screen and (max-width:1440px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:680px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}}@media only screen and (max-width:1440px){.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-50px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets{margin:0 -25px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item{padding:0 25px;margin:0 0 50px}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-info{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media{margin:0 0 50px}.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-info{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-info{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--images-small .qodef-media{margin:0 0 50px}.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-info{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media{margin:0 0 50px}.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--slider-big .qodef-portfolio-info{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--slider-small .qodef-media{margin:0 0 50px}.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-info{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-reservation-form .qodef-holder--field{-ms-flex-preferred-size:49%;flex-basis:49%;margin-bottom:10px}.qodef-holder--label{display:none}}@media only screen and (max-width:680px){.qodef-reservation-form .qodef-holder--field{-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:10px}}@media only screen and (max-width:768px){.qodef-advanced-image-slider{padding:0}.qodef-advanced-image-slider.qodef-orientation-right{padding:0}.qodef-advanced-image-slider .qodef-vertical-border{display:none}}@media only screen and (max-width:680px){.qodef-advanced-image-slider{padding:0}.qodef-advanced-image-slider .qodef-vertical-border{display:none}.qodef-advanced-image-slider.qodef-orientation-right .qodef-slider-navigation{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.qodef-advanced-image-slider .qodef-slider-navigation{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media only screen and (max-width:680px){.qodef-call-to-action.qodef-layout--standard .qodef-m-inner{display:block}.qodef-call-to-action.qodef-layout--standard .qodef-m-button{margin-top:20px}}@media only screen and (max-width:768px){.qodef-cards-gallery .qodef-m-fake-card{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6){-webkit-transform:scale(.3) translateX(84%);-ms-transform:scale(.3) translateX(84%);transform:scale(.3) translateX(84%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5){-webkit-transform:scale(.4) translateX(60%);-ms-transform:scale(.4) translateX(60%);transform:scale(.4) translateX(60%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4){-webkit-transform:scale(.5) translateX(39%);-ms-transform:scale(.5) translateX(39%);transform:scale(.5) translateX(39%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3){-webkit-transform:scale(.6) translateX(25%);-ms-transform:scale(.6) translateX(25%);transform:scale(.6) translateX(25%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2){-webkit-transform:scale(.7) translateX(11.2%);-ms-transform:scale(.7) translateX(11.2%);transform:scale(.7) translateX(11.2%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6){-webkit-transform:scale(.3) translateX(-84%);-ms-transform:scale(.3) translateX(-84%);transform:scale(.3) translateX(-84%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5){-webkit-transform:scale(.4) translateX(-60%);-ms-transform:scale(.4) translateX(-60%);transform:scale(.4) translateX(-60%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4){-webkit-transform:scale(.5) translateX(-39%);-ms-transform:scale(.5) translateX(-39%);transform:scale(.5) translateX(-39%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3){-webkit-transform:scale(.6) translateX(-25%);-ms-transform:scale(.6) translateX(-25%);transform:scale(.6) translateX(-25%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2){-webkit-transform:scale(.7) translateX(-11.2%);-ms-transform:scale(.7) translateX(-11.2%);transform:scale(.7) translateX(-11.2%)}}@media only screen and (max-width:768px){.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table,.qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table{display:block;width:100%}.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table:not(.qodef--features),.qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table:not(.qodef--features){border-top:0;border-left-width:1px}.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table.qodef--features,.qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table.qodef--features{width:100%}}@media only screen and (max-width:768px){.qodef-countdown.qodef-show--4 .qodef-digit-wrapper,.qodef-countdown.qodef-show--5 .qodef-digit-wrapper,.qodef-countdown.qodef-show--6 .qodef-digit-wrapper{width:33.33333333333333%}}@media only screen and (max-width:680px){.qodef-countdown.qodef-show--4 .qodef-digit-wrapper,.qodef-countdown.qodef-show--5 .qodef-digit-wrapper,.qodef-countdown.qodef-show--6 .qodef-digit-wrapper{width:100%}}@media only screen and (max-width:1024px){.qodef-frame-slider-holder{margin-bottom:96px}.qodef-frame-slider-holder .swiper-pagination-bullets{bottom:-96px!important}}@media only screen and (max-width:768px){.qodef-frame-slider-holder{margin-bottom:86px}.qodef-frame-slider-holder .swiper-pagination-bullets{bottom:-86px!important}}@media only screen and (max-width:680px){.qodef-frame-slider-holder{margin-bottom:76px}.qodef-frame-slider-holder .swiper-pagination-bullets{bottom:-76px!important}}@media only screen and (max-width:480px){.qodef-frame-slider-holder{margin-bottom:46px}.qodef-frame-slider-holder .swiper-pagination-bullets{bottom:-46px!important}}@media only screen and (max-width:1024px){.qodef-highlight.qodef-title-break--disabled .qodef-m-title br{display:none}}@media only screen and (max-width:680px){.qodef-image-marquee .qodef-m-content.qodef--desktop{display:none}.qodef-image-marquee .qodef-m-content.qodef--mobile{display:block}}@media only screen and (max-width:1024px){.qodef-info-section.qodef-title-break--disabled .qodef-m-title br{display:none}}@media only screen and (max-width:1366px){.qodef-interactive-link-showcase.qodef-type--standard{padding:100px 0}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images{width:60%}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items{width:40%}}@media only screen and (max-width:1024px){.qodef-interactive-link-showcase.qodef-type--standard{padding:60px 0}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images{width:80%}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items{width:100%;padding-left:60px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item{font-size:30px;line-height:1.2em;letter-spacing:0;padding-bottom:3px}}@media only screen and (max-width:680px){.qodef-interactive-link-showcase.qodef-type--standard{padding:30px 0}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items{padding-left:30px}}@media only screen and (max-width:1024px){.qodef-item-showcase{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.qodef-item-showcase .qodef-m-image{position:absolute;top:0;left:0;width:40%;padding-right:40px;margin:0!important}.qodef-item-showcase .qodef-m-items{left:40%;width:calc(100% - 40%)}.qodef-item-showcase .qodef-m-items .qodef-m-item{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.qodef-item-showcase .qodef-m-items.qodef--left{text-align:left}.qodef-item-showcase .qodef-m-items.qodef--right .qodef-m-item:first-child{margin-top:40px}.qodef-item-showcase .qodef-m-item{margin-top:40px}}@media only screen and (max-width:680px){.qodef-item-showcase .qodef-m-image{display:none}.qodef-item-showcase .qodef-m-items{left:0;width:100%}}@media only screen and (max-width:1024px){.qodef-section-title.qodef-title-break--disabled .qodef-m-title br{display:none}}@media only screen and (max-width:1024px){.qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info{padding-left:60px}.qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info{padding-right:60px}.qodef-swapping-image-gallery .qodef-m-info{padding-top:30px}.qodef-swapping-image-gallery .qodef-m-info .qodef-m-headline{margin:0 0 30px}.qodef-swapping-image-gallery.qodef-title-break--disabled .qodef-m-title br{display:none}}@media only screen and (max-width:680px){.qodef-swapping-image-gallery{display:block}.qodef-swapping-image-gallery .qodef-m-image-holder,.qodef-swapping-image-gallery .qodef-m-info{-ms-flex-preferred-size:auto;flex-basis:auto}.qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info{padding-left:0}.qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info{padding-right:0}}@media only screen and (max-width:680px){.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical{display:block}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation{padding-right:0;margin-right:0;border-right:0}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content{margin-top:26px}.qodef-tabs.qodef-layout--simple .qodef-tabs-content{margin:26px 0 0}}@media only screen and (max-width:1440px){.qodef-vertical-split-slider .qodef-m-image{max-height:480px}}@media only screen and (max-width:1366px){.qodef-vertical-split-slider .qodef-m-title{font-size:100px!important}.qodef-vertical-split-slider .qodef-m-image{max-height:435px}}@media only screen and (max-width:1024px){.qodef-vertical-split-slider.qodef-disable-below--1024{display:none}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive{display:block}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-e-product-link{display:block;text-align:center}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-e-product-link>*{text-align:center}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-e-product-link .qodef-ms-section-rating{margin:0}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-e-product-link .qodef-ms-section-rating>*{color:#768467}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-e-product-link .qodef-e-title{margin:3px 0 10px 0}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-e-product-link .qodef-ms-section-price{font-family:Poppins,sans-serif;font-size:13px;font-weight:300;color:#2f3327;letter-spacing:.04em}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-m-slide-content,.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-m-slide-image{min-height:100vh;background-position:center top}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-m-slide-image{position:relative}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-m-slide-image .qodef-e-title-link{position:absolute;left:0;top:50%;width:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-align:center}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-m-slide-content{padding:0 10%}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vss-responsive .qodef-m-text{margin:13px 0 0}}@media only screen and (max-width:768px){.qodef-vertical-split-slider.qodef-disable-below--768{display:none}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive{display:block}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-e-product-link{display:block;text-align:center}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-e-product-link>*{text-align:center}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-e-product-link .qodef-ms-section-rating{margin:0}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-e-product-link .qodef-ms-section-rating>*{color:#768467}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-e-product-link .qodef-e-title{margin:3px 0 10px 0}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-e-product-link .qodef-ms-section-price{font-family:Poppins,sans-serif;font-size:13px;font-weight:300;color:#2f3327;letter-spacing:.04em}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-m-slide-content,.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-m-slide-image{min-height:100vh;background-position:center top}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-m-slide-image{position:relative}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-m-slide-image .qodef-e-title-link{position:absolute;left:0;top:50%;width:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-align:center}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-m-slide-content{padding:0 10%}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vss-responsive .qodef-m-text{margin:13px 0 0}}.qodef-vss-responsive.qodef-m .qodef-m-slide-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:1024px){.qodef-vss-responsive.qodef-m .qodef-m-slide-content:first-child .qodef-m-slide-content-inner{margin-top:23px}}@media only screen and (max-width:680px){.qodef-vss-responsive.qodef-m .qodef-m-slide-content:first-child .qodef-m-slide-content-inner{margin-top:32px}}@media only screen and (max-width:480px){.qodef-vss-responsive.qodef-m .qodef-m-slide-content{padding:0 10% 0!important}}@media only screen and (max-width:1024px){.qodef-vss-responsive.qodef-m .qodef-m-slide-image{background-repeat:no-repeat;background-size:cover}}@media only screen and (max-width:480px){.qodef-vss-responsive.qodef-m .qodef-m-title{font-size:45px}}@media only screen and (max-width:680px){.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1){left:1px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2){left:46px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3){left:91px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4){left:136px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5){left:181px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6){left:226px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7){left:271px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown{left:auto;right:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1){right:auto;left:1px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2){right:auto;left:46px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3){right:auto;left:91px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4){right:auto;left:136px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5){right:auto;left:181px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6){right:auto;left:226px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7){right:auto;left:271px}}@media only screen and (max-width:1024px){body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content{padding-top:0!important}}@media only screen and (max-width:1024px){#qodef-page-sidebar .qodef-social-icons-group{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}*/
