@charset "UTF-8";

:root {
    tab-size: 4;
}

hr {
    height: 0;
}

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

b,
strong {
    font-weight: bolder;
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
select {
    text-transform: none;
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    padding: 0;
}

progress {
    vertical-align: initial;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

@font-face {
    font-display: swap;
    font-family: cako;
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/sussex/dist/fonts/cako-regular.woff?17deeb89181ce8e24647b8df3a6180e8), url(/wp-content/themes/sussex/dist/fonts/cako-regular.woff2?53bf626181be14ceaa89c6c463ad6c9c);
}

@font-face {
    font-display: swap;
    font-family: cako;
    font-style: italic;
    font-weight: 400;
    src: url(/wp-content/themes/sussex/dist/fonts/cako-regular-italic.woff?c68f008e7f1cb5ffaf63cc0b71a4d3ae), url(/wp-content/themes/sussex/dist/fonts/cako-regular-italic.woff2?67c7736839a39429ae1de4fedb385277);
}

@font-face {
    font-display: swap;
    font-family: bananaGrotesk;
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/sussex/dist/fonts/banana-grotesk-regular.woff?244daabdec26260437594b5ec8cd7a80);
}

@font-face {
    font-display: swap;
    font-family: bananaGrotesk;
    font-style: normal;
    font-weight: 600;
    src: url(/wp-content/themes/sussex/dist/fonts/banana-grotesk-semibold.woff?233cbbfbfa9c2fe934cbece5fdc922dd);
}

@font-face {
    font-display: swap;
    font-family: bananaGrotesk;
    font-style: normal;
    font-weight: 900;
    src: url(/wp-content/themes/sussex/dist/fonts/banana-grotesk-extrabold.woff?948b5d685f8172f84f4657e0a64e8616);
}

a {
    transition: color .2s cubic-bezier(.16, 1, .3, 1), opacity .2s cubic-bezier(.16, 1, .3, 1);
}

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

a:not([class*=btn]):not([class*=card]):not([class*=ab-item]) {
    position: relative;
}

a:not([class*=btn]):not([class*=card]):not([class*=ab-item]):before {
    background-color: currentColor;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    pointer-events: none;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .5s cubic-bezier(.16, 1, .3, 1);
    width: 100%;
}

a:not([class*=btn]):not([class*=card]):not([class*=ab-item]).on-press:before,
html:not(.mobile):not(.tablet) a:not([class*=btn]):not([class*=card]):not([class*=ab-item]):focus:before,
html:not(.mobile):not(.tablet) a:not([class*=btn]):not([class*=card]):not([class*=ab-item]):hover:before {
    transform: scaleX(1);
}

:focus-visible,
html:not(.no-focus-outline) :focus {
    /* outline: 1px dotted #212121; */
    outline: 5px auto -webkit-focus-ring-color;
}

input[type=email],
input[type=file],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select {
    -webkit-appearance: none;
    background-color: initial;

    /* border: 1px solid #a3a3a3; */
    border-radius: 0;
    color: currentColor;
    font-family:"Ravi";
    font-size: .9375rem;
    line-height: 1.5;
    outline: none;
    padding: 15px 0;
    transition: border-color .15s linear;
    width: 98%;
    height: 48px;
}

textarea {
    -webkit-appearance: none;
    background-color: initial;

    /* border: 1px solid #a3a3a3; */
    border-radius: 0;
    color: currentColor;
    font-family:"Ravi";
    font-size: .9375rem;
    line-height: 1.5;
    outline: none;
    padding: 15px 0;
    transition: border-color .15s linear;
    width: 98%;
  height: 115px;
}

html:not(.desktop) input[type=email],
html:not(.desktop) input[type=file],
html:not(.desktop) input[type=number],
html:not(.desktop) input[type=password],
html:not(.desktop) input[type=search],
html:not(.desktop) input[type=tel],
html:not(.desktop) input[type=text],
html:not(.desktop) select,
html:not(.desktop) textarea {
    font-size: 1rem;
    padding-bottom: 20px;
    padding-top: 20px;
}

input[type=email]::-webkit-input-placeholder,
input[type=email]::placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=file]::placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=number]::placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=password]::placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=search]::placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=tel]::placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=text]::placeholder,
select::-webkit-input-placeholder,
select::placeholder,
textarea::-webkit-input-placeholder,
textarea::placeholder {
    color: currentColor;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

input[type=email]:focus,
input[type=file]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
    border-color: currentColor;
    outline: none;
        box-shadow: unset !important;
}

input[type=email]:focus::-webkit-input-placeholder,
input[type=email]:focus::placeholder,
input[type=file]:focus::-webkit-input-placeholder,
input[type=file]:focus::placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=password]:focus::placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=search]:focus::placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=tel]:focus::placeholder,
input[type=text]:focus::-webkit-input-placeholder,
input[type=text]:focus::placeholder,
select:focus::-webkit-input-placeholder,
select:focus::placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::placeholder {
    opacity: .3;
    box-shadow: unset !important;
}

input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:hover,
input[type=file]:-webkit-autofill,
input[type=file]:-webkit-autofill:focus,
input[type=file]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:hover,
input[type=text]:-webkit-autofill,
input[type=text]:-webkit-autofill:focus,
input[type=text]:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: currentColor;
    border: 0;
    border-bottom: 1px solid rgba(37, 35, 32, .2);
    -webkit-box-shadow: inset 0 0 0 1000px transparent;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

select {
    display: block;
    padding-right: 50px;
    width: 100%;
}

select:not(.custom-select) {
    background: url(/wp-content/themes/sussex/dist/images/select.svg?b1bdd712898bbb95b630c928627469f6) no-repeat center right 20px;
    background-size: 14px 8px;
}

input[type=number],
input[type=tel] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=file] {
    cursor: pointer;
}

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
    height: 0;
    width: 0;
}

input[type=checkbox]+label,
input[type=radio]+label {
    align-items: flex-start;
    display: flex;
    font-family:"Ravi";
    font-size: .9375rem;
    line-height: 1.5;
}

input[type=checkbox]+label .checkbox,
input[type=checkbox]+label .radio,
input[type=radio]+label .checkbox,
input[type=radio]+label .radio {
    border: 1px solid #252320;
    display: block;
    height: 16px;
    margin-right: 16px;
    margin-top: 3px;
    min-height: 16px;
    min-width: 16px;
    position: relative;
    transition: background-color .2s ease-in-out;
    width: 16px;
}

input[type=checkbox]+label .checkbox:before,
input[type=checkbox]+label .radio:before,
input[type=radio]+label .checkbox:before,
input[type=radio]+label .radio:before {
    content: "";
    display: block;
    position: absolute;
    transform: scale(0);
    transition: transform .2s ease-in-out;
    transition-delay: 0s;
}

input[type=checkbox]+label .text,
input[type=radio]+label .text {
    line-height: 1.2;
    padding-top: 1px;
}

input[type=checkbox]+label .radio,
input[type=radio]+label .radio {
    border-radius: 12px;
}

input[type=checkbox]+label .radio:before,
input[type=radio]+label .radio:before {
    background-color: #fff;
    border-radius: 4px;
    height: 8px;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    top: 50%;
    width: 8px;
}

input[type=checkbox]+label .checkbox:before,
input[type=radio]+label .checkbox:before {
    background: url(/wp-content/themes/sussex/dist/images/tick-white.svg?f8920c8d8614b04f24b5f017a176445a) no-repeat 50%;
    background-size: 12px 9px;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

input[type=checkbox]:checked+label,
input[type=radio]:checked+label {
    font-weight: 600;
}

input[type=checkbox]:checked+label .toggle:before,
input[type=radio]:checked+label .toggle:before {
    background-color: #252320;
    transform: translateX(21px);
}

input[type=checkbox]:checked+label .checkbox,
input[type=checkbox]:checked+label .radio,
input[type=radio]:checked+label .checkbox,
input[type=radio]:checked+label .radio {
    background-color: #252320;
}

input[type=checkbox]:checked+label .checkbox:before,
input[type=checkbox]:checked+label .radio:before,
input[type=radio]:checked+label .checkbox:before,
input[type=radio]:checked+label .radio:before {
    transform: scale(1);
    transition-delay: .1s;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    border: 1px solid rgba(37, 35, 32, .13);
    padding: 15px;
}

.fields {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, min-content);
}

.fields .field[data-span=full] {
    grid-column: span 12;
}

.fields .field[data-span=half] {
    grid-column: span 12;
}

.fields .field[data-span=third] {
    grid-column: span 12;
}

.custom-select-container {
    position: relative;
}

.custom-select-container * {
    line-height: normal;
    outline: none !important;
}

.custom-select-container select {
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
}

.custom-select-container .custom-select-panel {
    background-color: #f1f0ee;
    left: -30px;
    max-height: 0;
    min-width: 170px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: max-height .2s ease-in-out, overflow-y .1s .2s;
    width: calc(100% + 60px);
    z-index: 2;
}

.custom-select-container .custom-select-opener {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 0 5px;
    height: 40px;
    padding-right: 30px;
    position: relative;
    width: 100%;
}

.custom-select-container .custom-select-opener:after {
    background: url(/wp-content/themes/sussex/dist/images/select.svg?b1bdd712898bbb95b630c928627469f6) no-repeat 50%;
    background-size: 14px 8px;
}

.custom-select-container.is-open .custom-select-opener:after {
    transform: rotate(180deg);
}

.custom-select-container.is-open .custom-select-panel {
    max-height: 350px;
}

.custom-select-container .custom-select-option {
    padding: 5px 30px;
}

.custom-select-container .custom-select-option:last-child {
    margin-bottom: 20px;
}

.custom-select-container .custom-select-option.is-selected {
    font-weight: 900;
}

.custom-select-container .custom-select-option:not(.is-selected) {
    cursor: pointer;
}

.theme-light {
    background-color: #f1f0ee;
    color: #252320;
}

.content-spacing>* {
    margin-bottom: 60px;
    margin-top: 60px;
}

.content-spacing .block+.block {
    margin-top: 0;
}

.content-spacing>.block:last-child {
    margin-bottom: 0;
}

html.has-scroll-smooth {
    overflow: hidden;
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    user-select: none;
}

.has-scroll-smooth body {
    overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
    display: inline-block;
    height: 100vh;
    white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    white-space: nowrap;
}

.c-scrollbar {
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center right;
    transition: transform .3s, opacity .3s;
    width: 11px;
}

.c-scrollbar:hover {
    transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
    opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
    bottom: 0;
    height: 10px;
    top: auto;
    transform: scaleY(1);
    width: 100%;
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
    transform: scaleY(1.3);
}

.c-scrollbar_thumb {
    background-color: #000;
    border-radius: 10px;
    cursor: grab;
    margin: 2px;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    width: 7px;
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
    bottom: 0;
    right: auto;
}

html:not(.has-scroll-smooth) [data-scroll-sticky] {
    position: sticky;
    top: 0;
}

html.is-menu-open,
html.is-search-open {
    color: #252320;
}

section {
    position: relative;
}

section:after,
section:before {
    clear: both;
    content: "";
    display: table;
}

.vh {
    height: var(--vh, 100vh);
}

.sticky-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.overflow {
    overflow: hidden;
}

#swup {
    outline: none;
}

.dynamicBG {
    background-color: var(--dynamicBGBackground);
    color: var(--dynamicBGColour);
    display: block;
}

.dynamicBG:after,
.dynamicBG:before {
    clear: both;
    content: "";
    display: table;
}

.accordion__trigger .icon:before {
    transition: transform .2s ease-in-out;
}

.accordion__trigger[aria-expanded=false] .icon:before {
    transform: rotate(90deg);
}

.accordion.is-active .accordion__panel {
    max-height: none;
    overflow: initial;
}

html.has-scroll-smooth.desktop.custom-cursor-init .cursor {
    transition: opacity .2s cubic-bezier(.61, 1, .88, 1);
}

html.has-scroll-smooth.desktop.custom-cursor-init .cursor .draggable,
html.has-scroll-smooth.desktop.custom-cursor-init .cursor .moveable,
html.has-scroll-smooth.desktop.custom-cursor-init .cursor .next,
html.has-scroll-smooth.desktop.custom-cursor-init .cursor .playable,
html.has-scroll-smooth.desktop.custom-cursor-init .cursor .prev,
html.has-scroll-smooth.desktop.custom-cursor-init .cursor__dot:before {
    transform: scale(0);
}

html.has-scroll-smooth.desktop.custom-cursor-init .cursor .draggable svg,
html.has-scroll-smooth.desktop.custom-cursor-init .cursor .moveable svg,
html.has-scroll-smooth.desktop.custom-cursor-init .cursor .next svg,
html.has-scroll-smooth.desktop.custom-cursor-init .cursor .playable svg,
html.has-scroll-smooth.desktop.custom-cursor-init .cursor .prev svg,
html.has-scroll-smooth.desktop.custom-cursor-init .cursor__dot:before svg {
    min-height: 120px;
    min-width: 120px;
}

html.has-scroll-smooth.desktop.custom-cursor-init .cursor,
html.has-scroll-smooth.desktop.custom-cursor-init .cursor .draggable,
html.has-scroll-smooth.desktop.custom-cursor-init .cursor .inner:before,
html.has-scroll-smooth.desktop.custom-cursor-init .cursor .moveable,
html.has-scroll-smooth.desktop.custom-cursor-init .cursor .next,
html.has-scroll-smooth.desktop.custom-cursor-init .cursor .playable,
html.has-scroll-smooth.desktop.custom-cursor-init .cursor .prev,
html.has-scroll-smooth.desktop.custom-cursor-init .cursor__ring .inner>span {
    position: absolute;
}

html.has-scroll-smooth.desktop.custom-cursor-init .cursor__dot,
html.has-scroll-smooth.desktop.custom-cursor-init .cursor__ring {
    position: fixed;
    transition: top 3s, left 3s;
    will-change: transform;
}

html.mobile .cursor,
html.tablet .cursor {
    display: none;
}

html:not(.has-scroll-smooth) .cursor {
    display: none;
}

.c-scrollbar {
    z-index: 100;
}

.overflow-container {
    max-width: 100%;
    position: relative;
}

.overflow-container:after,
.overflow-container:before {
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .2s ease-in-out;
    width: 15px;
    z-index: 1;
}

.overflow-container:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, .2), transparent);
    left: 0;
}

.overflow-container:after {
    background: linear-gradient(270deg, rgba(0, 0, 0, .2), transparent);
    right: 0;
}

.overflow-container[data-overflow=both]:after,
.overflow-container[data-overflow=both]:before {
    opacity: 1;
}

.overflow-container[data-overflow=left]:before {
    opacity: 1;
}

.overflow-container[data-overflow=right]:after {
    opacity: 1;
}

.overflow-container .overflow-container__inner {
    max-width: 100%;
    overflow: auto;
    position: relative;
}

.progress {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.reveal.reveal--wipe {
    background-color: #f1f0ee;
}

.reveal.reveal--wipe:before {
    background-color: #f1f0ee;
    position: relative;
    z-index: -1;
}

.reveal.reveal--wipe:after {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform 1s cubic-bezier(.16, 1, .3, 1);
    width: 100%;
    z-index: 3;
}

.reveal.reveal--wipe.lazy-processing:after {
    animation: pulse 1.2s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    to {
        opacity: 1;
    }

    50% {
        opacity: .8;
    }
}

.reveal.reveal--wipe.lazy-complete:after {
    transform: translateY(101%);
}

.reveal.reveal--zoom {
    overflow: hidden;
}

.reveal.reveal--zoom,
.reveal.reveal--zoom img,
.reveal.reveal--zoom video {
    transition: transform 3s cubic-bezier(.16, 1, .3, 1), opacity 3s cubic-bezier(.16, 1, .3, 1);
    will-change: transform, opacity;
}

.reveal.reveal--zoom {
    transform: scale(.5);
}

.reveal.reveal--zoom img,
.reveal.reveal--zoom video {
    transform: scale(2.5);
}

.is-inview .reveal.reveal--zoom,
.is-inview .reveal.reveal--zoom img,
.is-inview .reveal.reveal--zoom video {
    transform: scale(1);
}

.reveal.reveal--mask {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: -webkit-clip-path 3s cubic-bezier(.16, 1, .3, 1);
    transition: clip-path 3s cubic-bezier(.16, 1, .3, 1);
    transition: clip-path 3s cubic-bezier(.16, 1, .3, 1), -webkit-clip-path 3s cubic-bezier(.16, 1, .3, 1);
    will-change: clip-path;
}

.is-inview .reveal.reveal--mask {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal.reveal--fade {
    opacity: 0;
    transition: opacity 1s cubic-bezier(.61, 1, .88, 1), visibility 1s cubic-bezier(.61, 1, .88, 1);
    visibility: visible;
}

.is-inview .reveal.reveal--fade {
    opacity: 1;
    visibility: visible;
}

.content-main[data-theme=blue] {
    background-color: #213243;
    color: #fff;
}

.content-main[data-theme=blue] .form-subscribe button[type=submit],
.content-main[data-theme=blue] input[type=email],
.content-main[data-theme=blue] input[type=file],
.content-main[data-theme=blue] input[type=number],
.content-main[data-theme=blue] input[type=password],
.content-main[data-theme=blue] input[type=search],
.content-main[data-theme=blue] input[type=tel],
.content-main[data-theme=blue] input[type=text],
.content-main[data-theme=blue] select,
.content-main[data-theme=blue] textarea {
    border-bottom: 1px solid hsla(0, 0%, 100%, .13);
}

.content-main[data-theme=blue] .form-subscribe button[type=submit]:focus,
.content-main[data-theme=blue] input[type=email]:focus,
.content-main[data-theme=blue] input[type=file]:focus,
.content-main[data-theme=blue] input[type=number]:focus,
.content-main[data-theme=blue] input[type=password]:focus,
.content-main[data-theme=blue] input[type=search]:focus,
.content-main[data-theme=blue] input[type=tel]:focus,
.content-main[data-theme=blue] input[type=text]:focus,
.content-main[data-theme=blue] select:focus,
.content-main[data-theme=blue] textarea:focus {
    border-color: currentColor;
}

.content-main[data-theme=yellow] {
    background-color: #c69569;
}

.grid {
    grid-gap: 22px 0;
    display: grid;
}

[data-critical]>* {
    opacity: 1;
}

[data-critical] svg,
[data-critical]>* {
    visibility: visible;
}

.btn {
    transition: opacity .2s ease-in-out;
}

.btn--white {
    overflow: hidden;
    position: relative;
}

.btn--white span {
    position: relative;
    z-index: 2;
}

.btn--white:before {
    background-color: #f1f0ee;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    transition: transform .5s cubic-bezier(.16, 1, .3, 1);
    width: 100%;
    z-index: 1;
}

.panel-light .btn--white:before {
    background-color: #e1dfda;
}

.btn--white.on-press:before,
html:not(.mobile):not(.tablet) .btn--white:focus:before,
html:not(.mobile):not(.tablet) .btn--white:hover:before {
    transform: translateX(100%);
}

.btn--back .icon,
.btn--download .icon,
.btn--link .icon {
    transition: transform .2s ease-in-out;
}

.btn--link.on-press .icon,
html:not(.mobile):not(.tablet) .btn--link:focus .icon,
html:not(.mobile):not(.tablet) .btn--link:hover .icon {
    transform: translateX(5px);
}

.btn--back.on-press .icon,
html:not(.mobile):not(.tablet) .btn--back:focus .icon,
html:not(.mobile):not(.tablet) .btn--back:hover .icon {
    transform: translateX(-5px);
}

.btn--download {
    gap: 0 5px;
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .btn--download {
        gap: 0;
    }

    .btn--download>:not(:last-child) {
        margin-right: 5px;
    }
}

.btn--download .text:after {
    content: none;
}

.btn--download .icon svg {
    stroke: #252320;
    stroke-width: 1;
    max-width: 10px;
}

.btn--download.on-press .icon,
html:not(.mobile):not(.tablet) .btn--download:focus .icon,
html:not(.mobile):not(.tablet) .btn--download:hover .icon {
    transform: translateY(5px);
}

.btn--icon {
    gap: 0 10px;
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .btn--icon {
        gap: 0;
    }

    .btn--icon>:not(:last-child) {
        margin-right: 10px;
    }
}

.btn--solid {
    align-items: center;
    background-color: #000;
    box-shadow: 0 0 0 0 #000;
    color: #fff;
    display: flex;
    justify-content: center;
    min-height: 3.5625rem;
    padding: .625rem 1.875rem;
    transition: box-shadow .2s ease-in-out;
}

.btn--solid .text {
    font-size: .9375rem;
    font-weight: 900;
    letter-spacing: .01875rem;
    text-transform: uppercase;
}

.btn--solid.on-press,
html:not(.mobile):not(.tablet) .btn--solid:focus,
html:not(.mobile):not(.tablet) .btn--solid:hover {
    box-shadow: 0 0 0 .1875rem #000;
}

.skip-to-link {
    background: #767572;
    color: #fff;
    left: 10px;
    outline: none;
    padding: 10px 16px;
    top: 10px;
    transition: background .2s ease-in-out;
    z-index: 9999;
}

.skip-to-link:hover {
    background: #a9a8a5;
}

.wysiwyg:after {
    clear: both;
    content: "";
    display: table;
}

.wysiwyg>:first-child {
    margin-top: 0;
}

.wysiwyg>:last-child {
    margin-bottom: 0;
}

.wysiwyg img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
}

.wysiwyg p {
    margin: 15px 0;
}

.wysiwyg a {
    color: #252320;
    text-decoration: underline;
    transition: opacity .2s linear;
}

.wysiwyg a:before,
.wysiwyg a:not([class*=btn]):not([class*=card]):not([class*=ab-item]):before {
    content: none;
}

.wysiwyg a:hover {
    opacity: .65;
    text-decoration: none;
}

.wysiwyg ol,
.wysiwyg ul {
    counter-reset: list-counter;
    list-style: none;
    margin-bottom: -.5em;
    padding-left: 0;
}

.wysiwyg ol>li,
.wysiwyg ul>li {
    margin-bottom: .5em;
    padding-left: 30px;
    position: relative;
}

.wysiwyg ol>li:before,
.wysiwyg ul>li:before {
    color: #252320;
    content: "";
    display: block;
    font-weight: 900;
    left: 0;
    position: absolute;
}

.wysiwyg ol ol,
.wysiwyg ol ul,
.wysiwyg ul ol,
.wysiwyg ul ul {
    margin-top: .5em;
}

.wysiwyg ul>li:before {
    background-color: #252320;
    border-radius: 50%;
    height: 6px;
    top: .6em;
    width: 6px;
}

.wysiwyg ol>li:before {
    content: counter(list-counter) ".";
    counter-increment: list-counter;
    top: 0;
}

.wysiwyg .wp-caption>p {
    margin: 0;
}

.wysiwyg .wp-caption[class*=align] img {
    margin-bottom: 0;
}

.wysiwyg .wp-caption-text {
    border-bottom: 1px solid rgba(37, 35, 32, .2);
    color: #888;
    font-family:"Ravi";
    font-size: .9375rem;
    line-height: 1.5;
    padding: 15px 0;
}

.wysiwyg .wp-caption-text strong {
    color: inherit;
    margin-right: 10px;
}

.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
    margin-bottom: 15px;
    margin-top: 60px;
}

.wysiwyg .aligncenter,
.wysiwyg .alignnone {
    clear: both;
    height: auto;
    margin-bottom: 60px;
    margin-top: 60px;
    max-width: 100%;
    width: auto;
}

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

.wysiwyg .aligncenter .wp-caption-text {
    margin-left: auto;
    margin-right: auto;
}

.wysiwyg img.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.wysiwyg [class*=align] img {
    margin-bottom: 13px;
}

.wysiwyg blockquote {
    font-family: cako, Garamond, Didot, Didot LT STD, Hoefler Text, Calisto MT, Times New Roman, "serif";
    font-family:"Ravi";
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 60px 0;
    padding: 0;
}

html.desktop .wysiwyg blockquote em,
html.desktop .wysiwyg blockquote strong {
    white-space: nowrap;
}

.wysiwyg blockquote strong {
    font-family:"Ravi";
}

.wysiwyg blockquote em,
.wysiwyg blockquote strong {
    font-weight: 400;
}

.wysiwyg blockquote em {
    font-style: italic;
}

.wysiwyg blockquote strong {
    font-family: cako, Garamond, Didot, Didot LT STD, Hoefler Text, Calisto MT, Times New Roman, "serif";
}

.wysiwyg blockquote p {
    margin: 0;
}

.wysiwyg blockquote p,
.wysiwyg blockquote p+cite {
    border-left: 5px solid #252320;
    padding-left: 60px;
    text-align: left;
}

.wysiwyg blockquote p[style*=right],
.wysiwyg blockquote p[style*=right]+cite {
    border-left: 0;
    border-right: 5px solid #252320;
    padding-left: 0;
    padding-right: 60px;
    text-align: right;
}

.wysiwyg blockquote cite {
    color: #888;
    display: block;
    font-family:"Ravi";
    font-size: .9375rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.5;
    padding-top: 15px;
    text-transform: uppercase;
}

.wysiwyg hr {
    background-color: #888;
    border: 0;
    display: block;
    height: 2px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.wysiwyg table {
    border: 1px solid rgba(37, 35, 32, .2);
    min-width: 100%;
}

.wysiwyg table td,
.wysiwyg table th {
    background: #fff;
    padding: 10px 20px;
    text-align: left;
}

.wysiwyg table th {
    background: #252320;
    color: #fff;
}

.wysiwyg table tr:nth-child(2n) td {
    background: rgba(37, 35, 32, .2);
}

.wysiwyg .table-overflow-container {
    margin-bottom: 60px;
    margin-top: 30px;
}

.wysiwyg .iframe-wrapper {
    height: 0;
    margin-top: 30px;
    padding-bottom: 56.25%;
    position: relative;
}

.wysiwyg .iframe-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.overlay {
    position: relative;
}

.overlay.has-image .overlay__inner {
    padding-left: 63px;
    position: relative;
}

.overlay__inner {
    background-color: #fff;
    color: #252320;
    padding: 7px 12px 7px 9px;
    text-decoration: none;
    transition-duration: .2s;
    transition-property: visibility, opacity, transform, box-shadow;
    transition-timing-function: ease-in-out;
}

.overlay__image {
    align-self: center;
    height: 40px;
    left: 9px;
    margin-top: -20px;
    max-width: 40px;
    min-width: 40px;
    position: absolute;
    top: 50%;
    z-index: 2;
}

.overlay__image img {
    object-fit: contain;
}

.overlay__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    min-height: 45px;
}

.overlay__content,
.overlay__content .description,
.overlay__content .title {
    font-family:"Ravi";
    font-size: .875rem;
    line-height: 1.1;
}

.overlay__content .title {
    font-family: cako, Garamond, Didot, Didot LT STD, Hoefler Text, Calisto MT, Times New Roman, "serif";
}

.overlay__content .description {
    font-weight: 600;
}

.overlay[data-overlay=finish] .overlay__content .title,
.overlay[data-overlay=suggested] .overlay__content>* {
    font-family:"Ravi";
}

.overlay[data-overlay=finish] .overlay__content .title {
    font-weight: 900;
}

.overlay[data-overlay=suggested] .overlay__content .description,
.overlay[data-overlay=suggested] .overlay__content .title {
    line-height: 1;
}

.overlay[data-overlay=suggested] .overlay__content .description:before {
    content: "“";
}

.overlay[data-overlay=suggested] .overlay__content .description:after {
    content: "”";
}

.overlay .btn.btn--blank {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.overlay .btn.btn--blank:before {
    content: none !important;
}

.card-result {
    align-items: flex-start;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 90px;
    position: relative;
}

.card-result__image {
    max-height: 90px;
    max-width: 90px;
}

.card-result__meta {
    display: flex;
    flex-direction: column;
}

.card-result.is-product .card-result__image {
    flex-shrink: 0;
}

.card-result.is-product .card-result__image img {
    height: 80%;
    left: 10%;
    object-fit: contain;
    top: 10%;
    width: 80%;
}

.card-result__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 10px 0;
    padding: 20px;
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .card-result__content {
        gap: 0;
    }

    .card-result__content>:not(:last-child) {
        margin-bottom: 10px;
    }
}

.card-result .btn.btn--link {
    align-self: flex-start;
}

.card-result .btn.btn--link:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.hamburger {
    transition: width .2s cubic-bezier(.65, 0, .25, 1), transform .5s cubic-bezier(.65, 0, .25, 1);
}

.hamburger:focus-visible,
html:not(.no-focus-outline) .hamburger:focus {
    outline: none;
}

.hamburger .icon {
    transition: width .2s cubic-bezier(.65, 0, .25, 1);
}

.hamburger .icon:after,
.hamburger .icon:before {
    transition: transform .2s cubic-bezier(.65, 0, .25, 1);
}

html.is-menu-open .hamburger {
    width: 96px;
}

html.is-menu-open .hamburger .icon:after,
html.is-menu-open .hamburger .icon:before {
    transition: transform .2s cubic-bezier(.65, 0, .25, 1);
    width: 22px;
}

html.is-menu-open .hamburger .icon:before {
    transform: translate(-50%) rotate(-45deg);
}

html.is-menu-open .hamburger .icon:after {
    transform: translate(-50%) rotate(45deg);
}

html:not(.is-menu-open) .hamburger:hover .icon:before {
    transform: translate(-50%, -3px);
}

html:not(.is-menu-open) .hamburger:hover .icon:after {
    transform: translate(-50%, 3px);
}

.header-main {
    transition: transform .5s cubic-bezier(.65, 0, .25, 1);
}

.header-main .logo {
    transition: opacity .2s ease-in-out;
}

.header-main .logo.on-press,
html:not(.mobile):not(.tablet) .header-main .logo:focus,
html:not(.mobile):not(.tablet) .header-main .logo:hover {
    opacity: .5;
}

.header-main nav a,
.header-main nav button {
    transition: opacity .2s ease-in-out;
}

.header-main nav a .icon,
.header-main nav button .icon {
    pointer-events: none;
    border: unset;
}

.header-main nav a.on-press .text,
.header-main nav button.on-press .text,
html:not(.mobile):not(.tablet) .header-main nav a:focus .text,
html:not(.mobile):not(.tablet) .header-main nav a:hover .text,
html:not(.mobile):not(.tablet) .header-main nav button:focus .text,
html:not(.mobile):not(.tablet) .header-main nav button:hover .text {
    opacity: .5;
}

.header-main [data-nav=search] {
    position: relative;
    border: unset;
}

.header-main [data-nav=search].on-press,
html:not(.mobile):not(.tablet) .header-main [data-nav=search]:focus,
html:not(.mobile):not(.tablet) .header-main [data-nav=search]:hover {
    opacity: 1;
}

.header-main [data-nav=search] .close,
.header-main [data-nav=search] .close:after,
.header-main [data-nav=search] .icon svg {
    transition: transform .5s cubic-bezier(.16, 1, .3, 1), opacity .5s cubic-bezier(.16, 1, .3, 1), visibility .5s cubic-bezier(.16, 1, .3, 1);
}

.header-main [data-nav=search] .close {
    display: block;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    width: 16px;
    z-index: 2;
}

.header-main [data-nav=search] .close:after,
.header-main [data-nav=search] .close:before {
    background-color: currentColor;
    border-radius: 2px;
    content: "";
    height: 20px;
    left: 50%;
    margin-left: -1px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 1.5px;
}

.is-search-open .header-main [data-nav=search] .icon svg {
    opacity: 0;
    transform: rotate(-180deg);
    visibility: hidden;
}

.is-search-open .header-main [data-nav=search] .close {
    opacity: 1;
    transform: rotate(-135deg);
}

.is-search-open .header-main [data-nav=search] .close:after {
    transform: rotate(-90deg);
    transition-delay: .2s;
}

.header-menu {
    overflow: hidden;
    z-index: 102;
}

.header-menu,
.header-menu__overflow {
    height: 100%;
}

html.is-menu-open .header-menu__overflow {
    overflow-x: hidden;
    overflow-y: auto;
}

html:not(.is-loading) .header-menu.is-init,
html:not(.is-loading) .header-menu.is-init .header-menu__cta,
html:not(.is-loading) .header-menu.is-init .header-menu__nav,
html:not(.is-loading) .header-menu.is-init a.step-in {
    opacity: 1;
    visibility: visible;
}

.header-menu .bg-1 {
    transition: transform .4s cubic-bezier(.87, 0, .13, 1);
    transition-delay: 0s;
}

html:not(.is-menu-open) .header-menu .bg-1 {
    transition-delay: .4s;
}

.header-menu>* {
    flex-grow: 1;
}

.header-menu__cta,
.header-menu__nav {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    z-index: 3;
}

.header-menu__nav {
    padding-bottom: 80px;
    padding-top: 80px;
}

.header-menu__cta {
    padding-bottom: 80px;
}

.header-menu__col {
    position: relative;
    z-index: 3;
}

.header-menu__col a {
    color: currentColor;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}

.header-menu__col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-menu__col ul li {
    margin: 0;
    padding: 0;
}

.header-menu__col ul.menu-primary ul,
.header-menu__col ul.menu-secondary {
    margin-top: 10px;
}

.header-menu__col ul.menu-primary ul>li:not(:last-child),
.header-menu__col ul.menu-secondary>li:not(:last-child) {
    margin-bottom: 10px;
}

.header-menu__col ul.menu-primary ul>li>a,
.header-menu__col ul.menu-secondary>li>a {
    font-size: .9375rem;
}

.header-menu__col ul.menu-primary>li:first-child,
.header-menu__col ul.menu-primary>li:nth-child(2),
.header-menu__col ul.menu-primary>li:nth-child(3),
.header-menu__col ul.menu-primary>li:nth-child(4) {
    margin-bottom: 25px;
}

.header-menu__col ul.menu-primary>li>a {
    font-size: 1.25rem;
    font-weight: 600;
}

.header-menu__cta {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-top: 0;
}

.header-menu__cta .card-cta {
    min-width: 420px;
}

.header-menu__cta .card-cta__media {
    margin-bottom: 15px;
}

.header-menu__cta .card-cta__content {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px 5px;
}

.header-menu__cta .card-cta__content .title {
    display: block;
    margin: 0;
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .header-menu__cta .card-cta__content {
        gap: 0;
    }

    .header-menu__cta .card-cta__content>:not(:last-child) {
        margin-right: 5px;
    }
}

.header-menu__cta .card-cta__content .btn--link .text,
.header-menu__cta .card-cta__content .title {
    font-size: 1rem;
}

.header-menu__cta .card-cta__content .btn--link .icon {
    display: none;
}

.header-menu__cta .card-cta__content:after {
    background-color: currentColor;
    content: "";
    display: block;
    height: 1px;
    pointer-events: none;
    transform: translateY(-6px) scaleX(0);
    transform-origin: left center;
    transition: transform .5s cubic-bezier(.16, 1, .3, 1);
    width: calc(100% - 4px);
}

.header-menu__cta .card-cta__content.on-press:after,
html:not(.mobile):not(.tablet) .header-menu__cta .card-cta__content:focus:after,
html:not(.mobile):not(.tablet) .header-menu__cta .card-cta__content:hover:after {
    transform: translateY(-6px) scaleX(1);
}

.header-menu .card-cta {
    opacity: 0;
    transition: opacity .3s cubic-bezier(.16, 1, .3, 1) 0s, visibility .3s cubic-bezier(.16, 1, .3, 1) 0s;
    visibility: hidden;
}

.header-menu .header-main {
    background-color: initial !important;
    color: #252320 !important;
    display: flex !important;
    transform: translateY(0) !important;
}

.is-menu-open .header-menu .card-cta,
.is-menu-open .header-menu .card-cta__media,
.is-menu-open .header-menu .card-cta__media img,
.is-menu-open .header-menu .card-cta__media video {
    opacity: 1;
    transition-delay: .4s;
    transition-duration: 2s;
    visibility: visible;
}

.is-menu-open .header-menu .card-cta {
    transform: translateY(0);
}

.is-menu-open .header-menu .card-cta__media,
.is-menu-open .header-menu .card-cta__media img,
.is-menu-open .header-menu .card-cta__media video {
    transform: scale(1);
}

.header-menu .logo-signature {
    display: none;
}

.header-menu__scrim {
    background-color: rgba(0, 0, 0, .4);
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: opacity 1s cubic-bezier(.16, 1, .3, 1), visibility 1s cubic-bezier(.16, 1, .3, 1);
    width: 100%;
    z-index: 101;
}

@keyframes spinner {
    0% {
        stroke-dashoffset: 47.52;
        transform: rotate(0deg);
    }

    50% {
        stroke-dashoffset: 226.08;
        transform: rotate(2turn);
    }

    to {
        stroke-dashoffset: 47.52;
        transform: rotate(3turn);
    }
}

.loading-spinner svg {
    align-items: center;
    display: block;
    display: flex;
    justify-content: center;
    width: 100%;
}

.loading-spinner svg circle {
    stroke-dasharray: 226.08;
    animation: spinner 2s linear infinite;
    transform-origin: 36px 36px 0;
}

.header-search {
    height: var(--vh, 100vh);
    z-index: 98;
}

html:not(.is-loading) .header-search,
html:not(.is-loading) .header-search__inner {
    opacity: 1;
    visibility: visible;
}

.header-search .bg-1 {
    transition: transform .4s cubic-bezier(.87, 0, .13, 1);
    transition-delay: 0s;
}

html:not(.is-search-open) .header-search .bg-1 {
    transition-delay: .4s;
}

.header-search__inner {
    height: 100%;
    left: 0;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.header-search .container,
.header-search__close {
    transition: opacity .4s cubic-bezier(.87, 0, .13, 1);
}

html.is-search-open .header-search .container,
html.is-search-open .header-search__close {
    transition-delay: .15s;
}

html:not(.is-search-open) .header-search .container,
html:not(.is-search-open) .header-search__close {
    opacity: 0;
    visibility: hidden;
}

.header-search .container {
    padding-bottom: calc(var(--vh, 100vh)*.1);
    padding-top: calc(var(--vh, 100vh)*.1);
    position: relative;
    z-index: 3;
}

.header-search form {
    position: relative;
    direction: rtl;
    width: 100%;
    padding-left: 20px;
}
.header-search__inner .container--960{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.header-search form input {
    font-size: 16px;
    height: 75px;
    padding-right: 20px;
}

.header-search form button {
    height: 75px;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity .5s cubic-bezier(.16, 1, .3, 1);
    width: auto;
    z-index: 2;
    border: none;
  padding-left: 20px;
}

.header-search form button .icon svg {
    max-height: 16px;
    max-width: 16px;
}

.header-search form button.on-press,
html:not(.mobile):not(.tablet) .header-search form button:focus,
html:not(.mobile):not(.tablet) .header-search form button:hover {
    opacity: .5;
}

.header-search .header-main {
    background-color: initial !important;
    color: #252320 !important;
    display: flex !important;
    right: 0;
    transform: translateY(0) !important;
}

.header-search .logo-signature {
    display: none;
}

.header-search__try {
    grid-gap: 12px;
    display: grid;
    margin-top: 25px;
}

.header-search__try .overlay__content {
    align-items: center;
    flex-direction: row;
    gap: 5px 5px;
    justify-content: flex-start;
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .header-search__try .overlay__content {
        gap: 0;
    }
}

.header-search__inner {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.header-search__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 40px;
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .header-search__filters {
        gap: 0;
    }
}

.header-search__filters .btn--link {
    color: rgba(37, 35, 32, .65);
}

.header-search__filters .btn--link.is-active {
    color: #252320;
    font-weight: 900;
}

.header-search .loading-spinner,
.header-search__filters {
    padding: 20px 0;
}

.header-search__grid {
    display: flex;
    flex-direction: column;
    gap: 3px 0;
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .header-search__grid {
        gap: 0;
    }

    .header-search__grid>:not(:last-child) {
        margin-bottom: 3px;
    }
}

.header-search__empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px 20px;
    margin: 40px 0;
    text-align: center;
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .header-search__empty {
        gap: 0;
    }

    .header-search__empty>:not(:last-child) {
        margin-bottom: 20px;
    }
}

.header-search__empty .title {
    font-family: cako, Garamond, Didot, Didot LT STD, Hoefler Text, Calisto MT, Times New Roman, "serif";
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.35;
}

.header-search__empty .title em,
.header-search__empty .title strong {
    font-weight: 400;
}

html.desktop .header-search__empty .title em,
html.desktop .header-search__empty .title strong {
    white-space: nowrap;
}

.header-search__empty .title em {
    font-style: italic;
}

.header-search__empty .title strong {
    font-family:"Ravi";
}

.header-search__scrim {
    background-color: rgba(0, 0, 0, .4);
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: opacity 1s cubic-bezier(.16, 1, .3, 1), visibility 1s cubic-bezier(.16, 1, .3, 1);
    width: 100%;
    z-index: 97;
}

.header-search__close {
    display: block;
    height: 16px;
    margin-left: -8px;
    margin-top: -8px;
    opacity: 1;
    position: absolute;
    right: 30px;
    top: 30px;
    transform: rotate(-45deg);
    transform: rotate(-135deg);
    width: 16px;
    z-index: 4;
    border: none;
}

.header-search__close:after,
.header-search__close:before {
    background-color: currentColor;
    border-radius: 2px;
    content: "";
    height: 20px;
    left: 50%;
    margin-left: -1px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 1.5px;
}

.header-search__close:after {
    transform: rotate(-90deg);
    transition-delay: .2s;
}

.social {
    color: inherit;
}

.social,
.social ul {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social ul li {
    margin: 0;
    padding: 0;
}

.social a {
    color: currentColor;
    display: block;
    transition: opacity .2s ease-in-out;
}

.social a.on-press,
html:not(.mobile):not(.tablet) .social a:focus,
html:not(.mobile):not(.tablet) .social a:hover {
   
}

.social svg {
    fill: #a3a3a3;
}

.feedback {
    margin-top: 10px;
    padding: 10px 20px;
}

.feedback--success {
    background-color: #c6e6d7;
    border: 1px solid #91ceb1;
    color: #0f5132;
}

.feedback--error {
    background-color: #f1e5e6;
    border: 1px solid #e0c3c6;
    color: #842029;
}

.feedback ul li {
    line-height: 1.2;
}

.feedback ul li+li {
    margin-top: 10px;
}

.form-subscribe__intro {
    font-family:"Ravi";
    font-size: .9375rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

.form-subscribe__intro .title {
    margin-bottom: 10px;
}

.form-subscribe button,
.form-subscribe input {
    min-height: 40px;
    padding: 0;
}

html:not(.desktop) .form-subscribe button,
html:not(.desktop) .form-subscribe input {
    min-height: 60px;
}

.form-subscribe .fields {
    grid-gap: 10px 0;
}

.form-subscribe .fields .field {
    align-items: center;
    border-bottom: 1px solid rgba(37, 35, 32, .13);
    display: flex;
}

.form-subscribe .fields .field input[type=email],
.form-subscribe .fields .field input[type=file],
.form-subscribe .fields .field input[type=number],
.form-subscribe .fields .field input[type=password],
.form-subscribe .fields .field input[type=search],
.form-subscribe .fields .field input[type=tel],
.form-subscribe .fields .field input[type=text],
.form-subscribe .fields .field select,
.form-subscribe .fields .field textarea {
    border-bottom: 0;
    padding: 0;
}

.form-subscribe .fields .field>* {
    flex-grow: 1;
    line-height: 40px;
    margin-bottom: -1px;
    min-height: 40px;
    min-width: 60px;
    width: auto;
}

.form-subscribe .fields .field>button[type=submit] {
    flex-grow: 0;
}

.form-subscribe .fields .field label {
    flex-grow: 0;
    flex-shrink: 1;
    padding-right: 20px;
    white-space: nowrap;
}

.form-subscribe .fields .field select {
    background-color: initial;
    color: rgba(0, 0, 0, .5);
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
    text-overflow: ellipsis;
    width: 100%;
}

.form-subscribe .title {
    font-family:"Ravi";
    font-size: .9375rem;
    font-weight: 900;
    line-height: 1.5;
}

.form-subscribe .btn--link {
    align-items: center;
    display: flex;
    transition: opacity .2s ease-in-out;
    width: 100%;
}

.form-subscribe .btn--link .icon {
    margin-left: 10px;
}

.form-subscribe .btn--link.on-press,
html:not(.mobile):not(.tablet) .form-subscribe .btn--link:focus,
html:not(.mobile):not(.tablet) .form-subscribe .btn--link:hover {
    opacity: .6;
}

.form-subscribe button[type=submit] {
    margin-left: auto;
}

.card-cta {
    position: relative;
}

.card-cta__image {
    overflow: hidden;
}

.card-cta__image img {
    transition: transform 3s cubic-bezier(.16, 1, .3, 1);
}

.card-cta.on-press .card-cta__image img,
html:not(.mobile):not(.tablet) .card-cta:focus .card-cta__image img,
html:not(.mobile):not(.tablet) .card-cta:hover .card-cta__image img {
    transform: scale(1.05);
}

.card-cta .pretitle {
    font-family:"Ravi";
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.card-cta .btn--link .text,
.card-cta .title {
    display: block;
    line-height: 1.1;
}

.card-cta .title {
    display: block;
    font-weight: 900;
    letter-spacing: normal;
    margin-bottom: 5px;
}

.card-cta .btn.btn--link:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.card-cta .btn.btn--link .text {
    padding: 0;
}

.card-cta .btn.btn--link .text:after {
    content: none;
}

.card-cta .btn.btn--link svg {
    margin-top: 3px;
}

.card-cta__media {
    margin-bottom: 15px;
    max-height: calc(var(--height)*1px - 30px);
}

.card-cta .btn--link .text,
.card-cta .title {
    font-size: 1rem;
}

.card-cta .btn {
    padding: 0;
}

.footer-cta {
    display: flex;
    flex-direction: column;
    gap: 50px 30px;
    padding-bottom: 50px;
    padding-top: 50px;
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .footer-cta {
        gap: 0;
    }

    .footer-cta>:not(:last-child) {
        margin-bottom: 50px;
        margin-right: 30px;
    }
}

.footer-cta .card-cta__content {
    transition: transform 2s cubic-bezier(.16, 1, .3, 1), opacity 2s cubic-bezier(.16, 1, .3, 1);
}

.footer-cta:not(.is-inview) .card-cta__content {
    opacity: 0;
    transform: translateY(-30px);
}

.footer-main {
    background-color: #f3f3f3;
    color: #252320;
    font-family:"Ravi";
    font-size: .9375rem;
    line-height: 1.5;
    position: relative;
}

.footer-main .update {
    left: 0;
    position: absolute;
    top: 0;
}

.footer-main p {
    line-height: inherit;
}

.footer-main .title {
    letter-spacing: normal;
}

.footer-main .btn,
.footer-main__nav .title {
    font-size: inherit;
    padding: 0;
}

.footer-main .container {
    flex-direction: column;
    padding-bottom: 65px;
    padding-top: 100px;
}

.footer-main .container,
.footer-main__badge,
.footer-main__badges,
.footer-main__bottom,
.footer-main__middle,
.footer-main__top {
    display: flex;
}

.footer-main__top {
  
}

.footer-main__top .logo {
    color: #252320;
    display: block;
}

.footer-main__top .logo svg {
    fill: currentColor;
}

.footer-main__middle {
    margin-bottom: 80px;
}

.footer-main__bottom {
    align-items: flex-end;
    flex-wrap: wrap;
    padding-top: 20px;
}

.footer-main__bottom .title {
    margin-bottom: 5px;
}

.footer-main__nav {
    display: flex;
    flex-grow: 1;
    line-height: 1.75;
}

.footer-main__nav .address {
    margin-bottom: 40px;
}

.footer-main__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-main__nav ul li {
    margin: 0;
    padding: 0;
}

.footer-main__bottom .title,
.footer-main__nav .title {
    font-family:"Ravi";
    font-size: .9375rem;
    font-weight: 900;
    line-height: 1.5;
}

.footer-main__bottom a,
.footer-main__bottom button,
.footer-main__nav a,
.footer-main__nav button {
    color: currentColor;
    text-decoration: none;
    transition: opacity .2s ease-in-out;
}

.footer-main__bottom a.accordion__trigger,
.footer-main__bottom button.accordion__trigger,
.footer-main__nav a.accordion__trigger,
.footer-main__nav button.accordion__trigger {
    text-decoration: none;
}

.footer-main__badge,
.footer-main__badges {
    align-items: flex-start;
    flex-wrap: nowrap;
}

.footer-main__badges {
    gap: 50px 50px;
    max-width: 820px;
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .footer-main__badges {
        gap: 0;
    }
}

.footer-main__badges,
.footer-main__badges .title {
    font-family:"Ravi";
    font-size: .75rem;
    line-height: 1.5;
}

.footer-main__badge {
    gap: 30px 30px;
    max-width: 400px;
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .footer-main__badge {
        gap: 0;
    }

    .footer-main__badge>:not(:last-child) {
        margin-right: 30px;
    }
}

.footer-main__badge div.step-in {
    min-width: 80px;
}

.footer-main__fineprint {
    display: flex;
    gap: 10px 20px;
    justify-content: space-between;
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .footer-main__fineprint {
        gap: 0;
        margin-bottom: -10px;
    }

    .footer-main__fineprint>* {
        margin-bottom: 10px;
    }

    .footer-main__fineprint>:not(:last-child) {
        margin-right: 20px;
    }
}

.footer-main__fineprint a,
.footer-main__fineprint p {
    font-family:"Ravi";
    font-size: .75rem;
    line-height: 1.5;
    line-height: 1;
}

.blocks {
    grid-gap: 50px 0;
    display: grid;
}

.standard-content .container {
    padding-top: 140px;
}

.page .standard-content .title {
    margin-bottom: 40px;
}

.page .standard-content .btn.btn--back,
.page .standard-content .wysiwyg-basic {
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out;
    visibility: hidden;
}

.page .standard-content.is-inview .btn.btn--back,
.page .standard-content.is-inview .wysiwyg-basic {
    opacity: 1;
    visibility: visible;
}

.page .standard-content.is-inview .wysiwyg-basic {
    transition-delay: .35s;
}

.page .standard-content.is-inview .btn.btn--back {
    transition-delay: .4s;
}

.checkout-success .standard-content,
.page--404 .standard-content {
    text-align: center;
}

.checkout-success .standard-content .wysiwyg-basic,
.page--404 .standard-content .wysiwyg-basic {
    margin-bottom: 20px;
}

/*! Humaan DNA v6 */

@media (min-width:375px) {
    .fields[data-columns="14"] {
        grid-template-columns: repeat(14, 1fr);
    }

    .fields[data-columns="16"] {
        grid-template-columns: repeat(16, 1fr);
    }

    .fields[data-columns="18"] {
        grid-template-columns: repeat(18, 1fr);
    }

    .fields>[data-span="1"] {
        grid-column: span 1;
    }

    .fields>[data-span="2"] {
        grid-column: span 2;
    }

    .fields>[data-span="3"] {
        grid-column: span 3;
    }

    .fields>[data-span="4"] {
        grid-column: span 4;
    }

    .fields>[data-span="5"] {
        grid-column: span 5;
    }

    .fields>[data-span="6"] {
        grid-column: span 6;
    }

    .fields>[data-span="7"] {
        grid-column: span 7;
    }

    .fields>[data-span="8"] {
        grid-column: span 8;
    }

    .fields>[data-span="9"] {
        grid-column: span 9;
    }

    .fields>[data-span="10"] {
        grid-column: span 10;
    }

    .fields>[data-span="11"] {
        grid-column: span 11;
    }

    .fields>[data-span="12"] {
        grid-column: span 12;
    }

    .fields .field[data-span=half] {
        grid-column: span 6;
    }

    .fields .field[data-span=third] {
        grid-column: span 6;
    }

    .content-spacing>* {
        margin-bottom: 100px;
        margin-top: 100px;
    }

    .header-search__empty .title {
        font-size: 1.5rem;
    }
}

@media (min-width:375px) and (max-width:768px) {
    .footer-main__badges {
        display: flex;
        flex-direction: row;
        gap: 0;
        margin-left: -40px;
        max-width: none;
        width: auto;
    }

    .footer-main__badge {
        gap: 0;
        padding-left: 40px;
        width: calc(100% - 40px);
    }

    .footer-main__badge>.step-in:first-child {
        min-height: 71px;
    }

    .footer-main__badge,
    .footer-main__badge .step-in:not(ul) {
        display: block;
    }

    .footer-main__badge .step-in+.step-in {
        margin-top: 20px;
    }
}

@media (min-width:390px) {
    .grid {
        grid-gap: 22px;
    }
}

@media (min-width:481px) {
    .content-spacing>* {
        margin-bottom: 120px;
        margin-top: 120px;
    }

    .card-result {
        flex-direction: row;
    }

    .card-result__content {
        padding: 20px 50px 20px 35px;
    }

    .card-result .btn.btn--link {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 2;
    }

    .card-result .btn.btn--link .text {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    .card-result .btn.btn--link .icon {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        z-index: 2;
    }

    .header-search form input {
        font-size: 16px;
    }

    .header-search form button .icon svg {
        max-height: 18px;
        max-width: 18px;
    }

    .header-search__try {
        grid-template-columns: repeat(2, 1fr);
    }

    .header-search__empty .title {
        font-size: 1.5625rem;
    }

    .form-subscribe .fields .field select {
        flex-grow: 0;
    }

    .card-cta .pretitle {
        font-size: .8125rem;
    }

    .card-cta .title {
        margin-bottom: 10px;
    }
}

@media (min-width:768px) {
    .fields .field[data-span=third] {
        grid-column: span 4;
    }

    .grid {
        grid-template-columns: repeat(12, 1fr);
    }

    .grid [data-span="1"] {
        grid-column: span 1;
    }

    .grid [data-span="2"] {
        grid-column: span 2;
    }

    .grid [data-span="3"] {
        grid-column: span 3;
    }

    .grid [data-span="4"] {
        grid-column: span 4;
    }

    .grid [data-span="5"] {
        grid-column: span 5;
    }

    .grid [data-span="6"] {
        grid-column: span 6;
    }

    .grid [data-span="7"] {
        grid-column: span 7;
    }

    .grid [data-span="8"] {
        grid-column: span 8;
    }

    .grid [data-span="9"] {
        grid-column: span 9;
    }

    .grid [data-span="10"] {
        grid-column: span 10;
    }

    .grid [data-span="11"] {
        grid-column: span 11;
    }

    .grid [data-span="12"] {
        grid-column: span 12;
    }

    .grid.grid--gutter50 {
        gap: 50px;
    }

    .overlay[data-overlay=suggested] .overlay__content {
        min-height: 62px;
    }

    .card-result {
        align-items: center;
    }

    .card-result__content {
        padding-right: 90px;
    }

    .card-result .btn.btn--link .icon {
        width: 90px;
    }

    .header-menu__cta,
    .header-menu__nav {
        padding-left: 100px;
        padding-right: 100px;
    }

    .header-menu .card-cta {
        max-width: 420px;
        min-width: auto;
        width: 100%;
    }

    .header-menu__nav .header-menu__col {
        padding-right: 30px;
    }

    .header-menu__col {
        display: flex;
        flex-direction: column;
        width: 50%;
    }

    .header-menu__col:nth-child(2) ul.menu-primary {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .header-menu__col:nth-child(2) ul.menu-primary li:last-child {
        align-items: center;
        display: flex;
        flex-grow: 1;
    }

    .header-menu__col:last-child ul.menu-primary {
        flex-grow: 1;
    }

    .header-menu__cta {
        flex-direction: row;
    }

    .header-menu__cta>* {
        width: 50%;
    }

    .header-menu__cta,
    .header-menu__nav {
        align-self: center;
        display: flex;
        gap: 50px 60px;
    }

    @supports (-webkit-touch-callout:none) and (not (translate:none)) {

        .header-menu__cta,
        .header-menu__nav {
            gap: 0;
            justify-content: space-between;
        }

        .header-menu__cta>*,
        .header-menu__nav>* {
            width: calc(50% - 30px);
        }
    }

    .header-search__try {
        grid-gap: 22px;
        grid-template-columns: repeat(4, 1fr);
    }

    .header-search .loading-spinner,
    .header-search__filters {
        padding: 50px 0;
    }

    .card-cta .btn--link .text,
    .card-cta .title {
        font-size: 1.125rem;
    }

    .footer-cta {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width:768px) and (max-width:1490px) {

    .wysiwyg .alignleft,
    .wysiwyg .alignright {
        width: 50%;
    }
}

@media (min-width:769px) {
    .content-spacing>* {
        margin-bottom: 140px;
        margin-top: 140px;
    }

    html.has-scroll-smooth.desktop.custom-cursor-init .cursor.has-moved,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor.is-moving .cursor__ring .inner,
    html.has-scroll-smooth.desktop.is-loading .cursor .cursor__ring .inner {
        opacity: 1;
    }

    html.has-scroll-smooth.desktop.custom-cursor-init .cursor {
        color: #fff;
        mix-blend-mode: difference;
        z-index: 10000;
    }

    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .cursor__dot:before,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .cursor__ring .inner:before,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .draggable,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .moveable,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .next,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .playable,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .prev {
        transition-delay: 1ms !important;
    }

    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .inner,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .inner:before,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .inner>span,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .inner>svg {
        transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
        will-change: opacity;
    }

    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .draggable,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .moveable,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .next,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .playable,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .prev,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor__dot,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor__ring,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor__ring .inner:before {
        transition: transform .6s cubic-bezier(.165, .84, .44, 1), box-shadow .6s cubic-bezier(.165, .84, .44, 1);
        will-change: transform;
    }

    html.has-scroll-smooth.desktop.custom-cursor-init .cursor__dot {
        transition-duration: 1ms;
    }

    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .inner,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor__ring {
        transition-duration: 1ms;
    }

    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .inner {
        transition-timing-function: cubic-bezier(.47, 0, .745, .715);
    }

    html.has-scroll-smooth.desktop.custom-cursor-init .cursor.is-draggable .cursor__ring,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor.is-moveable .cursor__ring,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor.is-next,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor.is-playable .cursor__ring,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor.is-prev {
        transition-duration: 0s;
    }

    html.has-scroll-smooth.desktop.custom-cursor-init .cursor,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor *,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor :after,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor :before {
        pointer-events: none;
    }

    html.has-scroll-smooth.desktop.custom-cursor-init .cursor,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .draggable,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .inner:before,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .moveable,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .next,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .playable,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .prev,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor__ring .inner>span {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    html.has-scroll-smooth.desktop.custom-cursor-init .cursor__ring {
        height: 24px;
        margin-left: -12px;
        margin-top: -12px;
        position: fixed;
        width: 24px;
    }

    html.has-scroll-smooth.desktop.custom-cursor-init .cursor__ring .inner {
        display: block;
        height: 100%;
        position: relative;
        width: 100%;
    }

    html.has-scroll-smooth.desktop.custom-cursor-init .cursor__ring .inner:before {
        border-radius: 50%;
        box-shadow: inset 0 0 0 2px #fff;
        content: "";
        display: block;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    html.has-scroll-smooth.desktop.custom-cursor-init .cursor__ring .inner>span {
        background-color: #fff;
        border-radius: 50%;
        display: block;
        opacity: 0;
    }

    html.has-scroll-smooth.desktop.custom-cursor-init .cursor__ring .inner>svg {
        display: block;
        height: 27px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 27px;
    }

    html.has-scroll-smooth.desktop.custom-cursor-init .cursor__ring .inner>svg circle {
        stroke: currentColor;
        stroke-width: 2px;
        fill: none;
        stroke-linecap: round;
        stroke-dasharray: 226.08;
        transform-origin: 36px 36px 0;
    }

    html.has-scroll-smooth.desktop.custom-cursor-init .cursor__dot {
        height: 12px;
        margin-left: -6px;
        margin-top: -6px;
        opacity: 1;
        pointer-events: none;
        position: fixed;
        width: 12px;
    }

    html.has-scroll-smooth.desktop.custom-cursor-init .cursor__dot:before {
        background-color: currentColor;
        border-radius: 50%;
        content: "";
        display: block;
        height: 100%;
        width: 100%;
    }

    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .draggable,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .moveable,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .next,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .playable,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .prev {
        align-items: center;
        color: currentColor;
        display: flex;
        font-family:"Ravi";
        font-size: .75rem;
        font-weight: 900;
        justify-content: center;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .next svg path,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .prev svg path {
        stroke-width: 0;
    }

    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .draggable svg path,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .moveable svg path {
        stroke-width: 1px;
        stroke: #fff;
    }

    html.has-scroll-smooth.desktop.is-loading.custom-cursor-init .cursor__ring .inner:before {
        box-shadow: inset 0 0 0 0 #fff;
    }

    html.has-scroll-smooth.desktop.is-loading.custom-cursor-init .cursor__ring .inner>svg circle {
        animation: spinner 2s linear infinite;
    }

    html.has-scroll-smooth.desktop.is-loading.custom-cursor-init .cursor .cursor__ring .inner:before {
        opacity: 0;
    }

    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-draggable .cursor__dot:before,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-moveable .cursor__dot:before,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-next .cursor__dot:before,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-playable .cursor__dot:before,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-prev .cursor__dot:before {
        opacity: 0;
        transform: scale(0);
        transition-duration: .3s;
    }

    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-draggable .cursor__ring .inner:before,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-moveable .cursor__ring .inner:before,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-next .cursor__ring .inner:before,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-playable .cursor__ring .inner:before,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-prev .cursor__ring .inner:before {
        box-shadow: inset 0 0 0 .5px #fff;
        transform: translate(-50%, -50%) scale(5);
    }

    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-draggable .cursor__ring .inner,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-moveable .cursor__ring .inner,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-next .cursor__ring .inner,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-playable .cursor__ring .inner,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-prev .cursor__ring .inner {
        opacity: 1;
    }

    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-prev .prev {
        transform: scale(2) translateX(-10%);
    }

    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-next .next {
        transform: scale(2) translateX(10%);
    }

    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-draggable .draggable,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-moveable .moveable {
        transform: scale(4);
    }

    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-playable .playable {
        transform: scale(1);
    }

    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-draggable.is-clickable .draggable,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-draggable.is-clickable .moveable,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-moveable.is-clickable .draggable,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-moveable.is-clickable .moveable {
        transform: scale(0);
    }

    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-clickable *,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-clickable :after,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-clickable :before,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-draggable *,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-draggable :after,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-draggable :before,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-moveable *,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-moveable :after,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-moveable :before,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-next *,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-next :after,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-next :before,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-playable *,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-playable :after,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-playable :before,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-prev *,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-prev :after,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-prev :before {
        transition-delay: 0s !important;
    }

    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor .cursor__dot:before {
        transform: scale(0);
    }

    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor .cursor__ring .inner:before {
        transform: translate(-50%, -50%) scale(1);
    }

    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-clickable:not(.is-playable) .cursor__dot:before {
        transform: scale(1);
    }

    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-clickable:not(.is-playable) .cursor__ring .inner:before {
        transform: translate(-50%, -50%) scale(0);
    }

    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor .cursor__ring .inner>svg {
        opacity: 0;
    }

    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-draggable.is-clickable .cursor__dot:before,
    html.has-scroll-smooth.desktop:not(.is-loading).custom-cursor-init .cursor.is-moveable.is-clickable .cursor__dot:before {
        opacity: 1;
    }

    .wysiwyg blockquote {
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .wysiwyg .alignleft,
    .wysiwyg .alignright {
        height: auto;
        margin-bottom: 15px;
        margin-top: 15px;
        max-width: 350px;
        width: auto;
    }

    .wysiwyg .alignleft {
        float: left;
        margin-right: 60px;
    }

    .wysiwyg .alignright {
        float: right;
        margin-left: 60px;
    }

    html[data-direction=down].is-header-scrolled .header-main {
        transform: translateY(-15%);
    }

    html[data-direction=down].is-header-scrolled .header-main+.logo-signature {
        transform: translateX(0);
    }

    html.is-animating .header-main,
    html.is-loading .header-main {
        transform: translateY(0) !important;
    }

    .header-search form input {
        font-size: 16px;
    }

    .header-search form button .icon svg {
        max-height: 20px;
        max-width: 20px;
    }

    .header-search__empty .title {
        font-size: 1.625rem;
        line-height: 1.35;
    }

    .social,
    .social ul {
        gap: 5px 20px;
        justify-content: normal;
        direction: ltr;
    }

    @supports (-webkit-touch-callout:none) and (not (translate:none)) {

        .social,
        .social ul {
            gap: 0;
        }

        .social ul>li:not(:last-child),
        .social>li:not(:last-child) {
            margin-right: 40px;
        }
    }

    .footer-main__badges .footer-main__badge:not(:last-child) {
        margin-right: 50px;
    }

    .footer-main .container {
        padding-top: 80px;
    }

    .footer-main__badge,
    .footer-main__badges,
    .footer-main__bottom,
    .footer-main__middle,
    .footer-main__top {
        gap: 30px 50px;
    }

    @supports (-webkit-touch-callout:none) and (not (translate:none)) {

        .footer-main__badge,
        .footer-main__badges,
        .footer-main__bottom,
        .footer-main__middle,
        .footer-main__top {
            gap: 0;
        }

        .footer-main__badge .footer-main__badge,
        .footer-main__badges .footer-main__badge,
        .footer-main__bottom .footer-main__badge,
        .footer-main__middle .footer-main__badge,
        .footer-main__top .footer-main__badge {
            margin-bottom: 30px;
        }
    }

    .footer-main__nav {
        min-width: 530px;
    }

    .footer-main__nav>* {
        padding-right: 30px;
        width: 33.3333%;
    }

    .footer-main__nav .accordion__trigger {
        display: block;
        pointer-events: none;
        text-align: left;
    }

    .footer-main__nav .accordion__trigger .title {
        display: block;
        margin-bottom: 10px;
    }

    .footer-main__nav .accordion__trigger .icon {
        display: none;
    }

    .footer-main__nav .accordion__trigger,
    .footer-main__nav .accordion__trigger:focus,
    .footer-main__nav .accordion__trigger:hover {
        text-decoration: none;
    }

    .footer-main__badges {
        margin-right: auto;
    }

    .footer-main__badge {
        gap: 30px 30px;
    }

    @supports (-webkit-touch-callout:none) and (not (translate:none)) {
        .footer-main__badge {
            gap: 0;
        }
    }

    .footer-main__top .logo {
        margin-right: auto;
    }

    .footer-main .form-subscribe,
    .footer-main .social,
    .footer-main__fineprint {
        width: 370px;
    }

    .blocks {
        grid-gap: 100px 0;
    }
}

@media (min-width:769px) and (max-width:1023px) {
    .footer-main__middle {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        gap: 65px 0;
    }

    @supports (-webkit-touch-callout:none) and (not (translate:none)) {
        .footer-main__middle {
            gap: 0;
        }

        .footer-main__middle .footer-main__nav {
            margin-top: 65px;
        }
    }

    .footer-main__nav {
        width: 100%;
    }
}

@media (min-width:769px) and (min-width:481px) {

    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .draggable,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .moveable,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .next,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .playable,
    html.has-scroll-smooth.desktop.custom-cursor-init .cursor .prev {
        font-size: .8125rem;
    }
}

@media (min-width:961px) {
    .custom-select-container .custom-select-opener {
        height: 50px;
    }

    .content-spacing>* {
        margin-bottom: 160px;
        margin-top: 160px;
    }

    .wysiwyg blockquote {
        font-size: 1.375rem;
    }

    .header-search form input {
        font-size:16px;
        padding-right: 20px;
    }

    .header-search form button .icon svg {
        max-height: 25px;
        max-width: 25px;
    }

    .header-search__empty .title {
        font-size: 1.75rem;
    }

    .card-cta .btn--link .text,
    .card-cta .title {
        font-size: 1.25rem;
    }

    .footer-cta {
        grid-gap: 50px 50px;
        padding-bottom: 80px;
        padding-top: 80px;
    }

    .blocks {
        grid-gap: 150px 0;
    }

    .standard-content .container {
        min-height: var(--vh, 100vh);
        padding-bottom: 120px;
        padding-top: 180px;
    }

    .checkout-success .standard-content .container,
    .page--404 .standard-content .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (min-width:1024px) {

    html.has-scroll-smooth.desktop.custom-cursor-init,
    html.has-scroll-smooth.desktop.custom-cursor-init * {
        /* cursor: none !important; */
   
    }

    .header-search .hamburger {
        display: none;
    }

    .footer-main__nav {
        margin-right: auto;
        max-width: 790px;
    }
}

@media (min-width:1281px) {
    .content-spacing>* {
        margin-bottom: 200px;
        margin-top: 200px;
    }

    .wysiwyg blockquote {
        font-size: 1.5rem;
    }

    .header-search form input {
        font-size: 16px;
        padding-right: 20px;
    }

    .header-search form button .icon svg {
        max-height: 30px;
        max-width: 30px;
    }

    .header-search__empty .title {
        font-size: 2.25rem;
    }

    .card-cta picture {
        margin-bottom: 25px;
    }

    .card-cta .btn--link .text,
    .card-cta .title {
        font-size: 1.5rem;
    }

    .footer-cta {
        grid-gap: 50px 90px;
    }

    .blocks {
        grid-gap: 200px 0;
    }
}

@media (min-width:1681px) {
    .header-menu__nav {
        padding-bottom: 100px;
        padding-top: 100px;
    }

    .header-menu__cta {
        padding-bottom: 100px;
    }

    .header-menu__col ul.menu-primary ul,
    .header-menu__col ul.menu-secondary {
        margin-top: 20px;
    }

    .header-menu__col ul.menu-primary ul>li:not(:last-child),
    .header-menu__col ul.menu-secondary>li:not(:last-child) {
        margin-bottom: 20px;
    }

    .header-menu__col ul.menu-primary ul>li>a,
    .header-menu__col ul.menu-secondary>li>a {
        font-size: 1.125rem;
    }

    .header-menu__col ul.menu-primary>li:first-child,
    .header-menu__col ul.menu-primary>li:nth-child(2),
    .header-menu__col ul.menu-primary>li:nth-child(3),
    .header-menu__col ul.menu-primary>li:nth-child(4) {
        margin-bottom: 40px;
    }

    .header-menu__col ul.menu-primary>li>a {
        font-size: 1.5rem;
    }
}

@media (min-width:1800px) {
    .header-menu__cta {
        gap: 75px 60px;
    }

    @supports (-webkit-touch-callout:none) and (not (translate:none)) {
        .header-menu__cta {
            gap: 0;
        }

        .header-menu__cta>:not(:last-child) {
            margin-right: 60px;
        }
    }
}

@media (max-width:1023px) {
    .header-menu {
        display: flex;
        flex-direction: column;
    }

    .header-menu__cta,
    .header-menu__nav {
        width: 100%;
    }

    .header-menu__nav {
        padding: 80px 40px;
    }

    .header-menu__cta {
        align-items: flex-start;
        padding: 0 40px 80px;
    }
}

@media (max-width:768px) {
    html[data-direction=down].is-header-scrolled .header-main {
        transform: translateY(-60px);
    }

    .footer-main .container {
        display: block;
        padding-bottom: 65px;
        padding-top: 65px;
    }

    .footer-main .container>* {
        margin-left: auto;
        margin-right: auto;
        max-width: 480px;
        width: 100%;
    }

    .footer-main .logo {
        display: none;
    }

    .footer-main__bottom,
    .footer-main__nav,
    .footer-main__top {
        display: block;
    }

    .footer-main__middle {
        flex-direction: column-reverse;
    }

    .footer-main__bottom {
        gap: 0;
    }

    .footer-main__fineprint,
    .footer-main__nav {
        margin-top: 40px;
    }

    .footer-main__middle,
    .footer-main__top {
        margin-bottom: 40px;
    }

    .footer-main__nav>.accordion:not(:last-child) {
        margin-bottom: 30px;
    }

    .footer-main__nav ul {
        width: 100%;
    }

    .footer-main__badge p {
        display: none;
    }

    .footer-main .accordion {
        width: 100%;
    }

    .footer-main .accordion .title {
        font-family: cako, Garamond, Didot, Didot LT STD, Hoefler Text, Calisto MT, Times New Roman, "serif";
        font-family:"Ravi";
        font-size: 1.125rem;
        font-weight: 400;
        font-weight: 600;
        line-height: 1.5;
    }

    .footer-main .accordion .title em,
    .footer-main .accordion .title strong {
        font-weight: 400;
    }

    html.desktop .footer-main .accordion .title em,
    html.desktop .footer-main .accordion .title strong {
        white-space: nowrap;
    }

    .footer-main .accordion .title em {
        font-style: italic;
    }

    .footer-main .accordion .title strong {
        font-family:"Ravi";
    }

    .footer-main .accordion .title em,
    .footer-main .accordion .title strong {
        font-weight: 400;
    }

    .footer-main .accordion .title em {
        font-style: italic;
    }

    .footer-main .accordion .title strong {
        font-family: cako, Garamond, Didot, Didot LT STD, Hoefler Text, Calisto MT, Times New Roman, "serif";
    }

    .footer-main .accordion__panel ul {
        padding-top: 15px;
    }

    .footer-main__fineprint {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-between;
        margin-bottom: -10px;
    }

    .footer-main__fineprint>:not(:last-child) {
        margin-bottom: 10px;
        margin-right: 20px;
    }
}

@media (max-width:768px) and (min-width:1281px) {
    .footer-main .accordion .title {
        font-size: 1.5rem;
    }
}

@media (max-width:768px) and (min-width:769px) {
    .footer-main .accordion .title {
        font-size: 1.25rem;
        line-height: 1.4;
    }
}

@media (max-width:768px) and (min-width:961px) {
    .footer-main .accordion .title {
        font-size: 1.375rem;
    }
}

@media (max-width:767px) {
    .grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .grid [data-span="1"] {
        grid-column: span .5;
    }

    .grid [data-span="2"] {
        grid-column: span 1;
    }

    .grid [data-span="3"] {
        grid-column: span 1.5;
    }

    .grid [data-span="4"] {
        grid-column: span 2;
    }

    .grid [data-span="5"] {
        grid-column: span 2.5;
    }

    .grid [data-span="6"] {
        grid-column: span 3;
    }

    .grid [data-span="7"] {
        grid-column: span 3.5;
    }

    .grid [data-span="8"] {
        grid-column: span 4;
    }

    .grid [data-span="9"] {
        grid-column: span 4.5;
    }

    .grid [data-span="10"] {
        grid-column: span 5;
    }

    .grid [data-span="11"] {
        grid-column: span 5.5;
    }

    .grid [data-span="12"] {
        grid-column: span 6;
    }

    .wysiwyg .aligncenter,
    .wysiwyg .alignleft,
    .wysiwyg .alignnone,
    .wysiwyg .alignright {
        margin: 30px auto;
        text-align: center;
    }

    .wysiwyg .aligncenter .wp-caption-text,
    .wysiwyg .aligncenter img,
    .wysiwyg .alignleft .wp-caption-text,
    .wysiwyg .alignleft img,
    .wysiwyg .alignnone .wp-caption-text,
    .wysiwyg .alignnone img,
    .wysiwyg .alignright .wp-caption-text,
    .wysiwyg .alignright img {
        margin-left: auto;
        margin-right: auto;
    }

    .overlay.has-image .overlay__inner {
        padding-left: 46px;
    }

    .overlay__inner {
        padding: 5px 8px 4px 9px;
    }

    .overlay__image {
        height: 27px;
        left: 9px;
        margin-top: -13px;
        max-width: 27px;
        min-width: 27px;
    }

    .overlay__content {
        min-height: 35px;
    }

    .overlay__content,
    .overlay__content .description,
    .overlay__content .title {
        font-size: .75rem;
    }

    html[data-direction=down]:not(.is-menu-open):not(.is-search-open).is-header-scrolled .hamburger {
        transform: translateY(-100%);
    }

    .header-menu__nav {
        padding: 80px 40px 50px;
    }

    .header-menu__cta {
        display: none;
        padding: 0 40px 50px;
    }

    .header-menu__col ul.menu-primary>li:not(:last-child),
    .header-menu__col:not(:last-child) {
        margin-bottom: 50px;
    }

    .header-menu__col ul.menu-secondary {
        margin-top: 40px;
    }

    .form-subscribe {
        width: 100%;
    }

    .form-subscribe .btn--link .text:after {
        content: none;
    }

    .footer-cta {
        max-width: 400px;
    }
}

@media (max-width:540px) {
    .footer-main__fineprint {
        justify-content: center;
    }
}

@media (max-width:480px) {
    html.has-scroll-smooth.desktop .cursor {
        display: none;
    }

    .btn--white:before {
        transform: translateX(100%);
    }

    .card-result .btn.btn--link .text .extra {
        display: none;
    }

    html.is-menu-open .hamburger {
        width: 60px;
    }

    .header-menu__cta .card-cta__content {
        align-items: flex-start;
        flex-direction: column;
    }

    .header-menu__nav {
        padding: 60px 40px 40px 60px;
    }

    .header-menu__cta {
        display: none;
        padding: 0 40px 50px;
    }

    .header-menu__col ul.menu-primary>li:not(:last-child),
    .header-menu__col:not(:last-child) {
        margin-bottom: 25px;
    }

    .header-menu__col ul.menu-primary ul,
    .header-menu__col ul.menu-secondary {
        margin-top: 8px;
    }

    .header-menu__col ul.menu-primary ul>li:not(:last-child),
    .header-menu__col ul.menu-secondary>li:not(:last-child) {
        margin-bottom: 8px;
        margin-top: 8px;
    }

    .header-menu__col ul.menu-secondary {
        margin-top: 25px;
    }

    .header-menu__col ul.menu-primary>li>a {
        font-size: 1.125rem;
    }

    .header-menu__col ul.menu-primary ul>li>a,
    .header-menu__col ul.menu-secondary>li>a {
        font-size: .9375rem;
    }
}

@media (max-width:479px) {
    .wysiwyg .wp-video {
        height: auto;
        max-width: 100%;
        width: auto;
    }

    .wysiwyg .aligncenter,
    .wysiwyg .alignleft,
    .wysiwyg .alignnone,
    .wysiwyg .alignright {
        margin: 30px 0;
        max-width: none !important;
        text-align: left;
        width: 100%;
    }

    .wysiwyg .aligncenter .wp-caption-text,
    .wysiwyg .alignleft .wp-caption-text,
    .wysiwyg .alignnone .wp-caption-text,
    .wysiwyg .alignright .wp-caption-text {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:374px) {
    .fields>* {
        grid-column: span 12;
    }

    .form-subscribe .fields .field:last-child {
        border-bottom: 0;
        display: block;
    }

    .form-subscribe .fields .field:last-child button[type=submit] {
        justify-content: flex-start;
        margin-left: 0;
        width: 100%;
    }

    .footer-main__fineprint {
        margin-left: -30px;
        margin-right: -30px;
    }

    .footer-main__badge,
    .footer-main__badges {
        display: block;
    }

    .footer-main__badges>:not(:last-child) {
        margin-bottom: 40px;
    }

    .footer-main__badge>:not(:last-child) {
        margin-bottom: 20px;
    }
}

.img-menu-header{
    margin-top: 13px;
}
.logo.btn-blank{
    position: absolute;
    left: 100px;
}
