body.device-mobile-optimized {
    overflow-x: hidden;
    overflow-y: scroll
}

body.device-mobile-optimized:not(.autozoom) #SITE_CONTAINER,
body.device-mobile-optimized:not(.responsive) #SITE_CONTAINER {
    zoom: var(--zoom-factor, 1);
    margin-left: auto;
    margin-right: auto;
    overflow-x: visible;
    position: relative;
    width: 320px
}

body.device-mobile-optimized:not(.autozoom):not(.blockSiteScrolling) #SITE_CONTAINER,
body.device-mobile-optimized:not(.responsive):not(.blockSiteScrolling) #SITE_CONTAINER {
    margin-top: 0
}

body.device-mobile-optimized>* {
    max-width: 100% !important
}

body.device-mobile-optimized #site-root {
    overflow-x: hidden;
    overflow-y: hidden
}

@supports(overflow:clip) {
    body.device-mobile-optimized #site-root {
        overflow-x: clip;
        overflow-y: clip
    }
}

body.device-mobile-non-optimized #SITE_CONTAINER #site-root {
    overflow-x: hidden;
    overflow-y: auto
}

body.device-mobile-non-optimized.fullScreenMode {
    background-color: #5f6360
}

body.device-mobile-non-optimized.fullScreenMode #MOBILE_ACTIONS_MENU,
body.device-mobile-non-optimized.fullScreenMode #SITE_BACKGROUND,
body.device-mobile-non-optimized.fullScreenMode #site-root,
body.fullScreenMode #WIX_ADS {
    visibility: hidden
}

body.fullScreenMode {
    overflow-x: hidden !important;
    overflow-y: hidden !important
}

body.fullScreenMode.device-mobile-optimized #TINY_MENU {
    opacity: 0;
    pointer-events: none
}

body.fullScreenMode-scrollable.device-mobile-optimized {
    overflow-x: hidden !important;
    overflow-y: auto !important
}

body.fullScreenMode-scrollable.device-mobile-optimized #masterPage,
body.fullScreenMode-scrollable.device-mobile-optimized #site-root {
    overflow-x: hidden !important;
    overflow-y: hidden !important
}

body.fullScreenMode-scrollable.device-mobile-optimized #SITE_BACKGROUND,
body.fullScreenMode-scrollable.device-mobile-optimized #masterPage {
    height: auto !important
}

body.fullScreenMode-scrollable.device-mobile-optimized #masterPage.mesh-layout {
    height: 0 !important
}

body.blockSiteScrolling {
    position: fixed;
    width: 100%
}

body.blockSiteScrolling #SITE_CONTAINER {
    margin-top: calc(var(--blocked-site-scroll-margin-top)*-1)
}

body.blockSiteScrolling:not(.responsive) #WIX_ADS {
    margin-top: var(--blocked-site-scroll-margin-top)
}

body.blockSiteScrollingWithOverflow {
    overflow-y: hidden
}

@keyframes slide-horizontal-new {
    0% {
        transform: translateX(100%)
    }
}

@keyframes slide-horizontal-old {
    80% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translateX(-100%)
    }
}

@keyframes slide-vertical-new {
    0% {
        transform: translateY(-100%)
    }
}

@keyframes slide-vertical-old {
    80% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translateY(100%)
    }
}

@keyframes out-in-new {
    0% {
        opacity: 0
    }
}

@keyframes out-in-old {
    to {
        opacity: 0
    }
}

html[data-page-transition=SlideHorizontal]::view-transition-old(page-group) {
    animation: slide-horizontal-old .6s cubic-bezier(.83, 0, .17, 1) forwards;
    mix-blend-mode: normal
}

html[data-page-transition=SlideHorizontal]::view-transition-new(page-group) {
    animation: slide-horizontal-new .6s cubic-bezier(.83, 0, .17, 1) backwards;
    mix-blend-mode: normal
}

html[data-page-transition=SlideVertical]::view-transition-old(page-group) {
    animation: slide-vertical-old .6s cubic-bezier(.83, 0, .17, 1) forwards;
    mix-blend-mode: normal
}

html[data-page-transition=SlideVertical]::view-transition-new(page-group) {
    animation: slide-vertical-new .6s cubic-bezier(.83, 0, .17, 1) backwards;
    mix-blend-mode: normal
}

html[data-page-transition=OutIn]::view-transition-old(page-group) {
    animation: out-in-old .35s cubic-bezier(.64, 0, .78, 0) forwards
}

html[data-page-transition=OutIn]::view-transition-new(page-group) {
    animation: out-in-new .35s cubic-bezier(.22, 1, .36, 1) .35s backwards
}

@media(prefers-reduced-motion:reduce) {

    ::view-transition-group(*),
    ::view-transition-new(*),
    ::view-transition-old(*) {
        animation: none !important
    }
}

body,
html {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

body {
    --scrollbar-width: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px
}

body,
html {
    height: 100%
}

body {
    overflow-x: auto;
    overflow-y: scroll
}

body:not(.responsive) #site-root {
    min-width: var(--site-width);
    width: 100%
}

body:not([data-js-loaded]) [data-hide-prejs] {
    visibility: hidden
}

#SITE_CONTAINER {
    position: relative
}

:root {
    --one-unit: 1vw;
    --section-max-width: 9999px
}

@supports(container-type:inline-size) {
    :root {
        --one-unit: 1cqw
    }
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
button,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
title,
tr,
tt,
u,
ul,
var {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

input,
select,
textarea {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    cursor: pointer;
    text-decoration: none
}

.testStyles {
    overflow-y: hidden
}

.reset-button {
    -webkit-appearance: none;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    outline: 0;
    overflow: visible;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

:focus {
    outline: none
}

#site-root {
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    top: var(--wix-ads-height)
}

#site-root img:not([src]) {
    visibility: hidden
}

#site-root svg img:not([src]) {
    visibility: visible
}

.auto-generated-link {
    color: inherit
}

#SCROLL_TO_BOTTOM,
#SCROLL_TO_TOP {
    height: 0
}

.has-click-trigger {
    cursor: pointer
}

.fullScreenOverlay {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow-y: hidden;
    position: fixed;
    right: 0;
    top: -60px;
    z-index: 1005
}

.fullScreenOverlay>.fullScreenOverlayContent {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 60px;
    transform: translateZ(0)
}

[data-mesh-id$=centeredContent],
[data-mesh-id$=form],
[data-mesh-id$=inlineContent] {
    pointer-events: none;
    position: relative
}

[data-mesh-id$=-gridWrapper],
[data-mesh-id$=-rotated-wrapper] {
    pointer-events: none
}

[data-mesh-id$=-gridContainer]>*,
[data-mesh-id$=-rotated-wrapper]>*,
[data-mesh-id$=inlineContent]>:not([data-mesh-id$=-gridContainer]) {
    pointer-events: auto
}

.device-mobile-optimized #masterPage.mesh-layout #SOSP_CONTAINER_CUSTOM_ID {
    grid-area: 2/1/3/2;
    -ms-grid-row: 2;
    position: relative
}

#masterPage.mesh-layout {
    -ms-grid-rows: max-content max-content min-content max-content;
    -ms-grid-columns: 100%;
    align-items: start;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: max-content max-content min-content max-content;
    justify-content: stretch
}

#masterPage.mesh-layout #PAGES_CONTAINER,
#masterPage.mesh-layout #SITE_FOOTER-placeholder,
#masterPage.mesh-layout #SITE_FOOTER_WRAPPER,
#masterPage.mesh-layout #SITE_HEADER-placeholder,
#masterPage.mesh-layout #SITE_HEADER_WRAPPER,
#masterPage.mesh-layout #SOSP_CONTAINER_CUSTOM_ID[data-state~=mobileView],
#masterPage.mesh-layout #soapAfterPagesContainer,
#masterPage.mesh-layout #soapBeforePagesContainer {
    -ms-grid-row-align: start;
    -ms-grid-column-align: start;
    -ms-grid-column: 1
}

#masterPage.mesh-layout #SITE_HEADER-placeholder,
#masterPage.mesh-layout #SITE_HEADER_WRAPPER {
    grid-area: 1/1/2/2;
    -ms-grid-row: 1
}

#masterPage.mesh-layout #PAGES_CONTAINER,
#masterPage.mesh-layout #soapAfterPagesContainer,
#masterPage.mesh-layout #soapBeforePagesContainer {
    grid-area: 3/1/4/2;
    -ms-grid-row: 3
}

#masterPage.mesh-layout #soapAfterPagesContainer,
#masterPage.mesh-layout #soapBeforePagesContainer {
    width: 100%
}

#masterPage.mesh-layout #PAGES_CONTAINER {
    align-self: stretch
}

#masterPage.mesh-layout main#PAGES_CONTAINER {
    display: block
}

#masterPage.mesh-layout #SITE_FOOTER-placeholder,
#masterPage.mesh-layout #SITE_FOOTER_WRAPPER {
    grid-area: 4/1/5/2;
    -ms-grid-row: 4
}

#masterPage.mesh-layout #SITE_PAGES,
#masterPage.mesh-layout [data-mesh-id=PAGES_CONTAINERcenteredContent],
#masterPage.mesh-layout [data-mesh-id=PAGES_CONTAINERinlineContent] {
    height: 100%
}

#masterPage.mesh-layout.desktop>* {
    width: 100%
}

#masterPage.mesh-layout #PAGES_CONTAINER,
#masterPage.mesh-layout #SITE_FOOTER_WRAPPER,
#masterPage.mesh-layout #SITE_HEADER_WRAPPER,
#masterPage.mesh-layout #SITE_PAGES,
#masterPage.mesh-layout #masterPageinlineContent,
#masterPage.mesh-layout:not(.one-doc) #SITE_FOOTER,
#masterPage.mesh-layout:not(.one-doc) #SITE_HEADER {
    position: relative
}

#masterPage.mesh-layout.remove-wrappers #SITE_HEADER {
    grid-area: 1/1/2/2
}

#masterPage.mesh-layout.remove-wrappers #SITE_FOOTER {
    grid-area: 4/1/5/2
}

[data-z-counter] {
    z-index: 0
}

[data-z-counter="0"] {
    z-index: auto
}

.wixSiteProperties {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

:root {
    --wst-button-color-fill-primary: rgb(var(--color_48));
    --wst-button-color-border-primary: rgb(var(--color_49));
    --wst-button-color-text-primary: rgb(var(--color_50));
    --wst-button-color-fill-primary-hover: rgb(var(--color_51));
    --wst-button-color-border-primary-hover: rgb(var(--color_52));
    --wst-button-color-text-primary-hover: rgb(var(--color_53));
    --wst-button-color-fill-primary-disabled: rgb(var(--color_54));
    --wst-button-color-border-primary-disabled: rgb(var(--color_55));
    --wst-button-color-text-primary-disabled: rgb(var(--color_56));
    --wst-button-color-fill-secondary: rgb(var(--color_57));
    --wst-button-color-border-secondary: rgb(var(--color_58));
    --wst-button-color-text-secondary: rgb(var(--color_59));
    --wst-button-color-fill-secondary-hover: rgb(var(--color_60));
    --wst-button-color-border-secondary-hover: rgb(var(--color_61));
    --wst-button-color-text-secondary-hover: rgb(var(--color_62));
    --wst-button-color-fill-secondary-disabled: rgb(var(--color_63));
    --wst-button-color-border-secondary-disabled: rgb(var(--color_64));
    --wst-button-color-text-secondary-disabled: rgb(var(--color_65));
    --wst-color-fill-base-1: rgb(var(--color_36));
    --wst-color-fill-base-2: rgb(var(--color_37));
    --wst-color-fill-base-shade-1: rgb(var(--color_38));
    --wst-color-fill-base-shade-2: rgb(var(--color_39));
    --wst-color-fill-base-shade-3: rgb(var(--color_40));
    --wst-color-fill-accent-1: rgb(var(--color_41));
    --wst-color-fill-accent-2: rgb(var(--color_42));
    --wst-color-fill-accent-3: rgb(var(--color_43));
    --wst-color-fill-accent-4: rgb(var(--color_44));
    --wst-color-fill-background-primary: rgb(var(--color_11));
    --wst-color-fill-background-secondary: rgb(var(--color_12));
    --wst-color-text-primary: rgb(var(--color_15));
    --wst-color-text-secondary: rgb(var(--color_14));
    --wst-color-action: rgb(var(--color_18));
    --wst-color-disabled: rgb(var(--color_39));
    --wst-color-title: rgb(var(--color_45));
    --wst-color-subtitle: rgb(var(--color_46));
    --wst-color-line: rgb(var(--color_47));
    --wst-font-style-h2: var(--font_2);
    --wst-font-style-h3: var(--font_3);
    --wst-font-style-h4: var(--font_4);
    --wst-font-style-h5: var(--font_5);
    --wst-font-style-h6: var(--font_6);
    --wst-font-style-body-large: var(--font_7);
    --wst-font-style-body-medium: var(--font_8);
    --wst-font-style-body-small: var(--font_9);
    --wst-font-style-body-x-small: var(--font_10)
}

.PlZyDq {
    touch-action: manipulation
}

.uDW_Qe {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: var(--label-align);
    min-width: 100%;
    text-align: initial;
    width: -moz-max-content;
    width: max-content
}

.uDW_Qe:before {
    max-width: var(--margin-start, 0)
}

.uDW_Qe:after,
.uDW_Qe:before {
    align-self: stretch;
    content: "";
    flex-grow: 1
}

.uDW_Qe:after {
    max-width: var(--margin-end, 0)
}

.FubTgk {
    height: 100%
}

.FubTgk .uDW_Qe {
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    bottom: 0;
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: var(--trans1, border-color .4s ease 0s, background-color .4s ease 0s)
}

.FubTgk .uDW_Qe:link,
.FubTgk .uDW_Qe:visited {
    border-color: transparent
}

.FubTgk .l7_2fn {
    color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
    font: var(--fnt, var(--font_5));
    margin: 0;
    position: relative;
    transition: var(--trans2, color .4s ease 0s);
    white-space: nowrap
}

.FubTgk[aria-disabled=false] .uDW_Qe {
    background-color: var(--corvid-background-color, rgba(var(--bg, var(--color_17, color_17)), var(--alpha-bg, 1)));
    border: solid var(--corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1))) var(--corvid-border-width, var(--brw, 0));
    cursor: pointer !important
}

:host(.device-mobile-optimized) .FubTgk[aria-disabled=false]:active .uDW_Qe,
body.device-mobile-optimized .FubTgk[aria-disabled=false]:active .uDW_Qe {
    background-color: rgba(var(--bgh, var(--color_18, color_18)), var(--alpha-bgh, 1));
    border-color: rgba(var(--brdh, var(--color_15, color_15)), var(--alpha-brdh, 1))
}

:host(.device-mobile-optimized) .FubTgk[aria-disabled=false]:active .l7_2fn,
body.device-mobile-optimized .FubTgk[aria-disabled=false]:active .l7_2fn {
    color: rgb(var(--txth, var(--color_15, color_15)))
}

:host(:not(.device-mobile-optimized)) .FubTgk[aria-disabled=false]:hover .uDW_Qe,
body:not(.device-mobile-optimized) .FubTgk[aria-disabled=false]:hover .uDW_Qe {
    background-color: rgba(var(--bgh, var(--color_18, color_18)), var(--alpha-bgh, 1));
    border-color: rgba(var(--brdh, var(--color_15, color_15)), var(--alpha-brdh, 1))
}

:host(:not(.device-mobile-optimized)) .FubTgk[aria-disabled=false]:hover .l7_2fn,
body:not(.device-mobile-optimized) .FubTgk[aria-disabled=false]:hover .l7_2fn {
    color: rgb(var(--txth, var(--color_15, color_15)))
}

.FubTgk[aria-disabled=true] .uDW_Qe {
    background-color: rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1));
    border-color: rgba(var(--brdd, 204, 204, 204), var(--alpha-brdd, 1));
    border-style: solid;
    border-width: var(--corvid-border-width, var(--brw, 0))
}

.FubTgk[aria-disabled=true] .l7_2fn {
    color: rgb(var(--txtd, 255, 255, 255))
}

.uUxqWY {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: var(--label-align);
    min-width: 100%;
    text-align: initial;
    width: -moz-max-content;
    width: max-content
}

.uUxqWY:before {
    max-width: var(--margin-start, 0)
}

.uUxqWY:after,
.uUxqWY:before {
    align-self: stretch;
    content: "";
    flex-grow: 1
}

.uUxqWY:after {
    max-width: var(--margin-end, 0)
}

.Vq4wYb[aria-disabled=false] .uUxqWY {
    cursor: pointer
}

:host(.device-mobile-optimized) .Vq4wYb[aria-disabled=false]:active .wJVzSK,
body.device-mobile-optimized .Vq4wYb[aria-disabled=false]:active .wJVzSK {
    color: rgb(var(--txth, var(--color_15, color_15)));
    transition: var(--trans, color .4s ease 0s)
}

:host(:not(.device-mobile-optimized)) .Vq4wYb[aria-disabled=false]:hover .wJVzSK,
body:not(.device-mobile-optimized) .Vq4wYb[aria-disabled=false]:hover .wJVzSK {
    color: rgb(var(--txth, var(--color_15, color_15)));
    transition: var(--trans, color .4s ease 0s)
}

.Vq4wYb .uUxqWY {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Vq4wYb .wJVzSK {
    color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
    font: var(--fnt, var(--font_5));
    transition: var(--trans, color .4s ease 0s);
    white-space: nowrap
}

.Vq4wYb[aria-disabled=true] .wJVzSK {
    color: rgb(var(--txtd, 255, 255, 255))
}

: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);
    display: flex;
    flex-direction: var(--items-direction);
    margin: 0 auto;
    position: relative;
    width: calc(100% - var(--padding)*2)
}

:host(:not(.device-mobile-optimized)) .V5AUxf>*,
body:not(.device-mobile-optimized) .V5AUxf>* {
    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: var(--padding) 0;
    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
}

.HlRz5e {
    display: block;
    height: 100%;
    width: 100%
}

.HlRz5e img {
    max-width: var(--wix-img-max-width, 100%)
}

.HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.HlRz5e[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%
}

._uqPqy {
    -webkit-clip-path: var(--fill-layer-clip);
    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)
}

.YzqVVZ {
    overflow: visible;
    position: relative
}

.mwF7X1 {
    backface-visibility: hidden
}

.YGilLk {
    cursor: pointer
}

.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%
}

.bX9O_S {
    -webkit-clip-path: var(--fill-layer-clip);
    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)
    }
}

._C0cVf {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.hFwGTD {
    transform: translateY(-100%);
    transition: .2s ease-in
}

.IQgXoP {
    transition: .2s
}

.Nr3Nid {
    opacity: 0;
    transition: .2s ease-in
}

.Nr3Nid.l4oO6c {
    z-index: -1 !important
}

.iQuoC4 {
    opacity: 1;
    transition: .2s
}

.CJF7A2 {
    height: auto
}

.CJF7A2,
.U4Bvut {
    position: relative;
    width: 100%
}

:host(:not(.device-mobile-optimized)) .G5K6X8,
body:not(.device-mobile-optimized) .G5K6X8 {
    margin-left: calc((100% - var(--site-width))/2);
    width: var(--site-width)
}

.xU8fqS[data-focuscycled=active] {
    outline: 1px solid transparent
}

.xU8fqS[data-focuscycled=active]:not(:focus-within) {
    outline: 2px solid transparent;
    transition: outline .01s ease
}

.xU8fqS ._4XcTfy {
    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));
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.xU8fqS .gUbusX {
    background-color: rgba(var(--bgctr, var(--color_11, color_11)), var(--alpha-bgctr, 1));
    border-radius: var(--rd, 0);
    bottom: var(--brwb, 0);
    top: var(--brwt, 0)
}

.xU8fqS .G5K6X8,
.xU8fqS .gUbusX {
    left: 0;
    position: absolute;
    right: 0
}

.xU8fqS .G5K6X8 {
    bottom: 0;
    top: 0
}

:host(.device-mobile-optimized) .xU8fqS .G5K6X8,
body.device-mobile-optimized .xU8fqS .G5K6X8 {
    left: 10px;
    right: 10px
}

.SPY_vo {
    pointer-events: none
}

.BmZ5pC {
    min-height: calc(100vh/var(--zoom-factor, 1) - var(--wix-ads-height));
    min-width: var(--site-width);
    position: var(--bg-position);
    top: var(--wix-ads-height)
}

.BmZ5pC,
.nTOEE9 {
    height: 100%;
    width: 100%
}

.nTOEE9 {
    overflow: hidden
}

.nTOEE9.sqUyGm:hover {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODM3MEUzMUU4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODM3MEUzMUQ4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4bqsJgAAACF0lEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPmgI0F2YdmxXQUhX///sVQqK2tDVL4DFkhF8zK2NjY/4aGhshOOMJAJAB5ZjdAADGQCpiB4Cear3uwKQR74vv372BPLFq0CKZ4GnLcdMGiFtnXmzZtQo0Bdnb2r/b29nBFMIwUjkxghby8vHfFxMQwTMQWp0YggZcvX/5HBpqamhgKQdafAQnq6en9j4+P/4/me150nzsCPfYOKrkWKvYCymcjJozPgqIYIMAYcUjKAnEcELsDbVECOpkNiO8B+buAeCEQ3yUqFllYWNYh+4Obm/u/ubn5f0tLy//QPIqM90ATHVagDHTJH5BCfn7+/xcvXvyPC9y7d+8/KHqghv4FYj0M04BxeAOkQEhI6P+vX79QDECOeBj49+/ffzk5OZih91FyP4gAGiIDooH5hIGVlRUsAXQpGMMAMh+Y1xksLCzg5QxGrAFzwAxY2GzYsIGgC48cOYIclsuwBiIbG9sCmCJFRcX/+/fvxwi/EydOwIoDGH6JLQEiA26ga1egxSY2vAUpkcKKEV5iCwVOIObBU8w8RzLYgYHaAAACg5CxaxSLgwAAAABJRU5ErkJggg==), auto
}

.nTOEE9.C_JY0G:hover {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0I4QkNGQTI4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0I4QkNGQTE4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7hiSPZAAACGklEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPm/EcHUA3TURT+/fsXQ6G2tjZI4TNkhVwwK2NjY/8bGhoiO+EIA5EA5JndAAHEQCpgBoKfaL7uwaYQHLrfv38He2LRokUwxdOQ46YLFrXIYNOmTagxwM7O/tXe3h4sCYs3EEYKRyawQl5e3rtiYmL/sQH0ODUCCbx8+RJFkaamJoZCkPVnQIJ6enr/4+Pj/6P5nhfd545Aj72DSq6Fir2A8tmICeOzoCgGCDBGHJKyQBwHxO5AW5SATmYD4ntA/i4gXgjEd4mKRRYWlnXI/uDm5v5vbm7+39LS8j80jyLjPdBEhxUoA13yB6SQn5///8WLF//jAvfu3fsPih6ooX+BWA/DNGAc3gApEBIS+v/r16//hMC/f//+y8nJwQy9j2wWC4gAGiIDooH5hIGVlRUsAXQpVq98/PgRVBAwWFhYMDx69AhczkBj7RdyFpgBC5sNGzYQdOGRI0eQw3IZVpvZ2NgWwBQpKir+379/P4ZBJ06cgBUHMPwSWwJEBtxA165Ai01seAtSIoUVI7zEFgqcQMyDp5h5jmSwAwO1AQBU5q033XYWQwAAAABJRU5ErkJggg==), auto
}

.rYiAuL {
    cursor: pointer
}

.gSXewE {
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0
}

.j7pOnl {
    box-sizing: border-box;
    height: 100%;
    width: 100%
}

.BI8PVQ {
    min-height: var(--image-min-height);
    min-width: var(--image-min-width)
}

.BI8PVQ img {
    filter: var(--filter-effect-svg-url);
    -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% 100%);
    mask-size: var(--mask-size, 100% 100%);
    -o-object-position: var(--object-position);
    object-position: var(--object-position)
}

.MazNVa {
    left: var(--left, auto);
    position: var(--position-fixed, static);
    top: var(--top, auto);
    z-index: var(--z-index, auto)
}

.MazNVa .BI8PVQ img {
    box-shadow: 0 0 0 #000;
    position: static;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.MazNVa .j7pOnl {
    display: block;
    overflow: hidden
}

.MazNVa .BI8PVQ {
    overflow: hidden
}

.c7cMWz {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.FVGvCX {
    height: auto;
    position: relative;
    width: 100%
}

body:not(.responsive) .zK7MhX {
    align-self: start;
    grid-area: 1/1/1/1;
    height: 100%;
    justify-self: stretch;
    left: 0;
    position: relative
}

:host(:not(.device-mobile-optimized)) .c7cMWz,
body:not(.device-mobile-optimized) .c7cMWz {
    margin-left: calc((100% - var(--site-width))/2);
    width: var(--site-width)
}

.fEm0Bo .c7cMWz {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    overflow: hidden
}

:host(.device-mobile-optimized) .c7cMWz,
body.device-mobile-optimized .c7cMWz {
    left: 10px;
    right: 10px
}

.PFkO7r {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.HT5ybB {
    height: auto;
    position: relative;
    width: 100%
}

body:not(.responsive) .dBAkHi {
    align-self: start;
    grid-area: 1/1/1/1;
    height: 100%;
    justify-self: stretch;
    left: 0;
    position: relative
}

:host(:not(.device-mobile-optimized)) .PFkO7r,
body:not(.device-mobile-optimized) .PFkO7r {
    margin-left: calc((100% - var(--site-width))/2);
    width: var(--site-width)
}

:host(.device-mobile-optimized) .PFkO7r,
body.device-mobile-optimized .PFkO7r {
    left: 10px;
    right: 10px
}

.r4OX7l,
.xTjc1A {
    box-sizing: border-box;
    height: 100%;
    overflow: visible;
    position: relative;
    width: auto
}

.r4OX7l[data-state~=header] a,
.r4OX7l[data-state~=header] div,
[data-state~=header].xTjc1A a,
[data-state~=header].xTjc1A div {
    cursor: default !important
}

.r4OX7l .UiHgGh,
.xTjc1A .UiHgGh {
    display: inline-block;
    height: 100%;
    width: 100%
}

.xTjc1A {
    --display: inline-block;
    cursor: pointer;
    display: var(--display);
    font: var(--fnt, var(--font_1))
}

.xTjc1A .yRj2ms {
    padding: 0 var(--pad, 5px)
}

.xTjc1A .JS76Uv {
    color: rgb(var(--txt, var(--color_15, color_15)));
    display: inline-block;
    padding: 0 10px;
    transition: var(--trans, color .4s ease 0s)
}

.xTjc1A[data-state~=drop] {
    display: block;
    width: 100%
}

.xTjc1A[data-state~=drop] .JS76Uv {
    padding: 0 .5em
}

.xTjc1A[data-state~=link]:hover .JS76Uv,
.xTjc1A[data-state~=over] .JS76Uv {
    color: rgb(var(--txth, var(--color_14, color_14)));
    transition: var(--trans, color .4s ease 0s)
}

.xTjc1A[data-state~=selected] .JS76Uv {
    color: rgb(var(--txts, var(--color_14, color_14)));
    transition: var(--trans, color .4s ease 0s)
}

.NHM1d1 {
    overflow-x: hidden
}

.NHM1d1 .R_TAzU {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.NHM1d1 .R_TAzU .aOF1ks {
    flex: 1
}

.NHM1d1 .R_TAzU .y7qwii {
    height: calc(100% - (var(--menuTotalBordersY, 0px)));
    overflow: visible;
    white-space: nowrap;
    width: calc(100% - (var(--menuTotalBordersX, 0px)))
}

.NHM1d1 .R_TAzU .y7qwii .Tg1gOB {
    display: inline-block
}

.NHM1d1 .R_TAzU .y7qwii .mvZ3NH {
    display: block;
    width: 100%
}

.NHM1d1 .h3jCPd {
    display: block;
    opacity: 1;
    z-index: 99999
}

.NHM1d1 .h3jCPd .wkJ2fp {
    display: inherit;
    overflow: visible;
    visibility: inherit;
    white-space: nowrap;
    width: auto
}

.NHM1d1 .h3jCPd.DlGBN0 {
    transition: visibility;
    transition-delay: .2s;
    visibility: visible
}

.NHM1d1 .h3jCPd .p90CkU {
    display: inline-block
}

.NHM1d1 .vh74Xw {
    display: none
}

.XwCBRN>nav {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.XwCBRN .h3jCPd,
.XwCBRN .y7qwii,
.XwCBRN>nav {
    position: absolute
}

.XwCBRN .h3jCPd {
    margin-top: 7px;
    visibility: hidden
}

.XwCBRN .h3jCPd[data-dropMode=dropUp] {
    margin-bottom: 7px;
    margin-top: 0
}

.XwCBRN .wkJ2fp {
    background-color: rgba(var(--bgDrop, var(--color_11, color_11)), var(--alpha-bgDrop, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6))
}

.P0dCOY .PJ4KCX {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.d7EBK2 {
    border-radius: var(--overflow-wrapper-border-radius)
}

.J6KGih {
    cursor: pointer
}

.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)
}

body:not(.responsive) .JsJXaX {
    overflow-x: clip
}

[data-view-transition=page-transition] .JsJXaX {
    view-transition-name: page-group
}

.AnQkDU {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 100%
}

.AnQkDU>div {
    align-self: stretch !important;
    grid-area: 1/1/2/2;
    justify-self: stretch !important
}

.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.StylableButton2545352419--hasBackgroundColor {
    background-color: var(--corvid-background-color) !important
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderColor {
    border-color: var(--corvid-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.StylableButton2545352419--hasColor,
.StylableButton2545352419__root.StylableButton2545352419--hasColor .StylableButton2545352419__label {
    color: var(--corvid-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>div {
    display: flex;
    height: inherit;
    width: inherit
}

.a9YhBi {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.dX12nb {
    cursor: pointer
}

.AKxYR5 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    fill: var(--fill);
    fill-opacity: var(--fill-opacity);
    stroke: var(--stroke);
    stroke-opacity: var(--stroke-opacity);
    stroke-width: var(--stroke-width);
    filter: var(--drop-shadow, none);
    opacity: var(--opacity);
    transform: var(--flip)
}

.AKxYR5,
.AKxYR5 svg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.AKxYR5 svg {
    height: var(--svg-calculated-height, 100%);
    margin: auto;
    padding: var(--svg-calculated-padding, 0);
    width: var(--svg-calculated-width, 100%)
}

.AKxYR5 svg:not([data-type=ugc]) {
    overflow: visible
}

.VZYmYf * {
    vector-effect: non-scaling-stroke
}

@supports(-webkit-hyphens:none) {
    .AKxYR5.vv0uGt {
        will-change: filter
    }
}

.HcOXKn {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

ol.font_100,
ul.font_100 {
    color: #080808;
    font-family: "Arial, Helvetica, sans-serif", serif;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    text-decoration: none
}

ol.font_100 li,
ul.font_100 li {
    margin-bottom: 12px
}

ol.wix-list-text-align,
ul.wix-list-text-align {
    list-style-position: inside
}

ol.wix-list-text-align h1,
ol.wix-list-text-align h2,
ol.wix-list-text-align h3,
ol.wix-list-text-align h4,
ol.wix-list-text-align h5,
ol.wix-list-text-align h6,
ol.wix-list-text-align p,
ul.wix-list-text-align h1,
ul.wix-list-text-align h2,
ul.wix-list-text-align h3,
ul.wix-list-text-align h4,
ul.wix-list-text-align h5,
ul.wix-list-text-align h6,
ul.wix-list-text-align p {
    display: inline
}

.ONIxfn {
    cursor: pointer
}

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

.QxJLC3 [data-attr-richtext-marker=true] {
    display: block
}

.QxJLC3 [data-attr-richtext-marker=true] table {
    border-collapse: collapse;
    margin: 15px 0;
    width: 100%
}

.QxJLC3 [data-attr-richtext-marker=true] table td {
    padding: 12px;
    position: relative
}

.QxJLC3 [data-attr-richtext-marker=true] table td:after {
    border-bottom: 1px solid currentColor;
    border-left: 1px solid currentColor;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0
}

.QxJLC3 [data-attr-richtext-marker=true] table tr td:last-child:after {
    border-right: 1px solid currentColor
}

.QxJLC3 [data-attr-richtext-marker=true] table tr:first-child td:after {
    border-top: 1px solid currentColor
}

.uGVkMG {
    direction: var(--text-direction);
    min-height: var(--min-height);
    min-width: var(--min-width)
}

.uGVkMG .edKzOf {
    word-wrap: break-word;
    height: 100%;
    overflow-wrap: break-word;
    position: relative;
    width: 100%
}

.uGVkMG .edKzOf ul {
    list-style: disc inside
}

.uGVkMG .edKzOf li {
    margin-bottom: 12px
}

.SxM0TO blockquote,
.SxM0TO h1,
.SxM0TO h2,
.SxM0TO h3,
.SxM0TO h4,
.SxM0TO h5,
.SxM0TO h6,
.SxM0TO p {
    letter-spacing: normal;
    line-height: normal
}

.nJYhU3 {
    min-height: var(--min-height);
    min-width: var(--min-width)
}

.nJYhU3 .edKzOf {
    word-wrap: break-word;
    height: 100%;
    overflow-wrap: break-word;
    position: relative;
    width: 100%
}

.nJYhU3 .edKzOf ol,
.nJYhU3 .edKzOf ul {
    letter-spacing: normal;
    line-height: normal;
    margin-inline-start: .5em;
    padding-inline-start: 1.3em
}

.nJYhU3 .edKzOf ul {
    list-style-type: disc
}

.nJYhU3 .edKzOf ol {
    list-style-type: decimal
}

.nJYhU3 .edKzOf ol ul,
.nJYhU3 .edKzOf ul ul {
    line-height: normal;
    list-style-type: circle
}

.nJYhU3 .edKzOf ol ol ul,
.nJYhU3 .edKzOf ol ul ul,
.nJYhU3 .edKzOf ul ol ul,
.nJYhU3 .edKzOf ul ul ul {
    line-height: normal;
    list-style-type: square
}

.nJYhU3 .edKzOf li {
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: normal;
    line-height: inherit
}

.nJYhU3 .edKzOf h1,
.nJYhU3 .edKzOf h2,
.nJYhU3 .edKzOf h3,
.nJYhU3 .edKzOf h4,
.nJYhU3 .edKzOf h5,
.nJYhU3 .edKzOf h6,
.nJYhU3 .edKzOf p {
    letter-spacing: normal;
    line-height: normal;
    margin-block: 0;
    margin: 0
}

.nJYhU3 .edKzOf a {
    color: inherit
}

.SxM0TO,
.c9GqVL {
    word-wrap: break-word;
    direction: var(--text-direction);
    min-height: var(--min-height);
    min-width: var(--min-width);
    mix-blend-mode: var(--blendMode, normal);
    overflow-wrap: break-word;
    pointer-events: none;
    text-align: start
}

.SxM0TO>*,
.c9GqVL>* {
    pointer-events: auto
}

.SxM0TO li,
.c9GqVL li {
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: normal;
    line-height: inherit
}

.SxM0TO ol,
.SxM0TO ul,
.c9GqVL ol,
.c9GqVL ul {
    letter-spacing: normal;
    line-height: normal;
    margin-inline-end: 0;
    margin-inline-start: .5em;
    padding-inline-end: 0;
    padding-inline-start: 1.3em
}

.SxM0TO ul,
.c9GqVL ul {
    list-style-type: disc
}

.SxM0TO ol,
.c9GqVL ol {
    list-style-type: decimal
}

.SxM0TO ol ul,
.SxM0TO ul ul,
.c9GqVL ol ul,
.c9GqVL ul ul {
    list-style-type: circle
}

.SxM0TO ol ol ul,
.SxM0TO ol ul ul,
.SxM0TO ul ol ul,
.SxM0TO ul ul ul,
.c9GqVL ol ol ul,
.c9GqVL ol ul ul,
.c9GqVL ul ol ul,
.c9GqVL ul ul ul {
    list-style-type: square
}

.SxM0TO blockquote,
.SxM0TO h1,
.SxM0TO h2,
.SxM0TO h3,
.SxM0TO h4,
.SxM0TO h5,
.SxM0TO h6,
.SxM0TO p,
.c9GqVL blockquote,
.c9GqVL h1,
.c9GqVL h2,
.c9GqVL h3,
.c9GqVL h4,
.c9GqVL h5,
.c9GqVL h6,
.c9GqVL p {
    margin-block: 0;
    margin: 0
}

.SxM0TO a,
.c9GqVL a {
    color: inherit
}

.Vd6aQZ {
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    white-space: nowrap
}

.mHZSwn {
    display: none
}

.lvxhkV {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.QJjwEo {
    transform: translateY(-100%);
    transition: .2s ease-in
}

.kdBXfh {
    transition: .2s
}

.MP52zt {
    opacity: 0;
    transition: .2s ease-in
}

.MP52zt.Bhu9m5 {
    z-index: -1 !important
}

.LVP8Wf {
    opacity: 1;
    transition: .2s
}

.VrZrC0 {
    height: auto
}

.VrZrC0,
.cKxVkc {
    position: relative;
    width: 100%
}

:host(:not(.device-mobile-optimized)) .vlM3HR,
body:not(.device-mobile-optimized) .vlM3HR {
    margin-left: calc((100% - var(--site-width))/2);
    width: var(--site-width)
}

.AT7o0U[data-focuscycled=active] {
    outline: 1px solid transparent
}

.AT7o0U[data-focuscycled=active]:not(:focus-within) {
    outline: 2px solid transparent;
    transition: outline .01s ease
}

.AT7o0U .vlM3HR {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.HlRz5e {
    display: block;
    height: 100%;
    width: 100%
}

.HlRz5e img {
    max-width: var(--wix-img-max-width, 100%)
}

.HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.HlRz5e[data-animate-blur] img[data-load-done] {
    filter: none
}

.WzbAF8 .mpGTIt .O6KwRn {
    display: var(--item-display);
    height: var(--item-size);
    margin: var(--item-margin);
    width: var(--item-size)
}

.WzbAF8 .mpGTIt .O6KwRn:last-child {
    margin: 0
}

.WzbAF8 .mpGTIt .O6KwRn .oRtuWN {
    display: block
}

.WzbAF8 .mpGTIt .O6KwRn .oRtuWN .YaS0jR {
    height: var(--item-size);
    width: var(--item-size)
}

.WzbAF8 .mpGTIt {
    height: 100%;
    position: absolute;
    white-space: nowrap;
    width: 100%
}

:host(.device-mobile-optimized) .WzbAF8 .mpGTIt,
body.device-mobile-optimized .WzbAF8 .mpGTIt {
    white-space: normal
}

.big2ZD {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: calc(100% - var(--wix-ads-height));
    left: 0;
    margin-top: var(--wix-ads-height);
    position: fixed;
    top: 0;
    width: 100%
}

.SHHiV9,
.big2ZD {
    pointer-events: none;
    z-index: var(--pinned-layer-in-container, var(--above-all-in-container))
}

.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.StylableButton2545352419--hasBackgroundColor {
    background-color: var(--corvid-background-color) !important
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderColor {
    border-color: var(--corvid-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.StylableButton2545352419--hasColor,
.StylableButton2545352419__root.StylableButton2545352419--hasColor .StylableButton2545352419__label {
    color: var(--corvid-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>div {
    display: flex;
    height: inherit;
    width: inherit
}

.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
}

.Oqnisf {
    overflow: visible
}

.cM88eO {
    backface-visibility: hidden
}

.YtfWHd {
    left: 0;
    position: absolute;
    top: 0
}

.HlRz5e {
    display: block;
    height: 100%;
    width: 100%
}

.HlRz5e img {
    max-width: var(--wix-img-max-width, 100%)
}

.HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.HlRz5e[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%
}

.bX9O_S {
    -webkit-clip-path: var(--fill-layer-clip);
    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)
}

.TWFxr5 {
    height: auto !important
}

.May50y {
    overflow: hidden !important
}

@font-face {
    font-family: "Helvetica-W01-Bold";
    src: url("../font/f70da45a-a05c-490c-ad62-7db4894b012a.eot");
    src: url("../font/f70da45a-a05c-490c-ad62-7db4894b012a.eot") format("eot"), url("../font/c5749443-93da-4592-b794-42f28d62ef72.woff") format("woff"), url("../font/73805f15-38e4-4fb7-8a08-d56bf29b483b.ttf") format("truetype"), url("../font/874bbc4a-0091-49f0-93ef-ea4e69c3cc7a.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Helvetica-W02-Bold";
    src: url("../font/8c0d8b0f-d7d6-4a72-a418-c2373e4cbf27.eot");
    src: url("../font/8c0d8b0f-d7d6-4a72-a418-c2373e4cbf27.eot") format("eot"), url("../font/192dac76-a6d9-413d-bb74-22308f2e0cc5.woff") format("woff"), url("../font/47584448-98c4-436c-89b9-8d6fbeb2a776.ttf") format("truetype"), url("../font/375c70e5-6822-492b-8408-7cd350440af7.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Helvetica-LT-W10-Bold";
    src: url("../font/9fe262dc-5a55-4d75-91a4-aed76bd32190.eot");
    src: url("../font/9fe262dc-5a55-4d75-91a4-aed76bd32190.eot") format("eot"), url("../font/0a3939d0-3833-4db3-8b85-f64c2b3350d2.woff") format("woff"), url("../font/1b128d6d-126f-4c9c-8f87-3e7d30a1671c.ttf") format("truetype"), url("../font/b791c850-fde1-48b3-adf0-8998d55b0866.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "DIN-Next-W01-Light";
    src: url("../font/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot");
    src: url("../font/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot") format("eot"), url("../font/bc176270-17fa-4c78-a343-9fe52824e501.woff") format("woff"), url("../font/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf") format("truetype"), url("../font/d1b1e866-a411-42ba-8f75-72bf28e23694.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "DIN-Next-W02-Light";
    src: url("../font/48e5a0e1-2d56-46e5-8fc4-3d6d5c973cbf.eot");
    src: url("../font/48e5a0e1-2d56-46e5-8fc4-3d6d5c973cbf.eot") format("eot"), url("../font/07d62b21-8d7a-4c36-be86-d32ab1089972.woff") format("woff"), url("../font/c0050890-bbed-44b9-94df-2611d72dbb06.ttf") format("truetype"), url("../font/9f774d17-c03a-418e-a375-34f3beecbc7a.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "DIN-Next-W10-Light";
    src: url("../font/3d009cd7-c8fe-40c0-93da-74f4ea8c530b.eot");
    src: url("../font/3d009cd7-c8fe-40c0-93da-74f4ea8c530b.eot") format("eot"), url("../font/a9e95a29-98a7-404a-90ee-1929ad09c696.woff") format("woff"), url("../font/0a7663fd-eae8-4e50-a67a-225271f8cceb.ttf") format("truetype"), url("../font/58ae9be9-5d95-44b6-8b6c-e6da6a46822c.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Helvetica-W01-Roman";
    src: url("../font/HelveticaLTW04-Roman.woff2") format("woff2"), url("../font/4021a3b9-f782-438b-aeb4-c008109a8b64.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Helvetica-W02-Roman";
    src: url("../font/e4bd4516-4480-43df-aa6e-4e9b9029f53e.eot");
    src: url("../font/e4bd4516-4480-43df-aa6e-4e9b9029f53e.eot") format("eot"), url("../font/b56b944e-bbe0-4450-a241-de2125d3e682.woff") format("woff"), url("../font/7da02f05-ae8b-43a1-aeb9-83b3c0527c06.ttf") format("truetype"), url("../font/66cac56e-d017-4544-9d0c-f7d978f0c5c2.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Helvetica-LT-W10-Roman";
    src: url("../font/686a6a06-e711-4bd2-b393-8504a497bb3c.eot");
    src: url("../font/686a6a06-e711-4bd2-b393-8504a497bb3c.eot") format("eot"), url("../font/6f8d1983-4d34-4fa4-9110-988f6c495757.woff") format("woff"), url("../font/7903ee3f-e9ab-4bdc-b7d2-d232de2da580.ttf") format("truetype"), url("../font/9c58e9ea-fdea-4b9c-b0f9-0a2157389ed0.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "TsukushiGothic";
    src: url("../font/WIX-TsukuGoPr5-R.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "TsukushiGothic";
    font-weight: 700;
    src: url("../font/WIX-TsukuGoPr5-D.woff2") format("woff2");
    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: 214, 214, 214;
    --color_13: 172, 172, 172;
    --color_14: 89, 89, 89;
    --color_15: 89, 89, 89;
    --color_16: 229, 240, 254;
    --color_17: 200, 224, 254;
    --color_18: 196, 13, 35;
    --color_19: 0, 58, 150;
    --color_20: 0, 29, 75;
    --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: 89, 89, 89;
    --color_38: 214, 214, 214;
    --color_39: 172, 172, 172;
    --color_40: 131, 131, 131;
    --color_41: 196, 13, 35;
    --color_42: 80, 98, 45;
    --color_43: 23, 50, 105;
    --color_44: 255, 255, 255;
    --color_45: 89, 89, 89;
    --color_46: 89, 89, 89;
    --color_47: 131, 131, 131;
    --color_48: 196, 13, 35;
    --color_49: 196, 13, 35;
    --color_50: 255, 255, 255;
    --color_51: 255, 255, 255;
    --color_52: 196, 13, 35;
    --color_53: 196, 13, 35;
    --color_54: 172, 172, 172;
    --color_55: 172, 172, 172;
    --color_56: 255, 255, 255;
    --color_57: 255, 255, 255;
    --color_58: 196, 13, 35;
    --color_59: 196, 13, 35;
    --color_60: 196, 13, 35;
    --color_61: 196, 13, 35;
    --color_62: 255, 255, 255;
    --color_63: 255, 255, 255;
    --color_64: 172, 172, 172;
    --color_65: 172, 172, 172;
    --font_0: normal normal normal 60px/1.4em helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --font_1: normal normal normal 16px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    --font_2: normal normal normal 40px/1.4em helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --font_3: normal normal normal 38px/1.4em helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --font_4: normal normal normal 35px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --font_5: normal normal normal 27px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --font_6: normal normal normal 25px/1.4em helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --font_7: normal normal normal 22px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --font_8: normal normal normal 16px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --font_9: normal normal normal 14px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --font_10: normal normal normal 12px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    --wix-ads-height: 0px;
    --sticky-offset: 0px;
    --wix-ads-top-height: 0px;
    --vh-unit: calc((100vh - 0px) / 100);
    --site-width: 980px;
    --above-all-z-index: 100000;
    --portals-z-index: 100001;
    -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));
}

.font_0 {
    font: var(--font_0);
    color: rgb(var(--color_45));
    letter-spacing: 0em;
}

.font_1 {
    font: var(--font_1);
    color: rgb(var(--color_40));
    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_40));
    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: 82px;
}

#masterPage.landingPage {
    --top-offset: 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-lsu4dnd5"] {
    position: relative;
    margin: 31px 0px 14px calc((100% - 980px) * 0.5);
    left: 17px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_HEADERinlineContent-gridContainer]>[id="comp-lsu9f8k6"] {
    position: relative;
    margin: 42px 0px 14px calc((100% - 980px) * 0.5);
    left: 438px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#SITE_HEADER {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    position: sticky !important;
    top: var(--wix-ads-height);
}

#comp-lsu4dnd5 {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-lsu4dnd5 {
    width: 151px;
    height: 37px;
}

#comp-lsu4dnd5 {
    --height: 37px;
    --width: 151px;
    --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-lsu9f8k6 {
    --menuTotalBordersX: 0px;
    --menuTotalBordersY: 0px;
    --bgDrop: var(--color_11);
    --rd: 0px;
    --shd: none;
    --fnt: normal normal 700 16px/1.4em tsukushigothic, 'ms gothic', 'ヒラギノ角ゴ pro w3', 'hiragino kaku gothic pro', osaka, sans-serif;
    --pad: 5px;
    --txt: 42, 47, 34;
    --alpha-txt: 1;
    --trans: color 0.4s ease 0s;
    --txth: var(--color_38);
    --alpha-txth: 1;
    --txts: var(--color_40);
    --alpha-txts: 1;
    --alpha-bgDrop: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-lsu9f8k6 {
    width: 542px;
    height: 26px;
}

#comp-lsu9f8k6 {
    --menuTotalBordersY: 0px;
    --menuTotalBordersX: 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(7, min-content) 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lsu9n8rs"] {
    position: relative;
    margin: 75px 0px 28px calc((100% - 980px) * 0.5);
    left: 376px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lsu9o2w5"] {
    position: relative;
    margin: 0px 0px 5px calc((100% - 980px) * 0.5);
    left: 280px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lsu9rccn"] {
    position: relative;
    margin: 0px 0px 25px calc((100% - 980px) * 0.5);
    left: 280px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lsua5lwj"] {
    position: relative;
    margin: 13px 0px 0 0;
    left: 0;
    grid-area: 4 / 1 / 8 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-ltjnls6y"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 384px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lu7p0ce9"] {
    position: relative;
    margin: 0px 0px 8px calc((100% - 980px) * 0.5);
    left: 226px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lu7p2w95"] {
    position: relative;
    margin: 0px 0px 8px calc((100% - 980px) * 0.5);
    left: 287px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lu7p35q8"] {
    position: relative;
    margin: 0px 0px 8px calc((100% - 980px) * 0.5);
    left: 410px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lu7p3f01"] {
    position: relative;
    margin: 0px 0px 8px calc((100% - 980px) * 0.5);
    left: 482px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lu7p3kuc"] {
    position: relative;
    margin: 0px 0px 8px calc((100% - 980px) * 0.5);
    left: 651px;
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lsuafanb"] {
    position: relative;
    margin: 0px 0px 0px 0;
    left: 0;
    grid-area: 8 / 1 / 9 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-lsuahsck"] {
    position: relative;
    margin: 19px 0px 17px calc((100% - 980px) * 0.5);
    left: 302px;
    grid-area: 8 / 1 / 9 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=SITE_FOOTERinlineContent-wedge-6] {
    visibility: hidden;
    height: 312px;
    width: 0;
    grid-area: 4 / 1 / 6 / 2;
}

#SITE_FOOTER {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
}

#comp-lsu9n8rs {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-lsu9n8rs {
    width: 219px;
    height: 54px;
}

#comp-lsu9n8rs {
    --height: 54px;
    --width: 219px;
    --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-lsu9o2w5 {
    --blendMode: normal;
}

#comp-lsu9o2w5 {
    width: 420px;
    height: auto;
}

#comp-lsu9rccn {
    --blendMode: normal;
}

#comp-lsu9rccn {
    width: 420px;
    height: auto;
}

#comp-lsua5lwj {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-lsua5lwj {
    width: 100%;
    height: 347px;
}

#comp-lsua5lwj {
    --height: 347px;
    --width: 100%;
}

/* END STYLABLE DIRECTIVE RULES */

#comp-ltjnls6y .style-ltjq8fqs__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 60px;
    background: rgba(229, 235, 250, 0);
    border: 1px solid #2A2F22
}

/* START STYLABLE DIRECTIVE RULES */

#comp-ltjnls6y .style-ltjq8fqs__root:hover {
    border: 0px solid rgb(29, 103, 205);
    background: #2A2F22
}

#comp-ltjnls6y .style-ltjq8fqs__root:hover .StylableButton2545352419__label {
    color: #FFFFFF
}

#comp-ltjnls6y .style-ltjq8fqs__root:disabled {
    background: #E2E2E2
}

#comp-ltjnls6y .style-ltjq8fqs__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-ltjnls6y .style-ltjq8fqs__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-ltjnls6y .style-ltjq8fqs__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-ltjnls6y .style-ltjq8fqs__root .StylableButton2545352419__label {
    transition: inherit;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    color: #2A2F22;
    display: initial;
    font-size: 16px
}

#comp-ltjnls6y .style-ltjq8fqs__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    display: initial;
    fill: #2A2F22
}

#comp-ltjnls6y .style-ltjq8fqs__root:hover .StylableButton2545352419__icon {
    fill: #FFFFFF
}

#comp-ltjnls6y {
    width: 212px;
    height: 54px;
}

/* END STYLABLE DIRECTIVE RULES */

#comp-lu7p0ce9 .style-lu7pc4cr__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    background: rgba(255, 255, 255, 0)
}

/* START STYLABLE DIRECTIVE RULES */

#comp-lu7p0ce9 .style-lu7pc4cr__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-lu7p0ce9 .style-lu7pc4cr__root .StylableButton2545352419__label {
    transition: inherit;
    margin: 0px 4px 0px 0px;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    color: #FFFFFF
}

#comp-lu7p0ce9 .style-lu7pc4cr__root:disabled {
    background: #E2E2E2
}

#comp-lu7p0ce9 .style-lu7pc4cr__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-lu7p0ce9 .style-lu7pc4cr__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-lu7p0ce9 .style-lu7pc4cr__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    margin: 0px 0px 0px 4px;
    fill: #595959;
    display: none
}

#comp-lu7p0ce9 .style-lu7pc4cr__root:hover .StylableButton2545352419__label {
    color: #D6D6D6;
}

#comp-lu7p0ce9 .style-lu7pc4cr__root:hover .StylableButton2545352419__icon {
    fill: #595959;
}

@media screen and (min-width: 1px) and (max-width: 0px) {
    #comp-lu7p0ce9 .style-lu7pc4cr__root .StylableButton2545352419__label {
        color: #2A2F22;
        text-align: left;
    }
}

#comp-lu7p0ce9 {
    width: 55px;
    height: 40px;
}

/* END STYLABLE DIRECTIVE RULES */

#comp-lu7p2w95 .style-lu7pb0az__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    background: rgba(255, 255, 255, 0)
}

/* START STYLABLE DIRECTIVE RULES */

#comp-lu7p2w95 .style-lu7pb0az__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-lu7p2w95 .style-lu7pb0az__root .StylableButton2545352419__label {
    transition: inherit;
    margin: 0px 4px 0px 0px;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    color: #FFFFFF
}

#comp-lu7p2w95 .style-lu7pb0az__root:disabled {
    background: #E2E2E2
}

#comp-lu7p2w95 .style-lu7pb0az__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-lu7p2w95 .style-lu7pb0az__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-lu7p2w95 .style-lu7pb0az__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    margin: 0px 0px 0px 4px;
    fill: #595959;
    display: none
}

#comp-lu7p2w95 .style-lu7pb0az__root:hover .StylableButton2545352419__label {
    color: #D6D6D6;
}

#comp-lu7p2w95 .style-lu7pb0az__root:hover .StylableButton2545352419__icon {
    fill: #595959;
}

@media screen and (min-width: 1px) and (max-width: 0px) {
    #comp-lu7p2w95 .style-lu7pb0az__root .StylableButton2545352419__label {
        color: #2A2F22;
    }
}

#comp-lu7p2w95 {
    width: 117px;
    height: 40px;
}

/* END STYLABLE DIRECTIVE RULES */

#comp-lu7p35q8 .style-lu7pd4eg__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    background: rgba(255, 255, 255, 0)
}

/* START STYLABLE DIRECTIVE RULES */

#comp-lu7p35q8 .style-lu7pd4eg__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-lu7p35q8 .style-lu7pd4eg__root .StylableButton2545352419__label {
    transition: inherit;
    margin: 0px 4px 0px 0px;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    color: #FFFFFF
}

#comp-lu7p35q8 .style-lu7pd4eg__root:disabled {
    background: #E2E2E2
}

#comp-lu7p35q8 .style-lu7pd4eg__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-lu7p35q8 .style-lu7pd4eg__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-lu7p35q8 .style-lu7pd4eg__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    margin: 0px 0px 0px 4px;
    fill: #595959;
    display: none
}

#comp-lu7p35q8 .style-lu7pd4eg__root:hover .StylableButton2545352419__label {
    color: #D6D6D6;
}

#comp-lu7p35q8 .style-lu7pd4eg__root:hover .StylableButton2545352419__icon {
    fill: #595959;
}

@media screen and (min-width: 1px) and (max-width: 0px) {
    #comp-lu7p35q8 .style-lu7pd4eg__root .StylableButton2545352419__label {
        color: #2A2F22;
        text-align: left;
    }
}

#comp-lu7p35q8 {
    width: 66px;
    height: 40px;
}

/* END STYLABLE DIRECTIVE RULES */

#comp-lu7p3f01 .style-lu7pbea2__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    background: rgba(255, 255, 255, 0)
}

/* START STYLABLE DIRECTIVE RULES */

#comp-lu7p3f01 .style-lu7pbea2__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-lu7p3f01 .style-lu7pbea2__root .StylableButton2545352419__label {
    transition: inherit;
    margin: 0px 4px 0px 0px;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    color: #FFFFFF
}

#comp-lu7p3f01 .style-lu7pbea2__root:disabled {
    background: #E2E2E2
}

#comp-lu7p3f01 .style-lu7pbea2__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-lu7p3f01 .style-lu7pbea2__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-lu7p3f01 .style-lu7pbea2__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    margin: 0px 0px 0px 4px;
    fill: #595959;
    display: none
}

#comp-lu7p3f01 .style-lu7pbea2__root:hover .StylableButton2545352419__label {
    color: #D6D6D6;
}

#comp-lu7p3f01 .style-lu7pbea2__root:hover .StylableButton2545352419__icon {
    fill: #595959;
}

@media screen and (min-width: 1px) and (max-width: 0px) {
    #comp-lu7p3f01 .style-lu7pbea2__root .StylableButton2545352419__label {
        color: #2A2F22;
    }
}

#comp-lu7p3f01 {
    width: 163px;
    height: 40px;
}

/* END STYLABLE DIRECTIVE RULES */

#comp-lu7p3kuc .style-lu7pbkal__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    background: rgba(255, 255, 255, 0)
}

/* START STYLABLE DIRECTIVE RULES */

#comp-lu7p3kuc .style-lu7pbkal__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-lu7p3kuc .style-lu7pbkal__root .StylableButton2545352419__label {
    transition: inherit;
    margin: 0px 4px 0px 0px;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
    color: #FFFFFF
}

#comp-lu7p3kuc .style-lu7pbkal__root:disabled {
    background: #E2E2E2
}

#comp-lu7p3kuc .style-lu7pbkal__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-lu7p3kuc .style-lu7pbkal__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-lu7p3kuc .style-lu7pbkal__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    margin: 0px 0px 0px 4px;
    fill: #595959;
    display: none
}

#comp-lu7p3kuc .style-lu7pbkal__root:hover .StylableButton2545352419__label {
    color: #D6D6D6;
}

#comp-lu7p3kuc .style-lu7pbkal__root:hover .StylableButton2545352419__icon {
    fill: #595959;
}

@media screen and (min-width: 1px) and (max-width: 0px) {
    #comp-lu7p3kuc .style-lu7pbkal__root .StylableButton2545352419__label {
        color: #2A2F22;
    }
}

#comp-lu7p3kuc {
    width: 102px;
    height: 40px;
}

#comp-lsuafanb {
    width: 100%;
    height: 54px;
}

#comp-lsuafanb {
    --fill-opacity: 0.5;
    --stroke-width: 0;
    --stroke: #595959;
    --stroke-opacity: 1;
    --fill: #50622D;
}

#comp-lsuahsck {
    --blendMode: normal;
}

#comp-lsuahsck {
    width: 375px;
    height: auto;
}

@font-face {
    font-family: "Avenir-LT-W01_35-Light1475496";
    src: url("../font/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"), url("../font/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Avenir-LT-W05_35-Light";
    src: url("../font/AvenirLTW05-35Light.woff2") format("woff2"),
        url("../font/AvenirLTW05-35Light.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "TsukushiGothic";
    src: url("../font/WIX-TsukuGoPr5-R.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "TsukushiGothic";
    font-weight: 700;
    src: url("../font/WIX-TsukuGoPr5-D.woff2") format("woff2");
    font-display: swap;
}

#neccn {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

#masterPage {
    --pinned-layers-in-page: 0;
}

[data-mesh-id=ContainerneccninlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=ContainerneccninlineContent-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=ContainerneccninlineContent-gridContainer]>[id="comp-lugvikkv"] {
    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;
}

#neccn {
    width: auto;
    min-height: 40px;
}

#pageBackground_neccn {
    --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-lugvikkv {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 0;
}

[data-mesh-id=comp-lugvikkvinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lugvikkvinlineContent-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-lugvikkvinlineContent-gridContainer]>[id="comp-lteiwlma"] {
    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-lugvikkvinlineContent-gridContainer]>[id="comp-lteiwln1"] {
    position: absolute;
    top: 55px;
    left: 28px;
    margin-left: calc((100% - 980px) * 0.5);
}

[data-mesh-id=comp-lugvikkvinlineContent-gridContainer]>[id="comp-lteiwlni1"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lugvikkvinlineContent-gridContainer]>[id="comp-lugwuoqn"] {
    position: relative;
    margin: 0px 0px -3px calc((100% - 980px) * 0.5);
    left: 151px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lugvikkv {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
}

#comp-lteiwlma {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-lteiwlmiinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lteiwlmiinlineContent-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-lteiwlmiinlineContent-gridContainer]>[id="comp-lteiwlmj2"] {
    position: relative;
    margin: 39px 0px 15px calc((100% - 980px) * 0.5);
    left: 151px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lteiwlmiinlineContent-gridContainer]>[id="comp-lteiwlmt"] {
    position: relative;
    margin: 0px 0px 53px calc((100% - 980px) * 0.5);
    left: 151px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lteiwlma {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row;
}

#comp-lteiwlmi {
    width: 980px;
}

#comp-lteiwlmi {
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-lteiwlmj2 {
    --rd: 0px 0px 0px 0px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_15);
    --brw: 0px;
    --bg: 255, 255, 255;
    --brd: 50, 50, 50;
    --bgh: 50, 50, 50;
    --brdh: 50, 50, 50;
    --txth: var(--color_14);
    --bgd: 204, 204, 204;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: var(--color_13);
    --alpha-txtd: 1;
    --alpha-bg: 0;
    --alpha-bgd: 0;
    --alpha-bgh: 0;
    --alpha-brd: 0;
    --alpha-brdh: 0;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-lteiwlmj2 {
    width: 132px;
    height: 29px;
}

#comp-lteiwlmj2 {
    --shc-mutated-brightness: 128, 128, 128;
    --margin-start: 0px;
    --fnt: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --label-align: start;
    --label-text-align: left;
}

#comp-lteiwlmt {
    --blendMode: normal;
}

#comp-lteiwlmt {
    width: 680px;
    height: auto;
}

#comp-lteiwlni1 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

[data-mesh-id=comp-lteiwlnlinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-lteiwlnlinlineContent-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-lteiwlnlinlineContent-gridContainer]>[id="comp-lteiwlnq"] {
    position: relative;
    margin: 64px 0px 15px calc((100% - 980px) * 0.5);
    left: 151px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lteiwlnlinlineContent-gridContainer]>[id="comp-lteiwlnu"] {
    position: relative;
    margin: 0px 0px 24px calc((100% - 980px) * 0.5);
    left: 151px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lteiwlnlinlineContent-gridContainer]>[id="comp-lteiwlo1"] {
    position: relative;
    margin: 0px 0px 50px calc((100% - 980px) * 0.5);
    left: 151px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lteiwlnlinlineContent-gridContainer]>[id="comp-lteiwlo7"] {
    position: relative;
    margin: 0px 0px 50px calc((100% - 980px) * 0.5);
    left: 731px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

#comp-lteiwlni1 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --items-direction: row;
}

#comp-lteiwlnl {
    width: 980px;
}

#comp-lteiwlnl {
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-lteiwlnq {
    width: auto;
    height: auto;
}

#comp-lteiwlnq {
    --min-height: 14px;
}

#comp-lteiwlnu {
    width: 680px;
    height: 24px;
}

#comp-lteiwlo1 {
    --rd: 0px 0px 0px 0px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_15);
    --brw: 0px;
    --bg: 255, 255, 255;
    --brd: 50, 50, 50;
    --bgh: 50, 50, 50;
    --brdh: 50, 50, 50;
    --txth: var(--color_14);
    --bgd: 204, 204, 204;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: var(--color_13);
    --alpha-txtd: 1;
    --alpha-bg: 0;
    --alpha-bgd: 0;
    --alpha-bgh: 0;
    --alpha-brd: 0;
    --alpha-brdh: 0;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-lteiwlo1 {
    width: 132px;
    height: 40px;
}

#comp-lteiwlo1 {
    --shc-mutated-brightness: 128, 128, 128;
    --margin-start: 0px;
    --fnt: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --label-align: start;
    --label-text-align: left;
}

#comp-lteiwlo7 {
    --rd: 0px 0px 0px 0px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_15);
    --brw: 0px;
    --bg: 255, 255, 255;
    --brd: 50, 50, 50;
    --bgh: 50, 50, 50;
    --brdh: 50, 50, 50;
    --txth: var(--color_14);
    --bgd: 204, 204, 204;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: var(--color_13);
    --alpha-txtd: 1;
    --alpha-bg: 0;
    --alpha-bgd: 0;
    --alpha-bgh: 0;
    --alpha-brd: 0;
    --alpha-brdh: 0;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-lteiwlo7 {
    width: 100px;
    height: 40px;
}

#comp-lteiwlo7 {
    --shc-mutated-brightness: 128, 128, 128;
    --margin-end: 0px;
    --fnt: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --label-align: end;
    --label-text-align: right;
}

#comp-lugwuoqn {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
}

#comp-lugwuoqn {
    width: 600px;
    height: 386px;
}

#comp-lugwuoqn {
    --height: 386px;
    --width: 600px;
}

.comp-lteiwlnu {
    --wix-color-1: 255, 255, 255;
    --wix-color-2: 214, 214, 214;
    --wix-color-3: 172, 172, 172;
    --wix-color-4: 89, 89, 89;
    --wix-color-5: 89, 89, 89;
    --wix-color-6: 229, 240, 254;
    --wix-color-7: 200, 224, 254;
    --wix-color-8: 196, 13, 35;
    --wix-color-9: 0, 58, 150;
    --wix-color-10: 0, 29, 75;
    --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: 89, 89, 89;
    --wix-color-28: 214, 214, 214;
    --wix-color-29: 172, 172, 172;
    --wix-color-30: 131, 131, 131;
    --wix-color-31: 196, 13, 35;
    --wix-color-32: 80, 98, 45;
    --wix-color-33: 23, 50, 105;
    --wix-color-34: 255, 255, 255;
    --wix-color-35: 89, 89, 89;
    --wix-color-36: 89, 89, 89;
    --wix-color-37: 131, 131, 131;
    --wix-color-38: 196, 13, 35;
    --wix-color-39: 196, 13, 35;
    --wix-color-40: 255, 255, 255;
    --wix-color-41: 255, 255, 255;
    --wix-color-42: 196, 13, 35;
    --wix-color-43: 196, 13, 35;
    --wix-color-44: 172, 172, 172;
    --wix-color-45: 172, 172, 172;
    --wix-color-46: 255, 255, 255;
    --wix-color-47: 255, 255, 255;
    --wix-color-48: 196, 13, 35;
    --wix-color-49: 196, 13, 35;
    --wix-color-50: 196, 13, 35;
    --wix-color-51: 196, 13, 35;
    --wix-color-52: 255, 255, 255;
    --wix-color-53: 255, 255, 255;
    --wix-color-54: 172, 172, 172;
    --wix-color-55: 172, 172, 172;
    --wix-font-Title: normal normal normal 60px/1.4em helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --wix-font-Title-style: normal;
    --wix-font-Title-variant: normal;
    --wix-font-Title-weight: normal;
    --wix-font-Title-size: 60px;
    --wix-font-Title-line-height: 1.4em;
    --wix-font-Title-family: helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --wix-font-Title-text-decoration: none;
    --wix-font-Menu: normal normal normal 16px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-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, din-next-w02-light, din-next-w10-light, sans-serif;
    --wix-font-Menu-text-decoration: none;
    --wix-font-Page-title: normal normal normal 40px/1.4em helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, 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: 40px;
    --wix-font-Page-title-line-height: 1.4em;
    --wix-font-Page-title-family: helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --wix-font-Page-title-text-decoration: none;
    --wix-font-Heading-XL: normal normal normal 38px/1.4em helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-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: 38px;
    --wix-font-Heading-XL-line-height: 1.4em;
    --wix-font-Heading-XL-family: helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --wix-font-Heading-XL-text-decoration: none;
    --wix-font-Heading-L: normal normal normal 35px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-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: 35px;
    --wix-font-Heading-L-line-height: 1.4em;
    --wix-font-Heading-L-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --wix-font-Heading-L-text-decoration: none;
    --wix-font-Heading-M: normal normal normal 27px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, 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: 27px;
    --wix-font-Heading-M-line-height: 1.4em;
    --wix-font-Heading-M-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --wix-font-Heading-M-text-decoration: none;
    --wix-font-Heading-S: normal normal normal 25px/1.4em helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-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: 25px;
    --wix-font-Heading-S-line-height: 1.4em;
    --wix-font-Heading-S-family: helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --wix-font-Heading-S-text-decoration: none;
    --wix-font-Body-L: normal normal normal 22px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, 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: 22px;
    --wix-font-Body-L-line-height: 1.4em;
    --wix-font-Body-L-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --wix-font-Body-L-text-decoration: none;
    --wix-font-Body-M: normal normal normal 16px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, 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: 16px;
    --wix-font-Body-M-line-height: 1.4em;
    --wix-font-Body-M-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --wix-font-Body-M-text-decoration: none;
    --wix-font-Body-S: normal normal normal 14px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, 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: 14px;
    --wix-font-Body-S-line-height: 1.4em;
    --wix-font-Body-S-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --wix-font-Body-S-text-decoration: none;
    --wix-font-Body-XS: normal normal normal 12px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-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, din-next-w02-light, din-next-w10-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;
    --paddingsTopBottom: 0;
    --paddingsLeftRight: 0;
    --cornerRadius: 0;
    --borderWidth: 0;
    --buttonStyle: 1;
    --buttonBorderWidth: 0;
    --buttonCornerRadius: 0;
    --numSectionHeight: 190;
    --headerOneTextFont: normal normal normal 40px/1.4em helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --headerTwoTextFont: normal normal normal 28px/1.4em helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --headerThreeTextFont: normal normal normal 24px/1.4em helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --headerFourTextFont: normal normal normal 20px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --headerFiveTextFont: normal normal bold 18px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --headerSixTextFont: normal normal normal 16px/1.4em helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --paragraphTextFont: normal normal normal 16px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --quoteTextFont: normal normal normal 16px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --headerOneTextColor: 42, 47, 34;
    --headerOneTextColor-rgb: 42, 47, 34;
    --headerOneTextColor-opacity: 1;
    --headerTwoTextColor: 42, 47, 34;
    --headerTwoTextColor-rgb: 42, 47, 34;
    --headerTwoTextColor-opacity: 1;
    --paragraphTextColor: 42, 47, 34;
    --paragraphTextColor-rgb: 42, 47, 34;
    --paragraphTextColor-opacity: 1;
    --quoteTextColor: 42, 47, 34;
    --quoteTextColor-rgb: 42, 47, 34;
    --quoteTextColor-opacity: 1;
    --disabledColor: 172, 172, 172;
    --disabledColor-rgb: 172, 172, 172;
    --disabledColor-opacity: 1;
    --textColorLow: 89, 89, 89;
    --textColorLow-rgb: 89, 89, 89;
    --textColorLow-opacity: 1;
    --textColor: 89, 89, 89;
    --textColor-rgb: 89, 89, 89;
    --textColor-opacity: 1;
    --bgColor: 255, 255, 255;
    --bgColor-rgb: 255, 255, 255;
    --bgColor-opacity: 1;
    --borderColor: 255, 255, 255;
    --borderColor-rgb: 255, 255, 255;
    --borderColor-opacity: 1;
    --headerThreeTextColor: 89, 89, 89;
    --headerThreeTextColor-rgb: 89, 89, 89;
    --headerThreeTextColor-opacity: 1;
    --headerFourTextColor: 89, 89, 89;
    --headerFourTextColor-rgb: 89, 89, 89;
    --headerFourTextColor-opacity: 1;
    --headerFiveTextColor: 89, 89, 89;
    --headerFiveTextColor-rgb: 89, 89, 89;
    --headerFiveTextColor-opacity: 1;
    --headerSixTextColor: 89, 89, 89;
    --headerSixTextColor-rgb: 89, 89, 89;
    --headerSixTextColor-opacity: 1;
    --buttonTextColor: 255, 255, 255;
    --buttonTextColor-rgb: 255, 255, 255;
    --buttonTextColor-opacity: 1;
    --buttonBgColor: 196, 13, 35;
    --buttonBgColor-rgb: 196, 13, 35;
    --buttonBgColor-opacity: 1;
    --buttonBorderColor: 196, 13, 35;
    --buttonBorderColor-rgb: 196, 13, 35;
    --buttonBorderColor-opacity: 1;
    --buttonHoverTextColor: 255, 255, 255;
    --buttonHoverTextColor-rgb: 255, 255, 255;
    --buttonHoverTextColor-opacity: 1;
    --buttonHoverBgColor: 196, 13, 35;
    --buttonHoverBgColor-rgb: 196, 13, 35;
    --buttonHoverBgColor-opacity: 1;
    --buttonHoverBorderColor: 196, 13, 35;
    --buttonHoverBorderColor-rgb: 196, 13, 35;
    --buttonHoverBorderColor-opacity: 1;
    --actionColor: 196, 13, 35;
    --actionColor-rgb: 196, 13, 35;
    --actionColor-opacity: 1;
    --headerOneTextFont-style: normal;
    --headerOneTextFont-variant: normal;
    --headerOneTextFont-weight: normal;
    --headerOneTextFont-size: 40px;
    --headerOneTextFont-line-height: 1.4em;
    --headerOneTextFont-family: helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --headerOneTextFont-text-decoration: none;
    --headerTwoTextFont-style: normal;
    --headerTwoTextFont-variant: normal;
    --headerTwoTextFont-weight: normal;
    --headerTwoTextFont-size: 28px;
    --headerTwoTextFont-line-height: 1.4em;
    --headerTwoTextFont-family: helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --headerTwoTextFont-text-decoration: none;
    --headerThreeTextFont-style: normal;
    --headerThreeTextFont-variant: normal;
    --headerThreeTextFont-weight: normal;
    --headerThreeTextFont-size: 24px;
    --headerThreeTextFont-line-height: 1.4em;
    --headerThreeTextFont-family: helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --headerThreeTextFont-text-decoration: none;
    --headerFourTextFont-style: normal;
    --headerFourTextFont-variant: normal;
    --headerFourTextFont-weight: normal;
    --headerFourTextFont-size: 20px;
    --headerFourTextFont-line-height: 1.4em;
    --headerFourTextFont-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --headerFourTextFont-text-decoration: none;
    --headerFiveTextFont-style: normal;
    --headerFiveTextFont-variant: normal;
    --headerFiveTextFont-weight: bold;
    --headerFiveTextFont-size: 18px;
    --headerFiveTextFont-line-height: 1.4em;
    --headerFiveTextFont-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --headerFiveTextFont-text-decoration: none;
    --headerSixTextFont-style: normal;
    --headerSixTextFont-variant: normal;
    --headerSixTextFont-weight: normal;
    --headerSixTextFont-size: 16px;
    --headerSixTextFont-line-height: 1.4em;
    --headerSixTextFont-family: helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --headerSixTextFont-text-decoration: none;
    --paragraphTextFont-style: normal;
    --paragraphTextFont-variant: normal;
    --paragraphTextFont-weight: normal;
    --paragraphTextFont-size: 16px;
    --paragraphTextFont-line-height: 1.4em;
    --paragraphTextFont-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --paragraphTextFont-text-decoration: none;
    --quoteTextFont-style: normal;
    --quoteTextFont-variant: normal;
    --quoteTextFont-weight: normal;
    --quoteTextFont-size: 16px;
    --quoteTextFont-line-height: 1.4em;
    --quoteTextFont-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --quoteTextFont-text-decoration: none;
}

.sLOzPjG.oOwuCrc--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)
}

.siSdJK4 {
    text-align: center;
    border-style: solid;
    overflow: hidden
}



._4-MIc {
    box-sizing: border-box;
    height: 29px;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 14px;
    width: 100%
}

.n-TYx {
    padding-top: 11px
}

.B70rH {
    stroke: currentColor;
    stroke-width: 1;
    shape-rendering: crispEdges;
    display: block
}

.S8tb-,
._3JsO2,
.bM4B9,
.mq7kN {
    height: 100%
}

.bM4B9 {
    stroke-dasharray: 4 4
}

.S8tb- {
    stroke-dasharray: 1 5
}

.J-z1l,
.hmDFr {
    width: 10%
}

.-pM6s,
.zzQ4C {
    width: 40%
}

.ca3ce {
    width: 20%
}

.Athvf {
    width: 100%
}

._6piUK {
    margin-right: auto
}

.D8R-x {
    margin: 0 auto
}

.TdE1T {
    margin-left: auto
}

.-Ap85 {
    width: inherit
}

.pFxyb {
    height: 100%
}

.pFxyb .Ia90Q {
    height: 1px
}

.U4vGM .fVoOa {
    display: flex;
    justify-content: center;
    text-decoration: none
}

[dir] .U4vGM .fVoOa {
    cursor: default
}

.U4vGM .EHYdL {
    width: 100%
}

[dir] .U4vGM .EHYdL {
    background-color: var(--ricos-background-color, #fff);
    border: 1px solid rgba(var(--ricos-text-color-tuple, 0, 0, 0), .2)
}

.U4vGM .EHYdL ._7tVxU {
    color-adjust: exact;
    flex: 0 0 auto;
    -webkit-print-color-adjust: exact;
    width: 185px
}

[dir] .U4vGM .EHYdL ._7tVxU {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.U4vGM .EHYdL ._7tVxU:hover {
    filter: brightness(85%) contrast(115%)
}

[dir] .U4vGM .EHYdL ._7tVxU:hover {
    cursor: pointer
}

[dir] .U4vGM .bY-r0 {
    padding: 0 9.6px
}

.U4vGM ._3lMYp {
    display: flex;
    flex-direction: row
}

.U4vGM ._4sA5t {
    display: flex;
    justify-content: space-between;
    width: 100%
}

[dir] .U4vGM ._4sA5t {
    padding: 32px
}

.U4vGM ._4sA5t ._0EWrh {
    color: var(--ricos-text-color, #000);
    font-family: var(--ricos-custom-h2-font-family);
    font-size: 20px;
    line-height: 1.4
}

[dir=ltr] .U4vGM ._4sA5t ._0EWrh {
    padding-right: 40px
}

[dir=rtl] .U4vGM ._4sA5t ._0EWrh {
    padding-left: 40px
}

.U4vGM ._4sA5t ._0EWrh:hover {
    opacity: .6
}

[dir] .U4vGM ._4sA5t ._0EWrh:hover {
    cursor: pointer
}

.U4vGM ._4sA5t .IdG6E {
    color: var(--ricos-text-color, #000);
    font-family: var(--ricos-custom-p-font-family);
    font-size: 14px;
    line-height: 1.43
}

[dir] .U4vGM ._4sA5t .IdG6E {
    padding-top: 16px
}

[dir=ltr] .U4vGM ._4sA5t .IdG6E {
    padding-right: 40px
}

[dir=rtl] .U4vGM ._4sA5t .IdG6E {
    padding-left: 40px
}

.U4vGM ._4sA5t .B9ecw {
    display: flex;
    height: 40px;
    justify-content: center
}

[dir] .U4vGM ._4sA5t .B9ecw {
    background-color: var(--ricos-custom-button-color, var(--ricos-action-color, #000))
}

[dir] .U4vGM ._4sA5t .B9ecw.Hi0d1 {
    background-color: var(--ricos-disabled-color, #969696)
}

.U4vGM ._4sA5t .B9ecw:not(.Hi0d1):hover {
    opacity: .7
}

[dir] .U4vGM ._4sA5t .B9ecw:not(.Hi0d1):hover {
    cursor: pointer
}

.U4vGM ._4sA5t .B9ecw:not(.Hi0d1):focus {
    opacity: .7
}

.U4vGM ._4sA5t .uvzZU {
    color: var(--ricos-background-color, #fff);
    font-family: var(--ricos-custom-p-font-family);
    font-size: 16px;
    line-height: 1.5;
    min-width: 113px;
    width: -moz-max-content;
    width: max-content
}

[dir] .U4vGM ._4sA5t .uvzZU {
    padding: 8px 16px;
    text-align: center
}

.U4vGM.F4acD ._3lMYp {
    flex-direction: column
}

.U4vGM.F4acD ._7tVxU {
    width: unset
}

[dir] .U4vGM.F4acD ._7tVxU {
    padding-bottom: 56.25%
}

.U4vGM.F4acD ._4sA5t {
    width: unset
}

@media only screen and (max-width:549px) and (min-width:280px) {
    .U4vGM ._3lMYp {
        flex-direction: column;
        width: 280px
    }

    .U4vGM .EHYdL ._7tVxU {
        width: unset
    }

    [dir] .U4vGM .EHYdL ._7tVxU {
        padding-bottom: 56.25%
    }

    .U4vGM ._4sA5t {
        flex-direction: column;
        width: unset
    }

    [dir] .U4vGM ._4sA5t {
        padding: 20px
    }

    .U4vGM ._0EWrh {
        max-width: 240px
    }

    [dir=ltr] .U4vGM ._0EWrh {
        padding-right: unset
    }

    [dir=rtl] .U4vGM ._0EWrh {
        padding-left: unset
    }

    [dir=ltr] .U4vGM .IdG6E {
        padding-right: unset
    }

    [dir=rtl] .U4vGM .IdG6E {
        padding-left: unset
    }

    [dir] .U4vGM .B9ecw {
        margin-top: 24px
    }

    [dir=ltr] .U4vGM .FODne .B9ecw {
        margin-right: 0
    }

    [dir=ltr] .U4vGM .IXCnT .B9ecw,
    [dir=rtl] .U4vGM .FODne .B9ecw {
        margin-left: 0
    }

    [dir=rtl] .U4vGM .IXCnT .B9ecw {
        margin-right: 0
    }

    .U4vGM .uvzZU {
        width: 240px
    }
}



.Z0Us8 {
    align-items: center;
    cursor: auto;
    display: flex;
    min-height: 48px
}

.Z0Us8 ._7zRv0 {
    flex: 1
}

.fsX5d {
    cursor: auto;
    margin-inline-start: 48px;
    min-height: 48px;
    padding: 9px 0;
    position: relative
}

.fsX5d:hidden {
    display: none
}

.h1iPY {
    align-self: start;
    display: flex;
    outline: none
}

._84EKw,
.h1iPY {
    padding-top: 12px
}

._84EKw {
    cursor: grab;
    position: absolute
}

._84EKw:hover {
    opacity: .7
}

._84EKw svg {
    fill: #646464;
    color: #646464
}

.mfHuV {
    right: -23px
}

.Kf-5d {
    left: -23px
}

.IWz8a {
    display: flex;
    flex-direction: row;
    position: relative
}

.Qmbbi {
    cursor: grabbing
}

._8dhJ0,
.ePQcG {
    width: 100%
}

._8dhJ0 {
    display: flex;
    flex-direction: column
}

._5fRtN {
    direction: ltr
}

.L2lo1 {
    direction: rtl
}

.Qgcxu {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    outline: none;
    padding-inline-end: 14px;
    padding-inline-start: 10px
}

.Qgcxu:hover {
    opacity: .7
}

.L2lo1 .Qgcxu {
    transform: scaleX(-1)
}

.Rh1Jd {
    fill: #646464;
    color: #646464;
    outline: none;
    transition: transform .15s linear
}

.Rh1Jd.phmA7 {
    transform: rotate(90deg)
}

.jFeov {
    overflow-wrap: break-word;
    width: 100%;
    word-break: break-word
}

.sg6IXkL {
    cursor: pointer;
    display: block;
    padding-top: 10px
}

.sCH_WiR {
    overflow: hidden
}

.glob_fontElementMap,
.uZTtg {
    font-family: var(--ricos-font-family, unset)
}

.vQHMs {
    box-sizing: border-box;
    font-family: var(--ricos-custom-p-font-family);
    height: 84px;
    overflow: hidden;
    position: relative;
    width: 100%
}

[dir] .vQHMs {
    border: 1px solid rgba(var(--ricos-text-color-tuple, 33, 33, 33), .2)
}

[dir] .vQHMs:hover {
    border: 1px solid rgba(var(--ricos-text-color-tuple, 33, 33, 33), .6);
    cursor: pointer
}

@media only screen and (max-width:640px) {
    .vQHMs {
        color: var(--ricos-native-text-color, var(--ricos-text-color, #212121));
        font-family: var(--ricos-native-text-font-family, var(--ricos-custom-p-font-family, unset))
    }

    [dir] .vQHMs {
        border-radius: var(--ricos-native-whitebox-border-radius, 0)
    }
}

[dir] .UMgEd {
    border: 1px solid rgba(246, 77, 67, .8)
}

[dir] .UMgEd:hover {
    border: 1px solid #f64d43
}

.CZnMy {
    align-content: flex-start;
    box-sizing: border-box;
    display: flex;
    flex-flow: column wrap;
    height: 100%;
    justify-content: center;
    text-decoration: none;
    width: 100%
}

.CZnMy.WXEix {
    align-content: center
}

.jbT-C {
    display: flex;
    flex-flow: column nowrap;
    position: absolute;
    width: 60%
}

[dir=ltr] .jbT-C {
    left: 73px
}

[dir=rtl] .jbT-C {
    right: 73px
}

[dir=ltr] .jbT-C._3sEZc {
    left: 62px
}

[dir=rtl] .jbT-C._3sEZc {
    right: 62px
}

.rsyVo {
    color: var(--ricos-text-color, #212121);
    position: absolute
}

[dir] .rsyVo {
    margin-top: 2px
}

[dir=ltr] .rsyVo {
    margin-left: 32px;
    right: 32px
}

[dir=rtl] .rsyVo {
    left: 32px;
    margin-right: 32px
}

.fgkOu {
    color: var(--ricos-text-color, #212121);
    height: 100%;
    width: 40px
}

[dir=ltr] .fgkOu {
    margin: 32px 12px 28px 20px
}

[dir=rtl] .fgkOu {
    margin: 32px 20px 28px 12px
}

.S5wvk {
    display: flex;
    flex-flow: row nowrap
}

.pO8qU {
    color: var(--ricos-text-color, #212121);
    font-size: 16px;
    height: 24px;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

[dir=ltr] .pO8qU {
    text-align: left
}

[dir=rtl] .pO8qU {
    text-align: right
}

.eNXpd {
    color: var(--ricos-text-color, #212121);
    font-size: 16px;
    max-width: 20%;
    white-space: nowrap
}

[dir=ltr] .eNXpd {
    margin-right: 30px;
    text-align: left
}

[dir=rtl] .eNXpd {
    margin-left: 30px;
    text-align: right
}

[dir=ltr] .eNXpd.it9er {
    margin-right: 55px
}

[dir=rtl] .eNXpd.it9er {
    margin-left: 55px
}

.MM7Wh {
    color: var(--ricos-action-color, #0261ff)
}

[dir=ltr] .MM7Wh {
    margin-left: 20px;
    margin-right: 12px
}

[dir=rtl] .MM7Wh {
    margin-left: 12px;
    margin-right: 20px
}

[dir] .MM7Wh.WXEix {
    margin: 0
}

._3GQhD {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: kt5ly;
    animation-timing-function: linear
}

.EJwUe {
    color: var(--ricos-text-color, #212121);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    opacity: .6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

[dir] .EJwUe {
    text-align: initial
}

.x5wj5 {
    color: #f64d43;
    font-size: 14px;
    letter-spacing: 0
}

.xsGsu {
    stroke: var(--ricos-background-color, #fff)
}

._243A3 {
    fill: var(--ricos-background-color, #fff)
}

@keyframes kt5ly {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.cceIa {
    outline: none
}

.ph4QH {
    background-color: #fff;
    border-radius: 30px;
    display: none;
    height: 28px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 28px;
    z-index: 10
}

.ERjLK:hover .ph4QH {
    align-items: center;
    display: flex;
    justify-content: center
}

._1YnZj {
    height: 16px;
    width: 16px;
    z-index: 11
}

.ERjLK,
._1YnZj {
    position: absolute
}

.ERjLK {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.SF01N {
    cursor: pointer
}

.Yp12a {
    color: #fff;
    font-size: 14px;
    height: 20px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dBkCx {
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    display: none;
    height: 52px;
    padding: 16px 20px;
    position: absolute;
    width: 100%
}

.ERjLK:hover .dBkCx {
    display: flex;
    flex-direction: column;
    justify-content: center
}

._8acvc {
    cursor: pointer;
    height: 100%;
    width: 100%
}

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
}

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: transparent !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).simulate-hover .gallery-item-hover:not(.hide-hover),
div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover .gallery-item-content,
div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover) {
    transform: scale(.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(.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: #3899ec;
    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 VqG55 {
    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 {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none
}

.nav-arrows-container {
    justify-content: 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: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 {
    /*! autoprefixer: ignore next */
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    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 {
    /*! autoprefixer: ignore next */
    -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;
    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 {
    /*! autoprefixer: ignore next */
    -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;
    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 #3899ec
}

div.pro-gallery.accessible .has-custom-focus:focus {
    box-shadow: inset 0 0 0 1px #fff, inset 0 0 1px 4px #3899ec
}

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 #3899ec, inset 0 0 7px 0 #fff, 0 0 10px -5px #3899ec
}

div.pro-gallery.accessible .gallery-item-container:focus:after {
    border-radius: inherit;
    content: " ";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

div.pro-gallery.accessible .gallery-item-container:focus:after,
div.pro-gallery.accessible .pro-gallery-thumbnails-highlighted:before {
    box-shadow: inset 0 0 1px 2px #3899ec, inset 0 0 7px 0 #fff, inset 0 0 10px -5px #3899ec
}

div.pro-gallery.accessible .pro-gallery-thumbnails-highlighted:after {
    border-radius: inherit;
    box-shadow: inset 0 0 1px 2px #3899ec, inset 0 0 7px 0 #fff, 0 0 10px -5px #3899ec;
    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;
    -webkit-clip-path: circle(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 ZZ-H5 {
    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
}

.gallery-item-hover:before {
    background: unset !important
}

.gallery-item-hover .gallery-item-hover-inner {
    height: 100%
}

.nav-arrows-container {
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    font-size: 40px;
    height: 100px;
    left: auto;
    opacity: .9;
    outline: none;
    position: absolute;
    text-align: center;
    width: 100px;
    z-index: 3
}

.mbeHR {
    display: block;
    width: 100%
}

.KhtG7 {
    aspect-ratio: var(--dim-width)/var(--dim-height);
    width: 100%
}

@supports not (aspect-ratio:1/1) {
    .KhtG7 {
        position: relative
    }

    .KhtG7:before {
        content: "";
        display: block;
        width: 100%
    }

    [dir] .KhtG7:before {
        padding-bottom: calc(var(--dim-height)/var(--dim-width)*100%)
    }

    .KhtG7>:first-child {
        bottom: 0;
        position: absolute;
        top: 0
    }

    [dir=ltr] .KhtG7>:first-child,
    [dir=rtl] .KhtG7>:first-child {
        left: 0;
        right: 0
    }
}

._9lBLQ {
    height: 100%;
    max-width: 100%;
    position: relative;
    width: 100%
}

.eVgIb {
    bottom: 0;
    position: absolute;
    top: 0
}

[dir] .eVgIb {
    background: rgba(51, 51, 51, .05)
}

[dir=ltr] .eVgIb,
[dir=rtl] .eVgIb {
    left: 0;
    right: 0
}

.D-FLw {
    height: 100%;
    overflow: hidden;
    width: 100%
}

[dir] .D-FLw {
    border: 0
}

.k-aUR {
    margin-left: 0;
    margin-right: auto;
    z-index: 1
}

.k-aUR:not(.lfBr4) {
    float: left;
    margin-right: 40px
}

.mK75o {
    margin-left: auto;
    margin-right: 0;
    z-index: 1
}

.mK75o:not(.lfBr4) {
    float: right;
    margin-left: 40px
}

.W-zNS {
    display: block
}

.W-zNS:not(.N6UvH) {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.N6UvH,
.lfBr4 {
    width: 100%
}

.JElCT .N6UvH,
.JElCT .lfBr4 {
    margin: 0 -8px;
    width: auto
}

.M3a2d {
    width: -moz-fit-content;
    width: fit-content
}

.hq-nD {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.pB372 {
    width: 350px !important
}

.JElCT .pB372 {
    width: 50%
}

._58bEd {
    margin-left: auto;
    margin-right: auto;
    width: 350px !important
}

.JElCT ._58bEd {
    width: 150px
}

.UESrl {
    display: flex
}

.JhrXW {
    font-family: var(--ricos-font-family, unset)
}

.Q6a5A {
    color: var(--ricos-custom-p-color, unset);
    display: block;
    font-family: var(--ricos-custom-p-font-family, unset);
    font-size: var(--ricos-custom-p-font-size, unset);
    font-style: var(--ricos-custom-p-font-style, unset);
    font-weight: var(--ricos-custom-p-font-weight, unset);
    line-height: var(--ricos-custom-p-line-height, unset);
    min-height: var(--ricos-custom-p-min-height, unset);
    overflow: hidden;
    position: relative;
    -webkit-text-decoration: var(--ricos-custom-p-text-decoration, unset);
    text-decoration: var(--ricos-custom-p-text-decoration, unset)
}

.Q6a5A>span>span,
span>a span {
    background-color: var(--ricos-custom-p-background-color, unset)
}

@media only screen and (max-width:640px) {
    .Q6a5A {
        font-size: var(--ricos-custom-p-font-size, unset)
    }
}

.PiI7v {
    background-color: #fff;
    border-radius: 30px;
    display: none;
    height: 28px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 28px;
    z-index: 10
}

.Q6a5A:hover .PiI7v {
    align-items: center;
    display: flex;
    justify-content: center
}

.Nh3F1 {
    height: 16px;
    position: absolute;
    width: 16px;
    z-index: 11
}

.XHhj0 {
    cursor: pointer
}

.vBPBf {
    overflow: hidden
}

.L9OMM {
    aspect-ratio: var(--dim-width)/var(--dim-height);
    width: 100%
}

@supports not (aspect-ratio:1/1) {
    .L9OMM {
        position: relative
    }

    .L9OMM:before {
        content: "";
        display: block;
        padding-bottom: calc(var(--dim-height)/var(--dim-width)*100%);
        width: 100%
    }

    .L9OMM>:first-child {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

.wfdG8 {
    display: block;
    height: auto;
    width: 100%
}

.FuYgP {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.zoci8 {
    background: none;
    color: var(--ricos-custom-p-color, unset);
    color: var(--ricos-custom-p-color, var(--ricos-text-color, #212121));
    display: block;
    font-family: var(--ricos-custom-p-font-family, unset);
    font-size: var(--ricos-custom-p-font-size, unset);
    font-size: 14px;
    font-style: var(--ricos-custom-p-font-style, unset);
    font-weight: var(--ricos-custom-p-font-weight, unset);
    line-height: var(--ricos-custom-p-line-height, unset);
    min-height: var(--ricos-custom-p-min-height, unset);
    padding: 18px 0;
    text-align: center;
    -webkit-text-decoration: var(--ricos-custom-p-text-decoration, unset);
    text-decoration: var(--ricos-custom-p-text-decoration, unset)
}

.zoci8>span>span,
span>a span {
    background-color: var(--ricos-custom-p-background-color, unset)
}

@media only screen and (max-width:640px) {
    .zoci8 {
        font-size: var(--ricos-custom-p-font-size, unset)
    }
}

.EBiai {
    filter: blur(8px);
    position: relative
}

.EBiai,
.IFfEr {
    transition: opacity .8s ease
}

.IFfEr {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0
}

.IFfEr.iAg93 {
    opacity: 1;
    position: relative
}

@keyframes HKB9t {
    0% {
        left: -5%;
        width: 5%
    }

    50% {
        left: 25%;
        width: 50%
    }

    to {
        left: 100%;
        width: 5%
    }
}

.glob_fontElementMap,
.wgnA0 {
    font-family: var(--ricos-font-family, unset)
}

.gswUK {
    color: var(--ricos-custom-p-color, unset);
    color: var(--ricos-custom-p-color, var(--ricos-text-color, #212121));
    line-height: 21px;
    font: inherit;
    font-family: var(--ricos-custom-p-font-family, unset);
    font-size: var(--ricos-custom-p-font-size, unset);
    font-size: 14px;
    font-style: var(--ricos-custom-p-font-style, unset);
    font-weight: var(--ricos-custom-p-font-weight, unset);
    line-height: var(--ricos-custom-p-line-height, unset);
    min-height: var(--ricos-custom-p-min-height, unset);
    position: inherit;
    resize: none;
    -webkit-text-decoration: var(--ricos-custom-p-text-decoration, unset);
    text-decoration: var(--ricos-custom-p-text-decoration, unset);
    width: 100%;
    z-index: 1
}

[dir] .gswUK {
    border: none
}

[dir] .gswUK>span>span,
[dir] span>a span {
    background-color: var(--ricos-custom-p-background-color, unset)
}

@media only screen and (max-width:640px) {
    .gswUK {
        font-size: var(--ricos-custom-p-font-size, unset)
    }
}

[dir] .gswUK[readonly] {
    cursor: pointer
}

.I1hhl,
.glob_fontElementMap {
    font-family: var(--ricos-font-family, unset)
}

.TWoY9 {
    color: var(--ricos-custom-link-color, var(--ricos-action-color, #0261ff));
    font-family: var(--ricos-custom-link-font-family, unset);
    font-size: var(--ricos-custom-link-font-size, unset);
    font-style: var(--ricos-custom-link-font-style, unset);
    font-weight: var(--ricos-custom-link-font-weight, unset);
    line-height: var(--ricos-custom-link-line-height, unset);
    min-height: var(--ricos-custom-link-min-height, unset);
    -webkit-text-decoration: var(--ricos-custom-link-text-decoration, none);
    text-decoration: var(--ricos-custom-link-text-decoration, none)
}

@media only screen and (max-width:640px) {
    .TWoY9 {
        font-size: var(--ricos-custom-link-font-size, unset)
    }
}

[dir] .AagAZ:hover {
    cursor: text
}

[dir] .itht3:hover {
    cursor: pointer
}

.yO1xz {
    display: flex
}

[dir=ltr] .yO1xz {
    margin-right: 5px
}

[dir=rtl] .yO1xz {
    margin-left: 5px
}

.ye8bm {
    color: var(--ricos-settings-action-color, var(--ricos-action-color-fallback, #0261ff));
    max-width: 270px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ye8bm:hover {
    text-decoration: underline
}

[dir] .jp1Db:hover {
    cursor: pointer
}

@media only screen and (max-width:640px) {
    .ye8bm {
        max-width: 160px
    }
}

.ZogcX,
.glob_fontElementMap {
    font-family: var(--ricos-font-family, unset)
}

.lCkRS {
    display: flex;
    flex-direction: row;
    max-height: 170px;
    width: 100%
}

[dir] .lCkRS {
    background-color: var(--ricos-background-color, unset);
    border: 1px solid rgba(var(--ricos-text-color-tuple, 33, 33, 33), .2);
    cursor: pointer;
    margin: 0
}

[dir] .lCkRS:hover {
    border-color: rgba(var(--ricos-text-color-tuple, 33, 33, 33), .6)
}

@media only screen and (max-width:640px) {
    .lCkRS {
        color: var(--ricos-native-text-color, var(--ricos-text-color, #212121))
    }

    [dir] .lCkRS {
        border-radius: var(--ricos-native-whitebox-border-radius, 0)
    }
}

.QbkWa {
    flex: 0 0 auto
}

[dir] .QbkWa {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: var(--ricos-text-color, #212121)
}

[dir=ltr] .QbkWa {
    border-right: 1px solid #ededed
}

[dir=rtl] .QbkWa {
    border-left: 1px solid #ededed
}

.ob-og {
    color: var(--ricos-settings-text-color, #000);
    display: flex;
    flex-direction: column;
    font-family: var(--ricos-custom-p-font-family);
    overflow: hidden;
    vertical-align: middle;
    width: 100%
}

[dir] .ob-og {
    padding: 20px 28px
}

.fAk4F {
    align-self: flex-start;
    color: var(--ricos-text-color, #212121);
    display: flex;
    font-family: var(--ricos-custom-h2-font-family);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    max-height: 68px;
    min-height: 26px
}

[dir] .fAk4F {
    padding-top: 12px
}

._3O4nn {
    align-self: flex-end
}

.WYLRm,
._3xJFL,
.fAk4F {
    overflow: hidden;
    text-overflow: ellipsis
}

.WYLRm,
._3xJFL {
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap
}

.WYLRm {
    color: var(--ricos-text-color-low, #646464)
}

[dir=ltr] .WYLRm {
    text-align: left
}

[dir=rtl] .WYLRm {
    text-align: right
}

._3xJFL {
    color: var(--ricos-text-color, #212121)
}

[dir] ._3xJFL {
    padding-top: 8px
}

@media only screen and (max-width:800px) {
    .lCkRS {
        max-height: 144px
    }

    .QbkWa {
        width: 110px
    }

    [dir] .ob-og {
        padding: 12px
    }

    .fAk4F {
        font-size: 14px;
        line-height: 20px;
        max-height: 48px
    }

    [dir] .fAk4F {
        padding-top: 8px
    }

    ._3O4nn {
        align-self: flex-end
    }

    [dir=ltr] ._3O4nn {
        padding-right: 12px
    }

    [dir=rtl] ._3O4nn {
        padding-left: 12px
    }

    .WYLRm {
        font-size: 12px;
        line-height: 16px
    }

    ._3xJFL {
        display: flex;
        font-size: 12px;
        line-height: 18px;
        max-height: 44px;
        white-space: normal
    }
}

.P2g7O {
    display: flex;
    font-size: 14px
}

[dir] .P2g7O {
    margin: 10px 0 0
}

.P2g7O.w9kae {
    display: none
}

.DsAXx {
    display: inline-block;
    list-style: none
}

[dir] .DsAXx {
    margin: 0 10px;
    padding: 0
}

.Jriav,
.eshBk {
    display: inline-block;
    height: 20px;
    overflow: hidden;
    width: 20px
}

[dir] .Jriav,
[dir] .eshBk {
    border-radius: 50%
}

[dir=ltr] .Jriav:not(:first-child),
[dir=ltr] .eshBk:not(:first-child) {
    margin-left: -5px
}

[dir=rtl] .Jriav:not(:first-child),
[dir=rtl] .eshBk:not(:first-child) {
    margin-right: -5px
}

.RX0Hr {
    color: var(--ricos-settings-text-color, #000);
    display: flex;
    flex-direction: column;
    height: 420px;
    width: 450px
}

[dir] .RX0Hr {
    background: #fff
}

@media only screen and (max-width:640px) {
    .RX0Hr {
        height: 100%;
        width: 100%
    }
}

.pcKtB {
    height: 100%
}

.av-kk,
.pcKtB {
    display: flex;
    flex-direction: column
}

.av-kk {
    align-items: center;
    bottom: 0;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 8
}

[dir] .av-kk {
    background-color: rgba(0, 0, 0, .6);
    cursor: auto
}

[dir=ltr] .av-kk,
[dir=rtl] .av-kk {
    left: 0;
    right: 0
}

.-yFYl {
    align-items: center;
    display: flex;
    flex-direction: row
}

[dir] .-yFYl {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 20px 0
}

.Jriav {
    height: 36px;
    width: 36px
}

.ziOR2 {
    font-size: 16px
}

[dir=ltr] .ziOR2 {
    margin-left: 10px
}

[dir=rtl] .ziOR2 {
    margin-right: 10px
}

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

[dir] ._0o9jk {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 10px 20px
}

[dir] ._3-vvV,
[dir] .rOEvk {
    cursor: pointer
}

[dir=ltr] .rOEvk {
    margin-right: -5px
}

[dir=rtl] .rOEvk {
    margin-left: -5px
}

._0o9jk .Xvjpa {
    font-size: 16px;
    font-weight: 900
}

[dir] ._0o9jk .Xvjpa {
    margin: 0
}

.-eXVq {
    flex: 1;
    overflow: auto
}

[dir] .-eXVq {
    padding: 0 20px
}

.VYWaL {
    list-style: none
}

[dir] .VYWaL {
    margin: 0;
    padding: 0
}

[dir] .eJlWe {
    padding: 10px 20px;
    text-align: center
}

.JUZdu {
    font-size: 16px
}

[dir] .JUZdu {
    margin: 0;
    padding: 20px
}

._1608T {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: V5gQH;
    animation-timing-function: linear
}

@keyframes V5gQH {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

[dir] .B6OCv {
    text-align: center
}

@media only screen and (max-width:640px) {
    .B6OCv {
        font-weight: 700
    }
}

._7t4xp {
    height: 0
}

[dir] ._7t4xp {
    margin-top: 35px;
    padding-top: 56.25%
}

@media only screen and (max-width:640px) {
    [dir] ._7t4xp {
        margin-top: 15px
    }
}

.KxxZy ._7t4xp {
    height: 150px
}

[dir] .KxxZy ._7t4xp {
    border-radius: 2px
}

.-Lt6s,
.glob_fontElementMap {
    font-family: var(--ricos-font-family, unset)
}

.GI8Lr {
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: border-radius .5s
}

[dir] .GI8Lr {
    padding: 35px 40px 40px
}

.JC4ee,
._6I2Iv {
    width: 100%
}

._6I2Iv {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    visibility: hidden
}

[dir] ._6I2Iv {
    background-color: rgba(0, 0, 0, .7)
}

[dir=ltr] ._6I2Iv {
    left: 0
}

[dir=rtl] ._6I2Iv {
    right: 0
}

._6I2Iv._3TLXY {
    visibility: visible
}

@media only screen and (max-width:640px) {
    .GI8Lr {
        font-family: var(--ricos-native-text-font-family, var(--ricos-font-family, unset))
    }

    [dir] .GI8Lr {
        border-radius: var(--ricos-native-whitebox-border-radius, 0) !important;
        padding: 12px
    }

    .GI8Lr .jcqJP {
        grid-column-gap: 12px;
        grid-row-gap: 12px
    }

    [dir] .GI8Lr .jcqJP {
        margin-top: 12px
    }
}

[dir] .GI8Lr.SjrFG {
    padding: 20px
}

.GI8Lr.SjrFG .jcqJP,
.jcqJP {
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.jcqJP {
    display: grid;
    list-style: none;
    position: relative
}

[dir] .jcqJP {
    margin: 20px 0 0;
    padding: 0
}

.jcqJP.qRNCi {
    grid-template-columns: repeat(2, 1fr)
}

.MqXv2 {
    -moz-column-break-inside: avoid;
    break-inside: avoid-column
}

.A-cee,
.Bi-Oj,
.D-JH6 {
    color: inherit;
    font-family: inherit;
    font-size: 18px;
    line-height: 1;
    opacity: .6;
    position: relative;
    transition: border-radius .5s;
    width: 100%;
    z-index: 1
}

[dir] .A-cee,
[dir] .Bi-Oj,
[dir] .D-JH6 {
    background: transparent;
    border: 1px solid #fff;
    cursor: pointer;
    padding: 15px 24px
}

[dir=ltr] .A-cee,
[dir=ltr] .Bi-Oj,
[dir=ltr] .D-JH6 {
    text-align: left
}

[dir=rtl] .A-cee,
[dir=rtl] .Bi-Oj,
[dir=rtl] .D-JH6 {
    text-align: right
}

.A-cee:focus,
.A-cee:hover,
.Bi-Oj:focus,
.Bi-Oj:hover,
.D-JH6:focus,
.D-JH6:hover {
    opacity: 1;
    outline: 0
}

@media only screen and (max-width:640px) {

    .A-cee,
    .Bi-Oj,
    .D-JH6 {
        font-size: 14px
    }
}

.SjrFG .A-cee,
.SjrFG .Bi-Oj,
.SjrFG .D-JH6 {
    font-size: 16px;
    font-weight: 700;
    opacity: 1
}

[dir] .SjrFG .A-cee,
[dir] .SjrFG .Bi-Oj,
[dir] .SjrFG .D-JH6 {
    border-width: 2px
}

[dir] .Bi-Oj {
    margin: 20px 0 0;
    text-align: center
}

@media only screen and (max-width:640px) {
    [dir] .Bi-Oj {
        margin-top: 12px
    }
}

[dir] .A-cee {
    border: 1px dashed #fff
}

.jcqJP.qRNCi._3TLXY .A-cee {
    height: 188px;
    justify-content: center
}

.jcqJP._7LIiZ .A-cee,
.jcqJP.qRNCi .A-cee {
    align-items: center;
    display: flex
}

.RNW34 {
    overflow: hidden
}

.f1nH- {
    color: #fff;
    font-size: 14px;
    opacity: .6
}

[dir] .f1nH- {
    margin: 20px 0 0
}

[dir] .f1nH-+.f1nH- {
    margin: 0
}

.OWOFy {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: SWerh;
    animation-timing-function: linear;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: opacity .5s
}

.OWOFy.OGFDD {
    opacity: 1
}

.KiRQu {
    color: #df3131;
    font-size: 14px;
    line-height: 1.43;
    position: relative
}

[dir] .KiRQu {
    margin: 10px 0 0
}

@keyframes SWerh {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

._63J-c {
    align-items: center;
    display: flex;
    position: relative
}

.DrDeS,
.FT3bK {
    box-sizing: border-box;
    color: inherit;
    font-family: inherit;
    font-size: 14px;
    height: auto;
    line-height: 1;
    overflow: auto;
    z-index: 2
}

[dir] .DrDeS,
[dir] .FT3bK {
    margin: 0;
    padding: 0
}

.FT3bK {
    display: block;
    position: relative;
    resize: none;
    transition: font-size .3s;
    width: 100%;
    z-index: 1
}

[dir] .FT3bK {
    background: transparent;
    border: 0
}

.FT3bK::-moz-placeholder {
    color: inherit;
    opacity: .6
}

.FT3bK:-ms-input-placeholder {
    color: inherit;
    opacity: .6
}

.FT3bK::placeholder {
    color: inherit;
    opacity: .6
}

.FT3bK:focus {
    outline: 0
}

[dir] .FT3bK[disabled] {
    cursor: not-allowed
}

.W4-li {
    font-size: 18px;
    line-height: 1.38
}

.fF3ow {
    font-size: 24px;
    line-height: 1.3
}

._2Npmn {
    font-size: 36px;
    line-height: 1.2
}

.A4AlD {
    font-weight: 700
}

.A4AlD.W4-li {
    font-size: 14px
}

.A4AlD.fF3ow {
    font-size: 18px
}

.A4AlD._2Npmn {
    font-size: 22px
}

@media only screen and (max-width:640px) {

    .DrDeS.W4-li,
    .FT3bK.W4-li {
        font-size: 14px
    }

    .DrDeS.fF3ow,
    .FT3bK.fF3ow {
        font-size: 18px
    }

    .DrDeS._2Npmn,
    .FT3bK._2Npmn {
        font-size: 22px
    }
}

.KREk9.vW29W,
._63J-c:hover .KREk9 {
    opacity: 1
}

.KREk9 {
    align-items: center;
    display: flex;
    flex-direction: row;
    opacity: 0;
    position: absolute;
    transition: opacity .5s;
    z-index: 1
}

[dir=ltr] .KREk9 {
    left: auto;
    right: 12px
}

[dir=rtl] .KREk9 {
    left: 12px;
    right: auto
}

.XwFUQ {
    position: relative;
    word-break: break-word;
    z-index: 1
}

.u4lEo {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: KVj6d;
    animation-timing-function: linear
}

@keyframes KVj6d {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.-qWIx {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1
}

[dir] .-qWIx {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.-qWIx:not(.antiz) .aDGSh {
    z-index: 2
}

[dir] .-qWIx:not(.antiz) .aDGSh {
    cursor: pointer
}

.-qWIx:not(.antiz):focus .prTAQ,
.-qWIx:not(.antiz):hover .prTAQ {
    opacity: 1
}

.aDGSh,
.prTAQ {
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.prTAQ {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    transition: opacity .5s
}

[dir] .prTAQ {
    background: rgba(0, 0, 0, .5)
}

.prTAQ ._4XXif {
    font-size: 16px
}

[dir] .prTAQ ._4XXif {
    margin: 0 10px
}

.FKiNl {
    opacity: 1
}

._0eAR0 {
    display: none
}

._3TglW {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: r3YPl;
    animation-timing-function: linear
}

@keyframes r3YPl {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.PzinH {
    position: relative
}

[dir] .PzinH.sDOdY {
    border: 2px solid #fff
}

.PzinH.sDOdY .dUJRd {
    display: block
}

.PzinH .dUJRd {
    color: var(--ricos-settings-text-color, #000);
    display: none;
    position: absolute;
    top: 0;
    z-index: 4
}

[dir] .PzinH .dUJRd {
    border-radius: 50%
}

[dir=ltr] .PzinH .dUJRd {
    left: auto;
    right: 0;
    transform: translate(50%, -50%)
}

[dir=rtl] .PzinH .dUJRd {
    left: 0;
    right: auto;
    transform: translate(-50%, -50%)
}

@media only screen and (max-width:640px) {
    .PzinH .dUJRd svg {
        height: 16px;
        width: 16px
    }
}

[dir=ltr] .PzinH,
[dir=ltr] .PzinH .ElRZW,
[dir=ltr] .PzinH .FvNFY,
[dir=ltr] .PzinH ._07TNg {
    transition: border-radius .5s, padding-left .5s
}

[dir=rtl] .PzinH,
[dir=rtl] .PzinH .ElRZW,
[dir=rtl] .PzinH .FvNFY,
[dir=rtl] .PzinH ._07TNg {
    transition: border-radius .5s, padding-right .5s
}

._07TNg {
    height: 0
}

[dir] ._07TNg {
    padding-top: 56.25%
}

.PzinH .ElRZW {
    font-size: 18px;
    line-height: 1
}

[dir] .PzinH .ElRZW {
    background-color: rgba(0, 0, 0, .2);
    margin: 0
}

[dir=ltr] .PzinH .ElRZW {
    padding: 15px 35px 15px 25px
}

[dir=rtl] .PzinH .ElRZW {
    padding: 15px 25px 15px 35px
}

[dir] .PzinH .ElRZW:focus {
    border: 1px solid #fff
}

[dir] .PzinH .ElRZW.smTaH {
    text-align: center
}

[dir=ltr] .PzinH .ElRZW.wepZt {
    padding-right: 60px
}

[dir=rtl] .PzinH .ElRZW.wepZt {
    padding-left: 60px
}

@media only screen and (max-width:640px) {
    .PzinH .ElRZW {
        font-size: 14px
    }

    [dir] .PzinH .ElRZW {
        padding: 10px
    }

    [dir=ltr] .PzinH .ElRZW.wepZt {
        padding-right: 35px
    }

    [dir=rtl] .PzinH .ElRZW.wepZt {
        padding-left: 35px
    }
}

.PzinH._8N--T ._07TNg {
    height: 36px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transition: opacity .5s;
    visibility: hidden;
    width: 36px;
    z-index: 2
}

[dir] .PzinH._8N--T ._07TNg {
    margin-top: -18px;
    padding-top: 0
}

[dir=ltr] .PzinH._8N--T ._07TNg {
    left: 5px
}

[dir=rtl] .PzinH._8N--T ._07TNg {
    right: 5px
}

@media only screen and (max-width:640px) {
    .PzinH._8N--T ._07TNg {
        height: 34px;
        top: 0;
        width: 34px
    }

    [dir] .PzinH._8N--T ._07TNg {
        margin: 0
    }

    [dir=ltr] .PzinH._8N--T ._07TNg {
        left: 0
    }

    [dir=rtl] .PzinH._8N--T ._07TNg {
        right: 0
    }
}

[dir=ltr] .PzinH._8N--T.NMmTe .ElRZW {
    padding-left: 50px
}

[dir=rtl] .PzinH._8N--T.NMmTe .ElRZW {
    padding-right: 50px
}

.PzinH._8N--T.NMmTe ._07TNg {
    opacity: 1;
    visibility: visible
}

.FvNFY {
    position: relative
}

.I0nhw {
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    transition: width .5s;
    z-index: 1
}

[dir] .I0nhw {
    background-color: rgba(0, 0, 0, .2)
}

[dir=ltr] .I0nhw {
    left: 0
}

[dir=rtl] .I0nhw {
    right: 0
}

.Eqmf0 {
    font-size: 14px;
    opacity: .7;
    position: absolute;
    top: 50%;
    z-index: 2
}

[dir] .Eqmf0 {
    transform: translateY(-50%)
}

[dir=ltr] .Eqmf0 {
    left: auto;
    right: 20px
}

[dir=rtl] .Eqmf0 {
    left: 20px;
    right: auto
}

@media only screen and (max-width:640px) {
    .Eqmf0 {
        font-size: 12px
    }

    [dir=ltr] .Eqmf0 {
        right: 10px
    }

    [dir=rtl] .Eqmf0 {
        left: 10px
    }
}

.tQMjy {
    position: relative;
    z-index: 2
}

[dir] .sDOdY .I0nhw {
    background-color: rgba(0, 0, 0, .3)
}

[dir] .joFKN {
    cursor: pointer;
    margin: 0
}

.joFKN:focus,
.joFKN:hover {
    outline: 0
}

[dir] .joFKN:focus,
[dir] .joFKN:hover {
    background-color: rgba(0, 0, 0, .3)
}

._7hfnM,
.wii02 {
    fill: var(--ricos-settings-icons-color, #000)
}

[dir=ltr] ._7hfnM,
[dir=ltr] .wii02 {
    margin-left: 5px
}

[dir=rtl] ._7hfnM,
[dir=rtl] .wii02 {
    margin-right: 5px
}

[dir] ._7hfnM {
    cursor: pointer
}

.X-q8l {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .5s;
    width: 100%;
    z-index: 3
}

[dir] .X-q8l {
    background: rgba(0, 0, 0, .3)
}

[dir=ltr] .X-q8l {
    left: 0
}

[dir=rtl] .X-q8l {
    right: 0
}

.FcqVJ {
    opacity: 1
}

[dir] ._2FIOq .ElRZW,
[dir] ._2FIOq .I0nhw {
    background-color: hsla(0, 0%, 100%, .2)
}

[dir] ._2FIOq .X-q8l {
    background: hsla(0, 0%, 100%, .3)
}

[dir] ._2FIOq.joFKN:focus,
[dir] ._2FIOq.joFKN:hover,
[dir] ._2FIOq.sDOdY .I0nhw {
    background-color: hsla(0, 0%, 100%, .3)
}

.o6o7D {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: f-KJd;
    animation-timing-function: linear
}

@keyframes f-KJd {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

._--coW {
    position: relative
}

[dir] ._--coW.R2co0 {
    border: 2px solid #fff
}

._--coW.R2co0 .oQrBr {
    display: block
}

._--coW .oQrBr {
    color: var(--ricos-settings-text-color, #000);
    display: none;
    position: absolute;
    top: 0;
    z-index: 4
}

[dir] ._--coW .oQrBr {
    border-radius: 50%
}

[dir=ltr] ._--coW .oQrBr {
    left: auto;
    right: 0;
    transform: translate(50%, -50%)
}

[dir=rtl] ._--coW .oQrBr {
    left: 0;
    right: auto;
    transform: translate(-50%, -50%)
}

@media only screen and (max-width:640px) {
    ._--coW .oQrBr svg {
        height: 16px;
        width: 16px
    }
}

[dir=ltr] ._--coW,
[dir=ltr] ._--coW .-v316,
[dir=ltr] ._--coW .ZhnEe,
[dir=ltr] ._--coW .sb1Or {
    transition: border-radius .5s, padding-left .5s
}

[dir=rtl] ._--coW,
[dir=rtl] ._--coW .-v316,
[dir=rtl] ._--coW .ZhnEe,
[dir=rtl] ._--coW .sb1Or {
    transition: border-radius .5s, padding-right .5s
}

.sb1Or {
    height: 0
}

[dir] .sb1Or {
    padding-top: 56.25%
}

._--coW .-v316 {
    font-size: 18px;
    line-height: 1
}

[dir] ._--coW .-v316 {
    background-color: rgba(0, 0, 0, .2);
    margin: 0
}

[dir=ltr] ._--coW .-v316 {
    padding: 15px 35px 15px 25px
}

[dir=rtl] ._--coW .-v316 {
    padding: 15px 25px 15px 35px
}

[dir] ._--coW .-v316:focus {
    border: 1px solid #fff
}

[dir] ._--coW .-v316.R-yi6 {
    text-align: center
}

[dir=ltr] ._--coW .-v316._5jVu3 {
    padding-right: 60px
}

[dir=rtl] ._--coW .-v316._5jVu3 {
    padding-left: 60px
}

@media only screen and (max-width:640px) {
    ._--coW .-v316 {
        font-size: 14px
    }

    [dir] ._--coW .-v316 {
        padding: 10px
    }

    [dir=ltr] ._--coW .-v316._5jVu3 {
        padding-right: 35px
    }

    [dir=rtl] ._--coW .-v316._5jVu3 {
        padding-left: 35px
    }
}

._--coW.o-zX4 .sb1Or {
    height: 36px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transition: opacity .5s;
    visibility: hidden;
    width: 36px;
    z-index: 2
}

[dir] ._--coW.o-zX4 .sb1Or {
    margin-top: -18px;
    padding-top: 0
}

[dir=ltr] ._--coW.o-zX4 .sb1Or {
    left: 5px
}

[dir=rtl] ._--coW.o-zX4 .sb1Or {
    right: 5px
}

@media only screen and (max-width:640px) {
    ._--coW.o-zX4 .sb1Or {
        height: 34px;
        top: 0;
        width: 34px
    }

    [dir] ._--coW.o-zX4 .sb1Or {
        margin: 0
    }

    [dir=ltr] ._--coW.o-zX4 .sb1Or {
        left: 0
    }

    [dir=rtl] ._--coW.o-zX4 .sb1Or {
        right: 0
    }
}

[dir=ltr] ._--coW.o-zX4.xlew1 .-v316 {
    padding-left: 50px
}

[dir=rtl] ._--coW.o-zX4.xlew1 .-v316 {
    padding-right: 50px
}

._--coW.o-zX4.xlew1 .sb1Or {
    opacity: 1;
    visibility: visible
}

.ZhnEe {
    position: relative
}

.zTYxt {
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    transition: width .5s;
    z-index: 1
}

[dir] .zTYxt {
    background-color: rgba(0, 0, 0, .2)
}

[dir=ltr] .zTYxt {
    left: 0
}

[dir=rtl] .zTYxt {
    right: 0
}

.rLAeR {
    font-size: 14px;
    opacity: .7;
    position: absolute;
    top: 50%;
    z-index: 2
}

[dir] .rLAeR {
    transform: translateY(-50%)
}

[dir=ltr] .rLAeR {
    left: auto;
    right: 20px
}

[dir=rtl] .rLAeR {
    left: 20px;
    right: auto
}

@media only screen and (max-width:640px) {
    .rLAeR {
        font-size: 12px
    }

    [dir=ltr] .rLAeR {
        right: 10px
    }

    [dir=rtl] .rLAeR {
        left: 10px
    }
}

.GLYv6 {
    position: relative;
    z-index: 2
}

[dir] .R2co0 .zTYxt {
    background-color: rgba(0, 0, 0, .3)
}

[dir] .wRdkB {
    cursor: pointer;
    margin: 0
}

.wRdkB:focus,
.wRdkB:hover {
    outline: 0
}

[dir] .wRdkB:focus,
[dir] .wRdkB:hover {
    background-color: rgba(0, 0, 0, .3)
}

.nWabI,
.oWM3Y {
    fill: var(--ricos-settings-icons-color, #000)
}

[dir=ltr] .nWabI,
[dir=ltr] .oWM3Y {
    margin-left: 5px
}

[dir=rtl] .nWabI,
[dir=rtl] .oWM3Y {
    margin-right: 5px
}

[dir] .nWabI {
    cursor: pointer
}

.SwvBj {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .5s;
    width: 100%;
    z-index: 3
}

[dir] .SwvBj {
    background: rgba(0, 0, 0, .3)
}

[dir=ltr] .SwvBj {
    left: 0
}

[dir=rtl] .SwvBj {
    right: 0
}

._7naWz {
    opacity: 1
}

[dir] .Hlh5H .-v316,
[dir] .Hlh5H .zTYxt {
    background-color: hsla(0, 0%, 100%, .2)
}

[dir] .Hlh5H .SwvBj {
    background: hsla(0, 0%, 100%, .3)
}

[dir] .Hlh5H.R2co0 .zTYxt,
[dir] .Hlh5H.wRdkB:focus,
[dir] .Hlh5H.wRdkB:hover {
    background-color: hsla(0, 0%, 100%, .3)
}

._82oZR {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: WPbeP;
    animation-timing-function: linear
}

@keyframes WPbeP {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

[dir] .sb1Or {
    border-radius: 8px
}

[dir] ._0fRZH .-v316 {
    padding: 12px
}

[dir] .o-zX4 .-v316 {
    padding: 12px 18px
}

._0fRZH .-v316,
.o-zX4 .-v316 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5
}

[dir] ._0fRZH .-v316,
[dir] .o-zX4 .-v316 {
    border-radius: 8px
}

[dir] .-v316 {
    background: hsla(0, 0%, 100%, .3)
}

._--coW._0fRZH.xlew1 .sb1Or {
    height: 150px
}

._--coW._0fRZH.xlew1 .ZhnEe {
    bottom: 0;
    height: 65%;
    position: absolute;
    width: 100%;
    z-index: 1
}

[dir=ltr] ._--coW._0fRZH.xlew1 .ZhnEe {
    left: 0
}

[dir=rtl] ._--coW._0fRZH.xlew1 .ZhnEe {
    right: 0
}

._--coW._0fRZH.xlew1 .-v316 {
    align-items: flex-end;
    display: flex;
    height: 100%
}

[dir] ._--coW._0fRZH.xlew1 .-v316 {
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), transparent)
}

.LSly5,
.Lkg--,
.drvuN,
.e-9Xc {
    position: absolute
}

.drvuN,
.e-9Xc {
    height: calc(100% + 1px);
    top: 0;
    width: 1px
}

[dir=ltr] .e-9Xc {
    right: -1px
}

[dir=ltr] .drvuN,
[dir=rtl] .e-9Xc {
    left: -1px
}

[dir=rtl] .drvuN {
    right: -1px
}

.LSly5,
.Lkg-- {
    height: 1px;
    width: calc(100% + 1px)
}

.LSly5 {
    top: -1px
}

.Lkg-- {
    bottom: -1px
}

.-yfd8 {
    position: relative;
    vertical-align: initial
}

[dir] .-yfd8 {
    background-color: transparent;
    border: 1px solid rgba(var(--ricos-text-color-tuple, 33, 33, 33), .2);
    padding: 0
}

[dir=ltr] .-yfd8 {
    text-align: right
}

[dir=rtl] .-yfd8 {
    text-align: left
}

.-yfd8.nbKRB {
    font-weight: unset
}

[dir] .-yfd8.nbKRB {
    background-color: rgba(var(--ricos-text-color-tuple, 33, 33, 33), .04)
}

.-yfd8.ebVQe {
    z-index: 2
}

.-yfd8 .m7Ep4 {
    height: -moz-max-content;
    height: max-content;
    position: relative;
    top: 0;
    width: calc(100% + 36px);
    z-index: 1
}

[dir] .-yfd8 .m7Ep4 {
    background-color: var(--ricos-background-color, #fff);
    border: 1px solid #ddd;
    box-shadow: 0 0 7px 0 rgba(var(--ricos-text-color-tuple, 33, 33, 33), .1)
}

[dir=ltr] .-yfd8 .m7Ep4 {
    left: -20px
}

[dir=rtl] .-yfd8 .m7Ep4 {
    right: -20px
}

.-yfd8 .ebVQe {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

[dir=ltr] .-yfd8 .ebVQe {
    left: 0
}

[dir=rtl] .-yfd8 .ebVQe {
    right: 0
}

[dir] .-yfd8 .ebVQe:not(.m7Ep4):not(.FJhh3) {
    background-color: rgba(var(--ricos-settings-action-color-tuple, var(--ricos-action-color-tuple, 2, 97, 255)), .2)
}

.JQaEp.Ci50y .public-DraftEditor-content>div>:last-child,
.JQaEp.bLarR>div>div>div>:last-child,
.K63we.Ci50y .public-DraftEditor-content>div>:first-child,
.K63we.bLarR>div>div>div>:first-child {
    height: 1px
}

@media only screen and (min-width:640px) {
    .Ci50y:not(.m7Ep4) {
        pointer-events: none
    }
}

.fMrCg {
    caret-color: transparent;
    height: 100%
}

.fMrCg.h-abp {
    caret-color: unset;
    width: 100%
}

[dir=ltr] .fMrCg.h-abp {
    padding: 10px 26px 10px 29px
}

[dir=rtl] .fMrCg.h-abp {
    padding: 10px 29px 10px 26px
}

@media only screen and (max-width:640px) {
    [dir=ltr] .fMrCg.h-abp {
        padding: 10px 0 10px 10px
    }

    [dir=rtl] .fMrCg.h-abp {
        padding: 10px 10px 10px 0
    }
}

[dir] .fMrCg.p9bIe {
    padding: 10px
}

.yBx3v {
    position: absolute;
    top: -40px
}

[dir] .yBx3v {
    background-color: #fff;
    border: 1px solid rgba(51, 51, 51, .1);
    border-radius: 2px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .06)
}

.CUUyu {
    height: 20px;
    max-width: 20px;
    width: 20px
}

[dir] .CUUyu {
    border: 1px solid rgba(0, 0, 0, .4);
    padding: 0
}

[dir] .CUUyu.ebVQe {
    border: 1px double var(--ricos-settings-action-color, var(--ricos-action-color, #0261ff))
}

.Xg7Y3 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

[dir] .Xg7Y3 ::-moz-selection {
    background: transparent
}

[dir] .Xg7Y3 ::selection {
    background: transparent
}

[dir] .Xg7Y3 ::-moz-selection {
    background: transparent
}

.mSGCN:focus,
.mSGCN>span:focus,
.okQLv:focus,
.okQLv>span:focus,
.x0rQE:focus,
.x0rQE>span:focus {
    outline: none
}

.okQLv {
    border-collapse: collapse;
    min-width: 100%;
    table-layout: fixed;
    width: 100%
}

[dir=ltr] .okQLv thead {
    border-right: 1px solid rgba(var(--ricos-text-color-tuple, 33, 33, 33), .15)
}

[dir=rtl] .okQLv thead {
    border-left: 1px solid rgba(var(--ricos-text-color-tuple, 33, 33, 33), .15)
}

.okQLv .yloL2 {
    min-width: 10px
}

[dir] .x0rQE {
    padding-bottom: 20px;
    padding-top: 20px
}

._1IUhX {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

[dir] ._1IUhX {
    border: 0
}

[dir=ltr] ._1IUhX {
    left: 0
}

[dir=rtl] ._1IUhX {
    right: 0
}

.cYcVi {
    bottom: 0;
    position: absolute;
    top: 0;
    z-index: 3
}

[dir=ltr] .cYcVi,
[dir=rtl] .cYcVi {
    left: 0;
    right: 0
}

.cZYzi {
    height: 0;
    overflow: hidden;
    position: relative
}

[dir] .cZYzi {
    padding-bottom: 56.25%
}

@media only screen and (max-width:640px) {
    .cZYzi {
        min-width: auto
    }
}

._2dIvD,
.glob_fontElementMap {
    font-family: var(--ricos-font-family, unset)
}

.uH-ex {
    border: 1px solid rgba(var(--ricos-text-color-tuple, 33, 33, 33), .2);
    direction: ltr !important;
    display: flex;
    height: 96px;
    min-width: 320px;
    position: relative;
    width: 100%
}

.uH-ex.iHiHP {
    height: 54px
}

.uH-ex.iHiHP._1Tv0B {
    height: 40px
}

.uH-ex .dw7Ok {
    max-width: 94px;
    min-width: 94px
}

.uH-ex .dw7Ok.Cnd4i {
    max-width: 54px;
    min-width: 54px
}

.uH-ex._1Tv0B {
    background-color: var(--ricos-native-bg-color-background-color, unset);
    height: 86px
}

.uH-ex._1Tv0B,
.uH-ex._1Tv0B .dw7Ok {
    border-radius: var(--ricos-native-whitebox-border-radius, 0)
}

.uH-ex._1Tv0B .dw7Ok {
    align-self: center;
    border: var(--ricos-native-cover-image-border, unset);
    height: var(--ricos-native-cover-image-height, 100%);
    margin: var(--ricos-native-cover-image-margin, unset);
    max-width: var(--ricos-native-cover-image-width, 84px);
    min-width: var(--ricos-native-cover-image-width, 84px)
}

.uH-ex._1Tv0B .dw7Ok.Cnd4i {
    margin: 0;
    max-width: 40px;
    min-width: 40px
}

.uH-ex svg {
    fill: var(--ricos-native-text-color, var(--ricos-text-color, #212121));
    color: var(--ricos-native-text-color, var(--ricos-text-color, #212121))
}

.uH-ex svg:hover {
    fill: rgba(var(--ricos-text-color-tuple, 33, 33, 33), .5);
    color: rgba(var(--ricos-text-color-tuple, 33, 33, 33), .5)
}

.uH-ex._1Tv0B {
    min-width: 192px
}

.uH-ex.dw7Ok {
    height: 56px
}

.uH-ex .UC9Gu,
.uH-ex .Xlfhn {
    background: none;
    border: none
}

.uH-ex .UC9Gu,
.uH-ex .Xlfhn,
.uH-ex svg {
    cursor: pointer;
    height: 20px;
    margin: 0;
    max-width: 20px;
    min-width: 20px;
    padding: 0;
    width: 20px
}

.of2xy ._77Eaw {
    position: relative;
    width: calc(100% - 94px)
}

.of2xy._1Tv0B ._77Eaw {
    width: calc(100% - var(--ricos-native-cover-image-width, 84px))
}

.of2xy.iHiHP ._77Eaw {
    width: calc(100% - 54px)
}

.of2xy.iHiHP._1Tv0B ._77Eaw {
    width: calc(100% - 40px)
}

._77Eaw {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 20px;
    width: 100%
}

._1Tv0B ._77Eaw {
    padding: 0 8px
}

.tp-Og {
    gap: 8px;
    position: relative;
    width: 100%
}

.e9-7T {
    position: absolute;
    right: 12px;
    top: 12px
}

.C8iFY {
    font-size: 12px;
    max-width: 63px;
    width: 100%
}

.YWcrA .C8iFY,
._1Tv0B .C8iFY {
    max-width: 27px;
    text-align: end
}

.MaQy0 {
    gap: 10px;
    min-width: 52px;
    width: 100%
}

.hnmj1 {
    padding: 3px 6px;
    position: relative
}

.hnmj1 .kg4Q0 {
    background-color: var(--ricos-background-color, #fff);
    border-color: rgba(var(--ricos-text-color-tuple, 33, 33, 33), .2);
    border-radius: 0;
    bottom: 62px;
    box-shadow: 0 0 1px;
    display: none;
    max-height: 32px;
    min-height: 32px;
    position: absolute;
    transform: rotate(270deg);
    width: 116px
}

.hnmj1 .kg4Q0 input[type=range] {
    width: 100px
}

._1Tv0B .hnmj1 {
    display: none !important
}

.owhjV .xENXn,
.owhjV .ykm91 {
    font-family: var(--ricos-custom-p-font-family, unset);
    font-size: 16px;
    height: 24px;
    max-width: 85%;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media only screen and (max-width:640px) {

    .owhjV .xENXn,
    .owhjV .ykm91 {
        font-family: var(--ricos-native-text-font-family, var(--ricos-custom-p-font-family, unset))
    }
}

.owhjV {
    display: flex;
    gap: 6px;
    width: 100%
}

.owhjV .xENXn {
    color: var(--ricos-native-text-color, var(--ricos-text-color-low, #646464))
}

.owhjV .ykm91 {
    color: var(--ricos-native-text-color, var(--ricos-text-color, #212121));
    font-weight: var(--ricos-native-primary-text-font-weight, unset)
}

._1Tv0B .owhjV {
    flex-direction: column;
    width: calc(100% - 20px)
}

.MaQy0,
.Xlfhn,
.hnmj1,
.hnmj1:focus .kg4Q0,
.hnmj1:hover .kg4Q0,
.tp-Og {
    align-items: center;
    display: flex;
    justify-content: center
}

.Xlfhn {
    position: relative
}

.I7eLf {
    -ms-overflow-style: none;
    align-items: flex-start;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: var(--ricos-native-whitebox-border-radius, 0);
    bottom: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 0 4px 0 rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    max-height: 160px;
    overflow: scroll;
    padding: 8px 0;
    position: absolute;
    right: 0;
    scrollbar-width: none;
    width: 160px
}

.I7eLf::-webkit-scrollbar {
    display: none
}

.I7eLf button {
    background-color: #fff;
    border: none;
    cursor: pointer;
    height: 36px;
    min-height: 36px;
    padding-left: 10px;
    text-align: left;
    width: 100%
}

.I7eLf button:hover {
    background-color: rgba(var(--ricos-text-color-tuple, 0, 0, 0), .06)
}

.I7eLf button svg {
    fill: #000;
    color: #000
}

.I7eLf .mHqcW {
    background-color: rgba(var(--ricos-action-color-fallback-tuple, 2, 97, 255), .1);
    color: var(--ricos-action-color-fallback, #0261ff)
}

.Qm-2A,
._1uARM {
    align-items: center;
    display: flex;
    font-size: 14px;
    justify-content: start
}

.Qm-2A {
    gap: 8px
}

.Qm-2A svg {
    height: 16px;
    width: 16px
}

.sTUX- {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: Ln-Aw;
    animation-timing-function: linear
}

@keyframes Ln-Aw {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

/*! rtl:ignore */
.frz7f {
    /*!rtl:end:ignore*/
    -noop: 1;
    /*!rtl:begin:ignore*/
    direction: rtl
}

/*! rtl:ignore */
.AnCKd {
    /*!rtl:begin:ignore*/
    direction: ltr
        /*!rtl:end:ignore*/
}

.AnCKd,
._57WYp {
    -noop: 1
}

[dir=ltr] ._57WYp {
    margin-left: 0 !important
}

[dir=rtl] ._57WYp {
    margin-right: 0 !important
}

.iNKPE {
    -noop: 1
}

[dir=ltr] .iNKPE {
    margin-left: 1.5em !important
}

[dir=rtl] .iNKPE {
    margin-right: 1.5em !important
}

.aeqwJ {
    -noop: 1
}

[dir=ltr] .aeqwJ {
    margin-left: 3em !important
}

[dir=rtl] .aeqwJ {
    margin-right: 3em !important
}

.T-yQe {
    -noop: 1
}

[dir=ltr] .T-yQe {
    margin-left: 4.5em !important
}

[dir=rtl] .T-yQe {
    margin-right: 4.5em !important
}

.VuqFl {
    -noop: 1
}

[dir=ltr] .VuqFl {
    margin-left: 6em !important
}

[dir=rtl] .VuqFl {
    margin-right: 6em !important
}

.Hk-nx {
    -noop: 1
}

[dir=ltr] .Hk-nx {
    margin-left: 7.5em !important
}

[dir=rtl] .Hk-nx {
    margin-right: 7.5em !important
}

.gIfcQ {
    -noop: 1
}

[dir=ltr] .gIfcQ {
    margin-left: 9em !important
}

[dir=rtl] .gIfcQ {
    margin-right: 9em !important
}

._7FyJG {
    margin-left: 0;
    margin-right: auto;
    z-index: 1
}

._7FyJG:not(.tpl8A) {
    float: left;
    margin-right: 40px
}

.rabso {
    margin-left: auto;
    margin-right: 0;
    z-index: 1
}

.rabso:not(.tpl8A) {
    float: right;
    margin-left: 40px
}

.h1Jhe {
    display: block
}

.h1Jhe:not(.cbQaD) {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.cbQaD,
.tpl8A {
    width: 100%
}

.OmMEg .cbQaD,
.OmMEg .tpl8A {
    margin: 0 -8px;
    width: auto
}

.CgZdt {
    width: -moz-fit-content;
    width: fit-content
}

.SmuTx {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.G2QBM {
    width: 350px !important
}

.OmMEg .G2QBM {
    width: 50%
}

.kFx9o {
    margin-left: auto;
    margin-right: auto;
    width: 350px !important
}

.OmMEg .kFx9o {
    width: 150px
}

.S4sOC {
    display: flex
}

/*! rtl:ignore */
.SQnmu,
.SQnmu>* {
    /*!rtl:ignore*/
    text-align: left !important
}

.nVOf5,
.nVOf5>* {
    text-align: center !important
}

/*! rtl:ignore */
.GAUTu,
.GAUTu>* {
    /*!rtl:ignore*/
    text-align: right !important
}

/*! rtl:ignore */
.IjV6v,
.IjV6v>* {
    /*!rtl:ignore*/
    text-align: initial !important
}

.vVfzz {
    text-align: justify !important;
    white-space: pre-wrap !important
}

.U4I07,
._7ejKN {
    font-family: var(--ricos-font-family, unset)
}

.YfIkb {
    max-width: 100%
}

.U4I07 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    height: 100%;
    position: relative
}

@media print {
    [dir] .U4I07 {
        background-color: #fff
    }

    .U4I07 blockquote,
    .U4I07 h1,
    .U4I07 h2,
    .U4I07 h3,
    .U4I07 h4,
    .U4I07 h5,
    .U4I07 h6,
    .U4I07 img,
    .U4I07 li {
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }

    .U4I07 h1,
    .U4I07 h1 *,
    .U4I07 h2,
    .U4I07 h2 *,
    .U4I07 h3,
    .U4I07 h3 *,
    .U4I07 h4,
    .U4I07 h4 *,
    .U4I07 h5,
    .U4I07 h5 *,
    .U4I07 h6,
    .U4I07 h6 *,
    .U4I07 p,
    .U4I07 p * {
        color: #000 !important
    }

    .U4I07 ol li,
    .U4I07 ol li *,
    .U4I07 p,
    .U4I07 p * {
        font-size: 11pt !important
    }

    .U4I07 h1,
    .U4I07 h1 * {
        font-size: 24pt !important
    }

    .U4I07 h2,
    .U4I07 h2 * {
        font-size: 20pt !important
    }

    .U4I07 h3,
    .U4I07 h3 * {
        font-size: 16pt !important
    }

    .U4I07 h4,
    .U4I07 h4 * {
        font-size: 14pt !important
    }

    .U4I07 h5,
    .U4I07 h5 * {
        font-size: 12pt !important
    }

    .U4I07 h6,
    .U4I07 h6 * {
        font-size: 11pt !important
    }

    .U4I07 blockquote,
    .U4I07 blockquote * {
        font-size: 16pt !important
    }
}

.U4I07 * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.U4I07 .hl-xW {
    box-sizing: border-box;
    -moz-tab-size: 40px;
    -o-tab-size: 40px;
    tab-size: 40px
}

.U4I07 .hl-xW *,
.U4I07 .hl-xW :after,
.U4I07 .hl-xW :before {
    box-sizing: inherit
}

.U4I07 .hl-xW input {
    box-sizing: border-box
}

[dir] .U4I07.HAWUS {
    padding-top: 50px
}

.hl-xW {
    color: var(--ricos-text-color, #212121);
    font-size: 16px;
    height: 100%;
    line-height: 1.5;
    overflow-wrap: break-word;
    white-space: pre-wrap !important;
    width: 100%
}

[dir] .hl-xW {
    background-color: var(--ricos-bg-color-container, unset)
}

.hl-xW:after {
    content: "";
    display: table;
    line-height: 0
}

[dir] .hl-xW:after {
    clear: both
}

@media only screen and (max-width:640px) {
    .hl-xW {
        font-size: 14px
    }
}

[dir] .dsGs- {
    margin: 2px 0
}

[dir] .Sv2V2+.Sv2V2,
[dir] .aCIl4 {
    margin-top: 20px
}

[dir] .C9o5U {
    margin: 15px 18px
}

@media only screen and (max-width:640px) {
    [dir] .C9o5U {
        margin: 15px calc(18px + 5%)
    }
}

.RlRzE {
    font-family: Inconsolata, Menlo, Consolas, monospace;
    font-size: var(--ricos-custom-code-block-font-size, 16px);
    line-height: var(--ricos-custom-code-block-line-height, 26px);
    min-height: 29px;
    white-space: pre-wrap
}

[dir] .RlRzE {
    background-color: rgba(var(--ricos-fallback-color-tuple, 0, 0, 0), .06);
    margin: var(--ricos-custom-code-block-margin, 15px 18px);
    padding: var(--ricos-custom-code-block-padding, 2px 25px)
}

[dir] .E1l-k .RlRzE {
    margin: 1em 0
}

.bzEEy {
    font-family: var(--ricos-font-family, unset)
}

.xErDo,
.zOuvR {
    color: var(--ricos-custom-p-color, unset);
    font-family: var(--ricos-custom-p-font-family, unset);
    font-size: var(--ricos-custom-p-font-size, unset);
    font-style: var(--ricos-custom-p-font-style, unset);
    font-weight: var(--ricos-custom-p-font-weight, unset);
    line-height: var(--ricos-custom-p-line-height, unset);
    min-height: var(--ricos-custom-p-min-height, unset);
    -webkit-text-decoration: var(--ricos-custom-p-text-decoration, unset);
    text-decoration: var(--ricos-custom-p-text-decoration, unset)
}

[dir] .xErDo,
[dir] .zOuvR {
    margin: 0;
    padding: 0
}

[dir] .xErDo>span,
[dir] .zOuvR>span {
    background-color: var(--ricos-custom-p-background-color, unset)
}

@media only screen and (max-width:640px) {

    .xErDo,
    .zOuvR {
        font-size: var(--ricos-custom-p-font-size, unset)
    }
}

.xErDo li,
.zOuvR li {
    list-style-type: inherit
}

.zOuvR>._04hd2 {
    margin-inline-start: 2.65em
}

.xErDo>._04hd2 {
    margin-inline-start: 3em
}

.xErDo .xErDo>._04hd2,
.zOuvR .zOuvR>._04hd2 {
    margin-inline-start: 1.5em
}

.zOuvR,
.zOuvR .zOuvR .zOuvR .zOuvR {
    list-style-type: decimal
}

.zOuvR .zOuvR,
.zOuvR .zOuvR .zOuvR .zOuvR .zOuvR {
    list-style-type: lower-alpha
}

.zOuvR .zOuvR .zOuvR {
    list-style-type: lower-roman
}

.xErDo {
    list-style-type: disc
}

.xErDo .xErDo {
    list-style-type: circle
}

.xErDo .xErDo .xErDo {
    list-style-type: square
}

._04hd2 {
    position: relative
}

._04hd2>div>:not(ul, ol)>span {
    margin-inline-start: .35em
}

.-rT4H {
    font-family: var(--ricos-font-family, unset)
}

._264wX {
    border-inline-start-style: solid;
    border-inline-start-width: var(--ricos-custom-quote-border-width, 3px);
    color: var(--ricos-custom-quote-color, unset);
    font-family: var(--ricos-custom-quote-font-family, unset);
    font-size: 18px;
    font-size: var(--ricos-custom-quote-font-size, 18px);
    font-style: normal;
    font-style: var(--ricos-custom-quote-font-style, normal);
    font-weight: var(--ricos-custom-quote-font-weight, unset);
    line-height: 26px;
    line-height: var(--ricos-custom-quote-line-height, 26px);
    min-height: var(--ricos-custom-quote-min-height, unset);
    padding-inline-start: var(--ricos-custom-quote-padding-inline-start, 18px);
    -webkit-text-decoration: var(--ricos-custom-quote-text-decoration, unset);
    text-decoration: var(--ricos-custom-quote-text-decoration, unset)
}

[dir] ._264wX {
    margin: 15px 18px;
    padding-bottom: var(--ricos-custom-quote-padding-bottom, 6px);
    padding-top: var(--ricos-custom-quote-padding-top, 6px)
}

[dir=ltr] ._264wX {
    border-left-color: var(--ricos-custom-quote-border-color, var(--ricos-action-color, #0261ff))
}

[dir=ltr] ._264wX,
[dir=rtl] ._264wX {
    border-right-color: var(--ricos-custom-quote-border-color, var(--ricos-action-color, #0261ff))
}

[dir=rtl] ._264wX {
    border-left-color: var(--ricos-custom-quote-border-color, var(--ricos-action-color, #0261ff))
}

@media only screen and (max-width:640px) {
    ._264wX {
        font-size: var(--ricos-custom-quote-font-size, 18px)
    }

    [dir] ._264wX {
        margin: 15px calc(18px + 5%)
    }
}

._5-Mre {
    margin-left: 0;
    margin-right: auto;
    z-index: 1
}

._5-Mre:not(.BEuLG) {
    float: left;
    margin-right: 40px
}

.d9Ka4 {
    margin-left: auto;
    margin-right: 0;
    z-index: 1
}

.d9Ka4:not(.BEuLG) {
    float: right;
    margin-left: 40px
}

.UdXMv {
    display: block
}

.UdXMv:not(.NFNZN) {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.BEuLG,
.NFNZN {
    width: 100%
}

.a0drX .BEuLG,
.a0drX .NFNZN {
    margin: 0 -8px;
    width: auto
}

.bV3X- {
    width: -moz-fit-content;
    width: fit-content
}

.zPQnN {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.ODfhc {
    width: 350px !important
}

.a0drX .ODfhc {
    width: 50%
}

.Mni74 {
    margin-left: auto;
    margin-right: auto;
    width: 350px !important
}

.a0drX .Mni74 {
    width: 150px
}

.y8OTw {
    display: flex
}

.vstK1 {
    margin: 2px 0
}

._4g-qG {
    text-decoration: none
}

.vt6tp {
    border: none;
    width: -moz-max-content;
    width: max-content
}

.Rq0gB {
    overflow-x: auto
}

.Rq0gB::-webkit-scrollbar {
    -webkit-appearance: none
}

.Rq0gB::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border: 2px solid #fff;
    border-radius: 8px
}

.Rq0gB::-webkit-scrollbar:horizontal {
    height: 10px
}

.SD-dM {
    max-width: 100%
}

.t79dp {
    font-family: var(--ricos-font-family, unset)
}

[dir] .G444B {
    margin: 0
}

@media only screen and (max-width:640px) {
    [dir] .G444B {
        clear: both;
        margin: 0
    }
}

.FMDoN,
.HHdl8,
.Nmoxz,
.QJ5Ie,
._8R6Mw,
.w3dPh {
    font: inherit
}

.Nmoxz {
    color: var(--ricos-custom-h1-color, var(--ricos-text-color, #212121));
    font-family: var(--ricos-custom-h1-font-family, unset);
    font-size: var(--ricos-custom-h1-font-size, 40px);
    font-style: var(--ricos-custom-h1-font-style, unset);
    font-weight: var(--ricos-custom-h1-font-weight, unset);
    line-height: var(--ricos-custom-h1-line-height, 42px);
    min-height: var(--ricos-custom-h1-min-height, 42px);
    -webkit-text-decoration: var(--ricos-custom-h1-text-decoration, unset);
    text-decoration: var(--ricos-custom-h1-text-decoration, unset)
}

@media only screen and (max-width:640px) {
    .Nmoxz {
        font-size: var(--ricos-custom-h1-font-size, 32px)
    }
}

[dir] .Nmoxz>*>span,
[dir] .Nmoxz>span span {
    background-color: var(--ricos-custom-h1-background-color, unset)
}

._8R6Mw {
    color: var(--ricos-custom-h2-color, var(--ricos-text-color, #212121));
    font-family: var(--ricos-custom-h2-font-family, unset);
    font-size: var(--ricos-custom-h2-font-size, 28px);
    font-style: var(--ricos-custom-h2-font-style, unset);
    font-weight: var(--ricos-custom-h2-font-weight, unset);
    line-height: var(--ricos-custom-h2-line-height, 36px);
    min-height: var(--ricos-custom-h2-min-height, 36px);
    -webkit-text-decoration: var(--ricos-custom-h2-text-decoration, unset);
    text-decoration: var(--ricos-custom-h2-text-decoration, unset)
}

@media only screen and (max-width:640px) {
    ._8R6Mw {
        font-size: var(--ricos-custom-h2-font-size, 24px)
    }
}

[dir] ._8R6Mw>*>span,
[dir] ._8R6Mw>span span {
    background-color: var(--ricos-custom-h2-background-color, unset)
}

.QJ5Ie {
    color: var(--ricos-custom-h3-color, var(--ricos-text-color, #212121));
    font-family: var(--ricos-custom-h3-font-family, unset);
    font-size: var(--ricos-custom-h3-font-size, 24px);
    font-style: var(--ricos-custom-h3-font-style, unset);
    font-weight: var(--ricos-custom-h3-font-weight, unset);
    line-height: var(--ricos-custom-h3-line-height, 30px);
    min-height: var(--ricos-custom-h3-min-height, 30px);
    -webkit-text-decoration: var(--ricos-custom-h3-text-decoration, unset);
    text-decoration: var(--ricos-custom-h3-text-decoration, unset)
}

@media only screen and (max-width:640px) {
    .QJ5Ie {
        font-size: var(--ricos-custom-h3-font-size, 20px)
    }
}

[dir] .QJ5Ie>*>span,
[dir] .QJ5Ie>span span {
    background-color: var(--ricos-custom-h3-background-color, unset)
}

.w3dPh {
    color: var(--ricos-custom-h4-color, var(--ricos-text-color, #212121));
    font-family: var(--ricos-custom-h4-font-family, unset);
    font-size: var(--ricos-custom-h4-font-size, 20px);
    font-style: var(--ricos-custom-h4-font-style, unset);
    font-weight: var(--ricos-custom-h4-font-weight, unset);
    line-height: var(--ricos-custom-h4-line-height, 1.5);
    min-height: var(--ricos-custom-h4-min-height, unset);
    -webkit-text-decoration: var(--ricos-custom-h4-text-decoration, unset);
    text-decoration: var(--ricos-custom-h4-text-decoration, unset)
}

@media only screen and (max-width:640px) {
    .w3dPh {
        font-size: var(--ricos-custom-h4-font-size, 20px)
    }
}

[dir] .w3dPh>*>span,
[dir] .w3dPh>span span {
    background-color: var(--ricos-custom-h4-background-color, unset)
}

.HHdl8 {
    color: var(--ricos-custom-h5-color, var(--ricos-text-color, #212121));
    font-family: var(--ricos-custom-h5-font-family, unset);
    font-size: var(--ricos-custom-h5-font-size, 18px);
    font-style: var(--ricos-custom-h5-font-style, unset);
    font-weight: var(--ricos-custom-h5-font-weight, unset);
    line-height: var(--ricos-custom-h5-line-height, 1.5);
    min-height: var(--ricos-custom-h5-min-height, unset);
    -webkit-text-decoration: var(--ricos-custom-h5-text-decoration, unset);
    text-decoration: var(--ricos-custom-h5-text-decoration, unset)
}

@media only screen and (max-width:640px) {
    .HHdl8 {
        font-size: var(--ricos-custom-h5-font-size, 16px)
    }
}

[dir] .HHdl8>*>span,
[dir] .HHdl8>span span {
    background-color: var(--ricos-custom-h5-background-color, unset)
}

.FMDoN {
    color: var(--ricos-custom-h6-color, var(--ricos-text-color, #212121));
    font-family: var(--ricos-custom-h6-font-family, unset);
    font-size: var(--ricos-custom-h6-font-size, 16px);
    font-style: var(--ricos-custom-h6-font-style, unset);
    font-weight: var(--ricos-custom-h6-font-weight, unset);
    line-height: var(--ricos-custom-h6-line-height, 1.5);
    min-height: var(--ricos-custom-h6-min-height, unset);
    -webkit-text-decoration: var(--ricos-custom-h6-text-decoration, unset);
    text-decoration: var(--ricos-custom-h6-text-decoration, unset)
}

@media only screen and (max-width:640px) {
    .FMDoN {
        font-size: var(--ricos-custom-h6-font-size, 14px)
    }
}

[dir] .FMDoN>*>span,
[dir] .FMDoN>span span {
    background-color: var(--ricos-custom-h6-background-color, unset)
}

.BxhkN {
    display: block
}

.glob_fontElementMap,
.yMaBm {
    font-family: var(--ricos-font-family, unset)
}

[dir] .-ZADH {
    margin: 0
}

@media only screen and (max-width:640px) {
    [dir] .-ZADH {
        clear: both;
        margin: 0
    }
}

.-Zro6 {
    color: var(--ricos-custom-p-color, unset);
    font-family: var(--ricos-custom-p-font-family, unset);
    font-size: var(--ricos-custom-p-font-size, unset);
    font-style: var(--ricos-custom-p-font-style, unset);
    font-weight: var(--ricos-custom-p-font-weight, unset);
    line-height: var(--ricos-custom-p-line-height, unset);
    min-height: var(--ricos-custom-p-min-height, unset);
    -webkit-text-decoration: var(--ricos-custom-p-text-decoration, unset);
    text-decoration: var(--ricos-custom-p-text-decoration, unset)
}

[dir] .-Zro6>span>span,
[dir] span>a span {
    background-color: var(--ricos-custom-p-background-color, unset)
}

@media only screen and (max-width:640px) {
    .-Zro6 {
        font-size: var(--ricos-custom-p-font-size, unset)
    }
}

.-Zro6:empty {
    height: 24px
}

.d0767 {
    display: block
}

.FpwdU,
.glob_fontElementMap {
    font-family: var(--ricos-font-family, unset)
}

.pTfsW {
    color: var(--ricos-custom-hashtag-color, var(--ricos-action-color, #0261ff));
    font-family: var(--ricos-custom-hashtag-font-family, unset);
    font-size: var(--ricos-custom-hashtag-font-size, unset);
    font-style: var(--ricos-custom-hashtag-font-style, unset);
    font-weight: var(--ricos-custom-hashtag-font-weight, unset);
    line-height: var(--ricos-custom-hashtag-line-height, unset);
    min-height: var(--ricos-custom-hashtag-min-height, unset);
    -webkit-text-decoration: var(--ricos-custom-hashtag-text-decoration, none);
    text-decoration: var(--ricos-custom-hashtag-text-decoration, none)
}

.pTfsW:hover {
    text-decoration: underline
}

@media only screen and (max-width:640px) {
    .pTfsW {
        font-size: var(--ricos-custom-hashtag-font-size, unset)
    }
}

.ciQaW {
    display: inline-block
}

._2FgPS,
._2FgPS span,
._2FgPS:visited {
    color: var(--ricos-custom-mention-color, var(--ricos-action-color, #0261ff));
    display: inline-block;
    text-decoration: none
}

[dir] ._2FgPS,
[dir] ._2FgPS span,
[dir] ._2FgPS:visited {
    background: var(--ricos-custom-mention-background-color, transparent) !important;
    border-radius: 2px
}

[dir=ltr] ._2FgPS,
[dir=ltr] ._2FgPS span,
[dir=ltr] ._2FgPS:visited,
[dir=rtl] ._2FgPS,
[dir=rtl] ._2FgPS span,
[dir=rtl] ._2FgPS:visited {
    padding-left: 2px;
    padding-right: 2px
}

._2FgPS:focus,
._2FgPS:hover {
    outline: 0;
    text-decoration: underline
}

._2FgPS:active,
._2FgPS:focus,
._2FgPS:hover {
    color: var(--ricos-custom-mention-color, var(--ricos-action-color, #0261ff))
}

.ADvyc {
    align-items: center;
    display: flex;
    min-height: 24px;
    transition: background-color .4s cubic-bezier(.27, 1.27, .48, .56)
}

[dir] .ADvyc {
    padding: 5px 10px
}

[dir] .ADvyc:active {
    background-color: #cce7ff
}

.rUswV {
    align-items: center;
    display: flex;
    min-height: 24px;
    transition: background-color .4s cubic-bezier(.27, 1.27, .48, .56)
}

[dir] .rUswV {
    background-color: #e6f3ff;
    padding: 5px 10px
}

.S-Emb {
    display: inline-block;
    font-size: 14px;
    max-width: 368px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

[dir=ltr] .S-Emb {
    margin-left: 8px
}

[dir=rtl] .S-Emb {
    margin-right: 8px
}

.BYn6A {
    display: inline-block;
    height: 24px;
    width: 24px
}

[dir] .BYn6A {
    border-radius: 50%
}

.yCNQa {
    display: flex;
    flex-direction: column;
    max-width: 440px;
    min-width: 220px;
    position: absolute;
    z-index: 2
}

[dir] .yCNQa {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    box-shadow: 0 4px 30px 0 #dcdcdc;
    cursor: pointer;
    margin-top: 7px;
    padding: 8px 0;
    transform: scale(0)
}

[dir] .uNOIG {
    cursor: default
}

[dir] .dh4J8 {
    cursor: pointer
}

.Qp0lQ,
.glob_fontElementMap {
    font-family: var(--ricos-font-family, unset)
}

.cA447 {
    filter: blur(.25em)
}

._75kZa {
    filter: blur(.18em)
}

[dir] ._75kZa {
    cursor: pointer
}

.nvT84>* {
    pointer-events: none
}

.vyRxj>* {
    filter: blur(30px)
}

.armTn>* {
    filter: blur(40px)
}

.Tk1ub>* {
    filter: blur(50px)
}

.v0GJI div[class^=gallery-item-wrapper],
.v0GJI div[class^=thumbnailItem] {
    filter: blur(30px)
}

.v0GJI>* {
    pointer-events: none
}

.QmKWv {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

[dir] .QmKWv {
    background-color: rgba(0, 0, 0, .3)
}

[dir=ltr] .QmKWv {
    left: 0
}

[dir=rtl] .QmKWv {
    right: 0
}

.Qjv-b {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

[dir] .Qjv-b {
    background: linear-gradient(0deg, transparent 50%, #202020)
}

[dir=ltr] .Qjv-b {
    left: 0
}

[dir=rtl] .Qjv-b {
    right: 0
}

.H-pOG {
    color: var(--ricos-settings-text-color, #000);
    filter: none;
    font-size: 16px;
    height: 40px;
    max-width: 260px;
    width: -moz-max-content;
    width: max-content
}

[dir] .H-pOG {
    background-color: #fff;
    border: none;
    padding: 8px 16px
}

.dCLrU .H-pOG {
    font-size: 14px
}

.H-pOG input {
    font-size: inherit;
    max-width: 228px
}

[dir] .H-pOG input {
    border: none;
    padding: 0;
    text-align: center
}

.UZxcS:hover {
    opacity: .7
}

[dir] .UZxcS:hover {
    cursor: pointer
}

.A7siq {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 7
}

.R6VyS {
    color: #fff;
    display: flex;
    font-family: var(--ricos-settings-text-font-family, HelveticaNeue, Helvetica, Arial);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    pointer-events: auto !important;
    resize: none;
    width: 90%
}

[dir] .R6VyS {
    background: none;
    border: none;
    margin-bottom: 28px;
    margin-top: 12px;
    text-align: center
}

[dir=ltr] .R6VyS {
    margin-left: 5%
}

[dir=rtl] .R6VyS {
    margin-right: 5%
}

.dCLrU .R6VyS {
    font-size: 14px
}

[dir] .dCLrU .R6VyS {
    margin-bottom: 20px
}

.vD2dg {
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 1
}

[dir] .vD2dg {
    margin: 0;
    text-align: center
}

[dir=ltr] .vD2dg {
    left: 50%;
    transform: translate(-50%, -50%)
}

[dir=rtl] .vD2dg {
    right: 50%;
    transform: translate(50%, -50%)
}

.GDHz8 {
    color: #fff;
    position: absolute;
    z-index: 1
}

[dir] .GDHz8 {
    margin-top: 24px;
    text-align: center
}

[dir=ltr] .GDHz8 {
    left: 50%;
    transform: translate(-50%)
}

[dir=rtl] .GDHz8 {
    right: 50%;
    transform: translate(50%)
}

._0te7W {
    box-sizing: border-box;
    color: var(--ricos-background-color, #fff);
    display: inline-block;
    position: relative;
    text-decoration: none
}

[dir] ._0te7W {
    background-color: var(--ricos-action-color, #0261ff);
    border-color: var(--ricos-action-color, #0261ff);
    border-style: none;
    border-width: 0;
    cursor: pointer;
    margin: 5px;
    padding: 12px
}

.rIIlU {
    font-family: var(--ricos-custom-p-font-family);
    font-size: 14px;
    max-width: 716px;
    min-width: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

[dir] .rIIlU {
    text-align: center
}

.z2rFB {
    width: auto
}

.comp-lteiwlnu .siSdJK4 {
    background-color: rgb(255, 255, 255);
    padding: 0px 0px;
    border-color: rgb(255, 255, 255);
    border-width: 0px;
    border-radius: 0px
}

.comp-lteiwlnu .siSdJK4.o__4L1S6Y--isMobile {
    padding: min(0px, 20px) min(0px, 20px)
}

.comp-lteiwlnu .sg6IXkL {
    color: rgb(196, 13, 35);
    font: normal normal normal 16px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    text-decoration:
}

.comp-lteiwlnu .sCH_WiR {
    height: 190px
}