﻿/*!
Theme Name: Rey
Theme URI:  http://reytheme.com/
Description: One of the classiest and rich-featured theme on the market.
Author: Marius H.
Author URI:  https://twitter.com/mariushoria
Version: 2.1.2
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Tags: blog, two-columns, elementor, left-sidebar, featured-images, header-builder, footer-builder, custom-menu, footer-widgets, theme-options, threaded-comments, translation-ready, e-commerce, portfolio
Text Domain: rey
Domain Path: /languages
*/

:root {
    --zero-px: 0;
    --primary-ff: "Helvetica Neue",Helvetica,Arial,sans-serif;
    --secondary-ff: var(--primary-ff);
    --body-font-family: var(--primary-ff);
    --body-font-size: 15px;
    --body-line-height: 1.7;
    --body-font-weight: 400;
    --body-bg-color: HSL(var(--neutral-0));
    --body-color: HSL(var(--neutral-7));
    --link-color: HSL(var(--neutral-10));
    --link-color-hover: HSL(var(--neutral-8));
    --accent-color: HSL(var(--neutral-8));
    --accent-text-color: HSL(var(--neutral-0));
    --accent-hover-color: HSL(var(--neutral-9));
    --accent-text-hover-color: var(--accent-text-color);
    --sidebar-size: 27%;
    --sidebar-margin: 2%;
    --font-weight-bold: 600;
    --container-max-width: 1440px;
    --header-default--max-width: var(--container-max-width);
    --header-default--height: 150px;
    --header-default-mobile--height: calc(var(--header-default--height) - 70px);
    --header-bgcolor: transparent;
    --header-text-color: HSL(var(--neutral-9));
    --header-bar-size: .5rem;
    --header-nav-x-spacing: 1rem;
    --header-nav-y-spacing: 5px;
    --search-bg-color: HSL(var(--neutral-0));
    --search-text-color: HSL(var(--neutral-9));
    --footer-default--max-width: var(--container-max-width);
    --nav-breakpoint-desktop: block;
    --nav-breakpoint-mobile: none;
    --h1-font-size: 2rem;
    --h2-font-size: 1.5rem;
    --h3-font-size: 1.25rem;
    --h4-font-size: 1rem;
    --pagination-size: 2.5rem;
    --admin-bar: 46px;
    --site-width: 100vw;
    --half-gutter-size: 15px;
    --main-gutter-size: var(--half-gutter-size);
    --site-padding-top: var(--zero-px);
    --site-padding-right: var(--zero-px);
    --site-padding-bottom: var(--zero-px);
    --site-padding-left: var(--zero-px);
    --page-padding-top: var(--site-padding-top);
    --page-padding-right: var(--site-padding-right);
    --page-padding-bottom: var(--site-padding-bottom);
    --page-padding-left: var(--site-padding-left);
    --content-padding-top: 3.125rem;
    --content-padding-bottom: 5.625rem;
    --content-padding-right: var(--zero-px);
    --content-padding-left: var(--zero-px);
    --post-align-wide-size: 25vw;
    --colors-green: #7ad03a;
    --colors-red: #cf2929;
    --colors-orange: #ffba00;
    --colors-blue: #2ea2cc;
    --easeoutcubic: cubic-bezier(0.215, 0.61, 0.355, 1);
    --easeoutexpo: cubic-bezier(0.19, 1, 0.22, 1);
    --full-vp-height: 100vh;
    --submenu-panels-distance: 15px;
    --blog-columns: 1;
    --neutral-hue: 210;
    --neutral-0: var(--neutral-hue),var(--neutral-saturation, 0%),100%;
    --neutral-1: var(--neutral-hue),var(--neutral-saturation, 17%),98%;
    --neutral-2: var(--neutral-hue),var(--neutral-saturation, 16%),93%;
    --neutral-3: var(--neutral-hue),var(--neutral-saturation, 14%),89%;
    --neutral-4: var(--neutral-hue),var(--neutral-saturation, 14%),83%;
    --neutral-5: var(--neutral-hue),var(--neutral-saturation, 11%),71%;
    --neutral-6: var(--neutral-hue),var(--neutral-saturation, 7%),46%;
    --neutral-7: var(--neutral-hue),var(--neutral-saturation, 9%),31%;
    --neutral-8: var(--neutral-hue),var(--neutral-saturation, 10%),23%;
    --neutral-9: var(--neutral-hue),var(--neutral-saturation, 11%),15%;
    --neutral-10: var(--neutral-hue),var(--neutral-saturation, 0%),0%;
    --h-text-transform: uppercase
}

@media (min-width:1025px) and (max-width:1440px) and (min-height:480px) and (max-height:768px) {
    :root {
        --container-max-width: 90vw !important
    }
}

@media (min-width:1025px) {
    :root {
        --site-width: calc(100vw - var(--scrollbar-width, 15px))
    }
}

:root[data-theme=dark] {
    --neutral-0: var(--neutral-hue),var(--neutral-saturation,0%),0%;
    --neutral-1: var(--neutral-hue),var(--neutral-saturation, 11%),15%;
    --neutral-2: var(--neutral-hue),var(--neutral-saturation, 10%),23%;
    --neutral-3: var(--neutral-hue),var(--neutral-saturation, 9%),31%;
    --neutral-4: var(--neutral-hue),var(--neutral-saturation, 7%),46%;
    --neutral-5: var(--neutral-hue),var(--neutral-saturation, 11%),71%;
    --neutral-6: var(--neutral-hue),var(--neutral-saturation, 14%),83%;
    --neutral-7: var(--neutral-hue),var(--neutral-saturation, 14%),89%;
    --neutral-8: var(--neutral-hue),var(--neutral-saturation, 16%),93%;
    --neutral-9: var(--neutral-hue),var(--neutral-saturation, 17%),98%;
    --neutral-10: var(--neutral-hue),var(--neutral-saturation, 0%),100%
}

@media (min-width:1025px) and (max-width:1440px) and (min-height:480px) and (max-height:768px) {
    :root {
        --full-vp-height: 780px
    }
}

:root[data-xl="1"] {
    --sidebar-size: 30%;
    --sidebar-margin: 0%;
    --container-max-width: var(--site-width, 100vw)
}

:root[data-admin-bar="0"] {
    --admin-bar: var(--zero-px)
}

@media (min-width:768px) {
    :root {
        --body-font-size: 16px;
        --h1-font-size: 3rem;
        --h2-font-size: 2rem;
        --h3-font-size: 1.5rem;
        --h4-font-size: 1.25rem;
        --admin-bar: 32px;
        --header-bar-size: 1rem
    }
}

@media (max-width:1024px) {
    :root {
        --sidebar-size: 38%;
        --sidebar-margin: 0%
    }
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: var(--body-font-family),sans-serif;
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    color: var(--body-color);
    text-align: start;
    background-color: var(--body-bg-color);
    overflow-y: scroll
}

    body.--no-scroll {
        -ms-touch-action: none;
        touch-action: none;
        -webkit-overflow-scrolling: none;
        overflow: hidden;
        -ms-scroll-chaining: none;
        overscroll-behavior: none
    }

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1.375rem
}

p {
    margin-top: 0;
    margin-bottom: 1.25rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: var(--font-weight-bold)
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: var(--link-color);
    text-decoration: none;
    background-color: transparent
}

    a:hover {
        color: var(--link-color-hover);
        text-decoration: underline
    }

    a:not([href]):not([tabindex]) {
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: start;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

html {
    font-size: var(--body-font-size,16px);
    background-color: var(--body-bg-color)
}

body {
    background-color: var(--body-bg-color);
    background-image: var(--body-bg-image,none);
    background-repeat: var(--body-bg-repeat,repeat);
    background-attachment: var(--body-bg-attachment,scroll);
    background-position: var(--body-bg-posx,50%) var(--body-bg-posy,50%);
    background-size: var(--body-bg-size,auto)
}

h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizeSpeed;
    word-break: break-word
}

cite, dfn, em, i {
    font-style: italic
}

b, strong {
    font-weight: 700
}

blockquote {
    border: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
    font-style: italic;
    font-weight: 400;
    margin: 1.5625rem 0;
    position: relative;
    padding: 1em 0 1em 2em
}

    blockquote:before {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 4px;
        background-color: currentColor;
        opacity: .07;
        left: 0
    }

    blockquote p:last-child {
        margin-bottom: 0
    }

    blockquote p {
        margin-bottom: 1rem
    }

blockquote, q {
    quotes: none
}

    blockquote cite, blockquote small {
        font-size: .9375rem;
        color: HSL(var(--neutral-6));
        display: inline-block
    }

    blockquote > :last-child {
        margin-bottom: 0
    }

address {
    font-style: italic;
    margin: 0 0 1.5625rem
}

code, kbd, pre, samp, tt, var {
    font-family: Inconsolata,monospace
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
    overflow: auto;
    max-width: 100%;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: 1px solid HSL(var(--neutral-2));
    background-color: HSL(var(--neutral-1));
    border-radius: 3px;
    padding: .9375rem 1.25rem
}

@media (min-width:1025px) {
    pre {
        padding: 1.25rem 1.875rem
    }
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

kbd {
    padding: .4375rem .75rem;
    font-size: 87.5%;
    color: HSL(var(--neutral-8));
    background-color: HSL(var(--neutral-2));
    border-radius: 2px
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

code {
    background-color: HSL(var(--neutral-1));
    padding: .4375rem .75rem;
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

abbr, acronym {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help
}

mark {
    text-decoration: none;
    padding: .4375rem .75rem;
    font-size: 87.5%;
    color: var(--accent-color);
    background-color: HSL(var(--neutral-1))
}

big {
    font-size: 125%
}

menu, ol, ul {
    margin: 1.25rem 0;
    padding: 0 0 0 1.875rem
}

    ul li ul {
        list-style-type: circle
    }

nav ol, nav ul {
    list-style: none;
    list-style-image: none
}

li > ol, li > ul {
    margin: 0
}

dd {
    margin-bottom: .625rem;
    margin-left: .9375rem
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
    margin: 0 0 1.5625rem
}

    table th {
        border: 0;
        padding: .5rem .625rem
    }

    table td {
        padding: .5rem .75rem
    }

    table tbody tr, table thead tr {
        border: 1px solid HSL(var(--neutral-2))
    }

    table tbody th {
        background: HSL(var(--neutral-1))
    }

    table tbody td, table tbody th {
        border-right: 1px solid HSL(var(--neutral-2))
    }

.rey-sitePreloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--body-bg-color);
    z-index: 99999;
    color: var(--preloader-color,#dedede)
}

    .rey-sitePreloader .rey-lineLoader {
        color: inherit;
        width: 100px
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.375rem;
    font-family: inherit;
    font-weight: var(--font-weight-bold);
    line-height: 1.2;
    color: inherit
}

.h1, h1 {
    font-size: var(--h1-font-size)
}

.h2, h2 {
    font-size: var(--h2-font-size)
}

.h3, h3 {
    font-size: var(--h3-font-size)
}

.h4, h4 {
    font-size: var(--h4-font-size)
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: var(--body-font-size)
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

    .blockquote-footer::before {
        content: "\2014\00A0"
    }

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.rey-pageTitle {
    font-size: 2.375rem;
    letter-spacing: -1px;
    font-weight: var(--font-weight-bold);
    margin-bottom: 3.125rem
}

    .rey-pageTitle.entry-title {
        display: block
    }

    .rey-pageTitle:not(:only-child) {
        margin-bottom: 0
    }

    .rey-pageTitle a {
        text-decoration: none
    }

    .rey-pageTitle + .rey-pageSubtitle {
        margin-bottom: 3.125rem
    }

    .rey-pageTitle + .rey-pageTitle-desc {
        margin: 1.25rem 0 3.125rem
    }

.rey-pageSubtitle {
    display: inline-block;
    font-size: 1.125rem
}

.rey-pageContent::after {
    display: block;
    clear: both;
    content: ""
}

.rey-pageContent img, .rey-pageContent video {
    height: auto;
    max-width: 100%
}

.rey-pageContent .btn + .btn {
    margin-left: 1.5625rem
}

.rey-siteWrapper {
    overflow: hidden;
    position: relative;
    min-height: calc(100vh - var(--admin-bar))
}

@media (min-width:1025px) {
    .rey-siteWrapper {
        padding-top: var(--page-padding-top);
        padding-right: var(--page-padding-right);
        padding-bottom: var(--page-padding-bottom);
        padding-left: var(--page-padding-left)
    }
}

.rey-siteContent::after {
    display: block;
    clear: both;
    content: ""
}

.rey-siteContainer {
    padding-top: 1.875rem;
    padding-bottom: 3.125rem;
    padding-right: var(--main-gutter-size);
    padding-left: var(--main-gutter-size);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: var(--container-max-width)
}

@media (min-width:1025px) {
    [data-xl="2"] .rey-siteContainer {
        padding-top: var(--content-padding-top);
        padding-bottom: var(--content-padding-bottom);
        padding-right: calc(var(--content-padding-right) + var(--main-gutter-size));
        padding-left: calc(var(--content-padding-left) + var(--main-gutter-size))
    }
}

body.elementor-page .rey-siteContainer {
    padding-top: 0;
    padding-bottom: 0
}

.rey-siteContent .rey-siteContainer.rey-pbTemplate {
    padding-top: 0;
    padding-bottom: 0
}

.rey-siteContent .rey-siteContainer.rey-stretchPage {
    padding-right: var(--content-padding-right,0);
    padding-left: var(--content-padding-left,0);
    max-width: 100%
}

.rey-siteRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rey-siteContent > .content-area > .site-main, .rey-siteRow {
    margin-right: calc(-1 * var(--main-gutter-size));
    margin-left: calc(-1 * var(--main-gutter-size))
}

.rey-siteMain {
    position: relative;
    width: 100%;
    padding-right: var(--main-gutter-size);
    padding-left: var(--main-gutter-size);
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .rey-siteMain.--has-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - var(--sidebar-size) - var(--sidebar-margin));
        flex: 0 1 calc(100% - var(--sidebar-size) - var(--sidebar-margin));
        max-width: calc(100% - var(--sidebar-size) - var(--sidebar-margin))
    }
}

.rey-siteMain .rey-siteMain-inner {
    margin: 0 auto
}

@media (min-width:1025px) {
    .rey-siteMain.post-width--c .rey-siteMain-inner, body.search.search-results .rey-siteMain .rey-siteMain-inner {
        max-width: 800px;
        max-width: var(--post-width,calc(var(--container-max-width) * .65))
    }
}

.rey-siteMain.--is-bloglist.--has-sidebar .rey-siteMain-inner {
    max-width: none
}

.rey-siteContent.--tpl-template-compact .rey-siteMain, .rey-siteContent.--tpl-template-compact-php .rey-siteMain {
    max-width: 800px;
    max-width: calc(var(--container-max-width) * .65);
    margin-left: auto;
    margin-right: auto
}

@media (min-width:1025px) {
    .rey-siteContent.--tpl-template-multi-cols .rey-pageContent, .rey-siteContent.--tpl-template-multi-cols-php .rey-pageContent {
        -webkit-columns: 2;
        columns: 2;
        -webkit-column-gap: 60px;
        column-gap: 60px
    }
}

.rey-sidebar {
    position: relative;
    width: 100%;
    margin-top: 4em;
    padding-right: var(--half-gutter-size);
    padding-left: var(--half-gutter-size)
}

    .rey-sidebar.main-sidebar.--boxed-sidebar .rey-sidebarInner {
        background: HSL(var(--neutral-1));
        background: HSL(var(--neutral-1));
        border-radius: 3px;
        padding: 2rem
    }

@media (min-width:1025px) {
    .rey-sidebar.main-sidebar.--boxed-sidebar .rey-sidebarInner {
        padding: 2.9rem 3rem
    }
}

@media (min-width:768px) {
    .rey-sidebar {
        margin-top: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--sidebar-size);
        flex: 0 0 var(--sidebar-size);
        max-width: var(--sidebar-size)
    }
}

@media (min-width:768px) {
    .rey-sidebar ~ .rey-siteMain, .rey-siteMain ~ .rey-sidebar {
        margin-left: var(--sidebar-margin)
    }
}

.alignright {
    margin: 0 0 1.5625rem 1.5625rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right !important
}

.alignleft {
    float: left;
    margin: 0 1.5625rem 1.5625rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.aligncenter {
    text-align: center;
    margin: 0 auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wp-caption {
    width: auto;
    max-width: 100%;
    margin-top: .9375rem;
    margin-bottom: .9375rem
}

    .wp-caption:not(.alignleft):not(.alignright) {
        clear: both
    }

    .wp-caption a {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .wp-caption img {
        margin-top: .625rem
    }

    .wp-caption .wp-caption-text {
        margin-top: .9375rem;
        font-size: .8125rem
    }

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: .875rem;
        font-weight: var(--font-weight-bold);
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

.bypostauthor {
    background-color: #f3f1f1
}

.sticky {
    display: block
}

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.25rem
}

.gallery-item {
    display: inline-block;
    margin-right: .9375rem;
    margin-bottom: .9375rem;
    text-align: center;
    vertical-align: top;
    width: 100%
}

@media (min-width:768px) {
    .gallery-columns-2 .gallery-item {
        max-width: calc(50% - 1.25rem)
    }
}

@media (min-width:1025px) {
    .gallery-columns-2 .gallery-item {
        max-width: calc((100% - 1.25rem * 1)/ 2)
    }
}

@media (min-width:1025px) {
    .gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
        margin-right: 0
    }
}

@media (min-width:768px) {
    .gallery-columns-3 .gallery-item {
        max-width: calc(50% - 1.25rem)
    }
}

@media (min-width:1025px) {
    .gallery-columns-3 .gallery-item {
        max-width: calc((100% - 1.25rem * 2)/ 3)
    }
}

@media (min-width:1025px) {
    .gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
        margin-right: 0
    }
}

@media (min-width:768px) {
    .gallery-columns-4 .gallery-item {
        max-width: calc(50% - 1.25rem)
    }
}

@media (min-width:1025px) {
    .gallery-columns-4 .gallery-item {
        max-width: calc((100% - 1.25rem * 3)/ 4)
    }
}

@media (min-width:1025px) {
    .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
        margin-right: 0
    }
}

@media (min-width:768px) {
    .gallery-columns-5 .gallery-item {
        max-width: calc(50% - 1.25rem)
    }
}

@media (min-width:1025px) {
    .gallery-columns-5 .gallery-item {
        max-width: calc((100% - 1.25rem * 4)/ 5)
    }
}

@media (min-width:1025px) {
    .gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
        margin-right: 0
    }
}

@media (min-width:768px) {
    .gallery-columns-6 .gallery-item {
        max-width: calc(50% - 1.25rem)
    }
}

@media (min-width:1025px) {
    .gallery-columns-6 .gallery-item {
        max-width: calc((100% - 1.25rem * 5)/ 6)
    }
}

@media (min-width:1025px) {
    .gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
        margin-right: 0
    }
}

@media (min-width:768px) {
    .gallery-columns-7 .gallery-item {
        max-width: calc(50% - 1.25rem)
    }
}

@media (min-width:1025px) {
    .gallery-columns-7 .gallery-item {
        max-width: calc((100% - 1.25rem * 6)/ 7)
    }
}

@media (min-width:1025px) {
    .gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
        margin-right: 0
    }
}

@media (min-width:768px) {
    .gallery-columns-8 .gallery-item {
        max-width: calc(50% - 1.25rem)
    }
}

@media (min-width:1025px) {
    .gallery-columns-8 .gallery-item {
        max-width: calc((100% - 1.25rem * 7)/ 8)
    }
}

@media (min-width:1025px) {
    .gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
        margin-right: 0
    }
}

@media (min-width:768px) {
    .gallery-columns-9 .gallery-item {
        max-width: calc(50% - 1.25rem)
    }
}

@media (min-width:1025px) {
    .gallery-columns-9 .gallery-item {
        max-width: calc((100% - 1.25rem * 8)/ 9)
    }
}

@media (min-width:1025px) {
    .gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
        margin-right: 0
    }
}

.gallery-item:last-of-type {
    padding-right: 0
}

.gallery-item img {
    max-width: 100%;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.gallery-item .gallery-icon a:after {
    display: none
}

.gallery-caption {
    display: block;
    font-size: .8125rem;
    line-height: 1.5;
    margin: 0;
    padding: .625rem
}

.gallery-item > div > a {
    display: block;
    line-height: 0
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.rey-lineLoader {
    position: relative;
    color: var(--body-color,HSL(var(--neutral-9)))
}

    .rey-lineLoader:after {
        content: "";
        width: 100px;
        height: 3px;
        position: absolute;
        top: 0;
        display: block;
        background-color: currentColor;
        -webkit-animation: dashanim-active-trscale 1s var(--easeoutcubic) infinite;
        animation: dashanim-active-trscale 1s var(--easeoutcubic) infinite;
        left: 0
    }

#rey_svg_sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden
}

.rey-arrowSvg i, .rey-arrowSvg svg, .rey-icon {
    font-size: 1rem;
    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative;
    vertical-align: middle;
    width: 1em
}

.btn .rey-arrowSvg i, .btn .rey-arrowSvg svg, .btn .rey-icon, .rey-arrowSvg .btn i, .rey-arrowSvg .btn svg, .rey-arrowSvg button i, .rey-arrowSvg button svg, button .rey-arrowSvg i, button .rey-arrowSvg svg, button .rey-icon {
    font-size: inherit
}

.rey-arrowSvg i + span, .rey-arrowSvg svg + span, .rey-icon + span {
    display: inline-block;
    vertical-align: middle;
    margin-left: .5em
}

.rey-arrowSvg {
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .rey-arrowSvg i, .rey-arrowSvg svg {
        font-size: 1.875rem;
        top: 0;
        -webkit-transition: -webkit-transform .3s var(--easeoutcubic);
        transition: -webkit-transform .3s var(--easeoutcubic);
        transition: transform .3s var(--easeoutcubic);
        transition: transform .3s var(--easeoutcubic),-webkit-transform .3s var(--easeoutcubic)
    }

        .rey-arrowSvg i .rey-arrowSvg-dash, .rey-arrowSvg svg .rey-arrowSvg-dash {
            -webkit-transition: -webkit-transform .3s var(--easeoutcubic);
            transition: -webkit-transform .3s var(--easeoutcubic);
            transition: transform .3s var(--easeoutcubic);
            transition: transform .3s var(--easeoutcubic),-webkit-transform .3s var(--easeoutcubic);
            -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%
        }

    .rey-arrowSvg:hover .--default {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

        .rey-arrowSvg:hover .--default .rey-arrowSvg-dash {
            -webkit-transform: scaleX(.7);
            transform: scaleX(.7)
        }

.rey-arrowSvg--left {
    direction: ltr;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

[data-tooltip-text] {
    position: relative
}

    [data-tooltip-text]:before {
        content: attr(data-tooltip-text);
        position: absolute;
        bottom: 125%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        pointer-events: none;
        display: none;
        background-color: rgba(0,0,0,.8);
        color: #fff;
        border-radius: 2px;
        padding: 5px;
        line-height: 1.3;
        white-space: nowrap;
        font-size: .75rem;
        font-weight: 400
    }

    [data-tooltip-text]:hover:before {
        display: block
    }

.embed-responsive .mejs-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.u-last-p-margin p:last-of-type {
    margin-bottom: 0
}

.u-transparent-gradient:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170%;
    opacity: .6;
    pointer-events: none;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.5)),to(transparent));
    background: linear-gradient(180deg,rgba(0,0,0,.5) 0,transparent);
    z-index: 0;
    -webkit-transition: opacity .3s var(--easeoutcubic);
    transition: opacity .3s var(--easeoutcubic)
}

.search-panel--is-opened.search-panel--wide .rey-siteHeader .u-transparent-gradient:before {
    display: none
}

.u-toggle-text .u-toggle-btn {
    color: inherit
}

    .u-toggle-text .u-toggle-btn:after {
        content: attr(data-read-less)
    }

.u-toggle-text.--collapsed .u-toggle-content {
    height: var(--toggle-height,1.7em);
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle
}

.u-toggle-text.--collapsed .u-toggle-btn:after {
    content: attr(data-read-more)
}

.u-toggle-text-next-btn {
    --height: 180px;
    --margin-bottom: 1em;
    position: relative;
    margin-bottom: var(--margin-bottom);
    max-height: none;
    overflow: visible
}

    .u-toggle-text-next-btn + .btn:before {
        content: '';
        position: absolute;
        top: -20%;
        left: -20%;
        width: 140%;
        height: 140%;
        z-index: 1000
    }

    .u-toggle-text-next-btn + .btn span:after {
        content: attr(data-read-less)
    }

    .u-toggle-text-next-btn:not(.--expanded) {
        max-height: var(--height);
        overflow: hidden;
        -webkit-mask-image: -webkit-gradient(linear,left top,left bottom,from(black),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to bottom,#000,rgba(0,0,0,0));
        mask-image: -webkit-gradient(linear,left top,left bottom,from(black),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to bottom,#000,rgba(0,0,0,0))
    }

        .u-toggle-text-next-btn:not(.--expanded) + .btn span:after {
            content: attr(data-read-more)
        }

@media (min-width:1024px) {
    .u-toggle-text-next-btn:not(.--expanded).--mobile {
        max-height: none;
        overflow: auto
    }

        .u-toggle-text-next-btn:not(.--expanded).--mobile + .btn {
            display: none
        }
}

.u-toggle-text-next-btn.--short {
    --height: 60px;
    --margin-bottom: 0
}

.u-copy-url.--copied {
    opacity: .5
}

.rey-hvLine {
    background: -webkit-gradient(linear,left top,right top,from(currentColor),to(currentColor)) no-repeat 0 95%;
    background: linear-gradient(to right,currentColor 0,currentColor 100%) no-repeat 0 95%;
    background-size: 0 2px;
    -webkit-transition: background-size .25s var(--easeoutcubic);
    transition: background-size .25s var(--easeoutcubic);
    padding: .1% 0;
    background-position: 0 95%
}

.rey-hvLine-parent:hover .rey-hvLine {
    background-size: 100% 2px
}

.--disable-hover-line .rey-hvLine {
    background: 0 0
}

.rey-commentForm__form .form-row {
    margin-bottom: 1.25rem
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rey-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes rey-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes dashanim-active {
    0% {
        width: 100%;
        right: 0;
        left: auto
    }

    50.9% {
        width: 0;
        right: 0;
        left: auto
    }

    51% {
        right: auto;
        left: 0
    }

    99.9% {
        right: auto;
        left: 0
    }

    100% {
        width: 100%;
        right: 0;
        left: auto
    }
}

@keyframes dashanim-active {
    0% {
        width: 100%;
        right: 0;
        left: auto
    }

    50.9% {
        width: 0;
        right: 0;
        left: auto
    }

    51% {
        right: auto;
        left: 0
    }

    99.9% {
        right: auto;
        left: 0
    }

    100% {
        width: 100%;
        right: 0;
        left: auto
    }
}

@-webkit-keyframes dashanim-active-trscale {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }

    50.9% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }

    51% {
        -webkit-transform-origin: left center;
        transform-origin: left center
    }

    99.9% {
        -webkit-transform-origin: left center;
        transform-origin: left center
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes dashanim-active-trscale {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }

    50.9% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }

    51% {
        -webkit-transform-origin: left center;
        transform-origin: left center
    }

    99.9% {
        -webkit-transform-origin: left center;
        transform-origin: left center
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@-webkit-keyframes dashanim-active-bg {
    0%,100% {
        background-size: 100% 1px;
        background-position: 100% 100%
    }

    50.9% {
        background-size: 0 1px;
        background-position: 100% 100%
    }

    51%,99.9% {
        background-position: 0 100%
    }
}

@keyframes dashanim-active-bg {
    0%,100% {
        background-size: 100% 1px;
        background-position: 100% 100%
    }

    50.9% {
        background-size: 0 1px;
        background-position: 100% 100%
    }

    51%,99.9% {
        background-position: 0 100%
    }
}

.btn, button, button[type=button], button[type=submit], input[type=button], input[type=reset], input[type=submit] {
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: var(--font-weight-bold);
    color: var(--body-color);
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-transition: color .15s var(--easeoutcubic),background-color .15s var(--easeoutcubic),border-color .15s var(--easeoutcubic);
    transition: color .15s var(--easeoutcubic),background-color .15s var(--easeoutcubic),border-color .15s var(--easeoutcubic)
}

    .btn:focus, button:focus, button[type=button]:focus, button[type=submit]:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

@media screen and (prefers-reduced-motion:reduce) {
    .btn, button, button[type=button], button[type=submit], input[type=button], input[type=reset], input[type=submit] {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover, button:hover, button[type=button]:hover, button[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    color: var(--accent-text-hover-color);
    text-decoration: none
}

.btn.disabled, .btn:disabled, button.disabled, button:disabled, button[type=button].disabled, button[type=button]:disabled, button[type=submit].disabled, button[type=submit]:disabled, input[type=button].disabled, input[type=button]:disabled, input[type=reset].disabled, input[type=reset]:disabled, input[type=submit].disabled, input[type=submit]:disabled {
    opacity: .65;
    pointer-events: none
}

.btn:not(:disabled):not(.disabled), button:not(:disabled):not(.disabled), button[type=button]:not(:disabled):not(.disabled), button[type=submit]:not(:disabled):not(.disabled), input[type=button]:not(:disabled):not(.disabled), input[type=reset]:not(:disabled):not(.disabled), input[type=submit]:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn.btn--block, button.btn--block, button[type=button].btn--block, button[type=submit].btn--block, input[type=button].btn--block, input[type=reset].btn--block, input[type=submit].btn--block {
    display: block
}

.btn.btn-primary, button.btn-primary, button[type=button].btn-primary, button[type=submit].btn-primary, input[type=button].btn-primary, input[type=reset].btn-primary, input[type=submit].btn-primary {
    color: var(--accent-text-color);
    background-color: var(--accent-color);
    padding: .625rem 1.0625rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .15s var(--easeoutcubic),background-color .15s var(--easeoutcubic),border-color .15s var(--easeoutcubic);
    transition: color .15s var(--easeoutcubic),background-color .15s var(--easeoutcubic),border-color .15s var(--easeoutcubic)
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn.btn-primary, button.btn-primary, button[type=button].btn-primary, button[type=submit].btn-primary, input[type=button].btn-primary, input[type=reset].btn-primary, input[type=submit].btn-primary {
        -webkit-transition: none;
        transition: none
    }
}

.btn.btn-primary:hover, button.btn-primary:hover, button[type=button].btn-primary:hover, button[type=submit].btn-primary:hover, input[type=button].btn-primary:hover, input[type=reset].btn-primary:hover, input[type=submit].btn-primary:hover {
    color: var(--accent-text-hover-color);
    background-color: var(--accent-hover-color)
}

.btn.btn-secondary, button.btn-secondary, button[type=button].btn-secondary, button[type=submit].btn-secondary, input[type=button].btn-secondary, input[type=reset].btn-secondary, input[type=submit].btn-secondary {
    color: var(--accent-text-color);
    background-color: var(--accent-color);
    padding: .625rem 1.0625rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .15s var(--easeoutcubic),background-color .15s var(--easeoutcubic),border-color .15s var(--easeoutcubic);
    transition: color .15s var(--easeoutcubic),background-color .15s var(--easeoutcubic),border-color .15s var(--easeoutcubic);
    color: HSL(var(--neutral-8));
    background-color: HSL(var(--neutral-2))
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn.btn-secondary, button.btn-secondary, button[type=button].btn-secondary, button[type=submit].btn-secondary, input[type=button].btn-secondary, input[type=reset].btn-secondary, input[type=submit].btn-secondary {
        -webkit-transition: none;
        transition: none
    }
}

.btn.btn-secondary:hover, button.btn-secondary:hover, button[type=button].btn-secondary:hover, button[type=submit].btn-secondary:hover, input[type=button].btn-secondary:hover, input[type=reset].btn-secondary:hover, input[type=submit].btn-secondary:hover {
    color: var(--accent-text-hover-color);
    background-color: var(--accent-hover-color)
}

.btn.btn-secondary:hover, button.btn-secondary:hover, button[type=button].btn-secondary:hover, button[type=submit].btn-secondary:hover, input[type=button].btn-secondary:hover, input[type=reset].btn-secondary:hover, input[type=submit].btn-secondary:hover {
    color: HSL(var(--neutral-8));
    background-color: HSL(var(--neutral-3))
}

.btn.btn-primary-outline, button.btn-primary-outline, button[type=button].btn-primary-outline, button[type=submit].btn-primary-outline, input[type=button].btn-primary-outline, input[type=reset].btn-primary-outline, input[type=submit].btn-primary-outline {
    color: var(--accent-color);
    border-color: currentColor;
    background-color: transparent;
    padding: .9375rem 1.25rem;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .15s var(--easeoutcubic),background-color .15s var(--easeoutcubic),border-color .15s var(--easeoutcubic);
    transition: color .15s var(--easeoutcubic),background-color .15s var(--easeoutcubic),border-color .15s var(--easeoutcubic)
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn.btn-primary-outline, button.btn-primary-outline, button[type=button].btn-primary-outline, button[type=submit].btn-primary-outline, input[type=button].btn-primary-outline, input[type=reset].btn-primary-outline, input[type=submit].btn-primary-outline {
        -webkit-transition: none;
        transition: none
    }
}

.btn.btn-primary-outline:hover, button.btn-primary-outline:hover, button[type=button].btn-primary-outline:hover, button[type=submit].btn-primary-outline:hover, input[type=button].btn-primary-outline:hover, input[type=reset].btn-primary-outline:hover, input[type=submit].btn-primary-outline:hover {
    color: var(--accent-hover-color);
    background-color: transparent;
    border-color: currentColor
}

.btn.btn-secondary-outline, button.btn-secondary-outline, button[type=button].btn-secondary-outline, button[type=submit].btn-secondary-outline, input[type=button].btn-secondary-outline, input[type=reset].btn-secondary-outline, input[type=submit].btn-secondary-outline {
    color: var(--accent-color);
    border-color: currentColor;
    background-color: transparent;
    padding: .9375rem 1.25rem;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .15s var(--easeoutcubic),background-color .15s var(--easeoutcubic),border-color .15s var(--easeoutcubic);
    transition: color .15s var(--easeoutcubic),background-color .15s var(--easeoutcubic),border-color .15s var(--easeoutcubic);
    color: HSL(var(--neutral-8));
    border-color: HSL(var(--neutral-2))
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn.btn-secondary-outline, button.btn-secondary-outline, button[type=button].btn-secondary-outline, button[type=submit].btn-secondary-outline, input[type=button].btn-secondary-outline, input[type=reset].btn-secondary-outline, input[type=submit].btn-secondary-outline {
        -webkit-transition: none;
        transition: none
    }
}

.btn.btn-secondary-outline:hover, button.btn-secondary-outline:hover, button[type=button].btn-secondary-outline:hover, button[type=submit].btn-secondary-outline:hover, input[type=button].btn-secondary-outline:hover, input[type=reset].btn-secondary-outline:hover, input[type=submit].btn-secondary-outline:hover {
    color: var(--accent-hover-color);
    background-color: transparent;
    border-color: currentColor
}

.btn.btn-secondary-outline:hover, button.btn-secondary-outline:hover, button[type=button].btn-secondary-outline:hover, button[type=submit].btn-secondary-outline:hover, input[type=button].btn-secondary-outline:hover, input[type=reset].btn-secondary-outline:hover, input[type=submit].btn-secondary-outline:hover {
    color: HSL(var(--neutral-8));
    border-color: HSL(var(--neutral-5))
}

.btn.btn-simple, button.btn-simple, button[type=button].btn-simple, button[type=submit].btn-simple, input[type=button].btn-simple, input[type=reset].btn-simple, input[type=submit].btn-simple {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: var(--font-weight-bold);
    color: var(--link-color);
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 0;
    padding: 0;
    font-size: .8125rem;
    line-height: 1;
    -webkit-transition: color .2s var(--easeoutcubic);
    transition: color .2s var(--easeoutcubic)
}

.btn.btn-line, button.btn-line, button[type=button].btn-line, button[type=submit].btn-line, input[type=button].btn-line, input[type=reset].btn-line, input[type=submit].btn-line {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: var(--font-weight-bold);
    color: var(--link-color);
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 0;
    padding: 0;
    font-size: .8125rem;
    line-height: 1;
    -webkit-transition: color .2s var(--easeoutcubic);
    transition: color .2s var(--easeoutcubic);
    position: relative;
    text-decoration: none;
    padding: 0 0 5px
}

    .btn.btn-line:after, button.btn-line:after, button[type=button].btn-line:after, button[type=submit].btn-line:after, input[type=button].btn-line:after, input[type=reset].btn-line:after, input[type=submit].btn-line:after {
        content: "";
        position: absolute;
        width: 100%;
        height: var(--btn-line-size,2px);
        display: block;
        bottom: 0;
        background: currentColor;
        -webkit-transition: opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
        transition: opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
        transition: transform .4s var(--easeoutcubic),opacity .4s var(--easeoutcubic);
        transition: transform .4s var(--easeoutcubic),opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: center right;
        transform-origin: center right
    }

    .btn.btn-line:hover:after, button.btn-line:hover:after, button[type=button].btn-line:hover:after, button[type=submit].btn-line:hover:after, input[type=button].btn-line:hover:after, input[type=reset].btn-line:hover:after, input[type=submit].btn-line:hover:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: center left;
        transform-origin: center left
    }

.btn.btn-line-active, button.btn-line-active, button[type=button].btn-line-active, button[type=submit].btn-line-active, input[type=button].btn-line-active, input[type=reset].btn-line-active, input[type=submit].btn-line-active {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: var(--font-weight-bold);
    color: var(--link-color);
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 0;
    padding: 0;
    font-size: .8125rem;
    line-height: 1;
    -webkit-transition: color .2s var(--easeoutcubic);
    transition: color .2s var(--easeoutcubic);
    position: relative;
    text-decoration: none;
    padding: 0 0 5px
}

    .btn.btn-line-active:after, button.btn-line-active:after, button[type=button].btn-line-active:after, button[type=submit].btn-line-active:after, input[type=button].btn-line-active:after, input[type=reset].btn-line-active:after, input[type=submit].btn-line-active:after {
        content: "";
        position: absolute;
        width: 100%;
        height: var(--btn-line-size,2px);
        display: block;
        bottom: 0;
        background: currentColor;
        -webkit-transition: opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
        transition: opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
        transition: transform .4s var(--easeoutcubic),opacity .4s var(--easeoutcubic);
        transition: transform .4s var(--easeoutcubic),opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: center right;
        transform-origin: center right
    }

    .btn.btn-line-active:hover:after, button.btn-line-active:hover:after, button[type=button].btn-line-active:hover:after, button[type=submit].btn-line-active:hover:after, input[type=button].btn-line-active:hover:after, input[type=reset].btn-line-active:hover:after, input[type=submit].btn-line-active:hover:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: center left;
        transform-origin: center left
    }

    .btn.btn-line-active:after, button.btn-line-active:after, button[type=button].btn-line-active:after, button[type=submit].btn-line-active:after, input[type=button].btn-line-active:after, input[type=reset].btn-line-active:after, input[type=submit].btn-line-active:after {
        -webkit-transition: none;
        transition: none;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    .btn.btn-line-active:hover:after, button.btn-line-active:hover:after, button[type=button].btn-line-active:hover:after, button[type=submit].btn-line-active:hover:after, input[type=button].btn-line-active:hover:after, input[type=reset].btn-line-active:hover:after, input[type=submit].btn-line-active:hover:after {
        -webkit-animation: dashanim-active .4s var(--easeoutcubic);
        animation: dashanim-active .4s var(--easeoutcubic)
    }

.btn.btn-dash, button.btn-dash, button[type=button].btn-dash, button[type=submit].btn-dash, input[type=button].btn-dash, input[type=reset].btn-dash, input[type=submit].btn-dash {
    position: relative;
    -webkit-transition: opacity .25s var(--easeoutcubic);
    transition: opacity .25s var(--easeoutcubic);
    padding: 1em 5em 1em 1.6em
}

    .btn.btn-dash:after, button.btn-dash:after, button[type=button].btn-dash:after, button[type=submit].btn-dash:after, input[type=button].btn-dash:after, input[type=reset].btn-dash:after, input[type=submit].btn-dash:after {
        content: "";
        width: 35px;
        height: 1px;
        background-color: currentColor;
        -webkit-transition: -webkit-transform .25s var(--easeoutcubic);
        transition: -webkit-transform .25s var(--easeoutcubic);
        transition: transform .25s var(--easeoutcubic);
        transition: transform .25s var(--easeoutcubic),-webkit-transform .25s var(--easeoutcubic);
        position: absolute;
        top: 50%;
        top: calc(50% - 1px);
        right: 1.15em
    }

    .btn.btn-dash:hover:after, button.btn-dash:hover:after, button[type=button].btn-dash:hover:after, button[type=submit].btn-dash:hover:after, input[type=button].btn-dash:hover:after, input[type=reset].btn-dash:hover:after, input[type=submit].btn-dash:hover:after {
        -webkit-transform: scaleX(.8);
        transform: scaleX(.8)
    }

.btn.btn-rounded, button.btn-rounded, button[type=button].btn-rounded, button[type=submit].btn-rounded, input[type=button].btn-rounded, input[type=reset].btn-rounded, input[type=submit].btn-rounded {
    border-radius: 100px
}

.btn.btn-underline-1, button.btn-underline-1, button[type=button].btn-underline-1, button[type=submit].btn-underline-1, input[type=button].btn-underline-1, input[type=reset].btn-underline-1, input[type=submit].btn-underline-1 {
    position: relative;
    display: inline-block;
    text-decoration: underline
}

@media (min-width:768px) {
    .btn.btn-underline-1, button.btn-underline-1, button[type=button].btn-underline-1, button[type=submit].btn-underline-1, input[type=button].btn-underline-1, input[type=reset].btn-underline-1, input[type=submit].btn-underline-1 {
        text-decoration: none
    }
}

.btn.btn-underline-1:after, button.btn-underline-1:after, button[type=button].btn-underline-1:after, button[type=submit].btn-underline-1:after, input[type=button].btn-underline-1:after, input[type=reset].btn-underline-1:after, input[type=submit].btn-underline-1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: none;
    top: calc(100% - .2em);
    background: currentColor;
    opacity: .2;
    -webkit-transition: height .15s var(--easeoutcubic),opacity .15s var(--easeoutcubic);
    transition: height .15s var(--easeoutcubic),opacity .15s var(--easeoutcubic);
    left: 0
}

@media (min-width:768px) {
    .btn.btn-underline-1:after, button.btn-underline-1:after, button[type=button].btn-underline-1:after, button[type=submit].btn-underline-1:after, input[type=button].btn-underline-1:after, input[type=reset].btn-underline-1:after, input[type=submit].btn-underline-1:after {
        display: block
    }
}

.btn.btn-underline-1:hover:after, button.btn-underline-1:hover:after, button[type=button].btn-underline-1:hover:after, button[type=submit].btn-underline-1:hover:after, input[type=button].btn-underline-1:hover:after, input[type=reset].btn-underline-1:hover:after, input[type=submit].btn-underline-1:hover:after {
    opacity: .8;
    height: 4px
}

.btn.btn-underline-2, button.btn-underline-2, button[type=button].btn-underline-2, button[type=submit].btn-underline-2, input[type=button].btn-underline-2, input[type=reset].btn-underline-2, input[type=submit].btn-underline-2 {
    position: relative;
    text-decoration: none
}

    .btn.btn-underline-2:after, button.btn-underline-2:after, button[type=button].btn-underline-2:after, button[type=submit].btn-underline-2:after, input[type=button].btn-underline-2:after, input[type=reset].btn-underline-2:after, input[type=submit].btn-underline-2:after {
        content: "";
        position: absolute;
        width: 100%;
        height: var(--btn-line-size,2px);
        display: block;
        bottom: 0;
        background: currentColor;
        -webkit-transition: opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
        transition: opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
        transition: transform .4s var(--easeoutcubic),opacity .4s var(--easeoutcubic);
        transition: transform .4s var(--easeoutcubic),opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: center right;
        transform-origin: center right
    }

    .btn.btn-underline-2:after, button.btn-underline-2:after, button[type=button].btn-underline-2:after, button[type=submit].btn-underline-2:after, input[type=button].btn-underline-2:after, input[type=reset].btn-underline-2:after, input[type=submit].btn-underline-2:after {
        opacity: .2;
        height: .85em;
        top: 50%;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        width: calc(100% + 1em);
        right: -.5em;
        -webkit-transform-origin: center right;
        transform-origin: center right
    }

    .btn.btn-underline-2:hover:after, button.btn-underline-2:hover:after, button[type=button].btn-underline-2:hover:after, button[type=submit].btn-underline-2:hover:after, input[type=button].btn-underline-2:hover:after, input[type=reset].btn-underline-2:hover:after, input[type=submit].btn-underline-2:hover:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        left: -.5em;
        -webkit-transform-origin: center left;
        transform-origin: center left
    }

.--no-acc-focus .btn:focus, .--no-acc-focus button:focus, .--no-acc-focus button[type=button]:focus, .--no-acc-focus button[type=submit]:focus, .--no-acc-focus input[type=button]:focus, .--no-acc-focus input[type=reset]:focus, .--no-acc-focus input[type=submit]:focus {
    outline: 0
}

.btn-line + .btn-line, .btn-line-active + .btn-line-active {
    margin-left: .9375rem
}

.btn--wide {
    width: 100%
}

form {
    margin-bottom: 0
}

button, input, optgroup, select, textarea, textarea.wp-editor-area {
    font-family: inherit;
    font-size: 1em;
    margin: 0;
    vertical-align: baseline
}

button {
    overflow: visible
}

input[placeholder]::-webkit-input-placeholder, textarea[placeholder]::-webkit-input-placeholder {
    text-overflow: ellipsis
}

input[placeholder]:-ms-input-placeholder, textarea[placeholder]:-ms-input-placeholder {
    text-overflow: ellipsis
}

input[placeholder]::-ms-input-placeholder, textarea[placeholder]::-ms-input-placeholder {
    text-overflow: ellipsis;
    color: HSL(var(--neutral-10));
    opacity: .4
}

input[placeholder]::placeholder, textarea[placeholder]::placeholder {
    text-overflow: ellipsis;
    color: HSL(var(--neutral-10));
    opacity: .4
}

input[placeholder], textarea[placeholder] {
    text-overflow: ellipsis
}

input[type=checkbox], input[type=datetime-local], input[type=datetime], input[type=email], input[type=number], input[type=password], input[type=radio], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea, textarea.wp-editor-area {
    -webkit-transition: color .3s var(--easeoutcubic),background-color .3s var(--easeoutcubic),border-color .3s var(--easeoutcubic);
    transition: color .3s var(--easeoutcubic),background-color .3s var(--easeoutcubic),border-color .3s var(--easeoutcubic);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px
}

input[type=checkbox], input[type=radio] {
    padding: 0;
    margin-right: .375rem
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button[disabled], html input[disabled] {
    cursor: default !important
}

input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea.wp-editor-area:focus, textarea:focus {
    outline: 0
}

.select2-container .select2-selection--single, .select2-container--default.select2-container .select2-selection--single, input[type=datetime-local], input[type=datetime], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea, textarea.wp-editor-area {
    outline: 0;
    display: block;
    width: 100%;
    height: calc(2.5625rem + 2px);
    padding: .625rem .8125rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: HSL(var(--neutral-7));
    background-color: HSL(var(--neutral-0));
    background-clip: padding-box;
    border: 1px solid HSL(var(--neutral-4));
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .select2-container .select2-selection--single, .select2-container--default.select2-container .select2-selection--single, input[type=datetime-local], input[type=datetime], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea, textarea.wp-editor-area {
        -webkit-transition: none;
        transition: none
    }
}

@media screen and (max-width:767px) and (-webkit-min-device-pixel-ratio:0) {
    .select2-container .select2-selection--single, .select2-container--default.select2-container .select2-selection--single, input[type=datetime-local], input[type=datetime], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea, textarea.wp-editor-area {
        font-size: 16px
    }
}

.select2-container .select2-selection--single:focus, .select2-container--default.select2-container .select2-selection--single:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea.wp-editor-area:focus, textarea:focus {
    border-color: HSL(var(--neutral-6));
    -webkit-box-shadow: 0 3px 10px HSLa(var(--neutral-4),.25);
    box-shadow: 0 3px 10px HSLa(var(--neutral-4),.25)
}

.select2-container .select2-selection--single::-webkit-input-placeholder, .select2-container--default.select2-container .select2-selection--single::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea.wp-editor-area::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: HSL(var(--neutral-5));
    opacity: 1
}

.select2-container .select2-selection--single:-ms-input-placeholder, .select2-container--default.select2-container .select2-selection--single:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, select:-ms-input-placeholder, textarea.wp-editor-area:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: HSL(var(--neutral-5));
    opacity: 1
}

.select2-container .select2-selection--single::-ms-input-placeholder, .select2-container--default.select2-container .select2-selection--single::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, select::-ms-input-placeholder, textarea.wp-editor-area::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: HSL(var(--neutral-5));
    opacity: 1
}

.select2-container .select2-selection--single::placeholder, .select2-container--default.select2-container .select2-selection--single::placeholder, input[type=datetime-local]::placeholder, input[type=datetime]::placeholder, input[type=email]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=url]::placeholder, select::placeholder, textarea.wp-editor-area::placeholder, textarea::placeholder {
    color: HSL(var(--neutral-5));
    opacity: 1
}

.select2-container .select2-selection--single:disabled, .select2-container .select2-selection--single[readonly], .select2-container--default.select2-container .select2-selection--single:disabled, .select2-container--default.select2-container .select2-selection--single[readonly], input[type=datetime-local]:disabled, input[type=datetime-local][readonly], input[type=datetime]:disabled, input[type=datetime][readonly], input[type=email]:disabled, input[type=email][readonly], input[type=number]:disabled, input[type=number][readonly], input[type=password]:disabled, input[type=password][readonly], input[type=search]:disabled, input[type=search][readonly], input[type=tel]:disabled, input[type=tel][readonly], input[type=text]:disabled, input[type=text][readonly], input[type=url]:disabled, input[type=url][readonly], select:disabled, select[readonly], textarea.wp-editor-area:disabled, textarea.wp-editor-area[readonly], textarea:disabled, textarea[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

textarea, textarea.wp-editor-area {
    height: auto
}

select {
    text-indent: .3125rem
}

label.required:after {
    content: "*";
    display: none;
    vertical-align: text-top;
    font-size: 80%;
    color: #da6f5b
}

fieldset {
    padding: 1rem 1.5rem;
    margin: 1.5rem .2rem;
    border: 1px solid HSL(var(--neutral-2));
    position: relative
}

    fieldset legend {
        width: auto;
        background-color: HSL(var(--neutral-0));
        padding: 0 .5rem;
        font-weight: var(--font-weight-bold);
        color: var(--body-color);
        text-transform: var(--h-text-transform);
        font-size: 14px
    }

.form-row, .rey-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.3125rem;
    margin-left: -.3125rem
}

    .form-row > .col, .form-row > [class*=col-], .rey-form-row > .col, .rey-form-row > [class*=col-] {
        padding-right: .3125rem;
        padding-left: .3125rem;
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

.rey-form-row {
    position: relative;
    margin-top: 40px
}

    .rey-form-row .rey-label {
        font-size: .8125rem;
        color: HSL(var(--neutral-8));
        margin-bottom: 0
    }

    .rey-form-row.rey-form-row--text .rey-label {
        position: absolute;
        opacity: .4;
        top: 10px;
        left: 15px;
        -webkit-transition: -webkit-transform .3s var(--easeoutcubic);
        transition: -webkit-transform .3s var(--easeoutcubic);
        transition: transform .3s var(--easeoutcubic);
        transition: transform .3s var(--easeoutcubic),-webkit-transform .3s var(--easeoutcubic);
        opacity: .5;
        pointer-events: none;
        z-index: 1
    }

    .rey-form-row.rey-form-row--text.--has-value .rey-label {
        pointer-events: auto;
        -webkit-transform: translate(-15px,-38px);
        transform: translate(-15px,-38px)
    }

@media (max-width:767px) {
    .rey-form-row.rey-form-row--reset-mobile {
        display: block
    }

        .rey-form-row.rey-form-row--reset-mobile > .col {
            text-align: start !important
        }
}

.rey-label--checkbox {
    cursor: pointer
}

    .rey-label--checkbox input[type=checkbox]:not(:only-child) {
        display: none
    }

        .rey-label--checkbox input[type=checkbox]:not(:only-child) + label, .rey-label--checkbox input[type=checkbox]:not(:only-child) + span {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            padding-left: 28px
        }

            .rey-label--checkbox input[type=checkbox]:not(:only-child) + label:before, .rey-label--checkbox input[type=checkbox]:not(:only-child) + span:before {
                content: "";
                position: absolute;
                top: calc(50% - 7px);
                width: 14px;
                height: 14px;
                color: HSL(var(--neutral-5));
                color: inherit;
                border: 1px solid currentColor;
                -webkit-transition: color .3s var(--easeoutcubic);
                transition: color .3s var(--easeoutcubic);
                left: 0
            }

            .rey-label--checkbox input[type=checkbox]:not(:only-child) + label:after, .rey-label--checkbox input[type=checkbox]:not(:only-child) + span:after {
                content: "";
                position: absolute;
                top: calc(50% - 5px);
                background-color: currentColor;
                width: 10px;
                height: 10px;
                -webkit-transition: -webkit-transform .3s var(--easeoutcubic);
                transition: -webkit-transform .3s var(--easeoutcubic);
                transition: transform .3s var(--easeoutcubic);
                transition: transform .3s var(--easeoutcubic),-webkit-transform .3s var(--easeoutcubic);
                -webkit-transform: scale(0);
                transform: scale(0);
                left: 2px
            }

        .rey-label--checkbox input[type=checkbox]:not(:only-child):checked + label, .rey-label--checkbox input[type=checkbox]:not(:only-child):checked + span {
            color: HSL(var(--neutral-7))
        }

            .rey-label--checkbox input[type=checkbox]:not(:only-child):checked + label:after, .rey-label--checkbox input[type=checkbox]:not(:only-child):checked + span:after {
                -webkit-transform: scale(1);
                transform: scale(1)
            }

.woocommerce-invalid .rey-label--checkbox input[type=checkbox] + span:before {
    border-color: #dc3545
}

.rey-label--checkbox .rey-label-text {
    font-size: 11px;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    margin-bottom: 5px;
    color: HSL(var(--neutral-6))
}

.select2-container.select2-container--default .select2-selection--single {
    border-radius: 2px
}

    .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        top: calc(50% - 13px);
        right: 7px
    }

    .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 0;
        line-height: 1.5
    }

.select2-container.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #aaa
}

.select2-container.select2-container--default .select2-search--dropdown {
    padding: 14px
}

.select2-container.select2-container--default .select2-results__option {
    left: 15px
}

.rey-siteHeader {
    position: relative;
    color: var(--header-text-color);
    background-color: var(--header-bgcolor);
    -webkit-transition: background-color .3s var(--easeoutcubic);
    transition: background-color .3s var(--easeoutcubic)
}

.site-preloader--active .rey-siteHeader.--preloader-anim {
    opacity: 0
}

.site-preloader--loaded .rey-siteHeader.--preloader-anim {
    -webkit-transition: opacity .4s var(--easeoutcubic);
    transition: opacity .4s var(--easeoutcubic);
    opacity: 1
}

.rey-overlay {
    position: fixed;
    left: -100vw;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s var(--easeoutcubic),visibility .3s var(--easeoutcubic);
    transition: opacity .3s var(--easeoutcubic),visibility .3s var(--easeoutcubic);
    will-change: opacity,visibility,left;
    pointer-events: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    cursor: url(../../../themes/rey/assets/images/close.svg) 16 16,pointer
}

.admin-bar .rey-overlay.rey-overlay--site {
    top: var(--admin-bar)
}

.rey-overlay .rey-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    color: HSLa(var(--neutral-0),.4);
    opacity: 0;
    font-size: 50px;
    stroke-width: 2px;
    -webkit-transition: opacity .3s var(--easeoutcubic);
    transition: opacity .3s var(--easeoutcubic)
}

.rey-overlay .rey-lineLoader {
    color: HSLa(var(--neutral-0),.4)
}

.--overlay-darken .rey-overlay {
    background-color: HSLa(var(--neutral-9),.95)
}

@media (min-width:1025px) {
    .--overlay-darken .rey-overlay {
        background-color: HSLa(var(--neutral-9),.75)
    }
}

.header-overlay--is-opened .rey-overlay--header, .site-overlay--is-opened .rey-overlay--site {
    opacity: 1;
    visibility: visible;
    left: 0
}

.rey-siteHeader.rey-siteHeader--default .rey-headerIcon {
    margin-left: .9375rem
}

[data-xl="2"] .rey-siteHeader.rey-siteHeader--default .rey-headerIcon {
    margin-left: 1.5625rem
}

.rey-headerIcon .rey-headerIcon-btn {
    font-size: .875rem;
    display: block;
    text-transform: uppercase;
    color: inherit
}

.rey-headerIcon > .btn, .rey-headerIcon > a, .rey-headerIcon > span {
    color: inherit
}

@media (max-width:767px) {
    .rey-headerIcon svg {
        overflow: visible
    }
}

.rey-logoTitle {
    font-size: 1.125rem;
    font-weight: var(--font-weight-bold);
    margin-bottom: 0;
    line-height: 1.2
}

@media (min-width:1025px) {
    .rey-logoTitle {
        font-size: 2.5rem;
        margin-bottom: .3125rem
    }
}

.rey-logoTitle a {
    text-decoration: none
}

.rey-logoDescription {
    font-size: 1rem;
    margin-bottom: 0;
    display: none
}

@media (min-width:1025px) {
    .rey-logoDescription {
        display: block
    }
}

.rey-siteLogo a {
    display: block
}

.rey-siteLogo .custom-logo {
    display: inline-block;
    max-width: 150px;
    width: auto;
    height: auto
}

.rey-siteLogo img.custom-logo {
    min-width: 40px
}

.rey-siteLogo .custom-logo:not(:only-of-type) {
    display: none
}

@media (min-width:1025px) {
    .rey-siteLogo .custom-logo:not(:only-of-type) {
        display: inline-block
    }

    .rey-siteLogo .rey-mobileLogo {
        display: none
    }
}

.rey-siteHeader.rey-siteHeader--default .rey-siteLogo img {
    max-height: calc(var(--header-default-mobile--height) - 20px);
    max-width: 100%
}

@media (min-width:1025px) {
    .rey-siteHeader.rey-siteHeader--default .rey-siteLogo img {
        max-height: calc(var(--header-default--height) - 20px)
    }
}

.header-transp-gradient .rey-siteHeader:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170%;
    opacity: .6;
    pointer-events: none;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.5)),to(transparent));
    background: linear-gradient(180deg,rgba(0,0,0,.5) 0,transparent);
    z-index: 0;
    -webkit-transition: opacity .3s var(--easeoutcubic);
    transition: opacity .3s var(--easeoutcubic)
}

.header-transp-gradient .rey-siteHeader .rey-siteHeader-container {
    position: relative
}

.header-transp-gradient.search-panel--is-opened.search-panel--wide .rey-siteHeader:before {
    display: none
}

:root {
    --submenus-padding: 50px;
    --sticky-gs-top-color: var(--header-text-color);
    --sticky-gs-top-bg-color: var(--header-bgcolor);
    --woocommerce-sidebar-size: 16%;
    --woocommerce-sidebar-margin: 2%;
    --woocommerce-pp-sidebar-size: 16%;
    --woocommerce-pp-sidebar-margin: 2%;
    --woocommerce-summary-size: 36%;
    --woocommerce-summary-margin: 7%;
    --woocommerce-products-gutter: 15px;
    --woocommerce-products-gutter-topFactor: 1.1;
    --woocommerce-discount-color: var(--colors-red);
    --woocommerce-thumbnails-padding-top: var(--zero-px);
    --woocommerce-thumbnails-padding-right: var(--zero-px);
    --woocommerce-thumbnails-padding-bottom: var(--zero-px);
    --woocommerce-thumbnails-padding-left: var(--zero-px);
    --woocommerce-swatches-width: 15px;
    --woocommerce-swatches-height: 15px;
    --woocommerce-grid-columns: 4;
    --woocommerce-fullscreen-gallery-height: 100vh;
    --woocommerce-gallery-thumbs-size: 90px;
    --woocommerce-fullscreen-top-padding: calc(var(--header-default--height) + var(--content-padding-top));
    --header-cart-width: var(--side-panels-mobile-width, 100%);
    --neutral-accent-color: #e79c96;
    --b-shadow-1: 0 5px 80px rgba(0, 0, 0, 0.07);
    --b-shadow-2: 0 0.9px 2.7px -20px rgba(0, 0, 0, 0.162), 0 3.1px 8.9px -20px rgba(0, 0, 0, 0.238), 0 14px 40px -20px rgba(0, 0, 0, 0.4);
    --b-shadow-3: 0 3.9px 5.3px rgba(0, 0, 0, 0.044), 0 13px 17.9px rgba(0, 0, 0, 0.066), 0 58px 80px rgba(0, 0, 0, 0.11);
    --b-shadow-4: 0 1.9px 2.5px rgba(0, 0, 0, 0.02), 0 4.5px 6.1px rgba(0, 0, 0, 0.028), 0 8.5px 11.5px rgba(0, 0, 0, 0.035), 0 15.2px 20.5px rgba(0, 0, 0, 0.042), 0 28.4px 38.4px rgba(0, 0, 0, 0.05), 0 68px 92px rgba(0, 0, 0, 0.07);
    --b-shadow-5: 0 2.6px 3.6px rgba(0, 0, 0, 0.052), 0 7.3px 10px rgba(0, 0, 0, 0.075), 0 17.5px 24.1px rgba(0, 0, 0, 0.098), 0 58px 80px rgba(0, 0, 0, 0.15);
    --easeoutcubic: cubic-bezier(0.215, 0.61, 0.355, 1);
    --easeoutexpo: cubic-bezier(0.19, 1, 0.22, 1);
    --h-text-transform: uppercase
}

@media (min-width:768px) {
    :root {
        --woocommerce-products-gutter: 30px
    }
}

@media (min-width:1025px) {
    :root {
        --woocommerce-products-gutter-topFactor: 1.4
    }
}

@media (min-width:768px) {
    :root {
        --header-cart-width: 470px
    }
}

.rey-siteHeader.header-pos--absolute, .rey-siteHeader.header-pos--fixed {
    left: 0;
    top: 0;
    z-index: 990;
    width: 100%
}

@media (min-width:768px) and (max-width:1024px) {
    .rey-siteHeader.header-pos--absolute.header-pos--relative-md, .rey-siteHeader.header-pos--fixed.header-pos--relative-md {
        position: relative
    }
}

@media (max-width:767px) {
    .rey-siteHeader.header-pos--absolute.header-pos--relative-sm, .rey-siteHeader.header-pos--fixed.header-pos--relative-sm {
        position: relative
    }
}

.rey-siteHeader.header-pos--absolute + .rey-siteHeader-helper, .rey-siteHeader.header-pos--fixed + .rey-siteHeader-helper {
    height: var(--header-default--height)
}

.search-results .rey-siteHeader.header-pos--absolute + .rey-siteHeader-helper, .search-results .rey-siteHeader.header-pos--fixed + .rey-siteHeader-helper {
    display: none
}

.rey-siteHeader.header-pos--absolute {
    position: absolute
}

.rey-siteHeader.header-pos--fixed {
    position: fixed
}

.admin-bar .rey-siteHeader.header-pos--fixed {
    top: var(--admin-bar)
}

@media (max-width:767px) {
    .rey-siteHeader.header-pos--fixed.--not-mobile {
        position: relative
    }

    .admin-bar .rey-siteHeader.header-pos--fixed.--not-mobile {
        top: auto
    }

    .rey-siteHeader.header-pos--fixed.--not-mobile + .rey-siteHeader-helper {
        display: none
    }
}

@media (min-width:1025px) {
    .rey-siteHeader.header-pos--fixed.--loading-fixed-desktop {
        position: relative;
        top: 0
    }

        .rey-siteHeader.header-pos--fixed.--loading-fixed-desktop + .rey-siteHeader-helper {
            display: none
        }
}

@media (max-width:1024px) {
    .rey-siteHeader.header-pos--fixed.--loading-fixed-tablet {
        position: relative;
        top: 0
    }

        .rey-siteHeader.header-pos--fixed.--loading-fixed-tablet + .rey-siteHeader-helper {
            display: none
        }
}

@media (max-width:767px) {
    .rey-siteHeader.header-pos--fixed.--loading-fixed-mobile {
        position: relative;
        top: 0
    }

        .rey-siteHeader.header-pos--fixed.--loading-fixed-mobile + .rey-siteHeader-helper {
            display: none
        }
}

.rey-modal, .rey-modalSection {
    display: none
}

.rey-mainNavigation .rey-mega-gs, .rey-mainNavigation .depth--0 > .sub-menu {
    display: none
}

.rey-sidePanel {
    position: fixed;
    width: var(--side-panels-mobile-width,100%);
    z-index: 1060;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@media (min-width:768px) {
    .rey-sidePanel {
        width: 470px
    }
}

.rey-sidePanel[data-align="left"] {
    left: 0;
    right: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.--hidden {
    display: none !important
}

@media (max-width:767px) {
    .--dnone-sm, .--dnone-mobile {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:1025px) {
    .--dnone-md, .--dnone-tablet {
        display: none !important
    }
}

@media (min-width:1025px) {
    .--dnone-lg, .--dnone-desktop {
        display: none !important
    }
}

@media (min-width:768px) {
    .--visible-mobile {
        display: none !important
    }
}

@media (max-width:767px) {
    .--visible-tablet {
        display: none !important
    }
}

@media (min-width:1025px) {
    .--visible-tablet {
        display: none !important
    }
}

@media (max-width:768px) {
    .--visible-tablet.--visible-mobile {
        display: block !important
    }
}

@media (max-width:1024px) {
    .--visible-desktop {
        display: none !important
    }
}

.u-btn-icon-sm > .rey-icon {
    font-size: .8em;
    margin-right: .4em
}

.--b-shadow-1 {
    -webkit-box-shadow: var(--b-shadow-1);
    box-shadow: var(--b-shadow-1)
}

.--b-shadow-2 {
    -webkit-box-shadow: var(--b-shadow-2);
    box-shadow: var(--b-shadow-2)
}

.--b-shadow-3 {
    -webkit-box-shadow: var(--b-shadow-3);
    box-shadow: var(--b-shadow-3)
}

.--b-shadow-4 {
    -webkit-box-shadow: var(--b-shadow-4);
    box-shadow: var(--b-shadow-4)
}

.--b-shadow-5 {
    -webkit-box-shadow: var(--b-shadow-5);
    box-shadow: var(--b-shadow-5)
}

.rey-tooltip {
    position: absolute;
    background-color: HSLa(var(--neutral-9),.9);
    color: #fff;
    display: inline-block;
    z-index: 99999;
    padding: .5em .8em;
    border-radius: 3px;
    font-size: 11px;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    max-width: 200px;
    font-weight: 500;
    letter-spacing: 0
}

    .rey-tooltip.--basic {
        text-transform: uppercase;
        font-weight: 400
    }

.rey-breadcrumbs {
    font-size: .875rem;
    margin: 1.25rem 0;
    padding: 0
}

.rey-breadcrumbs-item, .rey-breadcrumbs-del {
    display: inline-block;
    margin: 0 5px
}

.single-product .rey-breadcrumbs-del:nth-last-of-type(1) {
    display: none
}

    .single-product .rey-breadcrumbs-del:nth-last-of-type(1) + .rey-breadcrumbs-item {
        display: none
    }

i.rey-customIcon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

    i.rey-customIcon img, i.rey-customIcon svg {
        font-size: inherit;
        fill: currentColor;
        height: 1em;
        position: relative;
        -ms-flex-item-align: center;
        align-self: center;
        width: 1em
    }

.rey-canShip {
    display: block
}

    .rey-canShip span {
        border-bottom: 1px solid rgba(0,0,0,.15)
    }

.rey-icon-reycore-icon-arrow.--to-left {
    -webkit-transform: rotate(90deg) scale(.7);
    transform: rotate(90deg) scale(.7)
}

.rey-icon-reycore-icon-arrow.--to-right {
    -webkit-transform: rotate(-90deg) scale(.7);
    transform: rotate(-90deg) scale(.7)
}

.rey-icon-reycore-icon-arrow.--to-top {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width:1025px) {
    body.--footer-reveal {
        min-height: 100vh
    }

        body.--footer-reveal .rey-pageCover {
            position: relative;
            z-index: 1
        }

        body.--footer-reveal .rey-siteContent {
            position: relative;
            z-index: 1;
            background-color: var(--body-bg-color);
            margin-bottom: var(--footer-height,100px)
        }

        body.--footer-reveal .rey-siteFooter {
            width: 100%;
            position: fixed;
            bottom: 0;
            z-index: 0
        }

        body.--footer-reveal.--footer-reveal-fade .rey-siteFooter {
            opacity: var(--footer-perc,0)
        }
}

.rey-quickviewPanel {
    display: none
}

:root {
    --demos-bar-ff: "Helvetica Neue",Helvetica,Arial,sans-serif;
    --demos-bar-bg-active: #e9ecef;
    --demos-bar-bg-active: #fff;
    --demos-bar-bg-inactive: #343a40;
    --ease: ease-out;
    --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1)
}

body.--active-demo-panel {
    overflow: hidden
}

.rey-demoPanel-wrapper {
    position: fixed;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 10000;
    font-size: 14px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s var(--easeOutExpo);
    transition: 0.3s var(--easeOutExpo);
    -webkit-transition-property: opacity,visibility;
    transition-property: opacity,visibility;
    display: none
}

@media (min-width:1025px) {
    .rey-demoPanel-wrapper {
        display: block
    }
}

.rey-demoPanel-wrapper, .rey-demoPanel-wrapper a, .rey-demoPanel-wrapper h4 {
    font-family: var(--demos-bar-ff)
}

    .rey-demoPanel-wrapper svg {
        font-size: 1rem;
        display: inline-block;
        fill: currentColor;
        height: 1em;
        position: relative;
        vertical-align: middle;
        width: 1em
    }

    .rey-demoPanel-wrapper.--loading {
        opacity: 0;
        visibility: hidden
    }

.rey-demoPanel-panelWrapper {
    padding-top: 4.38em;
    opacity: .7;
    -webkit-transition: 0.25s var(--easeOutExpo);
    transition: 0.25s var(--easeOutExpo);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.--show-dp .rey-demoPanel-panelWrapper {
    -webkit-transform: translateY(-5.2em);
    transform: translateY(-5.2em)
}

.rey-demoPanel-wrapper.--loading .rey-demoPanel-panelWrapper {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.rey-demoPanel-wrapper.--active .rey-demoPanel-panelWrapper, .rey-demoPanel-panelWrapper:hover {
    opacity: 1
}

.rey-demoPanel-overlay {
    position: fixed;
    left: -100vw;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29,40,45,.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6s var(--easeOutExpo);
    transition: 0.6s var(--easeOutExpo);
    -webkit-transition-property: opacity,visibility;
    transition-property: opacity,visibility
}

.rey-demoPanel-wrapper.--active .rey-demoPanel-overlay {
    opacity: 1;
    visibility: visible;
    left: 0
}

.rey-demoPanel-buttonsWrapper {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1em 1.4em 0 1em;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.6s var(--easeOutExpo);
    transition: 0.6s var(--easeOutExpo);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
}

.rey-demoPanel-wrapper.--active .rey-demoPanel-buttonsWrapper {
    z-index: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
}

.rey-demoPanel-buttons {
    background-color: var(--demos-bar-bg-inactive);
    border-radius: 4px 4px 0 0;
    padding: 0 1.2em;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .rey-demoPanel-buttons .rey-demoPanel-btn {
        color: #fff;
        font-weight: 500;
        display: inline-block;
        padding: 1em 1em .8em
    }

        .rey-demoPanel-buttons .rey-demoPanel-btn + .rey-demoPanel-btn {
            margin-left: 2em;
            position: relative
        }

            .rey-demoPanel-buttons .rey-demoPanel-btn + .rey-demoPanel-btn:before {
                content: '';
                position: absolute;
                left: -1em;
                top: calc(50% - .5em);
                width: 1px;
                height: 1em;
                background-color: #fff;
                opacity: .5
            }

    .rey-demoPanel-buttons .rey-demoPanel-remove svg {
        font-size: 12px;
        display: block
    }

.rey-demoPanel {
    background-color: var(--demos-bar-bg-inactive);
    border-radius: 4px 0 4px 4px;
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    width: calc(100% - 2.8em);
    top: 0;
    left: 1.4em;
    z-index: 0;
    padding: 0 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.6s var(--easeOutExpo);
    transition: 0.6s var(--easeOutExpo);
    -webkit-transition-property: background-color,height,-webkit-transform;
    transition-property: background-color,height,-webkit-transform;
    transition-property: transform,background-color,height;
    transition-property: transform,background-color,height,-webkit-transform;
    color: #343a40
}

    .rey-demoPanel a {
        -webkit-transition: color 0.3s var(--easeOutExpo);
        transition: color 0.3s var(--easeOutExpo);
        color: #343a40
    }

    .rey-demoPanel[data-size="1"] {
        height: 50vh
    }

        .rey-demoPanel[data-size="1"] .demoPanel-sizeControls-dots span:nth-child(3) {
            background-color: #495057
        }

        .rey-demoPanel[data-size="1"] .demoPanel-sizeControls[data-sizing="-1"] {
            opacity: .5;
            pointer-events: none
        }

    .rey-demoPanel[data-size="2"] {
        height: 70vh
    }

        .rey-demoPanel[data-size="2"] .demoPanel-sizeControls-dots span:nth-child(2), .rey-demoPanel[data-size="2"] .demoPanel-sizeControls-dots span:nth-child(3) {
            background-color: #495057
        }

    .rey-demoPanel[data-size="3"] {
        height: 95vh
    }

        .rey-demoPanel[data-size="3"] .demoPanel-sizeControls-dots span:nth-child(1), .rey-demoPanel[data-size="3"] .demoPanel-sizeControls-dots span:nth-child(2), .rey-demoPanel[data-size="3"] .demoPanel-sizeControls-dots span:nth-child(3) {
            background-color: #495057
        }

        .rey-demoPanel[data-size="3"] .demoPanel-sizeControls[data-sizing="1"] {
            opacity: .5;
            pointer-events: none
        }

.rey-demoPanel-wrapper.--active .rey-demoPanel {
    background-color: var(--demos-bar-bg-active);
    border-radius: 4px
}

    .rey-demoPanel-wrapper.--active .rey-demoPanel[data-size="1"] {
        -webkit-transform: translateY(-50vh);
        transform: translateY(-50vh)
    }

    .rey-demoPanel-wrapper.--active .rey-demoPanel[data-size="2"] {
        -webkit-transform: translateY(-70vh);
        transform: translateY(-70vh)
    }

    .rey-demoPanel-wrapper.--active .rey-demoPanel[data-size="3"] {
        -webkit-transform: translateY(-95vh);
        transform: translateY(-95vh)
    }

.rey-demoPanel ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.rey-demoPanel .rey-demoPanel-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    border-bottom: 1px solid #ced4da;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rey-demoPanel .rey-demoPanel-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto
}

    .rey-demoPanel .rey-demoPanel-tabs a {
        display: block;
        padding: 0;
        line-height: 4.5em;
        min-width: 10em;
        text-align: center;
        font-weight: 600
    }

@media (max-width:1500px) {
    .rey-demoPanel .rey-demoPanel-tabs a {
        min-width: 7em
    }
}

.rey-demoPanel .rey-demoPanel-tabs a.--active {
    position: relative
}

    .rey-demoPanel .rey-demoPanel-tabs a.--active:after {
        content: '';
        position: absolute;
        width: 100%;
        height: .4em;
        left: 0;
        bottom: 0;
        background-color: #ced4da
    }

.rey-demoPanel .rey-demoPanel-tabs a.--disabled {
    pointer-events: none;
    opacity: .5
}

.rey-demoPanel .rey-demoPanel-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}

    .rey-demoPanel .rey-demoPanel-links a {
        display: inline-block;
        padding-right: 1.5em;
        font-weight: 600
    }

    .rey-demoPanel .rey-demoPanel-links svg {
        font-size: 1.5em;
        margin-right: 10px;
        color: #ced4da
    }

    .rey-demoPanel .rey-demoPanel-links span {
        vertical-align: middle
    }

@media (max-width:1500px) {
    .rey-demoPanel .rey-demoPanel-links .rey-demoPanel-links--askQuestion {
        display: none
    }
}

.rey-demoPanel .rey-demoPanel-links .rey-dpSocialLink a {
    padding-right: .8em
}

    .rey-demoPanel .rey-demoPanel-links .rey-dpSocialLink a svg {
        margin: 0;
        color: #495057
    }

.rey-demoPanel .rey-demoPanel-links .rey-dpSocialLink:nth-child(2) {
    margin-right: 3em
}

.rey-demoPanel .rey-demoPanel-search {
    position: relative;
    display: none
}

@media (min-width:1440px) {
    .rey-demoPanel .rey-demoPanel-search.--active {
        display: block
    }
}

.rey-demoPanel .rey-demoPanel-search svg {
    position: absolute;
    left: 1rem;
    top: calc(50% - .5rem);
    opacity: .4
}

.rey-demoPanel .rey-demoPanel-search input[type="search"] {
    padding-left: 50px;
    height: 2.4rem;
    border-radius: 60px
}

.rey-demoPanel .rey-demoPanel-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 3em;
    color: #6c757d
}

@media (max-width:1500px) {
    .rey-demoPanel .rey-demoPanel-controls {
        margin-left: 1em
    }
}

.rey-demoPanel .rey-demoPanel-controls a {
    position: relative;
    color: #6c757d
}

    .rey-demoPanel .rey-demoPanel-controls a::before {
        content: '';
        position: absolute;
        top: calc(50% - 1.5em);
        left: calc(50% - 1.5em);
        width: 3em;
        height: 3em;
        background-color: rgba(0,0,0,.05);
        border-radius: 50%;
        -webkit-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out;
        opacity: 0
    }

    .rey-demoPanel .rey-demoPanel-controls a:hover {
        color: #343a40
    }

        .rey-demoPanel .rey-demoPanel-controls a:hover:before {
            opacity: 1
        }

.rey-demoPanel .rey-demoPanel-controls ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .rey-demoPanel .rey-demoPanel-controls ul a {
        padding: 0 1.3em;
        line-height: 4.5em;
        display: block
    }

.rey-demoPanel .rey-demoPanel-controls .demoPanel-sizeControls a svg {
    height: .6em
}

.rey-demoPanel .rey-demoPanel-controls .demoPanel-sizeControls-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 .5em
}

    .rey-demoPanel .rey-demoPanel-controls .demoPanel-sizeControls-dots span {
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        margin-top: 5px;
        background-color: #ced4da
    }

        .rey-demoPanel .rey-demoPanel-controls .demoPanel-sizeControls-dots span:first-child {
            margin-top: 0
        }

.rey-demoPanel .rey-demoPanel-controls .--flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.rey-demoPanel .rey-demoPanel-close {
    line-height: 4.5em;
    padding-left: 3em;
    padding-right: 2em;
    margin-right: -2em
}

    .rey-demoPanel .rey-demoPanel-close svg {
        font-size: 13px
    }

    .rey-demoPanel .rey-demoPanel-close:before {
        margin-left: .47em
    }

.rey-demoPanel .rey-demoPanel-contentWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.rey-demoPanel .rey-demoPanel-content {
    overflow: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-left: -.75rem;
    margin-right: -.75rem
}

.rey-demoPanel .rey-demoPanel-contentTab {
    display: none
}

    .rey-demoPanel .rey-demoPanel-contentTab.--active {
        display: block
    }

.rey-demoPanel .rey-demoPanel-contentItems {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 1.5rem .75rem 0 .75rem
}

    .rey-demoPanel .rey-demoPanel-contentItems::after {
        display: block;
        clear: both;
        content: ""
    }

.rey-demoPanel .rey-demoPanel-item {
    width: calc((100% / 4) - .75rem);
    padding-right: .75rem;
    padding-left: .75rem;
    float: left;
    margin-bottom: 2.5rem;
    position: relative
}

@media (min-width:1440px) {
    .rey-demoPanel .rey-demoPanel-item {
        width: calc((100% / 5) - .75rem)
    }
}

.rey-demoPanel .rey-demoPanel-item.--hidden {
    display: none
}

.rey-demoPanel .rey-demoPanel-contentTab[data-per-row="7"] .rey-demoPanel-item {
    width: calc((100% / 4) - .75rem)
}

@media (min-width:1440px) {
    .rey-demoPanel .rey-demoPanel-contentTab[data-per-row="7"] .rey-demoPanel-item {
        width: calc((100% / 6) - .75rem)
    }
}

.rey-demoPanel .rey-demoPanel-itemContent {
    -webkit-transition: 0.6s var(--easeOutExpo);
    transition: 0.6s var(--easeOutExpo);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
    position: absolute
}

.rey-demoPanel .rey-demoPanel-itemThumbnail {
    display: block;
    margin-bottom: .8rem;
    border-radius: 7px;
    border: 2px solid #e9ecef;
    -webkit-transition: border-color 0.25s var(--easeOutExpo);
    transition: border-color 0.25s var(--easeOutExpo);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .rey-demoPanel .rey-demoPanel-itemThumbnail:hover {
        border-color: #ced4da
    }

    .rey-demoPanel .rey-demoPanel-itemThumbnail img {
        max-width: 100%;
        height: auto;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 18px 4px rgba(0,0,0,.15);
        box-shadow: 0 0 18px 4px rgba(0,0,0,.15);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.rey-demoPanel .rey-demoPanel-itemName {
    font-size: 16px;
    font-weight: 400;
    margin: 0
}

.rey-demoPanel .rey-demoPanel-loader:before, .rey-demoPanel .rey-demoPanel-loader:after {
    content: '';
    display: block;
    background-color: #dee2e6;
    -webkit-animation: animateLoader 0.5s infinite alternate;
    animation: animateLoader 0.5s infinite alternate
}

@-webkit-keyframes animateLoader {
    to {
        opacity: .4
    }
}

@keyframes animateLoader {
    to {
        opacity: .4
    }
}

.rey-demoPanel .rey-demoPanel-loader:before {
    min-height: 170px;
    border-radius: 5px;
    margin-bottom: .8rem
}

.rey-demoPanel .rey-demoPanel-loader:after {
    min-height: 20px;
    width: 80px
}

.rey-demoPanel .rey-demoPanel-item.--visible .rey-demoPanel-itemContent {
    opacity: 1;
    position: static
}

.rey-demoPanel .rey-demoPanel-item.--visible .rey-demoPanel-loader {
    display: none
}

.rey-demoPanel .rey-demoPanel-handler {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    cursor: n-resize;
    z-index: 1;
    display: none
}

.rey-demoPanel-wrapper.--active .rey-demoPanel .rey-demoPanel-handler {
    display: block
}

.rey-demoPanel[data-size="3"] .rey-demoPanel-handler {
    cursor: s-resize
}

.rey-demoPanel .rey-demoPanel-ctg {
    margin: 1.3rem 0 0 2rem
}

    .rey-demoPanel .rey-demoPanel-ctg span {
        font-weight: 500;
        margin-left: 1rem;
        font-size: 11px;
        cursor: pointer
    }

        .rey-demoPanel .rey-demoPanel-ctg span.--active, .rey-demoPanel .rey-demoPanel-ctg span:hover {
            text-decoration: underline
        }

        .rey-demoPanel .rey-demoPanel-ctg span:first-child {
            margin-left: 0
        }

.rey-demos-tooltip {
    position: absolute;
    background-color: rgba(33,37,41,.9);
    color: #fff;
    display: inline-block;
    z-index: 99999;
    padding: .5em .8em;
    border-radius: 3px;
    font-size: 11px;
    font-family: var(--demos-bar-ff);
    max-width: 200px;
    font-weight: 500;
    letter-spacing: 0
}

.header-hover .rey-siteHeader {
    transition-property: opacity,background-color
}

    .header-hover .rey-siteHeader:hover {
        background-color: #fff
    }

.grecaptcha-badge {
    display: none !important
}
/*! elementor - v3.4.3 - 30-08-2021 */
.dialog-widget-content {
    background-color: #fff;
    position: absolute;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
    box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
    overflow: hidden
}

.dialog-message {
    font-size: 12px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .dialog-type-lightbox .dialog-widget-content {
        margin: auto;
        width: 375px
    }

    .dialog-type-lightbox .dialog-header {
        font-size: 15px;
        color: #495157;
        padding: 30px 0 10px;
        font-weight: 500
    }

    .dialog-type-lightbox .dialog-message {
        padding: 0 30px 30px;
        min-height: 50px
    }

    .dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header, .dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
        text-align: center
    }

    .dialog-type-lightbox .dialog-buttons-wrapper {
        border-top: 1px solid #e6e9ec;
        text-align: center
    }

        .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button {
            font-family: Roboto,Arial,Helvetica,Verdana,sans-serif;
            width: 50%;
            border: none;
            background: none;
            color: #6d7882;
            font-size: 15px;
            cursor: pointer;
            padding: 13px 0;
            outline: 0
        }

            .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:hover {
                background-color: #f4f6f7
            }

            .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-ok {
                color: #b01b1b
            }

            .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-take_over {
                color: #39b54a
            }

            .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:active {
                background-color: rgba(230,233,236,.5)
            }

            .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button::-moz-focus-inner {
                border: 0
            }

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-top: 15px;
    right: 15px;
    font-size: 15px;
    line-height: 1
}

    .dialog-close-button:not(:hover) {
        opacity: .4
    }

.dialog-alert-widget .dialog-buttons-wrapper > button {
    width: 100%
}

.dialog-confirm-widget .dialog-button:first-child {
    border-right: 1px solid #e6e9ec
}

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

@media (min-width:1024px) {
    body.admin-bar .dialog-lightbox-widget {
        height: calc(100vh - 32px)
    }
}

@media (max-width:1024px) {
    body.admin-bar .dialog-type-lightbox {
        position: -webkit-sticky;
        position: sticky;
        height: 100vh
    }
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
    padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
    padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
    padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
    padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
    padding-bottom: 100%
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
    padding-bottom: 177.8%
}

.elementor-fit-aspect-ratio {
    position: relative;
    height: 0
}

    .elementor-fit-aspect-ratio iframe {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border: 0;
        background-color: #000
    }

    .elementor-fit-aspect-ratio video {
        width: 100%
    }

.flatpickr-calendar {
    width: 280px
}

    .flatpickr-calendar .flatpickr-current-month span.cur-month {
        font-weight: 300
    }

    .flatpickr-calendar .dayContainer {
        width: 280px;
        min-width: 280px;
        max-width: 280px
    }

    .flatpickr-calendar .flatpickr-days {
        width: 280px
    }

    .flatpickr-calendar .flatpickr-day {
        max-width: 37px;
        height: 37px;
        line-height: 37px
    }

.elementor-templates-modal .dialog-widget-content {
    font-family: Roboto,Arial,Helvetica,Verdana,sans-serif;
    background-color: #f1f3f5;
    width: 100%
}

@media (max-width:1439px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 990px
    }
}

@media (min-width:1440px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 1200px
    }
}

.elementor-templates-modal .dialog-header {
    padding: 0;
    z-index: 1
}

.elementor-templates-modal .dialog-buttons-wrapper, .elementor-templates-modal .dialog-header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    position: relative
}

.elementor-templates-modal .dialog-buttons-wrapper {
    border: none;
    display: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px
}

    .elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
        height: 40px;
        margin-left: 5px
    }

    .elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
        padding: 12px 36px;
        color: #fff;
        width: auto;
        font-size: 15px
    }

        .elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
            background-color: #39b54a
        }

.elementor-templates-modal .dialog-message {
    height: 750px;
    max-height: 85vh;
    overflow: auto;
    padding-top: 25px
}

.elementor-templates-modal .dialog-content {
    height: 100%
}

.elementor-templates-modal .dialog-loading {
    display: none
}

.elementor-templates-modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px
}

.elementor-templates-modal__header__logo {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

.elementor-templates-modal__header__logo-area {
    text-align: left;
    padding-left: 15px
}

    .elementor-templates-modal__header__logo-area > * {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

.elementor-templates-modal__header__logo__icon-wrapper {
    margin-right: 10px;
    font-size: 12px
}

.elementor-templates-modal__header__logo__title {
    padding-top: 2px
}

.elementor-templates-modal__header__items-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-templates-modal__header__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

    .elementor-templates-modal__header__item > i {
        font-size: 20px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        cursor: pointer
    }

        .elementor-templates-modal__header__item > i:not(:hover) {
            color: #a4afb7
        }

.elementor-templates-modal__header__close--normal {
    width: 47px;
    border-left: 1px solid #e6e9ec
}

    .elementor-templates-modal__header__close--normal i {
        font-size: 18px
    }

.elementor-templates-modal__header__close--skip {
    padding: 10px 10px 10px 20px;
    margin-right: 10px;
    color: #fff;
    background-color: #a4afb7;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer
}

    .elementor-templates-modal__header__close--skip > i {
        font-size: inherit;
        padding-left: 10px;
        margin-left: 15px;
        border-left: 1px solid
    }

        .elementor-templates-modal__header__close--skip > i:not(:hover) {
            color: #fff
        }

.elementor-templates-modal__sidebar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
    background-color: hsla(0,0%,100%,.3)
}

.elementor-templates-modal__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-shadow: 0 0 13px inset rgba(0,0,0,.05);
    box-shadow: inset 0 0 13px rgba(0,0,0,.05)
}

#wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section + .elementor-second-section {
    border-top: 1px solid #464b50;
    margin-top: 6px
}

.elementor-hidden {
    display: none
}

.elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.e-logo-wrapper {
    background: #93003c;
    display: inline-block;
    padding: .75em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 1
}

    .e-logo-wrapper i {
        color: #fff;
        font-size: 1em
    }

.elementor {
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual
}

    .elementor *, .elementor :after, .elementor :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .elementor a {
        -webkit-box-shadow: none;
        box-shadow: none;
        text-decoration: none
    }

    .elementor hr {
        margin: 0;
        background-color: transparent
    }

    .elementor img {
        height: auto;
        max-width: 100%;
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
        margin: 0
    }

    .elementor embed, .elementor iframe, .elementor object, .elementor video {
        max-width: 100%;
        width: 100%;
        margin: 0;
        line-height: 1;
        border: none
    }

    .elementor .elementor-custom-embed {
        line-height: 0
    }

    .elementor .elementor-background, .elementor .elementor-background-holder, .elementor .elementor-background-video-container {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        overflow: hidden;
        z-index: 0;
        direction: ltr
    }

    .elementor .elementor-background-video-container {
        -webkit-transition: opacity 1s;
        -o-transition: opacity 1s;
        transition: opacity 1s;
        pointer-events: none
    }

        .elementor .elementor-background-video-container.elementor-loading {
            opacity: 0
        }

    .elementor .elementor-background-video-embed {
        max-width: none
    }

    .elementor .elementor-background-video, .elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .elementor .elementor-background-video {
        max-width: none
    }

    .elementor .elementor-html5-video {
        -o-object-fit: cover;
        object-fit: cover
    }

    .elementor .elementor-background-overlay, .elementor .elementor-background-slideshow {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute
    }

    .elementor .elementor-background-slideshow {
        z-index: 0
    }

    .elementor .elementor-background-slideshow__slide__image {
        width: 100%;
        height: 100%;
        background-position: 50%;
        -webkit-background-size: cover;
        background-size: cover
    }

.elementor-widget-wrap > .elementor-element.elementor-absolute {
    position: absolute
}

.elementor-widget-wrap > .elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media (max-width:1024px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%
    }
}

.elementor-element.elementor-absolute, .elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-invisible {
    visibility: hidden
}

.elementor-align-center {
    text-align: center
}

    .elementor-align-center .elementor-button {
        width: auto
    }

.elementor-align-right {
    text-align: right
}

    .elementor-align-right .elementor-button {
        width: auto
    }

.elementor-align-left {
    text-align: left
}

    .elementor-align-left .elementor-button {
        width: auto
    }

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

    .elementor-custom-embed-play i {
        font-size: 100px;
        color: #fff;
        text-shadow: 1px 0 6px rgba(0,0,0,.3)
    }

    .elementor-custom-embed-play svg {
        height: 100px;
        width: 100px;
        fill: #fff;
        -webkit-filter: drop-shadow(1px 0 6px rgba(0,0,0,.3));
        filter: drop-shadow(1px 0 6px rgba(0,0,0,.3))
    }

    .elementor-custom-embed-play i, .elementor-custom-embed-play svg {
        opacity: .8;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    .elementor-custom-embed-play.elementor-playing i {
        font-family: eicons;
        -webkit-animation: fa-spin 2s linear infinite;
        animation: fa-spin 2s linear infinite
    }

        .elementor-custom-embed-play.elementor-playing i:before {
            content: "\e8fb"
        }

.elementor-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.elementor-ken-burns {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: 10s;
    -o-transition-duration: 10s;
    transition-duration: 10s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    -webkit-transition-duration: 20s;
    -o-transition-duration: 20s;
    transition-duration: 20s
}

    .elementor-ken-burns--active.elementor-ken-burns--out {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .elementor-ken-burns--active.elementor-ken-burns--in {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
    }

@media (min-width:-1px) {
    .elementor-widescreen-align-center {
        text-align: center
    }

        .elementor-widescreen-align-center .elementor-button {
            width: auto
        }

    .elementor-widescreen-align-right {
        text-align: right
    }

        .elementor-widescreen-align-right .elementor-button {
            width: auto
        }

    .elementor-widescreen-align-left {
        text-align: left
    }

        .elementor-widescreen-align-left .elementor-button {
            width: auto
        }

    .elementor-widescreen-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1px) {
    .elementor-laptop-align-center {
        text-align: center
    }

        .elementor-laptop-align-center .elementor-button {
            width: auto
        }

    .elementor-laptop-align-right {
        text-align: right
    }

        .elementor-laptop-align-right .elementor-button {
            width: auto
        }

    .elementor-laptop-align-left {
        text-align: left
    }

        .elementor-laptop-align-left .elementor-button {
            width: auto
        }

    .elementor-laptop-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1px) {
    .elementor-tablet_extra-align-center {
        text-align: center
    }

        .elementor-tablet_extra-align-center .elementor-button {
            width: auto
        }

    .elementor-tablet_extra-align-right {
        text-align: right
    }

        .elementor-tablet_extra-align-right .elementor-button {
            width: auto
        }

    .elementor-tablet_extra-align-left {
        text-align: left
    }

        .elementor-tablet_extra-align-left .elementor-button {
            width: auto
        }

    .elementor-tablet_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:1024px) {
    .elementor-tablet-align-center {
        text-align: center
    }

        .elementor-tablet-align-center .elementor-button {
            width: auto
        }

    .elementor-tablet-align-right {
        text-align: right
    }

        .elementor-tablet-align-right .elementor-button {
            width: auto
        }

    .elementor-tablet-align-left {
        text-align: left
    }

        .elementor-tablet-align-left .elementor-button {
            width: auto
        }

    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1px) {
    .elementor-mobile_extra-align-center {
        text-align: center
    }

        .elementor-mobile_extra-align-center .elementor-button {
            width: auto
        }

    .elementor-mobile_extra-align-right {
        text-align: right
    }

        .elementor-mobile_extra-align-right .elementor-button {
            width: auto
        }

    .elementor-mobile_extra-align-left {
        text-align: left
    }

        .elementor-mobile_extra-align-left .elementor-button {
            width: auto
        }

    .elementor-mobile_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-mobile-align-center {
        text-align: center
    }

        .elementor-mobile-align-center .elementor-button {
            width: auto
        }

    .elementor-mobile-align-right {
        text-align: right
    }

        .elementor-mobile-align-right .elementor-button {
            width: auto
        }

    .elementor-mobile-align-left {
        text-align: left
    }

        .elementor-mobile-align-left .elementor-button {
            width: auto
        }

    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

#wpadminbar #wp-admin-bar-elementor_edit_page > .ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}

#wpadminbar #wp-admin-bar-elementor_inspector > .ab-item:before {
    content: "\f348";
    top: 2px
}

:root {
    --page-title-display: block
}

.elementor-page-title, h1.entry-title {
    display: var(--page-title-display)
}

.elementor-section {
    position: relative
}

    .elementor-section .elementor-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: auto;
        margin-left: auto;
        position: relative
    }

@media (max-width:1024px) {
    .elementor-section .elementor-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section.elementor-section-items-top > .elementor-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle > .elementor-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-section.elementor-section-items-bottom > .elementor-container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width:768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh
    }

        .elementor-section.elementor-section-height-full > .elementor-container {
            height: 100%
        }
}

.elementor-bc-flex-widget .elementor-section-content-top > .elementor-container > .elementor-column > .elementor-widget-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-column > .elementor-widget-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-column > .elementor-widget-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1024px) {
    .elementor-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-wrap > .elementor-element {
    width: 100%
}

.elementor-widget {
    position: relative
}

    .elementor-widget:not(:last-child) {
        margin-bottom: 20px
    }

        .elementor-widget:not(:last-child).elementor-absolute, .elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial {
            margin-bottom: 0
        }

.elementor-column {
    min-height: 1px
}

.elementor-column, .elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-column-wrap {
    width: 100%
}

.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media (min-width:768px) {
    .elementor-column.elementor-col-10, .elementor-column[data-col="10"] {
        width: 10%
    }

    .elementor-column.elementor-col-11, .elementor-column[data-col="11"] {
        width: 11.111%
    }

    .elementor-column.elementor-col-12, .elementor-column[data-col="12"] {
        width: 12.5%
    }

    .elementor-column.elementor-col-14, .elementor-column[data-col="14"] {
        width: 14.285%
    }

    .elementor-column.elementor-col-16, .elementor-column[data-col="16"] {
        width: 16.666%
    }

    .elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
        width: 20%
    }

    .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
        width: 25%
    }

    .elementor-column.elementor-col-30, .elementor-column[data-col="30"] {
        width: 30%
    }

    .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
        width: 33.333%
    }

    .elementor-column.elementor-col-40, .elementor-column[data-col="40"] {
        width: 40%
    }

    .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
        width: 50%
    }

    .elementor-column.elementor-col-60, .elementor-column[data-col="60"] {
        width: 60%
    }

    .elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
        width: 66.666%
    }

    .elementor-column.elementor-col-70, .elementor-column[data-col="70"] {
        width: 70%
    }

    .elementor-column.elementor-col-75, .elementor-column[data-col="75"] {
        width: 75%
    }

    .elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
        width: 80%
    }

    .elementor-column.elementor-col-83, .elementor-column[data-col="83"] {
        width: 83.333%
    }

    .elementor-column.elementor-col-90, .elementor-column[data-col="90"] {
        width: 90%
    }

    .elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width:479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%
    }

    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }

    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }

    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }

    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }

    .elementor-column.elementor-xs-20 {
        width: 20%
    }

    .elementor-column.elementor-xs-25 {
        width: 25%
    }

    .elementor-column.elementor-xs-30 {
        width: 30%
    }

    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }

    .elementor-column.elementor-xs-40 {
        width: 40%
    }

    .elementor-column.elementor-xs-50 {
        width: 50%
    }

    .elementor-column.elementor-xs-60 {
        width: 60%
    }

    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }

    .elementor-column.elementor-xs-70 {
        width: 70%
    }

    .elementor-column.elementor-xs-75 {
        width: 75%
    }

    .elementor-column.elementor-xs-80 {
        width: 80%
    }

    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }

    .elementor-column.elementor-xs-90 {
        width: 90%
    }

    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%
    }

    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }

    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }

    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }

    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }

    .elementor-column.elementor-sm-20 {
        width: 20%
    }

    .elementor-column.elementor-sm-25 {
        width: 25%
    }

    .elementor-column.elementor-sm-30 {
        width: 30%
    }

    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }

    .elementor-column.elementor-sm-40 {
        width: 40%
    }

    .elementor-column.elementor-sm-50 {
        width: 50%
    }

    .elementor-column.elementor-sm-60 {
        width: 60%
    }

    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }

    .elementor-column.elementor-sm-70 {
        width: 70%
    }

    .elementor-column.elementor-sm-75 {
        width: 75%
    }

    .elementor-column.elementor-sm-80 {
        width: 80%
    }

    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }

    .elementor-column.elementor-sm-90 {
        width: 90%
    }

    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-column.elementor-md-10 {
        width: 10%
    }

    .elementor-column.elementor-md-11 {
        width: 11.111%
    }

    .elementor-column.elementor-md-12 {
        width: 12.5%
    }

    .elementor-column.elementor-md-14 {
        width: 14.285%
    }

    .elementor-column.elementor-md-16 {
        width: 16.666%
    }

    .elementor-column.elementor-md-20 {
        width: 20%
    }

    .elementor-column.elementor-md-25 {
        width: 25%
    }

    .elementor-column.elementor-md-30 {
        width: 30%
    }

    .elementor-column.elementor-md-33 {
        width: 33.333%
    }

    .elementor-column.elementor-md-40 {
        width: 40%
    }

    .elementor-column.elementor-md-50 {
        width: 50%
    }

    .elementor-column.elementor-md-60 {
        width: 60%
    }

    .elementor-column.elementor-md-66 {
        width: 66.666%
    }

    .elementor-column.elementor-md-70 {
        width: 70%
    }

    .elementor-column.elementor-md-75 {
        width: 75%
    }

    .elementor-column.elementor-md-80 {
        width: 80%
    }

    .elementor-column.elementor-md-83 {
        width: 83.333%
    }

    .elementor-column.elementor-md-90 {
        width: 90%
    }

    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-reverse-tablet > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:767px) {
    .elementor-reverse-mobile > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
        word-break: break-word
    }

.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap)
}

    .elementor-grid .elementor-grid-item {
        min-width: 0
    }

.elementor-grid-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
}

    .elementor-grid-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1,1fr)
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2,1fr)
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3,1fr)
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4,1fr)
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5,1fr)
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6,1fr)
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7,1fr)
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8,1fr)
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9,1fr)
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10,1fr)
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11,1fr)
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12,1fr)
}

@media (min-width:-1px) {
    .elementor-grid-widescreen-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

        .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }

    .elementor-grid-widescreen-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-widescreen-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-widescreen-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-widescreen-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-widescreen-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-widescreen-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-widescreen-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-widescreen-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-widescreen-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-widescreen-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-widescreen-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-widescreen-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width:-1px) {
    .elementor-grid-laptop-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

        .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }

    .elementor-grid-laptop-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-laptop-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-laptop-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-laptop-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-laptop-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-laptop-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-laptop-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-laptop-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-laptop-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-laptop-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-laptop-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-laptop-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width:-1px) {
    .elementor-grid-tablet_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

        .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }

    .elementor-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width:1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

        .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }

    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width:-1px) {
    .elementor-grid-mobile_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

        .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }

    .elementor-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width:767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

        .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word
        }

    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (min-width:1025px) {
    #elementor-device-mode:after {
        content: "desktop"
    }
}

@media (min-width:-1px) {
    #elementor-device-mode:after {
        content: "widescreen"
    }
}

@media (max-width:-1px) {
    #elementor-device-mode:after {
        content: "laptop";
        content: "tablet_extra"
    }
}

@media (max-width:1024px) {
    #elementor-device-mode:after {
        content: "tablet"
    }
}

@media (max-width:-1px) {
    #elementor-device-mode:after {
        content: "mobile_extra"
    }
}

@media (max-width:767px) {
    #elementor-device-mode:after {
        content: "mobile"
    }
}

[class*=" eicon-"], [class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@-webkit-keyframes eicon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes eicon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    -webkit-animation: eicon-spin 2s linear infinite;
    animation: eicon-spin 2s linear infinite
}

.eicon-loading:before {
    content: "\e8fb"
}

.eicon-menu-bar:before {
    content: "\e816"
}

.eicon-chevron-right:before {
    content: "\e87d"
}

.eicon-chevron-left:before {
    content: "\e87e"
}

.eicon-close:before {
    content: "\e87f"
}

.eicon-share-arrow:before {
    content: "\e96c"
}

.eicon-zoom-in:before {
    content: "\e882"
}

.eicon-zoom-in-bold:before {
    content: "\e92e"
}

.eicon-zoom-out-bold:before {
    content: "\e943"
}

.eicon-frame-expand:before {
    content: "\e95c"
}

.eicon-frame-minimize:before {
    content: "\e95d"
}

.eicon-play:before {
    content: "\e89d"
}

.eicon-facebook:before {
    content: "\e959"
}

.eicon-twitter:before {
    content: "\e95a"
}

.eicon-pinterest:before {
    content: "\e95b"
}

.eicon-download-bold:before {
    content: "\e96b"
}

.eicon-caret-down:before {
    content: "\e92a"
}

.elementor-form-fields-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > textarea {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group > input {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

.elementor-field-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .elementor-field-group.elementor-field-type-submit {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .elementor-field-group .elementor-field-textual {
        width: 100%;
        max-width: 100%;
        border: 1px solid #818a91;
        background-color: transparent;
        color: #373a3c;
        vertical-align: middle;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

        .elementor-field-group .elementor-field-textual:focus {
            -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
            box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
            outline: 0
        }

        .elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
            color: inherit;
            font-family: inherit;
            opacity: .6
        }

        .elementor-field-group .elementor-field-textual:-ms-input-placeholder {
            color: inherit;
            font-family: inherit;
            opacity: .6
        }

        .elementor-field-group .elementor-field-textual:-moz-placeholder, .elementor-field-group .elementor-field-textual::-moz-placeholder {
            color: inherit;
            font-family: inherit;
            opacity: .6
        }

        .elementor-field-group .elementor-field-textual::-ms-input-placeholder {
            color: inherit;
            font-family: inherit;
            opacity: .6
        }

        .elementor-field-group .elementor-field-textual::placeholder {
            color: inherit;
            font-family: inherit;
            opacity: .6
        }

    .elementor-field-group .elementor-select-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 100%
    }

        .elementor-field-group .elementor-select-wrapper select {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            color: inherit;
            font-size: inherit;
            font-family: inherit;
            font-weight: inherit;
            font-style: inherit;
            text-transform: inherit;
            letter-spacing: inherit;
            line-height: inherit;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            padding-right: 20px
        }

        .elementor-field-group .elementor-select-wrapper:before {
            content: "\e92a";
            font-family: eicons;
            font-size: 15px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 10px;
            pointer-events: none;
            text-shadow: 0 0 3px rgba(0,0,0,.3)
        }

    .elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
        content: ""
    }

.elementor-field-subgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .elementor-field-subgroup .elementor-field-option label {
        display: inline-block
    }

    .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
        padding-right: 10px
    }

    .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label, .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label, .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}

.elementor-field-label {
    cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-left: .2em
}

.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

    .elementor-field-textual.elementor-size-xs {
        font-size: 13px;
        min-height: 33px;
        padding: 4px 12px;
        -webkit-border-radius: 2px;
        border-radius: 2px
    }

    .elementor-field-textual.elementor-size-md {
        font-size: 16px;
        min-height: 47px;
        padding: 6px 16px;
        -webkit-border-radius: 4px;
        border-radius: 4px
    }

    .elementor-field-textual.elementor-size-lg {
        font-size: 18px;
        min-height: 59px;
        padding: 7px 20px;
        -webkit-border-radius: 5px;
        border-radius: 5px
    }

    .elementor-field-textual.elementor-size-xl {
        font-size: 20px;
        min-height: 72px;
        padding: 8px 24px;
        -webkit-border-radius: 6px;
        border-radius: 6px
    }

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons, .elementor-button-align-center .elementor-field-type-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-button-align-start .e-form__buttons, .elementor-button-align-start .elementor-field-type-submit {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons, .elementor-button-align-end .elementor-field-type-submit {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto
    }

.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-center .e-form__buttons__wrapper__button, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper__button, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper__button {
    -ms-flex-preferred-size: initial;
    flex-basis: auto
}

@media screen and (max-width:1024px) {
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-tablet-button-align-center .e-form__buttons, .elementor-tablet-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-tablet-button-align-start .e-form__buttons, .elementor-tablet-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-tablet-button-align-end .e-form__buttons, .elementor-tablet-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
            -ms-flex-preferred-size: initial;
            flex-basis: auto
        }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: 0
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-center .e-form__buttons__wrapper__button, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper__button, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto
    }
}

@media screen and (max-width:767px) {
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-mobile-button-align-center .e-form__buttons, .elementor-mobile-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-mobile-button-align-start .e-form__buttons, .elementor-mobile-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-mobile-button-align-end .e-form__buttons, .elementor-mobile-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
            -ms-flex-preferred-size: initial;
            flex-basis: auto
        }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: 0
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-center .e-form__buttons__wrapper__button, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper__button, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

    .elementor-message:before {
        content: "\e90e";
        display: inline-block;
        font-family: eicons;
        font-weight: 400;
        font-style: normal;
        vertical-align: middle;
        margin-right: 5px
    }

    .elementor-message.elementor-message-danger {
        color: #d9534f
    }

        .elementor-message.elementor-message-danger:before {
            content: "\e87f"
        }

    .elementor-message.form-message-success {
        color: #5cb85c
    }

.elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: none
}

    .elementor-form .elementor-button > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-form .elementor-button.elementor-size-xs {
        min-height: 33px
    }

    .elementor-form .elementor-button.elementor-size-sm {
        min-height: 40px
    }

    .elementor-form .elementor-button.elementor-size-md {
        min-height: 47px
    }

    .elementor-form .elementor-button.elementor-size-lg {
        min-height: 59px
    }

    .elementor-form .elementor-button.elementor-size-xl {
        min-height: 72px
    }

.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    .elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
        color: #fff
    }

.elementor-button-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-button-icon {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

    .elementor-button-icon svg {
        width: 1em;
        height: auto
    }

    .elementor-button-icon .e-font-icon-svg {
        height: 1em
    }

.elementor-button-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-menu-cart__toggle .elementor-button-icon {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-tab-title a {
    color: inherit
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #818a91;
    color: #fff;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #818a91;
    border: 3px solid #818a91;
    background-color: transparent
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #818a91;
    font-size: 50px;
    text-align: center
}

    .elementor-icon:hover {
        color: #818a91
    }

    .elementor-icon i, .elementor-icon svg {
        width: 1em;
        height: 1em;
        position: relative;
        display: block
    }

        .elementor-icon i:before, .elementor-icon svg:before {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%)
        }

        .elementor-icon i.fad {
            width: auto
        }

.elementor-shape-circle .elementor-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.elementor-slick-slider[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.elementor-slick-slider .slick-loading .slick-list {
    background: #fff
}

    .elementor-slick-slider .slick-loading .slick-list:after {
        content: "\e8fb";
        font-family: eicons;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-animation: fa-spin 2s linear infinite;
        animation: fa-spin 2s linear infinite;
        font-size: 25px;
        color: #a4afb7
    }

.elementor-slick-slider .slick-next, .elementor-slick-slider .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

    .elementor-slick-slider .slick-next:focus, .elementor-slick-slider .slick-next:hover, .elementor-slick-slider .slick-prev:focus, .elementor-slick-slider .slick-prev:hover {
        color: transparent;
        outline: none;
        background: transparent
    }

        .elementor-slick-slider .slick-next:focus:before, .elementor-slick-slider .slick-next:hover:before, .elementor-slick-slider .slick-prev:focus:before, .elementor-slick-slider .slick-prev:hover:before {
            opacity: 1
        }

    .elementor-slick-slider .slick-next.slick-disabled:before, .elementor-slick-slider .slick-prev.slick-disabled:before {
        opacity: .25
    }

    .elementor-slick-slider .slick-next:before, .elementor-slick-slider .slick-prev:before {
        font-family: eicons;
        font-size: 35px;
        line-height: 1;
        opacity: .75;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.elementor-slick-slider .slick-prev {
    left: -25px
}

[dir=rtl] .elementor-slick-slider .slick-prev {
    left: auto;
    right: -25px
}

.elementor-slick-slider .slick-prev:before {
    content: "\e89f"
}

[dir=rtl] .elementor-slick-slider .slick-prev:before {
    content: "\e89e"
}

.elementor-slick-slider .slick-next {
    right: -25px
}

[dir=rtl] .elementor-slick-slider .slick-next {
    left: -25px;
    right: auto
}

.elementor-slick-slider .slick-next:before {
    content: "\e89e"
}

[dir=rtl] .elementor-slick-slider .slick-next:before {
    content: "\e89f"
}

.elementor-slick-slider .slick-dotted.slick-slider {
    margin-bottom: 30px
}

.elementor-slick-slider ul.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

    .elementor-slick-slider ul.slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0;
        padding: 0;
        cursor: pointer
    }

        .elementor-slick-slider ul.slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent
        }

            .elementor-slick-slider ul.slick-dots li button:focus, .elementor-slick-slider ul.slick-dots li button:hover {
                outline: none
            }

                .elementor-slick-slider ul.slick-dots li button:focus:before, .elementor-slick-slider ul.slick-dots li button:hover:before {
                    opacity: 1
                }

            .elementor-slick-slider ul.slick-dots li button:before {
                font-family: eicons;
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: "\e914";
                text-align: center;
                opacity: .25;
                color: #000;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale
            }

        .elementor-slick-slider ul.slick-dots li.slick-active button:before {
            opacity: .75;
            color: #000
        }

.elementor-slick-slider .slick-arrows-inside .slick-prev {
    left: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev {
    left: auto;
    right: 20px
}

.elementor-slick-slider .slick-arrows-inside .slick-next {
    right: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next {
    left: 20px;
    right: auto
}

.elementor-slick-slider .slick-dots-inside .slick-dots {
    bottom: 5px
}

.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider {
    margin-bottom: 0
}

.elementor-slick-slider .slick-slider .slick-next, .elementor-slick-slider .slick-slider .slick-prev {
    z-index: 1
}

.elementor-slick-slider .slick-slide img {
    margin: auto
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

    .swiper-container .swiper-slide figure {
        line-height: 0
    }

    .swiper-container .elementor-lightbox-content-source {
        display: none
    }

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height,-webkit-transform;
        transition-property: height,-webkit-transform;
        -o-transition-property: transform,height;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background: no-repeat 50%
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

    .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
    }

    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

    .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
    }

    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

.swiper-pagination-fraction {
    color: #000
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #000;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0,0%,100%,.5)
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff
    }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
        background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);
        background-image: -o-linear-gradient(right,rgba(0,0,0,.5),transparent);
        background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5),transparent);
        background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
        background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
        background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
        background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
        background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);
        background-image: -o-linear-gradient(top,rgba(0,0,0,.5),transparent);
        background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
    }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

    .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
        pointer-events: none;
        z-index: 1
    }

        .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-slide {
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-pagination-position-outside .elementor-swiper-button {
    top: calc(50% - 30px / 2)
}

.elementor-swiper {
    position: relative
}

.elementor-main-swiper {
    position: static
}

.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
    left: 0
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
    right: 0
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-swiper-button {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0,0%,93.3%,.9);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.elementor-swiper-button-prev {
    left: 10px
}

.elementor-swiper-button-next {
    right: 10px
}

.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.swiper-container-cube .elementor-swiper-button {
    -webkit-transform: translate3d(0,-50%,1px);
    transform: translate3d(0,-50%,1px)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100%;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.elementor-lightbox {
    --lightbox-ui-color: hsla(0,0%,93.3%,.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px
}

    .elementor-lightbox .dialog-header {
        display: none
    }

    .elementor-lightbox .dialog-widget-content {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        height: 100%
    }

    .elementor-lightbox .dialog-message {
        -webkit-animation-duration: .3s;
        animation-duration: .3s
    }

        .elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
            height: 100%
        }

        .elementor-lightbox .dialog-message.dialog-lightbox-message {
            padding: 0
        }

    .elementor-lightbox .dialog-lightbox-close-button {
        cursor: pointer;
        position: absolute;
        font-size: var(--lightbox-header-icons-size);
        right: .75em;
        margin-top: 13px;
        padding: .25em;
        z-index: 2;
        line-height: 1
    }

    .elementor-lightbox .dialog-lightbox-close-button, .elementor-lightbox .elementor-swiper-button {
        color: var(--lightbox-ui-color);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        opacity: 1
    }

        .elementor-lightbox .dialog-lightbox-close-button:hover, .elementor-lightbox .elementor-swiper-button:hover {
            color: var(--lightbox-ui-color-hover)
        }

    .elementor-lightbox .swiper-container {
        height: 100%
    }

    .elementor-lightbox .elementor-lightbox-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        padding: 70px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
        margin: auto
    }

@media (max-width:767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 70px 0
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-lightbox-image:hover {
        opacity: 1;
        -webkit-filter: none;
        filter: none;
        border: none
    }

.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-video-container {
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);
    box-shadow: 0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media (min-width:1025px) {
    .elementor-lightbox .elementor-video-container {
        width: 75%
    }
}

@media (max-width:1024px) {
    .elementor-lightbox .elementor-video-container {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
        width: 70%
    }
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next, .elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size)
}

.elementor-lightbox .elementor-swiper-button-prev {
    left: 0
}

.elementor-lightbox .elementor-swiper-button-next {
    right: 0
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-swiper-button:focus {
        outline: none
    }

    .elementor-lightbox .elementor-swiper-button-next, .elementor-lightbox .elementor-swiper-button-prev {
        width: 20%
    }

        .elementor-lightbox .elementor-swiper-button-next i, .elementor-lightbox .elementor-swiper-button-prev i {
            padding: 10px;
            background-color: rgba(0,0,0,.5)
        }

    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.elementor-slideshow__footer, .elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.elementor-slideshow__footer {
    color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-left: 1em;
    padding-right: 2.6em;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10
}

    .elementor-slideshow__header > i {
        font-size: inherit;
        cursor: pointer;
        padding: .25em;
        margin: 0 .35em
    }

        .elementor-slideshow__header > i:hover {
            color: var(--lightbox-ui-color-hover)
        }

    .elementor-slideshow__header .elementor-slideshow__counter {
        margin-right: auto
    }

    .elementor-slideshow__header .elementor-icon-share {
        z-index: 5
    }

.elementor-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

    .elementor-slideshow__share-menu .elementor-slideshow__share-links a {
        color: #2c2c2c
    }

.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 14px 20px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transform-origin: 90% 10%;
    -ms-transform-origin: 90% 10%;
    transform-origin: 90% 10%;
    -webkit-transition: all .25s .1s;
    -o-transition: all .25s .1s;
    transition: all .25s .1s;
    -webkit-box-shadow: 0 4px 15px rgba(0,0,0,.3);
    box-shadow: 0 4px 15px rgba(0,0,0,.3)
}

    .elementor-slideshow__share-links a {
        text-align: left;
        color: #55595c;
        font-size: 12px;
        line-height: 2.5;
        display: block;
        opacity: 0;
        -webkit-transition: opacity .5s .1s;
        -o-transition: opacity .5s .1s;
        transition: opacity .5s .1s
    }

        .elementor-slideshow__share-links a:hover {
            color: #000
        }

        .elementor-slideshow__share-links a i {
            font-size: 1.25em;
            margin-right: .75em
        }

    .elementor-slideshow__share-links:before {
        content: "";
        display: block;
        position: absolute;
        top: 1px;
        right: .5em;
        border: .45em solid transparent;
        border-bottom-color: #fff;
        -webkit-transform: translateY(-100%) scaleX(.7);
        -ms-transform: translateY(-100%) scaleX(.7);
        transform: translateY(-100%) scaleX(.7)
    }

.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed
}

.elementor-slideshow__description, .elementor-slideshow__title {
    margin: 0
}

.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700
}

.elementor-slideshow__description {
    font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer, .elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next, .elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer, .elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0,0,0,.5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next, .elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0,0,0,.5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

    .elementor-slideshow--share-mode .elementor-slideshow__share-links, .elementor-slideshow--share-mode .elementor-slideshow__share-links a {
        opacity: 1
    }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
            color: #1da1f2
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
            color: #3b5998
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
            color: #bd081c
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
            color: #a4afb7
        }

.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2
}

.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s
}

    .animated.animated-slow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    .animated.animated-fast {
        -webkit-animation-duration: .75s;
        animation-duration: .75s
    }

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animated.reverse {
        animation-direction: reverse;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

@media (prefers-reduced-motion:reduce) {
    .animated {
        -webkit-animation: none;
        animation: none
    }
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor-shape-top {
    top: -1px
}

    .elementor-shape-top:not([data-negative=false]) svg {
        z-index: -1
    }

.elementor-shape-bottom {
    bottom: -1px
}

    .elementor-shape-bottom:not([data-negative=true]) svg {
        z-index: -1
    }

.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #55595c;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.page-template-elementor_canvas.elementor-page:before {
    display: none
}

.elementor-post__thumbnail__link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#left-area ul.elementor-icon-list-items, .elementor-edit-area .elementor-element ul.elementor-icon-list-items, .elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

#wpadminbar * {
    font-style: normal
}

.e--ua-appleWebkit.rtl {
    --flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
    --justify-content: var(--flex-right,flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
    --justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: var(--justify-content,space-between);
    -ms-flex-pack: var(--justify-content,space-between);
    justify-content: var(--justify-content,space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
    display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
}

@media (max-width:1024px) {
    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
        --justify-content: var(--flex-right,flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: var(--justify-content,space-between);
        -ms-flex-pack: var(--justify-content,space-between);
        justify-content: var(--justify-content,space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {
    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
        --justify-content: var(--flex-right,flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: var(--justify-content,space-between);
        -ms-flex-pack: var(--justify-content,space-between);
        justify-content: var(--justify-content,space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {
    .elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
        display: none
    }
}

@media (min-width:-1px) and (max-width:-1px) {
    .elementor .elementor-hidden-mobile_extra {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display: none
    }
}

@media (min-width:-1px) and (max-width:-1px) {
    .elementor .elementor-hidden-laptop, .elementor .elementor-hidden-tablet_extra {
        display: none
    }
}

@media (min-width:1025px) and (max-width:99999px) {
    .elementor .elementor-hidden-desktop {
        display: none
    }
}

@media (min-width:-1px) {
    .elementor .elementor-hidden-widescreen {
        display: none
    }
}

.elementor-widget-text-path {
    font-size: 20px;
    text-align: var(--alignment,left)
}

    .elementor-widget-text-path svg {
        width: var(--width);
        max-width: 100%;
        height: auto;
        overflow: visible;
        word-spacing: var(--word-spacing);
        -webkit-transform: rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1));
        -ms-transform: rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1));
        transform: rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1))
    }

        .elementor-widget-text-path svg path {
            vector-effect: non-scaling-stroke;
            fill: var(--path-fill,transparent);
            stroke: var(--stroke-color,transparent);
            stroke-width: var(--stroke-width,1px);
            -webkit-transition: var(--stroke-transition) stroke,var(--stroke-transition) fill;
            -o-transition: var(--stroke-transition) stroke,var(--stroke-transition) fill;
            transition: var(--stroke-transition) stroke,var(--stroke-transition) fill
        }

        .elementor-widget-text-path svg:hover path {
            --path-fill: var(--path-fill-hover);
            --stroke-color: var(--stroke-color-hover);
            --stroke-width: var(--stroke-width-hover)
        }

        .elementor-widget-text-path svg text {
            --fill: var(--text-color);
            fill: var(--fill);
            direction: var(--direction,ltr);
            -webkit-transition: var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill;
            -o-transition: var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill;
            transition: var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill
        }

            .elementor-widget-text-path svg text:hover {
                --color: var(--text-color-hover,var(--text-color));
                --fill: var(--color);
                color: var(--color)
            }

.elementor-kit-2331 {
    --e-global-color-primary: #6EC1E4;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #61CE70;
    --e-global-color-25103315: #DA291C;
    --e-global-color-ad8a63c: #414141;
    --e-global-color-389ad651: #EEEFF3;
    --e-global-color-389a39af: #23A455;
    --e-global-color-6b3e9311: #000;
    --e-global-color-2610d40c: #FFF;
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-weight: 500
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

{
}

h1.entry-title {
    display: var(--page-title-display)
}

.rey-siteHeader.--lock-zindex > .elementor > .elementor-section-wrap > .elementor-section {
    z-index: auto
}

.elementor-section-content-top > .elementor-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-section-content-middle > .elementor-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-section-content-bottom > .elementor-container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.column-flex-dir--vertical > .elementor-widget-wrap.elementor-element-populated {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:767px) {
    .elementor-section.rey-mobiOffset {
        overflow-x: auto
    }

        .elementor-section.rey-mobiOffset.rey-mobiOffset--gap {
            margin-right: calc(var(--main-gutter-size) * -1);
            padding-right: var(--main-gutter-size)
        }

        .elementor-section.rey-mobiOffset > .elementor-container {
            width: var(--mobi-offset,var(--container-max-width));
            -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            max-width: none
        }
}

.elementor-section.rey-flexWrap > .elementor-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .elementor-section.rey-flexWrap > .elementor-container > .elementor-column > .ui-resizable-e, .elementor-section.rey-flexWrap > .elementor-container > .elementor-column > .ui-resizable-w {
        display: none !important
    }

.column-flex-grow-1 > .elementor-widget-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

html[data-xl="2"] .column-stretch-right.elementor-column > .elementor-widget-wrap {
    margin-right: calc(-1 * ((var(--site-width) / 2) - (var(--container-max-width) / 2)) - var(--half-gutter-size))
}

html[data-xl="2"] .column-stretch-left.elementor-column > .elementor-widget-wrap {
    margin-left: calc(-1 * ((var(--site-width) / 2) - (var(--container-max-width) / 2)) - var(--half-gutter-size))
}

.rey-colbg--video.elementor-element-edit-mode > .elementor-widget-wrap {
    will-change: opacity
}

.u-overlay-multiply > .elementor-widget-wrap.elementor-element-populated {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

    .u-overlay-multiply > .elementor-widget-wrap.elementor-element-populated > .elementor-background-overlay {
        mix-blend-mode: multiply
    }

.u-overlay-blend-fix > .elementor-widget-wrap.elementor-element-populated {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.elementor-section.rey-tabs-section > .elementor-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

    .elementor-section.rey-tabs-section > .elementor-container > .elementor-column {
        width: 100% !important;
        -webkit-transition: 0.5s var(--easeoutcubic);
        transition: 0.5s var(--easeoutcubic);
        -webkit-transition-property: opacity,visibility,-webkit-transform;
        transition-property: opacity,visibility,-webkit-transform;
        transition-property: opacity,visibility,transform;
        transition-property: opacity,visibility,transform,-webkit-transform
    }

        .elementor-section.rey-tabs-section > .elementor-container > .elementor-column.--active-tab {
            opacity: 1;
            visibility: visible
        }

.elementor-editor-active .elementor-section.rey-tabs-section > .elementor-container > .elementor-column {
    margin-bottom: .8rem
}

.elementor-section.rey-tabs-section:not(.elementor-element-edit-mode):not(.--tabs-loaded) > .elementor-container > .elementor-column:not(:first-child), .elementor-section.rey-tabs-section:not(.elementor-element-edit-mode).--tabs-loaded > .elementor-container > .elementor-column:not(.--active-tab) {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.elementor-section.rey-tabs-section.--tabs-effect-slide > .elementor-container > .elementor-column.--active-tab {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.elementor-section.rey-tabs-section.--tabs-effect-slide:not(.elementor-element-edit-mode):not(.--tabs-loaded) > .elementor-container > .elementor-column:not(:first-child), .elementor-section.rey-tabs-section.--tabs-effect-slide:not(.elementor-element-edit-mode).--tabs-loaded > .elementor-container > .elementor-column:not(.--active-tab) {
    -webkit-transform: translateY(var(--tabs-effect-slide-distance,30px));
    transform: translateY(var(--tabs-effect-slide-distance,30px))
}

.elementor-section.rey-tabs-section > .elementor-element-overlay:after {
    outline-color: #4caf50
}

.elementor-section.rey-tabs-section > .elementor-element-overlay .elementor-editor-element-setting:hover {
    background-color: #2d682f
}

.elementor-section.rey-tabs-section > .elementor-element-overlay .elementor-editor-element-setting:first-child:before {
    border-right-color: #4caf50
}

.elementor-section.rey-tabs-section > .elementor-element-overlay .elementor-editor-element-setting:first-child:hover:before {
    border-right-color: #2d682f
}

.elementor-section.rey-tabs-section > .elementor-element-overlay .elementor-editor-element-setting:last-child:after {
    border-left-color: #4caf50
}

.elementor-section.rey-tabs-section > .elementor-element-overlay .elementor-editor-element-setting:last-child:hover:after {
    border-left-color: #2d682f
}

.elementor-section.rey-tabs-section .elementor-editor-section-settings {
    background-color: #4caf50
}

body.elementor-editor-preview .elementor-section.rey-tabs-section:not(.--tabs-loaded) > .elementor-container > .elementor-column:not(:first-child) {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

:root {
    --col-gutter-size-left: var(--half-gutter-size,15px);
    --col-gutter-size-right: var(--half-gutter-size, 15px)
}

@media (min-width:1025px) {
    .elementor-widget-wrap {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.elementor-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .elementor-section:before {
        content: "";
        margin-left: calc(-1 * var(--col-gutter-size-left))
    }

    .elementor-section:after {
        content: "";
        margin-right: calc(-1 * var(--col-gutter-size-right))
    }

    .elementor-section > .elementor-container {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%
    }

@media (min-width:1025px) {
    .elementor-section.rey-section-stretched, .elementor-section.rey-section-stretched .elementor-section {
        --col-gutter-size-left: calc(2 * var(--half-gutter-size));
        --col-gutter-size-right: var(--zero-px)
    }
}

.elementor-section .elementor-column {
    padding-left: var(--col-gutter-size-left);
    padding-right: var(--col-gutter-size-right)
}

    .elementor-section .elementor-column > .elementor-element-overlay {
        margin-left: var(--col-gutter-size-left);
        margin-right: var(--col-gutter-size-right)
    }

    .elementor-section .elementor-column > .elementor-element-populated {
        padding: 0
    }

@media (min-width:1025px) {
    .elementor-popup-modal .elementor-section {
        --col-gutter-size-left: calc(2 * var(--half-gutter-size));
        --col-gutter-size-right: var(--zero-px)
    }
}

.elementor-section-gap-no {
    --half-gutter-size: var(--zero-px);
    --col-gutter-size-left: var(--half-gutter-size);
    --col-gutter-size-right: var(--half-gutter-size)
}

@media (min-width:1025px) {
    .elementor-section-gap-line {
        --half-gutter-size: 1px;
        --col-gutter-size-left: var(--half-gutter-size);
        --col-gutter-size-right: var(--half-gutter-size)
    }
}

@media (min-width:1025px) {
    .elementor-section-gap-narrow {
        --half-gutter-size: 5px;
        --col-gutter-size-left: var(--half-gutter-size);
        --col-gutter-size-right: var(--half-gutter-size)
    }
}

@media (min-width:1025px) {
    .elementor-section-gap-default {
        --half-gutter-size: 15px;
        --col-gutter-size-left: var(--half-gutter-size);
        --col-gutter-size-right: var(--half-gutter-size)
    }
}

@media (min-width:1025px) {
    .elementor-section-gap-extended {
        --half-gutter-size: 25px;
        --col-gutter-size-left: var(--half-gutter-size);
        --col-gutter-size-right: var(--half-gutter-size)
    }
}

@media (min-width:1025px) {
    .elementor-section-gap-wide {
        --half-gutter-size: 35px;
        --col-gutter-size-left: var(--half-gutter-size);
        --col-gutter-size-right: var(--half-gutter-size)
    }
}

@media (min-width:1025px) {
    .elementor-section-gap-wider {
        --half-gutter-size: 50px;
        --col-gutter-size-left: var(--half-gutter-size);
        --col-gutter-size-right: var(--half-gutter-size)
    }
}

.elementor-template-canvas .elementor-top-section.elementor-section-full_width {
    display: block
}

    .elementor-template-canvas .elementor-top-section.elementor-section-full_width:before {
        display: none
    }

    .elementor-template-canvas .elementor-top-section.elementor-section-full_width:after {
        display: none
    }

    .elementor-template-canvas .elementor-top-section.elementor-section-full_width > .elementor-container {
        margin-left: 0;
        margin-right: 0
    }

.rey-siteHeader .elementor-section-gap-no.elementor-section-boxed > .elementor-container, .rey-siteFooter .elementor-section-gap-no.elementor-section-boxed > .elementor-container, .rey-stickyContent .elementor-section-gap-no.elementor-section-boxed > .elementor-container, .rey-pbTemplate--gs-hf .elementor-section-gap-no.elementor-section-boxed > .elementor-container {
    max-width: calc(var(--container-max-width) - (var(--main-gutter-size) * 2))
}

@media (min-width:1025px) {
    .rey-siteHeader .elementor-section-gap-line.elementor-section-boxed > .elementor-container, .rey-siteFooter .elementor-section-gap-line.elementor-section-boxed > .elementor-container, .rey-stickyContent .elementor-section-gap-line.elementor-section-boxed > .elementor-container, .rey-pbTemplate--gs-hf .elementor-section-gap-line.elementor-section-boxed > .elementor-container {
        max-width: calc((var(--container-max-width) + (var(--half-gutter-size) * 2)) - (var(--main-gutter-size) * 2))
    }
}

@media (min-width:1025px) {
    .rey-siteHeader .elementor-section-gap-narrow.elementor-section-boxed > .elementor-container, .rey-siteFooter .elementor-section-gap-narrow.elementor-section-boxed > .elementor-container, .rey-stickyContent .elementor-section-gap-narrow.elementor-section-boxed > .elementor-container, .rey-pbTemplate--gs-hf .elementor-section-gap-narrow.elementor-section-boxed > .elementor-container {
        max-width: calc((var(--container-max-width) + (var(--half-gutter-size) * 2)) - (var(--main-gutter-size) * 2))
    }
}

@media (min-width:1025px) {
    .rey-siteHeader .elementor-section-gap-default.elementor-section-boxed > .elementor-container, .rey-siteFooter .elementor-section-gap-default.elementor-section-boxed > .elementor-container, .rey-stickyContent .elementor-section-gap-default.elementor-section-boxed > .elementor-container, .rey-pbTemplate--gs-hf .elementor-section-gap-default.elementor-section-boxed > .elementor-container {
        max-width: calc((var(--container-max-width) + (var(--half-gutter-size) * 2)) - (var(--main-gutter-size) * 2))
    }
}

@media (min-width:1025px) {
    .rey-siteHeader .elementor-section-gap-extended.elementor-section-boxed > .elementor-container, .rey-siteFooter .elementor-section-gap-extended.elementor-section-boxed > .elementor-container, .rey-stickyContent .elementor-section-gap-extended.elementor-section-boxed > .elementor-container, .rey-pbTemplate--gs-hf .elementor-section-gap-extended.elementor-section-boxed > .elementor-container {
        max-width: calc((var(--container-max-width) + (var(--half-gutter-size) * 2)) - (var(--main-gutter-size) * 2))
    }
}

@media (min-width:1025px) {
    .rey-siteHeader .elementor-section-gap-wide.elementor-section-boxed > .elementor-container, .rey-siteFooter .elementor-section-gap-wide.elementor-section-boxed > .elementor-container, .rey-stickyContent .elementor-section-gap-wide.elementor-section-boxed > .elementor-container, .rey-pbTemplate--gs-hf .elementor-section-gap-wide.elementor-section-boxed > .elementor-container {
        max-width: calc((var(--container-max-width) + (var(--half-gutter-size) * 2)) - (var(--main-gutter-size) * 2))
    }
}

@media (min-width:1025px) {
    .rey-siteHeader .elementor-section-gap-wider.elementor-section-boxed > .elementor-container, .rey-siteFooter .elementor-section-gap-wider.elementor-section-boxed > .elementor-container, .rey-stickyContent .elementor-section-gap-wider.elementor-section-boxed > .elementor-container, .rey-pbTemplate--gs-hf .elementor-section-gap-wider.elementor-section-boxed > .elementor-container {
        max-width: calc((var(--container-max-width) + (var(--half-gutter-size) * 2)) - (var(--main-gutter-size) * 2))
    }
}

@media (max-width:1024px) {
    .rey-siteHeader .elementor-section.elementor-top-section:before, .rey-siteHeader .elementor-section.elementor-top-section:after, .rey-siteFooter .elementor-section.elementor-top-section:before, .rey-siteFooter .elementor-section.elementor-top-section:after, .rey-stickyContent .elementor-section.elementor-top-section:before, .rey-stickyContent .elementor-section.elementor-top-section:after, .rey-pbTemplate--gs-hf .elementor-section.elementor-top-section:before, .rey-pbTemplate--gs-hf .elementor-section.elementor-top-section:after {
        display: none
    }
}

.rey-siteHeader .rey-siteHeader--custom {
    color: var(--header-text-color)
}

.elementor-section .rey-section-wrap-bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--container-max-width)
}

@media (max-width:1024px) {
    .elementor-section.rey-section-bg--gradient.rey-gradientDesktop-yes {
        background-image: none !important
    }
}

.rey-siteContainer:not(.rey-stretchPage) .elementor-section.rey-section-stretched {
    --push-back: 0;
    width: var(--site-width,100vw);
    left: var(--push-back)
}

@media (max-width:1024px) {
    .rey-siteContainer:not(.rey-stretchPage) .elementor-section.rey-section-stretched {
        --push-back: calc(-1 * var(--main-gutter-size))
    }
}

@media (min-width:1025px) {
    .rey-siteContainer:not(.rey-stretchPage) .elementor-section.rey-section-stretched {
        --push-back: calc(-1 * (((var(--site-width, 100vw) - var(--container-max-width)) / 2) + var(--main-gutter-size)))
    }
}

[data-xl="2"] .rey-siteContainer:not(.rey-stretchPage) .elementor-section.rey-section-stretched {
    --push-back: calc(-1 * (((var(--site-width, 100vw) - var(--container-max-width)) / 2) + var(--content-padding-left, 0px) + var(--main-gutter-size)))
}

@media (min-width:1025px) {
    .rey-siteContainer.rey-stretchPage .elementor-section.rey-section-stretched, .rey-pageCover .elementor-section.rey-section-stretched {
        width: var(--site-width,100vw);
        left: calc(-1 * (var(--page-padding-left) + var(--content-padding-left, 0px)))
    }
}

.rey-pageCover.--contain {
    padding-right: var(--half-gutter-size);
    padding-left: var(--half-gutter-size);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: var(--container-max-width)
}

@media (min-width:1025px) {
    [data-xl="2"] .rey-pageCover.--contain {
        padding-right: calc(var(--content-padding-right) + var(--half-gutter-size));
        padding-left: calc(var(--content-padding-left) + var(--half-gutter-size))
    }
}

.elementor-column[data-column-link] {
    cursor: pointer
}

.elementor-column .rey-column-wrap-bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.elementor-column.--sticky-col {
    -webkit-transform: none !important;
    transform: none !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.elementor-element.m-auto--top {
    margin-top: auto !important
}

.elementor-element.m-auto--right {
    margin-right: auto !important
}

.elementor-element.m-auto--bottom {
    margin-bottom: auto !important
}

.elementor-element.m-auto--left {
    margin-left: auto !important
}

@media (min-width:1025px) {
    .u-container-padding-left > .elementor-column-wrap {
        padding-left: calc((var(--site-width, 100vw) - var(--container-max-width)) / 2) !important
    }

    .u-container-padding-right > .elementor-column-wrap {
        padding-right: calc((var(--site-width, 100vw) - var(--container-max-width)) / 2) !important
    }
}

@media (min-width:768px) {
    .elementor-section.elementor-section-height-full {
        height: auto;
        min-height: calc(var(--full-vp-height) - var(--admin-bar))
    }

        .elementor-section.elementor-section-height-full > .elementor-container {
            min-height: calc(var(--full-vp-height) - var(--admin-bar))
        }
}

@media (max-width:767px) {
    .elementor-widget-wrap > .elementor-element.elementor-absolute.rey-default-position-yes, .elementor-widget-wrap > .elementor-element.elementor-fixed.rey-default-position-yes {
        position: static
    }
}

@media (min-width:1025px) {
    .elementor-element .rey-gap--line {
        --half-gutter-size: 1px
    }
}

@media (min-width:1025px) {
    .elementor-element .rey-gap--narrow {
        --half-gutter-size: 5px
    }
}

@media (min-width:1025px) {
    .elementor-element .rey-gap--default {
        --half-gutter-size: 15px
    }
}

@media (min-width:1025px) {
    .elementor-element .rey-gap--extended {
        --half-gutter-size: 25px
    }
}

@media (min-width:1025px) {
    .elementor-element .rey-gap--wide {
        --half-gutter-size: 35px
    }
}

@media (min-width:1025px) {
    .elementor-element .rey-gap--wider {
        --half-gutter-size: 50px
    }
}

.elementor-element [class*="rey-gap--"] {
    margin-left: calc(-1 * var(--half-gutter-size));
    margin-right: calc(-1 * var(--half-gutter-size))
}

    .elementor-element [class*="rey-gap--"] .rey-gapItem {
        padding-left: var(--half-gutter-size);
        padding-right: var(--half-gutter-size)
    }

.--icon-block-yes .elementor-icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-icon-box-icon {
    line-height: 1
}

    .elementor-icon-box-icon .elementor-icon {
        vertical-align: middle
    }

.rey-stickyContent .elementor-icon, .rey-siteHeader .elementor-icon, .rey-pbTemplate--gs-header .elementor-icon, .rey-stickyContent .elementor-social-icon i, .rey-siteHeader .elementor-social-icon i, .rey-pbTemplate--gs-header .elementor-social-icon i {
    color: inherit
}

.elementor-social-icon-instagram {
    background-color: #ea0b14
}

.rey-stickyContent .elementor-button, .rey-siteHeader .elementor-button, .rey-pbTemplate--gs-header .elementor-button {
    color: inherit
}

.elementor-button.elementor-size-xs {
    font-size: 12px;
    padding: .5em .6em;
    border-radius: 0
}

.elementor-button.elementor-size-sm {
    font-size: 14px;
    padding: .65em 1.2em;
    border-radius: 0
}

.elementor-button.elementor-size-md {
    padding: .85em 1.6em;
    border-radius: 0
}

.elementor-button.elementor-size-lg {
    padding: 1.05em 2.1em;
    border-radius: 0
}

.elementor-button.elementor-size-xl {
    padding: 1.5em 3em;
    border-radius: 0
}

@media (min-width:1025px) {
    .--btn-block--yes .elementor-button {
        display: block !important
    }
}

.--btn-block--yes .elementor-button .elementor-button-text {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

@media (min-width:768px) and (max-width:1024px) {
    .--btn-block--tablet-yes .elementor-button {
        display: block !important
    }
}

.--btn-block--tablet-yes .elementor-button .elementor-button-text {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

@media (max-width:767px) {
    .--btn-block--mobile-yes .elementor-button {
        display: block !important
    }
}

.--btn-block--mobile-yes .elementor-button .elementor-button-text {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.elementor-button .elementor-button-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .elementor-button .elementor-button-icon svg {
        color: inherit
    }

.--icon-style-aoh:hover .elementor-button .elementor-button-icon svg {
    -webkit-animation: r-icon-hover 0.3s ease-out;
    animation: r-icon-hover 0.3s ease-out
}

@-webkit-keyframes r-icon-hover {
    0%,100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1
    }

    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }

    50.1% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes r-icon-hover {
    0%,100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1
    }

    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }

    50.1% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
}

.--icon-style-soh .elementor-button .elementor-button-icon svg {
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
    opacity: 0;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
}

.--icon-style-soh:hover .elementor-button .elementor-button-icon svg {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1
}

.elementor-align-left .elementor-button .elementor-button-content-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-align-right .elementor-button .elementor-button-content-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-align-justify .elementor-button .elementor-button-content-wrapper {
    width: 100%
}

    .elementor-align-justify .elementor-button .elementor-button-content-wrapper .elementor-align-icon-left {
        margin-right: auto !important
    }

    .elementor-align-justify .elementor-button .elementor-button-content-wrapper .elementor-align-icon-right {
        margin-left: auto !important
    }

.elementor-button-primary .elementor-button {
    color: var(--accent-text-color);
    background-color: var(--accent-color);
    padding: .625rem 1.0625rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic);
    transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic)
}

@media screen and (prefers-reduced-motion:reduce) {
    .elementor-button-primary .elementor-button {
        -webkit-transition: none;
        transition: none
    }
}

.elementor-button-primary .elementor-button:hover {
    color: var(--accent-text-hover-color);
    background-color: var(--accent-hover-color)
}

.elementor-button-secondary .elementor-button {
    color: var(--accent-text-color);
    background-color: var(--accent-color);
    padding: .625rem 1.0625rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic);
    transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic);
    color: HSL(var(--neutral-8));
    background-color: HSL(var(--neutral-2))
}

@media screen and (prefers-reduced-motion:reduce) {
    .elementor-button-secondary .elementor-button {
        -webkit-transition: none;
        transition: none
    }
}

.elementor-button-secondary .elementor-button:hover {
    color: var(--accent-text-hover-color);
    background-color: var(--accent-hover-color)
}

.elementor-button-secondary .elementor-button:hover {
    color: HSL(var(--neutral-8));
    background-color: HSL(var(--neutral-3))
}

.elementor-button-block .elementor-button {
    display: block
}

.elementor-button-primary-outline .elementor-button {
    border-width: 1px;
    border-style: solid;
    color: var(--accent-color);
    border-color: currentColor;
    background-color: transparent;
    padding: .9375rem 1.25rem;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic);
    transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic)
}

@media screen and (prefers-reduced-motion:reduce) {
    .elementor-button-primary-outline .elementor-button {
        -webkit-transition: none;
        transition: none
    }
}

.elementor-button-primary-outline .elementor-button:hover {
    color: var(--accent-hover-color);
    background-color: transparent;
    border-color: currentColor
}

.elementor-button-secondary-outline .elementor-button {
    border-width: 1px;
    border-style: solid;
    color: var(--accent-color);
    border-color: currentColor;
    background-color: transparent;
    padding: .9375rem 1.25rem;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic);
    transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic);
    color: HSL(var(--neutral-8));
    border-color: HSL(var(--neutral-2))
}

@media screen and (prefers-reduced-motion:reduce) {
    .elementor-button-secondary-outline .elementor-button {
        -webkit-transition: none;
        transition: none
    }
}

.elementor-button-secondary-outline .elementor-button:hover {
    color: var(--accent-hover-color);
    background-color: transparent;
    border-color: currentColor
}

.elementor-button-secondary-outline .elementor-button:hover {
    color: HSL(var(--neutral-8));
    border-color: HSL(var(--neutral-5))
}

.elementor-button-simple .elementor-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: var(--font-weight-bold);
    color: var(--link-color);
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 0;
    padding: 0;
    font-size: .8125rem;
    line-height: 1;
    -webkit-transition: color 0.2s var(--easeoutcubic);
    transition: color 0.2s var(--easeoutcubic)
}

.elementor-button-underline-1 .elementor-button {
    background-color: transparent;
    color: currentColor;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    display: inline-block;
    text-decoration: underline
}

@media (min-width:768px) {
    .elementor-button-underline-1 .elementor-button {
        text-decoration: none
    }
}

.elementor-button-underline-1 .elementor-button:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: none;
    top: calc(100% - 0.2em);
    background: currentColor;
    opacity: .2;
    -webkit-transition: height 0.15s var(--easeoutcubic),opacity 0.15s var(--easeoutcubic);
    transition: height 0.15s var(--easeoutcubic),opacity 0.15s var(--easeoutcubic);
    left: 0
}

@media (min-width:768px) {
    .elementor-button-underline-1 .elementor-button:after {
        display: block
    }
}

.elementor-button-underline-1 .elementor-button:hover:after {
    opacity: .8;
    height: 4px
}

.elementor-button-underline-2 .elementor-button {
    background-color: transparent;
    color: currentColor;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-decoration: none
}

    .elementor-button-underline-2 .elementor-button:after {
        content: "";
        position: absolute;
        width: 100%;
        height: var(--btn-line-size,2px);
        display: block;
        bottom: 0;
        background: currentColor;
        -webkit-transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
        transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
        transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic);
        transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: center right;
        transform-origin: center right
    }

    .elementor-button-underline-2 .elementor-button:after {
        opacity: .2;
        height: .85em;
        top: 50%;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        width: calc(100% + 1em);
        right: -.5em;
        -webkit-transform-origin: center right;
        transform-origin: center right
    }

    .elementor-button-underline-2 .elementor-button:hover:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        left: -.5em;
        -webkit-transform-origin: center left;
        transform-origin: center left
    }

.elementor-element.elementor-button-underline .elementor-button {
    position: relative;
    text-decoration: none;
    background: none;
    padding: 0 0 7px;
    color: currentColor;
    background-color: transparent
}

    .elementor-element.elementor-button-underline .elementor-button:after {
        content: "";
        position: absolute;
        width: 100%;
        height: var(--btn-line-size,2px);
        display: block;
        bottom: 0;
        background: currentColor;
        -webkit-transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
        transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
        transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic);
        transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: center right;
        transform-origin: center right
    }

    .elementor-element.elementor-button-underline .elementor-button:after {
        left: 0;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    .elementor-element.elementor-button-underline .elementor-button:hover:after {
        -webkit-animation: dashanim-active 0.4s var(--easeoutcubic);
        animation: dashanim-active 0.4s var(--easeoutcubic)
    }

.elementor-element.elementor-button-underline-hover .elementor-button {
    position: relative;
    text-decoration: none;
    padding: 0 0 7px;
    color: currentColor;
    background-color: transparent
}

    .elementor-element.elementor-button-underline-hover .elementor-button:after {
        content: "";
        position: absolute;
        width: 100%;
        height: var(--btn-line-size,2px);
        display: block;
        bottom: 0;
        background: currentColor;
        -webkit-transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
        transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
        transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic);
        transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: center right;
        transform-origin: center right
    }

    .elementor-element.elementor-button-underline-hover .elementor-button:after {
        left: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    .elementor-element.elementor-button-underline-hover .elementor-button:hover:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: center left;
        transform-origin: center left
    }

.elementor-element.elementor-button-dashed .elementor-button {
    color: currentColor;
    background-color: transparent
}

    .elementor-element.elementor-button-dashed .elementor-button .elementor-button-text {
        position: relative;
        padding-right: 40px
    }

        .elementor-element.elementor-button-dashed .elementor-button .elementor-button-text:after {
            content: "";
            width: 25px;
            height: 1px;
            background-color: currentColor;
            -webkit-transition: -webkit-transform 0.25s var(--easeoutcubic);
            transition: -webkit-transform 0.25s var(--easeoutcubic);
            transition: transform 0.25s var(--easeoutcubic);
            transition: transform 0.25s var(--easeoutcubic),-webkit-transform 0.25s var(--easeoutcubic);
            position: absolute;
            top: 50%;
            right: 0
        }

    .elementor-element.elementor-button-dashed .elementor-button:hover .elementor-button-text:after {
        -webkit-transform: scaleX(.7);
        transform: scaleX(.7)
    }

.elementor-element.elementor-button-dashed.--large .elementor-button .elementor-button-text {
    padding-right: 50px
}

    .elementor-element.elementor-button-dashed.--large .elementor-button .elementor-button-text:after {
        width: 35px
    }

.u-links-anim-ul > p > a {
    position: relative;
    display: inline-block;
    text-decoration: underline
}

@media (min-width:768px) {
    .u-links-anim-ul > p > a {
        text-decoration: none
    }
}

.u-links-anim-ul > p > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: none;
    top: calc(100% - 0.2em);
    background: currentColor;
    opacity: .2;
    -webkit-transition: height 0.15s var(--easeoutcubic),opacity 0.15s var(--easeoutcubic);
    transition: height 0.15s var(--easeoutcubic),opacity 0.15s var(--easeoutcubic);
    left: 0
}

@media (min-width:768px) {
    .u-links-anim-ul > p > a:after {
        display: block
    }
}

.u-links-anim-ul > p > a:hover:after {
    opacity: .8;
    height: 4px
}

.u-links-anim-ul > p > a:hover:after {
    opacity: .8;
    height: 3px
}

.u-links-anim-ul > p > a:after {
    background-color: var(--deco-color,currentColor)
}

.u-links-simple-ul > p > a {
    -webkit-box-shadow: 0 1px 0 currentColor;
    box-shadow: 0 1px 0 currentColor;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out
}

    .u-links-simple-ul > p > a:hover {
        -webkit-box-shadow: 0 1px 0 var(--deco-color,currentColor);
        box-shadow: 0 1px 0 var(--deco-color,currentColor)
    }

.u-links-altr-ul > p > a {
    background: -webkit-gradient(linear,left top,right top,from(var(--deco-color,currentColor)),to(var(--deco-color,currentColor))) no-repeat 0 100%;
    background: linear-gradient(to right,var(--deco-color,currentColor) 0%,var(--deco-color,currentColor) 100%) no-repeat 0 100%;
    background-size: 100% 1px;
    padding: .1% 0;
    background-position: 0 100%
}

    .u-links-altr-ul > p > a:hover {
        -webkit-animation: dashanim-active-bg 0.4s var(--easeoutcubic);
        animation: dashanim-active-bg 0.4s var(--easeoutcubic)
    }

.u-links-ltr-ul > p > a {
    background: -webkit-gradient(linear,left top,right top,from(var(--deco-color,currentColor)),to(var(--deco-color,currentColor))) no-repeat 0 100%;
    background: linear-gradient(to right,var(--deco-color,currentColor) 0%,var(--deco-color,currentColor) 100%) no-repeat 0 100%;
    background-size: 0 1px;
    -webkit-transition: background-size 0.25s var(--easeoutcubic);
    transition: background-size 0.25s var(--easeoutcubic);
    padding: .1% 0;
    background-position: 0 100%
}

    .u-links-ltr-ul > p > a:hover {
        background-size: 100% 1px
    }

.u-links-exp-ul > p > a {
    background-color: transparent;
    text-decoration: none;
    overflow-wrap: break-word;
    word-break: normal;
    word-wrap: break-word;
    cursor: pointer;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(100%,var(--deco-color,rgba(220,0,0,.121569))),color-stop(0,transparent));
    background-image: linear-gradient(90deg,var(--deco-color,rgba(220,0,0,.121569)) 100%,transparent 0);
    background-position: 0 .8em;
    background-repeat: repeat-x;
    background-size: 100% 8px;
    -webkit-transition: background-color .5s,background-image .5s;
    transition: background-color .5s,background-image .5s
}

    .u-links-exp-ul > p > a:hover {
        background-color: var(--deco-color,rgba(220,0,0,.121569));
        background-image: none
    }

.rey-navEl.--menuHover-ulr > li > a {
    display: inline-block;
    position: relative;
    text-decoration: none
}

    .rey-navEl.--menuHover-ulr > li > a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: var(--btn-line-size,2px);
        display: block;
        bottom: 0;
        background: currentColor;
        -webkit-transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
        transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
        transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic);
        transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: center right;
        transform-origin: center right
    }

    .rey-navEl.--menuHover-ulr > li > a:after {
        left: 0
    }

    .rey-navEl.--menuHover-ulr > li > a:hover:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: center left;
        transform-origin: center left
    }

.rey-navEl.--menuHover-ulr > .current-menu-item > a:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.rey-navEl.--menuHover-ulr.--thinner li > a:after {
    height: 1px
}

.rey-navEl.--menuHover-ub > li > a {
    display: inline-block;
    position: relative;
    display: inline-block;
    text-decoration: underline
}

@media (min-width:768px) {
    .rey-navEl.--menuHover-ub > li > a {
        text-decoration: none
    }
}

.rey-navEl.--menuHover-ub > li > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: none;
    top: calc(100% - 0.2em);
    background: currentColor;
    opacity: .2;
    -webkit-transition: height 0.15s var(--easeoutcubic),opacity 0.15s var(--easeoutcubic);
    transition: height 0.15s var(--easeoutcubic),opacity 0.15s var(--easeoutcubic);
    left: 0
}

@media (min-width:768px) {
    .rey-navEl.--menuHover-ub > li > a:after {
        display: block
    }
}

.rey-navEl.--menuHover-ub > li > a:hover:after {
    opacity: .8;
    height: 4px
}

.rey-navEl.--menuHover-ub > .current-menu-item > a:after {
    opacity: .8;
    height: 4px
}

.rey-navEl.--menuHover-ut > li > a {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    text-decoration: none
}

    .rey-navEl.--menuHover-ut > li > a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: var(--btn-line-size,2px);
        display: block;
        bottom: 0;
        background: currentColor;
        -webkit-transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
        transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
        transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic);
        transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: center right;
        transform-origin: center right
    }

    .rey-navEl.--menuHover-ut > li > a:after {
        opacity: .2;
        height: .85em;
        top: 50%;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        width: calc(100% + 1em);
        right: -.5em;
        -webkit-transform-origin: center right;
        transform-origin: center right
    }

    .rey-navEl.--menuHover-ut > li > a:hover:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        left: -.5em;
        -webkit-transform-origin: center left;
        transform-origin: center left
    }

.rey-navEl.--menuHover-ut > .current-menu-item > a:after {
    width: calc(100% + 1em);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    left: -.5em;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.rey-navEl.--menuHover-ut2 > li > a {
    display: inline-block;
    position: relative;
    text-decoration: none
}

    .rey-navEl.--menuHover-ut2 > li > a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: var(--btn-line-size,2px);
        display: block;
        bottom: 0;
        background: currentColor;
        -webkit-transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
        transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
        transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic);
        transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: center right;
        transform-origin: center right
    }

    .rey-navEl.--menuHover-ut2 > li > a:after {
        opacity: .2;
        height: 1.6em;
        top: calc(50% - 0.7em);
        width: calc(100% + 0.4em);
        right: -.2em;
        -webkit-transform-origin: center right;
        transform-origin: center right
    }

    .rey-navEl.--menuHover-ut2 > li > a:hover:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        left: -.2em;
        -webkit-transform-origin: center left;
        transform-origin: center left
    }

.rey-navEl.--menuHover-ut2 > .current-menu-item > a:after {
    width: calc(100% + 1em);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    left: -.5em;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.rey-navEl.--menuHover-sc > li > a {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.35s var(--easeoutcubic);
    transition: -webkit-transform 0.35s var(--easeoutcubic);
    transition: transform 0.35s var(--easeoutcubic);
    transition: transform 0.35s var(--easeoutcubic),-webkit-transform 0.35s var(--easeoutcubic)
}

    .rey-navEl.--menuHover-sc > li > a:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

.rey-navEl.--menuHover-none > li > a:hover {
    opacity: .7
}

.elementor .rey-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    pointer-events: none
}

    .elementor .rey-background-video-container.rey-youtubeVideo {
        opacity: 0
    }

        .elementor .rey-background-video-container.rey-youtubeVideo[data-player-state="3"], .elementor .rey-background-video-container.rey-youtubeVideo[data-player-state="1"] {
            opacity: 1
        }

@media (min-width:1025px) {
    .elementor-widget-wrap .elementor-widget.rey-widget-inline--left {
        margin-right: auto
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-widget-wrap .elementor-widget.rey-widget-inline--tablet-left {
        margin-right: auto
    }
}

@media (max-width:767px) {
    .elementor-widget-wrap .elementor-widget.rey-widget-inline--mobile-left {
        margin-right: auto
    }
}

@media (min-width:1025px) {
    .elementor-widget-wrap .elementor-widget.rey-widget-inline--stretch {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-widget-wrap .elementor-widget.rey-widget-inline--tablet-stretch {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:767px) {
    .elementor-widget-wrap .elementor-widget.rey-widget-inline--mobile-stretch {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1025px) {
    .elementor-widget-wrap .elementor-widget.rey-widget-inline--right {
        margin-left: auto
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-widget-wrap .elementor-widget.rey-widget-inline--tablet-right {
        margin-left: auto
    }
}

@media (max-width:767px) {
    .elementor-widget-wrap .elementor-widget.rey-widget-inline--mobile-right {
        margin-left: auto
    }
}

.elementor-section[data-rey-video-link*="vimeo.com"] .elementor-background-video-container {
    opacity: 0
}

    .elementor-section[data-rey-video-link*="vimeo.com"] .elementor-background-video-container[data-vimeo-initialized="true"] {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
        opacity: 1
    }

.elementor-widget-image.elementor-image--ch .elementor-widget-container, .elementor-widget-image.elementor-image--ch .elementor-image {
    position: relative;
    height: 300px
}

    .elementor-widget-image.elementor-image--ch .elementor-widget-container img, .elementor-widget-image.elementor-image--ch .elementor-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.elementor-widget-image.elementor-image--ch.elementor-image-of-contain .elementor-widget-container img, .elementor-widget-image.elementor-image--ch.elementor-image-of-contain .elementor-image img {
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-widget-image.elementor-image--ch.elementor-image-of-tablet-contain .elementor-widget-container img, .elementor-widget-image.elementor-image--ch.elementor-image-of-tablet-contain .elementor-image img {
        -o-object-fit: contain;
        object-fit: contain
    }
}

@media (max-width:767px) {
    .elementor-widget-image.elementor-image--ch.elementor-image-of-mobile-contain .elementor-widget-container img, .elementor-widget-image.elementor-image--ch.elementor-image-of-mobile-contain .elementor-image img {
        -o-object-fit: contain;
        object-fit: contain
    }
}

.elementor-widget-image .elementor-widget-container img[src$=".svg"], .elementor-widget-image .elementor-image img[src$=".svg"] {
    width: auto;
    height: auto
}

.elementor-widget-image .elementor-widget-container > a, .elementor-widget-image .elementor-widget-container figure > a, .elementor-widget-image .elementor-image > a, .elementor-widget-image .elementor-image figure > a {
    display: block
}

.rey-form--basic label {
    font-size: 12px;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase
}

.reyEl-breadcrumbs .rey-breadcrumbs {
    margin: 0
}

@media (min-width:768px) and (max-width:1024px) {
    .gallery-cols--tablet-1 .elementor-image-gallery .gallery .gallery-item {
        max-width: 100%
    }

    .gallery-cols--tablet-2 .elementor-image-gallery .gallery .gallery-item {
        max-width: 50%
    }

    .gallery-cols--tablet-3 .elementor-image-gallery .gallery .gallery-item {
        max-width: 33.333333%
    }

    .gallery-cols--tablet-4 .elementor-image-gallery .gallery .gallery-item {
        max-width: 25%
    }

    .gallery-cols--tablet-5 .elementor-image-gallery .gallery .gallery-item {
        max-width: 20%
    }

    .gallery-cols--tablet-6 .elementor-image-gallery .gallery .gallery-item {
        max-width: 16.666667%
    }

    .gallery-cols--tablet-7 .elementor-image-gallery .gallery .gallery-item {
        max-width: 14.285714%
    }

    .gallery-cols--tablet-8 .elementor-image-gallery .gallery .gallery-item {
        max-width: 12.5%
    }

    .gallery-cols--tablet-9 .elementor-image-gallery .gallery .gallery-item {
        max-width: 11.111111%
    }

    .gallery-cols--tablet-10 .elementor-image-gallery .gallery .gallery-item {
        max-width: 10%
    }
}

@media (max-width:767px) {
    .gallery-cols--mobile-1 .elementor-image-gallery .gallery .gallery-item {
        max-width: 100%
    }

    .gallery-cols--mobile-2 .elementor-image-gallery .gallery .gallery-item {
        max-width: 50%
    }

    .gallery-cols--mobile-3 .elementor-image-gallery .gallery .gallery-item {
        max-width: 33.333333%
    }

    .gallery-cols--mobile-4 .elementor-image-gallery .gallery .gallery-item {
        max-width: 25%
    }

    .gallery-cols--mobile-5 .elementor-image-gallery .gallery .gallery-item {
        max-width: 20%
    }

    .gallery-cols--mobile-6 .elementor-image-gallery .gallery .gallery-item {
        max-width: 16.666667%
    }

    .gallery-cols--mobile-7 .elementor-image-gallery .gallery .gallery-item {
        max-width: 14.285714%
    }

    .gallery-cols--mobile-8 .elementor-image-gallery .gallery .gallery-item {
        max-width: 12.5%
    }

    .gallery-cols--mobile-9 .elementor-image-gallery .gallery .gallery-item {
        max-width: 11.111111%
    }

    .gallery-cols--mobile-10 .elementor-image-gallery .gallery .gallery-item {
        max-width: 10%
    }
}

.rey-video-iconType-caret .elementor-custom-embed-play i:before {
    content: "\f0da";
    font-family: "FontAwesome"
}

.rey-video-iconType-chevron .elementor-custom-embed-play i:before {
    content: "\f054";
    font-family: "FontAwesome"
}

.rey-video-iconType-play .elementor-custom-embed-play i:before {
    content: "\f04b";
    font-family: "FontAwesome"
}

.rey-video-iconType-yt .elementor-custom-embed-play i:before {
    content: "\f16a";
    font-family: "FontAwesome"
}

.elementor-image-carousel-wrapper.--variable-width {
    opacity: 0;
    -webkit-transition: opacity 0.5s var(--easeoutcubic);
    transition: opacity 0.5s var(--easeoutcubic)
}

    .elementor-image-carousel-wrapper.--variable-width .swiper-slide {
        width: auto
    }

        .elementor-image-carousel-wrapper.--variable-width .swiper-slide img {
            max-width: none;
            width: auto;
            height: var(--variable-width-height,260px)
        }

.u-topDeco-splitLine {
    --size: 10px;
    --color: currentColor
}

    .u-topDeco-splitLine > .elementor-element-populated {
        border: var(--size) solid var(--color);
        border-top-width: 0
    }

        .u-topDeco-splitLine > .elementor-element-populated:before {
            content: "";
            width: 100%;
            height: var(--size);
            position: absolute;
            left: 0;
            top: 0;
            background-image: repeating-linear-gradient(90deg,var(--color) 0%,var(--color) 35%,transparent 35%,transparent 50%,var(--color) 50%,var(--color) 100%)
        }

        .u-topDeco-splitLine > .elementor-element-populated:after {
            content: "";
            width: 50px;
            background-color: var(--color);
            height: var(--size);
            position: absolute;
            right: 50%;
            top: 0;
            -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
            -webkit-transform-origin: right top;
            transform-origin: right top
        }

.u-title-dashes .elementor-heading-title {
    position: relative
}

    .u-title-dashes .elementor-heading-title:before {
        content: "";
        width: 100vw;
        background-color: rgba(0,0,0,.4);
        background-color: currentColor;
        opacity: .4;
        height: 20px;
        position: absolute;
        margin-right: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 100%
    }

    .u-title-dashes .elementor-heading-title:after {
        content: "";
        width: 100vw;
        background-color: rgba(0,0,0,.4);
        background-color: currentColor;
        opacity: .4;
        height: 20px;
        position: absolute;
        margin-left: 50px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.u-hover-img-animation .elementor-widget-container, .u-hover-img-animation .elementor-image {
    -webkit-transition: -webkit-clip-path 0.5s var(--easeoutcubic);
    transition: -webkit-clip-path 0.5s var(--easeoutcubic);
    transition: clip-path 0.5s var(--easeoutcubic);
    transition: clip-path 0.5s var(--easeoutcubic),-webkit-clip-path 0.5s var(--easeoutcubic);
    -webkit-clip-path: inset(0);
    clip-path: inset(0)
}

    .u-hover-img-animation .elementor-widget-container > a > img, .u-hover-img-animation .elementor-widget-container > img, .u-hover-img-animation .elementor-image > a > img, .u-hover-img-animation .elementor-image > img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 0.5s var(--easeoutcubic);
        transition: -webkit-transform 0.5s var(--easeoutcubic);
        transition: transform 0.5s var(--easeoutcubic);
        transition: transform 0.5s var(--easeoutcubic),-webkit-transform 0.5s var(--easeoutcubic)
    }

    .u-hover-img-animation .elementor-widget-container:hover, .u-hover-img-animation .elementor-image:hover {
        -webkit-clip-path: inset(10px);
        clip-path: inset(10px)
    }

        .u-hover-img-animation .elementor-widget-container:hover > a > img, .u-hover-img-animation .elementor-widget-container:hover > img, .u-hover-img-animation .elementor-image:hover > a > img, .u-hover-img-animation .elementor-image:hover > img {
            -webkit-transform: scale(1.05);
            transform: scale(1.05)
        }

.elementor-section.elementor-sticky.elementor-sticky--active {
    z-index: 1030
}

.elementor-widget.elementor-widget-wc-categories .woocommerce ul.products li.product.product-category {
    margin-top: 0
}

.rey-postContent .elementor-gallery__container a.e-gallery-item:after {
    display: none
}

.rey-postContent .elementor[data-elementor-id] {
    margin-bottom: 1.5625rem
}

@-webkit-keyframes placeholdersPulsateOpacity {
    to {
        opacity: .7
    }
}

@keyframes placeholdersPulsateOpacity {
    to {
        opacity: .7
    }
}

.elementor-widget[data-lazy-load] {
    --lazy-gap: 30px;
    --lazy-placeholder-bg: HSL(var(--neutral-2));
    --lazy-placeholder-radius: 3px;
    --lazy-placeholder-height: 120px;
    -webkit-animation: placeholdersPulsateOpacity 1.3s var(--easeoutcubic) infinite;
    animation: placeholdersPulsateOpacity 1.3s var(--easeoutcubic) infinite
}

@media (min-width:1025px) {
    .elementor-widget[data-lazy-load] {
        --lazy-placeholder-height: 200px
    }
}

.elementor-widget[data-lazy-load] .__placeholders {
    display: grid;
    grid-gap: var(--lazy-gap);
    grid-template-columns: repeat(var(--cols-mobile,2),1fr)
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-widget[data-lazy-load] .__placeholders {
        grid-template-columns: repeat(var(--cols-tablet,3),1fr)
    }
}

@media (min-width:1025px) {
    .elementor-widget[data-lazy-load] .__placeholders {
        grid-template-columns: repeat(var(--cols,4),1fr)
    }
}

.elementor-widget[data-lazy-load] .__placeholder-thumb, .elementor-widget[data-lazy-load] .__placeholder-title, .elementor-widget[data-lazy-load] .__placeholder-subtitle {
    background-color: var(--lazy-placeholder-bg);
    border-radius: var(--lazy-placeholder-radius)
}

.elementor-widget[data-lazy-load] .__placeholder-thumb {
    height: var(--lazy-placeholder-height);
    margin-bottom: 20px
}

.elementor-widget[data-lazy-load] .__placeholder-title, .elementor-widget[data-lazy-load] .__placeholder-subtitle {
    height: 20px;
    margin-bottom: 10px
}

.elementor-widget[data-lazy-load] .__placeholder-title {
    max-width: 85%
}

.elementor-widget[data-lazy-load] .__placeholder-subtitle {
    max-width: 60%
}

.elementor-widget[data-lazy-load] .--no-titles .__placeholder-title, .elementor-widget[data-lazy-load] .--no-titles .__placeholder-subtitle {
    display: none
}

.elementor-widget[data-lazy-load] .--side-thumb .__placeholder-item::after {
    display: block;
    clear: both;
    content: ""
}

.elementor-widget[data-lazy-load] .--side-thumb .__placeholder-thumb {
    width: 30%;
    height: 100px;
    float: left
}

.elementor-widget[data-lazy-load] .--side-thumb .__placeholder-title {
    float: left;
    margin-left: 20px;
    width: calc(70% - 20px);
    margin-top: 15px;
    margin-bottom: 15px
}

.elementor-widget[data-lazy-load] .--side-thumb .__placeholder-subtitle {
    float: left;
    margin-left: 20px;
    width: calc(50% - 20px)
}

.elementor-widget[data-lazy-load] .__lazy-loader {
    position: relative;
    min-height: 180px
}

    .elementor-widget[data-lazy-load] .__lazy-loader:after {
        content: "";
        width: 100px;
        height: 3px;
        position: absolute;
        top: 0;
        display: block;
        background-color: currentColor;
        -webkit-animation: dashanim-active-trscale 1s var(--easeoutcubic) infinite;
        animation: dashanim-active-trscale 1s var(--easeoutcubic) infinite;
        left: 0
    }

    .elementor-widget[data-lazy-load] .__lazy-loader:after {
        position: absolute;
        left: calc(50% - 50px);
        top: 100px;
        color: HSL(var(--neutral-10));
        -webkit-transition: opacity 0.3s var(--easeoutcubic);
        transition: opacity 0.3s var(--easeoutcubic);
        opacity: .15
    }

.elementor-widget-reycore-header-cart.--hide-empty[data-rey-cart-count="0"] .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important
}

.elementor-widget-reycore-header-cart.--hide-empty[data-rey-cart-count="0"] .rey-headerCart {
    display: none
}

.elementor-element.elementor-wc-products ul.products[class*="columns-"] li.product {
    --size: 100%;
    margin-top: 0
}

.elementor-widget-container .product-categories {
    list-style: none;
    margin: 0;
    padding: 0
}

    .elementor-widget-container .product-categories ul {
        margin-left: 25px
    }

@media (max-width:1024px) {
    .woocommerce div.product .wc-tabs-wrapper .woocommerce-Tabs-panel .elementor-section.elementor-top-section {
        width: 100%;
        left: auto
    }
}

@media (max-width:1024px) {
    .woocommerce.elementor-page div.product .wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
        padding: 0
    }

        .woocommerce.elementor-page div.product .wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > h2 {
            display: none
        }
}

.woocommerce .elementor-widget-heading .elementor-heading-title > a {
    color: inherit !important
}

@media (min-width:1025px) {
    .woocommerce.single-product .elementor .elementor-widget-container div.images, .woocommerce-page.single-product .elementor .elementor-widget-container div.images {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%
    }
}

.elementor-button-link.add_to_cart_button[data-product_id].loading {
    opacity: .6;
    pointer-events: none
}

body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animator:not(.elementor-absolute) {
    position: relative
}

body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) span.rey-animator {
    display: inline-block
}

@media (min-width:1025px) {
    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.elementor-section:not(.--started), body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.rey-anim--subject-column:not(.--started) {
        visibility: hidden
    }

    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.rey-anim--subject-widgets .elementor-widget:not(.--started) {
        visibility: hidden
    }

    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.elementor-section.--started:not(.--finished) > .rey-background-video-container {
        opacity: 0
    }

    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el [class*="bgHolder--"] {
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: -1px;
        top: -1px;
        z-index: 100;
        background-color: #eeeff3
    }

    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el [class*="zoomer--"] {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.rey-anim--fade-in.rey-anim--subject-column.rey-animator {
        opacity: 0
    }

    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.rey-anim--fade-in.rey-anim--subject-widgets .rey-animator {
        opacity: 0
    }

    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.rey-anim--fade-slide.rey-anim--subject-column.rey-animator {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.rey-anim--fade-slide.rey-anim--subject-widgets .rey-animator {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.rey-anim--slide-hidden.rey-anim--subject-column.rey-animator {
        overflow: hidden
    }

        body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.rey-anim--slide-hidden.rey-anim--subject-column.rey-animator > .rey-animator-inner {
            -webkit-transform: translateY(105%);
            transform: translateY(105%)
        }

    body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.rey-anim--slide-hidden.rey-anim--subject-widgets .rey-animator {
        overflow: hidden
    }

        body:not(.elementor-editor-active):not(.elementor-editor-preview):not(.customizer-preview-mode) .rey-animate-el.rey-anim--slide-hidden.rey-anim--subject-widgets .rey-animator > .rey-animator-inner {
            -webkit-transform: translateY(105%);
            transform: translateY(105%)
        }
}

.elementor-element-edit-mode.rey-animate-el > .elementor-element-overlay > .elementor-editor-column-settings:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #e60d0d;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width:1024px) {
    body:not(.elementor-editor-active):not(.customizer-preview-mode) .rey-animate-el {
        visibility: visible !important
    }

        body:not(.elementor-editor-active):not(.customizer-preview-mode) .rey-animate-el.rey-anim--subject-widgets .elementor-widget {
            visibility: visible !important
        }
}

.elementor-981 .elementor-element.elementor-element-4022813 {
    margin-top: 0;
    margin-bottom: 80px
}

.elementor-981 .elementor-element.elementor-element-276e488 {
    columns: 2;
    column-gap: 60px
}
/*!
 * Variation Swatches for WooCommerce v1.1.16 
 * 
 * Author: Emran Ahmed ( emran.bd.08@gmail.com ) 
 * Date: 06/09/2021
 * Released under the GPLv3 license.
 */
.woo-variation-swatches .radio-variable-item[data-wvstooltip] {
    position: relative
}

    .woo-variation-swatches .radio-variable-item[data-wvstooltip]:after, .woo-variation-swatches .radio-variable-item[data-wvstooltip]:before {
        left: 8px;
        bottom: 100%
    }

.woo-variation-swatches .radio-variable-item .image-tooltip-wrapper {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 8px
}

.woo-variation-swatches.wvs-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:after, .woo-variation-swatches.wvs-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:before {
    left: 50%
}

.woo-variation-swatches.wvs-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item .image-tooltip-wrapper {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%
}

.woo-variation-swatches.wvs-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:after, .woo-variation-swatches.wvs-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:before {
    left: 100%
}

.woo-variation-swatches.wvs-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item .image-tooltip-wrapper {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 100%
}

.wvs-has-image-tooltip, [data-wvstooltip] {
    position: relative;
    cursor: pointer;
    outline: none
}

    .wvs-has-image-tooltip:after, .wvs-has-image-tooltip:before, [data-wvstooltip]:after, [data-wvstooltip]:before {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        box-sizing: inherit;
        position: absolute;
        bottom: 130%;
        left: 50%;
        z-index: 999;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 7px 15px rgba(0,0,0,.3);
        transition: opacity .3s linear,bottom .3s linear
    }

    .wvs-has-image-tooltip:before, [data-wvstooltip]:before {
        margin-bottom: 5px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 7px;
        border-radius: 3px;
        background-color: #000;
        background-color: rgba(51,51,51,.9);
        color: #fff;
        text-align: center;
        font-size: 14px;
        line-height: 1.2
    }

    [data-wvstooltip]:before {
        min-width: 100px;
        content: attr(data-wvstooltip)
    }

    .wvs-has-image-tooltip:before {
        content: attr(data-title);
        background-image: var(--tooltip-background);
        background-repeat: no-repeat;
        width: var(--tooltip-width);
        height: calc(var(--tooltip-height) + 20px);
        background-size: contain;
        border: 2px solid;
        background-position: top;
        padding: 0;
        line-height: 20px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        font-size: 12px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .wvs-has-image-tooltip:after, [data-wvstooltip]:after {
        margin-left: -5px;
        width: 0;
        border-top: 5px solid #000;
        border-top: 5px solid rgba(51,51,51,.9);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: " ";
        font-size: 0;
        line-height: 0
    }

    .wvs-has-image-tooltip:hover:after, .wvs-has-image-tooltip:hover:before, [data-wvstooltip]:hover:after, [data-wvstooltip]:hover:before {
        bottom: 120%;
        visibility: visible;
        opacity: 1
    }

.elementor-2249 .elementor-element.elementor-element-58330f9f > .elementor-container {
    min-height: 120px
}

.elementor-bc-flex-widget .elementor-2249 .elementor-element.elementor-element-7436cccf.elementor-column .elementor-widget-wrap {
    align-items: center
}

.elementor-2249 .elementor-element.elementor-element-7436cccf.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center
}

.elementor-2249 .elementor-element.elementor-element-6281e6f4 .rey-siteLogo img, .elementor-2249 .elementor-element.elementor-element-6281e6f4 .rey-siteLogo .custom-logo {
    width: 107px;
    height: 44px
}

.elementor-2249 .elementor-element.elementor-element-6281e6f4 {
    width: auto;
    max-width: auto;
    align-self: center
}

.elementor-2249 .elementor-element.elementor-element-9e34f80 {
    --header-nav-x-spacing: 1rem;
    width: auto;
    max-width: auto;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

    .elementor-2249 .elementor-element.elementor-element-9e34f80 .rey-mainNavigation-mobileBtn {
        --hbg-bars-roundness: 2px
    }

    .elementor-2249 .elementor-element.elementor-element-9e34f80 > .elementor-widget-container {
        margin: 0 0 0 50px
    }

.elementor-2249 .elementor-element.elementor-element-1102f891 > .elementor-widget-container {
    margin: 0 0 0 20px
}

.elementor-2249 .elementor-element.elementor-element-1102f891 {
    width: auto;
    max-width: auto;
    align-self: center
}

.elementor-2249 .elementor-element.elementor-element-3af0c577 .rey-headerCart .rey-headerCart-nb {
    display: inline-block
}

.elementor-2249 .elementor-element.elementor-element-3af0c577 > .elementor-widget-container {
    margin: 0 0 0 20px
}

.elementor-2249 .elementor-element.elementor-element-3af0c577 {
    width: auto;
    max-width: auto;
    align-self: center
}

.elementor-2249 .elementor-element.elementor-element-6aa9db0b > .elementor-widget-container {
    margin: 0 0 0 20px
}

.elementor-2249 .elementor-element.elementor-element-6aa9db0b {
    width: initial;
    max-width: initial;
    align-self: center
}

@media(max-width:1024px) {
    .elementor-2249 .elementor-element.elementor-element-9e34f80 {
        align-self: center
    }
}

.elementor-116 .elementor-element.elementor-element-f9c5aef:not(.elementor-motion-effects-element-type-background), .elementor-116 .elementor-element.elementor-element-f9c5aef > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(90deg,#eeeeee 35%,#dadada 35%)
}

.elementor-116 .elementor-element.elementor-element-f9c5aef {
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s
}

    .elementor-116 .elementor-element.elementor-element-f9c5aef > .elementor-background-overlay {
        transition: background 0.3s,border-radius 0.3s,opacity 0.3s
    }

.elementor-116 .elementor-element.elementor-element-d462136 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 25px
}

.elementor-116 .elementor-element.elementor-element-d462136 > .elementor-element-populated {
    padding: 80px 100px 0 0
}

.elementor-116 .elementor-element.elementor-element-280e0c0 {
    text-align: left
}

    .elementor-116 .elementor-element.elementor-element-280e0c0 img {
        width: 130px
    }

    .elementor-116 .elementor-element.elementor-element-280e0c0 > .elementor-widget-container {
        margin: 0 0 40px 0
    }

.elementor-116 .elementor-element.elementor-element-c3389a7.elementor-position-right .elementor-icon-box-icon {
    margin-left: 15px
}

.elementor-116 .elementor-element.elementor-element-c3389a7.elementor-position-left .elementor-icon-box-icon {
    margin-right: 15px
}

.elementor-116 .elementor-element.elementor-element-c3389a7.elementor-position-top .elementor-icon-box-icon {
    margin-bottom: 15px
}

.elementor-116 .elementor-element.elementor-element-c3389a7 .elementor-icon {
    font-size: 22px
}

    .elementor-116 .elementor-element.elementor-element-c3389a7 .elementor-icon i {
        transform: rotate(0deg)
    }

.elementor-116 .elementor-element.elementor-element-759b03e {
    --grid-template-columns: repeat(2,auto);
    --icon-size: 20px;
    --grid-column-gap: 15px;
    --grid-row-gap: 0px
}

    .elementor-116 .elementor-element.elementor-element-759b03e .elementor-widget-container {
        text-align: left
    }

    .elementor-116 .elementor-element.elementor-element-759b03e .elementor-social-icon {
        background-color: rgba(0,0,0,0);
        --icon-padding: 0em
    }

        .elementor-116 .elementor-element.elementor-element-759b03e .elementor-social-icon i {
            color: #0c0c0c
        }

        .elementor-116 .elementor-element.elementor-element-759b03e .elementor-social-icon svg {
            fill: #0c0c0c
        }

        .elementor-116 .elementor-element.elementor-element-759b03e .elementor-social-icon:hover {
            background-color: rgba(12,12,12,0)
        }

            .elementor-116 .elementor-element.elementor-element-759b03e .elementor-social-icon:hover i {
                color: #474747
            }

            .elementor-116 .elementor-element.elementor-element-759b03e .elementor-social-icon:hover svg {
                fill: #474747
            }

.elementor-116 .elementor-element.elementor-element-f7fec98 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 30px
}

.elementor-116 .elementor-element.elementor-element-f7fec98 > .elementor-element-populated {
    padding: 80px 0 0 100px
}

.elementor-116 .elementor-element.elementor-element-60e9457 .rey-nlForm--inline-basic .mc4wp-form-fields {
    background-color: #fff
}

.elementor-116 .elementor-element.elementor-element-60e9457 .rey-nlForm--inline-basic input {
    color: #54595f
}

.elementor-116 .elementor-element.elementor-element-60e9457 > .elementor-widget-container {
    margin: 0 0 30px 0
}

.elementor-116 .elementor-element.elementor-element-60e9457 {
    width: 540px;
    max-width: 540px
}

.elementor-116 .elementor-element.elementor-element-b93961e {
    margin-top: 40px;
    margin-bottom: 0
}

.elementor-116 .elementor-element.elementor-element-6fd58c4.reyEl-menu--vertical .reyEl-menu-nav .menu-item {
    -ms-flex-preferred-size: calc(100% / 1);
    flex-basis: calc(100% / 1)
}

.elementor-116 .elementor-element.elementor-element-6fd58c4.reyEl-menu--vertical .reyEl-menu-nav {
    --menu-cols: 1
}

.elementor-116 .elementor-element.elementor-element-6fd58c4 .reyEl-menu-nav .menu-item > a {
    font-size: 13px
}

.elementor-116 .elementor-element.elementor-element-6fd58c4 {
    --distance: .2em
}

.elementor-116 .elementor-element.elementor-element-be15696.reyEl-menu--vertical .reyEl-menu-nav .menu-item {
    -ms-flex-preferred-size: calc(100% / 1);
    flex-basis: calc(100% / 1)
}

.elementor-116 .elementor-element.elementor-element-be15696.reyEl-menu--vertical .reyEl-menu-nav {
    --menu-cols: 1
}

.elementor-116 .elementor-element.elementor-element-be15696 .reyEl-menu-nav .menu-item > a {
    font-size: 13px
}

.elementor-116 .elementor-element.elementor-element-be15696 {
    --distance: .2em
}

.elementor-116 .elementor-element.elementor-element-a3e1769.reyEl-menu--vertical .reyEl-menu-nav .menu-item {
    -ms-flex-preferred-size: calc(100% / 1);
    flex-basis: calc(100% / 1)
}

.elementor-116 .elementor-element.elementor-element-a3e1769.reyEl-menu--vertical .reyEl-menu-nav {
    --menu-cols: 1
}

.elementor-116 .elementor-element.elementor-element-a3e1769 .reyEl-menu-nav .menu-item > a {
    font-size: 13px
}

.elementor-116 .elementor-element.elementor-element-a3e1769 {
    --distance: .2em
}

.elementor-116 .elementor-element.elementor-element-1ec3396:not(.elementor-motion-effects-element-type-background), .elementor-116 .elementor-element.elementor-element-1ec3396 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(90deg,#eeeeee 35%,#dadada 35%)
}

.elementor-116 .elementor-element.elementor-element-1ec3396 {
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s
}

    .elementor-116 .elementor-element.elementor-element-1ec3396 > .elementor-background-overlay {
        transition: background 0.3s,border-radius 0.3s,opacity 0.3s
    }

.elementor-116 .elementor-element.elementor-element-6c0082a6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 25px
}

.elementor-116 .elementor-element.elementor-element-6c0082a6 > .elementor-element-populated {
    padding: 50px 100px 50px 0
}

.elementor-bc-flex-widget .elementor-116 .elementor-element.elementor-element-5e8c9350.elementor-column .elementor-widget-wrap {
    align-items: center
}

.elementor-116 .elementor-element.elementor-element-5e8c9350.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center
}

.elementor-116 .elementor-element.elementor-element-5e8c9350 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 30px
}

.elementor-116 .elementor-element.elementor-element-5e8c9350 > .elementor-element-populated {
    padding: 40px 0 50px 100px
}

.elementor-116 .elementor-element.elementor-element-7f592881 {
    line-height: 2.7em;
    width: auto;
    max-width: auto
}

    .elementor-116 .elementor-element.elementor-element-7f592881 > .elementor-widget-container {
        margin: 0 40px 0 0
    }

.elementor-116 .elementor-element.elementor-element-5ab530a img {
    width: 45px;
    opacity: .5
}

.elementor-116 .elementor-element.elementor-element-5ab530a > .elementor-widget-container {
    margin: 0 20px 0 0
}

.elementor-116 .elementor-element.elementor-element-5ab530a {
    width: auto;
    max-width: auto;
    align-self: center
}

.elementor-116 .elementor-element.elementor-element-df3d2ab img {
    width: 45px;
    opacity: .5
}

.elementor-116 .elementor-element.elementor-element-df3d2ab > .elementor-widget-container {
    margin: 0 20px 0 0
}

.elementor-116 .elementor-element.elementor-element-df3d2ab {
    width: auto;
    max-width: auto;
    align-self: center
}

.elementor-116 .elementor-element.elementor-element-f163037 img {
    width: 45px;
    opacity: .5
}

.elementor-116 .elementor-element.elementor-element-f163037 > .elementor-widget-container {
    margin: 0 20px 0 0
}

.elementor-116 .elementor-element.elementor-element-f163037 {
    width: auto;
    max-width: auto;
    align-self: center
}

.elementor-116 .elementor-element.elementor-element-ad500c2 img {
    width: 45px;
    opacity: .5
}

.elementor-116 .elementor-element.elementor-element-ad500c2 {
    width: auto;
    max-width: auto;
    align-self: center
}

@media(min-width:768px) {
    .elementor-116 .elementor-element.elementor-element-d462136 {
        width: 32%
    }

    .elementor-116 .elementor-element.elementor-element-f7fec98 {
        width: 68%
    }

    .elementor-116 .elementor-element.elementor-element-6c0082a6 {
        width: 32%
    }

    .elementor-116 .elementor-element.elementor-element-5e8c9350 {
        width: 68%
    }
}

@media(max-width:1024px) {
    .elementor-116 .elementor-element.elementor-element-d462136 > .elementor-element-populated {
        padding: 40px 40px 40px 40px
    }

    .elementor-116 .elementor-element.elementor-element-f7fec98 > .elementor-element-populated {
        padding: 40px 40px 40px 40px
    }

    .elementor-116 .elementor-element.elementor-element-6c0082a6 > .elementor-element-populated {
        padding: 40px 40px 40px 40px
    }

    .elementor-116 .elementor-element.elementor-element-5e8c9350 > .elementor-element-populated {
        padding: 40px 40px 40px 40px
    }
}

@media(max-width:767px) {
    .elementor-116 .elementor-element.elementor-element-c3389a7 .elementor-icon-box-icon {
        margin-bottom: 15px
    }

    .elementor-116 .elementor-element.elementor-element-c3389a7 .elementor-icon-box-wrapper {
        text-align: left
    }

    .elementor-116 .elementor-element.elementor-element-759b03e {
        --icon-size: 20px
    }

    .elementor-116 .elementor-element.elementor-element-6d35116 > .elementor-element-populated {
        margin: 0 0 30px 0
    }

    .elementor-116 .elementor-element.elementor-element-8ec3df8 > .elementor-element-populated {
        margin: 0 0 30px 0
    }

    .elementor-116 .elementor-element.elementor-element-7f592881 {
        width: 100%;
        max-width: 100%
    }
}

@media (max-width:767px) {
    .elementor-116 .elementor-element.elementor-element-f9c5aef {
        background: #eee !important
    }
}

@media (max-width:767px) {
    .elementor-116 .elementor-element.elementor-element-1ec3396 {
        background: #eee !important
    }
}

.elementor-widget-reycore-header-navigation .rey-mainNavigation-mobileBtn {
    --hbg-bars-width: 20px;
    --hbg-bars-thick: 2px;
    --hbg-bars-distance: 4px;
    --hbg-bars-roundness: 2px
}

    .elementor-widget-reycore-header-navigation .rey-mainNavigation-mobileBtn span {
        width: var(--hbg-bars-width);
        height: var(--hbg-bars-thick);
        margin-bottom: var(--hbg-bars-distance);
        border-radius: var(--hbg-bars-roundness)
    }

        .elementor-widget-reycore-header-navigation .rey-mainNavigation-mobileBtn span:last-child {
            margin-bottom: 0
        }

    .elementor-widget-reycore-header-navigation .rey-mainNavigation-mobileBtn:before {
        content: "";
        position: absolute;
        left: -.3rem;
        top: -.3rem;
        width: calc(100% + 0.6rem);
        height: calc(100% + 0.6rem)
    }

    .elementor-widget-reycore-header-navigation .rey-mainNavigation-mobileBtn:after {
        position: absolute;
        top: calc(50% - 0.5em);
        left: 100%;
        margin-left: 1em;
        font-size: 1rem;
        line-height: 1;
        white-space: nowrap
    }

@media (max-width:1024px) {
    .elementor-widget-reycore-header-navigation.--hbg-text-mobileyes .rey-mainNavigation-mobileBtn:after {
        display: none
    }
}

.elementor-widget-reycore-header-navigation.--hbg-style--2bars .rey-mainNavigation-mobileBtn span:nth-child(2) {
    margin-bottom: 0
}

.elementor-widget-reycore-header-navigation.--hbg-style--2bars .rey-mainNavigation-mobileBtn span:nth-child(3) {
    display: none
}

.elementor-widget-reycore-header-navigation.--hbg-style--hover2bars .rey-mainNavigation-mobileBtn span {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s,-webkit-transform 0.3s
}

    .elementor-widget-reycore-header-navigation.--hbg-style--hover2bars .rey-mainNavigation-mobileBtn span:nth-child(1) {
        -webkit-transform: translateX(.2em);
        transform: translateX(.2em)
    }

    .elementor-widget-reycore-header-navigation.--hbg-style--hover2bars .rey-mainNavigation-mobileBtn span:nth-child(2) {
        -webkit-transform: translateX(-.2em);
        transform: translateX(-.2em);
        margin-bottom: 0
    }

    .elementor-widget-reycore-header-navigation.--hbg-style--hover2bars .rey-mainNavigation-mobileBtn span:nth-child(3) {
        display: none
    }

.elementor-widget-reycore-header-navigation.--hbg-style--hover2bars .rey-mainNavigation-mobileBtn:hover span {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.elementor-widget-reycore-header-navigation.--hbg-pos-left .rey-mainNavigation-mobileBtn:after {
    left: auto;
    margin-left: 0;
    right: 100%;
    margin-right: 1em
}

.elementor-widget-reycore-header-navigation.--submenu-display-expanded .rey-mainNavigation--mobile .sub-menu {
    display: block
}

.elementor-widget-reycore-header-navigation.--submenu-display-expanded .rey-mainNavigation--mobile .--submenu-indicator-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.elementor-widget-reycore-header-navigation.--submenu-display-expanded .rey-mainNavigation--mobile .--submenu-indicator-arrow2 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.elementor-widget-reycore-header-navigation.--submenu-display-expanded .rey-mainNavigation--mobile .--submenu-indicator-plus:before {
    content: '-'
}

.elementor-widget-reycore-header-navigation.--submenu-display-expanded .rey-mainNavigation--mobile .--open .--submenu-indicator-arrow {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.elementor-widget-reycore-header-navigation.--submenu-display-expanded .rey-mainNavigation--mobile .--open .--submenu-indicator-arrow2 {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.elementor-widget-reycore-header-navigation.--submenu-display-expanded .rey-mainNavigation--mobile .--open .--submenu-indicator-plus:before {
    content: '+'
}

.rey-mobileNav-social .rey-mobileNav-socialText {
    margin-right: 1em
}

.rey-mobileNav-social .rey-mobileNav-socialIcons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rey-mobileNav-social .rey-mobileNav-socialIcons-link {
    margin-right: .8em;
    display: block
}

    .rey-mobileNav-social .rey-mobileNav-socialIcons-link svg {
        font-size: inherit;
        display: block
    }

.rey-mainNavigation.rey-mainNavigation--desktop .rey-mega-gs {
    display: none;
    padding: 0;
    left: -200vw;
    opacity: 0;
    visibility: hidden;
    padding-top: var(--submenus-padding);
    padding-bottom: 10px;
    position: absolute;
    top: calc(50% + (var(--header-default--height) / 2));
    z-index: 1020;
    -webkit-transition: 0.6s var(--easeoutcubic);
    transition: 0.6s var(--easeoutcubic);
    -webkit-transition-property: opacity,padding-bottom,visibility;
    transition-property: opacity,padding-bottom,visibility;
    display: block;
    left: -200vw;
    top: calc(100% + var(--submenu-panels-distance));
    width: var(--site-width,100vw);
    max-width: var(--container-max-width);
    padding-left: calc(var(--submenus-padding) / 2);
    padding-right: calc(var(--submenus-padding) / 2);
    color: var(--body-color);
    overflow: auto;
    overflow-x: hidden;
    max-height: calc(95vh - var(--header-default--height));
    -webkit-box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.09);
    box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.09);
    background-color: var(--body-bg-color)
}

    .rey-mainNavigation.rey-mainNavigation--desktop .rey-mega-gs:before {
        content: "";
        -webkit-box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.09);
        box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.09);
        background-color: var(--body-bg-color);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .rey-mainNavigation.rey-mainNavigation--desktop .rey-mega-gs::before {
        display: none
    }

    .rey-mainNavigation.rey-mainNavigation--desktop .rey-mega-gs .reyEl-menu .menu-item-has-children .sub-menu > .menu-item > a span {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

.rey-mainNavigation.rey-mainNavigation--mobile .rey-mega-gs {
    display: none
}

    .rey-mainNavigation.rey-mainNavigation--mobile .rey-mega-gs .elementor-container {
        --half-gutter-size: 0
    }

.rey-mega-gs + .sub-menu {
    display: none !important
}

.--animate-cols .rey-mega-gs .elementor-top-section > .elementor-container > .elementor-row > .elementor-column {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0
}

.--animate-cols .rey-mega-gs .reyEl-bPostGrid-mobile--1 .reyEl-bPostGrid-item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

    .--animate-cols .rey-mega-gs .reyEl-bPostGrid-mobile--1 .reyEl-bPostGrid-item:nth-child(1) ~ .reyEl-bPostGrid-item {
        margin-top: var(--bpostgrid-vspacing)
    }

.--animate-cols .rey-mega-gs .elementor-top-section > .elementor-container > .elementor-row > .elementor-column:nth-child(1) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s
}

.--animate-cols .rey-mega-gs .reyEl-bPostGrid-mobile--2 .reyEl-bPostGrid-item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

    .--animate-cols .rey-mega-gs .reyEl-bPostGrid-mobile--2 .reyEl-bPostGrid-item:nth-child(2) ~ .reyEl-bPostGrid-item {
        margin-top: var(--bpostgrid-vspacing)
    }

.--animate-cols .rey-mega-gs .elementor-top-section > .elementor-container > .elementor-row > .elementor-column:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.--animate-cols .rey-mega-gs .reyEl-bPostGrid-mobile--3 .reyEl-bPostGrid-item {
    max-width: 33.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%
}

    .--animate-cols .rey-mega-gs .reyEl-bPostGrid-mobile--3 .reyEl-bPostGrid-item:nth-child(3) ~ .reyEl-bPostGrid-item {
        margin-top: var(--bpostgrid-vspacing)
    }

.--animate-cols .rey-mega-gs .elementor-top-section > .elementor-container > .elementor-row > .elementor-column:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.--animate-cols .rey-mega-gs .reyEl-bPostGrid-mobile--4 .reyEl-bPostGrid-item {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

    .--animate-cols .rey-mega-gs .reyEl-bPostGrid-mobile--4 .reyEl-bPostGrid-item:nth-child(4) ~ .reyEl-bPostGrid-item {
        margin-top: var(--bpostgrid-vspacing)
    }

.--animate-cols .rey-mega-gs .elementor-top-section > .elementor-container > .elementor-row > .elementor-column:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.--animate-cols .rey-mega-gs .reyEl-bPostGrid-mobile--5 .reyEl-bPostGrid-item {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
}

    .--animate-cols .rey-mega-gs .reyEl-bPostGrid-mobile--5 .reyEl-bPostGrid-item:nth-child(5) ~ .reyEl-bPostGrid-item {
        margin-top: var(--bpostgrid-vspacing)
    }

.--animate-cols .rey-mega-gs .elementor-top-section > .elementor-container > .elementor-row > .elementor-column:nth-child(5) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s
}

.--animate-cols .rey-mega-gs .reyEl-bPostGrid-mobile--6 .reyEl-bPostGrid-item {
    max-width: 16.666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%
}

    .--animate-cols .rey-mega-gs .reyEl-bPostGrid-mobile--6 .reyEl-bPostGrid-item:nth-child(6) ~ .reyEl-bPostGrid-item {
        margin-top: var(--bpostgrid-vspacing)
    }

.--animate-cols .rey-mega-gs .elementor-top-section > .elementor-container > .elementor-row > .elementor-column:nth-child(6) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.menu-item-has-children:hover .--animate-cols .rey-mega-gs .elementor-top-section > .elementor-container > .elementor-row > .elementor-column {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children .rey-mega-gs .sub-menu > .menu-item > a span {
    padding: 0
}

.rey-mainNavigation.rey-mainNavigation--desktop .depth--0.--is-mega.--mega-full .rey-mega-gs {
    max-width: none
}

    .rey-mainNavigation.rey-mainNavigation--desktop .depth--0.--is-mega.--mega-full .rey-mega-gs:not(.--visible) {
        visibility: hidden
    }

    .rey-mainNavigation.rey-mainNavigation--desktop .depth--0.--is-mega.--mega-full .rey-mega-gs:before {
        width: var(--site-width,100vw);
        left: 0
    }

.rey-mainNavigation.rey-mainNavigation--desktop .depth--0.--is-mega.--mega-full > .rey-mega-gs, .rey-mainNavigation.rey-mainNavigation--desktop .depth--0.--is-mega.--mega-full > .sub-menu {
    -webkit-transform: translateX(var(--translate,0));
    transform: translateX(var(--translate,0))
}

.rey-mainNavigation.rey-mainNavigation--desktop .depth--0.--is-mega.--mega-boxed > .rey-mega-gs, .rey-mainNavigation.rey-mainNavigation--desktop .depth--0.--is-mega.--mega-boxed > .sub-menu, .rey-mainNavigation.rey-mainNavigation--desktop .depth--0.--is-mega.--mega-custom > .rey-mega-gs, .rey-mainNavigation.rey-mainNavigation--desktop .depth--0.--is-mega.--mega-custom > .sub-menu {
    -webkit-transform: translateX(var(--translate,0));
    transform: translateX(var(--translate,0));
    max-width: var(--max-width,100%)
}

.rey-mainNavigation.rey-mainNavigation--desktop .depth--0.--is-mega:hover.--mega-gs-no-padding > .rey-mega-gs {
    padding: 0
}

.rey-mainNavigation.rey-mainNavigation--desktop .depth--0.--is-mega.--hover .rey-mega-gs {
    padding-bottom: var(--submenus-padding);
    opacity: 1;
    visibility: visible;
    left: 0
}

    .rey-mainNavigation.rey-mainNavigation--desktop .depth--0.--is-mega.--hover .rey-mega-gs > .menu-item > a span {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

.rey-mainNavigation.rey-mainNavigation--desktop.--prevent-delays .depth--0.--is-mega:hover .rey-mega-gs {
    padding-bottom: var(--submenus-padding);
    opacity: 1;
    visibility: visible;
    left: 0
}

    .rey-mainNavigation.rey-mainNavigation--desktop.--prevent-delays .depth--0.--is-mega:hover .rey-mega-gs > .menu-item > a span {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

.elementor-720 .elementor-element.elementor-element-edd6ce1 > .elementor-container {
    padding: 30px 0 30px 0
}

.elementor-720 .elementor-element.elementor-element-231f9b9 img {
    height: 430px;
    object-fit: cover
}

.elementor-bc-flex-widget .elementor-720 .elementor-element.elementor-element-09b2825.elementor-column .elementor-widget-wrap {
    align-items: flex-end
}

.elementor-720 .elementor-element.elementor-element-09b2825.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
    align-content: flex-end;
    align-items: flex-end
}

.elementor-720 .elementor-element.elementor-element-09b2825:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-720 .elementor-element.elementor-element-09b2825 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url(https://reydemos.b-cdn.net/london/wp-content/uploads/sites/8/2019/03/new-arrivals.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.elementor-720 .elementor-element.elementor-element-09b2825 .rey-column-wrap-bg-image {
    object-position: center center;
    object-fit: cover
}

.elementor-720 .elementor-element.elementor-element-09b2825 > .elementor-element-populated > .elementor-background-overlay {
    background-color: transparent;
    background-image: linear-gradient(170deg,#00000000 50%,#000000 100%);
    opacity: .12
}

.elementor-720 .elementor-element.elementor-element-09b2825 > .elementor-element-populated {
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    padding: 0 25px 25px 25px
}

    .elementor-720 .elementor-element.elementor-element-09b2825 > .elementor-element-populated > .elementor-background-overlay {
        transition: background 0.3s,border-radius 0.3s,opacity 0.3s
    }

.elementor-720 .elementor-element.elementor-element-b385aea .elementor-heading-title {
    color: #FFF;
    font-size: 57px;
    font-weight: 900;
    line-height: .4em
}

.elementor-720 .elementor-element.elementor-element-b385aea {
    --heading-stroke-size: 2px;
    width: auto;
    max-width: auto
}

    .elementor-720 .elementor-element.elementor-element-b385aea > .elementor-widget-container {
        padding: 0 20px 0 0
    }

.elementor-720 .elementor-element.elementor-element-7b13800 .elementor-heading-title {
    color: #adb5bd;
    font-size: 16px
}

.elementor-720 .elementor-element.elementor-element-0003aca.reyEl-menu--vertical .reyEl-menu-nav .menu-item {
    -ms-flex-preferred-size: calc(100% / 1);
    flex-basis: calc(100% / 1)
}

.elementor-720 .elementor-element.elementor-element-0003aca.reyEl-menu--vertical .reyEl-menu-nav {
    --menu-cols: 1
}

.elementor-720 .elementor-element.elementor-element-0003aca {
    --distance: .2em
}

.elementor-720 .elementor-element.elementor-element-b341eee .elementor-heading-title {
    color: #adb5bd;
    font-size: 16px
}

.elementor-720 .elementor-element.elementor-element-aaaaf9b .reyEl-wcAttr-list > li {
    -ms-flex-preferred-size: calc(100% / 1);
    flex-basis: calc(100% / 1)
}

.elementor-720 .elementor-element.elementor-element-d7fb8c4 .elementor-heading-title {
    color: #adb5bd;
    font-size: 16px
}

.elementor-720 .elementor-element.elementor-element-5d3e7a9 .elementor-heading-title {
    color: #adb5bd;
    font-size: 16px
}

@media(max-width:767px) {
    .elementor-720 .elementor-element.elementor-element-2aaeaee > .elementor-element-populated {
        margin: 0 0 30px 0;
        padding: 0 0 0 0
    }

    .elementor-720 .elementor-element.elementor-element-c100077 > .elementor-element-populated {
        margin: 0 0 30px 0
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-720 .elementor-element.elementor-element-2aaeaee {
        width: 33%
    }

    .elementor-720 .elementor-element.elementor-element-c100077 {
        width: 33%
    }

    .elementor-720 .elementor-element.elementor-element-5efbea8 {
        width: 33%
    }
}

@supports (-webkit-text-stroke-color:currentColor) and (-webkit-text-fill-color:transparent) {
    .elementor-widget-heading.elementor-heading--stroke .elementor-heading-title {
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-color: currentColor;
        -webkit-text-stroke-width: var(--heading-stroke-size,2px)
    }
}

@media (min-width:1025px) {
    .elementor-widget-heading.elementor-heading--vertical .elementor-heading-title {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .elementor-widget-heading.elementor-heading--vertical.--reversed-yes .elementor-heading-title {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-widget-heading.elementor-heading--tablet-vertical .elementor-heading-title {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .elementor-widget-heading.elementor-heading--tablet-vertical.--reversed-yes .elementor-heading-title {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@media (max-width:767px) {
    .elementor-widget-heading.elementor-heading--mobile-vertical .elementor-heading-title {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .elementor-widget-heading.elementor-heading--mobile-vertical.--reversed-yes .elementor-heading-title {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.reyEl-menu .reyEl-menu-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .reyEl-menu .reyEl-menu-nav .sub-menu {
        list-style: none;
        padding-left: 1.2em
    }

.rey-mainNavigation.rey-mainNavigation--mobile .menu-item .reyEl-menu li {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.reyEl-menu a {
    display: inline-block;
    -webkit-transition: color 0.2s var(--easeoutcubic),opacity 0.2s var(--easeoutcubic);
    transition: color 0.2s var(--easeoutcubic),opacity 0.2s var(--easeoutcubic);
    position: relative
}

.rey-mainNavigation.rey-mainNavigation--mobile .menu-item .reyEl-menu a {
    font-size: .875rem
}

.reyEl-menu a .acc-count {
    font-size: .6em;
    vertical-align: top;
    font-weight: var(--font-weight-bold)
}

.reyEl-menu .menu-item.--bold > a {
    font-weight: 700 !important
}

.reyEl-menu .reyEl-menuTitle {
    padding: 0;
    margin: 0 0 1em;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .reyEl-menu .reyEl-menuTitle.reyEl-menuTitle--small {
        font-size: 15px
    }

    .reyEl-menu .reyEl-menuTitle.reyEl-menuTitle--medium {
        font-size: 19px
    }

    .reyEl-menu .reyEl-menuTitle.reyEl-menuTitle--large {
        font-size: 29px
    }

    .reyEl-menu .reyEl-menuTitle.reyEl-menuTitle--xl {
        font-size: 39px
    }

    .reyEl-menu .reyEl-menuTitle.reyEl-menuTitle--xxl {
        font-size: 59px
    }

    .reyEl-menu .reyEl-menuTitle span {
        margin-right: auto
    }

    .reyEl-menu .reyEl-menuTitle svg {
        display: none;
        content: "";
        position: relative;
        font-size: 11px;
        -webkit-transition: -webkit-transform 0.4s;
        transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s,-webkit-transform 0.4s;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-left: 10px
    }

@media (min-width:1025px) {
    .reyEl-menu .reyEl-menuTitle svg {
        font-size: 14px
    }
}

.reyEl-menu .reyEl-menuTitle:after {
    content: "";
    background-color: currentColor;
    opacity: .25;
    height: 1px;
    width: 100%;
    display: none;
    margin-top: .7em;
    margin-bottom: .7em;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

@media (min-width:1025px) {
    .--title-hide .reyEl-menu .reyEl-menuTitle {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .--title-tablet-hide .reyEl-menu .reyEl-menuTitle {
        display: none
    }
}

@media (max-width:767px) {
    .--title-mobile-hide .reyEl-menu .reyEl-menuTitle {
        display: none
    }
}

.reyEl-menu.--dd-menu .reyEl-menuTitle {
    cursor: pointer
}

    .reyEl-menu.--dd-menu .reyEl-menuTitle svg {
        display: block
    }

    .reyEl-menu.--dd-menu .reyEl-menuTitle.--active svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.reyEl-menu.--dd-menu .reyEl-menu-navWrapper {
    max-height: 0;
    overflow: hidden
}

    .reyEl-menu.--dd-menu .reyEl-menu-navWrapper.--active {
        max-height: 800px
    }

@media (min-width:768px) {
    .reyEl-menu.--dd-menu.--dd-menu--mobiles .reyEl-menuTitle svg {
        display: none
    }

    .reyEl-menu.--dd-menu.--dd-menu--mobiles .reyEl-menu-navWrapper {
        max-height: none;
        overflow: auto
    }

        .reyEl-menu.--dd-menu.--dd-menu--mobiles .reyEl-menu-navWrapper.--active {
            max-height: none
        }
}

.reyEl-menu.--dd-menu.--floating {
    position: relative
}

    .reyEl-menu.--dd-menu.--floating .reyEl-menu-navWrapper {
        position: absolute;
        width: 100%;
        z-index: 9;
        top: 100%;
        left: 0;
        -webkit-box-shadow: var(--b-shadow-3);
        box-shadow: var(--b-shadow-3)
    }

    .reyEl-menu.--dd-menu.--floating .reyEl-menu-nav {
        padding: 20px
    }

@media (max-width:767px) {
    .reyEl-menu.--dd-menu.--floating-mobile {
        position: relative
    }

        .reyEl-menu.--dd-menu.--floating-mobile .reyEl-menu-navWrapper {
            position: absolute;
            width: 100%;
            z-index: 9;
            top: 100%;
            left: 0;
            -webkit-box-shadow: var(--b-shadow-3);
            box-shadow: var(--b-shadow-3)
        }

        .reyEl-menu.--dd-menu.--floating-mobile .reyEl-menu-nav {
            padding: 20px
        }
}

.reyEl-menu .reyEl-menu-navWrapper {
    -webkit-transition: max-height 0.4s;
    transition: max-height 0.4s
}

.reyEl-menu .reyEl-menu-acc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

    .reyEl-menu .reyEl-menu-acc .btn {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-transform: uppercase
    }

.reyEl-menu .reyEl-menu--accLogin {
    margin-right: 15px
}

@media (max-width:1024px) {
    .--mobile-scroll-horizontal .reyEl-menu-navWrapper {
        overflow: auto
    }

        .--mobile-scroll-horizontal .reyEl-menu-navWrapper .rey-navEl {
            padding-bottom: .5em;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

            .--mobile-scroll-horizontal .reyEl-menu-navWrapper .rey-navEl a > span {
                white-space: nowrap
            }
}

.reyEl-menu--vertical {
    --distance: .2em
}

    .reyEl-menu--vertical .reyEl-menu-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .reyEl-menu--vertical .reyEl-menu-nav li {
            margin-top: var(--distance);
            margin-bottom: var(--distance)
        }

            .reyEl-menu--vertical .reyEl-menu-nav li .sub-menu > li:last-child {
                margin-bottom: 0
            }

        .reyEl-menu--vertical .reyEl-menu-nav a {
            display: block
        }

@media (min-width:1025px) {
    .reyEl-menu--vertical .--css-cols .reyEl-menu-nav {
        display: block;
        -webkit-columns: var(--menu-cols);
        -moz-columns: var(--menu-cols);
        columns: var(--menu-cols);
        -webkit-column-gap: calc(var(--menu-cols) * 0.6%);
        -moz-column-gap: calc(var(--menu-cols) * 0.6%);
        column-gap: calc(var(--menu-cols) * 0.6%)
    }
}

@media (min-width:1025px) {
    .reyEl-menu--cols-1.reyEl-menu--vertical .reyEl-menu-nav > li:first-child {
        margin-top: 0 !important
    }

    .reyEl-menu--cols-1.reyEl-menu--vertical .reyEl-menu-nav > li:last-child {
        margin-bottom: 0 !important
    }
}

.reyEl-menu--cols-2 .reyEl-menu-nav, .reyEl-menu--cols-3 .reyEl-menu-nav, .reyEl-menu--cols-4 .reyEl-menu-nav, .reyEl-menu--cols-5 .reyEl-menu-nav, .reyEl-menu--cols--tablet2 .reyEl-menu-nav, .reyEl-menu--cols--tablet3 .reyEl-menu-nav, .reyEl-menu--cols--tablet4 .reyEl-menu-nav, .reyEl-menu--cols--tablet5 .reyEl-menu-nav, .reyEl-menu--cols--mobile2 .reyEl-menu-nav, .reyEl-menu--cols--mobile3 .reyEl-menu-nav, .reyEl-menu--cols--mobile4 .reyEl-menu-nav, .reyEl-menu--cols--mobile5 .reyEl-menu-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.reyEl-menu--horizontal {
    --distance: .5em
}

    .reyEl-menu--horizontal .reyEl-menu-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .reyEl-menu--horizontal .reyEl-menu-nav > li {
            margin-left: var(--distance);
            margin-right: var(--distance)
        }

            .reyEl-menu--horizontal .reyEl-menu-nav > li:first-child {
                margin-left: 0 !important
            }

            .reyEl-menu--horizontal .reyEl-menu-nav > li:last-child {
                margin-right: 0 !important
            }

            .reyEl-menu--horizontal .reyEl-menu-nav > li a {
                display: block
            }

        .reyEl-menu--horizontal .reyEl-menu-nav.rey-navEl.--menuHover-ut > li > a {
            display: inline-block
        }

        .reyEl-menu--horizontal .reyEl-menu-nav > .menu-item-has-children {
            position: relative
        }

            .reyEl-menu--horizontal .reyEl-menu-nav > .menu-item-has-children > .sub-menu {
                position: absolute;
                top: calc(100% + 15px);
                left: -100vw;
                background-color: HSL(var(--neutral-0));
                padding: 2rem;
                border-radius: 2px;
                -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
                box-shadow: 0 0 15px rgba(0,0,0,.1);
                min-width: 200px;
                white-space: nowrap;
                -webkit-transform: translateY(30px);
                transform: translateY(30px);
                opacity: 0;
                -webkit-transition: 0.25s var(--easeoutcubic);
                transition: 0.25s var(--easeoutcubic);
                -webkit-transition-property: opacity,-webkit-transform;
                transition-property: opacity,-webkit-transform;
                transition-property: opacity,transform;
                transition-property: opacity,transform,-webkit-transform
            }

                .reyEl-menu--horizontal .reyEl-menu-nav > .menu-item-has-children > .sub-menu:before {
                    content: "";
                    height: 15px;
                    position: absolute;
                    top: -15px;
                    left: 0;
                    width: 100%
                }

            .reyEl-menu--horizontal .reyEl-menu-nav > .menu-item-has-children:hover {
                z-index: 1070
            }

                .reyEl-menu--horizontal .reyEl-menu-nav > .menu-item-has-children:hover > .sub-menu {
                    opacity: 1;
                    -webkit-transform: translateY(0);
                    transform: translateY(0);
                    left: auto
                }

@media (max-width:767px) {
    .reyEl-menu--horizontal.--vertical-xs .reyEl-menu-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .reyEl-menu--horizontal.--vertical-xs .reyEl-menu-nav li {
            margin-left: 0 !important;
            margin-right: 0 !important
        }
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega .reyEl-menu-nav .sub-menu {
    width: 100%;
    max-width: var(--site-width,100vw)
}

.reyEl-menu[data-vsubmenus] .rey-navEl {
    display: block
}

.reyEl-menu[data-vsubmenus] .menu-item-has-children > a {
    position: relative
}

.reyEl-menu[data-vsubmenus] .sub-menu {
    display: none;
    padding-left: 0;
    padding-left: var(--submenus-start-distance,1.2em)
}

.reyEl-menu[data-vsubmenus][data-indicator] .menu-item-has-children > a {
    padding-right: calc(var(--indicator-size, 20px) * var(--indicator-width, 2.3))
}

.reyEl-menu[data-vsubmenus] .--submenu-indicator {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(var(--indicator-size, 20px) * var(--indicator-width, 2.3));
    font-size: var(--indicator-size,20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: opacity 0.3s var(--easeoutcubic);
    transition: opacity 0.3s var(--easeoutcubic);
    opacity: 0
}

    .reyEl-menu[data-vsubmenus] .--submenu-indicator.--submenu-indicator-chevron {
        --rel-size: .5em
    }

        .reyEl-menu[data-vsubmenus] .--submenu-indicator.--submenu-indicator-chevron:before {
            content: '';
            width: var(--rel-size);
            height: var(--rel-size);
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,calc(-50% - (var(--rel-size)/2))) rotate(45deg);
            transform: translate(-50%,calc(-50% - (var(--rel-size)/2))) rotate(45deg);
            -webkit-box-shadow: 2px 2px 0 var(--thickness,0) currentColor;
            box-shadow: 2px 2px 0 var(--thickness,0) currentColor;
            -webkit-transition: 0.3s var(--easeoutcubic);
            transition: 0.3s var(--easeoutcubic);
            -webkit-transition-property: -webkit-transform,-webkit-box-shadow;
            transition-property: -webkit-transform,-webkit-box-shadow;
            transition-property: transform,box-shadow;
            transition-property: transform,box-shadow,-webkit-transform,-webkit-box-shadow
        }

    .reyEl-menu[data-vsubmenus] .--submenu-indicator.--submenu-indicator-arrow {
        --rel-size: .5em
    }

        .reyEl-menu[data-vsubmenus] .--submenu-indicator.--submenu-indicator-arrow:before {
            content: '';
            width: var(--rel-size);
            height: var(--rel-size);
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-box-shadow: 1px 1px 0 var(--thickness,0) currentColor;
            box-shadow: 1px 1px 0 var(--thickness,0) currentColor;
            -webkit-transition: 0.3s var(--easeoutcubic);
            transition: 0.3s var(--easeoutcubic);
            -webkit-transition-property: -webkit-transform,-webkit-box-shadow;
            transition-property: -webkit-transform,-webkit-box-shadow;
            transition-property: transform,box-shadow;
            transition-property: transform,box-shadow,-webkit-transform,-webkit-box-shadow;
            -webkit-transform: translate(-50%,-50%) rotate(45deg);
            transform: translate(-50%,-50%) rotate(45deg)
        }

        .reyEl-menu[data-vsubmenus] .--submenu-indicator.--submenu-indicator-arrow:after {
            content: '';
            height: calc(var(--rel-size) + 0.2em);
            width: var(--thickness,1px);
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,calc(-50% - 0.2em));
            transform: translate(-50%,calc(-50% - 0.2em));
            -webkit-transition: -webkit-transform 0.3s var(--easeoutcubic);
            transition: -webkit-transform 0.3s var(--easeoutcubic);
            transition: transform 0.3s var(--easeoutcubic);
            transition: transform 0.3s var(--easeoutcubic),-webkit-transform 0.3s var(--easeoutcubic);
            background-color: currentColor
        }

    .reyEl-menu[data-vsubmenus] .--submenu-indicator.--submenu-indicator-plus {
        --rel-size: .5em
    }

        .reyEl-menu[data-vsubmenus] .--submenu-indicator.--submenu-indicator-plus:before, .reyEl-menu[data-vsubmenus] .--submenu-indicator.--submenu-indicator-plus:after {
            content: '';
            width: var(--rel-size);
            height: var(--thickness,1px);
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            -webkit-transition: -webkit-transform 0.3s var(--easeoutcubic);
            transition: -webkit-transform 0.3s var(--easeoutcubic);
            transition: transform 0.3s var(--easeoutcubic);
            transition: transform 0.3s var(--easeoutcubic),-webkit-transform 0.3s var(--easeoutcubic);
            background-color: currentColor
        }

        .reyEl-menu[data-vsubmenus] .--submenu-indicator.--submenu-indicator-plus:after {
            width: var(--thickness,1px);
            height: var(--rel-size);
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%)
        }

.reyEl-menu[data-vsubmenus].--submenus-v .current-menu-item > a .--submenu-indicator-chevron:before {
    -webkit-box-shadow: -2px -2px 0 var(--thickness,0) currentColor;
    box-shadow: -2px -2px 0 var(--thickness,0) currentColor;
    -webkit-transform: translate(-50%,calc(-50% + (var(--rel-size)/2))) rotate(45deg);
    transform: translate(-50%,calc(-50% + (var(--rel-size)/2))) rotate(45deg)
}

.reyEl-menu[data-vsubmenus].--submenus-v .current-menu-item > a .--submenu-indicator-plus:before {
    -webkit-transform: translate(-50%,-50%) rotate(180deg);
    transform: translate(-50%,-50%) rotate(180deg)
}

.reyEl-menu[data-vsubmenus].--submenus-v .current-menu-item > a .--submenu-indicator-plus:after {
    -webkit-transform: translate(-50%,-50%) rotate(90deg);
    transform: translate(-50%,-50%) rotate(90deg)
}

.reyEl-menu[data-vsubmenus].--submenus-v .current-menu-item > a .--submenu-indicator-arrow:before {
    -webkit-box-shadow: -1px -1px 0 var(--thickness,0) currentColor;
    box-shadow: -1px -1px 0 var(--thickness,0) currentColor
}

.reyEl-menu[data-vsubmenus].--submenus-v .current-menu-item > a .--submenu-indicator-arrow:after {
    -webkit-transform: translate(-50%,calc(-50% + 0.2em));
    transform: translate(-50%,calc(-50% + 0.2em))
}

.reyEl-menu[data-vsubmenus].--submenus-h {
    --slide-distance: 130px;
    --transition-duration: .5s;
    -webkit-transition-duration: var(--transition-duration);
    transition-duration: var(--transition-duration);
    -webkit-transition-timing-function: var(--easeoutcubic);
    transition-timing-function: var(--easeoutcubic);
    -webkit-transition-property: height;
    transition-property: height
}

@media (max-width:1024px) {
    .reyEl-menu[data-vsubmenus].--submenus-h {
        overflow: hidden;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.reyEl-menu[data-vsubmenus].--submenus-h ul {
    -webkit-transition-duration: var(--transition-duration);
    transition-duration: var(--transition-duration);
    -webkit-transition-timing-function: var(--easeoutcubic);
    transition-timing-function: var(--easeoutcubic);
    -webkit-transition-property: visibility,opacity;
    transition-property: visibility,opacity
}

    .reyEl-menu[data-vsubmenus].--submenus-h ul > li > a {
        opacity: 1;
        visibility: visible;
        -webkit-transition-duration: var(--transition-duration);
        transition-duration: var(--transition-duration);
        -webkit-transition-timing-function: var(--easeoutcubic);
        transition-timing-function: var(--easeoutcubic);
        -webkit-transition-property: visibility,opacity,-webkit-transform;
        transition-property: visibility,opacity,-webkit-transform;
        transition-property: transform,visibility,opacity;
        transition-property: transform,visibility,opacity,-webkit-transform
    }

.reyEl-menu[data-vsubmenus].--submenus-h .--submenu-indicator.--submenu-indicator-chevron:before {
    -webkit-transform: translate(calc(-50% - (var(--rel-size)/2)),-50%) rotate(-45deg);
    transform: translate(calc(-50% - (var(--rel-size)/2)),-50%) rotate(-45deg)
}

.reyEl-menu[data-vsubmenus].--submenus-h .--submenu-indicator.--submenu-indicator-arrow:before {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg)
}

.reyEl-menu[data-vsubmenus].--submenus-h .--submenu-indicator.--submenu-indicator-arrow:after {
    width: calc(var(--rel-size) + 0.2em);
    height: var(--thickness,1px);
    -webkit-transform: translate(calc(-50% - 0.2em),-50%);
    transform: translate(calc(-50% - 0.2em),-50%)
}

.reyEl-menu[data-vsubmenus].--submenus-h[data-indicator] .__back {
    --indicator-position: calc(var(--indicator-size, 20px) * var(--indicator-width, 2.3))
}

    .reyEl-menu[data-vsubmenus].--submenus-h[data-indicator] .__back > a {
        font-weight: 600;
        padding-right: 0;
        left: var(--indicator-position);
        width: calc(100% - var(--indicator-position))
    }

    .reyEl-menu[data-vsubmenus].--submenus-h[data-indicator] .__back .--submenu-indicator {
        left: calc(-1 * var(--indicator-position));
        right: auto;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.reyEl-menu[data-vsubmenus].--submenus-h .sub-menu {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: var(--transition-duration);
    transition-duration: var(--transition-duration);
    -webkit-transition-timing-function: var(--easeoutcubic);
    transition-timing-function: var(--easeoutcubic);
    -webkit-transition-property: visibility,opacity,height;
    transition-property: visibility,opacity,height
}

    .reyEl-menu[data-vsubmenus].--submenus-h .sub-menu > li > a {
        -webkit-transform: translateX(var(--slide-distance));
        transform: translateX(var(--slide-distance));
        -webkit-transition-duration: var(--transition-duration);
        transition-duration: var(--transition-duration);
        -webkit-transition-timing-function: var(--easeoutcubic);
        transition-timing-function: var(--easeoutcubic)
    }

.reyEl-menu[data-vsubmenus].--submenus-h ul.--back {
    pointer-events: auto;
    opacity: 1;
    visibility: visible
}

    .reyEl-menu[data-vsubmenus].--submenus-h ul.--back > li > a {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(calc(-1 * (var(--slide-distance)/3)));
        transform: translateX(calc(-1 * (var(--slide-distance)/3)));
        pointer-events: none
    }

.reyEl-menu[data-vsubmenus].--submenus-h ul.--current {
    pointer-events: auto;
    opacity: 1;
    visibility: visible
}

    .reyEl-menu[data-vsubmenus].--submenus-h ul.--current > li > a {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

.reyEl-wcAttr--alphabeticList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--half-gutter-size));
    margin-right: calc(-1 * var(--half-gutter-size))
}

    .reyEl-wcAttr--alphabeticList .reyEl-wcAttr-alphMenu {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: var(--half-gutter-size);
        padding-right: var(--half-gutter-size);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

@media (min-width:1025px) {
    .reyEl-wcAttr--alphabeticList .reyEl-wcAttr-alphMenu {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.reyEl-wcAttr--alphabeticList .reyEl-wcAttr-alphMenu a {
    display: block;
    padding: .5em
}

    .reyEl-wcAttr--alphabeticList .reyEl-wcAttr-alphMenu a:hover {
        opacity: .85
    }

@media (min-width:1025px) {
    .reyEl-wcAttr--alphabeticList .reyEl-wcAttr-alphMenu li:first-child a {
        padding-left: 0 !important
    }

    .reyEl-wcAttr--alphabeticList .reyEl-wcAttr-alphMenu li:last-child a {
        padding-right: 0 !important
    }
}

.reyEl-wcAttr-alphaItem {
    margin-bottom: 40px;
    padding-left: var(--half-gutter-size);
    padding-right: var(--half-gutter-size)
}

    .reyEl-wcAttr-alphaItem > h4 {
        margin-bottom: 20px;
        font-size: 28px
    }

        .reyEl-wcAttr-alphaItem > h4:after {
            content: "";
            display: inline-block;
            margin-left: 1em;
            width: 1em;
            height: 1px;
            opacity: .2;
            background: currentColor;
            vertical-align: middle;
            -webkit-transition: width 0.4s var(--easeoutcubic);
            transition: width 0.4s var(--easeoutcubic)
        }

    .reyEl-wcAttr-alphaItem:hover > h4:after {
        width: 2em
    }

.rey-filterList.rey-filterList--image .reyEl-wcAttr-list a {
    width: 40px;
    height: 40px
}

.--wCustomHeight-yes .reyEl-wcAttr {
    overflow: auto
}

.reyEl-wcAttr-list.--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.reyEl-wcAttr-list .__img-link {
    display: block
}

    .reyEl-wcAttr-list .__img-link img {
        max-width: 120px
    }

    .reyEl-wcAttr-list .__img-link .__text {
        display: block
    }

.rey-filterList {
    --spacing: 6px
}

    .rey-filterList ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .rey-filterList a {
        display: inline-block
    }

    .rey-filterList.rey-filterList--color ul, .rey-filterList.rey-filterList--image ul, .rey-filterList.rey-filterList--button ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: calc(-1 * var(--spacing))
    }

        .rey-filterList.rey-filterList--color ul li, .rey-filterList.rey-filterList--image ul li, .rey-filterList.rey-filterList--button ul li {
            margin-left: var(--spacing);
            margin-bottom: var(--spacing);
            border: 1px solid HSL(var(--neutral-3));
            border-radius: 2px;
            -webkit-transition: border-color 0.2s var(--easeoutcubic);
            transition: border-color 0.2s var(--easeoutcubic)
        }

            .rey-filterList.rey-filterList--color ul li:hover a:before, .rey-filterList.rey-filterList--color ul li:hover a:after, .rey-filterList.rey-filterList--color ul li.chosen a:before, .rey-filterList.rey-filterList--color ul li.chosen a:after, .rey-filterList.rey-filterList--image ul li:hover a:before, .rey-filterList.rey-filterList--image ul li:hover a:after, .rey-filterList.rey-filterList--image ul li.chosen a:before, .rey-filterList.rey-filterList--image ul li.chosen a:after, .rey-filterList.rey-filterList--button ul li:hover a:before, .rey-filterList.rey-filterList--button ul li:hover a:after, .rey-filterList.rey-filterList--button ul li.chosen a:before, .rey-filterList.rey-filterList--button ul li.chosen a:after {
                display: none
            }

            .rey-filterList.rey-filterList--color ul li:hover, .rey-filterList.rey-filterList--image ul li:hover, .rey-filterList.rey-filterList--button ul li:hover {
                border-color: HSL(var(--neutral-5))
            }

            .rey-filterList.rey-filterList--color ul li.chosen, .rey-filterList.rey-filterList--image ul li.chosen, .rey-filterList.rey-filterList--button ul li.chosen {
                border-color: HSL(var(--neutral-7))
            }

        .rey-filterList.rey-filterList--color ul a {
            width: 40px;
            height: 8px;
            padding: 4px;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            background-clip: content-box;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .rey-filterList.rey-filterList--color ul a:not(:only-child) {
                padding-right: 20px
            }

        .rey-filterList.rey-filterList--color ul li {
            position: relative
        }

        .rey-filterList.rey-filterList--color ul .__count {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            margin-left: .4em;
            width: auto;
            height: auto;
            line-height: 1;
            font-size: 9px
        }

        .rey-filterList.rey-filterList--color ul span, .rey-filterList.rey-filterList--color ul img {
            display: block;
            width: 100%;
            height: 100%
        }

    .rey-filterList.rey-filterList--clist ul a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center
    }

    .rey-filterList.rey-filterList--clist ul li {
        position: relative
    }

        .rey-filterList.rey-filterList--clist ul li:not(:first-child) {
            margin-top: .3em
        }

    .rey-filterList.rey-filterList--clist ul .__count {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: .4em;
        width: auto;
        height: auto;
        line-height: 1;
        font-size: 9px
    }

    .rey-filterList.rey-filterList--clist ul span, .rey-filterList.rey-filterList--clist ul img {
        display: block;
        width: 1.6em;
        height: 1em;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-right: 1em
    }

    .rey-filterList.rey-filterList--clist ul .__swatch {
        padding: 2px;
        border: 1px solid HSL(var(--neutral-2));
        background-clip: content-box
    }

    .rey-filterList.rey-filterList--image ul a {
        width: 40px;
        height: 8px;
        padding: 4px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        background-clip: content-box;
        display: block
    }

        .rey-filterList.rey-filterList--image ul a:not(:only-child) {
            padding-right: 20px
        }

    .rey-filterList.rey-filterList--image ul li {
        position: relative
    }

    .rey-filterList.rey-filterList--image ul .__count {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: .4em;
        width: auto;
        height: auto;
        line-height: 1;
        font-size: 9px
    }

    .rey-filterList.rey-filterList--image ul span, .rey-filterList.rey-filterList--image ul img {
        display: block;
        width: 100%;
        height: 100%
    }

    .rey-filterList.rey-filterList--button ul a {
        font-size: 11px;
        width: 100%;
        height: auto;
        min-width: 50px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 8px;
        font-weight: var(--font-weight-bold);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .rey-filterList.rey-filterList--button ul a:not(:only-child) {
            padding-right: 30px
        }

    .rey-filterList.rey-filterList--button ul li {
        position: relative
    }

    .rey-filterList.rey-filterList--button ul .__count {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 1em;
        width: auto;
        height: auto;
        line-height: 1;
        font-size: 8px
    }

.rey-filterList-cols ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .rey-filterList-cols ul li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

        .rey-filterList-cols ul li a {
            padding-right: .5em
        }

.elementor-689 .elementor-element.elementor-element-8882460 > .elementor-container {
    padding: 50px 0 50px 0
}

.elementor-689 .elementor-element.elementor-element-2584dc9 > .elementor-element-populated {
    padding: 0 30px 0 0
}

.elementor-689 .elementor-element.elementor-element-cc3449b .elementor-heading-title {
    font-size: 36px;
    font-weight: 300
}

.elementor-689 .elementor-element.elementor-element-587b05b .elementor-button {
    font-size: 12px;
    font-weight: 600;
    fill: #0c0c0c;
    color: #0c0c0c;
    background-color: rgba(0,0,0,0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0c0c0c;
    padding: 12px 20px 12px 20px
}

.elementor-689 .elementor-element.elementor-element-587b05b > .elementor-widget-container {
    margin: 0 0 20px 0
}

.elementor-689 .elementor-element.elementor-element-2bd6b18 .elementor-button {
    fill: #0c0c0c;
    color: #0c0c0c;
    background-color: rgba(0,0,0,0)
}

.elementor-689 .elementor-element.elementor-element-2bd6b18 > .elementor-widget-container {
    margin: 0 30px 0 0
}

.elementor-689 .elementor-element.elementor-element-2bd6b18 {
    width: auto;
    max-width: auto
}

.elementor-689 .elementor-element.elementor-element-e707c5c .elementor-button {
    fill: #0c0c0c;
    color: #0c0c0c;
    background-color: rgba(0,0,0,0)
}

.elementor-689 .elementor-element.elementor-element-e707c5c > .elementor-widget-container {
    margin: 0 30px 0 0
}

.elementor-689 .elementor-element.elementor-element-e707c5c {
    width: auto;
    max-width: auto
}

.elementor-689 .elementor-element.elementor-element-51d063b .elementor-button {
    fill: #0c0c0c;
    color: #0c0c0c;
    background-color: rgba(0,0,0,0)
}

.elementor-689 .elementor-element.elementor-element-51d063b > .elementor-widget-container {
    margin: 0 30px 0 0
}

.elementor-689 .elementor-element.elementor-element-51d063b {
    width: auto;
    max-width: auto
}

.elementor-689 .elementor-element.elementor-element-197a45c .elementor-button {
    fill: #0c0c0c;
    color: #0c0c0c;
    background-color: rgba(0,0,0,0)
}

.elementor-689 .elementor-element.elementor-element-197a45c {
    width: auto;
    max-width: auto
}

@media(max-width:767px) {
    .elementor-689 .elementor-element.elementor-element-2584dc9 > .elementor-element-populated {
        margin: 0 0 30px 0
    }

    .elementor-689 .elementor-element.elementor-element-fcadc45 > .elementor-element-populated {
        margin: 0 0 30px 0
    }
}

@media(min-width:768px) {
    .elementor-689 .elementor-element.elementor-element-2584dc9 {
        width: 50%
    }

    .elementor-689 .elementor-element.elementor-element-fcadc45 {
        width: 24.664%
    }

    .elementor-689 .elementor-element.elementor-element-214127a {
        width: 25%
    }
}

.rey-mainNavigation {
    position: relative
}

.rey-siteHeader-row .rey-mainNavigation {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.rey-mainNavigation.--active, .rey-mainNavigation:hover {
    z-index: 1050
}

.rey-mainNavigation--missing {
    text-align: end;
    display: none
}

@media (min-width:1025px) {
    .rey-mainNavigation--missing {
        display: block
    }
}

.rey-mainNavigation .rey-logoTitle {
    margin-bottom: .9375rem
}

.rey-mainMenu {
    list-style: none;
    margin: 0;
    padding: 0
}

    .rey-mainMenu a {
        text-decoration: none
    }

    .rey-mainMenu > .menu-item > a {
        color: inherit;
        display: inline-block;
        padding: 0;
        font-size: .875rem;
        font-weight: 500;
        -webkit-transition: .25s var(--easeoutcubic);
        transition: .25s var(--easeoutcubic);
        -webkit-transition-property: background-color,color,border-color,opacity;
        transition-property: background-color,color,border-color,opacity
    }

    .rey-mainMenu .menu-item-has-children {
        position: relative
    }

        .rey-mainMenu .menu-item-has-children > a.--has-indicator {
            padding-right: calc(var(--indicator-padding) * 1.5) !important
        }

        .rey-mainMenu .menu-item-has-children .--submenu-indicator {
            --indicators-distance: calc(var(--indicator-padding) / 2);
            position: absolute;
            top: calc(50% - .5em);
            right: var(--indicators-distance,calc((var(--header-nav-x-spacing)/ 2) - .5em));
            font-style: normal;
            line-height: 1;
            font-weight: 400
        }

        .rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow {
            opacity: .8;
            width: 1em;
            height: 1em;
            text-align: center
        }

            .rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow:before {
                content: '';
                border: 1em solid transparent;
                border-top-color: currentColor;
                font-size: 3px
            }

        .rey-mainMenu .menu-item-has-children .--submenu-indicator-circle {
            font-size: 3px !important;
            width: 1em;
            height: 1em;
            background-color: currentColor;
            border-radius: 50%;
            opacity: .6
        }

        .rey-mainMenu .menu-item-has-children .--submenu-indicator-dash {
            width: 6px;
            height: 1px;
            background-color: currentColor;
            opacity: .8;
            top: 50%
        }

        .rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow2 {
            width: .4em;
            height: .4em;
            opacity: 1;
            top: calc(50% - .3em);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%)
        }

            .rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow2:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border: 1px solid transparent;
                border-bottom-color: currentColor;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                border-left-color: currentColor
            }

        .rey-mainMenu .menu-item-has-children .--submenu-indicator-plus {
            width: 1em;
            height: 1em;
            opacity: 1;
            top: calc(50% - .3em);
            font-size: .6em;
            text-align: center;
            font-family: sans-serif
        }

            .rey-mainMenu .menu-item-has-children .--submenu-indicator-plus:before {
                content: '+';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%
            }

.rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator {
    opacity: 1
}

    .rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 150%;
        height: 120%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

.rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease
}

    .rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow:before {
        font-size: 4px
    }

    .rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow:after {
        width: 280%;
        height: 150%
    }

    .rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow.--open {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow2 {
    width: 1.2em;
    height: 1.2em;
    opacity: 1;
    top: calc(50% - .6em);
    -webkit-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease
}

    .rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow2:before {
        top: 50%;
        left: 50%;
        width: 50%;
        height: 50%;
        -webkit-transform: rotate(-45deg) translate(-50%,-50%);
        transform: rotate(-45deg) translate(-50%,-50%);
        -webkit-transform-origin: -50% -25%;
        transform-origin: -50% -25%
    }

    .rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow2:after {
        width: 220%;
        height: 150%
    }

    .rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator-arrow2.--open {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator-plus {
    font-size: 1.3em;
    top: calc(50% - .65em)
}

    .rey-mobileNav .rey-mainMenu .menu-item-has-children .--submenu-indicator-plus.--open:before {
        content: '-'
    }

.rey-mainMenu.--has-indicators .menu-item-has-children > a {
    padding-right: calc(var(--indicator-padding) * 1.5) !important
}

.rey-mainMenu > .menu-item-has-children:last-child > .--submenu-indicator {
    left: calc(100% + (var(--header-nav-x-spacing)/ 2))
}

.rey-mainMenu .sub-menu {
    list-style: none;
    margin: 0
}

    .rey-mainMenu .sub-menu > .menu-item > a {
        display: block;
        font-size: .875rem;
        position: relative;
        color: var(--link-color)
    }

    .rey-mainMenu .sub-menu .menu-item-has-children .--submenu-indicator {
        opacity: .6;
        left: calc(100% - (var(--header-nav-x-spacing) * 2))
    }

.rey-mainMenu .--mega-custom .menu-item-has-children > a span:after {
    display: none
}

.rey-mainNavigation.rey-mainNavigation--desktop {
    display: var(--nav-breakpoint-desktop)
}

.rey-siteHeader--default .rey-mainNavigation {
    padding-left: 1rem
}

@media (min-width:1025px) {
    .rey-siteHeader--default .rey-mainNavigation {
        padding-left: 2.5rem
    }
}

.rey-mainMenu--desktop {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

    .rey-mainMenu--desktop .menu-item.depth--0 {
        padding-left: .625rem;
        padding-right: .625rem
    }

@media (min-width:1025px) {
    .rey-mainMenu--desktop .menu-item.depth--0 {
        padding-left: var(--header-nav-x-spacing);
        padding-right: var(--header-nav-x-spacing)
    }
}

.rey-mainMenu--desktop .menu-item.depth--0:first-child {
    margin-left: 0;
    padding-left: 0
}

.rey-mainMenu--desktop .menu-item.depth--0:last-child {
    padding-right: 0
}

.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.depth--0.--separated {
    position: relative;
    padding-left: .625rem;
    margin-left: 1.25rem
}

    .rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.depth--0.--separated:before {
        content: "";
        position: absolute;
        width: 2px;
        height: 100%;
        background-color: currentColor;
        opacity: .1;
        top: 0;
        color: inherit;
        height: 1em;
        top: calc(50% - .5em);
        left: calc(-1 * var(--header-nav-x-spacing))
    }

.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.depth--0.--bold > a {
    font-weight: 800 !important
}

.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.depth--0.--highlight-dash > a:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    top: -5px;
    background-color: currentColor;
    border-radius: 4px;
    opacity: .3;
    right: 0
}

.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.depth--0.--highlight > a {
    color: var(--colors-red)
}

@media (min-width:1025px) {
    .rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.depth--0.--separated {
        padding-left: var(--header-nav-x-spacing);
        margin-left: calc(var(--header-nav-x-spacing) * 2)
    }
}

.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-accent > a span, .rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-blue > a span, .rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-green > a span, .rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-orange > a span, .rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-red > a span {
    position: relative
}

    .rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-accent > a span .--menu-badge, .rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-blue > a span .--menu-badge, .rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-green > a span .--menu-badge, .rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-orange > a span .--menu-badge, .rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-red > a span .--menu-badge {
        font-style: normal;
        position: absolute;
        color: #fff;
        font-size: 9px;
        padding: 1px .6em 0;
        border-radius: 3px;
        top: -.9em;
        line-height: 1.5em;
        left: 100%
    }

    .rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-green > a span .--menu-badge {
        background-color: var(--colors-green)
    }

    .rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-red > a span .--menu-badge {
        background-color: var(--colors-red)
    }

    .rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-orange > a span .--menu-badge {
        background-color: var(--colors-orange)
    }

    .rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-blue > a span .--menu-badge {
        background-color: var(--colors-blue)
    }

    .rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--badge-accent > a span .--menu-badge {
        background-color: var(--accent-color)
    }

.rey-mainMenu--desktop.rey-mainMenu--desktop .menu-item.--mobile-only {
    display: none
}

.rey-mainMenu--desktop .menu-item-has-children > a > span {
    position: relative;
    display: inline-block
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children:hover:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 110%;
    height: var(--submenu-panels-distance);
    left: -5%
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children > .__submenu-top-indicator {
    position: absolute;
    top: calc(calc(100% - 2em) + var(--submenu-panels-distance));
    width: 0;
    height: 0;
    border: 1em solid transparent;
    border-bottom-color: var(--body-bg-color);
    font-size: 6px;
    opacity: 0;
    -webkit-transition: opacity .3s var(--easeoutcubic);
    transition: opacity .3s var(--easeoutcubic);
    left: calc(50% - .5em)
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children:hover > .__submenu-top-indicator, .rey-mainMenu--desktop .depth--0.menu-item-has-children[aria-expanded=true] > .__submenu-top-indicator {
    opacity: 1
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children .sub-menu > .menu-item > a {
    overflow: hidden;
    -webkit-transition: opacity .3s var(--easeoutcubic);
    transition: opacity .3s var(--easeoutcubic)
}

    .rey-mainMenu--desktop .depth--0.menu-item-has-children .sub-menu > .menu-item > a:hover {
        opacity: .65
    }

    .rey-mainMenu--desktop .depth--0.menu-item-has-children .sub-menu > .menu-item > a span {
        display: inline-block;
        -webkit-transition: -webkit-transform .6s var(--easeoutcubic);
        transition: -webkit-transform .6s var(--easeoutcubic);
        transition: transform .6s var(--easeoutcubic);
        transition: transform .6s var(--easeoutcubic),-webkit-transform .6s var(--easeoutcubic);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        padding: .625rem 1.875rem .625rem var(--submenus-padding-x,50px)
    }

.rey-mainMenu--desktop .depth--0.menu-item-has-children .sub-menu .--menu-badge {
    top: 0
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular .sub-menu {
    display: none;
    padding: 0;
    left: -200vw;
    opacity: 0;
    visibility: hidden;
    padding-top: var(--submenus-padding);
    padding-bottom: 10px;
    position: absolute;
    top: calc(50% + (var(--header-default--height)/ 2));
    z-index: 1020;
    -webkit-transition: .6s var(--easeoutcubic);
    transition: .6s var(--easeoutcubic);
    -webkit-transition-property: opacity,padding-bottom,visibility;
    transition-property: opacity,padding-bottom,visibility;
    display: block;
    top: calc(100% + var(--submenu-panels-distance))
}

    .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular .sub-menu:before {
        content: "";
        -webkit-box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.09);
        box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.09);
        background-color: var(--body-bg-color);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular .sub-menu > .menu-item > a {
        min-width: 320px
    }

    .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular .sub-menu .menu-item-has-children:hover > .sub-menu, .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular .sub-menu .menu-item-has-children[aria-expanded=true] > .sub-menu {
        top: -3.125rem;
        left: 90%
    }

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular .menu-item-has-children:hover:not(.depth--0) > .sub-menu.--reached-end, .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular:hover:not(.depth--0) > .sub-menu.--reached-end, .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular[aria-expanded=true]:not(.depth--0) > .sub-menu.--reached-end {
    top: -1em
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular .menu-item-has-children:hover > .sub-menu.--reached-end, .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular:hover > .sub-menu.--reached-end, .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular[aria-expanded=true] > .sub-menu.--reached-end {
    left: auto;
    right: 90%
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular .menu-item-has-children.--submenu-2-columns > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 200%
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular .menu-item-has-children.--submenu-3-columns > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 300%
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega > .sub-menu {
    display: none;
    padding: 0;
    left: -200vw;
    opacity: 0;
    visibility: hidden;
    padding-top: var(--submenus-padding);
    padding-bottom: 10px;
    position: absolute;
    top: calc(50% + (var(--header-default--height)/ 2));
    z-index: 1020;
    -webkit-transition: .6s var(--easeoutcubic);
    transition: .6s var(--easeoutcubic);
    -webkit-transition-property: opacity,padding-bottom,visibility;
    transition-property: opacity,padding-bottom,visibility;
    display: block;
    top: -300vh;
    width: var(--site-width,100vw);
    max-width: calc(var(--container-max-width) - (var(--content-padding-right,0px) + var(--content-padding-left,0px)));
    overflow: auto;
    max-height: calc(95vh - var(--header-default--height));
    -webkit-box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.09);
    box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.09);
    background-color: var(--body-bg-color)
}

    .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega > .sub-menu:before {
        content: "";
        -webkit-box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.09);
        box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.09);
        background-color: var(--body-bg-color);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega > .sub-menu::before {
        display: none
    }

    .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega > .sub-menu > .menu-item > a {
        font-weight: var(--font-weight-bold)
    }

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--mega-full > .sub-menu {
    max-width: none
}

    .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--mega-full > .sub-menu:before {
        width: var(--site-width,100vw);
        left: 0
    }

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--mega-custom.--hover .sub-menu, .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--mega-custom:hover .sub-menu {
    left: 50%
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-2 > .sub-menu, .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-3 > .sub-menu, .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-4 > .sub-menu, .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-5 > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-2:hover .sub-menu > .menu-item > a span, .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-2[aria-expanded=true] .sub-menu > .menu-item > a span, .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-3:hover .sub-menu > .menu-item > a span, .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-3[aria-expanded=true] .sub-menu > .menu-item > a span, .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-4:hover .sub-menu > .menu-item > a span, .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-4[aria-expanded=true] .sub-menu > .menu-item > a span, .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-5:hover .sub-menu > .menu-item > a span, .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-5[aria-expanded=true] .sub-menu > .menu-item > a span {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-2 > .sub-menu > .menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-3 > .sub-menu > .menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-4 > .sub-menu > .menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--is-mega--cols-5 > .sub-menu > .menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega > .sub-menu > .menu-item-has-children > .sub-menu {
    padding-left: 0
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega > .sub-menu .sub-menu {
    position: static;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%
}

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular .menu-item-has-children.--hover > .sub-menu, .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular.--hover > .sub-menu {
    padding-bottom: var(--submenus-padding);
    opacity: 1;
    visibility: visible;
    left: 0
}

    .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular .menu-item-has-children.--hover > .sub-menu > .menu-item > a span, .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-regular.--hover > .sub-menu > .menu-item > a span {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

.rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--hover > .sub-menu {
    padding-bottom: var(--submenus-padding);
    opacity: 1;
    visibility: visible;
    left: 0;
    top: calc(100% + var(--submenu-panels-distance));
    width: var(--site-width,100vw);
    left: 0
}

    .rey-mainMenu--desktop .depth--0.menu-item-has-children.--is-mega.--hover > .sub-menu > .menu-item > a span {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

.rey-mainMenu--desktop.--prevent-delays .depth--0.menu-item-has-children.--is-regular .menu-item-has-children:hover > .sub-menu, .rey-mainMenu--desktop.--prevent-delays .depth--0.menu-item-has-children.--is-regular:hover > .sub-menu {
    padding-bottom: var(--submenus-padding);
    opacity: 1;
    visibility: visible;
    left: 0
}

    .rey-mainMenu--desktop.--prevent-delays .depth--0.menu-item-has-children.--is-regular .menu-item-has-children:hover > .sub-menu > .menu-item > a span, .rey-mainMenu--desktop.--prevent-delays .depth--0.menu-item-has-children.--is-regular:hover > .sub-menu > .menu-item > a span {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

.rey-mainMenu--desktop.--prevent-delays .depth--0.menu-item-has-children.--is-mega:hover > .sub-menu {
    padding-bottom: var(--submenus-padding);
    opacity: 1;
    visibility: visible;
    left: 0;
    top: calc(100% + var(--submenu-panels-distance));
    width: var(--site-width,100vw);
    left: 0
}

    .rey-mainMenu--desktop.--prevent-delays .depth--0.menu-item-has-children.--is-mega:hover > .sub-menu > .menu-item > a span {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

.rey-mainNavigation--desktop.--style-default .menu-item.depth--0 > a {
    position: relative;
    text-decoration: none;
    color: inherit
}

    .rey-mainNavigation--desktop.--style-default .menu-item.depth--0 > a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: var(--btn-line-size,2px);
        display: block;
        bottom: 0;
        background: currentColor;
        -webkit-transition: opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
        transition: opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
        transition: transform .4s var(--easeoutcubic),opacity .4s var(--easeoutcubic);
        transition: transform .4s var(--easeoutcubic),opacity .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: center right;
        transform-origin: center right
    }

.rey-mainNavigation--desktop.--style-default .menu-item.depth--0.current-menu-item > a:after, .rey-mainNavigation--desktop.--style-default .menu-item.depth--0:hover > a:after, .rey-mainNavigation--desktop.--style-default .menu-item.depth--0[aria-expanded=true] > a:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.rey-mainNavigation--desktop.--style-default .menu-item.depth--0.current-menu-item:hover > a:after, .rey-mainNavigation--desktop.--style-default .menu-item.depth--0.current-menu-item[aria-expanded=true] > a:after {
    width: 0;
    right: 0;
    left: auto
}

.rey-mainNavigation.rey-mainNavigation--mobile {
    position: fixed;
    top: 0;
    width: var(--side-panels-mobile-width,100%);
    max-width: var(--site-width,100vw);
    height: var(--full-vp-height);
    overflow: auto;
    background: var(--header-nav-mobile-panel-bg-color,var(--body-bg-color));
    color: var(--header-nav-mobile-panel-text-color,var(--body-color));
    z-index: 1050;
    padding: 20px 30px;
    -webkit-transition: -webkit-transform .4s var(--easeoutcubic);
    transition: -webkit-transform .4s var(--easeoutcubic);
    transition: transform .4s var(--easeoutcubic);
    transition: transform .4s var(--easeoutcubic),-webkit-transform .4s var(--easeoutcubic);
    will-change: transform;
    display: var(--nav-breakpoint-mobile);
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media (max-width:1024px) and (max-height:768px) {
    .rey-mainNavigation.rey-mainNavigation--mobile {
        --full-vp-height: 100%
    }
}

@media (orientation:portrait) and (max-width:1024px) {
    .rey-mainNavigation.rey-mainNavigation--mobile {
        --full-vp-height: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) and (max-height:768px) {
    .rey-mainNavigation.rey-mainNavigation--mobile {
        --full-vp-height: 100vh
    }
}

@media (min-width:1025px) {
    .rey-mainNavigation.rey-mainNavigation--mobile {
        max-width: 400px
    }
}

.rey-mainNavigation.rey-mainNavigation--mobile.--is-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.25);
    box-shadow: 0 0 20px rgba(0,0,0,.25)
}

.--panel-dir--right .rey-mainNavigation.rey-mainNavigation--mobile {
    left: auto;
    right: 250vw;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform-origin: right center;
    transform-origin: right center
}

    .--panel-dir--right .rey-mainNavigation.rey-mainNavigation--mobile.--is-active {
        right: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

.admin-bar .rey-mainNavigation.rey-mainNavigation--mobile {
    top: var(--admin-bar);
    height: calc(var(--full-vp-height) - var(--admin-bar))
}

.rey-mainNavigation.rey-mainNavigation--mobile .sub-menu {
    display: none;
    padding-left: .625rem
}

    .rey-mainNavigation.rey-mainNavigation--mobile .sub-menu .menu-item {
        margin-bottom: .4375rem
    }

    .rey-mainNavigation.rey-mainNavigation--mobile .sub-menu .menu-item-has-children > a {
        margin-bottom: .4375rem
    }

        .rey-mainNavigation.rey-mainNavigation--mobile .sub-menu .menu-item-has-children > a span:after {
            background-color: currentColor;
            opacity: .1
        }

        .rey-mainNavigation.rey-mainNavigation--mobile .sub-menu .menu-item-has-children > a .--submenu-indicator {
            right: 0;
            left: auto
        }

.rey-mainNavigation.rey-mainNavigation--mobile .menu-item.--top-separator {
    padding-top: .9375rem;
    margin-top: .9375rem;
    position: relative
}

    .rey-mainNavigation.rey-mainNavigation--mobile .menu-item.--top-separator:before {
        content: "";
        position: absolute;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: currentColor;
        opacity: .1;
        top: 0;
        color: inherit
    }

.rey-mainNavigation.rey-mainNavigation--mobile .menu-item > a {
    overflow: hidden;
    padding: 6px 0;
    color: inherit;
    display: block
}

    .rey-mainNavigation.rey-mainNavigation--mobile .menu-item > a span {
        display: block;
        -webkit-transition: -webkit-transform .6s var(--easeoutcubic);
        transition: -webkit-transform .6s var(--easeoutcubic);
        transition: transform .6s var(--easeoutcubic);
        transition: transform .6s var(--easeoutcubic),-webkit-transform .6s var(--easeoutcubic);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

.rey-mainNavigation.rey-mainNavigation--mobile .menu-item.current-menu-item > a {
    font-weight: 800
}

.rey-mainNavigation.rey-mainNavigation--mobile .menu-item.--desktop-only {
    display: none
}

.rey-mainNavigation.rey-mainNavigation--mobile .--submenu-indicator {
    opacity: .6;
    right: 0;
    left: auto
}

.rey-mobileNav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.rey-mobileNav-main {
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width:1024px) and (orientation:landscape) {
    .rey-mobileNav-main {
        overflow: visible
    }
}

.rey-mobileNav-header {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid HSLa(var(--neutral-10),.1)
}

    .rey-mobileNav-header .rey-siteLogo {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

        .rey-mobileNav-header .rey-siteLogo img {
            max-height: 80px;
            min-width: 60px;
            width: auto;
            max-width: 100%
        }

.rey-mobileNav-footer {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid HSLa(var(--neutral-10),.1)
}

    .rey-mobileNav-footer.--empty {
        display: none
    }

.rey-mobileMenu-close {
    display: block;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    opacity: 0;
    -webkit-transition: opacity .3s var(--easeoutcubic),-webkit-transform .3s var(--easeoutcubic);
    transition: opacity .3s var(--easeoutcubic),-webkit-transform .3s var(--easeoutcubic);
    transition: opacity .3s var(--easeoutcubic),transform .3s var(--easeoutcubic);
    transition: opacity .3s var(--easeoutcubic),transform .3s var(--easeoutcubic),-webkit-transform .3s var(--easeoutcubic);
    color: inherit;
    font-size: .75rem;
    right: 0
}

    .rey-mobileMenu-close:before {
        content: "";
        position: absolute;
        width: 240%;
        height: 240%;
        top: -70%;
        left: -70%
    }

    .rey-mobileMenu-close .rey-icon {
        font-size: inherit;
        top: 0;
        display: block
    }

.rey-mobileNav--footerItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: var(--font-weight-bold);
    color: inherit
}

    .rey-mobileNav--footerItem:not(:only-child) {
        margin-bottom: 15px
    }

    .rey-mobileNav--footerItem .rey-icon {
        margin-left: auto
    }

ul.rey-mobileNav--footerItem {
    padding: 0;
    margin: 0 0 10px
}

    ul.rey-mobileNav--footerItem li {
        margin-right: 20px
    }

        ul.rey-mobileNav--footerItem li.--active a {
            text-decoration: underline
        }

    ul.rey-mobileNav--footerItem img {
        margin-right: 10px
    }

@media (max-width:1024px) {
    .--mobileNav--active {
        overflow: hidden
    }
}

.--mobileNav--active .rey-mobileMenu-close {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.--mobileNav--active .rey-mainMenu-mobile .menu-item > a span {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.rey-mainNavigation-mobileBtn {
    position: relative;
    color: inherit;
    display: var(--nav-breakpoint-mobile)
}

    .rey-mainNavigation-mobileBtn + .rey-mobileBtn-helper {
        margin-left: 1.25rem;
        display: var(--nav-breakpoint-desktop)
    }

    .rey-mainNavigation-mobileBtn:hover {
        color: inherit
    }

    .rey-mainNavigation-mobileBtn:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .rey-mainNavigation-mobileBtn span {
        display: block;
        width: 20px;
        height: 2px;
        margin-bottom: 4px;
        overflow: hidden;
        border-radius: 4px
    }

        .rey-mainNavigation-mobileBtn span:last-child {
            margin-bottom: 0
        }

        .rey-mainNavigation-mobileBtn span:before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            background-color: currentColor;
            -webkit-transition: -webkit-transform .3s var(--easeoutcubic);
            transition: -webkit-transform .3s var(--easeoutcubic);
            transition: transform .3s var(--easeoutcubic);
            transition: transform .3s var(--easeoutcubic),-webkit-transform .3s var(--easeoutcubic);
            -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%
        }

.--panel-dir--right .rey-mainNavigation-mobileBtn span:before {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.rey-mainNavigation-mobileBtn span:nth-child(2):before {
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.rey-mainNavigation-mobileBtn span:nth-child(3):before {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.--mobileNav--active .rey-mainNavigation-mobileBtn span:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.rey-siteHeader-row > .rey-mainNavigation-mobileBtn {
    margin-left: auto
}

.rey-mainNavigation--desktop.--prevent-delays .menu-item-has-children[aria-expanded="true"] > a > span:after, .rey-mainNavigation--desktop.--prevent-delays .menu-item-has-children:hover > a > span:after {
    display: none
}

.rey-mainNavigation--desktop.--prevent-delays.--active .depth--0.--is-mega .rey-mega-gs, .rey-mainNavigation--desktop.--prevent-delays.--active .depth--0.--is-mega .sub-menu {
    -webkit-transition-property: padding-bottom;
    transition-property: padding-bottom
}

.rey-mainNavigation--desktop.--shadow-0 .rey-mega-gs:before, .rey-mainNavigation--desktop.--shadow-0 .sub-menu:before {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.rey-mainNavigation--desktop.--shadow-2 .rey-mega-gs:before, .rey-mainNavigation--desktop.--shadow-2 .sub-menu:before {
    -webkit-box-shadow: 0 12.5px 10px rgba(0,0,0,.035),0 100px 80px rgba(0,0,0,.07) !important;
    box-shadow: 0 12.5px 10px rgba(0,0,0,.035),0 100px 80px rgba(0,0,0,.07) !important
}

.rey-mainNavigation--desktop.--shadow-3 .rey-mega-gs:before, .rey-mainNavigation--desktop.--shadow-3 .sub-menu:before {
    -webkit-box-shadow: 0 3.9px 5.3px rgba(0,0,0,.044),0 13px 17.9px rgba(0,0,0,.066),0 58px 80px rgba(0,0,0,.11) !important;
    box-shadow: 0 3.9px 5.3px rgba(0,0,0,.044),0 13px 17.9px rgba(0,0,0,.066),0 58px 80px rgba(0,0,0,.11) !important
}

.rey-mainNavigation--desktop.--shadow-4 .rey-mega-gs:before, .rey-mainNavigation--desktop.--shadow-4 .sub-menu:before {
    -webkit-box-shadow: 0 2.6px 3.6px rgba(0,0,0,.052),0 7.3px 10px rgba(0,0,0,.075),0 17.5px 24.1px rgba(0,0,0,.098),0 58px 80px rgba(0,0,0,.15) !important;
    box-shadow: 0 2.6px 3.6px rgba(0,0,0,.052),0 7.3px 10px rgba(0,0,0,.075),0 17.5px 24.1px rgba(0,0,0,.098),0 58px 80px rgba(0,0,0,.15) !important
}

.btn.rey-headerSearch-toggle {
    color: inherit;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .btn.rey-headerSearch-toggle .__icon {
        position: relative;
        font-size: var(--icon-size,1.25rem)
    }

        .btn.rey-headerSearch-toggle .__icon i, .btn.rey-headerSearch-toggle .__icon svg {
            font-size: inherit;
            display: block;
            top: 0;
            -webkit-transition: opacity 0.3s var(--easeoutcubic),-webkit-transform 0.3s var(--easeoutcubic);
            transition: opacity 0.3s var(--easeoutcubic),-webkit-transform 0.3s var(--easeoutcubic);
            transition: opacity 0.3s var(--easeoutcubic),transform 0.3s var(--easeoutcubic);
            transition: opacity 0.3s var(--easeoutcubic),transform 0.3s var(--easeoutcubic),-webkit-transform 0.3s var(--easeoutcubic)
        }

        .btn.rey-headerSearch-toggle .__icon svg {
            fill: currentColor;
            height: 1em;
            position: relative;
            width: 1em
        }

            .btn.rey-headerSearch-toggle .__icon svg.icon-close {
                --size: .875rem;
                position: absolute;
                font-size: var(--size);
                top: calc(50% - var(--size)/2);
                left: calc(50% - var(--size)/2);
                -webkit-transform: rotate(40deg);
                transform: rotate(40deg);
                opacity: 0
            }

    .btn.rey-headerSearch-toggle .rey-headerSearch-text {
        display: none;
        margin-right: .5rem;
        font-size: .8rem;
        line-height: 1
    }

@media (min-width:1025px) {
    .btn.rey-headerSearch-toggle .rey-headerSearch-text {
        display: block
    }
}

.--tp-after .btn.rey-headerSearch-toggle .rey-headerSearch-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
    margin-left: var(--text-distance,.6em)
}

.--tp-under .btn.rey-headerSearch-toggle {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .--tp-under .btn.rey-headerSearch-toggle .rey-headerSearch-text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-right: 0;
        margin-top: var(--text-distance,.4em)
    }

.btn.rey-headerSearch-toggle.is-opened i, .btn.rey-headerSearch-toggle.is-opened svg {
    opacity: 0
}

.btn.rey-headerSearch-toggle.is-opened .rey-icon.icon-close {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.btn.rey-headerSearch-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.rey-searchPanel {
    display: none
}

.rey-searchPanel {
    color: var(--search-text-color);
    background-color: var(--search-bg-color);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    opacity: 0;
    -webkit-transition: opacity 0.3s var(--easeoutcubic),-webkit-transform 0.3s var(--easeoutcubic);
    transition: opacity 0.3s var(--easeoutcubic),-webkit-transform 0.3s var(--easeoutcubic);
    transition: opacity 0.3s var(--easeoutcubic),transform 0.3s var(--easeoutcubic);
    transition: opacity 0.3s var(--easeoutcubic),transform 0.3s var(--easeoutcubic),-webkit-transform 0.3s var(--easeoutcubic);
    position: fixed;
    z-index: 1050;
    display: none
}

@media (max-height:650px),(max-width:1024px) {
    .rey-searchPanel {
        position: fixed;
        overflow: auto;
        top: var(--admin-bar);
        height: 100%
    }
}

.rey-searchPanel a {
    color: var(--search-text-color)
}

.rey-searchPanel:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .05;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    background-color: var(--search-bg-color)
}

.rey-searchPanel label, .rey-searchPanel h4 {
    font-size: .8125rem;
    text-transform: var(--h-text-transform);
    opacity: .6;
    font-weight: var(--font-weight-bold);
    margin-bottom: .9375rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    display: block
}

.rey-searchPanel form {
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .rey-searchPanel form:before, .rey-searchPanel form:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: var(--search-text-color);
        opacity: .2
    }

    .rey-searchPanel form:after {
        width: 0;
        background-color: var(--search-text-color);
        opacity: .5;
        -webkit-transition: width 1.6s var(--easeoutcubic);
        transition: width 1.6s var(--easeoutcubic)
    }

.rey-searchPanel input[type="search"] {
    border: none;
    height: 38px;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    font-size: .75rem;
    text-transform: var(--h-text-transform);
    font-weight: var(--font-weight-bold);
    color: var(--search-text-color);
    padding: 0
}

@media (min-width:1025px) {
    .rey-searchPanel input[type="search"] {
        padding: 5px 10px;
        height: 50px
    }
}

@media (max-width:1024px) {
    .rey-searchPanel input[type="search"] {
        font-size: 16px
    }
}

.rey-searchPanel input[type="search"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.rey-searchPanel[data-style="wide"] {
    width: 100%;
    left: 0;
    top: var(--admin-bar);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    overflow: auto
}

@media (min-width:1025px) {
    .rey-searchPanel[data-style="wide"] form {
        max-width: 50%
    }
}

.rey-searchPanel[data-style="wide"].is-opened {
    opacity: 1
}

    .rey-searchPanel[data-style="wide"].is-opened form:after {
        width: 100%
    }

.rey-searchPanel[data-style="wide"] .rey-searchPanel-close {
    display: none
}

.rey-searchPanel[data-style="wide"] input[type="search"] {
    padding-left: 0;
    padding-right: 0
}

.rey-searchPanel[data-style="side"] {
    top: var(--admin-bar);
    right: 0;
    height: calc(100vh - var(--admin-bar));
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    width: var(--side-panels-mobile-width,100%);
    z-index: 1070
}

@media (min-width:576px) {
    .rey-searchPanel[data-style="side"] {
        width: 470px
    }
}

.rey-searchPanel[data-style="side"] .rey-searchPanel-inner {
    padding: 0 var(--half-gutter-size)
}

@media (min-width:1025px) {
    .rey-searchPanel[data-style="side"] .rey-searchPanel-inner {
        padding: 0 calc(var(--half-gutter-size) * 2)
    }
}

@media (min-width:1025px) {
    .rey-searchPanel[data-style="side"] form {
        max-width: 100%
    }
}

.rey-searchPanel[data-style="side"] input[type="search"] {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:1025px) {
    .rey-searchPanel[data-style="side"] .rey-searchPanel__suggestions {
        max-width: 100%
    }
}

@media (min-width:1025px) {
    .rey-searchPanel[data-style="side"] .rey-searchPanel__qlinks {
        max-width: 100%
    }
}

.rey-searchPanel[data-style="side"] .rey-searchPanel-close {
    position: absolute;
    top: calc(var(--half-gutter-size) * 2);
    right: calc(var(--half-gutter-size) * 2);
    border: 0;
    padding: .125rem;
    z-index: 1050
}

    .rey-searchPanel[data-style="side"] .rey-searchPanel-close .rey-icon {
        font-size: .875rem;
        display: block;
        -webkit-transition: opacity 0.3s var(--easeoutcubic),-webkit-transform 0.3s var(--easeoutcubic);
        transition: opacity 0.3s var(--easeoutcubic),-webkit-transform 0.3s var(--easeoutcubic);
        transition: opacity 0.3s var(--easeoutcubic),transform 0.3s var(--easeoutcubic);
        transition: opacity 0.3s var(--easeoutcubic),transform 0.3s var(--easeoutcubic),-webkit-transform 0.3s var(--easeoutcubic);
        -webkit-transition-delay: 0.45s;
        transition-delay: 0.45s;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        opacity: 0
    }

.rey-searchPanel[data-style="side"].is-opened {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    overflow: auto;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.25);
    box-shadow: 0 0 20px rgba(0,0,0,.25)
}

    .rey-searchPanel[data-style="side"].is-opened form:after {
        width: 100%
    }

    .rey-searchPanel[data-style="side"].is-opened .rey-searchPanel-close .rey-icon {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }

@media (max-height:650px),(max-width:1024px) {
    .rey-siteHeader.rey-siteHeader--default .rey-searchPanel {
        height: 100%
    }
}

@media (max-width:767px) {
    .rey-siteHeader.rey-siteHeader--default .rey-searchPanel[data-style="wide"] {
        top: var(--admin-bar)
    }
}

.rey-searchForm .rey-searchForm-list {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .8;
    margin-left: 20px
}

    .rey-searchForm .rey-searchForm-list:hover {
        opacity: 1
    }

    .rey-searchForm .rey-searchForm-list span {
        font-size: 12px;
        text-overflow: ellipsis;
        max-width: 150px;
        white-space: nowrap;
        overflow: hidden;
        padding-right: 20px
    }

        .rey-searchForm .rey-searchForm-list span:after {
            content: "";
            position: absolute;
            right: 0;
            border: 4px solid transparent;
            border-top-color: HSL(var(--neutral-5));
            top: calc(50% - 2px);
            opacity: .8
        }

    .rey-searchForm .rey-searchForm-list select {
        border: 0;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 0
    }

        .rey-searchForm .rey-searchForm-list select:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
            outline: none
        }

.rey-searchPanel-inner {
    padding-left: var(--half-gutter-size);
    padding-right: var(--half-gutter-size)
}

.search-panel--is-opened.search-panel--wide {
    --header-bgcolor: var(--search-bg-color);
    --header-text-color: var(--search-text-color);
    overflow: hidden
}

    .search-panel--is-opened.search-panel--wide .rey-searchPanel {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .search-panel--is-opened.search-panel--wide .rey-siteHeader {
        z-index: 1060
    }

        .search-panel--is-opened.search-panel--wide .rey-siteHeader .elementor-section.elementor-top-section:not(.--prevent-search) {
            background-color: var(--header-bgcolor);
            color: inherit
        }

.search-panel--is-opened.search-panel--side .rey-overlay--site {
    z-index: 1070
}

.search-panel--is-opened.search-panel--side .rey-siteContent {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px)
}

@media (min-width:1025px) {
    .search-panel--is-opened.search-panel--side .rey-siteContent {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px)
    }
}

.rey-searchPanel__qlinks {
    margin-top: 2.5rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:1025px) {
    .rey-searchPanel__qlinks {
        max-width: 50%;
        margin-top: 3.125rem
    }
}

.rey-searchMenu {
    margin-bottom: 0
}

    .rey-searchMenu li:not(:last-child) {
        margin-bottom: .625rem;
        line-height: 1
    }

    .rey-searchMenu a {
        font-size: .8125rem;
        text-transform: var(--h-text-transform)
    }

.rey-searchPanel__suggestions {
    margin-top: 1.875rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:1025px) {
    .rey-searchPanel__suggestions {
        max-width: 50%
    }
}

.rey-searchPanel__suggestions button {
    padding: 6px 12px;
    margin: 5px 5px 5px 0;
    font-size: 12px;
    font-weight: 400;
    color: inherit;
    position: relative
}

    .rey-searchPanel__suggestions button:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 1px solid currentColor;
        border-radius: 2px;
        opacity: .2;
        -webkit-transition: opacity 0.2s var(--easeoutcubic);
        transition: opacity 0.2s var(--easeoutcubic)
    }

    .rey-searchPanel__suggestions button:hover:before {
        opacity: .4
    }

.rey-searchAjax .rey-lineLoader {
    color: HSL(var(--neutral-3));
    text-align: center;
    opacity: 0;
    height: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s var(--easeoutcubic),visibility 0.2s var(--easeoutcubic);
    transition: opacity 0.2s var(--easeoutcubic),visibility 0.2s var(--easeoutcubic);
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    position: relative
}

.rey-searchAjax.--has-results .rey-searchPanel__qlinks, .rey-searchAjax.--has-results .rey-searchPanel__suggestions, .rey-searchAjax.--loading .rey-searchPanel__qlinks, .rey-searchAjax.--loading .rey-searchPanel__suggestions {
    display: none
}

.rey-searchAjax.--has-results .rey-searchResults {
    display: block
}

@media (min-width:1025px) {
    .rey-searchPanel[data-style="wide"] .rey-searchAjax.--has-results .rey-searchResults .rey-searchItems {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto
    }
}

.rey-searchAjax.--has-results .rey-searchResults.--visible .rey-searchItem {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.rey-searchAjax.--loading .rey-searchResults {
    display: none
}

.rey-searchAjax.--loading .rey-lineLoader {
    padding: 100px 0;
    opacity: 1;
    visibility: visible
}

    .rey-searchAjax.--loading .rey-lineLoader:after {
        top: 50%
    }

.rey-searchResults {
    margin-top: 50px;
    font-size: .75rem;
    display: none
}

    .rey-searchResults .rey-searchResults-message {
        margin-left: auto;
        margin-right: auto
    }

@media (min-width:1025px) {
    .rey-searchResults .rey-searchResults-message {
        max-width: 50%
    }
}

.rey-searchResults.--customImageContainerHeight .rey-searchItem-thumbnail {
    height: var(--woocommerce-custom-image-height);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .rey-searchResults.--customImageContainerHeight .rey-searchItem-thumbnail img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.rey-searchPanel[data-style="side"] .rey-searchResults.--customImageContainerHeight .rey-searchItem-thumbnail {
    --woocommerce-custom-image-height: 180px
}

.rey-searchItems {
    text-transform: var(--h-text-transform);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(-1 * (var(--woocommerce-products-gutter) / 2));
    margin-right: calc(-1 * (var(--woocommerce-products-gutter) / 2))
}

[data-xl="2"] .rey-searchItems {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:767px) {
    .rey-searchPanel[data-style="wide"] .rey-searchItems, .rey-searchPanel[data-style="side"] .rey-searchItems {
        padding-bottom: 50px
    }
}

.rey-searchItem {
    position: relative;
    width: 100%;
    padding-right: calc(var(--woocommerce-products-gutter) / 2);
    padding-left: calc(var(--woocommerce-products-gutter) / 2);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
    -webkit-transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    transition: opacity 0.4s var(--easeoutcubic),transform 0.4s var(--easeoutcubic);
    transition: opacity 0.4s var(--easeoutcubic),transform 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

@media (min-width:1025px) {
    .rey-searchPanel[data-style="wide"] .rey-searchItem {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        margin-bottom: 0
    }
}

.rey-searchItem:hover {
    opacity: .8
}

.rey-searchItem a {
    text-decoration: none
}

.rey-searchItem .btn {
    color: var(--search-text-color)
}

.rey-searchItem-thumbnail {
    margin-bottom: 20px
}

    .rey-searchItem-thumbnail img {
        max-width: 100%;
        height: auto
    }

    .rey-searchItem-thumbnail .rey-productThumbnail__second {
        display: none
    }

.rey-searchItem-title {
    display: block;
    font-weight: var(--font-weight-bold);
    font-size: .875rem;
    margin-bottom: 5px
}

.rey-searchItem-price ins {
    text-decoration: none;
    font-weight: 600;
    color: var(--woocommerce-discount-color)
}

    .rey-searchItem-price ins .woocommerce-Price-amount {
        margin-left: 10px
    }

.rey-searchItem-price .woocommerce-Price-amount + .woocommerce-Price-amount:before {
    content: "-";
    margin: 0 .2em
}

.rey-searchItem-price .__custom-price-range:not(:first-child) {
    margin-left: .4em
}

.rey-searchItem.--last {
    margin-top: 1rem;
    margin-bottom: 3rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center
}

[data-xl="2"] .rey-searchItem.--last {
    text-align: center;
    margin-top: 60px
}

.rey-searchItem .rey-discount {
    display: inline-block;
    margin-left: 10px;
    background-color: var(--woocommerce-discount-color);
    font-weight: var(--font-weight-bold);
    color: #fff;
    padding: 0 5px
}

.ss-container {
    position: relative
}

.ss-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    float: left
}

.ss-content {
    height: 100%;
    width: calc(100% + var(--scrollbar-width, 18px));
    padding: 0 var(--scrollbar-width,18px) 0 0;
    position: relative;
    overflow-x: auto;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ss-hidden-bar .ss-content {
    padding-right: 0
}

.ss-content.rtl {
    width: calc(100% + var(--scrollbar-width, 18px));
    right: auto
}

.ss-scroll {
    position: relative;
    background: rgba(0,0,0,.1);
    width: 6px;
    border-radius: 4px;
    top: 0;
    z-index: 2;
    cursor: pointer;
    opacity: .25;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    position: absolute;
    right: 0
}

.ss-hidden {
    display: none
}

.ss-container:hover .ss-scroll, .ss-container:active .ss-scroll {
    opacity: 1
}

.ss-grabbed {
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.rey-headerCart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .rey-headerCart .__icon {
        font-size: var(--icon-size,1.25rem)
    }

        .rey-headerCart .__icon i, .rey-headerCart .__icon svg {
            font-size: inherit;
            display: block
        }

        .rey-headerCart .__icon svg {
            fill: currentColor;
            height: 1em;
            position: relative;
            width: 1em
        }

    .rey-headerCart .rey-headerCart-nb {
        background: var(--neutral-accent-color);
        display: inline-block;
        text-align: center;
        color: #fff;
        position: relative;
        font-size: 8px;
        width: 1rem;
        height: 1rem;
        line-height: 1rem;
        border-radius: 1.25rem;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        margin-left: -.375rem
    }

@media (min-width:1025px) {
    .rey-headerCart .rey-headerCart-nb {
        font-size: 9px;
        width: 1.25rem;
        height: 1.25rem;
        line-height: 1.25rem;
        margin-left: .1875rem
    }
}

.rey-headerCart .rey-headerCart-text {
    display: none
}

    .rey-headerCart .rey-headerCart-text + svg {
        display: block
    }

@media (min-width:1025px) {
    .rey-headerCart .rey-headerCart-text {
        display: block;
        font-size: .8rem;
        margin-right: .5rem
    }

        .rey-headerCart .rey-headerCart-text + svg {
            display: none
        }
}

.rey-headerCart .__text {
    display: none
}

@media (min-width:1025px) {
    .rey-headerCart .__text {
        display: block;
        font-size: .8rem;
        line-height: 1;
        margin-right: var(--text-distance,.4em)
    }

        .rey-headerCart .__text .rey-headerCart-textTotal {
            margin: 0 .3em
        }
}

.--tp-after .rey-headerCart .__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
    margin-left: var(--text-distance,.4em)
}

.--tp-under .rey-headerCart {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .--tp-under .rey-headerCart .__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-right: 0;
        margin-top: var(--text-distance,.4em)
    }

.rey-headerCart-wrapper.--hide-empty[data-rey-cart-count="0"] .rey-headerCart {
    display: none
}

.rey-cartPanel {
    --cart-padding: 1.5625rem;
    padding: var(--cart-padding);
    padding-top: 0;
    font-size: 1rem;
    height: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:1025px) {
    .rey-cartPanel {
        --cart-padding: 2.1875rem
    }
}

.rey-cartPanel .widget_shopping_cart {
    margin-top: 0;
    font-size: inherit;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.rey-cartPanel .widget_shopping_cart_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

    .rey-cartPanel .widget_shopping_cart_content > .elementor {
        overflow: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        position: relative;
        overflow-x: hidden;
        margin-top: 25px
    }

        .rey-cartPanel .widget_shopping_cart_content > .elementor > .elementor-inner, .rey-cartPanel .widget_shopping_cart_content > .elementor > .elementor-section-wrap {
            position: absolute;
            width: 100%
        }

.rey-cartPanel .rey-cartPanel-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: var(--cart-padding)
}

    .rey-cartPanel .rey-cartPanel-close span {
        font-size: 12px;
        line-height: 1;
        margin-right: .7em;
        font-weight: 400
    }

.rey-cartPanel .woocommerce-mini-cart {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    overflow: hidden;
    list-style: none outside;
    padding: 0;
    margin: 0
}

    .rey-cartPanel .woocommerce-mini-cart .ss-wrapper {
        position: absolute;
        top: 0
    }

    .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item {
        list-style: none;
        --image-size: 100px;
        -webkit-transition: -webkit-transform 0.3s var(--easeoutcubic);
        transition: -webkit-transform 0.3s var(--easeoutcubic);
        transition: transform 0.3s var(--easeoutcubic);
        transition: transform 0.3s var(--easeoutcubic),-webkit-transform 0.3s var(--easeoutcubic);
        -webkit-transform: translateX(70px);
        transform: translateX(70px);
        position: relative;
        padding-top: 0;
        margin: 0 0 1.25rem;
        border-bottom: 1px solid HSL(var(--neutral-2));
        padding-bottom: 1.25rem;
        padding-left: 0;
        text-transform: uppercase
    }

        .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item:last-child {
            border-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 0
        }

        .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item::after {
            display: block;
            clear: both;
            content: ""
        }

        .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item img {
            float: left;
            height: auto;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item a, .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-title {
            font-size: .875rem
        }

        .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item dl:not(:empty) {
            margin: 5px 0;
            padding-left: 1em;
            border-left: 2px solid HSLa(var(--neutral-10),.1)
        }

            .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item dl:not(:empty):before, .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item dl:not(:empty):after {
                display: none
            }

            .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item dl:not(:empty) dt, .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item dl:not(:empty) dd {
                display: inline-block;
                margin-bottom: 1em;
                font-size: .75rem;
                float: none
            }

            .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item dl:not(:empty) dt {
                font-weight: var(--font-weight-bold);
                clear: left;
                padding: 0 0 .25em;
                margin: 0 10px 0 0
            }

            .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item dl:not(:empty) dd {
                padding: 0;
                margin: 0
            }

                .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item dl:not(:empty) dd p:last-child {
                    margin-bottom: 0
                }

        .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item .star-rating {
            float: none
        }

        .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity {
            font-size: .75rem;
            display: block
        }

        .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item img {
            margin: 0 0 0 20px;
            max-width: 90px;
            width: 100%;
            border-radius: 2px
        }

        .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item .blockUI.blockOverlay {
            background-color: #fff !important
        }

        .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item:hover .remove {
            opacity: 1
        }

        .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item > *:not(.remove):not(img) {
            margin-left: var(--image-size)
        }

        .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item .rey-productThumbnail__second {
            display: none
        }

        .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item .rey-removeBtn {
            position: absolute;
            top: 0;
            width: 1em;
            height: 1em;
            font-size: 26px;
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 3px;
            color: HSL(var(--neutral-7));
            border: 1px solid HSL(var(--neutral-5));
            -webkit-transition: all 0.25s var(--easeoutcubic);
            transition: all 0.25s var(--easeoutcubic);
            right: 0
        }

@media (min-width:1025px) {
    .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item .rey-removeBtn {
        opacity: .5
    }
}

.rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item .rey-removeBtn .rey-icon {
    --stroke-width: 2em;
    font-size: 8px;
    display: block
}

.rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item .rey-removeBtn:hover {
    color: HSL(var(--neutral-8));
    border-color: currentColor
}

.rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item:hover .rey-removeBtn {
    opacity: 1
}

.rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-title {
    font-weight: 500;
    margin-bottom: .5em;
    margin-right: 35px
}

.rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item > .woocommerce-mini-cart-thumbTitle .rey-cartImg, .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item > .rey-cartImg {
    width: calc(var(--image-size) - 20px);
    border-radius: 2px;
    margin: 0
}

    .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item > .woocommerce-mini-cart-thumbTitle .rey-cartImg img, .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item > .woocommerce-mini-cart-thumbTitle .rey-cartImg picture, .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item > .rey-cartImg img, .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item > .rey-cartImg picture {
        width: 100%;
        max-width: 100%;
        margin: 0
    }

.rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item > .woocommerce-mini-cart-thumbTitle .rey-cartImg {
    margin-left: calc(-1 * var(--image-size))
}

.rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item > .rey-cartImg {
    margin-left: 0 !important
}

.rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item.--loading {
    opacity: .5;
    pointer-events: none
}

    .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item.--loading .__loader {
        position: relative;
        color: HSL(var(--neutral-10));
        position: absolute;
        top: 50%;
        left: calc(((var(--image-size) - 20px)/2) - 25px);
        margin-left: 0
    }

        .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item.--loading .__loader:after {
            content: "";
            width: 50px;
            height: 2px;
            position: absolute;
            top: 0;
            display: block;
            background-color: currentColor;
            -webkit-animation: dashanim-active-trscale 1s var(--easeoutcubic) infinite;
            animation: dashanim-active-trscale 1s var(--easeoutcubic) infinite;
            left: 0
        }

    .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-item.--loading .blockUI {
        display: none !important
    }

.rey-cartPanel .woocommerce-mini-cart .ss-content {
    overflow-x: hidden
}

.rey-cartPanel .woocommerce-mini-cart .quantity-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px
}

.rey-cartPanel .woocommerce-mini-cart div.quantity {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px
}

    .rey-cartPanel .woocommerce-mini-cart div.quantity .cartBtnQty-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid HSL(var(--neutral-3));
        border-radius: 3px;
        padding: 4px;
        width: 60px
    }

        .rey-cartPanel .woocommerce-mini-cart div.quantity .cartBtnQty-controls:hover {
            border: 1px solid HSL(var(--neutral-4))
        }

        .rey-cartPanel .woocommerce-mini-cart div.quantity .cartBtnQty-controls input.qty {
            border: 0;
            background-color: transparent;
            padding: 0;
            height: auto;
            margin: 0;
            min-width: 0;
            width: auto;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            font-size: 10px;
            line-height: 1
        }

        .rey-cartPanel .woocommerce-mini-cart div.quantity .cartBtnQty-controls .cartBtnQty-control {
            cursor: pointer
        }

            .rey-cartPanel .woocommerce-mini-cart div.quantity .cartBtnQty-controls .cartBtnQty-control.--minus {
                -webkit-box-ordinal-group: 1;
                -ms-flex-order: 0;
                order: 0
            }

            .rey-cartPanel .woocommerce-mini-cart div.quantity .cartBtnQty-controls .cartBtnQty-control.--plus {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2
            }

        .rey-cartPanel .woocommerce-mini-cart div.quantity .cartBtnQty-controls svg {
            display: block
        }

.rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-price {
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 500;
    line-height: 1;
    font-size: .8125rem
}

    .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-price del {
        display: inline-block;
        color: inherit;
        opacity: .5;
        font-weight: 400
    }

        .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-price del, .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-price del .woocommerce-Price-amount {
            text-decoration: line-through
        }

    .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-price ins {
        background: none;
        font-weight: 500;
        display: inline-block;
        color: #020202;
        color: var(--woocommerce-discount-color);
        padding: 0;
        margin-left: 1em;
        font-size: 100%;
        text-decoration: none
    }

    .rey-cartPanel .woocommerce-mini-cart .woocommerce-mini-cart-price .__item-total {
        margin-left: auto;
        opacity: .5
    }

.rey-cartPanel .woocommerce-mini-cart__total {
    margin: 1.0625rem 0 1.25rem;
    padding: 1.0625rem 0;
    border-width: 1px 0;
    border-color: HSL(var(--neutral-2));
    border-style: solid
}

@media (min-width:1025px) {
    .rey-cartPanel .woocommerce-mini-cart__total {
        margin: 1.25rem 0;
        padding: 1.25rem 0
    }
}

.rey-cartPanel .woocommerce-mini-cart__total .woocommerce-mini-cart__totalRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: .8125rem;
    text-transform: var(--h-text-transform);
    color: HSL(var(--neutral-7))
}

    .rey-cartPanel .woocommerce-mini-cart__total .woocommerce-mini-cart__totalRow + .woocommerce-mini-cart__totalRow {
        margin-top: .5em
    }

    .rey-cartPanel .woocommerce-mini-cart__total .woocommerce-mini-cart__totalRow.--loading {
        opacity: .6;
        pointer-events: none
    }

.rey-cartPanel .woocommerce-mini-cart__total .woocommerce-mini-cart__totalCell, .rey-cartPanel .woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-weight: var(--font-weight-bold);
    margin-left: auto
}

.rey-cartPanel .woocommerce-mini-cart__total .tax_label {
    text-transform: none;
    margin-left: .5em
}

.rey-cartPanel .woocommerce-mini-cart__total strong {
    font-weight: 400
}

.rey-cartPanel .woocommerce-mini-cart__total .minicart-shipping {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .5em
}

    .rey-cartPanel .woocommerce-mini-cart__total .minicart-shipping span {
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

.rey-cartPanel .woocommerce-mini-cart__buttons {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (min-width:1025px) and (min-height:768px) {
    .rey-cartPanel .woocommerce-mini-cart__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.rey-cartPanel .woocommerce-mini-cart__buttons a {
    text-transform: uppercase
}

.rey-cartPanel .woocommerce-mini-cart__buttons .wc-forward {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: .875rem 0
}

    .rey-cartPanel .woocommerce-mini-cart__buttons .wc-forward.checkout {
        margin-left: 1.25rem
    }

@media (min-width:1025px) and (min-height:768px) {
    .rey-cartPanel .woocommerce-mini-cart__buttons .wc-forward {
        margin: 0;
        padding: 1.1875rem 0
    }

        .rey-cartPanel .woocommerce-mini-cart__buttons .wc-forward.checkout {
            margin: .625rem 0 0;
            margin-left: 0
        }
}

.rey-cartPanel .woocommerce-mini-cart__buttons + .woocommerce-mini-cart__buttons {
    margin-top: 20px
}

.rey-cartPanel.--btns-inline .woocommerce-mini-cart__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

    .rey-cartPanel.--btns-inline .woocommerce-mini-cart__buttons .wc-forward {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0;
        padding: .875rem 0
    }

        .rey-cartPanel.--btns-inline .woocommerce-mini-cart__buttons .wc-forward.checkout {
            margin-left: 1.25rem
        }

.rey-cartPanel .woocommerce-mini-cart__empty-message {
    font-size: .8125rem
}

.rey-cartPanel .rey-cartPanel-continue {
    margin-top: 1.4em
}

.rey-cartPanel .rey-toggleCoupon {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 10px
}

    .rey-cartPanel .rey-toggleCoupon.--loading {
        opacity: .6;
        pointer-events: none
    }

    .rey-cartPanel .rey-toggleCoupon .rey-toggleCoupon-btn {
        font-size: 12px
    }

    .rey-cartPanel .rey-toggleCoupon .coupon {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .rey-cartPanel .rey-toggleCoupon .coupon label {
            display: none
        }

        .rey-cartPanel .rey-toggleCoupon .coupon .input-text {
            margin-right: 20px
        }

    .rey-cartPanel .rey-toggleCoupon .rey-toggleCoupon-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

.rey-cartPanel .rey-toggleCoupon-response .woocommerce-message, .rey-cartPanel .rey-toggleCoupon-response .woocommerce-error, .rey-cartPanel .rey-toggleCoupon-response .woocommerce-info {
    margin-top: 20px;
    padding: 10px;
    padding-left: 40px;
    font-size: 13px;
    margin-bottom: 0
}

    .rey-cartPanel .rey-toggleCoupon-response .woocommerce-message:before, .rey-cartPanel .rey-toggleCoupon-response .woocommerce-error:before, .rey-cartPanel .rey-toggleCoupon-response .woocommerce-info:before {
        font-size: 14px;
        left: .95em;
        top: calc(50% - .5em)
    }

.rey-cartPanel .woocommerce-remove-coupon {
    text-transform: initial;
    font-weight: 400
}

.rey-cartPanel .__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid HSL(var(--neutral-2))
}

.rey-cartPanel .__tab {
    padding-bottom: 1.25rem;
    padding-top: var(--cart-padding);
    color: HSL(var(--neutral-7));
    padding-left: .9375rem;
    padding-right: .9375rem;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    margin-bottom: -1px;
    border-bottom: 1px solid transparent
}

    .rey-cartPanel .__tab:hover {
        opacity: .9
    }

    .rey-cartPanel .__tab.--active {
        opacity: 1
    }

        .rey-cartPanel .__tab.--active:not(:only-child) {
            border-bottom-color: HSL(var(--neutral-5))
        }

    .rey-cartPanel .__tab:only-child {
        padding-left: 0
    }

.rey-cartPanel .__tab-content {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .rey-cartPanel .__tab-content.--active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .rey-cartPanel .__tab-content.--active > * {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

.rey-cartPanel .rey-cartPanel-header {
    position: relative;
    margin-bottom: 1.5625rem
}

    .rey-cartPanel .rey-cartPanel-header > .rey-cartPanel-title {
        padding-bottom: 1.25rem;
        padding-top: var(--cart-padding);
        color: HSL(var(--neutral-7));
        border-bottom: 1px solid HSL(var(--neutral-2))
    }

.rey-cartPanel .rey-cartPanel-title {
    font-size: .8125rem;
    font-weight: 500;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .rey-cartPanel .rey-cartPanel-title .__nb {
        font-size: 9px;
        font-weight: 800;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-left: .5em
    }

.rey-cartPanel-wrapper.rey-sidePanel {
    visibility: hidden;
    background-color: var(--header-cart-bgcolor,HSL(var(--neutral-0)));
    width: var(--header-cart-width);
    display: block
}

.--cart-active .rey-siteContent {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px)
}

@media (min-width:1025px) {
    .--cart-active .rey-siteContent {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px)
    }
}

.--cart-active.--fixed-summary .rey-siteContent {
    -webkit-transform: none !important;
    transform: none !important
}

.--cart-active .woocommerce-mini-cart-item {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

    .--cart-active .woocommerce-mini-cart-item:nth-child(1) {
        -webkit-transition-delay: 0.06s !important;
        transition-delay: 0.06s !important
    }

    .--cart-active .woocommerce-mini-cart-item:nth-child(2) {
        -webkit-transition-delay: 0.12s !important;
        transition-delay: 0.12s !important
    }

    .--cart-active .woocommerce-mini-cart-item:nth-child(3) {
        -webkit-transition-delay: 0.18s !important;
        transition-delay: 0.18s !important
    }

    .--cart-active .woocommerce-mini-cart-item:nth-child(4) {
        -webkit-transition-delay: 0.24s !important;
        transition-delay: 0.24s !important
    }

    .--cart-active .woocommerce-mini-cart-item:nth-child(5) {
        -webkit-transition-delay: 0.3s !important;
        transition-delay: 0.3s !important
    }

    .--cart-active .woocommerce-mini-cart-item:nth-child(6) {
        -webkit-transition-delay: 0.36s !important;
        transition-delay: 0.36s !important
    }

    .--cart-active .woocommerce-mini-cart-item:nth-child(7) {
        -webkit-transition-delay: 0.42s !important;
        transition-delay: 0.42s !important
    }

    .--cart-active .woocommerce-mini-cart-item:nth-child(8) {
        -webkit-transition-delay: 0.48s !important;
        transition-delay: 0.48s !important
    }

    .--cart-active .woocommerce-mini-cart-item:nth-child(9) {
        -webkit-transition-delay: 0.54s !important;
        transition-delay: 0.54s !important
    }

    .--cart-active .woocommerce-mini-cart-item:nth-child(10) {
        -webkit-transition-delay: 0.6s !important;
        transition-delay: 0.6s !important
    }

.--cart-active .rey-cartPanel-wrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.25);
    box-shadow: 0 0 20px rgba(0,0,0,.25)
}

.rey-crossSells-item {
    margin-top: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity 0.3s var(--easeoutcubic);
    transition: opacity 0.3s var(--easeoutcubic)
}

    .rey-crossSells-item.--loading {
        opacity: .6;
        pointer-events: none
    }

    .rey-crossSells-item:first-of-type {
        margin-top: 0
    }

    .rey-crossSells-item .rey-crossSells-itemThumb {
        max-width: 65px;
        margin-right: 20px
    }

        .rey-crossSells-item .rey-crossSells-itemThumb a > img, .rey-crossSells-item .rey-crossSells-itemThumb a > .attachment-woocommerce_thumbnail {
            display: block;
            max-width: 100%;
            height: auto
        }

    .rey-crossSells-item .rey-crossSells-itemContent .rey-brandLink {
        font-size: .625rem;
        text-transform: uppercase;
        margin-bottom: 10px;
        line-height: 1;
        font-weight: var(--font-weight-bold);
        display: block;
        color: HSL(var(--neutral-6))
    }

    .rey-crossSells-item .rey-crossSells-itemContent .rey-crossSells-itemTitle {
        font-size: 16px;
        margin-bottom: .5em
    }

    .rey-crossSells-item .rey-crossSells-itemContent .price {
        display: block;
        font-size: .8rem;
        font-weight: 600;
        margin-bottom: 1em
    }

        .rey-crossSells-item .rey-crossSells-itemContent .price ins {
            margin-left: .5em
        }

    .rey-crossSells-item .rey-crossSells-itemContent .btn, .rey-crossSells-item .rey-crossSells-itemContent .add_to_cart_button, .rey-crossSells-item .rey-crossSells-itemContent .rey-quickviewBtn {
        font-size: 11px
    }

    .rey-crossSells-item .rey-crossSells-itemContent .rey-productFooter-item {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: .5em
    }

    .rey-crossSells-item .rey-crossSells-itemContent .rey-productFooter-inner {
        line-height: 1
    }

    .rey-crossSells-item .rey-crossSells-itemContent .rey-quickviewBtn {
        display: none
    }

@media (min-width:1025px) {
    .rey-crossSells-item .rey-crossSells-itemContent .rey-quickviewBtn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.rey-crossSells-bubble {
    position: absolute;
    right: calc(100% + 20px);
    top: 6.5vh;
    width: 350px;
    background: HSL(var(--neutral-0));
    padding: 2rem
}

    .rey-crossSells-bubble:after {
        content: '';
        position: absolute;
        left: 100%;
        top: 15%;
        border: 10px solid transparent;
        border-left-color: HSL(var(--neutral-0))
    }

    .rey-crossSells-bubble .rey-crossSells-bubble-title {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 1.6em;
        text-transform: var(--h-text-transform)
    }

    .rey-crossSells-bubble .rey-crossSells-bubble-close {
        margin-top: 1.9rem;
        padding-top: .9em;
        padding-bottom: .9em
    }

    .rey-crossSells-bubble .splide__track {
        overflow: visible
    }

    .rey-crossSells-bubble .rey-crossSells-itemsWrapper {
        display: block
    }

.rey-crossSells-carousel.splide {
    padding-top: 30px;
    width: 100%
}

    .rey-crossSells-carousel.splide .rey-crossSells-carousel-title {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 1.5em;
        text-transform: var(--h-text-transform)
    }

    .rey-crossSells-carousel.splide .rey-crossSells-itemsWrapper {
        width: 100%
    }

    .rey-crossSells-carousel.splide .rey-crossSells-item {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin-top: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

        .rey-crossSells-carousel.splide .rey-crossSells-item .rey-crossSells-itemThumb {
            max-width: 85px;
            margin-right: 25px
        }

        .rey-crossSells-carousel.splide .rey-crossSells-item .rey-crossSells-itemContent {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

    .rey-crossSells-carousel.splide .__pagination {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 30px;
        right: 0
    }

        .rey-crossSells-carousel.splide .__pagination button {
            margin-left: 1em;
            line-height: 1;
            font-size: 6px;
            background: HSL(var(--neutral-3));
            width: 1em;
            height: 1em;
            border-radius: 50%;
            cursor: pointer
        }

            .rey-crossSells-carousel.splide .__pagination button:first-child {
                margin-left: 0
            }

        .rey-crossSells-carousel.splide .__pagination .is-active {
            background: HSL(var(--neutral-6))
        }

.rey-cartRecent-itemsWrapper {
    overflow: hidden;
    height: 100%
}

    .rey-cartRecent-itemsWrapper [data-ss-container] {
        height: 100%
    }

    .rey-cartRecent-itemsWrapper .ss-content {
        overflow-x: hidden
    }

.rey-cartRecent-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .rey-cartRecent-items .rey-cartRecent-item {
        padding-left: 20px;
        margin-bottom: 20px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .rey-cartRecent-items .rey-cartRecent-itemThumb {
        margin-bottom: 15px
    }

        .rey-cartRecent-items .rey-cartRecent-itemThumb img {
            display: block;
            max-width: 100%;
            height: auto
        }

        .rey-cartRecent-items .rey-cartRecent-itemThumb.--customImageContainerHeight {
            height: 180px;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            .rey-cartRecent-items .rey-cartRecent-itemThumb.--customImageContainerHeight .woocommerce-loop-product__link {
                display: block;
                width: 100%;
                height: 100%
            }

            .rey-cartRecent-items .rey-cartRecent-itemThumb.--customImageContainerHeight img {
                width: 100%;
                height: 100%;
                -o-object-fit: contain;
                object-fit: contain
            }

    .rey-cartRecent-items .rey-brandLink {
        font-size: .625rem;
        text-transform: uppercase;
        margin-bottom: 10px;
        line-height: 1;
        font-weight: var(--font-weight-bold);
        display: block;
        color: HSL(var(--neutral-6))
    }

    .rey-cartRecent-items .rey-cartRecent-itemTitle {
        font-size: .875rem;
        margin-bottom: .5em
    }

    .rey-cartRecent-items .price {
        display: block;
        font-size: .8rem;
        font-weight: 600;
        margin-bottom: 1em
    }

        .rey-cartRecent-items .price ins {
            margin-left: .5em
        }

        .rey-cartRecent-items .price span.rey-discount {
            display: inline-block;
            margin-left: 1em
        }

    .rey-cartRecent-items .btn, .rey-cartRecent-items .add_to_cart_button, .rey-cartRecent-items .rey-quickviewBtn {
        font-size: 11px
    }

    .rey-cartRecent-items .rey-quickviewBtn {
        display: none
    }

@media (min-width:1025px) {
    .rey-cartRecent-items .rey-quickviewBtn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.rey-cartShippingBar {
    --bar-color: var(--accent-color);
    --border-radius: 2px;
    text-align: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 35px
}

    .rey-cartShippingBar .__text {
        font-weight: 600;
        margin-bottom: .4em;
        font-size: .9rem
    }

    .rey-cartShippingBar .__bar {
        width: 100%;
        color: var(--bar-color);
        background-color: transparent;
        -webkit-box-shadow: 0 0 0 1px currentColor;
        box-shadow: 0 0 0 1px currentColor;
        height: 5px;
        border-radius: var(--border-radius)
    }

        .rey-cartShippingBar .__bar:before {
            content: '';
            display: block;
            background: currentColor;
            width: var(--bar-perc,100%);
            height: 100%;
            border-radius: var(--border-radius)
        }

.rey-sidePanel {
    background: HSL(var(--neutral-0));
    height: var(--full-vp-height);
    opacity: .7;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    -webkit-transition-property: opacity,visibility,-webkit-transform;
    transition-property: opacity,visibility,-webkit-transform;
    transition-property: opacity,visibility,transform;
    transition-property: opacity,visibility,transform,-webkit-transform;
    display: none;
    will-change: opacity,transform
}

@media (max-width:1024px),(max-height:768px) {
    .rey-sidePanel {
        --full-vp-height: 100%
    }
}

@media (orientation:portrait) and (max-width:1024px) {
    .rey-sidePanel {
        --full-vp-height: 100%
    }
}

.admin-bar .rey-sidePanel {
    top: var(--admin-bar);
    height: calc(var(--full-vp-height) - var(--admin-bar))
}

@media (min-width:1025px) {
    .admin-bar .rey-stickyContent .rey-sidePanel {
        top: 0;
        height: var(--full-vp-height)
    }
}

.rey-sidePanel > .ss-container {
    height: 100%
}

.rey-sidePanel-close {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding: .125rem;
    z-index: 1050;
    pointer-events: none
}

    .rey-sidePanel-close .rey-icon {
        font-size: .875rem;
        display: block;
        -webkit-transition: opacity 0.3s var(--easeoutcubic),-webkit-transform 0.3s var(--easeoutcubic);
        transition: opacity 0.3s var(--easeoutcubic),-webkit-transform 0.3s var(--easeoutcubic);
        transition: opacity 0.3s var(--easeoutcubic),transform 0.3s var(--easeoutcubic);
        transition: opacity 0.3s var(--easeoutcubic),transform 0.3s var(--easeoutcubic),-webkit-transform 0.3s var(--easeoutcubic);
        -webkit-transition-delay: 0.45s;
        transition-delay: 0.45s;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        opacity: 0
    }

.--side-panel-active .rey-sidePanel-close {
    pointer-events: auto
}

.woocommerce-js .rey-siteContent {
    -webkit-transition: -webkit-transform 0.5s var(--easeoutcubic);
    transition: -webkit-transform 0.5s var(--easeoutcubic);
    transition: transform 0.5s var(--easeoutcubic);
    transition: transform 0.5s var(--easeoutcubic),-webkit-transform 0.5s var(--easeoutcubic)
}

@media (max-width:1024px) {
    .--side-panel-active {
        overflow: hidden;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,.25);
        box-shadow: 0 0 20px rgba(0,0,0,.25)
    }
}

.--side-panel-active .rey-sidePanel-close .rey-icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.--side-panel-active .rey-overlay {
    z-index: 1060
}

.rey-headerAccount {
    position: relative
}

.header-account--active .rey-headerAccount {
    z-index: 1020
}

.rey-headerAccount .rey-headerIcon-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rey-headerAccount .rey-headerAccount-btnText {
    display: none
}

.rey-headerAccount .__icon {
    top: 0;
    vertical-align: top;
    -webkit-transition: opacity 0.3s var(--easeoutcubic),-webkit-transform 0.3s var(--easeoutcubic);
    transition: opacity 0.3s var(--easeoutcubic),-webkit-transform 0.3s var(--easeoutcubic);
    transition: opacity 0.3s var(--easeoutcubic),transform 0.3s var(--easeoutcubic);
    transition: opacity 0.3s var(--easeoutcubic),transform 0.3s var(--easeoutcubic),-webkit-transform 0.3s var(--easeoutcubic);
    font-size: var(--icon-size,1.25rem)
}

    .rey-headerAccount .__icon i, .rey-headerAccount .__icon svg {
        font-size: inherit;
        display: block
    }

    .rey-headerAccount .__icon svg {
        fill: currentColor;
        height: 1em;
        position: relative;
        width: 1em
    }

@media (min-width:1025px) {
    .rey-headerAccount .rey-headerAccount-btn--text .rey-headerAccount-btnText {
        display: inline-block
    }
}

@media (min-width:1025px) {
    .rey-headerAccount .rey-headerAccount-btn--text .rey-headerAccount-btnIcon {
        display: none
    }
}

.rey-headerAccount .rey-headerAccount-btn--both_above {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:1025px) {
    .rey-headerAccount .rey-headerAccount-btn--both_above .rey-headerAccount-btnText {
        margin-top: var(--icon-distance,.4em);
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

.rey-headerAccount .rey-headerAccount-btn--both_before .rey-headerAccount-btnText {
    margin-left: var(--icon-distance,.5em)
}

@media (min-width:1025px) {
    .rey-headerAccount .rey-headerAccount-btn--both_before .rey-headerAccount-btnText {
        display: inline-block
    }
}

.rey-headerAccount .rey-headerAccount-btn--both_after .rey-headerAccount-btnText {
    margin-right: var(--icon-distance,.6em)
}

@media (min-width:1025px) {
    .rey-headerAccount .rey-headerAccount-btn--both_after .rey-headerAccount-btnText {
        display: inline-block
    }
}

.rey-headerAccount .rey-headerAccount-count {
    font-size: 9px;
    vertical-align: top;
    margin-left: .2em;
    display: inline-block;
    position: relative;
    color: inherit;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    -ms-flex-item-align: start;
    align-self: flex-start
}

    .rey-headerAccount .rey-headerAccount-count .wishlist_products_counter {
        display: none;
        -webkit-transition: opacity 0.3s var(--easeoutcubic);
        transition: opacity 0.3s var(--easeoutcubic);
        color: inherit
    }

        .rey-headerAccount .rey-headerAccount-count .wishlist_products_counter.wishlist-counter-with-products {
            display: block
        }

    .rey-headerAccount .rey-headerAccount-count .rey-wishlistCounter-number {
        -webkit-transition: opacity 0.3s var(--easeoutcubic);
        transition: opacity 0.3s var(--easeoutcubic);
        color: inherit
    }

        .rey-headerAccount .rey-headerAccount-count .rey-wishlistCounter-number.--empty {
            display: none
        }

    .rey-headerAccount .rey-headerAccount-count .rey-headerAccount-closeIcon {
        opacity: 0;
        top: 0;
        left: 0;
        position: absolute;
        -webkit-transition: opacity 0.3s var(--easeoutcubic);
        transition: opacity 0.3s var(--easeoutcubic)
    }

        .rey-headerAccount .rey-headerAccount-count .rey-headerAccount-closeIcon svg {
            font-size: 7px
        }

.rey-accountPanel-wrapper.--layout-drop {
    display: none
}

.rey-accountPanel-title {
    font-size: .875rem;
    color: HSL(var(--neutral-7));
    margin-bottom: 2.5rem;
    text-transform: var(--h-text-transform);
    position: relative
}

.rey-accountPanel-wrapper.--layout-drop {
    display: none;
    padding: 0;
    left: -200vw;
    opacity: 0;
    visibility: hidden;
    padding-top: var(--submenus-padding);
    padding-bottom: 10px;
    position: absolute;
    top: calc(50% + (var(--header-default--height) / 2));
    z-index: 1020;
    -webkit-transition: 0.6s var(--easeoutcubic);
    transition: 0.6s var(--easeoutcubic);
    -webkit-transition-property: opacity,padding-bottom,visibility;
    transition-property: opacity,padding-bottom,visibility;
    position: fixed;
    top: -100vh;
    padding: 2.5rem 1.875rem 1.875rem;
    z-index: 1060;
    margin-top: 1rem
}

    .rey-accountPanel-wrapper.--layout-drop:before {
        content: "";
        -webkit-box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.09);
        box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.09);
        background-color: var(--body-bg-color);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

@media (min-width:1025px) {
    .rey-accountPanel-wrapper.--layout-drop {
        padding-left: 3.125rem;
        padding-right: 3.125rem
    }
}

.rey-accountPanel-wrapper.--layout-drop:after {
    display: none
}

.rey-accountPanel-wrapper.--layout-drop.--from-right {
    left: auto;
    right: 0
}

.header-account--active {
    z-index: 1050
}

    .header-account--active .rey-accountPanel-wrapper.--layout-drop {
        padding-bottom: var(--submenus-padding);
        opacity: 1;
        visibility: visible;
        left: 0;
        left: auto
    }

        .header-account--active .rey-accountPanel-wrapper.--layout-drop > .menu-item > a span {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

@media (max-width:767px) {
    .header-account--active .rey-accountPanel-wrapper.--layout-drop {
        width: 90vw;
        left: 5vw
    }
}

.header-account--active .rey-accountPanel-wrapper.--layout-offcanvas {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.header-account--active .rey-headerAccount .rey-headerIcon-btn .wishlist_products_counter, .header-account--active .rey-headerAccount .rey-headerIcon-btn .rey-wishlistCounter-number {
    opacity: 0
}

.header-account--active .rey-headerAccount .rey-headerAccount-count .rey-headerAccount-closeIcon {
    opacity: 1
}

.header-account--active .woocommerce-MyAccount-navigation li a {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.rey-accountPanel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .rey-accountPanel .woocommerce-MyAccount-navigation {
        margin-bottom: 0
    }

    .rey-accountPanel .woocommerce-MyAccount-navigation-wrapper {
        min-width: 170px;
        margin-bottom: 30px
    }

        .rey-accountPanel .woocommerce-MyAccount-navigation-wrapper ul {
            list-style: none;
            margin: 0;
            padding: 0;
            text-transform: var(--h-text-transform);
            letter-spacing: 1px;
            font-size: .75rem
        }

        .rey-accountPanel .woocommerce-MyAccount-navigation-wrapper li {
            margin-bottom: 8px;
            overflow: hidden
        }

            .rey-accountPanel .woocommerce-MyAccount-navigation-wrapper li.is-active {
                font-weight: var(--font-weight-bold)
            }

        .rey-accountPanel .woocommerce-MyAccount-navigation-wrapper .woocommerce-MyAccount-navigation.--custom:not(.--merged) {
            margin-top: 20px
        }

        .rey-accountPanel .woocommerce-MyAccount-navigation-wrapper .acc-count {
            font-size: 8px;
            vertical-align: top;
            font-weight: var(--font-weight-bold)
        }

        .rey-accountPanel .woocommerce-MyAccount-navigation-wrapper a {
            display: block;
            -webkit-transform: translateY(110%);
            transform: translateY(110%);
            -webkit-transition: -webkit-transform 0.3s var(--easeoutcubic);
            transition: -webkit-transform 0.3s var(--easeoutcubic);
            transition: transform 0.3s var(--easeoutcubic);
            transition: transform 0.3s var(--easeoutcubic),-webkit-transform 0.3s var(--easeoutcubic)
        }

        .rey-accountPanel .woocommerce-MyAccount-navigation-wrapper li:nth-child(2) a {
            -webkit-transition-delay: 0.04s;
            transition-delay: 0.04s
        }

        .rey-accountPanel .woocommerce-MyAccount-navigation-wrapper li:nth-child(3) a {
            -webkit-transition-delay: 0.06s;
            transition-delay: 0.06s
        }

        .rey-accountPanel .woocommerce-MyAccount-navigation-wrapper li:nth-child(4) a {
            -webkit-transition-delay: 0.08s;
            transition-delay: 0.08s
        }

        .rey-accountPanel .woocommerce-MyAccount-navigation-wrapper li:nth-child(5) a {
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s
        }

        .rey-accountPanel .woocommerce-MyAccount-navigation-wrapper li:nth-child(6) a {
            -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s
        }

        .rey-accountPanel .woocommerce-MyAccount-navigation-wrapper li:nth-child(7) a {
            -webkit-transition-delay: 0.14s;
            transition-delay: 0.14s
        }

        .rey-accountPanel .woocommerce-MyAccount-navigation-wrapper li:nth-child(8) a {
            -webkit-transition-delay: 0.16s;
            transition-delay: 0.16s
        }

.--layout-offcanvas .rey-accountPanel {
    --panel-padding: 25px;
    padding: var(--panel-padding);
    font-size: 1rem;
    height: calc(100% - var(--admin-bar));
    height: 100%;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: opacity 0.5s var(--easeoutcubic);
    transition: opacity 0.5s var(--easeoutcubic);
    overflow: auto
}

@media (min-width:1025px) {
    .--layout-offcanvas .rey-accountPanel {
        --panel-padding: 40px
    }
}

.--layout-offcanvas .rey-accountPanel .rey-sidePanel-close {
    top: var(--panel-padding);
    right: var(--panel-padding)
}

    .--layout-offcanvas .rey-accountPanel .rey-sidePanel-close:hover {
        color: inherit
    }

.--layout-offcanvas .rey-accountPanel .rey-accountPanel-title, .--layout-offcanvas .rey-accountPanel .rey-wishlistPanel-title {
    font-weight: 600;
    margin-bottom: 2rem
}

.rey-accountForms {
    position: relative;
    width: 100%
}

@media (min-width:768px) {
    .rey-accountPanel .rey-accountForms {
        width: 400px
    }
}

.rey-accountForms.--loading {
    pointer-events: none
}

    .rey-accountForms.--loading .--active {
        opacity: .5
    }

.--layout-offcanvas .rey-accountForms {
    margin-bottom: 30px
}

.rey-accountPanel-form {
    display: none;
    font-size: .875rem;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

    .rey-accountPanel-form.--active {
        display: block
    }

    .rey-accountPanel-form .rey-form-row--text {
        margin-left: 0;
        margin-right: 0
    }

.rey-accountForms-response {
    max-width: 300px;
    font-size: 12px
}

    .rey-accountForms-response.--forgot .woocommerce-message {
        margin-bottom: 20px
    }

@media (min-width:1025px) {
    .rey-accountForms-notice .woocommerce-message, .rey-accountForms-notice .woocommerce-error, .rey-accountForms-notice .woocommerce-info, .rey-accountForms-response .woocommerce-message, .rey-accountForms-response .woocommerce-error, .rey-accountForms-response .woocommerce-info {
        padding: 15px 10px 15px 40px;
        font-size: 12px;
        margin-bottom: 0
    }

        .rey-accountForms-notice .woocommerce-message:before, .rey-accountForms-notice .woocommerce-error:before, .rey-accountForms-notice .woocommerce-info:before, .rey-accountForms-response .woocommerce-message:before, .rey-accountForms-response .woocommerce-error:before, .rey-accountForms-response .woocommerce-info:before {
            font-size: 12px;
            left: 1.3em;
            top: calc(50% - 6px)
        }
}

.rey-accountForms-notice.--filled + .rey-accountForms-links, .rey-accountForms-response.--filled + .rey-accountForms-links {
    margin-top: 20px
}

.rey-accountForms-links {
    margin-top: 40px
}

    .rey-accountForms-links .btn {
        text-transform: uppercase;
        color: HSL(var(--neutral-5))
    }

@media (max-width:767px) {
    .rey-accountForms-links .btn {
        font-size: 11px
    }
}

.rey-accountForms-links .btn:hover {
    color: HSL(var(--neutral-6))
}

.rey-registerForm .woocommerce-privacy-policy-text {
    font-size: 12px
}

.rey-wishlistPanel-title, .rey-accountPanel-title {
    font-size: .875rem;
    color: HSL(var(--neutral-7));
    margin-bottom: 2.5rem;
    text-transform: var(--h-text-transform);
    position: relative
}

    .rey-wishlistPanel-title .rey-wishlistCounter-number, .rey-accountPanel-title .rey-wishlistCounter-number {
        margin-left: .6em;
        display: inline-block
    }

    .rey-wishlistPanel-title .wishlist_products_counter, .rey-accountPanel-title .wishlist_products_counter {
        margin-left: .5em
    }

.rey-accountWishlist-wrapper {
    position: relative;
    display: none
}

@media (min-width:1025px) {
    .rey-accountWishlist-wrapper {
        display: block
    }
}

.rey-accountWishlist-wrapper:not(:only-child) {
    padding-right: 100px
}

    .rey-accountWishlist-wrapper:not(:only-child):before {
        content: "";
        position: absolute;
        right: 50px;
        top: 0;
        height: 100%;
        width: 1px;
        background-color: HSL(var(--neutral-1))
    }

.header-account--active .rey-accountWishlist-wrapper .rey-wishlistPanel-container.--loaded .rey-wishlistItem {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.--layout-offcanvas .rey-accountWishlist-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    padding-right: 0
}

    .--layout-offcanvas .rey-accountWishlist-wrapper:before {
        display: none
    }

    .--layout-offcanvas .rey-accountWishlist-wrapper .rey-wishlistPanel-container {
        --item-width: 50%
    }

.rey-wishlistPanel-container {
    --item-width: 200px;
    position: relative;
    width: 100%;
    -webkit-transition: width 0.2s var(--easeoutcubic);
    transition: width 0.2s var(--easeoutcubic);
    overflow: hidden;
    min-height: 30px
}

    .rey-wishlistPanel-container.--empty {
        height: auto !important
    }

    .rey-wishlistPanel-container .rey-lineLoader {
        position: absolute;
        left: calc(50% - 50px);
        top: 30%;
        opacity: 0;
        visibility: hidden;
        color: inherit
    }

    .rey-wishlistPanel-container .wishlist_products_counter {
        margin: 0 2px;
        display: none
    }

        .rey-wishlistPanel-container .wishlist_products_counter.wishlist-counter-with-products {
            display: initial
        }

        .rey-wishlistPanel-container .wishlist_products_counter .wishlist_products_counter_text, .rey-wishlistPanel-container .wishlist_products_counter:before {
            display: none !important
        }

.--layout-drop .rey-wishlistPanel-container {
    height: 300px
}

@media (min-width:768px) {
    .--layout-drop .rey-wishlistPanel-container {
        width: var(--item-width)
    }
}

.--layout-offcanvas .rey-wishlistPanel-container {
    height: auto;
    min-height: 100px
}

.rey-wishlistPanel {
    font-size: .75rem;
    height: 100%
}

    .rey-wishlistPanel::after {
        display: block;
        clear: both;
        content: ""
    }

    .rey-wishlistPanel > p {
        color: HSL(var(--neutral-5))
    }

    .rey-wishlistPanel.--loading + .rey-lineLoader {
        opacity: .3;
        visibility: visible
    }

.rey-wishlistItem {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 0.25s var(--easeoutcubic),-webkit-transform 0.25s var(--easeoutcubic);
    transition: opacity 0.25s var(--easeoutcubic),-webkit-transform 0.25s var(--easeoutcubic);
    transition: opacity 0.25s var(--easeoutcubic),transform 0.25s var(--easeoutcubic);
    transition: opacity 0.25s var(--easeoutcubic),transform 0.25s var(--easeoutcubic),-webkit-transform 0.25s var(--easeoutcubic)
}

.rey-wishlistItem-thumbnail img {
    max-width: 100%;
    height: auto
}

.rey-wishlistItem-thumbnail .rey-productThumbnail__second {
    display: none
}

.rey-wishlistItem-name > a {
    display: block;
    font-weight: var(--font-weight-bold);
    margin-bottom: 5px
}

.rey-wishlistItem-name .variation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
}

    .rey-wishlistItem-name .variation dd {
        margin-bottom: 0
    }

.rey-wishlistItem-price {
    font-size: .75rem;
    font-weight: 500
}

    .rey-wishlistItem-price ins {
        text-decoration: none;
        margin-left: 5px;
        font-weight: var(--font-weight-bold)
    }

    .rey-wishlistItem-price .rey-priceItem {
        margin-left: .5em
    }

.rey-wishlistItem-atc .button[data-product_id] {
    padding: .5em;
    background: none;
    line-height: 1;
    font-size: 14px;
    color: inherit;
    opacity: .4;
    border: 1px solid currentColor;
    display: block
}

    .rey-wishlistItem-atc .button[data-product_id]:hover {
        opacity: .7;
        background: none;
        color: inherit
    }

.rey-wishlistItem-atc svg {
    display: block;
    font-size: inherit
}

.rey-wishlistItem-atc span {
    display: none
}

.rey-wishlistItem .rey-wishlistItem-remove {
    display: none;
    font-size: 10px;
    width: 1em;
    height: 1em;
    line-height: 1em;
    background-color: var(--background-color,#fff);
    color: var(--color,#000);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    border-radius: 3px;
    padding: .6em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 1.2em;
    right: 1.2em
}

body.rey-wishlist .rey-wishlistItem .rey-wishlistItem-remove {
    display: block
}

.rey-wishlistItem .rey-wishlistItem-remove:hover {
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.4);
    box-shadow: 0 2px 5px rgba(0,0,0,.4)
}

.rey-wishlistItem .rey-wishlistItem-remove svg {
    display: block;
    font-size: inherit
}

.rey-wishlistItem:hover .rey-wishlistItem-remove {
    visibility: visible;
    opacity: 1
}

.rey-wishlistPanel-container .rey-wishlistItem .rey-wishlistItem-thumbnail.--customImageContainerHeight {
    --woocommerce-custom-image-height: 130px;
    height: var(--woocommerce-custom-image-height);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .rey-wishlistPanel-container .rey-wishlistItem .rey-wishlistItem-thumbnail.--customImageContainerHeight .rey-wishlistItem-thumbnailLink {
        display: block;
        width: 100%;
        height: 100%
    }

    .rey-wishlistPanel-container .rey-wishlistItem .rey-wishlistItem-thumbnail.--customImageContainerHeight img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.rey-wishlistPanel-container.--prod-grid .rey-wishlistItem {
    width: var(--item-width);
    margin-top: 25px
}

    .rey-wishlistPanel-container.--prod-grid .rey-wishlistItem::after {
        display: block;
        clear: both;
        content: ""
    }

    .rey-wishlistPanel-container.--prod-grid .rey-wishlistItem:only-child {
        margin-top: 0
    }

    .rey-wishlistPanel-container.--prod-grid .rey-wishlistItem .rey-wishlistItem-thumbnail {
        margin-bottom: 15px
    }

    .rey-wishlistPanel-container.--prod-grid .rey-wishlistItem .rey-wishlistItem-name {
        font-size: .6875rem;
        padding-right: 40px
    }

    .rey-wishlistPanel-container.--prod-grid .rey-wishlistItem .rey-wishlistItem-price {
        font-size: .75rem;
        padding-right: 40px
    }

    .rey-wishlistPanel-container.--prod-grid .rey-wishlistItem .rey-wishlistItem-atc {
        position: absolute;
        bottom: .7em;
        right: 0
    }

.rey-wishlistPanel-container.--prod-grid.--is-large {
    width: 100%
}

@media (min-width:768px) {
    .--layout-drop .rey-wishlistPanel-container.--prod-grid.--is-large {
        width: calc((var(--item-width) * 2) + 30px)
    }
}

.rey-wishlistPanel-container.--prod-grid.--is-large .rey-wishlistItem {
    margin-left: 30px;
    width: calc(50% - 15px);
    float: left
}

    .rey-wishlistPanel-container.--prod-grid.--is-large .rey-wishlistItem:first-child, .rey-wishlistPanel-container.--prod-grid.--is-large .rey-wishlistItem:nth-child(2n+1) {
        margin-left: 0;
        clear: both
    }

    .rey-wishlistPanel-container.--prod-grid.--is-large .rey-wishlistItem:nth-child(1), .rey-wishlistPanel-container.--prod-grid.--is-large .rey-wishlistItem:nth-child(2) {
        margin-top: 0
    }

.rey-wishlistPanel-container.--prod-list {
    width: 100%
}

@media (min-width:768px) {
    .rey-wishlistPanel-container.--prod-list {
        width: 400px
    }
}

.rey-wishlistPanel-container.--prod-list .rey-wishlistItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid HSLa(var(--neutral-10),.05)
}

    .rey-wishlistPanel-container.--prod-list .rey-wishlistItem:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: 0
    }

    .rey-wishlistPanel-container.--prod-list .rey-wishlistItem .rey-wishlistItem-thumbnail {
        position: relative;
        max-width: 60px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 20px
    }

        .rey-wishlistPanel-container.--prod-list .rey-wishlistItem .rey-wishlistItem-thumbnail.--customImageContainerHeight {
            --woocommerce-custom-image-height: 80px
        }

    .rey-wishlistPanel-container.--prod-list .rey-wishlistItem .rey-wishlistItem-name {
        font-size: .8125rem
    }

    .rey-wishlistPanel-container.--prod-list .rey-wishlistItem .rey-wishlistItem-price {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: .8125rem;
        margin-left: auto
    }

    .rey-wishlistPanel-container.--prod-list .rey-wishlistItem .rey-wishlistItem-atc {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: auto
    }

    .rey-wishlistPanel-container.--prod-list .rey-wishlistItem .rey-wishlistItem-remove {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0
    }

        .rey-wishlistPanel-container.--prod-list .rey-wishlistItem .rey-wishlistItem-remove:hover {
            opacity: .7
        }

.elementor-1108 .elementor-element.elementor-element-3966b4f9 {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #f4f4f4;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 80px
}

    .elementor-1108 .elementor-element.elementor-element-3966b4f9 > .elementor-background-overlay {
        transition: background 0.3s,border-radius 0.3s,opacity 0.3s
    }

.elementor-1108 .elementor-element.elementor-element-18a97201 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0
}

.elementor-1108 .elementor-element.elementor-element-30a595b4 .elementor-heading-title {
    color: #232323;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .2px
}

.elementor-1108 .elementor-element.elementor-element-30a595b4 > .elementor-widget-container {
    padding: 30px 0 50px 0
}

.rey-newsletterForm input[placeholder]::-webkit-input-placeholder {
    color: currentColor;
    opacity: .5
}

.rey-newsletterForm input[placeholder]:-ms-input-placeholder {
    color: currentColor;
    opacity: .5
}

.rey-newsletterForm input[placeholder]::-moz-placeholder {
    color: currentColor;
    opacity: .5
}

.rey-newsletterForm input[placeholder]::-ms-input-placeholder {
    color: currentColor;
    opacity: .5
}

.rey-newsletterForm input[placeholder]::placeholder {
    color: currentColor;
    opacity: .5
}

.rey-newsletterForm.rey-nlForm--inline-basic .mc4wp-form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .rey-newsletterForm.rey-nlForm--inline-basic .mc4wp-form-fields > p:first-child, .rey-newsletterForm.rey-nlForm--inline-basic .mc4wp-form-fields > div:first-child {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

.rey-newsletterForm.rey-nlForm--inline-basic p {
    margin: 0
}

.rey-newsletterForm.rey-nlForm--inline-basic input[type="email"] {
    background-color: transparent;
    border: 0
}

    .rey-newsletterForm.rey-nlForm--inline-basic input[type="email"], .rey-newsletterForm.rey-nlForm--inline-basic input[type="email"]:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none
    }

.rey-newsletterForm.rey-nlForm--inline-basic input[type="submit"] {
    margin-right: 10px;
    display: block
}

.rey-newsletterForm.rey-nlForm--rows-basic p {
    margin: 0
}

.rey-newsletterForm.rey-nlForm--rows-basic input[type="email"] {
    background-color: #fff;
    border-radius: 2px;
    border-width: 0;
    border-style: solid;
    height: 40px
}

    .rey-newsletterForm.rey-nlForm--rows-basic input[type="email"], .rey-newsletterForm.rey-nlForm--rows-basic input[type="email"]:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none
    }

.rey-newsletterForm.rey-nlForm--rows-basic input[type="submit"] {
    display: block;
    text-align: center;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    color: #fff;
    background: #000
}

    .rey-newsletterForm.rey-nlForm--rows-basic input[type="submit"] .--btn-block-yes {
        width: 100% !important
    }

.rey-newsletterForm .mc4wp-response {
    font-size: 12px;
    margin-top: 10px
}

@font-face {
    font-display: swap;
    font-family: "WooCommerce";
    src: url(../../../plugins/woocommerce/assets/fonts/WooCommerce.eot);
    src: url("../../../plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"),url(../../../plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(../../../plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"),url("../../../plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
    font-weight: 400;
    font-style: normal
}

.woocommerce .cart .woocommerce-message .button, .woocommerce .cart .woocommerce-error .button, .woocommerce .cart .woocommerce-info .button, .woocommerce-page .cart .woocommerce-message .button, .woocommerce-page .cart .woocommerce-error .button, .woocommerce-page .cart .woocommerce-info .button {
    float: right
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .woocommerce .col2-set .no-gutters, .woocommerce-page .col2-set .no-gutters {
        margin-right: 0;
        margin-left: 0
    }

        .woocommerce .col2-set .no-gutters > .col, .woocommerce .col2-set .no-gutters > [class*="col-"], .woocommerce-page .col2-set .no-gutters > .col, .woocommerce-page .col2-set .no-gutters > [class*="col-"] {
            padding-right: 0;
            padding-left: 0
        }

    .woocommerce .col2-set [class*="col-"], .woocommerce-page .col2-set [class*="col-"] {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 20px
    }

@media (min-width:1025px) {
    .woocommerce .col2-set [class*="col-"], .woocommerce-page .col2-set [class*="col-"] {
        -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-bottom: 0
    }
}

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%
}

    .woocommerce img.pswp__img, .woocommerce-page img.pswp__img {
        max-width: none !important
    }

@media (min-width:1025px) {
    .woocommerce div.product .rey-productSummary, .woocommerce-page div.product .rey-productSummary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.woocommerce div.product .rey-innerSummary, .woocommerce-page div.product .rey-innerSummary {
    position: relative
}

.woocommerce div.product div.images, .woocommerce-page div.product div.images {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.woocommerce div.product div.thumbnails, .woocommerce-page div.product div.thumbnails {
    *zoom: 1
}

    .woocommerce div.product div.thumbnails::before, .woocommerce div.product div.thumbnails::after, .woocommerce-page div.product div.thumbnails::before, .woocommerce-page div.product div.thumbnails::after {
        content: " ";
        display: table
    }

    .woocommerce div.product div.thumbnails::after, .woocommerce-page div.product div.thumbnails::after {
        clear: both
    }

    .woocommerce div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
        float: left;
        width: 30.75%;
        margin-right: 3.8%;
        margin-bottom: 1em
    }

        .woocommerce div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last {
            margin-right: 0
        }

        .woocommerce div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first {
            clear: both
        }

    .woocommerce div.product div.thumbnails.columns-1 a, .woocommerce-page div.product div.thumbnails.columns-1 a {
        width: 100%;
        margin-right: 0;
        float: none
    }

    .woocommerce div.product div.thumbnails.columns-2 a, .woocommerce-page div.product div.thumbnails.columns-2 a {
        width: 48%
    }

    .woocommerce div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a {
        width: 22.05%
    }

    .woocommerce div.product div.thumbnails.columns-5 a, .woocommerce-page div.product div.thumbnails.columns-5 a {
        width: 16.9%
    }

.woocommerce div.product #reviews .comment, .woocommerce-page div.product #reviews .comment {
    *zoom: 1
}

    .woocommerce div.product #reviews .comment::before, .woocommerce div.product #reviews .comment::after, .woocommerce-page div.product #reviews .comment::before, .woocommerce-page div.product #reviews .comment::after {
        content: " ";
        display: table
    }

    .woocommerce div.product #reviews .comment::after, .woocommerce-page div.product #reviews .comment::after {
        clear: both
    }

    .woocommerce div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img {
        float: right;
        height: auto
    }

@media (min-width:1025px) {
    .woocommerce.single-skin--default div.product div.images, .woocommerce-page.single-skin--default div.product div.images {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - (var(--woocommerce-summary-size) + var(--woocommerce-summary-margin)));
        flex: 0 1 calc(100% - (var(--woocommerce-summary-size) + var(--woocommerce-summary-margin)));
        max-width: calc(100% - (var(--woocommerce-summary-size) + var(--woocommerce-summary-margin)))
    }
}

@media (min-width:1025px) {
    .woocommerce.single-skin--default div.product div.summary, .woocommerce-page.single-skin--default div.product div.summary {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--woocommerce-summary-size);
        flex: 0 0 var(--woocommerce-summary-size);
        max-width: var(--woocommerce-summary-size)
    }
}

@media (min-width:1025px) {
    .woocommerce.single-skin--default div.product.--reversed div.images, .woocommerce-page.single-skin--default div.product.--reversed div.images {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.woocommerce ul.products, .woocommerce-page ul.products {
    margin: 0 calc(-1 * (var(--woocommerce-products-gutter) / 2));
    margin-top: calc(-1 * ((var(--woocommerce-products-gutter) * var(--woocommerce-products-gutter-topFactor))/2));
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:1025px) {
    .woocommerce ul.products.--no-margins, .woocommerce ul.products.--no-margins li.product, .woocommerce-page ul.products.--no-margins, .woocommerce-page ul.products.--no-margins li.product {
        margin-top: 0;
        margin-bottom: 0
    }
}

.woocommerce ul.products.splide__list, .woocommerce-page ul.products.splide__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    position: relative;
    width: 100%;
    padding-right: calc(var(--woocommerce-products-gutter) / 2);
    padding-left: calc(var(--woocommerce-products-gutter) / 2);
    margin-top: calc((var(--woocommerce-products-gutter) * var(--woocommerce-products-gutter-topFactor))/2);
    margin-bottom: calc((var(--woocommerce-products-gutter) * var(--woocommerce-products-gutter-topFactor))/2)
}

    .woocommerce ul.products li.product.splide__slide, .woocommerce-page ul.products li.product.splide__slide {
        margin-top: 0;
        -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
        padding-right: 0;
        padding-left: 0;
        margin-right: var(--woocommerce-products-gutter);
        width: calc((100% - (var(--woocommerce-products-gutter) * (var(--woocommerce-grid-columns, 4) - 1))) / var(--woocommerce-grid-columns, 4))
    }

.woocommerce ul.products.--splide-markup {
    margin-top: 0
}

    .woocommerce ul.products.--splide-markup li.product {
        margin-top: 0
    }

        .woocommerce ul.products.--splide-markup li.product:not(:first-child) {
            display: none
        }

.woocommerce .splide:not(.is-active) ul.products .product.splide__slide {
    margin-right: var(--woocommerce-products-gutter)
}

.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (max-width:767px) {
    .woocommerce ul.products.columns-mobile-1 li.product, .woocommerce-page ul.products.columns-mobile-1 li.product {
        --size: calc(100% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-mobile-1 ul.products li.product, .woocommerce-page ul.products.columns-mobile-1 ul.products li.product {
        --size: calc(100% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-mobile-2 li.product, .woocommerce-page ul.products.columns-mobile-2 li.product {
        --size: calc(50% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-mobile-2 ul.products li.product, .woocommerce-page ul.products.columns-mobile-2 ul.products li.product {
        --size: calc(50% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-mobile-3 li.product, .woocommerce-page ul.products.columns-mobile-3 li.product {
        --size: calc(33.333333% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-mobile-3 ul.products li.product, .woocommerce-page ul.products.columns-mobile-3 ul.products li.product {
        --size: calc(33.333333% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .woocommerce ul.products.columns-tablet-1 li.product, .woocommerce-page ul.products.columns-tablet-1 li.product {
        --size: calc(100% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-tablet-1 ul.products li.product, .woocommerce-page ul.products.columns-tablet-1 ul.products li.product {
        --size: calc(100% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-tablet-2 li.product, .woocommerce-page ul.products.columns-tablet-2 li.product {
        --size: calc(50% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-tablet-2 ul.products li.product, .woocommerce-page ul.products.columns-tablet-2 ul.products li.product {
        --size: calc(50% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-tablet-3 li.product, .woocommerce-page ul.products.columns-tablet-3 li.product {
        --size: calc(33.333333% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-tablet-3 ul.products li.product, .woocommerce-page ul.products.columns-tablet-3 ul.products li.product {
        --size: calc(33.333333% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-tablet-4 li.product, .woocommerce-page ul.products.columns-tablet-4 li.product {
        --size: calc(25% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-tablet-4 ul.products li.product, .woocommerce-page ul.products.columns-tablet-4 ul.products li.product {
        --size: calc(25% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }
}

@media (min-width:1025px) {
    .woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
        --size: calc(50% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-2 ul.products li.product, .woocommerce-page ul.products.columns-2 ul.products li.product {
        --size: calc(50% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        --size: calc(33.333333% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-3 ul.products li.product, .woocommerce-page ul.products.columns-3 ul.products li.product {
        --size: calc(33.333333% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
        --size: calc(25% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-4 ul.products li.product, .woocommerce-page ul.products.columns-4 ul.products li.product {
        --size: calc(25% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
        --size: calc(20% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-5 ul.products li.product, .woocommerce-page ul.products.columns-5 ul.products li.product {
        --size: calc(20% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
        --size: calc(16.666667% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }

    .woocommerce ul.products.columns-6 ul.products li.product, .woocommerce-page ul.products.columns-6 ul.products li.product {
        --size: calc(16.666667% * var(--size-threshold, 1));
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--size);
        flex: 0 0 var(--size);
        max-width: var(--size)
    }
}

.woocommerce ul.products > .splide__list, .woocommerce-page ul.products > .splide__list {
    width: 100%
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    *zoom: 1;
    width: 100%
}

    .woocommerce .cart-collaterals::before, .woocommerce .cart-collaterals::after, .woocommerce-page .cart-collaterals::before, .woocommerce-page .cart-collaterals::after {
        content: " ";
        display: table
    }

    .woocommerce .cart-collaterals::after, .woocommerce-page .cart-collaterals::after {
        clear: both
    }

@media (min-width:1025px) {
    .woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
        width: 30.75%;
        float: left
    }
}

@media (min-width:1025px) {
    .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
        width: 48%;
        float: left
    }
}

.woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none
}

    .woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
        width: 48%
    }

@media (min-width:1025px) {
    .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
        *zoom: 1;
        width: 48%;
        clear: right;
        float: right
    }

        .woocommerce .cart-collaterals .shipping_calculator::before, .woocommerce .cart-collaterals .shipping_calculator::after, .woocommerce-page .cart-collaterals .shipping_calculator::before, .woocommerce-page .cart-collaterals .shipping_calculator::after {
            content: " ";
            display: table
        }

        .woocommerce .cart-collaterals .shipping_calculator::after, .woocommerce-page .cart-collaterals .shipping_calculator::after {
            clear: both
        }

        .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
            width: 47%
        }
}

@media (min-width:1025px) {
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        float: right;
        width: 48%
    }
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li {
    *zoom: 1
}

    .woocommerce ul.cart_list li::before, .woocommerce ul.cart_list li::after, .woocommerce ul.product_list_widget li::before, .woocommerce ul.product_list_widget li::after, .woocommerce-page ul.cart_list li::before, .woocommerce-page ul.cart_list li::after, .woocommerce-page ul.product_list_widget li::before, .woocommerce-page ul.product_list_widget li::after {
        content: " ";
        display: table
    }

    .woocommerce ul.cart_list li::after, .woocommerce ul.product_list_widget li::after, .woocommerce-page ul.cart_list li::after, .woocommerce-page ul.product_list_widget li::after {
        clear: both
    }

    .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
        float: right;
        height: auto
    }

.woocommerce form .woocommerce-address-fields__field-wrapper, .woocommerce form .woocommerce-billing-fields__field-wrapper, .woocommerce form .woocommerce-shipping-fields__field-wrapper, .woocommerce form .form-row-wrapper, .woocommerce-page form .woocommerce-address-fields__field-wrapper, .woocommerce-page form .woocommerce-billing-fields__field-wrapper, .woocommerce-page form .woocommerce-shipping-fields__field-wrapper, .woocommerce-page form .form-row-wrapper {
    margin-left: calc(-1 * var(--half-gutter-size));
    margin-right: calc(-1 * var(--half-gutter-size))
}

@media (min-width:1025px) {
    .woocommerce form .woocommerce-address-fields__field-wrapper .form-row, .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row, .woocommerce form .form-row-wrapper .form-row, .woocommerce-page form .woocommerce-address-fields__field-wrapper .form-row, .woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-page form .woocommerce-shipping-fields__field-wrapper .form-row, .woocommerce-page form .form-row-wrapper .form-row {
        width: 50%;
        float: left
    }

        .woocommerce form .woocommerce-address-fields__field-wrapper .form-row.form-row-third, .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row.form-row-third, .woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row.form-row-third, .woocommerce form .form-row-wrapper .form-row.form-row-third, .woocommerce-page form .woocommerce-address-fields__field-wrapper .form-row.form-row-third, .woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row.form-row-third, .woocommerce-page form .woocommerce-shipping-fields__field-wrapper .form-row.form-row-third, .woocommerce-page form .form-row-wrapper .form-row.form-row-third {
            width: 33.3333%
        }
}

.woocommerce form .form-row-wrapper, .woocommerce-page form .form-row-wrapper {
    *zoom: 1
}

    .woocommerce form .form-row-wrapper::before, .woocommerce form .form-row-wrapper::after, .woocommerce-page form .form-row-wrapper::before, .woocommerce-page form .form-row-wrapper::after {
        content: " ";
        display: table
    }

    .woocommerce form .form-row-wrapper::after, .woocommerce-page form .form-row-wrapper::after {
        clear: both
    }

.woocommerce form .form-row, .woocommerce-page form .form-row {
    *zoom: 1;
    padding-left: var(--half-gutter-size);
    padding-right: var(--half-gutter-size)
}

    .woocommerce form .form-row::before, .woocommerce form .form-row::after, .woocommerce-page form .form-row::before, .woocommerce-page form .form-row::after {
        content: " ";
        display: table
    }

    .woocommerce form .form-row::after, .woocommerce-page form .form-row::after {
        clear: both
    }

    .woocommerce form .form-row label, .woocommerce-page form .form-row label {
        display: block
    }

        .woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
            display: inline
        }

    .woocommerce form .form-row select, .woocommerce-page form .form-row select {
        width: 100%
    }

@media (min-width:1025px) {
    .woocommerce form .form-row.form-row-first, .woocommerce form .form-row.form-row-last, .woocommerce-page form .form-row.form-row-first, .woocommerce-page form .form-row.form-row-last {
        overflow: visible
    }
}

.woocommerce form .form-row.form-row-wide, .woocommerce-page form .form-row.form-row-wide {
    width: 100%;
    clear: both
}

.woocommerce form .form-row.mailchimp-newsletter, .woocommerce-page form .form-row.mailchimp-newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.woocommerce form .form-row.create-account, .woocommerce-page form .form-row.create-account {
    padding-left: 0;
    padding-right: 0
}

.woocommerce .woocommerce-form-login + *, .woocommerce-page .woocommerce-form-login + * {
    margin-top: 40px
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme, .woocommerce-page .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-bottom: 20px
}

.woocommerce .showlogin, .woocommerce .showcoupon, .woocommerce-page .showlogin, .woocommerce-page .showcoupon {
    display: inline-block;
    margin-left: 5px
}

@media (max-width:1024px) {
    .woocommerce #payment .terms, .woocommerce-page #payment .terms {
        text-align: start;
        padding: 0
    }

    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        float: none;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 1em
    }
}

.woocommerce .woocommerce-billing-fields, .woocommerce .woocommerce-shipping-fields, .woocommerce-page .woocommerce-billing-fields, .woocommerce-page .woocommerce-shipping-fields {
    *zoom: 1
}

    .woocommerce .woocommerce-billing-fields::before, .woocommerce .woocommerce-billing-fields::after, .woocommerce .woocommerce-shipping-fields::before, .woocommerce .woocommerce-shipping-fields::after, .woocommerce-page .woocommerce-billing-fields::before, .woocommerce-page .woocommerce-billing-fields::after, .woocommerce-page .woocommerce-shipping-fields::before, .woocommerce-page .woocommerce-shipping-fields::after {
        content: " ";
        display: table
    }

    .woocommerce .woocommerce-billing-fields::after, .woocommerce .woocommerce-shipping-fields::after, .woocommerce-page .woocommerce-billing-fields::after, .woocommerce-page .woocommerce-shipping-fields::after {
        clear: both
    }

.woocommerce .woocommerce-terms-and-conditions, .woocommerce-page .woocommerce-terms-and-conditions {
    margin-bottom: 1.618em;
    padding: 1.618em
}

.woocommerce .woocommerce-oembed, .woocommerce-page .woocommerce-oembed {
    position: relative
}

.woocommerce-store-notice {
    margin: 0;
    width: 100%;
    z-index: 99998;
    display: none;
    background-color: var(--accent-color)
}

    .woocommerce-store-notice .woocommerce-store-notice-content {
        font-size: .75rem;
        padding: .7em 0;
        text-align: center;
        color: var(--accent-text-color);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        max-width: var(--container-max-width);
        padding-left: var(--half-gutter-size);
        padding-right: var(--half-gutter-size);
        margin: 0 auto
    }

    .woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
        display: inline-block;
        margin-left: .5em
    }

        .woocommerce-store-notice .woocommerce-store-notice__dismiss-link svg {
            font-size: inherit;
            display: block
        }

        .woocommerce-store-notice .woocommerce-store-notice__dismiss-link.--icon-inside {
            font-size: 11px;
            margin-left: 1em
        }

        .woocommerce-store-notice .woocommerce-store-notice__dismiss-link.--icon-outside {
            font-size: 12px
        }

@media (min-width:1025px) {
    .woocommerce-store-notice .woocommerce-store-notice__dismiss-link.--icon-outside {
        position: absolute;
        right: 20px;
        top: calc(50% - 0.5em)
    }
}

.woocommerce-store-notice a, .woocommerce-store-notice a:hover {
    color: inherit;
    text-decoration: underline
}

    .woocommerce-store-notice a:hover {
        text-decoration: none
    }

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.admin-bar p.demo_store {
    top: var(--admin-bar)
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

    .woocommerce .blockUI.blockOverlay::before {
        height: .875rem;
        width: .875rem;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -.5em;
        margin-top: -.5em;
        content: "";
        -webkit-animation: spin 1s ease-in-out infinite;
        animation: spin 1s ease-in-out infinite;
        background: url(../../../plugins/woocommerce/assets/images/icons/loader.svg) center center;
        background-size: cover;
        line-height: 1;
        text-align: center;
        font-size: 2em;
        color: rgba(0,0,0,.75);
        color: HSLa(var(--neutral-10),.75)
    }

.woocommerce .loader::before {
    height: .875rem;
    width: .875rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../../../plugins/woocommerce/assets/images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75);
    color: HSLa(var(--neutral-10),.75)
}

.woocommerce a.remove {
    display: inline-block;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: var(--font-weight-bold);
    color: HSL(var(--neutral-5));
    width: auto;
    height: auto;
    border: 1px solid HSL(var(--neutral-2));
    padding: .3125rem .5625rem .375rem;
    margin-bottom: 0;
    border-radius: 2px;
    line-height: 1;
    -webkit-transition: all 0.25s var(--easeoutcubic);
    transition: all 0.25s var(--easeoutcubic);
    text-decoration: none;
    text-transform: uppercase
}

    .woocommerce a.remove:hover {
        color: HSL(var(--neutral-6));
        border-color: currentColor;
        background: none
    }

.woocommerce small.note {
    display: block;
    color: HSL(var(--neutral-6));
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    *zoom: 1;
    margin: 0 0 2em;
    padding: 0;
    font-size: .9em;
    color: HSL(var(--neutral-7))
}

    .woocommerce .woocommerce-breadcrumb::before, .woocommerce .woocommerce-breadcrumb::after {
        content: " ";
        display: table
    }

    .woocommerce .woocommerce-breadcrumb::after {
        clear: both
    }

    .woocommerce .woocommerce-breadcrumb a {
        color: HSL(var(--neutral-7))
    }

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    min-width: 60px
}

.woocommerce .cartBtnQty-controls .cartBtnQty-control.--disabled {
    pointer-events: none;
    opacity: .2
}

.woocommerce span.onsale, .woocommerce span.rey-discount {
    display: block;
    color: HSL(var(--neutral-0));
    background-color: var(--woocommerce-discount-color,HSL(var(--neutral-9)));
    padding: .25rem .4375rem;
    font-size: .625rem;
    line-height: 1;
    font-weight: var(--font-weight-bold)
}

.woocommerce span.onsale {
    z-index: 9
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
    color: var(--accent-text-color);
    background-color: var(--accent-color);
    padding: .625rem 1.0625rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic);
    transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic);
    color: HSL(var(--neutral-8));
    background-color: HSL(var(--neutral-2));
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .75rem;
    font-weight: 400;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
        -webkit-transition: none;
        transition: none
    }
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover {
    color: var(--accent-text-hover-color);
    background-color: var(--accent-hover-color)
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover {
    color: HSL(var(--neutral-8));
    background-color: HSL(var(--neutral-3))
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading, .woocommerce #respond input#submit.loading {
    opacity: .25;
    pointer-events: none
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
    color: var(--accent-text-color);
    background-color: var(--accent-color);
    padding: .625rem 1.0625rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic);
    transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic)
}

@media screen and (prefers-reduced-motion:reduce) {
    .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
        -webkit-transition: none;
        transition: none
    }
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover {
    color: var(--accent-text-hover-color);
    background-color: var(--accent-hover-color)
}

.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled[disabled], .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled[disabled] {
    cursor: not-allowed;
    opacity: .8
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    opacity: .7
}

.woocommerce .star-rating {
    --star-rating-spacing: var(--zero-px);
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    color: var(--star-rating-color,#ff4545);
    font-size: var(--star-rating-size,11px);
    text-align: start;
    white-space: nowrap
}

    .woocommerce .star-rating .rey-starsGroup {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .woocommerce .star-rating .rey-starsGroup svg {
            font-size: inherit
        }

            .woocommerce .star-rating .rey-starsGroup svg:not(:first-child) {
                margin-left: var(--star-rating-spacing)
            }

    .woocommerce .star-rating > .rey-starsGroup svg {
        --icon-fill: none;
        --stroke-width: 3px
    }

    .woocommerce .star-rating span {
        overflow: hidden;
        top: 0;
        left: 0;
        position: absolute;
        padding-top: 1.5em;
        width: calc(var(--rating-width) + (var(--star-rating-spacing) / 5))
    }

        .woocommerce .star-rating span > .rey-starsGroup {
            position: absolute;
            top: 0;
            left: 0
        }

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .9375rem;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce p.stars ~ p.stars {
    display: none
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

    .woocommerce p.stars a::before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 1em;
        height: 1em;
        line-height: 1;
        font-family: "WooCommerce";
        content: "\e021";
        text-indent: 0
    }

    .woocommerce p.stars a:hover ~ a::before {
        content: "\e021"
    }

.woocommerce p.stars:hover a::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active ~ a::before {
    content: "\e021"
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e020"
}

.woocommerce .shop_table {
    border: 1px solid HSL(var(--neutral-2));
    font-size: 14px
}

    .woocommerce .shop_table thead th {
        font-weight: var(--font-weight-bold);
        color: var(--body-color);
        text-transform: var(--h-text-transform);
        font-size: 12px;
        background: HSL(var(--neutral-2));
        padding: 20px
    }

    .woocommerce .shop_table thead tr {
        border: 0;
        border-bottom: 1px solid HSL(var(--neutral-2))
    }

    .woocommerce .shop_table tbody tr {
        border: 0;
        border-bottom: 1px solid HSL(var(--neutral-2))
    }

        .woocommerce .shop_table tbody tr td {
            padding: 20px;
            border: 0
        }

        .woocommerce .shop_table tbody tr:last-child {
            border-bottom: none
        }

    .woocommerce .shop_table .variation, .woocommerce .shop_table .wc-item-meta {
        text-transform: uppercase;
        font-size: 12px;
        margin-top: 10px
    }

        .woocommerce .shop_table .variation dt, .woocommerce .shop_table .wc-item-meta dt {
            font-weight: 400
        }

        .woocommerce .shop_table .variation dd, .woocommerce .shop_table .wc-item-meta dd {
            font-weight: var(--font-weight-bold)
        }

    .woocommerce .shop_table tfoot {
        background: HSL(var(--neutral-1))
    }

        .woocommerce .shop_table tfoot th {
            font-weight: var(--font-weight-bold);
            color: var(--body-color);
            text-transform: var(--h-text-transform);
            font-size: 12px;
            width: 50%
        }

@media (min-width:1025px) {
    .woocommerce .shop_table tfoot th {
        width: 60%
    }
}

.woocommerce .shop_table tfoot th, .woocommerce .shop_table tfoot td {
    padding: 10px 20px
}

.woocommerce .shop_table tfoot .cart-subtotal {
    border-top: 1px solid HSL(var(--neutral-2))
}

@media (min-width:1025px) {
    .woocommerce .shop_table tfoot .cart-subtotal th, .woocommerce .shop_table tfoot .cart-subtotal td {
        padding: 20px 20px 0;
        padding: 20px
    }
}

@media (min-width:1025px) {
    .woocommerce .shop_table tfoot .shipping th, .woocommerce .shop_table tfoot .shipping td {
        padding: 10px 20px 20px
    }
}

.woocommerce .shop_table tfoot .woocommerce-shipping-methods {
    margin-bottom: 20px
}

    .woocommerce .shop_table tfoot .woocommerce-shipping-methods .woocommerce-Price-amount {
        margin-left: 10px
    }

.woocommerce .shop_table tfoot .order-total {
    background: HSL(var(--neutral-2))
}

@media (min-width:1025px) {
    .woocommerce .shop_table tfoot .order-total th, .woocommerce .shop_table tfoot .order-total td {
        padding: 20px
    }
}

@media (max-width:1024px) {
    .woocommerce .shop_table.shop_table_responsive thead {
        display: none
    }

    .woocommerce .shop_table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: 0
    }

    .woocommerce .shop_table.shop_table_responsive tbody th {
        display: none
    }

    .woocommerce .shop_table.shop_table_responsive tr {
        display: block
    }

        .woocommerce .shop_table.shop_table_responsive tr td {
            display: block;
            text-align: end
        }

            .woocommerce .shop_table.shop_table_responsive tr td.order-actions {
                text-align: start
            }

            .woocommerce .shop_table.shop_table_responsive tr td::before {
                content: attr(data-title) ": ";
                float: left
            }

            .woocommerce .shop_table.shop_table_responsive tr td.product-remove::before, .woocommerce .shop_table.shop_table_responsive tr td.actions::before {
                display: none
            }

        .woocommerce .shop_table.shop_table_responsive tr:nth-child(2n) td {
            background-color: HSLa(var(--neutral-10),.025)
        }
}

.woocommerce .woocommerce-remove-coupon {
    display: inline-block;
    margin-left: 5px
}

.woocommerce table.my_account_orders {
    font-size: .85em
}

    .woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td {
        padding: 4px 8px;
        vertical-align: middle
    }

    .woocommerce table.my_account_orders .button {
        white-space: nowrap
    }

    .woocommerce table.my_account_orders .order-actions {
        text-align: end
    }

        .woocommerce table.my_account_orders .order-actions .button {
            margin: .125em 0 .125em .25em
        }

.woocommerce table.woocommerce-MyAccount-downloads td, .woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

    .woocommerce table.woocommerce-MyAccount-downloads td:first-child, .woocommerce table.woocommerce-MyAccount-downloads th:first-child {
        text-align: start
    }

    .woocommerce table.woocommerce-MyAccount-downloads td:last-child, .woocommerce table.woocommerce-MyAccount-downloads th:last-child {
        text-align: start
    }

    .woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before, .woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
        content: "\2193";
        display: inline-block
    }

.woocommerce td.product-name dl.variation, .woocommerce td.product-name .wc-item-meta {
    list-style: none outside
}

    .woocommerce td.product-name dl.variation dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
        float: left;
        clear: both;
        margin-right: .25em;
        display: inline-block;
        list-style: none outside
    }

    .woocommerce td.product-name dl.variation dd, .woocommerce td.product-name .wc-item-meta dd {
        margin: 0
    }

    .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child, .woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child {
        margin-bottom: 0
    }

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce form .form-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px
}

    .woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
        -webkit-transition: opacity 0.5s 0.5s ease;
        transition: opacity 0.5s 0.5s ease;
        opacity: 0
    }

    .woocommerce form .form-row label.hidden {
        visibility: hidden
    }

    .woocommerce form .form-row label.inline {
        display: inline
    }

    .woocommerce form .form-row .woocommerce-input-wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }

        .woocommerce form .form-row .woocommerce-input-wrapper .description {
            background: #1e85be;
            color: HSL(var(--neutral-0));
            border-radius: 3px;
            padding: 1em;
            margin: .5em 0 0;
            clear: both;
            display: none;
            position: relative
        }

            .woocommerce form .form-row .woocommerce-input-wrapper .description a {
                color: HSL(var(--neutral-0));
                text-decoration: underline;
                border: 0;
                -webkit-box-shadow: none;
                box-shadow: none
            }

            .woocommerce form .form-row .woocommerce-input-wrapper .description:before {
                left: 50%;
                top: 0%;
                margin-top: -4px;
                -webkit-transform: translatex(-50%) rotate(180deg);
                transform: translatex(-50%) rotate(180deg);
                content: "";
                position: absolute;
                border-width: 4px 6px 0 6px;
                border-style: solid;
                border-color: var(--accent-color) transparent transparent transparent;
                z-index: 100;
                display: block
            }

    .woocommerce form .form-row select {
        cursor: pointer;
        margin: 0
    }

    .woocommerce form .form-row .required {
        color: red;
        font-weight: var(--font-weight-bold);
        border: 0 !important;
        text-decoration: none;
        visibility: hidden
    }

    .woocommerce form .form-row .optional {
        visibility: visible
    }

    .woocommerce form .form-row .input-checkbox {
        display: inline;
        margin: -2px 8px 0 0;
        text-align: center;
        vertical-align: middle
    }

    .woocommerce form .form-row textarea {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        outline: 0;
        line-height: normal
    }

    .woocommerce form .form-row textarea {
        height: 4em;
        line-height: 1.5;
        display: block;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .woocommerce form .form-row .select2-container {
        width: 100%;
        line-height: 2em
    }

    .woocommerce form .form-row.woocommerce-invalid label {
        color: var(--colors-red)
    }

    .woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
        border-color: var(--colors-red)
    }

    .woocommerce form .form-row ::-webkit-input-placeholder {
        line-height: normal
    }

    .woocommerce form .form-row :-moz-placeholder {
        line-height: normal
    }

    .woocommerce form .form-row :-ms-input-placeholder {
        line-height: normal
    }

    .woocommerce form .form-row label, .woocommerce .wccf_field_container label {
        font-size: 11px;
        font-weight: var(--font-weight-bold);
        text-transform: uppercase;
        margin-bottom: 5px;
        color: HSL(var(--neutral-6))
    }

.woocommerce .woocommerce-form-login .form-row, .woocommerce .woocommerce-form-register .form-row, .woocommerce .woocommerce-ResetPassword .form-row {
    padding-left: 0;
    padding-right: 0
}

.woocommerce #customer_login h2, .woocommerce #customer_login + .col-2 h2 {
    font-weight: var(--font-weight-bold);
    color: var(--body-color);
    text-transform: var(--h-text-transform);
    font-size: 16px
}

.woocommerce #customer_login .form-row, .woocommerce #customer_login + .col-2 .form-row {
    padding-left: 0;
    padding-right: 0
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

    .woocommerce ul#shipping_method li {
        margin: 0 0 .5em;
        line-height: 1.5em;
        list-style: none outside
    }

        .woocommerce ul#shipping_method li input {
            vertical-align: top;
            margin: 3px .4375em 0 0
        }

        .woocommerce ul#shipping_method li label {
            display: inline
        }

    .woocommerce ul#shipping_method .amount {
        font-weight: var(--font-weight-bold)
    }

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce .woocommerce-order-downloads, .woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details {
    margin-bottom: 2em
}

    .woocommerce .woocommerce-order-downloads h2, .woocommerce .woocommerce-customer-details h2, .woocommerce .woocommerce-order-details h2 {
        font-weight: var(--font-weight-bold);
        color: var(--body-color);
        text-transform: var(--h-text-transform);
        font-size: 14px
    }

    .woocommerce .woocommerce-order-downloads *:last-child, .woocommerce .woocommerce-customer-details *:last-child, .woocommerce .woocommerce-order-details *:last-child {
        margin-bottom: 0
    }

    .woocommerce .woocommerce-customer-details address {
        font-style: normal;
        margin-bottom: 0;
        width: 100%;
        border-radius: 2px;
        padding: 23px;
        background: #f8f9fa;
        font-size: 13px
    }

    .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
        margin-bottom: .5em;
        padding-left: 1.5em
    }

    .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
        margin-top: .5em
    }

        .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
            font-family: "WooCommerce";
            speak: none;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-right: .618em;
            content: "";
            text-decoration: none;
            margin-left: -1.5em;
            line-height: 1.75;
            position: absolute
        }

    .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
        font-family: "WooCommerce";
        speak: none;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        margin-right: .618em;
        content: "";
        text-decoration: none;
        margin-left: -1.5em;
        line-height: 1.75;
        position: absolute
    }

.woocommerce.product.add_to_cart_inline .woocommerce-Price-amount {
    display: block;
    margin-bottom: 30px
}

.woocommerce .cart_list, .woocommerce .product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

    .woocommerce .cart_list li, .woocommerce .product_list_widget li {
        padding: 4px 0;
        margin: 0;
        *zoom: 1;
        list-style: none
    }

        .woocommerce .cart_list li::before, .woocommerce .cart_list li::after, .woocommerce .product_list_widget li::before, .woocommerce .product_list_widget li::after {
            content: " ";
            display: table
        }

        .woocommerce .cart_list li::after, .woocommerce .product_list_widget li::after {
            clear: both
        }

        .woocommerce .cart_list li img, .woocommerce .product_list_widget li img {
            float: left;
            margin: 0 5px 5px 0;
            width: 32px;
            height: auto;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .woocommerce .cart_list li dl:not(:empty), .woocommerce .product_list_widget li dl:not(:empty) {
            margin: 5px 0;
            padding-left: 1em;
            border-left: 2px solid HSLa(var(--neutral-10),.1);
            *zoom: 1
        }

            .woocommerce .cart_list li dl:not(:empty)::before, .woocommerce .cart_list li dl:not(:empty)::after, .woocommerce .product_list_widget li dl:not(:empty)::before, .woocommerce .product_list_widget li dl:not(:empty)::after {
                content: " ";
                display: table
            }

            .woocommerce .cart_list li dl:not(:empty)::after, .woocommerce .product_list_widget li dl:not(:empty)::after {
                clear: both
            }

            .woocommerce .cart_list li dl:not(:empty) dt, .woocommerce .cart_list li dl:not(:empty) dd, .woocommerce .product_list_widget li dl:not(:empty) dt, .woocommerce .product_list_widget li dl:not(:empty) dd {
                display: inline-block;
                float: left;
                margin-bottom: 1em;
                font-size: .75rem
            }

            .woocommerce .cart_list li dl:not(:empty) dt, .woocommerce .product_list_widget li dl:not(:empty) dt {
                font-weight: var(--font-weight-bold);
                clear: left;
                padding: 0 0 .25em;
                margin: 0 10px 0 0
            }

            .woocommerce .cart_list li dl:not(:empty) dd, .woocommerce .product_list_widget li dl:not(:empty) dd {
                padding: 0;
                margin: 0
            }

                .woocommerce .cart_list li dl:not(:empty) dd p:last-child, .woocommerce .product_list_widget li dl:not(:empty) dd p:last-child {
                    margin-bottom: 0
                }

        .woocommerce .cart_list li .star-rating, .woocommerce .product_list_widget li .star-rating {
            float: none
        }

.woocommerce .widget_shopping_cart .cart_list li {
    position: relative;
    padding-top: 0
}

.woocommerce .widget_shopping_cart .woocommerce-mini-cart-item {
    margin: 0 0 1.25rem;
    border-bottom: 1px solid HSL(var(--neutral-2));
    padding-bottom: 1.25rem;
    padding-left: 0;
    text-transform: uppercase
}

    .woocommerce .widget_shopping_cart .woocommerce-mini-cart-item:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .woocommerce .widget_shopping_cart .woocommerce-mini-cart-item a {
        font-size: .875rem;
        word-wrap: break-word;
        display: block
    }

    .woocommerce .widget_shopping_cart .woocommerce-mini-cart-item .quantity {
        font-size: .75rem;
        display: block
    }

    .woocommerce .widget_shopping_cart .woocommerce-mini-cart-item img {
        margin: 0 0 0 20px;
        max-width: 90px;
        width: 100%;
        border-radius: 2px
    }

    .woocommerce .widget_shopping_cart .woocommerce-mini-cart-item .blockUI.blockOverlay {
        background-color: #fff !important
    }

    .woocommerce .widget_shopping_cart .woocommerce-mini-cart-item:hover .remove {
        opacity: 1
    }

.woocommerce .widget_shopping_cart .buttons a {
    margin-bottom: 5px
}

.woocommerce-no-js form.woocommerce-form-login, .woocommerce-no-js form.woocommerce-form-coupon {
    display: block !important
}

.woocommerce-no-js .woocommerce-form-login-toggle, .woocommerce-no-js .woocommerce-form-coupon-toggle, .woocommerce-no-js .showcoupon {
    display: none !important
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
    padding: 1.875rem 1.875rem 1.875rem 5rem;
    margin: 0 0 2.1875rem;
    position: relative;
    background-color: HSL(var(--neutral-1));
    color: HSL(var(--neutral-7));
    border-top: 0;
    border-radius: 2px;
    list-style: none outside;
    font-size: .875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    word-wrap: break-word
}

@media (min-width:1025px) {
    .woocommerce-message, .woocommerce-error, .woocommerce-info {
        padding: 2.5rem 1.875rem 2.5rem 6.25rem
    }
}

.woocommerce-message::before, .woocommerce-error::before, .woocommerce-info::before {
    font-family: "WooCommerce";
    content: "\e028";
    display: inline-block;
    position: absolute;
    line-height: 1;
    left: 1.9em;
    top: calc(50% - .5em);
    font-size: 18px
}

@media (min-width:1025px) {
    .woocommerce-message::before, .woocommerce-error::before, .woocommerce-info::before {
        left: 1.65em;
        font-size: 24px
    }
}

.woocommerce-message .button, .woocommerce-error .button, .woocommerce-info .button {
    float: right;
    white-space: nowrap
}

.woocommerce-message .button, .woocommerce-message .restore-item, .woocommerce-error .button, .woocommerce-error .restore-item, .woocommerce-info .button, .woocommerce-info .restore-item {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto
}

.woocommerce-message p:only-child, .woocommerce-error p:only-child, .woocommerce-info p:only-child {
    margin-bottom: 0
}

.woocommerce-message li, .woocommerce-error li, .woocommerce-info li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    width: 100%
}

.summary .woocommerce-message, .summary .woocommerce-error, .summary .woocommerce-info {
    padding: 1.875rem 1.875rem 1.875rem 5rem
}

.--clean-wc-notice .woocommerce-message, .--clean-wc-notice .woocommerce-error, .--clean-wc-notice .woocommerce-info {
    background-color: transparent;
    padding: 0;
    padding-left: 25px
}

    .--clean-wc-notice .woocommerce-message:before, .--clean-wc-notice .woocommerce-error:before, .--clean-wc-notice .woocommerce-info:before {
        left: 0;
        top: calc(50% - 0.5em);
        font-size: 14px
    }

ul.woocommerce-message, ul.woocommerce-error, ul.woocommerce-info {
    display: block
}

.rtl.woocommerce .price_label, .rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.woocommerce-message::before {
    content: "\e017";
    color: #8e8e8e
}

.woocommerce-message .restore-item {
    color: var(--accent-text-color);
    background-color: var(--accent-color);
    padding: .625rem 1.0625rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic);
    transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic);
    color: HSL(var(--neutral-8));
    background-color: HSL(var(--neutral-2));
    text-transform: uppercase
}

@media screen and (prefers-reduced-motion:reduce) {
    .woocommerce-message .restore-item {
        -webkit-transition: none;
        transition: none
    }
}

.woocommerce-message .restore-item:hover {
    color: var(--accent-text-hover-color);
    background-color: var(--accent-hover-color)
}

.woocommerce-message .restore-item:hover {
    color: HSL(var(--neutral-8));
    background-color: HSL(var(--neutral-3))
}

.woocommerce-info::before {
    color: HSL(var(--neutral-4))
}

.woocommerce-error::before {
    content: "\e016";
    color: #8e8e8e
}

.woocommerce-terms-and-conditions {
    border: 1px solid HSLa(var(--neutral-10),.2);
    -webkit-box-shadow: inset 0 1px 2px HSLa(var(--neutral-10),.1);
    box-shadow: inset 0 1px 2px HSLa(var(--neutral-10),.1);
    background: HSLa(var(--neutral-10),.05)
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: var(--font-weight-bold);
    padding: 3px .5em;
    font-size: 1em
}

    .woocommerce-password-strength.strong {
        background-color: #c1e1b9;
        border-color: #83c373
    }

    .woocommerce-password-strength.short {
        background-color: #f1adad;
        border-color: #e35b5b
    }

    .woocommerce-password-strength.bad {
        background-color: #fbc5a9;
        border-color: #f78b53
    }

    .woocommerce-password-strength.good {
        background-color: #ffe399;
        border-color: #ffc733
    }

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block
}

.rey-productSlideshow.--show-first-only a:not(:first-child) {
    display: none
}

@media (min-width:768px) {
    .woocommerce .rey-siteMain.--has-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - var(--woocommerce-sidebar-size) - var(--woocommerce-sidebar-margin));
        flex: 0 1 calc(100% - var(--woocommerce-sidebar-size) - var(--woocommerce-sidebar-margin));
        max-width: calc(100% - var(--woocommerce-sidebar-size) - var(--woocommerce-sidebar-margin))
    }

    .woocommerce .rey-sidebar.shop-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--woocommerce-sidebar-size);
        flex: 0 0 var(--woocommerce-sidebar-size);
        max-width: var(--woocommerce-sidebar-size)
    }

        .woocommerce .rey-siteMain ~ .rey-sidebar.shop-sidebar, .woocommerce .rey-sidebar.shop-sidebar ~ .rey-siteMain {
            margin-left: var(--woocommerce-sidebar-margin)
        }
}

.woocommerce-MyAccount-navigation-wrapper {
    min-width: 170px;
    margin-bottom: 30px
}

    .woocommerce-MyAccount-navigation-wrapper ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-transform: var(--h-text-transform);
        font-size: .875rem;
        letter-spacing: 1px
    }

    .woocommerce-MyAccount-navigation-wrapper li {
        margin-bottom: 8px;
        overflow: hidden
    }

        .woocommerce-MyAccount-navigation-wrapper li.is-active {
            font-weight: var(--font-weight-bold)
        }

    .woocommerce-MyAccount-navigation-wrapper .woocommerce-MyAccount-navigation.--custom:not(.--merged) {
        margin-top: 20px
    }

.woocommerce .woocommerce-form__label-for-checkbox, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce {
    cursor: pointer
}

    .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child), .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child) {
        display: none
    }

        .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child) + label, .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child) + span, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child) + label, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child) + span {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            padding-left: 28px
        }

            .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child) + label:before, .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child) + span:before, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child) + label:before, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child) + span:before {
                content: "";
                position: absolute;
                top: calc(50% - 7px);
                width: 14px;
                height: 14px;
                color: HSL(var(--neutral-5));
                color: inherit;
                border: 1px solid currentColor;
                -webkit-transition: color 0.3s var(--easeoutcubic);
                transition: color 0.3s var(--easeoutcubic);
                left: 0
            }

            .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child) + label:after, .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child) + span:after, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child) + label:after, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child) + span:after {
                content: "";
                position: absolute;
                top: calc(50% - 5px);
                background-color: currentColor;
                width: 10px;
                height: 10px;
                -webkit-transition: -webkit-transform 0.3s var(--easeoutcubic);
                transition: -webkit-transform 0.3s var(--easeoutcubic);
                transition: transform 0.3s var(--easeoutcubic);
                transition: transform 0.3s var(--easeoutcubic),-webkit-transform 0.3s var(--easeoutcubic);
                -webkit-transform: scale(0);
                transform: scale(0);
                left: 2px
            }

        .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child):checked + label, .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child):checked + span, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child):checked + label, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child):checked + span {
            color: HSL(var(--neutral-7))
        }

            .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child):checked + label:after, .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:not(:only-child):checked + span:after, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child):checked + label:after, .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child):checked + span:after {
                -webkit-transform: scale(1);
                transform: scale(1)
            }

.woocommerce-invalid .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"] + span:before, .woocommerce-invalid .woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"] + span:before {
    border-color: #dc3545
}

.woocommerce .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type="checkbox"]:not(:only-child) {
    display: none !important
}

.select2-container .select2-selection.select2-reyStyles {
    position: relative
}

    .select2-container .select2-selection.select2-reyStyles .select2-selection__arrow {
        font-size: 1.375rem;
        height: 100%;
        width: 1.6em;
        top: 0;
        right: 0
    }

        .select2-container .select2-selection.select2-reyStyles .select2-selection__arrow:before {
            position: absolute;
            left: 0;
            font-size: 12px;
            top: calc(50% - 0.5em);
            height: 1em;
            width: 1px;
            content: "";
            background-color: HSL(var(--neutral-3))
        }

        .select2-container .select2-selection.select2-reyStyles .select2-selection__arrow b {
            border-width: 5px;
            border-color: transparent;
            border-top-color: HSL(var(--neutral-5))
        }

    .select2-container .select2-selection.select2-reyStyles .select2-selection__clear {
        margin: -1px 0 0 5px;
        padding: 0 10px;
        font-size: 17px;
        font-weight: 400;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
    }

.select2-container.select2-container--open .select2-selection.select2-reyStyles .select2-selection__arrow b {
    border-top-color: transparent;
    border-bottom-color: HSL(var(--neutral-6));
    margin-top: -6px
}

.select2-container.select2-container--open .select2-dropdown.select2-reyStyles {
    z-index: 1060
}

    .select2-container.select2-container--open .select2-dropdown.select2-reyStyles.select2-dropdown--below {
        min-width: 120px
    }

.select2-dropdown .select2-reyStyles {
    border: 1px solid #dadada;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.17);
    box-shadow: 0 5px 10px rgba(0,0,0,.17);
    border-radius: 3px;
    width: 200px
}

.select2-container--open .select2-dropdown .select2-reyStyles {
    border-top: 1px solid #dadada;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.select2-dropdown .select2-reyStyles .select2-results__option {
    font-size: 14px;
    padding: 8px 20px
}

.select2-dropdown .select2-reyStyles .select2-results__option--highlighted[aria-selected] {
    background-color: #f1f1f1;
    color: initial;
    border-radius: 3px
}

.select2-dropdown .select2-reyStyles .select2-search__field {
    height: auto;
    border-color: rgba(0,0,0,.2);
    border-radius: 3px
}

.rey-productCarousel-wrapper {
    position: relative
}

.rey-productCarousel-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: auto;
    bottom: calc(100% + 1em);
    -webkit-transition: opacity 0.4s var(--easeoutcubic);
    transition: opacity 0.4s var(--easeoutcubic);
    opacity: .5
}

@media (min-width:1025px) {
    .rey-productCarousel-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.rey-productCarousel-nav .rey-productCarousel-navCurrent, .rey-productCarousel-nav .rey-productCarousel-navTotal {
    margin: 0 .8em
}

.rey-productCarousel-wrapper:hover .rey-productCarousel-nav {
    opacity: 1
}

.rey-productCarousel-nav .rey-arrowSvg--right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.rey-toggleCoupon {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

    .rey-toggleCoupon .rey-toggleCoupon-btn {
        font-size: .875rem;
        text-decoration: underline
    }

        .rey-toggleCoupon .rey-toggleCoupon-btn:hover {
            text-decoration: none
        }

    .rey-toggleCoupon .rey-toggleCoupon-content {
        display: none;
        margin-top: 1em
    }

        .rey-toggleCoupon .rey-toggleCoupon-content.--visible {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

#wc-stripe-payment-request-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

#wc-stripe-payment-request-button-separator {
    text-align: center !important;
    margin: 1em 0 !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width:1025px) {
    #wc-stripe-payment-request-button-separator {
        text-align: start !important
    }
}

.wgm-info + .rey-productLoop-footer {
    margin-top: 20px
}

.rey-cartBtnQty + .lumise-customize-button {
    margin-top: 20px;
    display: inline-block
}

.rey-peItem {
    display: inline-block
}

    .rey-peItem.--pos-after_price {
        display: block
    }

.__passVisibility-wrapper {
    display: block;
    position: relative;
    width: 100%
}

    .__passVisibility-wrapper .__passVisibility-toggle {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 15px;
        height: 100%;
        width: 3em;
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: .4;
        -webkit-transition: opacity 0.25s var(--easeoutcubic);
        transition: opacity 0.25s var(--easeoutcubic);
        cursor: pointer
    }

.--has-value .__passVisibility-wrapper .__passVisibility-toggle, #customer_login .__passVisibility-wrapper .__passVisibility-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.__passVisibility-wrapper .__passVisibility-toggle:hover {
    opacity: .7
}

.__passVisibility-wrapper .__passVisibility-toggle svg {
    display: block;
    font-size: inherit
}

.__passVisibility-wrapper.--text .__passVisibility-toggle {
    opacity: 1
}

#customer_login .woocommerce-form-register .__passVisibility-wrapper .__passVisibility-toggle {
    height: 3em
}
