.StylableButton2545352419__root {
    -archetype: box;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 100%;
    min-height: 10px;
    min-width: 10px;
    padding: 0;
    touch-action: manipulation;
    width: 100%
}

.StylableButton2545352419__root[disabled] {
    pointer-events: none
}

.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBackgroundColor {
    background-color: var(--corvid-background-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBackgroundColor {
    background-color: var(--corvid-hover-background-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBackgroundColor {
    background-color: var(--corvid-disabled-background-color) !important
}

.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBorderColor {
    border-color: var(--corvid-border-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBorderColor {
    border-color: var(--corvid-hover-border-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBorderColor {
    border-color: var(--corvid-disabled-border-color) !important
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderRadius {
    border-radius: var(--corvid-border-radius) !important
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderWidth {
    border-width: var(--corvid-border-width) !important
}

.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor,
.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor .StylableButton2545352419__label {
    color: var(--corvid-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor,
.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor .StylableButton2545352419__label {
    color: var(--corvid-hover-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor,
.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor .StylableButton2545352419__label {
    color: var(--corvid-disabled-color) !important
}

.StylableButton2545352419__link {
    -archetype: box;
    box-sizing: border-box;
    color: #000;
    text-decoration: none
}

.StylableButton2545352419__container {
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 1;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    transition: all .2s ease, visibility 0s;
    width: 100%
}

.StylableButton2545352419__label {
    -archetype: text;
    -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(first);
    max-width: 100%;
    min-width: 1.8em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    transition: inherit;
    white-space: nowrap
}

.StylableButton2545352419__root.StylableButton2545352419--isMaxContent .StylableButton2545352419__label {
    text-overflow: unset
}

.StylableButton2545352419__root.StylableButton2545352419--isWrapText .StylableButton2545352419__label {
    min-width: 10px;
    overflow-wrap: break-word;
    white-space: break-spaces;
    word-break: break-word
}

.StylableButton2545352419__icon {
    -archetype: icon;
    -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(last);
    flex-shrink: 0;
    height: 50px;
    min-width: 1px;
    transition: inherit
}

.StylableButton2545352419__icon.StylableButton2545352419--override {
    display: block !important
}

.StylableButton2545352419__icon svg,
.StylableButton2545352419__icon>span {
    display: flex;
    height: inherit;
    width: inherit
}

.StylableButton2545352419__root:not(:hover):not([disalbed]).StylableButton2545352419--hasIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-icon-color) !important;
    stroke: var(--corvid-icon-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-hover-icon-color) !important;
    stroke: var(--corvid-hover-icon-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-disabled-icon-color) !important;
    stroke: var(--corvid-disabled-icon-color) !important
}

.b5zn61 {
    background: var(--background);
    border-bottom: var(--border-bottom);
    border-bottom-left-radius: var(--border-bottom-left-radius);
    border-bottom-right-radius: var(--border-bottom-right-radius);
    border-left: var(--border-left);
    border-right: var(--border-right);
    border-top: var(--border-top);
    border-top-left-radius: var(--border-top-left-radius);
    border-top-right-radius: var(--border-top-right-radius);
    box-shadow: var(--box-shadow);
    box-sizing: border-box;
    cursor: pointer;
    direction: var(--btn-direction);
    display: block;
    height: 100%;
    min-height: 10px;
    min-width: var(--btn-min-width);
    padding-bottom: var(--padding-bottom);
    padding-left: var(--padding-left);
    padding-right: var(--padding-right);
    padding-top: var(--padding-top);
    touch-action: manipulation;
    width: 100%
}

.b5zn61.kRkc5Y:not(:hover):not(:disabled) {
    border-color: var(--corvid-border-color, initial)
}

.b5zn61.oAOb11:not(:hover):not(:disabled) {
    background-color: var(--corvid-background-color, var(--background))
}

.b5zn61 [data-preview=hover],
.b5zn61:hover {
    background: var(--hover-background, var(--background));
    border-bottom: var(--hover-border-bottom, var(--border-bottom));
    border-bottom-left-radius: var(--hover-border-bottom-left-radius, var(--border-bottom-left-radius));
    border-bottom-right-radius: var(--hover-border-bottom-right-radius, var(--border-bottom-right-radius));
    border-left: var(--hover-border-left, var(--border-left));
    border-right: var(--hover-border-right, var(--border-right));
    border-top: var(--hover-border-top, var(--border-top));
    border-top-left-radius: var(--hover-border-top-left-radius, var(--border-top-left-radius));
    border-top-right-radius: var(--hover-border-top-right-radius, var(--border-top-right-radius));
    box-shadow: var(--hover-box-shadow, var(--box-shadow));
    padding-bottom: var(--hover-padding-bottom, var(--padding-bottom));
    padding-left: var(--hover-padding-left, var(--padding-left));
    padding-right: var(--hover-padding-right, var(--padding-right));
    padding-top: var(--hover-padding-top, var(--padding-top))
}

.b5zn61.vOCSHf:hover:not(:disabled) {
    border-color: var(--corvid-hover-border-color, initial)
}

.b5zn61.S1KgBG:hover:not(:disabled) {
    background-color: var(--corvid-hover-background-color, var(--hover-background, var(--background)))
}

.b5zn61 [data-preview=disabled],
.b5zn61:disabled {
    background: var(--disabled-background, var(--background));
    border-bottom: var(--disabled-border-bottom, var(--border-bottom));
    border-bottom-left-radius: var(--disabled-border-bottom-left-radius, var(--border-bottom-left-radius));
    border-bottom-right-radius: var(--disabled-border-bottom-right-radius, var(--border-bottom-right-radius));
    border-left: var(--disabled-border-left, var(--border-left));
    border-right: var(--disabled-border-right, var(--border-right));
    border-top: var(--disabled-border-top, var(--border-top));
    border-top-left-radius: var(--disabled-border-top-left-radius, var(--border-top-left-radius));
    border-top-right-radius: var(--disabled-border-top-right-radius, var(--border-top-right-radius));
    box-shadow: var(--disabled-box-shadow, var(--box-shadow));
    padding-bottom: var(--disabled-padding-bottom, var(--padding-bottom));
    padding-left: var(--disabled-padding-left, var(--padding-left));
    padding-right: var(--disabled-padding-right, var(--padding-right));
    padding-top: var(--disabled-padding-top, var(--padding-top))
}

.b5zn61.n4G1gL:disabled:not(:hover) {
    border-color: var(--corvid-disabled-border-color, initial)
}

.b5zn61.fagXcI:disabled:not(:hover) {
    background-color: var(--corvid-disabled-background-color, var(--disabled-background, var(--background)))
}

.Q_1B5v {
    background-color: var(--text-highlight, transparent);
    color: var(--color);
    direction: var(--direction);
    display: var(--label-display);
    font: var(--font, var(--font_8));
    letter-spacing: var(--letter-spacing);
    line-height: var(--line-height);
    max-width: 100%;
    min-width: 1.8em;
    overflow: hidden;
    text-align: var(--text-align, revert);
    text-decoration-line: var(--text-decoration);
    text-overflow: var(--label-text-overflow);
    text-shadow: var(--text-outline), var(--text-shadow);
    text-transform: var(--text-transform);
    transition: inherit;
    white-space: var(--label-white-space)
}

.b5zn61.lKBJfO:not(:hover):not(:disabled) .Q_1B5v {
    color: var(--corvid-color, var(--color))
}

.b5zn61 [data-preview=hover] .Q_1B5v,
.b5zn61:hover .Q_1B5v {
    background-color: var(--hover-text-highlight, var(--text-highlight, transparent));
    color: var(--hover-color, var(--color));
    direction: var(--hover-direction, var(--direction));
    display: var(--hover-label-display, var(--label-display));
    font: var(--hover-font, var(--font));
    letter-spacing: var(--hover-letter-spacing, var(--letter-spacing));
    line-height: var(--hover-line-height, var(--line-height));
    text-align: var(--hover-text-align, var(--text-align, revert));
    text-decoration-line: var(--hover-text-decoration, var(--text-decoration));
    text-shadow: var(--hover-text-outline, var(--text-outline)), var(--hover-text-shadow, var(--text-shadow));
    text-transform: var(--hover-text-transform, var(--text-transform))
}

.b5zn61.EgnLMx:hover:not(:disabled) .Q_1B5v {
    color: var(--corvid-hover-color, var(--hover-color, var(--color)))
}

.b5zn61 [data-preview=disabled] .Q_1B5v,
.b5zn61:disabled .Q_1B5v {
    background-color: var(--disabled-text-highlight, var(--text-highlight, transparent));
    color: var(--disabled-color, var(--color));
    direction: var(--disabled-direction, var(--direction));
    display: var(--disabled-label-display, var(--label-display));
    font: var(--disabled-font, var(--font));
    letter-spacing: var(--disabled-letter-spacing, var(--letter-spacing));
    line-height: var(--disabled-line-height, var(--line-height));
    text-align: var(--disabled-text-align, var(--text-align, revert));
    text-decoration-line: var(--disabled-text-decoration, var(--text-decoration));
    text-shadow: var(--disabled-text-outline, var(--text-outline)), var(--disabled-text-shadow, var(--text-shadow));
    text-transform: var(--disabled-text-transform, var(--text-transform))
}

.b5zn61.Z8I3Qb:disabled:not(:hover) .Q_1B5v {
    color: var(--corvid-disabled-color, var(--disabled-color, var(--color)))
}

.boASKT {
    box-sizing: border-box;
    color: #000;
    text-decoration: none
}

.PlliFI {
    align-items: var(--container-align-items);
    display: flex;
    flex-basis: auto;
    flex-direction: var(--container-flex-direction);
    flex-grow: 1;
    gap: var(--content-gap, "0px");
    height: 100%;
    justify-content: var(--container-justify-content);
    overflow: hidden;
    transition: all .4s ease, visibility 0s;
    width: 100%
}

.UHJG9m {
    fill: var(--icon-color);
    display: var(--icon-display);
    flex-shrink: 0;
    height: var(--icon-size);
    min-width: 1px;
    order: var(--icon-order, 0);
    transform: rotate(calc(var(--icon-rotation) * 1deg));
    transition: inherit;
    width: var(--icon-size)
}

.b5zn61.cFMwDV:not(:hover):not(:disabled) .UHJG9m {
    fill: var(--corvid-icon-color, var(--icon-color))
}

.b5zn61 [data-preview=hover] .UHJG9m,
.b5zn61:hover .UHJG9m {
    fill: var(--hover-icon-color, var(--icon-color));
    display: var(--hover-icon-display, var(--icon-display));
    height: var(--hover-icon-size, var(--icon-size));
    transform: rotate(calc(var(--hover-icon-rotation, var(--icon-rotation)) * 1deg));
    width: var(--hover-icon-size, var(--icon-size))
}

.b5zn61.xizV0v:hover:not(:disabled) .UHJG9m {
    fill: var(--corvid-hover-icon-color, var(--hover-icon-color, var(--icon-color)))
}

.b5zn61 [data-preview=disabled] .UHJG9m,
.b5zn61:disabled .UHJG9m {
    fill: var(--disabled-icon-color, var(--icon-color));
    display: var(--disabled-icon-display, var(--icon-display));
    height: var(--disabled-icon-size, var(--icon-size));
    transform: rotate(calc(var(--disabled-icon-rotation, var(--icon-rotation)) * 1deg));
    width: var(--disabled-icon-size, var(--icon-size))
}

.b5zn61.cOr5EQ:disabled:not(:hover) .UHJG9m {
    fill: var(--corvid-disabled-icon-color, var(--disabled-icon-color, var(--icon-color)))
}

.UHJG9m svg,
.UHJG9m>span {
    display: flex;
    height: inherit;
    width: inherit
}

.DPAltb {
    background: var(--background);
    border-bottom: var(--border-bottom);
    border-bottom-left-radius: var(--border-bottom-left-radius);
    border-bottom-right-radius: var(--border-bottom-right-radius);
    border-left: var(--border-left);
    border-right: var(--border-right);
    border-top: var(--border-top);
    border-top-left-radius: var(--border-top-left-radius);
    border-top-right-radius: var(--border-top-right-radius);
    box-shadow: var(--box-shadow);
    box-sizing: border-box;
    cursor: pointer;
    direction: var(--btn-direction);
    display: block;
    height: 100%;
    min-height: 10px;
    min-width: var(--btn-min-width);
    padding-bottom: var(--padding-bottom);
    padding-left: var(--padding-left);
    padding-right: var(--padding-right);
    padding-top: var(--padding-top);
    touch-action: manipulation;
    width: 100%
}

.DPAltb.HJQL50:not(:hover):not(:disabled) {
    border-color: var(--corvid-border-color, initial)
}

.DPAltb.JYQq3z:not(:hover):not(:disabled) {
    background-color: var(--corvid-background-color, var(--background))
}

.DPAltb [data-preview=hover],
.DPAltb:hover {
    background: var(--hover-background, var(--background));
    border-bottom: var(--hover-border-bottom, var(--border-bottom));
    border-bottom-left-radius: var(--hover-border-bottom-left-radius, var(--border-bottom-left-radius));
    border-bottom-right-radius: var(--hover-border-bottom-right-radius, var(--border-bottom-right-radius));
    border-left: var(--hover-border-left, var(--border-left));
    border-right: var(--hover-border-right, var(--border-right));
    border-top: var(--hover-border-top, var(--border-top));
    border-top-left-radius: var(--hover-border-top-left-radius, var(--border-top-left-radius));
    border-top-right-radius: var(--hover-border-top-right-radius, var(--border-top-right-radius));
    box-shadow: var(--hover-box-shadow, var(--box-shadow));
    padding-bottom: var(--hover-padding-bottom, var(--padding-bottom));
    padding-left: var(--hover-padding-left, var(--padding-left));
    padding-right: var(--hover-padding-right, var(--padding-right));
    padding-top: var(--hover-padding-top, var(--padding-top))
}

.DPAltb.lpKmSx:hover:not(:disabled) {
    border-color: var(--corvid-hover-border-color, initial)
}

.DPAltb.bk6HFS:hover:not(:disabled) {
    background-color: var(--corvid-hover-background-color, var(--hover-background, var(--background)))
}

.DPAltb [data-preview=disabled],
.DPAltb:disabled {
    background: var(--disabled-background, var(--background));
    border-bottom: var(--disabled-border-bottom, var(--border-bottom));
    border-bottom-left-radius: var(--disabled-border-bottom-left-radius, var(--border-bottom-left-radius));
    border-bottom-right-radius: var(--disabled-border-bottom-right-radius, var(--border-bottom-right-radius));
    border-left: var(--disabled-border-left, var(--border-left));
    border-right: var(--disabled-border-right, var(--border-right));
    border-top: var(--disabled-border-top, var(--border-top));
    border-top-left-radius: var(--disabled-border-top-left-radius, var(--border-top-left-radius));
    border-top-right-radius: var(--disabled-border-top-right-radius, var(--border-top-right-radius));
    box-shadow: var(--disabled-box-shadow, var(--box-shadow));
    padding-bottom: var(--disabled-padding-bottom, var(--padding-bottom));
    padding-left: var(--disabled-padding-left, var(--padding-left));
    padding-right: var(--disabled-padding-right, var(--padding-right));
    padding-top: var(--disabled-padding-top, var(--padding-top))
}

.DPAltb.ivX9Rv:disabled:not(:hover) {
    border-color: var(--corvid-disabled-border-color, initial)
}

.DPAltb.E9JJpO:disabled:not(:hover) {
    background-color: var(--corvid-disabled-background-color, var(--disabled-background, var(--background)))
}

.gIbEBg {
    background-color: var(--text-highlight, transparent);
    color: var(--color);
    direction: var(--direction);
    display: var(--label-display);
    font: var(--font, var(--font_8));
    letter-spacing: var(--letter-spacing);
    line-height: var(--line-height);
    max-width: 100%;
    min-width: 1.8em;
    overflow: hidden;
    text-align: var(--text-align, revert);
    text-decoration-line: var(--text-decoration);
    text-overflow: var(--label-text-overflow);
    text-shadow: var(--text-outline), var(--text-shadow);
    text-transform: var(--text-transform);
    transition: inherit;
    white-space: var(--label-white-space)
}

.DPAltb.spiv_Z:not(:hover):not(:disabled) .gIbEBg {
    color: var(--corvid-color, var(--color))
}

.DPAltb [data-preview=hover] .gIbEBg,
.DPAltb:hover .gIbEBg {
    background-color: var(--hover-text-highlight, var(--text-highlight, transparent));
    color: var(--hover-color, var(--color));
    direction: var(--hover-direction, var(--direction));
    display: var(--hover-label-display, var(--label-display));
    font: var(--hover-font, var(--font));
    letter-spacing: var(--hover-letter-spacing, var(--letter-spacing));
    line-height: var(--hover-line-height, var(--line-height));
    text-align: var(--hover-text-align, var(--text-align, revert));
    text-decoration-line: var(--hover-text-decoration, var(--text-decoration));
    text-shadow: var(--hover-text-outline, var(--text-outline)), var(--hover-text-shadow, var(--text-shadow));
    text-transform: var(--hover-text-transform, var(--text-transform))
}

.DPAltb.pkDIbl:hover:not(:disabled) .gIbEBg {
    color: var(--corvid-hover-color, var(--hover-color, var(--color)))
}

.DPAltb [data-preview=disabled] .gIbEBg,
.DPAltb:disabled .gIbEBg {
    background-color: var(--disabled-text-highlight, var(--text-highlight, transparent));
    color: var(--disabled-color, var(--color));
    direction: var(--disabled-direction, var(--direction));
    display: var(--disabled-label-display, var(--label-display));
    font: var(--disabled-font, var(--font));
    letter-spacing: var(--disabled-letter-spacing, var(--letter-spacing));
    line-height: var(--disabled-line-height, var(--line-height));
    text-align: var(--disabled-text-align, var(--text-align, revert));
    text-decoration-line: var(--disabled-text-decoration, var(--text-decoration));
    text-shadow: var(--disabled-text-outline, var(--text-outline)), var(--disabled-text-shadow, var(--text-shadow));
    text-transform: var(--disabled-text-transform, var(--text-transform))
}

.DPAltb.FOmtsV:disabled:not(:hover) .gIbEBg {
    color: var(--corvid-disabled-color, var(--disabled-color, var(--color)))
}

.OoFUKI {
    box-sizing: border-box;
    color: #000;
    text-decoration: none
}

.wpLgnL {
    align-items: var(--container-align-items);
    display: flex;
    flex-basis: auto;
    flex-direction: var(--container-flex-direction);
    flex-grow: 1;
    gap: var(--content-gap, "0px");
    height: 100%;
    justify-content: var(--container-justify-content);
    overflow: hidden;
    transition: all .4s ease, visibility 0s;
    width: 100%
}

.HvvH6i {
    fill: var(--icon-color);
    display: var(--icon-display);
    flex-shrink: 0;
    height: var(--icon-size);
    min-width: 1px;
    order: var(--icon-order, 0);
    transform: rotate(calc(var(--icon-rotation) * 1deg));
    transition: inherit;
    width: var(--icon-size)
}

.DPAltb.EENh5d:not(:hover):not(:disabled) .HvvH6i {
    fill: var(--corvid-icon-color, var(--icon-color))
}

.DPAltb [data-preview=hover] .HvvH6i,
.DPAltb:hover .HvvH6i {
    fill: var(--hover-icon-color, var(--icon-color));
    display: var(--hover-icon-display, var(--icon-display));
    height: var(--hover-icon-size, var(--icon-size));
    transform: rotate(calc(var(--hover-icon-rotation, var(--icon-rotation)) * 1deg));
    width: var(--hover-icon-size, var(--icon-size))
}

.DPAltb.tN8hsm:hover:not(:disabled) .HvvH6i {
    fill: var(--corvid-hover-icon-color, var(--hover-icon-color, var(--icon-color)))
}

.DPAltb [data-preview=disabled] .HvvH6i,
.DPAltb:disabled .HvvH6i {
    fill: var(--disabled-icon-color, var(--icon-color));
    display: var(--disabled-icon-display, var(--icon-display));
    height: var(--disabled-icon-size, var(--icon-size));
    transform: rotate(calc(var(--disabled-icon-rotation, var(--icon-rotation)) * 1deg));
    width: var(--disabled-icon-size, var(--icon-size))
}

.DPAltb.lVrFcO:disabled:not(:hover) .HvvH6i {
    fill: var(--corvid-disabled-icon-color, var(--disabled-icon-color, var(--icon-color)))
}

.HvvH6i svg,
.HvvH6i>span {
    display: flex;
    height: inherit;
    width: inherit
}

.sR1W7T {
    opacity: var(--hamburger-menu-container-initial-opacity)
}

.sR1W7T>* {
    transform: var(--hamburger-menu-container-initial-transform)
}

.sR1W7T[data-animation-name=revealFromRight] {
    clip-path: inset(0)
}

.sR1W7T[data-animation-name=revealFromRight]>* {
    transition: transform .4s cubic-bezier(.645, .045, .355, 1)
}

.sR1W7T[data-animation-name=revealFromRight][data-animation-state=enterActive]>*,
.sR1W7T[data-animation-name=revealFromRight][data-animation-state=enterDone]>* {
    transform: translateX(0)
}

.sR1W7T[data-animation-name=fadeIn] {
    transition: opacity .4s cubic-bezier(.645, .045, .355, 1)
}

.sR1W7T[data-animation-name=fadeIn][data-animation-state=enterActive],
.sR1W7T[data-animation-name=fadeIn][data-animation-state=enterDone] {
    opacity: 1
}

.gNqkn3 {
    border-radius: var(--overflow-wrapper-border-radius)
}

.HamburgerMenuContainer502174924__root {
    -archetype: paintBox;
    left: 0
}

.EdP9A9,
.HamburgerMenuContainer502174924__root {
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.EdP9A9 {
    background: var(--background);
    border: var(--border);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    inset-inline-start: 0
}

.YZgQBw {
    align-items: center;
    display: flex;
    flex-direction: var(--container-flex-direction);
    flex-wrap: nowrap;
    gap: var(--menu-items-main-axis-gap)
}

.YZgQBw,
.djGpM3 {
    flex-grow: var(--menu-items-flex-grow)
}

.djGpM3 {
    display: var(--item-wrapper-display);
    height: var(--menu-item-wrapper-height);
    justify-content: var(--container-align);
    width: var(--item-wrapper-width)
}

.oU_31J {
    align-items: center;
    background: var(--item-background);
    border-bottom: var(--item-border-bottom);
    border-left: var(--item-border-left);
    border-radius: var(--item-border-radius);
    border-right: var(--item-border-right);
    border-top: var(--item-border-top);
    box-shadow: var(--item-box-shadow);
    box-sizing: border-box;
    display: flex;
    gap: var(--spacing-between-label-and-dropdown-icon);
    height: 100%;
    justify-content: var(--item-text-align);
    padding: var(--item-vertical-padding) var(--item-horizontal-padding);
    position: relative;
    width: var(--item-width)
}

.oU_31J[data-interactive=true]:hover,
.oU_31J[data-preview=hover],
[data-open]:not([data-animation-state=exitActive]):not([data-animation-state=exitDone])>.djGpM3>.oU_31J {
    background: var(--item-hover-background, var(--item-background));
    border-bottom: var(--item-hover-border-bottom, var(--item-border-bottom));
    border-left: var(--item-hover-border-left, var(--item-border-left));
    border-radius: var(--item-hover-border-radius, var(--item-border-radius));
    border-right: var(--item-hover-border-right, var(--item-border-right));
    border-top: var(--item-hover-border-top, var(--item-border-top));
    box-shadow: var(--item-hover-box-shadow, var(--item-box-shadow))
}

.oU_31J[data-interactive=true]:hover .xeYvd7,
.oU_31J[data-preview=hover] .xeYvd7,
[data-open]:not([data-animation-state=exitActive]):not([data-animation-state=exitDone])>.djGpM3>.oU_31J .xeYvd7 {
    background-color: var(--item-hover-text-highlight, var(--item-text-highlight));
    color: var(--item-hover-color, var(--item-color));
    line-height: var(--item-line-height);
    text-decoration-line: var(--item-hover-text-decoration, var(--item-text-decoration));
    text-shadow: var(--item-hover-text-outline, var(--item-text-outline)), var(--item-hover-text-shadow, var(--item-text-shadow))
}

.oU_31J[data-interactive=true]:hover path,
.oU_31J[data-preview=hover] path,
[data-open]:not([data-animation-state=exitActive]):not([data-animation-state=exitDone])>.djGpM3>.oU_31J path {
    fill: var(--item-hover-icon-color, var(--item-icon-color, currentcolor))
}

.oU_31J[data-preview=selected],
.oU_31J[data-selected] {
    background: var(--item-selected-background, var(--item-background));
    border-bottom: var(--item-selected-border-bottom, var(--item-border-bottom));
    border-left: var(--item-selected-border-left, var(--item-border-left));
    border-radius: var(--item-selected-border-radius, var(--item-border-radius));
    border-right: var(--item-selected-border-right, var(--item-border-right));
    border-top: var(--item-selected-border-top, var(--item-border-top));
    box-shadow: var(--item-selected-box-shadow, var(--item-box-shadow))
}

.oU_31J[data-preview=selected] .xeYvd7,
.oU_31J[data-selected] .xeYvd7 {
    background-color: var(--item-selected-text-highlight, var(--item-text-highlight));
    color: var(--item-selected-color, var(--item-color));
    line-height: var(--item-line-height);
    text-decoration-line: var(--item-selected-text-decoration, var(--item-text-decoration));
    text-shadow: var(--item-selected-text-outline, var(--item-text-outline)), var(--item-selected-text-shadow, var(--item-text-shadow))
}

.oU_31J[data-preview=selected] path,
.oU_31J[data-selected] path {
    fill: var(--item-selected-icon-color, var(--item-icon-color, currentcolor))
}

.oU_31J>a:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.xeYvd7 {
    background-color: var(--item-text-highlight);
    color: var(--item-color);
    direction: var(--item-direction);
    font: var(--item-font, font_6);
    letter-spacing: var(--item-letter-spacing);
    line-height: var(--item-line-height);
    text-decoration-line: var(--item-text-decoration);
    text-shadow: var(--item-text-outline), var(--item-text-shadow);
    text-transform: var(--item-text-transform);
    white-space: nowrap
}

.TNsPxD {
    --computed-anchor: var(--anchor, var(--dropdown-anchor));
    --computed-align: var(--align, var(--dropdown-align));
    --computed-space-above: var(--space-above, var(--dropdown-space-above));
    --computed-horizontal-margin: var(--horizontal-margin, var(--dropdown-horizontal-margin));
    --before-el-top: calc(-1 * var(--computed-space-above));
    display: none !important;
    inset: auto !important;
    left: var(--dropdown-left) !important;
    margin-top: var(--computed-space-above) !important;
    position: absolute !important;
    visibility: hidden;
    z-index: var(--above-all-z-index)
}

.TNsPxD:before {
    content: "";
    display: block;
    height: var(--computed-space-above);
    position: absolute;
    top: var(--before-el-top);
    width: 100%
}

.TNsPxD[data-open=true] {
    visibility: visible
}

.YZgQBw[data-open=calculating] .TNsPxD,
.YZgQBw[data-open=true] .TNsPxD {
    display: grid !important
}

.okY9U1 {
    cursor: pointer;
    display: var(--item-icon-display, flex)
}

.okY9U1 svg {
    height: var(--item-icon-size);
    width: var(--item-icon-size)
}

.okY9U1 path {
    fill: var(--item-icon-color, currentcolor)
}

.okY9U1.DVFVut:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

#SITE_CONTAINER.focus-ring-active .okY9U1:focus:before {
    outline: 2px solid #116dff;
    outline-offset: -2px
}

.okY9U1.VDxzQG {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    display: var(--sr-only-item-icon-display, flex);
    position: absolute
}

.okY9U1.VDxzQG:active,
.okY9U1.VDxzQG:focus {
    clip-path: unset;
    position: static
}

.EX5Ksz[data-open] {
    transform: rotate(-180deg)
}

.RAdtUj {
    display: var(--vertical-expand-collapse-display, var(--item-icon-display, flex))
}

.okY9U1:not(.DVFVut):not(.VDxzQG) {
    position: relative
}

.okY9U1:not(.DVFVut):before {
    content: "";
    height: max(100%, 24px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: max(var(--item-icon-size), 24px)
}

.cf3HLb {
    display: var(--horizontal-menu-dropdown-display, block)
}

.UUkylQ {
    display: var(--vertical-menu-dropdown-display);
    margin-top: calc(var(--menu-items-main-axis-gap, 0)*-1);
    width: 100%
}

.zIlxcF {
    --computed-space-above: var(--space-above, var(--dropdown-space-above));
    height: var(--vertical-dropdown-height);
    margin-top: var(--vertical-dropdown-height, var(--computed-space-above)) !important;
    visibility: var(--vertical-dropdown-visibility)
}

.mafHsF .zIlxcF {
    height: unset;
    margin-top: var(--computed-space-above) !important;
    visibility: unset
}

.yRGvfY {
    align-self: stretch;
    border-left: var(--horizontal-menu-item-divider, none);
    border-top: var(--vertical-menu-item-divider, none);
    display: var(--divider-display, none)
}

.YZgQBw:last-child .yRGvfY {
    display: none
}

.zi7u4T [data-part=menu-item] {
    --underline-scale: scaleX(0);
    --wash-scale: scaleX(0);
    --circle-clip-path: circle(0%);
    --dropdown-icon-transform: rotate(0);
    --bullet-translate: translateX(-150%);
    --bullet-opacity: 0;
    --wave-tarnslate: scaleY(0)
}

.zi7u4T [data-part=menu-item]:not([data-animation-name=none]) [data-part=dropdown-icon] {
    transition-duration: .4s;
    transition-property: transform
}

.zi7u4T [data-part=menu-item] [data-part=dropdown-item-label]:after,
.zi7u4T [data-part=menu-item] [data-part=label]:after {
    background-color: currentColor;
    content: "";
    display: block;
    height: 1px;
    transform: scaleX(0);
    width: 100%
}

.zi7u4T [data-part=menu-item] [data-part=label]:before {
    content: "•" /"";
    display: var(--item-label-bullet-display, inline-block);
    opacity: 0;
    padding-inline-end: 3px
}

.zi7u4T [data-part=menu-item] [data-part=menu-item-content][data-selected] [data-part=label]:after {
    display: var(--item-selected-label-underline-display, block);
    transform: scaleX(1)
}

.zi7u4T [data-part=menu-item] [data-part=menu-item-content][data-selected] [data-part=label]:before {
    opacity: 1
}

.zi7u4T [data-part=menu-item][data-animation-state=enterActive],
.zi7u4T [data-part=menu-item][data-animation-state=enterDone],
.zi7u4T [data-part=menu-item][data-open=true] {
    --underline-scale: scaleX(1);
    --wash-scale: scaleX(1);
    --circle-clip-path: circle(100%);
    --dropdown-icon-transform: rotate(-540deg);
    --bullet-translate: translateX(0%);
    --bullet-opacity: 1;
    --wave-tarnslate: scaleY(1.5)
}

.zi7u4T [data-part=menu-item] [data-selected] {
    --underline-scale: scaleX(1);
    --wash-scale: scaleX(0);
    --bullet-translate: translateX(0%);
    --bullet-opacity: 1
}

.zi7u4T [data-part=menu-item][data-animation-name=underline] [data-part=label]:after {
    transform: var(--underline-scale);
    transform-origin: left;
    transition: transform .3s
}

.zi7u4T [data-part=menu-item][data-animation-name=underline] [data-part=dropdown-item-label]:after {
    display: block;
    transform: scaleX(0);
    transform-origin: left;
    transition-duration: .3s;
    transition-property: transform
}

.zi7u4T [data-part=menu-item][data-animation-name=underline] [data-part=dropdown-item]:hover [data-part=dropdown-item-label]:after {
    transform: scaleX(1)
}

.zi7u4T [data-part=menu-item][data-animation-name=wash] [data-part=menu-item-content] {
    isolation: isolate;
    overflow: hidden;
    position: relative
}

.zi7u4T [data-part=menu-item][data-animation-name=wash] [data-part=menu-item-content]:before {
    background-color: var(--item-hover-background);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: var(--wash-scale);
    transform-origin: left;
    transition: transform .4s;
    z-index: -1
}

.zi7u4T [data-part=menu-item][data-animation-name=wash] [data-part=menu-item-content]:not([data-selected]):hover {
    background-color: var(--item-background)
}

.zi7u4T [data-part=menu-item][data-animation-name=wash] [data-part=dropdown-item-label] {
    transition: color .2s ease-in-out
}

.zi7u4T [data-part=menu-item][data-animation-name=circle] [data-part=menu-item-content] {
    isolation: isolate;
    overflow: hidden;
    position: relative
}

.zi7u4T [data-part=menu-item][data-animation-name=circle] [data-part=menu-item-content]:before {
    background-color: var(--item-hover-background);
    bottom: 0;
    clip-path: var(--circle-clip-path);
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: clip-path .4s;
    z-index: -1
}

.zi7u4T [data-part=menu-item][data-animation-name=circle] [data-part=menu-item-content]:not([data-selected]):hover {
    background-color: var(--item-background)
}

.zi7u4T [data-part=menu-item][data-animation-name=circle] [data-part=dropdown-icon] {
    transform: var(--dropdown-icon-transform)
}

.zi7u4T [data-part=menu-item][data-animation-name=wave] [data-part=menu-item-content]:not([data-selected]):hover {
    background-color: var(--item-background)
}

.zi7u4T [data-part=menu-item][data-animation-name=wave] [data-part=menu-item-content] {
    isolation: isolate;
    overflow: hidden;
    position: relative
}

.zi7u4T [data-part=menu-item][data-animation-name=wave] [data-part=menu-item-content]:before {
    background-color: var(--item-hover-background);
    bottom: 0;
    bottom: unset;
    content: "";
    display: block;
    height: 135%;
    left: 0;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='17' preserveAspectRatio='none' viewBox='-0.004 0 58.004 25.784'%3E%3Cpath d='M44.993-.004c-5.749 0-5.749 6.12-11.497 6.12s-5.751-6.12-11.502-6.12-5.749 6.12-11.497 6.12C5.105 6.116 4.771.728.003.064l-.004 25.719 58.012-.002-.008-19.841a6.69 6.69 0 0 1-1.505.176c-5.753 0-5.753-6.12-11.505-6.12Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='17' preserveAspectRatio='none' viewBox='-0.004 0 58.004 25.784'%3E%3Cpath d='M44.993-.004c-5.749 0-5.749 6.12-11.497 6.12s-5.751-6.12-11.502-6.12-5.749 6.12-11.497 6.12C5.105 6.116 4.771.728.003.064l-.004 25.719 58.012-.002-.008-19.841a6.69 6.69 0 0 1-1.505.176c-5.753 0-5.753-6.12-11.505-6.12Z'/%3E%3C/svg%3E");
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: var(--wave-tarnslate);
    transform-origin: bottom;
    transition: transform .4s;
    z-index: -1
}

.zi7u4T [data-part=menu-item][data-animation-name=wave] [data-part=dropdown-item-label] {
    transition: color .2s ease-in-out
}

.zi7u4T [data-part=menu-item][data-animation-name=bullet] [data-part=label]:before {
    display: inline-block;
    opacity: var(--bullet-opacity);
    transform: var(--bullet-translate);
    transition-duration: .3s
}

.zi7u4T {
    background: var(--container-background);
    border-bottom: var(--container-border-bottom);
    border-left: var(--container-border-left);
    border-radius: var(--container-border-radius);
    border-right: var(--container-border-right);
    border-top: var(--container-border-top);
    box-shadow: var(--container-box-shadow);
    box-sizing: border-box;
    display: flex;
    height: 100%;
    overflow-x: var(--container-overflow-x, unset);
    padding-bottom: var(--container-padding-bottom, 0);
    padding-left: var(--container-padding-left, 0);
    padding-right: var(--container-padding-right, 0);
    padding-top: var(--container-padding-top, 0);
    scrollbar-width: none;
    width: 100%
}

.Trmtvb {
    direction: var(--direction)
}

.qi0bcm {
    -moz-column-gap: var(--menu-items-column-gap);
    column-gap: var(--menu-items-column-gap);
    display: flex;
    flex-direction: var(--container-flex-direction);
    flex-grow: var(--menu-items-flex-grow);
    flex-wrap: var(--container-flex-wrap, unset);
    height: auto;
    justify-content: var(--container-align);
    min-width: -moz-fit-content;
    min-width: fit-content;
    overflow-x: visible;
    row-gap: var(--menu-items-row-gap);
    scrollbar-width: none;
    width: 100%
}

.n2xrZl {
    align-items: center;
    background: var(--scroll-button-background);
    border-bottom: var(--scroll-button-border-bottom);
    border-left: var(--scroll-button-border-left);
    border-radius: var(--scroll-button-border-radius);
    border-right: var(--scroll-button-border-right);
    border-top: var(--scroll-button-border-top);
    box-shadow: var(--scroll-button-box-shadow);
    cursor: pointer;
    display: flex;
    justify-content: center;
    overflow: hidden;
    pointer-events: auto;
    transform: var(--scroll-button-transform);
    visibility: hidden
}

.n2xrZl:hover,
.n2xrZl[data-preview=hover] {
    background: var(--scroll-button-hover-background, var(--scroll-button-background));
    border-bottom: var(--scroll-button-hover-border-bottom, var(--scroll-button-border-bottom));
    border-left: var(--scroll-button-hover-border-left, var(--scroll-button-border-left));
    border-radius: var(--scroll-button-hover-border-radius, var(--scroll-button-border-radius));
    border-right: var(--scroll-button-hover-border-right, var(--scroll-button-border-right));
    border-top: var(--scroll-button-hover-border-top, var(--scroll-button-border-top));
    box-shadow: var(--scroll-button-hover-box-shadow, var(--scroll-button-box-shadow))
}

.n2xrZl:hover .aTo_UF,
.n2xrZl[data-preview=hover] .aTo_UF {
    fill: var(--scroll-button-hover-icon-color, var(--scroll-button-icon-color));
    height: var(--scroll-button-hover-icon-size, var(--scroll-button-icon-size));
    padding-left: var(--scroll-button-hover-padding-left, var(--scroll-button-padding-left, 0));
    padding-right: var(--scroll-button-hover-padding-right, var(--scroll-button-padding-right, 0));
    transform: rotate(calc(var(--scroll-button-hover-icon-rotation, var(--scroll-button-icon-rotation)) * 1deg));
    width: var(--scroll-button-hover-icon-size, var(--scroll-button-icon-size))
}

.n2xrZl:hover {
    transition: all .08s linear
}

.wRGkgf {
    pointer-events: auto;
    visibility: visible
}

.JRUANI {
    pointer-events: none;
    visibility: hidden
}

.aTo_UF {
    fill: var(--scroll-button-icon-color);
    height: var(--scroll-button-icon-size);
    max-height: 100%;
    max-width: 100%;
    min-width: 1px;
    padding-left: var(--scroll-button-padding-left, 0);
    padding-right: var(--scroll-button-padding-right, 0);
    transform: rotate(calc(var(--scroll-button-icon-rotation) * 1deg));
    width: var(--scroll-button-icon-size)
}

.aTo_UF>svg {
    height: inherit;
    width: inherit
}

.BV22op {
    border: inherit;
    border-color: transparent;
    bottom: 0;
    display: var(--scroll-button-icon-display, flex);
    justify-content: space-between;
    left: 0;
    padding-bottom: inherit;
    padding-top: inherit;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.iYypXb {
    background: var(--container-background, var(--dropdown-menu-container-background));
    border-bottom: var(--container-border-bottom, var(--dropdown-menu-container-border-bottom));
    border-left: var(--container-border-left, var(--dropdown-menu-container-border-left));
    border-radius: var(--container-border-radius, var(--dropdown-menu-container-border-radius));
    border-right: var(--container-border-right, var(--dropdown-menu-container-border-right));
    border-top: var(--container-border-top, var(--dropdown-menu-container-border-top));
    box-shadow: var(--container-box-shadow, var(--dropdown-menu-container-box-shadow));
    box-sizing: border-box;
    direction: var(--submenu-direction, var(--dropdown-menu-direction, var(--direction)));
    min-width: -moz-min-content !important;
    min-width: min-content !important;
    padding: var(--container-vertical-padding, var(--dropdown-menu-container-padding-top, var(--dropdown-menu-container-vertical-padding))) var(--container-horizontal-padding, var(--dropdown-menu-container-padding-right, var(--dropdown-menu-container-horizontal-padding))) var(--container-vertical-padding, var(--dropdown-menu-container-padding-bottom, var(--dropdown-menu-container-vertical-padding))) var(--container-horizontal-padding, var(--dropdown-menu-container-padding-left, var(--dropdown-menu-container-horizontal-padding)));
    text-align: var(--align, var(--dropdown-menu-align))
}

.XtDqne {
    --rows-number: calc((var(--items-number) / $columns-number) + 0.49);
    -moz-column-gap: var(--item-horizontal-spacing, var(--dropdown-menu-item-horizontal-spacing));
    column-gap: var(--item-horizontal-spacing, var(--dropdown-menu-item-horizontal-spacing));
    display: grid;
    grid-template-columns: repeat(var(--columns-number, var(--dropdown-menu-columns-number)), 1fr);
    grid-template-rows: repeat(var(--rows-number), auto);
    row-gap: var(--item-vertical-spacing, var(--dropdown-menu-item-vertical-spacing))
}

@supports(width:round(1.9px, 1px)) {
    .XtDqne {
        --rows-number: calc(round(up, var(--items-number) / $columns-number))
    }
}

.Nspbxw {
    display: flex;
    flex-direction: column;
    gap: var(--sub-items-vertical-spacing-between, var(--dropdown-menu-sub-items-vertical-spacing-between));
    margin-top: var(--sub-items-vertical-spacing-before, var(--dropdown-menu-sub-items-vertical-spacing-before))
}

.vXnpjR {
    width: 100%
}

.uTHWho {
    background: var(--item-background, var(--dropdown-menu-item-background));
    border-bottom: var(--item-border-bottom, var(--dropdown-menu-item-border-bottom));
    border-left: var(--item-border-left, var(--dropdown-menu-item-border-left));
    border-radius: var(--item-border-radius, var(--dropdown-menu-item-border-radius));
    border-right: var(--item-border-right, var(--dropdown-menu-item-border-right));
    border-top: var(--item-border-top, var(--dropdown-menu-item-border-top));
    box-shadow: var(--item-box-shadow, var(--dropdown-menu-item-box-shadow));
    color: var(--item-color, var(--dropdown-menu-item-color));
    direction: var(--submenu-item-direction, var(--submenu-direction, var(--dropdown-menu-sub-item-direction, var(--dropdown-menu-direction, var(--direction)))));
    display: block;
    font: var(--item-font, var(--dropdown-menu-item-font, var(--font_7)));
    letter-spacing: var(--item-letter-spacing, var(--dropdown-menu-item-letter-spacing));
    line-height: var(--item-line-height, var(--dropdown-menu-item-line-height));
    padding: var(--item-vertical-padding, var(--dropdown-menu-item-vertical-padding)) var(--item-horizontal-padding, var(--dropdown-menu-item-horizontal-padding));
    text-align: var(--item-align, var(--align, var(--dropdown-menu-item-align, var(--dropdown-menu-align))));
    text-decoration-line: var(--item-text-decoration, var(--dropdown-menu-item-text-decoration));
    text-shadow: var(--item-text-outline, var(--dropdown-menu-item-text-outline)), var(--item-text-shadow, var(--dropdown-menu-item-text-shadow));
    text-transform: var(--item-text-transform, var(--dropdown-menu-item-text-transform))
}

.uTHWho.iJI7uP,
.uTHWho[data-preview=selected] {
    background: var(--item-selected-background, var(--item-background, var(--dropdown-menu-item-selected-background, var(--dropdown-menu-item-background))));
    border-bottom: var(--item-selected-border-bottom, var(--item-border-bottom, var(--dropdown-menu-item-selected-border-bottom, var(--dropdown-menu-item-border-bottom))));
    border-left: var(--item-selected-border-left, var(--item-border-left, var(--dropdown-menu-item-selected-border-left, var(--dropdown-menu-item-border-left))));
    border-radius: var(--item-selected-border-radius, var(--item-border-radius, var(--dropdown-menu-item-selected-border-radius, var(--dropdown-menu-item-border-radius))));
    border-right: var(--item-selected-border-right, var(--item-border-right, var(--dropdown-menu-item-selected-border-right, var(--dropdown-menu-item-border-right))));
    border-top: var(--item-selected-border-top, var(--item-border-top, var(--dropdown-menu-item-selected-border-top, var(--dropdown-menu-item-border-top))));
    box-shadow: var(--item-selected-box-shadow, var(--item-box-shadow, var(--dropdown-menu-item-selected-box-shadow, var(--dropdown-menu-item-box-shadow))));
    color: var(--item-selected-color, var(--item-color, var(--dropdown-menu-item-selected-color, var(--dropdown-menu-item-color))));
    font: var(--item-selected-font, var(--item-font, var(--dropdown-menu-item-selected-font, var(--dropdown-menu-item-font))));
    letter-spacing: var(--item-selected-letter-spacing, var(--item-letter-spacing, var(--dropdown-menu-item-selected-letter-spacing, var(--dropdown-menu-item-letter-spacing))));
    line-height: var(--item-selected-line-height, var(--item-line-height, var(--dropdown-menu-item-selected-line-height, var(--dropdown-menu-item-line-height))));
    text-decoration-line: var(--item-selected-text-decoration, var(--item-text-decoration, var(--dropdown-menu-item-selected-text-decoration, var(--dropdown-menu-item-text-decoration))));
    text-shadow: var(--item-selected-text-outline, var(--item-text-outline, var(--dropdown-menu-item-selected-text-outline, var(--dropdown-menu-item-text-outline)))), var(--item-selected-text-shadow, var(--item-text-shadow, var(--dropdown-menu-item-selected-text-shadow, var(--dropdown-menu-item-text-shadow))));
    text-transform: var(--item-selected-text-transform, var(--item-text-transform, var(--dropdown-menu-item-selected-text-transform, var(--dropdown-menu-item-text-transform))))
}

.uTHWho.iJI7uP .jArlJY,
.uTHWho[data-preview=selected] .jArlJY {
    background-color: var(--item-selected-text-highlight, var(--item-text-highlight, var(--dropdown-menu-item-selected-text-highlight, var(--dropdown-menu-item-text-highlight))))
}

.uTHWho:hover,
.uTHWho[data-preview=hover] {
    background: var(--item-hover-background, var(--item-background, var(--dropdown-menu-item-hover-background, var(--dropdown-menu-item-background))));
    border-bottom: var(--item-hover-border-bottom, var(--item-border-bottom, var(--dropdown-menu-item-hover-border-bottom, var(--dropdown-menu-item-border-bottom))));
    border-left: var(--item-hover-border-left, var(--item-border-left, var(--dropdown-menu-item-hover-border-left, var(--dropdown-menu-item-border-left))));
    border-radius: var(--item-hover-border-radius, var(--item-border-radius, var(--dropdown-menu-item-hover-border-radius, var(--dropdown-menu-item-border-radius))));
    border-right: var(--item-hover-border-right, var(--item-border-right, var(--dropdown-menu-item-hover-border-right, var(--dropdown-menu-item-border-right))));
    border-top: var(--item-hover-border-top, var(--item-border-top, var(--dropdown-menu-item-hover-border-top, var(--dropdown-menu-item-border-top))));
    box-shadow: var(--item-hover-box-shadow, var(--item-box-shadow, var(--dropdown-menu-item-hover-box-shadow, var(--dropdown-menu-item-box-shadow))));
    color: var(--item-hover-color, var(--item-color, var(--dropdown-menu-item-hover-color, var(--dropdown-menu-item-color))));
    font: var(--item-hover-font, var(--item-font, var(--dropdown-menu-item-hover-font, var(--dropdown-menu-item-font))));
    letter-spacing: var(--item-hover-letter-spacing, var(--item-letter-spacing, var(--dropdown-menu-item-hover-letter-spacing, var(--dropdown-menu-item-letter-spacing))));
    line-height: var(--item-hover-line-height, var(--item-line-height, var(--dropdown-menu-item-hover-line-height, var(--dropdown-menu-item-line-height))));
    text-decoration-line: var(--item-hover-text-decoration, var(--item-text-decoration, var(--dropdown-menu-item-hover-text-decoration, var(--dropdown-menu-item-text-decoration))));
    text-shadow: var(--item-hover-text-outline, var(--item-text-outline, var(--dropdown-menu-item-hover-text-outline, var(--dropdown-menu-item-text-outline)))), var(--item-hover-text-shadow, var(--item-text-shadow, var(--dropdown-menu-item-hover-text-shadow, var(--dropdown-menu-item-text-shadow))));
    text-transform: var(--item-hover-text-transform, var(--item-text-transform, var(--dropdown-menu-item-hover-text-transform, var(--dropdown-menu-item-text-transform))))
}

.uTHWho:hover .jArlJY,
.uTHWho[data-preview=hover] .jArlJY {
    background-color: var(--item-hover-text-highlight, var(--item-text-highlight, var(--dropdown-menu-item-hover-text-highlight, var(--dropdown-menu-item-text-highlight))))
}

.h9SGFo {
    background: var(--sub-item-background, var(--dropdown-menu-sub-item-background));
    border-bottom: var(--sub-item-border-bottom, var(--dropdown-menu-sub-item-border-bottom));
    border-left: var(--sub-item-border-left, var(--dropdown-menu-sub-item-border-left));
    border-radius: var(--sub-item-border-radius, var(--dropdown-menu-sub-item-border-radius));
    border-right: var(--sub-item-border-right, var(--dropdown-menu-sub-item-border-right));
    border-top: var(--sub-item-border-top, var(--dropdown-menu-sub-item-border-top));
    box-shadow: var(--sub-item-box-shadow, var(--dropdown-menu-sub-item-box-shadow));
    color: var(--sub-item-color, var(--dropdown-menu-sub-item-color));
    direction: var(--submenu-sub-item-direction, var(--submenu-direction, var(--dropdown-menu-sub-item-direction, var(--dropdown-menu-direction, var(--direction)))));
    display: block;
    font: var(--sub-item-font, var(--dropdown-menu-sub-item-font));
    letter-spacing: var(--sub-item-letter-spacing, var(--dropdown-menu-sub-item-letter-spacing));
    line-height: var(--sub-item-line-height, var(--dropdown-menu-sub-item-line-height));
    padding: var(--sub-item-vertical-padding, var(--dropdown-menu-sub-item-vertical-padding)) var(--sub-item-horizontal-padding, var(--dropdown-menu-sub-item-horizontal-padding));
    text-align: var(--sub-item-align, var(--align, var(--dropdown-menu-sub-item-align, var(--dropdown-menu-align))));
    text-decoration-line: var(--sub-item-text-decoration, var(--dropdown-menu-sub-item-text-decoration));
    text-shadow: var(--sub-item-text-outline, var(--dropdown-menu-sub-item-text-outline)), var(--sub-item-text-shadow, var(--dropdown-menu-sub-item-text-shadow));
    text-transform: var(--sub-item-text-transform, var(--dropdown-menu-sub-item-text-transform))
}

.h9SGFo.iJI7uP,
.h9SGFo[data-preview=selected] {
    background: var(--sub-item-selected-background, var(--sub-item-background, var(--dropdown-menu-sub-item-selected-background, var(--dropdown-menu-sub-item-background))));
    border-bottom: var(--sub-item-selected-border-bottom, var(--sub-item-border-bottom, var(--dropdown-menu-sub-item-selected-border-bottom, var(--dropdown-menu-sub-item-border-bottom))));
    border-left: var(--sub-item-selected-border-left, var(--sub-item-border-left, var(--dropdown-menu-sub-item-selected-border-left, var(--dropdown-menu-sub-item-border-left))));
    border-radius: var(--sub-item-selected-border-radius, var(--sub-item-border-radius, var(--dropdown-menu-sub-item-selected-border-radius, var(--dropdown-menu-sub-item-border-radius))));
    border-right: var(--sub-item-selected-border-right, var(--sub-item-border-right, var(--dropdown-menu-sub-item-selected-border-right, var(--dropdown-menu-sub-item-border-right))));
    border-top: var(--sub-item-selected-border-top, var(--sub-item-border-top, var(--dropdown-menu-sub-item-selected-border-top, var(--dropdown-menu-sub-item-border-top))));
    box-shadow: var(--sub-item-selected-box-shadow, var(--sub-item-box-shadow, var(--dropdown-menu-sub-item-selected-box-shadow, var(--dropdown-menu-sub-item-box-shadow))));
    color: var(--sub-item-selected-color, var(--sub-item-color, var(--dropdown-menu-sub-item-selected-color, var(--dropdown-menu-sub-item-color))));
    font: var(--sub-item-selected-font, var(--sub-item-font, var(--dropdown-menu-sub-item-selected-font, var(--dropdown-menu-sub-item-font))));
    letter-spacing: var(--sub-item-selected-letter-spacing, var(--sub-item-letter-spacing, var(--dropdown-menu-sub-item-selected-letter-spacing, var(--dropdown-menu-sub-item-letter-spacing))));
    line-height: var(--sub-item-selected-line-height, var(--sub-item-line-height, var(--dropdown-menu-sub-item-selected-line-height, var(--dropdown-menu-sub-item-line-height))));
    text-decoration-line: var(--sub-item-selected-text-decoration, var(--sub-item-text-decoration, var(--dropdown-menu-sub-item-selected-text-decoration, var(--dropdown-menu-sub-item-text-decoration))));
    text-shadow: var(--sub-item-selected-text-outline, var(--sub-item-text-outline, var(--dropdown-menu-sub-item-selected-text-outline, var(--dropdown-menu-sub-item-text-outline)))), var(--sub-item-selected-text-shadow, var(--sub-item-text-shadow, var(--dropdown-menu-sub-item-selected-text-shadow, var(--dropdown-menu-sub-item-text-shadow))));
    text-transform: var(--sub-item-selected-text-transform, var(--sub-item-text-transform, var(--dropdown-menu-sub-item-selected-text-transform, var(--dropdown-menu-sub-item-text-transform))))
}

.h9SGFo.iJI7uP .HV3wNd,
.h9SGFo[data-preview=selected] .HV3wNd {
    background-color: var(--sub-item-selected-text-highlight, var(--sub-item-text-highlight, var(--dropdown-menu-sub-item-selected-text-highlight, var(--dropdown-menu-sub-item-text-highlight))))
}

.h9SGFo:hover,
.h9SGFo[data-preview=hover] {
    background: var(--sub-item-hover-background, var(--sub-item-background, var(--dropdown-menu-sub-item-hover-background, var(--dropdown-menu-sub-item-background))));
    border-bottom: var(--sub-item-hover-border-bottom, var(--sub-item-border-bottom, var(--dropdown-menu-sub-item-hover-border-bottom, var(--dropdown-menu-sub-item-border-bottom))));
    border-left: var(--sub-item-hover-border-left, var(--sub-item-border-left, var(--dropdown-menu-sub-item-hover-border-left, var(--dropdown-menu-sub-item-border-left))));
    border-radius: var(--sub-item-hover-border-radius, var(--sub-item-border-radius, var(--dropdown-menu-sub-item-hover-border-radius, var(--dropdown-menu-sub-item-border-radius))));
    border-right: var(--sub-item-hover-border-right, var(--sub-item-border-right, var(--dropdown-menu-sub-item-hover-border-right, var(--dropdown-menu-sub-item-border-right))));
    border-top: var(--sub-item-hover-border-top, var(--sub-item-border-top, var(--dropdown-menu-sub-item-hover-border-top, var(--dropdown-menu-sub-item-border-top))));
    box-shadow: var(--sub-item-hover-box-shadow, var(--sub-item-box-shadow, var(--dropdown-menu-sub-item-hover-box-shadow, var(--dropdown-menu-sub-item-box-shadow))));
    color: var(--sub-item-hover-color, var(--sub-item-color, var(--dropdown-menu-sub-item-hover-color, var(--dropdown-menu-sub-item-color))));
    font: var(--sub-item-hover-font, var(--sub-item-font, var(--dropdown-menu-sub-item-hover-font, var(--dropdown-menu-sub-item-font))));
    letter-spacing: var(--sub-item-hover-letter-spacing, var(--sub-item-letter-spacing, var(--dropdown-menu-sub-item-hover-letter-spacing, var(--dropdown-menu-sub-item-letter-spacing))));
    line-height: var(--sub-item-hover-line-height, var(--sub-item-line-height, var(--dropdown-menu-sub-item-hover-line-height, var(--dropdown-menu-sub-item-line-height))));
    text-decoration-line: var(--sub-item-hover-text-decoration, var(--sub-item-text-decoration, var(--dropdown-menu-sub-item-hover-text-decoration, var(--dropdown-menu-sub-item-text-decoration))));
    text-shadow: var(--sub-item-hover-text-outline, var(--sub-item-text-outline, var(--dropdown-menu-sub-item-hover-text-outline, var(--dropdown-menu-sub-item-text-outline)))), var(--sub-item-hover-text-shadow, var(--sub-item-text-shadow, var(--dropdown-menu-sub-item-hover-text-shadow, var(--dropdown-menu-sub-item-text-shadow))));
    text-transform: var(--sub-item-hover-text-transform, var(--sub-item-text-transform, var(--dropdown-menu-sub-item-hover-text-transform, var(--dropdown-menu-sub-item-text-transform))))
}

.h9SGFo:hover .HV3wNd,
.h9SGFo[data-preview=hover] .HV3wNd {
    background-color: var(--sub-item-hover-text-highlight, var(--sub-item-text-highlight, var(--dropdown-menu-sub-item-hover-text-highlight, var(--dropdown-menu-sub-item-text-highlight))))
}

.jArlJY {
    background-color: var(--item-text-highlight, var(--dropdown-menu-item-text-highlight));
    display: inline-block;
    text-align: inherit;
    text-decoration-line: inherit;
    text-shadow: inherit;
    text-transform: inherit
}

.HV3wNd {
    background-color: var(--sub-item-text-highlight, var(--dropdown-menu-sub-item-text-highlight))
}

.eH50g1[data-animation-name=revealFromTop] {
    transition: opacity .4s, clip-path .4s;
    transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.eH50g1[data-animation-name=revealFromTop][data-animation-state=enter],
.eH50g1[data-animation-name=revealFromTop][data-animation-state=exitActive],
.eH50g1[data-animation-name=revealFromTop][data-animation-state=exitDone] {
    clip-path: var(--animation-clip-path);
    opacity: 0
}

.eH50g1[data-animation-name=revealFromTop][data-animation-state=enterActive],
.eH50g1[data-animation-name=revealFromTop][data-animation-state=exit] {
    clip-path: inset(var(--shadow-margin, 0) var(--shadow-margin, 0) var(--shadow-margin, 0) var(--shadow-margin, 0))
}

.eH50g1[data-animation-name=revealFromTop][data-animation-state=enterDone] {
    clip-path: unset
}

.eH50g1[data-animation-name=revealFromTop][data-animation-state=enterActive],
.eH50g1[data-animation-name=revealFromTop][data-animation-state=enterDone],
.eH50g1[data-animation-name=revealFromTop][data-animation-state=exit] {
    opacity: 1
}

.eH50g1[data-animation-name=fadeIn] {
    transition: opacity .4s;
    transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.eH50g1[data-animation-name=fadeIn][data-animation-state=enter],
.eH50g1[data-animation-name=fadeIn][data-animation-state=exitActive],
.eH50g1[data-animation-name=fadeIn][data-animation-state=exitDone] {
    opacity: 0
}

.eH50g1[data-animation-name=fadeIn][data-animation-state=enterActive],
.eH50g1[data-animation-name=fadeIn][data-animation-state=enterDone],
.eH50g1[data-animation-name=fadeIn][data-animation-state=exit] {
    opacity: 1
}

.eH50g1 {
    background: var(--container-background, var(--dropdown-container-background));
    border-bottom: var(--container-border-bottom, var(--dropdown-container-border-bottom));
    border-left: var(--container-border-left, var(--dropdown-container-border-left));
    border-radius: var(--container-border-radius, var(--dropdown-container-border-radius));
    border-right: var(--container-border-right, var(--dropdown-container-border-right));
    border-top: var(--container-border-top, var(--dropdown-container-border-top));
    box-shadow: var(--container-box-shadow, var(--dropdown-container-box-shadow))
}

.fr3A7J {
    direction: ltr
}

.H2ENa1 {
    box-sizing: border-box
}

div.c_pphB {
    display: var(--l_display, var(--hamburger-menu-root-display, var(--container-display)))
}

.HamburgerOpenButton3537389287__nav {
    display: inherit;
    height: inherit;
    width: auto
}

.rvGLLm {
    background: var(--background);
    border-bottom: var(--border-bottom);
    border-bottom-left-radius: var(--border-bottom-left-radius);
    border-bottom-right-radius: var(--border-bottom-right-radius);
    border-left: var(--border-left);
    border-right: var(--border-right);
    border-top: var(--border-top);
    border-top-left-radius: var(--border-top-left-radius);
    border-top-right-radius: var(--border-top-right-radius);
    box-shadow: var(--box-shadow);
    box-sizing: border-box;
    cursor: pointer;
    direction: var(--btn-direction);
    display: block;
    height: 100%;
    min-height: 10px;
    min-width: var(--btn-min-width);
    padding-bottom: var(--padding-bottom);
    padding-left: var(--padding-left);
    padding-right: var(--padding-right);
    padding-top: var(--padding-top);
    touch-action: manipulation;
    width: 100%
}

.rvGLLm.jMYm0H:not(:hover):not(:disabled) {
    border-color: var(--corvid-border-color, initial)
}

.rvGLLm.y061lW:not(:hover):not(:disabled) {
    background-color: var(--corvid-background-color, var(--background))
}

.rvGLLm [data-preview=hover],
.rvGLLm:hover {
    background: var(--hover-background, var(--background));
    border-bottom: var(--hover-border-bottom, var(--border-bottom));
    border-bottom-left-radius: var(--hover-border-bottom-left-radius, var(--border-bottom-left-radius));
    border-bottom-right-radius: var(--hover-border-bottom-right-radius, var(--border-bottom-right-radius));
    border-left: var(--hover-border-left, var(--border-left));
    border-right: var(--hover-border-right, var(--border-right));
    border-top: var(--hover-border-top, var(--border-top));
    border-top-left-radius: var(--hover-border-top-left-radius, var(--border-top-left-radius));
    border-top-right-radius: var(--hover-border-top-right-radius, var(--border-top-right-radius));
    box-shadow: var(--hover-box-shadow, var(--box-shadow));
    padding-bottom: var(--hover-padding-bottom, var(--padding-bottom));
    padding-left: var(--hover-padding-left, var(--padding-left));
    padding-right: var(--hover-padding-right, var(--padding-right));
    padding-top: var(--hover-padding-top, var(--padding-top))
}

.rvGLLm.mxKpu4:hover:not(:disabled) {
    border-color: var(--corvid-hover-border-color, initial)
}

.rvGLLm.zBIMAq:hover:not(:disabled) {
    background-color: var(--corvid-hover-background-color, var(--hover-background, var(--background)))
}

.rvGLLm [data-preview=disabled],
.rvGLLm:disabled {
    background: var(--disabled-background, var(--background));
    border-bottom: var(--disabled-border-bottom, var(--border-bottom));
    border-bottom-left-radius: var(--disabled-border-bottom-left-radius, var(--border-bottom-left-radius));
    border-bottom-right-radius: var(--disabled-border-bottom-right-radius, var(--border-bottom-right-radius));
    border-left: var(--disabled-border-left, var(--border-left));
    border-right: var(--disabled-border-right, var(--border-right));
    border-top: var(--disabled-border-top, var(--border-top));
    border-top-left-radius: var(--disabled-border-top-left-radius, var(--border-top-left-radius));
    border-top-right-radius: var(--disabled-border-top-right-radius, var(--border-top-right-radius));
    box-shadow: var(--disabled-box-shadow, var(--box-shadow));
    padding-bottom: var(--disabled-padding-bottom, var(--padding-bottom));
    padding-left: var(--disabled-padding-left, var(--padding-left));
    padding-right: var(--disabled-padding-right, var(--padding-right));
    padding-top: var(--disabled-padding-top, var(--padding-top))
}

.rvGLLm.lPvoIB:disabled:not(:hover) {
    border-color: var(--corvid-disabled-border-color, initial)
}

.rvGLLm.by2yNJ:disabled:not(:hover) {
    background-color: var(--corvid-disabled-background-color, var(--disabled-background, var(--background)))
}

.hQsOje {
    background-color: var(--text-highlight, transparent);
    color: var(--color);
    direction: var(--direction);
    display: var(--label-display);
    font: var(--font, var(--font_8));
    letter-spacing: var(--letter-spacing);
    line-height: var(--line-height);
    max-width: 100%;
    min-width: 1.8em;
    overflow: hidden;
    text-align: var(--text-align, revert);
    text-decoration-line: var(--text-decoration);
    text-overflow: var(--label-text-overflow);
    text-shadow: var(--text-outline), var(--text-shadow);
    text-transform: var(--text-transform);
    transition: inherit;
    white-space: var(--label-white-space)
}

.rvGLLm.xNSufk:not(:hover):not(:disabled) .hQsOje {
    color: var(--corvid-color, var(--color))
}

.rvGLLm [data-preview=hover] .hQsOje,
.rvGLLm:hover .hQsOje {
    background-color: var(--hover-text-highlight, var(--text-highlight, transparent));
    color: var(--hover-color, var(--color));
    direction: var(--hover-direction, var(--direction));
    display: var(--hover-label-display, var(--label-display));
    font: var(--hover-font, var(--font));
    letter-spacing: var(--hover-letter-spacing, var(--letter-spacing));
    line-height: var(--hover-line-height, var(--line-height));
    text-align: var(--hover-text-align, var(--text-align, revert));
    text-decoration-line: var(--hover-text-decoration, var(--text-decoration));
    text-shadow: var(--hover-text-outline, var(--text-outline)), var(--hover-text-shadow, var(--text-shadow));
    text-transform: var(--hover-text-transform, var(--text-transform))
}

.rvGLLm.ogDVcg:hover:not(:disabled) .hQsOje {
    color: var(--corvid-hover-color, var(--hover-color, var(--color)))
}

.rvGLLm [data-preview=disabled] .hQsOje,
.rvGLLm:disabled .hQsOje {
    background-color: var(--disabled-text-highlight, var(--text-highlight, transparent));
    color: var(--disabled-color, var(--color));
    direction: var(--disabled-direction, var(--direction));
    display: var(--disabled-label-display, var(--label-display));
    font: var(--disabled-font, var(--font));
    letter-spacing: var(--disabled-letter-spacing, var(--letter-spacing));
    line-height: var(--disabled-line-height, var(--line-height));
    text-align: var(--disabled-text-align, var(--text-align, revert));
    text-decoration-line: var(--disabled-text-decoration, var(--text-decoration));
    text-shadow: var(--disabled-text-outline, var(--text-outline)), var(--disabled-text-shadow, var(--text-shadow));
    text-transform: var(--disabled-text-transform, var(--text-transform))
}

.rvGLLm.IfOI50:disabled:not(:hover) .hQsOje {
    color: var(--corvid-disabled-color, var(--disabled-color, var(--color)))
}

.I56lbS {
    box-sizing: border-box;
    color: #000;
    text-decoration: none
}

.pMSuoq {
    align-items: var(--container-align-items);
    display: flex;
    flex-basis: auto;
    flex-direction: var(--container-flex-direction);
    flex-grow: 1;
    gap: var(--content-gap, "0px");
    height: 100%;
    justify-content: var(--container-justify-content);
    overflow: hidden;
    transition: all .4s ease, visibility 0s;
    width: 100%
}

.xyuOGi {
    fill: var(--icon-color);
    display: var(--icon-display);
    flex-shrink: 0;
    height: var(--icon-size);
    min-width: 1px;
    order: var(--icon-order, 0);
    transform: rotate(calc(var(--icon-rotation) * 1deg));
    transition: inherit;
    width: var(--icon-size)
}

.rvGLLm.Pczkxq:not(:hover):not(:disabled) .xyuOGi {
    fill: var(--corvid-icon-color, var(--icon-color))
}

.rvGLLm [data-preview=hover] .xyuOGi,
.rvGLLm:hover .xyuOGi {
    fill: var(--hover-icon-color, var(--icon-color));
    display: var(--hover-icon-display, var(--icon-display));
    height: var(--hover-icon-size, var(--icon-size));
    transform: rotate(calc(var(--hover-icon-rotation, var(--icon-rotation)) * 1deg));
    width: var(--hover-icon-size, var(--icon-size))
}

.rvGLLm.GRPSsV:hover:not(:disabled) .xyuOGi {
    fill: var(--corvid-hover-icon-color, var(--hover-icon-color, var(--icon-color)))
}

.rvGLLm [data-preview=disabled] .xyuOGi,
.rvGLLm:disabled .xyuOGi {
    fill: var(--disabled-icon-color, var(--icon-color));
    display: var(--disabled-icon-display, var(--icon-display));
    height: var(--disabled-icon-size, var(--icon-size));
    transform: rotate(calc(var(--disabled-icon-rotation, var(--icon-rotation)) * 1deg));
    width: var(--disabled-icon-size, var(--icon-size))
}

.rvGLLm.hGEkMI:disabled:not(:hover) .xyuOGi {
    fill: var(--corvid-disabled-icon-color, var(--disabled-icon-color, var(--icon-color)))
}

.xyuOGi svg,
.xyuOGi>span {
    display: flex;
    height: inherit;
    width: inherit
}

.jMLWKi {
    display: inherit;
    height: inherit;
    width: auto
}

.HamburgerOverlay547129737__root {
    -archetype: paintBox;
    box-sizing: border-box;
    /* !important is required because we need to override size and position set on the root element by the Viewer. */
    height: calc(100vh - var(--wix-ads-height)) !important;
    left: 0;
    position: fixed !important;
    top: var(--wix-ads-height) !important;
    visibility: hidden;
    width: 100vw !important;
    z-index: var(--above-all-z-index)
}

.HamburgerOverlay547129737__overlay {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.HamburgerOverlay547129737__root.HamburgerOverlay547129737--isMenuOpen {
    visibility: visible
}

.HamburgerOverlay547129737__root:not(.HamburgerOverlay547129737--showBackgroundOverlay) {
    background-color: transparent
}

.HamburgerOverlay547129737__root.HamburgerOverlay547129737--shouldScroll {
    overflow-x: hidden;
    overflow-y: scroll
}

.HamburgerOverlay547129737__scrollContent {
    position: relative
}

.scemAM[data-part=hamburger-overlay] {
    opacity: var(--hamburger-overlay-initial-opacity)
}

.scemAM[data-part=hamburger-overlay][data-animation-name=fadeIn] {
    transition: opacity .4s
}

.scemAM[data-part=hamburger-overlay][data-animation-name=fadeIn][data-animation-state=enterActive],
.scemAM[data-part=hamburger-overlay][data-animation-name=fadeIn][data-animation-state=enterDone] {
    opacity: 1
}

.tVir9C {
    background: var(--background);
    border: var(--border);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    height: calc(100vh - var(--wix-ads-height)) !important;
    inset-block-start: var(--wix-ads-height) !important;
    position: fixed !important;
    visibility: hidden;
    width: 100vw !important;
    z-index: var(--above-all-z-index)
}

.ZTgfG4,
.tVir9C {
    box-sizing: border-box;
    inset-inline-start: 0
}

.ZTgfG4 {
    height: 100%;
    inset-block-start: 0;
    position: absolute;
    width: 100%
}

.meddft {
    visibility: visible
}

.tVir9C:not(.Ujf5u0) {
    background-color: transparent
}

.XTKAK7 {
    overflow-x: hidden;
    overflow-y: scroll
}

.IKAmsN {
    position: relative
}

.J6KGih {
    cursor: pointer
}

.KaEeLN {
    --container-corvid-border-color: rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
    --container-corvid-border-size: var(--brw, 1px);
    --container-corvid-background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    --backdrop-filter: $backdrop-filter
}

.uYj0Sg {
    -webkit-backdrop-filter: var(--backdrop-filter, none);
    backdrop-filter: var(--backdrop-filter, none);
    background-color: var(--container-corvid-background-color, rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1)));
    background-image: var(--bg-gradient, none);
    border: var(--container-corvid-border-width, var(--brw, 1px)) solid var(--container-corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1)));
    border-radius: var(--rd, 5px);
    bottom: 0;
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.StylableHorizontalMenu3372578893__root {
    -archetype: paddingBox;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    width: 100%
}

.StylableHorizontalMenu3372578893__root * {
    box-sizing: border-box
}

.StylableHorizontalMenu3372578893__menu {
    display: flex;
    flex-wrap: var(--menu-flex-wrap, wrap);
    min-width: -moz-fit-content;
    min-width: fit-content
}

.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menuItem {
    box-sizing: border-box;
    height: 100%;
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menu>li:first-of-type .StylableHorizontalMenu3372578893__menuItem {
    margin-inline-start: 0 !important
}

.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menu>li:last-of-type .StylableHorizontalMenu3372578893__menuItem {
    margin-inline-end: 0 !important
}

.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menu {
    height: auto !important;
    margin: 0 !important
}

.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll {
    -ms-overflow-style: none;
    overflow-x: scroll;
    scrollbar-width: none
}

.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll::-webkit-scrollbar {
    display: none
}

.StylableHorizontalMenu3372578893__menuItem {
    --focus-ring-box-shadow: inset 0 0 0 2px #116dff, inset 0 0 0 4px #fff !important;
    position: relative
}

.StylableHorizontalMenu3372578893__megaMenuWrapper {
    display: flex
}

.itemDepth02233374943__root {
    -archetype: paintBox;
    cursor: pointer;
    display: block;
    flex: 1;
    text-decoration: none
}

.itemDepth02233374943__root.itemDepth02233374943--isCurrentPage,
.itemDepth02233374943__root.itemDepth02233374943--isCurrentPage .itemDepth02233374943__label,
.itemDepth02233374943__root.itemDepth02233374943--isHovered,
.itemDepth02233374943__root.itemDepth02233374943--isHovered .itemDepth02233374943__label {
    transition: all .08s linear
}

.itemDepth02233374943__container {
    -archetype: box;
    align-items: center;
    display: flex;
    height: 100%
}

.itemDepth02233374943__label {
    -archetype: text;
    -controller-part-type: LayoutChildDisplayDropdown;
    transition: inherit;
    white-space: nowrap
}

.itemDepth02233374943__itemWrapper {
    flex-grow: inherit
}

.itemDepth02233374943__positionBox {
    display: none;
    margin: auto;
    position: fixed;
    z-index: var(--position-box-z-index, 47)
}

.itemDepth02233374943__positionBox.itemDepth02233374943--isColumn {
    left: 0;
    position: absolute;
    right: 0
}

.itemDepth02233374943__positionBox.itemDepth02233374943--isStretched {
    max-width: unset
}

@keyframes itemDepth02233374943__fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.itemDepth02233374943__animationBox {
    animation-delay: calc(var(--is-animated) * .05s);
    animation-duration: calc(var(--is-animated) * .1s);
    animation-fill-mode: forwards;
    max-height: var(--max-height, none);
    opacity: 0;
    overflow-y: var(--overflow-y, visible);
    transition: border-color .08s cubic-bezier(.25, 1, .5, 1), box-shadow .08s cubic-bezier(.25, 1, .5, 1)
}

.itemDepth02233374943__positionBox.itemDepth02233374943--isStretched>.itemDepth02233374943__animationBox {
    width: 100%
}

.itemDepth02233374943__positionBox.itemDepth02233374943--isStretched .itemDepth02233374943__megaMenuComp {
    width: 100% !important
}

.itemDepth02233374943__alignBox {
    display: flex
}

.itemDepth02233374943__list {
    -moz-column-gap: calc(1px * var(--horizontalSpacing));
    column-gap: calc(1px * var(--horizontalSpacing))
}

.itemDepth02233374943__itemWrapper[data-hovered]>.itemDepth02233374943__positionBox {
    display: block;
    visibility: hidden
}

.itemDepth02233374943__itemWrapper[data-shown]>.itemDepth02233374943__positionBox {
    display: block;
    visibility: visible
}

.itemDepth02233374943__itemWrapper[data-hovered]>.itemDepth02233374943__positionBox>.itemDepth02233374943__animationBox {
    animation-name: itemDepth02233374943__fadeIn
}

.itemDepth02233374943__megaMenuComp {
    direction: ltr;
    flex-shrink: 0;
    margin-top: var(--containerMarginTop) !important;
    padding: 0 !important
}

.itemDepth02233374943__itemWrapper:not([data-hovered]) .itemDepth02233374943__megaMenuComp {
    display: none
}

.itemDepth12472627565__root {
    -archetype: paintBox;
    display: block;
    position: relative;
    text-decoration: none
}

.itemDepth12472627565__container {
    display: flex
}

.itemDepth12472627565__label {
    -archetype: text;
    word-wrap: var(--label-word-wrap);
    display: block;
    overflow: hidden;
    overflow-wrap: var(--label-word-wrap);
    text-align: inherit !important;
    text-overflow: clip;
    white-space: var(--white-space)
}

.itemDepth12472627565__itemWrapper {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
    position: relative
}

.itemDepth12472627565__itemWrapper:after {
    clear: both;
    content: "";
    display: table
}

.itemDepth12472627565__positionBox {
    display: var(--subsubmenu-box-display);
    left: var(--subsubmenu-box-left);
    position: var(--subsubmenu-box-position);
    right: var(--subsubmenu-box-right);
    top: 0
}

.itemDepth12472627565__positionBox[data-reverted] {
    left: var(--subsubmenu-box-right);
    right: var(--subsubmenu-box-left)
}

.itemDepth12472627565__itemWrapper[data-hovered]>.itemDepth12472627565__positionBox {
    display: block
}

@keyframes itemDepth12472627565__fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.itemDepth12472627565__animationBox {
    animation-delay: calc(var(--is-animated) * .05s);
    animation-duration: calc(var(--is-animated) * .1s);
    animation-fill-mode: forwards;
    margin-top: 0 !important;
    opacity: 0
}

.itemDepth12472627565__itemWrapper[data-hovered]>.itemDepth12472627565__positionBox>.itemDepth12472627565__animationBox {
    animation-name: itemDepth12472627565__fadeIn
}

.submenu815198092__heading .itemDepth12472627565__label {
    color: #000
}

.submenu815198092__pageWrapper {
    margin-left: auto !important;
    margin-right: auto !important
}

.submenu815198092__overrideWidth {
    width: 100% !important
}

.submenu815198092__rowItem:last-child {
    margin-bottom: 0 !important
}

.submenu815198092__rowItem+.submenu815198092__rowItem,
.submenu815198092__rowItem:first-child {
    margin-top: 0
}

.kvKptz {
    display: var(--navbar-display, block);
    height: 100%
}

.NZHLsZ:hover {
    z-index: var(--is-sticky, auto)
}

.ffrP7D {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.mfxFLH {
    min-height: var(--min-height-override);
    min-width: var(--min-width-override)
}

.itemShared2352141355__rootContainer {
    height: 100%
}

.itemShared2352141355__rootContainer.itemShared2352141355--isRow {
    display: flex;
    flex-direction: row
}

.itemShared2352141355__rootContainer.itemShared2352141355--isRow .itemShared2352141355__menuItem {
    flex-grow: 1
}

.itemShared2352141355__accessibilityIconWrapper {
    width: 0
}

.itemShared2352141355__accessibilityIconWrapper.itemShared2352141355--isIconShown {
    margin-inline-end: 8px;
    margin-inline-start: 4px;
    width: unset
}

.itemShared2352141355__accessibilityIconWrapper.itemShared2352141355--isTopLevel.itemShared2352141355--isIconShown {
    align-items: center;
    display: flex
}

.itemShared2352141355__accessibilityIcon {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 0;
    width: 0
}

.itemShared2352141355__accessibilityIcon.itemShared2352141355--isIconShown {
    background: #fff;
    clip-path: unset;
    height: 24px;
    width: 24px
}

.itemShared2352141355__accessibilityIcon.itemShared2352141355--isOpen {
    rotate: 180deg
}

.ScrollButton2305195801__root {
    -archetype: paddingBox;
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 0;
    overflow: hidden;
    pointer-events: none
}

.ScrollButton2305195801__root:hover {
    transition: all .08s linear
}

.ScrollButton2305195801__root.ScrollButton2305195801---side-4-left {
    transform: scaleX(-1)
}

.ScrollButton2305195801__root.ScrollButton2305195801--isVisible {
    opacity: 1;
    pointer-events: auto
}

.ScrollButton2305195801__icon {
    -archetype: icon;
    -controller-part-type: LayoutChildDisplayDropdown;
    max-height: 100%;
    max-width: 100%;
    min-width: 1px
}

.ScrollButton2305195801__icon>svg {
    height: inherit;
    width: inherit
}

.ScrollControls2015960785__root {
    border: inherit;
    border-color: transparent;
    bottom: 0;
    display: var(--scroll-controls-display, flex);
    justify-content: space-between;
    left: 0;
    padding-bottom: inherit;
    padding-top: inherit;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.zfqKTM {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.h13Cc8 {
    transform: translateY(-100%);
    transition: .2s ease-in
}

.KVvgKz {
    transition: .2s
}

.QfJZWm {
    opacity: 0;
    transition: .2s ease-in
}

.QfJZWm.q0LEeo {
    z-index: -1 !important
}

.urICLm {
    opacity: 1;
    transition: .2s
}

.SIW9gn {
    height: auto
}

.SIW9gn,
.vtu0IC {
    position: relative;
    width: 100%
}

:host(:not(.device-mobile-optimized)) .td8NMY,
body:not(.device-mobile-optimized) .td8NMY {
    margin-left: calc((100% - var(--site-width))/2);
    width: var(--site-width)
}

.gFH7Cl[data-focuscycled=active] {
    outline: 1px solid transparent
}

.gFH7Cl[data-focuscycled=active]:not(:focus-within) {
    outline: 2px solid transparent;
    transition: outline .01s ease
}

.gFH7Cl .aRaNCw {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAArCAYAAAA9iMeyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkUyODIwODE2NjEyMTFFMUEyMUQ5RkJGNDRBODk4MUYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkUyODIwODI2NjEyMTFFMUEyMUQ5RkJGNDRBODk4MUYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGRTI4MjA3RjY2MTIxMUUxQTIxRDlGQkY0NEE4OTgxRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGRTI4MjA4MDY2MTIxMUUxQTIxRDlGQkY0NEE4OTgxRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgxYmSMAAALYSURBVHja7JqLbtswDADJ2D+5//+FbdgDttYAMaCqJEX50SbYHSBYUlzFFXgmBURF5JsAgMn81r6zDQC+ID/YBgBfkJ9sAwCCAOwS5BfbAOAL8pttAEAQgF2C/GEbAHxB/rINAAgCsEuQhW0AsNG3dmMbAGwmtgAgyCCllKsyE8Bnc3owz08Q+MgEZwW9nr3m/NWGXrQmwClwQAdAEAAEAUAQAAQBQBAABAFAEAAEAUAQAEAQAAQBOM7914/T42q126PV/bpNTX+q7p2ca73mVF3r+VreW/M80jyjONd7K878RhF+TdyjGHtWqr5Ue93Ol+ZvtvFajddqTqq5e1se46WZ3z6zrtv9i3Fv20rT/9BmYzPa8VptkLXIFtjbg2zjxZBJHUHq4I+ErQNfDVHEEUEMcRRBhgQphgjiiCNOvKgXiFVbDIkWI5i9oM+0EklR/wOzI4ZUD6mVAJYo6yOoVyPTWJlHjaygwVicvjaBL85cJAjsE8UTRJwMYmWR4mSYNRivRiax5iKx1uC7PmTB2XlDeKKokVLbN/rNEMCToC2j2pJKEqWUOBlkZAx5SfaMe6WXGCVXW3558qydcVYKs0Rs63pJvLWtt7wOZISbs2b0fVGQa5PZtCMBGeR4BonkKUal0ZOnBBklOr+UxLj3mUTnJy+DZDZCnKBfO0JEB+0oa0iirOplB6S4JpOMZJGoHOuVX60g0imTrHslyhhWBtFEHR+dATIZILp377lCdwiAINcLIgNnlOx5ZSTTZO6Nstu7OU0GoAZjDcqzXtkWre/1y4EzBYJ8jiBRNtGELOIIEpVDJXnG6a3/rq+DB9psthm57s0MlFKvXXodzTTZa/Yzc6ydw+yoOHv6GUFGAh85nj+7ZEUqg/Jk+5nxUGAefbNfnQGQ4rVLsasy0Ojch8/1YMB9xdseGf4vac7OSkNrPEuAEvRwlkynrnllYBL08OoyyT8BBgA5WaskyTypGgAAAABJRU5ErkJggg==);
    bottom: -14px;
    height: 14px;
    min-height: 14px;
    position: absolute
}

.gFH7Cl .gGFOAf {
    background-position: 0 -29px;
    left: 0;
    width: 100px
}

.gFH7Cl .C2d5ox {
    background-position: 100% -29px;
    right: 0;
    width: 100px
}

.gFH7Cl .ItwF5z {
    height: 0;
    margin: auto;
    position: relative;
    width: 980px
}

.gFH7Cl .o023_v {
    background-position: 0 0;
    left: 100px;
    right: 100px
}

.gFH7Cl .Vq333f {
    background-color: var(--screenwidth-corvid-background-color, rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1)));
    border-bottom: var(--brwb, 0) solid var(--screenwidth-corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1)));
    border-top: var(--brwt, 0) solid var(--screenwidth-corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1)));
    bottom: 0;
    box-shadow: var(--shd, 0 0 5px rgba(0, 0, 0, .7));
    top: 0
}

.gFH7Cl .Vq333f,
.gFH7Cl .td8NMY {
    left: 0;
    position: absolute;
    right: 0
}

.gFH7Cl .td8NMY {
    background-color: rgba(var(--bgctr, var(--color_11, color_11)), var(--alpha-bgctr, 1));
    bottom: var(--brwb, 0);
    top: var(--brwt, 0)
}

:host(.device-mobile-optimized) .gFH7Cl .ItwF5z,
body.device-mobile-optimized .gFH7Cl .ItwF5z {
    width: 320px
}

:host(.device-mobile-optimized) .gFH7Cl .td8NMY,
body.device-mobile-optimized .gFH7Cl .td8NMY {
    left: 10px;
    right: 10px
}


:host(:not(.device-mobile-optimized)) .CohWsy,
body:not(.device-mobile-optimized) .CohWsy {
    display: flex
}

:host(:not(.device-mobile-optimized)) .V5AUxf,
body:not(.device-mobile-optimized) .V5AUxf {
    -moz-column-gap: var(--margin);
    column-gap: var(--margin);
    direction: var(--direction);
    display: flex;
    margin: 0 auto;
    position: relative;
    width: calc(100% - var(--padding)*2)
}

:host(:not(.device-mobile-optimized)) .V5AUxf>*,
body:not(.device-mobile-optimized) .V5AUxf>* {
    direction: ltr;
    flex: var(--column-flex) 1 0%;
    left: 0;
    margin-bottom: var(--padding);
    margin-top: var(--padding);
    min-width: 0;
    position: relative;
    top: 0
}

:host(.device-mobile-optimized) .V5AUxf,
body.device-mobile-optimized .V5AUxf {
    display: block;
    padding-bottom: var(--padding-y);
    padding-left: var(--padding-x, 0);
    padding-right: var(--padding-x, 0);
    padding-top: var(--padding-y);
    position: relative
}

:host(.device-mobile-optimized) .V5AUxf>*,
body.device-mobile-optimized .V5AUxf>* {
    margin-bottom: var(--margin);
    position: relative
}

:host(.device-mobile-optimized) .V5AUxf>:first-child,
body.device-mobile-optimized .V5AUxf>:first-child {
    margin-top: var(--firstChildMarginTop, 0)
}

:host(.device-mobile-optimized) .V5AUxf>:last-child,
body.device-mobile-optimized .V5AUxf>:last-child {
    margin-bottom: var(--lastChildMarginBottom)
}

.LIhNy3 {
    backface-visibility: hidden
}

.jhxvbR,
.mtrorN {
    display: block;
    height: 100%;
    width: 100%
}

.jhxvbR img {
    max-width: var(--wix-img-max-width, 100%)
}

.jhxvbR[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.jhxvbR[data-animate-blur] img[data-load-done] {
    filter: none
}

.if7Vw2 {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.if7Vw2.f0uTJH {
    clip: rect(0, auto, auto, 0)
}

.if7Vw2 .i1tH8h {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.if7Vw2 .DXi4PB {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity)
}

.if7Vw2 .DXi4PB img {
    height: 100%;
    width: 100%
}

@supports(-webkit-hyphens:none) {
    .if7Vw2.f0uTJH {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.wG8dni {
    height: 100%
}

.tcElKx {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.ImALHf,
.Ybjs9b {
    opacity: var(--fill-layer-video-opacity)
}

.UWmm3w {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.Yjj1af {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

.ImALHf {
    height: 100%;
    position: relative;
    width: 100%
}

wix-media-canvas {
    display: block;
    height: 100%
}

.KCM6zk {
    opacity: var(--fill-layer-video-opacity, var(--fill-layer-image-opacity, 1))
}

.KCM6zk .DXi4PB,
.KCM6zk .ImALHf,
.KCM6zk .Ybjs9b {
    opacity: 1
}

._uqPqy {
    clip-path: var(--fill-layer-clip)
}

._uqPqy,
.eKyYhK {
    position: absolute;
    top: 0
}

._uqPqy,
.eKyYhK,
.x0mqQS img {
    height: 100%;
    width: 100%
}

.pnCr6P {
    opacity: 0
}

.blf7sp,
.pnCr6P {
    position: absolute;
    top: 0
}

.blf7sp {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.rWP3Gv {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position)
}

.Tr4n3d,
.rWP3Gv,
.wRqk6s {
    height: 100%;
    top: 0;
    width: 100%
}

.wRqk6s {
    position: absolute
}

.Tr4n3d {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports(mix-blend-mode:overlay) {
    .Tr4n3d {
        mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
    }
}

.VXAmO2 {
    --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1));
    --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
    --divider-pin-border__: min(1, calc(var(--divider-layers-pin-factor__) / -1 + 1));
    height: calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__))
}

.VXAmO2,
.VXAmO2 .dy3w_9 {
    left: 0;
    position: absolute;
    width: 100%
}

.VXAmO2 .dy3w_9 {
    --divider-layer-i__: var(--divider-layer-i, 0);
    background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom;
    background-repeat: repeat-x;
    border-bottom-style: solid;
    border-bottom-width: calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__));
    height: calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__));
    opacity: calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1))
}

.UORcXs {
    --divider-height__: var(--divider-top-height, auto);
    --divider-offset-x__: var(--divider-top-offset-x, 0px);
    --divider-layers-size__: var(--divider-top-layers-size, 0);
    --divider-layers-y__: var(--divider-top-layers-y, 0px);
    --divider-layers-x__: var(--divider-top-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
    border-top: var(--divider-top-padding, 0) solid var(--divider-top-color, currentColor);
    opacity: var(--divider-top-opacity, 1);
    top: 0;
    transform: var(--divider-top-flip, scaleY(-1))
}

.UORcXs .dy3w_9 {
    background-image: var(--divider-top-image, none);
    background-size: var(--divider-top-size, contain);
    border-color: var(--divider-top-color, currentColor);
    bottom: 0;
    filter: var(--divider-top-filter, none)
}

.UORcXs .dy3w_9[data-divider-layer="1"] {
    display: var(--divider-top-layer-1-display, block)
}

.UORcXs .dy3w_9[data-divider-layer="2"] {
    display: var(--divider-top-layer-2-display, block)
}

.UORcXs .dy3w_9[data-divider-layer="3"] {
    display: var(--divider-top-layer-3-display, block)
}

.Io4VUz {
    --divider-height__: var(--divider-bottom-height, auto);
    --divider-offset-x__: var(--divider-bottom-offset-x, 0px);
    --divider-layers-size__: var(--divider-bottom-layers-size, 0);
    --divider-layers-y__: var(--divider-bottom-layers-y, 0px);
    --divider-layers-x__: var(--divider-bottom-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor, 0);
    border-bottom: var(--divider-bottom-padding, 0) solid var(--divider-bottom-color, currentColor);
    bottom: 0;
    opacity: var(--divider-bottom-opacity, 1);
    transform: var(--divider-bottom-flip, none)
}

.Io4VUz .dy3w_9 {
    background-image: var(--divider-bottom-image, none);
    background-size: var(--divider-bottom-size, contain);
    border-color: var(--divider-bottom-color, currentColor);
    bottom: 0;
    filter: var(--divider-bottom-filter, none)
}

.Io4VUz .dy3w_9[data-divider-layer="1"] {
    display: var(--divider-bottom-layer-1-display, block)
}

.Io4VUz .dy3w_9[data-divider-layer="2"] {
    display: var(--divider-bottom-layer-2-display, block)
}

.Io4VUz .dy3w_9[data-divider-layer="3"] {
    display: var(--divider-bottom-layer-3-display, block)
}


.LHrbPP {
    background: #fff;
    border-radius: 24px;
    color: #116dff;
    cursor: pointer;
    font-family: Helvetica, Arial, メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
    font-size: 14px;
    height: 0;
    left: 50%;
    margin-left: -94px;
    opacity: 0;
    padding: 0 24px 0 24px;
    pointer-events: none;
    position: absolute;
    top: 60px;
    width: 0;
    z-index: 9999
}

.LHrbPP:focus {
    border: 2px solid;
    height: 40px;
    opacity: 1;
    pointer-events: auto;
    width: auto
}


.aVng1S {
    border-top: var(--lnw, 2px) solid rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
    box-sizing: border-box;
    height: 0
}


.StylableButton2545352419__root {
    -archetype: box;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 100%;
    min-height: 10px;
    min-width: 10px;
    padding: 0;
    touch-action: manipulation;
    width: 100%
}

.StylableButton2545352419__root[disabled] {
    pointer-events: none
}

.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBackgroundColor {
    background-color: var(--corvid-background-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBackgroundColor {
    background-color: var(--corvid-hover-background-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBackgroundColor {
    background-color: var(--corvid-disabled-background-color) !important
}

.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBorderColor {
    border-color: var(--corvid-border-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBorderColor {
    border-color: var(--corvid-hover-border-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBorderColor {
    border-color: var(--corvid-disabled-border-color) !important
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderRadius {
    border-radius: var(--corvid-border-radius) !important
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderWidth {
    border-width: var(--corvid-border-width) !important
}

.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor,
.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor .StylableButton2545352419__label {
    color: var(--corvid-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor,
.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor .StylableButton2545352419__label {
    color: var(--corvid-hover-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor,
.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor .StylableButton2545352419__label {
    color: var(--corvid-disabled-color) !important
}

.StylableButton2545352419__link {
    -archetype: box;
    box-sizing: border-box;
    color: #000;
    text-decoration: none
}

.StylableButton2545352419__container {
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 1;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    transition: all .2s ease, visibility 0s;
    width: 100%
}

.StylableButton2545352419__label {
    -archetype: text;
    -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(first);
    max-width: 100%;
    min-width: 1.8em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    transition: inherit;
    white-space: nowrap
}

.StylableButton2545352419__root.StylableButton2545352419--isMaxContent .StylableButton2545352419__label {
    text-overflow: unset
}

.StylableButton2545352419__root.StylableButton2545352419--isWrapText .StylableButton2545352419__label {
    min-width: 10px;
    overflow-wrap: break-word;
    white-space: break-spaces;
    word-break: break-word
}

.StylableButton2545352419__icon {
    -archetype: icon;
    -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(last);
    flex-shrink: 0;
    height: 50px;
    min-width: 1px;
    transition: inherit
}

.StylableButton2545352419__icon.StylableButton2545352419--override {
    display: block !important
}

.StylableButton2545352419__icon svg,
.StylableButton2545352419__icon>span {
    display: flex;
    height: inherit;
    width: inherit
}

.StylableButton2545352419__root:not(:hover):not([disalbed]).StylableButton2545352419--hasIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-icon-color) !important;
    stroke: var(--corvid-icon-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-hover-icon-color) !important;
    stroke: var(--corvid-hover-icon-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-disabled-icon-color) !important;
    stroke: var(--corvid-disabled-icon-color) !important
}


.MW5IWV {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV.N3eg0s {
    clip: rect(0, auto, auto, 0)
}

.MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV .dLPlxY {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity)
}

.MW5IWV .dLPlxY img {
    height: 100%;
    width: 100%
}

@supports(-webkit-hyphens:none) {
    .MW5IWV.N3eg0s {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.VgO9Yg {
    height: 100%
}

.LWbAav {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.K_YxMd,
.yK6aSC {
    opacity: var(--fill-layer-video-opacity)
}

.NGjcJN {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.mNGsUM {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

.K_YxMd {
    height: 100%;
    position: relative;
    width: 100%
}

wix-media-canvas {
    display: block;
    height: 100%
}

.I8xA4L {
    opacity: var(--fill-layer-video-opacity, var(--fill-layer-image-opacity, 1))
}

.I8xA4L .K_YxMd,
.I8xA4L .dLPlxY,
.I8xA4L .yK6aSC {
    opacity: 1
}

.Oqnisf {
    overflow: visible
}

.Oqnisf>.MW5IWV .LWbAav {
    background-color: var(--section-corvid-background-color, var(--bg-overlay-color))
}

.cM88eO {
    backface-visibility: hidden
}

.YtfWHd {
    left: 0;
    top: 0
}

.YtfWHd,
.mj3xJ8 {
    position: absolute
}

.mj3xJ8 {
    clip: rect(0 0 0 0);
    background-color: #fff;
    border-radius: 50%;
    bottom: 3px;
    color: #000;
    display: grid;
    height: 24px;
    outline: 1px solid #000;
    place-items: center;
    pointer-events: none;
    right: 3px;
    width: 24px;
    z-index: 9999
}

.mj3xJ8:active,
.mj3xJ8:focus {
    clip: auto;
    pointer-events: auto
}

.Tj01hh,
.jhxvbR {
    display: block;
    height: 100%;
    width: 100%
}

.jhxvbR img {
    max-width: var(--wix-img-max-width, 100%)
}

.jhxvbR[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.jhxvbR[data-animate-blur] img[data-load-done] {
    filter: none
}

.bX9O_S {
    clip-path: var(--fill-layer-clip)
}

.Z_wCwr,
.bX9O_S {
    position: absolute;
    top: 0
}

.Jxk_UL img,
.Z_wCwr,
.bX9O_S {
    height: 100%;
    width: 100%
}

.K8MSra {
    opacity: 0
}

.K8MSra,
.YTb3b4 {
    position: absolute;
    top: 0
}

.YTb3b4 {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.SUz0WK {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position)
}

.FNxOn5,
.SUz0WK,
.m4khSP {
    height: 100%;
    top: 0;
    width: 100%
}

.FNxOn5 {
    position: absolute
}

.m4khSP {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports(mix-blend-mode:overlay) {
    .m4khSP {
        mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
    }
}

.dkukWC {
    --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1));
    --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
    --divider-pin-border__: min(1, calc(var(--divider-layers-pin-factor__) / -1 + 1));
    height: calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__))
}

.dkukWC,
.dkukWC .FRCqDF {
    left: 0;
    position: absolute;
    width: 100%
}

.dkukWC .FRCqDF {
    --divider-layer-i__: var(--divider-layer-i, 0);
    background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom;
    background-repeat: repeat-x;
    border-bottom-style: solid;
    border-bottom-width: calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__));
    height: calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__));
    opacity: calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1))
}

.xnZvZH {
    --divider-height__: var(--divider-top-height, auto);
    --divider-offset-x__: var(--divider-top-offset-x, 0px);
    --divider-layers-size__: var(--divider-top-layers-size, 0);
    --divider-layers-y__: var(--divider-top-layers-y, 0px);
    --divider-layers-x__: var(--divider-top-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
    border-top: var(--divider-top-padding, 0) solid var(--divider-top-color, currentColor);
    opacity: var(--divider-top-opacity, 1);
    top: 0;
    transform: var(--divider-top-flip, scaleY(-1))
}

.xnZvZH .FRCqDF {
    background-image: var(--divider-top-image, none);
    background-size: var(--divider-top-size, contain);
    border-color: var(--divider-top-color, currentColor);
    bottom: 0;
    filter: var(--divider-top-filter, none)
}

.xnZvZH .FRCqDF[data-divider-layer="1"] {
    display: var(--divider-top-layer-1-display, block)
}

.xnZvZH .FRCqDF[data-divider-layer="2"] {
    display: var(--divider-top-layer-2-display, block)
}

.xnZvZH .FRCqDF[data-divider-layer="3"] {
    display: var(--divider-top-layer-3-display, block)
}

.MBOSCN {
    --divider-height__: var(--divider-bottom-height, auto);
    --divider-offset-x__: var(--divider-bottom-offset-x, 0px);
    --divider-layers-size__: var(--divider-bottom-layers-size, 0);
    --divider-layers-y__: var(--divider-bottom-layers-y, 0px);
    --divider-layers-x__: var(--divider-bottom-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor, 0);
    border-bottom: var(--divider-bottom-padding, 0) solid var(--divider-bottom-color, currentColor);
    bottom: 0;
    opacity: var(--divider-bottom-opacity, 1);
    transform: var(--divider-bottom-flip, none)
}

.MBOSCN .FRCqDF {
    background-image: var(--divider-bottom-image, none);
    background-size: var(--divider-bottom-size, contain);
    border-color: var(--divider-bottom-color, currentColor);
    bottom: 0;
    filter: var(--divider-bottom-filter, none)
}

.MBOSCN .FRCqDF[data-divider-layer="1"] {
    display: var(--divider-bottom-layer-1-display, block)
}

.MBOSCN .FRCqDF[data-divider-layer="2"] {
    display: var(--divider-bottom-layer-2-display, block)
}

.MBOSCN .FRCqDF[data-divider-layer="3"] {
    display: var(--divider-bottom-layer-3-display, block)
}

.W2bcb7 {
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    width: 24px
}

.JMUd8Z.mDzRgi,
.QodGTM.mDzRgi {
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    display: var(--display);
    min-height: 50px;
    position: relative
}

.JMUd8Z.mDzRgi .XvQ3FE,
.QodGTM.mDzRgi .XvQ3FE {
    align-self: center;
    cursor: pointer;
    display: var(--nav-button-display);
    grid-area: 1/1/1/1;
    margin: 0 var(--nav-button-offset);
    position: absolute;
    width: var(--nav-button-width);
    z-index: 1
}

.JMUd8Z.mDzRgi .XvQ3FE.CdshHv,
.QodGTM.mDzRgi .XvQ3FE.CdshHv {
    justify-self: var(--nav-button-prev-self-justify)
}

.JMUd8Z.mDzRgi .XvQ3FE.Qinjwp,
.QodGTM.mDzRgi .XvQ3FE.Qinjwp {
    justify-self: var(--nav-button-next-self-justify)
}

.JMUd8Z.mDzRgi .hDJzl4,
.QodGTM.mDzRgi .hDJzl4 {
    grid-area: 1/1/1/1;
    height: 100%;
    overflow: var(--slides-overflow);
    position: absolute;
    width: 100%
}

.JMUd8Z.mDzRgi .hDJzl4.tAoGqR,
.QodGTM.mDzRgi .hDJzl4.tAoGqR {
    overflow: var(--transition-overflow, var(--slides-overflow))
}

.JMUd8Z.mDzRgi .hDJzl4>*,
.QodGTM.mDzRgi .hDJzl4>* {
    overflow: var(--slides-overflow)
}

.JMUd8Z.mDzRgi .T23gn7.hDJzl4,
.QodGTM.mDzRgi .T23gn7.hDJzl4 {
    height: auto;
    position: relative
}

.JMUd8Z.mDzRgi .T23gn7.hDJzl4>*,
.QodGTM.mDzRgi .T23gn7.hDJzl4>* {
    top: 0
}

.JMUd8Z.mDzRgi .T23gn7.hDJzl4>:not(:first-child),
.QodGTM.mDzRgi .T23gn7.hDJzl4>:not(:first-child) {
    --force-state-metadata: false;
    position: absolute !important
}

.JMUd8Z.mDzRgi .N2NGoO,
.QodGTM.mDzRgi .N2NGoO {
    border-radius: var(--rd, 0);
    bottom: 0;
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.JMUd8Z.mDzRgi .lZ5yqT,
.QodGTM.mDzRgi .lZ5yqT {
    align-self: end;
    direction: var(--nav-dot-direction);
    display: var(--nav-dot-section-display);
    grid-area: 1/1/1/1;
    justify-self: center;
    margin-bottom: var(--nav-dot-section-bottom-margin);
    position: absolute;
    transform: translateY(50%)
}

.JMUd8Z.mDzRgi .lZ5yqT .dZxZOk,
.QodGTM.mDzRgi .lZ5yqT .dZxZOk {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: relative;
    width: 100%
}

.JMUd8Z.mDzRgi .lZ5yqT .ZVUGJp,
.QodGTM.mDzRgi .lZ5yqT .ZVUGJp {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: var(--nav-dot-size);
    margin: 0 var(--nav-dot-margin);
    pointer-events: auto;
    position: relative;
    width: var(--nav-dot-size)
}

.JMUd8Z.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm,
.QodGTM.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
    height: var(--nav-dot-size-selected);
    width: var(--nav-dot-size-selected)
}

.JMUd8Z.mDzRgi .W44q6c,
.QodGTM.mDzRgi .W44q6c {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: var(--above-all-in-container, 49)
}

.JMUd8Z .XvQ3FE:hover,
.QodGTM .XvQ3FE:hover {
    opacity: .6
}

.JMUd8Z .XvQ3FE.Qinjwp,
.QodGTM .XvQ3FE.Qinjwp {
    transform: scaleX(var(--nav-button-next-scaleX-transform))
}

.JMUd8Z .XvQ3FE.CdshHv,
.QodGTM .XvQ3FE.CdshHv {
    transform: scaleX(var(--nav-button-prev-scaleX-transform))
}

.JMUd8Z .XvQ3FE svg,
.QodGTM .XvQ3FE svg {
    fill: rgba(var(--arrowColor, var(--color_12, color_12)), var(--alpha-arrowColor, 1));
    stroke: rgba(var(--arrowColor, var(--color_12, color_12)), var(--alpha-arrowColor, 1));
    stroke-width: 1px
}

.JMUd8Z .ZVUGJp {
    background-color: rgba(var(--dotsColor, var(--color_12, color_12)), var(--alpha-dotsColor, 1));
    border-radius: 50%
}

.JMUd8Z .ZVUGJp.Ale4Rm {
    background-color: rgba(var(--dotsSelectedColor, var(--color_11, color_11)), var(--alpha-dotsSelectedColor, 1))
}

.QodGTM .ZVUGJp {
    background-color: rgba(var(--dotsColor, var(--color_12, color_12)), var(--alpha-dotsColor, 1));
    border-radius: 50%
}

.QodGTM .ZVUGJp.Ale4Rm {
    background-color: transparent;
    border: 2px solid rgba(var(--dotsColor, var(--color_12, color_12)), var(--alpha-dotsColor, 1))
}

.ENJ6Ca.mDzRgi {
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    display: var(--display);
    min-height: 50px;
    position: relative
}

.ENJ6Ca.mDzRgi .XvQ3FE {
    align-self: center;
    cursor: pointer;
    display: var(--nav-button-display);
    grid-area: 1/1/1/1;
    margin: 0 var(--nav-button-offset);
    position: absolute;
    width: var(--nav-button-width);
    z-index: 1
}

.ENJ6Ca.mDzRgi .XvQ3FE.CdshHv {
    justify-self: var(--nav-button-prev-self-justify)
}

.ENJ6Ca.mDzRgi .XvQ3FE.Qinjwp {
    justify-self: var(--nav-button-next-self-justify)
}

.ENJ6Ca.mDzRgi .hDJzl4 {
    grid-area: 1/1/1/1;
    height: 100%;
    overflow: var(--slides-overflow);
    position: absolute;
    width: 100%
}

.ENJ6Ca.mDzRgi .hDJzl4.tAoGqR {
    overflow: var(--transition-overflow, var(--slides-overflow))
}

.ENJ6Ca.mDzRgi .hDJzl4>* {
    overflow: var(--slides-overflow)
}

.ENJ6Ca.mDzRgi .T23gn7.hDJzl4 {
    height: auto;
    position: relative
}

.ENJ6Ca.mDzRgi .T23gn7.hDJzl4>* {
    top: 0
}

.ENJ6Ca.mDzRgi .T23gn7.hDJzl4>:not(:first-child) {
    --force-state-metadata: false;
    position: absolute !important
}

.ENJ6Ca.mDzRgi .N2NGoO {
    border-radius: var(--rd, 0);
    bottom: 0;
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.ENJ6Ca.mDzRgi .lZ5yqT {
    align-self: end;
    direction: var(--nav-dot-direction);
    display: var(--nav-dot-section-display);
    grid-area: 1/1/1/1;
    justify-self: center;
    margin-bottom: var(--nav-dot-section-bottom-margin);
    position: absolute;
    transform: translateY(50%)
}

.ENJ6Ca.mDzRgi .lZ5yqT .dZxZOk {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: relative;
    width: 100%
}

.ENJ6Ca.mDzRgi .lZ5yqT .ZVUGJp {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: var(--nav-dot-size);
    margin: 0 var(--nav-dot-margin);
    pointer-events: auto;
    position: relative;
    width: var(--nav-dot-size)
}

.ENJ6Ca.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
    height: var(--nav-dot-size-selected);
    width: var(--nav-dot-size-selected)
}

.ENJ6Ca.mDzRgi .W44q6c {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: var(--above-all-in-container, 49)
}

.ENJ6Ca .XvQ3FE:hover {
    opacity: .6
}

.ENJ6Ca .XvQ3FE.CdshHv {
    transform: scaleX(var(--nav-button-prev-circle-scaleX-transform))
}

.ENJ6Ca .XvQ3FE.Qinjwp {
    transform: scaleX(var(--nav-button-next-circle-scaleX-transform))
}

.ENJ6Ca .XvQ3FE svg {
    fill: rgba(var(--arrowColor, var(--color_12, color_12)), var(--alpha-arrowColor, 1))
}

.ENJ6Ca .ZVUGJp {
    background-color: rgba(var(--dotsColor, var(--color_12, color_12)), var(--alpha-dotsColor, 1));
    border-radius: 50%
}

.ENJ6Ca .ZVUGJp.Ale4Rm {
    background-color: transparent;
    border: 2px solid rgba(var(--dotsColor, var(--color_12, color_12)), var(--alpha-dotsColor, 1))
}

.ghJlnq.mDzRgi {
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    display: var(--display);
    min-height: 50px;
    position: relative
}

.ghJlnq.mDzRgi .XvQ3FE {
    align-self: center;
    cursor: pointer;
    display: var(--nav-button-display);
    grid-area: 1/1/1/1;
    margin: 0 var(--nav-button-offset);
    position: absolute;
    width: var(--nav-button-width);
    z-index: 1
}

.ghJlnq.mDzRgi .XvQ3FE.CdshHv {
    justify-self: var(--nav-button-prev-self-justify)
}

.ghJlnq.mDzRgi .XvQ3FE.Qinjwp {
    justify-self: var(--nav-button-next-self-justify)
}

.ghJlnq.mDzRgi .hDJzl4 {
    grid-area: 1/1/1/1;
    height: 100%;
    overflow: var(--slides-overflow);
    position: absolute;
    width: 100%
}

.ghJlnq.mDzRgi .hDJzl4.tAoGqR {
    overflow: var(--transition-overflow, var(--slides-overflow))
}

.ghJlnq.mDzRgi .hDJzl4>* {
    overflow: var(--slides-overflow)
}

.ghJlnq.mDzRgi .T23gn7.hDJzl4 {
    height: auto;
    position: relative
}

.ghJlnq.mDzRgi .T23gn7.hDJzl4>* {
    top: 0
}

.ghJlnq.mDzRgi .T23gn7.hDJzl4>:not(:first-child) {
    --force-state-metadata: false;
    position: absolute !important
}

.ghJlnq.mDzRgi .N2NGoO {
    border-radius: var(--rd, 0);
    bottom: 0;
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.ghJlnq.mDzRgi .lZ5yqT {
    align-self: end;
    direction: var(--nav-dot-direction);
    display: var(--nav-dot-section-display);
    grid-area: 1/1/1/1;
    justify-self: center;
    margin-bottom: var(--nav-dot-section-bottom-margin);
    position: absolute;
    transform: translateY(50%)
}

.ghJlnq.mDzRgi .lZ5yqT .dZxZOk {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: relative;
    width: 100%
}

.ghJlnq.mDzRgi .lZ5yqT .ZVUGJp {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: var(--nav-dot-size);
    margin: 0 var(--nav-dot-margin);
    pointer-events: auto;
    position: relative;
    width: var(--nav-dot-size)
}

.ghJlnq.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
    height: var(--nav-dot-size-selected);
    width: var(--nav-dot-size-selected)
}

.ghJlnq.mDzRgi .W44q6c {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: var(--above-all-in-container, 49)
}

.ghJlnq .XvQ3FE:hover {
    opacity: .6
}

.ghJlnq .XvQ3FE.CdshHv {
    transform: scaleX(var(--nav-button-prev-scaleX-transform))
}

.ghJlnq .XvQ3FE.Qinjwp {
    transform: scaleX(var(--nav-button-next-scaleX-transform))
}

.ghJlnq .XvQ3FE svg path:first-child {
    fill: rgba(var(--arrowContainerColor, var(--color_11, color_11)), var(--alpha-arrowContainerColor, 1))
}

.ghJlnq .XvQ3FE svg path:last-child {
    fill: rgba(var(--arrowColor, var(--color_12, color_12)), var(--alpha-arrowColor, 1))
}

.ghJlnq .ZVUGJp {
    background-color: rgba(var(--dotsColor, var(--color_12, color_12)), var(--alpha-dotsColor, 1))
}

.ghJlnq .ZVUGJp.Ale4Rm {
    background-color: rgba(var(--dotsSelectedColor, var(--color_11, color_11)), var(--alpha-dotsSelectedColor, 1))
}

.XVHXq_.mDzRgi {
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    display: var(--display);
    min-height: 50px;
    position: relative
}

.XVHXq_.mDzRgi .XvQ3FE {
    align-self: center;
    cursor: pointer;
    display: var(--nav-button-display);
    grid-area: 1/1/1/1;
    margin: 0 var(--nav-button-offset);
    position: absolute;
    width: var(--nav-button-width);
    z-index: 1
}

.XVHXq_.mDzRgi .XvQ3FE.CdshHv {
    justify-self: var(--nav-button-prev-self-justify)
}

.XVHXq_.mDzRgi .XvQ3FE.Qinjwp {
    justify-self: var(--nav-button-next-self-justify)
}

.XVHXq_.mDzRgi .hDJzl4 {
    grid-area: 1/1/1/1;
    height: 100%;
    overflow: var(--slides-overflow);
    position: absolute;
    width: 100%
}

.XVHXq_.mDzRgi .hDJzl4.tAoGqR {
    overflow: var(--transition-overflow, var(--slides-overflow))
}

.XVHXq_.mDzRgi .hDJzl4>* {
    overflow: var(--slides-overflow)
}

.XVHXq_.mDzRgi .T23gn7.hDJzl4 {
    height: auto;
    position: relative
}

.XVHXq_.mDzRgi .T23gn7.hDJzl4>* {
    top: 0
}

.XVHXq_.mDzRgi .T23gn7.hDJzl4>:not(:first-child) {
    --force-state-metadata: false;
    position: absolute !important
}

.XVHXq_.mDzRgi .N2NGoO {
    border-radius: var(--rd, 0);
    bottom: 0;
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.XVHXq_.mDzRgi .lZ5yqT {
    align-self: end;
    direction: var(--nav-dot-direction);
    display: var(--nav-dot-section-display);
    grid-area: 1/1/1/1;
    justify-self: center;
    margin-bottom: var(--nav-dot-section-bottom-margin);
    position: absolute;
    transform: translateY(50%)
}

.XVHXq_.mDzRgi .lZ5yqT .dZxZOk {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: relative;
    width: 100%
}

.XVHXq_.mDzRgi .lZ5yqT .ZVUGJp {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: var(--nav-dot-size);
    margin: 0 var(--nav-dot-margin);
    pointer-events: auto;
    position: relative;
    width: var(--nav-dot-size)
}

.XVHXq_.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
    height: var(--nav-dot-size-selected);
    width: var(--nav-dot-size-selected)
}

.XVHXq_.mDzRgi .W44q6c {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: var(--above-all-in-container, 49)
}

.XVHXq_.mDzRgi {
    min-height: unset
}

.sNF2R0 {
    opacity: 0
}

.hLoBV3 {
    transition: opacity var(--transition-duration) cubic-bezier(.37, 0, .63, 1)
}

.Rdf41z,
.hLoBV3 {
    opacity: 1
}

.ftlZWo {
    transition: opacity var(--transition-duration) cubic-bezier(.37, 0, .63, 1)
}

.ATGlOr,
.ftlZWo {
    opacity: 0
}

.KQSXD0 {
    transition: opacity var(--transition-duration) cubic-bezier(.64, 0, .78, 0)
}

.KQSXD0,
.pagQKE {
    opacity: 1
}

._6zG5H {
    opacity: 0;
    transition: opacity var(--transition-duration) cubic-bezier(.22, 1, .36, 1)
}

.BB49uC {
    transform: translateX(100%)
}

.j9xE1V {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.ICs7Rs,
.j9xE1V {
    transform: translateX(0)
}

.DxijZJ {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.B5kjYq,
.DxijZJ {
    transform: translateX(-100%)
}

.cJijIV {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.cJijIV,
.hOxaWM {
    transform: translateX(0)
}

.T9p3fN {
    transform: translateX(100%);
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.qDxYJm {
    transform: translateY(100%)
}

.aA9V0P {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.YPXPAS,
.aA9V0P {
    transform: translateY(0)
}

.Xf2zsA {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.Xf2zsA,
.y7Kt7s {
    transform: translateY(-100%)
}

.EeUgMu {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.EeUgMu,
.fdHrtm {
    transform: translateY(0)
}

.WIFaG4 {
    transform: translateY(100%);
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.imK94d .eF_jBL {
    border-radius: var(--rd, 0);
    will-change: var(--corners-overflow-fix-will-change, initial)
}

.imK94d .wfm0FO {
    border: var(--brw, 0) solid rgba(var(--brd, var(--color_11, color_11)), var(--alpha-brd, 1));
    border-radius: var(--rd, 0);
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.Tj01hh,
.jhxvbR {
    display: block;
    height: 100%;
    width: 100%
}

.jhxvbR img {
    max-width: var(--wix-img-max-width, 100%)
}

.jhxvbR[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.jhxvbR[data-animate-blur] img[data-load-done] {
    filter: none
}

.MW5IWV {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV.N3eg0s {
    clip: rect(0, auto, auto, 0)
}

.MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV .dLPlxY {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity)
}

.MW5IWV .dLPlxY img {
    height: 100%;
    width: 100%
}

@supports(-webkit-hyphens:none) {
    .MW5IWV.N3eg0s {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.VgO9Yg {
    height: 100%
}

.LWbAav {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.K_YxMd,
.yK6aSC {
    opacity: var(--fill-layer-video-opacity)
}

.NGjcJN {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.mNGsUM {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

.K_YxMd {
    height: 100%;
    position: relative;
    width: 100%
}

wix-media-canvas {
    display: block;
    height: 100%
}

.I8xA4L {
    opacity: var(--fill-layer-video-opacity, var(--fill-layer-image-opacity, 1))
}

.I8xA4L .K_YxMd,
.I8xA4L .dLPlxY,
.I8xA4L .yK6aSC {
    opacity: 1
}

.bX9O_S {
    clip-path: var(--fill-layer-clip)
}

.Z_wCwr,
.bX9O_S {
    position: absolute;
    top: 0
}

.Jxk_UL img,
.Z_wCwr,
.bX9O_S {
    height: 100%;
    width: 100%
}

.K8MSra {
    opacity: 0
}

.K8MSra,
.YTb3b4 {
    position: absolute;
    top: 0
}

.YTb3b4 {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.SUz0WK {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position)
}

.FNxOn5,
.SUz0WK,
.m4khSP {
    height: 100%;
    top: 0;
    width: 100%
}

.FNxOn5 {
    position: absolute
}

.m4khSP {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports(mix-blend-mode:overlay) {
    .m4khSP {
        mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
    }
}

.hRdzm4 {
    direction: var(--direction);
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content);
    margin-bottom: var(--margin-bottom);
    margin-top: var(--margin-top);
    margin-inline-end: var(--margin-inline-end);
    margin-inline-start: var(--margin-inline-start);
    position: relative
}

.T7n0L6 {
    direction: ltr;
    margin: var(--item-margin)
}

.E6jjcn,
.cGWabE {
    display: flex;
    flex-direction: column
}

.E6jjcn {
    direction: var(--direction);
    justify-content: var(--justify-content);
    margin-bottom: var(--margin-bottom);
    margin-top: var(--margin-top);
    margin-inline-end: var(--margin-inline-end);
    margin-inline-start: var(--margin-inline-start);
    position: relative
}

.aT7wGr>* {
    width: 100%
}

.VM7gjN {
    display: flex;
    justify-content: space-between
}

.aT7wGr {
    direction: ltr;
    margin: var(--item-margin)
}

.sV4PJ9j.od36D8c--madefor,
.sWPU8jH.o__4ElB3C--madefor {
    --wbu-font-stack: var(--wix-font-stack);
    --wbu-font-weight-regular: var(--wix-font-weight-regular);
    --wbu-font-weight-medium: var(--wix-font-weight-medium);
    --wbu-font-weight-bold: var(--wix-font-weight-bold)
}

.vpm41p {
    height: 1px
}

.JNxVBA {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    justify-content: center
}

.mnxIuN {
    border-radius: 100%;
    display: inline-block;
    height: 10px;
    margin: 18px 2px;
    opacity: 0;
    width: 10px
}

.mnxIuN:first-child {
    animation: xDDB8S 1s ease-in-out infinite
}

.mnxIuN:nth-child(2) {
    animation: xDDB8S 1s ease-in-out .33s infinite
}

.mnxIuN:nth-child(3) {
    animation: xDDB8S 1s ease-in-out .66s infinite
}

@keyframes xDDB8S {

    0%,
    to {
        opacity: 0
    }

    60% {
        opacity: 1
    }
}

.woUe2C .mABNle {
    justify-content: center
}

.woUe2C .Bt5sQV {
    align-items: flex-start;
    display: grid;
    grid-template-columns: 1fr 5fr 1fr
}

.woUe2C .Bt5sQV .dXvq5u {
    flex-direction: column;
    grid-column: 2;
    margin: unset;
    max-width: 100%;
    min-width: 0;
    place-self: center
}

.woUe2C .Bt5sQV .dXvq5u .H_gEjP {
    margin-bottom: 5px
}

.woUe2C .Bt5sQV .dXvq5u .htMcyB {
    align-items: center;
    padding: unset
}

.woUe2C .Bt5sQV .bhsfaV {
    justify-self: right;
    padding-top: 5px
}

.woUe2C .JGhsWK {
    align-items: center
}

.woUe2C .HhgCcE,
.woUe2C .JGhsWK {
    text-align: center
}

.woUe2C .qikwPI .bhsfaV {
    justify-self: left
}

.woUe2C .UjX6YI {
    justify-content: center
}

.mW_sDH .mABNle {
    justify-content: end
}

.mW_sDH .Bt5sQV {
    display: flex;
    justify-content: space-between
}

.mW_sDH .Bt5sQV .dXvq5u {
    margin: unset
}

.mW_sDH .Bt5sQV .dXvq5u .H_gEjP {
    margin-inline-start: 10px
}

.mW_sDH .Bt5sQV .dXvq5u .htMcyB {
    align-items: flex-end;
    padding: unset
}

.mW_sDH .Bt5sQV,
.mW_sDH .bhsfaV,
.mW_sDH .dXvq5u {
    flex-direction: row-reverse
}

.mW_sDH .JGhsWK {
    align-items: flex-end;
    text-align: end
}

.mW_sDH .HhgCcE {
    text-align: end
}

.mW_sDH .UjX6YI {
    justify-content: flex-end
}

.RiOfiW {
    background: #fff;
    border-radius: 0;
    cursor: default;
    display: block;
    margin-inline-end: 0;
    margin-inline-start: 0
}

.RiOfiW.FnDyW0 {
    direction: rtl
}

.RiOfiW.ac4Ofz.JlQ2sc {
    padding-top: 30px
}

.RiOfiW.UUSLFD,
.RiOfiW.hKl06e,
.RiOfiW.i_25UC,
.RiOfiW.jDqjOt,
.RiOfiW.lyd6fK,
.RiOfiW.x_FPRX,
.RiOfiW.yWOr1I {
    display: flex;
    flex-direction: column;
    height: 100%
}

.app-desktop .RiOfiW {
    border-style: solid;
    border-width: 1px
}

.RiOfiW .EfvfyL,
.RiOfiW .NAWdyL,
.RiOfiW .PoYsMP {
    display: block
}

.RiOfiW.EfvfyL,
.RiOfiW.NAWdyL,
.RiOfiW.PoYsMP,
.RiOfiW.TBrkhx,
.RiOfiW.g8vcTX,
.RiOfiW.ivAnV0 {
    display: flex
}

.RiOfiW.EfvfyL.ac4Ofz,
.RiOfiW.NAWdyL.ac4Ofz,
.RiOfiW.PoYsMP.ac4Ofz,
.RiOfiW.TBrkhx.ac4Ofz,
.RiOfiW.g8vcTX.ac4Ofz,
.RiOfiW.ivAnV0.ac4Ofz {
    height: auto
}

@media(max-width:685px) {

    .use-media-queries .RiOfiW.EfvfyL,
    .use-media-queries .RiOfiW.NAWdyL,
    .use-media-queries .RiOfiW.PoYsMP,
    .use-media-queries .RiOfiW.TBrkhx,
    .use-media-queries .RiOfiW.g8vcTX,
    .use-media-queries .RiOfiW.ivAnV0 {
        flex-direction: column
    }
}

.lt-sm .RiOfiW.EfvfyL,
.lt-sm .RiOfiW.NAWdyL,
.lt-sm .RiOfiW.PoYsMP,
.lt-sm .RiOfiW.TBrkhx,
.lt-sm .RiOfiW.g8vcTX,
.lt-sm .RiOfiW.ivAnV0 {
    flex-direction: column
}

.RiOfiW.EfvfyL,
.RiOfiW.NAWdyL,
.RiOfiW.PoYsMP,
.RiOfiW.TBrkhx,
.RiOfiW.g8vcTX {
    height: 100%
}

.UUSLFD .ITPCIq,
.hKl06e .ITPCIq,
.i_25UC .ITPCIq,
.jDqjOt .ITPCIq,
.lyd6fK .ITPCIq,
.x_FPRX .ITPCIq,
.yWOr1I .ITPCIq {
    height: 165px;
    padding-bottom: 0
}

.RiOfiW.hKl06e {
    position: absolute;
    width: 100%
}

.feQY6g .ITPCIq {
    height: 400px
}

.EfvfyL .ITPCIq,
.NAWdyL .ITPCIq,
.PoYsMP .ITPCIq,
.TBrkhx .ITPCIq,
.feQY6g .ITPCIq,
.g8vcTX .ITPCIq,
.ivAnV0 .ITPCIq {
    padding-bottom: 0
}

.EfvfyL .ITPCIq,
.EfvfyL .pccjOy,
.NAWdyL .ITPCIq,
.NAWdyL .pccjOy,
.PoYsMP .ITPCIq,
.PoYsMP .pccjOy,
.TBrkhx .ITPCIq,
.TBrkhx .pccjOy,
.g8vcTX .ITPCIq,
.g8vcTX .pccjOy,
.ivAnV0 .ITPCIq,
.ivAnV0 .pccjOy {
    bottom: 0;
    inset-inline-end: 0;
    inset-inline-start: 0;
    position: absolute;
    top: 0
}

.iSTCpN {
    padding: 30px 18px 25px;
    width: 100%
}

.app-mobile .iSTCpN.QlVZyW {
    box-shadow: 0 1px rgba(0, 0, 0, .1)
}

.iSTCpN.WdRrHJ.JufO9Q,
.iSTCpN.glhtJc.JufO9Q {
    padding: 30px 18px
}

.iSTCpN.WdRrHJ.JlQ2sc,
.iSTCpN.glhtJc.JlQ2sc {
    padding-bottom: 0
}

.iSTCpN.G1V6el {
    padding: 23px
}

.iSTCpN.G1V6el.JufO9Q {
    padding-bottom: 7px
}

.iSTCpN.KwFkyo,
.iSTCpN.x_FPRX {
    padding: 24px 29px
}

.iSTCpN.KwFkyo.JufO9Q,
.iSTCpN.x_FPRX.JufO9Q {
    padding-bottom: 7px
}

.iSTCpN.feQY6g {
    padding: 42px 47px 37px 47px
}

.iSTCpN.feQY6g.JufO9Q {
    padding: 42px 47px 13px 47px
}

.iSTCpN.UUSLFD,
.iSTCpN.i_25UC,
.iSTCpN.jDqjOt,
.iSTCpN.lyd6fK,
.iSTCpN.x_FPRX,
.iSTCpN.yWOr1I {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding: var(--blog-pl-common-padding-top) 24px var(--blog-pl-common-padding-bottom)
}

.iSTCpN.hKl06e {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding: var(--blog-pl-slider-padding-top) 16px var(--blog-pl-slider-padding-bottom)
}

.iSTCpN.UUSLFD.ac4Ofz,
.iSTCpN.UUSLFD.ac4Ofz.JufO9Q,
.iSTCpN.hKl06e.ac4Ofz,
.iSTCpN.hKl06e.ac4Ofz.JufO9Q,
.iSTCpN.jDqjOt.ac4Ofz,
.iSTCpN.jDqjOt.ac4Ofz.JufO9Q,
.iSTCpN.lyd6fK.ac4Ofz,
.iSTCpN.lyd6fK.ac4Ofz.JufO9Q {
    height: 100%
}

.iSTCpN.ivAnV0 {
    display: flex;
    flex-direction: column;
    padding: 40px 48px 37px
}

@media(min-width:686px)and (max-width:980px) {
    .use-media-queries .iSTCpN.ivAnV0 {
        padding: calc(40px + (var(--root-width) - 981px)/19) calc(48px + (var(--root-width) - 981px)/19)
    }
}

.w686-980 .iSTCpN.ivAnV0 {
    padding: calc(40px + (var(--root-width) - 981px)/19) calc(48px + (var(--root-width) - 981px)/19)
}

@media(max-width:685px) {
    .use-media-queries .iSTCpN.ivAnV0 {
        padding: 24px
    }
}

.lt-sm .iSTCpN.ivAnV0 {
    padding: 24px
}

.iSTCpN.TBrkhx,
.iSTCpN.g8vcTX {
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 24px;
    padding-top: 24px
}

.iSTCpN.EfvfyL,
.iSTCpN.NAWdyL,
.iSTCpN.PoYsMP {
    padding: 0
}

.iSTCpN.sCkhyN {
    display: inline-block;
    height: 100%;
    inset-inline-start: 0;
    padding: 27px 24px;
    position: absolute;
    top: 0;
    width: 100%
}

.iSTCpN.sCkhyN.ac4Ofz {
    padding: 32px 24px
}

.iSTCpN.sCkhyN.KEL4fK {
    background-color: rgba(0, 0, 0, .45)
}

.iSTCpN.FK1tXh,
.iSTCpN.JnzaaY,
.iSTCpN.hp0NoL {
    display: flex;
    flex-direction: column
}

.iSTCpN.LdmkLw {
    display: inline-block;
    inset-inline-start: 0;
    position: absolute;
    top: 0
}

.iSTCpN.FK1tXh,
.iSTCpN.JnzaaY,
.iSTCpN.LdmkLw,
.iSTCpN.hp0NoL {
    height: 100%;
    padding: 27px 24px;
    width: 100%
}

.iSTCpN.FK1tXh.KEL4fK,
.iSTCpN.JnzaaY.KEL4fK,
.iSTCpN.LdmkLw.KEL4fK,
.iSTCpN.hp0NoL.KEL4fK {
    background-color: rgba(0, 0, 0, .45)
}

.iSTCpN.FK1tXh.ac4Ofz,
.iSTCpN.JnzaaY.ac4Ofz,
.iSTCpN.LdmkLw.ac4Ofz,
.iSTCpN.hp0NoL.ac4Ofz {
    padding: 32px 24px
}

.O16KGI {
    display: block
}

.JMCi2v,
.O16KGI {
    color: inherit;
    font: inherit
}

.JMCi2v {
    box-sizing: content-box;
    flex: 1 1 auto;
    margin: -3px;
    overflow: hidden;
    padding: 3px;
    width: 100%
}

.JMCi2v.pu51Xe {
    text-align: start
}

.JMCi2v.jDqjOt.mqysW5.ZBB0ua {
    margin-top: -19px
}

.JMCi2v.UUSLFD.mqysW5.ZBB0ua {
    margin-top: -48px
}

.JMCi2v.hKl06e.mqysW5.ZBB0ua,
.JMCi2v.i_25UC.mqysW5.ZBB0ua,
.JMCi2v.lyd6fK.mqysW5.ZBB0ua,
.JMCi2v.yWOr1I.mqysW5.ZBB0ua {
    margin-top: -36px
}

.JMCi2v.x_FPRX.mqysW5.ZBB0ua {
    margin-top: -25px
}

.JMCi2v.TBrkhx,
.JMCi2v.g8vcTX,
.JMCi2v.ivAnV0 {
    display: flex;
    flex-direction: column
}

.JMCi2v.TBrkhx.ac4Ofz,
.JMCi2v.g8vcTX.ac4Ofz,
.JMCi2v.ivAnV0.ac4Ofz {
    padding-inline-end: 0
}

.JMCi2v.TBrkhx.ZBB0ua,
.JMCi2v.g8vcTX.ZBB0ua,
.JMCi2v.ivAnV0.ZBB0ua {
    margin-top: -43px
}

.JMCi2v.TBrkhx.xs2MeC.ZBB0ua,
.JMCi2v.g8vcTX.xs2MeC.ZBB0ua,
.JMCi2v.ivAnV0.xs2MeC.ZBB0ua {
    margin-top: -23px
}

.JMCi2v.jDqjOt.ZBB0ua {
    position: relative;
    top: -29px
}

.JMCi2v.UUSLFD.ZBB0ua {
    margin-top: -29px
}

.JMCi2v.hKl06e.ZBB0ua,
.JMCi2v.i_25UC.ZBB0ua,
.JMCi2v.lyd6fK.ZBB0ua,
.JMCi2v.yWOr1I.ZBB0ua {
    margin-top: -13px
}

.JMCi2v.x_FPRX.ZBB0ua {
    margin-top: -6px
}

.JMCi2v.FK1tXh,
.JMCi2v.JnzaaY,
.JMCi2v.hp0NoL {
    height: 100%
}

.JMCi2v.FK1tXh.I5nSmk,
.JMCi2v.JnzaaY.I5nSmk,
.JMCi2v.hp0NoL.I5nSmk {
    flex-grow: 0;
    height: unset
}

.JMCi2v.hKl06e {
    white-space: normal
}

.hrftIZ.glhtJc.ZBB0ua {
    margin-top: -28px;
    margin-inline-end: 12px
}

.FbwBsX {
    margin-bottom: var(--blog-pl-default-title-margin)
}

.FbwBsX.hKl06e p {
    margin-top: var(--blog-pl-slider-title-margin-top)
}

.FbwBsX.EfvfyL.ZBB0ua,
.FbwBsX.NAWdyL.ZBB0ua,
.FbwBsX.PoYsMP.ZBB0ua,
.FbwBsX.TBrkhx.ZBB0ua,
.FbwBsX.UUSLFD.ZBB0ua,
.FbwBsX.g8vcTX.ZBB0ua,
.FbwBsX.hKl06e.ZBB0ua,
.FbwBsX.i_25UC.ZBB0ua,
.FbwBsX.lyd6fK.ZBB0ua,
.FbwBsX.x_FPRX.ZBB0ua,
.FbwBsX.yWOr1I.ZBB0ua {
    margin-inline-end: 30px
}

.FbwBsX.EfvfyL.xs2MeC.ZBB0ua,
.FbwBsX.NAWdyL.xs2MeC.ZBB0ua,
.FbwBsX.PoYsMP.xs2MeC.ZBB0ua,
.FbwBsX.TBrkhx.xs2MeC.ZBB0ua,
.FbwBsX.UUSLFD.xs2MeC.ZBB0ua,
.FbwBsX.g8vcTX.xs2MeC.ZBB0ua,
.FbwBsX.hKl06e.xs2MeC.ZBB0ua,
.FbwBsX.i_25UC.xs2MeC.ZBB0ua,
.FbwBsX.lyd6fK.xs2MeC.ZBB0ua,
.FbwBsX.x_FPRX.xs2MeC.ZBB0ua,
.FbwBsX.yWOr1I.xs2MeC.ZBB0ua {
    margin-inline-end: 0
}

@media(min-width:660px) {
    .use-media-queries .FbwBsX {
        margin-bottom: 20px
    }

    .use-media-queries .FbwBsX.G1V6el {
        margin-bottom: 11px
    }

    .use-media-queries .FbwBsX.G1V6el.ZBB0ua {
        margin-bottom: -14px;
        margin-top: -13px;
        max-width: 209px;
        position: relative;
        top: -24px
    }

    .use-media-queries .FbwBsX.G1V6el.ZBB0ua.CzG_Nm {
        max-width: 189px
    }

    .use-media-queries .FbwBsX.G1V6el.xs2MeC.ZBB0ua {
        margin-top: 12px;
        max-width: none
    }

    .use-media-queries .FbwBsX.G1V6el.xs2MeC.ZBB0ua.CzG_Nm {
        max-width: none-20px
    }

    .use-media-queries .FbwBsX.KwFkyo {
        margin-bottom: 10px
    }

    .use-media-queries .FbwBsX.KwFkyo.ZBB0ua {
        margin-bottom: -13px;
        margin-top: -13px;
        max-width: 359px;
        position: relative;
        top: -24px
    }

    .use-media-queries .FbwBsX.KwFkyo.ZBB0ua.CzG_Nm {
        max-width: 339px
    }

    .use-media-queries .FbwBsX.KwFkyo.xs2MeC.ZBB0ua {
        margin-top: 17px;
        max-width: none
    }

    .use-media-queries .FbwBsX.KwFkyo.xs2MeC.ZBB0ua.CzG_Nm {
        max-width: none-20px
    }

    .use-media-queries .FbwBsX.x_FPRX {
        margin-bottom: 10px
    }

    .use-media-queries .FbwBsX.feQY6g {
        margin-bottom: 9px;
        max-width: 740px
    }

    .use-media-queries .FbwBsX.feQY6g.ZBB0ua {
        margin-bottom: -12px;
        margin-top: -6px;
        position: relative;
        top: -31px
    }

    .use-media-queries .FbwBsX.feQY6g.xs2MeC.ZBB0ua {
        margin-top: 12px;
        max-width: none
    }

    .use-media-queries .FbwBsX.feQY6g.xs2MeC.ZBB0ua.CzG_Nm {
        max-width: none-20px
    }

    .use-media-queries .FbwBsX.jDqjOt {
        margin-bottom: var(--blog-pl-common-title-margin)
    }

    .use-media-queries .FbwBsX.jDqjOt.ZBB0ua {
        max-width: 207px
    }

    .use-media-queries .FbwBsX.jDqjOt.ZBB0ua.CzG_Nm {
        max-width: 187px
    }

    .use-media-queries .FbwBsX.jDqjOt.xs2MeC.ZBB0ua {
        max-width: none
    }

    .use-media-queries .FbwBsX.jDqjOt.xs2MeC.ZBB0ua.CzG_Nm {
        max-width: none-20px
    }

    .use-media-queries .FbwBsX.UUSLFD,
    .use-media-queries .FbwBsX.hKl06e,
    .use-media-queries .FbwBsX.i_25UC,
    .use-media-queries .FbwBsX.lyd6fK,
    .use-media-queries .FbwBsX.yWOr1I {
        margin-bottom: var(--blog-pl-common-title-margin)
    }

    .use-media-queries .FbwBsX.EfvfyL.ZBB0ua,
    .use-media-queries .FbwBsX.NAWdyL.ZBB0ua,
    .use-media-queries .FbwBsX.PoYsMP.ZBB0ua,
    .use-media-queries .FbwBsX.TBrkhx.ZBB0ua,
    .use-media-queries .FbwBsX.UUSLFD.ZBB0ua,
    .use-media-queries .FbwBsX.g8vcTX.ZBB0ua,
    .use-media-queries .FbwBsX.hKl06e.ZBB0ua,
    .use-media-queries .FbwBsX.i_25UC.ZBB0ua,
    .use-media-queries .FbwBsX.lyd6fK.ZBB0ua,
    .use-media-queries .FbwBsX.yWOr1I.ZBB0ua {
        margin-inline-end: 30px
    }

    .use-media-queries .FbwBsX.EfvfyL.xs2MeC.ZBB0ua,
    .use-media-queries .FbwBsX.NAWdyL.xs2MeC.ZBB0ua,
    .use-media-queries .FbwBsX.PoYsMP.xs2MeC.ZBB0ua,
    .use-media-queries .FbwBsX.TBrkhx.xs2MeC.ZBB0ua,
    .use-media-queries .FbwBsX.UUSLFD.xs2MeC.ZBB0ua,
    .use-media-queries .FbwBsX.g8vcTX.xs2MeC.ZBB0ua,
    .use-media-queries .FbwBsX.hKl06e.xs2MeC.ZBB0ua,
    .use-media-queries .FbwBsX.i_25UC.xs2MeC.ZBB0ua,
    .use-media-queries .FbwBsX.lyd6fK.xs2MeC.ZBB0ua,
    .use-media-queries .FbwBsX.yWOr1I.xs2MeC.ZBB0ua {
        margin-inline-end: 0
    }

    .use-media-queries .FbwBsX.EfvfyL.ac4Ofz.ZBB0ua,
    .use-media-queries .FbwBsX.NAWdyL.ac4Ofz.ZBB0ua,
    .use-media-queries .FbwBsX.PoYsMP.ac4Ofz.ZBB0ua,
    .use-media-queries .FbwBsX.TBrkhx.ac4Ofz.ZBB0ua,
    .use-media-queries .FbwBsX.g8vcTX.ac4Ofz.ZBB0ua,
    .use-media-queries .FbwBsX.ivAnV0.ac4Ofz.ZBB0ua {
        max-width: 342px
    }

    .use-media-queries .FbwBsX.EfvfyL.ac4Ofz.ZBB0ua.CzG_Nm,
    .use-media-queries .FbwBsX.NAWdyL.ac4Ofz.ZBB0ua.CzG_Nm,
    .use-media-queries .FbwBsX.PoYsMP.ac4Ofz.ZBB0ua.CzG_Nm,
    .use-media-queries .FbwBsX.TBrkhx.ac4Ofz.ZBB0ua.CzG_Nm,
    .use-media-queries .FbwBsX.g8vcTX.ac4Ofz.ZBB0ua.CzG_Nm,
    .use-media-queries .FbwBsX.ivAnV0.ac4Ofz.ZBB0ua.CzG_Nm {
        max-width: 322px
    }

    .use-media-queries .FbwBsX.EfvfyL.ac4Ofz.xs2MeC.ZBB0ua,
    .use-media-queries .FbwBsX.NAWdyL.ac4Ofz.xs2MeC.ZBB0ua,
    .use-media-queries .FbwBsX.PoYsMP.ac4Ofz.xs2MeC.ZBB0ua,
    .use-media-queries .FbwBsX.TBrkhx.ac4Ofz.xs2MeC.ZBB0ua,
    .use-media-queries .FbwBsX.g8vcTX.ac4Ofz.xs2MeC.ZBB0ua,
    .use-media-queries .FbwBsX.ivAnV0.ac4Ofz.xs2MeC.ZBB0ua {
        max-width: none
    }

    .use-media-queries .FbwBsX.EfvfyL.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
    .use-media-queries .FbwBsX.NAWdyL.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
    .use-media-queries .FbwBsX.PoYsMP.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
    .use-media-queries .FbwBsX.TBrkhx.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
    .use-media-queries .FbwBsX.g8vcTX.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
    .use-media-queries .FbwBsX.ivAnV0.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm {
        max-width: none-20px
    }

    .use-media-queries .FbwBsX.ZpmKeC {
        margin-bottom: 6px
    }

    .use-media-queries .FbwBsX.sCkhyN {
        margin-bottom: 12px
    }

    .use-media-queries .FbwBsX.sCkhyN.JufO9Q {
        bottom: 0;
        margin-bottom: 30px
    }

    .use-media-queries .FbwBsX.FK1tXh,
    .use-media-queries .FbwBsX.JnzaaY,
    .use-media-queries .FbwBsX.LdmkLw,
    .use-media-queries .FbwBsX.hp0NoL {
        margin-bottom: 18px
    }

    .use-media-queries .FbwBsX.FK1tXh.JufO9Q,
    .use-media-queries .FbwBsX.JnzaaY.JufO9Q,
    .use-media-queries .FbwBsX.LdmkLw.JufO9Q,
    .use-media-queries .FbwBsX.hp0NoL.JufO9Q {
        bottom: 0;
        margin-bottom: 36px
    }

    .use-media-queries .FbwBsX.FK1tXh.JufO9Q,
    .use-media-queries .FbwBsX.JnzaaY.JufO9Q,
    .use-media-queries .FbwBsX.hp0NoL.JufO9Q {
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.gt-xs .FbwBsX {
    margin-bottom: 20px
}

.gt-xs .FbwBsX.G1V6el {
    margin-bottom: 11px
}

.gt-xs .FbwBsX.G1V6el.ZBB0ua {
    margin-bottom: -14px;
    margin-top: -13px;
    max-width: 209px;
    position: relative;
    top: -24px
}

.gt-xs .FbwBsX.G1V6el.ZBB0ua.CzG_Nm {
    max-width: 189px
}

.gt-xs .FbwBsX.G1V6el.xs2MeC.ZBB0ua {
    margin-top: 12px;
    max-width: none
}

.gt-xs .FbwBsX.G1V6el.xs2MeC.ZBB0ua.CzG_Nm {
    max-width: none-20px
}

.gt-xs .FbwBsX.KwFkyo {
    margin-bottom: 10px
}

.gt-xs .FbwBsX.KwFkyo.ZBB0ua {
    margin-bottom: -13px;
    margin-top: -13px;
    max-width: 359px;
    position: relative;
    top: -24px
}

.gt-xs .FbwBsX.KwFkyo.ZBB0ua.CzG_Nm {
    max-width: 339px
}

.gt-xs .FbwBsX.KwFkyo.xs2MeC.ZBB0ua {
    margin-top: 17px;
    max-width: none
}

.gt-xs .FbwBsX.KwFkyo.xs2MeC.ZBB0ua.CzG_Nm {
    max-width: none-20px
}

.gt-xs .FbwBsX.x_FPRX {
    margin-bottom: 10px
}

.gt-xs .FbwBsX.feQY6g {
    margin-bottom: 9px;
    max-width: 740px
}

.gt-xs .FbwBsX.feQY6g.ZBB0ua {
    margin-bottom: -12px;
    margin-top: -6px;
    position: relative;
    top: -31px
}

.gt-xs .FbwBsX.feQY6g.xs2MeC.ZBB0ua {
    margin-top: 12px;
    max-width: none
}

.gt-xs .FbwBsX.feQY6g.xs2MeC.ZBB0ua.CzG_Nm {
    max-width: none-20px
}

.gt-xs .FbwBsX.jDqjOt {
    margin-bottom: var(--blog-pl-common-title-margin)
}

.gt-xs .FbwBsX.jDqjOt.ZBB0ua {
    max-width: 207px
}

.gt-xs .FbwBsX.jDqjOt.ZBB0ua.CzG_Nm {
    max-width: 187px
}

.gt-xs .FbwBsX.jDqjOt.xs2MeC.ZBB0ua {
    max-width: none
}

.gt-xs .FbwBsX.jDqjOt.xs2MeC.ZBB0ua.CzG_Nm {
    max-width: none-20px
}

.gt-xs .FbwBsX.UUSLFD,
.gt-xs .FbwBsX.hKl06e,
.gt-xs .FbwBsX.i_25UC,
.gt-xs .FbwBsX.lyd6fK,
.gt-xs .FbwBsX.yWOr1I {
    margin-bottom: var(--blog-pl-common-title-margin)
}

.gt-xs .FbwBsX.EfvfyL.ZBB0ua,
.gt-xs .FbwBsX.NAWdyL.ZBB0ua,
.gt-xs .FbwBsX.PoYsMP.ZBB0ua,
.gt-xs .FbwBsX.TBrkhx.ZBB0ua,
.gt-xs .FbwBsX.UUSLFD.ZBB0ua,
.gt-xs .FbwBsX.g8vcTX.ZBB0ua,
.gt-xs .FbwBsX.hKl06e.ZBB0ua,
.gt-xs .FbwBsX.i_25UC.ZBB0ua,
.gt-xs .FbwBsX.lyd6fK.ZBB0ua,
.gt-xs .FbwBsX.yWOr1I.ZBB0ua {
    margin-inline-end: 30px
}

.gt-xs .FbwBsX.EfvfyL.xs2MeC.ZBB0ua,
.gt-xs .FbwBsX.NAWdyL.xs2MeC.ZBB0ua,
.gt-xs .FbwBsX.PoYsMP.xs2MeC.ZBB0ua,
.gt-xs .FbwBsX.TBrkhx.xs2MeC.ZBB0ua,
.gt-xs .FbwBsX.UUSLFD.xs2MeC.ZBB0ua,
.gt-xs .FbwBsX.g8vcTX.xs2MeC.ZBB0ua,
.gt-xs .FbwBsX.hKl06e.xs2MeC.ZBB0ua,
.gt-xs .FbwBsX.i_25UC.xs2MeC.ZBB0ua,
.gt-xs .FbwBsX.lyd6fK.xs2MeC.ZBB0ua,
.gt-xs .FbwBsX.yWOr1I.xs2MeC.ZBB0ua {
    margin-inline-end: 0
}

.gt-xs .FbwBsX.EfvfyL.ac4Ofz.ZBB0ua,
.gt-xs .FbwBsX.NAWdyL.ac4Ofz.ZBB0ua,
.gt-xs .FbwBsX.PoYsMP.ac4Ofz.ZBB0ua,
.gt-xs .FbwBsX.TBrkhx.ac4Ofz.ZBB0ua,
.gt-xs .FbwBsX.g8vcTX.ac4Ofz.ZBB0ua,
.gt-xs .FbwBsX.ivAnV0.ac4Ofz.ZBB0ua {
    max-width: 342px
}

.gt-xs .FbwBsX.EfvfyL.ac4Ofz.ZBB0ua.CzG_Nm,
.gt-xs .FbwBsX.NAWdyL.ac4Ofz.ZBB0ua.CzG_Nm,
.gt-xs .FbwBsX.PoYsMP.ac4Ofz.ZBB0ua.CzG_Nm,
.gt-xs .FbwBsX.TBrkhx.ac4Ofz.ZBB0ua.CzG_Nm,
.gt-xs .FbwBsX.g8vcTX.ac4Ofz.ZBB0ua.CzG_Nm,
.gt-xs .FbwBsX.ivAnV0.ac4Ofz.ZBB0ua.CzG_Nm {
    max-width: 322px
}

.gt-xs .FbwBsX.EfvfyL.ac4Ofz.xs2MeC.ZBB0ua,
.gt-xs .FbwBsX.NAWdyL.ac4Ofz.xs2MeC.ZBB0ua,
.gt-xs .FbwBsX.PoYsMP.ac4Ofz.xs2MeC.ZBB0ua,
.gt-xs .FbwBsX.TBrkhx.ac4Ofz.xs2MeC.ZBB0ua,
.gt-xs .FbwBsX.g8vcTX.ac4Ofz.xs2MeC.ZBB0ua,
.gt-xs .FbwBsX.ivAnV0.ac4Ofz.xs2MeC.ZBB0ua {
    max-width: none
}

.gt-xs .FbwBsX.EfvfyL.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
.gt-xs .FbwBsX.NAWdyL.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
.gt-xs .FbwBsX.PoYsMP.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
.gt-xs .FbwBsX.TBrkhx.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
.gt-xs .FbwBsX.g8vcTX.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
.gt-xs .FbwBsX.ivAnV0.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm {
    max-width: none-20px
}

.gt-xs .FbwBsX.ZpmKeC {
    margin-bottom: 6px
}

.gt-xs .FbwBsX.sCkhyN {
    margin-bottom: 12px
}

.gt-xs .FbwBsX.sCkhyN.JufO9Q {
    bottom: 0;
    margin-bottom: 30px
}

.gt-xs .FbwBsX.FK1tXh,
.gt-xs .FbwBsX.JnzaaY,
.gt-xs .FbwBsX.LdmkLw,
.gt-xs .FbwBsX.hp0NoL {
    margin-bottom: 18px
}

.gt-xs .FbwBsX.FK1tXh.JufO9Q,
.gt-xs .FbwBsX.JnzaaY.JufO9Q,
.gt-xs .FbwBsX.LdmkLw.JufO9Q,
.gt-xs .FbwBsX.hp0NoL.JufO9Q {
    bottom: 0;
    margin-bottom: 36px
}

.gt-xs .FbwBsX.FK1tXh.JufO9Q,
.gt-xs .FbwBsX.JnzaaY.JufO9Q,
.gt-xs .FbwBsX.hp0NoL.JufO9Q {
    margin-bottom: 0;
    padding-bottom: 0
}

.FbwBsX.glhtJc {
    margin-bottom: 0
}

.FbwBsX.WdRrHJ.AkO1lZ,
.FbwBsX.glhtJc.AkO1lZ {
    margin-bottom: 18px
}

.FbwBsX.WdRrHJ.ySFpqx,
.FbwBsX.glhtJc.ySFpqx {
    margin-bottom: 0
}

.FbwBsX.WdRrHJ.ZBB0ua,
.FbwBsX.glhtJc.ZBB0ua {
    margin-top: -43px;
    max-width: 263px
}

.FbwBsX.WdRrHJ.ZBB0ua.CzG_Nm,
.FbwBsX.glhtJc.ZBB0ua.CzG_Nm {
    max-width: 243px
}

.FbwBsX.WdRrHJ.xs2MeC.ZBB0ua,
.FbwBsX.glhtJc.xs2MeC.ZBB0ua {
    margin-top: -19px;
    max-width: none
}

.FbwBsX.WdRrHJ.xs2MeC.ZBB0ua.CzG_Nm,
.FbwBsX.glhtJc.xs2MeC.ZBB0ua.CzG_Nm {
    max-width: none-20px
}

.FbwBsX.WdRrHJ.I5nSmk,
.FbwBsX.WdRrHJ.xs2MeC.I5nSmk,
.FbwBsX.glhtJc.I5nSmk,
.FbwBsX.glhtJc.xs2MeC.I5nSmk {
    margin-top: 0
}

.FbwBsX.TBrkhx,
.FbwBsX.g8vcTX,
.FbwBsX.ivAnV0 {
    border-bottom: 12px solid transparent;
    margin: 0
}

.FbwBsX.EfvfyL,
.FbwBsX.NAWdyL,
.FbwBsX.PoYsMP {
    border-bottom: 8px solid transparent;
    margin: 0
}

.nebVix {
    padding-bottom: 18px
}

@media(min-width:660px) {
    .use-media-queries .nebVix {
        padding-bottom: 23px
    }
}

.gt-xs .nebVix {
    padding-bottom: 23px
}

.nebVix.glhtJc {
    margin-top: 10px
}

.nebVix.WdRrHJ.JufO9Q,
.nebVix.glhtJc.JufO9Q {
    padding-bottom: 0
}

.nebVix.feQY6g {
    max-width: 740px
}

.nebVix.EfvfyL,
.nebVix.NAWdyL,
.nebVix.PoYsMP,
.nebVix.TBrkhx,
.nebVix.g8vcTX,
.nebVix.ivAnV0 {
    display: flex;
    flex: 1;
    overflow: hidden;
    padding: 0
}

.sCkhyN {
    color: #fff
}

.sCkhyN.RiOfiW {
    display: inline-block;
    height: 292px;
    width: 292px
}

.sCkhyN .ITPCIq,
.sCkhyN .pccjOy,
.sCkhyN.RiOfiW.pu51Xe {
    height: 100%;
    width: 100%
}

.sCkhyN.JMCi2v {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.sCkhyN.FbwBsX {
    bottom: 60px;
    position: absolute;
    width: calc(100% - 48px)
}

.sCkhyN.NPsER6 {
    bottom: 27px;
    display: inline-block;
    inset-inline-end: 24px;
    inset-inline-start: 24px;
    position: absolute
}

.LdmkLw.FbwBsX {
    bottom: 60px;
    position: absolute;
    width: calc(100% - 48px)
}

.FK1tXh.FbwBsX,
.JnzaaY.FbwBsX,
.hp0NoL.FbwBsX {
    padding-bottom: 30px
}

.FK1tXh.FbwBsX.p8Uk20,
.JnzaaY.FbwBsX.p8Uk20,
.hp0NoL.FbwBsX.p8Uk20 {
    margin: 0;
    padding: 0
}

.FK1tXh,
.JnzaaY,
.LdmkLw,
.hp0NoL {
    color: #fff
}

.FK1tXh.RiOfiW,
.JnzaaY.RiOfiW,
.LdmkLw.RiOfiW,
.hp0NoL.RiOfiW {
    display: inline-block;
    height: 454px;
    width: 454px
}

.FK1tXh .ITPCIq,
.FK1tXh .pccjOy,
.FK1tXh.RiOfiW.pu51Xe,
.JnzaaY .ITPCIq,
.JnzaaY .pccjOy,
.JnzaaY.RiOfiW.pu51Xe,
.LdmkLw .ITPCIq,
.LdmkLw .pccjOy,
.LdmkLw.RiOfiW.pu51Xe,
.hp0NoL .ITPCIq,
.hp0NoL .pccjOy,
.hp0NoL.RiOfiW.pu51Xe {
    height: 100%;
    width: 100%
}

.FK1tXh.JMCi2v,
.JnzaaY.JMCi2v,
.LdmkLw.JMCi2v,
.hp0NoL.JMCi2v {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.FK1tXh.NPsER6,
.JnzaaY.NPsER6,
.LdmkLw.NPsER6,
.hp0NoL.NPsER6 {
    bottom: 27px;
    display: inline-block;
    inset-inline-end: 24px;
    inset-inline-start: 24px;
    position: absolute
}

.n9F1tl {
    fill: #fff
}

.VMF9AQ {
    color: #fff
}

.BVf6py {
    background-color: #fff
}

.TE7que {
    height: 1px;
    opacity: .2
}

@media(min-width:660px) {
    .use-media-queries .TE7que {
        margin-bottom: 12px
    }
}

.gt-xs .TE7que {
    margin-bottom: 12px
}

.TE7que:not(.iD0LEx) {
    margin-bottom: var(--blog-pl-footer-separator-margin)
}

.TE7que.iD0LEx {
    margin-top: 24px
}

.TE7que.iD0LEx.vxAOcp {
    margin-top: 18px
}

.FK1tXh .TE7que,
.JnzaaY .TE7que,
.LdmkLw .TE7que,
.hp0NoL .TE7que,
.sCkhyN .TE7que {
    opacity: 1
}

.NPsER6.TBrkhx,
.NPsER6.g8vcTX {
    margin-top: auto
}

.NPsER6.TBrkhx.kzwb6t,
.NPsER6.g8vcTX.kzwb6t {
    padding-top: 12px
}

@media(max-width:685px) {

    .use-media-queries .NPsER6.TBrkhx,
    .use-media-queries .NPsER6.g8vcTX {
        padding-top: 12px
    }
}

.lt-sm .NPsER6.TBrkhx,
.lt-sm .NPsER6.g8vcTX {
    padding-top: 12px
}

.NPsER6.ivAnV0 {
    margin-top: auto
}

.NPsER6.ivAnV0.kzwb6t {
    padding-top: 36px
}

@media(max-width:685px) {
    .use-media-queries .NPsER6.ivAnV0 {
        padding-top: 36px
    }
}

.lt-sm .NPsER6.ivAnV0 {
    padding-top: 36px
}

.NPsER6.UUSLFD,
.NPsER6.hKl06e,
.NPsER6.i_25UC,
.NPsER6.jDqjOt,
.NPsER6.lyd6fK,
.NPsER6.yWOr1I {
    margin-top: auto;
    padding-top: 12px
}

.NPsER6.i_25UC.zwuMcM,
.NPsER6.lyd6fK.zwuMcM,
.NPsER6.yWOr1I.zwuMcM {
    padding-top: var(--blog-pl-footer-padding-top)
}

.GGI4XB {
    display: block;
    margin: 15px 0 -11px
}

.app-desktop .GGI4XB {
    display: none
}

.NtnM8D {
    opacity: .6
}

.tFEVbz {
    flex: 0 0 50%
}

.QP8OH2 {
    padding-top: 75%;
    position: relative;
    width: 100%
}

.Gf88Ln {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(min-width:686px) {
    .use-media-queries .Gf88Ln {
        -webkit-line-clamp: 1
    }
}

.gt-s .Gf88Ln {
    -webkit-line-clamp: 1
}

@media(min-width:740px) {
    .use-media-queries .Gf88Ln {
        -webkit-line-clamp: 2
    }
}

.gt-740 .Gf88Ln {
    -webkit-line-clamp: 2
}

@media(min-width:886px) {
    .use-media-queries .Gf88Ln {
        -webkit-line-clamp: 3
    }
}

.gt-886 .Gf88Ln {
    -webkit-line-clamp: 3
}

.so9KdE.TBrkhx,
.so9KdE.g8vcTX {
    -webkit-mask-image: linear-gradient(0deg, transparent, #000 30px);
    mask-image: linear-gradient(0deg, transparent, #000 30px)
}

.hMB1wk {
    display: inline
}

.CHRJex {
    cursor: pointer
}

._UH27m {
    position: relative !important
}

.EQ1O0U {
    display: flex !important;
    margin: 14px 0
}

.EQ1O0U.xczrBK {
    --full-icon-color: var(--post-homepage-ratingFilledStarColor, var(--wix-color-8));
    --empty-icon-color: var(--post-homepage-ratingUnfilledStarColor, var(--wix-color-3));
    color: rgb(var(--post-homepage-ratingFontColor, var(--wix-color-5)));
    font: var(--post-homepage-ratingFont, var(--wix-font-Body-M));
    font-size: var(--post-homepage-ratingFont-size, 14px);
    -webkit-text-decoration: var(--post-homepage-ratingFont-text-decoration);
    text-decoration: var(--post-homepage-ratingFont-text-decoration)
}

.EQ1O0U.xczrBK.amZSNe {
    --full-icon-color: var(--post-homepage-TOI-ratingFilledStarColor, var(--wix-color-8));
    --empty-icon-color: var(--post-homepage-TOI-ratingUnfilledStarColor, var(--wix-color-3));
    color: rgb(var(--post-homepage-TOI-ratingFontColor, var(--wix-color-5)))
}

.EQ1O0U.hrftIZ {
    --full-icon-color: var(--post-category-ratingFilledStarColor, var(--wix-color-8));
    --empty-icon-color: var(--post-category-ratingUnfilledStarColor, var(--wix-color-3));
    color: rgb(var(--post-category-ratingFontColor, var(--wix-color-5)));
    font: var(--post-category-ratingFont, var(--wix-font-Body-M));
    font-size: var(--post-category-ratingFont-size, 14px);
    -webkit-text-decoration: var(--post-category-ratingFont-text-decoration);
    text-decoration: var(--post-category-ratingFont-text-decoration)
}

.EQ1O0U.hrftIZ.amZSNe {
    --full-icon-color: var(--post-category-TOI-ratingFilledStarColor, var(--wix-color-8));
    --empty-icon-color: var(--post-category-TOI-ratingUnfilledStarColor, var(--wix-color-3));
    color: rgb(var(--post-category-TOI-ratingFontColor, var(--wix-color-5)))
}

.EQ1O0U.zwuMcM {
    --full-icon-color: var(--post-post-list-ratingFilledStarColor, var(--wix-color-8));
    --empty-icon-color: var(--post-post-list-ratingUnfilledStarColor, var(--wix-color-3));
    color: rgb(var(--post-post-list-ratingFontColor, var(--wix-color-5)));
    font: var(--post-post-list-ratingFont, var(--wix-font-Body-M));
    font-size: var(--post-post-list-ratingFont-size, 14px);
    -webkit-text-decoration: var(--post-post-list-ratingFont-text-decoration);
    text-decoration: var(--post-post-list-ratingFont-text-decoration)
}

.EQ1O0U.zwuMcM.amZSNe {
    --full-icon-color: var(--post-post-list-TOI-ratingFilledStarColor, var(--wix-color-8));
    --empty-icon-color: var(--post-post-list-TOI-ratingUnfilledStarColor, var(--wix-color-3));
    color: rgb(var(--post-post-list-TOI-ratingFontColor, var(--wix-color-5)))
}

.EQ1O0U.NAWdyL {
    margin: 8px 0
}

.EQ1O0U.TBrkhx,
.EQ1O0U.g8vcTX,
.EQ1O0U.ivAnV0 {
    margin-bottom: 2px
}

.EQ1O0U.FK1tXh.JufO9Q,
.EQ1O0U.JnzaaY.JufO9Q,
.EQ1O0U.LdmkLw.JufO9Q,
.EQ1O0U.hp0NoL.JufO9Q {
    margin-bottom: 0
}

.G5Aa3J {
    cursor: pointer;
    height: 19px;
    vertical-align: middle;
    width: 19px
}

.G5Aa3J,
.G5Aa3J svg {
    display: inline-block;
    position: relative
}

.G5Aa3J svg {
    fill: transparent;
    stroke: #e84a43;
    stroke-width: 1.5px;
    transition: fill .25s
}

.G5Aa3J .X22cAo {
    display: none
}

.G5Aa3J.jSxrNf svg {
    fill: #e84a43;
    stroke: none;
    opacity: 1
}

.G5Aa3J.jSxrNf .X22cAo {
    border: 3px solid #e84a43;
    border-radius: 100%;
    height: 24px;
    inset-inline-start: -3px;
    top: -3px;
    width: 24px
}

.G5Aa3J.jSxrNf .X22cAo,
.G5Aa3J.jSxrNf .zkv91u {
    display: inline-block;
    opacity: 0;
    position: absolute
}

.G5Aa3J.jSxrNf .zkv91u {
    background-color: #e84a43;
    border-radius: 100%;
    height: 4px;
    inset-inline-start: 8px;
    top: 7px;
    width: 4px
}

.G5Aa3J.FfDJdv.jSxrNf svg {
    animation: AgCb8e .5s
}

.G5Aa3J.FfDJdv.jSxrNf .X22cAo {
    animation: EN90Pa .3s
}

.G5Aa3J.FfDJdv.jSxrNf .zkv91u {
    animation: JVoWJX .5s;
    animation-delay: .1s
}

.Eu1LNI,
.PxeFnW,
.YfFkQX,
.y5oGWU {
    display: inline-block;
    height: 6px;
    inset-inline-start: 8px;
    position: absolute;
    top: 7px;
    width: 6px
}

.YfFkQX {
    transform: rotate(0deg)
}

.y5oGWU {
    transform: rotate(144deg)
}

.Eu1LNI {
    transform: rotate(216deg)
}

.PxeFnW {
    transform: rotate(288deg)
}

@keyframes AgCb8e {
    0% {
        transform: scale(.1)
    }

    40% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(.9)
    }

    90% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes EN90Pa {
    0% {
        opacity: .1;
        transform: scale(.1)
    }

    20% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

@keyframes JVoWJX {
    0% {
        opacity: 0;
        transform: translateX(5px) scale(1)
    }

    20% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translateX(17px) scale(0)
    }
}

.Kh5HMz {
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    font-size: inherit !important;
    line-height: 1;
    padding: 0
}

.Kh5HMz,
.h7K_lu {
    vertical-align: middle
}

.h7K_lu {
    align-items: center;
    display: inline-flex
}

.FYRNvd {
    padding-inline-end: 5px
}

.p9gct4 {
    flex-direction: row-reverse
}

.p9gct4 .FYRNvd {
    padding-inline-end: 0;
    padding-inline-start: 5px
}

.laz8E8 {
    clip: rect(1px, 1px, 1px, 1px) !important;
    border: 0 !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.t66ylj {
    align-items: center;
    display: inline-flex;
    padding-inline-end: 2px;
    vertical-align: middle
}

.eYQJQu:not(:first-child) {
    margin-inline-start: 6px
}

.bEeZ1_ {
    align-items: baseline;
    display: flex;
    inline-size: var(--width, 300px)
}

.bEeZ1_:before {
    animation: xxdw6w 2s infinite;
    background: currentColor;
    block-size: 10px;
    border-radius: 100px;
    content: "";
    display: block;
    flex: 1;
    inline-size: 100%;
    -webkit-mask-image: linear-gradient(270deg, #000 -100%, #000 0, #000 40%, transparent 50%, transparent 0, #000 60%, #000 100%, #000 200%);
    mask-image: linear-gradient(270deg, #000 -100%, #000 0, #000 40%, transparent 50%, transparent 0, #000 60%, #000 100%, #000 200%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 400%;
    mask-size: 400%;
    opacity: .12;
    overflow: hidden;
    position: relative
}

@keyframes xxdw6w {
    0% {
        -webkit-mask-position: 100% 50%;
        mask-position: 100% 50%
    }

    to {
        -webkit-mask-position: 0 50%;
        mask-position: 0 50%
    }
}

.E54HWO {
    align-items: center;
    display: flex;
    white-space: nowrap
}

.E54HWO>*+* {
    margin-inline-start: 16px
}

.lkXNhM {
    color: inherit;
    display: inline-flex;
    font: inherit
}

.NT9zC5 {
    display: flex;
    font-size: 12px !important;
    height: var(--blog-pl-footer-content-height);
    justify-content: space-between;
    line-height: 1.5
}

.NT9zC5.KToN9P,
.NT9zC5.T6pLzn,
.NT9zC5.eJayAP {
    justify-content: flex-start
}

.zGPuSQ {
    font-size: inherit !important
}

.PsEy9r {
    display: flex;
    margin-inline-end: 16px
}

.L2cuMO {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.tmHsxH {
    display: block;
    height: 1px;
    opacity: .2
}

.Dgf2Op {
    flex: 0 0 1px;
    flex-shrink: 0;
    height: 100%;
    opacity: .2;
    width: 1px
}

.Ki_0_s {
    align-self: center;
    border-radius: 50%;
    display: block;
    height: 2px;
    width: 2px
}

.Ym42pV {
    display: inline-block;
    max-width: -moz-min-content;
    max-width: min-content;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.CS4xCt {
    font-size: 0;
    line-height: 1.2;
    margin: 0 0 var(--blog-pl-category-label-margin-bottom)
}

.pratMU {
    display: inline-block
}

.d7TwYL,
.g99UQY,
.u0T9F0 {
    margin-top: 4px
}

.TRcECH {
    margin-bottom: var(--blog-pl-slider-category-label-margin-bottom)
}

.TpXFK4,
.dU7Co_,
.ewnq0g,
.sEWsEY {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end
}

@media(max-width:659px) {

    .use-media-queries .TpXFK4,
    .use-media-queries .dU7Co_,
    .use-media-queries .ewnq0g,
    .use-media-queries .sEWsEY {
        margin-bottom: 0
    }
}

.lt-s .TpXFK4,
.lt-s .dU7Co_,
.lt-s .ewnq0g,
.lt-s .sEWsEY {
    margin-bottom: 0
}

.dqpczu {
    background-color: rgb(var(--category-label-button-backgroundColor, var(--wix-color-8)));
    border-color: rgb(var(--category-label-button-borderColor, var(--wix-color-8)));
    border-radius: calc(var(--category-label-button-cornerRadius, 0)*1px);
    border-style: solid;
    border-width: calc(var(--category-label-button-borderWidth, 0)*1px);
    color: rgb(var(--category-label-button-textColor, var(--wix-color-1)));
    font: var(--category-label-button-textFont, var(--wix-font-Body-M));
    font-size: var(--category-label-button-textFont-size, 14px);
    padding: calc(var(--category-label-button-verticalPadding, 6)*1px) calc(var(--category-label-button-horizontalPadding, 12)*1px);
    -webkit-text-decoration: var(--category-label-button-textFont-text-decoration);
    text-decoration: var(--category-label-button-textFont-text-decoration)
}

.dqpczu:hover {
    background-color: rgb(var(--category-label-button-backgroundColorHover, var(--wix-color-8)));
    border-color: rgb(var(--category-label-button-borderColorHover, var(--wix-color-8)));
    color: rgb(var(--category-label-button-textColorHover, var(--wix-color-1)))
}

.SkWvPq {
    color: rgb(var(--category-label-text-textColor, var(--wix-color-8)));
    font: var(--category-label-text-textFont, var(--wix-font-Body-M));
    -webkit-text-decoration: var(--category-label-text-textFont-text-decoration);
    text-decoration: var(--category-label-text-textFont-text-decoration)
}

.SkWvPq:hover {
    color: rgb(var(--category-label-text-textColorHover, var(--wix-color-8)))
}

.iT3c03.dqpczu {
    background-color: rgb(var(--category-label-button-mobile-backgroundColor, var(--wix-color-8)));
    border-color: rgb(var(--category-label-button-mobile-borderColor, var(--wix-color-8)));
    border-radius: calc(var(--category-label-button-mobile-cornerRadius, 0)*1px);
    border-style: solid;
    border-width: calc(var(--category-label-button-mobile-borderWidth, 0)*1px);
    color: rgb(var(--category-label-button-mobile-textColor, var(--wix-color-1)));
    font: var(--category-label-button-mobile-textFont, var(--wix-font-Body-M));
    padding: calc(var(--category-label-button-mobile-verticalPadding, 6)*1px) calc(var(--category-label-button-mobile-horizontalPadding, 12)*1px)
}

.iT3c03.SkWvPq {
    color: rgb(var(--category-label-text-mobile-textColor, var(--wix-color-8)));
    font: var(--category-label-text-mobile-textFont, var(--wix-font-Body-M))
}

.tQ0Q1A {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media print {
    .tQ0Q1A {
        color: #000 !important
    }
}

.xUuoH9 {
    align-items: center;
    display: flex;
    list-style: none;
    margin: 0;
    max-width: 100%;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

.rmqd9q {
    margin: 0 8px
}

.F4tRtJ {
    min-width: 0
}

.MBUSKJ {
    font-size: inherit !important
}

.UZa2Xr:nth-child(3) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dZs5e3 {
    display: flex;
    flex-direction: column;
    font-size: 12px !important;
    max-width: 100%;
    padding-inline-start: 10px
}

.dZs5e3:first-child {
    padding-inline-start: 0
}

.dZs5e3.krCqqh {
    font-size: inherit
}

@media(min-width:980px) {
    .use-media-queries .mtJpOF .dZs5e3 {
        padding-inline-start: 18px
    }
}

.gt-sm .mtJpOF .dZs5e3 {
    padding-inline-start: 18px
}

.dZs5e3.PZIDK7 ul {
    line-height: 19px
}

.mJ89ha {
    font-size: inherit !important
}

.taLqKM {
    align-items: center;
    display: flex;
    height: 19px;
    max-width: 100%
}

.lR3yj5 {
    border-radius: 50%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden
}

.TI1b5D,
.dDcMfv,
.lR3yj5 {
    height: 100%;
    width: 100%
}

.TI1b5D {
    display: block
}

.TI1b5D img {
    max-width: var(--wix-img-max-width, 100%)
}

.TI1b5D[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.TI1b5D[data-animate-blur] img[data-load-done] {
    filter: none
}

.ERF5R1 {
    display: inline-block;
    height: 32px;
    position: relative;
    width: 32px
}

@media(min-width:660px) {
    .use-media-queries .ERF5R1.A9WFUN {
        height: 40px;
        width: 40px
    }
}

.gt-xs .ERF5R1.A9WFUN {
    height: 40px;
    width: 40px
}

@media(min-width:660px) {
    .use-media-queries .ERF5R1.A0qBRg {
        height: 92px;
        width: 92px
    }
}

.gt-xs .ERF5R1.A0qBRg {
    height: 92px;
    width: 92px
}

.ERF5R1.zI70HL {
    height: 80px;
    width: 80px
}

@media(min-width:660px) {
    .use-media-queries .ERF5R1.zI70HL {
        height: 100px;
        width: 100px
    }
}

.gt-xs .ERF5R1.zI70HL {
    height: 100px;
    width: 100px
}

.ERF5R1.pozZSb {
    height: 40px;
    width: 40px
}

@media(min-width:660px) {
    .use-media-queries .ERF5R1.pozZSb {
        height: 80px;
        width: 80px
    }
}

.gt-xs .ERF5R1.pozZSb {
    height: 80px;
    width: 80px
}

.ERF5R1.Zcb_uj {
    height: 30px;
    width: 30px
}

.ERF5R1.bCACxF {
    height: 20px;
    width: 20px
}

@media(min-width:660px) {
    .use-media-queries .ERF5R1.bCACxF {
        height: 40px;
        width: 40px
    }
}

.gt-xs .ERF5R1.bCACxF {
    height: 40px;
    width: 40px
}

.ERF5R1.C3KamW {
    height: 20px;
    width: 20px
}

@media(min-width:660px) {
    .use-media-queries .ERF5R1.C3KamW {
        height: 30px;
        width: 30px
    }
}

.gt-xs .ERF5R1.C3KamW {
    height: 30px;
    width: 30px
}

.lBv2XN {
    align-items: center;
    display: flex
}

.dlINDG {
    padding-inline-start: 12px
}

.dlINDG:first-child {
    padding-inline-start: 0
}

.WmZAIu {
    display: flex;
    height: 100%;
    position: relative;
    width: 100%
}

.Bvf4SR {
    background: none;
    border: none;
    font-size: 0;
    padding: 0
}

._EA3Ke {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 24px;
    justify-content: center;
    position: relative;
    width: 24px
}

.Z9ijf3 {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2);
    margin: 5px;
    max-width: 300px;
    min-width: 200px;
    position: absolute;
    z-index: 900
}

.l6L1Fh {
    height: 19px
}

.bFiLuu {
    transform: translateZ(0)
}

.bFiLuu.post-header-icons-enter-active,
.bFiLuu.post-header-icons-leave-active {
    transition: max-width .2s
}

.bFiLuu.post-header-icons-enter-active .l6L1Fh,
.bFiLuu.post-header-icons-leave-active .l6L1Fh {
    transition: transform .2s
}

.bFiLuu.post-header-icons-enter.post-header-icons-enter-active,
.bFiLuu.post-header-icons-leave {
    max-width: 22px
}

.bFiLuu.post-header-icons-enter.post-header-icons-enter-active .l6L1Fh,
.bFiLuu.post-header-icons-leave .l6L1Fh {
    transform: scaleZ(0)
}

.bFiLuu.post-header-icons-enter,
.bFiLuu.post-header-icons-leave.post-header-icons-leave-active {
    max-width: 0
}

.bFiLuu.post-header-icons-enter .l6L1Fh,
.bFiLuu.post-header-icons-leave.post-header-icons-leave-active .l6L1Fh {
    transform: scale3d(0, 0, 0)
}

.XqK7Ko {
    align-items: center;
    display: flex
}

.XqK7Ko>*+* {
    margin-inline-start: 18px
}

.SbjQym {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

@media(min-width:980px) {
    .use-media-queries .SbjQym {
        padding-bottom: 12px
    }
}

.gt-sm .SbjQym {
    padding-bottom: 12px
}

.SbjQym.IStc0y {
    padding-bottom: 18px
}

.SbjQym.YD6Z1G,
.SbjQym._dR9OP {
    padding-bottom: 12px
}

.SbjQym.Nn0z1D,
.SbjQym.SoK2Wc {
    padding-bottom: 24px
}

.SbjQym.AwRwmV,
.SbjQym.DKNKji,
.SbjQym.Ij__Zw,
.SbjQym.MLEYRZ,
.SbjQym.jc3Fi0,
.SbjQym.kAgxB9,
.SbjQym.otAa9D,
.SbjQym.rA58nq {
    padding-bottom: 12px
}

.SbjQym.otAa9D.Fsmreb,
.SbjQym.wjdRtO:not(.kAgxB9) {
    padding-bottom: 0
}

.SbjQym.wjdRtO:not(.kAgxB9).TjmPXo {
    margin-bottom: var(--blog-pl-header-margin-bottom)
}

.SbjQym.wjdRtO:not(.kAgxB9).TjmPXo.vL7wf0 {
    margin-bottom: 0
}

.SbjQym.wjdRtO:not(.kAgxB9).TjmPXo.YVAddP {
    margin-bottom: auto
}

.SbjQym.Mo4mKl {
    font-size: inherit;
    padding: 0
}

@media(min-width:980px) {
    .use-media-queries .SbjQym.Mo4mKl {
        padding: 11px 11px 24px
    }
}

.gt-sm .SbjQym.Mo4mKl {
    padding: 11px 11px 24px
}

.V_aJB6 {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    font-size: 14px;
    margin-inline-end: auto;
    max-inline-size: calc(100% - 42px);
    min-block-size: var(--blog-pl-header-height)
}

.V_aJB6.CH7asw {
    max-inline-size: calc(100% - 54px)
}

.Mo4mKl .V_aJB6 {
    font-size: inherit
}

@media(min-width:980px) {

    .use-media-queries .G1sD4r .V_aJB6,
    .use-media-queries .PVEWzt .V_aJB6,
    .use-media-queries .eOIH_4 .V_aJB6,
    .use-media-queries .otAa9D .V_aJB6 {
        font-size: 12px
    }
}

.gt-sm .G1sD4r .V_aJB6,
.gt-sm .PVEWzt .V_aJB6,
.gt-sm .eOIH_4 .V_aJB6,
.gt-sm .otAa9D .V_aJB6 {
    font-size: 12px
}

.pWST8_ .V_aJB6,
.rDlcKq .V_aJB6,
.vL7wf0 .V_aJB6 {
    height: auto
}

.YiEou4 {
    display: none
}

@media(min-width:980px) {
    .use-media-queries .YiEou4 {
        display: inline-block;
        margin-inline-start: auto
    }
}

.gt-sm .YiEou4 {
    display: inline-block;
    margin-inline-start: auto
}

.YfT_t7 {
    opacity: .6
}

.Dgs_GX {
    align-items: center;
    display: flex;
    margin-inline-end: 3px
}

.YiEou4+.Dgs_GX {
    margin-inline-start: 12px
}

.GygROR {
    margin: 0;
    margin-inline-end: -9px
}

.GygROR.pWST8_,
.GygROR.rDlcKq {
    margin-inline-end: -18px
}

@media(min-width:980px) {
    .use-media-queries .Mo4mKl .GygROR {
        margin-inline-end: 0
    }
}

.gt-sm .Mo4mKl .GygROR {
    margin-inline-end: 0
}

.Q8iQIg,
.dtYGur {
    opacity: .1;
    overflow-y: hidden;
    transform: scale3d(.1, .1, 1)
}

.EhKyap,
.VL02DE {
    opacity: 1;
    transform: scaleX(1);
    transition: all .4s ease-in
}

.Z0hXe1 {
    display: flex
}

.j1Y_aa {
    display: block
}

.wR7PET {
    flex-grow: 1;
    height: 100%;
    line-height: 1.5;
    overflow: hidden;
    word-break: break-word
}

.DxQ8C1 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 100%;
    text-overflow: ellipsis
}

.BOlnTh,
.DxQ8C1 {
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.BOlnTh {
    overflow: hidden
}

.JMAXlV {
    --full: rgb(var(--full-icon-color, $black-rgb));
    --empty: rgb(var(--empty-icon-color, $gray-rgb));
    display: block;
    position: relative
}

.fbd51l {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.hhO2ky {
    display: flex
}

.JMAXlV .hhO2ky {
    gap: 0 6px
}

.siwre6 {
    color: var(--full)
}

.MKPjdi {
    color: var(--empty)
}

.TbC84K {
    display: flex;
    position: relative
}

.j6jO4F .MrH3GO {
    display: block
}

.j6jO4F {
    clip-path: inset(0 50% 0 0)
}

.MrH3GO,
[dir=rtl] .j6jO4F {
    clip-path: inset(0 0 0 50%)
}

.MrH3GO {
    position: absolute
}

[dir=rtl] .MrH3GO {
    clip-path: inset(0 50% 0 0)
}

.TYUuco {
    transition: color .3s ease-in
}

.A6pgue {
    align-items: center;
    display: flex
}

.KJeQ3_ {
    line-height: 1;
    margin-inline-start: 12px
}

.T5ArNO .KJeQ3_ {
    animation: M5aq50 .3s ease-in
}

.TW0XHJ .KJeQ3_,
.z8kPtl .KJeQ3_ {
    margin-inline-start: 7px
}

@keyframes M5aq50 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.T5UMT5 {
    font-size: 22px;
    font-weight: inherit;
    line-height: 30px;
    margin-top: 18px;
    overflow-wrap: break-word;
    word-break: break-word
}

.T5UMT5.AreR2k,
.T5UMT5.I9XQQf,
.T5UMT5.LMmmGm,
.T5UMT5.Qr0HYQ,
.T5UMT5.WD_8WI,
.T5UMT5.mjh3Ex,
.T5UMT5.tMAW2P,
.T5UMT5.xwfLlB,
.T5UMT5.zKj_nc {
    margin-top: 0
}

@media(min-width:660px) {
    .use-media-queries .T5UMT5.tMAW2P {
        line-height: 24px !important
    }
}

.gt-xs .T5UMT5.tMAW2P {
    line-height: 24px !important
}

.T5UMT5.PW6Nzn,
.T5UMT5.v0TP18 {
    margin-top: 0
}

@media(max-width:659px) {

    .use-media-queries .T5UMT5.PW6Nzn,
    .use-media-queries .T5UMT5.v0TP18 {
        line-height: 1.4 !important
    }
}

.lt-s .T5UMT5.PW6Nzn,
.lt-s .T5UMT5.v0TP18 {
    line-height: 1.4 !important
}

.T5UMT5.ML3wIh._wPn3X,
.T5UMT5.SmUSYw._wPn3X,
.T5UMT5.nOu63e._wPn3X,
.T5UMT5.xAtwHK._wPn3X {
    margin-top: 12px
}

@media(min-width:660px) {

    .use-media-queries .T5UMT5.ML3wIh._wPn3X,
    .use-media-queries .T5UMT5.SmUSYw._wPn3X,
    .use-media-queries .T5UMT5.nOu63e._wPn3X,
    .use-media-queries .T5UMT5.xAtwHK._wPn3X {
        margin-top: 0
    }
}

.gt-xs .T5UMT5.ML3wIh._wPn3X,
.gt-xs .T5UMT5.SmUSYw._wPn3X,
.gt-xs .T5UMT5.nOu63e._wPn3X,
.gt-xs .T5UMT5.xAtwHK._wPn3X {
    margin-top: 0
}

.T5UMT5 .fcPJ4D:not(.iFTNPs):active {
    cursor: pointer;
    opacity: .5
}

@media(min-width:660px) {
    .use-media-queries .T5UMT5 {
        font-size: inherit;
        line-height: inherit;
        margin-top: 1px
    }

    .use-media-queries .T5UMT5.AreR2k,
    .use-media-queries .T5UMT5.I9XQQf,
    .use-media-queries .T5UMT5.LMmmGm,
    .use-media-queries .T5UMT5.Qr0HYQ,
    .use-media-queries .T5UMT5.xwfLlB {
        line-height: 1.4
    }
}

.gt-xs .T5UMT5 {
    font-size: inherit;
    line-height: inherit;
    margin-top: 1px
}

.gt-xs .T5UMT5.AreR2k,
.gt-xs .T5UMT5.I9XQQf,
.gt-xs .T5UMT5.LMmmGm,
.gt-xs .T5UMT5.Qr0HYQ,
.gt-xs .T5UMT5.xwfLlB {
    line-height: 1.4
}

.T5UMT5.SSbNRm,
.T5UMT5.zEYAqe {
    line-height: 1.4 !important
}

.KNiaIk {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.bD0vt9 {
    font: inherit
}

.uYL9xS {
    display: flex;
    flex: 1;
    flex-direction: column-reverse;
    height: 0
}

.Bzea4H {
    height: 100%;
    inset: 0;
    position: absolute;
    z-index: -1
}

div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover) .gallery-item-content .gallery-item {
    transition: opacity .4s ease !important
}

div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover).simulate-hover .gallery-item-content .gallery-item,
div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover):hover .gallery-item-content .gallery-item {
    opacity: 0
}

div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .gallery-item-content,
div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .gallery-item-hover:not(.hide-hover),
div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .hover-info-element {
    transition: transform 2.2s cubic-bezier(.14, .4, .09, .99) !important
}

div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,
div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-content {
    transform: scale(1.1)
}

div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover),
div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover) {
    transform: scale(1.11)
}

div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover) .hover-info-element,
div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover) .hover-info-element {
    transform: scale(.9009009009)
}

div.pro-gallery .gallery-item-container.tilt-on-hover:not(.hide-hover) .gallery-item-content,
div.pro-gallery .gallery-item-container.tilt-on-hover:not(.hide-hover) .gallery-item-hover:not(.hide-hover),
div.pro-gallery .gallery-item-container.tilt-on-hover:not(.hide-hover) .hover-info-element {
    transition: transform 1.2s cubic-bezier(.14, .4, .09, .99) !important
}

div.pro-gallery .gallery-item-container.tilt-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,
div.pro-gallery .gallery-item-container.tilt-on-hover:not(.hide-hover):hover .gallery-item-content {
    transform: scale(.845) rotate(calc(var(--tiltAngleValue) * 1deg))
}

div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover) .gallery-item-content {
    transition: filter .4s linear !important
}

div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover).simulate-hover .gallery-item-content .gallery-item,
div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover):hover .gallery-item-content .gallery-item {
    filter: blur(6px)
}

div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover) .gallery-item-content {
    transition: filter .6s ease !important
}

div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,
div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover):hover .gallery-item-content {
    filter: grayscale(1)
}

div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) {
    transition: background-color .4s ease !important;
    transition: transform .4s ease !important
}

div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover,
div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover {
    transform: scale(.985)
}

div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover div,
div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover div {
    transform: none !important
}

div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover) .gallery-item-content {
    transition: filter .6s ease !important
}

div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,
div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover):hover .gallery-item-content {
    filter: invert(1)
}

div.pro-gallery .gallery-item-container.color-in-on-hover .gallery-item-content {
    filter: grayscale(1);
    transition: filter .6s ease !important
}

div.pro-gallery .gallery-item-container.color-in-on-hover.simulate-hover:not(.hide-hover) .gallery-item-content,
div.pro-gallery .gallery-item-container.color-in-on-hover:hover:not(.hide-hover) .gallery-item-content {
    filter: grayscale(0)
}

div.pro-gallery .gallery-item-container.darkened-on-hover .gallery-item-content {
    filter: brightness(1);
    transition: filter .6s ease !important
}

div.pro-gallery .gallery-item-container.darkened-on-hover.simulate-hover:not(.hide-hover) .gallery-item-content,
div.pro-gallery .gallery-item-container.darkened-on-hover:hover:not(.hide-hover) .gallery-item-content {
    filter: brightness(.7)
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover {
    transition: none
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover:before {
    opacity: 0
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover,
div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) {
    transition: none
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover):before {
    background: rgba(8, 8, 8, .75);
    opacity: 1
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover .info-member:not(.hidden),
div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) .info-member:not(.hidden) {
    opacity: 1 !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover {
    transition: filter .4s ease, opacity .4s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover:before {
    filter: opacity(0);
    transition: filter .4s ease, opacity .4s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in:hover .gallery-item-hover:not(.hide-hover):before {
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover {
    transition: transform .4s ease, filter .2s ease, opacity .2s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover:before {
    filter: opacity(0);
    transform: scale(.9);
    transition: transform .4s ease, filter .2s ease, opacity .2s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .2s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand:hover .gallery-item-hover:not(.hide-hover):before {
    filter: opacity(1);
    transform: scale(1)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover {
    transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover:before {
    filter: opacity(0);
    transform: translateY(100%);
    transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up:hover .gallery-item-hover:not(.hide-hover):before {
    filter: opacity(1);
    transform: translateY(0)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover {
    transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover:before {
    filter: opacity(0);
    transform: translateX(-100%);
    transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right:hover .gallery-item-hover:not(.hide-hover):before {
    filter: opacity(1);
    transform: translateX(0)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover {
    transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover:before {
    filter: opacity(0);
    transform: translateX(100%);
    transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left:hover .gallery-item-hover:not(.hide-hover):before {
    filter: opacity(1);
    transform: translateX(0)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover {
    transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover:before {
    filter: opacity(0);
    transform: translateY(-100%);
    transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down:hover .gallery-item-hover:not(.hide-hover):before {
    filter: opacity(1);
    transform: translateY(0)
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover {
    transition: none
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover:before {
    background: rgba(8, 8, 8, .75);
    opacity: 1
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .gallery-item-hover-inner {
    opacity: 1
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .info-member:not(.hidden) {
    opacity: 1 !important
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover,
div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) {
    transition: none
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover):before {
    opacity: 0
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover .info-member:not(.hidden),
div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) .info-member:not(.hidden) {
    opacity: 0 !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover {
    transition: filter .4s ease, opacity .4s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover:before {
    filter: opacity(1);
    transition: filter .4s ease, opacity .4s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in:hover .gallery-item-hover:not(.hide-hover):before {
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover {
    transition: transform .4s ease, filter .2s ease, opacity .2s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover:before {
    filter: opacity(1);
    transform: scale(1);
    transition: transform .4s ease, filter .2s ease, opacity .2s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .2s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand:hover .gallery-item-hover:not(.hide-hover):before {
    filter: opacity(0);
    transform: scale(.9)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover {
    transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover:before {
    filter: opacity(1);
    transform: translateY(0);
    transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up:hover .gallery-item-hover:not(.hide-hover):before {
    filter: opacity(0);
    transform: translateY(100%)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover {
    transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover:before {
    filter: opacity(1);
    transform: translateX(0);
    transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right:hover .gallery-item-hover:not(.hide-hover):before {
    filter: opacity(0);
    transform: translateX(-100%)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover {
    transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover:before {
    filter: opacity(1);
    transform: translateX(100%);
    transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left:hover .gallery-item-hover:not(.hide-hover):before {
    filter: opacity(0);
    transform: translateX(0)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover {
    transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover:before {
    filter: opacity(1);
    transform: translateY(-100%);
    transition: transform .4s cubic-bezier(.3, .13, .12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down:hover .gallery-item-hover:not(.hide-hover):before {
    filter: opacity(0);
    transform: translateY(0)
}

.animation-slide {
    transition: width .4s ease, height .4s ease, top .4s ease, left .4s ease
}

.item-with-secondary-media-container .secondary-media-item.hide {
    opacity: 0
}

.item-with-secondary-media-container .secondary-media-item.show {
    opacity: 1
}

[data-collapsed=true] .pro-gallery-parent-container .gallery-item,
[data-hidden=true] .pro-gallery-parent-container .gallery-item {
    background-image: none !important
}

html.pro-gallery {
    height: auto;
    width: 100%
}

body.pro-gallery {
    transition: opacity 2s ease
}

#gallery-loader {
    position: fixed;
    top: 50%
}

.show-more-container {
    line-height: 138px;
    text-align: center
}

.show-more-container i.show-more {
    color: #5d5d61;
    cursor: pointer;
    font-size: 40px;
    margin-top: -3px
}

.show-more-container button.show-more {
    background: transparent;
    border: 2px solid #5d5d61;
    border-radius: 0;
    color: #5d5d61;
    cursor: pointer;
    display: inline-block;
    font-family: HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, sans-serif;
    font-size: 12px;
    padding: 11px 29px
}

.show-more-container button.show-more:hover {
    background: rgba(0, 0, 0, .1)
}

.more-items-loader {
    color: #116dff;
    display: block;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    width: 100%
}

.version-header {
    background: hsla(0, 0%, 100%, .8);
    color: #e03939;
    font-family: Consolas, monospace;
    font-size: 13px;
    height: 100px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 320px;
    z-index: 100
}

.auto-slideshow-button {
    cursor: pointer;
    height: 28px;
    margin-top: 19px;
    padding: 5px;
    width: 20px
}

.auto-slideshow-button,
.auto-slideshow-counter {
    display: flex;
    left: auto;
    opacity: .9;
    position: absolute;
    text-align: center;
    z-index: 1
}

.auto-slideshow-counter {
    font-size: 15px;
    line-height: normal;
    margin-top: 24px
}

@keyframes wNW36F {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.mouse-cursor {
    display: flex;
    position: absolute;
    width: 100%
}

.follow-mouse-cursor {
    position: absolute;
    transition: all .2s ease
}

.follow-mouse-cursor>div {
    pointer-events: none
}

.follow-mouse-cursor>div,
.nav-arrows-container {
    align-items: center;
    display: flex;
    justify-content: center
}

.nav-arrows-container {
    background: transparent;
    border: none;
    cursor: pointer;
    left: auto;
    opacity: .9;
    outline: none;
    position: absolute;
    text-align: center
}

.nav-arrows-container:hover {
    opacity: 1
}

.nav-arrows-container.shadow svg {
    filter: drop-shadow(0 1px .15px #B2B2B2)
}

.nav-arrows-container .slideshow-arrow {
    flex-shrink: 0
}

.arrow-portal-container span {
    align-items: center;
    animation: fadeIn .1s ease-in-out;
    display: flex;
    justify-content: center;
    position: fixed;
    transition: top 50ms, left 50ms
}

div.gallery-slideshow .gallery-column,
div.gallery-slideshow div.pro-gallery {
    box-sizing: content-box !important
}

div.gallery-slideshow .gallery-group,
div.gallery-slideshow .gallery-item-container,
div.gallery-slideshow .gallery-item-wrapper {
    overflow: visible !important
}

div.gallery-slideshow.streched .gallery-slideshow-info {
    padding-left: 50px !important;
    padding-right: 50px !important
}

@media(max-width:500px) {
    div.gallery-slideshow div.pro-gallery .gallery-slideshow-info {
        padding-left: 20px;
        padding-right: 20px
    }
}

div.gallery-slideshow div.pro-gallery .gallery-item-container .gallery-slideshow-info {
    bottom: -220px;
    box-sizing: border-box;
    display: flex;
    height: 220px;
    padding-top: 0;
    position: absolute;
    width: 100%;
    z-index: 15
}

.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    padding: 30px 60px
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    padding: 30px 10px 50px
}

.gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    padding: 30px
}

div.pro-gallery {
    height: 100%;
    width: 100%
}

div.pro-gallery,
div.pro-gallery .gallery-column {
    backface-visibility: hidden;
    overflow: hidden;
    position: relative
}

div.pro-gallery .gallery-column {
    float: left;
    transform-style: preserve-3d
}

div.pro-gallery .gallery-column .gallery-left-padding {
    display: inline-block;
    height: 100%
}

div.pro-gallery .gallery-column .gallery-top-padding {
    display: block;
    width: 100%
}

div.pro-gallery .gallery-group {
    backface-visibility: hidden;
    box-sizing: border-box;
    float: left;
    font-family: HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, sans-serif;
    font-size: 11px;
    overflow: hidden;
    padding: 0;
    position: relative;
    transform-style: preserve-3d
}

div.pro-gallery .gallery-group.debug.gallery-group-gone {
    background: #cdcdd0
}

div.pro-gallery .gallery-group.debug.gallery-group-visible {
    background: #c1f0c1
}

div.pro-gallery .gallery-group.debug.gallery-group-hidden {
    background: #f99
}

div.pro-gallery .gallery-item-container {
    backface-visibility: hidden;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: default;
    display: inline-block;
    font-family: HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, sans-serif;
    font-size: 11px;
    outline: none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    scroll-snap-align: center;
    text-decoration: none;
    transform-style: preserve-3d;
    vertical-align: top;
    will-change: top, left, width, height
}

div.pro-gallery .gallery-item-container .item-action {
    height: 1px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 1px;
    z-index: -1
}

div.pro-gallery .gallery-item-container .item-action:focus {
    --focus-ring-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important
}

div.pro-gallery .gallery-item-container:hover .gallery-item-common-info {
    cursor: pointer
}

div.pro-gallery .gallery-item-container:hover .gallery-item-common-info button {
    cursor: pointer;
    text-decoration: underline
}

div.pro-gallery .gallery-item-container.visible {
    transform: translateZ(0)
}

div.pro-gallery .gallery-item-container.clickable {
    cursor: pointer
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item .gallery-item {
    -o-object-fit: cover;
    object-fit: cover
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item .text-item>div {
    height: 100% !important;
    width: 100% !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper.cube-type-fit,
div.pro-gallery .gallery-item-container .gallery-item-wrapper.transparent {
    background: transparent
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-preload {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper.cube-type-fit .gallery-item {
    background: transparent;
    -o-object-fit: contain;
    object-fit: contain
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item {
    border-radius: 0;
    height: 100%;
    left: 0;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    /*! autoprefixer: ignore next */
    white-space: normal
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item .te-pro-gallery-text-item {
    letter-spacing: normal !important;
    line-height: normal !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item>div {
    background: initial !important;
    box-sizing: border-box
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item div,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h1,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h2,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h3,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h4,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h5,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h6,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item i,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item p,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item span {
    margin: 0;
    padding: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item .pro-circle-preloader {
    height: 30px;
    left: 50%;
    opacity: .4;
    top: 50%;
    width: 15px;
    z-index: -1
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item img.gallery--placeholder-item {
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100% !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded {
    animation: none !important;
    background-color: transparent;
    opacity: 1 !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded.image-item:after {
    display: none !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded~.pro-circle-preloader {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.error {
    opacity: 0 !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-preloaded {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-preloaded.grid-fit {
    background-size: contain
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder.three-d-loaded img {
    opacity: 0;
    pointer-events: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder.three-d-loading img {
    opacity: 1
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder img {
    transition: opacity .2s ease
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video {
    overflow: hidden;
    text-align: center
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video iframe {
    left: 0;
    top: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playedOnce~.image-item {
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder.playing button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder.playing i,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playing button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playing i,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem.playing button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem.playing i {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder i,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem i {
    -webkit-font-smoothing: antialiased;
    background: #080808;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .7;
    position: absolute;
    text-align: center;
    text-rendering: auto;
    /*! autoprefixer: ignore next */
    top: 50%;
    z-index: 11
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder button.play-triangle,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder i.play-triangle,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-triangle,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-triangle,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem button.play-triangle,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem i.play-triangle {
    opacity: 1
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder button.play-background,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder button.play-triangle,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder i.play-background,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder i.play-triangle,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-background,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-triangle,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-background,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-triangle,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem button.play-background,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem button.play-triangle,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem i.play-background,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem i.play-triangle {
    font-size: 26px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder button:hover,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder i:hover,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button:hover,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i:hover,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem button:hover,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem i:hover {
    opacity: .9
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder button:before,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-3d-placeholder i:before,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button:before,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i:before,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem button:before,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.thumbnailItem i:before {
    font-size: 2.3em;
    opacity: 1
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-info {
    bottom: -220px;
    box-sizing: border-box;
    display: flex;
    height: 220px;
    position: absolute;
    width: 100%;
    z-index: 15
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-info>div {
    height: 100%;
    width: 100%
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    border-radius: 0;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    white-space: normal;
    width: 100%;
    z-index: 15
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-hover-inner {
    height: 100%
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover.no-hover-bg:before {
    opacity: 0 !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover:before {
    box-sizing: border-box;
    content: " ";
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

div.pro-gallery .gallery-item-container .gallery-item-common-info {
    box-sizing: border-box;
    cursor: pointer
}

div.pro-gallery .thumbnailItem.playing button,
div.pro-gallery .thumbnailItem.playing i {
    display: none
}

div.pro-gallery .thumbnailItem button,
div.pro-gallery .thumbnailItem i {
    -webkit-font-smoothing: antialiased;
    background: #080808;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 28px;
    left: 50%;
    margin: -16px -1px 0 -16px;
    opacity: .7;
    position: absolute;
    text-align: center;
    text-rendering: auto;
    /*! autoprefixer: ignore next */
    top: 50%;
    width: 28px;
    z-index: 11
}

div.pro-gallery .thumbnailItem button.play-triangle,
div.pro-gallery .thumbnailItem i.play-triangle {
    opacity: 1
}

div.pro-gallery .thumbnailItem button:before,
div.pro-gallery .thumbnailItem i:before {
    font-size: 2.3em;
    opacity: 1
}

div.pro-gallery.one-row {
    float: left;
    white-space: nowrap
}

div.pro-gallery.one-row .gallery-column {
    float: none;
    white-space: nowrap;
    width: 100%
}

div.pro-gallery.one-row .gallery-column .gallery-group {
    display: inline-block;
    float: none
}

div.pro-gallery.one-row.slider .gallery-column {
    overflow-x: scroll
}

div.pro-gallery.one-row.slider .gallery-column.scroll-snap {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

div.pro-gallery.one-row .gallery-horizontal-scroll-inner {
    position: relative;
    will-change: transform
}

div.pro-gallery.thumbnails-gallery {
    float: left;
    overflow: hidden
}

div.pro-gallery.thumbnails-gallery .galleryColumn {
    overflow: visible;
    position: relative
}

div.pro-gallery.thumbnails-gallery .thumbnailItem {
    background-color: #fff;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    cursor: pointer;
    overflow-y: inherit;
    position: absolute
}

div.pro-gallery.thumbnails-gallery .thumbnailItem.pro-gallery-highlight:after {
    background-color: hsla(0, 0%, 100%, .6);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media(max-width:500px) {
    div.pro-gallery.thumbnails-gallery {
        overflow: visible
    }
}

div.pro-gallery :focus {
    box-shadow: none
}

div.pro-gallery.accessible button:not(.nav-arrows-container, .has-custom-focus):focus,
div.pro-gallery.accessible i:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 1px 2px #116dff
}

div.pro-gallery.accessible .has-custom-focus:focus {
    box-shadow: inset 0 0 0 1px #fff, inset 0 0 1px 4px #116dff
}

div.pro-gallery.accessible .gallery-item-hover button:focus,
div.pro-gallery.accessible .gallery-item-hover i:focus {
    box-shadow: none
}

div.pro-gallery.accessible .thumbnailItem.pro-gallery-highlight:after {
    box-shadow: inset 0 0 1px 2px #116dff, inset 0 0 7px 0 #fff, 0 0 10px -5px #116dff
}

div.pro-gallery.accessible .gallery-item-container:has(.item-action:focus):after {
    border-radius: inherit;
    box-shadow: inset 0 0 1px 2px #116dff, inset 0 0 7px 0 #fff, inset 0 0 10px -5px #116dff;
    content: " ";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 15
}

div.pro-gallery.accessible .pro-gallery-thumbnails-highlighted:before {
    box-shadow: inset 0 0 1px 2px #116dff, inset 0 0 7px 0 #fff, inset 0 0 10px -5px #116dff
}

div.pro-gallery.accessible .pro-gallery-thumbnails-highlighted:after {
    border-radius: inherit;
    box-shadow: inset 0 0 1px 2px #116dff, inset 0 0 7px 0 #fff, 0 0 10px -5px #116dff;
    content: " ";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

div.pro-gallery .hide-scrollbars {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none
}

div.pro-gallery .hide-scrollbars ::-webkit-scrollbar,
div.pro-gallery .hide-scrollbars::-webkit-scrollbar {
    height: 0 !important;
    width: 0 !important
}

div.pro-gallery .rtl {
    direction: rtl
}

div.pro-gallery .ltr {
    direction: ltr
}

.sr-only.out-of-view-component {
    border: 0;
    clip-path: circle(0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.screen-logs {
    word-wrap: break-word;
    background: #fff;
    font-size: 10px;
    width: 280px
}

.fade {
    display: block;
    transition: opacity .6s ease
}

.fade-visible {
    opacity: 1
}

.fade-hidden {
    opacity: 0
}

.deck-before {
    transform: translateX(-100%)
}

.deck-before,
.deck-before-rtl {
    display: block;
    transition: transform .6s ease;
    z-index: 1
}

.deck-before-rtl {
    transform: translateX(100%)
}

.deck-current {
    display: block;
    transform: translateX(0);
    transition: transform .6s ease;
    z-index: 0
}

.deck-current .override {
    transition: transform .6s ease, opacity .1s ease .2s !important
}

.deck-after {
    display: block;
    opacity: 0;
    transition: opacity .2s ease .6s;
    z-index: -1
}

.deck-after .override {
    transition: opacity .1s ease 0s !important
}

.disabled-transition {
    transition: none !important
}

@keyframes JqqXMV {
    0% {
        background-color: hsla(0, 0%, 95%, .2)
    }

    50% {
        background-color: hsla(0, 0%, 95%, .8)
    }

    to {
        background-color: hsla(0, 0%, 95%, .2)
    }
}

.pro-gallery-parent-container.gallery-slideshow [data-hook=group-view]:before,
.pro-gallery-parent-container:not(.gallery-slideshow) [data-hook=group-view] .item-link-wrapper:before {
    content: "";
    height: 1px;
    left: var(--group-left);
    pointer-events: none;
    position: absolute;
    right: var(--group-right);
    scroll-snap-align: center;
    top: var(--group-top);
    width: var(--group-width)
}

.gallery-item-container {
    scroll-snap-align: none !important
}

.gallery-slideshow .gallery-item-container:not(.clickable) a {
    cursor: default
}

._SIYmI .gallery-item-video-play-background.play-background {
    color: #000 !important;
    opacity: .3 !important
}

._SIYmI .play-triangle {
    color: #fff !important;
    z-index: 17 !important
}

._SIYmI.homepage {
    --border-color: rgb(var(--post-homepage-borderColor, var(--wix-color-2)));
    --border-width: calc(var(--post-homepage-borderWidth, 1) * 1px);
    --border-radius: calc(var(--post-homepage-postRadius, 0) * 1px)
}

._SIYmI.homepage.is-mobile {
    --border-color: rgb(var(--post-homepage-mobile-borderColor, var(--post-homepage-borderColor, var(--wix-color-2))));
    --border-width: calc(var(--post-homepage-mobile-borderWidth, var(--post-homepage-borderWidth, 1)) * 1px);
    --border-radius: calc(var(--post-homepage-mobile-postRadius, var(--post-homepage-postRadius, 0)) * 1px)
}

._SIYmI.category {
    --border-color: rgb(var(--post-category-borderColor, var(--wix-color-2)));
    --border-width: calc(var(--post-category-borderWidth, 1) * 1px);
    --border-radius: calc(var(--post-category-postRadius, 0) * 1px)
}

._SIYmI.category.is-mobile {
    --border-color: rgb(var(--post-category-mobile-borderColor, var(--post-category-borderColor, var(--wix-color-2))));
    --border-width: calc(var(--post-category-mobile-borderWidth, var(--post-category-borderWidth, 1)) * 1px);
    --border-radius: calc(var(--post-category-mobile-postRadius, var(--post-category-postRadius, 0)) * 1px)
}

._SIYmI.tags {
    --border-color: rgb(var(--post-tags-borderColor, var(--wix-color-2)));
    --border-width: calc(var(--post-tags-borderWidth, 1) * 1px);
    --border-radius: calc(var(--post-tags-postRadius, 0) * 1px)
}

._SIYmI.tags.is-mobile {
    --border-color: rgb(var(--post-tags-mobile-borderColor, var(--post-tags-borderColor, var(--wix-color-2))));
    --border-width: calc(var(--post-tags-mobile-borderWidth, var(--post-tags-borderWidth, 1)) * 1px);
    --border-radius: calc(var(--post-tags-mobile-postRadius, var(--post-tags-postRadius, 0)) * 1px)
}

._SIYmI.post-list {
    --border-color: rgb(var(--post-post-list-borderColor, var(--wix-color-2)));
    --border-width: calc(var(--post-post-list-borderWidth, 1) * 1px);
    --border-radius: calc(var(--post-post-list-postRadius, 0) * 1px)
}

._SIYmI.post-list.is-mobile {
    --border-color: rgb(var(--post-post-list-mobile-borderColor, var(--post-post-list-borderColor, var(--wix-color-2))));
    --border-width: calc(var(--post-post-list-mobile-borderWidth, var(--post-post-list-borderWidth, 1)) * 1px);
    --border-radius: calc(var(--post-post-list-mobile-postRadius, var(--post-post-list-postRadius, 0)) * 1px)
}

._SIYmI.related-posts {
    --border-color: rgb(var(--post-related-posts-borderColor, var(--wix-color-2)));
    --border-width: calc(var(--post-related-posts-borderWidth, 1) * 1px);
    --border-radius: calc(var(--post-related-posts-postRadius, 0) * 1px)
}

._SIYmI.related-posts.is-mobile {
    --border-color: rgb(var(--post-related-posts-mobile-borderColor, var(--post-related-posts-borderColor, var(--wix-color-2))));
    --border-width: calc(var(--post-related-posts-mobile-borderWidth, var(--post-related-posts-borderWidth, 1)) * 1px);
    --border-radius: calc(var(--post-related-posts-mobile-postRadius, var(--post-related-posts-postRadius, 0)) * 1px)
}

._SIYmI.my-posts {
    --border-color: rgb(var(--post-my-posts-borderColor, var(--wix-color-2)));
    --border-width: calc(var(--post-my-posts-borderWidth, 1) * 1px);
    --border-radius: calc(var(--post-my-posts-postRadius, 0) * 1px)
}

._SIYmI.my-posts.is-mobile {
    --border-color: rgb(var(--post-my-posts-mobile-borderColor, var(--post-my-posts-borderColor, var(--wix-color-2))));
    --border-width: calc(var(--post-my-posts-mobile-borderWidth, var(--post-my-posts-borderWidth, 1)) * 1px);
    --border-radius: calc(var(--post-my-posts-mobile-postRadius, var(--post-my-posts-postRadius, 0)) * 1px)
}

._SIYmI .gallery-item-hover:before {
    background: unset !important
}

._SIYmI .gallery-item-container {
    border-radius: var(--border-radius) !important;
    scroll-snap-align: center !important
}

[dir=rtl] ._SIYmI.post-list-pro-gallery-list.gallery-right-align .gallery-item-container,
[dir=rtl] ._SIYmI.post-list-pro-gallery-pg-side-by-side.gallery-right-align .gallery-item-container {
    display: flex !important;
    flex-direction: row !important
}

[dir=rtl] ._SIYmI.post-list-pro-gallery-list .gallery-item-container,
[dir=rtl] ._SIYmI.post-list-pro-gallery-pg-side-by-side .gallery-item-container {
    display: flex !important;
    flex-direction: row-reverse !important
}

[dir=rtl] ._SIYmI.post-list-pro-gallery-list .gallery-item-container .gallery-item-left-info,
[dir=rtl] ._SIYmI.post-list-pro-gallery-pg-side-by-side .gallery-item-container .gallery-item-left-info {
    left: auto;
    right: 0
}

[dir=rtl] ._SIYmI.post-list-pro-gallery-list .gallery-item-container .gallery-item-right-info,
[dir=rtl] ._SIYmI.post-list-pro-gallery-pg-side-by-side .gallery-item-container .gallery-item-right-info {
    left: 0;
    right: auto
}

._SIYmI.post-list-pro-gallery-list-large.gallery-right-align .gallery-item-wrapper,
._SIYmI.post-list-pro-gallery-list-medium.gallery-right-align .gallery-item-wrapper,
._SIYmI.post-list-pro-gallery-list.gallery-right-align .gallery-item-wrapper {
    right: 13px;
    /*!rtl:end:ignore*/
    top: 13px
        /*!rtl:begin:ignore*/
}

._SIYmI.post-list-pro-gallery-list-large.gallery-left-align .gallery-item-wrapper,
._SIYmI.post-list-pro-gallery-list-medium.gallery-left-align .gallery-item-wrapper,
._SIYmI.post-list-pro-gallery-list.gallery-left-align .gallery-item-wrapper {
    left: 13px;
    /*!rtl:end:ignore*/
    top: 13px
        /*!rtl:begin:ignore*/
}

._SIYmI.post-list-pro-gallery-list .gallery-item-container,
._SIYmI.post-list-pro-gallery-list-large .gallery-item-container,
._SIYmI.post-list-pro-gallery-list-medium .gallery-item-container {
    background-color: rgb(var(--post-post-list-backgroundColor, var(--wix-color-1))) !important
}

._SIYmI.post-list-pro-gallery-list .gallery-item-container.pro-gallery-mobile-indicator,
._SIYmI.post-list-pro-gallery-list-large .gallery-item-container.pro-gallery-mobile-indicator,
._SIYmI.post-list-pro-gallery-list-medium .gallery-item-container.pro-gallery-mobile-indicator {
    background-color: rgb(var(--post-post-list-mobile-backgroundColor, var(--wix-color-1))) !important
}

._SIYmI.post-list-pro-gallery-list .gallery-item-common-info,
._SIYmI.post-list-pro-gallery-list-large .gallery-item-common-info,
._SIYmI.post-list-pro-gallery-list-medium .gallery-item-common-info {
    overflow: visible !important
}

._SIYmI.post-list-pro-gallery-slider {
    border-color: var(--border-color);
    border-radius: var(--border-radius);
    border-style: solid;
    border-width: var(--border-width);
    overflow: hidden
}

._SIYmI.post-list-pro-gallery-slider .gallery-item-container {
    border-radius: revert !important
}

._SIYmI.post-list-pro-gallery-slider .gallery-slideshow .pro-gallery .gallery-slideshow-info {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important
}

._SIYmI[class^=post-list-pro-gallery] .gallery-item-wrapper {
    cursor: pointer
}

._SIYmI.post-list-pro-gallery-flat #pro-gallery-container .gallery-item-container {
    transform-style: flat;
    will-change: top, left, width, height
}

._SIYmI.post-list-pro-gallery-pg-grid.no-border .gallery-item-container {
    overflow: visible !important
}

._SIYmI [data-hook=item-action] {
    display: none
}

.IeY3vx,
.KhVdjt,
.acbUIp,
.gwgQCb,
.lfi41p,
.sI4Nnn {
    line-height: 1
}

.wR7lgz {
    display: flex
}

.wR7lgz .sI4Nnn {
    cursor: inherit;
    opacity: 1
}

.wR7lgz .RcfyI6,
.wR7lgz .ixAZGX {
    cursor: pointer;
    font-size: 14px;
    margin-inline-end: 48px
}

.wR7lgz .ixAZGX {
    opacity: .8
}

.ynW8KF {
    align-items: center;
    display: flex;
    font-family: system-ui, sans-serif;
    font-size: 16px;
    height: 100%
}

@media only screen and (max-width:500px) {
    .ynW8KF {
        max-width: 100%;
        overflow-y: hidden
    }
}

.KhVdjt,
.RcfyI6,
.fOICak {
    align-items: center;
    display: flex;
    justify-content: center
}

.KhVdjt,
.RcfyI6 {
    color: inherit;
    cursor: pointer;
    margin: 0 3px;
    min-height: 36px;
    min-width: 36px
}

.IZ6Wrl .KhVdjt,
.IZ6Wrl .RcfyI6 {
    margin: 0 6px
}

.BCQZoR,
.sI4Nnn {
    cursor: default
}

.BCQZoR {
    opacity: .4
}

.fOICak {
    margin: 0 6px;
    min-width: 48px
}

.aq_u4p {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 16px 0 30px
}

.aq_u4p.HcArW_ {
    margin: 1px 0 0;
    min-height: 68px
}

.arh2qf {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 36px 30px;
    text-align: center
}

@media(min-width:980px) {
    .use-media-queries .arh2qf {
        height: 450px;
        padding: 0
    }
}

.gt-sm .arh2qf {
    height: 450px;
    padding: 0
}

.cJscj1 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px
}

@media(min-width:980px) {
    .use-media-queries .cJscj1 {
        font-size: 32px;
        line-height: 1.5;
        margin-bottom: 12px;
        max-width: 620px
    }
}

.gt-sm .cJscj1 {
    font-size: 32px;
    margin-bottom: 12px;
    max-width: 620px
}

.cTdFFO,
.gt-sm .cJscj1 {
    line-height: 1.5
}

@media(min-width:980px) {
    .use-media-queries .cTdFFO {
        max-width: 620px
    }
}

.gt-sm .cTdFFO {
    max-width: 620px
}

.clf9mN {
    font-size: 16px
}

.wdbmEY {
    font-size: 18px;
    margin-top: 18px
}

@media(min-width:980px) {
    .use-media-queries .wdbmEY {
        margin-top: 48px
    }
}

.gt-sm .wdbmEY {
    margin-top: 48px
}

.zVjbZW {
    margin-bottom: 0;
    padding-bottom: 20px
}

.t1YWug {
    min-height: 100%;
    position: relative
}

:where(.t1YWug) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box
}

:where(.t1YWug) * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

:where(.t1YWug) *,
:where(.t1YWug) :after,
:where(.t1YWug) :before {
    box-sizing: inherit
}

:where(.t1YWug) :where(a),
:where(.t1YWug) :where(a:visited) {
    text-decoration: none
}

:where(.t1YWug) :where(textarea) {
    font-family: inherit
}

.qHpbsu {
    position: relative
}

.medium-gap .qHpbsu {
    padding-top: 50px
}

.large-gap .qHpbsu {
    padding-top: 100px
}

html {
    height: 100%;
    touch-action: manipulation
}

body,
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0
}

body {
    -webkit-text-size-adjust: none;
    -webkit-highlight: none
}

#root {
    margin: 0;
    padding: 0
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.gallery-item-common-info.gallery-item-right-info {
    position: absolute;
    /*!rtl:begin:ignore*/
    right: 0
        /*!rtl:end:ignore*/
}

.gallery-item-common-info.gallery-item-left-info {
    left: 0;
    /*!rtl:end:ignore*/
    position: absolute
        /*!rtl:begin:ignore*/
}

#pro-gallery-container button.nav-arrows-container {
    box-sizing: border-box
}

.post-list-pro-gallery-pg-grid .pro-gallery,
.post-list-pro-gallery-pg-grid .pro-gallery .gallery-item-common-info {
    overflow: visible !important
}

.sXdULV {
    background-color: rgb(var(--postListWidgetBackgroundColor, 0, 0, 0, 0))
}

:where(.sXdULV) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box
}

:where(.sXdULV) * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

:where(.sXdULV) *,
:where(.sXdULV) :after,
:where(.sXdULV) :before {
    box-sizing: inherit
}

:where(.sXdULV) :where(a),
:where(.sXdULV) :where(a:visited) {
    text-decoration: none
}

:where(.sXdULV) :where(textarea) {
    font-family: inherit
}

.b79EPn {
    background-color: rgb(var(--postListWidgetBackgroundColorMobile, 0, 0, 0, 0))
}

:where(.b79EPn) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box
}

:where(.b79EPn) * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

:where(.b79EPn) *,
:where(.b79EPn) :after,
:where(.b79EPn) :before {
    box-sizing: inherit
}

:where(.b79EPn) :where(a),
:where(.b79EPn) :where(a:visited) {
    text-decoration: none
}

:where(.b79EPn) :where(textarea) {
    font-family: inherit
}

.c3VDPV .nav-arrows-container svg {
    fill: rgb(var(--postListWidgetSliderArrowsColor, var(--wix-color-15)));
    stroke: rgb(var(--postListWidgetSliderArrowsColor, var(--wix-color-15)))
}

.c3VDPV .mobile-slider-arrow-color .nav-arrows-container svg {
    fill: rgb(var(--postListWidgetSliderArrowsColorMobile, var(--wix-color-15)));
    stroke: rgb(var(--postListWidgetSliderArrowsColorMobile, var(--wix-color-15)))
}

.c3VDPV .blog-post-post-list-title-font {
    font: var(--post-post-list-titleFont, var(--wix-font-Page-title));
    font-size: var(--post-post-list-titleFont-size, 22px);
    line-height: normal;
    -webkit-text-decoration: var(--post-post-list-titleFont-text-decoration);
    text-decoration: var(--post-post-list-titleFont-text-decoration)
}

.c3VDPV .post-list-pro-gallery-list .blog-post-post-list-title-font {
    font: var(--post-post-list-titleFont, var(--wix-font-Page-title));
    font-size: var(--post-post-list-titleFont-size, 14px)
}

.c3VDPV .blog-post-post-list-description-style-font {
    -webkit-text-decoration: var(--post-post-list-descriptionFont-text-decoration);
    text-decoration: var(--post-post-list-descriptionFont-text-decoration)
}

.c3VDPV .blog-post-post-list-description-font,
.c3VDPV .blog-post-post-list-description-style-font {
    font: var(--post-post-list-descriptionFont, var(--wix-font-Body-M));
    font-size: var(--post-post-list-descriptionFont-size, 12px);
    line-height: normal
}

.c3VDPV .blog-post-post-list-description-font {
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit
}

.c3VDPV .blog-post-post-list-mobile-post-container .blog-post-text-font,
.c3VDPV .blog-post-post-list-post-container .blog-post-text-font {
    font: var(--post-post-list-descriptionFont, var(--wix-font-Page-title));
    font-size: var(--post-post-list-descriptionFont-size, 12px);
    line-height: normal
}

.c3VDPV .blog-post-list-pagination-active {
    color: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
}

.c3VDPV .blog-post-list-mobile-pagination-active {
    color: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
}

.c3VDPV .blog-post-post-list-title-color {
    color: rgb(var(--post-post-list-titleColor, var(--wix-color-5)))
}

.c3VDPV .blog-post-post-list-mobile-title-color {
    color: rgb(var(--post-post-list-mobile-titleColor, var(--wix-color-5)))
}

.c3VDPV .blog-post-post-list-TOI-title-color {
    color: rgb(var(--post-post-list-TOI-titleColor, var(--wix-color-1)))
}

.c3VDPV .blog-post-post-list-TOI-mobile-title-color {
    color: rgb(var(--post-post-list-TOI-mobile-titleColor, var(--wix-color-1)))
}

.c3VDPV .blog-post-post-list-description-color {
    color: rgb(var(--post-post-list-descriptionColor, var(--wix-color-5)))
}

.c3VDPV .blog-post-post-list-mobile-description-color {
    color: rgb(var(--post-post-list-mobile-descriptionColor, var(--wix-color-5)))
}

.c3VDPV .blog-post-post-list-description-fill {
    fill: rgb(var(--post-post-list-descriptionColor, var(--wix-color-5)))
}

.c3VDPV .blog-post-post-list-mobile-description-fill {
    fill: rgb(var(--post-post-list-mobile-descriptionColor, var(--wix-color-5)))
}

.c3VDPV .blog-post-post-list-description-background-color {
    background-color: rgb(var(--post-post-list-descriptionColor, var(--wix-color-5)))
}

.c3VDPV .blog-post-post-list-mobile-description-background-color {
    background-color: rgb(var(--post-post-list-mobile-descriptionColor, var(--wix-color-5)))
}

.c3VDPV .blog-post-post-list-TOI-description-color {
    color: rgb(var(--post-post-list-TOI-descriptionColor, var(--wix-color-1)))
}

.c3VDPV .blog-post-post-list-TOI-mobile-description-color {
    color: rgb(var(--post-post-list-TOI-mobile-descriptionColor, var(--wix-color-1)))
}

.c3VDPV .blog-post-post-list-TOI-description-fill {
    fill: rgb(var(--post-post-list-TOI-descriptionColor, var(--wix-color-1)))
}

.c3VDPV .blog-post-post-list-TOI-mobile-description-fill {
    fill: rgb(var(--post-post-list-TOI-mobile-descriptionColor, var(--wix-color-1)))
}

.c3VDPV .blog-post-post-list-TOI-description-background-color {
    background-color: rgb(var(--post-post-list-TOI-descriptionColor, var(--wix-color-1)))
}

.c3VDPV .blog-post-post-list-TOI-mobile-description-background-color {
    background-color: rgb(var(--post-post-list-TOI-mobile-descriptionColor, var(--wix-color-1)))
}

.c3VDPV .blog-post-post-list-border-color {
    border-color: rgb(var(--post-post-list-borderColor, var(--wix-color-2)))
}

.c3VDPV .blog-post-post-list-mobile-border-color {
    border-color: rgb(var(--post-post-list-mobile-borderColor, var(--wix-color-2)))
}

.c3VDPV .blog-post-post-list-overlay-background-color {
    background-color: rgb(var(--post-post-list-overlayColor, 0, 0, 0, .55))
}

.c3VDPV .blog-post-post-list-mobile-overlay-background-color {
    background-color: rgb(var(--post-post-list-mobile-overlayColor, 0, 0, 0, .55))
}

.c3VDPV .blog-post-post-list-link-hashtag-hover-color:hover {
    color: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
}

.c3VDPV .blog-post-post-list-mobile-link-hashtag-hover-color:hover {
    color: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
}

.c3VDPV .blog-post-post-list-link-hashtag-hover-fill:hover {
    fill: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
}

.c3VDPV .blog-post-post-list-mobile-link-hashtag-hover-fill:hover {
    fill: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
}

.c3VDPV .blog-post-post-list-link-hashtag-hover-color:hover .blog-post-post-list-title-color {
    color: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
}

.c3VDPV .blog-post-post-list-mobile-link-hashtag-hover-color:hover .blog-post-post-list-mobile-title-color {
    color: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
}

.c3VDPV .blog-post-post-list-link-hashtag-hover-color:hover .blog-post-post-list-TOI-title-color {
    color: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
}

.c3VDPV .blog-post-post-list-mobile-link-hashtag-hover-color:hover .blog-post-post-list-TOI-mobile-title-color {
    color: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
}

.c3VDPV .blog-post-post-list-background-color {
    background-color: rgb(var(--post-post-list-backgroundColor, var(--wix-color-1))) !important
}

.c3VDPV .blog-post-post-list-mobile-background-color {
    background-color: rgb(var(--post-post-list-mobile-backgroundColor, var(--wix-color-1)))
}

.c3VDPV .blog-post-post-list-TOI-background-color {
    background-color: rgb(var(--post-post-list-TOI-backgroundColor, var(--wix-color-5)))
}

.c3VDPV .blog-post-post-list-TOI-mobile-background-color {
    background-color: rgb(var(--post-post-list-TOI-mobile-backgroundColor, var(--wix-color-5)))
}

.c3VDPV .blog-post-post-list-hover-container:hover .blog-hover-container-element-color {
    color: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
}

.c3VDPV .blog-post-post-list-mobile-hover-container:hover .blog-hover-container-element-color {
    color: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
}

.c3VDPV .blog-post-post-list-hover-container:hover .blog-hover-container-element-fill {
    fill: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
}

.c3VDPV .blog-post-post-list-mobile-hover-container:hover .blog-hover-container-element-fill {
    fill: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
}

.c3VDPV .blog-post-post-list-post-container .blog-link-hashtag-color {
    color: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
}

.c3VDPV .blog-post-post-list-mobile-post-container .blog-link-hashtag-color {
    color: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
}

.c3VDPV .blog-post-post-list-post-container .blog-post-text-color {
    color: rgb(var(--post-post-list-descriptionColor, var(--wix-color-5)))
}

.c3VDPV .blog-post-post-list-mobile-post-container .blog-post-text-color {
    color: rgb(var(--post-post-list-mobile-descriptionColor, var(--wix-color-5)))
}

.c3VDPV .blog-post-post-list-post-container .blog-icon-fill {
    fill: rgb(var(--post-post-list-descriptionColor, var(--wix-color-5)))
}

.c3VDPV .blog-post-post-list-mobile-post-container .blog-icon-fill {
    fill: rgb(var(--post-post-list-mobile-descriptionColor, var(--wix-color-5)))
}

.c3VDPV .blog-post-post-list-post-container .blog-link-hover-color:hover {
    color: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
}

.c3VDPV .blog-post-post-list-mobile-post-container .blog-link-hover-color:hover {
    color: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
}

.c3VDPV .blog-post-post-list-post-container .blog-link-hover-fill:hover {
    fill: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
}

.c3VDPV .blog-post-post-list-mobile-post-container .blog-link-hover-fill:hover {
    fill: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
}

@font-face {
    font-family: 'helvetica-w01-bold';
    font-style: normal;
    font-weight: 400;
    src: url('./v1/helvetica-lt-w10-bold.woff2') format('woff2');
    unicode-range: U+0000, U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'helvetica-w01-bold';
    font-style: normal;
    font-weight: 400;
    src: url('./v1/helvetica-w02-bold.woff2') format('woff2');
    unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+0237, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+2044, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+E301-E304, U+E306-E30D, U+FB01-FB02;
    font-display: swap;
}

@font-face {
    font-family: 'din-next-w01-light';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w10-light.woff2') format('woff2');
    unicode-range: U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'din-next-w01-light';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w02-light.woff2') format('woff2');
    unicode-range: U+000D, U+0100-010F, U+0111-0130, U+0132-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+01FA-01FF, U+0218-021B, U+0237, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03C0, U+1E80-1E85, U+1EF2-1EF3, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2126, U+212E, U+2153-2154, U+215B-215E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB00-FB04;
    font-display: swap;
}

@font-face {
    font-family: 'din-next-w01-light';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w01-light.woff2') format('woff2');
    unicode-range: U+0020-007E, U+00A0-00FF, U+0110, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6-02C7, U+02DA, U+02DC, U+03BC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
    font-display: swap;
}

@font-face {
    font-family: 'helvetica-w01-light';
    font-style: normal;
    font-weight: 400;
    src: url('./v1/helvetica-w02-light.woff2') format('woff2');
    unicode-range: U+0100-012B, U+012E-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+0237, U+02C7, U+02C9, U+02D8-02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+2044, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+E002, U+E004, U+E006, U+E008-E009, U+E00D, U+E00F, U+E011, U+E013, U+E015, U+E017, U+E01A, U+FB01-FB02;
    font-display: swap;
}

@font-face {
    font-family: 'helvetica-w01-roman';
    font-style: normal;
    font-weight: 400;
    src: url('./v1/helvetica-lt-w10-roman.woff2') format('woff2');
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0, U+00A4, U+00A6-00A7, U+00A9, U+00AB-00AE, U+00B0-00B1, U+00B5-00B7, U+00BB, U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+20AC, U+2116, U+2122;
    font-display: swap;
}


@font-face {
    font-family: 'avenir-lt-w01_35-light1475496';
    font-style: normal;
    font-weight: 400;
    src: url('./v1/avenir-lt-w05_35-light.woff2') format('woff2');
    unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E9E, U+20B9-20BA, U+20BC-20BD, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB01-FB02;
    font-display: swap;
}

#masterPage:not(.landingPage) #PAGES_CONTAINER {
    margin-top: 0px;
    margin-bottom: 0px;
}

#masterPage.landingPage #SITE_HEADER {
    display: none;
}

#masterPage.landingPage #SITE_FOOTER {
    display: none;
}

#masterPage.landingPage #SITE_HEADER-placeholder {
    display: none;
}

#masterPage.landingPage #SITE_FOOTER-placeholder {
    display: none;
}

#SITE_CONTAINER.focus-ring-active :not(.has-custom-focus):not(.ignore-focus):not([tabindex="-1"]):focus,
#SITE_CONTAINER.focus-ring-active :not(.has-custom-focus):not(.ignore-focus):not([tabindex="-1"]):focus~.wixSdkShowFocusOnSibling {
    --focus-ring-box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #116dff;
    box-shadow: var(--focus-ring-box-shadow) !important;
    z-index: 1;
}

.has-inner-focus-ring {
    --focus-ring-box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 3px #116dff !important;
}

#masterPage {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#PAGES_CONTAINER {
    --pinned-layer-in-container: 50;
    --above-all-in-container: 49;
}

#SITE_HEADER {
    z-index: calc(var(--pinned-layers-in-page, 0) + 51);
    --above-all-in-container: 10000;
}

#SITE_FOOTER {
    --pinned-layer-in-container: 52;
    --above-all-in-container: 49;
}

:root,
:host,
.spxThemeOverride,
.max-width-container {
    --color_0: 255, 255, 255;
    --color_1: 255, 255, 255;
    --color_2: 0, 0, 0;
    --color_3: 237, 28, 36;
    --color_4: 0, 136, 203;
    --color_5: 255, 203, 5;
    --color_6: 114, 114, 114;
    --color_7: 176, 176, 176;
    --color_8: 255, 255, 255;
    --color_9: 114, 114, 114;
    --color_10: 176, 176, 176;
    --color_11: 255, 255, 255;
    --color_12: 232, 230, 230;
    --color_13: 199, 199, 199;
    --color_14: 95, 95, 95;
    --color_15: 51, 51, 51;
    --color_16: 237, 201, 177;
    --color_17: 246, 101, 4;
    --color_18: 241, 101, 7;
    --color_19: 216, 101, 22;
    --color_20: 67, 36, 16;
    --color_21: 249, 197, 180;
    --color_22: 243, 167, 143;
    --color_23: 237, 88, 41;
    --color_24: 158, 59, 27;
    --color_25: 79, 29, 14;
    --color_26: 210, 172, 247;
    --color_27: 186, 131, 240;
    --color_28: 128, 21, 232;
    --color_29: 85, 14, 155;
    --color_30: 43, 7, 77;
    --color_31: 177, 211, 187;
    --color_32: 127, 168, 139;
    --color_33: 64, 124, 81;
    --color_34: 43, 83, 54;
    --color_35: 21, 41, 27;
    --color_36: 255, 255, 255;
    --color_37: 51, 51, 51;
    --color_38: 232, 230, 230;
    --color_39: 199, 199, 199;
    --color_40: 95, 95, 95;
    --color_41: 241, 101, 7;
    --color_42: 246, 101, 4;
    --color_43: 216, 101, 22;
    --color_44: 254, 98, 50;
    --color_45: 51, 51, 51;
    --color_46: 51, 51, 51;
    --color_47: 95, 95, 95;
    --color_48: 241, 101, 7;
    --color_49: 241, 101, 7;
    --color_50: 255, 255, 255;
    --color_51: 255, 255, 255;
    --color_52: 241, 101, 7;
    --color_53: 241, 101, 7;
    --color_54: 199, 199, 199;
    --color_55: 199, 199, 199;
    --color_56: 255, 255, 255;
    --color_57: 255, 255, 255;
    --color_58: 241, 101, 7;
    --color_59: 241, 101, 7;
    --color_60: 241, 101, 7;
    --color_61: 241, 101, 7;
    --color_62: 255, 255, 255;
    --color_63: 255, 255, 255;
    --color_64: 199, 199, 199;
    --color_65: 199, 199, 199;
    --font_0: normal normal bold 56px/1.4em helvetica-w01-bold, sans-serif;
    --font_1: normal normal normal 16px/1.4em din-next-w01-light, sans-serif;
    --font_2: normal normal normal 46px/1.4em helvetica-w01-light, sans-serif;
    --font_3: normal normal normal 36px/1.4em helvetica-w01-bold, sans-serif;
    --font_4: normal normal normal 20px/1.4em helvetica-w01-roman, sans-serif;
    --font_5: normal normal normal 18px/1.4em helvetica-w01-bold, sans-serif;
    --font_6: normal normal normal 20px/1.4em helvetica-w01-bold, sans-serif;
    --font_7: normal normal normal 16px/1.6em helvetica-w01-light, sans-serif;
    --font_8: normal normal normal 14px/1.6em helvetica-w01-light, sans-serif;
    --font_9: normal normal normal 16px/1.6em helvetica-w01-light, sans-serif;
    --font_10: normal normal normal 12px/1.4em din-next-w01-light, sans-serif;
    --wix-ads-height: 0px;
    --sticky-offset: 0px;
    --wix-ads-top-height: 0px;
    --site-width: 980px;
    --above-all-z-index: 100000;
    --portals-z-index: 100001;
    --wix-opt-in-direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --minViewportSize: 320;
    --maxViewportSize: 1920;
    --theme-spx-ratio: 1px;
    --scaling-factor: min((100 * var(--one-unit)), var(--section-max-width));
    --customScaleViewportLimit: clamp(var(--minViewportSize) * 1px, 100 * var(--one-unit), min(var(--section-max-width), var(--maxViewportSize) * 1px));
}

.font_0 {
    font: var(--font_0);
    color: rgb(var(--color_45));
    letter-spacing: 0em;
}

.font_1 {
    font: var(--font_1);
    color: rgb(var(--color_14));
    letter-spacing: 0em;
}

.font_2 {
    font: var(--font_2);
    color: rgb(var(--color_45));
    letter-spacing: 0em;
}

.font_3 {
    font: var(--font_3);
    color: rgb(var(--color_45));
    letter-spacing: 0em;
}

.font_4 {
    font: var(--font_4);
    color: rgb(var(--color_45));
    letter-spacing: 0em;
}

.font_5 {
    font: var(--font_5);
    color: rgb(var(--color_45));
    letter-spacing: 0em;
}

.font_6 {
    font: var(--font_6);
    color: rgb(var(--color_45));
    letter-spacing: 0em;
}

.font_7 {
    font: var(--font_7);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
}

.font_8 {
    font: var(--font_8);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
}

.font_9 {
    font: var(--font_9);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
}

.font_10 {
    font: var(--font_10);
    color: rgb(var(--color_14));
    letter-spacing: 0em;
}

.color_0 {
    color: rgb(var(--color_0));
}

.color_1 {
    color: rgb(var(--color_1));
}

.color_2 {
    color: rgb(var(--color_2));
}

.color_3 {
    color: rgb(var(--color_3));
}

.color_4 {
    color: rgb(var(--color_4));
}

.color_5 {
    color: rgb(var(--color_5));
}

.color_6 {
    color: rgb(var(--color_6));
}

.color_7 {
    color: rgb(var(--color_7));
}

.color_8 {
    color: rgb(var(--color_8));
}

.color_9 {
    color: rgb(var(--color_9));
}

.color_10 {
    color: rgb(var(--color_10));
}

.color_11 {
    color: rgb(var(--color_11));
}

.color_12 {
    color: rgb(var(--color_12));
}

.color_13 {
    color: rgb(var(--color_13));
}

.color_14 {
    color: rgb(var(--color_14));
}

.color_15 {
    color: rgb(var(--color_15));
}

.color_16 {
    color: rgb(var(--color_16));
}

.color_17 {
    color: rgb(var(--color_17));
}

.color_18 {
    color: rgb(var(--color_18));
}

.color_19 {
    color: rgb(var(--color_19));
}

.color_20 {
    color: rgb(var(--color_20));
}

.color_21 {
    color: rgb(var(--color_21));
}

.color_22 {
    color: rgb(var(--color_22));
}

.color_23 {
    color: rgb(var(--color_23));
}

.color_24 {
    color: rgb(var(--color_24));
}

.color_25 {
    color: rgb(var(--color_25));
}

.color_26 {
    color: rgb(var(--color_26));
}

.color_27 {
    color: rgb(var(--color_27));
}

.color_28 {
    color: rgb(var(--color_28));
}

.color_29 {
    color: rgb(var(--color_29));
}

.color_30 {
    color: rgb(var(--color_30));
}

.color_31 {
    color: rgb(var(--color_31));
}

.color_32 {
    color: rgb(var(--color_32));
}

.color_33 {
    color: rgb(var(--color_33));
}

.color_34 {
    color: rgb(var(--color_34));
}

.color_35 {
    color: rgb(var(--color_35));
}

.color_36 {
    color: rgb(var(--color_36));
}

.color_37 {
    color: rgb(var(--color_37));
}

.color_38 {
    color: rgb(var(--color_38));
}

.color_39 {
    color: rgb(var(--color_39));
}

.color_40 {
    color: rgb(var(--color_40));
}

.color_41 {
    color: rgb(var(--color_41));
}

.color_42 {
    color: rgb(var(--color_42));
}

.color_43 {
    color: rgb(var(--color_43));
}

.color_44 {
    color: rgb(var(--color_44));
}

.color_45 {
    color: rgb(var(--color_45));
}

.color_46 {
    color: rgb(var(--color_46));
}

.color_47 {
    color: rgb(var(--color_47));
}

.color_48 {
    color: rgb(var(--color_48));
}

.color_49 {
    color: rgb(var(--color_49));
}

.color_50 {
    color: rgb(var(--color_50));
}

.color_51 {
    color: rgb(var(--color_51));
}

.color_52 {
    color: rgb(var(--color_52));
}

.color_53 {
    color: rgb(var(--color_53));
}

.color_54 {
    color: rgb(var(--color_54));
}

.color_55 {
    color: rgb(var(--color_55));
}

.color_56 {
    color: rgb(var(--color_56));
}

.color_57 {
    color: rgb(var(--color_57));
}

.color_58 {
    color: rgb(var(--color_58));
}

.color_59 {
    color: rgb(var(--color_59));
}

.color_60 {
    color: rgb(var(--color_60));
}

.color_61 {
    color: rgb(var(--color_61));
}

.color_62 {
    color: rgb(var(--color_62));
}

.color_63 {
    color: rgb(var(--color_63));
}

.color_64 {
    color: rgb(var(--color_64));
}

.color_65 {
    color: rgb(var(--color_65));
}

.backcolor_0 {
    background-color: rgb(var(--color_0));
}

.backcolor_1 {
    background-color: rgb(var(--color_1));
}

.backcolor_2 {
    background-color: rgb(var(--color_2));
}

.backcolor_3 {
    background-color: rgb(var(--color_3));
}

.backcolor_4 {
    background-color: rgb(var(--color_4));
}

.backcolor_5 {
    background-color: rgb(var(--color_5));
}

.backcolor_6 {
    background-color: rgb(var(--color_6));
}

.backcolor_7 {
    background-color: rgb(var(--color_7));
}

.backcolor_8 {
    background-color: rgb(var(--color_8));
}

.backcolor_9 {
    background-color: rgb(var(--color_9));
}

.backcolor_10 {
    background-color: rgb(var(--color_10));
}

.backcolor_11 {
    background-color: rgb(var(--color_11));
}

.backcolor_12 {
    background-color: rgb(var(--color_12));
}

.backcolor_13 {
    background-color: rgb(var(--color_13));
}

.backcolor_14 {
    background-color: rgb(var(--color_14));
}

.backcolor_15 {
    background-color: rgb(var(--color_15));
}

.backcolor_16 {
    background-color: rgb(var(--color_16));
}

.backcolor_17 {
    background-color: rgb(var(--color_17));
}

.backcolor_18 {
    background-color: rgb(var(--color_18));
}

.backcolor_19 {
    background-color: rgb(var(--color_19));
}

.backcolor_20 {
    background-color: rgb(var(--color_20));
}

.backcolor_21 {
    background-color: rgb(var(--color_21));
}

.backcolor_22 {
    background-color: rgb(var(--color_22));
}

.backcolor_23 {
    background-color: rgb(var(--color_23));
}

.backcolor_24 {
    background-color: rgb(var(--color_24));
}

.backcolor_25 {
    background-color: rgb(var(--color_25));
}

.backcolor_26 {
    background-color: rgb(var(--color_26));
}

.backcolor_27 {
    background-color: rgb(var(--color_27));
}

.backcolor_28 {
    background-color: rgb(var(--color_28));
}

.backcolor_29 {
    background-color: rgb(var(--color_29));
}

.backcolor_30 {
    background-color: rgb(var(--color_30));
}

.backcolor_31 {
    background-color: rgb(var(--color_31));
}

.backcolor_32 {
    background-color: rgb(var(--color_32));
}

.backcolor_33 {
    background-color: rgb(var(--color_33));
}

.backcolor_34 {
    background-color: rgb(var(--color_34));
}

.backcolor_35 {
    background-color: rgb(var(--color_35));
}

.backcolor_36 {
    background-color: rgb(var(--color_36));
}

.backcolor_37 {
    background-color: rgb(var(--color_37));
}

.backcolor_38 {
    background-color: rgb(var(--color_38));
}

.backcolor_39 {
    background-color: rgb(var(--color_39));
}

.backcolor_40 {
    background-color: rgb(var(--color_40));
}

.backcolor_41 {
    background-color: rgb(var(--color_41));
}

.backcolor_42 {
    background-color: rgb(var(--color_42));
}

.backcolor_43 {
    background-color: rgb(var(--color_43));
}

.backcolor_44 {
    background-color: rgb(var(--color_44));
}

.backcolor_45 {
    background-color: rgb(var(--color_45));
}

.backcolor_46 {
    background-color: rgb(var(--color_46));
}

.backcolor_47 {
    background-color: rgb(var(--color_47));
}

.backcolor_48 {
    background-color: rgb(var(--color_48));
}

.backcolor_49 {
    background-color: rgb(var(--color_49));
}

.backcolor_50 {
    background-color: rgb(var(--color_50));
}

.backcolor_51 {
    background-color: rgb(var(--color_51));
}

.backcolor_52 {
    background-color: rgb(var(--color_52));
}

.backcolor_53 {
    background-color: rgb(var(--color_53));
}

.backcolor_54 {
    background-color: rgb(var(--color_54));
}

.backcolor_55 {
    background-color: rgb(var(--color_55));
}

.backcolor_56 {
    background-color: rgb(var(--color_56));
}

.backcolor_57 {
    background-color: rgb(var(--color_57));
}

.backcolor_58 {
    background-color: rgb(var(--color_58));
}

.backcolor_59 {
    background-color: rgb(var(--color_59));
}

.backcolor_60 {
    background-color: rgb(var(--color_60));
}

.backcolor_61 {
    background-color: rgb(var(--color_61));
}

.backcolor_62 {
    background-color: rgb(var(--color_62));
}

.backcolor_63 {
    background-color: rgb(var(--color_63));
}

.backcolor_64 {
    background-color: rgb(var(--color_64));
}

.backcolor_65 {
    background-color: rgb(var(--color_65));
}

#PAGES_CONTAINER {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#SITE_PAGES {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#SITE_PAGES {
    --transition-duration: 700ms;
}

#masterPage:not(.landingPage) {
    --top-offset: var(--header-height);
    --header-height: 101px;
}

#masterPage.landingPage {
    --top-offset: 0px;
}

#SITE_HEADER {
    --bg: 0, 0, 0;
    --shd: 0 0 5px rgba(0, 0, 0, 0.7);
    --brwt: 0px;
    --brd: var(--color_37);
    --brwb: 0px;
    --bgctr: 0, 0, 0;
    --alpha-bgctr: 1;
    --rd: 0px 0px 0px 0px;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --backdrop-filter: none;
    --backdrop-blur: 0px;
}

#SITE_HEADER {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=SITE_HEADERinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=SITE_HEADERinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=SITE_HEADERinlineContent-gridContainer]>[id="comp-lbi9yozk"] {
    position: relative;
    margin: 20px 0px 20px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#SITE_HEADER {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    --shc-mutated-brightness: 0, 0, 0;
    position: sticky !important;
    top: var(--wix-ads-height);
}

#comp-lbi9yozk {
    width: 980px;
}

[data-mesh-id=comp-lbi9yp0i1inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lbi9yp0i1inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lbi9yp0i1inlineContent-gridContainer]>[id="comp-lbi9zf2o"] {
    position: relative;
    margin: 13px 0px 13px calc((100% - 980px) * 0.5);
    left: 421px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbi9yp0i1inlineContent-gridContainer]>[id="comp-lz75evon"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 905px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lbi9yozk {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-lbi9yp0i1 {
    width: 980px;
}

#comp-lbi9yp0i1 {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-lbi9zf2o {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lbi9zf2o:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lbi9zf2o {
    width: 137px;
    height: 35px;
}

#comp-lbi9zf2o {
    --height: 35px;
    --width: 137px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
}

#comp-lz75evon {
    width: 151px;
    height: 61px;
    display: flex;
    align-items: center;
}

/* END STYLABLE DIRECTIVE RULES */

#comp-lz75evqo .style-lz75gvxz__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    padding: 0px;
    border-radius: 300px;
    /*0.78px 1.84px 8px 1px rgba(0, 0, 0, 0.07)*/
    border: 0px solid #C7C7C7;
    background: repeat padding-box border-box 0% / auto scroll linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0)
}

/* START STYLABLE DIRECTIVE RULES */

#comp-lz75evqo .style-lz75gvxz__root:hover {
    border: 0px solid #C7C7C7;
    border-radius: 0px;
}

#comp-lz75evqo .style-lz75gvxz__root:disabled {
    border: 0px solid #333333;
    background: #E8E6E6
}

#comp-lz75evqo .style-lz75gvxz__root:disabled .StylableButton2545352419__label {
    color: #5F5F5F
}

#comp-lz75evqo .style-lz75gvxz__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-lz75evqo .style-lz75gvxz__root .StylableButton2545352419__container {
    transition: inherit;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center
}

#comp-lz75evqo .style-lz75gvxz__root .StylableButton2545352419__label {
    transition: inherit;
    letter-spacing: 0em;
    margin: 0px 0px 0px 4px;
    color: #FFFFFF;
    margin-right: 0px;
    font-family: helvetica-w01-light, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: none
}

#comp-lz75evqo .style-lz75gvxz__root .StylableButton2545352419__icon {
    transition: inherit;
    margin: 0px 4px 0px 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    fill: #FFFFFF;
    width: 40px;
    height: 40px;
    display: initial
}

#comp-lz75evqo .style-lz75gvxz__root:hover .StylableButton2545352419__icon {
    transform: rotate(0deg);
    fill: #FFFFFF;
    width: 39px;
    height: 39px;
}

#comp-lz75evqo {
    width: 61px;
    height: 61px;
}

#comp-lz75evqo {
    height: inherit;
    width: auto;
}

#comp-lz75evqs {
    /* START STYLABLE DIRECTIVE RULES */
}

/* END STYLABLE DIRECTIVE RULES */

#comp-lz75evqs .style-lz75evqu3__root {
    -st-extends: HamburgerMenuContainer;
    background: #FFFFFF;
    box-shadow: -3px 0 30px 3px rgba(0, 0, 0, 0.2);
}

#comp-lz75evqs {
    width: 2146px;
    height: 1115px;
}

#comp-lz75evqu4 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-lz75evr94inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lz75evr94inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lz75evr94inlineContent-gridContainer]>[id="comp-lz75evrc"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lz75evqu4 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-lz75evr94 {
    width: 980px;
}

#comp-lz75evr94 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-lz75evrc {
    /* START STYLABLE DIRECTIVE RULES */
}

/* END STYLABLE DIRECTIVE RULES */

#comp-lz75evrc .style-lz75evrd3__root {
    -st-extends: HamburgerMenuContainer;
    background: #FFFFFF;
    box-shadow: -3px 0 30px 3px rgba(0, 0, 0, 0.2);
}

#comp-lz75evrc {
    width: 351px;
}

[data-mesh-id=comp-lz75evrcinlineContent] {
    height: auto;
    width: 351px;
}

[data-mesh-id=comp-lz75evrcinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
    padding-bottom: 0px;
    box-sizing: border-box;
}

[data-mesh-id=comp-lz75evrcinlineContent-gridContainer]>[id="comp-lz75evrd4"] {
    position: relative;
    margin: 40px 0px 57px 0;
    left: 40px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lz75evrcinlineContent-gridContainer]>[id="comp-lz75evrf3"] {
    position: relative;
    margin: 0px 0px 0 0;
    left: 41px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lz75evrc {
    min-height: calc(100vh - var(--wix-ads-height));
    margin-bottom: 0;
}

/* END STYLABLE DIRECTIVE RULES */

#comp-lz75evrd4 .style-lz75evrf2__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    padding-right: 0px;
    border-radius: 300px;
    background: rgba(255, 255, 255, 0)
}

/* START STYLABLE DIRECTIVE RULES */

#comp-lz75evrd4 .style-lz75evrf2__root:hover {
    background: #FFFFFF;
    border: 0px solid #FFFFFF;
    border-radius: 0px;
}

#comp-lz75evrd4 .style-lz75evrf2__root:hover .StylableButton2545352419__icon {
    fill: #333333;
    transform: rotate(180deg);
}

#comp-lz75evrd4 .style-lz75evrf2__root:hover .StylableButton2545352419__label {
    color: #333333;
}

#comp-lz75evrd4 .style-lz75evrf2__root:disabled {
    background: #E8E6E6
}

#comp-lz75evrd4 .style-lz75evrf2__root:disabled .StylableButton2545352419__label {
    color: #5F5F5F
}

#comp-lz75evrd4 .style-lz75evrf2__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-lz75evrd4 .style-lz75evrf2__root .StylableButton2545352419__container {
    transition: inherit;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center
}

#comp-lz75evrd4 .style-lz75evrf2__root .StylableButton2545352419__label {
    transition: inherit;
    letter-spacing: 0em;
    margin: 0px 0px 0px 4px;
    color: #FFFFFF;
    margin-left: 1px;
    font-family: helvetica-w01-light, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    display: none
}

#comp-lz75evrd4 .style-lz75evrf2__root .StylableButton2545352419__icon {
    transition: inherit;
    margin: 0px 4px 0px 0px;
    margin-right: 1px;
    display: initial;
    transform: rotate(0deg);
    fill: #000000;
    width: 30px;
    height: 30px
}

#comp-lz75evrd4 {
    width: 40px;
    height: 40px;
}

#comp-lz75evrf3 {
    --bgs: 255, 255, 255;
    --itemBGColorNoTrans: background-color 50ms ease 0s;
    --shd: none;
    --bg: 255, 255, 255;
    --brw: 0px;
    --brd: 255, 255, 255;
    --itemBGColorTrans: background-color 0.4s ease 0s;
    --verticalPadding: 0px;
    --fnt: normal normal normal 30px/1.6em helvetica-w01-roman, sans-serif;
    --txt: 0, 0, 0;
    --alpha-txt: 1;
    --arrowColor: 0, 0, 0;
    --alpha-arrowColor: 1;
    --subMenuOpacityTrans: opacity 0.4s ease 0s;
    --bgsSub: 255, 255, 255;
    --txtsSub: var(--color_39);
    --alpha-txtsSub: 1;
    --txts: var(--color_39);
    --alpha-txts: 1;
    --bgexpanded: 255, 255, 255;
    --fntSubMenu: normal normal normal 50px/1.6em avenir-lt-w01_35-light1475496, sans-serif;
    --txtexpanded: 0, 0, 0;
    --alpha-txtexpanded: 1;
    --subMenuSpacing: 25px;
    --menuSpacing: 0px;
    --bgh: 230, 234, 245;
    --SKINS_fntSubmenu: normal normal normal 16px/1.4em din-next-w01-light #8D8D8D;
    --alpha-SKINS_bgSubmenu: 0;
    --rd: 90px;
    --alpha-bgs: 0;
    --alpha-bgsSub: 0;
    --alpha-brd: 0;
    --textSpacing: 0;
    --alpha-bg: 0;
    --SKINS_submenuMargin: 0;
    --alpha-bgexpanded: 0;
    --sepw: 1;
    --alpha-bgh: 1;
    --SKINS_submenuBR: 90px;
    --boxShadowToggleOn-shd: none;
    --separatorHeight: 15;
}

#comp-lz75evrf3 {
    width: 234px;
    height: 192px;
}

#comp-lz75evrf3 {
    height: auto;
    --direction: var(--wix-opt-in-direction, ltr);
    --item-height: 56px;
    --text-align: start;
    --template-columns: 1fr calc(40px + 1em);
    --template-areas: "label arrow";
    --padding-start: 0px;
    --sub-padding-start: 25px;
    --padding-end: 0px;
    --sub-padding-end: 0px;
    --item-depth0-direction: inherit;
    --item-depth1-direction: inherit;
    --item-depth2-direction: inherit;
    --item-depth0-align: inherit;
    --item-depth1-align: inherit;
    --item-depth2-align: inherit;
}

#SITE_FOOTER {
    --shd: 0.00px 1.00px 4px 0px rgba(0, 0, 0, 0.6);
    --rd: 0px 0px 0px 0px;
    --brwt: 0px;
    --alpha-brd: 1;
    --backdrop-filter: none;
    --backdrop-blur: 0px;
    --brd: var(--color_36);
    --boxShadowToggleOn-shd: none;
    --brwb: 0px;
}

#SITE_FOOTER {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=SITE_FOOTERinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lbwd4vqq"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lcyz5vjq"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 363px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lbijd46t"] {
    position: relative;
    margin: 0px 0px 2px calc((100% - 980px) * 0.5);
    left: 11px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

#SITE_FOOTER {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
}

#comp-lbwd4vqq {
    width: 980px;
}

[data-mesh-id=comp-lbwd4vqs4inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lbwd4vqs4inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lbwd4vqs4inlineContent-gridContainer]>[id="comp-lbwd4vr41"] {
    position: relative;
    margin: 52px 0px 17px calc((100% - 324px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwd4vqs4inlineContent-gridContainer]>[id="comp-lbwd4vr62"] {
    position: relative;
    margin: 0px 0px 44px calc((100% - 324px) * 0.5);
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwd4vrbinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lbwd4vrbinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lbwd4vrbinlineContent-gridContainer]>[id="comp-lbwd4vrc2"] {
    position: relative;
    margin: 8px 0px 26px calc((100% - 328px) * 0.5);
    left: 152px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwd4vrbinlineContent-gridContainer]>[id="comp-lbwd4vrd2"] {
    position: relative;
    margin: 0px 0px 18px calc((100% - 328px) * 0.5);
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwd4vrbinlineContent-gridContainer]>[id="comp-lbwd4vre1"] {
    position: relative;
    margin: 0px 0px 53px calc((100% - 328px) * 0.5);
    left: 0px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwd4vrfinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lbwd4vrfinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lbwd4vrfinlineContent-gridContainer]>[id="comp-lbwd4vrh"] {
    position: relative;
    margin: 51px 0px 13px calc((100% - 328px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwd4vrfinlineContent-gridContainer]>[id="comp-lcyzcpa9"] {
    position: relative;
    margin: 1px 0px 53px calc((100% - 328px) * 0.5);
    left: 122px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwd4vrfinlineContent-gridContainer]>[id="comp-lbwd4vri"] {
    position: relative;
    margin: 0px 0px 53px calc((100% - 328px) * 0.5);
    left: 152px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lbwd4vqq {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-lbwd4vqs4 {
    width: 324px;
}

#comp-lbwd4vqs4 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 324px;
    --column-flex: 324;
}

#comp-lbwd4vr41 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lbwd4vr41 {
    width: 321px;
    height: auto;
}

#comp-lbwd4vr41 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lbwd4vr62 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lbwd4vr62 {
    width: 321px;
    height: auto;
}

#comp-lbwd4vr62 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lbwd4vrb {
    width: 328px;
}

#comp-lbwd4vrb {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 328px;
    --column-flex: 328;
}

#comp-lbwd4vrc2 {
    width: 25px;
    height: 17px;
}

#comp-lbwd4vrc2 {
    --opacity: 1;
}

#comp-lbwd4vrd2 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lbwd4vrd2 {
    width: 330px;
    height: auto;
}

#comp-lbwd4vrd2 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lbwd4vre1 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lbwd4vre1 {
    width: 330px;
    height: auto;
}

#comp-lbwd4vre1 {
    --min-height: 16px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lbwd4vrf {
    width: 328px;
}

#comp-lbwd4vrf {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 328px;
    --column-flex: 328;
}

#comp-lbwd4vrh {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lbwd4vrh {
    width: 330px;
    height: auto;
}

#comp-lbwd4vrh {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lcyzcpa9 {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-lcyzcpa9 {
    width: 24px;
    height: 24px;
}

#comp-lcyzcpa9 {
    --height: 24px;
    --width: 24px;
}

#comp-lbwd4vri {
    width: 55px;
    height: 25px;
}

#comp-lbwd4vri {
    --item-size: 25px;
    --item-margin-block: 0;
    --item-margin-inline: 0px 5px;
    --item-display: inline-block;
    --direction: var(--wix-opt-in-direction, ltr);
    width: 55px;
    height: 25px;
}
[data-mesh-id=comp-lbwd4vrfinlineContent-gridContainer] > [id="comp-lbwd4vri"]
 {
    position: relative;
    margin: 0px 0px 53px calc((100% - 328px) * 0.5);
    left: 80px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}
[data-mesh-id=comp-lbwd4vrfinlineContent-gridContainer] {
    position: static;
    display: grid
;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
}
#comp-lcyz5vjq {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lcyz5vjq {
    width: 236px;
    height: auto;
}

#comp-lcyz5vjq {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lbijd46t {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lbijd46t {
    width: 940px;
    height: auto;
}

#comp-lbijd46t {
    --text-direction: var(--wix-opt-in-direction);
}

@font-face {
    font-family: 'helvetica-w01-bold';
    font-style: normal;
    font-weight: 400;
    src: url('./v1/helvetica-lt-w10-bold.woff2') format('woff2');
    unicode-range: U+0000, U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'helvetica-w01-bold';
    font-style: normal;
    font-weight: 400;
    src: url('./v1/helvetica-w02-bold.woff2') format('woff2');
    unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+0237, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+2044, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+E301-E304, U+E306-E30D, U+FB01-FB02;
    font-display: swap;
}

@font-face {
    font-family: 'avenir-lt-w01_35-light1475496';
    font-style: normal;
    font-weight: 400;
    src: url('./v1/avenir-lt-w05_35-light.woff2') format('woff2');
    unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E9E, U+20B9-20BA, U+20BC-20BD, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB01-FB02;
    font-display: swap;
}
@font-face {
    font-family: 'helvetica-w01-light';
    font-style: normal;
    font-weight: 400;
    src: url('./v1/helvetica-w02-light.woff2') format('woff2');
    unicode-range: U+0100-012B, U+012E-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+0237, U+02C7, U+02C9, U+02D8-02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+2044, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+E002, U+E004, U+E006, U+E008-E009, U+E00D, U+E00F, U+E011, U+E013, U+E015, U+E017, U+E01A, U+FB01-FB02;
    font-display: swap;
}

@font-face {
    font-family: 'helvetica-w01-roman';
    font-style: normal;
    font-weight: 400;
    src: url('./v1/helvetica-lt-w10-roman.woff2') format('woff2');
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0, U+00A4, U+00A6-00A7, U+00A9, U+00AB-00AE, U+00B0-00B1, U+00B5-00B7, U+00BB, U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+20AC, U+2116, U+2122;
    font-display: swap;
}

@font-face {
    font-family: 'avenir-lt-w01_85-heavy1475544';
    font-style: normal;
    font-weight: 400;
    src: url('./v1/avenir-lt-w05_85-heavy.woff2') format('woff2');
    unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E9E, U+20B9-20BA, U+20BC-20BD, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB01-FB02;
    font-display: swap;
}

@font-face {
    font-family: 'avenir-lt-w01_85-heavy1475544';
    font-style: normal;
    font-weight: 400;
    src: url('./v1/avenir-lt-w01_85-heavy1475544.woff2') format('woff2');
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+0237, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
    font-display: swap;
}

#tuckg {
    --param_boolean_previewHover: false;
}

#tuckg {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#masterPage {
    --pinned-layers-in-page: 0;
}

[data-mesh-id=ContainertuckginlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=ContainertuckginlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 40px;
    grid-template-rows: repeat(4, min-content) 1fr;
    grid-template-columns: 100%;
    padding-bottom: 0px;
    box-sizing: border-box;
}

[data-mesh-id=ContainertuckginlineContent-gridContainer]>[id="comp-lbi8gas6"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=ContainertuckginlineContent-gridContainer]>[id="comp-lbi9yiw5"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=ContainertuckginlineContent-gridContainer]>[id="comp-lbwcwcci"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=ContainertuckginlineContent-gridContainer]>[id="comp-lbwbhum3"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=ContainertuckginlineContent-gridContainer]>[id="comp-lbihcpmn"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lbi8gas6 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-lbi8gas6inlineContent] {
    height: auto;
    width: 100%;
    display: flex;
}

[data-mesh-id=comp-lbi8gas6inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-top: -100px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lbi8gas6inlineContent-gridContainer]>[id="comp-lbi8gr4a"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lbi8gr4a {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-lbi8gr5dinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lbi8gr5dinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 908px;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id="comp-lbsh9ibg-rotated-wrapper"]>[id="comp-lbsh9ibg"] {
    position: relative;
    left: 463px;
    top: 0px;
}

[data-mesh-id=comp-lbi8gr5dinlineContent-gridContainer]>[id="comp-lbi8omyd"] {
    position: relative;
    margin: 363px 0px 10px calc((100% - 980px) * 0.5);
    left: 54px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbi8gr5dinlineContent-gridContainer]>[id="comp-lc7r5q6b"] {
    position: relative;
    margin: 233px 0px 10px calc((100% - 980px) * 0.5);
    left: 370px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbi8gr5dinlineContent-gridContainer]>[id="comp-lcqfqnra"] {
    position: relative;
    margin: 269px 0px 10px calc((100% - 980px) * 0.5);
    left: 664px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbsh9ibg-rotated-wrapper] {
    position: static;
    height: 31px;
    width: 0;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbi8gr5dinlineContent-wedge-3] {
    visibility: hidden;
    height: 669px;
    width: 0;
    grid-area: 1 / 1 / 3 / 2;
}

#comp-lbi8gr5d {
    width: 980px;
}

#comp-lbi8omyd {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lbi8omyd:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lbi8omyd {
    width: 980px;
    height: auto;
    text-align: center;
}

#comp-lc7r5q6b {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lc7r5q6b:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lc7r5q6b {
    width: 239px;
    height: 315px;
}

#comp-lcqfqnra {
    --shd: 0 0 0 rgba(0, 0, 0, 0.6);
    --dotsColor: 255, 255, 255;
    --dotsSelectedColor: 255, 255, 255;
    --arrowColor: 255, 255, 255;
    --rd: 0px;
    --brw: 0px;
    --brd: 255, 255, 255;
    --alpha-brd: 0;
    --alpha-dotsSelectedColor: 1;
    --alpha-arrowColor: 1;
    --alpha-dotsColor: 1;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lcqfqnra:not([data-motion-enter="done"]) {
        opacity: var(--comp-opacity, 1);
    }
}

#comp-lcqfqnra {
    width: 280px;
    height: 244px;
}

#comp-lcqfqnsd2 {
    width: 280px;
}

[data-mesh-id=comp-lcqfqnsd2inlineContent] {
    height: auto;
    width: 280px;
}

[data-mesh-id=comp-lcqfqnsd2inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 244px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lcqfqnsd2inlineContent-gridContainer]>[id="comp-lcqfy4hm"] {
    position: relative;
    margin: 90px 0px 10px 0;
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lcqfy4hm {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lcqfy4hm:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lcqfy4hm {
    width: 274px;
    height: auto;
}

#comp-lcqfqns95 {
    width: 280px;
}

[data-mesh-id=comp-lcqfqns95inlineContent] {
    height: auto;
    width: 280px;
}

[data-mesh-id=comp-lcqfqns95inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 244px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lcqfqns95inlineContent-gridContainer]>[id="comp-lcqfw6l7"] {
    position: relative;
    margin: 90px 0px 10px 0;
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lcqfw6l7 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lcqfw6l7:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lcqfw6l7 {
    width: 245px;
    height: auto;
}

#comp-lcqfqns5 {
    width: 280px;
}

[data-mesh-id=comp-lcqfqns5inlineContent] {
    height: auto;
    width: 280px;
}

[data-mesh-id=comp-lcqfqns5inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 244px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lcqfqns5inlineContent-gridContainer]>[id="comp-lcqfqns6"] {
    position: relative;
    margin: 90px 0px 10px 0;
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lcqfqns6 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lcqfqns6:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lcqfqns6 {
    width: 205px;
    height: auto;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-lbsh9ibg:not([data-motion-enter="done"]) {
        opacity: 0;
    }
}

#comp-lbsh9ibg {
    width: 54px;
    height: 30px;
    transform: rotate(180deg);
    --comp-rotate-z: 180deg;
}

#comp-lbi9yiw5 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-lbi9yiw5inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lbi9yiw5inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 961px;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lbi9yiw5inlineContent-gridContainer]>[id="comp-lbtjwfdp"] {
    position: relative;
    margin: 116px 0px 10px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbi9yiw5inlineContent-gridContainer]>[id="comp-m0dnlrip"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbi9yiw5inlineContent-wedge-3] {
    visibility: hidden;
    height: 428px;
    width: 0;
    grid-area: 1 / 1 / 3 / 2;
}

#comp-lbtjwfdp {
    width: 980px;
}

[data-mesh-id=comp-lbtjwfelinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lbtjwfelinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 189px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id="comp-lbtjxycb-rotated-wrapper"]>[id="comp-lbtjxycb"] {
    position: relative;
    left: 249px;
    top: 42px;
}

[data-mesh-id=comp-lbtjwfelinlineContent-gridContainer]>[id="comp-lbia55d8"] {
    position: relative;
    margin: 32px 0px 10px calc((100% - 327px) * 0.5);
    left: 5px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbtjxycb-rotated-wrapper] {
    position: static;
    height: 94px;
    width: 0;
    margin: 81px 0px 10px calc((100% - 327px) * 0.5);
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbtjwnb2inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lbtjwnb2inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 189px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lbtjwnb2inlineContent-gridContainer]>[id="comp-lc7tsver"] {
    position: relative;
    margin: 33px 0px 10px calc((100% - 653px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lbtjwfel {
    width: 327px;
}

#comp-lbia55d8 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lbia55d8 {
    width: 281px;
    height: auto;
}

#comp-lbtjxycb {
    --lnw: 2px;
    --brd: 0, 0, 0;
    --alpha-brd: 1;
}

#comp-lbtjxycb {
    width: 94px;
    height: 10px;
    transform: rotate(90deg);
    --comp-rotate-z: 90deg;
}

#comp-lbtjwnb2 {
    width: 653px;
}

#comp-lc7tsver {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lc7tsver {
    width: 653px;
    height: auto;
}

#comp-m0dnlrip {
    width: 980px;
}

[data-mesh-id=comp-m0dnlrjfinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-m0dnlrjfinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-m0dnlrjfinlineContent-gridContainer]>[id="comp-m0f0v1fe"] {
    position: relative;
    margin: 34px 0px 22px calc((100% - 488px) * 0.5);
    left: 86px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m0dnlrjfinlineContent-gridContainer]>[id="comp-m0dnoqbl"] {
    position: relative;
    margin: 0px 0px 34px calc((100% - 488px) * 0.5);
    left: 46px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m0dnlrjfinlineContent-gridContainer]>[id="comp-m03wpq4r"] {
    position: relative;
    margin: 0px 0px 32px calc((100% - 488px) * 0.5);
    left: 180px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m0dnmm12inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-m0dnmm12inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-m0dnmm12inlineContent-gridContainer]>[id="comp-m0f158tp"] {
    position: relative;
    margin: 0px 0px 52px calc((100% - 492px) * 0.5);
    left: 122px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-m0dnlrjf {
    width: 488px;
}

#comp-m0f0v1fe {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-m0f0v1fe {
    width: 316px;
    height: auto;
}

#comp-m0dnoqbl {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-m0dnoqbl {
    width: 421px;
    height: auto;
}

#comp-m03wpq4r {
    --rd: 40px 40px 40px 40px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: normal normal normal 14px/1.4em helvetica-w01-bold, sans-serif;
    --trans2: color 0.4s ease 0s;
    --txt: 255, 255, 255;
    --brw: 1px;
    --bg: 248, 246, 243;
    --brd: var(--color_36);
    --bgh: var(--color_41);
    --brdh: var(--color_42);
    --txth: var(--color_36);
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-txth: 1;
    --alpha-brdh: 1;
    --alpha-brd: 1;
    --alpha-bg: 0;
    --alpha-bgh: 1;
    --boxShadowToggleOn-shd: none;
    --alpha-txt: 1;
}

#comp-m03wpq4r {
    width: 128px;
    height: 38px;
}

#comp-m0dnmm12 {
    width: 492px;
}

#comp-m0f158tp {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-m0f158tp {
    width: 294px;
    height: 294px;
}

#comp-lbwcwcci {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-lbwcwcciinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lbwcwcciinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 1029px;
    grid-template-rows: repeat(3, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lbwcwcciinlineContent-gridContainer]>[id="comp-lbwcwqck"] {
    position: relative;
    margin: 59px 0px 23px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwcwcciinlineContent-gridContainer]>[id="comp-lbwcwqe2"] {
    position: relative;
    margin: 0px 0px 52px calc((100% - 980px) * 0.5);
    left: 440px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwcwcciinlineContent-gridContainer]>[id="comp-lbwcxrhd4"] {
    position: absolute;
    top: 411px;
    left: -226px;
    margin-left: calc((100% - 980px) * 0.5);
}

[data-mesh-id=comp-lbwcwcciinlineContent-gridContainer]>[id="comp-lbwd1uzb"] {
    position: relative;
    margin: 0px 0px 57px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwcwcciinlineContent-gridContainer]>[id="comp-lbxy3678"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 418px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lbwcwqck {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lbwcwqck {
    width: 940px;
    height: auto;
}

#comp-lbwcwqe2 {
    --lnw: 2px;
    --brd: var(--color_36);
    --alpha-brd: 1;
}

#comp-lbwcwqe2 {
    width: 100px;
    height: 7px;
}

#comp-lbwd1uzb {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-lbwd1v1finlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lbwd1v1finlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lbwd1v1finlineContent-gridContainer]>[id="comp-lbwcxrhg4"] {
    position: relative;
    margin: 23px 0px 12px calc((100% - 980px) * 0.5);
    left: 80px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lbwd1v1f {
    width: 980px;
}

#comp-lbwcxrhg4 {
    width: 820px;
    height: 610px;
}

#comp-lbxy3678 {
    width: 143px;
    height: 46px;
}

#comp-lbwbhum3 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
    border-bottom: solid #000 5px;
}

[data-mesh-id=comp-lbwbhum3inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lbwbhum3inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 849px;
    grid-template-rows: repeat(5, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lbwbhum3inlineContent-gridContainer]>[id="comp-lbih3pi9"] {
    position: absolute;
    top: 99px;
    left: -227px;
    margin-left: calc((100% - 980px) * 0.5);
}

[data-mesh-id=comp-lbwbhum3inlineContent-gridContainer]>[id="comp-lwhu7bdq"] {
    position: relative;
    margin: 55px 0px 34px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwbhum3inlineContent-gridContainer]>[id="comp-lwhu7tb1"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 440px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwbhum3inlineContent-gridContainer]>[id="comp-lwhu6c4q"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwbhum3inlineContent-gridContainer]>[id="comp-lwhxu74m"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 418px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwbhum3inlineContent-gridContainer]>[id="comp-le2nwc62"] {
    position: absolute;
    top: 3457px;
    left: 948px;
    margin-left: calc((100% - 980px) * 0.5);
}

[data-mesh-id=comp-lbwbhum3inlineContent-gridContainer]>[id="comp-le2o0yc7"] {
    position: absolute;
    top: 3523px;
    left: 948px;
    margin-left: calc((100% - 980px) * 0.5);
}

[data-mesh-id=comp-lbwbhum3inlineContent-gridContainer]>[id="comp-le2oamgy"] {
    position: absolute;
    top: 3543px;
    left: 968px;
    margin-left: calc((100% - 980px) * 0.5);
}

[data-mesh-id=comp-lbwbhum3inlineContent-gridContainer]>[id="comp-le2obnn3"] {
    position: absolute;
    top: 3563px;
    left: 988px;
    margin-left: calc((100% - 980px) * 0.5);
}

[data-mesh-id=comp-lbwbhum3inlineContent-gridContainer]>[id="comp-le2oc10r"] {
    position: absolute;
    top: 3583px;
    left: 1008px;
    margin-left: calc((100% - 980px) * 0.5);
}

[data-mesh-id=comp-lbwbhum3inlineContent-wedge-4] {
    visibility: hidden;
    height: 260px;
    width: 0;
    grid-area: 1 / 1 / 4 / 2;
}

[data-mesh-id=comp-lbwbhum3inlineContent-wedge-6] {
    visibility: hidden;
    height: 712px;
    width: 0;
    grid-area: 1 / 1 / 6 / 2;
}

#comp-lwhu7bdq {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lwhu7bdq {
    width: 940px;
    height: auto;
}

#comp-lwhu7tb1 {
    --lnw: 2px;
    --brd: 0, 0, 0;
    --alpha-brd: 1;
}

#comp-lwhu7tb1 {
    width: 100px;
    height: 7px;
}

#comp-lwhu6c4q {
    width: 980px;
    height: 378px;
}

#comp-lwhxu74m {
    width: 143px;
    height: 46px;
}

#comp-lbihcpmn {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-lbihcpmninlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lbihcpmninlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 1518px;
    grid-template-rows: repeat(4, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lbihcpmninlineContent-gridContainer]>[id="comp-lbwc0ru4"] {
    position: relative;
    margin: 59px 0px 31px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbihcpmninlineContent-gridContainer]>[id="comp-lbwc0ru61"] {
    position: relative;
    margin: 0px 0px 64px calc((100% - 980px) * 0.5);
    left: 440px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbihcpmninlineContent-gridContainer]>[id="comp-lbihgnfn"] {
    position: relative;
    margin: 0px 0px 61px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbihcpmninlineContent-gridContainer]>[id="comp-lseoymam"] {
    position: relative;
    margin: 0px 0px 39px calc((100% - 980px) * 0.5);
    left: 440px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbihcpmninlineContent-gridContainer]>[id="comp-lseoxy7o"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lbwc0ru4 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lbwc0ru4 {
    width: 940px;
    height: auto;
}

#comp-lbwc0ru61 {
    --lnw: 2px;
    --brd: var(--color_36);
    --alpha-brd: 1;
}

#comp-lbwc0ru61 {
    width: 100px;
    height: 7px;
}

#comp-lbihgnfn {
    --brw: 0px;
    --brd: 50, 65, 88;
    --bg: 61, 155, 233;
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
}

#comp-lbihgnfn:not(.is-animating) {
    transition: all 0.4s ease-in-out 0s, visibility 0s;
    --transition: all 0.4s ease-in-out 0s, visibility 0s;
}

#comp-lbihgnfn {
    width: 940px;
}

[id^="comp-lbihgngr__"] {
    width: 460px;
}

[data-mesh-id^="comp-lbihgngr__"][data-mesh-id$="inlineContent"] {
    height: auto;
    width: 100%;
}

[data-mesh-id^="comp-lbihgngr__"][data-mesh-id$="inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(4, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id^=comp-lbihgngr__]>[id^="comp-lbihlj3a__"] {
    position: relative;
    margin: 0px 0px 0px 0;
    left: 0px;
    grid-area: 1 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id^=comp-lbihgngr__]>[id^="comp-lbihn2yi__"] {
    position: relative;
    margin: 46px 0px 9px 0;
    left: 245px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id^=comp-lbihgngr__]>[id^="comp-lbihnl9m__"] {
    position: relative;
    margin: 0px 0px 10px 0;
    left: 245px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id^=comp-lbihgngr__]>[id^="comp-lbiho6v2__"] {
    position: relative;
    margin: 0px 0px 50px 0;
    left: 245px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbihgngrinlineContent-wedge-4] {
    visibility: hidden;
    height: 264px;
    width: 0;
    grid-area: 1 / 1 / 4 / 2;
}

[id^="comp-lbihlj3a__"] {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

[id^="comp-lbihlj3a__"] {
    width: 225px;
    height: 338px;
}

[id^="comp-lbihn2yi__"] {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

[id^="comp-lbihn2yi__"] {
    width: 195px;
    height: auto;
}

[id^="comp-lbihnl9m__"] {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

[id^="comp-lbihnl9m__"] {
    width: 195px;
    height: auto;
}

[id^="comp-lbiho6v2__"] {
    width: 63px;
    height: 24px;
}

#comp-lseoymam {
    --lnw: 2px;
    --brd: var(--color_36);
    --alpha-brd: 1;
}

#comp-lseoymam {
    width: 100px;
    height: 7px;
}

#comp-lseoxy7o {
    --brw: 0px;
    --brd: 50, 65, 88;
    --bg: 61, 155, 233;
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
}

#comp-lseoxy7o:not(.is-animating) {
    transition: all 0.4s ease-in-out 0s, visibility 0s;
    --transition: all 0.4s ease-in-out 0s, visibility 0s;
}

#comp-lseoxy7o {
    width: 940px;
}

[id^="comp-lseoxy87__"] {
    width: 460px;
}

[data-mesh-id^="comp-lseoxy87__"][data-mesh-id$="inlineContent"] {
    height: auto;
    width: 100%;
}

[data-mesh-id^="comp-lseoxy87__"][data-mesh-id$="inlineContent-gridContainer"] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(5, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id^=comp-lseoxy87__]>[id^="comp-lseoxy895__"] {
    position: relative;
    margin: 0px 0px 0px 0;
    left: 0px;
    grid-area: 1 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id^=comp-lseoxy87__]>[id^="comp-lseoxy8c1__"] {
    position: relative;
    margin: 46px 0px 7px 0;
    left: 245px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id^=comp-lseoxy87__]>[id^="comp-lseoxy8c6__"] {
    position: relative;
    margin: 0px 0px 0 0;
    left: 245px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id^=comp-lseoxy87__]>[id^="comp-lseozm1o__"] {
    position: relative;
    margin: 0px 0px 10px 0;
    left: 245px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id^=comp-lseoxy87__]>[id^="comp-lseoxy8d5__"] {
    position: relative;
    margin: 0px 0px 39px 0;
    left: 245px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lseoxy87inlineContent-wedge-5] {
    visibility: hidden;
    height: 275px;
    width: 0;
    grid-area: 1 / 1 / 5 / 2;
}

[id^="comp-lseoxy895__"] {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

[id^="comp-lseoxy895__"] {
    width: 225px;
    height: 338px;
}

[id^="comp-lseoxy8c1__"] {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

[id^="comp-lseoxy8c1__"] {
    width: 195px;
    height: auto;
}

[id^="comp-lseoxy8c6__"] {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

[id^="comp-lseoxy8c6__"] {
    width: 195px;
    height: auto;
}

[id^="comp-lseozm1o__"] {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

[id^="comp-lseozm1o__"] {
    width: 206px;
    height: auto;
}

[id^="comp-lseoxy8d5__"] {
    width: 63px;
    height: 24px;
}

#comp-lbxy3678 .style-lwhv73zk__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    background: #FFFFFF
}

/* START STYLABLE DIRECTIVE RULES */

#comp-lbxy3678 .style-lwhv73zk__root:hover {
    border: 1px solid #333333;
    background: #FFFFFF
}

#comp-lbxy3678 .style-lwhv73zk__root:hover .StylableButton2545352419__label {
    color: #333333
}

#comp-lbxy3678 .style-lwhv73zk__root:disabled {
    background: #E2E2E2
}

#comp-lbxy3678 .style-lwhv73zk__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-lbxy3678 .style-lwhv73zk__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-lbxy3678 .style-lwhv73zk__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-lbxy3678 .style-lwhv73zk__root .StylableButton2545352419__label {
    transition: inherit;
    font-family: avenir-lt-w01_35-light1475496, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.05em;
    color: #333333
}

#comp-lbxy3678 .style-lwhv73zk__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    fill: #FFFFFF;
    display: none
}

#comp-lbxy3678 .style-lwhv73zk__root:hover .StylableButton2545352419__icon {
    fill: #333333
}

/* END STYLABLE DIRECTIVE RULES */

#comp-lwhxu74m .style-lwhxuclj__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    background: #000000
}

/* START STYLABLE DIRECTIVE RULES */

#comp-lwhxu74m .style-lwhxuclj__root:hover {
    border: 1px solid #333333;
    background: #FFFFFF
}

#comp-lwhxu74m .style-lwhxuclj__root:hover .StylableButton2545352419__label {
    color: #333333
}

#comp-lwhxu74m .style-lwhxuclj__root:disabled {
    background: #E2E2E2
}

#comp-lwhxu74m .style-lwhxuclj__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-lwhxu74m .style-lwhxuclj__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-lwhxu74m .style-lwhxuclj__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-lwhxu74m .style-lwhxuclj__root .StylableButton2545352419__label {
    transition: inherit;
    color: #FFFFFF;
    font-family: avenir-lt-w01_35-light1475496, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.05em
}

#comp-lwhxu74m .style-lwhxuclj__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    fill: #FFFFFF;
    display: none
}

#comp-lwhxu74m .style-lwhxuclj__root:hover .StylableButton2545352419__icon {
    fill: #333333
}

#tuckg {
    width: auto;
    min-height: 40px;
}

#pageBackground_tuckg {
    --bg-position: absolute;
    --fill-layer-background-overlay-color: transparent;
    --fill-layer-background-overlay-position: absolute;
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
}

#comp-lbi8gas6 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
}

#comp-lbi8gr4a {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-lbi8gr5d {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-lbi8omyd {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lc7r5q6b {
    --height: 315px;
    --width: 239px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
}

#comp-lcqfqnra {
    height: 244px;
    --nav-dot-direction: ltr;
    --nav-dot-section-display: none;
    --nav-dot-section-bottom-margin: 47px;
    --nav-dot-margin: 6px;
    --nav-dot-size: 6px;
    --nav-dot-size-selected: 6px;
    --nav-button-prev-self-justify: start;
    --nav-button-next-self-justify: end;
    --nav-button-prev-scaleX-transform: 1;
    --nav-button-next-scaleX-transform: -1;
    --nav-button-prev-circle-scaleX-transform: -1;
    --nav-button-next-circle-scaleX-transform: 1;
    --nav-button-width: 11px;
    --nav-button-offset: 19.5px;
    --nav-button-display: none;
    --slides-overflow: visible;
    --transition-duration: 1000ms;
}

#comp-lcqfqnsd2 {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: transparent;
    --bg-gradient: none;
}

#comp-lcqfy4hm {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lcqfqns95 {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: transparent;
    --bg-gradient: none;
}

#comp-lcqfw6l7 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lcqfqns5 {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: transparent;
    --bg-gradient: none;
}

#comp-lcqfqns6 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lbsh9ibg {
    --fill-opacity: 1;
    --stroke-width: 0;
    --stroke: #333333;
    --stroke-opacity: 1;
    --fill: #FFFFFF;
}

#comp-lbi9yiw5 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
}

#comp-lbtjwfdp {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-lbtjwfel {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 327px;
    --column-flex: 327;
}

#comp-lbia55d8 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lbtjxycb {
    transform-origin: center 1px;
}

#comp-lbtjwnb2 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 653px;
    --column-flex: 653;
}

#comp-lc7tsver {
    --min-height: 36px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-m0dnlrip {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-m0dnlrjf {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    width: 100%;
    --column-width: 488px;
    --column-flex: 488;
}

#comp-m0f0v1fe {
    --min-height: 36px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-m0dnoqbl {
    --min-height: 36px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-m03wpq4r {
    --shc-mutated-brightness: 124, 123, 122;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 14px/1.4em helvetica-w01-bold, sans-serif;
    direction: var(--wix-opt-in-direction, ltr);
    --label-align: center;
    --label-text-align: center;
}

#comp-m0dnmm12 {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    width: 100%;
    --column-width: 492px;
    --column-flex: 492;
}

#comp-m0f158tp {
    --height: 294px;
    --width: 294px;
}

#comp-lbwcwcci {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    min-width: 980px;
}

#comp-lbwcwqck {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lbwcwqe2 {
    transform-origin: center 1px;
}

#comp-lbwd1uzb {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-lbwd1v1f {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-lbwbhum3 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
}

#comp-lwhu7bdq {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lwhu7tb1 {
    transform-origin: center 1px;
}

.comp-lwhu6c4q {
    --wix-direction: ltr;
    --layout-post-list-layoutType: 16;
    --layout-post-list-pg-grid-margins: 0;
    --layout-post-list-pg-grid-sidesPadding: 16;
    --layout-post-list-pg-grid-layoutSpacing: 12;
    --layout-post-list-pg-grid-contentHeight: 140;
    --layout-post-list-pg-grid-imageRatio: 2;
    --layout-mobile-post-list-layoutType: 19;
    --post-pg-text-on-image-medium-post-list-mobile-titleFontSize: 28;
    --layout-mobile-post-list-pg-text-on-image-medium-layoutPostSize: 276;
    --layout-mobile-post-list-pg-text-on-image-medium-layoutCardsRowType: 0;
    --layout-mobile-post-list-pg-text-on-image-medium-titleLineCount: 3;
    --contentAlignment: 0;
    --layout-mobile-post-list-pg-text-on-image-medium-imageRatio: 2;
    --layout-mobile-post-list-pg-text-on-image-medium-layoutPostsPerRow: 1;
    --layout-mobile-post-list-pg-text-on-image-medium-sidesPadding: 17;
    --post-post-list-mobile-borderWidth: 1;
    --post-list-post-list-mobile-titleFontSize: 16;
    --layout-mobile-post-list-list-imageCropType: 1;
    --layout-mobile-post-list-list-imageRatio: 2;
    --layout-mobile-post-list-list-imageAlignment: 2;
    --layout-mobile-post-list-list-imageProportions: 40;
    --layout-mobile-post-list-pg-grid-titleLineCount: 4;
    --layout-mobile-post-list-pg-grid-layoutCardsRowType: 0;
    --layout-mobile-post-list-pg-grid-contentHeightType: 0;
    --layout-mobile-post-list-pg-grid-contentHeight: 154;
    --layout-mobile-post-list-pg-grid-layoutPostSize: 232;
    --layout-mobile-post-list-list-contentHeight: 43;
    --postListWidgetPaginationType: 0;
    --postListWidgetEntityCount: 3;
    --postListWidgetPostsPerPage: 3;
    --layout-post-list-list-imageCropType: 0;
    --layout-mobile-post-list-pg-grid-imageCropType: 0;
    --layout-post-list-pg-grid-imageCropType: 0;
    --layout-post-list-pg-side-by-side-imageCropType: 0;
    --layout-post-list-list-imageRatio: 2;
    --layout-mobile-post-list-pg-grid-imageRatio: 2;
    --layout-mobile-post-list-slider-imageRatio: 2;
    --layout-post-list-slider-imageRatio: 2;
    --layout-post-list-pg-side-by-side-imageRatio: 2;
    --layout-post-list-pg-text-on-image-medium-imageRatio: 3;
    --layout-post-list-list-imageAlignment: 1;
    --layout-post-list-pg-side-by-side-imageAlignment: 1;
    --layout-post-list-list-imageProportions: 25;
    --layout-post-list-pg-side-by-side-imageProportions: 50;
    --postListWidgetSliderPauseTime: 4;
    --postListWidgetSliderPauseTimeMobile: 4;
    --postListWidgetSliderArrowsPosition: 0;
    --postListWidgetSliderArrowsPositionMobile: 0;
    --postListWidgetSliderArrowsSize: 18;
    --postListWidgetSliderArrowsSizeMobile: 18;
    --layout-post-list-list-layoutCardsRowType: 0;
    --layout-post-list-list-layoutPostSize: 292;
    --layout-post-list-list-layoutPostsPerRow: 3;
    --layout-mobile-post-list-pg-grid-layoutPostsPerRow: 3;
    --layout-mobile-post-list-list-layoutCardsRowType: 0;
    --layout-mobile-post-list-list-layoutPostSize: 292;
    --layout-mobile-post-list-list-layoutPostsPerRow: 3;
    --layout-post-list-pg-grid-layoutCardsRowType: 0;
    --layout-post-list-pg-grid-layoutPostSize: 292;
    --layout-post-list-pg-grid-layoutPostsPerRow: 3;
    --layout-post-list-pg-text-on-image-medium-layoutCardsRowType: 0;
    --layout-post-list-pg-text-on-image-medium-layoutPostSize: 454;
    --layout-post-list-pg-text-on-image-medium-layoutPostsPerRow: 3;
    --layout-post-list-list-layoutSpacing: 12;
    --layout-mobile-post-list-pg-grid-layoutSpacing: 20;
    --layout-mobile-post-list-list-layoutSpacing: 20;
    --layout-mobile-post-list-pg-text-on-image-medium-layoutSpacing: 20;
    --layout-post-list-pg-side-by-side-layoutSpacing: 32;
    --layout-post-list-pg-text-on-image-medium-layoutSpacing: 32;
    --layout-post-list-pg-one-column-layoutSpacing: 32;
    --layout-post-list-list-contentHeightType: 0;
    --layout-post-list-list-contentHeight: 156;
    --layout-mobile-post-list-slider-contentHeight: 350;
    --layout-mobile-post-list-slider-contentHeightType: 0;
    --layout-post-list-pg-grid-contentHeightType: 1;
    --layout-post-list-slider-contentHeightType: 1;
    --layout-post-list-slider-contentHeight: 156;
    --layout-post-list-pg-one-column-contentHeightType: 1;
    --layout-post-list-pg-one-column-contentHeight: 156;
    --layout-post-list-list-sidesPadding: 16;
    --layout-mobile-post-list-pg-grid-sidesPadding: 24;
    --layout-mobile-post-list-list-sidesPadding: 12;
    --layout-mobile-post-list-slider-sidesPadding: 24;
    --layout-post-list-slider-sidesPadding: 16;
    --layout-post-list-pg-side-by-side-sidesPadding: 16;
    --layout-post-list-pg-text-on-image-medium-sidesPadding: 30;
    --layout-post-list-pg-one-column-sidesPadding: 16;
    --layout-post-list-list-titleLineCount: 3;
    --layout-mobile-post-list-pg-grid-descriptionLineCount: 3;
    --layout-mobile-post-list-list-titleLineCount: 2;
    --layout-mobile-post-list-slider-titleLineCount: 2;
    --layout-mobile-post-list-slider-descriptionLineCount: 3;
    --layout-post-list-pg-grid-titleLineCount: 3;
    --layout-post-list-slider-titleLineCount: 3;
    --layout-post-list-pg-side-by-side-titleLineCount: 3;
    --layout-post-list-pg-text-on-image-medium-titleLineCount: 3;
    --layout-post-list-pg-one-column-titleLineCount: 3;
    --layout-post-list-pg-grid-descriptionLineCount: 1;
    --layout-post-list-slider-descriptionLineCount: 1;
    --layout-post-list-pg-side-by-side-descriptionLineCount: 1;
    --layout-post-list-pg-one-column-descriptionLineCount: 1;
    --post-slider-post-list-mobile-titleFontSize: 22;
    --post-pg-grid-post-list-mobile-titleFontSize: 22;
    --post-pg-grid-post-list-mobile-descriptionFontSize: 16;
    --post-post-list-borderWidth: 1;
    --post-post-list-postRadius: 0;
    --post-post-list-mobile-postRadius: 0;
    --category-label-layoutType: 0;
    --category-label-button-horizontalPadding: 12;
    --category-label-button-verticalPadding: 6;
    --category-label-button-cornerRadius: 0;
    --category-label-button-borderWidth: 0;
    --post-list-video-play: 0;
    --post-list-video-playbackSpeed: 2;
    --post-post-list-titleFont: normal normal normal 14px/1.4em helvetica-w01-light, sans-serif;
    --post-post-list-descriptionFont: normal normal normal 14px/1.4em helvetica-w01-light, sans-serif;
    --post-list-post-list-titleFont: normal normal normal 14px/1.4em helvetica-w01-light, sans-serif;
    --post-list-post-list-descriptionFont: normal normal normal 14px/1.4em helvetica-w01-light, sans-serif;
    --post-slider-post-list-titleFont: normal normal normal 22px/1.4em helvetica-w01-light, sans-serif;
    --post-slider-post-list-descriptionFont: normal normal normal 16px/1.4em helvetica-w01-light, sans-serif;
    --post-pg-side-by-side-post-list-titleFont: normal normal normal 28px/1.4em helvetica-w01-light, sans-serif;
    --post-pg-side-by-side-post-list-descriptionFont: normal normal normal 16px/1.4em helvetica-w01-light, sans-serif;
    --post-pg-text-on-image-medium-post-list-titleFont: normal normal normal 26px/1.4em helvetica-w01-light, sans-serif;
    --post-pg-text-on-image-medium-post-list-descriptionFont: normal normal normal 16px/1.4em helvetica-w01-light, sans-serif;
    --post-pg-one-column-post-list-titleFont: normal normal normal 28px/1.4em helvetica-w01-light, sans-serif;
    --post-pg-one-column-post-list-descriptionFont: normal normal normal 16px/1.4em helvetica-w01-light, sans-serif;
    --category-label-text-textFont: normal normal normal 14px/19.599999999999998px helvetica-w01-light, sans-serif;
    --category-label-button-textFont: normal normal normal 14px/19.599999999999998px helvetica-w01-light, sans-serif;
    --post-post-list-ratingFont: normal normal normal 14px/1.4em helvetica-w01-light, sans-serif;
    --post-list-post-list-ratingFont: normal normal normal 14px/19.599999999999998px helvetica-w01-light, sans-serif;
    --post-pg-one-column-post-list-ratingFont: normal normal normal 14px/19.599999999999998px helvetica-w01-light, sans-serif;
    --post-pg-side-by-side-post-list-ratingFont: normal normal normal 14px/19.599999999999998px helvetica-w01-light, sans-serif;
    --post-pg-text-on-image-medium-post-list-ratingFont: normal normal normal 14px/19.599999999999998px helvetica-w01-light, sans-serif;
    --post-slider-post-list-ratingFont: normal normal normal 14px/19.599999999999998px helvetica-w01-light, sans-serif;
    --post-list-medium-post-list-ratingFont: normal normal normal 14px/19.599999999999998px helvetica-w01-light, sans-serif;
    --post-list-large-post-list-ratingFont: normal normal normal 14px/19.599999999999998px helvetica-w01-light, sans-serif;
    --post-pg-grid-intermediate-post-list-ratingFont: normal normal normal 14px/19.599999999999998px helvetica-w01-light, sans-serif;
    --post-pg-grid-large-post-list-ratingFont: normal normal normal 14px/19.599999999999998px helvetica-w01-light, sans-serif;
    --post-pg-medium-post-list-ratingFont: normal normal normal 14px/19.599999999999998px helvetica-w01-light, sans-serif;
    --post-pg-side-by-side-right-post-list-ratingFont: normal normal normal 14px/19.599999999999998px helvetica-w01-light, sans-serif;
    --post-pg-text-on-image-large-post-list-ratingFont: normal normal normal 14px/19.599999999999998px helvetica-w01-light, sans-serif;
    --post-pg-text-on-image-small-post-list-ratingFont: normal normal normal 14px/19.599999999999998px helvetica-w01-light, sans-serif;
    --post-post-list-backgroundColor: 255, 255, 255;
    --post-post-list-backgroundColor-rgb: 255, 255, 255;
    --post-post-list-backgroundColor-opacity: 1;
    --post-post-list-linkHashtagColor: 199, 199, 199;
    --post-post-list-linkHashtagColor-rgb: 199, 199, 199;
    --post-post-list-linkHashtagColor-opacity: 1;
    --post-post-list-titleColor: 51, 51, 51;
    --post-post-list-titleColor-rgb: 51, 51, 51;
    --post-post-list-titleColor-opacity: 1;
    --post-post-list-borderColor: 232, 230, 230, 0.75;
    --post-post-list-borderColor-rgb: 232, 230, 230;
    --post-post-list-borderColor-opacity: 0.75;
    --post-post-list-descriptionColor: 51, 51, 51;
    --post-post-list-descriptionColor-rgb: 51, 51, 51;
    --post-post-list-descriptionColor-opacity: 1;
    --postListWidgetBackgroundColor: 255, 255, 255, 0;
    --postListWidgetBackgroundColor-rgb: 255, 255, 255;
    --postListWidgetBackgroundColor-opacity: 0;
    --post-post-list-mobile-titleColor: 51, 51, 51;
    --post-post-list-mobile-titleColor-rgb: 51, 51, 51;
    --post-post-list-mobile-titleColor-opacity: 1;
    --post-post-list-mobile-descriptionColor: 51, 51, 51;
    --post-post-list-mobile-descriptionColor-rgb: 51, 51, 51;
    --post-post-list-mobile-descriptionColor-opacity: 1;
    --post-post-list-mobile-linkHashtagColor: 199, 199, 199;
    --post-post-list-mobile-linkHashtagColor-rgb: 199, 199, 199;
    --post-post-list-mobile-linkHashtagColor-opacity: 1;
    --post-post-list-mobile-borderColor: 232, 230, 230, 0.44;
    --post-post-list-mobile-borderColor-rgb: 232, 230, 230;
    --post-post-list-mobile-borderColor-opacity: 0.44;
    --post-post-list-mobile-backgroundColor: 255, 255, 255;
    --post-post-list-mobile-backgroundColor-rgb: 255, 255, 255;
    --post-post-list-mobile-backgroundColor-opacity: 1;
    --postListWidgetBackgroundColorMobile: 51, 51, 51, 0;
    --postListWidgetBackgroundColorMobile-rgb: 51, 51, 51;
    --postListWidgetBackgroundColorMobile-opacity: 0;
    --post-post-list-TOI-mobile-titleColor: 255, 255, 255;
    --post-post-list-TOI-mobile-titleColor-rgb: 255, 255, 255;
    --post-post-list-TOI-mobile-titleColor-opacity: 1;
    --post-post-list-TOI-mobile-descriptionColor: 255, 255, 255;
    --post-post-list-TOI-mobile-descriptionColor-rgb: 255, 255, 255;
    --post-post-list-TOI-mobile-descriptionColor-opacity: 1;
    --post-post-list-mobile-overlayColor: 0, 0, 0, 0.4;
    --post-post-list-mobile-overlayColor-rgb: 0, 0, 0;
    --post-post-list-mobile-overlayColor-opacity: 0.4;
    --postListWidgetSliderArrowsColor: 51, 51, 51;
    --postListWidgetSliderArrowsColor-rgb: 51, 51, 51;
    --postListWidgetSliderArrowsColor-opacity: 1;
    --post-post-list-ratingFilledStarColor: 241, 101, 7;
    --post-post-list-ratingFilledStarColor-rgb: 241, 101, 7;
    --post-post-list-ratingFilledStarColor-opacity: 1;
    --post-post-list-ratingUnfilledStarColor: 199, 199, 199;
    --post-post-list-ratingUnfilledStarColor-rgb: 199, 199, 199;
    --post-post-list-ratingUnfilledStarColor-opacity: 1;
    --post-post-list-ratingFontColor: 51, 51, 51;
    --post-post-list-ratingFontColor-rgb: 51, 51, 51;
    --post-post-list-ratingFontColor-opacity: 1;
    --postListWidgetSliderArrowsColorMobile: 51, 51, 51;
    --postListWidgetSliderArrowsColorMobile-rgb: 51, 51, 51;
    --postListWidgetSliderArrowsColorMobile-opacity: 1;
    --post-post-list-TOI-titleColor: 255, 255, 255;
    --post-post-list-TOI-titleColor-rgb: 255, 255, 255;
    --post-post-list-TOI-titleColor-opacity: 1;
    --post-post-list-TOI-descriptionColor: 255, 255, 255;
    --post-post-list-TOI-descriptionColor-rgb: 255, 255, 255;
    --post-post-list-TOI-descriptionColor-opacity: 1;
    --post-post-list-overlayColor: 51, 51, 51, 0.55;
    --post-post-list-overlayColor-rgb: 51, 51, 51;
    --post-post-list-overlayColor-opacity: 0.55;
    --category-label-text-textColor: 241, 101, 7;
    --category-label-text-textColor-rgb: 241, 101, 7;
    --category-label-text-textColor-opacity: 1;
    --category-label-text-textColorHover: 241, 101, 7, 0.7;
    --category-label-text-textColorHover-rgb: 241, 101, 7;
    --category-label-text-textColorHover-opacity: 0.7;
    --category-label-button-textColor: 255, 255, 255;
    --category-label-button-textColor-rgb: 255, 255, 255;
    --category-label-button-textColor-opacity: 1;
    --category-label-button-textColorHover: 255, 255, 255;
    --category-label-button-textColorHover-rgb: 255, 255, 255;
    --category-label-button-textColorHover-opacity: 1;
    --category-label-button-backgroundColor: 241, 101, 7;
    --category-label-button-backgroundColor-rgb: 241, 101, 7;
    --category-label-button-backgroundColor-opacity: 1;
    --category-label-button-backgroundColorHover: 241, 101, 7, 0.7;
    --category-label-button-backgroundColorHover-rgb: 241, 101, 7;
    --category-label-button-backgroundColorHover-opacity: 0.7;
    --category-label-button-borderColor: 241, 101, 7;
    --category-label-button-borderColor-rgb: 241, 101, 7;
    --category-label-button-borderColor-opacity: 1;
    --category-label-button-borderColorHover: 241, 101, 7, 0.7;
    --category-label-button-borderColorHover-rgb: 241, 101, 7;
    --category-label-button-borderColorHover-opacity: 0.7;
    --post-post-list-TOI-ratingFilledStarColor: 255, 255, 255;
    --post-post-list-TOI-ratingFilledStarColor-rgb: 255, 255, 255;
    --post-post-list-TOI-ratingFilledStarColor-opacity: 1;
    --post-post-list-TOI-ratingUnfilledStarColor: 199, 199, 199;
    --post-post-list-TOI-ratingUnfilledStarColor-rgb: 199, 199, 199;
    --post-post-list-TOI-ratingUnfilledStarColor-opacity: 1;
    --post-post-list-TOI-ratingFontColor: 255, 255, 255;
    --post-post-list-TOI-ratingFontColor-rgb: 255, 255, 255;
    --post-post-list-TOI-ratingFontColor-opacity: 1;
    --post-pg-grid-post-list-ratingFont: normal normal normal 14px/17px helvetica-w01-light, sans-serif;
    --post-pg-grid-post-list-ratingFont-style: normal;
    --post-pg-grid-post-list-ratingFont-variant: normal;
    --post-pg-grid-post-list-ratingFont-weight: normal;
    --post-pg-grid-post-list-ratingFont-size: 14px;
    --post-pg-grid-post-list-ratingFont-line-height: 17px;
    --post-pg-grid-post-list-ratingFont-family: helvetica-w01-light, sans-serif;
    --post-pg-grid-post-list-ratingFont-text-decoration: none;
    --post-pg-grid-post-list-titleFont: normal normal normal 22px/27px helvetica-w01-light, sans-serif;
    --post-pg-grid-post-list-titleFont-style: normal;
    --post-pg-grid-post-list-titleFont-variant: normal;
    --post-pg-grid-post-list-titleFont-weight: normal;
    --post-pg-grid-post-list-titleFont-size: 22px;
    --post-pg-grid-post-list-titleFont-line-height: 27px;
    --post-pg-grid-post-list-titleFont-family: helvetica-w01-light, sans-serif;
    --post-pg-grid-post-list-titleFont-text-decoration: none;
    --post-pg-grid-post-list-descriptionFont: normal normal normal 16px/20px helvetica-w01-light, sans-serif;
    --post-pg-grid-post-list-descriptionFont-style: normal;
    --post-pg-grid-post-list-descriptionFont-variant: normal;
    --post-pg-grid-post-list-descriptionFont-weight: normal;
    --post-pg-grid-post-list-descriptionFont-size: 16px;
    --post-pg-grid-post-list-descriptionFont-line-height: 20px;
    --post-pg-grid-post-list-descriptionFont-family: helvetica-w01-light, sans-serif;
    --post-pg-grid-post-list-descriptionFont-text-decoration: none;
    --post-post-list-titleFont-style: normal;
    --post-post-list-titleFont-variant: normal;
    --post-post-list-titleFont-weight: normal;
    --post-post-list-titleFont-size: 14px;
    --post-post-list-titleFont-line-height: 1.4em;
    --post-post-list-titleFont-family: helvetica-w01-light, sans-serif;
    --post-post-list-titleFont-text-decoration: none;
    --post-post-list-descriptionFont-style: normal;
    --post-post-list-descriptionFont-variant: normal;
    --post-post-list-descriptionFont-weight: normal;
    --post-post-list-descriptionFont-size: 14px;
    --post-post-list-descriptionFont-line-height: 1.4em;
    --post-post-list-descriptionFont-family: helvetica-w01-light, sans-serif;
    --post-post-list-descriptionFont-text-decoration: none;
    --post-list-post-list-titleFont-style: normal;
    --post-list-post-list-titleFont-variant: normal;
    --post-list-post-list-titleFont-weight: normal;
    --post-list-post-list-titleFont-size: 14px;
    --post-list-post-list-titleFont-line-height: 1.4em;
    --post-list-post-list-titleFont-family: helvetica-w01-light, sans-serif;
    --post-list-post-list-titleFont-text-decoration: none;
    --post-list-post-list-descriptionFont-style: normal;
    --post-list-post-list-descriptionFont-variant: normal;
    --post-list-post-list-descriptionFont-weight: normal;
    --post-list-post-list-descriptionFont-size: 14px;
    --post-list-post-list-descriptionFont-line-height: 1.4em;
    --post-list-post-list-descriptionFont-family: helvetica-w01-light, sans-serif;
    --post-list-post-list-descriptionFont-text-decoration: none;
    --post-slider-post-list-titleFont-style: normal;
    --post-slider-post-list-titleFont-variant: normal;
    --post-slider-post-list-titleFont-weight: normal;
    --post-slider-post-list-titleFont-size: 22px;
    --post-slider-post-list-titleFont-line-height: 1.4em;
    --post-slider-post-list-titleFont-family: helvetica-w01-light, sans-serif;
    --post-slider-post-list-titleFont-text-decoration: none;
    --post-slider-post-list-descriptionFont-style: normal;
    --post-slider-post-list-descriptionFont-variant: normal;
    --post-slider-post-list-descriptionFont-weight: normal;
    --post-slider-post-list-descriptionFont-size: 16px;
    --post-slider-post-list-descriptionFont-line-height: 1.4em;
    --post-slider-post-list-descriptionFont-family: helvetica-w01-light, sans-serif;
    --post-slider-post-list-descriptionFont-text-decoration: none;
    --post-pg-side-by-side-post-list-titleFont-style: normal;
    --post-pg-side-by-side-post-list-titleFont-variant: normal;
    --post-pg-side-by-side-post-list-titleFont-weight: normal;
    --post-pg-side-by-side-post-list-titleFont-size: 28px;
    --post-pg-side-by-side-post-list-titleFont-line-height: 1.4em;
    --post-pg-side-by-side-post-list-titleFont-family: helvetica-w01-light, sans-serif;
    --post-pg-side-by-side-post-list-titleFont-text-decoration: none;
    --post-pg-side-by-side-post-list-descriptionFont-style: normal;
    --post-pg-side-by-side-post-list-descriptionFont-variant: normal;
    --post-pg-side-by-side-post-list-descriptionFont-weight: normal;
    --post-pg-side-by-side-post-list-descriptionFont-size: 16px;
    --post-pg-side-by-side-post-list-descriptionFont-line-height: 1.4em;
    --post-pg-side-by-side-post-list-descriptionFont-family: helvetica-w01-light, sans-serif;
    --post-pg-side-by-side-post-list-descriptionFont-text-decoration: none;
    --post-pg-text-on-image-medium-post-list-titleFont-style: normal;
    --post-pg-text-on-image-medium-post-list-titleFont-variant: normal;
    --post-pg-text-on-image-medium-post-list-titleFont-weight: normal;
    --post-pg-text-on-image-medium-post-list-titleFont-size: 26px;
    --post-pg-text-on-image-medium-post-list-titleFont-line-height: 1.4em;
    --post-pg-text-on-image-medium-post-list-titleFont-family: helvetica-w01-light, sans-serif;
    --post-pg-text-on-image-medium-post-list-titleFont-text-decoration: none;
    --post-pg-text-on-image-medium-post-list-descriptionFont-style: normal;
    --post-pg-text-on-image-medium-post-list-descriptionFont-variant: normal;
    --post-pg-text-on-image-medium-post-list-descriptionFont-weight: normal;
    --post-pg-text-on-image-medium-post-list-descriptionFont-size: 16px;
    --post-pg-text-on-image-medium-post-list-descriptionFont-line-height: 1.4em;
    --post-pg-text-on-image-medium-post-list-descriptionFont-family: helvetica-w01-light, sans-serif;
    --post-pg-text-on-image-medium-post-list-descriptionFont-text-decoration: none;
    --post-pg-one-column-post-list-titleFont-style: normal;
    --post-pg-one-column-post-list-titleFont-variant: normal;
    --post-pg-one-column-post-list-titleFont-weight: normal;
    --post-pg-one-column-post-list-titleFont-size: 28px;
    --post-pg-one-column-post-list-titleFont-line-height: 1.4em;
    --post-pg-one-column-post-list-titleFont-family: helvetica-w01-light, sans-serif;
    --post-pg-one-column-post-list-titleFont-text-decoration: none;
    --post-pg-one-column-post-list-descriptionFont-style: normal;
    --post-pg-one-column-post-list-descriptionFont-variant: normal;
    --post-pg-one-column-post-list-descriptionFont-weight: normal;
    --post-pg-one-column-post-list-descriptionFont-size: 16px;
    --post-pg-one-column-post-list-descriptionFont-line-height: 1.4em;
    --post-pg-one-column-post-list-descriptionFont-family: helvetica-w01-light, sans-serif;
    --post-pg-one-column-post-list-descriptionFont-text-decoration: none;
    --category-label-text-textFont-style: normal;
    --category-label-text-textFont-variant: normal;
    --category-label-text-textFont-weight: normal;
    --category-label-text-textFont-size: 14px;
    --category-label-text-textFont-line-height: 19.599999999999998px;
    --category-label-text-textFont-family: helvetica-w01-light, sans-serif;
    --category-label-text-textFont-text-decoration: none;
    --category-label-button-textFont-style: normal;
    --category-label-button-textFont-variant: normal;
    --category-label-button-textFont-weight: normal;
    --category-label-button-textFont-size: 14px;
    --category-label-button-textFont-line-height: 19.599999999999998px;
    --category-label-button-textFont-family: helvetica-w01-light, sans-serif;
    --category-label-button-textFont-text-decoration: none;
    --post-post-list-ratingFont-style: normal;
    --post-post-list-ratingFont-variant: normal;
    --post-post-list-ratingFont-weight: normal;
    --post-post-list-ratingFont-size: 14px;
    --post-post-list-ratingFont-line-height: 1.4em;
    --post-post-list-ratingFont-family: helvetica-w01-light, sans-serif;
    --post-post-list-ratingFont-text-decoration: none;
    --post-list-post-list-ratingFont-style: normal;
    --post-list-post-list-ratingFont-variant: normal;
    --post-list-post-list-ratingFont-weight: normal;
    --post-list-post-list-ratingFont-size: 14px;
    --post-list-post-list-ratingFont-line-height: 19.599999999999998px;
    --post-list-post-list-ratingFont-family: helvetica-w01-light, sans-serif;
    --post-list-post-list-ratingFont-text-decoration: none;
    --post-pg-one-column-post-list-ratingFont-style: normal;
    --post-pg-one-column-post-list-ratingFont-variant: normal;
    --post-pg-one-column-post-list-ratingFont-weight: normal;
    --post-pg-one-column-post-list-ratingFont-size: 14px;
    --post-pg-one-column-post-list-ratingFont-line-height: 19.599999999999998px;
    --post-pg-one-column-post-list-ratingFont-family: helvetica-w01-light, sans-serif;
    --post-pg-one-column-post-list-ratingFont-text-decoration: none;
    --post-pg-side-by-side-post-list-ratingFont-style: normal;
    --post-pg-side-by-side-post-list-ratingFont-variant: normal;
    --post-pg-side-by-side-post-list-ratingFont-weight: normal;
    --post-pg-side-by-side-post-list-ratingFont-size: 14px;
    --post-pg-side-by-side-post-list-ratingFont-line-height: 19.599999999999998px;
    --post-pg-side-by-side-post-list-ratingFont-family: helvetica-w01-light, sans-serif;
    --post-pg-side-by-side-post-list-ratingFont-text-decoration: none;
    --post-pg-text-on-image-medium-post-list-ratingFont-style: normal;
    --post-pg-text-on-image-medium-post-list-ratingFont-variant: normal;
    --post-pg-text-on-image-medium-post-list-ratingFont-weight: normal;
    --post-pg-text-on-image-medium-post-list-ratingFont-size: 14px;
    --post-pg-text-on-image-medium-post-list-ratingFont-line-height: 19.599999999999998px;
    --post-pg-text-on-image-medium-post-list-ratingFont-family: helvetica-w01-light, sans-serif;
    --post-pg-text-on-image-medium-post-list-ratingFont-text-decoration: none;
    --post-slider-post-list-ratingFont-style: normal;
    --post-slider-post-list-ratingFont-variant: normal;
    --post-slider-post-list-ratingFont-weight: normal;
    --post-slider-post-list-ratingFont-size: 14px;
    --post-slider-post-list-ratingFont-line-height: 19.599999999999998px;
    --post-slider-post-list-ratingFont-family: helvetica-w01-light, sans-serif;
    --post-slider-post-list-ratingFont-text-decoration: none;
    --post-list-medium-post-list-ratingFont-style: normal;
    --post-list-medium-post-list-ratingFont-variant: normal;
    --post-list-medium-post-list-ratingFont-weight: normal;
    --post-list-medium-post-list-ratingFont-size: 14px;
    --post-list-medium-post-list-ratingFont-line-height: 19.599999999999998px;
    --post-list-medium-post-list-ratingFont-family: helvetica-w01-light, sans-serif;
    --post-list-medium-post-list-ratingFont-text-decoration: none;
    --post-list-large-post-list-ratingFont-style: normal;
    --post-list-large-post-list-ratingFont-variant: normal;
    --post-list-large-post-list-ratingFont-weight: normal;
    --post-list-large-post-list-ratingFont-size: 14px;
    --post-list-large-post-list-ratingFont-line-height: 19.599999999999998px;
    --post-list-large-post-list-ratingFont-family: helvetica-w01-light, sans-serif;
    --post-list-large-post-list-ratingFont-text-decoration: none;
    --post-pg-grid-intermediate-post-list-ratingFont-style: normal;
    --post-pg-grid-intermediate-post-list-ratingFont-variant: normal;
    --post-pg-grid-intermediate-post-list-ratingFont-weight: normal;
    --post-pg-grid-intermediate-post-list-ratingFont-size: 14px;
    --post-pg-grid-intermediate-post-list-ratingFont-line-height: 19.599999999999998px;
    --post-pg-grid-intermediate-post-list-ratingFont-family: helvetica-w01-light, sans-serif;
    --post-pg-grid-intermediate-post-list-ratingFont-text-decoration: none;
    --post-pg-grid-large-post-list-ratingFont-style: normal;
    --post-pg-grid-large-post-list-ratingFont-variant: normal;
    --post-pg-grid-large-post-list-ratingFont-weight: normal;
    --post-pg-grid-large-post-list-ratingFont-size: 14px;
    --post-pg-grid-large-post-list-ratingFont-line-height: 19.599999999999998px;
    --post-pg-grid-large-post-list-ratingFont-family: helvetica-w01-light, sans-serif;
    --post-pg-grid-large-post-list-ratingFont-text-decoration: none;
    --post-pg-medium-post-list-ratingFont-style: normal;
    --post-pg-medium-post-list-ratingFont-variant: normal;
    --post-pg-medium-post-list-ratingFont-weight: normal;
    --post-pg-medium-post-list-ratingFont-size: 14px;
    --post-pg-medium-post-list-ratingFont-line-height: 19.599999999999998px;
    --post-pg-medium-post-list-ratingFont-family: helvetica-w01-light, sans-serif;
    --post-pg-medium-post-list-ratingFont-text-decoration: none;
    --post-pg-side-by-side-right-post-list-ratingFont-style: normal;
    --post-pg-side-by-side-right-post-list-ratingFont-variant: normal;
    --post-pg-side-by-side-right-post-list-ratingFont-weight: normal;
    --post-pg-side-by-side-right-post-list-ratingFont-size: 14px;
    --post-pg-side-by-side-right-post-list-ratingFont-line-height: 19.599999999999998px;
    --post-pg-side-by-side-right-post-list-ratingFont-family: helvetica-w01-light, sans-serif;
    --post-pg-side-by-side-right-post-list-ratingFont-text-decoration: none;
    --post-pg-text-on-image-large-post-list-ratingFont-style: normal;
    --post-pg-text-on-image-large-post-list-ratingFont-variant: normal;
    --post-pg-text-on-image-large-post-list-ratingFont-weight: normal;
    --post-pg-text-on-image-large-post-list-ratingFont-size: 14px;
    --post-pg-text-on-image-large-post-list-ratingFont-line-height: 19.599999999999998px;
    --post-pg-text-on-image-large-post-list-ratingFont-family: helvetica-w01-light, sans-serif;
    --post-pg-text-on-image-large-post-list-ratingFont-text-decoration: none;
    --post-pg-text-on-image-small-post-list-ratingFont-style: normal;
    --post-pg-text-on-image-small-post-list-ratingFont-variant: normal;
    --post-pg-text-on-image-small-post-list-ratingFont-weight: normal;
    --post-pg-text-on-image-small-post-list-ratingFont-size: 14px;
    --post-pg-text-on-image-small-post-list-ratingFont-line-height: 19.599999999999998px;
    --post-pg-text-on-image-small-post-list-ratingFont-family: helvetica-w01-light, sans-serif;
    --post-pg-text-on-image-small-post-list-ratingFont-text-decoration: none;
    --wix-color-1: 255, 255, 255;
    --wix-color-2: 232, 230, 230;
    --wix-color-3: 199, 199, 199;
    --wix-color-4: 95, 95, 95;
    --wix-color-5: 51, 51, 51;
    --wix-color-6: 237, 201, 177;
    --wix-color-7: 246, 101, 4;
    --wix-color-8: 241, 101, 7;
    --wix-color-9: 216, 101, 22;
    --wix-color-10: 67, 36, 16;
    --wix-color-11: 249, 197, 180;
    --wix-color-12: 243, 167, 143;
    --wix-color-13: 237, 88, 41;
    --wix-color-14: 158, 59, 27;
    --wix-color-15: 79, 29, 14;
    --wix-color-16: 210, 172, 247;
    --wix-color-17: 186, 131, 240;
    --wix-color-18: 128, 21, 232;
    --wix-color-19: 85, 14, 155;
    --wix-color-20: 43, 7, 77;
    --wix-color-21: 177, 211, 187;
    --wix-color-22: 127, 168, 139;
    --wix-color-23: 64, 124, 81;
    --wix-color-24: 43, 83, 54;
    --wix-color-25: 21, 41, 27;
    --wix-color-26: 255, 255, 255;
    --wix-color-27: 51, 51, 51;
    --wix-color-28: 232, 230, 230;
    --wix-color-29: 199, 199, 199;
    --wix-color-30: 95, 95, 95;
    --wix-color-31: 241, 101, 7;
    --wix-color-32: 246, 101, 4;
    --wix-color-33: 216, 101, 22;
    --wix-color-34: 254, 98, 50;
    --wix-color-35: 51, 51, 51;
    --wix-color-36: 51, 51, 51;
    --wix-color-37: 95, 95, 95;
    --wix-color-38: 241, 101, 7;
    --wix-color-39: 241, 101, 7;
    --wix-color-40: 255, 255, 255;
    --wix-color-41: 255, 255, 255;
    --wix-color-42: 241, 101, 7;
    --wix-color-43: 241, 101, 7;
    --wix-color-44: 199, 199, 199;
    --wix-color-45: 199, 199, 199;
    --wix-color-46: 255, 255, 255;
    --wix-color-47: 255, 255, 255;
    --wix-color-48: 241, 101, 7;
    --wix-color-49: 241, 101, 7;
    --wix-color-50: 241, 101, 7;
    --wix-color-51: 241, 101, 7;
    --wix-color-52: 255, 255, 255;
    --wix-color-53: 255, 255, 255;
    --wix-color-54: 199, 199, 199;
    --wix-color-55: 199, 199, 199;
    --wix-font-Title: normal normal bold 56px/1.4em helvetica-w01-bold, sans-serif;
    --wix-font-Title-style: normal;
    --wix-font-Title-variant: normal;
    --wix-font-Title-weight: bold;
    --wix-font-Title-size: 56px;
    --wix-font-Title-line-height: 1.4em;
    --wix-font-Title-family: helvetica-w01-bold, sans-serif;
    --wix-font-Title-text-decoration: none;
    --wix-font-Menu: normal normal normal 16px/1.4em din-next-w01-light, sans-serif;
    --wix-font-Menu-style: normal;
    --wix-font-Menu-variant: normal;
    --wix-font-Menu-weight: normal;
    --wix-font-Menu-size: 16px;
    --wix-font-Menu-line-height: 1.4em;
    --wix-font-Menu-family: din-next-w01-light, sans-serif;
    --wix-font-Menu-text-decoration: none;
    --wix-font-Page-title: normal normal normal 46px/1.4em helvetica-w01-light, sans-serif;
    --wix-font-Page-title-style: normal;
    --wix-font-Page-title-variant: normal;
    --wix-font-Page-title-weight: normal;
    --wix-font-Page-title-size: 46px;
    --wix-font-Page-title-line-height: 1.4em;
    --wix-font-Page-title-family: helvetica-w01-light, sans-serif;
    --wix-font-Page-title-text-decoration: none;
    --wix-font-Heading-XL: normal normal normal 36px/1.4em helvetica-w01-bold, sans-serif;
    --wix-font-Heading-XL-style: normal;
    --wix-font-Heading-XL-variant: normal;
    --wix-font-Heading-XL-weight: normal;
    --wix-font-Heading-XL-size: 36px;
    --wix-font-Heading-XL-line-height: 1.4em;
    --wix-font-Heading-XL-family: helvetica-w01-bold, sans-serif;
    --wix-font-Heading-XL-text-decoration: none;
    --wix-font-Heading-L: normal normal normal 20px/1.4em helvetica-w01-roman, sans-serif;
    --wix-font-Heading-L-style: normal;
    --wix-font-Heading-L-variant: normal;
    --wix-font-Heading-L-weight: normal;
    --wix-font-Heading-L-size: 20px;
    --wix-font-Heading-L-line-height: 1.4em;
    --wix-font-Heading-L-family: helvetica-w01-roman, sans-serif;
    --wix-font-Heading-L-text-decoration: none;
    --wix-font-Heading-M: normal normal normal 18px/1.4em helvetica-w01-bold, sans-serif;
    --wix-font-Heading-M-style: normal;
    --wix-font-Heading-M-variant: normal;
    --wix-font-Heading-M-weight: normal;
    --wix-font-Heading-M-size: 18px;
    --wix-font-Heading-M-line-height: 1.4em;
    --wix-font-Heading-M-family: helvetica-w01-bold, sans-serif;
    --wix-font-Heading-M-text-decoration: none;
    --wix-font-Heading-S: normal normal normal 20px/1.4em helvetica-w01-bold, sans-serif;
    --wix-font-Heading-S-style: normal;
    --wix-font-Heading-S-variant: normal;
    --wix-font-Heading-S-weight: normal;
    --wix-font-Heading-S-size: 20px;
    --wix-font-Heading-S-line-height: 1.4em;
    --wix-font-Heading-S-family: helvetica-w01-bold, sans-serif;
    --wix-font-Heading-S-text-decoration: none;
    --wix-font-Body-L: normal normal normal 16px/1.6em helvetica-w01-light, sans-serif;
    --wix-font-Body-L-style: normal;
    --wix-font-Body-L-variant: normal;
    --wix-font-Body-L-weight: normal;
    --wix-font-Body-L-size: 16px;
    --wix-font-Body-L-line-height: 1.6em;
    --wix-font-Body-L-family: helvetica-w01-light, sans-serif;
    --wix-font-Body-L-text-decoration: none;
    --wix-font-Body-M: normal normal normal 14px/1.6em helvetica-w01-light, sans-serif;
    --wix-font-Body-M-style: normal;
    --wix-font-Body-M-variant: normal;
    --wix-font-Body-M-weight: normal;
    --wix-font-Body-M-size: 14px;
    --wix-font-Body-M-line-height: 1.6em;
    --wix-font-Body-M-family: helvetica-w01-light, sans-serif;
    --wix-font-Body-M-text-decoration: none;
    --wix-font-Body-S: normal normal normal 16px/1.6em helvetica-w01-light, sans-serif;
    --wix-font-Body-S-style: normal;
    --wix-font-Body-S-variant: normal;
    --wix-font-Body-S-weight: normal;
    --wix-font-Body-S-size: 16px;
    --wix-font-Body-S-line-height: 1.6em;
    --wix-font-Body-S-family: helvetica-w01-light, sans-serif;
    --wix-font-Body-S-text-decoration: none;
    --wix-font-Body-XS: normal normal normal 12px/1.4em din-next-w01-light, sans-serif;
    --wix-font-Body-XS-style: normal;
    --wix-font-Body-XS-variant: normal;
    --wix-font-Body-XS-weight: normal;
    --wix-font-Body-XS-size: 12px;
    --wix-font-Body-XS-line-height: 1.4em;
    --wix-font-Body-XS-family: din-next-w01-light, sans-serif;
    --wix-font-Body-XS-text-decoration: none;
    --wix-font-LIGHT: normal normal normal 12px/1.4em HelveticaNeueW01-45Ligh;
    --wix-font-LIGHT-style: normal;
    --wix-font-LIGHT-variant: normal;
    --wix-font-LIGHT-weight: normal;
    --wix-font-LIGHT-size: 12px;
    --wix-font-LIGHT-line-height: 1.4em;
    --wix-font-LIGHT-family: HelveticaNeueW01-45Ligh;
    --wix-font-LIGHT-text-decoration: none;
    --wix-font-MEDIUM: normal normal normal 12px/1.4em HelveticaNeueW01-55Roma;
    --wix-font-MEDIUM-style: normal;
    --wix-font-MEDIUM-variant: normal;
    --wix-font-MEDIUM-weight: normal;
    --wix-font-MEDIUM-size: 12px;
    --wix-font-MEDIUM-line-height: 1.4em;
    --wix-font-MEDIUM-family: HelveticaNeueW01-55Roma;
    --wix-font-MEDIUM-text-decoration: none;
    --wix-font-STRONG: normal normal normal 12px/1.4em HelveticaNeueW01-65Medi;
    --wix-font-STRONG-style: normal;
    --wix-font-STRONG-variant: normal;
    --wix-font-STRONG-weight: normal;
    --wix-font-STRONG-size: 12px;
    --wix-font-STRONG-line-height: 1.4em;
    --wix-font-STRONG-family: HelveticaNeueW01-65Medi;
    --wix-font-STRONG-text-decoration: none;
}

#comp-lbihcpmn {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    min-width: 980px;
}

#comp-lbwc0ru4 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lbwc0ru61 {
    transform-origin: center 1px;
}

#comp-lbihgnfn {
    --direction: var(--wix-opt-in-direction);
    --justify-content: center;
    --item-margin: 10px 10px;
    --margin-top: -10px;
    --margin-bottom: -10px;
    --margin-inline-start: -10px;
    --margin-inline-end: -10px;
}

[id^="comp-lbihgngr__"] {
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
    border-width: 0 0 0 0;
    border-style: solid solid solid solid;
    border-color: rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1);
    border-radius: 0 0 0 0;
    overflow: clip;
    transform: translateZ(0);
    margin: -0px;
}

[id^="comp-lbihlj3a__"] {
    --height: 338px;
    --width: 225px;
}

[id^="comp-lbihn2yi__"] {
    --text-direction: var(--wix-opt-in-direction);
}

[id^="comp-lbihnl9m__"] {
    --text-direction: var(--wix-opt-in-direction);
}

[id^="comp-lbiho6v2__"] {
    --item-size: 24px;
    --item-margin-block: 0;
    --item-margin-inline: 0px 15px;
    --item-display: inline-block;
    --direction: var(--wix-opt-in-direction, ltr);
    width: 63px;
    height: 24px;
}

#comp-lseoymam {
    transform-origin: center 1px;
}

#comp-lseoxy7o {
    --direction: var(--wix-opt-in-direction);
    --justify-content: center;
    --item-margin: 10px 10px;
    --margin-top: -10px;
    --margin-bottom: -10px;
    --margin-inline-start: -10px;
    --margin-inline-end: -10px;
}

[id^="comp-lseoxy87__"] {
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
    border-width: 0 0 0 0;
    border-style: solid solid solid solid;
    border-color: rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1);
    border-radius: 0 0 0 0;
    overflow: clip;
    transform: translateZ(0);
    margin: -0px;
}

[id^="comp-lseoxy895__"] {
    --height: 338px;
    --width: 225px;
}

[id^="comp-lseoxy8c1__"] {
    --text-direction: var(--wix-opt-in-direction);
}

[id^="comp-lseoxy8c6__"] {
    --text-direction: var(--wix-opt-in-direction);
}

[id^="comp-lseozm1o__"] {
    --text-direction: var(--wix-opt-in-direction);
}

[id^="comp-lseoxy8d5__"] {
    --item-size: 24px;
    --item-margin-block: 0;
    --item-margin-inline: 0px 15px;
    --item-display: inline-block;
    --direction: var(--wix-opt-in-direction, ltr);
    width: 63px;
    height: 24px;
}

@font-face {
    font-display: swap;
    font-family: wf_dde043c9cc214f9bbc15a2e74;
    src: url("./woff2/file.woff2") format("woff2"),
        url("./woff/file.woff") format("woff"),
        url("./ttf/file.ttf") format("ttf");
}

@font-face {
    font-display: swap;
    font-family: wf_ae785b7c779c4732bc0037e42;
    src: url("./woff2/file.woff2") format("woff2"),
        url("./woff/file.woff") format("woff"),
        url("./ttf/file.ttf") format("ttf");
}

@font-face {
    font-family: 'helvetica-w01-bold';
    font-style: normal;
    font-weight: 400;
    src: url('./v1/helvetica-lt-w10-bold.woff2') format('woff2');
    unicode-range: U+0000, U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'helvetica-w01-bold';
    font-style: normal;
    font-weight: 400;
    src: url('./v1/helvetica-w02-bold.woff2') format('woff2');
    unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+0237, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+2044, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+E301-E304, U+E306-E30D, U+FB01-FB02;
    font-display: swap;
}

@font-face {
    font-family: 'avenir-lt-w01_85-heavy1475544';
    font-style: normal;
    font-weight: 400;
    src: url('./v1/avenir-lt-w05_85-heavy.woff2') format('woff2');
    unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E9E, U+20B9-20BA, U+20BC-20BD, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB01-FB02;
    font-display: swap;
}

@font-face {
    font-family: 'avenir-lt-w01_85-heavy1475544';
    font-style: normal;
    font-weight: 400;
    src: url('./v1/avenir-lt-w01_85-heavy1475544.woff2') format('woff2');
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+0237, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
    font-display: swap;
}

@font-face {
    font-family: 'helvetica-w01-light';
    font-style: normal;
    font-weight: 400;
    src: url('./v1/helvetica-w02-light.woff2') format('woff2');
    unicode-range: U+0100-012B, U+012E-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+0237, U+02C7, U+02C9, U+02D8-02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+2044, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+E002, U+E004, U+E006, U+E008-E009, U+E00D, U+E00F, U+E011, U+E013, U+E015, U+E017, U+E01A, U+FB01-FB02;
    font-display: swap;
}
@font-face {
    font-family: 'avenir-lt-w01_35-light1475496';
    font-style: normal;
    font-weight: 400;
    src: url('./v1/avenir-lt-w05_35-light.woff2') format('woff2');
    unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E9E, U+20B9-20BA, U+20BC-20BD, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB01-FB02;
    font-display: swap;
}

#tdbqw {
    --param_boolean_previewHover: false;
}

#tdbqw {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#masterPage {
    --pinned-layers-in-page: 0;
}

[data-mesh-id=ContainertdbqwinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=ContainertdbqwinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 40px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
    padding-bottom: 0px;
    box-sizing: border-box;
}

[data-mesh-id=ContainertdbqwinlineContent-gridContainer]>[id="comp-lbwdis65"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lbwdis65 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-lbwdis65inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 3354px;
    grid-template-rows: repeat(23, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lbwdis75"] {
    position: relative;
    margin: 42px 0px 0 calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lcjbgmpf"] {
    position: relative;
    margin: 0px 0px 22px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lcjb0ewy"] {
    position: absolute;
    top: 152px;
    left: -189px;
    margin-left: calc((100% - 980px) * 0.5);
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lbwdis7k"] {
    position: relative;
    margin: 0px 0px 59px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-ls2zs8va"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-ls2zs8vp"] {
    position: relative;
    margin: 0px 0px 28px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-ls3066ip"] {
    position: absolute;
    top: 470px;
    left: -173px;
    margin-left: calc((100% - 980px) * 0.5);
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-ls2zstc1"] {
    position: relative;
    margin: 0px 0px 61px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lratkudw"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 7 / 1 / 8 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lratl0w3"] {
    position: relative;
    margin: 0px 0px 30px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 8 / 1 / 9 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lratmn6n"] {
    position: absolute;
    top: 1006px;
    left: -188px;
    margin-left: calc((100% - 980px) * 0.5);
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lratlzvo"] {
    position: relative;
    margin: 0px 0px 66px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 9 / 1 / 10 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lratosiw"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 10 / 1 / 11 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lratowlc"] {
    position: relative;
    margin: 0px 0px 32px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 11 / 1 / 12 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lratp9x2"] {
    position: relative;
    margin: 0px 0px 60px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 12 / 1 / 13 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lcjb4miw"] {
    position: absolute;
    top: 1668px;
    left: -159px;
    margin-left: calc((100% - 980px) * 0.5);
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-ls307avn"] {
    position: absolute;
    top: 2073px;
    left: -146px;
    margin-left: calc((100% - 980px) * 0.5);
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lcjb9586"] {
    position: absolute;
    top: 2200px;
    left: -183px;
    margin-left: calc((100% - 980px) * 0.5);
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lratqg62"] {
    position: absolute;
    top: 2531px;
    left: -228px;
    margin-left: calc((100% - 980px) * 0.5);
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lcjad173"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 21px;
    grid-area: 13 / 1 / 14 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lcjbhsyy"] {
    position: relative;
    margin: 0px 0px 40px calc((100% - 980px) * 0.5);
    left: 21px;
    grid-area: 14 / 1 / 15 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lcjbavmy"] {
    position: relative;
    margin: 0px 0px 66px calc((100% - 980px) * 0.5);
    left: 21px;
    grid-area: 15 / 1 / 16 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lcjb5n6i"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 21px;
    grid-area: 16 / 1 / 17 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lcjbigo7"] {
    position: relative;
    margin: 0px 0px 39px calc((100% - 980px) * 0.5);
    left: 21px;
    grid-area: 17 / 1 / 18 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lcjad17h"] {
    position: relative;
    margin: 0px 0px 50px calc((100% - 980px) * 0.5);
    left: 21px;
    grid-area: 18 / 1 / 19 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lcp0zevt"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 19 / 1 / 20 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lcp0zmf6"] {
    position: relative;
    margin: 0px 0px 38px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 20 / 1 / 21 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lcp187qs"] {
    position: absolute;
    top: 2909px;
    left: -148px;
    margin-left: calc((100% - 980px) * 0.5);
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lcp1272p"] {
    position: relative;
    margin: 0px 0px 50px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 21 / 1 / 22 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lratbr03"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 21px;
    grid-area: 22 / 1 / 23 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lratbwpe"] {
    position: relative;
    margin: 0px 0px 32px calc((100% - 980px) * 0.5);
    left: 21px;
    grid-area: 23 / 1 / 24 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lratdxge"] {
    position: absolute;
    top: 3142px;
    left: -165px;
    margin-left: calc((100% - 980px) * 0.5);
}

[data-mesh-id=comp-lbwdis65inlineContent-gridContainer]>[id="comp-lratcltw"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 24 / 1 / 25 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lbwdis75 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lbwdis75 {
    width: 940px;
    height: auto;
}

#comp-lcjbgmpf {
    --lnw: 2px;
    --brd: var(--color_36);
    --alpha-brd: 1;
}

#comp-lcjbgmpf {
    width: 53px;
    height: 7px;
}

#comp-lbwdis7k {
    width: 940px;
    height: 172px;
}

#comp-ls2zs8va {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-ls2zs8va {
    width: 940px;
    height: auto;
}

#comp-ls2zs8vp {
    --lnw: 2px;
    --brd: var(--color_36);
    --alpha-brd: 1;
}

#comp-ls2zs8vp {
    width: 53px;
    height: 7px;
}

#comp-ls2zstc1 {
    width: 940px;
    height: 364px;
}

#comp-lratkudw {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lratkudw {
    width: 897px;
    height: auto;
}

#comp-lratl0w3 {
    --lnw: 2px;
    --brd: var(--color_36);
    --alpha-brd: 1;
}

#comp-lratl0w3 {
    width: 53px;
    height: 7px;
}

#comp-lratlzvo {
    width: 940px;
    height: 364px;
}

#comp-lratosiw {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lratosiw {
    width: 897px;
    height: auto;
}

#comp-lratowlc {
    --lnw: 2px;
    --brd: var(--color_36);
    --alpha-brd: 1;
}

#comp-lratowlc {
    width: 53px;
    height: 7px;
}

#comp-lratp9x2 {
    width: 940px;
    height: 172px;
}

#comp-lcjad173 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lcjad173 {
    width: 897px;
    height: auto;
}

#comp-lcjbhsyy {
    --lnw: 2px;
    --brd: var(--color_36);
    --alpha-brd: 1;
}

#comp-lcjbhsyy {
    width: 53px;
    height: 7px;
}

#comp-lcjbavmy {
    width: 940px;
    height: 364px;
}

#comp-lcjb5n6i {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lcjb5n6i {
    width: 897px;
    height: auto;
}

#comp-lcjbigo7 {
    --lnw: 2px;
    --brd: var(--color_36);
    --alpha-brd: 1;
}

#comp-lcjbigo7 {
    width: 53px;
    height: 7px;
}

#comp-lcjad17h {
    width: 940px;
    height: 364px;
}

#comp-lcp0zevt {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lcp0zevt {
    width: 897px;
    height: auto;
}

#comp-lcp0zmf6 {
    --lnw: 2px;
    --brd: var(--color_36);
    --alpha-brd: 1;
}

#comp-lcp0zmf6 {
    width: 53px;
    height: 7px;
}

#comp-lcp1272p {
    width: 940px;
    height: 172px;
}

#comp-lratbr03 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lratbr03 {
    width: 897px;
    height: auto;
}

#comp-lratbwpe {
    --lnw: 2px;
    --brd: var(--color_36);
    --alpha-brd: 1;
}

#comp-lratbwpe {
    width: 53px;
    height: 7px;
}

#comp-lratcltw {
    width: 940px;
    height: 172px;
}

#tdbqw {
    width: auto;
    min-height: 40px;
}

#pageBackground_tdbqw {
    --bg-position: absolute;
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
}

#comp-lbwdis65 {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    min-width: 980px;
}

#comp-lbwdis75 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lcjbgmpf {
    transform-origin: center 1px;
}

#comp-ls2zs8va {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-ls2zs8vp {
    transform-origin: center 1px;
}

#comp-lratkudw {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lratl0w3 {
    transform-origin: center 1px;
}

#comp-lratosiw {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lratowlc {
    transform-origin: center 1px;
}

#comp-lcjad173 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lcjbhsyy {
    transform-origin: center 1px;
}

#comp-lcjb5n6i {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lcjbigo7 {
    transform-origin: center 1px;
}

#comp-lcp0zevt {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lcp0zmf6 {
    transform-origin: center 1px;
}

#comp-lratbr03 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lratbwpe {
    transform-origin: center 1px;
}

@font-face {
    font-family: 'helvetica-w01-light';
    font-style: normal;
    font-weight: 400;
    src: url('./v1/helvetica-w02-light.woff2') format('woff2');
    unicode-range: U+0100-012B, U+012E-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+0237, U+02C7, U+02C9, U+02D8-02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+2044, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+E002, U+E004, U+E006, U+E008-E009, U+E00D, U+E00F, U+E011, U+E013, U+E015, U+E017, U+E01A, U+FB01-FB02;
    font-display: swap;
}

@font-face {
    font-family: 'helvetica-w01-bold';
    font-style: normal;
    font-weight: 400;
    src: url('./v1/helvetica-lt-w10-bold.woff2') format('woff2');
    unicode-range: U+0000, U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'helvetica-w01-bold';
    font-style: normal;
    font-weight: 400;
    src: url('./v1/helvetica-w02-bold.woff2') format('woff2');
    unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+0237, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+2044, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+E301-E304, U+E306-E30D, U+FB01-FB02;
    font-display: swap;
}

@font-face {
    font-family: 'helvetica-w01-roman';
    font-style: normal;
    font-weight: 400;
    src: url('./v1/helvetica-lt-w10-roman.woff2') format('woff2');
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0, U+00A4, U+00A6-00A7, U+00A9, U+00AB-00AE, U+00B0-00B1, U+00B5-00B7, U+00BB, U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+20AC, U+2116, U+2122;
    font-display: swap;
}


#xcdd0 {
    --param_boolean_previewHover: false;
}

#xcdd0 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#masterPage {
    --pinned-layers-in-page: 0;
}

[data-mesh-id=Containerxcdd0inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=Containerxcdd0inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 40px;
    grid-template-rows: repeat(3, min-content) 1fr;
    grid-template-columns: 100%;
    padding-bottom: 0px;
    box-sizing: border-box;
}

[data-mesh-id=Containerxcdd0inlineContent-gridContainer]>[id="comp-m02g6cha"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=Containerxcdd0inlineContent-gridContainer]>[id="comp-m03kkfor"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=Containerxcdd0inlineContent-gridContainer]>[id="comp-lzqynk1g"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=Containerxcdd0inlineContent-gridContainer]>[id="comp-m015de5i"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

#comp-m02g6cha {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-m02g6chainlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-m02g6chainlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-m02g6chainlineContent-gridContainer]>[id="comp-m03xikqe"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m02g6chainlineContent-gridContainer]>[id="comp-m02g6u30"] {
    position: relative;
    margin: 0px 0px 55px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m02g6chainlineContent-gridContainer]>[id="comp-m03il256"] {
    position: relative;
    margin: 0px 0px 39px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

#comp-m03xikqe {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-m03xil4w2inlineContent] {
    height: auto;
    width: 100%;
    position: static;
    min-height: 101px;
}

#comp-m03xil4w2 {
    width: 980px;
}

#comp-m02g6u30 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-m02g7soxinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-m02g7soxinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(3, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-m02g7soxinlineContent-gridContainer]>[id="comp-m02gcp9u"] {
    position: relative;
    margin: 20px 0px 32px calc((100% - 980px) * 0.5);
    left: 27px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m02g7soxinlineContent-gridContainer]>[id="comp-m02gd7co"] {
    position: relative;
    margin: 0px 0px 49px calc((100% - 980px) * 0.5);
    left: 27px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m02g7soxinlineContent-gridContainer]>[id="comp-m0dmdt9r"] {
    position: relative;
    margin: 71px 0px 49px calc((100% - 980px) * 0.5);
    left: 745px;
    grid-area: 1 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m02g7soxinlineContent-gridContainer]>[id="comp-m03iyr9c"] {
    position: relative;
    margin: 0px 0px 61px calc((100% - 980px) * 0.5);
    left: 27px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

#comp-m02g7sox {
    width: 980px;
}

#comp-m02gcp9u {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-m02gcp9u {
    width: 881px;
    height: auto;
}

#comp-m02gd7co {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-m02gd7co {
    width: 571px;
    height: auto;
}

#comp-m0dmdt9r {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-m0dmdt9r {
    width: 326px;
    height: 268px;
}

#comp-m03iyr9c {
    --rd: 40px 40px 40px 40px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: normal normal normal 18px/1.4em helvetica-w01-bold, sans-serif;
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_36);
    --brw: 2px;
    --bg: 248, 246, 243;
    --brd: var(--color_36);
    --bgh: var(--color_41);
    --brdh: var(--color_42);
    --txth: var(--color_36);
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-txth: 1;
    --alpha-brdh: 1;
    --alpha-brd: 1;
    --alpha-bg: 0;
    --alpha-bgh: 1;
    --boxShadowToggleOn-shd: none;
    --alpha-txt: 1;
}

#comp-m03iyr9c {
    width: 202px;
    height: 44px;
}

#comp-m03il256 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-m03il2ghinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-m03il2ghinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-m03il2ghinlineContent-gridContainer]>[id="comp-m03kd8zq"] {
    position: relative;
    margin: 48px 0px 60px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m03il2ghinlineContent-gridContainer]>[id="comp-m03jqdl3"] {
    position: relative;
    margin: 48px 0px 59px calc((100% - 980px) * 0.5);
    left: 332px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m03il2ghinlineContent-gridContainer]>[id="comp-m03jrxx5"] {
    position: relative;
    margin: 47px 0px 60px calc((100% - 980px) * 0.5);
    left: 664px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-m03il2gh {
    width: 980px;
}

#comp-m03kd8zq:hover {
    --bg: var(--color_41);
    --alpha-bg: 1;
}

#comp-m03kd8zq {
    --brw: 0px;
    --brd: var(--color_37);
    --bg: 219, 91, 6;
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0.9;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
}

#comp-m03kd8zq:not(.is-animating) {
    transition: all 0.4s ease-in-out 0s, visibility 0s;
    --transition: all 0.4s ease-in-out 0s, visibility 0s;
}

#comp-m03kd8zq:hover {
    z-index: 1;
    transform: translateX(0px)translateY(-20px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-m03kd8zq {
    width: 315px;
}

[data-mesh-id=comp-m03kd8zqinlineContent] {
    height: auto;
    width: 315px;
}

[data-mesh-id=comp-m03kd8zqinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-m03kd8zqinlineContent-gridContainer]>[id="comp-m03kd912"] {
    position: relative;
    margin: 27px 0px 22px 0;
    left: 16px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m03kd8zqinlineContent-gridContainer]>[id="comp-m03kgd6i"] {
    position: relative;
    margin: 0px 0px 57px 0;
    left: 16px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

#comp-m03kd912 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-m03kd912:not(.is-animating) {
    transition: all 0.4s ease-in 0s, visibility 0s;
    --transition: all 0.4s ease-in 0s, visibility 0s;
}

#comp-m03kd912:not(.is-animating) :not(.is-animating) {
    transition: all 0.4s ease-in 0s, visibility 0s;
    --transition: all 0.4s ease-in 0s, visibility 0s;
}

#comp-m03kd8zq:hover #comp-m03kd912 {
    transform: translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-m03kd912 {
    width: 240px;
    height: auto;
}

#comp-m03kgd6i {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-m03kgd6i:not(.is-animating) {
    transition: all 0.4s ease-in 0s, visibility 0s;
    --transition: all 0.4s ease-in 0s, visibility 0s;
}

#comp-m03kgd6i:not(.is-animating) :not(.is-animating) {
    transition: all 0.4s ease-in 0s, visibility 0s;
    --transition: all 0.4s ease-in 0s, visibility 0s;
}

#comp-m03kgd6i {
    width: 284px;
    height: auto;
}

#comp-m03jqdl3:hover {
    --bg: var(--color_41);
    --alpha-bg: 1;
}

#comp-m03jqdl3 {
    --brw: 0px;
    --brd: var(--color_37);
    --bg: 219, 91, 6;
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0.9;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-m03jqdl3:not([data-motion-enter="done"]) {
        opacity: var(--comp-opacity, 1);
    }
}

#comp-m03jqdl3:not(.is-animating) {
    transition: all 0.4s ease-in-out 0s, visibility 0s;
    --transition: all 0.4s ease-in-out 0s, visibility 0s;
}

#comp-m03jqdl3:hover {
    z-index: 1;
    transform: translateX(0px)translateY(-20px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-m03jqdl3 {
    width: 315px;
}

[data-mesh-id=comp-m03jqdl3inlineContent] {
    height: auto;
    width: 315px;
}

[data-mesh-id=comp-m03jqdl3inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-m03jqdl3inlineContent-gridContainer]>[id="comp-m03jqdlv"] {
    position: relative;
    margin: 27px 0px 23px 0;
    left: 16px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m03jqdl3inlineContent-gridContainer]>[id="comp-m03kfq19"] {
    position: relative;
    margin: 0px 0px 57px 0;
    left: 16px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

#comp-m03jqdlv {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-m03jqdlv:not(.is-animating) {
    transition: all 0.4s ease-in 0s, visibility 0s;
    --transition: all 0.4s ease-in 0s, visibility 0s;
}

#comp-m03jqdlv:not(.is-animating) :not(.is-animating) {
    transition: all 0.4s ease-in 0s, visibility 0s;
    --transition: all 0.4s ease-in 0s, visibility 0s;
}

#comp-m03jqdl3:hover #comp-m03jqdlv {
    transform: translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-m03jqdlv {
    width: 240px;
    height: auto;
}

#comp-m03kfq19 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-m03kfq19:not(.is-animating) {
    transition: all 0.4s ease-in 0s, visibility 0s;
    --transition: all 0.4s ease-in 0s, visibility 0s;
}

#comp-m03kfq19:not(.is-animating) :not(.is-animating) {
    transition: all 0.4s ease-in 0s, visibility 0s;
    --transition: all 0.4s ease-in 0s, visibility 0s;
}

#comp-m03kfq19 {
    width: 284px;
    height: auto;
}

#comp-m03jrxx5:hover {
    --bg: var(--color_41);
    --alpha-bg: 1;
}

#comp-m03jrxx5 {
    --brw: 0px;
    --brd: var(--color_37);
    --bg: 219, 91, 6;
    --rd: 0px;
    --shd: none;
    --gradient: none;
    --alpha-brd: 0;
    --alpha-bg: 0.9;
    --boxShadowToggleOn-shd: none;
    --bg-gradient: none;
}

@media (prefers-reduced-motion: no-preference) {
    #comp-m03jrxx5:not([data-motion-enter="done"]) {
        opacity: var(--comp-opacity, 1);
    }
}

#comp-m03jrxx5:not(.is-animating) {
    transition: all 0.4s ease-in-out 0s, visibility 0s;
    --transition: all 0.4s ease-in-out 0s, visibility 0s;
}

#comp-m03jrxx5:hover {
    z-index: 1;
    transform: translateX(0px)translateY(-20px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-m03jrxx5 {
    width: 315px;
}

[data-mesh-id=comp-m03jrxx5inlineContent] {
    height: auto;
    width: 315px;
}

[data-mesh-id=comp-m03jrxx5inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 245px;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-m03jrxx5inlineContent-gridContainer]>[id="comp-m03jrxxv"] {
    position: relative;
    margin: 27px 0px 19px 0;
    left: 16px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m03jrxx5inlineContent-gridContainer]>[id="comp-m03jrxxw"] {
    position: relative;
    margin: 0px 0px 10px 0;
    left: 16px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

#comp-m03jrxxv {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-m03jrxxv:not(.is-animating) {
    transition: all 0.4s ease-in 0s, visibility 0s;
    --transition: all 0.4s ease-in 0s, visibility 0s;
}

#comp-m03jrxxv:not(.is-animating) :not(.is-animating) {
    transition: all 0.4s ease-in 0s, visibility 0s;
    --transition: all 0.4s ease-in 0s, visibility 0s;
}

#comp-m03jrxx5:hover #comp-m03jrxxv {
    transform: translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-m03jrxxv {
    width: 240px;
    height: auto;
}

#comp-m03jrxxw {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-m03jrxxw:not(.is-animating) {
    transition: all 0.4s ease-in 0s, visibility 0s;
    --transition: all 0.4s ease-in 0s, visibility 0s;
}

#comp-m03jrxxw:not(.is-animating) :not(.is-animating) {
    transition: all 0.4s ease-in 0s, visibility 0s;
    --transition: all 0.4s ease-in 0s, visibility 0s;
}

#comp-m03jrxx5:hover #comp-m03jrxxw {
    transform: translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-m03jrxxw {
    width: 284px;
    height: auto;
}

#comp-m03kkfor {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-m03kkforinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-m03kkforinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-m03kkforinlineContent-gridContainer]>[id="comp-m03kko1k"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m03kkforinlineContent-gridContainer]>[id="comp-m03kz1k1"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m03kkforinlineContent-gridContainer]>[id="comp-m03l3cpo"] {
    position: relative;
    margin: 0px 0px 14px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

#comp-m03kko1k {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-m03kko2kinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-m03kko2kinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 310px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-m03kko2kinlineContent-gridContainer]>[id="comp-m03kp5hw"] {
    position: relative;
    margin: 125px 0px 10px calc((100% - 245px) * 0.5);
    left: 92px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m03kmbx5inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-m03kmbx5inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-m03kmbx5inlineContent-gridContainer]>[id="comp-m03kxx4s"] {
    position: relative;
    margin: 35px 0px 36px calc((100% - 245px) * 0.5);
    left: -6px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m03kptlkinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-m03kptlkinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-m03kptlkinlineContent-gridContainer]>[id="comp-m03kptmk"] {
    position: relative;
    margin: 56px 0px 22px calc((100% - 490px) * 0.5);
    left: 25px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m03kptlkinlineContent-gridContainer]>[id="comp-m03kt4sl"] {
    position: relative;
    margin: 0px 0px 48px calc((100% - 490px) * 0.5);
    left: 25px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

#comp-m03kko2k {
    width: 245px;
}

#comp-m03kp5hw {
    width: 60px;
    height: 60px;
}

#comp-m03kmbx5 {
    width: 245px;
}

#comp-m03kxx4s {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-m03kxx4s {
    width: 239px;
    height: 239px;
}

#comp-m03kptlk {
    width: 490px;
}

#comp-m03kptmk {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-m03kptmk {
    width: 439px;
    height: auto;
}

#comp-m03kt4sl {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-m03kt4sl {
    width: 463px;
    height: auto;
}

#comp-m03kz1k1 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-m03kz1kz5inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-m03kz1kz5inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 315px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-m03kz1kz5inlineContent-gridContainer]>[id="comp-m03kz1l06"] {
    position: relative;
    margin: 127px 0px 10px calc((100% - 245px) * 0.5);
    left: 92px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m03kz1l16inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-m03kz1l16inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-m03kz1l16inlineContent-gridContainer]>[id="comp-m03l2tgb"] {
    position: relative;
    margin: 38px 0px 38px calc((100% - 245px) * 0.5);
    left: 3px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m03kz1l3inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-m03kz1l3inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-m03kz1l3inlineContent-gridContainer]>[id="comp-m03kz1l37"] {
    position: relative;
    margin: 55px 0px 29px calc((100% - 490px) * 0.5);
    left: 26px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m03kz1l3inlineContent-gridContainer]>[id="comp-m03kz1l43"] {
    position: relative;
    margin: 0px 0px 47px calc((100% - 490px) * 0.5);
    left: 25px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

#comp-m03kz1kz5 {
    width: 245px;
}

#comp-m03kz1l06 {
    width: 60px;
    height: 60px;
}

#comp-m03kz1l16 {
    width: 245px;
}

#comp-m03l2tgb {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-m03l2tgb {
    width: 239px;
    height: 239px;
}

#comp-m03kz1l3 {
    width: 490px;
}

#comp-m03kz1l37 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-m03kz1l37 {
    width: 439px;
    height: auto;
}

#comp-m03kz1l43 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-m03kz1l43 {
    width: 463px;
    height: auto;
}

#comp-m03l3cpo {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-m03l3cqq4inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-m03l3cqq4inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 350px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-m03l3cqq4inlineContent-gridContainer]>[id="comp-m03l3cqr6"] {
    position: relative;
    margin: 123px 0px 10px calc((100% - 245px) * 0.5);
    left: 92px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m03l3cqtinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-m03l3cqtinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 350px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-m03l3cqtinlineContent-gridContainer]>[id="comp-m03l86uc"] {
    position: relative;
    margin: 33px 0px 10px calc((100% - 245px) * 0.5);
    left: 3px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m03l3cqu1inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-m03l3cqu1inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-m03l3cqu1inlineContent-gridContainer]>[id="comp-m03l3cqu8"] {
    position: relative;
    margin: 48px 0px 21px calc((100% - 490px) * 0.5);
    left: 25px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-m03l3cqu1inlineContent-gridContainer]>[id="comp-m03l3cqv5"] {
    position: relative;
    margin: 0px 0px 37px calc((100% - 490px) * 0.5);
    left: 20px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

#comp-m03l3cqq4 {
    width: 245px;
}

#comp-m03l3cqr6 {
    width: 60px;
    height: 60px;
}

#comp-m03l3cqt {
    width: 245px;
}

#comp-m03l86uc {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-m03l86uc {
    width: 239px;
    height: 239px;
}

#comp-m03l3cqu1 {
    width: 490px;
}

#comp-m03l3cqu8 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-m03l3cqu8 {
    width: 439px;
    height: auto;
}

#comp-m03l3cqv5 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-m03l3cqv5 {
    width: 463px;
    height: auto;
}

#comp-lzqynk1g {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-lzqynk1ginlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lzqynk1ginlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lzqynk1ginlineContent-gridContainer]>[id="comp-lzqynk2c1"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lzqynk2c1 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-lzqynk2h1inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lzqynk2h1inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 507px;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lzqynk2h1inlineContent-gridContainer]>[id="comp-lzqynk2i5"] {
    position: relative;
    margin: 110px 0px 38px calc((100% - 327px) * 0.5);
    left: 16px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lzqynk2h1inlineContent-gridContainer]>[id="comp-lzqynk2l"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 327px) * 0.5);
    left: 16px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lzqynk2z1inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lzqynk2z1inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lzqynk2z1inlineContent-gridContainer]>[id="comp-lzqynk302"] {
    position: relative;
    margin: 64px 0px 0px calc((100% - 653px) * 0.5);
    left: 14px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lzqynk2h1 {
    width: 327px;
}

#comp-lzqynk2i5 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lzqynk2i5 {
    width: 301px;
    height: auto;
}

#comp-lzqynk2l {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lzqynk2l {
    width: 293px;
    height: auto;
}

#comp-lzqynk2z1 {
    width: 653px;
}

#comp-lzqynk302 {
    width: 625px;
}

[data-mesh-id=comp-lzqynk302inlineContent] {
    height: auto;
    width: 625px;
}

[data-mesh-id=comp-lzqynk302inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lzqynk302inlineContent-gridContainer]>[id="comp-lzqynk321"] {
    position: relative;
    margin: 0px 0px 0px 0;
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lzqynk321 {
    --rd: 0px;
    --shd: 0 0 0 rgba(0, 0, 0, 0);
    --bg: var(--color_11);
    --brd: var(--color_15);
    --alpha-brd: 1;
    --brw: 0px;
    --alpha-bg: 0;
}

#comp-lzqynk321 {
    width: 625px;
}

[data-mesh-id=comp-lzqynk321inlineContent] {
    height: auto;
    width: 625px;
}

[data-mesh-id=comp-lzqynk321inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(4, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-lzqynk321inlineContent-gridContainer]>[id="comp-lzqynk333"] {
    position: relative;
    margin: 16px 0px 23px 0;
    left: 12px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lzqynk321inlineContent-gridContainer]>[id="comp-lzqynk3a"] {
    position: relative;
    margin: 0px 0px 20px 0;
    left: 14px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lzqynk321inlineContent-gridContainer]>[id="comp-lzqynk3b1"] {
    position: relative;
    margin: 0px 0px 69px 0;
    left: 14px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lzqynk321inlineContent-gridContainer]>[id="comp-lzqynk3g5"] {
    position: relative;
    margin: 0px 0px 11px 0;
    left: 12px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lzqynk321inlineContent-gridContainer]>[id="comp-lzqynk3l1"] {
    position: relative;
    margin: 0px 0px 27px 0;
    left: 125px;
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lzqynk333 {
    --errorTextColor: 255, 64, 64;
    --alpha-errorTextColor: 1;
    --errorTextFont: var(--font_8);
    --shd: none;
    --rd: 0px;
    --fnt: normal normal normal 12px/1.4em helvetica-w01-roman, sans-serif;
    --brw: 0px 0px 4px 0px;
    --bg: var(--color_11);
    --txt: var(--color_41);
    --alpha-txt: 1;
    --brd: var(--color_41);
    --txt2: var(--color_41);
    --alpha-txt2: 1;
    --brwh: 0px 0px 2px 0px;
    --bgh: var(--color_11);
    --brdh: var(--color_36);
    --brwf: 0px 0px 2px 0px;
    --bgf: var(--color_11);
    --brdf: var(--color_36);
    --brwe: 0px 0px 5px 0px;
    --bge: var(--color_11);
    --brde: 255, 64, 64;
    --trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
    --bgd: 255, 255, 255;
    --txtd: 219, 219, 219;
    --alpha-txtd: 1;
    --brwd: 1px;
    --brdd: 219, 219, 219;
    --alpha-brdd: 1;
    --fntlbl: normal normal bold 12px/1.4em helvetica-w01-bold, sans-serif;
    --txtlbl: var(--color_41);
    --alpha-txtlbl: 1;
    --txtlblrq: var(--color_41);
    --alpha-txtlblrq: 1;
    --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman, sans-serif;
    --alpha-bg: 0;
    --alpha-bgd: 1;
    --alpha-bge: 0;
    --alpha-bgf: 0;
    --alpha-bgh: 0;
    --alpha-brd: 1;
    --alpha-brde: 1;
    --alpha-brdf: 1;
    --alpha-brdh: 1;
    --alpha-btn_brd: 0.55;
    --boxShadowToggleOn-shd: none;
    --btn_brd: var(--color_15);
    --btn_brw: 1;
    --btn_fnt: var(--font_8);
    --fnt2: var(--font_8);
    --txt-placeholder: var(--color_14);
    --alpha-txt-placeholder: 1;
}

#comp-lzqynk333 {
    width: 293px;
    height: 56px;
}

#comp-lzqynk3a {
    --errorTextColor: 255, 64, 64;
    --alpha-errorTextColor: 1;
    --errorTextFont: var(--font_8);
    --shd: none;
    --rd: 0px;
    --fnt: normal normal normal 12px/1.4em helvetica-w01-roman, sans-serif;
    --brw: 0px 0px 4px 0px;
    --bg: var(--color_11);
    --txt: var(--color_41);
    --alpha-txt: 1;
    --brd: var(--color_41);
    --txt2: var(--color_41);
    --alpha-txt2: 1;
    --brwh: 0px 0px 2px 0px;
    --bgh: var(--color_11);
    --brdh: var(--color_36);
    --brwf: 0px 0px 2px 0px;
    --bgf: var(--color_11);
    --brdf: var(--color_36);
    --brwe: 0px 0px 5px 0px;
    --bge: var(--color_11);
    --brde: 255, 64, 64;
    --trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
    --bgd: 255, 255, 255;
    --txtd: 219, 219, 219;
    --alpha-txtd: 1;
    --brwd: 1px;
    --brdd: 219, 219, 219;
    --alpha-brdd: 1;
    --fntlbl: normal normal bold 12px/1.4em helvetica-w01-bold, sans-serif;
    --txtlbl: var(--color_41);
    --alpha-txtlbl: 1;
    --txtlblrq: var(--color_41);
    --alpha-txtlblrq: 1;
    --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman, sans-serif;
    --alpha-bg: 0;
    --alpha-bgd: 1;
    --alpha-bge: 0;
    --alpha-bgf: 0;
    --alpha-bgh: 0;
    --alpha-brd: 1;
    --alpha-brde: 1;
    --alpha-brdf: 1;
    --alpha-brdh: 1;
    --alpha-btn_brd: 0.55;
    --boxShadowToggleOn-shd: none;
    --btn_brd: var(--color_15);
    --btn_brw: 1;
    --btn_fnt: var(--font_8);
    --fnt2: var(--font_8);
    --txt-placeholder: var(--color_14);
    --alpha-txt-placeholder: 1;
}

#comp-lzqynk3a {
    width: 611px;
    height: 58px;
}

#comp-lzqynk3b1 {
    --errorTextColor: 255, 64, 64;
    --alpha-errorTextColor: 1;
    --errorTextFont: var(--font_8);
    --shd: none;
    --rd: 0px;
    --fnt: normal normal normal 12px/1.4em helvetica-w01-roman, sans-serif;
    --brw: 0px 0px 4px 0px;
    --bg: var(--color_11);
    --txt: var(--color_41);
    --alpha-txt: 1;
    --brd: var(--color_41);
    --txt2: var(--color_41);
    --alpha-txt2: 1;
    --brwh: 0px 0px 2px 0px;
    --bgh: var(--color_11);
    --brdh: var(--color_36);
    --bgd: 255, 255, 255;
    --txtd: 219, 219, 219;
    --alpha-txtd: 1;
    --brwd: 1px;
    --brdd: 219, 219, 219;
    --alpha-brdd: 1;
    --brwf: 0px 0px 2px 0px;
    --bgf: var(--color_11);
    --brdf: var(--color_36);
    --brwe: 0px 0px 5px 0px;
    --bge: var(--color_11);
    --brde: 255, 64, 64;
    --fntlbl: normal normal bold 12px/1.4em helvetica-w01-bold, sans-serif;
    --txtlbl: var(--color_41);
    --alpha-txtlbl: 1;
    --txtlblrq: var(--color_41);
    --alpha-txtlblrq: 1;
    --alpha-bg: 0;
    --alpha-bgd: 1;
    --alpha-bge: 0;
    --alpha-bgf: 0;
    --alpha-bgh: 0;
    --alpha-brd: 1;
    --alpha-brde: 1;
    --alpha-brdf: 1;
    --alpha-brdh: 1;
    --alpha-btn_brd: 0.55;
    --bg2: 170, 170, 170;
    --alpha-bg2: 1;
    --boxShadowToggleOn-shd: none;
    --btn_brd: var(--color_15);
    --btn_brw: 1;
    --btn_fnt: var(--font_8);
    --fnt2: var(--font_8);
    --txt-placeholder: var(--color_14);
    --alpha-txt-placeholder: 1;
}

#comp-lzqynk3b1 {
    width: 611px;
    height: 107px;
}

#comp-lzqynk3g5 {
    --rd: 0px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: normal normal bold 22px/1.4em helvetica-w01-light, sans-serif;
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_42);
    --brw: 2px;
    --bg: var(--color_11);
    --brd: 0, 0, 0;
    --bgh: var(--color_41);
    --brdh: var(--color_41);
    --txth: var(--color_11);
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-bg: 0;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brdh: 1;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --boxShadowToggleOn-shd: none;
    --margin: 0;
}

#comp-lzqynk3g5 {
    width: 610px;
    height: 36px;
}

#comp-lzqynk3l1 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lzqynk3l1 {
    width: 389px;
    height: auto;
}

#comp-m015de5i {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-m015de5iinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-m015de5iinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-m015de5iinlineContent-gridContainer]>[id="comp-m015efmg"] {
    position: relative;
    margin: 71px 0px 34px calc((100% - 980px) * 0.5);
    left: -1px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-m015efmg {
    width: 980px;
    height: 563px;
}

#xcdd0 {
    width: auto;
    min-height: 40px;
}

#pageBackground_xcdd0 {
    --bg-position: absolute;
    --fill-layer-background-overlay-color: transparent;
    --fill-layer-background-overlay-position: absolute;
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
}

#comp-m02g6cha {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    min-width: 980px;
}

#comp-m03xikqe {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-m03xil4w2 {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-m02g6u30 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-m02g7sox {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-m02gcp9u {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-m02gd7co {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-m0dmdt9r {
    --height: 268px;
    --width: 326px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
}

#comp-m03iyr9c {
    --shc-mutated-brightness: 124, 123, 122;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 18px/1.4em helvetica-w01-bold, sans-serif;
    direction: var(--wix-opt-in-direction, ltr);
    --label-align: center;
    --label-text-align: center;
}

#comp-m03il256 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-m03il2gh {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-m03kd8zq:hover {
    --shc-mutated-brightness: 121, 51, 4;
}

#comp-m03kd8zq {
    --shc-mutated-brightness: 110, 46, 3;
}

#comp-m03kd912 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-m03kgd6i {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-m03jqdl3:hover {
    --shc-mutated-brightness: 121, 51, 4;
}

#comp-m03jqdl3 {
    --shc-mutated-brightness: 110, 46, 3;
}

#comp-m03jqdlv {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-m03kfq19 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-m03jrxx5:hover {
    --shc-mutated-brightness: 121, 51, 4;
}

#comp-m03jrxx5 {
    --shc-mutated-brightness: 110, 46, 3;
}

#comp-m03jrxxv {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-m03jrxxw {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-m03kkfor {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    min-width: 980px;
}

#comp-m03kko1k {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-m03kko2k {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    width: 100%;
    --column-width: 245px;
    --column-flex: 245;
}

#comp-m03kp5hw {
    --opacity: 1;
}

#comp-m03kmbx5 {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    width: 100%;
    --column-width: 245px;
    --column-flex: 245;
}

#comp-m03kxx4s {
    --height: 239px;
    --width: 239px;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat;
}

#comp-m03kptlk {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    width: 100%;
    --column-width: 490px;
    --column-flex: 490;
}

#comp-m03kptmk {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-m03kt4sl {
    --min-height: 34px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-m03kz1k1 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-m03kz1kz5 {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    width: 100%;
    --column-width: 245px;
    --column-flex: 245;
}

#comp-m03kz1l06 {
    --opacity: 1;
}

#comp-m03kz1l16 {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    width: 100%;
    --column-width: 245px;
    --column-flex: 245;
}

#comp-m03l2tgb {
    --height: 239px;
    --width: 239px;
}

#comp-m03kz1l3 {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    width: 100%;
    --column-width: 490px;
    --column-flex: 490;
}

#comp-m03kz1l37 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-m03kz1l43 {
    --min-height: 34px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-m03l3cpo {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-m03l3cqq4 {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    width: 100%;
    --column-width: 245px;
    --column-flex: 245;
}

#comp-m03l3cqr6 {
    --opacity: 1;
}

#comp-m03l3cqt {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    width: 100%;
    --column-width: 245px;
    --column-flex: 245;
}

#comp-m03l86uc {
    --height: 239px;
    --width: 239px;
}

#comp-m03l3cqu1 {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    width: 100%;
    --column-width: 490px;
    --column-flex: 490;
}

#comp-m03l3cqu8 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-m03l3cqv5 {
    --min-height: 34px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lzqynk1g {
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
    min-width: 980px;
}

#comp-lzqynk2c1 {
    --bg-overlay-color: rgb(var(--color_41));
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-lzqynk2h1 {
    --bg-overlay-color: rgb(242, 101, 7);
    --bg-gradient: none;
    width: 100%;
    --column-width: 327px;
    --column-flex: 327;
}

#comp-lzqynk2i5 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lzqynk2l {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-lzqynk2z1 {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    width: 100%;
    --column-width: 653px;
    --column-flex: 653;
}

#comp-lzqynk333 {
    --fnt: normal normal normal 12px/1.4em helvetica-w01-roman, sans-serif;
    --fntlbl: normal normal bold 12px/1.4em helvetica-w01-bold, sans-serif;
    --direction: var(--wix-opt-in-direction, ltr);
    --align: start;
    --labelDirection: inherit;
    --inputDirection: inherit;
    --errorDirection: inherit;
    --requiredIndicationDisplay: inline;
    --labelMarginBottom: 9px;
    --textPadding: 3px;
    --textPadding_start: 10px;
    --textPadding_end: 3px;
    --labelPadding_start: 1px;
    --labelPadding_end: 20px;
    height: auto;
    --inputHeight: 35px;
}

#comp-lzqynk3a {
    --fnt: normal normal normal 12px/1.4em helvetica-w01-roman, sans-serif;
    --fntlbl: normal normal bold 12px/1.4em helvetica-w01-bold, sans-serif;
    --direction: var(--wix-opt-in-direction, ltr);
    --align: start;
    --labelDirection: inherit;
    --inputDirection: inherit;
    --errorDirection: inherit;
    --requiredIndicationDisplay: inline;
    --labelMarginBottom: 9px;
    --textPadding: 3px;
    --textPadding_start: 10px;
    --textPadding_end: 3px;
    --labelPadding_start: 1px;
    --labelPadding_end: 20px;
    height: auto;
    --inputHeight: 37px;
}

#comp-lzqynk3b1 {
    --fntlbl: normal normal bold 12px/1.4em helvetica-w01-bold, sans-serif;
    --fnt: normal normal normal 12px/1.4em helvetica-w01-roman, sans-serif;
    --direction: var(--wix-opt-in-direction, ltr);
    --labelDirection: inherit;
    --inputDirection: inherit;
    --errorDirection: inherit;
    --align: start;
    --textPaddingTop: 3px;
    --textPaddingStart: 10px;
    --textPaddingEnd: 10px;
    --labelMarginBottom: 9px;
    --requiredIndicationDisplay: inline;
    --labelPadding_start: 1px;
    --labelPadding_end: 20px;
    height: auto;
    --inputHeight: 86px;
}

#comp-lzqynk3g5 {
    --shc-mutated-brightness: 128, 128, 128;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal bold 22px/1.4em helvetica-w01-light, sans-serif;
    direction: var(--wix-opt-in-direction, ltr);
    --label-align: center;
    --label-text-align: center;
}

#comp-lzqynk3l1 {
    --text-direction: var(--wix-opt-in-direction);
}

#comp-m015de5i {
    --bg-overlay-color: rgb(0, 0, 0);
    --bg-gradient: none;
    min-width: 980px;
}

.comp-lbwcxrhg4 {
    --wix-color-1: 255, 255, 255;
    --wix-color-2: 232, 230, 230;
    --wix-color-3: 199, 199, 199;
    --wix-color-4: 95, 95, 95;
    --wix-color-5: 51, 51, 51;
    --wix-color-6: 237, 201, 177;
    --wix-color-7: 246, 101, 4;
    --wix-color-8: 241, 101, 7;
    --wix-color-9: 216, 101, 22;
    --wix-color-10: 67, 36, 16;
    --wix-color-11: 249, 197, 180;
    --wix-color-12: 243, 167, 143;
    --wix-color-13: 237, 88, 41;
    --wix-color-14: 158, 59, 27;
    --wix-color-15: 79, 29, 14;
    --wix-color-16: 210, 172, 247;
    --wix-color-17: 186, 131, 240;
    --wix-color-18: 128, 21, 232;
    --wix-color-19: 85, 14, 155;
    --wix-color-20: 43, 7, 77;
    --wix-color-21: 177, 211, 187;
    --wix-color-22: 127, 168, 139;
    --wix-color-23: 64, 124, 81;
    --wix-color-24: 43, 83, 54;
    --wix-color-25: 21, 41, 27;
    --wix-color-26: 255, 255, 255;
    --wix-color-27: 51, 51, 51;
    --wix-color-28: 232, 230, 230;
    --wix-color-29: 199, 199, 199;
    --wix-color-30: 95, 95, 95;
    --wix-color-31: 241, 101, 7;
    --wix-color-32: 246, 101, 4;
    --wix-color-33: 216, 101, 22;
    --wix-color-34: 254, 98, 50;
    --wix-color-35: 51, 51, 51;
    --wix-color-36: 51, 51, 51;
    --wix-color-37: 95, 95, 95;
    --wix-color-38: 241, 101, 7;
    --wix-color-39: 241, 101, 7;
    --wix-color-40: 255, 255, 255;
    --wix-color-41: 255, 255, 255;
    --wix-color-42: 241, 101, 7;
    --wix-color-43: 241, 101, 7;
    --wix-color-44: 199, 199, 199;
    --wix-color-45: 199, 199, 199;
    --wix-color-46: 255, 255, 255;
    --wix-color-47: 255, 255, 255;
    --wix-color-48: 241, 101, 7;
    --wix-color-49: 241, 101, 7;
    --wix-color-50: 241, 101, 7;
    --wix-color-51: 241, 101, 7;
    --wix-color-52: 255, 255, 255;
    --wix-color-53: 255, 255, 255;
    --wix-color-54: 199, 199, 199;
    --wix-color-55: 199, 199, 199;
    --wix-font-Title: normal normal bold 56px/1.4em helvetica-w01-bold, sans-serif;
    --wix-font-Title-style: normal;
    --wix-font-Title-variant: normal;
    --wix-font-Title-weight: bold;
    --wix-font-Title-size: 56px;
    --wix-font-Title-line-height: 1.4em;
    --wix-font-Title-family: helvetica-w01-bold, sans-serif;
    --wix-font-Title-text-decoration: none;
    --wix-font-Menu: normal normal normal 16px/1.4em din-next-w01-light, sans-serif;
    --wix-font-Menu-style: normal;
    --wix-font-Menu-variant: normal;
    --wix-font-Menu-weight: normal;
    --wix-font-Menu-size: 16px;
    --wix-font-Menu-line-height: 1.4em;
    --wix-font-Menu-family: din-next-w01-light, sans-serif;
    --wix-font-Menu-text-decoration: none;
    --wix-font-Page-title: normal normal normal 46px/1.4em helvetica-w01-light, sans-serif;
    --wix-font-Page-title-style: normal;
    --wix-font-Page-title-variant: normal;
    --wix-font-Page-title-weight: normal;
    --wix-font-Page-title-size: 46px;
    --wix-font-Page-title-line-height: 1.4em;
    --wix-font-Page-title-family: helvetica-w01-light, sans-serif;
    --wix-font-Page-title-text-decoration: none;
    --wix-font-Heading-XL: normal normal normal 36px/1.4em helvetica-w01-bold, sans-serif;
    --wix-font-Heading-XL-style: normal;
    --wix-font-Heading-XL-variant: normal;
    --wix-font-Heading-XL-weight: normal;
    --wix-font-Heading-XL-size: 36px;
    --wix-font-Heading-XL-line-height: 1.4em;
    --wix-font-Heading-XL-family: helvetica-w01-bold, sans-serif;
    --wix-font-Heading-XL-text-decoration: none;
    --wix-font-Heading-L: normal normal normal 20px/1.4em helvetica-w01-roman, sans-serif;
    --wix-font-Heading-L-style: normal;
    --wix-font-Heading-L-variant: normal;
    --wix-font-Heading-L-weight: normal;
    --wix-font-Heading-L-size: 20px;
    --wix-font-Heading-L-line-height: 1.4em;
    --wix-font-Heading-L-family: helvetica-w01-roman, sans-serif;
    --wix-font-Heading-L-text-decoration: none;
    --wix-font-Heading-M: normal normal normal 18px/1.4em helvetica-w01-bold, sans-serif;
    --wix-font-Heading-M-style: normal;
    --wix-font-Heading-M-variant: normal;
    --wix-font-Heading-M-weight: normal;
    --wix-font-Heading-M-size: 18px;
    --wix-font-Heading-M-line-height: 1.4em;
    --wix-font-Heading-M-family: helvetica-w01-bold, sans-serif;
    --wix-font-Heading-M-text-decoration: none;
    --wix-font-Heading-S: normal normal normal 20px/1.4em helvetica-w01-bold, sans-serif;
    --wix-font-Heading-S-style: normal;
    --wix-font-Heading-S-variant: normal;
    --wix-font-Heading-S-weight: normal;
    --wix-font-Heading-S-size: 20px;
    --wix-font-Heading-S-line-height: 1.4em;
    --wix-font-Heading-S-family: helvetica-w01-bold, sans-serif;
    --wix-font-Heading-S-text-decoration: none;
    --wix-font-Body-L: normal normal normal 16px/1.6em helvetica-w01-light, sans-serif;
    --wix-font-Body-L-style: normal;
    --wix-font-Body-L-variant: normal;
    --wix-font-Body-L-weight: normal;
    --wix-font-Body-L-size: 16px;
    --wix-font-Body-L-line-height: 1.6em;
    --wix-font-Body-L-family: helvetica-w01-light, sans-serif;
    --wix-font-Body-L-text-decoration: none;
    --wix-font-Body-M: normal normal normal 14px/1.6em helvetica-w01-light, sans-serif;
    --wix-font-Body-M-style: normal;
    --wix-font-Body-M-variant: normal;
    --wix-font-Body-M-weight: normal;
    --wix-font-Body-M-size: 14px;
    --wix-font-Body-M-line-height: 1.6em;
    --wix-font-Body-M-family: helvetica-w01-light, sans-serif;
    --wix-font-Body-M-text-decoration: none;
    --wix-font-Body-S: normal normal normal 16px/1.6em helvetica-w01-light, sans-serif;
    --wix-font-Body-S-style: normal;
    --wix-font-Body-S-variant: normal;
    --wix-font-Body-S-weight: normal;
    --wix-font-Body-S-size: 16px;
    --wix-font-Body-S-line-height: 1.6em;
    --wix-font-Body-S-family: helvetica-w01-light, sans-serif;
    --wix-font-Body-S-text-decoration: none;
    --wix-font-Body-XS: normal normal normal 12px/1.4em din-next-w01-light, sans-serif;
    --wix-font-Body-XS-style: normal;
    --wix-font-Body-XS-variant: normal;
    --wix-font-Body-XS-weight: normal;
    --wix-font-Body-XS-size: 12px;
    --wix-font-Body-XS-line-height: 1.4em;
    --wix-font-Body-XS-family: din-next-w01-light, sans-serif;
    --wix-font-Body-XS-text-decoration: none;
    --wix-font-LIGHT: normal normal normal 12px/1.4em HelveticaNeueW01-45Ligh;
    --wix-font-LIGHT-style: normal;
    --wix-font-LIGHT-variant: normal;
    --wix-font-LIGHT-weight: normal;
    --wix-font-LIGHT-size: 12px;
    --wix-font-LIGHT-line-height: 1.4em;
    --wix-font-LIGHT-family: HelveticaNeueW01-45Ligh;
    --wix-font-LIGHT-text-decoration: none;
    --wix-font-MEDIUM: normal normal normal 12px/1.4em HelveticaNeueW01-55Roma;
    --wix-font-MEDIUM-style: normal;
    --wix-font-MEDIUM-variant: normal;
    --wix-font-MEDIUM-weight: normal;
    --wix-font-MEDIUM-size: 12px;
    --wix-font-MEDIUM-line-height: 1.4em;
    --wix-font-MEDIUM-family: HelveticaNeueW01-55Roma;
    --wix-font-MEDIUM-text-decoration: none;
    --wix-font-STRONG: normal normal normal 12px/1.4em HelveticaNeueW01-65Medi;
    --wix-font-STRONG-style: normal;
    --wix-font-STRONG-variant: normal;
    --wix-font-STRONG-weight: normal;
    --wix-font-STRONG-size: 12px;
    --wix-font-STRONG-line-height: 1.4em;
    --wix-font-STRONG-family: HelveticaNeueW01-65Medi;
    --wix-font-STRONG-text-decoration: none;
    --wix-direction: ltr;
    --m_galleryImageRatio: 2;
    --newItemsDetails: 1;
    --itemBorderWidth: 0;
    --galleryImageRatio: 2;
    --itemClick: 1;
    --gridStyle: 1;
    --previewHover: 0;
    --itemBorderRadius: 0;
    --gallerySize: 48;
    --te-padding-slider: 50;
    --m_designedPresetId: -1;
    --newItemsLocation: 0;
    --scrollDirection: 0;
    --m_imageMargin: 8;
    --m_numberOfImagesPerRow: 3;
    --m_gridStyle: 1;
    --collageDensity: 80;
    --loveCounter: 1;
    --galleryLayout: 2;
    --numberOfImagesPerRow: 4;
    --galleryVerticalAlign: 0;
    --imageHoverAnimation: 1;
    --arrowsVerticalPosition: 0;
    --galleryHorizontalAlign: 0;
    --m_imageResize: 0;
    --imageResize: 0;
    --designedPresetId: -1;
    --imageMargin: 20;
    --textFont: normal normal normal 20px/1.4em helvetica-w01-light, sans-serif;
    --m_itemIconColorSlideshow: 51, 51, 51;
    --m_itemIconColorSlideshow-rgb: 51, 51, 51;
    --m_itemIconColorSlideshow-opacity: 1;
    --m_itemDescriptionFontColor: 255, 255, 255;
    --m_itemDescriptionFontColor-rgb: 255, 255, 255;
    --m_itemDescriptionFontColor-opacity: 1;
    --m_itemBorderColor: 51, 51, 51;
    --m_itemBorderColor-rgb: 51, 51, 51;
    --m_itemBorderColor-opacity: 1;
    --itemIconColor: 255, 255, 255;
    --itemIconColor-rgb: 255, 255, 255;
    --itemIconColor-opacity: 1;
    --titleColorExpand: 51, 51, 51;
    --titleColorExpand-rgb: 51, 51, 51;
    --titleColorExpand-opacity: 1;
    --loadMoreButtonFontColor: 51, 51, 51;
    --loadMoreButtonFontColor-rgb: 51, 51, 51;
    --loadMoreButtonFontColor-opacity: 1;
    --itemDescriptionFontColor: 255, 255, 255;
    --itemDescriptionFontColor-rgb: 255, 255, 255;
    --itemDescriptionFontColor-opacity: 1;
    --m_customButtonFontColor: 255, 255, 255;
    --m_customButtonFontColor-rgb: 255, 255, 255;
    --m_customButtonFontColor-opacity: 1;
    --m_overlayGradientColor1: 255, 255, 255;
    --m_overlayGradientColor1-rgb: 255, 255, 255;
    --m_overlayGradientColor1-opacity: 1;
    --m_arrowsColor: 255, 255, 255;
    --m_arrowsColor-rgb: 255, 255, 255;
    --m_arrowsColor-opacity: 1;
    --arrowsContainerBackgroundColor: 51, 51, 51, 0.6;
    --arrowsContainerBackgroundColor-rgb: 51, 51, 51;
    --arrowsContainerBackgroundColor-opacity: 0.6;
    --m_externalCustomButtonColor: 241, 101, 7, 0;
    --m_externalCustomButtonColor-rgb: 241, 101, 7;
    --m_externalCustomButtonColor-opacity: 0;
    --customButtonBorderColor: 255, 255, 255;
    --customButtonBorderColor-rgb: 255, 255, 255;
    --customButtonBorderColor-opacity: 1;
    --m_customButtonFontColorForHover: 51, 51, 51;
    --m_customButtonFontColorForHover-rgb: 51, 51, 51;
    --m_customButtonFontColorForHover-opacity: 1;
    --m_itemOpacity: 95, 95, 95, 0.6;
    --m_itemOpacity-rgb: 95, 95, 95;
    --m_itemOpacity-opacity: 0.6;
    --textBoxFillColor: 232, 230, 230;
    --textBoxFillColor-rgb: 232, 230, 230;
    --textBoxFillColor-opacity: 1;
    --itemOpacity: 95, 95, 95, 0;
    --itemOpacity-rgb: 95, 95, 95;
    --itemOpacity-opacity: 0;
    --loadMoreButtonColor: 255, 255, 255;
    --loadMoreButtonColor-rgb: 255, 255, 255;
    --loadMoreButtonColor-opacity: 1;
    --m_itemFontColor: 255, 255, 255;
    --m_itemFontColor-rgb: 255, 255, 255;
    --m_itemFontColor-opacity: 1;
    --m_arrowsContainerBackgroundColor: 51, 51, 51, 0.6;
    --m_arrowsContainerBackgroundColor-rgb: 51, 51, 51;
    --m_arrowsContainerBackgroundColor-opacity: 0.6;
    --loadMoreButtonBorderColor: 51, 51, 51;
    --loadMoreButtonBorderColor-rgb: 51, 51, 51;
    --loadMoreButtonBorderColor-opacity: 1;
    --m_itemShadowOpacityAndColor: 51, 51, 51, 0.2;
    --m_itemShadowOpacityAndColor-rgb: 51, 51, 51;
    --m_itemShadowOpacityAndColor-opacity: 0.2;
    --customButtonFontColor: 255, 255, 255;
    --customButtonFontColor-rgb: 255, 255, 255;
    --customButtonFontColor-opacity: 1;
    --imageLoadingColor: 232, 230, 230;
    --imageLoadingColor-rgb: 232, 230, 230;
    --imageLoadingColor-opacity: 1;
    --m_itemFontColorSlideshow: 51, 51, 51;
    --m_itemFontColorSlideshow-rgb: 51, 51, 51;
    --m_itemFontColorSlideshow-opacity: 1;
    --externalCustomButtonBorderColor: 51, 51, 51;
    --externalCustomButtonBorderColor-rgb: 51, 51, 51;
    --externalCustomButtonBorderColor-opacity: 1;
    --itemShadowOpacityAndColor: 51, 51, 51, 0.2;
    --itemShadowOpacityAndColor-rgb: 51, 51, 51;
    --itemShadowOpacityAndColor-opacity: 0.2;
    --externalCustomButtonColor: 241, 101, 7, 0;
    --externalCustomButtonColor-rgb: 241, 101, 7;
    --externalCustomButtonColor-opacity: 0;
    --itemFontColorSlideshow: 51, 51, 51;
    --itemFontColorSlideshow-rgb: 51, 51, 51;
    --itemFontColorSlideshow-opacity: 1;
    --itemFontColor: 255, 255, 255;
    --itemFontColor-rgb: 255, 255, 255;
    --itemFontColor-opacity: 1;
    --m_oneColorAnimationColor: 255, 255, 255;
    --m_oneColorAnimationColor-rgb: 255, 255, 255;
    --m_oneColorAnimationColor-opacity: 1;
    --arrowsColor: 255, 255, 255;
    --arrowsColor-rgb: 255, 255, 255;
    --arrowsColor-opacity: 1;
    --m_itemIconColor: 255, 255, 255;
    --m_itemIconColor-rgb: 255, 255, 255;
    --m_itemIconColor-opacity: 1;
    --itemBorderColor: 51, 51, 51;
    --itemBorderColor-rgb: 51, 51, 51;
    --itemBorderColor-opacity: 1;
    --m_loadMoreButtonBorderColor: 51, 51, 51;
    --m_loadMoreButtonBorderColor-rgb: 51, 51, 51;
    --m_loadMoreButtonBorderColor-opacity: 1;
    --m_loadMoreButtonColor: 255, 255, 255;
    --m_loadMoreButtonColor-rgb: 255, 255, 255;
    --m_loadMoreButtonColor-opacity: 1;
    --m_customButtonBorderColor: 255, 255, 255;
    --m_customButtonBorderColor-rgb: 255, 255, 255;
    --m_customButtonBorderColor-opacity: 1;
    --itemIconColorSlideshow: 51, 51, 51;
    --itemIconColorSlideshow-rgb: 51, 51, 51;
    --itemIconColorSlideshow-opacity: 1;
    --foreColor: 232, 230, 230;
    --foreColor-rgb: 232, 230, 230;
    --foreColor-opacity: 1;
    --m_itemDescriptionFontColorSlideshow: 51, 51, 51;
    --m_itemDescriptionFontColorSlideshow-rgb: 51, 51, 51;
    --m_itemDescriptionFontColorSlideshow-opacity: 1;
    --bgColorExpand: 255, 255, 255;
    --bgColorExpand-rgb: 255, 255, 255;
    --bgColorExpand-opacity: 1;
    --textBoxBorderColor: 51, 51, 51;
    --textBoxBorderColor-rgb: 51, 51, 51;
    --textBoxBorderColor-opacity: 1;
    --customButtonFontColorForHover: 51, 51, 51;
    --customButtonFontColorForHover-rgb: 51, 51, 51;
    --customButtonFontColorForHover-opacity: 1;
    --m_loadMoreButtonFontColor: 51, 51, 51;
    --m_loadMoreButtonFontColor-rgb: 51, 51, 51;
    --m_loadMoreButtonFontColor-opacity: 1;
    --customButtonColor: 255, 255, 255, 0;
    --customButtonColor-rgb: 255, 255, 255;
    --customButtonColor-opacity: 0;
    --descriptionColorExpand: 51, 51, 51;
    --descriptionColorExpand-rgb: 51, 51, 51;
    --descriptionColorExpand-opacity: 1;
    --actionsColorExpand: 51, 51, 51;
    --actionsColorExpand-rgb: 51, 51, 51;
    --actionsColorExpand-opacity: 1;
    --oneColorAnimationColor: 255, 255, 255;
    --oneColorAnimationColor-rgb: 255, 255, 255;
    --oneColorAnimationColor-opacity: 1;
    --backColor: 232, 230, 230;
    --backColor-rgb: 232, 230, 230;
    --backColor-opacity: 1;
    --itemDescriptionFontColorSlideshow: 51, 51, 51;
    --itemDescriptionFontColorSlideshow-rgb: 51, 51, 51;
    --itemDescriptionFontColorSlideshow-opacity: 1;
    --m_externalCustomButtonBorderColor: 51, 51, 51;
    --m_externalCustomButtonBorderColor-rgb: 51, 51, 51;
    --m_externalCustomButtonBorderColor-opacity: 1;
    --te-background-color-picker: 246, 101, 4;
    --te-background-color-picker-rgb: 246, 101, 4;
    --te-background-color-picker-opacity: 1;
    --m_customButtonColor: 255, 255, 255, 0;
    --m_customButtonColor-rgb: 255, 255, 255;
    --m_customButtonColor-opacity: 0;
    --overlayGradientColor2: 255, 255, 255;
    --overlayGradientColor2-rgb: 255, 255, 255;
    --overlayGradientColor2-opacity: 1;
    --m_overlayGradientColor2: 255, 255, 255;
    --m_overlayGradientColor2-rgb: 255, 255, 255;
    --m_overlayGradientColor2-opacity: 1;
    --overlayGradientColor1: 255, 255, 255;
    --overlayGradientColor1-rgb: 255, 255, 255;
    --overlayGradientColor1-opacity: 1;
    --backgroundColor: 199, 199, 199;
    --backgroundColor-rgb: 199, 199, 199;
    --backgroundColor-opacity: 1;
    --textColor: 51, 51, 51;
    --textColor-rgb: 51, 51, 51;
    --textColor-opacity: 1;
    --m_customButtonFontForHover: normal normal normal 15px/18px wfont_000751_dde043c9cc214f9bbc15a2e74a9d960b, wf_dde043c9cc214f9bbc15a2e74, orig_montserrat_regular;
    --m_customButtonFontForHover-style: normal;
    --m_customButtonFontForHover-variant: normal;
    --m_customButtonFontForHover-weight: normal;
    --m_customButtonFontForHover-size: 15px;
    --m_customButtonFontForHover-line-height: 18px;
    --m_customButtonFontForHover-family: wfont_000751_dde043c9cc214f9bbc15a2e74a9d960b, wf_dde043c9cc214f9bbc15a2e74, orig_montserrat_regular;
    --m_customButtonFontForHover-text-decoration: none;
    --m_customButtonFont: normal normal normal 15px/18px wfont_000751_dde043c9cc214f9bbc15a2e74a9d960b, wf_dde043c9cc214f9bbc15a2e74, orig_montserrat_regular;
    --m_customButtonFont-style: normal;
    --m_customButtonFont-variant: normal;
    --m_customButtonFont-weight: normal;
    --m_customButtonFont-size: 15px;
    --m_customButtonFont-line-height: 18px;
    --m_customButtonFont-family: wfont_000751_dde043c9cc214f9bbc15a2e74a9d960b, wf_dde043c9cc214f9bbc15a2e74, orig_montserrat_regular;
    --m_customButtonFont-text-decoration: none;
    --m_itemFont: normal normal normal 20px/25px wfont_000751_ae785b7c779c4732bc0037e42e97d1e1, wf_ae785b7c779c4732bc0037e42, orig_montserrat_semibold;
    --m_itemFont-style: normal;
    --m_itemFont-variant: normal;
    --m_itemFont-weight: normal;
    --m_itemFont-size: 20px;
    --m_itemFont-line-height: 25px;
    --m_itemFont-family: wfont_000751_ae785b7c779c4732bc0037e42e97d1e1, wf_ae785b7c779c4732bc0037e42, orig_montserrat_semibold;
    --m_itemFont-text-decoration: none;
    --m_itemFontSlideshow: normal normal normal 22px/27px helvetica-w01-bold, sans-serif;
    --m_itemFontSlideshow-style: normal;
    --m_itemFontSlideshow-variant: normal;
    --m_itemFontSlideshow-weight: normal;
    --m_itemFontSlideshow-size: 22px;
    --m_itemFontSlideshow-line-height: 27px;
    --m_itemFontSlideshow-family: helvetica-w01-bold, sans-serif;
    --m_itemFontSlideshow-text-decoration: none;
    --customButtonFontForHover: normal normal normal 15px/18px wfont_000751_dde043c9cc214f9bbc15a2e74a9d960b, wf_dde043c9cc214f9bbc15a2e74, orig_montserrat_regular;
    --customButtonFontForHover-style: normal;
    --customButtonFontForHover-variant: normal;
    --customButtonFontForHover-weight: normal;
    --customButtonFontForHover-size: 15px;
    --customButtonFontForHover-line-height: 18px;
    --customButtonFontForHover-family: wfont_000751_dde043c9cc214f9bbc15a2e74a9d960b, wf_dde043c9cc214f9bbc15a2e74, orig_montserrat_regular;
    --customButtonFontForHover-text-decoration: none;
    --text-editor-font: normal normal normal 40px/50px avenir-lt-w01_85-heavy1475544, sans-serif;
    --text-editor-font-style: normal;
    --text-editor-font-variant: normal;
    --text-editor-font-weight: normal;
    --text-editor-font-size: 40px;
    --text-editor-font-line-height: 50px;
    --text-editor-font-family: avenir-lt-w01_85-heavy1475544, sans-serif;
    --text-editor-font-text-decoration: none;
    --m_loadMoreButtonFont: normal normal normal 14px/17px wfont_000751_dde043c9cc214f9bbc15a2e74a9d960b, wf_dde043c9cc214f9bbc15a2e74, orig_montserrat_regular;
    --m_loadMoreButtonFont-style: normal;
    --m_loadMoreButtonFont-variant: normal;
    --m_loadMoreButtonFont-weight: normal;
    --m_loadMoreButtonFont-size: 14px;
    --m_loadMoreButtonFont-line-height: 17px;
    --m_loadMoreButtonFont-family: wfont_000751_dde043c9cc214f9bbc15a2e74a9d960b, wf_dde043c9cc214f9bbc15a2e74, orig_montserrat_regular;
    --m_loadMoreButtonFont-text-decoration: none;
    --itemDescriptionFont: normal normal normal 14px/1.6em helvetica-w01-light, sans-serif;
    --itemDescriptionFont-style: normal;
    --itemDescriptionFont-variant: normal;
    --itemDescriptionFont-weight: normal;
    --itemDescriptionFont-size: 14px;
    --itemDescriptionFont-line-height: 1.6em;
    --itemDescriptionFont-family: helvetica-w01-light, sans-serif;
    --itemDescriptionFont-text-decoration: none;
    --text-editor-font-1499774301866: normal normal normal 40px/50px avenir-lt-w01_35-light1475496, sans-serif;
    --text-editor-font-1499774301866-style: normal;
    --text-editor-font-1499774301866-variant: normal;
    --text-editor-font-1499774301866-weight: normal;
    --text-editor-font-1499774301866-size: 40px;
    --text-editor-font-1499774301866-line-height: 50px;
    --text-editor-font-1499774301866-family: avenir-lt-w01_35-light1475496, sans-serif;
    --text-editor-font-1499774301866-text-decoration: none;
    --customButtonFont: normal normal normal 15px/18px wfont_000751_dde043c9cc214f9bbc15a2e74a9d960b, wf_dde043c9cc214f9bbc15a2e74, orig_montserrat_regular;
    --customButtonFont-style: normal;
    --customButtonFont-variant: normal;
    --customButtonFont-weight: normal;
    --customButtonFont-size: 15px;
    --customButtonFont-line-height: 18px;
    --customButtonFont-family: wfont_000751_dde043c9cc214f9bbc15a2e74a9d960b, wf_dde043c9cc214f9bbc15a2e74, orig_montserrat_regular;
    --customButtonFont-text-decoration: none;
    --m_itemDescriptionFont: normal normal normal 14px/17px wfont_000751_dde043c9cc214f9bbc15a2e74a9d960b, wf_dde043c9cc214f9bbc15a2e74, orig_montserrat_regular;
    --m_itemDescriptionFont-style: normal;
    --m_itemDescriptionFont-variant: normal;
    --m_itemDescriptionFont-weight: normal;
    --m_itemDescriptionFont-size: 14px;
    --m_itemDescriptionFont-line-height: 17px;
    --m_itemDescriptionFont-family: wfont_000751_dde043c9cc214f9bbc15a2e74a9d960b, wf_dde043c9cc214f9bbc15a2e74, orig_montserrat_regular;
    --m_itemDescriptionFont-text-decoration: none;
    --loadMoreButtonFont: normal normal normal 14px/1.6em helvetica-w01-light, sans-serif;
    --loadMoreButtonFont-style: normal;
    --loadMoreButtonFont-variant: normal;
    --loadMoreButtonFont-weight: normal;
    --loadMoreButtonFont-size: 14px;
    --loadMoreButtonFont-line-height: 1.6em;
    --loadMoreButtonFont-family: helvetica-w01-light, sans-serif;
    --loadMoreButtonFont-text-decoration: none;
    --itemFontSlideshow: normal normal normal 22px/27px helvetica-w01-bold, sans-serif;
    --itemFontSlideshow-style: normal;
    --itemFontSlideshow-variant: normal;
    --itemFontSlideshow-weight: normal;
    --itemFontSlideshow-size: 22px;
    --itemFontSlideshow-line-height: 27px;
    --itemFontSlideshow-family: helvetica-w01-bold, sans-serif;
    --itemFontSlideshow-text-decoration: none;
    --titleFontExpand: normal normal normal 46px/1.4em helvetica-w01-light, sans-serif;
    --titleFontExpand-style: normal;
    --titleFontExpand-variant: normal;
    --titleFontExpand-weight: normal;
    --titleFontExpand-size: 46px;
    --titleFontExpand-line-height: 1.4em;
    --titleFontExpand-family: helvetica-w01-light, sans-serif;
    --titleFontExpand-text-decoration: none;
    --m_itemDescriptionFontSlideshow: normal normal normal 15px/18px helvetica-w01-light, sans-serif;
    --m_itemDescriptionFontSlideshow-style: normal;
    --m_itemDescriptionFontSlideshow-variant: normal;
    --m_itemDescriptionFontSlideshow-weight: normal;
    --m_itemDescriptionFontSlideshow-size: 15px;
    --m_itemDescriptionFontSlideshow-line-height: 18px;
    --m_itemDescriptionFontSlideshow-family: helvetica-w01-light, sans-serif;
    --m_itemDescriptionFontSlideshow-text-decoration: none;
    --itemDescriptionFontSlideshow: normal normal normal 15px/18px helvetica-w01-light, sans-serif;
    --itemDescriptionFontSlideshow-style: normal;
    --itemDescriptionFontSlideshow-variant: normal;
    --itemDescriptionFontSlideshow-weight: normal;
    --itemDescriptionFontSlideshow-size: 15px;
    --itemDescriptionFontSlideshow-line-height: 18px;
    --itemDescriptionFontSlideshow-family: helvetica-w01-light, sans-serif;
    --itemDescriptionFontSlideshow-text-decoration: none;
    --descriptionFontExpand: normal normal normal 14px/1.6em helvetica-w01-light, sans-serif;
    --descriptionFontExpand-style: normal;
    --descriptionFontExpand-variant: normal;
    --descriptionFontExpand-weight: normal;
    --descriptionFontExpand-size: 14px;
    --descriptionFontExpand-line-height: 1.6em;
    --descriptionFontExpand-family: helvetica-w01-light, sans-serif;
    --descriptionFontExpand-text-decoration: none;
    --itemFont: normal normal normal 20px/1.4em helvetica-w01-bold, sans-serif;
    --itemFont-style: normal;
    --itemFont-variant: normal;
    --itemFont-weight: normal;
    --itemFont-size: 20px;
    --itemFont-line-height: 1.4em;
    --itemFont-family: helvetica-w01-bold, sans-serif;
    --itemFont-text-decoration: none;
    --textFont-style: normal;
    --textFont-variant: normal;
    --textFont-weight: normal;
    --textFont-size: 20px;
    --textFont-line-height: 1.4em;
    --textFont-family: helvetica-w01-light, sans-serif;
    --textFont-text-decoration: none;
}

.s_mW2O1.oyWIOGH--madefor {
    --wbu-font-stack: var(--wix-font-stack);
    --wbu-font-weight-regular: var(--wix-font-weight-regular);
    --wbu-font-weight-medium: var(--wix-font-weight-medium);
    --wbu-font-weight-bold: var(--wix-font-weight-bold)
}



.sEIvoL3.oCqG_7p--madefor {
    --wbu-font-stack: var(--wix-font-stack);
    --wbu-font-weight-regular: var(--wix-font-weight-regular);
    --wbu-font-weight-medium: var(--wix-font-weight-medium);
    --wbu-font-weight-bold: var(--wix-font-weight-bold)
}

.nav-arrows-container .custom-nav-arrows svg {
    width: 100%;
    height: 100%
}







.fullscreen-focus-lock {
    height: 100%;
}

.pro-gallery-stop-scroll-for-fullscreen {
    overflow-y: hidden
}

div.pro-gallery-parent-container .show-more-container i.show-more:hover {
    opacity: 1
}

div.pro-gallery-parent-container .show-more-container button.show-more {
    border-style: solid
}

div.pro-gallery-parent-container .show-more-container button.show-more:hover {
    opacity: 1
}

div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator i.show-more:hover {
    opacity: 1
}

div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more {
    border-style: solid
}

div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more:hover {
    opacity: 1
}

.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i {
    background: none !important;
    font-size: 26px
}

.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle {
    z-index: 12
}

.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background {
    z-index: 11
}

.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info a:hover,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover a:hover {
    opacity: .7
}

.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .info-element-title {
    font-size: 22px
}

.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    border-style: solid
}

.pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover.default.force-hover:before,
.pro-gallery.inline-styles .gallery-item-container:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before {
    opacity: .6
}

.pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover.default.force-hover:before,
.pro-gallery.inline-styles .gallery-item-container.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before {
    opacity: 1
}

.pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description {
    font-size: 15px
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i {
    font-size: 26px
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle {
    z-index: 12
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background {
    z-index: 11
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info a:hover,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover a:hover {
    opacity: .7
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-title {
    font-size: 22px
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    border-style: solid
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover.default.force-hover:before,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before {
    opacity: .6
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover.default.force-hover:before,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before {
    opacity: 1
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-description {
    font-size: 15px
}

.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description:after,
.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line:after,
.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif:after,
.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link:after,
.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link:after {
    opacity: .3
}

.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-cart-icon {
    background: inherit !important
}

.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-social-love-store.pro-gallery-loved {
    color: #e03939 !important
}

.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-social-love.pro-gallery-loved {
    color: #e03939 !important
}

.social-share-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200005
}

.social-share-wrapper .mobile-social-share-screen {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0)
}

.social-share-wrapper .mobile-social-share-screen.mobile-social-share-screen-visible {
    z-index: 200005;
    background-color: rgba(0, 0, 0, .6);
    transition: background-color .3s ease
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-background {
    height: calc(100% - 150px);
    touch-action: none
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: -150px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab.mobile-social-share-tab-visible {
    margin-bottom: 0px
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-items-list {
    display: flex;
    justify-content: space-between;
    width: 220px
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-items-list .social-share-icon {
    height: 16px;
    width: 16px
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container {
    height: 32px;
    margin-top: 20px
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-input {
    width: 200px;
    font-size: 11px;
    padding: 2px 4px
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-button {
    width: 40px
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-button .social-share-copylink-icon {
    height: 16px;
    width: 16px
}

.social-share-wrapper .desktop-social-share-screen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center
}

.social-share-wrapper .desktop-social-share-screen.desktop-social-share-screen-visible {
    z-index: 200005;
    background-color: rgba(0, 0, 0, .6);
    transition: all .4s ease
}

.social-share-wrapper .desktop-social-share-screen .desktop-social-share-background {
    position: fixed;
    height: 100%;
    width: 100%
}

.social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup {
    position: relative;
    width: 580px;
    height: 250px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -100px;
    opacity: 0;
    transition: all .4s ease
}

.social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup.desktop-social-share-popup-visible {
    margin-bottom: 0px;
    opacity: 1
}

.social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .desktop-social-share-popup-close-button {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer
}

.social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .desktop-social-share-popup-close-button:focus {
    border-radius: 7px;
    box-shadow: inset 0 0 1px 3px #116dff
}

.social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container .social-share-items-list {
    display: flex;
    justify-content: space-between;
    width: 280px
}

.social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container .social-share-items-list .social-share-icon {
    height: 24px;
    width: 24px;
    transition: color .2s ease
}

.social-share-wrapper .social-share-item {
    position: relative
}

.social-share-wrapper .social-share-item .social-share-button {
    opacity: 1;
    transition: opacity .2s ease;
    cursor: pointer
}

.social-share-wrapper .social-share-item .social-share-button:focus {
    border-radius: 7px;
    box-shadow: inset 0 0 1px 3px #116dff
}

.social-share-wrapper .social-share-item .social-share-button:hover {
    opacity: .65
}

.social-share-wrapper .social-share-item .social-share-button:active {
    opacity: 1
}

.social-share-wrapper .social-share-copylink-container {
    display: flex;
    margin-top: 25px;
    height: 40px
}

.social-share-wrapper .social-share-copylink-container .social-share-copylink-input {
    border: 1px solid #000;
    padding: 2px 8px;
    height: 100%;
    width: 260px
}

.social-share-wrapper .social-share-copylink-container .social-share-copylink-button {
    width: 50px;
    height: 100%;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    transition: background-color .1s ease
}

.social-share-wrapper .social-share-copylink-container .social-share-copylink-button:focus {
    border-radius: 7px;
    box-shadow: inset 0 0 1px 3px #116dff
}

.social-share-wrapper .social-share-copylink-container .social-share-copylink-button:hover {
    background-color: rgba(0, 0, 0, .65)
}

.social-share-wrapper .social-share-copylink-container .social-share-copylink-button .social-share-copylink-icon {
    margin-top: 2px
}

div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover) .gallery-item-content .gallery-item {
    transition: opacity .4s ease !important
}

div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover).simulate-hover .gallery-item-content .gallery-item,
div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover):hover .gallery-item-content .gallery-item {
    opacity: 0
}

div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .gallery-item-hover:not(.hide-hover),
div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .gallery-item-content,
div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .hover-info-element {
    transition: transform 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99) !important
}

div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,
div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-content {
    transform: scale(1.1)
}

div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover),
div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover) {
    transform: scale(1.11)
}

div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover) .hover-info-element,
div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover) .hover-info-element {
    transform: scale(0.9009)
}

div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover) .gallery-item-content {
    transition: filter .4s linear !important
}

div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover).simulate-hover .gallery-item-content .gallery-item,
div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover):hover .gallery-item-content .gallery-item {
    filter: blur(6px)
}

div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover) .gallery-item-content {
    transition: filter .6s ease !important
}

div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,
div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover):hover .gallery-item-content {
    filter: grayscale(1)
}

div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) {
    transition: background-color .4s ease !important
}

div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) .gallery-item-content,
div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) .gallery-item-hover:not(.hide-hover) {
    transition: transform .4s ease !important
}

div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover,
div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover {
    background-color: rgba(0, 0, 0, 0) !important
}

div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,
div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover .gallery-item-content {
    transform: scale(0.985)
}

div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover),
div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover) {
    transform: scale(0.985)
}

div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover) .gallery-item-content {
    transition: filter .6s ease !important
}

div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,
div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover):hover .gallery-item-content {
    filter: invert(1)
}

div.pro-gallery .gallery-item-container.color-in-on-hover .gallery-item-content {
    filter: grayscale(1);
    transition: filter .6s ease !important
}

div.pro-gallery .gallery-item-container.color-in-on-hover.simulate-hover:not(.hide-hover) .gallery-item-content,
div.pro-gallery .gallery-item-container.color-in-on-hover:hover:not(.hide-hover) .gallery-item-content {
    filter: grayscale(0)
}

div.pro-gallery .gallery-item-container.darkened-on-hover .gallery-item-content {
    filter: brightness(1);
    transition: filter .6s ease !important
}

div.pro-gallery .gallery-item-container.darkened-on-hover.simulate-hover:not(.hide-hover) .gallery-item-content,
div.pro-gallery .gallery-item-container.darkened-on-hover:hover:not(.hide-hover) .gallery-item-content {
    filter: brightness(0.7)
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover {
    transition: none
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover:before {
    opacity: 0
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover .gallery-item-hover-inner {
    opacity: 0
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover,
div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) {
    transition: none
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover):before {
    opacity: 1;
    background: rgba(8, 8, 8, .75)
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover .info-member:not(.hidden),
div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) .info-member:not(.hidden) {
    opacity: 1 !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover {
    transition: filter .4s ease, opacity .4s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover:before {
    transition: filter .4s ease, opacity .4s ease !important;
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in:hover .gallery-item-hover:not(.hide-hover):before {
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover {
    transition: transform .4s ease, filter .2s ease, opacity .2s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover:before {
    transition: transform .4s ease, filter .2s ease, opacity .2s ease !important;
    transform: scale(0.9);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .2s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand:hover .gallery-item-hover:not(.hide-hover):before {
    transform: scale(1);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateY(100%);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateY(0);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateX(-100%);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateX(0);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateX(100%);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateX(0);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateY(-100%);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateY(0);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover {
    transition: none
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover:before {
    opacity: 1;
    background: rgba(8, 8, 8, .75)
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .gallery-item-hover-inner {
    opacity: 1
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .info-member:not(.hidden) {
    opacity: 1 !important
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover,
div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) {
    transition: none
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover):before {
    opacity: 0
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover .info-member:not(.hidden),
div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) .info-member:not(.hidden) {
    opacity: 0 !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover {
    transition: filter .4s ease, opacity .4s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover:before {
    transition: filter .4s ease, opacity .4s ease !important;
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in:hover .gallery-item-hover:not(.hide-hover):before {
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover {
    transition: transform .4s ease, filter .2s ease, opacity .2s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover:before {
    transition: transform .4s ease, filter .2s ease, opacity .2s ease !important;
    transform: scale(1);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .2s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand:hover .gallery-item-hover:not(.hide-hover):before {
    transform: scale(0.9);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateY(0);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateY(100%);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateX(0);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateX(-100%);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateX(100%);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateX(0);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateY(-100%);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateY(0);
    filter: opacity(0)
}

.animation-slide {
    transition: width .4s ease, height .4s ease, top .4s ease, left .4s ease
}

.item-with-secondary-media-container .secondary-media-item.hide {
    opacity: 0
}

.item-with-secondary-media-container .secondary-media-item.show {
    opacity: 1
}

*[data-collapsed=true] .pro-gallery-parent-container .gallery-item,
*[data-hidden=true] .pro-gallery-parent-container .gallery-item {
    background-image: none !important
}

html.pro-gallery {
    width: 100%;
    height: auto
}

body.pro-gallery {
    transition: opacity 2s ease
}

#gallery-loader {
    position: fixed;
    top: 50%
}

.show-more-container {
    text-align: center;
    line-height: 138px
}

.show-more-container i.show-more {
    color: #5d5d61;
    font-size: 40px;
    cursor: pointer;
    margin-top: -3px
}

.show-more-container button.show-more {
    display: inline-block;
    padding: 11px 29px;
    border-radius: 0;
    border: 2px solid #5d5d61;
    font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
    font-size: 12px;
    color: #5d5d61;
    background: rgba(0, 0, 0, 0);
    cursor: pointer
}

.show-more-container button.show-more:hover {
    background: rgba(0, 0, 0, .1)
}

.more-items-loader {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: #116dff
}

.version-header {
    color: #e03939;
    text-align: left;
    font-family: "Consolas", monospace;
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 100px;
    line-height: 30px;
    background: hsla(0, 0%, 100%, .8);
    z-index: 100
}

.auto-slideshow-button {
    margin-top: 19px;
    padding: 5px;
    height: 28px;
    width: 20px;
    left: auto;
    z-index: 1;
    position: absolute;
    display: flex;
    text-align: center;
    cursor: pointer;
    opacity: .9
}

.auto-slideshow-counter {
    margin-top: 24px;
    left: auto;
    z-index: 1;
    position: absolute;
    display: flex;
    text-align: center;
    opacity: .9;
    font-size: 15px;
    line-height: normal
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.mouse-cursor {
    display: flex;
    width: 100%;
    position: absolute
}

.nav-arrows-container {
    left: auto;
    position: absolute;
    display: flex;
    text-align: center;
    cursor: pointer;
    opacity: .9;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    justify-content: center
}

.nav-arrows-container.follow-mouse-cursor {
    position: relative;
    cursor: none
}

.nav-arrows-container:hover {
    opacity: 1
}

.nav-arrows-container.drop-shadow svg {
    filter: drop-shadow(0px 1px 0.15px #B2B2B2)
}

.nav-arrows-container .slideshow-arrow {
    flex-shrink: 0
}

.arrow-portal-container span {
    animation: fadeIn .1s ease-in-out;
    position: fixed;
    transition: top 50ms, left 50ms;
    display: flex;
    align-items: center;
    justify-content: center
}

div.gallery-slideshow div.pro-gallery,
div.gallery-slideshow .gallery-column {
    box-sizing: content-box !important
}

div.gallery-slideshow .gallery-group,
div.gallery-slideshow .gallery-item-container,
div.gallery-slideshow .gallery-item-wrapper {
    overflow: visible !important
}

div.gallery-slideshow.streched .gallery-slideshow-info {
    padding-left: 50px !important;
    padding-right: 50px !important
}

@media(max-width: 500px) {
    div.gallery-slideshow div.pro-gallery .gallery-slideshow-info {
        padding-left: 20px;
        padding-right: 20px
    }
}

div.gallery-slideshow div.pro-gallery .gallery-item-container .gallery-slideshow-info {
    position: absolute;
    padding-top: 0px;
    bottom: -220px;
    height: 220px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    z-index: 15
}

.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    padding: 30px 60px
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    padding: 30px 10px 50px
}

.gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    padding: 30px
}

div.pro-gallery {
    width: 100%;
    height: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    position: relative
}

div.pro-gallery .gallery-column {
    float: left;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    backface-visibility: hidden
}

div.pro-gallery .gallery-column .gallery-left-padding {
    display: inline-block;
    height: 100%
}

div.pro-gallery .gallery-column .gallery-top-padding {
    display: block;
    width: 100%
}

div.pro-gallery .gallery-group {
    float: left;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    box-sizing: border-box;
    padding: 0;
    font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
    font-size: 11px
}

div.pro-gallery .gallery-group.debug.gallery-group-gone {
    background: #cdcdd0
}

div.pro-gallery .gallery-group.debug.gallery-group-visible {
    background: #c1f0c1
}

div.pro-gallery .gallery-group.debug.gallery-group-hidden {
    background: #f99
}

div.pro-gallery .gallery-item-container {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    border: none;
    padding: 0;
    border-radius: 0;
    box-sizing: border-box;
    overflow: hidden;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    outline: none;
    text-decoration: none;
    color: inherit;
    will-change: top, left, width, height;
    box-sizing: border-box;
    font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
    font-size: 11px;
    cursor: default;
    scroll-snap-align: center
}

div.pro-gallery .gallery-item-container .item-action {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    pointer-events: none;
    z-index: -1
}

div.pro-gallery .gallery-item-container .item-action:focus {
    --focus-ring-box-shadow: none !important;
    outline: none !important;
    box-shadow: none !important
}

div.pro-gallery .gallery-item-container:hover .gallery-item-common-info {
    cursor: pointer
}

div.pro-gallery .gallery-item-container:hover .gallery-item-common-info button {
    text-decoration: underline;
    cursor: pointer
}

div.pro-gallery .gallery-item-container.visible {
    transform: translate3d(0, 0, 0)
}

div.pro-gallery .gallery-item-container.clickable {
    cursor: pointer
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item .gallery-item {
    -o-object-fit: cover;
    object-fit: cover
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item .text-item>div {
    width: 100% !important;
    height: 100% !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper.transparent,
div.pro-gallery .gallery-item-container .gallery-item-wrapper.cube-type-fit {
    background: rgba(0, 0, 0, 0)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-preload {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper.cube-type-fit .gallery-item {
    background: rgba(0, 0, 0, 0);
    -o-object-fit: contain;
    object-fit: contain
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item {
    box-sizing: border-box;
    /*! autoprefixer: ignore next */
    -webkit-font-smoothing: antialiased;
    white-space: initial
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item .te-pro-gallery-text-item {
    line-height: normal !important;
    letter-spacing: normal !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item>div {
    background: initial !important;
    box-sizing: border-box
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item p,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item span,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item div,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h1,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h2,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h3,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h4,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h5,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h6,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item i {
    margin: 0;
    padding: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item .pro-circle-preloader {
    top: 50%;
    left: 50%;
    height: 30px;
    width: 15px;
    z-index: -1;
    opacity: .4
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item img.gallery--placeholder-item {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1 !important;
    animation: none !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded.image-item:after {
    display: none !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded~.pro-circle-preloader {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.error {
    opacity: 0 !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-preloaded {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-preloaded.grid-fit {
    background-size: contain
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video {
    overflow: hidden;
    text-align: center
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video iframe {
    left: 0;
    top: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playing button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playing i {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playedOnce~.image-item {
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i {
    display: inline-block;
    text-rendering: auto;
    /*! autoprefixer: ignore next */
    -webkit-font-smoothing: antialiased;
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;
    height: 60px;
    text-align: center;
    margin: -30px 0 0 -30px;
    background: #080808;
    color: #fff;
    border-radius: 50px;
    opacity: .7
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-triangle,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-triangle {
    opacity: 1
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-triangle,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-background,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-triangle,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-background {
    font-size: 26px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button:hover,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i:hover {
    opacity: .9
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button:before,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i:before {
    font-size: 2.3em;
    opacity: 1
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-info {
    position: absolute;
    bottom: -220px;
    height: 220px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    z-index: 15
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-info>div {
    height: 100%;
    width: 100%
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    white-space: initial;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    border-radius: 0;
    z-index: 15;
    overflow: hidden
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-hover-inner {
    height: 100%
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover.no-hover-bg:before {
    opacity: 0 !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    z-index: -1
}

div.pro-gallery .gallery-item-container .gallery-item-common-info {
    box-sizing: border-box;
    cursor: pointer
}

div.pro-gallery.one-row {
    white-space: nowrap;
    float: left
}

div.pro-gallery.one-row .gallery-column {
    width: 100%;
    float: none;
    white-space: nowrap
}

div.pro-gallery.one-row .gallery-column .gallery-group {
    display: inline-block;
    float: none
}

div.pro-gallery.one-row.slider .gallery-column {
    overflow-x: scroll
}

div.pro-gallery.one-row.slider .gallery-column.scroll-snap {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

div.pro-gallery.one-row .gallery-horizontal-scroll-inner {
    position: relative;
    will-change: transform
}

div.pro-gallery.thumbnails-gallery {
    overflow: hidden;
    float: left
}

div.pro-gallery.thumbnails-gallery .galleryColumn {
    position: relative;
    overflow: visible
}

div.pro-gallery.thumbnails-gallery .thumbnailItem {
    position: absolute;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    overflow-y: inherit;
    border-radius: 0px;
    cursor: pointer
}

div.pro-gallery.thumbnails-gallery .thumbnailItem.pro-gallery-highlight::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: hsla(0, 0%, 100%, .6)
}

@media(max-width: 500px) {
    div.pro-gallery.thumbnails-gallery {
        overflow: visible
    }
}

div.pro-gallery *:focus {
    box-shadow: none
}

div.pro-gallery.accessible i:focus,
div.pro-gallery.accessible button:not(.nav-arrows-container, .has-custom-focus):focus {
    box-shadow: inset 0 0 0 1px #fff, inset 0 0 1px 4px #116dff
}

div.pro-gallery.accessible .gallery-item-hover i:focus,
div.pro-gallery.accessible .gallery-item-hover button:focus {
    box-shadow: none
}

div.pro-gallery.accessible .thumbnailItem.pro-gallery-highlight::after {
    box-shadow: inset 0 0 1px 2px #116dff, inset 0 0 7px 0 #fff, 0 0 10px -5px #116dff
}

div.pro-gallery.accessible .gallery-item-container:has(.item-action:focus)::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 1px 2px #116dff, inset 0 0 7px 0 #fff, inset 0 0 10px -5px #116dff;
    pointer-events: none;
    border-radius: inherit;
    z-index: 15
}

div.pro-gallery.accessible .pro-gallery-thumbnails-highlighted::before {
    box-shadow: inset 0 0 1px 2px #116dff, inset 0 0 7px 0 #fff, inset 0 0 10px -5px #116dff
}

div.pro-gallery.accessible .pro-gallery-thumbnails-highlighted::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 1px 2px #116dff, inset 0 0 7px 0 #fff, 0 0 10px -5px #116dff;
    pointer-events: none;
    border-radius: inherit
}

div.pro-gallery .hide-scrollbars {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none
}

div.pro-gallery .hide-scrollbars::-webkit-scrollbar,
div.pro-gallery .hide-scrollbars ::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important
}

div.pro-gallery .rtl {
    direction: rtl
}

div.pro-gallery .ltr {
    direction: ltr
}

.sr-only.out-of-view-component {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: circle(0%);
    border: 0
}

.screen-logs {
    word-wrap: break-word;
    background: #fff;
    width: 280px;
    font-size: 10px
}

.fade {
    display: block;
    transition: opacity 600ms ease
}

.fade-visible {
    opacity: 1
}

.fade-hidden {
    opacity: 0
}

.deck-before {
    display: block;
    z-index: 1;
    transition: transform 600ms ease;
    transform: translateX(-100%)
}

.deck-before-rtl {
    display: block;
    z-index: 1;
    transition: transform 600ms ease;
    transform: translateX(100%)
}

.deck-current {
    display: block;
    z-index: 0;
    transition: transform 600ms ease;
    transform: translateX(0)
}

.deck-current .override {
    transition: transform 600ms ease, opacity .1s ease 200ms !important
}

.deck-after {
    display: block;
    transition: opacity .2s ease 600ms;
    z-index: -1;
    opacity: 0
}

.deck-after .override {
    transition: opacity .1s ease 0s !important
}

.disabled-transition {
    transition: none !important
}

@keyframes changing_background {
    0% {
        background-color: rgba(241, 241, 241, .2)
    }

    50% {
        background-color: rgba(241, 241, 241, .8)
    }

    100% {
        background-color: rgba(241, 241, 241, .2)
    }
}

.pro-gallery-parent-container.gallery-slideshow [data-hook=group-view]::before {
    content: "";
    position: absolute;
    scroll-snap-align: center;
    top: var(--group-top);
    left: var(--group-left);
    width: var(--group-width);
    right: var(--group-right);
    height: 1px;
    pointer-events: none
}

.pro-gallery-parent-container:not(.gallery-slideshow) [data-hook=group-view] .item-link-wrapper::before {
    content: "";
    position: absolute;
    scroll-snap-align: center;
    top: var(--group-top);
    left: var(--group-left);
    width: var(--group-width);
    right: var(--group-right);
    height: 1px;
    pointer-events: none
}

.gallery-item-container {
    scroll-snap-align: none !important
}

.gallery-slideshow .gallery-item-container:not(.clickable) a {
    cursor: default
}

.slideshow-info-element-inner {
    box-sizing: border-box;
    padding-top: 24px;
    height: 100%;
    width: 100%
}

.slideshow-info-element-inner .info-element-text {
    flex-grow: 1;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column
}

.slideshow-info-element-inner .info-element-text>div {
    width: 100%
}

.slideshow-info-element-inner .info-element-text .info-element-title {
    white-space: normal;
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 32px;
    font-size: 21px;
    height: auto;
    color: #2b5672;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    text-overflow: ellipsis
}

.slideshow-info-element-inner .info-element-text .info-element-description {
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 25px;
    font-size: 15px;
    height: auto;
    color: #2b5672;
    overflow: hidden;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    white-space: nowrap;
    text-overflow: ellipsis
}

.slideshow-info-element-inner .info-element-text .info-element-description>span {
    white-space: normal
}

.slideshow-info-element-inner .info-element-text .info-member.hide {
    display: none
}

.slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    color: #fff
}

.slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 25px;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border-style: solid;
    text-decoration: none
}

.slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button .overlay {
    display: none
}

.slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover {
    opacity: 1 !important
}

.slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: hsla(0, 0%, 100%, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.slideshow-info-element-inner .info-element-social {
    height: auto;
    position: static;
    display: flex;
    flex-direction: row;
    margin: 0;
    overflow: visible;
    z-index: 16;
    transition: opacity .4s ease
}

.slideshow-info-element-inner .info-element-social.populated-item {
    margin-bottom: 24px
}

.slideshow-info-element-inner .info-element-social:hover .info-element-social-share-box {
    width: 0 !important
}

.slideshow-info-element-inner .info-element-social.info-align-center {
    justify-content: center
}

.slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share {
    position: relative
}

.slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box {
    position: absolute;
    left: -25px;
    padding-left: 25px !important;
    margin-right: 0 !important
}

.slideshow-info-element-inner .info-element-social.info-align-right {
    flex-direction: row-reverse
}

.slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share {
    flex-direction: row-reverse
}

.slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box {
    margin-right: 40px !important
}

.slideshow-info-element-inner .info-element-social .info-element-social-button {
    margin: 0 15px;
    display: inline-flex;
    font-size: 19px;
    color: #2b5672;
    cursor: pointer
}

.slideshow-info-element-inner .info-element-social .info-element-social-button:hover:not(.info-element-loved) {
    opacity: .7
}

.slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    display: flex;
    -moz-column-gap: 7px;
    column-gap: 7px;
    align-items: center;
    padding: 5px;
    margin: -5px
}

.slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon {
    fill: #2b5672
}

.slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    line-height: 15px;
    font-size: 15px;
    letter-spacing: 1px
}

.slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0
}

.slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love button,
.slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love i {
    float: left;
    display: inline-block;
    border: none;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    cursor: pointer
}

.slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    float: left;
    margin-top: 2px;
    display: inline-block;
    padding-left: 9px;
    letter-spacing: 1px
}

.slideshow-info-element-inner .info-element-social .info-element-social-share {
    flex-direction: row;
    outline: none
}

.slideshow-info-element-inner .info-element-social .info-element-social-share:hover .info-element-social-share-box {
    width: 210px !important;
    outline: none
}

.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box {
    width: 0;
    transition: width .3s;
    overflow: hidden;
    margin-left: 25px !important;
    margin-right: 25px !important;
    display: inline-block;
    height: 30px;
    max-width: 300px;
    z-index: 16;
    font-size: 12px;
    transform: none !important
}

.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.hovered {
    width: 210px !important;
    outline: none
}

.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.opened {
    width: 210px !important;
    outline: none
}

.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button,
.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i {
    display: inline-block;
    font-size: 15px;
    color: #2b5672;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 14px;
    text-align: center;
    margin: 0 6px;
    float: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: none
}

.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button:hover,
.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i:hover {
    opacity: .7
}

.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share,
.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share {
    font-size: 13px
}

.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.email-share,
.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.email-share {
    font-size: 13px
}

.gallery-item-common-info.gallery-item-bottom-info {
    box-sizing: border-box;
    padding-top: 24px;
    height: 100%;
    width: 100%;
    padding-top: 0
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text {
    flex-grow: 1;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text>div {
    width: 100%
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-title {
    white-space: normal;
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 32px;
    font-size: 21px;
    height: auto;
    color: #2b5672;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    text-overflow: ellipsis
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-description {
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 25px;
    font-size: 15px;
    height: auto;
    color: #2b5672;
    overflow: hidden;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    white-space: nowrap;
    text-overflow: ellipsis
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-description>span {
    white-space: normal
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-member.hide {
    display: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    color: #fff
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 25px;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border-style: solid;
    text-decoration: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button .overlay {
    display: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button:hover {
    opacity: 1 !important
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: hsla(0, 0%, 100%, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social {
    height: auto;
    position: static;
    display: flex;
    flex-direction: row;
    margin: 0;
    overflow: visible;
    z-index: 16;
    transition: opacity .4s ease
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social.populated-item {
    margin-bottom: 24px
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social:hover .info-element-social-share-box {
    width: 0 !important
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center {
    justify-content: center
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center .info-element-social-share {
    position: relative
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box {
    position: absolute;
    left: -25px;
    padding-left: 25px !important;
    margin-right: 0 !important
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right {
    flex-direction: row-reverse
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right .info-element-social-share {
    flex-direction: row-reverse
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box {
    margin-right: 40px !important
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button {
    margin: 0 15px;
    display: inline-flex;
    font-size: 19px;
    color: #2b5672;
    cursor: pointer
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button:hover:not(.info-element-loved) {
    opacity: .7
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    display: flex;
    -moz-column-gap: 7px;
    column-gap: 7px;
    align-items: center;
    padding: 5px;
    margin: -5px
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon {
    fill: #2b5672
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    line-height: 15px;
    font-size: 15px;
    letter-spacing: 1px
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love button,
.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love i {
    float: left;
    display: inline-block;
    border: none;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    cursor: pointer
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    float: left;
    margin-top: 2px;
    display: inline-block;
    padding-left: 9px;
    letter-spacing: 1px
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share {
    flex-direction: row;
    outline: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share:hover .info-element-social-share-box {
    width: 210px !important;
    outline: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box {
    width: 0;
    transition: width .3s;
    overflow: hidden;
    margin-left: 25px !important;
    margin-right: 25px !important;
    display: inline-block;
    height: 30px;
    max-width: 300px;
    z-index: 16;
    font-size: 12px;
    transform: none !important
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box.hovered {
    width: 210px !important;
    outline: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box.opened {
    width: 210px !important;
    outline: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button,
.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i {
    display: inline-block;
    font-size: 15px;
    color: #2b5672;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 14px;
    text-align: center;
    margin: 0 6px;
    float: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button:hover,
.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i:hover {
    opacity: .7
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share,
.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share {
    font-size: 13px
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button.email-share,
.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i.email-share {
    font-size: 13px
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner {
    box-sizing: border-box;
    padding-top: 24px;
    height: 100%;
    width: 100%
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text {
    flex-grow: 1;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text>div {
    width: 100%
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-title {
    white-space: normal;
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 32px;
    font-size: 21px;
    height: auto;
    color: #2b5672;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    text-overflow: ellipsis
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-description {
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 25px;
    font-size: 15px;
    height: auto;
    color: #2b5672;
    overflow: hidden;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    white-space: nowrap;
    text-overflow: ellipsis
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-description>span {
    white-space: normal
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-member.hide {
    display: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    color: #fff
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 25px;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border-style: solid;
    text-decoration: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button .overlay {
    display: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover {
    opacity: 1 !important
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: hsla(0, 0%, 100%, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social {
    height: auto;
    position: static;
    display: flex;
    flex-direction: row;
    margin: 0;
    overflow: visible;
    z-index: 16;
    transition: opacity .4s ease
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.populated-item {
    margin-bottom: 24px
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social:hover .info-element-social-share-box {
    width: 0 !important
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center {
    justify-content: center
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share {
    position: relative
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box {
    position: absolute;
    left: -25px;
    padding-left: 25px !important;
    margin-right: 0 !important
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right {
    flex-direction: row-reverse
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share {
    flex-direction: row-reverse
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box {
    margin-right: 40px !important
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button {
    margin: 0 15px;
    display: inline-flex;
    font-size: 19px;
    color: #2b5672;
    cursor: pointer
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button:hover:not(.info-element-loved) {
    opacity: .7
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    display: flex;
    -moz-column-gap: 7px;
    column-gap: 7px;
    align-items: center;
    padding: 5px;
    margin: -5px
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon {
    fill: #2b5672
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    line-height: 15px;
    font-size: 15px;
    letter-spacing: 1px
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love button,
.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love i {
    float: left;
    display: inline-block;
    border: none;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    cursor: pointer
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    float: left;
    margin-top: 2px;
    display: inline-block;
    padding-left: 9px;
    letter-spacing: 1px
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share {
    flex-direction: row;
    outline: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share:hover .info-element-social-share-box {
    width: 210px !important;
    outline: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box {
    width: 0;
    transition: width .3s;
    overflow: hidden;
    margin-left: 25px !important;
    margin-right: 25px !important;
    display: inline-block;
    height: 30px;
    max-width: 300px;
    z-index: 16;
    font-size: 12px;
    transform: none !important
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.hovered {
    width: 210px !important;
    outline: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.opened {
    width: 210px !important;
    outline: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button,
.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i {
    display: inline-block;
    font-size: 15px;
    color: #2b5672;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 14px;
    text-align: center;
    margin: 0 6px;
    float: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button:hover,
.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i:hover {
    opacity: .7
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share,
.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share {
    font-size: 13px
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.email-share,
.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.email-share {
    font-size: 13px
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    padding: 30px
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text {
    padding: 0
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social {
    margin: 0;
    height: auto;
    position: static;
    display: flex;
    flex-direction: row
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.with-arrows,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.with-arrows {
    width: auto;
    margin: 0px -10px 0
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.gradient-top,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.gradient-top {
    background: linear-gradient(rgba(0, 0, 0, 0.2) 0, transparent 140px)
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social:hover .info-element-social-share-box,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social:hover .info-element-social-share-box {
    width: 0 !important
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center {
    justify-content: center
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share {
    position: relative
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box {
    position: absolute;
    left: -25px;
    padding-left: 25px !important;
    margin-right: 0 !important
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right {
    flex-direction: row-reverse
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share {
    flex-direction: row-reverse
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box {
    margin-right: 40px !important
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button {
    position: static !important;
    margin: 0;
    padding: 0 20px;
    font-size: 19px
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button.info-element-social-share,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button.info-element-social-share {
    margin-top: -3px
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share {
    flex-direction: row;
    outline: none
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share:hover .info-element-social-share-box,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share:hover .info-element-social-share-box {
    width: 210px !important;
    outline: none
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box {
    width: 0;
    transition: width .3s;
    overflow: hidden;
    margin-left: 25px !important;
    margin-right: 25px !important
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box.hovered,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box.hovered {
    width: 210px !important;
    outline: none
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-title {
    white-space: normal
}

.gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    padding: 30px
}

.gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text {
    padding: 30px 0 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    opacity: 0;
    /*! autoprefixer: ignore next */
    -webkit-box-pack: center;
    transition: opacity .4s ease;
    color: #fff
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper .buy-icon {
    margin-right: 7px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    line-height: 25px;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    opacity: 0;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    white-space: nowrap;
    outline: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button .overlay {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: hsla(0, 0%, 100%, .1);
    width: 100%;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text {
    padding: 30px;
    display: flex;
    flex-direction: column;
    margin: 0;
    box-sizing: border-box;
    height: 100%
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.short-item {
    padding-top: 5px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.narrow-item {
    padding-left: 5px;
    padding-right: 5px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.hidden {
    opacity: 0 !important;
    pointer-events: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text>div {
    width: 100%
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.push-down {
    padding-top: 60px;
    box-sizing: border-box
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-title {
    line-height: 32px;
    font-size: 21px;
    padding: 0;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    opacity: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-description {
    line-height: 25px;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    opacity: 0;
    white-space: normal
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-member.hide {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements {
    width: 100%;
    height: 24px !important;
    display: flex;
    flex-direction: row
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements .info-element-social-love {
    margin-right: auto
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements .info-element-social-button {
    padding-left: 10px;
    padding-right: 10px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-absolute {
    position: absolute;
    top: 0;
    left: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social {
    outline: none;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 16;
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.short-item,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.narrow-item {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    height: 90%
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.short-item .info-element-social-button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.narrow-item .info-element-social-button {
    position: initial
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.with-arrows {
    width: 86%;
    margin: 0 7%
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.hidden {
    opacity: 0 !important;
    pointer-events: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button {
    outline: none;
    bottom: 30px;
    position: absolute;
    margin: 0;
    display: inline-block;
    font-size: 19px;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    padding: 10px;
    margin: -10px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button:hover:not(.info-element-loved) {
    opacity: .7
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.visible {
    opacity: 1 !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-comments {
    left: 26px;
    top: 26px;
    bottom: initial;
    font-size: 15px;
    border: none;
    background: #2b5672;
    display: flex;
    -moz-column-gap: 7px;
    column-gap: 7px;
    align-items: center;
    padding: 5px;
    margin: -5px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count {
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    line-height: 15px;
    font-size: 15px;
    letter-spacing: 1px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love {
    left: 30px;
    bottom: 30px;
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love i {
    outline: none;
    float: left;
    display: inline-block;
    line-height: 14px;
    border: none;
    background: rgba(0, 0, 0, 0);
    font-size: 18px;
    padding: 1px 5px;
    text-decoration: none;
    cursor: pointer
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count {
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    float: left;
    line-height: 15px;
    font-size: 15px;
    margin-top: 2px;
    display: inline-block;
    padding-left: 9px;
    letter-spacing: 1px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-share {
    bottom: 26px;
    left: auto;
    right: 30px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-dots {
    left: auto;
    right: 22px;
    top: 26px;
    height: 30px;
    width: 20px;
    display: flex;
    justify-content: center
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-download {
    bottom: 25px;
    left: auto;
    right: 68px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-download.pull-right {
    right: 30px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button {
    bottom: calc(50% - 10px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-love,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-comments {
    left: calc(25% - 8px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-love span,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-comments span {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-share {
    right: calc(25% - 8px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-download {
    left: calc(50% - 8px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-dots {
    left: calc(50% - 8px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button {
    bottom: auto;
    left: calc(50% - 8px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-love,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-comments {
    top: calc(25% - 10px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-share {
    top: auto;
    right: auto;
    bottom: calc(25% - 10px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-download {
    top: calc(50% - 10px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-dots {
    bottom: calc(50% - 10px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 300px;
    min-width: 200px;
    overflow: visible;
    z-index: 16;
    font-size: 12px;
    opacity: 0;
    transform: translateX(-50%);
    margin-top: 1px;
    margin-left: -3px;
    transition: opacity .4s ease;
    outline: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.hidden {
    opacity: 0 !important;
    pointer-events: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 22px;
    text-align: center;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0);
    border: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button:hover,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i:hover {
    opacity: .7
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-1,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-1 {
    margin-left: 5px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-2,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-2 {
    font-size: 13px;
    margin-top: 1px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-4,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-4 {
    margin-left: -1px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-5,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-5 {
    font-size: 13px;
    margin-top: 1px;
    margin-left: -3px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item {
    top: 50%;
    left: 0;
    max-width: none;
    min-width: 0;
    max-height: 300px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i {
    left: 50%;
    margin-left: -10px;
    margin-top: 8px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button.network-2,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i.network-2 {
    font-size: 13px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button.network-5,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i.network-5 {
    font-size: 13px
}

div.pro-gallery .gallery-item-container .gallery-item-common-info {
    box-sizing: border-box;
    cursor: pointer
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-title {
    /*! autoprefixer: ignore next */
    overflow: hidden;
    /*! autoprefixer: ignore next */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-description {
    /*! autoprefixer: ignore next */
    overflow: hidden;
    display: -webkit-box;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-description>span {
    white-space: normal
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-member.hide {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    color: #fff
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 25px;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border-style: solid;
    text-decoration: none
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button .overlay {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: hsla(0, 0%, 100%, .1);
    width: 100%;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0
}

div.pro-gallery.thumbnails-gallery .gallery-item-container .info-element-custom-button-wrapper {
    display: none !important
}

:root {
    --tooltip-text-color: white;
    --tooltip-background-color: black;
    --tooltip-margin: 30px;
    --tooltip-arrow-size: 6px
}

.tooltip-wrapper {
    position: absolute;
    top: 0;
    z-index: 100;
    background-color: var(--tooltip-background-color);
    color: var(--tooltip-text-color);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .1);
    border: 1px solid var(--tooltip-text-color)
}

.tooltip-body {
    padding: 4px;
    font-size: 14px;
    font-family: Helvetica
}

.tooltip-body::before {
    content: " ";
    left: 50%;
    border: solid rgba(0, 0, 0, 0);
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: var(--tooltip-arrow-size);
    margin-left: calc(var(--tooltip-arrow-size)*-1)
}

.tooltip-body.arrow {
    top: calc(var(--tooltip-margin)*-1)
}

.tooltip-body.arrow::before {
    top: 100%;
    border-top-color: var(--tooltip-background-color)
}

.pg-render-indicator {
    position: absolute;
    bottom: 15.5px;
    left: 15.5px;
    border: 1px solid #717171;
    padding: 5px 10px 5px 5px;
    font-size: 16px;
    z-index: 2147483648;
    cursor: default;
    line-height: 20px
}

.pg-render-indicator table {
    table-layout: fixed
}

.pg-render-indicator.rendered {
    background-color: #7fff00
}

.pg-render-indicator.not-rendered {
    background-color: red
}

.pg-render-indicator .log-column {
    max-height: 450px;
    max-width: 500px;
    overflow: auto;
    background-color: #fff
}

.pg-render-indicator .show-on-hover {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    top: -9999px;
    left: -9999px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.pg-render-indicator div.worker-log-text {
    word-wrap: break-word;
    max-width: 500px;
    min-width: 100px
}

.pg-render-indicator:hover {
    max-width: 90%;
    max-height: 90%
}

.pg-render-indicator:hover .show-on-hover {
    clip: auto !important;
    clip-path: none;
    display: block;
    height: auto;
    line-height: normal;
    text-decoration: none;
    width: auto;
    position: static
}

.pro-fullscreen-wrapper,
.pro-fullscreen-wrapper-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100005
}

.pro-gallery-empty {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: hsla(0, 0%, 100%, .9)
}

.pro-gallery-empty .pro-gallery-empty-content {
    height: 334px;
    width: 100%;
    overflow: hidden
}

.pro-gallery-empty .pro-gallery-empty-image {
    margin: 66px auto 35px;
    width: 262px;
    height: 132px;
    background-image: url(media/emptystate.85a4add5.svg);
    background-size: contain
}

.pro-gallery-empty .pro-gallery-empty-title {
    color: #4eb7f5;
    font-family: "HelveticaNeueW01-55Roma", "HelveticaNeueW02-55Roma", "HelveticaNeueW10-55Roma", sans-serif;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 10px
}

.pro-gallery-empty .pro-gallery-empty-info {
    color: #4eb7f5;
    font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center
}

.comp-lbwcxrhg4 div.pro-gallery-parent-container .gallery-item-wrapper-text .gallery-item-content {
    background-color: #333333
}

.comp-lbwcxrhg4 div.pro-gallery-parent-container .show-more-container i.show-more {
    color: rgba(0, 0, 0, 0.7)
}

.comp-lbwcxrhg4 div.pro-gallery-parent-container .show-more-container button.show-more {
    --loadMoreButtonBorderRadius: 0;
    --loadMoreButtonBorderColor: #333333;
    --loadMoreButtonBorderWidth: 1;
    --loadMoreButtonColor: #FFFFFF;
    --loadMoreButtonFont: normal normal normal 14px/1.6em helvetica-w01-light, sans-serif;
    --loadMoreButtonFontColor: #333333;
    color: rgba(51, 51, 51, 0.9);
    font: normal normal normal 14px/1.6em helvetica-w01-light, sans-serif;
    text-decoration: ;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-color: rgb(51, 51, 51);
    border-radius: 0px
}

.comp-lbwcxrhg4 div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator i.show-more {
    color: rgba(0, 0, 0, 0.7)
}

.comp-lbwcxrhg4 div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more {
    --loadMoreButtonBorderRadius: 0;
    --loadMoreButtonBorderColor: #333333;
    --loadMoreButtonBorderWidth: 1;
    --loadMoreButtonColor: #FFFFFF;
    --loadMoreButtonFont: normal normal normal 14px/1.6em helvetica-w01-light, sans-serif;
    --loadMoreButtonFontColor: #333333;
    color: rgb(51, 51, 51);
    font: normal normal normal 14px/17px wfont_000751_dde043c9cc214f9bbc15a2e74a9d960b, wf_dde043c9cc214f9bbc15a2e74, orig_montserrat_regular;
    text-decoration: ;
    background: rgb(255, 255, 255);
    border-width: undefinedpx;
    border-color: rgb(51, 51, 51);
    border-radius: undefinedpx
}

.comp-lbwcxrhg4 .nav-arrows-container .slideshow-arrow,
.comp-lbwcxrhg4 .nav-arrows-container .custom-nav-arrows svg {
    --arrowsColor: #FFFFFF;
    fill: rgb(255, 255, 255)
}

.comp-lbwcxrhg4 .nav-arrows-container.pro-gallery-mobile-indicator .slideshow-arrow,
.comp-lbwcxrhg4 .nav-arrows-container.pro-gallery-mobile-indicator .custom-nav-arrows svg {
    --arrowsColor: #FFFFFF;
    fill: rgb(255, 255, 255)
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .auto-slideshow-counter {
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.6em helvetica-w01-light, sans-serif;
    --itemDescriptionFontColorSlideshow: #333333;
    color: rgb(51, 51, 51) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, sans-serif;
    text-decoration:
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info {
    --itemIconColorSlideshow: #333333
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved),
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button):not(.artstore-add-to-cart-button),
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info a {
    color: rgb(51, 51, 51) !important
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info svg .gallery-item-svg-foreground {
    fill: rgb(51, 51, 51) !important
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-title,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-title {
    --itemFontSlideshow: normal normal normal 18px/1.4em helvetica-w01-bold, sans-serif;
    --itemFontColorSlideshow: #333333;
    color: rgb(51, 51, 51) !important;
    font: normal normal normal 22px/27px helvetica-w01-bold, sans-serif !important;
    text-decoration:
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description {
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.6em helvetica-w01-light, sans-serif;
    --itemDescriptionFontColorSlideshow: #333333;
    color: rgb(51, 51, 51) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, sans-serif !important;
    text-decoration:
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.load-with-color:not(.image-loaded) {
    --imageLoadingColor: #E8E6E6;
    background-color: rgb(232, 230, 230)
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle {
    --itemFontColor: #FFFFFF;
    color: rgb(255, 255, 255)
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background {
    --itemOpacity: #333333;
    color: rgba(95, 95, 95, 0)
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-background,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-background {
    --itemOpacity: #333333;
    fill: rgba(95, 95, 95, 0)
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .gradient-top,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gradient-top {
    --itemOpacity: #333333;
    background: linear-gradient(rgba(95, 95, 95, 0) 0, transparent 140px) !important
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    --itemIconColor: #FFFFFF
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved),
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button),
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover a {
    color: rgb(255, 255, 255) !important
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-foreground {
    fill: rgb(255, 255, 255) !important
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-title,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-title {
    --itemFont: normal normal normal 18px/1.4em helvetica-w01-bold, sans-serif;
    --itemFontColor: #FFFFFF;
    color: rgb(255, 255, 255);
    font: normal normal normal 20px/1.4em helvetica-w01-bold, sans-serif;
    text-decoration:
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-description,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-description {
    --itemDescriptionFont: normal normal normal 15px/1.6em helvetica-w01-light, sans-serif;
    --itemDescriptionFontColor: #FFFFFF;
    color: rgb(255, 255, 255) !important;
    font: normal normal normal 14px/1.6em helvetica-w01-light, sans-serif;
    text-decoration:
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper {
    --customButtonFontColor: #FFFFFF;
    color: rgb(255, 255, 255) !important
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    --customButtonColor: #333333;
    --customButtonBorderRadius: 0;
    --customButtonBorderWidth: 1;
    --customButtonBorderColor: #FFFFFF;
    --customButtonFont: normal normal normal 14px/1.6em helvetica-w01-light, sans-serif;
    color: rgb(255, 255, 255) !important;
    font: normal normal normal 15px/18px wfont_000751_dde043c9cc214f9bbc15a2e74a9d960b, wf_dde043c9cc214f9bbc15a2e74, orig_montserrat_regular;
    text-decoration: ;
    background: rgba(255, 255, 255, 0) !important;
    border-width: 1px;
    border-radius: 0px;
    border-color: rgb(255, 255, 255)
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover:before {
    --itemOpacity: #333333;
    background: rgba(95, 95, 95, 0) !important
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover.default.force-hover:before,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before {
    background: #333333 !important
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover:before {
    --itemOpacity: #333333;
    background: rgba(95, 95, 95, 0) !important
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover.default.force-hover:before,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before {
    background: #333333 !important
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-title,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-title,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-title,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-title,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-title,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-title,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-title,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-title,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-title,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-title {
    --itemFontSlideshow: normal normal normal 22px/1.4em helvetica-w01-bold, sans-serif;
    --itemFontColorSlideshow: #333333;
    color: rgb(51, 51, 51) !important;
    font: normal normal normal 22px/27px helvetica-w01-bold, sans-serif !important;
    text-decoration:
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-description,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-description,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-description,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-description,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-description,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-description,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-description,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-description,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description {
    --itemDescriptionFontColorSlideshow: #333333;
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.6em helvetica-w01-light, sans-serif;
    color: rgb(51, 51, 51) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, sans-serif !important;
    text-decoration:
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-text .custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-text .info-element-custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-custom-button-wrapper button {
    --customButtonFontForHover: normal normal normal 14px/1.6em helvetica-w01-light, sans-serif;
    --customButtonFontColorForHover: #333333;
    --externalCustomButtonBorderWidth: 0;
    --externalCustomButtonBorderRadius: 0;
    font: normal normal normal 15px/18px wfont_000751_dde043c9cc214f9bbc15a2e74a9d960b, wf_dde043c9cc214f9bbc15a2e74, orig_montserrat_regular;
    text-decoration: ;
    color: rgb(51, 51, 51) !important;
    background: rgba(241, 101, 7, 0) !important;
    border-color: rgb(51, 51, 51);
    border-width: 0px;
    border-radius: 0px
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.load-with-color:not(.image-loaded) {
    --imageLoadingColor: #E8E6E6;
    background-color: rgb(232, 230, 230)
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle {
    --itemFontColor: #FFFFFF;
    color: rgb(255, 255, 255)
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background {
    --itemOpacity: #333333;
    color: rgba(95, 95, 95, 0.6) !important
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-background,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-background {
    --itemOpacity: #333333;
    fill: rgba(95, 95, 95, 0.6) !important
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gradient-top,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gradient-top {
    --itemOpacity: #333333;
    background: linear-gradient(rgba(95, 95, 95, 0.6) 0, transparent 140px) !important
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info {
    --itemIconColorSlideshow: #333333
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved),
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button):not(.artstore-add-to-cart-button),
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info a {
    color: rgb(51, 51, 51) !important
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-foreground {
    fill: rgb(51, 51, 51) !important
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-title {
    --itemFontSlideshow: normal normal normal 18px/1.4em helvetica-w01-bold, sans-serif;
    --itemFontColorSlideshow: #333333;
    color: rgb(51, 51, 51) !important;
    font: normal normal normal 22px/27px helvetica-w01-bold, sans-serif !important;
    text-decoration:
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-description,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-description {
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.6em helvetica-w01-light, sans-serif;
    --itemDescriptionFontColorSlideshow: #333333;
    color: rgb(51, 51, 51) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, sans-serif !important;
    text-decoration:
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover {
    --itemIconColor: #FFFFFF
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved),
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button),
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover a {
    color: rgb(255, 255, 255) !important
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-foreground {
    fill: rgb(255, 255, 255) !important
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gallery-item-title,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-title {
    --itemFont: normal normal normal 18px/1.4em helvetica-w01-bold, sans-serif;
    --itemFontColor: #FFFFFF;
    color: rgb(255, 255, 255);
    font: normal normal normal 20px/25px wfont_000751_ae785b7c779c4732bc0037e42e97d1e1, wf_ae785b7c779c4732bc0037e42, orig_montserrat_semibold;
    text-decoration:
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gallery-item-description,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-description {
    --itemDescriptionFont: normal normal normal 15px/1.6em helvetica-w01-light, sans-serif;
    --itemDescriptionFontColor: #FFFFFF;
    color: rgb(255, 255, 255) !important;
    font: normal normal normal 14px/17px wfont_000751_dde043c9cc214f9bbc15a2e74a9d960b, wf_dde043c9cc214f9bbc15a2e74, orig_montserrat_regular;
    text-decoration:
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper {
    --customButtonFontColor: #FFFFFF;
    color: rgb(255, 255, 255) !important
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    --customButtonColor: #333333;
    --customButtonBorderRadius: 0;
    --customButtonBorderWidth: 1;
    --customButtonBorderColor: #FFFFFF;
    --customButtonFont: normal normal normal 14px/1.6em helvetica-w01-light, sans-serif;
    color: rgb(255, 255, 255) !important;
    font: normal normal normal 15px/18px wfont_000751_dde043c9cc214f9bbc15a2e74a9d960b, wf_dde043c9cc214f9bbc15a2e74, orig_montserrat_regular;
    text-decoration: ;
    background: rgba(255, 255, 255, 0) !important;
    border-width: undefinedpx;
    border-radius: undefinedpx;
    border-color: rgb(255, 255, 255)
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover:not(.hide-hover):before {
    --itemOpacity: #333333;
    background: rgba(95, 95, 95, 0.6) !important
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover.default.force-hover:before,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before {
    background: #333333 !important
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover:before {
    --itemOpacity: #333333;
    background: rgba(95, 95, 95, 0.6) !important
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover.default.force-hover:before,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before {
    background: #333333 !important
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-title,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-title,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-title,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-title,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-title,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-title,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-title,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-title,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-title,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-title {
    --itemFontSlideshow: normal normal normal 22px/1.4em helvetica-w01-bold, sans-serif;
    --itemFontColorSlideshow: #333333;
    color: rgb(51, 51, 51) !important;
    font: normal normal normal 22px/27px helvetica-w01-bold, sans-serif !important;
    text-decoration:
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-description,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-description,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-description,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-description,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-description,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-description,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-description,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-description,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-description,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-description {
    --itemDescriptionFontColorSlideshow: #333333;
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.6em helvetica-w01-light, sans-serif;
    color: rgb(51, 51, 51) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, sans-serif !important;
    text-decoration:
}

.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-text .custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-text .info-element-custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .custom-button-wrapper button,
.comp-lbwcxrhg4 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-custom-button-wrapper button {
    --customButtonFontForHover: normal normal normal 14px/1.6em helvetica-w01-light, sans-serif;
    --customButtonFontColorForHover: #333333;
    --externalCustomButtonBorderWidth: 0;
    --externalCustomButtonBorderRadius: 0;
    font: normal normal normal 15px/18px wfont_000751_dde043c9cc214f9bbc15a2e74a9d960b, wf_dde043c9cc214f9bbc15a2e74, orig_montserrat_regular;
    text-decoration: ;
    color: rgb(51, 51, 51) !important;
    background: rgba(241, 101, 7, 0) !important;
    border-color: rgb(51, 51, 51);
    border-width: undefinedpx;
    border-radius: undefinedpx
}

.comp-lbwcxrhg4 .te-pro-gallery-text-item {
    font: normal normal normal 16px/1.6em helvetica-w01-light, sans-serif;
    color: #FFFFFF
}

.comp-lbwcxrhg4 .pro-fullscreen-wrapper .pro-fullscreen-text-item {
    --fullscreen-text-item-bg: #333333;
    background-color: #333333
}

.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles {
    --bgColorExpand: #FFFFFF;
    background-color: rgb(255, 255, 255)
}

.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .pro-fullscreen-selected-license,
.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .pro-fullscreen-checkout-link {
    --descriptionColorExpand: #333333;
    --descriptionFontExpand: normal normal normal 14px/1.6em helvetica-w01-light, sans-serif;
    color: rgb(51, 51, 51);
    font: normal normal normal 14px/1.6em helvetica-w01-light, sans-serif;
    text-decoration:
}

.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar,
.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-mobile-info {
    --bgColorExpand: #FFFFFF;
    background-color: rgb(255, 255, 255)
}

.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-title h1 {
    --titleColorExpand: #333333;
    --titleFontExpand: normal normal normal 18px/1.4em helvetica-w01-bold, sans-serif;
    color: rgb(51, 51, 51);
    font: normal normal normal 46px/1.4em helvetica-w01-light, sans-serif;
    text-decoration:
}

.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description,
.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line,
.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif,
.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link,
.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link {
    --descriptionColorExpand: #333333;
    --descriptionFontExpand: normal normal normal 14px/1.6em helvetica-w01-light, sans-serif;
    color: rgb(51, 51, 51);
    font: normal normal normal 14px/1.6em helvetica-w01-light, sans-serif;
    text-decoration:
}

.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description:after,
.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line:after,
.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif:after,
.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link:after,
.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link:after {
    --descriptionColorExpand: #333333;
    border-color: rgb(51, 51, 51)
}

.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social i:not(.pro-gallery-loved),
.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social a,
.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social button,
.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav i:not(.pro-gallery-loved),
.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav a,
.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav button,
.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar i:not(.pro-gallery-loved),
.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar a,
.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar button,
.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social i:not(.pro-gallery-loved),
.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social a,
.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social button {
    --descriptionColorExpand: #333333;
    color: rgb(51, 51, 51)
}

.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles i.fullscreen-item-video-play.progallery-svg-font-icons-play-triangle {
    --descriptionColorExpand: #333333;
    color: rgb(51, 51, 51)
}

.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles i.fullscreen-item-video-play.progallery-svg-font-icons-play-background {
    --bgColorExpand: #FFFFFF;
    color: rgb(255, 255, 255)
}

.comp-lbwcxrhg4 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon {
    --descriptionColorExpand: #333333;
    --bgColorExpand: #FFFFFF;
    color: rgb(51, 51, 51);
    background: rgb(255, 255, 255)
}
div.comp-lbwcxrhg4:not(.fullscreen-comp-wrapper) {
                                                                                                            width: 100%;
                                                                                                        }

.cgGlGU .NIXfHQ {
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    min-height: 1px;
    position: relative;
    -webkit-transform: translateZ(0);
}
.cgGlGU>ul {
    box-sizing: border-box;
    width: 100%;
}
.cgGlGU>ul li {
    display: block;
}
.u4cNtA {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    border-color: rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
    border-style: solid;
    border-width: var(--brw, 1px);
    box-sizing: border-box;
    display: flex;
    list-style: none;
    margin: 0;
    position: relative;
    text-align: var(--text-align, left);
    transition: var(--itemBGColorTrans, background-color .4s ease 0s);
}
.u4cNtA.QqwXfj>.fEGEM_ {
    background-color: rgba(var(--bgs, var(--color_15, color_15)), var(--alpha-bgs, 1));
}
.OZVMSN .fEGEM_ {
    direction: var(--item-depth0-direction);
    text-align: var(--item-depth0-align, var(--text-align));
}
.u4cNtA .fEGEM_ {
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    position: relative;
}
.u4cNtA .fEGEM_>.kGvnrc {
    display: grid
;
    position: relative;
    text-overflow: ellipsis;
}
.u4cNtA .fEGEM_>.kGvnrc {
    display: grid
;
    position: relative;
    text-overflow: ellipsis;
}
.u4cNtA.QqwXfj>.fEGEM_>.kGvnrc>.xfxJ27 {
    color: rgb(var(--txtsSub, var(--color_13, color_13)));
    color: rgb(var(--txts, var(--color_13, color_13)));
}
.u4cNtA .fEGEM_>.kGvnrc>.xfxJ27 {
    color: rgb(var(--txt, var(--color_15, color_15)));
    display: inline;
    font: var(--fnt, var(--font_1));
    overflow: hidden;
    padding-bottom: var(--verticalPadding, 0);
    padding-top: var(--verticalPadding, 0);
    position: relative;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.u4cNtA .xfxJ27 {
    padding-inline-end: var(--padding-end, 0);
    padding-inline-start: var(--padding-start, 0);
}
a {
    cursor: pointer;
    text-decoration: none;
}
<<<<<<< HEAD
.WzbAF8 {
    direction: var(--direction);
}
.WzbAF8 .mpGTIt {
    height: 100%;
    position: absolute;
    white-space: nowrap;
    width: 100%;
}
.WzbAF8 .mpGTIt .O6KwRn
 {
    display: var(--item-display);
    height: var(--item-size);
    margin-block: var(--item-margin-block);
    margin-inline: var(--item-margin-inline);
    width: var(--item-size);
}
.MazNVa
 {
    left: var(--left, auto);
    position: var(--position-fixed, static);
    top: var(--top, auto);
    z-index: var(--z-index, auto);
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
.wixui-rich-text__text1{
    animation: blink 2s infinite;
    font-size: 100px;
}

.AnQkDU {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 100%;
}

#zqjmr {
    width: auto;
    min-height: 40px;
}

#zqjmr {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}
body:not(.responsive) .dBAkHi {
    align-self: start;
    grid-area: 1 / 1 / 1 / 1;
    height: 100%;
    justify-self: stretch;
    left: 0;
    position: relative;
}
.AnQkDU>div {
    align-self: stretch !important;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch !important;
}
.PFkO7r {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.HT5ybB {
    height: auto;
    position: relative;
    width: 100%;
}
#comp-lcyz4cyz, #comp-lcz00xqv1 {
    width: 957px;
    height: auto;
}
[data-mesh-id=comp-lcyz0peginlineContent-gridContainer] > [id="comp-lcyz4cyz"]
 {
    position: relative;
    margin: 32px 0px 10px calc((100% - 980px) * 0.5);
    left: 15px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}
[data-mesh-id=comp-lcz00xprinlineContent-gridContainer] > [id="comp-lcz00xqv1"] {
    position: relative;
    margin: 32px 0px 69px calc((100% - 980px) * 0.5);
    left: 15px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}
