/*==================== Basic Style & Pseudo Classes & Elements ====================*/
:root {
    --wp--style--block-gap: 2.6rem;
    --wf-main-rgb: 254, 67, 34;
    --wf-main-color: rgba(var(--wf-main-rgb));
    --wf-secondary-color: #000;
    --wf-text-color: #334770;
    --wf-gray-color: #fcfbff;
    --wf-title-family: "Jost", sans-serif;
    --wf-base-family: "Jost", sans-serif;
    --wf-gradient: linear-gradient(180deg,
            rgba(255, 255, 255, 0.15),
            rgba(255, 255, 255, 0));
}

/* selection */
::selection {
    color: #fff;
    background: var(--wf-main-color);
}

/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--wf-main-color);
}

::-webkit-input-placeholder {
    color: #463838;
}

:-moz-placeholder {
    color: #463838;
}

::-moz-placeholder {
    color: #463838;
}

:-ms-input-placeholder {
    color: #463838;
}

::-webkit-input-placeholder {
    color: #d1d1d1;
    opacity: 1;
    transition: opacity 0.3s;
}

:-moz-placeholder {
    color: #d1d1d1;
    opacity: 1;
    transition: opacity 0.3s;
}

::-moz-placeholder {
    color: #d1d1d1;
    opacity: 1;
    transition: opacity 0.3s;
}

:-ms-input-placeholder {
    color: #d1d1d1;
    opacity: 1;
    transition: opacity 0.3s;
}

*:focus::-webkit-input-placeholder {
    opacity: 0;
}

*:focus:-moz-placeholder {
    opacity: 0;
}

*:focus::-moz-placeholder {
    opacity: 0;
}

*:focus:-ms-input-placeholder {
    opacity: 0;
}

/* ---//--- */

*,
*::after,
*::before {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    word-wrap: break-word;
}

*:not(table *) {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: inherit;
    }
}

:root {
    scroll-behavior: inherit;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

@media (max-width: 75em) {
    html {
        font-size: 62.5%;
    }
}

@media only screen and (min-width: 62em) and (max-width: 77.313em) {
    html {
        font-size: 58.5936%;
    }
}

@media (max-width: 61.95em) {
    html {
        font-size: 53%;
    }
}

@media (max-width: 35.95em) {
    html {
        font-size: 55%;
    }
}

@media (min-width: 120.063em) {
    html {
        font-size: 75%;
    }
}

body {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
    font-family: var(--wf-base-family);
    color: var(--wf-text-color);
    letter-spacing: 0.01em;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body:not(.admin-bar) {
    position: relative;
}

.price ins {
    text-decoration: none;
}

a {
    color: var(--wf-main-color);
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    outline: none;
}

a:hover,
a:active,
a:focus {
    color: var(--wf-main-color);
    text-decoration-style: solid;
}

video {
    max-width: 100%;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: block;
    clear: both;
}

.wf-btn svg {
    display: inline-block;
    vertical-align: middle;
}

.wp-block-search__button {
    flex-shrink: 0;
}

button[type="submit"],
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wf-btn,
.wf-load-more a,
.button {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 1.1rem 2rem;
    line-height: 1.134;
    letter-spacing: 0.03rem;
    border-width: 0.1rem;
    border-style: solid;
    border-color: transparent;
    border-radius: 10rem;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: initial;
    font-family: inherit;
    text-decoration: none;
    position: relative;
    z-index: 0;
}

.wf-btn i {
    margin-right: 0.4rem;
}

.wf-btn i.fa-arrow-right {
    margin-left: 0.4rem;
    margin-right: 0;
}

.wf-btn .fa-arrow-right::before {
    transform: rotate(-45deg);
    display: inline-block;
}

button[type="button"].mfp-close,
button[type="button"].mfp-arrow {
    background-color: transparent;
}

.wf-load-more a:hover,
.wf-load-more a:focus,
a.wf-btn:hover,
a.wf-btn:focus,
.contact__body a:hover,
.contact__body a:focus {
    text-decoration: none;
}

button[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"],
.wf-load-more a,
.wf-btn-primary {
    color: #fff;
    background-color: var(--wf-main-color);
    border-color: var(--wf-main-color);
}

.wf-btn-border {
    border-width: 0.2rem;
}

.wf-btn-primary.wf-btn-border {
    color: var(--wf-main-color);
    background-color: transparent;
    border-color: var(--wf-main-color);
}

.wf-load-more a:hover,
.wf-load-more a:focus,
.wf-btn-primary.wf-btn-border:hover,
.wf-btn-primary.wf-btn-border:focus,
.wf-btn-primary:hover,
.wf-btn-primary:focus {
    color: #fff;
    background-color: rgba(var(--wf-main-rgb), 0.9);
    border-color: rgba(var(--wf-main-rgb), 0.9);
}

button[type="button"].wf-btn-secondary,
button[type="submit"].wf-btn-secondary,
.wf-btn-secondary {
    color: #fff;
    background-color: var(--wf-secondary-color);
    border-color: var(--wf-secondary-color);
}

.wf-btn-secondary.wf-btn-border {
    color: var(--wf-secondary-color);
    background-color: transparent;
    border-color: var(--wf-secondary-color);
}

.wf-btn-secondary.wf-btn-border:hover,
.wf-btn-secondary.wf-btn-border:focus,
.wf-btn-secondary:hover,
.wf-btn-secondary:focus {
    color: #fff;
    background-color: var(--wf-secondary-color);
    border-color: var(--wf-secondary-color);
}

.wf-btn-white {
    color: var(--wf-secondary-color);
    background-color: #fff;
}

.wf-btn-white.wf-btn-border {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.wf-btn-white.wf-btn-border:hover,
.wf-btn-white.wf-btn-border:focus {
    color: var(--wf-main-color);
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
}

/* Button Effects One */

.btn--effect-one .wf-btn {
    will-change: transform;
    transition: 0.2s transform ease-in-out;
}

.btn--effect-one .wf-btn:focus,
.btn--effect-one .wf-btn:hover {
    color: #fff;
    transform: scale(1.02);
    will-change: transform;
}

.btn--effect-one .wf-btn::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3rem;
    background-color: var(--wf-secondary-color);
    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;
    transition: 0.2s transform ease-out;
    will-change: transform;
    z-index: -1;
}

.btn--effect-one .wf-btn:focus::after,
.btn--effect-one .wf-btn:hover::after {
    transform: translate(0, 0);
}

/* Button Effects Two */

.btn--effect-two .wf-btn {
    padding: 1.4rem 1.7rem 1.4rem 1.9rem;
}

.btn--effect-two .wf-btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4.4rem;
    height: 4.4rem;
    background-color: var(--wf-secondary-color);
    opacity: 0.15;
    border-radius: 10rem;
    z-index: -1;
    transition: all 0.2s ease-in-out;
}

.btn--effect-two .wf-btn:hover:before,
.btn--effect-two .wf-btn:focus:before {
    width: 100%;
}

.btn--effect-two .wf-btn::after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    margin-left: 2.6rem;
}

.btn--effect-two .wf-btn-white.wf-btn-border::before {
    background-color: #fff;
    opacity: 1;
}

.btn--effect-two .wf-btn-white.wf-btn-border::after {
    color: var(--wf-secondary-color);
}

.btn--effect-two .wf-btn-white.wf-btn-border:hover::after,
.btn--effect-two .wf-btn-white.wf-btn-border:focus::after {
    color: var(--wf-main-color);
}

/* Button Effects Three */

.btn--effect-three .wf-btn::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='12' viewBox='0 0 19 12'%3E%3Cpath fill='%23fff' d='M17.752 6.68H1.246C.833 6.68.5 6.374.5 5.997c0-.378.333-.684.746-.684H15.95l-4.527-4.146a.644.644 0 0 1 0-.967.797.797 0 0 1 1.056 0l5.802 5.314a.639.639 0 0 1 .161.745.754.754 0 0 1-.69.42Z'/%3E%3Cpath fill='%23fff' d='M11.942 12a.771.771 0 0 1-.527-.2.644.644 0 0 1 0-.968l5.81-5.32a.797.797 0 0 1 1.056 0c.292.267.292.7 0 .967l-5.81 5.32a.781.781 0 0 1-.529.201Z'/%3E%3C/svg%3E");
    width: 1.8rem;
    height: 1.2rem;
    margin-left: 1.2rem;
    display: inline-block;
}

/* Button Effects Four */

.btn--effect-four .wf-btn::before,
.btn--effect-four .wf-btn::after {
    content: "";
    background-color: var(--wf-secondary-color);
    width: 0;
    height: 50%;
    position: absolute;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.btn--effect-four .wf-btn::before {
    top: 0;
    left: 0;
}

.btn--effect-four .wf-btn::after {
    bottom: 0;
    right: 0;
}

.btn--effect-four .wf-btn:hover::before,
.btn--effect-four .wf-btn:focus::before,
.btn--effect-four .wf-btn:hover::after,
.btn--effect-four .wf-btn:focus::after {
    width: 100%;
}

/* Button Effects Five */

.btn--effect-five .wf-btn::before {
    position: absolute;
    content: "";
    background-color: var(--wf-secondary-color);
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    -webkit-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    z-index: -1;
}

.btn--effect-five .wf-btn:hover::before,
.btn--effect-five .wf-btn:focus::before {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn--effect-five .wf-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--wf-secondary-color);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    z-index: -1;
}

.btn--effect-five .wf-btn:hover::after,
.btn--effect-five .wf-btn:focus::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 0.05s;
    transition-duration: 0.05s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

/* Button Effects Six */
.btn--effect-six .wf-btn span {
    display: inline-block;
    pointer-events: none;
}

.btn--effect-six .wf-btn span.text-spin {
    -webkit-animation: text-spin 0.5s 1;
    animation: text-spin 0.5s 1;
}

/* Play Buttons */

.wf-btn-play-one {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: var(--wf-secondary-color);
}

.wf-btn-play-one i {
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: var(--wf-main-color);
    border-radius: 50%;
    color: #fff;
    font-size: 1.8rem;
    margin-right: 1.2rem;
    box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.1);
}

.wf-btn-play-one i:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--wf-main-rgb), 0.4);
    border-radius: 50%;
    animation: pulse_border_1 1500ms ease-out infinite;
    z-index: -1;
    border-radius: inherit;
}

.wf-btn-play-one span {
    text-decoration: underline;
}

.wf-btn-play-two {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
}

.wf-btn-play-two i {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--wf-main-color);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    margin-right: 16px;
    position: relative;
}

.wf-btn-play-two i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid currentColor;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    animation: pulse_border_2 1500ms ease-out infinite;
}

button[type="submit"]:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.wf-btn:focus {
    outline-width: 0.1rem;
    outline-offset: -0.3rem;
    outline-style: dotted;
}

a,
area,
button,
input,
label,
select,
summary,
textarea {
    touch-action: manipulation;
    transition: all 0.2s ease-in-out;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 1.25;
    font-family: var(--wf-title-family);
    color: var(--wf-secondary-color);
    word-break: break-word;
}

h1,
.h1 {
    font-size: 5.5rem;
}

h2,
.h2 {
    font-size: 4.5rem;
}

h3,
.h3 {
    font-size: 3rem;
}

h4,
.h4 {
    font-size: 2.6rem;
}

h5,
.h5 {
    font-size: 2.2rem;
}

h6,
.h6 {
    font-size: 1.6rem;
}

em,
cite,
q {
    color: var(--wf-main-color);
    font-style: italic;
    font-weight: bold;
}

code,
kbd,
tt,
var,
samp,
pre {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    background-color: var(--wf-secondary-color);
    color: #fff;
    padding: 0.1rem 0.5rem;
    border-radius: 0;
    font-size: 88%;
}

pre {
    display: block;
    margin: 0 0 1rem;
    font-size: 1.3rem;
    word-break: break-all;
    word-wrap: break-word;
    border: 0.1rem solid #ccc;
    border-radius: 0;
    overflow: auto;
}

table {
    border: 0.1rem solid rgba(189, 189, 189, 0.4);
    background-color: #fcfcfc;
    border-spacing: 0;
    letter-spacing: 0.05rem;
    margin: 0 0 2rem;
    text-align: start;
    table-layout: fixed;
    border-collapse: collapse;
}

table th {
    border: 0.1rem solid rgba(189, 189, 189, 0.4);
}

table td {
    border: 0.1rem solid #e9e9ea;
}

table th,
table td {
    padding: 1.5rem;
}

table th {
    background: var(--wf-main-color);
    color: #fff;
}

table th a:not(button, .button, .wf-btn) {
    color: inherit;
    text-decoration: none;
}

p {
    margin: 0 0 1.1rem;
    word-break: break-word;
}

.widget_media_image>.wp-block-image,
figure {
    margin: 0;
}

address,
table,
pre {
    width: 100%;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    font-weight: 600;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.4rem;
}

sup {
    top: -0.8rem;
}

fieldset {
    border: 0.1rem solid #e9e9ea;
    margin: 2.4rem 0.2rem;
    padding: 1rem 2.5rem 2rem;
    border-radius: 0;
}

iframe {
    max-width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    appearance: button;
    -moz-appearance: button;
    -webkit-appearance: button;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0.1rem dotted;
    outline-offset: -0.2rem;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    position: relative;
    border-radius: 0;
    display: block;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 500;
    max-height: 4.2rem;
    padding: 1.2rem 1.6rem;
    vertical-align: middle;
    width: 100%;
    background-color: #f8f8f8;
    border: 0.1rem solid rgba(189, 189, 189, 0.4);
    outline: none;
    letter-spacing: 0.05rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
    border-color: var(--wf-main-color);
    background-color: #fff;
}

button[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    color: #fff;
    background-color: var(--wf-main-color);
}

[type="search"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline-offset: -0.2rem;
}

select {
    background-clip: padding-box;
    border: 0.1rem solid rgba(189, 189, 189, 0.2);
    border-radius: 0;
    display: block;
    font-size: 92%;
    font-weight: 400;
    padding: 0.6rem 1.2rem;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: auto !important;
    outline: 0;
    background-image: linear-gradient(#242424, #242424),
        linear-gradient(#e9e9ea, #e9e9ea);
    background-size: 0 0.1rem, 100% 0.1rem;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - -0.1rem);
    background-color: #f8f8f8;
    -moz-transition: background 0s ease-out;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
}

textarea {
    height: 13.2rem;
    overflow: auto;
    resize: vertical;
    max-height: 100%;
}

input[type="checkbox"],
input[type="radio"],
form[id*="give-form"] #give-gateway-radio-list>li input[type="radio"],
form[id*="give-form"] #give-gateway-radio-list>li input[type="checkbox"],
div.wpforms-container-full .wpforms-form input[type="radio"],
div.wpforms-container-full .wpforms-form input[type="checkbox"] {
    border: 2px solid var(--wf-main-color);
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 20px;
    margin: -3px 3px 0 0;
    outline: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 20px !important;
    max-width: 20px;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    transition: 0.05s border-color ease-in-out;
}

input[type="radio"] {
    border-radius: 50%;
    margin-right: 4px;
    line-height: 12px;
}

input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
    display: inline-block;
    vertical-align: middle;
    speak: none;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-in-out;
}

input[type="radio"]:checked:before {
    content: "⬤";
    text-indent: -9999px;
    border-radius: 50px;
    font-size: 24px;
    width: 8px;
    height: 8px;
    margin: 4px;
    line-height: 20px;
    background: var(--wf-main-color);
}

input[type="checkbox"]:checked:before {
    content: "✔";
    font-weight: 900;
    color: var(--wf-main-color);
}

/*---//---*/

/* Grid List Two Column Like Table List */
.wf-grid-list dt {
    padding: 0.8rem 0 0.8rem 0;
    font-weight: 600;
}

.wf-grid-list dd {
    margin: 0;
    padding: 0.8rem 0 0.8rem 0;
}

@media (min-width: 34.375em) {
    .wf-grid-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .wf-grid-list dt {
        grid-column-start: 1;
    }

    .wf-grid-list dd {
        grid-column-start: 2;
    }

    .wf-grid-list dt+dd {}
}

/* ---//--- */

.wf-d-none,
div.wf-d-none {
    display: none;
}

.wf-d-block,
div.wf-d-block {
    display: block;
}

.wf-d-inline,
div.wf-d-inline {
    display: inline;
}

.wf-d-inline-block,
div.wf-d-inline-block {
    display: inline-block;
}

.wf-container,
.wf-container-fluid {
    width: 100%;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 35.95em) {

    .wf-container,
    .wf-container-fluid {
        padding-right: 2.4rem;
        padding-left: 2.4rem;
    }
}

.wf-row {
    --wf-gutter-x: 2.4rem;
    --wf-gutter-y: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--wf-gutter-y) * -1);
    margin-right: calc(var(--wf-gutter-x) / -2);
    margin-left: calc(var(--wf-gutter-x) / -2);
}

.wf-row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--wf-gutter-x) / 2);
    padding-left: calc(var(--wf-gutter-x) / 2);
    margin-top: var(--wf-gutter-y);
}

.wf-g-0,
.wf-gx-0 {
    --wf-gutter-x: 0rem;
}

.wf-g-0,
.wf-gy-0 {
    --wf-gutter-y: 0rem;
}

.wf-g-1,
.wf-gx-1 {
    --wf-gutter-x: 0.4rem;
}

.wf-g-1,
.wf-gy-1 {
    --wf-gutter-y: 0.4rem;
}

.wf-g-2,
.wf-gx-2 {
    --wf-gutter-x: 0.8rem;
}

.wf-g-2,
.wf-gy-2 {
    --wf-gutter-y: 0.8rem;
}

.wf-g-3,
.wf-gx-3 {
    --wf-gutter-x: 1.6rem;
}

.wf-g-3,
.wf-gy-3 {
    --wf-gutter-y: 1.6rem;
}

.wf-g-4,
.wf-gx-4 {
    --wf-gutter-x: 2.4rem;
}

.wf-g-4,
.wf-gy-4 {
    --wf-gutter-y: 2.4rem;
}

.wf-g-5,
.wf-gx-5 {
    --wf-gutter-x: 4.8rem;
}

.wf-g-5,
.wf-gy-5 {
    --wf-gutter-y: 4.8rem;
}

.wf-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.wf-col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.wf-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.wf-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.wf-col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.wf-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.wf-col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.wf-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.wf-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.wf-col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.wf-col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.wf-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.wf-m-0 {
    margin: 0;
}

.wf-mt-auto {
    margin-top: auto;
}

.wf-mr-auto {
    margin-right: auto;
}

.wf-mb-auto {
    margin-bottom: auto;
}

.wf-ml-auto {
    margin-left: auto;
}

.wf-my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.wf-mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.wf-mt-0 {
    margin-top: 0;
}

.wf-mt-1 {
    margin-top: 0.4rem;
}

.wf-mt-2 {
    margin-top: 0.8rem;
}

.wf-mt-3 {
    margin-top: 1.6rem;
}

.wf-mt-4 {
    margin-top: 2.4rem;
}

.wf-mt-5 {
    margin-top: 3.2rem;
}

.wf-mt-6 {
    margin-top: 4.8rem;
}

.wf-mr-0 {
    margin-right: 0;
}

.wf-mr-1 {
    margin-right: 0.4rem;
}

.wf-mr-2 {
    margin-right: 0.8rem;
}

.wf-mr-3 {
    margin-right: 1.6rem;
}

.wf-mr-4 {
    margin-right: 2.4rem;
}

.wf-mr-5 {
    margin-right: 3.2rem;
}

.wf-mr-6 {
    margin-right: 4.8rem;
}

.wf-mb-0 {
    margin-bottom: 0;
}

.wf-mb-1 {
    margin-bottom: 0.4rem;
}

.wf-mb-2 {
    margin-bottom: 0.8rem;
}

.wf-mb-3 {
    margin-bottom: 1.6rem;
}

.wf-mb-4 {
    margin-bottom: 2.4rem;
}

.wf-mb-5 {
    margin-bottom: 3.2rem;
}

.wf-mb-6 {
    margin-bottom: 4.5rem;
}

.wf-ml-0 {
    margin-left: 0;
}

.wf-ml-1 {
    margin-left: 0.4rem;
}

.wf-ml-2 {
    margin-left: 0.8rem;
}

.wf-ml-3 {
    margin-left: 1.6rem;
}

.wf-ml-4 {
    margin-left: 2.4rem;
}

.wf-ml-5 {
    margin-left: 3.2rem;
}

.wf-ml-6 {
    margin-left: 4.8rem;
}

.wf-my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.wf-my-1 {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.wf-my-2 {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.wf-my-3 {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}

.wf-my-4 {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
}

.wf-my-5 {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
}

.wf-my-6 {
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
}

.wf-mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.wf-mx-1 {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
}

.wf-mx-2 {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
}

.wf-mx-3 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
}

.wf-mx-4 {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
}

.wf-mx-5 {
    margin-left: 3.2rem;
    margin-right: 3.2rem;
}

.wf-mx-6 {
    margin-left: 4.8rem;
    margin-right: 4.8rem;
}

.wf-pt-0 {
    padding-top: 0;
}

.wf-pt-1 {
    padding-top: 0.4rem;
}

.wf-pt-2 {
    padding-top: 0.8rem;
}

.wf-pt-3 {
    padding-top: 1.6rem;
}

.wf-pt-4 {
    padding-top: 2.4rem;
}

.wf-pt-5 {
    padding-top: 3.2rem;
}

.wf-pt-6 {
    padding-top: 4.8rem;
}

.wf-pr-0 {
    padding-right: 0;
}

.wf-pr-1 {
    padding-right: 0.4rem;
}

.wf-pr-2 {
    padding-right: 0.8rem;
}

.wf-pr-3 {
    padding-right: 1.6rem;
}

.wf-pr-4 {
    padding-right: 2.4rem;
}

.wf-pr-5 {
    padding-right: 3.2rem;
}

.wf-pr-6 {
    padding-right: 4.8rem;
}

.wf-pb-0 {
    padding-bottom: 0;
}

.wf-pb-1 {
    padding-bottom: 0.4rem;
}

.wf-pb-2 {
    padding-bottom: 0.8rem;
}

.wf-pb-3 {
    padding-bottom: 1.6rem;
}

.wf-pb-4 {
    padding-bottom: 2.4rem;
}

.wf-pb-5 {
    padding-bottom: 3.2rem;
}

.wf-pb-6 {
    padding-bottom: 4.8rem;
}

.wf-pl-0 {
    padding-left: 0;
}

.wf-pl-1 {
    padding-left: 0.4rem;
}

.wf-pl-2 {
    padding-left: 0.8rem;
}

.wf-pl-3 {
    padding-left: 1.6rem;
}

.wf-pl-4 {
    padding-left: 2.4rem;
}

.wf-pl-5 {
    padding-left: 3.2rem;
}

.wf-pl-6 {
    padding-left: 4.8rem;
}

.wf-p-0 {
    padding: 0;
}

.wf-py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.wf-py-1 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.wf-py-2 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.wf-py-3 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.wf-py-4 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
}

.wf-py-5 {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
}

.wf-py-6 {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
}

.wf-px-0 {
    padding-left: 0;
    padding-right: 0;
}

.wf-px-1 {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.wf-px-2 {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.wf-px-3 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

.wf-px-4 {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}

.wf-px-5 {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
}

.wf-px-6 {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
}

.wf-text-left {
    text-align: start;
}

.wf-text-right {
    text-align: end;
}

.wf-text-center {
    text-align: center;
}

.wf-flex-10 {
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
}

.wf-flex-15 {
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
}

.wf-flex-20 {
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
}

.wf-flex-25 {
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
}

.wf-flex-30 {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
}

.wf-flex-35 {
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
}

.wf-flex-40 {
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
}

.wf-flex-45 {
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
}

.wf-flex-50 {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.wf-flex-55 {
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
}

.wf-flex-60 {
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
}

.wf-flex-65 {
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
}

.wf-flex-70 {
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
}

.wf-flex-75 {
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
}

.wf-flex-80 {
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
}

.wf-flex-85 {
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
}

.wf-flex-90 {
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
}

.wf-flex-95 {
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
}

.wf-flex-100 {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.wf-flex-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.wf-float-right {
    float: right;
}

.wf-float-left {
    float: left;
}

.wf-float-none {
    float: none;
}

.wf-order-1 {
    order: 1;
}

.wf-order-2 {
    order: 2;
}

.wf-order-3 {
    order: 3;
}

.wf-order-4 {
    order: 4;
}

.wf-order-5 {
    order: 5;
}

.wf-order-6 {
    order: 6;
}

.wf-order-7 {
    order: 7;
}

.wf-order-8 {
    order: 8;
}

.wf-order-9 {
    order: 9;
}

.wf-order-10 {
    order: 10;
}

.wf-order-11 {
    order: 11;
}

.wf-order-12 {
    order: 12;
}

/* Masonry container */
.wf-masonry {
    width: 100%;
    -webkit-column-gap: 2.4rem;
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
    -moz-column-gap: 2.4rem;
    -webkit-column-gap: 2.4rem;
    column-gap: 2.4rem;
}

.wf-masonry-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.wf-masonry-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.wf-masonry-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media (max-width: 47.95em) {
    .wf-masonry[class*="wf-masonry-"] {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 62em) and (max-width: 64em) {
    .wf-masonry[class*="wf-masonry-"] {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 48em) and (max-width: 61.95em) {
    .wf-masonry[class*="wf-masonry-"] {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

/* ---//--- */

/* Small Screen */
@media (min-width: 36em) {

    .wf-container,
    .wf-container-sm {
        max-width: 76rem;
        /*54rem*/
    }

    .wf-g-sm-0,
    .wf-gx-sm-0 {
        --wf-gutter-x: 0rem;
    }

    .wf-g-sm-0,
    .wf-gy-sm-0 {
        --wf-gutter-y: 0rem;
    }

    .wf-g-sm-1,
    .wf-gx-sm-1 {
        --wf-gutter-x: 0.4rem;
    }

    .wf-g-sm-1,
    .wf-gy-sm-1 {
        --wf-gutter-y: 0.4rem;
    }

    .wf-g-sm-2,
    .wf-gx-sm-2 {
        --wf-gutter-x: 0.8rem;
    }

    .wf-g-sm-2,
    .wf-gy-sm-2 {
        --wf-gutter-y: 0.8rem;
    }

    .wf-g-sm-3,
    .wf-gx-sm-3 {
        --wf-gutter-x: 1.6rem;
    }

    .wf-g-sm-3,
    .wf-gy-sm-3 {
        --wf-gutter-y: 1.6rem;
    }

    .wf-g-sm-4,
    .wf-gx-sm-4 {
        --wf-gutter-x: 2.4rem;
    }

    .wf-g-sm-4,
    .wf-gy-sm-4 {
        --wf-gutter-y: 2.4rem;
    }

    .wf-g-sm-5,
    .wf-gx-sm-5 {
        --wf-gutter-x: 4.8rem;
    }

    .wf-g-sm-5,
    .wf-gy-sm-5 {
        --wf-gutter-y: 4.8rem;
    }

    .wf-col-sm {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .wf-col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .wf-col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .wf-col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .wf-col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .wf-col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .wf-col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .wf-col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .wf-col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .wf-col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .wf-col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .wf-col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .wf-col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .wf-col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wf-d-sm-none,
    div.wf-d-sm-none {
        display: none;
    }

    .wf-d-sm-block,
    div.wf-d-sm-block {
        display: block;
    }

    .wf-d-sm-inline,
    div.wf-d-sm-inline {
        display: inline;
    }

    .wf-d-sm-inline-block,
    div.wf-d-sm-inline-block {
        display: inline-block;
    }

    .wf-text-sm-left {
        text-align: start;
    }

    .wf-text-sm-right {
        text-align: end;
    }

    .wf-text-sm-center {
        text-align: center;
    }

    .wf-mt-sm-auto {
        margin-top: auto;
    }

    .wf-mr-sm-auto {
        margin-right: auto;
    }

    .wf-mb-sm-auto {
        margin-bottom: auto;
    }

    .wf-ml-sm-auto {
        margin-left: auto;
    }

    .wf-my-sm-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .wf-mx-sm-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .wf-m-sm-0 {
        margin: 0;
    }

    .wf-mt-sm-0 {
        margin-top: 0;
    }

    .wf-mt-sm-1 {
        margin-top: 0.4rem;
    }

    .wf-mt-sm-2 {
        margin-top: 0.8rem;
    }

    .wf-mt-sm-3 {
        margin-top: 1.6rem;
    }

    .wf-mt-sm-4 {
        margin-top: 2.4rem;
    }

    .wf-mt-sm-5 {
        margin-top: 3.2rem;
    }

    .wf-mt-sm-6 {
        margin-top: 4.8rem;
    }

    .wf-mr-sm-0 {
        margin-right: 0;
    }

    .wf-mr-sm-1 {
        margin-right: 0.4rem;
    }

    .wf-mr-sm-2 {
        margin-right: 0.8rem;
    }

    .wf-mr-sm-3 {
        margin-right: 1.6rem;
    }

    .wf-mr-sm-4 {
        margin-right: 2.4rem;
    }

    .wf-mr-sm-5 {
        margin-right: 3.2rem;
    }

    .wf-mr-sm-6 {
        margin-right: 4.8rem;
    }

    .wf-mb-sm-0 {
        margin-bottom: 0;
    }

    .wf-mb-sm-1 {
        margin-bottom: 0.4rem;
    }

    .wf-mb-sm-2 {
        margin-bottom: 0.8rem;
    }

    .wf-mb-sm-3 {
        margin-bottom: 1.6rem;
    }

    .wf-mb-sm-4 {
        margin-bottom: 2.4rem;
    }

    .wf-mb-sm-5 {
        margin-bottom: 3.2rem;
    }

    .wf-mb-sm-6 {
        margin-bottom: 4.8rem;
    }

    .wf-ml-sm-0 {
        margin-left: 0;
    }

    .wf-ml-sm-1 {
        margin-left: 0.4rem;
    }

    .wf-ml-sm-2 {
        margin-left: 0.8rem;
    }

    .wf-ml-sm-3 {
        margin-left: 1.6rem;
    }

    .wf-ml-sm-4 {
        margin-left: 2.4rem;
    }

    .wf-ml-sm-5 {
        margin-left: 3.2rem;
    }

    .wf-ml-sm-6 {
        margin-left: 4.8rem;
    }

    .wf-my-sm-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .wf-my-sm-1 {
        margin-top: 0.4rem;
        margin-bottom: 0.4rem;
    }

    .wf-my-sm-2 {
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .wf-my-sm-3 {
        margin-top: 1.6rem;
        margin-bottom: 1.6rem;
    }

    .wf-my-sm-4 {
        margin-top: 2.4rem;
        margin-bottom: 2.4rem;
    }

    .wf-my-sm-5 {
        margin-top: 3.2rem;
        margin-bottom: 3.2rem;
    }

    .wf-my-sm-6 {
        margin-top: 4.8rem;
        margin-bottom: 4.8rem;
    }

    .wf-mx-sm-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .wf-mx-sm-1 {
        margin-left: 0.4rem;
        margin-right: 0.4rem;
    }

    .wf-mx-sm-2 {
        margin-left: 0.8rem;
        margin-right: 0.8rem;
    }

    .wf-mx-sm-3 {
        margin-left: 1.6rem;
        margin-right: 1.6rem;
    }

    .wf-mx-sm-4 {
        margin-left: 2.4rem;
        margin-right: 2.4rem;
    }

    .wf-mx-sm-5 {
        margin-left: 3.2rem;
        margin-right: 3.2rem;
    }

    .wf-mx-sm-6 {
        margin-left: 4.8rem;
        margin-right: 4.8rem;
    }

    .wf-p-sm-0 {
        padding: 0;
    }

    .wf-pt-sm-0 {
        padding-top: 0;
    }

    .wf-pt-sm-1 {
        padding-top: 0.4rem;
    }

    .wf-pt-sm-2 {
        padding-top: 0.8rem;
    }

    .wf-pt-sm-3 {
        padding-top: 1.6rem;
    }

    .wf-pt-sm-4 {
        padding-top: 2.4rem;
    }

    .wf-pt-sm-5 {
        padding-top: 3.2rem;
    }

    .wf-pt-sm-6 {
        padding-top: 4.8rem;
    }

    .wf-pr-sm-0 {
        padding-right: 0;
    }

    .wf-pr-sm-1 {
        padding-right: 0.4rem;
    }

    .wf-pr-sm-2 {
        padding-right: 0.8rem;
    }

    .wf-pr-sm-3 {
        padding-right: 1.6rem;
    }

    .wf-pr-sm-4 {
        padding-right: 2.4rem;
    }

    .wf-pr-sm-5 {
        padding-right: 3.2rem;
    }

    .wf-pr-sm-6 {
        padding-right: 4.8rem;
    }

    .wf-pb-sm-0 {
        padding-bottom: 0;
    }

    .wf-pb-sm-1 {
        padding-bottom: 0.4rem;
    }

    .wf-pb-sm-2 {
        padding-bottom: 0.8rem;
    }

    .wf-pb-sm-3 {
        padding-bottom: 1.6rem;
    }

    .wf-pb-sm-4 {
        padding-bottom: 2.4rem;
    }

    .wf-pb-sm-5 {
        padding-bottom: 3.2rem;
    }

    .wf-pb-sm-6 {
        padding-bottom: 4.8rem;
    }

    .wf-pl-sm-0 {
        padding-left: 0;
    }

    .wf-pl-sm-1 {
        padding-left: 0.4rem;
    }

    .wf-pl-sm-2 {
        padding-left: 0.8rem;
    }

    .wf-pl-sm-3 {
        padding-left: 1.6rem;
    }

    .wf-pl-sm-4 {
        padding-left: 2.4rem;
    }

    .wf-pl-sm-5 {
        padding-left: 3.2rem;
    }

    .wf-pl-sm-6 {
        padding-left: 4.8rem;
    }

    .wf-py-sm-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .wf-py-sm-1 {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }

    .wf-py-sm-2 {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }

    .wf-py-sm-3 {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
    }

    .wf-py-sm-4 {
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
    }

    .wf-py-sm-5 {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }

    .wf-py-sm-6 {
        padding-top: 4.8rem;
        padding-bottom: 4.8rem;
    }

    .wf-px-sm-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .wf-px-sm-1 {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .wf-px-sm-2 {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .wf-px-sm-3 {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }

    .wf-px-sm-4 {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }

    .wf-px-sm-5 {
        padding-left: 3.2rem;
        padding-right: 3.2rem;
    }

    .wf-px-sm-6 {
        padding-left: 4.8rem;
        padding-right: 4.8rem;
    }

    .wf-float-sm-right {
        float: right;
    }

    .wf-float-sm-left {
        float: left;
    }

    .wf-float-sm-none {
        float: none;
    }

    .wf-order-sm-1 {
        order: 1;
    }

    .wf-order-sm-2 {
        order: 2;
    }

    .wf-order-sm-3 {
        order: 3;
    }

    .wf-order-sm-4 {
        order: 4;
    }

    .wf-order-sm-5 {
        order: 5;
    }

    .wf-order-sm-6 {
        order: 6;
    }

    .wf-order-sm-7 {
        order: 7;
    }

    .wf-order-sm-8 {
        order: 8;
    }

    .wf-order-sm-9 {
        order: 9;
    }

    .wf-order-sm-10 {
        order: 10;
    }

    .wf-order-sm-11 {
        order: 11;
    }

    .wf-order-sm-12 {
        order: 12;
    }
}

/* ---//--- */

/* Medium Screen */
@media (min-width: 48em) {

    .wf-container,
    .wf-container-md,
    .wf-container-sm {
        max-width: 84.907rem;
        /*72rem*/
    }

    .wf-g-md-0,
    .wf-gx-md-0 {
        --wf-gutter-x: 0rem;
    }

    .wf-g-md-0,
    .wf-gy-md-0 {
        --wf-gutter-y: 0rem;
    }

    .wf-g-md-1,
    .wf-gx-md-1 {
        --wf-gutter-x: 0.4rem;
    }

    .wf-g-md-1,
    .wf-gy-md-1 {
        --wf-gutter-y: 0.4rem;
    }

    .wf-g-md-2,
    .wf-gx-md-2 {
        --wf-gutter-x: 0.8rem;
    }

    .wf-g-md-2,
    .wf-gy-md-2 {
        --wf-gutter-y: 0.8rem;
    }

    .wf-g-md-3,
    .wf-gx-md-3 {
        --wf-gutter-x: 1.6rem;
    }

    .wf-g-md-3,
    .wf-gy-md-3 {
        --wf-gutter-y: 1.6rem;
    }

    .wf-g-md-4,
    .wf-gx-md-4 {
        --wf-gutter-x: 2.4rem;
    }

    .wf-g-md-4,
    .wf-gy-md-4 {
        --wf-gutter-y: 2.4rem;
    }

    .wf-g-md-5,
    .wf-gx-md-5 {
        --wf-gutter-x: 4.8rem;
    }

    .wf-g-md-5,
    .wf-gy-md-5 {
        --wf-gutter-y: 4.8rem;
    }

    .wf-col-md {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .wf-col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .wf-col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .wf-col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .wf-col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .wf-col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .wf-col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .wf-col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .wf-col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .wf-col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .wf-col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .wf-col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .wf-col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .wf-col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wf-d-md-none,
    div.wf-d-md-none {
        display: none;
    }

    .wf-d-md-block,
    div.wf-d-md-block {
        display: block;
    }

    .wf-d-md-inline,
    div.wf-d-md-inline {
        display: inline;
    }

    .wf-d-md-inline-block,
    div.wf-d-md-inline-block {
        display: inline-block;
    }

    .wf-text-md-left {
        text-align: start;
    }

    .wf-text-md-right {
        text-align: end;
    }

    .wf-text-md-center {
        text-align: center;
    }

    .wf-mt-md-auto {
        margin-top: auto;
    }

    .wf-mr-md-auto {
        margin-right: auto;
    }

    .wf-mb-md-auto {
        margin-bottom: auto;
    }

    .wf-ml-md-auto {
        margin-left: auto;
    }

    .wf-my-md-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .wf-mx-md-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .wf-m-md-0 {
        margin: 0;
    }

    .wf-mt-md-0 {
        margin-top: 0;
    }

    .wf-mt-md-1 {
        margin-top: 0.4rem;
    }

    .wf-mt-md-2 {
        margin-top: 0.8rem;
    }

    .wf-mt-md-3 {
        margin-top: 1.6rem;
    }

    .wf-mt-md-4 {
        margin-top: 2.4rem;
    }

    .wf-mt-md-5 {
        margin-top: 3.2rem;
    }

    .wf-mt-md-6 {
        margin-top: 4.8rem;
    }

    .wf-mr-md-0 {
        margin-right: 0;
    }

    .wf-mr-md-1 {
        margin-right: 0.4rem;
    }

    .wf-mr-md-2 {
        margin-right: 0.8rem;
    }

    .wf-mr-md-3 {
        margin-right: 1.6rem;
    }

    .wf-mr-md-4 {
        margin-right: 2.4rem;
    }

    .wf-mr-md-5 {
        margin-right: 3.2rem;
    }

    .wf-mr-md-6 {
        margin-right: 4.8rem;
    }

    .wf-mb-md-0 {
        margin-bottom: 0;
    }

    .wf-mb-md-1 {
        margin-bottom: 0.4rem;
    }

    .wf-mb-md-2 {
        margin-bottom: 0.8rem;
    }

    .wf-mb-md-3 {
        margin-bottom: 1.6rem;
    }

    .wf-mb-md-4 {
        margin-bottom: 2.4rem;
    }

    .wf-mb-md-5 {
        margin-bottom: 3.2rem;
    }

    .wf-mb-md-6 {
        margin-bottom: 4.8rem;
    }

    .wf-ml-md-0 {
        margin-left: 0;
    }

    .wf-ml-md-1 {
        margin-left: 0.4rem;
    }

    .wf-ml-md-2 {
        margin-left: 0.8rem;
    }

    .wf-ml-md-3 {
        margin-left: 1.6rem;
    }

    .wf-ml-md-4 {
        margin-left: 2.4rem;
    }

    .wf-ml-md-5 {
        margin-left: 3.2rem;
    }

    .wf-ml-md-6 {
        margin-left: 4.8rem;
    }

    .wf-my-md-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .wf-my-md-1 {
        margin-top: 0.4rem;
        margin-bottom: 0.4rem;
    }

    .wf-my-md-2 {
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .wf-my-md-3 {
        margin-top: 1.6rem;
        margin-bottom: 1.6rem;
    }

    .wf-my-md-4 {
        margin-top: 2.4rem;
        margin-bottom: 2.4rem;
    }

    .wf-my-md-5 {
        margin-top: 3.2rem;
        margin-bottom: 3.2rem;
    }

    .wf-my-md-6 {
        margin-top: 4.8rem;
        margin-bottom: 4.8rem;
    }

    .wf-mx-md-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .wf-mx-md-1 {
        margin-left: 0.4rem;
        margin-right: 0.4rem;
    }

    .wf-mx-md-2 {
        margin-left: 0.8rem;
        margin-right: 0.8rem;
    }

    .wf-mx-md-3 {
        margin-left: 1.6rem;
        margin-right: 1.6rem;
    }

    .wf-mx-md-4 {
        margin-left: 2.4rem;
        margin-right: 2.4rem;
    }

    .wf-mx-md-5 {
        margin-left: 3.2rem;
        margin-right: 3.2rem;
    }

    .wf-mx-md-6 {
        margin-left: 4.8rem;
        margin-right: 4.8rem;
    }

    .wf-p-md-0 {
        padding: 0;
    }

    .wf-pt-md-0 {
        padding-top: 0;
    }

    .wf-pt-md-1 {
        padding-top: 0.4rem;
    }

    .wf-pt-md-2 {
        padding-top: 0.8rem;
    }

    .wf-pt-md-3 {
        padding-top: 1.6rem;
    }

    .wf-pt-md-4 {
        padding-top: 2.4rem;
    }

    .wf-pt-md-5 {
        padding-top: 3.2rem;
    }

    .wf-pt-md-6 {
        padding-top: 4.8rem;
    }

    .wf-pr-md-0 {
        padding-right: 0;
    }

    .wf-pr-md-1 {
        padding-right: 0.4rem;
    }

    .wf-pr-md-2 {
        padding-right: 0.8rem;
    }

    .wf-pr-md-3 {
        padding-right: 1.6rem;
    }

    .wf-pr-md-4 {
        padding-right: 2.4rem;
    }

    .wf-pr-md-5 {
        padding-right: 3.2rem;
    }

    .wf-pr-md-6 {
        padding-right: 4.8rem;
    }

    .wf-pb-md-0 {
        padding-bottom: 0;
    }

    .wf-pb-md-1 {
        padding-bottom: 0.4rem;
    }

    .wf-pb-md-2 {
        padding-bottom: 0.8rem;
    }

    .wf-pb-md-3 {
        padding-bottom: 1.6rem;
    }

    .wf-pb-md-4 {
        padding-bottom: 2.4rem;
    }

    .wf-pb-md-5 {
        padding-bottom: 3.2rem;
    }

    .wf-pb-md-6 {
        padding-bottom: 4.8rem;
    }

    .wf-pl-md-0 {
        padding-left: 0;
    }

    .wf-pl-md-1 {
        padding-left: 0.4rem;
    }

    .wf-pl-md-2 {
        padding-left: 0.8rem;
    }

    .wf-pl-md-3 {
        padding-left: 1.6rem;
    }

    .wf-pl-md-4 {
        padding-left: 2.4rem;
    }

    .wf-pl-md-5 {
        padding-left: 3.2rem;
    }

    .wf-pl-md-6 {
        padding-left: 4.8rem;
    }

    .wf-py-md-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .wf-py-md-1 {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }

    .wf-py-md-2 {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }

    .wf-py-md-3 {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
    }

    .wf-py-md-4 {
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
    }

    .wf-py-md-5 {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }

    .wf-py-md-6 {
        padding-top: 4.8rem;
        padding-bottom: 4.8rem;
    }

    .wf-px-md-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .wf-px-md-1 {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .wf-px-md-2 {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .wf-px-md-3 {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }

    .wf-px-md-4 {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }

    .wf-px-md-5 {
        padding-left: 3.2rem;
        padding-right: 3.2rem;
    }

    .wf-px-md-6 {
        padding-left: 4.8rem;
        padding-right: 4.8rem;
    }

    .wf-float-md-right {
        float: right;
    }

    .wf-float-md-left {
        float: left;
    }

    .wf-float-md-none {
        float: none;
    }

    .wf-order-md-1 {
        order: 1;
    }

    .wf-order-md-2 {
        order: 2;
    }

    .wf-order-md-3 {
        order: 3;
    }

    .wf-order-md-4 {
        order: 4;
    }

    .wf-order-md-5 {
        order: 5;
    }

    .wf-order-md-6 {
        order: 6;
    }

    .wf-order-md-7 {
        order: 7;
    }

    .wf-order-md-8 {
        order: 8;
    }

    .wf-order-md-9 {
        order: 9;
    }

    .wf-order-md-10 {
        order: 10;
    }

    .wf-order-md-11 {
        order: 11;
    }

    .wf-order-md-12 {
        order: 12;
    }
}

/* ---//--- */

/* Large Screen */
@media (min-width: 62em) {

    .wf-container,
    .wf-container-lg,
    .wf-container-md,
    .wf-container-sm {
        max-width: 106.668rem;
        /*96rem*/
    }

    .wf-g-lg-0,
    .wf-gx-lg-0 {
        --wf-gutter-x: 0rem;
    }

    .wf-g-lg-0,
    .wf-gy-lg-0 {
        --wf-gutter-y: 0rem;
    }

    .wf-g-lg-1,
    .wf-gx-lg-1 {
        --wf-gutter-x: 0.4rem;
    }

    .wf-g-lg-1,
    .wf-gy-lg-1 {
        --wf-gutter-y: 0.4rem;
    }

    .wf-g-lg-2,
    .wf-gx-lg-2 {
        --wf-gutter-x: 0.8rem;
    }

    .wf-g-lg-2,
    .wf-gy-lg-2 {
        --wf-gutter-y: 0.8rem;
    }

    .wf-g-lg-3,
    .wf-gx-lg-3 {
        --wf-gutter-x: 1.6rem;
    }

    .wf-g-lg-3,
    .wf-gy-lg-3 {
        --wf-gutter-y: 1.6rem;
    }

    .wf-g-lg-4,
    .wf-gx-lg-4 {
        --wf-gutter-x: 2.4rem;
    }

    .wf-g-lg-4,
    .wf-gy-lg-4 {
        --wf-gutter-y: 2.4rem;
    }

    .wf-g-lg-5,
    .wf-gx-lg-5 {
        --wf-gutter-x: 4.8rem;
    }

    .wf-g-lg-5,
    .wf-gy-lg-5 {
        --wf-gutter-y: 4.8rem;
    }

    .wf-col-lg {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .wf-col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .wf-col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .wf-col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .wf-col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .wf-col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .wf-col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .wf-col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .wf-col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .wf-col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .wf-col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .wf-col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .wf-col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .wf-col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wf-d-lg-none,
    div.wf-d-lg-none {
        display: none;
    }

    .wf-d-lg-block,
    div.wf-d-lg-block {
        display: block;
    }

    .wf-d-lg-inline,
    div.wf-d-lg-inline {
        display: inline;
    }

    .wf-d-lg-inline-block,
    div.wf-d-lg-inline-block {
        display: inline-block;
    }

    .wf-text-lg-left {
        text-align: start;
    }

    .wf-text-lg-right {
        text-align: end;
    }

    .wf-text-lg-center {
        text-align: center;
    }

    .wf-mt-lg-auto {
        margin-top: auto;
    }

    .wf-mr-lg-auto {
        margin-right: auto;
    }

    .wf-mb-lg-auto {
        margin-bottom: auto;
    }

    .wf-ml-lg-auto {
        margin-left: auto;
    }

    .wf-my-lg-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .wf-mx-lg-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .wf-m-lg-0 {
        margin: 0;
    }

    .wf-mt-lg-0 {
        margin-top: 0;
    }

    .wf-mt-lg-1 {
        margin-top: 0.4rem;
    }

    .wf-mt-lg-2 {
        margin-top: 0.8rem;
    }

    .wf-mt-lg-3 {
        margin-top: 1.6rem;
    }

    .wf-mt-lg-4 {
        margin-top: 2.4rem;
    }

    .wf-mt-lg-5 {
        margin-top: 3.2rem;
    }

    .wf-mt-lg-6 {
        margin-top: 4.8rem;
    }

    .wf-mr-lg-0 {
        margin-right: 0;
    }

    .wf-mr-lg-1 {
        margin-right: 0.4rem;
    }

    .wf-mr-lg-2 {
        margin-right: 0.8rem;
    }

    .wf-mr-lg-3 {
        margin-right: 1.6rem;
    }

    .wf-mr-lg-4 {
        margin-right: 2.4rem;
    }

    .wf-mr-lg-5 {
        margin-right: 3.2rem;
    }

    .wf-mr-lg-6 {
        margin-right: 4.8rem;
    }

    .wf-mb-lg-0 {
        margin-bottom: 0;
    }

    .wf-mb-lg-1 {
        margin-bottom: 0.4rem;
    }

    .wf-mb-lg-2 {
        margin-bottom: 0.8rem;
    }

    .wf-mb-lg-3 {
        margin-bottom: 1.6rem;
    }

    .wf-mb-lg-4 {
        margin-bottom: 2.4rem;
    }

    .wf-mb-lg-5 {
        margin-bottom: 3.2rem;
    }

    .wf-mb-lg-6 {
        margin-bottom: 4.8rem;
    }

    .wf-ml-lg-0 {
        margin-left: 0;
    }

    .wf-ml-lg-1 {
        margin-left: 0.4rem;
    }

    .wf-ml-lg-2 {
        margin-left: 0.8rem;
    }

    .wf-ml-lg-3 {
        margin-left: 1.6rem;
    }

    .wf-ml-lg-4 {
        margin-left: 2.4rem;
    }

    .wf-ml-lg-5 {
        margin-left: 3.2rem;
    }

    .wf-ml-lg-6 {
        margin-left: 4.8rem;
    }

    .wf-my-lg-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .wf-my-lg-1 {
        margin-top: 0.4rem;
        margin-bottom: 0.4rem;
    }

    .wf-my-lg-2 {
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .wf-my-lg-3 {
        margin-top: 1.6rem;
        margin-bottom: 1.6rem;
    }

    .wf-my-lg-4 {
        margin-top: 2.4rem;
        margin-bottom: 2.4rem;
    }

    .wf-my-lg-5 {
        margin-top: 3.2rem;
        margin-bottom: 3.2rem;
    }

    .wf-my-lg-6 {
        margin-top: 4.8rem;
        margin-bottom: 4.8rem;
    }

    .wf-mx-lg-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .wf-mx-lg-1 {
        margin-left: 0.4rem;
        margin-right: 0.4rem;
    }

    .wf-mx-lg-2 {
        margin-left: 0.8rem;
        margin-right: 0.8rem;
    }

    .wf-mx-lg-3 {
        margin-left: 1.6rem;
        margin-right: 1.6rem;
    }

    .wf-mx-lg-4 {
        margin-left: 2.4rem;
        margin-right: 2.4rem;
    }

    .wf-mx-lg-5 {
        margin-left: 3.2rem;
        margin-right: 3.2rem;
    }

    .wf-mx-lg-6 {
        margin-left: 4.8rem;
        margin-right: 4.8rem;
    }

    .wf-p-lg-0 {
        padding: 0;
    }

    .wf-pt-lg-0 {
        padding-top: 0;
    }

    .wf-pt-lg-1 {
        padding-top: 0.4rem;
    }

    .wf-pt-lg-2 {
        padding-top: 0.8rem;
    }

    .wf-pt-lg-3 {
        padding-top: 1.6rem;
    }

    .wf-pt-lg-4 {
        padding-top: 2.4rem;
    }

    .wf-pt-lg-5 {
        padding-top: 3.2rem;
    }

    .wf-pt-lg-6 {
        padding-top: 4.8rem;
    }

    .wf-pr-lg-0 {
        padding-right: 0;
    }

    .wf-pr-lg-1 {
        padding-right: 0.4rem;
    }

    .wf-pr-lg-2 {
        padding-right: 0.8rem;
    }

    .wf-pr-lg-3 {
        padding-right: 1.6rem;
    }

    .wf-pr-lg-4 {
        padding-right: 2.4rem;
    }

    .wf-pr-lg-5 {
        padding-right: 3.2rem;
    }

    .wf-pr-lg-6 {
        padding-right: 4.8rem;
    }

    .wf-pb-lg-0 {
        padding-bottom: 0;
    }

    .wf-pb-lg-1 {
        padding-bottom: 0.4rem;
    }

    .wf-pb-lg-2 {
        padding-bottom: 0.8rem;
    }

    .wf-pb-lg-3 {
        padding-bottom: 1.6rem;
    }

    .wf-pb-lg-4 {
        padding-bottom: 2.4rem;
    }

    .wf-pb-lg-5 {
        padding-bottom: 3.2rem;
    }

    .wf-pb-lg-6 {
        padding-bottom: 4.8rem;
    }

    .wf-pl-lg-0 {
        padding-left: 0;
    }

    .wf-pl-lg-1 {
        padding-left: 0.4rem;
    }

    .wf-pl-lg-2 {
        padding-left: 0.8rem;
    }

    .wf-pl-lg-3 {
        padding-left: 1.6rem;
    }

    .wf-pl-lg-4 {
        padding-left: 2.4rem;
    }

    .wf-pl-lg-5 {
        padding-left: 3.2rem;
    }

    .wf-pl-lg-6 {
        padding-left: 4.8rem;
    }

    .wf-py-lg-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .wf-py-lg-1 {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }

    .wf-py-lg-2 {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }

    .wf-py-lg-3 {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
    }

    .wf-py-lg-4 {
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
    }

    .wf-py-lg-5 {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }

    .wf-py-lg-6 {
        padding-top: 4.8rem;
        padding-bottom: 4.8rem;
    }

    .wf-px-lg-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .wf-px-lg-1 {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .wf-px-lg-2 {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .wf-px-lg-3 {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }

    .wf-px-lg-4 {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }

    .wf-px-lg-5 {
        padding-left: 3.2rem;
        padding-right: 3.2rem;
    }

    .wf-px-lg-6 {
        padding-left: 4.8rem;
        padding-right: 4.8rem;
    }

    .wf-float-lg-right {
        float: right;
    }

    .wf-float-lg-left {
        float: left;
    }

    .wf-float-lg-none {
        float: none;
    }

    .wf-order-lg-1 {
        order: 1;
    }

    .wf-order-lg-2 {
        order: 2;
    }

    .wf-order-lg-3 {
        order: 3;
    }

    .wf-order-lg-4 {
        order: 4;
    }

    .wf-order-lg-5 {
        order: 5;
    }

    .wf-order-lg-6 {
        order: 6;
    }

    .wf-order-lg-7 {
        order: 7;
    }

    .wf-order-lg-8 {
        order: 8;
    }

    .wf-order-lg-9 {
        order: 9;
    }

    .wf-order-lg-10 {
        order: 10;
    }

    .wf-order-lg-11 {
        order: 11;
    }

    .wf-order-lg-12 {
        order: 12;
    }
}

/* ---//--- */

/* Extra Large Screen */
@media (min-width: 75em) {

    .wf-container,
    .wf-container-lg,
    .wf-container-md,
    .wf-container-sm,
    .wf-container-xl {
        max-width: 127.2rem;
        /*114rem*/
    }

    .wf-g-xl-0,
    .wf-gx-xl-0 {
        --wf-gutter-x: 0rem;
    }

    .wf-g-xl-0,
    .wf-gy-xl-0 {
        --wf-gutter-y: 0rem;
    }

    .wf-g-xl-1,
    .wf-gx-xl-1 {
        --wf-gutter-x: 0.4rem;
    }

    .wf-g-xl-1,
    .wf-gy-xl-1 {
        --wf-gutter-y: 0.4rem;
    }

    .wf-g-xl-2,
    .wf-gx-xl-2 {
        --wf-gutter-x: 0.8rem;
    }

    .wf-g-xl-2,
    .wf-gy-xl-2 {
        --wf-gutter-y: 0.8rem;
    }

    .wf-g-xl-3,
    .wf-gx-xl-3 {
        --wf-gutter-x: 1.6rem;
    }

    .wf-g-xl-3,
    .wf-gy-xl-3 {
        --wf-gutter-y: 1.6rem;
    }

    .wf-g-xl-4,
    .wf-gx-xl-4 {
        --wf-gutter-x: 2.4rem;
    }

    .wf-g-xl-4,
    .wf-gy-xl-4 {
        --wf-gutter-y: 2.4rem;
    }

    .wf-g-xl-5,
    .wf-gx-xl-5 {
        --wf-gutter-x: 4.8rem;
    }

    .wf-g-xl-5,
    .wf-gy-xl-5 {
        --wf-gutter-y: 4.8rem;
    }

    .wf-col-xl {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .wf-col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .wf-col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .wf-col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .wf-col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .wf-col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .wf-col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .wf-col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .wf-col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .wf-col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .wf-col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .wf-col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .wf-col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .wf-col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wf-d-xl-none,
    div.wf-d-xl-none {
        display: none;
    }

    .wf-d-xl-block,
    div.wf-d-xl-block {
        display: block;
    }

    .wf-d-xl-inline,
    div.wf-d-xl-inline {
        display: inline;
    }

    .wf-d-xl-inline-block,
    div.wf-d-xl-inline-block {
        display: inline-block;
    }

    .wf-text-xl-left {
        text-align: start;
    }

    .wf-text-xl-right {
        text-align: end;
    }

    .wf-text-xl-center {
        text-align: center;
    }

    .wf-mt-xl-auto {
        margin-top: auto;
    }

    .wf-mr-xl-auto {
        margin-right: auto;
    }

    .wf-mb-xl-auto {
        margin-bottom: auto;
    }

    .wf-ml-xl-auto {
        margin-left: auto;
    }

    .wf-my-xl-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .wf-mx-xl-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .wf-m-xl-0 {
        margin: 0;
    }

    .wf-mt-xl-0 {
        margin-top: 0;
    }

    .wf-mt-xl-1 {
        margin-top: 0.4rem;
    }

    .wf-mt-xl-2 {
        margin-top: 0.8rem;
    }

    .wf-mt-xl-3 {
        margin-top: 1.6rem;
    }

    .wf-mt-xl-4 {
        margin-top: 2.4rem;
    }

    .wf-mt-xl-5 {
        margin-top: 3.2rem;
    }

    .wf-mt-xl-6 {
        margin-top: 4.8rem;
    }

    .wf-mr-xl-0 {
        margin-right: 0;
    }

    .wf-mr-xl-1 {
        margin-right: 0.4rem;
    }

    .wf-mr-xl-2 {
        margin-right: 0.8rem;
    }

    .wf-mr-xl-3 {
        margin-right: 1.6rem;
    }

    .wf-mr-xl-4 {
        margin-right: 2.4rem;
    }

    .wf-mr-xl-5 {
        margin-right: 3.2rem;
    }

    .wf-mr-xl-6 {
        margin-right: 4.8rem;
    }

    .wf-mb-xl-0 {
        margin-bottom: 0;
    }

    .wf-mb-xl-1 {
        margin-bottom: 0.4rem;
    }

    .wf-mb-xl-2 {
        margin-bottom: 0.8rem;
    }

    .wf-mb-xl-3 {
        margin-bottom: 1.6rem;
    }

    .wf-mb-xl-4 {
        margin-bottom: 2.4rem;
    }

    .wf-mb-xl-5 {
        margin-bottom: 3.2rem;
    }

    .wf-mb-xl-6 {
        margin-bottom: 4.8rem;
    }

    .wf-ml-xl-0 {
        margin-left: 0;
    }

    .wf-ml-xl-1 {
        margin-left: 0.4rem;
    }

    .wf-ml-xl-2 {
        margin-left: 0.8rem;
    }

    .wf-ml-xl-3 {
        margin-left: 1.6rem;
    }

    .wf-ml-xl-4 {
        margin-left: 2.4rem;
    }

    .wf-ml-xl-5 {
        margin-left: 3.2rem;
    }

    .wf-ml-xl-6 {
        margin-left: 4.8rem;
    }

    .wf-my-xl-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .wf-my-xl-1 {
        margin-top: 0.4rem;
        margin-bottom: 0.4rem;
    }

    .wf-my-xl-2 {
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .wf-my-xl-3 {
        margin-top: 1.6rem;
        margin-bottom: 1.6rem;
    }

    .wf-my-xl-4 {
        margin-top: 2.4rem;
        margin-bottom: 2.4rem;
    }

    .wf-my-xl-5 {
        margin-top: 3.2rem;
        margin-bottom: 3.2rem;
    }

    .wf-my-xl-6 {
        margin-top: 4.8rem;
        margin-bottom: 4.8rem;
    }

    .wf-mx-xl-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .wf-mx-xl-1 {
        margin-left: 0.4rem;
        margin-right: 0.4rem;
    }

    .wf-mx-xl-2 {
        margin-left: 0.8rem;
        margin-right: 0.8rem;
    }

    .wf-mx-xl-3 {
        margin-left: 1.6rem;
        margin-right: 1.6rem;
    }

    .wf-mx-xl-4 {
        margin-left: 2.4rem;
        margin-right: 2.4rem;
    }

    .wf-mx-xl-5 {
        margin-left: 3.2rem;
        margin-right: 3.2rem;
    }

    .wf-mx-xl-6 {
        margin-left: 4.8rem;
        margin-right: 4.8rem;
    }

    .wf-p-xl-0 {
        padding: 0;
    }

    .wf-pt-xl-0 {
        padding-top: 0;
    }

    .wf-pt-xl-1 {
        padding-top: 0.4rem;
    }

    .wf-pt-xl-2 {
        padding-top: 0.8rem;
    }

    .wf-pt-xl-3 {
        padding-top: 1.6rem;
    }

    .wf-pt-xl-4 {
        padding-top: 2.4rem;
    }

    .wf-pt-xl-5 {
        padding-top: 3.2rem;
    }

    .wf-pt-xl-6 {
        padding-top: 4.8rem;
    }

    .wf-pr-xl-0 {
        padding-right: 0;
    }

    .wf-pr-xl-1 {
        padding-right: 0.4rem;
    }

    .wf-pr-xl-2 {
        padding-right: 0.8rem;
    }

    .wf-pr-xl-3 {
        padding-right: 1.6rem;
    }

    .wf-pr-xl-4 {
        padding-right: 2.4rem;
    }

    .wf-pr-xl-5 {
        padding-right: 3.2rem;
    }

    .wf-pr-xl-6 {
        padding-right: 4.8rem;
    }

    .wf-pb-xl-0 {
        padding-bottom: 0;
    }

    .wf-pb-xl-1 {
        padding-bottom: 0.4rem;
    }

    .wf-pb-xl-2 {
        padding-bottom: 0.8rem;
    }

    .wf-pb-xl-3 {
        padding-bottom: 1.6rem;
    }

    .wf-pb-xl-4 {
        padding-bottom: 2.4rem;
    }

    .wf-pb-xl-5 {
        padding-bottom: 3.2rem;
    }

    .wf-pb-xl-6 {
        padding-bottom: 4.8rem;
    }

    .wf-pl-xl-0 {
        padding-left: 0;
    }

    .wf-pl-xl-1 {
        padding-left: 0.4rem;
    }

    .wf-pl-xl-2 {
        padding-left: 0.8rem;
    }

    .wf-pl-xl-3 {
        padding-left: 1.6rem;
    }

    .wf-pl-xl-4 {
        padding-left: 2.4rem;
    }

    .wf-pl-xl-5 {
        padding-left: 3.2rem;
    }

    .wf-pl-xl-6 {
        padding-left: 4.8rem;
    }

    .wf-py-xl-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .wf-py-xl-1 {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }

    .wf-py-xl-2 {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }

    .wf-py-xl-3 {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
    }

    .wf-py-xl-4 {
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
    }

    .wf-py-xl-5 {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }

    .wf-py-xl-6 {
        padding-top: 4.8rem;
        padding-bottom: 4.8rem;
    }

    .wf-px-xl-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .wf-px-xl-1 {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .wf-px-xl-2 {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .wf-px-xl-3 {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }

    .wf-px-xl-4 {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }

    .wf-px-xl-5 {
        padding-left: 3.2rem;
        padding-right: 3.2rem;
    }

    .wf-px-xl-6 {
        padding-left: 4.8rem;
        padding-right: 4.8rem;
    }

    .wf-float-xl-right {
        float: right;
    }

    .wf-float-xl-left {
        float: left;
    }

    .wf-float-xl-none {
        float: none;
    }

    .wf-order-xl-1 {
        order: 1;
    }

    .wf-order-xl-2 {
        order: 2;
    }

    .wf-order-xl-3 {
        order: 3;
    }

    .wf-order-xl-4 {
        order: 4;
    }

    .wf-order-xl-5 {
        order: 5;
    }

    .wf-order-xl-6 {
        order: 6;
    }

    .wf-order-xl-7 {
        order: 7;
    }

    .wf-order-xl-8 {
        order: 8;
    }

    .wf-order-xl-9 {
        order: 9;
    }

    .wf-order-xl-10 {
        order: 10;
    }

    .wf-order-xl-11 {
        order: 11;
    }

    .wf-order-xl-12 {
        order: 12;
    }
}

/* ---//--- */

/* Extra Big Screen */
@media (min-width: 87.5em) {

    .wf-container,
    .wf-container-lg,
    .wf-container-md,
    .wf-container-sm,
    .wf-container-xl,
    .wf-container-xxl {
        max-width: 144rem;
    }
}

/* ---//--- */

/* Some Important Classes */

.font-normal {
    font-weight: 400;
}

.font-bold {
    font-weight: bold;
}

.font-bolder {
    font-weight: bolder;
}

.lead {
    font-size: 1.8rem;
    line-height: 1.8;
}

/* Classes */

.wf_tabs .tabs {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 0 0 4rem;
}

.wf_tabs .tabs .wf-btn-tab {
    display: inline-block;
    border: none;
    font-weight: 500;
    text-decoration: none;
    color: var(--wf-secondary-color);
}

.wf_tabs.tab_style1 .tabs {
    align-items: center;
    border: 0.2rem solid rgba(189, 189, 189, 0.4);
    max-width: max-content;
    margin: auto;
    border-radius: 10rem;
    background-color: #fff;
    box-shadow: 0 0.9rem 1.8rem rgba(24, 16, 16, 0.05);
    margin-bottom: 1.6rem;
}

.wf_tabs.tab_style1 .tabs .wf-btn-tab {
    background: 0 0;
    border-radius: 10rem;
    padding: 0.921rem 2.8rem;
}

.wf_tabs.tab_style1 .tabs .wf-btn-tab.active {
    background-color: var(--wf-main-color);
    border-color: var(--wf-main-color);
    color: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.tab-content>.tab-pane>.wf-row {
    animation: slide_down 2.5s ease-out;
    justify-content: center;
}

.fade:not(.show) {
    opacity: 0;
}

.fade {
    transition: opacity 0.15s linear;
}

.wf-my-default {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.wf-mt-default {
    margin-top: 6rem;
}

.wf-mb-default {
    margin-bottom: 6rem;
}

.wf-p-default {
    padding: 6rem;
}

.wf-py-default {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.wf-pt-default {
    padding-top: 6rem;
}

.wf-pb-default {
    padding-bottom: 6rem;
}

.off--layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACZSURBVHgBzZbbDYAgDEVbJ3BTRjCO4KZuUDXwY0TpO/bLKPccaSCARFQAYEbEFQKq8esD1VrAuS7mjf14ESEZfvCUsAd4SMQDPbIamfoHJUFzyzkAs4QDcpN8Ad0lPXCYpCMTSyb4W6W0LmUxpCzvlA0rAahlmqA4Y2kFO2vuNySdrkOWp+SVGSHpyApSu+CdF8gNAqpNYD8AOPsAu4AYqtUAAAAASUVORK5CYII="),
        pointer;
    background-color: #000000;
    opacity: 0.5;
    z-index: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.overlay--enabled {
    overflow: hidden;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: end;
}

.justify-content-center {
    justify-content: center;
}

.list_none {
    list-style: none;
    margin: 0 0 -2rem;
    padding: 0;
}

.list_none li {
    margin-bottom: 2rem;
}

.list_none li i {
    font-size: 135%;
    vertical-align: middle;
}

.list_none li span {
    display: inline-block;
    vertical-align: top;
}

.list_none li a {
    text-decoration: none;
}

.text-primary {
    color: var(--wf-main-color);
}

.text-white {
    color: #fff;
}

.text-secondary {
    color: var(--wf-secondary-color);
}

.bg-primary {
    background-color: var(--wf-main-color);
}

.bg-secondary {
    background-color: var(--wf-secondary-color);
}

.bg-gray {
    background-color: rgba(14, 25, 30, 0.03);
}

/* --- // --- */

/* Accordion Required CSS */

.accordion {
    overflow: hidden;
    -webkit-box-shadow: 0 0.1rem 3rem 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.1rem 3rem 0 rgba(0, 0, 0, 0.08);
}

.accordion+.accordion {
    margin-top: 1.8rem;
}

.accordion__title {
    color: var(--wf-secondary-color);
    background-color: #fff;
    cursor: pointer;
    margin: 0;
    padding: 1.8rem 5rem 1.8rem 2rem;
    font-size: 1.7rem;
    line-height: 1.2;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accordion__icon {
    position: absolute;
    top: 50%;
    right: 2rem;
    font-size: 3rem;
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    pointer-events: none;
    transform: translateY(-50%);
    -webkit-transition: transform 0.3s cubic-bezier(0.4, 0.87, 0.31, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0.87, 0.31, 1);
}

.accordion--open>.accordion__title .accordion__icon {
    margin-top: -2px;
}

.accordion__icon::after,
.accordion__icon::before {
    content: "";
    margin-top: -0.5rem;
    position: absolute;
    top: 50%;
    width: 0.2rem;
    height: 1.2rem;
    background-color: var(--wf-secondary-color);
    -webkit-transition: transform 0.3s cubic-bezier(0.4, 0.87, 0.31, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0.87, 0.31, 1);
}

.accordion__icon::before {
    left: 0.9rem;
    transform: rotate(-45deg);
}

.accordion--open>.accordion__title .accordion__icon::before {
    transform: rotate(45deg);
}

.accordion__icon::after {
    right: 0.9rem;
    transform: rotate(45deg);
}

.accordion--open>.accordion__title .accordion__icon::after {
    transform: rotate(-45deg);
}

.accordion--open>.accordion__title .accordion__icon::before,
.accordion--open>.accordion__title .accordion__icon::after {
    background-color: #fff;
}

.accordion__content {
    display: none;
}

.card-body p:last-child {
    margin-bottom: 0;
}

/* Now let's make Accordion look pretty! */

.accordion__content {
    color: var(--wf-secondary-color);
    border-top: 0.1rem solid #e4e7ee;
    background-color: #fff;
    padding: 2.4rem 2.2rem;
}

.accordion__content p {
    margin: 0;
}

.accordion__content p+p {
    margin-top: 1.6rem;
}

.accordion--open>.accordion__title {
    background-color: var(--wf-main-color);
    color: #fff;
}

.accordion--open>.accordion__title .line-01,
.accordion--open>.accordion__title .line-02 {
    background-color: #fff;
}

.accordion--nested .accordion__title {
    padding: 1.6rem;
    font-size: 1.4rem;
}

.accordion--nested .accordion__content {
    padding: 2.4rem 1.6rem 1.6rem;
}

/* Accordion Section */

.wf_accordion--one {
    background: var(--wf-secondary-color);
    position: relative;
    padding: 10rem 0;
    overflow: hidden;
    background-position: left center;
    background-repeat: no-repeat;
}

.wf_accordion--one .accordion_img {
    display: none;
}

@media (min-width: 62em) {
    .wf_accordion--one .accordion_img {
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        right: 0;
        display: block;
    }
}

.wf_accordion--one .accordion_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/* Carousel Prev/Next */

.owl-theme.owl-carousel .owl-dots.disabled,
.owl-theme.owl-carousel .owl-nav.disabled {
    display: none !important;
}

.owl-theme.owl-carousel:not(.slider) .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

@media (min-width: 62em) {
    .owl-theme.owl-carousel:not(.slider) .owl-nav {
        margin-top: 3rem;
    }
}

.owl-theme.owl-carousel:not(.slider) .owl-nav [class*="owl-"] {
    margin: 0;
    width: 4.5rem;
    height: 4.5rem;
    font-size: 2rem;
    outline: none;
    background: var(--wf-secondary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
}

.owl-theme.owl-carousel:not(.slider) .owl-nav [class*="owl-"]+[class*="owl-"] {
    margin-left: 1rem;
}

.owl-theme.owl-carousel:not(.slider) .owl-nav [class*="owl-"]:hover {
    background-color: var(--wf-main-color);
    color: #fff;
}

/* Carousel Dots */

.owl-theme.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-theme.owl-carousel .owl-dots .owl-dot {
    outline: none;
    margin: 0.4rem;
}

.owl-theme.owl-carousel .owl-dots .owl-dot span {
    width: 1.3rem;
    height: 1.3rem;
    display: block;
    background-color: transparent;
    border: 0.3rem solid var(--wf-secondary-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.owl-theme.owl-carousel .owl-dots .owl-dot:hover span,
.owl-theme.owl-carousel .owl-dots .owl-dot.active span {
    border-color: var(--wf-main-color);
    background-color: var(--wf-main-color);
}

/* Preloader */

.wf_preloader {
    cursor: default;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 9999999;
}

.wf_preloader-close.site--close {
    position: fixed;
    z-index: 99;
    background-color: var(--wf-main-color);
}

.wf_preloader-close.site--close:before,
.wf_preloader-close.site--close:after {
    background-color: #fff;
}

.wf_preloader .wf_preloader-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.wf_preloader.loaded .wf_preloader-animation {
    opacity: 0;
    transition: 0.3s ease-out;
}

.wf_preloader .wf_preloader-animation .wf_preloader-spinner {
    animation: floating--rotate 1s infinite linear;
    border-radius: 50%;
    height: 14.4rem;
    width: 14.4rem;
    margin: 0 auto 4.5rem auto;
    border: 0.3rem solid rgba(0, 0, 0, 0.2);
    border-top-color: var(--wf-main-color);
}

.wf_preloader .wf_preloader-animation .wf_preloader-text {
    font: bold 5.5rem var(--wf-title-family);
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
}

.wf_preloader .wf_preloader-animation .wf_preloader-text .splitted {
    color: var(--wf-main-color);
    position: relative;
}

.wf_preloader .wf_preloader-animation .wf_preloader-text .splitted:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.wf_preloader .wf_preloader-animation .wf_preloader-text .splitted:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.wf_preloader .wf_preloader-animation .wf_preloader-text .splitted:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.wf_preloader .wf_preloader-animation .wf_preloader-text .splitted:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.wf_preloader .wf_preloader-animation .wf_preloader-text .splitted:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wf_preloader .wf_preloader-animation .wf_preloader-text .splitted:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.wf_preloader .wf_preloader-animation .wf_preloader-text .splitted:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.wf_preloader .wf_preloader-animation .wf_preloader-text .splitted::before {
    animation: letters_loading 4s infinite;
    color: var(--wf-secondary-color);
    content: attr(data-char);
    position: absolute;
    top: -0.3rem;
    left: 0;
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.wf_preloader p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    text-align: center;
    color: var(--wf-main-color);
}

.wf_preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

.wf_preloader .loader .wf-row {
    height: 100%;
}

.wf_preloader .loader .loader-section {
    padding: 0px;
}

.wf_preloader .loader .loader-section .bg {
    background-color: #fff;
    height: 100%;
    left: 0;
    width: 100%;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.wf_preloader.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.wf_preloader.loaded .loader-section .bg {
    width: 0;
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@media (max-width: 767px) {
    .wf_preloader .wf_preloader-animation .wf_preloader-spinner {
        height: 12rem;
        width: 12rem;
        margin: 0 auto 1.5rem auto;
    }

    .wf_preloader .wf_preloader-animation .wf_preloader-text {
        font-size: 4rem;
    }
}

/* ---//--- */

/* @keyframes */

@keyframes letters_loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes pulse_border_1 {
    0% {
        transform: scale(1);
        opacity: 0.67;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

@keyframes pulse_border_2 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes slide_down {
    0% {
        opacity: 0;
        transform: translateY(15%);
    }

    50% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes hamburger {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

@keyframes rightCaret {
    0% {
        -ms-transform: translateX(-1px);
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }

    50% {
        -ms-transform: translateX(2px);
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -ms-transform: translateX(-1px);
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes floating--rotate {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes topFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes circle_border {
    0% {
        border-color: transparent;
        transform: rotate(0);
    }

    25% {
        border-color: transparent rgba(168, 168, 168, 0.9) transparent transparent;
        transform: rotate(-35deg);
    }

    50% {
        border-color: transparent rgba(168, 168, 168, 0.9) rgba(168, 168, 168, 0.9) transparent;
    }

    75% {
        border-color: transparent rgba(168, 168, 168, 0.9) rgba(168, 168, 168, 0.9) rgba(168, 168, 168, 0.9);
    }

    100% {
        border-color: rgba(168, 168, 168, 0.9);
        transform: rotate(-300deg);
    }
}

@keyframes count {
    50% {
        opacity: 1;
        -webkit-transform: translateY(-1.1rem);
        transform: translateY(-1.1rem);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0.2rem);
        transform: translateY(0.2rem);
    }
}

@keyframes dash {
    0% {
        stroke-width: 0;
    }

    100% {
        stroke-width: 200px;
    }
}

@keyframes updown {
    0% {
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        transform: rotateX(0deg) translateY(-50px);
    }

    100% {
        transform: rotateX(0deg) translateY(0px);
    }
}

@keyframes text-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes scroll_top_effect {
    0% {
        transform: translateY(2px);
    }

    100% {
        transform: translateY(-2px);
    }
}

@keyframes animation-two {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        transform: translateY(15px) translateX(10px) rotate(5deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    50% {
        transform: translateY(15px) translateX(10px) rotate(15deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    80% {
        transform: translateY(15px) translateX(10px) rotate(5deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes rotate3d {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ribbonRotate {

    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    25%,
    75% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes glowing {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    50% {
        opacity: 0.7;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }
}

@keyframes pulse-width {
    50% {
        width: 100%;
    }
}

@keyframes link-fadeInLeft {
    from {
        transform: translate3d(-50px, 0, 0);
    }

    to {
        transform: none;
    }
}

@keyframes link-fadeOutRight {
    from {
        transform: none;
    }

    to {
        transform: translate3d(50px, 0, 0);
    }
}

@keyframes wf_fadeInTooltip {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.9;
    }
}

@keyframes wf_to_left {
    to {
        left: 125%
    }
}

@keyframes wf_to_opacity {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    to {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

/*===== Widget Commmon =====*/

.widget .wp-block-heading,
.widget .widget-title {
    position: relative;
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 1.6rem;
}

.widget--left,
.widget--right,
.widget--center {
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 4.5rem;
    display: inline-flex;
    align-items: center;
}

.widget--left {
    justify-content: flex-start;
}

.widget--center {
    justify-content: center;
}

.widget--right {
    justify-content: flex-end;
}

.widget--right li a {
    margin-left: auto;
}

.widget--left li a {
    margin-right: auto;
}

.widget--right .widget,
.widget--left .widget {
    padding: 0 1.5rem;
    position: relative;
}

/*.widget--left .widget:nth-child(2n+3),*/
.widget--left .widget:first-child {
    padding-left: 0;
}

.widget--right .widget:nth-child(n + 2) {
    padding: 0 1.5rem;
}

.widget--right .widget:nth-child(2n + 4),
.widget--right .widget:first-child {
    padding-left: 0;
}

.widget--right .widget:last-child:not(:first-child) {
    padding-right: 0;
}

.widget_recent_comments ol,
.widget>ul,
.widget div>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget>*+ul,
.widget div>*+ul {
    margin-top: 1.6rem;
}

.widget li {
    list-style: none;
    position: relative;
    z-index: 0;
    transition: all 0.2s ease-in-out;
}

.widget ul:not(.wp-block-social-links, .wp-block-latest-posts, .product_list_widget) li a {
    position: relative;
    z-index: 0;
    display: inline-block;
    outline: none;
}

.widget:not(.widget_payment, .widget_social) li a:not(:hover, :focus) {
    text-decoration: none;
    color: inherit;
}

.wf_widget-area .widget.widget_social:not(.widget_payment) li a:not(:hover, :focus),
.wf_footer .widget.widget_social:not(.widget_payment) li a:not(:hover, :focus) {
    color: #fff;
}

.widget:not(.widget_payment, .widget_social) ol li a:hover span,
.widget:not(.widget_payment, .widget_social) ol li a:focus span {
    text-decoration: underline;
}

.widget li a:before,
.widget li a:after {
    font-family: "Font Awesome 6 Free";
    position: absolute;
    transition: all 0.2s ease-in-out;
}

.widget li a:hover,
.widget li a:focus {
    color: var(--wf-main-color);
}

ol.wp-block-latest-comments {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

ol.wp-block-latest-comments li:last-child {
    margin-bottom: 0;
}

.wp-block-search .wp-block-search__button,
.wp-block-search .wp-block-search__input {
    border-radius: 0;
}

.wp-block-search .wp-block-search__button {
    flex-shrink: 0;
    padding: 0.125em 0.763em;
}

.company-presentation {
    border-radius: 2rem;
    padding: 3rem;
    color: #fff;
    background-color: var(--wf-main-color);
}

.company-presentation .title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: inherit;
}

.company-presentation .action {
    margin-top: 2rem;
}

/*===== Widget Social =====*/

.widget.widget_social {
    position: relative;
    z-index: 0;
}

.widget_social ul {
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_social li {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-self: center;
    overflow: visible;
    list-style: none;
    margin: 0;
    margin-left: 1rem;
    overflow: visible;
    list-style: none;
}

body .widget_social li:first-child {
    margin-left: 0;
}

body .widget_social li {
    margin-top: 1rem;
}

body .widget_social ul {
    margin-top: -1rem;
}

.widget.widget_social li a {
    width: 4rem;
    height: 4rem;
    text-align: center;
    font-size: 1.6rem;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background-color: var(--wf-main-color);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 1.4rem 4.7rem 0 rgba(13, 30, 53, 0.1);
}

.widget_social li a:focus,
.widget_social li a:hover {
    color: #fff;
}

.widget.widget_social li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: scaleX(0) rotateX(0deg);
    transform: scaleX(0) rotateX(0deg);
    background: #fff;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1.4rem 4.7rem 0 rgba(13, 30, 53, 0.1);
}

.widget.widget_social li a:hover:after,
.widget.widget_social li a:focus:after {
    -webkit-transform: scaleX(1) rotateX(0deg);
    transform: scaleX(1) rotateX(0deg);
}

.widget_social li a i:before {
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

.widget_social li a:focus i:before,
.widget_social li a:hover i:before {
    color: var(--wf-main-color);
    -webkit-animation: wf_rubberBand 0.6s ease-in-out alternate;
    animation: wf_rubberBand 0.6s ease-in-out alternate;
}

.widget_payment ul,
.widget_payment li {
    list-style: none;
    padding: 0;
    line-height: 0;
}

.widget_payment li a {
    line-height: 0;
    font-size: 2.2rem;
}

.widget_payment li:not(:last-child) a {
    margin-right: 1rem;
    border-right: 0.1rem solid rgba(68, 68, 68, 0.75);
    padding-right: 1.5rem;
}

.widget_payment li a i::before,
.widget_payment li a i {
    line-height: 0.5;
}

.widget_payment li,
.widget_social li {
    display: inline-block;
}

/*=============== Contact List Start =============*/

.widget.widget_contact {
    margin-top: -1rem;
}

.contact__list {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.contact__list img,
.contact__list i {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 2.2rem;
    width: 2.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 1.5rem;
    position: relative;
    color: var(--wf-main-color);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
}

.contact__body {
    text-decoration: none;
    display: inline-block;
    text-align: start;
    color: inherit;
}

.contact__body>* {
    display: block;
    line-height: normal;
}

.team .info h5 a,
.wf_work .work-item .work-text h3 a,
.nextprev-post .post-title a,
.wf_pagetitle .wf_pagetitle_content .wf_pagetitle_breadcrumb li a,
.wf_post_item .more-link,
.wf_post_item .title a,
.contact__body a {
    color: inherit;
    text-decoration: none;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0 100% / 0 1px no-repeat;
}

.team .info h5 a:hover,
.team .info h5 a:focus,
.wf_work .work-item .work-text h3 a:hover,
.wf_work .work-item .work-text h3 a:focus,
.nextprev-post .post-title a:hover,
.nextprev-post .post-title a:focus,
.wf_pagetitle .wf_pagetitle_content .wf_pagetitle_breadcrumb li a:hover,
.wf_pagetitle .wf_pagetitle_content .wf_pagetitle_breadcrumb li a:focus,
.wf_post_item .more-link:hover,
.wf_post_item .more-link:focus,
.wf_post_item .title a:hover,
.wf_post_item .title a:focus,
.contact__body a:hover,
.contact__body a:focus {
    color: var(--wf-main-color);
    background-size: 100% 1px;
}

.contact__body .title {
    line-height: 1.2;
    margin-bottom: 0;
}

.contact__body .description {
    font-size: 1.6rem;
    margin: 0;
    word-break: break-word;
    margin-top: 0.1rem;
}

/* --/-- */

/* Mailchimp */

.email-form-one,
.email-form-two,
.email-form-three,
.email-form-four,
.email-form-five,
.email-form-six {
    position: relative;
}

.mc4wp-form .form-group {
    position: relative;
    margin: 0;
    width: 100%;
}

.email-form-one .form-group {
    padding-right: 4rem;
}

.email-form-two .form-group {
    padding-right: 6rem;
}

.mc4wp-form .form-group input[type="text"],
.mc4wp-form .form-group input[type="email"] {
    line-height: 4.3rem;
    display: block;
    font-size: 1.4rem;
    height: 6rem;
    width: 100%;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border-radius: 0;
    padding: 1rem 1.5rem 1rem 2rem;
}

.email-form-one .form-group input[type="text"],
.email-form-one .form-group input[type="email"] {
    border-radius: 5rem;
    padding: 1rem 1.5rem 1rem 3rem;
    z-index: 1;
}

.email-form-three .form-group input[type="text"],
.email-form-three .form-group input[type="email"] {
    min-height: 5.8rem;
}

.mc4wp-form .form-group .submit-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 6rem;
    height: 4.2rem;
    border: none;
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
    color: #fff;
    line-height: 4.2rem;
    transition: all 0.2s ease-in-out;
    background-color: var(--wf-main-color);
}

.mc4wp-form .form-group .submit-btn.wf-btn-white {
    background-color: #fff;
    color: var(--wf-main-color);
}

.mc4wp-form .form-group .submit-btn.wf-btn-secondary {
    background-color: var(--wf-secondary-color);
    color: #fff;
}

.email-form-one .form-group .submit-btn {
    width: 7rem;
    text-align: end;
    padding: 0 1.8rem 0 0;
    border-radius: 0 5rem 5rem 0;
}

.email-form-two .form-group .submit-btn {
    text-align: center;
    padding: 0;
    border-radius: 0;
}

.email-form-three .form-group .submit-btn {
    right: 1rem;
    top: 50%;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    padding: 0;
    border-radius: 0;
    transform: translateY(-50%);
}

.form-group .submit-btn.fa {
    font-family: "Font Awesome 6 Free";
}

.form-group .submit-btn.fa:before {
    display: inline-block;
}

.form-group .submit-btn.fa:hover:before,
.form-group .submit-btn.fa:focus:before {
    animation: topFromBottom 0.3s forwards;
}

.mc4wp-form .email-form-four .form-group input[type="text"],
.mc4wp-form .email-form-four .form-group input[type="email"] {
    width: 78%;
    border-radius: 0.6rem;
}

.mc4wp-form .email-form-four .form-group .submit-btn {
    padding: 0;
}

.mc4wp-form .email-form-six .form-group,
.mc4wp-form .email-form-five .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.6rem;
}

.mc4wp-form .email-form-five .form-group input[type="text"],
.mc4wp-form .email-form-five .form-group input[type="email"] {
    border-radius: 0.6rem;
    flex: 1;
}

.mc4wp-form .email-form-six .form-group .wf-btn,
.mc4wp-form .email-form-five .form-group .wf-btn {
    flex: 0 0 auto;
}

.mc4wp-form .form-group .wf-btn.wf-btn-secondary {
    background-color: var(--wf-secondary-color);
}

.mc4wp-form .email-form-six .form-group {
    flex-wrap: wrap;
}

.mc4wp-form .email-form-six .form-group input[type="text"],
.mc4wp-form .email-form-six .form-group input[type="email"] {
    border-radius: 100rem;
}

.mc4wp-form .email-form-six .form-group .wf-btn {
    border-radius: 100rem;
}

@media (min-width: 36em) {
    .mc4wp-form .email-form-six .form-group {
        flex-wrap: nowrap;
        gap: 0;
    }

    .mc4wp-form .email-form-six .form-group input[type="text"],
    .mc4wp-form .email-form-six .form-group input[type="email"] {
        border-radius: 100rem 0 0 100rem;
    }

    .mc4wp-form .email-form-six .form-group .wf-btn {
        margin-left: -5rem;
    }
}

/* --/-- */

/** text-overlay-animation **/

.overlay-anim-black-bg,
.overlay-anim-primary-bg,
.overlay-anim-white-bg {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.overlay-anim-black-bg:after,
.overlay-anim-primary-bg:after,
.overlay-anim-white-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
    transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
    z-index: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.overlay-anim-primary-bg:after {
    background: var(--wf-main-color);
}

.overlay-anim-black-bg:after {
    background: var(--wf-secondary-color);
}

.overlay-anim-white-bg:after {
    background: #fff;
}

.overlay-anim-black-bg.overlay-animation:after,
.overlay-anim-primary-bg.overlay-animation:after,
.overlay-anim-white-bg.overlay-animation:after {
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
}

/*-------------------------------------------------------------- # Main CSS --------------------------------------------------------------*/

.wf_header {
    position: relative;
    z-index: 9;
}

.wf_header-topbar {
    font-size: 1.45rem;
}

@media (min-width: 75em) {
    .wf_header-topbar {
        font-size: 1.6rem;
    }
}

.wf_header .wf-col-2.wf-my-auto {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
}

.wf_header .wf-col-2.wf-my-auto+.wf-col-10 {
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    max-width: 82%;
}

@media (min-width: 62em) {
    .wf_header-widget .widget:not(:last-child):after {
        position: absolute;
        right: 0;
        top: 50%;
        content: "";
        height: 4.5rem;
        width: 0.1rem;
        transform: translateY(-50%);
        background: rgba(189, 189, 189, 0.4);
    }
}

.wf_header-widget a:not(:hover, :focus) {
    color: inherit;
}

.wf_header .widget.widget_nav_menu {
    display: inline-flex;
    align-items: center;
}

.wf_header .widget .wp-block-heading,
.wf_header .widget .wp-block-heading+div,
.wf_header .widget .widget-title+div,
.wf_header .widget .widget-title {
    display: inline-block;
    flex: auto;
}

.wf_header .widget .wp-block-heading,
.wf_header .widget .widget-title {
    flex-shrink: 0;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 0;
}

.wf_header .widget .wp-block-heading+p,
.wf_header .widget .widget-title+p {
    margin-bottom: 0;
}

.wf_header .widget>*+ul,
.wf_header .widget div>*+ul {
    margin-top: 0;
}

.wf_header .widget.widget_none {
    padding: 5px 0;
    line-height: 1;
}

.wf_header .widget.widget_none .wp-block-heading,
.wf_header .widget.widget_none .widget-title {
    font-size: 1.5rem;
}

.wf_header .widget.widget_none p {
    font-size: 1.4rem;
}

.wf_header .widget:not(.widget_social, .widget_nav_menu) li,
.widget_tag_cloud a,
.wp-block-tag-cloud a {
    display: inline-block;
    padding: 0;
}

.wf_header .widget:not(.widget_nav_menu, .widget_social) li {
    margin: 0 1rem 0.5rem 0;
}

.wf_header .widget.widget_nav_menu .menu>li {
    display: inline-block;
    margin: 0 1rem 0 0;
}

.wf_header .widget.widget_nav_menu .menu>li ul a {
    display: block;
}

.wf_header .widget.widget_nav_menu a img {
    display: inline-block;
    margin-right: 0.2rem;
    vertical-align: 0px;
}

.wf_header .widget.widget_nav_menu a:not(:hover, :focus) {
    color: var(--wf-secondary-color);
}

.wf_header .widget:not(.widget_social) li:last-child,
.widget_tag_cloud a:last-child,
.wp-block-tag-cloud a:last-child {
    margin: 0;
}

.wf_header .widget_wmc_widget select {
    padding: 0;
    border: 0;
    background-color: transparent;
}

.wf_header-widget ul li span,
.wf_header-widget a {
    display: inline-block;
}

.wf_header-widget ul li span,
.wf_header-widget a,
.contact__body>* {
    text-decoration: none;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.wf_header-widget a:hover span.title,
.wf_header-widget a:focus span.title {
    color: var(--wf-main-color);
}

.wf_header-widget .widget:not(.widget_social, .widget_contact) i,
.wf_header-widget .widget:not(.widget_social,
    .widget_contact,
    .widget-media-gallery,
    .widget_media_image) img {
    display: inline-block;
}

.wf_header-widget .widget:not(.widget_media_gallery,
    .widget_social,
    .widget_contact,
    .widget-media-gallery,
    .widget_media_image) img {
    height: 2rem;
    object-fit: cover;
}

.wf_header .widget li:last-child {
    margin-right: 0;
}

.wf_header-widget .gallery .gallery-item a {
    display: block;
    height: 7rem;
}

.wf_header-widget .widget img {
    width: 5rem;
}

.wf_header-widget .gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wf_header-widget .gallery .gallery-item {
    -ms-flex: 1;
    flex: 1;
    margin: 0 0.6rem 0 0;
    padding: 0;
}

.wf_header-widget .widget_media_video {
    display: block;
    width: 100%;
}

.wf_header-widget .widget_media_video .wp-video .mejs-container {
    width: 100% !important;
    max-height: 17rem;
}

.wf_header-widget .widget_media_video .wp-video-shortcode video,
.wf_header-widget .widget_media_video video.wp-video-shortcode {
    max-height: 17rem;
}

.wf_header-widget .widget .title {
    font-size: inherit;
    color: inherit;
    font-weight: 500;
}

.wf_header-widget .widget_meta a {
    font-size: 1.2rem;
}

.wf_header-widget .widget.widget_social li a {
    width: 2.6rem;
    height: 2.6rem;
    font-size: inherit;
    background: transparent;
}

.wf_header-widget .widget.widget_social li a {
    color: inherit;
}

.wf_header-widget .widget.widget_social li a:hover i:before,
.wf_header-widget .widget.widget_social li a:focus i:before {
    color: var(--wf-main-color);
}

.wf_mobilenav,
.wf_header-navwrapper,
.wf_navbar {
    width: 100%;
}

.wf_header-navwrapper {
    position: relative;
}

.wf_header-navwrapperinner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}

.wf_header-navwrapperinner,
.wf_navbar-menu {
    min-height: 9.4rem;
}

.wf_header-widget .contact__list i {
    width: auto;
    margin-right: 1rem;
}

/*=============== Desktop Menu =============*/

.site--logo img {
    width: 100%;
    max-height: 4rem;
}

.site--logo a {
    display: inline-block;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: normal;
}

.site--logo a:not(:hover, :focus) {
    color: inherit;
    text-decoration: none;
}

.site--logo a:focus {
    outline: 0.1rem dotted;
    outline-offset: 0.5rem;
}

.site--logo .site-description {
    font-size: 1.23rem;
    margin-bottom: 0;
    margin-top: 2px;
}

.is--sticky.on {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 99999;
    background-color: #fff;
    -webkit-animation: fadeInDown 500ms linear 1;
    animation: fadeInDown 500ms linear 1;
    box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
}

.wf_navbar-wrapper.is--sticky.on {
    padding: 0 0;
}

.wf_navbar-menu {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
    align-self: stretch;
    width: 100%;
    height: 100%;
}

.wf_navbar-nav {
    text-align: end;
    position: relative;
}

.wf_navbar-mainmenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.wf_navbar-nav .wf_navbar-mainmenu {
    display: inline-block;
}

.wf_navbar-mainmenu li {
    list-style: none;
    position: relative;
}

.wf_navbar-nav .wf_navbar-mainmenu>li {
    display: inline-block;
    margin: 0 -0.3rem;
}

.wf_navbar-mainmenu>li>a,
.dropdown-menu li a {
    position: relative;
    display: block;
    z-index: 0;
    font-family: var(--wf-base-family);
    font-weight: 600;
    line-height: 1.5;
    white-space: normal;
}

.wf_navbar-mainmenu .dropdown-menu li a {
    color: var(--wf-secondary-color);
}

.wf_navbar-mainmenu li>a {
    text-decoration: none;
    outline: none;
    color: inherit;
}

.wf_navbar-mainmenu li>a:focus {
    text-decoration: underline;
    text-underline-offset: 0.1rem;
}

.wf_navbar-mainmenu>li>a {
    white-space: normal;
    border: 0;
    border-radius: 0;
}

.wf_navbar-nav .wf_navbar-mainmenu>li>a {
    margin: 0 1.07rem;
    display: inline-flex;
}

.product-categories .product-categories-more-btn i,
.wf_navbar-nav .wf_navbar-mainmenu>li>a>i {
    font-size: 1.8rem;
    min-width: 1.8rem;
    min-height: 1.8rem;
    text-align: center;
}

.wf_navbar-nav .wf_navbar-mainmenu>li:first-child>a {
    margin-left: 0;
}

.wf_header .widget_nav_menu .menu-item-has-children>a,
.wf_footer .widget_nav_menu .menu-item-has-children>a,
.wf_footer .wf_navbar-mainmenu>.menu-item-has-children>a,
.wf_navbar-nav .wf_navbar-mainmenu>.menu-item-has-children>a {
    padding-right: 1.42rem;
}

.product-categories .product-categories-btn::after,
.wf_header .widget_nav_menu .menu-item-has-children>a:after,
.wf_footer .widget_nav_menu .menu-item-has-children>a:after,
.wf_footer .wf_navbar-mainmenu .menu-item-has-children>a:after,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu .menu-item-has-children>a:after,
.wf_navbar-nav .wf_navbar-mainmenu .menu-item-has-children>a:after {
    content: "";
    position: absolute;
    top: 39%;
    right: 0;
    display: inline-block;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: var(--wf-secondary-color);
    padding: 3px;
    transform: translate(0, -39%) rotate(45deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.wf_header .widget_nav_menu .menu-item-has-children:hover>a:after,
.wf_footer .widget_nav_menu .menu-item-has-children:hover>a:after,
.wf_footer .wf_navbar-mainmenu .menu-item-has-children:hover>a:after,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu .menu-item-has-children:hover>a:after,
.wf_navbar-nav .wf_navbar-mainmenu .menu-item-has-children:hover>a:after,
.wf_header .widget_nav_menu .menu-item-has-children.focus>a:after,
.wf_footer .widget_nav_menu .menu-item-has-children.focus>a:after,
.wf_footer .wf_navbar-mainmenu .menu-item-has-children.focus>a:after,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu .menu-item-has-children.focus>a:after,
.wf_navbar-nav .wf_navbar-mainmenu .menu-item-has-children.focus>a:after,
.wf_header .widget_nav_menu .menu-item-has-children.active>a:after,
.wf_footer .widget_nav_menu .menu-item-has-children.active>a:after,
.wf_footer .wf_navbar-mainmenu .menu-item-has-children.active>a:after,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu .menu-item-has-children.active>a:after,
.wf_navbar-nav .wf_navbar-mainmenu .menu-item-has-children.active>a:after {
    border-color: var(--wf-main-color);
}

.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu .menu-item-has-children>a {
    padding-right: 3rem;
}

.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu .menu-item-has-children>a:after {
    top: 50%;
    right: 1.6rem;
    transform: translate(0, -50%) rotate(-45deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.menu-wrap .dropdown-menu li a sup,
.menu-wrap .dropdown-menu li a sub,
.wf_mobilenav .wf_navbar-mainmenu li.active>a,
.wf_mobilenav .wf_navbar-mainmenu li.focus>a,
.wf_mobilenav .wf_navbar-mainmenu li:hover>a,
.wf_navbar-nav .wf_navbar-mainmenu li.active>a,
.wf_navbar-nav .wf_navbar-mainmenu>li.focus>a,
.wf_navbar-nav .wf_navbar-mainmenu>li:hover>a {
    color: var(--wf-main-color);
}

/* Menu Active Style */

/* One */

.menu__active-one .wf_navbar-nav .wf_navbar-mainmenu>li>a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    height: 0.2rem;
    width: 0;
    background: var(--wf-main-color);
    transition: all linear 0.3s;
}

.menu__active-one .wf_navbar-nav .wf_navbar-mainmenu>li.active>a::before,
.menu__active-one .wf_navbar-nav .wf_navbar-mainmenu>li.focus>a::before,
.menu__active-one .wf_navbar-nav .wf_navbar-mainmenu>li:hover>a::before {
    width: 1.6rem;
}

/* Two */

.menu__active-two .wf_navbar-nav .wf_navbar-mainmenu>li>a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0.2rem;
    background-color: var(--wf-main-color);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.menu__active-two .wf_navbar-nav .wf_navbar-mainmenu>li.active>a:before,
.menu__active-two .wf_navbar-nav .wf_navbar-mainmenu>li.focus>a:before,
.menu__active-two .wf_navbar-nav .wf_navbar-mainmenu>li:hover>a:before {
    opacity: 1;
    width: 100%;
}

/* Three */

.menu__active-three .wf_mobilenav-right>ul,
.menu__active-three .wf_navbar-right>ul {
    padding-left: 1.8rem;
}

.menu__active-three .wf_navbar-list-right>li:not(:last-child) {
    margin-right: 2rem;
}

.menu__active-three .wf_navbar-nav .wf_navbar-mainmenu>li>a {
    margin: 0 0.62rem;
    padding: 0 1.4rem;
    line-height: 4rem;
}

.menu__active-three .wf_navbar-nav .wf_navbar-mainmenu>li>a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 3.5rem;
    border-radius: 0.6rem;
    background-color: var(--wf-main-color);
    z-index: -1;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.menu__active-three .wf_navbar-nav .wf_navbar-mainmenu>li.menu-item-has-children>a:before {
    width: calc(100% + 0.8rem);
}

.menu__active-three .wf_navbar-nav .wf_navbar-mainmenu>li.active>a:before,
.menu__active-three .wf_navbar-nav .wf_navbar-mainmenu>li.focus>a:before,
.menu__active-three .wf_navbar-nav .wf_navbar-mainmenu>li:hover>a:before {
    opacity: 0.15;
}

/* Four */

.menu__active-four .wf_navbar-nav .wf_navbar-mainmenu>li>a:before {
    position: absolute;
    bottom: -80%;
    left: 50%;
    color: transparent;
    content: "•";
    text-shadow: 0 0 transparent;
    font-size: 110%;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.menu__active-four .wf_navbar-nav .wf_navbar-mainmenu>li.active>a:before,
.menu__active-four .wf_navbar-nav .wf_navbar-mainmenu>li.focus>a:before,
.menu__active-four .wf_navbar-nav .wf_navbar-mainmenu>li:hover>a:before {
    color: var(--wf-main-color);
    text-shadow: 1rem 0 var(--wf-main-color), -1rem 0 var(--wf-main-color);
}

/* // */

.wf_footer_copyright .widget_nav_menu .sub-menu,
.wf_footer .wf_navbar-mainmenu .dropdown-menu,
.wf_navbar-cart-item .wf_navbar-shopcart,
.wf_header .widget_nav_menu .sub-menu,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu {
    position: absolute;
    text-align: start;
    color: var(--wf-secondary-color);
    background-color: #fff;
    width: 26rem;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    transition: all 300ms ease;
    border-radius: 0;
    box-shadow: 0 1rem 4rem rgba(24, 26, 32, 0.05);
}

.wf_navbar-cart-item .wf_navbar-shopcart,
.wf_header .widget_nav_menu .sub-menu,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu {
    top: 100%;
    padding: 0.5rem 0;
    margin: 0;
    list-style: none;
    display: block;
    z-index: 9;
}

.wf_footer_copyright .widget_nav_menu .sub-menu,
.wf_footer .wf_navbar-mainmenu .dropdown-menu {
    top: auto;
    right: auto;
    bottom: 100%;
    left: auto;
    margin: 0 auto;
}

.wf_navbar-cart-item:hover .wf_navbar-shopcart,
.wf_navbar-cart-item:focus-within .wf_navbar-shopcart,
.wf_footer_copyright .widget_nav_menu .menu-item:hover>.sub-menu,
.wf_footer_copyright .widget_nav_menu .menu-item.focus>.sub-menu,
.wf_header .widget_nav_menu .menu-item:hover>.sub-menu,
.wf_header .widget_nav_menu .menu-item.focus>.sub-menu,
.wf_footer .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu,
.wf_footer .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu,
.wf_navbar-nav .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu,
.wf_navbar-nav .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}

.wf_footer_copyright .widget_nav_menu .sub-menu>li,
.wf_header .widget_nav_menu .sub-menu>li,
.wf_footer .wf_navbar-mainmenu .dropdown-menu>li,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu>li {
    opacity: 0;
    transform: translateY(1rem);
    transition: all 500ms ease;
}

.wf_footer_copyright .widget_nav_menu .menu-item:hover>.sub-menu>li,
.wf_footer_copyright .widget_nav_menu .menu-item.focus>.sub-menu>li,
.wf_header .widget_nav_menu .menu-item:hover>.sub-menu>li,
.wf_header .widget_nav_menu .menu-item.focus>.sub-menu>li,
.wf_footer .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li,
.wf_footer .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li,
.wf_navbar-nav .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li,
.wf_navbar-nav .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 70ms;
}

.wf_footer_copyright .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(2),
.wf_footer_copyright .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(2),
.wf_header .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(2),
.wf_header .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(2),
.wf_footer .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(2),
.wf_footer .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(2),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(2),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(2) {
    transition-delay: 140ms;
}

.wf_footer_copyright .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(3),
.wf_footer_copyright .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(3),
.wf_header .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(3),
.wf_header .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(3),
.wf_footer .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(3),
.wf_footer .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(3),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(3),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(3) {
    transition-delay: 210ms;
}

.wf_footer_copyright .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(4),
.wf_footer_copyright .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(4),
.wf_header .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(4),
.wf_header .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(4),
.wf_footer .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(4),
.wf_footer .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(4),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(4),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(4) {
    transition-delay: 280ms;
}

.wf_footer_copyright .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(5),
.wf_footer_copyright .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(5),
.wf_header .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(5),
.wf_header .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(5),
.wf_footer .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(5),
.wf_footer .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(5),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(5),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(5) {
    transition-delay: 350ms;
}

.wf_footer_copyright .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(6),
.wf_footer_copyright .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(6),
.wf_header .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(6),
.wf_header .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(6),
.wf_footer .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(6),
.wf_footer .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(6),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(6),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(6) {
    transition-delay: 420ms;
}

.wf_footer_copyright .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(7),
.wf_footer_copyright .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(7),
.wf_header .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(7),
.wf_header .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(7),
.wf_footer .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(7),
.wf_footer .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(7),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(7),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(7) {
    transition-delay: 490ms;
}

.wf_footer_copyright .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(8),
.wf_footer_copyright .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(8),
.wf_header .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(8),
.wf_header .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(8),
.wf_footer .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(8),
.wf_footer .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(8),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(8),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(8) {
    transition-delay: 560ms;
}

.wf_footer_copyright .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(9),
.wf_footer_copyright .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(9),
.wf_header .widget_nav_menu .menu-item:hover>.sub-menu>li:nth-child(9),
.wf_header .widget_nav_menu .menu-item.focus>.sub-menu>li:nth-child(9),
.wf_footer .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(9),
.wf_footer .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(9),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu>li:nth-child(9),
.wf_navbar-nav .wf_navbar-mainmenu .menu-item.focus>.dropdown-menu>li:nth-child(9) {
    transition-delay: 630ms;
}

.wf_footer_copyright .widget_nav_menu .sub-menu li>a,
.wf_header .widget_nav_menu .sub-menu li>a,
.wf_footer .wf_navbar-mainmenu .dropdown-menu li>a,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu li>a {
    padding: 1.2rem 1.8rem;
    position: relative;
}

.wf_footer .wf_navbar-mainmenu .dropdown-menu li a:before,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu li a:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: rgba(var(--wf-main-rgb), 0.08);
    z-index: -1;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    transition: all 300ms ease;
}

.wf_footer .wf_navbar-mainmenu .dropdown-menu li.active>a:before,
.wf_footer .wf_navbar-mainmenu .dropdown-menu li:hover>a:before,
.wf_footer .wf_navbar-mainmenu .dropdown-menu li.focus>a:before,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu li.active>a:before,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu li:hover>a:before,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu li.focus>a:before {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}

.wf_footer .wf_navbar-mainmenu .menu-item .dropdown-menu .dropdown-menu,
.wf_navbar-nav .wf_navbar-mainmenu .menu-item .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    -webkit-transform: none;
    transform: none;
}

.wf_header .widget_nav_menu .sub-menu li .sub-menu li .sub-menu,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: auto;
    right: 100%;
}

.wf_header .widget_nav_menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: auto;
    left: 100%;
}

.wf_header .widget_nav_menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,
.wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: auto;
    left: 100%;
}

/* --/-- */

/*=============== Mobile Menu =============*/

button.hamburger {
    background-color: transparent;
    outline-offset: 5px;
    outline-color: transparent;
}

button.hamburger:focus {
    outline-color: var(--wf-secondary-color);
}

.hamburger {
    width: 2.8rem;
    height: 2.6rem;
    vertical-align: middle;
    overflow: hidden;
    display: block;
    padding: 0;
    border: none;
    border-radius: 0;
}

.hamburger span {
    height: 2px;
    width: 100%;
    display: block;
    margin: 0 0 6px;
    background-color: var(--wf-secondary-color);
    transition: all 0.2s ease-in-out;
}

.hamburger span:nth-child(2) {
    width: 75%;
}

.hamburger span:first-child {
    margin-top: 0;
}

.hamburger span:last-child {
    margin-bottom: 0;
}

.hamburger:hover span,
.hamburger:focus span {
    background-color: var(--wf-main-color);
}

.hamburger:not(.active):hover span:first-child,
.hamburger:not(.active):focus span:first-child {
    -webkit-animation: hamburger 0.8s infinite ease-in-out alternate;
    animation: hamburger 0.8s infinite ease-in-out alternate;
}

.hamburger:not(.active):hover span:nth-child(2),
.hamburger:not(.active):focus span:nth-child(2) {
    -webkit-animation: hamburger 0.8s infinite ease-in-out alternate forwards 150ms;
    animation: hamburger 0.8s infinite ease-in-out alternate forwards 150ms;
}

.hamburger:not(.active):hover span:last-child,
.hamburger:not(.active):focus span:last-child {
    -webkit-animation: hamburger 0.8s infinite ease-in-out alternate forwards 300ms;
    animation: hamburger 0.8s infinite ease-in-out alternate forwards 300ms;
}

.hamburger.active span {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
}

.hamburger.active span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}

.hamburger.active span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.wf_mobilenav-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.6rem 0;
}

.wf_mobilenav-menu>div {
    flex: 0 0 33.3333333%;
}

.wf_mobilenav-menu ul,
.wf_mobilenav-menu ul li {
    padding: 0;
    list-style: none;
    position: relative;
    border: 0;
}

.wf_mobilenav-logo {
    text-align: center;
}

.wf_mobilenav-toggles {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.wf_mobilenav-right .wf_navbar-list-right {
    padding-left: 1rem;
    padding-right: 1rem;
}

.wf_mobilenav-topbar-toggle {
    display: inline-block;
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.8rem;
    padding: 0;
    cursor: pointer;
    font-size: 1.5rem;
    margin: 0.6rem 0;
    border: 0.1rem solid rgba(189, 189, 189, 0.2);
    border-radius: 100%;
    overflow: hidden;
    z-index: 0;
}

button.wf_mobilenav-topbar-toggle {
    color: var(--wf-secondary-color);
    outline-offset: -0.4rem;
    background-color: #fff;
}

button.wf_mobilenav-topbar-toggle.active {
    background-color: #fff;
}

.wf_mobilenav-topbar-toggle i {
    vertical-align: 0.15rem;
    transition: all 0.2s ease-in-out;
}

button.wf_mobilenav-topbar-toggle.active i {
    color: var(--wf-main-color);
}

.wf_mobilenav-topbar-toggle.active i {
    -webkit-transform: rotate(180deg) translateY(0.05rem);
    transform: rotate(180deg) translateY(0.05rem);
}

.wf_mobilenav-mainmenu-content {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    overflow: hidden;
    z-index: 99999;
}

.wf_mobilenav-mainmenu-content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: inherit;
    z-index: -1;
    transition: all 0.2s ease-in-out;
}

.wf_mobilenav-mainmenu-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 50rem;
    height: 100%;
    padding-top: 6.8rem;
    padding-bottom: 2rem;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: start;
    color: var(--wf-secondary-color);
    background: #fff;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.1);
}

@media (max-width: 25.875em) {
    .wf_mobilenav-mainmenu-inner {
        width: 100%;
    }
}

.wf_mobilenav-mainmenu--active .wf_mobilenav-mainmenu-inner {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease-in-out;
}

.wf_mobilenav-mainmenu-inner .wf_mobilenav-mainmenu-wrap {
    height: 100%;
    overflow-x: hidden;
    overflow-y: overlay;
    -ms-touch-action: overlay;
    touch-action: auto;
    padding-bottom: 6rem;
}

.wf_mobilenav-mainmenu-inner .wf_mobilenav-mainmenu-wrap .title {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.3;
    margin-bottom: 1rem;
    margin-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.wf_mobilenav-mainmenu-inner ul>li:first-child {
    border-top: 0.1rem solid rgba(189, 189, 189, 0.2);
}

.wf_mobilenav-mainmenu-inner ul>li {
    border-bottom: 0.1rem solid rgba(189, 189, 189, 0.2);
}

/*.wf_mobilenav-mainmenu-inner > ul > li.current:before {
    content: "";
    position: absolute;
    top: 4.6rem;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: rgba(189, 189, 189, 0.2);
}*/

.wf_mobilenav-mainmenu-inner .wf_navbar-mainmenu>li a {
    width: 100%;
    padding: 0;
    padding-left: 1.5rem;
}

.wf_mobilenav-mainmenu-inner ul li.menu-item-has-children {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.wf_mobilenav-mainmenu-inner .dropdown-menu li:not(:last-child) {
    border-bottom: 0.1rem solid rgba(189, 189, 189, 0.2);
}

.wf_mobilenav-mainmenu-inner li.menu-item-has-children ul.dropdown-menu li>a {
    padding-left: 2.5rem;
    width: 100%;
}

.wf_mobilenav-mainmenu-inner .menu-item-has-children>a {
    flex: 1;
}

.wf_mobilenav-mainmenu-inner .dropdown-menu {
    margin: 0;
    float: none;
    clear: both;
    display: none;
    background: none;
    border-top: 0.1rem solid rgba(189, 189, 189, 0.2);
    width: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.wf_mobilenav-mainmenu-inner .menu-item a {
    display: inline-block;
    letter-spacing: 0.05rem;
    line-height: 4.3rem;
}

.wf_mobilenav-mainmenu-inner .menu-item-has-children.current>a {
    margin: 0;
    color: var(--sp-primary);
}

.site--close {
    padding: 0;
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    display: inline-block;
    border-width: 0;
    position: absolute;
    top: 1.3rem;
    right: 1.3rem;
    background-color: transparent;
    z-index: 1;
}

.site--close:before,
.site--close:after {
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.1rem;
    margin-left: -1.1rem;
    display: block;
    height: 2px;
    width: 2.2rem;
    background-color: var(--wf-secondary-color);
    transition: all 0.2s ease-in-out;
}

.site--close:after {
    transform: rotate(-135deg);
}

.site--close:hover:before,
.site--close:hover:after,
.site--close:focus:before,
.site--close:focus:after {
    transform: rotate(0deg);
}

.wf_mobilenav-dropdown-toggle {
    width: 100%;
    max-width: 4.4rem;
    text-align: center;
}

.wf_mobilenav-mainmenu-content .wf_mobilenav-dropdown-toggle button {
    cursor: pointer;
    flex-basis: 10%;
    width: 100%;
    text-align: center;
    line-height: 4.4rem;
    font-size: 1.8rem;
    font-weight: 900;
    padding: 0 0.72rem;
    border: 0;
    border-radius: 0;
    color: var(--wf-secondary-color);
    background: none;
    border-left: 0.1rem solid rgba(189, 189, 189, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.wf_mobilenav-mainmenu-content .wf_mobilenav-dropdown-toggle button:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    display: block;
    transition: all 0.2s ease-in-out;
}

.wf_mobilenav-mainmenu-content .menu-item-has-children.current>.wf_mobilenav-dropdown-toggle>button:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.wf_footer .wf_mobilenav-dropdown-toggle {
    display: none;
}

@media (min-width: 62em) {
    .wf_mobilenav-dropdown-toggle {
        display: none;
    }
}

.wf_mobilenav-topbar {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    background-color: var(--wf-main-color);
}

.wf_mobilenav-topbar-content {
    display: none;
    width: 100%;
    height: auto;
    padding: 1.7rem 0 1.8rem;
    text-align: start;
    color: var(--wf-secondary-color);
    background-color: #fff;
    border-bottom: 0.1rem solid rgba(189, 189, 189, 0.2);
}

.wf_mobilenav-topbar-content .wf_header-widget+.wf_header-widget {
    display: none;
}

.wf_mobilenav-topbar-content .wf_header-widget>.wf-container {
    padding: 0;
}

.wf_mobilenav-topbar-content .wf_header-widget .widget {
    margin-bottom: 1.6rem;
}

.wf_mobilenav-topbar-content .widget--right .widget:last-child {
    margin-bottom: 0;
}

.wf_mobilenav-topbar-content .widget--right .widget.widget_social:first-child:before {
    background: none;
}

.wf_mobilenav-topbar-content .wf_header-widget .widget .contact__list {
    padding-left: 0;
}

.wf_mobilenav-topbar-content .wf_header-widget .widget_wmc_widget select {
    display: inline-block;
    width: auto;
}

@media (max-width: 61.95em) {

    .wf_mobilenav-topbar-content .widget--left,
    .wf_mobilenav-topbar-content .widget--right,
    .wf_mobilenav-topbar-content .widget--center {
        justify-content: center;
        text-align: center;
    }

    .wf_mobilenav-topbar-content .wf_header-widget .widget {
        margin-bottom: 0;
    }

    .wf_mobilenav-topbar-content .wf_header-widget .widget--right .widget:not(:last-child):after {
        display: none;
    }
}

@media (max-width: 35.95em) {

    .wf_mobilenav-topbar-content .widget--left,
    .wf_mobilenav-topbar-content .widget--right,
    .wf_mobilenav-topbar-content .widget--center {
        flex-wrap: wrap;
    }

    .wf_mobilenav-topbar-content .wf_header-widget .widget .contact__list {
        justify-content: center;
    }

    .wf_mobilenav-topbar-content .widget--right .widget,
    .wf_mobilenav-topbar-content .widget--left .widget {
        width: 100%;
        padding: 0;
    }

    .wf_mobilenav-topbar-content .wf_header-widget .widget {
        margin-bottom: 1.6rem;
    }
}

/* --/-- */

/*=============== Menu Right =============*/

@media (max-width: 44.938em) {
    .wf_mobilenav-right {
        padding-left: 1rem;
    }

    .wf_mobilenav-right .wf_navbar-info-contact {
        display: none;
    }
}

@media (max-width: 33.938em) {
    .wf_mobilenav-right .wf_navbar-button-item {
        display: none;
    }
}

.widget_shopping_cart ul.product_list_widget,
.wf_navbar-shopcart ul,
.wf_mobilenav-right>ul,
.wf_navbar-right>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wf_mobilenav-right>ul,
.wf_navbar-right>ul {
    padding-left: 1.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: end;
    height: 100%;
}

@media (min-width: 62em) and (max-width: 74.95em) {

    .wf_mobilenav-right>ul,
    .wf_navbar-right>ul {
        padding-left: 1rem;
    }

    .wf_navbar-nav .wf_navbar-mainmenu>li>a {
        margin: 0 1rem;
    }
}

.wf_navbar-list-right>li:not(:last-child) {
    margin-right: 1.2rem;
}

.wf_mobilenav-right .wf_navbar-list-right>li:not(:last-child) {
    margin-right: 1rem;
}

/* Cart */

.wf_navbar-cart-item {
    position: relative;
    z-index: 0;
}

.wf_navbar-cart-item .wf_navbar-shopcart {
    width: 30.6rem;
    padding: 2rem;
    top: 140%;
    right: 0;
}

.widget_shopping_cart ul.product_list_widget {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 50rem;
    max-height: 50vh;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li,
.widget_shopping_cart ul.product_list_widget li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 1rem 0 0.5rem 7.5rem !important;
    padding-right: 3rem;
    min-height: 8rem;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 1.33;
    border-bottom: none;
}

.wf_navbar-list-right ul.product_list_widget li {
    margin-right: 0;
}

.widget_shopping_cart ul a.remove,
div.shopping-cart ul a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce a.remove {
    display: block;
    width: 2.1rem !important;
    height: 2.1rem !important;
    line-height: 1.8rem !important;
    border-radius: 100%;
    font-size: 1.5rem !important;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    background-color: var(--wf-main-color) !important;
}

.widget_shopping_cart ul a.remove:hover,
.widget_shopping_cart ul a.remove:focus,
div.shopping-cart ul a.remove:hover,
div.shopping-cart ul a.remove:focus,
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce .widget_shopping_cart .cart_list li a.remove:focus,
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce.widget_shopping_cart .cart_list li a.remove:focus,
a.remove:hover,
a.remove:focus {
    background-color: var(--wf-secondary-color);
}

.quantity {
    opacity: 1;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1.6rem;
    white-space: nowrap;
    vertical-align: top;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.widget_shopping_cart ul.product_list_widget li a.remove {
    left: 0;
    top: 0;
    z-index: 9;
}

.widget_shopping_cart ul.product_list_widget li a:not(.remove) {
    display: block;
    margin-bottom: 0.5rem;
    padding: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.3;
    text-decoration: none;
    color: var(--wf-secondary-color);
}

.woocommerce .widget_shopping_cart .cart_list li a:not(.remove),
.woocommerce.widget_shopping_cart .cart_list li a:not(.remove) {
    position: unset;
}

.widget_shopping_cart ul.product_list_widget li a:not(.remove):hover,
.widget_shopping_cart ul.product_list_widget li a:not(.remove):focus {
    color: var(--wf-main-color);
}

.woocommerce .widget_shopping_cart .cart_list li a.remove:focus {
    outline: 1px solid #000;
    outline-offset: -1px;
}

body.woocommerce .widget_shopping_cart ul.cart_list li img,
body.woocommerce .widget_shopping_cart ul.product_list_widget li img,
.widget_shopping_cart ul.product_list_widget li img {
    top: 1rem;
    position: absolute;
    left: 0;
    width: 6rem;
    height: 6rem;
    float: none;
    margin-right: 0;
    margin-bottom: 0.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.widget_shopping_cart ul.product_list_widget li .quantity {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.85em;
    opacity: 0.6;
}

span.amount {
    white-space: nowrap;
    color: var(--wf-secondary-color);
    font-weight: bold;
}

.woocommerce .widget_shopping_cart .cart_list li+li,
.woocommerce.widget_shopping_cart .cart_list li+li,
.widget_shopping_cart ul.product_list_widget li+li {
    border-top: 0.1rem solid rgba(189, 189, 189, 0.2) !important;
}

.widget_shopping_cart p.total {
    text-align: center;
    padding: 1rem 0 !important;
    border-top: 0.1rem solid rgba(189, 189, 189, 0.2) !important;
    border-bottom: 0.2rem solid rgba(189, 189, 189, 0.2);
    margin-bottom: 0.8rem;
}

.widget_shopping_cart .button {
    width: 100%;
    margin: 0.8rem 0 0;
    text-align: center;
    text-decoration: none;
}

.widget_shopping_cart .button:not(.checkout) {
    border-color: var(--wf-secondary-color);
    background-color: var(--wf-secondary-color);
    color: #fff;
}

.widget_shopping_cart .button.checkout {
    border-color: var(--wf-main-color);
    background-color: var(--wf-main-color);
    color: #fff;
}

.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    margin: 0;
}

button.wf_navbar-sidebar-toggle,
.wf_navbar-compare-item .wf_compare_btn,
.wf_navbar-favourite-item .wf_favourite_btn,
.wf_navbar-user-item .wf_user_btn,
.wf_navbar-cart-item .wf_navbar-cart-icon,
.wf_navbar-search-item button.wf_navbar-search-toggle {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    outline: 0.1rem solid rgba(189, 189, 189, 0.4);
    border-radius: 50%;
    position: relative;
    text-decoration: none;
}

.wf_navbar-compare-item .wf_compare_btn:after,
.wf_navbar-favourite-item .wf_favourite_btn:after,
.wf_navbar-user-item .wf_user_btn:after,
.wf_navbar-cart-item .wf_navbar-cart-icon:after,
.wf_navbar-search-item button.wf_navbar-search-toggle:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: -1;
    border: 0.1rem solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
}

.wf_navbar-compare-item .wf_compare_btn:hover:after,
.wf_navbar-favourite-item .wf_favourite_btn:hover:after,
.wf_navbar-user-item .wf_user_btn:hover:after,
.wf_navbar-cart-item .wf_navbar-cart-icon:hover:after,
.wf_navbar-search-item button.wf_navbar-search-toggle:hover:after {
    animation: circle_border 1s forwards;
}

.wf_navbar-compare-item .wf_compare_btn,
.wf_navbar-favourite-item .wf_favourite_btn,
.wf_navbar-user-item .wf_user_btn,
.wf_navbar-cart-item .wf_navbar-cart-icon {
    font-weight: 500;
    margin: 0;
    color: var(--wf-secondary-color);
    position: relative;
    display: inline-block;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.wf_navbar-compare-item .wf_compare_btn:hover,
.wf_navbar-compare-item .wf_compare_btn:focus,
.wf_navbar-favourite-item .wf_favourite_btn:hover,
.wf_navbar-favourite-item .wf_favourite_btn:focus,
.wf_navbar-user-item .wf_user_btn:hover,
.wf_navbar-user-item .wf_user_btn:focus,
.wf_navbar-cart-item:hover .wf_navbar-cart-icon,
.wf_navbar-cart-item:focus-within .wf_navbar-cart-icon {
    color: var(--wf-main-color);
}

.mobile-bottom-nav-wrapper .shopire-wcwl-items-count,
.wf_header li .shopire-wcwl-items-count,
.wf_navbar-cart-item .cart_count {
    position: absolute;
    top: -9px;
    right: -3px;
    width: 2.3rem;
    height: 2.3rem;
    margin: auto;
    line-height: 2rem;
    font-size: 1.2rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: var(--wf-main-color);
    border: 0.2rem solid #fff;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.5) rotate(260deg);
    -webkit-transform: scale(0.5) rotate(260deg);
}

.mobile-bottom-nav-wrapper .shopire-wcwl-items-count,
.wf_header li a.active .shopire-wcwl-items-count,
.wf_header li:hover .shopire-wcwl-items-count,
.wf_header li:focus-within .shopire-wcwl-items-count,
.wf_navbar-cart-icon.active .cart_count,
.wf_navbar-cart-item:hover .cart_count,
.wf_navbar-cart-item:focus-within .cart_count {
    animation: count 1500ms 500ms forwards;
}

/* Product Categories Menu */

.wf_navbar-wrapper.is--sticky.on>.wf-container>.wf-row+.wf-row {
    display: none;
}

.product-categories {
    position: relative;
    z-index: 1;
}

.product-categories .product-categories-btn {
    border-radius: 0;
    width: 100%;
    text-align: start;
    padding: 1.6rem 2.2rem;
    color: #fff;
    background-color: var(--wf-main-color);
}

.product-categories .product-categories-btn::after {
    right: 2.2rem;
    border-color: #fff;
}

.product-categories .wf_navbar-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    --duration: 0.5s;
    --easing: ease-in-out;
}

.product-categories .wf_navbar-nav .wf_navbar-mainmenu {
    display: block;
    border: 0;
    border-radius: 0 0 4px 4px;
}

.product-categories .wf_navbar-nav .wf_navbar-mainmenu>li {
    position: relative;
    display: none;
}

.product-categories .wf_navbar-nav .wf_navbar-mainmenu>li.more {
    display: block;
}

.product-categories .wf_navbar-nav .wf_navbar-mainmenu>li,
.product-categories .wf_navbar-nav .wf_navbar-mainmenu>li>a {
    margin: 0;
}

.product-categories .wf_navbar-nav .wf_navbar-mainmenu>li>a {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}

.menu__active-one .product-categories .wf_navbar-nav .wf_navbar-mainmenu>li.active>a::before,
.menu__active-one .product-categories .wf_navbar-nav .wf_navbar-mainmenu>li.focus>a::before,
.menu__active-one .product-categories .wf_navbar-nav .wf_navbar-mainmenu>li:hover>a::before {
    width: 100%;
}

.product-categories .wf_navbar-nav .wf_navbar-mainmenu>li a {
    line-height: 4.9rem;
    padding: 0 18px;
    transform-origin: 0 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(189, 189, 189, 0.4);
    transition: transform var(--duration) var(--easing),
        color var(--duration) var(--easing);
    transition-delay: var(--delay-out);
}

.product-categories .wf_navbar-nav.closed .wf_navbar-mainmenu>li a {
    transform: translateY(calc(var(--top) * -1)) scaleY(0.1) scaleX(0.2);
    transition-delay: var(--delay-in);
    color: transparent !important;
}

.product-categories .wf_navbar-nav .wf_navbar-mainmenu .menu-item-has-children>a {
    padding-right: 2.8rem;
}

.product-categories .wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu .menu-item-has-children>a:after,
.product-categories .wf_navbar-nav .wf_navbar-mainmenu .menu-item-has-children>a:after {
    transform: rotate(-45deg);
    right: 1.8rem;
}

.product-categories .wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu {
    top: 0;
    left: 90%;
    padding: 0;
    border-radius: 0;
}

.product-categories .wf_navbar-nav .wf_navbar-mainmenu .dropdown-menu::before {
    position: absolute;
    content: "";
    top: 2rem;
    left: -0.8rem;
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(45deg);
    background-color: inherit;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.product-categories .wf_navbar-nav .wf_navbar-mainmenu .menu-item:hover>.dropdown-menu,
.product-categories .wf_navbar-nav .wf_navbar-mainmenu .menu-item:focus-within>.dropdown-menu {
    left: 101%;
    display: list-item;
    visibility: visible;
    opacity: 1;
}

.product-categories .product-categories-more-btn {
    border-radius: 0;
    width: 100%;
    text-align: start;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    line-height: 1.707;
    color: #fff;
    background-color: var(--wf-secondary-color);
}

.product-categories .product-categories-more-btn i {
    margin-right: 0.8rem;
}

/* Search Popup */

button.wf_navbar-search-toggle {
    border: 0;
    padding: 0;
    outline: none;
    color: inherit;
    background-color: transparent;
}

button.wf_navbar-search-toggle:hover,
button.wf_navbar-search-toggle:focus {
    color: var(--wf-main-color);
}

.search--header {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -54rem;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(1rem);
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.wf_header-search--active .search--header {
    transform: translateY(0%);
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.search--header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 56rem;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAIuCAMAAABpUuXNAAAAllBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6C80qAAAAMnRSTlMA5gUIAgrp1Oz83gziGRAU2cckn8EfRrGlyzeSPHNaz7yLhSpntnpgQS6YgKtVUDJLbDJ0RIkAADycSURBVHja7N1bSmRBEEXRqEyj9NJ20+JHoWgp+ELQD+c/OcUX3hl4YK1JbCIzyagNRFqWQ4BgAkyoZdkCBBNgQi3LBiCYABNKgIFsAkwoAQayCTChBBjIJsCEEmAgmwATSoCBbAJMKAEGsgkwoQQYyFbbDSQSYCBbXR1tIJAAA9nq4UyBSSTAQLbq/YlTaAIJMJCtxtyfHEkwcQQYyFY9+vluq8CkEWAgW3XPebFTYNIIMJCtunscnO+8xCKMAAPZqt/MOt8ZgckiwEC26o8CX1ybgYkiwEC26ndjPPuRgygCDGSr/irw/lCBCSLAQLbqT2M+KDBBBBjIVv1l9Mt/BSaGAAPZqr+Nf5cKTAwBBrJV/yywU2hiCDCQrfqHMW/NwIQQYCBb9brAl8cKTAQBBrJVrxz8uT/2JxYJBBjIVrNX6u+pxQwkEGAgW81eq5sn64EJIMBAtpqzV2Y93rkG5vcTYHhl71620giCAAzXVE13OExgZAC5CoKoxAua93+5iIknQZkLM2z65P9WrNn8p4qmG2ETM3OHZMrDDOfi37T+4T0L/vMgwABCJ2ZfZ+BtjwI351veR+3JYDTuP8zePPTHo8GyHXnPjr85AgwgdGLvDgusz0sS0Yjft7c3Xl3dv85vhp20m3S73c7wZr67v1uNe+2ISbghAgwgdGJHCqzJPTNwfb7l28vx1WKbJboX697HJ+tm28Xd07LNINwEAQYQOrGcAvM8cE2+dTGYLeaZk1j1637f9h2WJJtv+r0LxuDaCDCA0IkdL3D36oI4nM63osl489Ixic3M5TFTseG+wVw8VhMBBhA6sZwCD2dciXUq76Nlf5ElsZq5MqaaZIv+MuJrroMAAwidWF6BX8ak4STet69nz8NEzVw1Zkn2POtFbKJPR4ABhE4sp8Cm01vCUJ3336/vpqnG5k5gap3LFQk+HQEGEDqx3ALb6zVZqOo9v4mquROZanr5eM2+/0QEGEDoxPILnCwmHBGqxEfL1TZVc7WYpdvVhCH4JAQYQOjEDn36M9I3ClxBq93fpWrm6jJNd32OnZ+CAAMInVhhgX9eUOAyPhptMlXXiFn285pTb9URYAChEysqcNzdTIhCsda3dRaruXf2matM3XTGEFwZAQYQuuIAJ2r334hCEX+7M7HD9tbLsMWd+xFfdkUEGEDopKQWcXfNYjSfb42mouasiipD8BNnsaohwABCJ1ZW4M6MJuRptdcdMWencAVM0rs2v7pXQYABhE6stMDDPjPwUb41WdhBf5snWOLnCa8kVUCAAYROrLzAP8bMwEd4P5pL7KwWlyNReWENXQEBBhA60dI+mE6fKMIX/mKdiTqzMxfYJF2zhi5FgAGETlTL+6BzTud+1ppsErFGXI7YbbgApQwBBhA6Ua0yA29vKcIBP9ipWEMuh+puwO/uxQgwgNAdBLigwJc8zPAP75/msVpz7jiLpw88z1CIAAMInei70gLb/IkZ+IOP+jeidh45Bc5WbQpcgAADCF3FADuTlwEF/s37cSZ2Nu6oeEiBixBgAKET/a08Dfrao8B73o9fYrUzcsfYDQUuQIABhE5UK8/AlzwP/MZH/UzUzipnBl5T4FwEGEDoDgJcWmBm4Mi31xX727zAnUcKnIcAAwid6IfSMiQUeN/fx1SsmP7ROMFx+siVHDkIMIDQiWrlGTjR/77AJf3VI5oUWLq8zZCDAAMInZS2gi30X/799aMvtJI6DZb0askW+hgCDCB0UtoI92kLPfh/H+s53l+trEaBNeFayqMI8C/27m0/iRiI4/jsZDbsh2OLylG0UgWpiOX9X85TL1xtScisF5P8v4+Qmx8z7GYBwDrilmAVnMyOw6pMz/aXA7RDsIzPvWJ/8VyAAAOAdcQtUfdCz8v8XJ73D1MK5Tfs6gJPtriV8l8IMABYR8zXzsBu9qnEIPhqcRB2LZzi6i30Pe6F/hcCDADWUVwf2gX+PC/vWz2+at9/xSrXJNjxt0V55x2CAAOAdcQJBea3x9K20L6/Pij6qyuwe1vo1v8CBBgArEsJcO1kVdhM5ofbUau/aoEAY+sfgAADgHUUnYZWEejwqqQC++F2Qor8ahPs6q9Fv3/9DAQYAKyj6DK0i0DTdTlPBjX93YAS8pueYLwOHIIAA4B1xJyUYEdvtqW8n9r0NzUF6psqNsE82dwUctxxEGAAsO5CgEMFnuzLWIs2N2en7q++wINdOSuHCAgwAFhH/KyYJgjvS1iL+mqn6G93BabJsYDTjoYAA4B1xJycYHbv3mffBD/8MqBAfbUiC/ztdfanHQ8BBgDriF8S0QSWx9yb0PR3daC/elEz8MDR403mp30FBBgArCNhzQwsnz9l/XGk5vYcMf/qRRWY5VzSu1+XIcAAYB2JqsBOVsd8o+CbuxmRIr8dF1jqNW7EeoIAA4B1JCKaLbST+/Uw08Wo98cVybXzr/yh4wLX9AYPYj1BgAHAOhLRzcC1jHa9LNfQTfUwJY6ur7yMWzQ/d+htGa9+hSHAAGAdyS+KKNRcz+4yrEIz3I6IY8dfuUwxBP/1INYeD2L9ggADgHUkv2lmYKbDIrv/Jv3NZhw5/0ocXYGf8OBLvv+5XwMBBgDrSNIK3EZv1j6vwazpnWty6v62dbGGluk8r5NOhAADgHXdBNjx9EM/o8HMV8uPE0mYfwM6CLBz724zOulkCDAAWEfyRHlNk4zP+dxL6avFqZaI+VcS8GXhJfQYH0b6AQEGAOtIuiqwO91l8jB001/fi8SMv5JCOwPzaIu/gSsEGACso1YZdGvo1SKLMDS93Shm/SzplDPwYZ7DOesgwABgHUl3Babpbml+CPbN7X4c8fiV6GgK7Phr/h/BCEGAAcA6ElWB22Rwmht/H8lX85kL91fUNFtoHuPbwAgwAFhH0qb7I5jd6qFveThr+usDS8T4q8eKBMs9rqREgAHAOJJOC+xktFkaHs6WmxGxfv6lnyQkPcBOHi2fchcQYACwjqKr4GLX0F/vjK6hvZ+fxuH+Btrb8r8KzGM8CY0AA4BtJPEFjhyCB4+LocVnsZrhq5VjVuSXnvVfCiyrT6UvoRFgALCNRLqegR1Pv9zae0jIL3cjYpc8/9IF8qLUAjPve+aOuEsIMABYR5QwlgUa7HhyejB2M6Wv5qdB+vqZgjoZglvXcXxn716b0wSiAAwfztldNiIIiqKiEm+J15j+/z/XWm3TW0RZUCjn+dhpZjJkhtezrMu05ovQHGDGWLVBLgWWfyDqjoMqPQnW/nQNIuv4C1fJYwaWH+BQ80VoDjBjrNqgmAJL8t47lRmClQpfW4B0ZDD+psh5EZpwUu+d0Bxgxli1QWEFpnZFhmCl/M4IBX1nMP4aNDjbInRr7Ffh+haDA8wYqzo4EoUUGJ1epwKncigrmriAGfsLNzIeguUH0e1U4hNOITjAjLGqA7g5wXh9grvjsOzboZU9XUPW/kIWuRWYsBeU/wNOQTjAjLGqg5MiNkNLRwoaxs0yN0LpwcIxzq95grNtxEJvVvKPN8XhADPGqi4lCiYFPkJoLYLynsqhrf4Kr+gv5tpfEDkVmGgUlvnjTZE4wIyxqruUBcwjwQLW00Y5E6x18KUFSCcG42+BQzBdLrDzpTJbzXPGAWaMVR0UXmAC6vVLuA6tlB2vAegsw/hrIqet0NjucIAZY6ySwKDA1yfYXYRWuaZgpf1NzwMk08e/xSf40jUmqu9rkTjAjLFqA4MC37AZS8y3oVWiKVg3o0kLgCjj49+yBFhia1v2febFuC3A6qjO39lijJVQWhRMA3xGSPOX0uzGUiocd4UgMlh/fmyB5U84XJbkqt7XVQE+Z7f5wbIsbjFjrByyVeHstgTL4SzRj2+w0nowO1DW/EKO8igwOYuanod1OcBKadVs2MkgjPqbeDo7msbxph89B4ntNyylucKMsYe6PgrmU7BwRtPEUtZDKSuZjggw6/gLBvLcCs37sC4EWCnLT8LddDzpjYbrdtd1W0eu2+2254fR6m2xjaMw8ZvcYMbY42SoglmCY/+RNz2l7dnBSclvyvxbshmY6C2pZUY+CbBSWjWSaLsftl0PT5f0t7+2EICy1Z2P9uNO6Dd1CVZlGGO1BHDHGVg6iO3Xjq209RBa+/29C0hUhvn3lot9cQR2NyXa3nYvnwRYa2UvZ2/zridAIJH8N0IUAh23PXqNl0lT61peQcbYY0GBIzDJf0Dqvm+SRyRYabs/cUHQr7CyAaaPmPTCOs5wfwdYaW3vXlYuAQgkmYoQQMjW4XUaJYrnYMbYnaVEoYAEE6L7Hgd3vuEpre3O3kVBRGVZfz7JYQT2FnU8D+uPACut/WjWO02+8kqOQ4gA2BqNOwPFi9GMsXuC+xdYEgpvtQ3vuANGaSuM31oAWKrxN2UGvuHLwJ0aLqH+HmClkvjdBRBE8iaOI4kEgDNcbAYNVcMLyRh7EIPXBRhEmFA4wy8d+y5jsFKqsXwZOiCQfoFlGH9Psm7EkmcEvRp+FemXACttBdsRAZLMDAG84X4WNHkOZozdB+RUYLr5WbDA7vssbBR9u9PaSjqTOf2RX8JSjL8nxjuhkab1i8bPACutgpc1ApI0Qggg55OOXbJjUxlj/6mUKBisQ6clmAjBOyz6g2ZxtzulLX85W7kCkIhKOv/mMAJLWNfv1fw/AqyscHvMr8wDgvAOL5HP26IZY4UzOCbCJMFnJGS3t42SQh4HK6X85XQy94QgotKOv0fCtMCIY6tuU9spwEoNtnMSKD/Qn+QNHImC3H38zId0MMYKZvjaePMEI3rz/Wxn53w8r1KqGW4WhxYJ/Du/5Zp/rx6B8cII3F7WbWb7HmDV7PcIkK4hr0WIcjiOGpxgxliRAAqegdMTTOR1R+POs3/MppUHpazmYDedzFuESFT2+TePx8CE47q9FelbgJVOtmuJdBt5BZKt0TjyOcGMseIA5DoDY6Z7HxE57mgxjeyGZfimGvVN0w83L/u598/6El4kHhRgMP02MLSjmo3AT0/ait48QUcFJJic9aLv8wEdjLGiQM4Fznjr+97F1mH/JX62G82MDT7+WMMf7GavI5c+/V3K2d/MBZZnBK81O43j6cnftgVSRjIVoWxP4qBuKwuMsXsxfWGPeYM/EKLTHb6NN88Du6H0DbOwUkpr5Q/C3fa1t24h0lkFHv/+IAwLjG6/XiPw09PEEWQmdQomdzUL+GtJjLEiQAphsAydIcGEQjjufPW67USh3VAn1ufUd00/eN7F49667SFcGIowhUF/iy5w+lNgeLNr1QndFIKMpU7BwhvNAj4gizGWP4ACEmx23ztGmJxWdzQZTzvRc3B8MKy/Ux/O/2A17GDZj7eL97XrSXEpvkSIZdx+ldtjYPQ29QpwAyXlIq3B3mqa8HYsxljeIJXINgSnkykRFkiy1R72Jl9eZnGnv4uWYRAEg0HwTbiMdv1NPHtZ7Htr1yEUAMf/T59DLPH6cy6L0LBK6jSo6WfKj7wEhdeLbZ6CGWNf2bvT5rRhIADDy+5KaDAYMPcVIFAKoZDw//9coaE3ly0ZbLHP90wmOOMXyZLsFmS0wMeFWT9/V1BtRbP34bL9aTl8X0WVUP3IJjAj0jWIWR8AW6/DwuC18Dx0cUduqfMQKsvp+OnOOhFCpCpBGY7wKiejDzr4M5DAR3F+BWJGdx/9w+4xMA7HT5MIrd9a5NylBFe3nbKsxsop/ckc6R/ksYJ4NEhcYLzO7cbMUz9CN8G89NdyDIzh69NsRTLNJaVAnUVIq1FTBsF5o/eMLpRLtWJx3OvVD3q98bhYK5UL2kiGxSPBjTjtBJOKhWLAazgzAYZkB2KpI559e5K7ia69kKJUqHOIg6GsxsoRvXdYpjnpdAevo/nL5mM5HPb3hsuP7ct88Trodr7Ux6WCjIbFgwBkJ8E3hZjiQczP8Nd+Eprw63O8GFiXXxUFlBJ1DnJ125DzKbPvs6i1eqcxHX1tv7cq1TD8XNoJB8yIFIRhtdJatX9stmjWChJhcW+2AXZf4CPL9B7lsL+Wk9BceY6tSKbbgiCgtKizEFvz7nN8yckvrcul4qTxeticGBx3VCD+fWFpDw+IVFhZtb8u3r4US2WJsLgrAMjeINgRxPz1F8DqxYTE7foT3EFMsw8YBJSm84+CZ7uJPArOKq31Pr5vo5dlFCo6ZvcyOlDB4eCBRnNckgaLe7EL8BFmtMG4l4fNR/+yCbDCYO3/2cWmuAXG4LZd35TQhQQHfXkUnEmH+vY6602/FXxe+ZiLSoKov118q0uDxb1AHJynAudz/Jv4KbD6RLDy/sXAujRCwP8C7Pzf8HyCubrtPs1689zQptTsLtpR9XNiOQlCDKPlqFuXDWfiLgCcJDhrDca9PC1+dlhg3Hh+JLQuT0PAvwKMMVAc6gzESLYkZYsu17uj90qIjMoGIQat5aIrb8ESdwCOCpytBOe6v7brsJTfk9C6PIgAfwcYj+6bYGL10fH6c84Xo5vTjwoxH6+YdYMr22nd+D6XJB4OYjtX4Kw0GG/Dme2v7WZgeJ/4fOMwX/rMuKcUWrA+JYZwtRjLRGUGaGPKncUwJCTlCiGFw/VEXkQp0gWuCszZKDB60F8Au/OwvN4MbHofzHgpwO4TrE4JCHj5reDzd51c0Eb3pi8VACTlEiFA9LVbkmGwSBEkwJkdBKMf/U04Ca2OOJwWfGVqcwS8GmD3HVYnEFQWRRkjPZI25cnonYAp3lEB6hYEELYHPRkGi9RAMmwZYfcdxptxxutr/1IGiHw9kVKX1yGg2wAj3UKdBNzuyBDpYYwpdb62ADDJOT3qFgjBatSUBIuUwOMKjOQO+tVfy0logmXT0zvGWwvwTIDTjvCZG3RrXZMCP4Q2te6m+iO/lNBNCeZoNynLNRZpgMT4HIyH7GAsnI/87vHfYr6XkF58LLDWnXf4489Hp+gqdQrQtiNPgu9Pm/FgU2UmRbbURQExRjtZjyXcy0KArRqMvvbX9s3A6quHu4FNcwl8PsDpJ1idghztenJ3vi+tx9OlAqY4LBLMh33fcj6WcA0gEwlGig33/O2v5SS04urau6OadH3DgBcCbC/ZjZpx2ZVTOe5I6+JgGQKSO+oyYlzNv8hFFo4BZCXBt4YYE+Jc5de6wBi9FfxiinMC/D/AGRgFE7TWJZmGvhNtSt2PQ35du5bgaCEzHcItsMIPKDAe+D78tT6RUhG2J17dLHR5WgE8FeAsjIKxNep59XFnly5PRitiiss+wVjZduVt0MIlAMjaIDgNnLvxr/VjYFIvPY8GZfv+zgBjBNhGkkFwuO3IDGX6dKG56IdI6VHnEUXzL7IgWrgD8AwJzmV/gS0nocNd0Zt7hS4MKoDnA5yBAuNsUJIZynRpM572FSOlSV2Awfu6LoNg4QocZG4eWvrr4CmwwurCm4VYptECjBFgawkKzNWdvCEpVabc3YZW+bUfBGP1Y+DPF1vxYADgeYPzWt/kBaZfRWgNPHlhj/kWAcYLsL3Y92ik/kDWYqXG6OauxUj3cSnBL1+0XGbhArjBWU0w57m/lk+BFUHU8GK6zHRmgP/gBwb4wuHQIxkdpUOb2rSPQPbsC8yztVxm4QI4wplMcL7za/8YmGDlwwZVM+n/39//A8zXpT4K5mAz8eI7T9aY0reNxdYjtxUmDrYduczCHoC3Cebc59f+MTBx9Jb7G4VpDgHpSoD5VikXGLnf8GTeP0N0obmrAFA8Dg7bU2cgRGsPz5oT9wYAfjbYh/rusW2BodLI+WSZ6bWB6eIImONJNcHE0dSbtW8ZocuNIQLd6vrFtE8wQbD5IovehSXnvchChJm9GP0esH2BV5NcF9iU5if+bP4dYE4g1QLj7LUmt2Z3tBm/zhjpFngTJwlG1e7W5DILK+AYZyDBHvXXPsCKoN/McYF1aYSA5wPMSWEMccfAld1EpqFd0eVv2xCcH1LroMDcmsu+M2EFAHxqMLNP9bWZhCY/Cmx6u+B0f5mIraWUYAyXbzIN7YTWvfXqSi4xMcsIY/CdvTvRSxwGAjA+TKYxPyqXHIJiUVkO2UXY93+5XfbeSmnSpnQC838EK/lIGpJRX56zKAGqYDnuSX7PUuBYwUOoq9BmkiBkPGlE8qCiSTDeyQ9VfNCHO/fJPr/uShVYqflyFvwuR1EfqILduCf99RngnFXoRZA1ML0tAmYHmG+BI+ysBjIwl6R172muUGVDH8osRGMnkVsKRWHwW9gRJrrQ+vopcAQPIe7YNJMtUubjRiRfKpkExyO5naEcc/tlH6PKgj4VnwRH074cfyYKgsqQFT/xvej+2hVY5c2B74MrsOm9E2Q/cETyp4oC424jW7FK0Def54in8ssiwQqHy4ksQ4tCoEpkq3h6L7++35GHAtM8tBqYwQgAcwLMqMHHRmY5rKEw3Vgkbcqpr28F92J19uPAPlyCCagW2XOP77X0F8jDInQErc9BDRLmeQp06skjkme+CxzRJd0IeV7ajHdE+fllkWCEefgHzok6QNXIhXV7rym/1m+Bcwv8ElCBD/NfwpwA8y9wJ+lJgQswzcc7QJv+siiwgmFIHy7BBpwB+XR99fWyCH2Aw9dQdoto/bzHjP6eDjBkqiXBKsztbzXTZpC0AS3jyyDBcQRtuQdLuIOjLqTAcDG8LEIr6AQySOjbzY4A3QLs63/Rb4IVzC/jSsgzMro/B1BpeEbus2DCrSx2CFdwQsAZhktDXlahKV5NAhgkdPNleHL9OR1gcFS+wdZDc/xj6T+APzofprnsADrXt+4GI6zD+6WBqBmcFGiC4QJ5KjDun9kPEqa7bAGidYDrOC/VZWSG+GtXCmzrsPyMoGrvL6JjgGMFb3ITpXADOUJMMFwi8lNgpIcx89Nr9eRT51R/0wGu5l/RZ4GJZHXSlm6Md0Ac+lvgMmiSA0iFG7AQToThklkGOO9FML4tZ4wHCa2ftzHhcZQOMJRzrgQjrPkvPLBgmq8tQBb1LXQAaZSE8I5HsAF2gmgwXDbyU+AIO8kz221BWn9ZI6F1gMsqU2B02ool1+bk07q3UsBj9ltoGTpCWId68YmoA9hin2C4eOk+FC2witdc31Xp5uMbobLpLyGBF5Uk+MgdwZ9kbpRD326mRD7iS8edYRKsYHfP9uutYAccMG4wXAMqXuD0JWrTPsuNuebmZQ7Z/U2DgAocYSwFPu1w+AZh2dkv5an4TbCCqfzyW9gCNywbDNeC/oclCvz2yvCUYj1IOmjfXwJvCg/XyqXA7wuZG2Uzs6cWlVx9JksVz4HH8pyFHeBA0ut5DmyR4NZqwOx7um58WRMp2/6C58dffYIVTuXM/iyHzXdtKpxfKqCqBiu428hFlMICkwD/IO0tEWD3AqNa95ucEmy6r0NAZTvEAhABiwK7vAiev8hWrKN0YzzFov2lwrwkOEqTs1eEHU4B/kHaW90UWH24LG/FZze01oMkBlRuAfaNMnjcivU04/SthwvdfJwDeqmvuwoSDB25iFLkYxdg4avANpNg2j0yuZ3B3I4fCJRC+/4CEfhXcIx2eBHM+DdgtTE3y1ax/pIX/gtMbbkGS+SSAIeGUrBMgRW0Pw0Y5EDr2dMQUDnMf/8GOLAEo5py+dbDhdb3SRvc80s++U4wqu2g/k+W4A5EYLwmGHG6qT0HptnfK5fl53SAWTRYZTmyDC3Lk//Qjf4OqUh9Wd0G/bHA7wPTEOIECXB4qFyBPxwg31rVOwnWpve1BaSc+psKMIsCo3WBI1me/Ms0X+7Atb/0A68ERymI7zIHFidJgANUMsBpiKMvjfp6oPXiHQHV9QQ4iihKOKz8s6AP/UXFI8CE6PXolRXnU9cFByCCYz1qWM7IYPh1oU0tQdCm+/nX/Md+tAX4GGAWCXZYnlyP5XcqB+bmv9M33OvLaRIcpWAY12+L2kiAg0QpZQcKovlyUsOUTJvmeKQAC/UXiKBKlU6CFd1xPIrs7PQgiUD9UXt+D3yuQkdJT56yyCQBDhKleXgtOX28OfMkWJvbxaoFqBz7mxlgzgmOUhR2WGxAr5Vu3I8UueS35DE9505wjCrpye++RRYJcJgoxceUrL3vd885VpjG4mlOoOz7mw4wpHEosMMbwlH9G9BrZbqbHaBDf8kG5PFSYPs58FYOABdZJMCBohQPW0YUtbbj5rkGC617yzckVD859DdH7W+C7Y/FUq2n2RWPzXrydYie+wuWyifY/ilP5XpCkUECHCqqIsE4TDZdYxqVM3r2Oo1Q8c5v9ZPg9vXej6TN89Zl+dm+vb4i7CnBSA/3V73QIbJJgENFaV4OkUdq7Tc32jQqZfTNyzSG/P5yOAb8G3t32pw2DARgeL0rCY8N5jDmxkC4rxD+/58rkLaTEJJYYCWSrOdTZzqTdlDiNytfKmdgjuywKer7kXYDYAryK0PNEMyvEPTaBV1j5xsuwOZiVzCnBEetzUjlWOaX6/13+dW6v2cqr4aGyraIJ4KFiN+8fOGx/Oa0uupWmWAwLuAaO99zATYXU1NgjhC2OjXfV9Jg4YvRZE3A6D/UeAP6lcpdaA7hsFa4o7PwO7r090R5gRH37okczg0uwAbLI8DEbyCe7Pvjcv4JFn65PllVEYlMCjCAwl3okEFrXLA7VUR5UoF8Tv8qWF8FN50hpiVXYOcDF2CDMZkZWKrBxChaD3f5jsHC94P2oheyrO+d0ya/Mg2WPziHBI1JqUAJFn5wJKC/7m6vkgVWtcpIS1dg5wMXYJNJHStIqsHEGCb7STMQ+ZRBCFHubtIGAqM30ITx95XKJ1MCvhTnamghmnvQr78nSgvMj8U70+B8xwXYbBIHC/kxGFl1MIu7jzf4XN9RZ7aqAMOs+dXlAqwfORUcIkyL8pJgUd6sgdErvKu/ur2FI9MiY1TAc/3ON1yADZdbgInfTDAmq9mmWRN3b0YL4fvl7m7YShAYksH9BVD5UA6IZoV4ZqFfW0SAD46/8JYGU3C2GThyu9DOFRdgw0mOwNIJJgSqHNL+vFu+o8Hn+I7GneEq4QBI7yHqfwPSowWW+LCRBrH9twT73ZSA9O2v0gLTzM3AzjsuwMZTnGBOhIxXp8+LuF0PxCvvO+JVbdzZpockRIZ0BY2bf+8cgmWeQ7YY2T0ECzFvMUavdNt9/rbBORR46N5B6bzlAmw82R58jd9EiBRVpi/Hp3hcCspl76sIn/+qHNTq7c12OUgiutTXkv7mOQTzDzB86dQsLrAobw4Pbj/Dbb9fYMyyxixc2L/J4UhwATafdBDua/BZWJ2+zBb9zngUvGb42rm95WA0j5+G6SoJOSGdWNTfPBN860Neb+29IckP+lOGD+QXfgz7xKNXYkElLszV7k4GLsAWUFrg6wiHYdTotdLjYhLv5s36qFSrBWe1UqlbH+86m8lilq6mlfBvfeX7q3uAVT6Vg1MlnQsrtymFKG0biPRK7/6e5FVg/h5Md9b+guXIcwG2gVwPpBN83eDLV+DVZLru9Qar1stFq7Ua9A7TRlLlb/8R+wZgxQVGOkxsvFRHiPa+mm3+1SC/Z0rOAxOs5xaurnMnF2ArMPkEy0f4OsSIjH38f3z/tdHw/OabYOJXCKvLsWfbQVp48YExU8bfv9TMwD33Yoa8iBP/DSHM2+AHxwLyz7DNgEujkyL0F5jCAnPE0xBs10alX9tWAOkvQ/qrpsAEq7or8OOEL4QXdJvtTrzpn2ziTrs5CjwhzPrRAccGTEGCZTJMGaEV/b2vwVJDcNuiG1aEX1+GgBm+ATSKr8QyyyWYcD8yKhH6Eef21juT4fJlME0q1SiMoqiSTAfPy8WkUw88gyZhcKyQY4Hlt6Ml8mvg4zfyKrDEB4w0HXbN+k3+c763WzEgI/sLLP8CY7h0M/D9hC+CUWeYrhohnjE8+f8nihqrdLEbBaYMwuDYQTYHZ/Sj0Kr+qi0wMd6K7Xg6tB9MGsAM7e+JkgK71wPfSfi1Zj8dNDgwRPqwv0+IyCBsDGZxvWbEGAyOJdgNqE2CEdGe7ed/FBaYEybHphGHkC8Jr3n8f/rXwPzmNQRfv5jB5geuKCN8r9uZHSoEjL68XRKBknODDTiPA44ttC6wjf2V+sTlC8zC57bpD04SYv4cAZncXyUzcNI3fWV/nhDeKE4bIUMi/h1CDBtpPPJ0/5jBsYbGBcYTsx+/8fPb0Jxouu0aPQSLYNMjpAsT7v39TP4FPnS0T4NehAjG/X0SIhHPhihs7Pt1T++fIHAswm7AX2+wldvPPzQEt+KR3geQLwi/O0zAgv6e5Fxgwt7c2HX9BUKUx4teFRlxCYRUaU30TjA4FpHOgfoEI6Kt46/6AnNiyT4242qSD4S3e+EM6cL47wCZZc6wvEQvYyNX9Vdc8hsiEpdEiNXWdqzxfj84VpHpgfoGo+35PWGKE0yNo84HkE/5tcka0fDTvxIPu5EtcJh29b9ESAvCG01WVSR+F6LqaqLvmRxw7CKRA9UJRixCgFUPwRzD3pO+B5BPCL+5jMCi/uY+A2O4LLkCZ+AH8XMVifi9CKvPsa6XnYNjGW0KjGc2n/994COnz90+gJi1Dy1EKR4wsOPtVxIJlizw0cbXbuRMeO1ZA5HLu95G0vOqN3BsI7EnqizCiEUZfy+Y6iEYk9k80PIAcovw5mkVkCw5/auqwCyadY1Z01/il54aDIlf0DWeGfJeX8shGBzrsF9PMP5j4qOPtLsd6YQQ18exIUOwqPXXDOgfe/oLkOsDOUKkZcmMJf0tYv5MQB/bK59hYpVlW8MPGxwLZUiwqgojYuHym/eJYLp5AMFVXDbgAbfCr20TQBvzK1fgDEvLoic9N0b1IPx2D5A4ZZFlCN7p9yssOBZit6HyBGNR+ytdYPkEI0Tp3NM9weIytFiaX8kEZyhwpa9fE3ThB08VIE4y+BcIqgvtnq8Ojo3YJ1BlgxGxwAEGUF1gziA5NrVOsDifswNmcX/znoGT2M3ANwm/m1KG/sokGNhet5eMgfOHvTttThsGAjC83pUWjw3Y3IQ73ARy/f8/VzBtU1pTbPCh2Pt8zHTaTjvkzcqWVFAqHN4ndnS/+clHGQzB8RvsalCLdcPYBLPtHN4IqEibj1KfgXd9mYFDMPdGoDTdRV/hIrwbtgwNoqjUFfgYOsLHqIIGON0CBwhwN56xaQtpAebZpgaKivf281+SfBOLcHAwqghmYH/eBNRECReYwJsbtQwNorjSSbDUN98EK1ys27ZxU/Bp9XkBxXz5Oc4QHP9ywpGJb+fmy35aukAP0VcovTTpABQQBWZggVWxA5x+gYME79aGPQtm2+l/EGA5+pvoKjThdmVQEUzA7TcEonQKjPjWNue5O4giU6YluOD5BVAZFFiTot24bdCmJLZWm1qQ36KdfpXwCBxe4K5czPAH5sNIIT1OhyM1eDHmdHUQxaYManDRp99sE7wYz3wzEmxbjfVCKaLiP/599EFweIFpdJAZ+Be2WgtAiiH+h6f5bMq5ciCEyHsVGumeBDeXKyf/BLNdGW5dQPpS+NO/H1+F1n8ieG9Lgc+Y+02gxOhQqmNKgUEIAWYPwaTDeYNxL98EBw9/Jx2XvpTg9o2zJHcj4UdDCnzC3H9XSAnSYWhhSIFBCAFg+BBMOgyhu1j2fc6twWxXe8uOAqQvBd39m+oitCboyvXAR2y1moCUqCsz8NyIAoMQAgwYge8psCakzuTlKZ/3sYL8NkEhnZXg9efURmCCrszAFjvzi/6mWeDa3oQCgxAC4Bsk+NoUjLXteOVkvjOY2TnlF5B+KfDpV1ckdyqlKwU+9XfvAf0f/vRwgpW3N+BIDhBCHH2DAutwhECLSWua6RjM7LcmQX5L3N8kZ2AXS1/gG/3FEI8UGOoG3M0AQogzIxp83xissLbdr/yMxmC2edp6rZV7+k1kQ7CsQn/h4Pajf2Ak9zQYvPGUrTxJgIX4YkSB79tYQUq5i81w5TCzlSpm22oMP2rqIr9levsqwSFY/7UK3c5/W1lewvuLkd1RYHRzP5YShBApUakUmHQ4RO29f740nHSP+alWeuttXSmkLyV7+yqlAmtS3UPVKqfQ/uJZakOwqn9W2MqPBFiICybMwHcnmAip8zpfOVZKczAzV/qfI1cp+kNZDr+6ItlzoXtmXZeXFeaXJtAljC92gb15nqdSSoCFuGTEEHx3gjUReaPlcOZXraS/kzNbzux5stDnv1+p3766kOR+YOquyhhgtvo7hXH6m9BrjLjI81xoCbAQ/zBhCH4kwYi10WTfmyY4CDOz5TdeliMPEUnG30tJ3g9M2545d/Vkha3L86/wIXE+NYTv/fz+vSXAQvzNjBkYie5vMCJ5u49xa1ap8uMRZrar09Wxvh1SSP/Asvc34Rv6R4eyrUKzM9xd9jfDAtMov1V/CbAQIYyYgR9JcDAH1zuDzby1mlYfaDAfOY3D/HVR0wopDJZ6/Tn5M7HUoF+uGZir81pi/Q3c+MQYtOoPQoi/faMEk76KEHW9NtjsW6vzJBwrxBxwpr3huNup/5p9Zfn5sVXoCP+JBLtWmQp87K8HkfObfIJJv+a1/1oCLESY71TgGw0Odie9jp9bs4pTtdi+nWFmttmqOn67tV++LVxEhRQOZfyNeSAHRTkXujk05sb41NnO2oXI+U0iwSZtBwYhRCgzHgXjIwkOEOGR2xm8bdbDXqPiBx22Oczp68fyVp5mp/aOOhoVIv0kj39TWIUOn4E780pJCmw7Yw10hgmL+nFBb+yzlQMJsBAZUQkmOH6DCREAdK35vn1drof9XrvxNK1UfN85832/Mp0+NWa91vN40h3sOnUAUEgk+Y1GJboK7W3KcSyl7X/SV39zK7C7zmXJQQIsxHWGzMBI0egbiDAoILpep7kbdF83n+P1/Plkvt+Pl5O37WDRrHn6/KvoSPqb1anQpC8o3FRKUGC21hf9zavA4B1sK3sSYCGyo9Kegs9udxhPLVQKtVuveyf1et0lVBB8FYPf4kZ9Jb+p3U4YQJpMC19gru5doBNMTcQCv7dtK3MSYCH+w6ACx2qwjoCOfqcy7h+AEuCUdyNpVB/tghfYdtY67f5ipM+IS/Dh21bWJMBC/Nd3TfCJjomOpL7mzMBquyr05Uh24zPt+TcQqcCoPrPf+yUBFuI2M97FOqL4kixvAG8rbX9BJVlgUoNDcTcEsz3rAkTNb/oFVnrIbGVLAizETQbNwEh3SSa+AZT5N7NVaFKLYbWgy9DMhwGouPOv+kPCBdbQyfxFLAmwEBGYNAUj5QeP5OyN7FahtaqtK4VchratlyZg5Pqq6/DCIz/uwCjrrV8SYCEiMKvASPeT/oYwaTuSvoS6OyvgDPyDvbvRShsIwjC8mZkse4zhH/krWtRq0VOq939zrbSnp7Qg2SS7meD3XAKKr7MMG3d5m+/6yx75DbA/8c8i1mPkRSwEGKAJIq1rMJ0myG/tXwgms5md3dORbH/VLTj/SjF1FDil7DnuZ+4IMEAxHzzBhP42VODUTJb2vIZg13lNDdfX3506jqFlOHVJRAgwQDHqAkwcESHAjQWYabi+OKMZ2Cbz+57UOv/u1BBg5uuBTeJBgAE8aNqHjhdheoPt52ir0P8lWLqv53MvpU1m21Q87jKtMcInX2vqRn0wEgIMUJzCAhOHRoTxt/EC8/bzmSxDu4vlnYjHdS5+qs7AlN9G/BgYAQbwo+4kOmSEiZDfIKfQ/sfQi9lZ3MnhOg95keNnKa/iDLyZIsAAH4ccUf22H9TXi6ohON3HZvgwb/0QbN3gsVtg/UqqqVJgpm/xHoKBAAN40zgE191gKk4Q4AgFTiXbTlv+fSSbTK/4dH+lsiqn0NSN92xgBBhAgVINDlZhIuRXwTI0p/uIF08Xbd7FchfLDUno8XeHKiRY7qJdSYkAAyggR1EJ8epLgv4eJXUXmCVfzVs8A89XuaHq8695I6eUDzDLS6xXGQEGUEGOoVIq1Bfzr5pNrAPH0N8+t/QY2trptnu6vyfauydUgakbaxMaAQZQQo6ikrzji/5qKzCn+zh7mV22cRfLXY4WTFQhv+agIAWWxReXxIAAA2hRX4H9I0zI7466Aqf/YBo+Dy5bV2A7f8gNcen5t8r7xr/ARI8dm0SAAAPoIcdRHd5PLj79rZ/XWFaowUy97VPLbqa0yXSblT9+DvFNvhOH0Pk6yiE0AgygiBxHuqC/0Qqc/oN5shq06ZNg119vjJQdfyu9c8p+Hdh8j3IIjQADqCLtaDD622CBU+6+jFozBFs7fuwZ4jfhfqNqPoRmuo6xCY0AAyijPsEiyG/TBeZhS4Zga/ujTyRcsr81vHFKHkL3Vn2bhIYAA2ijvMDorx8JUmDKrkYtuJXDJtPr3FDJ/tbyzqFyBZbJyAYvMAIMoI+I1ggL8hs2wVQ8wZPVWPs6tO2sN6Zsf00ZtRWY6WrgksAQYACVNDZYkF81y9Bplgovlpeah2Dr5vdZpfzGvwF07zoOTMAAH5W2BCO/5UndBd4h07sf6L2VwyWzr1Sgv1Tvb5TUVGDmT2OXhIUAA6gloibCgvyGn4H9Eyxms77QmWDnBq89Q/yL7/gb5/8dfr/A2WvoVXMEGEAxJQkW9Fdpgdnw1UzhObS1neXGGP7Nd/ytqKZVaBqOEGCAj8z/yWuor05eBfZJcH4/TnRNwdb1n666hsrlV4K8bUqcQjOHfiwSAgygmxRA4Qj6q6vAB5ax5O55nCiagt3l9Lq3N/76zb9aApxS7znsnjkCDKBeYwkWQX+VbWIxp/9h4rsHNdtY1o5XExHmms6f4xc4/YMWXxBggI9OCqm5vcjvG21fCD6S4HRxe+Oab7B1bn77ncvm19SojgJzdh/0PiwEGKAVpBjkVzWPn5fvFCzZp/VN0nCBbXKz/sSGPPobL8BS5hB6OEKAAeAnKapaelHfcCRsgpd922CCrevcfs/28us9/yqbgZm3NzYJBgEGaA3xQSUI8ntAS2bgNCMaPo461iWNcK4/+5YbYtYw//q82O+OwPmTS4JBgAFaRPz4xRf5PUznCMzpAcSTl6ebJhJsXWd2nRvhv1FrA8x/XQk9tkkoCDBAy0g57/8NRH5/sHenS4kDURiGO+ecNCmWsAoioMgiu+j939wg6tTgEE3TCdPp+Z6flhb+sOqt04t9LZJrgpmo9jJo6usex9JRVGrvaiTM7Mr687sMRuB4VtZBThBggMKRTCC/aRWpwCGTxMtNp3q9zWAdBZ3Bc10pcmr8TZqBzS8Dt6MgJwgwQEHJ95BeZxkl2DzCTFK5e22XrjIGa63L86e7ihI6qa8L4++7Sw9ihR9YdXO7ioQAAxSXJEJ+XWZaYDbeCxa6eZl0ynnfDI6i4KF9P+Uv+WVyYvx9Z30SmvgRAQaAtAlGfh0nhglm0wQzk4r3s9t+Nb8E6yhozCfLmihiZkfnX8sR+Eit8nqaHwEGKDz5E+JbCCYBNk/wEUt40930HnLZDtZaN+aP99NYhJmdHX/fiG2BiUaBDvKAAAN4QD4gv0Uhf6PsE0wUT3eTbUln22CtdbWznu3rLPR3ft2af1OPwPTNCNyaR0G2EGAAj8gB6lskFjOwQYKZ45vhqD1uBEFGEdY6qPa3h+G3zkTMrs+/WWwDM40yexUJAQbwEupbKOYzMBkk+KTBldpw9tgrlQNtNwrrg2qjs37aTeOz9WX61j/7O7O9DaxavSiwgQAD+A/5LRCLVegE4XnHLtb3u9fBuFSuXtjgtx8rN/rbyWJY48Tfxc3+JhTY5CrSoqyDSyDAAP8ZpLcgDAps0+AjJqrc3D2P1uN+qawjg1lYax1FutHvbDeL7qpOxB8KsP37SSwLTLXbKEgJAQb47yG+7hObZWjzBDOJVGrT5WLT7nUOFX4XJNNH1UZzvB2MuqtWTEqIk5BpgNUVyRemu8DquaSDZAgwAJyF7LrrggTzz8JkTCJcqd8M70eP7d64+bYxHB3p3z6/EJRLzfntYDN7WdXiUJQQJyNy8fhVZtvAFK8RYAC4HMLrHLEbgpOFP0RYiMN66657//o0GbRvt715p9ls9vvNg868t71dDyZPs113VaswiVJv3/9tfh1ef85kEVotH6IgQIABAHyRf4GTD2Z9ftZhIG5N98Nl991yuF+1anF4zKYSSfF5RK4PwNbnsKgyOfQSAQYA8IhJgk9TYR3i3/WUD0o+mHwEkaO3j76w2wam4YNGgAEAvHJRgIlTC1M49yOcChWlv5YzMMWTskaAAQC8InknmEMjbIB+4tDBPzlh+h8pZbpFgAEAfGOb4IxCzGaIijP+2i9CMy0aGgEGAPCLWBTYWOr0+tZfy0Voqa0RYAAA/1gl+PqIitdfpaweJmTpNjUCDADgGzmLHG0wHRTh8tFXNgEOqbKpagQYAMAzUqQCF3P+PZBTZgFmtZpHCDAAgHfkPHKtwXRQpMPPGRaYdiWNAAMAeEfOI7cSXOj+2p7DCjdVjQADAPgnqcCuNJjScfnVD7vLwGo/jhBgAAAPyXluFJg86K9SViMw0aKhEWAAAA+Js0Mw+dFfJacMR2CJHzEBAwB4ShJQepwtSq0Ib07bPcqgWluNAAMA+MmowPknmPzqr+UiNKtlRyPAAACekiRkhu2QESlGfg/klOG7hHzf0QgwAICfDAKcX4PJ1/7avgwcLkoaAQaAX+zc0W7aQBBGYXf3z7ICUyRI2oS2KU3VpJCb9v1frsEXkZCCsFmX2DPne4mjmVktjOoxweG89trtb8ESuqHF8zQRYACwqnuCy0MczqRR5be4wGG5YwIGALP0DgUOe9bH36IfKRsxfNokAgwAdumYMCQa3fxbfAaOV/d3mQADgGEjSPAo+1upcAn98e8kE2AAsEuDL/A4+1tyBW6ExeM0EWAAsGzIDR5rfY8UuMsSWjdf6kSAAcAyDTXBGnN/C67AjVgtVykRYACwTINM8LjzW34GjtX29kMiwABg2uASrNHnt/wMHLXcpUSAAcC4ITXYQn1fqLTA1XyVCTAAmCcNIcKSiel3T+UF3m4yAQYA8zSABBvqb2mAmwKvrzMBBgAH3rPBkqX6liyh42GBCTAAeKBTQoP8XqTAs1itN5kAA4ADUpsE09/LBLiZgX9lAgwAPlw2wpLR+pYXuLEvcCLAAOCCWuknvqb7267A8dQM/DknAgwATqit89Nrv74v1EOB9XNXJwIMAF6ove7x9dLfSoVL6EY1f64TAQYAN9RF6/Z6ym/rK/DJAv+oEwEGAEfUJ3/1LV1Cvwo3D9NMgAHAEbVDfv/vEjpWi2+TTIABwBsdR3pPUS9baM2e7jIBBgB39Dbye7kChz+bnAgwALijN9DfNtRPgYPWt9NEgAHAI70ivRd5Cn14CA7bx++ZAAOAT9ojv92ovMCNsLjfpESAAcAn8ls+Ap9b4Dj7vaoTAQYAr6hvRzq/wFcHYvy6qjMBBgC/qG/RCFxQ4O3DJBFgAPCO9PY8A7dI8PzpOicCjH/s29Fu0zAYhuFgO56VsVKpTbWpBYYobFSrGPd/c2icVVnVRA6Dg+e5iVffbxmg0d6KAE8vcIiPq65kAQbghfbOM4HHbODQP9znLMAAMGOBx4zg9HPbFQEGgOkBrilwbBb7dc4CDABvm+AQdoeuCDAAXJLqCtyeuI7NzcM6ZwEGgAuqA3wqhM3TuyLAADC1wFVX6DY2/a9vuWQBBoCZNvC4FZzS1+93OQswAEx7Bq5McEztbntVsgADwKQJXDuCY1o8r5YlCzAAzPcMPNQOE3xzvO1yFmAAOCv9jQSH/tNhWYoAA0B9gM9qB0K6eT5c5SLAADDpCl2f4MXm8DlnAQaAV6X5C/xHaK43t8tSsgADQN0EnlTgNrb9cXv/vmQBBoCBVLmBzzc4prj48fHpZQYLMABUFDjESQ2OKYX++GXd5ZIbAGBsgutncEgfdvvVXdcAAKdmC3BsX01w6B/3DQBQNYEnJziGJjYAwBsnuI0CDAC1AQ5xeoIbAGAgVW3gIQEGgP+hwA0AMPIKXZVgAQaAEVJ1gocEGADm3sAhjiDAADD3Bg5xJAEGgH9QYP+AAWBagVO4QIB/s1/HNgzDMAAEBYL7z5w2hQWLNg2puFvi8QCwo8AhwABwaIEHANBdYAEGgC0JDgEGgP4ALxBgANiS4BBgANhR4BBgADiowAMAuJdXYpEAA8BD+SrBAgwAvQleJ8AAUJfXokCAAaAsJ6JCgAGg7YLLBgDw/oIFGAD+HZrgAQC0FFiAAeBLOSPAAPClnBJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgxx4cCAAAAAAA+b82gqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqsAcHAgAAAABA/q+NoKqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqoq7MGBAAAAAACQ/2sjqKqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqoKe3AgAAAAAADk/9oIqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqrSHhwSAAAAAAj6/9obBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOApAHyME4P+FtIAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0;
}

.search--header .wf_search-close {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -20rem;
    border-radius: 50%;
    text-align: center;
    width: 7rem;
    height: 7rem;
    font-size: 3.2rem;
    line-height: 7rem;
    cursor: pointer;
    border: none;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease-in-out;
}

.search--header .wf_search-close i {
    color: #fff;
    background-color: var(--wf-main-color);
    width: 100%;
    height: 100%;
    border-radius: inherit;
    line-height: 7rem;
    margin-top: 0.3rem;
    transition: all 0.2s ease-in-out;
}

.search--header .wf_search-close:hover i,
.search--header .wf_search-close:focus i {
    background-color: #fff;
    color: var(--wf-main-color);
}

.wf_header-search--active .search--header .wf_search-close {
    visibility: visible;
    opacity: 1;
    top: 50%;
    transition-delay: 1500ms;
}

.search--header .wf_search-form {
    position: absolute;
    max-width: 70rem;
    top: 50%;
    left: 1.5rem;
    right: 1.5rem;
    overflow: hidden;
    margin: -3.5rem auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: var(--wf-secondary-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.wf_header-search--active .search--header .wf_search-form {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition-delay: 1200ms;
}

.search--header .wf_search-form input[type="text"],
.search--header .wf_search-form input[type="search"] {
    position: relative;
    display: block;
    font-size: 1.8rem;
    line-height: 5rem;
    color: var(--wf-secondary-color);
    height: 6rem;
    min-height: 6rem;
    width: 100%;
    padding: 1rem 3rem;
    font-weight: 500;
    border-radius: 0;
    text-transform: capitalize;
    transition: all 0.2s ease-in-out;
}

.search--header .wf_search-form input[type="submit"],
.search--header .wf_search-form button {
    position: absolute;
    right: 0;
    top: 50%;
    width: 6rem;
    height: 6.1rem;
    background: transparent;
    text-align: center;
    font-size: 2rem;
    padding: 0;
    cursor: pointer;
    border: none;
    color: #fff;
    background-color: var(--wf-main-color);
    border-radius: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
}

.search--header .wf_search-form button i {
    position: relative;
    z-index: 1;
}

/* Header Product Search */

.search-wrapper {
    position: relative;
}

.search-wrapper svg {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    fill: #bdbdbd;
    animation: loading 500ms 0ms infinite normal linear;
    transform-origin: center;
    opacity: 0;
}

.header-search-form {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-right: 4.2rem;
    vertical-align: middle;
    background-color: #ffffff;
}

.header-search-form input.header-search-input {
    width: 70%;
    display: inline-block;
    float: left;
    border-radius: 0;
    position: relative;
    padding-right: 35px;
    line-height: 1.5;
}

.header-search-form .search-wrapper svg {
    left: 65%;
}

.header-search-form .header-search-select-wrapper {
    width: 30%;
    display: inline-block;
    float: right;
    border-radius: 0;
    border: 0.1rem solid rgba(189, 189, 189, 0.4);
}

.header-search-form .header-search-select {
    cursor: pointer;
    min-height: 4rem;
    height: 4rem;
    line-height: normal;
    border-left: none;
    border: none;
    padding: 1.2rem 2.9rem 1.2rem 1.9rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline-offset: -5px;
    background: url("data:image/svg+xml;utf8,<svg fill='rgb(36 39 46)' height='25' viewBox='0 0 24 24' width='25' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat 92% 7px,
        #f8f8f8;
}

.header-search-form .header-search-select:focus {
    background: url("data:image/svg+xml;utf8,<svg fill='rgb(36 39 46)' height='25' viewBox='0 0 24 24' width='25' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat 92% 7px,
        #fff;
}

.header-search-form .header-search-button {
    position: absolute;
    right: 0;
    width: 4.2rem;
    height: 4.2rem;
    padding: 0;
    text-align: center;
    top: 0;
    border: none;
    border-radius: 0;
    color: #ffffff;
    background-color: var(--wf-main-color);
}

/*  */

.mobile-bottom-nav-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, 0.3);
    max-height: 60px;
    z-index: 9;
    display: none;
    transition: all 0.3s;
}

@media screen and (max-width: 991px) {
    .mobile-bottom-nav-wrapper {
        display: block;
    }
}

.mobile-bottom-nav-wrapper .mobile-bottom-nav {
    width: 100%;
    overflow: hidden;
}

.mobile-bottom-nav-wrapper .mobile-bottom-nav>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row nowrap;
    margin: 0;
    padding: 1.264rem 2rem 0.9rem;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
}

.mobile-bottom-nav-wrapper .mobile-bottom-nav>ul>li+li {
    margin-left: 1.6rem;
}

.mobile-bottom-nav-wrapper .mobile-bottom-nav>ul>li>a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    font-size: 12px;
    color: var(--wf-secondary-color);
}

.mobile-bottom-nav-wrapper .mobile-bottom-nav>ul>li>a:focus,
.mobile-bottom-nav-wrapper .mobile-bottom-nav>ul>li>a.active {
    color: var(--wf-main-color);
}

.mobile-bottom-nav-wrapper .mobile-bottom-nav>ul>li>a>i {
    font-size: 2rem;
    margin-bottom: 1px;
}

/* List Widget */

.wf_navbar-listwidget .contact__list {
    display: inline-flex;
}

.wf_navbar-listwidget .contact__list+.contact__list {
    padding-left: 2.5rem;
    margin-left: 2.5rem;
    border-left: 0.1rem solid rgba(189, 189, 189, 0.4);
}

@media (min-width: 62em) and (max-width: 74.95em) {
    .wf_navbar-listwidget .contact__list+.contact__list {
        padding-left: 1.5rem;
        margin-left: 1.5rem;
    }
}

.wf_navbar-listwidget .contact__list i {
    font-size: 4rem;
    width: 4rem;
    height: 4rem;
    object-fit: cover;
    margin-right: 1.2rem;
}

.wf_navbar-listwidget .contact__body .title {
    font-size: 1.8rem;
}

.wf_navbar-listwidget .contact__list .description {
    margin-top: 0.45rem;
}

/* Sidebar */

button.wf_navbar-sidebar-toggle {
    cursor: pointer;
    background: rgba(189, 189, 189, 0.15);
    border: none;
    padding: 8px 8px;
}

.wf_navbar-compare-item .wf_compare_btn:focus,
.wf_navbar-favourite-item .wf_favourite_btn:focus,
.wf_navbar-user-item .wf_user_btn:focus,
.wf_navbar-cart-item .wf_navbar-cart-icon:focus,
button.wf_navbar-sidebar-toggle:focus {
    outline-color: #000;
}

button.wf_navbar-sidebar-toggle .lines {
    width: 100%;
    height: 13px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

button.wf_navbar-sidebar-toggle .lines .lines-1,
button.wf_navbar-sidebar-toggle .lines .lines-2 {
    height: 2px;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button.wf_navbar-sidebar-toggle .lines .lines-1 {
    width: 24px;
    transform: translate3d(0, 3px, 0);
    margin: 0;
    right: -5px;
}

button.wf_navbar-sidebar-toggle .lines .lines-2 {
    width: 30px;
    transform: translate3d(0, 8px, 0);
    margin: 0;
}

button.wf_navbar-sidebar-toggle .lines .lines-1:after,
button.wf_navbar-sidebar-toggle .lines .lines-1:before,
button.wf_navbar-sidebar-toggle .lines .lines-2:after,
button.wf_navbar-sidebar-toggle .lines .lines-2:before {
    content: " ";
    position: absolute;
    height: 2px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--wf-secondary-color);
    opacity: 1;
    width: 100%;
}

button.wf_navbar-sidebar-toggle .lines .lines-1:before,
button.wf_navbar-sidebar-toggle .lines .lines-2:before {
    transform: translate3d(-100%, 0, 0);
}

button.wf_navbar-sidebar-toggle .lines .lines-1:after,
button.wf_navbar-sidebar-toggle .lines .lines-2:after {
    transform: translate3d(0, 0, 0);
}

button.wf_navbar-sidebar-toggle:focus .lines .lines-1::before,
button.wf_navbar-sidebar-toggle:hover .lines .lines-1::before {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms,
        opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
}

button.wf_navbar-sidebar-toggle:focus .lines .lines-1::after,
button.wf_navbar-sidebar-toggle:hover .lines .lines-1::after {
    transform: translate3d(36px, 0, 0);
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
        opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

button.wf_navbar-sidebar-toggle:focus .lines .lines-2::before,
button.wf_navbar-sidebar-toggle:hover .lines .lines-2::before {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms,
        opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
}

button.wf_navbar-sidebar-toggle:focus .lines .lines-2::after,
button.wf_navbar-sidebar-toggle:hover .lines .lines-2::after {
    transform: translate3d(36px, 0, 0);
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms,
        opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
}

/* Admin Bar */

@media (min-width: 48.95em) and (max-width: 61.95em) {
    body.admin-bar .wf_mobilenav.is--sticky.on {
        top: 32px;
    }
}

@media (min-width: 37.563em) and (max-width: 48.875em) {
    body.admin-bar .wf_mobilenav.is--sticky.on {
        top: 46px;
    }
}

body.admin-bar .wf_navbar-wrapper.is--sticky.on,
body.admin-bar .wf_navbar-sidebar-toggle+.wf_sidebar,
body.admin-bar .wf_mobilenav-mainmenu-content {
    top: 46px;
}

@media (min-width: 62em) {
    body.admin-bar .wf_navbar-wrapper.is--sticky.on {
        top: 32px;
    }
}

@media (min-width: 48.95em) {

    body.admin-bar .wf_navbar-sidebar-toggle+.wf_sidebar,
    body.admin-bar .wf_mobilenav-mainmenu-content {
        top: 32px;
    }
}

.wf_sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(0.75rem);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 1s;
}

.sidebar--active .wf_sidebar {
    opacity: 1;
    visibility: visible;
}

.wf_sidebar .off--layer {
    right: -100%;
    left: unset;
}

.sidebar--active .wf_sidebar .off--layer {
    right: 0%;
}

.wf_sidebar .wf_sidebar-wrapper {
    position: relative;
    width: 40rem;
    height: 100%;
    padding: 4rem 3rem;
    color: var(--wf-secondary-color);
    background: linear-gradient(100.88deg, #f5f5f5 0.6%, #fff6eb 100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.sidebar--active .wf_sidebar .wf_sidebar-wrapper {
    transform: translateX(0%);
}

.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-close {
    background-color: var(--wf-main-color);
}

.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-close:before,
.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-close:after {
    background-color: #fff;
}

.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-content {
    position: relative;
    top: 15rem;
    width: 100%;
    height: 100%;
    padding: 1.8rem 0;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sidebar--active .wf_sidebar-wrapper .wf_sidebar-content {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-content .widget+.widget {
    margin-top: 3rem;
}

.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-content .widget .textwidget {
    text-align: center;
}

.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-content .widget .textwidget img {
    border-radius: 2rem;
}

.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-content .widget .textwidget p {
    margin-top: 1.6rem;
}

.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-content .widget .wp-block-heading,
.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-content .widget .widget-title {
    padding-left: 1.5rem;
}

.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-content .widget .wp-block-heading:before,
.wf_sidebar .wf_sidebar-wrapper .wf_sidebar-content .widget .widget-title:before {
    content: "";
    width: 0.35rem;
    position: absolute;
    bottom: 0;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 66%;
    background-color: var(--wf-main-color);
}

.wf_navbar-info-contact .contact__list i {
    width: 4.2rem;
    height: 4.2rem;
    background: rgba(189, 189, 189, 0.15);
    color: var(--wf-main-color);
    border-radius: 50%;
    font-size: 2.2rem;
    margin-right: 1rem;
}

.wf_navbar-info-contact .contact__body .title {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 3px;
    margin-bottom: 1px;
}

.wf_navbar-info-contact .contact__body .description {
    opacity: 0.9;
    color: var(--wf-text-color);
    line-height: 1.5;
    font-size: 1.5rem;
}

/* Header--one */

.header--one {
    color: var(--wf-secondary-color);
}

.header--one .wf_header-topbar {
    position: relative;
    color: var(--wf-secondary-color);
    background-color: rgba(189, 189, 189, 0.15);
    z-index: 1;
}

.header--one .wf_navbar-menu {
    justify-content: space-between;
}

.header--one .wf_navbar-nav {
    text-align: start;
}

.header--one .wf-row+.wf-row .wf_navbar-right>ul {
    padding-left: 0;
}

/* Footer */

.wf_footer {
    padding: 0 0;
    position: relative;
    z-index: 0;
}

.wf_footer--one {
    background-color: rgba(189, 189, 189, 0.15);
}

.wf_footer--one .footer-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5%;
    z-index: -1;
    opacity: 0.15;
    overflow: hidden;
}

.wf_footer--dark {
    color: #b0a9c0;
    overflow: hidden;
    background-color: var(--wf-secondary-color);
}

.wf_footer--dark .widget_social li a {
    color: #fff;
    background: rgba(189, 189, 189, 0.2);
    border: 0.1rem solid rgba(189, 189, 189, 0.2);
}

.wf_footer--dark .wf_footer_middle .widget .wp-block-heading,
.wf_footer--dark .wf_footer_middle .widget .widget-title {
    color: #fff;
}

.wf_footer--one h1,
.wf_footer--one .h1,
.wf_footer--one h2,
.wf_footer--one .h2,
.wf_footer--one h3,
.wf_footer--one .h3,
.wf_footer--one h4,
.wf_footer--one .h4,
.wf_footer--one h5,
.wf_footer--one .h5,
.wf_footer--one h6,
.wf_footer--one .h6 {
    color: inherit;
}

.wf_footer .widget .wp-block-image a {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.625rem;
    font-weight: 500;
}

.wf_footer .widget .wp-block-image a:not(:hover, :focus) {
    text-decoration: none;
}

/* Footer Top */

.wf_footer-top {
    padding-top: 7.5rem;
    padding-bottom: 6rem;
    border-bottom: 0.1rem solid rgba(189, 189, 189, 0.4);
}

.wf_footer-top .contact__list i,
.wf_footer-top .contact__list img {
    width: 5.5rem;
    height: 5.5rem;
    font-size: 2.5rem;
    padding: 1rem;
    object-fit: contain;
    color: var(--wf-main-color);
    outline: 2px solid var(--wf-main-color);
    border-radius: 1rem;
}

/* Footer Middle */

.wf_footer_middle {
    position: relative;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    margin-top: 0;
}

.wf_footer_middle .widget .wp-block-heading,
.wf_footer_middle .widget .widget-title {
    position: relative;
    padding-bottom: 1.4rem;
    margin-bottom: 2.4rem;
}

.wf_footer_middle .widget .wp-block-heading:before,
.wf_footer_middle .widget .widget-title:before {
    position: absolute;
    content: "";
    width: 5rem;
    background-color: var(--wf-main-color);
    height: 0.2rem;
    left: 0;
    bottom: 0;
    border-radius: 0.5rem;
}

.wf_footer_middle .widget+.widget {
    margin-top: 3rem;
}

.wf_footer_middle .widget .contact__list+.contact__list {
    margin-top: 2rem;
}

.wf_footer_middle .widget .contact__list i {
    font-size: 2.2rem;
    width: 2.5rem;
    height: 2.5rem;
}

.wf_footer_middle .widget .contact__list .contact__body .title {
    color: inherit;
    font-weight: 600;
    font-size: 1.7rem;
}

.wf_footer_middle .widget ol li a,
.wf_footer_middle .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget_payment):not(.widget_social):not(.widget_calender):not(.widget_tag_cloud) ul:not(.wp-block-social-links, .wp-block-latest-posts, .product_list_widget) li a {
    display: block;
    width: 100%;
}

.wf_footer_middle .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget_payment):not(.widget_social):not(.widget_calender):not(.widget_tag_cloud) ul:not(.wp-block-social-links, .wp-block-latest-posts, .product_list_widget) li:not(:last-child) a {
    margin-bottom: 1rem;
}

.wf_footer_middle .widget ol li a:hover,
.wf_footer_middle .widget ol li a:focus,
.wf_footer_middle .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget_payment):not(.widget_social):not(.widget_calender):not(.widget_tag_cloud) ul:not(.wp-block-social-links, .wp-block-latest-posts, .product_list_widget) li a:hover,
.wf_footer_middle .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget-info):not(.widget_payment):not(.widget_social):not(.widget_calender):not(.widget_tag_cloud) ul:not(.wp-block-social-links, .wp-block-latest-posts, .product_list_widget) li a:focus {
    color: inherit;
    opacity: 1;
}

.wf_footer .wf_footer_middle .widget.widget_social:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget_payment):not(.widget_calender):not(.widget_tag_cloud) ul:not(.wp-block-social-links, .wp-block-latest-posts, .product_list_widget) li a {
    margin: 0;
    padding: 0;
    width: 4rem;
    height: 4rem;
}

.wf_footer .wf_footer_middle .widget.widget_social:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget_payment):not(.widget_calender):not(.widget_tag_cloud) ul:not(.wp-block-social-links, .wp-block-latest-posts, .product_list_widget) li a::before {
    display: none;
}

.wf_footer_middle .wp-block-gallery.has-nested-images figure.wp-block-image img {
    min-height: 9.7rem;
}

.wf_business_hour .wf_business_schedule {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem;
    font-size: 1.8rem;
}

.wf_footer .wf_footer_middle .widget_nav_menu .menu {
    display: grid;
}

@media (min-width: 48em) {
    .wf_footer .wf_footer_middle .widget_nav_menu .menu {
        grid-template-columns: repeat(1, 1fr 1fr);
    }
}

.wf_footer .wf_footer_middle .mc4wp-form .form-group input[type="text"],
.wf_footer .wf_footer_middle .mc4wp-form .form-group input[type="email"] {
    background-color: rgba(189, 189, 189, 0.15);
    color: inherit;
}

.wf_sidebar,
.wf_footer {
    --wp--style--block-gap: 1.6rem;
}

/* Footer Copyright */

.wf_footer_copyright {
    padding: 1.6rem 0 1.5rem;
    background-color: rgba(189, 189, 189, 0.1);
    border-top: 0.1rem solid rgba(189, 189, 189, 0.4);
}

.wf_footer_copyright .widget li {
    display: inline-block;
    margin-left: 0.85rem;
}

.wf_footer_copyright .widget li:first-child {
    margin-left: 0;
}

.wf_footer_copyright .widget li a {
    position: relative;
    z-index: 0;
}

.wf_footer_copyright .widget.widget_payment li a {
    font-size: 3rem;
}

.wf_footer_copyright .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget_payment):not(.widget_social):not(.widget_calender):not(.widget_tag_cloud) ul:not(.wp-block-social-links, .wp-block-latest-posts, .product_list_widget) li a:hover,
.wf_footer_copyright .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget-info):not(.widget_payment):not(.widget_social):not(.widget_calender):not(.widget_tag_cloud) ul:not(.wp-block-social-links, .wp-block-latest-posts, .product_list_widget) li a:focus,
.wf_footer_copyright .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget_payment):not(.widget_social):not(.widget_calender):not(.widget_tag_cloud) ul:not(.wp-block-social-links, .wp-block-latest-posts, .product_list_widget) li a {
    padding-left: 2rem;
}

.wf_footer_copyright .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget_payment):not(.widget_social):not(.widget_calender):not(.widget_tag_cloud) ul:not(.wp-block-social-links, .wp-block-latest-posts, .product_list_widget) li a:before {
    opacity: 0.75;
}

.wf_footer--one .wf_footer_copyright .widget .wp-block-image a,
.wf_footer--one .wf_footer_copyright .widget li:not(.widget_payment):not(.widget_social) a,
.wf_footer--one .wf_footer_copyright .wf_footer_copyright-text a {
    color: inherit;
}

.wf_footer--one .wf_footer_copyright .wf_footer_copyright-text a:hover,
.wf_footer--one .wf_footer_copyright .wf_footer_copyright-text a:focus {
    text-decoration-style: dotted;
}

@media (min-width: 36em) {
    .wf_footer_copyright>.wf-container>.wf-row>* {
        margin-top: auto;
        margin-bottom: auto;
    }
}

@media (max-width: 35.95em) {
    .wf_footer_copyright>.wf-container>.wf-row>*:first-child {
        margin-top: 0;
    }
}

/* Up Top */

button.wf_uptop {
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    height: 4.5rem;
    width: 4.5rem;
    cursor: pointer;
    display: block;
    border-radius: 5rem;
    padding: 0;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    transform: translateY(10rem);
    border: 0.2rem solid var(--wf-main-color);
    transition: 1s ease;
}

.wf_uptop.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media (min-width: 48rem) {
    .wf_uptop.active:hover {
        transform: translateY(-0.8rem);
        box-shadow: 0 0.3rem 1.6rem rgba(0, 0, 0, 0.25);
    }
}

.wf_uptop:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 1rem;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center,
            rgba(0, 0, 0, 0.25) 0,
            rgba(0, 0, 0, 0) 80%);
}

.wf_uptop:after {
    position: absolute;
    font-family: "Font Awesome 6 Free";
    content: "\f148";
    text-align: center;
    line-height: 4.3rem;
    font-size: 1.8rem;
    color: var(--wf-main-color);
    top: -1px;
    left: -1px;
    height: 4.5rem;
    width: 4.5rem;
    cursor: pointer;
    display: block;
    z-index: 1;
    font-weight: 900;
    box-shadow: none;
    border-radius: 50% !important;
    border-radius: 0.5rem;
    animation: scroll_top_effect 1s ease infinite alternate;
}

.wf_uptop svg {
    color: var(--wf-main-color);
    border-radius: 50%;
    background: #fff;
}

.wf_uptop svg path {
    fill: none;
    stroke: var(--wf-main-color);
    stroke-width: 1rem;
    transition: all 0.2s linear;
}

/* Post */

.wf_post_item {
    position: relative;
}

.wf_post_item .image {
    position: relative;
    overflow: hidden;
}

.wf_post_item .image img {
    transition: 0.3s linear;
}

.wf_post_item:focus-within .image img,
.wf_post_item:hover .image img {
    transform: scale(1.1);
}

.wf_post_item .image>a {
    display: inline-block;
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.7s ease;
}

.wf_post_item:hover .image>a,
.wf_post_item:focus-within .image>a {
    opacity: 1;
}

.wf_post_item .image .link {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -22px;
    text-align: center;
    font-size: 0;
}

.wf_post_item .image .link:after,
.wf_post_item .image .link:before,
.wf_post_item .image .link span {
    display: inline-block;
    margin-right: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
    opacity: 0;
    transition: opacity 0.2s ease;
    animation: link-fadeOutRight 0.3s ease;
}

.wf_post_item .image .link:after,
.wf_post_item .image .link:before {
    content: "";
}

.wf_post_item .image .link:before {
    transition-delay: 0.15s;
    animation-delay: 0.15s;
}

.wf_post_item .image .link:after {
    margin-right: 0;
}

.wf_post_item .image .link span {
    transition-delay: 0.1s;
    animation-delay: 0.1s;
}

.wf_post_item:focus-within .image .link:after,
.wf_post_item:focus-within .image .link:before,
.wf_post_item:focus-within .image .link span,
.wf_post_item:hover .image .link:after,
.wf_post_item:hover .image .link:before,
.wf_post_item:hover .image .link span {
    opacity: 1;
    animation: link-fadeInLeft 0.3s ease;
}

.wf_post_item:focus-within .image .link:before,
.wf_post_item:hover .image .link:before {
    transition-delay: 0.2s;
    animation-delay: 0.2s;
}

.wf_post_item:focus-within .image .link span,
.wf_post_item:hover .image .link span {
    transition-delay: 0.1s;
    animation-delay: 0.1s;
}

.wf_post_item .image .date {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    display: inline-block;
    min-width: 53px;
    border-radius: 0;
    padding: 0 6px;
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    color: #333;
    text-align: center;
    line-height: 1;
    transform: translate3d(0, 0, 0);
}

.wf_post_item .image .date>span {
    display: block;
}

.wf_post_item .image .date .day {
    padding-top: 6px;
    padding-bottom: 4px;
    font-size: 24px;
}

.wf_post_item .image .date .month {
    padding-top: 2px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.wf_post_item .inner {
    background-color: #fff;
    padding: 2.5rem 2.5rem 2.2rem;
    transition: all 0.2s ease-in-out;
    border: 0.1rem solid rgba(189, 189, 189, 0.4);
    position: relative;
    text-align: center;
}

.wf_post_item .image+.inner {
    border-top: none;
}

.wf_post_item:not(.single-post):hover .inner,
.wf_post_item:not(.single-post):focus-within .inner {
    border-color: transparent;
    box-shadow: 0 1.2rem 6rem 0 rgba(0, 0, 0, 0.1);
}

.wf_post_item .inner .meta {
    margin-bottom: 1.2rem;
}

.wf_post_item .meta ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin: -0.6rem 0 0 0;
    padding: 0;
}

.wf_post_item .meta ul li {
    margin-top: 0.6rem;
    line-height: 1.2;
}

.wf_post_item .meta ul li:not(:first-child) {
    margin-left: 1.2rem;
    text-align: end;
}

.wf_post_item .meta ul li>div {
    position: relative;
}

.wf_post_item .meta .reply {
    display: inline-flex;
    align-items: baseline;
    position: relative;
}

.wf_post_item .meta .reply .count {
    position: absolute;
    top: -5px;
    right: 0px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--wf-text-color);
    color: #fff;
    text-align: center;
    font-size: 9px;
    line-height: 1.4rem;
}

.wf_post_item .meta .author a:not(:hover, :focus),
.wf_post_item .meta .reply a:not(:hover, :focus) {
    color: inherit;
    text-decoration: none;
}

.wf_post_item .meta .author i,
.wf_post_item .meta .reply i {
    vertical-align: middle;
    margin-right: 0.8rem;
}

.wf_post_item .meta .reply,
.wf_post_item .meta .author {
    font-size: 1.4rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.wf_post_item .meta .author a {
    display: inline-block;
    vertical-align: middle;
}

.wf_post_item .meta .author img {
    margin-right: 1px;
    width: 2rem;
    height: 2rem;
    border-radius: 10rem;
    object-fit: cover;
    border: 0.1rem solid rgba(189, 189, 189, 0.4);
}

.wf_post_item .meta .social-share-tooltip {
    position: relative;
}

.wf_post_item .meta .social-share-tooltip .social-share {
    display: block;
    padding: 5px;
    height: auto;
    line-height: 1;
    pointer-events: auto;
    max-width: fit-content;
    position: absolute;
    z-index: 1110;
    visibility: hidden;
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    opacity: 0;
    background-color: #000;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: 0;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 8px;
}

.wf_post_item .meta .social-share-tooltip:hover .social-share,
.wf_post_item .meta .social-share-tooltip:focus-within .social-share {
    visibility: visible;
    opacity: 1;
    animation: wf_fadeInTooltip 0.3s ease;
}

.wf_post_item .meta .social-share-tooltip .social-share:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    left: 50%;
    border-width: 5px 5px 0;
    border-top-color: #000;
    top: 100%;
    margin-left: -5px;
}

.wf_post_item .meta .social-share-tooltip .social-share:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    inset: auto 0 -8px 0;
}

.wf_post_item .meta .social-share-tooltip .social-share a {
    text-decoration: none;
    font-size: 1.4rem;
    color: #fff;
    padding: 6px;
    display: inline-block;
}

.wf_post_item .meta .social-share-tooltip .social-share a:hover,
.wf_post_item .meta .social-share-tooltip .social-share a:focus {
    opacity: 0.9;
}

.wf_post_item .image+.inner .catetag {
    position: absolute;
    top: -1.2rem;
    left: 50%;
    transform: translateX(-50%);
}

.wf_post_item .catetag {
    color: #fff;
    font-size: 12px;
    background: var(--wf-main-color);
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-bottom: 1.8rem;
    line-height: 1.25;
}

.wf_post_item .catetag i {
    color: #fff;
    vertical-align: middle;
}

.wf_post_item .catetag a {
    text-decoration: none;
    color: inherit;
    font-weight: 700;
}

.wf_post_item .catetag a:hover,
.wf_post_item .catetag a:focus {
    text-decoration: underline;
}

.wf_post_item .title {
    font-size: 2rem;
    margin-bottom: 1.1rem;
    transition: all 0.2s ease-in-out;
}

.wf_post_item .more-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    line-height: 1.2;
    color: var(--wf-secondary-color);
    font-weight: 700;
    text-transform: capitalize;
}

.wf_post_item .more-link:after {
    content: "\f178";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    display: inline-block;
    margin-left: 0.8rem;
}

.wf_post_item .more-link:hover,
.wf_post_item .more-link:focus {
    color: var(--wf-main-color);
    letter-spacing: 0.05rem;
}

/* Post Single */

.single-post {
    margin-bottom: 6rem;
}

.single-post .image {
    margin-bottom: 3rem;
}

.single-post .image img {
    width: 100%;
}

.single-post .wp-block-image img,
.single-post .image img {
    border-radius: 2rem;
}

.single-post .inner .title {
    font-size: 3.6rem;
}

.single-post .inner .meta {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
}

.single-post .inner .meta ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-post .inner .meta li {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: var(--wf-secondary-color);
    gap: 5px;
}

.single-post .inner .meta li i {
    font-size: 2rem;
    margin-right: 5px;
    color: var(--wf-main-color);
}

.single-post .inner .meta li a:not(:hover, :focus) {
    text-decoration: none;
    color: inherit;
}

.single-post .inner .meta li a:not(:last-child) {
    margin-right: 3px;
}

.single-post .meta_bottom {
    margin-bottom: 0;
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border: 0.1rem solid rgba(189, 189, 189, 0.4);
    border-left: none;
    border-right: none;
}

.single-post .meta_bottom .title {
    font-size: 1.8rem;
    display: inline-block;
    margin-right: 1.2rem;
}

.single-post .meta_bottom .tags a {
    font-size: 1.5rem;
    border-radius: 5px;
    margin-bottom: 0.3rem;
    padding: 0.8rem 1.6rem;
    font-weight: 500;
    color: var(--wf-text-color);
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    margin-right: 0.5rem;
    background: rgba(14, 25, 30, 0.03);
    border: 0.1rem solid rgba(189, 189, 189, 0.4);
}

.single-post .meta_bottom .tags a:hover,
.single-post .meta_bottom .tags a:focus {
    border-color: var(--wf-main-color);
    background-color: var(--wf-main-color);
    color: #fff;
}

.single-post .meta_bottom .widget_social a {
    width: 2rem;
    height: auto;
    color: var(--wf-text-color);
    background-color: transparent;
}

.single-post .meta_bottom .widget.widget_social li a:after {
    display: none;
}

.wp-block-heading {
    margin-bottom: 1rem;
}

.wp-block-cover .wp-block-cover-is-layout-flow {
    text-align: center;
}

.single-post p {
    margin-bottom: 1.6rem;
}

/* Author Details */

.author-details {
    padding: 3rem;
    background: rgba(var(--wf-main-rgb), 0.03);
    border: 1px solid rgba(var(--wf-main-rgb), 0.2);
    border-radius: 1rem;
}

.author-details .media {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.author-details .media .auth-mata {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 3rem;
    margin-top: 0;
}

.author-details .media .auth-mata img {
    border-radius: 50%;
    background-color: rgba(255, 255, 255);
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.08);
    width: 10rem;
    height: 10rem;
}

.author-details .media .media-body {
    flex: 1;
}

.author-details .media .media-body h5 {
    letter-spacing: 0.025rem;
    vertical-align: baseline;
}

.author-details .media .media-body h5 a:not(:hover, :focus) {
    text-decoration: none;
    color: var(--wf-secondary-color);
}

.author-details .media .media-body h5+p {
    margin-bottom: 0;
    margin-top: 0.8rem;
}

.nextprev-post-wrapper {
    margin-top: 6rem;
}

.nextprev-post {
    position: relative;
    border: solid 1px rgba(189, 189, 189, 0.4);
    border-radius: 10px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.nextprev-post .nextprev-text {
    display: block;
    margin-bottom: 6px;
}

.nextprev-post.next {
    text-align: end;
}

.nextprev-post .post-title {
    font-size: 18px;
    margin: 0;
}

/* Comment & Form */

.comments-area {
    margin-top: 6rem;
    border-radius: 8px;
    padding: 35px 40px 50px;
    background: rgba(14, 25, 30, 0.03);
    border: 0.1rem solid rgba(189, 189, 189, 0.4);
}

.single-comments-title,
.comments-title {
    margin-bottom: 3rem;
    text-align: start;
}

.comments-title h3 {
    font-size: 3.4rem;
}

.comment-list {
    margin: 0 0 6rem;
    padding: 0;
    list-style: none;
}

.comments-area li {
    list-style: none;
}

.comments-area .comment-body {
    position: relative;
    padding: 3rem;
    min-height: 12rem;
    word-wrap: break-word;
    border-radius: 0;
    z-index: 0;
    margin-bottom: 4rem;
}

@media (min-width: 48rem) {
    .comments-area .comment-body {
        padding: 3rem 3rem 3rem 16.5rem;
    }
}

.comments-area .comment-body:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    z-index: -1;
    border-radius: inherit;
}

@media (min-width: 48rem) {
    .comments-area .comment-body:before {
        max-width: calc(100% - 120px);
    }
}

.comment-list .comment .comment-body:before {
    background: rgba(189, 189, 189, 0.2);
    border: 0.1rem solid rgba(189, 189, 189, 0.4);
}

.comments-area .comment-meta .comment-awaiting-moderation {
    display: block;
    width: 100%;
    clear: both;
}

.comments-area .comment-meta .comment-author {
    font-size: 1.6rem;
}

.comments-area .comment-meta .comment-author .fn {
    font-weight: 700;
}

.comment-meta .comment-metadata>a,
.comments-area .comment-meta .comment-author a {
    text-decoration: none;
    color: var(--wf-secondary-color);
}

.comment-meta .comment-metadata>a:hover,
.comment-meta .comment-metadata>a:focus,
.comments-area .comment-meta .comment-author a:hover,
.comments-area .comment-meta .comment-author a:focus {
    color: var(--wf-main-color);
}

.comments-area .comment-meta .comment-author img {
    width: 6rem;
    border-radius: 10rem;
}

@media (min-width: 48rem) {
    .comments-area .comment-meta .comment-author img {
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0.6rem;
        width: 9rem;
        border-radius: 10rem;
    }
}

.comments-area .comment-meta .comment-author,
.comment-meta .comment-metadata {
    line-height: 1.5;
    font-size: 1.8rem;
    display: inline-block;
}

.comment-content {
    position: relative;
    z-index: 0;
    padding: 1.6rem 0;
    line-height: 1.5;
}

.comment-content p {
    margin-bottom: 0;
}

.comment-body .reply a,
.comment-body .edit a {
    font-weight: 600;
    letter-spacing: 0.03rem;
    background: var(--wf-main-color);
    color: #fff;
    padding: 0.2rem 1.2rem;
}

.comment-body .reply a:not(:hover, :focus),
.comment-body .edit a:not(:hover, :focus) {
    text-decoration: none;
}

.comment-list .comment .children .comment-body:before {
    border: 0.1rem solid rgba(189, 189, 189, 0.4);
    background: #fff;
}

.comment-reply-title {
    font-size: 3.4rem;
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1.2rem;
}

.comment-form>p>label {
    display: block;
    font-weight: 600;
    margin-bottom: 3px;
    color: var(--wf-secondary-color);
}

.comment-form input[type="checkbox"]+label {
    display: inline-block;
}

.comment-form>p.comment-notes {
    flex-basis: 100%;
    width: 100%;
}

.comment-form>p:not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
    flex: auto;
}

@media (max-width: 61.95em) {

    .comment-form>p:nth-child(2n + 1):not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit),
    .comment-form>p:not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
        max-width: 100%;
        flex-basis: 100%;
    }
}

.comment-form-comment {
    max-width: 100%;
    flex-basis: 100%;
}

.comment-form-cookies-consent,
.form-submit {
    width: 100%;
}

.comment-form-cookies-consent label {
    vertical-align: middle;
    margin-left: 0.3rem;
}

/* Pagination */

.navigation .nav-links {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.navigation .nav-links > * {
    flex: 1;
}

.navigation .nav-links a {
    text-decoration: none;
}

.navigation .nav-links .nextprev-post {
    height: 100%;
}

.woocommerce nav.woocommerce-pagination,
.pagination {
    position: relative;
    text-align: center;
    z-index: 0;
    width: 100%;
    max-width: fit-content;
    display: block;
    margin: 0 auto;
    margin-top: 4rem;
}

.pagination h2 {
    display: none;
}

.woocommerce nav.woocommerce-pagination ul {
    line-height: 4rem;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul,
.pagination .nav-links {
    display: inline-flex;
    align-items: center;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.page-links .post-page-numbers,
.woocommerce nav.woocommerce-pagination ul li .page-numbers,
.pagination .page-numbers:not(.dots) {
    font-weight: 600;
    border-width: 0.2rem;
    border-style: solid;
    border-color: transparent;
    display: flow-root;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 3.24rem;
    min-width: 3.9rem;
    text-align: center;
    padding: 0.2rem 1.2rem;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 50%;
    text-decoration: none;
    color: var(--wf-secondary-color);
    border: 0.1rem solid rgba(189, 189, 189, 0.4);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers i,
.pagination .page-numbers:not(.dots) i {
    font-size: 1.3rem;
}

.page-links .post-page-numbers {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border-width: 0.1rem;
    border-color: var(--wf-main-color);
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers:not(.current):hover,
.pagination .page-numbers:not(.dots, .current):hover {
    color: var(--wf-main-color);
    background-color: transparent;
}

.page-links .post-page-numbers:hover,
.page-links .post-page-numbers:focus,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current,
.pagination .page-numbers:not(.dots):hover,
.pagination .page-numbers:not(.dots):focus,
.pagination .nav-links .page-numbers.current {
    color: #fff;
    background-color: var(--wf-main-color);
}

.page-links .post-page-numbers:not(:last-child),
.pagination .page-numbers.dots,
.woocommerce nav.woocommerce-pagination ul li:not(:last-child),
.pagination .page-numbers:not(.dots):not(:last-child) {
    margin-right: 1rem;
}

/* Sidebar */

.wf_widget-area .widget {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    padding: 2.5rem 3rem 2.5rem;
    border: 0.1rem solid rgba(189, 189, 189, 0.4);
    border-radius: 1rem;
    transition: all 0.2s ease-in-out;
}

.wf_widget-area .widget+.widget {
    margin-top: 4rem;
}

.wf_widget-area .widget .wp-block-heading,
.wf_widget-area .widget .widget-title {
    padding: 1.4rem 2rem 1.4rem 2rem;
    margin-top: -2.5rem;
    margin-right: -3rem;
    margin-bottom: 2.5rem;
    margin-left: -3rem;
    text-align: center;
    background-color: var(--wf-main-color);
    color: #fff;
}

.wf_widget-area .widget .wp-block-heading:before,
.wf_widget-area .widget .widget-title:before {
    position: absolute;
    content: "";
    background: var(--wf-main-color);
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
}

.wf_widget-area .widget ul:not(.wp-block-social-links) li {
    border-bottom: 0.1rem dashed rgba(189, 189, 189, 0.4);
    text-transform: capitalize;
    padding: 10px 0;
}

.wf_widget-area .widget ul>li:first-child {
    padding-top: 0;
}

.wf_widget-area .widget ul>li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.wf_widget-area .widget.widget_archive ul li a,
.wf_widget-area .widget.widget_categories ul li a,
.wf_widget-area .widget.widget_nav_menu ul li a {
    position: relative;
    padding-left: 2.2rem;
    font-weight: 500;
    display: inline-block;
}

.wf_widget-area .widget:not(.widget_payment):not(.widget_social) li a:not(:hover, :focus) {
    color: var(--wf-secondary-color);
}

.wf_widget-area .widget.widget_archive ul li a::before,
.wf_widget-area .widget.widget_categories ul li a::before,
.wf_widget-area .widget.widget_nav_menu ul li a::before {
    content: "\f061";
    top: -0.16rem;
    left: 0;
    font-size: 1.8rem;
    font-weight: normal;
    color: var(--wf-main-color);
    opacity: 0.4;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

/* Meta */

.widget_meta ul li a {
    padding-right: 0;
    padding-left: 25px !important;
}

.widget_meta ul li a:before {
    left: 0;
    font-family: FontAwesome;
    color: var(--wf-main-color);
}

.widget_meta ul li:nth-child(1) a:before {
    content: "\f007";
}

.widget_meta ul li:nth-child(2) a:before {
    content: "\f08b";
}

.widget_meta ul li:nth-child(3) a:before {
    content: "\f086";
}

.widget_meta ul li:nth-child(4) a:before {
    content: "\f27a";
}

.widget_meta ul li:nth-child(5) a:before {
    content: "\f19a";
}

.widget_meta li a:hover:before,
.widget_meta li a:focus:before {
    -webkit-animation: rightCaret 600ms ease infinite;
    animation: rightCaret 600ms ease infinite;
}

/* Recent Comments */

.widget_recent_comments li {
    padding: 0;
    word-break: break-word;
}

/* Gallery */

.wf_gallery--one .wp-block-gallery figure.wp-block-image,
.wf_gallery--one .wp-block-gallery figure.wp-block-image a {
    border-radius: 2rem;
}

.wf_gallery--one .wp-block-gallery figure.wp-block-image a:before {
    font-size: 5.5rem;
}

.wp-block-gallery figure.wp-block-image {
    background-color: var(--wf-secondary-color);
}

.wp-block-gallery figure.wp-block-image,
.wp-block-gallery figure.wp-block-image a {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    z-index: 0;
}

.wp-block-gallery figure.wp-block-image,
.wp-block-gallery figure.wp-block-image * {
    height: 100%;
}

.wp-block-gallery figure.wp-block-image a {
    display: inline-block;
}

.wp-block-gallery figure.wp-block-image a:before {
    content: "\f065";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    color: #fff;
    background-image: -moz-linear-gradient(90deg,
            #161c2d 0%,
            rgba(22, 28, 45, 0) 100%);
    background-image: -webkit-linear-gradient(90deg,
            #161c2d 0%,
            rgba(22, 28, 45, 0) 100%);
    background-image: -ms-linear-gradient(90deg,
            #161c2d 0%,
            rgba(22, 28, 45, 0) 100%);
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: top center;
    z-index: 0;
}

.wf_gallery .wp-block-gallery figure.wp-block-image a:before {
    font-size: 5rem;
}

.wp-block-gallery figure.wp-block-image:hover a:before,
.wp-block-gallery figure.wp-block-image:focus-within a:before {
    transform: scale(1, 1);
}

.wp-block-gallery figure.wp-block-image:hover a img,
.wp-block-gallery figure.wp-block-image:focus-within a img {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Widget Tag */

.tagcloud,
.wp-block-tag-cloud {
    margin-bottom: -1rem;
}

.wp-block-tag-cloud a,
.widget_tag_cloud a {
    font-size: 1.6rem !important;
    display: inline-block;
    line-height: 1.5;
    padding: 0.6rem 1.6rem;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    color: var(--wf-secondary-color);
    background: rgba(14, 25, 30, 0.03);
    border: 0.1rem solid rgba(189, 189, 189, 0.4);
    margin-bottom: 1rem;
    margin-right: 0.5rem;
    border-radius: 5px;
}

.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus,
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus {
    color: #fff;
    background-color: var(--wf-main-color);
    border-color: var(--wf-main-color);
}

.wp-block-tag-cloud a:not(:hover, :focus),
.wf_footer .widget_calendar table th,
.wf_footer .widget_tag_cloud a:not(:hover, :focus) {
    color: inherit;
}

/* Full Sidebar >> Widget Calendar */

.calendar_wrap,
.wp-block-calendar {
    position: relative;
    background-color: none;
    overflow: hidden;
    border-radius: 0;
    border-top: 0;
}

.wp-block-calendar table,
.widget_calendar table {
    width: 100%;
    background-color: #fff;
    border: none;
    margin: 0;
    caption-side: top;
}

.wp-block-calendar table caption,
.widget_calendar table caption {
    font-weight: 700;
    color: #fff;
    position: relative;
    padding: 1.2rem 1.4rem;
    text-align: center;
    background-color: var(--wf-main-color);
}

.wp-block-calendar table th,
.wp-block-calendar table td,
.widget_calendar table th,
.widget_calendar table td {
    line-height: 4rem;
    padding: 0;
    text-align: center;
}

.wp-block-calendar tbody td#today,
.wp-block-calendar table th,
.widget_calendar table th {
    color: #fff;
    background: var(--wf-main-color);
    font-weight: 700;
}

.wp-block-calendar table td,
.widget_calendar table td {
    font-weight: 600;
    position: relative;
    border-style: solid;
    border-width: 0.1rem;
    color: var(--wf-secondary-color);
    border-color: rgba(189, 189, 189, 0.4);
}

.wp-block-calendar table tfoot,
.widget_calendar table tfoot {
    background-color: rgba(14, 25, 30, 0.03);
}

.wp-calendar-nav {
    font-weight: 600;
    padding: 1.15rem 1.4rem;
    background-color: var(--wf-main-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wp-calendar-nav a {
    display: inline-block;
    color: #fff;
}

.wp-calendar-nav a:not(:hover, :focus) {
    text-decoration: none;
}

/* Widget Search */

.widget_product_search .woocommerce-product-search,
.widget_search .search-form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

.widget_product_search .woocommerce-product-search button,
.widget_search .search-form .search-submit {
    flex-shrink: 0;
}

.widget_search .search-form input[type="search"],
.widget_product_search .woocommerce-product-search input[type="search"] {
    border-radius: 10rem;
}

/* Page Title */

.wf_pagetitle {
    position: relative;
    padding: 4.5rem 0;
    background-color: rgba(189, 189, 189, 0.15);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    z-index: 0;
}

.wf_pagetitle:not(.wf-text-center) .wf_pagetitle_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
}

.wf_pagetitle.wf-text-right .wf_pagetitle_content {
    flex-direction: row-reverse;
}

.wf_pagetitle .wf_pagetitle_content .title>* {
    position: relative;
    display: inline-block;
    color: var(--wf-secondary-color);
    line-height: 1.1;
    letter-spacing: 0.02em;
}

@media (max-width: 61.95em) {
    .wf_pagetitle .wf_pagetitle_content .title>* {
        font-size: 4rem;
        line-height: 5rem;
    }
}

@media (max-width: 35.95em) {
    .wf_pagetitle:not(.wf-text-center) .wf_pagetitle_content {
        justify-content: center;
        text-align: center;
    }

    .wf_pagetitle:not(.wf-text-center) .wf_pagetitle_content .title {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.wf_pagetitle .wf_pagetitle_content .wf_pagetitle_breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.wf_pagetitle.wf-text-center .wf_pagetitle_content .wf_pagetitle_breadcrumb {
    margin: 0.5rem 0 0 0;
}

.wf_pagetitle .wf_pagetitle_content .wf_pagetitle_breadcrumb li {
    position: relative;
    display: inline-block;
    font-weight: 500;
    color: var(--wf-secondary-color);
    margin-right: 0.55rem;
}

.wf_pagetitle .wf_pagetitle_content .wf_pagetitle_breadcrumb li:last-child {
    margin: 0;
}

.wf_pagetitle .wf_pagetitle_content .wf_pagetitle_breadcrumb li:not(:last-child, .active):after {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 1px;
    background-color: currentColor;
    vertical-align: middle;
    margin-left: 0.95rem;
}

.wf_pagetitle .wf_pagetitle_content .wf_pagetitle_breadcrumb li a:hover,
.wf_pagetitle .wf_pagetitle_content .wf_pagetitle_breadcrumb li a:focus,
.wf_pagetitle .wf_pagetitle_content .wf_pagetitle_breadcrumb li a {
    color: var(--wf-secondary-color);
}

.wf_pagetitle .wf_pagetitle_content .wf_pagetitle_breadcrumb li:first-child a:not(:hover, :focus) {
    opacity: 0.6;
}

/* Patterns */

.patterns-layer {
    position: absolute;
    z-index: -1;
}

.pattern_1 {
    bottom: 25%;
    left: 5%;
    opacity: 0.25;
    animation: floating--rotate 10s infinite linear;
}

.pattern_1::before,
.pattern_1::after {
    content: "";
    width: 2.5rem;
    height: 0.3rem;
    background-color: var(--wf-main-color);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pattern_1::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.pattern_2 {
    width: 2rem;
    height: 2rem;
    top: 10%;
    right: 3rem;
    opacity: 0.25;
    border-radius: 50%;
    background-color: var(--wf-main-color);
    animation: rotate3d 4s linear infinite;
}

@media (max-width: 767px) {
    .patterns-layer {
        display: none;
    }
}

/* Slider */

.wf_slider {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.wf_slider .slider {
    width: 100%;
    background-color: #f7f7f7;
}

.wf_slider .wf_owl_carousel,
.wf_slider .wf_slider-item,
.wf_slider .wf_slider-innercell,
.wf_slider .wf_slider-item>img {
    width: 100%;
    height: 100%;
    min-height: 48rem;
    max-height: 48rem;
    object-fit: cover;
}

@media (min-width: 36em) {

    .wf_slider .wf_owl_carousel,
    .wf_slider .wf_slider-item,
    .wf_slider .wf_slider-innercell,
    .wf_slider .wf_slider-item>img {
        min-height: 52rem;
        max-height: 52rem;
    }
}

@media (min-width: 62em) {

    .wf_slider .wf_owl_carousel,
    .wf_slider .wf_slider-item,
    .wf_slider .wf_slider-innercell,
    .wf_slider .wf_slider-item>img {
        max-height: 52rem;
        min-height: 52rem;
    }
}

@media (min-width: 87.5em) {

    .wf_slider .wf_owl_carousel,
    .wf_slider .wf_slider-item,
    .wf_slider .wf_slider-innercell,
    .wf_slider .wf_slider-item>img {
        max-height: 52rem;
        min-height: 52rem;
    }
}

.wf_slider .wf_slider-item img+.wf_slider-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
}

.wf_slider .wf_slider-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

@media (max-width: 47.938em) {
    .wf_slider .wf_slider-wrapper {
        padding-top: 2.4rem;
    }
}

.wf_slider .wf_slider-inner {
    overflow: hidden;
    display: table;
    width: 100%;
    height: 100%;
}

.wf_slider .wf_slider-innercell {
    display: table-cell;
    vertical-align: middle;
}

.wf_slider .wf_slider-content {
    position: relative;
    margin-bottom: 5.4rem;
    width: 100%;
    max-width: 92rem;
    z-index: 0;
}

.wf_slider .wf-text-left .wf_slider-content {
    margin-right: auto;
}

.wf_slider .wf-text-center .wf_slider-content {
    margin: auto;
    margin-bottom: 5.4rem;
}

.wf_slider .wf-text-right .wf_slider-content {
    margin-left: auto;
}

.wf_slider .wf_slider-content .subtitle {
    opacity: 0;
    transition: transform 1000ms ease, opacity 1000ms ease;
    transform: translateY(-200px);
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin-bottom: 1rem;
}

.wf_slider .active .wf_slider-content .subtitle {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1000ms;
}

.wf_slider .wf_slider-content .title {
    font-size: 4.2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(200px);
}

.wf_slider .active .wf_slider-content .title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1300ms;
}

.wf_slider .wf_slider-content .text {
    margin-bottom: 1.6rem;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 1500ms ease;
}

.wf_slider .active .wf_slider-content .text {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1500ms;
}

.wf_slider .wf_slider-content .wf_btn-group {
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 1500ms ease;
}

.wf_slider .active .wf_slider-content .wf_btn-group {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1600ms;
}

.wf_slider .wf_slider-item img+.wf_slider-wrapper .wf_slider-content .title,
.wf_slider .wf_slider-item img+.wf_slider-wrapper .wf_slider-content .text {
    color: #fff;
}

.wf_slider .wf_slider-item img+.wf_slider-wrapper .wf-btn-play-one {
    color: #fff;
}

.wf_slider .wf_slider-item img+.wf_slider-wrapper .wf-btn-play-one i {
    background-color: #fff;
    color: var(--wf-main-color);
}

.wf_slider .wf_slider-item img+.wf_slider-wrapper .wf-btn-play-one i:after {
    background-color: rgba(255, 255, 255, 0.4);
}

.wf_btn-group .wf-btn:not(:last-child) {
    margin-right: 2.1rem;
}

@media screen and (min-width: 62em) and (max-width: 87.438em) {
    .wf_slider .wf_slider-content .title {
        font-size: 6rem;
    }
}

@media (max-width: 61.95em) {
    .wf_slider .wf_slider-content .title {
        font-size: 3.2rem;
        margin-bottom: 1.8rem;
    }

    .wf_slider .wf_slider-content .text {
        margin-bottom: 1.8rem;
    }

    .wf_slider .wf_slider-content .wf-btn {
        margin-bottom: 1rem;
    }

    .wf_btn-group .wf-btn:not(:last-child) {
        margin-right: 1rem;
    }
}

@media (max-width: 35.95em) {

    .wf_slider .wf_slider-content .title,
    .wf_slider .wf_slider-content .text {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.wf_slider .wf-text-right .first {
    order: 1;
}

.wf_slider .last {
    text-align: start;
}

.wf_slider .last .banner-img {
    margin-right: -5.5rem;
    margin-left: -5.5rem;
}

/* Slider One */

.wf_slider--two .wf_slider-content .subtitle,
.wf_slider--one .wf_slider-content .subtitle {
    color: var(--wf-main-color);
    background-color: rgba(var(--wf-main-rgb), 0.15);
    display: inline-block;
    padding: 6px 13px;
    font-size: 1.5rem;
    border-radius: 5rem;
}

@media (min-width: 992px) {
    .wf_slider--one .wf_slider-item .wf_slider-wrapper .wf-row {
        width: calc(100% - 334px);
        margin-left: auto;
        transition: width 0.7s ease;
    }
}

/* Carousel Nav */

.slider.wf_owl_carousel .owl-nav [class*="owl-"] {
    width: 4.6rem;
    height: 4.6rem;
    line-height: 4.6rem;
    overflow: hidden;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    border: none;
    outline: none;
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.slider.wf_owl_carousel .owl-nav .owl-prev {
    left: 2rem;
    color: var(--wf-secondary-color);
    background-color: #fff;
}

.slider.wf_owl_carousel .owl-nav .owl-next {
    right: 2rem;
    color: #fff;
    background-color: var(--wf-main-color);
}

@media (max-width: 61.95em) {
    .slider.wf_owl_carousel .owl-nav [class*="owl-"] {
        width: 4.2rem;
        height: 4.2rem;
        line-height: 4.2rem;
    }

    .slider.wf_owl_carousel .owl-nav .owl-prev {
        left: 1rem;
    }

    .slider.wf_owl_carousel .owl-nav .owl-next {
        right: 1rem;
    }
}

.slider.wf_owl_carousel .owl-nav [class*="owl-"]:hover {
    opacity: 1;
    color: #fff;
    background-color: var(--wf-main-color);
}

/* Slider Dots */

.wf_slider .owl-theme.owl-carousel .owl-dots {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wf_slider .owl-theme.owl-carousel .owl-dots .owl-dot span {
    border-color: var(--wf-main-color);
}

.wf_slider .owl-theme.owl-carousel .owl-dots .owl-dot:hover span,
.wf_slider .owl-theme.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--wf-main-color);
}

.wf_slider .owl-theme.owl-carousel.owl-theme .owl-nav button.disabled {
    opacity: 0;
    visibility: hidden;
}

/* Slider Kenburn */

.wf_slider--kenburn .wf_slider-item {
    overflow: hidden;
}

.wf_slider--kenburn .owl-item .wf_slider-item>img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition: all 20s;
    transition: all 20s;
    transition-timing-function: linear;
}

.wf_slider--kenburn .owl-item:nth-child(even) .wf_slider-item>img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.wf_slider--kenburn .owl-item:nth-child(odd) .wf_slider-item>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.wf_slider--kenburn .owl-item.active:nth-child(even) .wf_slider-item>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.wf_slider--kenburn .owl-item.active:nth-child(odd) .wf_slider-item>img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

/* Heading */

.section-title-one .section-title .sub-title {
    display: inline-block;
    color: var(--wf-main-color);
    margin-bottom: 0.8rem;
}

.section-title-one .section-title .title {
    font-size: 3.2rem;
    line-height: 1.4;
    margin-bottom: 0;
}

.section-title-one .section-title.text-white .title {
    color: inherit;
}

@media (max-width: 767px) {
    .section-title-one .section-title .title {
        font-size: 2.2rem;
    }

    .section-title-one .section-title .title br {
        display: none;
    }
}

.section-title-one .section-title p {
    margin-top: 0.7rem;
    line-height: 1.4;
}

.more-link {
    font-size: 95%;
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none;
    color: var(--wf-main-color);
    position: relative;
    padding-bottom: 2px;
    display: inline-block;
}

.more-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 82%;
    height: 1px;
    background-color: var(--wf-main-color);
    transition: all ease 0.5s;
}

.more-link:focus::before,
.more-link:hover::before {
    width: 100%;
}

.more-link i {
    font-size: 18px;
    position: relative;
    top: 2.5px;
    transform: rotate(-45deg);
}

/* ====== */

/* Product Category */

.product-category {
    text-align: center;
}

.product-category .category-inner {
    position: relative;
}

.product-category .category-inner .category-image {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.wf_product_category_one .product-category .category-inner .category-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 132px;
    min-height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(189, 189, 189, 0.15);
}

.product-category .category-inner .category-image a {
    display: block;
    margin: -1px;
    transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-category:focus-within .category-inner .category-image a,
.product-category:hover .category-inner .category-image a {
    transform: scale3d(1.1, 1.1, 1);
}

.product-category .category-inner .category-image img {
    width: 100%;
}

.product-category .category-inner .category-mask {
    padding: 10px;
}

.product-category .category-inner .category-mask .title {
    font-size: 18px;
}

.product-category .category-inner .category-mask a {
    text-decoration: none;
}

.product-category .category-inner .category-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* Hurry Section */

.wf_hurry {
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-color: #f7f7f7;
}

.hurry-content {
    padding: 6rem 8rem;
}

.hurry-img-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .hurry-content {
        padding: 2.5rem;
    }

    .hurry-img-bg {
        display: none;
    }
}

/* About Section */

.about-content .about-video video {
    width: 100%;
    border-radius: 1.6rem;
}

.about-content .section-title p {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
}

.iconbox {
    text-align: center;
    background-color: transparent;
    border-radius: 1.6rem;
    padding: 3rem 1.5rem 2rem 1.5rem;
    transition: all 0.3s;
}

.iconbox:hover {
    background-color: var(--wf-main-color);
    color: #fff;
    transform: translateY(-20px);
    transition: all 0.3s;
}

.iconbox .icon {
    font-size: 56px;
    color: var(--wf-main-color);
    line-height: 1;
    margin-bottom: 1rem;
}

.iconbox .title {
    font-size: 2rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
}

.iconbox:hover .icon,
.iconbox:hover .title {
    color: #fff;
    transition: all 0.3s;
}

/* Work Section */

.wf_work {
    background-color: rgba(3, 6, 23, 0.03);
}

.wf_work .work-item {
    display: flex;
    gap: 2.4rem;
    align-items: center;
}

@media (max-width: 991px) {
    .wf_work .work-item {
        display: block;
        margin-bottom: 3rem;
    }
}

.wf_work .work-item .work-content {
    flex-basis: 49%;
}

.wf_work .work-item .work-content>div:not(:first-child) {
    margin-top: 1.6rem;
}

.wf_work .work-item .work-content .title {
    font-weight: 600;
    font-size: 2rem;
}

.wf_work .work-item .work-content .years {
    font-weight: 600;
    font-size: 1.7rem;
}

.wf_work .work-item .work-img {
    flex-basis: 51%;
    margin: 1.6rem;
    position: relative;
    overflow: hidden;
    border-radius: 1.6rem;
    box-shadow: 8px 8px 0px 0px var(--wf-main-color);
    transition: all 0.4s ease-in-out;
}

.wf_work .work-item .work-img:hover {
    transform: translateY(-8px);
}

.wf_work .work-item .work-img:before,
.wf_work .work-item .work-img:after {
    width: 50%;
    position: absolute;
    z-index: 1;
    top: -100%;
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
    filter: alpha(opacity=25);
    background: #000;
    transition: all 0.7s ease-out 0s;
}

.wf_work .work-item .work-img:after {
    left: inherit;
    bottom: -100%;
    top: inherit;
    right: 0;
}

.wf_work .work-item .work-img:hover:before {
    top: 0;
}

.wf_work .work-item .work-img:hover:after {
    bottom: 0;
}

.wf_work .work-item .work-img img {
    width: 100%;
    height: 42rem;
    object-fit: cover;
}

.wf_work .work-item:nth-child(odd) .work-img {
    order: 1;
}

@media (max-width: 991px) {
    .wf_work .work-item:nth-child(odd) .work-img {
        order: unset;
    }
}

.wf_work .work-item:nth-child(odd) .work-content {
    order: 2;
}

@media (max-width: 991px) {
    .wf_work .work-item:nth-child(odd) .work-content {
        order: unset;
    }
}

/* Team Section */

.team .thumb {
    border-radius: 1.6rem 1.6rem 0 0;
    overflow: hidden;
    border-bottom: 5px solid var(--wf-main-color);
}

.team .thumb img {
    width: 100%;
}

.team .info {
    margin-top: 1.5rem;
}

.team .info span {
    margin-bottom: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.4rem;
    display: block;
    line-height: 1.2;
    opacity: 0.9;
}

.team .info h5 {
    font-size: 2rem;
}

.team .info .widget.widget_social {
    margin-top: 1.2rem;
}

.team .info .widget.widget_social li a {
    width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
}

/* Review Section */

.review-card-inner {
    background-color: #fff;
    border: 1px solid rgba(189, 189, 189, 0.4);
    border-radius: 5px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-card-inner:hover,
.review-card-inner:hover .review-product {
    border-color: var(--wf-main-color);
}

.review-card .top-row {
    display: flex;
    padding: 20px 0 10px;
    border-bottom: 0;
    margin: 0 15px;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.review-card .review-thumbnail {
    position: relative;
}

.review-card .review-thumbnail img {
    max-width: 45px;
    max-height: 45px;
    border-radius: 100%;
}

.avatar-check {
    position: absolute;
    bottom: -6px;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #9be8d8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.avatar-check svg {
    width: 15px;
    height: 15px;
}

.avatar-check svg>* {
    fill: var(--wf-secondary-color);
}

.review-card .reviewer {
    text-align: start;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.review-card .reviewer-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-transform: capitalize;
    height: 50%;
    display: flex;
    align-items: center;
    color: var(--wf-secondary-color);
}

.review-card .reviewer-verified {
    border: 1px solid;
    border-color: var(--wf-main-color);
    color: var(--wf-main-color);
    padding: 1px 7px 0;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 8px;
    max-height: 18px;
    line-height: 2;
    letter-spacing: 0.3px;
    font-weight: 500;
}

.review-card .rating-row {
    padding: 0 0 10px;
    display: flex;
    align-items: center;
    margin: 0 15px;
}

.review-card .crstar-rating {
    overflow: hidden;
    position: relative;
    height: 15px;
    line-height: 1;
    font-size: 14px;
    width: 80px;
}

.review-card .crstar-rating:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: rgba(189, 189, 189, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.review-card .crstar-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffdc00;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.review-card .crstar-rating span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    color: #ffdc00;
    font-size: 14px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.review-card .rating-label {
    margin: 0 0 0 10px;
    font-size: 9px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: start;
    color: #fff;
    background: #019267;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border-radius: 3px;
}

.review-card .middle-row {
    font-size: 13px;
    margin: 0 15px;
}

.review-card .review-content {
    margin: 0 0 12px;
}

.review-card .datetime {
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
}

.review-card .review-product {
    border-radius: 0;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    margin-top: 10px;
    line-height: 1;
    border-top: 1px solid;
    border-color: rgba(189, 189, 189, 0.4);
}

.review-card .product-thumbnail {
    flex: 0 0 20%;
}

.review-card .product-thumbnail img {
    width: 50px;
    height: 50px;
    max-width: none;
    max-height: none;
    border-radius: 0;
}

.review-card .product-title {
    font-size: 13px;
    font-weight: 700;
    text-align: start;
    color: var(--wf-secondary-color);
}

.review-card .product-title a {
    text-decoration: none;
    color: inherit;
}

/* Contact Section */

.contact-page-info .contact__list {
    align-items: start;
}

.contact-page-info .contact__list i {
    font-size: 3.2rem;
    color: var(--wf-main-color);
    width: 5.6rem;
    height: 5.6rem;
    background-color: rgba(189, 189, 189, 0.4);
    border-radius: 5rem;
}

.contact-page-info .contact__body p+a,
.contact-page-info .contact__body .title {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--wf-secondary-color);
}

.contact-page-info .contact__body p+a {
    margin-top: 1rem;
}

.contact-page-info .contact__body a {
    width: max-content;
}

.authentication-content {
    padding: 5rem;
    border-radius: 1.6rem;
    border: 1px solid rgba(189, 189, 189, 0.4);
}

@media (max-width: 767px) {
    .authentication-content {
        padding: 3rem;
    }
}

.authentication-content .image img {
    width: 100%;
    border-radius: 1.6rem;
}

.wf_form_inner .wpcf7 p {
    margin-bottom: 0;
}

.wf_form_inner .wpcf7 p+p {
    margin-top: 2rem;
}

/* 404 */

.not-found {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    margin: 0 auto;
    max-width: 66rem;
}

.not-found .image-404 {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 3rem;
}

.not-found .image-404 .text-clipping {
    font-size: 10rem;
    line-height: 0.7;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
    display: inline-block;
	padding-top: 6px;
}

.not-found .image-404 .text-clipping+img {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
    max-width: none;
    mix-blend-mode: lighten;
}

.not-found h4 {
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 2px;
}

body.error404 .not-found p {
    line-height: 1.5;
    margin-bottom: 32px;
}

@media (min-width: 401px) {
    .not-found .image-404 .text-clipping {
        font-size: 15rem;
    }
}

@media (min-width: 768px) {
    .not-found .image-404 .text-clipping {
        font-size: 25rem;
    }

    .not-found h4 {
        font-size: 2.6rem;
    }
}

/*===== Tab Filter =====*/

.owl-filter-bar a {
    color: var(--wf-secondary-color);
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin-left: 1.6rem;
}

.owl-filter-bar a:hover,
.owl-filter-bar a:focus {
    color: var(--wf-main-color);
}

.owl-filter-bar a:first-child {
    margin-left: 0;
}

.owl-filter-bar a.current {
    color: var(--wf-main-color);
    text-decoration: underline;
}

.wf_popular-product .woocommerce {
    position: relative;
}

#loading-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0;
    z-index: 1;
}

.spinner {
    display: inline-block;
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid var(--wf-main-color); /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: floating--rotate 1s linear infinite;
}

/*===== // =====*/

/*===== Popular Product =====*/

.popular-products-carousel .owl-carousel .owl-nav button {
    background-color: #ffffff;
    outline: none;
    border: 1px solid #e8e8e8;
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    position: absolute;
    top: 50%;
    margin: 0;
    color: var(--wf-secondary-color);
    transform: translateY(-50%);
}

.popular-products-carousel .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.popular-products-carousel .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.popular-products-carousel .owl-carousel.owl-theme .owl-nav button:hover,
.popular-products-carousel .owl-carousel.owl-theme .owl-nav button:focus {
    color: var(--wf-secondary-color);
    background: #fff;
}

/*===== // =====*/

/*===== Deals Of Day =====*/

.deals-timer {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.deals-timer .deals-item {
    flex: 0 0 auto;
    display: flex;
    align-items: baseline;
    position: relative;
    z-index: 0;
    padding-right: 15px;
    margin-right: 12px;
}

.deals-timer .deals-item:after {
    content: ":";
    position: absolute;
    right: 0;
    top: -3px;
}

.deals-timer .deals-item:last-child:after {
    display: none;
}

.deals-timer .deals-item:last-child {
    padding-right: 0;
    margin-right: 0;
}

.deals-timer .deals-item .deals-count h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
}

.deals-timer .deals-item p {
    font-weight: 500;
    margin: 0 0 0 4px;
    line-height: 1.4;
}

/*===== // =====*/

/*--------------------------------------------------
=>> Wide & Boxed Background Color / Gradient
--------------------------------------------------*/

@media (min-width: 100em) {
    body.background-boxed {
        max-width: 1500px;
        margin: 0 auto;
        position: relative;
        box-shadow: 0 0.6rem 4rem rgba(0, 0, 0, 0.15);
    }

    body.background-boxed .container-fluid {
        max-width: 1470px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 75em) and (max-width: 99.95em) {
    body.background-boxed {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        box-shadow: 0 0.6rem 4rem rgba(0, 0, 0, 0.25);
    }
}

@media (min-width: 62em) and (max-width: 74.95em) {
    body.background-boxed {
        width: 95%;
        margin: 0 auto;
        box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 61.95em) {
    body.background-boxed {
        width: 100%;
    }
}


.tablesaw th div a {
    color: #000;;
}
.tablesaw th div a:hover,
.tablesaw th div a:focus {
    color: var(--wf-main-color);
}
.tablesaw th div {
    text-align: start;
}
.tablesaw .title {
    color: var(--wf-secondary-color);
    background: transparent;
    text-transform: capitalize;
}