@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;
    --spx-stopper-max: 9999px;
    --spx-stopper-min: 0px
}

@supports(-webkit-appearance:none) and (stroke-color:transparent) {
    :root {
        --safari-sticky-fix: opacity
    }
}

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

[id^=oldHoverBox-] {
    mix-blend-mode: plus-lighter;
    transition: opacity .5s ease, visibility .5s ease
}

[data-mesh-id$=inlineContent-gridContainer]:has(>[id^=oldHoverBox-]) {
    isolation: isolate
}


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
}

body.device-mobile-optimized:not(.disable-site-overflow) {
    overflow-x: hidden;
    overflow-y: scroll
}

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

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:not(.overflow-clip-in-mobile) {
    overflow-x: hidden;
    overflow-y: auto
}

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

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,
body.siteScrollingBlocked {
    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)
}

#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 #SITE_HEADER {
    grid-area: 1/1/2/2
}

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

#masterPage.mesh-layout.overflow-x-clip #SITE_FOOTER,
#masterPage.mesh-layout.overflow-x-clip #SITE_HEADER {
    overflow-x: clip
}

[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);
    --wst-color-custom-1: rgb(var(--color_13));
    --wst-color-custom-2: rgb(var(--color_16));
    --wst-color-custom-3: rgb(var(--color_17));
    --wst-color-custom-4: rgb(var(--color_19));
    --wst-color-custom-5: rgb(var(--color_20));
    --wst-color-custom-6: rgb(var(--color_21));
    --wst-color-custom-7: rgb(var(--color_22));
    --wst-color-custom-8: rgb(var(--color_23));
    --wst-color-custom-9: rgb(var(--color_24));
    --wst-color-custom-10: rgb(var(--color_25));
    --wst-color-custom-11: rgb(var(--color_26));
    --wst-color-custom-12: rgb(var(--color_27));
    --wst-color-custom-13: rgb(var(--color_28));
    --wst-color-custom-14: rgb(var(--color_29));
    --wst-color-custom-15: rgb(var(--color_30));
    --wst-color-custom-16: rgb(var(--color_31));
    --wst-color-custom-17: rgb(var(--color_32));
    --wst-color-custom-18: rgb(var(--color_33));
    --wst-color-custom-19: rgb(var(--color_34));
    --wst-color-custom-20: rgb(var(--color_35))
}

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

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBackgroundColor {
    background-color: var(--corvid-hover-background-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBackgroundColor {
    background-color: var(--corvid-disabled-background-color) !important
}

.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBorderColor {
    border-color: var(--corvid-border-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBorderColor {
    border-color: var(--corvid-hover-border-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBorderColor {
    border-color: var(--corvid-disabled-border-color) !important
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderRadius {
    border-radius: var(--corvid-border-radius) !important
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderWidth {
    border-width: var(--corvid-border-width) !important
}

.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor,
.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor .StylableButton2545352419__label {
    color: var(--corvid-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor,
.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor .StylableButton2545352419__label {
    color: var(--corvid-hover-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor,
.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor .StylableButton2545352419__label {
    color: var(--corvid-disabled-color) !important
}

.StylableButton2545352419__link {
    -archetype: box;
    box-sizing: border-box;
    color: #000;
    text-decoration: none
}

.StylableButton2545352419__container {
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 1;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    transition: all .2s ease, visibility 0s;
    width: 100%
}

.StylableButton2545352419__label {
    -archetype: text;
    -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(first);
    max-width: 100%;
    min-width: 1.8em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    transition: inherit;
    white-space: nowrap
}

.StylableButton2545352419__root.StylableButton2545352419--isMaxContent .StylableButton2545352419__label {
    text-overflow: unset
}

.StylableButton2545352419__root.StylableButton2545352419--isWrapText .StylableButton2545352419__label {
    min-width: 10px;
    overflow-wrap: break-word;
    white-space: break-spaces;
    word-break: break-word
}

.StylableButton2545352419__icon {
    -archetype: icon;
    -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(last);
    flex-shrink: 0;
    height: 50px;
    min-width: 1px;
    transition: inherit
}

.StylableButton2545352419__icon.StylableButton2545352419--override {
    display: block !important
}

.StylableButton2545352419__icon svg,
.StylableButton2545352419__icon>span {
    display: flex;
    height: inherit;
    width: inherit
}

.StylableButton2545352419__root:not(:hover):not([disalbed]).StylableButton2545352419--hasIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-icon-color) !important;
    stroke: var(--corvid-icon-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-hover-icon-color) !important;
    stroke: var(--corvid-hover-icon-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-disabled-icon-color) !important;
    stroke: var(--corvid-disabled-icon-color) !important
}

.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(--corvid-fill-color, var(--fill));
    fill-opacity: var(--fill-opacity);
    stroke: var(--corvid-stroke-color, 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
}

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

@supports(-webkit-appearance:none) and (stroke-color:transparent) {
    .lq2cno>*>:first-child {
        vertical-align: top
    }
}

@supports(-webkit-touch-callout:none) {
    .lq2cno>*>:first-child {
        vertical-align: top
    }
}

.agLt0N :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) [class$=rich-text__text],
.agLt0N :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote)[class$=rich-text__text] {
    color: var(--corvid-color, currentColor)
}

.agLt0N :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) span[style*=color] {
    color: var(--corvid-color, currentColor) !important
}

.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;
    text-shadow: var(--textOutline, 0 0 transparent), var(--textShadow, 0 0 transparent);
    text-transform: var(--textTransform, "none")
}

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

.SxM0TO:not(.YQcXTT) ol,
.SxM0TO:not(.YQcXTT) ul,
.c9GqVL:not(.YQcXTT) ol,
.c9GqVL:not(.YQcXTT) ul {
    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
}

.YQcXTT li {
    margin-inline-end: 0;
    margin-inline-start: 1.3em
}

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

.Tj01hh,
.jhxvbR {
    display: block;
    height: 100%;
    width: 100%
}

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

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

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

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

.WzbAF8 .mpGTIt .O6KwRn:last-child {
    margin-block: 0;
    margin-inline: 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))
}


.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: var(--corvid-hover-background-color, rgba(var(--bgh, var(--color_18, color_18)), var(--alpha-bgh, 1)));
    border-color: var(--corvid-hover-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: var(--corvid-hover-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: var(--corvid-hover-background-color, rgba(var(--bgh, var(--color_18, color_18)), var(--alpha-bgh, 1)));
    border-color: var(--corvid-hover-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: var(--corvid-hover-color, rgb(var(--txth, var(--color_15, color_15))))
}

.FubTgk[aria-disabled=true] .uDW_Qe {
    background-color: var(--corvid-disabled-background-color, rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1)));
    border-color: var(--corvid-disabled-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: var(--corvid-disabled-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: var(--corvid-hover-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: var(--corvid-hover-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: var(--corvid-disabled-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-bottom: var(--padding-y);
    padding-left: var(--padding-x, 0);
    padding-right: var(--padding-x, 0);
    padding-top: var(--padding-y);
    position: relative
}

:host(.device-mobile-optimized) .V5AUxf>*,
body.device-mobile-optimized .V5AUxf>* {
    margin-bottom: var(--margin);
    position: relative
}

:host(.device-mobile-optimized) .V5AUxf>:first-child,
body.device-mobile-optimized .V5AUxf>:first-child {
    margin-top: var(--firstChildMarginTop, 0)
}

:host(.device-mobile-optimized) .V5AUxf>:last-child,
body.device-mobile-optimized .V5AUxf>:last-child {
    margin-bottom: var(--lastChildMarginBottom)
}

.LIhNy3 {
    backface-visibility: hidden
}

.jhxvbR,
.mtrorN {
    display: block;
    height: 100%;
    width: 100%
}

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

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

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

.if7Vw2 {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.if7Vw2.f0uTJH {
    clip: rect(0, auto, auto, 0)
}

.if7Vw2 .i1tH8h {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.if7Vw2 .DXi4PB {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity)
}

.if7Vw2 .DXi4PB img {
    height: 100%;
    width: 100%
}

@supports(-webkit-hyphens:none) {
    .if7Vw2.f0uTJH {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.wG8dni {
    height: 100%
}

.tcElKx {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.ImALHf,
.Ybjs9b {
    opacity: var(--fill-layer-video-opacity)
}

.UWmm3w {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.Yjj1af {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

.ImALHf {
    height: 100%;
    position: relative;
    width: 100%
}

.KCM6zk {
    opacity: var(--fill-layer-video-opacity, var(--fill-layer-image-opacity, 1))
}

.KCM6zk .DXi4PB,
.KCM6zk .ImALHf,
.KCM6zk .Ybjs9b {
    opacity: 1
}

._uqPqy {
    clip-path: var(--fill-layer-clip)
}

._uqPqy,
.eKyYhK {
    position: absolute;
    top: 0
}

._uqPqy,
.eKyYhK,
.x0mqQS img {
    height: 100%;
    width: 100%
}

.pnCr6P {
    opacity: 0
}

.blf7sp,
.pnCr6P {
    position: absolute;
    top: 0
}

.blf7sp {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.rWP3Gv {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position)
}

.Tr4n3d,
.rWP3Gv,
.wRqk6s {
    height: 100%;
    top: 0;
    width: 100%
}

.wRqk6s {
    position: absolute
}

.Tr4n3d {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports(mix-blend-mode:overlay) {
    .Tr4n3d {
        mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
    }
}

.VXAmO2 {
    --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1));
    --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
    --divider-pin-border__: min(1, calc(var(--divider-layers-pin-factor__) / -1 + 1));
    height: calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__))
}

.VXAmO2,
.VXAmO2 .dy3w_9 {
    left: 0;
    position: absolute;
    width: 100%
}

.VXAmO2 .dy3w_9 {
    --divider-layer-i__: var(--divider-layer-i, 0);
    background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom;
    background-repeat: repeat-x;
    border-bottom-style: solid;
    border-bottom-width: calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__));
    height: calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__));
    opacity: calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1))
}

.UORcXs {
    --divider-height__: var(--divider-top-height, auto);
    --divider-offset-x__: var(--divider-top-offset-x, 0px);
    --divider-layers-size__: var(--divider-top-layers-size, 0);
    --divider-layers-y__: var(--divider-top-layers-y, 0px);
    --divider-layers-x__: var(--divider-top-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
    border-top: var(--divider-top-padding, 0) solid var(--divider-top-color, currentColor);
    opacity: var(--divider-top-opacity, 1);
    top: 0;
    transform: var(--divider-top-flip, scaleY(-1))
}

.UORcXs .dy3w_9 {
    background-image: var(--divider-top-image, none);
    background-size: var(--divider-top-size, contain);
    border-color: var(--divider-top-color, currentColor);
    bottom: 0;
    filter: var(--divider-top-filter, none)
}

.UORcXs .dy3w_9[data-divider-layer="1"] {
    display: var(--divider-top-layer-1-display, block)
}

.UORcXs .dy3w_9[data-divider-layer="2"] {
    display: var(--divider-top-layer-2-display, block)
}

.UORcXs .dy3w_9[data-divider-layer="3"] {
    display: var(--divider-top-layer-3-display, block)
}

.Io4VUz {
    --divider-height__: var(--divider-bottom-height, auto);
    --divider-offset-x__: var(--divider-bottom-offset-x, 0px);
    --divider-layers-size__: var(--divider-bottom-layers-size, 0);
    --divider-layers-y__: var(--divider-bottom-layers-y, 0px);
    --divider-layers-x__: var(--divider-bottom-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor, 0);
    border-bottom: var(--divider-bottom-padding, 0) solid var(--divider-bottom-color, currentColor);
    bottom: 0;
    opacity: var(--divider-bottom-opacity, 1);
    transform: var(--divider-bottom-flip, none)
}

.Io4VUz .dy3w_9 {
    background-image: var(--divider-bottom-image, none);
    background-size: var(--divider-bottom-size, contain);
    border-color: var(--divider-bottom-color, currentColor);
    bottom: 0;
    filter: var(--divider-bottom-filter, none)
}

.Io4VUz .dy3w_9[data-divider-layer="1"] {
    display: var(--divider-bottom-layer-1-display, block)
}

.Io4VUz .dy3w_9[data-divider-layer="2"] {
    display: var(--divider-bottom-layer-2-display, block)
}

.Io4VUz .dy3w_9[data-divider-layer="3"] {
    display: var(--divider-bottom-layer-3-display, block)
}

.YzqVVZ {
    overflow: visible;
    position: relative
}

.mwF7X1 {
    backface-visibility: hidden
}

.YGilLk {
    cursor: pointer
}

.Tj01hh {
    display: block
}

.MW5IWV,
.Tj01hh {
    height: 100%;
    width: 100%
}

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

.MW5IWV.N3eg0s {
    clip: rect(0, auto, auto, 0)
}

.MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV .dLPlxY {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity)
}

.MW5IWV .dLPlxY img {
    height: 100%;
    width: 100%
}

@supports(-webkit-hyphens:none) {
    .MW5IWV.N3eg0s {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.VgO9Yg {
    height: 100%
}

.LWbAav {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.K_YxMd,
.yK6aSC {
    opacity: var(--fill-layer-video-opacity)
}

.NGjcJN {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.mNGsUM {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

.K_YxMd {
    height: 100%;
    position: relative;
    width: 100%
}

wix-media-canvas {
    display: block;
    height: 100%
}

.I8xA4L {
    opacity: var(--fill-layer-video-opacity, var(--fill-layer-image-opacity, 1))
}

.I8xA4L .K_YxMd,
.I8xA4L .dLPlxY,
.I8xA4L .yK6aSC {
    opacity: 1
}

.bX9O_S {
    clip-path: var(--fill-layer-clip)
}

.Z_wCwr,
.bX9O_S {
    position: absolute;
    top: 0
}

.Jxk_UL img,
.Z_wCwr,
.bX9O_S {
    height: 100%;
    width: 100%
}

.K8MSra {
    opacity: 0
}

.K8MSra,
.YTb3b4 {
    position: absolute;
    top: 0
}

.YTb3b4 {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.SUz0WK {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position)
}

.FNxOn5,
.SUz0WK,
.m4khSP {
    height: 100%;
    top: 0;
    width: 100%
}

.FNxOn5 {
    position: absolute
}

.m4khSP {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports(mix-blend-mode:overlay) {
    .m4khSP {
        mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
    }
}

._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(--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;
    position: relative
}

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

.RZQnmg {
    background-color: rgb(var(--color_11));
    border-radius: 50%;
    bottom: 12px;
    height: 40px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 12px;
    width: 40px
}

.RZQnmg path {
    fill: rgb(var(--color_15))
}

.RZQnmg:focus {
    cursor: auto;
    opacity: 1;
    pointer-events: auto
}

.rYiAuL {
    cursor: pointer
}

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

.OJQ_3L,
.gSXewE {
    position: absolute
}

.OJQ_3L {
    background-color: rgb(var(--color_11));
    border-radius: 300px;
    bottom: 0;
    cursor: pointer;
    height: 40px;
    margin: 16px 16px;
    opacity: 0;
    pointer-events: none;
    right: 0;
    width: 40px
}

.OJQ_3L path {
    fill: rgb(var(--color_12))
}

.OJQ_3L:focus {
    cursor: auto;
    opacity: 1;
    pointer-events: auto
}

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

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

.BI8PVQ img,
img.BI8PVQ {
    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
}


.VUs9VM {
    margin: 0 10px;
    opacity: .6
}

.m48Yht {
    height: auto !important
}

.fIxawB {
    direction: var(--direction)
}

.Ur5Vmd {
    direction: var(--item-direction);
    justify-content: var(--menu-item-align, var(--text-align, flex-start))
}

.A47Z2B {
    direction: var(--sub-menu-item-direction);
    justify-content: var(--sub-menu-item-align, var(--text-align, flex-start))
}

.IOfTmr .Z7cwZn {
    height: 100%;
    position: relative;
    width: 100%
}

.IOfTmr .E_2Q_U {
    min-width: 100%;
    position: absolute;
    visibility: hidden;
    z-index: 999
}

.IOfTmr .E_2Q_U.uf9Zs0 {
    left: calc(100% + var(--SKINS_submenuMargin, 8px) - var(--brw, 1px))
}

.IOfTmr .E_2Q_U.pYmDZK {
    right: calc(100% + var(--SKINS_submenuMargin, 8px) - var(--brw, 1px))
}

.IOfTmr .E_2Q_U.OSGBAh {
    bottom: 0
}

.IOfTmr .E_2Q_U.F8Lkq5 {
    top: 0
}

.IOfTmr .E_2Q_U:before {
    content: " ";
    height: 100%;
    left: var(--sub-menu-open-direction-left, 0);
    margin-left: calc(-1*var(--SKINS_submenuMargin, 8px));
    margin-right: calc(-1*var(--SKINS_submenuMargin, 8px));
    position: absolute;
    right: var(--sub-menu-open-direction-right, auto);
    top: 0;
    width: var(--SKINS_submenuMargin, 8px)
}

.IOfTmr .YGlZMx {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    border: solid var(--brw, 1px) rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    box-sizing: border-box;
    height: calc(var(--item-height, 50px) - var(--separator-height-adjusted, 0px));
    transition: var(--itemBGColorTrans, background-color .4s ease 0s)
}

.IOfTmr .YGlZMx.amuh9Z>.DzUZFw>.a50_l6 {
    cursor: default
}

.IOfTmr .YGlZMx.lBccMF {
    background-color: rgba(var(--bgs, var(--color_15, color_15)), var(--alpha-bgs, 1))
}

.IOfTmr .YGlZMx.lBccMF>.DzUZFw>.a50_l6 {
    color: rgb(var(--txts, var(--color_13, color_13)))
}

.IOfTmr .YGlZMx.F95vTA>.E_2Q_U {
    visibility: visible
}

.IOfTmr .YGlZMx.F95vTA:not(.amuh9Z) {
    background-color: rgba(var(--bgh, var(--color_15, color_15)), var(--alpha-bgh, 1))
}

.IOfTmr .YGlZMx.F95vTA:not(.amuh9Z)>.DzUZFw>.a50_l6 {
    color: rgb(var(--txth, var(--color_13, color_13)))
}

.IOfTmr .E_2Q_U .YGlZMx {
    background-color: rgba(var(--SKINS_bgSubmenu, var(--color_11, color_11)), var(--alpha-SKINS_bgSubmenu, 1));
    border-radius: var(--SKINS_submenuBR, 0)
}

.IOfTmr .a50_l6 {
    align-items: center;
    box-sizing: border-box;
    color: rgb(var(--txt, var(--color_15, color_15)));
    cursor: pointer;
    display: flex;
    font: var(--fnt, var(--font_1));
    height: 100%;
    padding-left: var(--textSpacing, 10px);
    padding-right: var(--textSpacing, 10px);
    position: relative;
    white-space: nowrap
}

.IOfTmr .a50_l6,
.IOfTmr .a50_l6:after {
    background-color: transparent;
    width: 100%
}

.IOfTmr .a50_l6:after {
    content: " ";
    height: var(--separator-height-adjusted, 0);
    left: 0;
    position: absolute;
    top: 100%
}

.IOfTmr .Z7cwZn .YGlZMx .a50_l6 {
    line-height: calc(var(--item-height, 50px) - var(--separator-height-adjusted, 0px))
}

.IOfTmr .E_2Q_U .a50_l6 {
    font: var(--SKINS_fntSubmenu, var(--font_1))
}

.IOfTmr .MfQCD7 {
    height: var(--separator-height-adjusted, 0);
    min-height: 0;
    width: 100%
}

.GnyZJd {
    margin: 0 10px;
    opacity: .6
}

.YaHjZs {
    height: auto !important
}

.jb6PvT .URb070 {
    height: 100%;
    position: relative;
    width: 100%
}

.jb6PvT .p2XJ7g {
    background-color: rgba(var(--SKINS_bgSubmenu, var(--color_11, color_11)), var(--alpha-SKINS_bgSubmenu, 1));
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    min-width: 100%;
    position: absolute;
    visibility: hidden;
    z-index: 999
}

.jb6PvT .p2XJ7g.tJTVTj {
    left: calc(100% + var(--SKINS_submenuMargin, 8px))
}

.jb6PvT .p2XJ7g.MkkiDc {
    right: calc(100% + var(--SKINS_submenuMargin, 8px))
}

.jb6PvT .p2XJ7g.Hd6X5Y {
    bottom: 0
}

.jb6PvT .p2XJ7g.prs6WW {
    top: 0
}

.jb6PvT .p2XJ7g:before {
    content: " ";
    height: 100%;
    left: var(--sub-menu-open-direction-left, 0);
    margin-left: calc(-1*var(--SKINS_submenuMargin, 8px));
    margin-right: calc(-1*var(--SKINS_submenuMargin, 8px));
    position: absolute;
    right: var(--sub-menu-open-direction-right, auto);
    top: 0;
    width: var(--SKINS_submenuMargin, 8px)
}

.jb6PvT .IxULAm {
    height: var(--item-height, 50px);
    transition: var(--itemBGColorTrans, background-color .4s ease 0s)
}

.jb6PvT .IxULAm.jvI0Ma>.SC2Ukt>.IkoBbi {
    cursor: default
}

.jb6PvT .IxULAm.B9LC4A>.SC2Ukt>.IkoBbi {
    color: rgb(var(--txts, var(--color_13, color_13)))
}

.jb6PvT .IxULAm.PyDAe0>.p2XJ7g {
    visibility: visible
}

.jb6PvT .IxULAm.PyDAe0:not(.jvI0Ma)>.SC2Ukt>.IkoBbi {
    color: rgb(var(--txth, var(--color_13, color_13)))
}

.jb6PvT .IkoBbi {
    align-items: center;
    box-sizing: border-box;
    color: rgb(var(--txt, var(--color_15, color_15)));
    cursor: pointer;
    display: flex;
    font: var(--fnt, var(--font_1));
    height: 100%;
    line-height: var(--item-height, 50px);
    padding-left: var(--textSpacing, 10px);
    padding-right: var(--textSpacing, 10px);
    position: relative;
    white-space: nowrap;
    width: 100%
}

.jb6PvT .p2XJ7g .IkoBbi {
    font: var(--SKINS_fntSubmenu, var(--font_1))
}


.StylableButton2545352419__root {
    -archetype: box;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 100%;
    min-height: 10px;
    min-width: 10px;
    padding: 0;
    touch-action: manipulation;
    width: 100%
}

.StylableButton2545352419__root[disabled] {
    pointer-events: none
}

.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBackgroundColor {
    background-color: var(--corvid-background-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBackgroundColor {
    background-color: var(--corvid-hover-background-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBackgroundColor {
    background-color: var(--corvid-disabled-background-color) !important
}

.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBorderColor {
    border-color: var(--corvid-border-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBorderColor {
    border-color: var(--corvid-hover-border-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBorderColor {
    border-color: var(--corvid-disabled-border-color) !important
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderRadius {
    border-radius: var(--corvid-border-radius) !important
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderWidth {
    border-width: var(--corvid-border-width) !important
}

.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor,
.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor .StylableButton2545352419__label {
    color: var(--corvid-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor,
.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor .StylableButton2545352419__label {
    color: var(--corvid-hover-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor,
.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor .StylableButton2545352419__label {
    color: var(--corvid-disabled-color) !important
}

.StylableButton2545352419__link {
    -archetype: box;
    box-sizing: border-box;
    color: #000;
    text-decoration: none
}

.StylableButton2545352419__container {
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 1;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    transition: all .2s ease, visibility 0s;
    width: 100%
}

.StylableButton2545352419__label {
    -archetype: text;
    -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(first);
    max-width: 100%;
    min-width: 1.8em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    transition: inherit;
    white-space: nowrap
}

.StylableButton2545352419__root.StylableButton2545352419--isMaxContent .StylableButton2545352419__label {
    text-overflow: unset
}

.StylableButton2545352419__root.StylableButton2545352419--isWrapText .StylableButton2545352419__label {
    min-width: 10px;
    overflow-wrap: break-word;
    white-space: break-spaces;
    word-break: break-word
}

.StylableButton2545352419__icon {
    -archetype: icon;
    -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(last);
    flex-shrink: 0;
    height: 50px;
    min-width: 1px;
    transition: inherit
}

.StylableButton2545352419__icon.StylableButton2545352419--override {
    display: block !important
}

.StylableButton2545352419__icon svg,
.StylableButton2545352419__icon>span {
    display: flex;
    height: inherit;
    width: inherit
}

.StylableButton2545352419__root:not(:hover):not([disalbed]).StylableButton2545352419--hasIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-icon-color) !important;
    stroke: var(--corvid-icon-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-hover-icon-color) !important;
    stroke: var(--corvid-hover-icon-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-disabled-icon-color) !important;
    stroke: var(--corvid-disabled-icon-color) !important
}

.b5zn61 {
    background: var(--background);
    border-bottom: var(--border-bottom);
    border-bottom-left-radius: var(--border-bottom-left-radius);
    border-bottom-right-radius: var(--border-bottom-right-radius);
    border-left: var(--border-left);
    border-right: var(--border-right);
    border-top: var(--border-top);
    border-top-left-radius: var(--border-top-left-radius);
    border-top-right-radius: var(--border-top-right-radius);
    box-shadow: var(--box-shadow);
    box-sizing: border-box;
    cursor: pointer;
    direction: var(--btn-direction);
    display: block;
    height: 100%;
    min-height: 10px;
    min-width: var(--btn-min-width);
    padding-bottom: var(--padding-bottom);
    padding-left: var(--padding-left);
    padding-right: var(--padding-right);
    padding-top: var(--padding-top);
    touch-action: manipulation;
    width: 100%
}

.b5zn61.kRkc5Y:not(:hover):not(:disabled) {
    border-color: var(--corvid-border-color, initial)
}

.b5zn61.oAOb11:not(:hover):not(:disabled) {
    background-color: var(--corvid-background-color, var(--background))
}

.b5zn61 [data-preview=hover],
.b5zn61:hover {
    background: var(--hover-background, var(--background));
    border-bottom: var(--hover-border-bottom, var(--border-bottom));
    border-bottom-left-radius: var(--hover-border-bottom-left-radius, var(--border-bottom-left-radius));
    border-bottom-right-radius: var(--hover-border-bottom-right-radius, var(--border-bottom-right-radius));
    border-left: var(--hover-border-left, var(--border-left));
    border-right: var(--hover-border-right, var(--border-right));
    border-top: var(--hover-border-top, var(--border-top));
    border-top-left-radius: var(--hover-border-top-left-radius, var(--border-top-left-radius));
    border-top-right-radius: var(--hover-border-top-right-radius, var(--border-top-right-radius));
    box-shadow: var(--hover-box-shadow, var(--box-shadow));
    padding-bottom: var(--hover-padding-bottom, var(--padding-bottom));
    padding-left: var(--hover-padding-left, var(--padding-left));
    padding-right: var(--hover-padding-right, var(--padding-right));
    padding-top: var(--hover-padding-top, var(--padding-top))
}

.b5zn61.vOCSHf:hover:not(:disabled) {
    border-color: var(--corvid-hover-border-color, initial)
}

.b5zn61.S1KgBG:hover:not(:disabled) {
    background-color: var(--corvid-hover-background-color, var(--hover-background, var(--background)))
}

.b5zn61 [data-preview=disabled],
.b5zn61:disabled {
    background: var(--disabled-background, var(--background));
    border-bottom: var(--disabled-border-bottom, var(--border-bottom));
    border-bottom-left-radius: var(--disabled-border-bottom-left-radius, var(--border-bottom-left-radius));
    border-bottom-right-radius: var(--disabled-border-bottom-right-radius, var(--border-bottom-right-radius));
    border-left: var(--disabled-border-left, var(--border-left));
    border-right: var(--disabled-border-right, var(--border-right));
    border-top: var(--disabled-border-top, var(--border-top));
    border-top-left-radius: var(--disabled-border-top-left-radius, var(--border-top-left-radius));
    border-top-right-radius: var(--disabled-border-top-right-radius, var(--border-top-right-radius));
    box-shadow: var(--disabled-box-shadow, var(--box-shadow));
    padding-bottom: var(--disabled-padding-bottom, var(--padding-bottom));
    padding-left: var(--disabled-padding-left, var(--padding-left));
    padding-right: var(--disabled-padding-right, var(--padding-right));
    padding-top: var(--disabled-padding-top, var(--padding-top))
}

.b5zn61.n4G1gL:disabled:not(:hover) {
    border-color: var(--corvid-disabled-border-color, initial)
}

.b5zn61.fagXcI:disabled:not(:hover) {
    background-color: var(--corvid-disabled-background-color, var(--disabled-background, var(--background)))
}

.Q_1B5v {
    background-color: rgba(var(--text-highlight, 0, 0, 0), var(--alpha-text-highlight, 0));
    color: rgba(var(--color, var(--color_0, color_0)), var(--alpha-color, 1));
    direction: var(--direction);
    display: var(--label-display);
    font: var(--font, var(--font_8));
    letter-spacing: var(--letter-spacing);
    line-height: var(--line-height);
    max-width: 100%;
    min-width: 1.8em;
    overflow: hidden;
    text-align: var(--text-align, revert);
    text-decoration-line: var(--text-decoration);
    text-overflow: var(--label-text-overflow);
    text-shadow: var(--text-outline), var(--text-shadow);
    text-transform: var(--text-transform);
    transition: inherit;
    white-space: var(--label-white-space)
}

.b5zn61.lKBJfO:not(:hover):not(:disabled) .Q_1B5v {
    color: var(--corvid-color, rgba(var(--color, var(--color_0, color_0)), var(--alpha-color, 1)))
}

.b5zn61 [data-preview=hover] .Q_1B5v,
.b5zn61:hover .Q_1B5v {
    background-color: rgba(var(--hover-text-highlight, var(--text-highlight)), var(--alpha-hover-text-highlight, 1));
    color: rgba(var(--hover-color, var(--color)), var(--alpha-hover-color, 1));
    direction: var(--hover-direction, var(--direction));
    display: var(--hover-label-display, var(--label-display));
    font: var(--hover-font, var(--font));
    letter-spacing: var(--hover-letter-spacing, var(--letter-spacing));
    line-height: var(--hover-line-height, var(--line-height));
    text-align: var(--hover-text-align, var(--text-align, revert));
    text-decoration-line: var(--hover-text-decoration, var(--text-decoration));
    text-shadow: var(--hover-text-outline, var(--text-outline)), var(--hover-text-shadow, var(--text-shadow));
    text-transform: var(--hover-text-transform, var(--text-transform))
}

.b5zn61.EgnLMx:hover:not(:disabled) .Q_1B5v {
    color: var(--corvid-hover-color, rgba(var(--hover-color, var(--color)), var(--alpha-hover-color, 1)))
}

.b5zn61 [data-preview=disabled] .Q_1B5v,
.b5zn61:disabled .Q_1B5v {
    background-color: rgba(var(--disabled-text-highlight, var(--text-highlight)), var(--alpha-disabled-text-highlight, 1));
    color: rgba(var(--disabled-color, var(--color)), var(--alpha-disabled-color, 1));
    direction: var(--disabled-direction, var(--direction));
    display: var(--disabled-label-display, var(--label-display));
    font: var(--disabled-font, var(--font));
    letter-spacing: var(--disabled-letter-spacing, var(--letter-spacing));
    line-height: var(--disabled-line-height, var(--line-height));
    text-align: var(--disabled-text-align, var(--text-align, revert));
    text-decoration-line: var(--disabled-text-decoration, var(--text-decoration));
    text-shadow: var(--disabled-text-outline, var(--text-outline)), var(--disabled-text-shadow, var(--text-shadow));
    text-transform: var(--disabled-text-transform, var(--text-transform))
}

.b5zn61.Z8I3Qb:disabled:not(:hover) .Q_1B5v {
    color: var(--corvid-disabled-color, rgba(var(--disabled-color, var(--color)), var(--alpha-disabled-color, 1)))
}

.boASKT {
    box-sizing: border-box;
    color: #000;
    text-decoration: none
}

.PlliFI {
    align-items: var(--container-align-items);
    display: flex;
    flex-basis: auto;
    flex-direction: var(--container-flex-direction);
    flex-grow: 1;
    gap: var(--content-gap, "0px");
    height: 100%;
    justify-content: var(--container-justify-content);
    overflow: hidden;
    transition: all .4s ease, visibility 0s;
    width: 100%
}

.UHJG9m {
    fill: var(--icon-color);
    display: var(--icon-display);
    flex-shrink: 0;
    height: var(--icon-size);
    min-width: 1px;
    transform: rotate(calc(var(--icon-rotation) * 1deg));
    transition: inherit;
    width: var(--icon-size)
}

.b5zn61.cFMwDV:not(:hover):not(:disabled) .UHJG9m {
    fill: var(--corvid-icon-color, var(--icon-color))
}

.b5zn61 [data-preview=hover] .UHJG9m,
.b5zn61:hover .UHJG9m {
    fill: var(--hover-icon-color, var(--icon-color));
    display: var(--hover-icon-display, var(--icon-display));
    height: var(--hover-icon-size, var(--icon-size));
    transform: rotate(calc(var(--hover-icon-rotation, var(--icon-rotation)) * 1deg));
    width: var(--hover-icon-size, var(--icon-size))
}

.b5zn61.xizV0v:hover:not(:disabled) .UHJG9m {
    fill: var(--corvid-hover-icon-color, var(--hover-icon-color, var(--icon-color)))
}

.b5zn61 [data-preview=disabled] .UHJG9m,
.b5zn61:disabled .UHJG9m {
    fill: var(--disabled-icon-color, var(--icon-color));
    display: var(--disabled-icon-display, var(--icon-display));
    height: var(--disabled-icon-size, var(--icon-size));
    transform: rotate(calc(var(--disabled-icon-rotation, var(--icon-rotation)) * 1deg));
    width: var(--disabled-icon-size, var(--icon-size))
}

.b5zn61.cOr5EQ:disabled:not(:hover) .UHJG9m {
    fill: var(--corvid-disabled-icon-color, var(--disabled-icon-color, var(--icon-color)))
}

.UHJG9m svg,
.UHJG9m>span {
    display: flex;
    height: inherit;
    width: inherit
}

.DPAltb {
    background: var(--background);
    border-bottom: var(--border-bottom);
    border-bottom-left-radius: var(--border-bottom-left-radius);
    border-bottom-right-radius: var(--border-bottom-right-radius);
    border-left: var(--border-left);
    border-right: var(--border-right);
    border-top: var(--border-top);
    border-top-left-radius: var(--border-top-left-radius);
    border-top-right-radius: var(--border-top-right-radius);
    box-shadow: var(--box-shadow);
    box-sizing: border-box;
    cursor: pointer;
    direction: var(--btn-direction);
    display: block;
    height: 100%;
    min-height: 10px;
    min-width: var(--btn-min-width);
    padding-bottom: var(--padding-bottom);
    padding-left: var(--padding-left);
    padding-right: var(--padding-right);
    padding-top: var(--padding-top);
    touch-action: manipulation;
    width: 100%
}

.DPAltb.HJQL50:not(:hover):not(:disabled) {
    border-color: var(--corvid-border-color, initial)
}

.DPAltb.JYQq3z:not(:hover):not(:disabled) {
    background-color: var(--corvid-background-color, var(--background))
}

.DPAltb [data-preview=hover],
.DPAltb:hover {
    background: var(--hover-background, var(--background));
    border-bottom: var(--hover-border-bottom, var(--border-bottom));
    border-bottom-left-radius: var(--hover-border-bottom-left-radius, var(--border-bottom-left-radius));
    border-bottom-right-radius: var(--hover-border-bottom-right-radius, var(--border-bottom-right-radius));
    border-left: var(--hover-border-left, var(--border-left));
    border-right: var(--hover-border-right, var(--border-right));
    border-top: var(--hover-border-top, var(--border-top));
    border-top-left-radius: var(--hover-border-top-left-radius, var(--border-top-left-radius));
    border-top-right-radius: var(--hover-border-top-right-radius, var(--border-top-right-radius));
    box-shadow: var(--hover-box-shadow, var(--box-shadow));
    padding-bottom: var(--hover-padding-bottom, var(--padding-bottom));
    padding-left: var(--hover-padding-left, var(--padding-left));
    padding-right: var(--hover-padding-right, var(--padding-right));
    padding-top: var(--hover-padding-top, var(--padding-top))
}

.DPAltb.lpKmSx:hover:not(:disabled) {
    border-color: var(--corvid-hover-border-color, initial)
}

.DPAltb.bk6HFS:hover:not(:disabled) {
    background-color: var(--corvid-hover-background-color, var(--hover-background, var(--background)))
}

.DPAltb [data-preview=disabled],
.DPAltb:disabled {
    background: var(--disabled-background, var(--background));
    border-bottom: var(--disabled-border-bottom, var(--border-bottom));
    border-bottom-left-radius: var(--disabled-border-bottom-left-radius, var(--border-bottom-left-radius));
    border-bottom-right-radius: var(--disabled-border-bottom-right-radius, var(--border-bottom-right-radius));
    border-left: var(--disabled-border-left, var(--border-left));
    border-right: var(--disabled-border-right, var(--border-right));
    border-top: var(--disabled-border-top, var(--border-top));
    border-top-left-radius: var(--disabled-border-top-left-radius, var(--border-top-left-radius));
    border-top-right-radius: var(--disabled-border-top-right-radius, var(--border-top-right-radius));
    box-shadow: var(--disabled-box-shadow, var(--box-shadow));
    padding-bottom: var(--disabled-padding-bottom, var(--padding-bottom));
    padding-left: var(--disabled-padding-left, var(--padding-left));
    padding-right: var(--disabled-padding-right, var(--padding-right));
    padding-top: var(--disabled-padding-top, var(--padding-top))
}

.DPAltb.ivX9Rv:disabled:not(:hover) {
    border-color: var(--corvid-disabled-border-color, initial)
}

.DPAltb.E9JJpO:disabled:not(:hover) {
    background-color: var(--corvid-disabled-background-color, var(--disabled-background, var(--background)))
}

.gIbEBg {
    background-color: rgba(var(--text-highlight, 0, 0, 0), var(--alpha-text-highlight, 0));
    color: rgba(var(--color, var(--color_0, color_0)), var(--alpha-color, 1));
    direction: var(--direction);
    display: var(--label-display);
    font: var(--font, var(--font_8));
    letter-spacing: var(--letter-spacing);
    line-height: var(--line-height);
    max-width: 100%;
    min-width: 1.8em;
    overflow: hidden;
    text-align: var(--text-align, revert);
    text-decoration-line: var(--text-decoration);
    text-overflow: var(--label-text-overflow);
    text-shadow: var(--text-outline), var(--text-shadow);
    text-transform: var(--text-transform);
    transition: inherit;
    white-space: var(--label-white-space)
}

.DPAltb.spiv_Z:not(:hover):not(:disabled) .gIbEBg {
    color: var(--corvid-color, rgba(var(--color, var(--color_0, color_0)), var(--alpha-color, 1)))
}

.DPAltb [data-preview=hover] .gIbEBg,
.DPAltb:hover .gIbEBg {
    background-color: rgba(var(--hover-text-highlight, var(--text-highlight)), var(--alpha-hover-text-highlight, 1));
    color: rgba(var(--hover-color, var(--color)), var(--alpha-hover-color, 1));
    direction: var(--hover-direction, var(--direction));
    display: var(--hover-label-display, var(--label-display));
    font: var(--hover-font, var(--font));
    letter-spacing: var(--hover-letter-spacing, var(--letter-spacing));
    line-height: var(--hover-line-height, var(--line-height));
    text-align: var(--hover-text-align, var(--text-align, revert));
    text-decoration-line: var(--hover-text-decoration, var(--text-decoration));
    text-shadow: var(--hover-text-outline, var(--text-outline)), var(--hover-text-shadow, var(--text-shadow));
    text-transform: var(--hover-text-transform, var(--text-transform))
}

.DPAltb.pkDIbl:hover:not(:disabled) .gIbEBg {
    color: var(--corvid-hover-color, rgba(var(--hover-color, var(--color)), var(--alpha-hover-color, 1)))
}

.DPAltb [data-preview=disabled] .gIbEBg,
.DPAltb:disabled .gIbEBg {
    background-color: rgba(var(--disabled-text-highlight, var(--text-highlight)), var(--alpha-disabled-text-highlight, 1));
    color: rgba(var(--disabled-color, var(--color)), var(--alpha-disabled-color, 1));
    direction: var(--disabled-direction, var(--direction));
    display: var(--disabled-label-display, var(--label-display));
    font: var(--disabled-font, var(--font));
    letter-spacing: var(--disabled-letter-spacing, var(--letter-spacing));
    line-height: var(--disabled-line-height, var(--line-height));
    text-align: var(--disabled-text-align, var(--text-align, revert));
    text-decoration-line: var(--disabled-text-decoration, var(--text-decoration));
    text-shadow: var(--disabled-text-outline, var(--text-outline)), var(--disabled-text-shadow, var(--text-shadow));
    text-transform: var(--disabled-text-transform, var(--text-transform))
}

.DPAltb.FOmtsV:disabled:not(:hover) .gIbEBg {
    color: var(--corvid-disabled-color, rgba(var(--disabled-color, var(--color)), var(--alpha-disabled-color, 1)))
}

.OoFUKI {
    box-sizing: border-box;
    color: #000;
    text-decoration: none
}

.wpLgnL {
    align-items: var(--container-align-items);
    display: flex;
    flex-basis: auto;
    flex-direction: var(--container-flex-direction);
    flex-grow: 1;
    gap: var(--content-gap, "0px");
    height: 100%;
    justify-content: var(--container-justify-content);
    overflow: hidden;
    transition: all .4s ease, visibility 0s;
    width: 100%
}

.HvvH6i {
    fill: var(--icon-color);
    display: var(--icon-display);
    flex-shrink: 0;
    height: var(--icon-size);
    min-width: 1px;
    transform: rotate(calc(var(--icon-rotation) * 1deg));
    transition: inherit;
    width: var(--icon-size)
}

.DPAltb.EENh5d:not(:hover):not(:disabled) .HvvH6i {
    fill: var(--corvid-icon-color, var(--icon-color))
}

.DPAltb [data-preview=hover] .HvvH6i,
.DPAltb:hover .HvvH6i {
    fill: var(--hover-icon-color, var(--icon-color));
    display: var(--hover-icon-display, var(--icon-display));
    height: var(--hover-icon-size, var(--icon-size));
    transform: rotate(calc(var(--hover-icon-rotation, var(--icon-rotation)) * 1deg));
    width: var(--hover-icon-size, var(--icon-size))
}

.DPAltb.tN8hsm:hover:not(:disabled) .HvvH6i {
    fill: var(--corvid-hover-icon-color, var(--hover-icon-color, var(--icon-color)))
}

.DPAltb [data-preview=disabled] .HvvH6i,
.DPAltb:disabled .HvvH6i {
    fill: var(--disabled-icon-color, var(--icon-color));
    display: var(--disabled-icon-display, var(--icon-display));
    height: var(--disabled-icon-size, var(--icon-size));
    transform: rotate(calc(var(--disabled-icon-rotation, var(--icon-rotation)) * 1deg));
    width: var(--disabled-icon-size, var(--icon-size))
}

.DPAltb.lVrFcO:disabled:not(:hover) .HvvH6i {
    fill: var(--corvid-disabled-icon-color, var(--disabled-icon-color, var(--icon-color)))
}

.HvvH6i svg,
.HvvH6i>span {
    display: flex;
    height: inherit;
    width: inherit
}

.HamburgerMenuContainer502174924__root {
    -archetype: paintBox;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.sR1W7T {
    opacity: var(--hamburger-menu-container-initial-opacity)
}

.sR1W7T>* {
    transform: var(--hamburger-menu-container-initial-transform)
}

.sR1W7T[data-animation-name=revealFromRight] {
    clip-path: inset(0)
}

.sR1W7T[data-animation-name=revealFromRight]>* {
    transition: transform .4s cubic-bezier(.645, .045, .355, 1)
}

.sR1W7T[data-animation-name=revealFromRight][data-animation-state=enterActive]>*,
.sR1W7T[data-animation-name=revealFromRight][data-animation-state=enterDone]>* {
    transform: translateX(0)
}

.sR1W7T[data-animation-name=fadeIn] {
    transition: opacity .4s cubic-bezier(.645, .045, .355, 1)
}

.sR1W7T[data-animation-name=fadeIn][data-animation-state=enterActive],
.sR1W7T[data-animation-name=fadeIn][data-animation-state=enterDone] {
    opacity: 1
}

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

.YZgQBw {
    align-items: center;
    display: flex;
    flex-direction: var(--container-flex-direction);
    flex-wrap: nowrap;
    gap: var(--menu-items-main-axis-gap)
}

.YZgQBw,
.djGpM3 {
    flex-grow: var(--menu-items-flex-grow)
}

.djGpM3 {
    display: var(--item-wrapper-display);
    height: var(--menu-item-wrapper-height);
    justify-content: var(--container-align);
    width: var(--item-wrapper-width)
}

.oU_31J {
    align-items: center;
    background: var(--item-background);
    border-bottom: var(--item-border-bottom);
    border-left: var(--item-border-left);
    border-radius: var(--item-border-radius);
    border-right: var(--item-border-right);
    border-top: var(--item-border-top);
    box-shadow: var(--item-box-shadow);
    box-sizing: border-box;
    display: flex;
    gap: var(--spacing-between-label-and-dropdown-icon);
    height: 100%;
    justify-content: var(--item-text-align);
    padding: var(--item-vertical-padding) var(--item-horizontal-padding);
    position: relative;
    width: var(--item-width)
}

.oU_31J[data-interactive=true]:hover,
.oU_31J[data-preview=hover],
[data-open]:not([data-animation-state=exitActive]):not([data-animation-state=exitDone])>.djGpM3>.oU_31J {
    background: var(--item-hover-background, var(--item-background));
    border-bottom: var(--item-hover-border-bottom, var(--item-border-bottom));
    border-left: var(--item-hover-border-left, var(--item-border-left));
    border-radius: var(--item-hover-border-radius, var(--item-border-radius));
    border-right: var(--item-hover-border-right, var(--item-border-right));
    border-top: var(--item-hover-border-top, var(--item-border-top));
    box-shadow: var(--item-hover-box-shadow, var(--item-box-shadow))
}

.oU_31J[data-interactive=true]:hover .xeYvd7,
.oU_31J[data-preview=hover] .xeYvd7,
[data-open]:not([data-animation-state=exitActive]):not([data-animation-state=exitDone])>.djGpM3>.oU_31J .xeYvd7 {
    background-color: var(--item-hover-text-highlight, var(--item-text-highlight));
    color: var(--item-hover-color, var(--item-color));
    line-height: var(--item-line-height);
    text-decoration-line: var(--item-hover-text-decoration, var(--item-text-decoration));
    text-shadow: var(--item-hover-text-outline, var(--item-text-outline)), var(--item-hover-text-shadow, var(--item-text-shadow))
}

.oU_31J[data-interactive=true]:hover path,
.oU_31J[data-preview=hover] path,
[data-open]:not([data-animation-state=exitActive]):not([data-animation-state=exitDone])>.djGpM3>.oU_31J path {
    fill: var(--item-hover-icon-color, var(--item-icon-color, currentcolor))
}

.oU_31J[data-preview=selected],
.oU_31J[data-selected] {
    background: var(--item-selected-background, var(--item-background));
    border-bottom: var(--item-selected-border-bottom, var(--item-border-bottom));
    border-left: var(--item-selected-border-left, var(--item-border-left));
    border-radius: var(--item-selected-border-radius, var(--item-border-radius));
    border-right: var(--item-selected-border-right, var(--item-border-right));
    border-top: var(--item-selected-border-top, var(--item-border-top));
    box-shadow: var(--item-selected-box-shadow, var(--item-box-shadow))
}

.oU_31J[data-preview=selected] .xeYvd7,
.oU_31J[data-selected] .xeYvd7 {
    background-color: var(--item-selected-text-highlight, var(--item-text-highlight));
    color: var(--item-selected-color, var(--item-color));
    line-height: var(--item-line-height);
    text-decoration-line: var(--item-selected-text-decoration, var(--item-text-decoration));
    text-shadow: var(--item-selected-text-outline, var(--item-text-outline)), var(--item-selected-text-shadow, var(--item-text-shadow))
}

.oU_31J[data-preview=selected] path,
.oU_31J[data-selected] path {
    fill: var(--item-selected-icon-color, var(--item-icon-color, currentcolor))
}

.oU_31J>a:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.xeYvd7 {
    background-color: var(--item-text-highlight);
    color: var(--item-color);
    direction: var(--item-direction);
    font: var(--item-font, font_6);
    letter-spacing: var(--item-letter-spacing);
    line-height: var(--item-line-height);
    text-decoration-line: var(--item-text-decoration);
    text-shadow: var(--item-text-outline), var(--item-text-shadow);
    text-transform: var(--item-text-transform);
    white-space: nowrap
}

.TNsPxD {
    --computed-anchor: var(--anchor, var(--dropdown-anchor));
    --computed-align: var(--align, var(--dropdown-align));
    --computed-space-above: var(--space-above, var(--dropdown-space-above));
    --computed-horizontal-margin: var(--horizontal-margin, var(--dropdown-horizontal-margin));
    --before-el-top: calc(-1 * var(--computed-space-above));
    display: none !important;
    inset: auto !important;
    left: var(--dropdown-left) !important;
    margin-top: var(--computed-space-above) !important;
    position: absolute !important;
    visibility: hidden;
    z-index: var(--above-all-z-index)
}

.TNsPxD:before {
    content: "";
    display: block;
    height: var(--computed-space-above);
    position: absolute;
    top: var(--before-el-top);
    width: 100%
}

.TNsPxD[data-open=true] {
    visibility: visible
}

.YZgQBw[data-open=calculating] .TNsPxD,
.YZgQBw[data-open=true] .TNsPxD {
    display: grid !important
}

.okY9U1 {
    cursor: pointer;
    display: var(--item-icon-display, flex)
}

.okY9U1 svg {
    height: var(--item-icon-size);
    width: var(--item-icon-size)
}

.okY9U1 path {
    fill: var(--item-icon-color, currentcolor)
}

.okY9U1.DVFVut:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

#SITE_CONTAINER.focus-ring-active .okY9U1:focus:before {
    outline: 2px solid #116dff;
    outline-offset: 1px
}

.okY9U1.VDxzQG {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    display: var(--sr-only-item-icon-display, flex);
    position: absolute
}

.okY9U1.VDxzQG:active,
.okY9U1.VDxzQG:focus {
    clip-path: unset;
    position: static
}

.EX5Ksz[data-open] {
    transform: rotate(-180deg)
}

.RAdtUj {
    display: var(--vertical-expand-collapse-display, var(--item-icon-display, flex))
}

.okY9U1:not(.DVFVut):not(.VDxzQG) {
    position: relative
}

.okY9U1:not(.DVFVut):before {
    content: "";
    height: max(100%, 24px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: max(var(--item-icon-size), 24px)
}

.cf3HLb {
    display: var(--horizontal-menu-dropdown-display, block)
}

.UUkylQ {
    display: var(--vertical-menu-dropdown-display);
    margin-top: calc(var(--menu-items-main-axis-gap, 0)*-1);
    width: 100%
}

.zIlxcF {
    --computed-space-above: var(--space-above, var(--dropdown-space-above));
    height: var(--vertical-dropdown-height);
    margin-top: var(--vertical-dropdown-height, var(--computed-space-above)) !important;
    visibility: var(--vertical-dropdown-visibility)
}

.mafHsF .zIlxcF {
    height: unset;
    margin-top: var(--computed-space-above) !important;
    visibility: unset
}

.yRGvfY {
    align-self: stretch;
    border-left: var(--horizontal-menu-item-divider, none);
    border-top: var(--vertical-menu-item-divider, none);
    display: var(--divider-display, none)
}

.YZgQBw:last-child .yRGvfY {
    display: none
}

.iYypXb {
    background: var(--container-background, var(--dropdown-menu-container-background));
    border-bottom: var(--container-border-bottom, var(--dropdown-menu-container-border-bottom));
    border-left: var(--container-border-left, var(--dropdown-menu-container-border-left));
    border-radius: var(--container-border-radius, var(--dropdown-menu-container-border-radius));
    border-right: var(--container-border-right, var(--dropdown-menu-container-border-right));
    border-top: var(--container-border-top, var(--dropdown-menu-container-border-top));
    box-shadow: var(--container-box-shadow, var(--dropdown-menu-container-box-shadow));
    box-sizing: border-box;
    direction: var(--submenu-direction, var(--dropdown-menu-direction, var(--direction)));
    min-width: -moz-min-content !important;
    min-width: min-content !important;
    padding: var(--container-vertical-padding, var(--dropdown-menu-container-padding-top, var(--dropdown-menu-container-vertical-padding))) var(--container-horizontal-padding, var(--dropdown-menu-container-padding-right, var(--dropdown-menu-container-horizontal-padding))) var(--container-vertical-padding, var(--dropdown-menu-container-padding-bottom, var(--dropdown-menu-container-vertical-padding))) var(--container-horizontal-padding, var(--dropdown-menu-container-padding-left, var(--dropdown-menu-container-horizontal-padding)));
    text-align: var(--align, var(--dropdown-menu-align))
}

.XtDqne {
    --rows-number: calc((var(--items-number) / $columns-number) + 0.49);
    -moz-column-gap: var(--item-horizontal-spacing, var(--dropdown-menu-item-horizontal-spacing));
    column-gap: var(--item-horizontal-spacing, var(--dropdown-menu-item-horizontal-spacing));
    display: grid;
    grid-template-columns: repeat(var(--columns-number, var(--dropdown-menu-columns-number)), 1fr);
    grid-template-rows: repeat(var(--rows-number), auto);
    row-gap: var(--item-vertical-spacing, var(--dropdown-menu-item-vertical-spacing))
}

@supports(width:round(1.9px, 1px)) {
    .XtDqne {
        --rows-number: calc(round(up, var(--items-number) / $columns-number))
    }
}

.Nspbxw {
    display: flex;
    flex-direction: column;
    gap: var(--sub-items-vertical-spacing-between, var(--dropdown-menu-sub-items-vertical-spacing-between));
    margin-top: var(--sub-items-vertical-spacing-before, var(--dropdown-menu-sub-items-vertical-spacing-before))
}

.vXnpjR {
    width: 100%
}

.uTHWho {
    background: var(--item-background, var(--dropdown-menu-item-background));
    border-bottom: var(--item-border-bottom, var(--dropdown-menu-item-border-bottom));
    border-left: var(--item-border-left, var(--dropdown-menu-item-border-left));
    border-radius: var(--item-border-radius, var(--dropdown-menu-item-border-radius));
    border-right: var(--item-border-right, var(--dropdown-menu-item-border-right));
    border-top: var(--item-border-top, var(--dropdown-menu-item-border-top));
    box-shadow: var(--item-box-shadow, var(--dropdown-menu-item-box-shadow));
    color: var(--item-color, var(--dropdown-menu-item-color));
    direction: var(--submenu-item-direction, var(--submenu-direction, var(--dropdown-menu-sub-item-direction, var(--dropdown-menu-direction, var(--direction)))));
    display: block;
    font: var(--item-font, var(--dropdown-menu-item-font, var(--font_7)));
    letter-spacing: var(--item-letter-spacing, var(--dropdown-menu-item-letter-spacing));
    line-height: var(--item-line-height, var(--dropdown-menu-item-line-height));
    padding: var(--item-vertical-padding, var(--dropdown-menu-item-vertical-padding)) var(--item-horizontal-padding, var(--dropdown-menu-item-horizontal-padding));
    text-align: var(--item-align, var(--align, var(--dropdown-menu-item-align, var(--dropdown-menu-align))));
    text-decoration-line: var(--item-text-decoration, var(--dropdown-menu-item-text-decoration));
    text-shadow: var(--item-text-outline, var(--dropdown-menu-item-text-outline)), var(--item-text-shadow, var(--dropdown-menu-item-text-shadow));
    text-transform: var(--item-text-transform, var(--dropdown-menu-item-text-transform))
}

.uTHWho.iJI7uP,
.uTHWho[data-preview=selected] {
    background: var(--item-selected-background, var(--item-background, var(--dropdown-menu-item-selected-background, var(--dropdown-menu-item-background))));
    border-bottom: var(--item-selected-border-bottom, var(--item-border-bottom, var(--dropdown-menu-item-selected-border-bottom, var(--dropdown-menu-item-border-bottom))));
    border-left: var(--item-selected-border-left, var(--item-border-left, var(--dropdown-menu-item-selected-border-left, var(--dropdown-menu-item-border-left))));
    border-radius: var(--item-selected-border-radius, var(--item-border-radius, var(--dropdown-menu-item-selected-border-radius, var(--dropdown-menu-item-border-radius))));
    border-right: var(--item-selected-border-right, var(--item-border-right, var(--dropdown-menu-item-selected-border-right, var(--dropdown-menu-item-border-right))));
    border-top: var(--item-selected-border-top, var(--item-border-top, var(--dropdown-menu-item-selected-border-top, var(--dropdown-menu-item-border-top))));
    box-shadow: var(--item-selected-box-shadow, var(--item-box-shadow, var(--dropdown-menu-item-selected-box-shadow, var(--dropdown-menu-item-box-shadow))));
    color: var(--item-selected-color, var(--item-color, var(--dropdown-menu-item-selected-color, var(--dropdown-menu-item-color))));
    font: var(--item-selected-font, var(--item-font, var(--dropdown-menu-item-selected-font, var(--dropdown-menu-item-font))));
    letter-spacing: var(--item-selected-letter-spacing, var(--item-letter-spacing, var(--dropdown-menu-item-selected-letter-spacing, var(--dropdown-menu-item-letter-spacing))));
    line-height: var(--item-selected-line-height, var(--item-line-height, var(--dropdown-menu-item-selected-line-height, var(--dropdown-menu-item-line-height))));
    text-decoration-line: var(--item-selected-text-decoration, var(--item-text-decoration, var(--dropdown-menu-item-selected-text-decoration, var(--dropdown-menu-item-text-decoration))));
    text-shadow: var(--item-selected-text-outline, var(--item-text-outline, var(--dropdown-menu-item-selected-text-outline, var(--dropdown-menu-item-text-outline)))), var(--item-selected-text-shadow, var(--item-text-shadow, var(--dropdown-menu-item-selected-text-shadow, var(--dropdown-menu-item-text-shadow))));
    text-transform: var(--item-selected-text-transform, var(--item-text-transform, var(--dropdown-menu-item-selected-text-transform, var(--dropdown-menu-item-text-transform))))
}

.uTHWho.iJI7uP .jArlJY,
.uTHWho[data-preview=selected] .jArlJY {
    background-color: var(--item-selected-text-highlight, var(--item-text-highlight, var(--dropdown-menu-item-selected-text-highlight, var(--dropdown-menu-item-text-highlight))))
}

.uTHWho:hover,
.uTHWho[data-preview=hover] {
    background: var(--item-hover-background, var(--item-background, var(--dropdown-menu-item-hover-background, var(--dropdown-menu-item-background))));
    border-bottom: var(--item-hover-border-bottom, var(--item-border-bottom, var(--dropdown-menu-item-hover-border-bottom, var(--dropdown-menu-item-border-bottom))));
    border-left: var(--item-hover-border-left, var(--item-border-left, var(--dropdown-menu-item-hover-border-left, var(--dropdown-menu-item-border-left))));
    border-radius: var(--item-hover-border-radius, var(--item-border-radius, var(--dropdown-menu-item-hover-border-radius, var(--dropdown-menu-item-border-radius))));
    border-right: var(--item-hover-border-right, var(--item-border-right, var(--dropdown-menu-item-hover-border-right, var(--dropdown-menu-item-border-right))));
    border-top: var(--item-hover-border-top, var(--item-border-top, var(--dropdown-menu-item-hover-border-top, var(--dropdown-menu-item-border-top))));
    box-shadow: var(--item-hover-box-shadow, var(--item-box-shadow, var(--dropdown-menu-item-hover-box-shadow, var(--dropdown-menu-item-box-shadow))));
    color: var(--item-hover-color, var(--item-color, var(--dropdown-menu-item-hover-color, var(--dropdown-menu-item-color))));
    font: var(--item-hover-font, var(--item-font, var(--dropdown-menu-item-hover-font, var(--dropdown-menu-item-font))));
    letter-spacing: var(--item-hover-letter-spacing, var(--item-letter-spacing, var(--dropdown-menu-item-hover-letter-spacing, var(--dropdown-menu-item-letter-spacing))));
    line-height: var(--item-hover-line-height, var(--item-line-height, var(--dropdown-menu-item-hover-line-height, var(--dropdown-menu-item-line-height))));
    text-decoration-line: var(--item-hover-text-decoration, var(--item-text-decoration, var(--dropdown-menu-item-hover-text-decoration, var(--dropdown-menu-item-text-decoration))));
    text-shadow: var(--item-hover-text-outline, var(--item-text-outline, var(--dropdown-menu-item-hover-text-outline, var(--dropdown-menu-item-text-outline)))), var(--item-hover-text-shadow, var(--item-text-shadow, var(--dropdown-menu-item-hover-text-shadow, var(--dropdown-menu-item-text-shadow))));
    text-transform: var(--item-hover-text-transform, var(--item-text-transform, var(--dropdown-menu-item-hover-text-transform, var(--dropdown-menu-item-text-transform))))
}

.uTHWho:hover .jArlJY,
.uTHWho[data-preview=hover] .jArlJY {
    background-color: var(--item-hover-text-highlight, var(--item-text-highlight, var(--dropdown-menu-item-hover-text-highlight, var(--dropdown-menu-item-text-highlight))))
}

.h9SGFo {
    background: var(--sub-item-background, var(--dropdown-menu-sub-item-background));
    border-bottom: var(--sub-item-border-bottom, var(--dropdown-menu-sub-item-border-bottom));
    border-left: var(--sub-item-border-left, var(--dropdown-menu-sub-item-border-left));
    border-radius: var(--sub-item-border-radius, var(--dropdown-menu-sub-item-border-radius));
    border-right: var(--sub-item-border-right, var(--dropdown-menu-sub-item-border-right));
    border-top: var(--sub-item-border-top, var(--dropdown-menu-sub-item-border-top));
    box-shadow: var(--sub-item-box-shadow, var(--dropdown-menu-sub-item-box-shadow));
    color: var(--sub-item-color, var(--dropdown-menu-sub-item-color));
    direction: var(--submenu-sub-item-direction, var(--submenu-direction, var(--dropdown-menu-sub-item-direction, var(--dropdown-menu-direction, var(--direction)))));
    display: block;
    font: var(--sub-item-font, var(--dropdown-menu-sub-item-font));
    letter-spacing: var(--sub-item-letter-spacing, var(--dropdown-menu-sub-item-letter-spacing));
    line-height: var(--sub-item-line-height, var(--dropdown-menu-sub-item-line-height));
    padding: var(--sub-item-vertical-padding, var(--dropdown-menu-sub-item-vertical-padding)) var(--sub-item-horizontal-padding, var(--dropdown-menu-sub-item-horizontal-padding));
    text-align: var(--sub-item-align, var(--align, var(--dropdown-menu-sub-item-align, var(--dropdown-menu-align))));
    text-decoration-line: var(--sub-item-text-decoration, var(--dropdown-menu-sub-item-text-decoration));
    text-shadow: var(--sub-item-text-outline, var(--dropdown-menu-sub-item-text-outline)), var(--sub-item-text-shadow, var(--dropdown-menu-sub-item-text-shadow));
    text-transform: var(--sub-item-text-transform, var(--dropdown-menu-sub-item-text-transform))
}

.h9SGFo.iJI7uP,
.h9SGFo[data-preview=selected] {
    background: var(--sub-item-selected-background, var(--sub-item-background, var(--dropdown-menu-sub-item-selected-background, var(--dropdown-menu-sub-item-background))));
    border-bottom: var(--sub-item-selected-border-bottom, var(--sub-item-border-bottom, var(--dropdown-menu-sub-item-selected-border-bottom, var(--dropdown-menu-sub-item-border-bottom))));
    border-left: var(--sub-item-selected-border-left, var(--sub-item-border-left, var(--dropdown-menu-sub-item-selected-border-left, var(--dropdown-menu-sub-item-border-left))));
    border-radius: var(--sub-item-selected-border-radius, var(--sub-item-border-radius, var(--dropdown-menu-sub-item-selected-border-radius, var(--dropdown-menu-sub-item-border-radius))));
    border-right: var(--sub-item-selected-border-right, var(--sub-item-border-right, var(--dropdown-menu-sub-item-selected-border-right, var(--dropdown-menu-sub-item-border-right))));
    border-top: var(--sub-item-selected-border-top, var(--sub-item-border-top, var(--dropdown-menu-sub-item-selected-border-top, var(--dropdown-menu-sub-item-border-top))));
    box-shadow: var(--sub-item-selected-box-shadow, var(--sub-item-box-shadow, var(--dropdown-menu-sub-item-selected-box-shadow, var(--dropdown-menu-sub-item-box-shadow))));
    color: var(--sub-item-selected-color, var(--sub-item-color, var(--dropdown-menu-sub-item-selected-color, var(--dropdown-menu-sub-item-color))));
    font: var(--sub-item-selected-font, var(--sub-item-font, var(--dropdown-menu-sub-item-selected-font, var(--dropdown-menu-sub-item-font))));
    letter-spacing: var(--sub-item-selected-letter-spacing, var(--sub-item-letter-spacing, var(--dropdown-menu-sub-item-selected-letter-spacing, var(--dropdown-menu-sub-item-letter-spacing))));
    line-height: var(--sub-item-selected-line-height, var(--sub-item-line-height, var(--dropdown-menu-sub-item-selected-line-height, var(--dropdown-menu-sub-item-line-height))));
    text-decoration-line: var(--sub-item-selected-text-decoration, var(--sub-item-text-decoration, var(--dropdown-menu-sub-item-selected-text-decoration, var(--dropdown-menu-sub-item-text-decoration))));
    text-shadow: var(--sub-item-selected-text-outline, var(--sub-item-text-outline, var(--dropdown-menu-sub-item-selected-text-outline, var(--dropdown-menu-sub-item-text-outline)))), var(--sub-item-selected-text-shadow, var(--sub-item-text-shadow, var(--dropdown-menu-sub-item-selected-text-shadow, var(--dropdown-menu-sub-item-text-shadow))));
    text-transform: var(--sub-item-selected-text-transform, var(--sub-item-text-transform, var(--dropdown-menu-sub-item-selected-text-transform, var(--dropdown-menu-sub-item-text-transform))))
}

.h9SGFo.iJI7uP .HV3wNd,
.h9SGFo[data-preview=selected] .HV3wNd {
    background-color: var(--sub-item-selected-text-highlight, var(--sub-item-text-highlight, var(--dropdown-menu-sub-item-selected-text-highlight, var(--dropdown-menu-sub-item-text-highlight))))
}

.h9SGFo:hover,
.h9SGFo[data-preview=hover] {
    background: var(--sub-item-hover-background, var(--sub-item-background, var(--dropdown-menu-sub-item-hover-background, var(--dropdown-menu-sub-item-background))));
    border-bottom: var(--sub-item-hover-border-bottom, var(--sub-item-border-bottom, var(--dropdown-menu-sub-item-hover-border-bottom, var(--dropdown-menu-sub-item-border-bottom))));
    border-left: var(--sub-item-hover-border-left, var(--sub-item-border-left, var(--dropdown-menu-sub-item-hover-border-left, var(--dropdown-menu-sub-item-border-left))));
    border-radius: var(--sub-item-hover-border-radius, var(--sub-item-border-radius, var(--dropdown-menu-sub-item-hover-border-radius, var(--dropdown-menu-sub-item-border-radius))));
    border-right: var(--sub-item-hover-border-right, var(--sub-item-border-right, var(--dropdown-menu-sub-item-hover-border-right, var(--dropdown-menu-sub-item-border-right))));
    border-top: var(--sub-item-hover-border-top, var(--sub-item-border-top, var(--dropdown-menu-sub-item-hover-border-top, var(--dropdown-menu-sub-item-border-top))));
    box-shadow: var(--sub-item-hover-box-shadow, var(--sub-item-box-shadow, var(--dropdown-menu-sub-item-hover-box-shadow, var(--dropdown-menu-sub-item-box-shadow))));
    color: var(--sub-item-hover-color, var(--sub-item-color, var(--dropdown-menu-sub-item-hover-color, var(--dropdown-menu-sub-item-color))));
    font: var(--sub-item-hover-font, var(--sub-item-font, var(--dropdown-menu-sub-item-hover-font, var(--dropdown-menu-sub-item-font))));
    letter-spacing: var(--sub-item-hover-letter-spacing, var(--sub-item-letter-spacing, var(--dropdown-menu-sub-item-hover-letter-spacing, var(--dropdown-menu-sub-item-letter-spacing))));
    line-height: var(--sub-item-hover-line-height, var(--sub-item-line-height, var(--dropdown-menu-sub-item-hover-line-height, var(--dropdown-menu-sub-item-line-height))));
    text-decoration-line: var(--sub-item-hover-text-decoration, var(--sub-item-text-decoration, var(--dropdown-menu-sub-item-hover-text-decoration, var(--dropdown-menu-sub-item-text-decoration))));
    text-shadow: var(--sub-item-hover-text-outline, var(--sub-item-text-outline, var(--dropdown-menu-sub-item-hover-text-outline, var(--dropdown-menu-sub-item-text-outline)))), var(--sub-item-hover-text-shadow, var(--sub-item-text-shadow, var(--dropdown-menu-sub-item-hover-text-shadow, var(--dropdown-menu-sub-item-text-shadow))));
    text-transform: var(--sub-item-hover-text-transform, var(--sub-item-text-transform, var(--dropdown-menu-sub-item-hover-text-transform, var(--dropdown-menu-sub-item-text-transform))))
}

.h9SGFo:hover .HV3wNd,
.h9SGFo[data-preview=hover] .HV3wNd {
    background-color: var(--sub-item-hover-text-highlight, var(--sub-item-text-highlight, var(--dropdown-menu-sub-item-hover-text-highlight, var(--dropdown-menu-sub-item-text-highlight))))
}

.jArlJY {
    background-color: var(--item-text-highlight, var(--dropdown-menu-item-text-highlight));
    display: inline-block;
    text-align: inherit;
    text-decoration-line: inherit;
    text-shadow: inherit;
    text-transform: inherit
}

.HV3wNd {
    background-color: var(--sub-item-text-highlight, var(--dropdown-menu-sub-item-text-highlight))
}

.eH50g1[data-animation-name=revealFromTop] {
    transition: opacity .4s, clip-path .4s;
    transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.eH50g1[data-animation-name=revealFromTop][data-animation-state=enter],
.eH50g1[data-animation-name=revealFromTop][data-animation-state=exitActive],
.eH50g1[data-animation-name=revealFromTop][data-animation-state=exitDone] {
    clip-path: var(--animation-clip-path);
    opacity: 0
}

.eH50g1[data-animation-name=revealFromTop][data-animation-state=enterActive],
.eH50g1[data-animation-name=revealFromTop][data-animation-state=exit] {
    clip-path: inset(var(--shadow-margin, 0) var(--shadow-margin, 0) var(--shadow-margin, 0) var(--shadow-margin, 0))
}

.eH50g1[data-animation-name=revealFromTop][data-animation-state=enterDone] {
    clip-path: unset
}

.eH50g1[data-animation-name=revealFromTop][data-animation-state=enterActive],
.eH50g1[data-animation-name=revealFromTop][data-animation-state=enterDone],
.eH50g1[data-animation-name=revealFromTop][data-animation-state=exit] {
    opacity: 1
}

.eH50g1[data-animation-name=fadeIn] {
    transition: opacity .4s;
    transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.eH50g1[data-animation-name=fadeIn][data-animation-state=enter],
.eH50g1[data-animation-name=fadeIn][data-animation-state=exitActive],
.eH50g1[data-animation-name=fadeIn][data-animation-state=exitDone] {
    opacity: 0
}

.eH50g1[data-animation-name=fadeIn][data-animation-state=enterActive],
.eH50g1[data-animation-name=fadeIn][data-animation-state=enterDone],
.eH50g1[data-animation-name=fadeIn][data-animation-state=exit] {
    opacity: 1
}

.eH50g1 {
    background: var(--container-background, var(--dropdown-container-background));
    border-bottom: var(--container-border-bottom, var(--dropdown-container-border-bottom));
    border-left: var(--container-border-left, var(--dropdown-container-border-left));
    border-radius: var(--container-border-radius, var(--dropdown-container-border-radius));
    border-right: var(--container-border-right, var(--dropdown-container-border-right));
    border-top: var(--container-border-top, var(--dropdown-container-border-top));
    box-shadow: var(--container-box-shadow, var(--dropdown-container-box-shadow));
    direction: ltr
}

.H2ENa1 {
    box-sizing: border-box
}

.zi7u4T [data-part=menu-item] {
    --underline-scale: scaleX(0);
    --wash-scale: scaleX(0);
    --circle-clip-path: circle(0%);
    --dropdown-icon-transform: rotate(0);
    --bullet-translate: translateX(-150%);
    --bullet-opacity: 0;
    --wave-tarnslate: scaleY(0)
}

.zi7u4T [data-part=menu-item]:not([data-animation-name=none]) [data-part=dropdown-icon] {
    transition-duration: .4s;
    transition-property: transform
}

.zi7u4T [data-part=menu-item] [data-part=dropdown-item-label]:after,
.zi7u4T [data-part=menu-item] [data-part=label]:after {
    background-color: currentColor;
    content: "";
    display: block;
    height: 1px;
    transform: scaleX(0);
    width: 100%
}

.zi7u4T [data-part=menu-item] [data-part=label]:before {
    content: "•" /"";
    display: var(--item-label-bullet-display, inline-block);
    opacity: 0;
    padding-inline-end: 3px
}

.zi7u4T [data-part=menu-item] [data-part=menu-item-content][data-selected] [data-part=label]:after {
    display: var(--item-selected-label-underline-display, block);
    transform: scaleX(1)
}

.zi7u4T [data-part=menu-item] [data-part=menu-item-content][data-selected] [data-part=label]:before {
    opacity: 1
}

.zi7u4T [data-part=menu-item][data-animation-state=enterActive],
.zi7u4T [data-part=menu-item][data-animation-state=enterDone],
.zi7u4T [data-part=menu-item][data-open=true] {
    --underline-scale: scaleX(1);
    --wash-scale: scaleX(1);
    --circle-clip-path: circle(100%);
    --dropdown-icon-transform: rotate(-540deg);
    --bullet-translate: translateX(0%);
    --bullet-opacity: 1;
    --wave-tarnslate: scaleY(1.5)
}

.zi7u4T [data-part=menu-item] [data-selected] {
    --underline-scale: scaleX(1);
    --wash-scale: scaleX(0);
    --bullet-translate: translateX(0%);
    --bullet-opacity: 1
}

.zi7u4T [data-part=menu-item][data-animation-name=underline] [data-part=label]:after {
    transform: var(--underline-scale);
    transform-origin: left;
    transition: transform .3s
}

.zi7u4T [data-part=menu-item][data-animation-name=underline] [data-part=dropdown-item-label]:after {
    display: block;
    transform: scaleX(0);
    transform-origin: left;
    transition-duration: .3s;
    transition-property: transform
}

.zi7u4T [data-part=menu-item][data-animation-name=underline] [data-part=dropdown-item]:hover [data-part=dropdown-item-label]:after {
    transform: scaleX(1)
}

.zi7u4T [data-part=menu-item][data-animation-name=wash] [data-part=menu-item-content] {
    isolation: isolate;
    overflow: hidden;
    position: relative
}

.zi7u4T [data-part=menu-item][data-animation-name=wash] [data-part=menu-item-content]:before {
    background-color: var(--item-hover-background);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: var(--wash-scale);
    transform-origin: left;
    transition: transform .4s;
    z-index: -1
}

.zi7u4T [data-part=menu-item][data-animation-name=wash] [data-part=menu-item-content]:not([data-selected]):hover {
    background-color: var(--item-background)
}

.zi7u4T [data-part=menu-item][data-animation-name=wash] [data-part=dropdown-item-label] {
    transition: color .2s ease-in-out
}

.zi7u4T [data-part=menu-item][data-animation-name=circle] [data-part=menu-item-content] {
    isolation: isolate;
    overflow: hidden;
    position: relative
}

.zi7u4T [data-part=menu-item][data-animation-name=circle] [data-part=menu-item-content]:before {
    background-color: var(--item-hover-background);
    bottom: 0;
    clip-path: var(--circle-clip-path);
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: clip-path .4s;
    z-index: -1
}

.zi7u4T [data-part=menu-item][data-animation-name=circle] [data-part=menu-item-content]:not([data-selected]):hover {
    background-color: var(--item-background)
}

.zi7u4T [data-part=menu-item][data-animation-name=circle] [data-part=dropdown-icon] {
    transform: var(--dropdown-icon-transform)
}

.zi7u4T [data-part=menu-item][data-animation-name=wave] [data-part=menu-item-content]:not([data-selected]):hover {
    background-color: var(--item-background)
}

.zi7u4T [data-part=menu-item][data-animation-name=wave] [data-part=menu-item-content] {
    isolation: isolate;
    overflow: hidden;
    position: relative
}

.zi7u4T [data-part=menu-item][data-animation-name=wave] [data-part=menu-item-content]:before {
    background-color: var(--item-hover-background);
    bottom: 0;
    bottom: unset;
    content: "";
    display: block;
    height: 135%;
    left: 0;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='17' preserveAspectRatio='none' viewBox='-0.004 0 58.004 25.784'%3E%3Cpath d='M44.993-.004c-5.749 0-5.749 6.12-11.497 6.12s-5.751-6.12-11.502-6.12-5.749 6.12-11.497 6.12C5.105 6.116 4.771.728.003.064l-.004 25.719 58.012-.002-.008-19.841a6.69 6.69 0 0 1-1.505.176c-5.753 0-5.753-6.12-11.505-6.12Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='17' preserveAspectRatio='none' viewBox='-0.004 0 58.004 25.784'%3E%3Cpath d='M44.993-.004c-5.749 0-5.749 6.12-11.497 6.12s-5.751-6.12-11.502-6.12-5.749 6.12-11.497 6.12C5.105 6.116 4.771.728.003.064l-.004 25.719 58.012-.002-.008-19.841a6.69 6.69 0 0 1-1.505.176c-5.753 0-5.753-6.12-11.505-6.12Z'/%3E%3C/svg%3E");
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: var(--wave-tarnslate);
    transform-origin: bottom;
    transition: transform .4s;
    z-index: -1
}

.zi7u4T [data-part=menu-item][data-animation-name=wave] [data-part=dropdown-item-label] {
    transition: color .2s ease-in-out
}

.zi7u4T [data-part=menu-item][data-animation-name=bullet] [data-part=label]:before {
    display: inline-block;
    opacity: var(--bullet-opacity);
    transform: var(--bullet-translate);
    transition-duration: .3s
}

.zi7u4T {
    background: var(--container-background);
    border-bottom: var(--container-border-bottom);
    border-left: var(--container-border-left);
    border-radius: var(--container-border-radius);
    border-right: var(--container-border-right);
    border-top: var(--container-border-top);
    box-shadow: var(--container-box-shadow);
    box-sizing: border-box;
    direction: var(--direction);
    height: 100%;
    overflow-x: var(--container-overflow-x, unset);
    padding-bottom: var(--container-padding-bottom, 0);
    padding-left: var(--container-padding-left, 0);
    padding-right: var(--container-padding-right, 0);
    padding-top: var(--container-padding-top, 0)
}

.qi0bcm,
.zi7u4T {
    display: flex;
    scrollbar-width: none;
    width: 100%
}

.qi0bcm {
    -moz-column-gap: var(--menu-items-column-gap);
    column-gap: var(--menu-items-column-gap);
    flex-direction: var(--container-flex-direction);
    flex-grow: var(--menu-items-flex-grow);
    flex-wrap: var(--container-flex-wrap, unset);
    height: auto;
    justify-content: var(--container-align);
    min-width: -moz-fit-content;
    min-width: fit-content;
    overflow-x: visible;
    row-gap: var(--menu-items-row-gap)
}

.n2xrZl {
    align-items: center;
    background: var(--scroll-button-background);
    border-bottom: var(--scroll-button-border-bottom);
    border-left: var(--scroll-button-border-left);
    border-radius: var(--scroll-button-border-radius);
    border-right: var(--scroll-button-border-right);
    border-top: var(--scroll-button-border-top);
    box-shadow: var(--scroll-button-box-shadow);
    cursor: pointer;
    display: flex;
    justify-content: center;
    overflow: hidden;
    pointer-events: auto;
    transform: var(--scroll-button-transform);
    visibility: hidden
}

.n2xrZl:hover,
.n2xrZl[data-preview=hover] {
    background: var(--scroll-button-hover-background, var(--scroll-button-background));
    border-bottom: var(--scroll-button-hover-border-bottom, var(--scroll-button-border-bottom));
    border-left: var(--scroll-button-hover-border-left, var(--scroll-button-border-left));
    border-radius: var(--scroll-button-hover-border-radius, var(--scroll-button-border-radius));
    border-right: var(--scroll-button-hover-border-right, var(--scroll-button-border-right));
    border-top: var(--scroll-button-hover-border-top, var(--scroll-button-border-top));
    box-shadow: var(--scroll-button-hover-box-shadow, var(--scroll-button-box-shadow))
}

.n2xrZl:hover .aTo_UF,
.n2xrZl[data-preview=hover] .aTo_UF {
    fill: var(--scroll-button-hover-icon-color, var(--scroll-button-icon-color));
    height: var(--scroll-button-hover-icon-size, var(--scroll-button-icon-size));
    padding-left: var(--scroll-button-hover-padding-left, var(--scroll-button-padding-left, 0));
    padding-right: var(--scroll-button-hover-padding-right, var(--scroll-button-padding-right, 0));
    transform: rotate(calc(var(--scroll-button-hover-icon-rotation, var(--scroll-button-icon-rotation)) * 1deg));
    width: var(--scroll-button-hover-icon-size, var(--scroll-button-icon-size))
}

.n2xrZl:hover {
    transition: all .08s linear
}

.wRGkgf {
    pointer-events: auto;
    visibility: visible
}

.JRUANI {
    pointer-events: none;
    visibility: hidden
}

.aTo_UF {
    fill: var(--scroll-button-icon-color);
    height: var(--scroll-button-icon-size);
    max-height: 100%;
    max-width: 100%;
    min-width: 1px;
    padding-left: var(--scroll-button-padding-left, 0);
    padding-right: var(--scroll-button-padding-right, 0);
    transform: rotate(calc(var(--scroll-button-icon-rotation) * 1deg));
    width: var(--scroll-button-icon-size)
}

.aTo_UF>svg {
    height: inherit;
    width: inherit
}

.BV22op {
    border: inherit;
    border-color: transparent;
    bottom: 0;
    display: var(--scroll-button-icon-display, flex);
    justify-content: space-between;
    left: 0;
    padding-bottom: inherit;
    padding-top: inherit;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

div.c_pphB {
    display: var(--l_display, var(--hamburger-menu-root-display, var(--container-display)))
}

.HamburgerOpenButton3537389287__nav {
    display: inherit;
    height: inherit;
    width: auto
}

.rvGLLm {
    background: var(--background);
    border-bottom: var(--border-bottom);
    border-bottom-left-radius: var(--border-bottom-left-radius);
    border-bottom-right-radius: var(--border-bottom-right-radius);
    border-left: var(--border-left);
    border-right: var(--border-right);
    border-top: var(--border-top);
    border-top-left-radius: var(--border-top-left-radius);
    border-top-right-radius: var(--border-top-right-radius);
    box-shadow: var(--box-shadow);
    box-sizing: border-box;
    cursor: pointer;
    direction: var(--btn-direction);
    display: block;
    height: 100%;
    min-height: 10px;
    min-width: var(--btn-min-width);
    padding-bottom: var(--padding-bottom);
    padding-left: var(--padding-left);
    padding-right: var(--padding-right);
    padding-top: var(--padding-top);
    touch-action: manipulation;
    width: 100%
}

.rvGLLm.jMYm0H:not(:hover):not(:disabled) {
    border-color: var(--corvid-border-color, initial)
}

.rvGLLm.y061lW:not(:hover):not(:disabled) {
    background-color: var(--corvid-background-color, var(--background))
}

.rvGLLm [data-preview=hover],
.rvGLLm:hover {
    background: var(--hover-background, var(--background));
    border-bottom: var(--hover-border-bottom, var(--border-bottom));
    border-bottom-left-radius: var(--hover-border-bottom-left-radius, var(--border-bottom-left-radius));
    border-bottom-right-radius: var(--hover-border-bottom-right-radius, var(--border-bottom-right-radius));
    border-left: var(--hover-border-left, var(--border-left));
    border-right: var(--hover-border-right, var(--border-right));
    border-top: var(--hover-border-top, var(--border-top));
    border-top-left-radius: var(--hover-border-top-left-radius, var(--border-top-left-radius));
    border-top-right-radius: var(--hover-border-top-right-radius, var(--border-top-right-radius));
    box-shadow: var(--hover-box-shadow, var(--box-shadow));
    padding-bottom: var(--hover-padding-bottom, var(--padding-bottom));
    padding-left: var(--hover-padding-left, var(--padding-left));
    padding-right: var(--hover-padding-right, var(--padding-right));
    padding-top: var(--hover-padding-top, var(--padding-top))
}

.rvGLLm.mxKpu4:hover:not(:disabled) {
    border-color: var(--corvid-hover-border-color, initial)
}

.rvGLLm.zBIMAq:hover:not(:disabled) {
    background-color: var(--corvid-hover-background-color, var(--hover-background, var(--background)))
}

.rvGLLm [data-preview=disabled],
.rvGLLm:disabled {
    background: var(--disabled-background, var(--background));
    border-bottom: var(--disabled-border-bottom, var(--border-bottom));
    border-bottom-left-radius: var(--disabled-border-bottom-left-radius, var(--border-bottom-left-radius));
    border-bottom-right-radius: var(--disabled-border-bottom-right-radius, var(--border-bottom-right-radius));
    border-left: var(--disabled-border-left, var(--border-left));
    border-right: var(--disabled-border-right, var(--border-right));
    border-top: var(--disabled-border-top, var(--border-top));
    border-top-left-radius: var(--disabled-border-top-left-radius, var(--border-top-left-radius));
    border-top-right-radius: var(--disabled-border-top-right-radius, var(--border-top-right-radius));
    box-shadow: var(--disabled-box-shadow, var(--box-shadow));
    padding-bottom: var(--disabled-padding-bottom, var(--padding-bottom));
    padding-left: var(--disabled-padding-left, var(--padding-left));
    padding-right: var(--disabled-padding-right, var(--padding-right));
    padding-top: var(--disabled-padding-top, var(--padding-top))
}

.rvGLLm.lPvoIB:disabled:not(:hover) {
    border-color: var(--corvid-disabled-border-color, initial)
}

.rvGLLm.by2yNJ:disabled:not(:hover) {
    background-color: var(--corvid-disabled-background-color, var(--disabled-background, var(--background)))
}

.hQsOje {
    background-color: rgba(var(--text-highlight, 0, 0, 0), var(--alpha-text-highlight, 0));
    color: rgba(var(--color, var(--color_0, color_0)), var(--alpha-color, 1));
    direction: var(--direction);
    display: var(--label-display);
    font: var(--font, var(--font_8));
    letter-spacing: var(--letter-spacing);
    line-height: var(--line-height);
    max-width: 100%;
    min-width: 1.8em;
    overflow: hidden;
    text-align: var(--text-align, revert);
    text-decoration-line: var(--text-decoration);
    text-overflow: var(--label-text-overflow);
    text-shadow: var(--text-outline), var(--text-shadow);
    text-transform: var(--text-transform);
    transition: inherit;
    white-space: var(--label-white-space)
}

.rvGLLm.xNSufk:not(:hover):not(:disabled) .hQsOje {
    color: var(--corvid-color, rgba(var(--color, var(--color_0, color_0)), var(--alpha-color, 1)))
}

.rvGLLm [data-preview=hover] .hQsOje,
.rvGLLm:hover .hQsOje {
    background-color: rgba(var(--hover-text-highlight, var(--text-highlight)), var(--alpha-hover-text-highlight, 1));
    color: rgba(var(--hover-color, var(--color)), var(--alpha-hover-color, 1));
    direction: var(--hover-direction, var(--direction));
    display: var(--hover-label-display, var(--label-display));
    font: var(--hover-font, var(--font));
    letter-spacing: var(--hover-letter-spacing, var(--letter-spacing));
    line-height: var(--hover-line-height, var(--line-height));
    text-align: var(--hover-text-align, var(--text-align, revert));
    text-decoration-line: var(--hover-text-decoration, var(--text-decoration));
    text-shadow: var(--hover-text-outline, var(--text-outline)), var(--hover-text-shadow, var(--text-shadow));
    text-transform: var(--hover-text-transform, var(--text-transform))
}

.rvGLLm.ogDVcg:hover:not(:disabled) .hQsOje {
    color: var(--corvid-hover-color, rgba(var(--hover-color, var(--color)), var(--alpha-hover-color, 1)))
}

.rvGLLm [data-preview=disabled] .hQsOje,
.rvGLLm:disabled .hQsOje {
    background-color: rgba(var(--disabled-text-highlight, var(--text-highlight)), var(--alpha-disabled-text-highlight, 1));
    color: rgba(var(--disabled-color, var(--color)), var(--alpha-disabled-color, 1));
    direction: var(--disabled-direction, var(--direction));
    display: var(--disabled-label-display, var(--label-display));
    font: var(--disabled-font, var(--font));
    letter-spacing: var(--disabled-letter-spacing, var(--letter-spacing));
    line-height: var(--disabled-line-height, var(--line-height));
    text-align: var(--disabled-text-align, var(--text-align, revert));
    text-decoration-line: var(--disabled-text-decoration, var(--text-decoration));
    text-shadow: var(--disabled-text-outline, var(--text-outline)), var(--disabled-text-shadow, var(--text-shadow));
    text-transform: var(--disabled-text-transform, var(--text-transform))
}

.rvGLLm.IfOI50:disabled:not(:hover) .hQsOje {
    color: var(--corvid-disabled-color, rgba(var(--disabled-color, var(--color)), var(--alpha-disabled-color, 1)))
}

.I56lbS {
    box-sizing: border-box;
    color: #000;
    text-decoration: none
}

.pMSuoq {
    align-items: var(--container-align-items);
    display: flex;
    flex-basis: auto;
    flex-direction: var(--container-flex-direction);
    flex-grow: 1;
    gap: var(--content-gap, "0px");
    height: 100%;
    justify-content: var(--container-justify-content);
    overflow: hidden;
    transition: all .4s ease, visibility 0s;
    width: 100%
}

.xyuOGi {
    fill: var(--icon-color);
    display: var(--icon-display);
    flex-shrink: 0;
    height: var(--icon-size);
    min-width: 1px;
    transform: rotate(calc(var(--icon-rotation) * 1deg));
    transition: inherit;
    width: var(--icon-size)
}

.rvGLLm.Pczkxq:not(:hover):not(:disabled) .xyuOGi {
    fill: var(--corvid-icon-color, var(--icon-color))
}

.rvGLLm [data-preview=hover] .xyuOGi,
.rvGLLm:hover .xyuOGi {
    fill: var(--hover-icon-color, var(--icon-color));
    display: var(--hover-icon-display, var(--icon-display));
    height: var(--hover-icon-size, var(--icon-size));
    transform: rotate(calc(var(--hover-icon-rotation, var(--icon-rotation)) * 1deg));
    width: var(--hover-icon-size, var(--icon-size))
}

.rvGLLm.GRPSsV:hover:not(:disabled) .xyuOGi {
    fill: var(--corvid-hover-icon-color, var(--hover-icon-color, var(--icon-color)))
}

.rvGLLm [data-preview=disabled] .xyuOGi,
.rvGLLm:disabled .xyuOGi {
    fill: var(--disabled-icon-color, var(--icon-color));
    display: var(--disabled-icon-display, var(--icon-display));
    height: var(--disabled-icon-size, var(--icon-size));
    transform: rotate(calc(var(--disabled-icon-rotation, var(--icon-rotation)) * 1deg));
    width: var(--disabled-icon-size, var(--icon-size))
}

.rvGLLm.hGEkMI:disabled:not(:hover) .xyuOGi {
    fill: var(--corvid-disabled-icon-color, var(--disabled-icon-color, var(--icon-color)))
}

.xyuOGi svg,
.xyuOGi>span {
    display: flex;
    height: inherit;
    width: inherit
}

.jMLWKi {
    display: inherit;
    height: inherit;
    width: auto
}

.HamburgerOverlay547129737__root {
    -archetype: paintBox;
    box-sizing: border-box;
    /* !important is required because we need to override size and position set on the root element by the Viewer. */
    height: calc(100vh - var(--wix-ads-height)) !important;
    left: 0;
    position: fixed !important;
    top: var(--wix-ads-height) !important;
    visibility: hidden;
    width: 100vw !important;
    z-index: var(--above-all-z-index)
}

.HamburgerOverlay547129737__overlay {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.HamburgerOverlay547129737__root.HamburgerOverlay547129737--isMenuOpen {
    visibility: visible
}

.HamburgerOverlay547129737__root:not(.HamburgerOverlay547129737--showBackgroundOverlay) {
    background-color: transparent
}

.HamburgerOverlay547129737__root.HamburgerOverlay547129737--shouldScroll {
    overflow-x: hidden;
    overflow-y: scroll
}

.HamburgerOverlay547129737__scrollContent {
    position: relative
}

.scemAM[data-part=hamburger-overlay] {
    opacity: var(--hamburger-overlay-initial-opacity)
}

.scemAM[data-part=hamburger-overlay][data-animation-name=fadeIn] {
    transition: opacity .4s
}

.scemAM[data-part=hamburger-overlay][data-animation-name=fadeIn][data-animation-state=enterActive],
.scemAM[data-part=hamburger-overlay][data-animation-name=fadeIn][data-animation-state=enterDone] {
    opacity: 1
}

.J6KGih {
    cursor: pointer
}

.KaEeLN {
    --container-corvid-border-color: rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
    --container-corvid-border-size: var(--brw, 1px);
    --container-corvid-background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    --backdrop-filter: $backdrop-filter
}

.uYj0Sg {
    -webkit-backdrop-filter: var(--backdrop-filter, none);
    backdrop-filter: var(--backdrop-filter, none);
    background-color: var(--container-corvid-background-color, rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1)));
    background-image: var(--bg-gradient, none);
    border: var(--container-corvid-border-width, var(--brw, 1px)) solid var(--container-corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1)));
    border-radius: var(--rd, 5px);
    bottom: 0;
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.StylableHorizontalMenu3372578893__root {
    -archetype: paddingBox;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    width: 100%
}

.StylableHorizontalMenu3372578893__root * {
    box-sizing: border-box
}

.StylableHorizontalMenu3372578893__menu {
    display: flex;
    flex-wrap: var(--menu-flex-wrap, wrap);
    min-width: -moz-fit-content;
    min-width: fit-content
}

.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menuItem {
    box-sizing: border-box;
    height: 100%;
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menu>li:first-of-type .StylableHorizontalMenu3372578893__menuItem {
    margin-inline-start: 0 !important
}

.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menu>li:last-of-type .StylableHorizontalMenu3372578893__menuItem {
    margin-inline-end: 0 !important
}

.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menu {
    height: auto !important;
    margin: 0 !important
}

.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll {
    -ms-overflow-style: none;
    overflow-x: scroll;
    scrollbar-width: none
}

.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll::-webkit-scrollbar {
    display: none
}

.StylableHorizontalMenu3372578893__menuItem {
    --focus-ring-box-shadow: inset 0 0 0 2px #116dff, inset 0 0 0 4px #fff !important;
    position: relative
}

.StylableHorizontalMenu3372578893__megaMenuWrapper {
    display: flex
}

.itemDepth02233374943__root {
    -archetype: paintBox;
    cursor: pointer;
    display: block;
    flex: 1;
    text-decoration: none
}

.itemDepth02233374943__root.itemDepth02233374943--isCurrentPage,
.itemDepth02233374943__root.itemDepth02233374943--isCurrentPage .itemDepth02233374943__label,
.itemDepth02233374943__root.itemDepth02233374943--isHovered,
.itemDepth02233374943__root.itemDepth02233374943--isHovered .itemDepth02233374943__label {
    transition: all .08s linear
}

.itemDepth02233374943__container {
    -archetype: box;
    align-items: center;
    display: flex;
    height: 100%
}

.itemDepth02233374943__label {
    -archetype: text;
    -controller-part-type: LayoutChildDisplayDropdown;
    transition: inherit;
    white-space: nowrap
}

.itemDepth02233374943__itemWrapper {
    flex-grow: inherit
}

.itemDepth02233374943__positionBox {
    display: none;
    margin: auto;
    position: fixed;
    z-index: var(--position-box-z-index, 47)
}

.itemDepth02233374943__positionBox.itemDepth02233374943--isColumn {
    left: 0;
    position: absolute;
    right: 0
}

.itemDepth02233374943__positionBox.itemDepth02233374943--isStretched {
    max-width: unset
}

@keyframes itemDepth02233374943__fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.itemDepth02233374943__animationBox {
    animation-delay: calc(var(--is-animated) * .05s);
    animation-duration: calc(var(--is-animated) * .1s);
    animation-fill-mode: forwards;
    max-height: var(--max-height, none);
    opacity: 0;
    overflow-y: var(--overflow-y, visible);
    transition: border-color .08s cubic-bezier(.25, 1, .5, 1), box-shadow .08s cubic-bezier(.25, 1, .5, 1)
}

.itemDepth02233374943__positionBox.itemDepth02233374943--isStretched>.itemDepth02233374943__animationBox {
    width: 100%
}

.itemDepth02233374943__positionBox.itemDepth02233374943--isStretched .itemDepth02233374943__megaMenuComp {
    width: 100% !important
}

.itemDepth02233374943__alignBox {
    display: flex
}

.itemDepth02233374943__list {
    -moz-column-gap: calc(1px * var(--horizontalSpacing));
    column-gap: calc(1px * var(--horizontalSpacing))
}

.itemDepth02233374943__itemWrapper[data-hovered]>.itemDepth02233374943__positionBox {
    display: block;
    visibility: hidden
}

.itemDepth02233374943__itemWrapper[data-shown]>.itemDepth02233374943__positionBox {
    display: block;
    visibility: visible
}

.itemDepth02233374943__itemWrapper[data-hovered]>.itemDepth02233374943__positionBox>.itemDepth02233374943__animationBox {
    animation-name: itemDepth02233374943__fadeIn
}

.itemDepth02233374943__megaMenuComp {
    direction: ltr;
    flex-shrink: 0;
    margin-top: var(--containerMarginTop) !important;
    padding: 0 !important
}

.itemDepth02233374943__itemWrapper:not([data-hovered]) .itemDepth02233374943__megaMenuComp {
    display: none
}

.itemDepth12472627565__root {
    -archetype: paintBox;
    display: block;
    position: relative;
    text-decoration: none
}

.itemDepth12472627565__container {
    display: flex
}

.itemDepth12472627565__label {
    -archetype: text;
    word-wrap: var(--label-word-wrap);
    display: block;
    overflow: hidden;
    overflow-wrap: var(--label-word-wrap);
    text-align: inherit !important;
    text-overflow: clip;
    white-space: var(--white-space)
}

.itemDepth12472627565__itemWrapper {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
    position: relative
}

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

.itemDepth12472627565__positionBox {
    display: var(--subsubmenu-box-display);
    left: var(--subsubmenu-box-left);
    position: var(--subsubmenu-box-position);
    right: var(--subsubmenu-box-right);
    top: 0
}

.itemDepth12472627565__positionBox[data-reverted] {
    left: var(--subsubmenu-box-right);
    right: var(--subsubmenu-box-left)
}

.itemDepth12472627565__itemWrapper[data-hovered]>.itemDepth12472627565__positionBox {
    display: block
}

@keyframes itemDepth12472627565__fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.itemDepth12472627565__animationBox {
    animation-delay: calc(var(--is-animated) * .05s);
    animation-duration: calc(var(--is-animated) * .1s);
    animation-fill-mode: forwards;
    margin-top: 0 !important;
    opacity: 0
}

.itemDepth12472627565__itemWrapper[data-hovered]>.itemDepth12472627565__positionBox>.itemDepth12472627565__animationBox {
    animation-name: itemDepth12472627565__fadeIn
}

.submenu815198092__heading .itemDepth12472627565__label {
    color: #000
}

.submenu815198092__pageWrapper {
    margin-left: auto !important;
    margin-right: auto !important
}

.submenu815198092__overrideWidth {
    width: 100% !important
}

.submenu815198092__rowItem:last-child {
    margin-bottom: 0 !important
}

.submenu815198092__rowItem+.submenu815198092__rowItem,
.submenu815198092__rowItem:first-child {
    margin-top: 0
}

.kvKptz {
    display: var(--navbar-display, block);
    height: 100%
}

.NZHLsZ:hover {
    z-index: var(--is-sticky, auto)
}

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

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

.itemShared2352141355__rootContainer {
    height: 100%
}

.itemShared2352141355__rootContainer.itemShared2352141355--isRow {
    display: flex;
    flex-direction: row
}

.itemShared2352141355__rootContainer.itemShared2352141355--isRow .itemShared2352141355__menuItem {
    flex-grow: 1
}

.itemShared2352141355__accessibilityIconWrapper {
    width: 0
}

.itemShared2352141355__accessibilityIconWrapper.itemShared2352141355--isIconShown {
    margin-inline-end: 8px;
    margin-inline-start: 4px;
    width: unset
}

.itemShared2352141355__accessibilityIconWrapper.itemShared2352141355--isTopLevel.itemShared2352141355--isIconShown {
    align-items: center;
    display: flex
}

.itemShared2352141355__accessibilityIcon {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 0;
    width: 0
}

.itemShared2352141355__accessibilityIcon.itemShared2352141355--isIconShown {
    background: #fff;
    clip-path: unset;
    height: 24px;
    width: 24px
}

.itemShared2352141355__accessibilityIcon.itemShared2352141355--isOpen {
    rotate: 180deg
}

.ScrollButton2305195801__root {
    -archetype: paddingBox;
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 0;
    overflow: hidden;
    pointer-events: none
}

.ScrollButton2305195801__root:hover {
    transition: all .08s linear
}

.ScrollButton2305195801__root.ScrollButton2305195801---side-4-left {
    transform: scaleX(-1)
}

.ScrollButton2305195801__root.ScrollButton2305195801--isVisible {
    opacity: 1;
    pointer-events: auto
}

.ScrollButton2305195801__icon {
    -archetype: icon;
    -controller-part-type: LayoutChildDisplayDropdown;
    max-height: 100%;
    max-width: 100%;
    min-width: 1px
}

.ScrollButton2305195801__icon>svg {
    height: inherit;
    width: inherit
}

.ScrollControls2015960785__root {
    border: inherit;
    border-color: transparent;
    bottom: 0;
    display: var(--scroll-controls-display, flex);
    justify-content: space-between;
    left: 0;
    padding-bottom: inherit;
    padding-top: inherit;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}


.LHrbPP {
    background: #fff;
    border-radius: 24px;
    color: #116dff;
    cursor: pointer;
    font-family: Helvetica, Arial, メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
    font-size: 14px;
    height: 0;
    left: 50%;
    margin-left: -94px;
    opacity: 0;
    padding: 0 24px 0 24px;
    pointer-events: none;
    position: absolute;
    top: 60px;
    width: 0;
    z-index: 9999
}

.LHrbPP:focus {
    border: 2px solid;
    height: 40px;
    opacity: 1;
    pointer-events: auto;
    width: auto
}


.aVng1S {
    border-top: var(--lnw, 2px) solid rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
    box-sizing: border-box;
    height: 0
}


.StylableButton2545352419__root {
    -archetype: box;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 100%;
    min-height: 10px;
    min-width: 10px;
    padding: 0;
    touch-action: manipulation;
    width: 100%
}

.StylableButton2545352419__root[disabled] {
    pointer-events: none
}

.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBackgroundColor {
    background-color: var(--corvid-background-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBackgroundColor {
    background-color: var(--corvid-hover-background-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBackgroundColor {
    background-color: var(--corvid-disabled-background-color) !important
}

.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBorderColor {
    border-color: var(--corvid-border-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBorderColor {
    border-color: var(--corvid-hover-border-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBorderColor {
    border-color: var(--corvid-disabled-border-color) !important
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderRadius {
    border-radius: var(--corvid-border-radius) !important
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderWidth {
    border-width: var(--corvid-border-width) !important
}

.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor,
.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor .StylableButton2545352419__label {
    color: var(--corvid-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor,
.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor .StylableButton2545352419__label {
    color: var(--corvid-hover-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor,
.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor .StylableButton2545352419__label {
    color: var(--corvid-disabled-color) !important
}

.StylableButton2545352419__link {
    -archetype: box;
    box-sizing: border-box;
    color: #000;
    text-decoration: none
}

.StylableButton2545352419__container {
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 1;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    transition: all .2s ease, visibility 0s;
    width: 100%
}

.StylableButton2545352419__label {
    -archetype: text;
    -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(first);
    max-width: 100%;
    min-width: 1.8em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    transition: inherit;
    white-space: nowrap
}

.StylableButton2545352419__root.StylableButton2545352419--isMaxContent .StylableButton2545352419__label {
    text-overflow: unset
}

.StylableButton2545352419__root.StylableButton2545352419--isWrapText .StylableButton2545352419__label {
    min-width: 10px;
    overflow-wrap: break-word;
    white-space: break-spaces;
    word-break: break-word
}

.StylableButton2545352419__icon {
    -archetype: icon;
    -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(last);
    flex-shrink: 0;
    height: 50px;
    min-width: 1px;
    transition: inherit
}

.StylableButton2545352419__icon.StylableButton2545352419--override {
    display: block !important
}

.StylableButton2545352419__icon svg,
.StylableButton2545352419__icon>span {
    display: flex;
    height: inherit;
    width: inherit
}

.StylableButton2545352419__root:not(:hover):not([disalbed]).StylableButton2545352419--hasIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-icon-color) !important;
    stroke: var(--corvid-icon-color) !important
}

.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-hover-icon-color) !important;
    stroke: var(--corvid-hover-icon-color) !important
}

.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledIconColor .StylableButton2545352419__icon svg {
    fill: var(--corvid-disabled-icon-color) !important;
    stroke: var(--corvid-disabled-icon-color) !important
}

.VideoPlayer2054936319__facebookContainer,
.VideoPlayer2054936319__playerContainer {
    border: var(--borderSize) solid rgba(var(--borderColor, 0, 0, 0), var(--alpha-borderColor, 1));
    box-shadow: var(--boxShadow);
    display: block;
    margin-left: calc(-1 * var(--borderSize));
    margin-top: calc(-1 * var(--borderSize));
    position: absolute;
    top: 0
}

.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused {
    z-index: 1000
}

.VideoPlayer2054936319__cover .PlayableCover847694237__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: rgba(var(--fontColor, 255, 255, 255), var(--alpha-fontColor, 1));
    display: -webkit-box;
    font: var(--font);
    margin: 0 0 15px;
    max-height: 2.8em;
    overflow: hidden;
    padding: 0 10%
}

.VideoPlayer2054936319__cover.VideoPlayer2054936319--isMobileView .PlayableCover847694237__title {
    font-size: calc(18 * 1px);
    margin: 0 0 10px
}

.VideoPlayer2054936319__cover .PlayableCover847694237__overlay {
    background-color: rgba(var(--backgroundColor, 0, 0, 0), var(--alpha-backgroundColor, 1));
    transition: background-color .2s ease
}

.VideoPlayer2054936319__cover .PlayableCover847694237__overlay:hover {
    background-color: rgba(var(--backgroundColor, 0, 0, 0), calc(var(--alpha-backgroundColor, 1) + .1))
}

.VideoPlayer2054936319__cover .PlayableCover847694237__playButton {
    height: var(--playButtonSize);
    width: var(--playButtonSize)
}

.VideoPlayer2054936319__cover .PlayableCover847694237__playButton:hover {
    opacity: .8
}

.VideoPlayer2054936319__cover.VideoPlayer2054936319--isMobileView .PlayableCover847694237__playButton {
    height: var(--playButtonMobileSize);
    width: var(--playButtonMobileSize)
}

.VideoPlayer2054936319__cover .PlayableCover847694237__playButton circle {
    stroke: rgba(var(--fontColor, 255, 255, 255), var(--alpha-fontColor, 1))
}

.VideoPlayer2054936319__cover .PlayableCover847694237__playButton path {
    fill: rgba(var(--fontColor, 255, 255, 255), var(--alpha-fontColor, 1))
}

.VideoPlayer2054936319__playerContainer {
    height: 100%;
    width: 100%
}

.VideoPlayer2054936319__playerContainer iframe {
    height: 100%;
    visibility: inherit;
    width: 100%
}

.VideoPlayer2054936319__facebookContainer {
    height: 100%;
    width: 100%
}

.VideoPlayer2054936319__vimeoContainer {
    background-color: #000
}

.VideoPlayer2054936319__fadeEnter {
    opacity: 1
}

.VideoPlayer2054936319__fadeEnterActive {
    opacity: 0;
    transition: opacity 1.6s ease-out 0ms
}

.VideoPlayer2054936319__secondPoster {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.MH58Yn {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 1;
    outline: none;
    padding: 0;
    transition-duration: .2s;
    transition-property: opacity
}

.MH58Yn:hover {
    opacity: .7
}

.sMWGVV {
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    width: 0 !important
}

.T7h78h {
    display: block;
    font-family: HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, Helvetica Neue, Helvetica, Arial, \\30e1イリオ, meiryo, \\30d2ラギノ角ゴpro w3, hiragino kaku gothic pro;
    height: inherit;
    outline: none;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.T7h78h button {
    -webkit-appearance: button;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
    text-transform: none
}

.T7h78h button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

.T7h78h button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[data-playable-hook=player-container].T7h78h [data-playable-component],
[data-playable-hook=player-container].T7h78h [data-playable-component] *,
[data-playable-hook=player-container].T7h78h [data-playable-component] :after,
[data-playable-hook=player-container].T7h78h [data-playable-component] :before {
    box-sizing: content-box !important;
    outline: none !important
}

.aBdaFm,
.reHOyF {
    height: 100% !important;
    min-height: 100% !important;
    min-width: 100% !important;
    width: 100% !important
}

[data-playable-focus-source=key] [data-playable-hook=player-container] button.focus-within,
[data-playable-focus-source=key] [data-playable-hook=player-container] img.focus-within,
[data-playable-focus-source=key] [data-playable-hook=player-container] input.focus-within,
[data-playable-focus-source=script] [data-playable-hook=player-container] button.focus-within,
[data-playable-focus-source=script] [data-playable-hook=player-container] img.focus-within,
[data-playable-focus-source=script] [data-playable-hook=player-container] input.focus-within {
    box-shadow: 0 0 0 2px rgba(56, 153, 236, .8)
}

.fZPS1d {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 1;
    outline: none;
    padding: 0;
    transition-duration: .2s;
    transition-property: opacity
}

.fZPS1d:hover {
    opacity: .7
}

.TcENkh {
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    width: 0 !important
}

.MwgZWA {
    background-color: rgba(0, 0, 0, .95);
    border-radius: 3px;
    height: 250px;
    left: 10px;
    overflow: scroll;
    width: 400px;
    z-index: 10000
}

.MwgZWA,
.MwgZWA .rkTLUy {
    position: absolute;
    top: 10px
}

.MwgZWA .rkTLUy {
    color: #fff;
    cursor: pointer;
    right: 5px
}

.MwgZWA .rkTLUy:hover {
    opacity: .8
}

.MwgZWA .LOpx5W {
    color: #fff;
    font-size: 8px;
    line-height: 8px;
    margin: 5px;
    padding: 5px
}

.MwgZWA .LOpx5W .ht0VVX {
    color: green
}

.MwgZWA .LOpx5W .wYTBxb {
    color: #ff8c00
}

.MwgZWA .LOpx5W .VStJby {
    color: blue
}

.MwgZWA .LOpx5W .LsIqAP {
    color: #f0f
}

.MwgZWA .LOpx5W .zUQfxq {
    color: #fff
}

.IiHgII {
    align-items: center;
    background-color: #000;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50
}

.IiHgII,
.IiHgII._s9dGo video,
.IiHgII.vzxs2y video {
    height: 100%;
    width: 100%
}

.IiHgII.hLoSEv video {
    position: absolute
}

.IiHgII.TtdQPO.hLoSEv video {
    height: auto !important;
    width: 100%
}

.IiHgII.cb9E5t.hLoSEv video {
    height: 100%
}

.IiHgII video {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 1
}

.IiHgII.dj2W_J {
    cursor: none
}

.l9fM0h {
    bottom: 0;
    filter: blur(14px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.CIzMoh {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 1;
    outline: none;
    padding: 0;
    transition-duration: .2s;
    transition-property: opacity
}

.CIzMoh:hover {
    opacity: .7
}

.NJGB6P {
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    width: 0 !important
}

.aMw4Jp {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100
}

.aMw4Jp,
.aMw4Jp .RH3G4u {
    align-items: center;
    display: flex;
    justify-content: center
}

.aMw4Jp .RH3G4u {
    animation-duration: .5s;
    animation-name: rAxA2y;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 100px;
    font-size: 9px;
    line-height: 9px;
    opacity: 0;
    position: relative
}

.aMw4Jp .s8q1KX {
    animation-duration: .5s;
    animation-name: ryfJyM
}

.aMw4Jp .O3jNyY {
    left: 3px;
    position: relative
}

.aMw4Jp .sLkljv {
    margin: 5px 0
}

.aMw4Jp .XsP_Mg {
    align-items: center;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    left: 0;
    min-height: 8px;
    min-width: 5px;
    position: absolute;
    right: 0;
    top: 0
}

.aMw4Jp .XsP_Mg span {
    display: block
}

@keyframes ryfJyM {
    0% {
        height: 22px;
        width: 22px
    }

    to {
        height: 30px;
        width: 30px
    }
}

@keyframes rAxA2y {
    0% {
        height: 22px;
        opacity: .9;
        padding: 19px;
        width: 22px
    }

    to {
        font-size: 14px;
        height: 30px;
        line-height: 14px;
        opacity: 0;
        padding: 25px;
        width: 30px
    }
}

.UuvzuH {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 1;
    outline: none;
    padding: 0;
    transition-duration: .2s;
    transition-property: opacity
}

.UuvzuH:hover {
    opacity: .7
}

.SWiF19 {
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    width: 0 !important
}

.P9q5GM {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100
}

.P9q5GM.L8SYSN {
    align-items: center;
    display: flex;
    justify-content: center
}

.jyZxBT {
    align-items: center;
    background: #000 no-repeat 50%;
    background-size: cover;
    bottom: 0;
    justify-content: center;
    right: 0
}

.jyZxBT,
.jyZxBT:before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.jyZxBT:before {
    background-color: rgba(0, 0, 0, .35);
    content: ""
}

.oVB0VT {
    cursor: pointer;
    height: 71px;
    opacity: 1;
    position: relative;
    width: 71px
}

[data-playable-hook=player-container][data-playable-max-width~="550px"] .oVB0VT {
    height: 54px;
    width: 54px
}

[data-playable-hook=player-container][data-playable-max-width~="400px"] .oVB0VT {
    height: 36px;
    width: 36px
}

.oVB0VT:hover {
    opacity: .8
}

.DUKkm6 {
    background: transparent
}

.CAErYx {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 1;
    outline: none;
    padding: 0;
    transition-duration: .2s;
    transition-property: opacity
}

.CAErYx:hover {
    opacity: .7
}

.qipy26 {
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    width: 0 !important
}

.HFEl1G {
    clip: rect(0, 48px, 48px, 24px);
    animation: bNfw61 1s linear infinite;
    color: #fff;
    display: none;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    width: 42px;
    z-index: 90
}

.HFEl1G.KRw0M5 {
    display: block
}

.HFEl1G:after {
    clip: rect(4px, 48px, 48px, 24px);
    animation: i0S9__ 1s linear infinite
}

.HFEl1G:after,
.HFEl1G:before {
    border: 3px solid currentColor;
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.HFEl1G:before {
    clip: rect(0, 48px, 48px, 24px);
    animation: m1Fg4V 1s linear infinite
}

@keyframes i0S9__ {
    50% {
        clip: rect(42px, 48px, 48px, 24px);
        animation-timing-function: ease-in-out
    }
}

@keyframes m1Fg4V {
    50% {
        clip: rect(0, 48px, 9px, 24px);
        animation-timing-function: ease-in-out;
        transform: rotate(135deg)
    }
}

@keyframes bNfw61 {
    0% {
        animation-timing-function: ease-out;
        transform: rotate(0)
    }

    45% {
        color: #fff;
        transform: rotate(18deg)
    }

    55% {
        transform: rotate(54deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.YNsbh9 {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.YNsbh9 .O1vZ1d {
    flex-grow: 2;
    position: relative
}

.RKqOM4 {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 1;
    outline: none;
    padding: 0;
    transition-duration: .2s;
    transition-property: opacity
}

.RKqOM4:hover {
    opacity: .7
}

.FmiuH4 {
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    width: 0 !important
}

.W0t_ic {
    position: relative;
    z-index: 60
}

.W0t_ic::-moz-focus-inner {
    border: 0
}

.W0t_ic.N2CfeM .BYXbSU,
.W0t_ic.N2CfeM .QAfchT {
    opacity: 1
}

.jw9Kj9 {
    flex-grow: 0
}

.jQne1L {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    position: relative
}

[data-playable-hook=player-container][data-playable-dir=ltr] .jQne1L {
    margin-left: 20px
}

[data-playable-hook=player-container][data-playable-dir=rtl] .jQne1L {
    direction: rtl;
    margin-right: 20px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .jQne1L {
    margin-top: 30px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true][data-playable-dir=ltr] .jQne1L {
    margin-left: 30px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true][data-playable-dir=rtl] .jQne1L {
    direction: rtl;
    margin-right: 30px
}

[data-playable-hook=player-container][data-playable-max-width~="550px"] .jQne1L {
    margin-top: 15px
}

[data-playable-hook=player-container][data-playable-max-width~="550px"][data-playable-dir=ltr] .jQne1L {
    margin-left: 15px
}

[data-playable-hook=player-container][data-playable-max-width~="550px"][data-playable-dir=rtl] .jQne1L {
    direction: rtl;
    margin-right: 15px
}

[data-playable-hook=player-container][data-playable-max-width~="280px"] .jQne1L {
    margin-top: 12px
}

[data-playable-hook=player-container][data-playable-max-width~="280px"][data-playable-dir=ltr] .jQne1L {
    margin-left: 12px
}

[data-playable-hook=player-container][data-playable-max-width~="280px"][data-playable-dir=rtl] .jQne1L {
    direction: rtl;
    margin-right: 12px
}

.QAfchT {
    flex-grow: 1;
    max-width: calc(100% - 200px)
}

.BYXbSU,
.QAfchT {
    opacity: 0;
    transition: opacity .2s
}

.BYXbSU {
    background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, .03) 24%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .3) 75%, rgba(0, 0, 0, .4));
    background-size: 100% 182px;
    height: 181px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.Oz1ffs {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 1;
    outline: none;
    padding: 0;
    transition-duration: .2s;
    transition-property: opacity
}

.Oz1ffs:hover {
    opacity: .7
}

.nhI_ow {
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    width: 0 !important
}

.ZDJjun {
    font-size: 16px;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

[data-playable-hook=player-container][data-playable-max-width~="550px"] .ZDJjun {
    font-size: 14px;
    line-height: 15px
}

[data-playable-hook=player-container][data-playable-max-width~="300px"] .ZDJjun {
    font-size: 12px;
    line-height: 13px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .ZDJjun {
    font-size: 20px;
    line-height: 20px
}

.ZDJjun.Jd96zq,
.w5jdg2 {
    cursor: pointer
}

.w5jdg2 {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    display: flex;
    justify-content: center;
    opacity: 1;
    outline: none;
    padding: 0;
    transition-duration: .2s;
    transition-property: opacity
}

.w5jdg2:hover {
    opacity: .7
}

.A2xlHS {
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    width: 0 !important
}

.BHUFEt {
    background-color: #959595;
    position: relative;
    transition: background-color .2s
}

[data-playable-hook=player-container][data-playable-dir=ltr] .BHUFEt {
    direction: ltr;
    margin-right: 15px
}

[data-playable-hook=player-container][data-playable-dir=rtl] .BHUFEt {
    direction: rtl;
    margin-left: 15px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true][data-playable-dir=ltr] .BHUFEt {
    margin-right: 20px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true][data-playable-dir=rtl] .BHUFEt {
    margin-left: 20px
}

[data-playable-hook=player-container][data-playable-max-width~="550px"][data-playable-dir=ltr] .BHUFEt {
    margin-right: 10px
}

[data-playable-hook=player-container][data-playable-max-width~="550px"][data-playable-dir=rtl] .BHUFEt {
    margin-left: 10px
}

[data-playable-hook=player-container][data-playable-max-width~="280px"] .BHUFEt {
    padding: 2px 3px
}

[data-playable-hook=player-container][data-playable-max-width~="280px"][data-playable-dir=ltr] .BHUFEt {
    margin-right: 10px
}

[data-playable-hook=player-container][data-playable-max-width~="280px"][data-playable-dir=rtl] .BHUFEt {
    margin-left: 10px
}

.BHUFEt.caCSqC {
    cursor: default
}

.BHUFEt.Pcf9Cx,
.BHUFEt:hover:not(.caCSqC) {
    background-color: #ea492e
}

.OebeZw {
    cursor: pointer
}

button.Gn8Gdq {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    outline: none;
    padding: 5px 6px;
    text-transform: uppercase !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[data-playable-hook=player-container][data-playable-max-width~="280px"] button.Gn8Gdq {
    font-size: 10px;
    line-height: 12px
}

.cA1asi {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 1;
    outline: none;
    padding: 0;
    transition-duration: .2s;
    transition-property: opacity
}

.cA1asi:hover {
    opacity: .7
}

.eIyVpE {
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    width: 0 !important
}

.QV8pil {
    display: flex;
    flex-direction: column;
    z-index: 60
}

.QV8pil::-moz-focus-inner {
    border: 0
}

.QV8pil.B8EVKv .etMMn5,
.QV8pil.YhkBZr .FUpTp7,
.QV8pil.YhkBZr .IT9grE,
.QV8pil.YhkBZr .V93u41,
.QV8pil.YhkBZr .etMMn5,
.QV8pil.YhkBZr .llN1CZ {
    opacity: 1
}

.QV8pil.Chkuci .NuiShs {
    margin-right: 14px
}

[data-playable-hook=player-container][data-playable-max-width~="550px"] .QV8pil.Chkuci .NuiShs {
    margin-right: 7px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .QV8pil.Chkuci .NuiShs {
    margin-right: 25px
}

.QV8pil.Chkuci .etMMn5,
.QV8pil.RJmkWq .yO0EFf,
.QV8pil.UALT0d .wkFNGC,
.QV8pil.bAjCHK .V93u41,
.QV8pil.l48Rm1 .QpVBT9,
.QV8pil.ojCqay .Y5bsSu,
.QV8pil.uWCPbp .lgDwRF,
.QV8pil.vG61jJ .NuiShs {
    display: none
}

.c2j4zU {
    display: flex;
    flex-grow: 2;
    width: 100%
}

.V93u41,
.c2j4zU {
    position: relative
}

.V93u41 {
    padding: 0 20px;
    top: 2px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .V93u41 {
    padding: 0 30px;
    top: 3px
}

[data-playable-hook=player-container][data-playable-max-width~="550px"] .V93u41 {
    padding: 0 15px
}

[data-playable-hook=player-container][data-playable-max-width~="280px"] .V93u41 {
    padding: 0 12px
}

.FUpTp7,
.V93u41,
.etMMn5,
.llN1CZ {
    opacity: 0;
    transition: opacity .2s
}

.FUpTp7,
.llN1CZ {
    align-items: center;
    display: flex;
    flex: 1;
    max-width: 100%;
    position: relative;
    width: 100%
}

.llN1CZ {
    justify-content: flex-end
}

.FUpTp7,
.etMMn5,
.llN1CZ {
    height: 54px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .FUpTp7,
[data-playable-hook=player-container][data-playable-in-full-screen=true] .etMMn5,
[data-playable-hook=player-container][data-playable-in-full-screen=true] .llN1CZ {
    height: 80px
}

[data-playable-hook=player-container][data-playable-max-width~="550px"] .FUpTp7,
[data-playable-hook=player-container][data-playable-max-width~="550px"] .etMMn5,
[data-playable-hook=player-container][data-playable-max-width~="550px"] .llN1CZ {
    height: 42px
}

[data-playable-hook=player-container][data-playable-max-width~="350px"] .FUpTp7,
[data-playable-hook=player-container][data-playable-max-width~="350px"] .etMMn5,
[data-playable-hook=player-container][data-playable-max-width~="350px"] .llN1CZ {
    height: 36px
}

.QpVBT9 {
    margin-left: 13px;
    margin-right: 8px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .QpVBT9 {
    margin-left: 20px;
    margin-right: 20px
}

[data-playable-hook=player-container][data-playable-max-width~="550px"] .QpVBT9 {
    margin-left: 7px
}

[data-playable-hook=player-container][data-playable-max-width~="280px"] .QpVBT9 {
    margin-left: 4px
}

.yO0EFf {
    margin-right: 13px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .yO0EFf {
    margin-right: 20px
}

.lgDwRF {
    margin-right: 18px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .lgDwRF {
    margin-right: 30px
}

[data-playable-hook=player-container][data-playable-max-width~="400px"] .lgDwRF {
    display: none
}

.Y5bsSu {
    margin-right: 8px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .Y5bsSu {
    margin-right: 18px
}

.NuiShs {
    margin-right: 8px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .NuiShs {
    margin-right: 18px
}

.wkFNGC {
    margin-right: 8px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .wkFNGC {
    margin-right: 18px
}

.etMMn5 {
    display: flex;
    margin-right: 14px
}

[data-playable-hook=player-container][data-playable-max-width~="550px"] .etMMn5 {
    margin-right: 9px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .etMMn5 {
    margin-right: 23px
}

[data-playable-hook=player-container][data-playable-max-width~="280px"] .etMMn5 {
    margin-right: 12px
}

.zumaah {
    margin-right: 8px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .zumaah {
    margin-right: 18px
}

.IT9grE {
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .03) 24%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .3) 75%, rgba(0, 0, 0, .4));
    background-size: 100% 182px;
    bottom: 0;
    height: 181px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: opacity .2s
}

.k8BjRZ {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 1;
    outline: none;
    padding: 0;
    transition-duration: .2s;
    transition-property: opacity
}

.k8BjRZ:hover {
    opacity: .7
}

.oc5p_Q {
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    width: 0 !important
}

.zllqXq {
    opacity: 0;
    position: absolute;
    transition: opacity .2s, visibility .2s;
    visibility: hidden;
    z-index: 100
}

.zllqXq.L_hw7T {
    background: rgba(0, 0, 0, .5);
    padding: 4px 5px
}

.zllqXq.xi74N4 {
    opacity: 1;
    visibility: visible
}

.L_hw7T .w1jcvC {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    white-space: nowrap
}

.y_umMm {
    bottom: 0;
    display: flex;
    left: 0;
    margin: 10px 10px 6px;
    position: absolute;
    right: 0;
    top: 0
}

.sJELUr {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 1;
    outline: none;
    padding: 0;
    transition-duration: .2s;
    transition-property: opacity
}

.sJELUr:hover {
    opacity: .7
}

.QOZHQ8 {
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    width: 0 !important
}

.ctBuTJ {
    display: block;
    height: 6px;
    position: relative;
    touch-action: none;
    transition: opacity .2s, visibility .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .ctBuTJ {
    height: 8px
}

.ctBuTJ.fnKqRA .acEE1I {
    background-color: #ea492e
}

.ctBuTJ.fnKqRA .w5RHza {
    background-color: rgba(234, 73, 46, .5)
}

.ctBuTJ.fnKqRA .RTqtKv {
    display: initial
}

.ctBuTJ.cdLzMy .gwBw85,
.ctBuTJ:hover .gwBw85,
[data-playable-hook=player-container][data-playable-in-full-screen=true] .ctBuTJ.cdLzMy .gwBw85,
[data-playable-hook=player-container][data-playable-in-full-screen=true] .ctBuTJ:hover .gwBw85 {
    transform: scaleY(1)
}

.ctBuTJ.cdLzMy .gwBw85 .w5RHza,
.ctBuTJ:hover .gwBw85 .w5RHza {
    opacity: 1
}

.ctBuTJ.cdLzMy .ctzVus,
.ctBuTJ.cdLzMy .gwBw85 .gPPH0B:after,
.ctBuTJ:hover .ctzVus,
.ctBuTJ:hover .gwBw85 .gPPH0B:after {
    transform: scale(1)
}

.ctBuTJ.cdLzMy .ctzVus.U89TWW,
.ctBuTJ:hover .ctzVus.U89TWW {
    left: 100%
}

.ctBuTJ.cdLzMy .RTqtKv,
.ctBuTJ:hover .RTqtKv {
    transform: scale(1.4)
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .ctBuTJ.cdLzMy .RTqtKv,
[data-playable-hook=player-container][data-playable-in-full-screen=true] .ctBuTJ:hover .RTqtKv {
    transform: scale(1.33)
}

.ctBuTJ.cdLzMy .RTqtKv.U89TWW,
.ctBuTJ:hover .RTqtKv.U89TWW {
    background-color: #fff
}

.mYR6uE {
    left: -6px;
    position: absolute;
    top: -3px;
    z-index: 7
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .mYR6uE {
    height: 16px;
    left: -8px;
    top: -4px;
    width: 16px
}

.ctzVus {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    cursor: pointer;
    display: block;
    height: 12px;
    transform: scale(0);
    transition: transform .1s cubic-bezier(0, 0, .2, 1);
    width: 12px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .ctzVus {
    height: 16px;
    width: 16px
}

.RTqtKv {
    background-color: #ea492e;
    border: 2px solid #bababa;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    height: 6px;
    position: absolute;
    right: -5px;
    top: -2px;
    transition: transform .1s cubic-bezier(0, 0, .2, 1);
    width: 6px;
    z-index: 6
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .RTqtKv {
    height: 8px;
    right: -6px;
    top: -2px;
    width: 8px
}

.RTqtKv:hover {
    background-color: #fff
}

.RTqtKv.QOZHQ8 {
    display: none
}

.gwBw85 {
    height: 6px;
    transform: scaleY(.34);
    transition: transform .1s cubic-bezier(0, 0, .2, 1)
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .gwBw85 {
    height: 8px;
    transform: scaleY(.25)
}

.u1j2LK {
    height: 6px;
    padding: 0;
    position: absolute
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .u1j2LK {
    height: 8px
}

.acEE1I {
    background-color: #fff;
    transform-origin: 0 0;
    width: 100%
}

.aJcGTx {
    transition: width .2s ease
}

.WdW6QO,
.aJcGTx {
    background-color: hsla(0, 0%, 100%, .25)
}

.WdW6QO {
    width: 100%
}

.w5RHza {
    background-color: hsla(0, 0%, 100%, .5);
    transition: opacity .2s
}

.mKA4v0 {
    background-color: transparent;
    height: 100%;
    overflow-x: hidden;
    width: 100%
}

.gPPH0B,
.gPPH0B:after,
.mKA4v0 {
    position: absolute
}

.gPPH0B:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 6px;
    opacity: .6;
    right: -3px;
    transform: scale(0);
    transition: transform .1s cubic-bezier(0, 0, .2, 1);
    width: 6px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .gPPH0B:after {
    height: 8px;
    right: -4px;
    width: 8px
}

.gPPH0B:after:hover {
    opacity: 1
}

.O7e4CU {
    cursor: pointer;
    display: block;
    height: 16px;
    opacity: 0;
    position: relative;
    top: -11px;
    width: 100%;
    z-index: 5
}

[data-playable-focus-source=key] [data-playable-hook=progress-control].focus-within,
[data-playable-focus-source=script] [data-playable-hook=progress-control].focus-within {
    box-shadow: 0 0 0 2px rgba(56, 153, 236, .8);
    opacity: 1
}

.oSuh0p {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 1;
    outline: none;
    padding: 0;
    transition-duration: .2s;
    transition-property: opacity
}

.oSuh0p:hover {
    opacity: .7
}

.oNQb99 {
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    width: 0 !important
}

._90z7w {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    position: relative
}

.W2aIUN {
    height: 26px;
    min-height: 26px;
    min-width: 26px;
    width: 26px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .W2aIUN {
    height: 35px;
    min-height: 35px;
    min-width: 35px;
    width: 35px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .W2aIUN ._fnLlj {
    display: none
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .W2aIUN .NNvLPR {
    display: block
}

.W2aIUN .KgK6KM {
    display: none
}

.W2aIUN .gek6yh,
.W2aIUN.FBQO6r .KgK6KM {
    display: block
}

.W2aIUN.FBQO6r .gek6yh {
    display: none
}

.W2aIUN ._fnLlj {
    display: block
}

.W2aIUN .NNvLPR {
    display: none
}

.WiTPiC {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 1;
    outline: none;
    padding: 0;
    transition-duration: .2s;
    transition-property: opacity
}

.WiTPiC:hover {
    opacity: .7
}

.sE31hn {
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    width: 0 !important
}

.KpdQrc {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    height: 25px
}

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

[data-playable-hook=player-container][data-playable-in-full-screen=true] .gkGtxN {
    font-size: 14px;
    line-height: 14px
}

.pkI6sF {
    margin-left: 5px
}

.pkI6sF:before {
    content: "/";
    margin-right: 4px
}

.LyvFhE .Nidhcc,
.LyvFhE .pkI6sF {
    display: none
}

.rnG1K6 {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 1;
    outline: none;
    padding: 0;
    transition-duration: .2s;
    transition-property: opacity
}

.rnG1K6:hover {
    opacity: .7
}

.oI7XOE {
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    width: 0 !important
}

.dqR62d {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
    transition: width .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .dqR62d {
    height: 35px
}

.dqR62d.C7Gq5G .Z8Ru_i,
.dqR62d:hover .Z8Ru_i {
    margin-right: 5px;
    opacity: 1;
    width: 50px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .dqR62d.C7Gq5G .Z8Ru_i,
[data-playable-hook=player-container][data-playable-in-full-screen=true] .dqR62d:hover .Z8Ru_i {
    margin-right: 10px;
    width: 90px
}

.ToIAK9,
.VTppQd,
._7tzdU,
.ztCxq7 {
    display: none
}

.zuqkBx {
    height: 26px;
    min-height: 26px;
    min-width: 26px;
    padding: 0;
    width: 26px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .zuqkBx {
    height: 35px;
    min-height: 35px;
    min-width: 35px;
    width: 35px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .zuqkBx .aEw8y1 {
    display: none
}

.zuqkBx .aEw8y1,
.zuqkBx.KzpsnN ._7tzdU,
.zuqkBx.XubB8i .ztCxq7,
.zuqkBx.qJrrld .ztCxq7,
.zuqkBx.yLMtC2 .ToIAK9,
[data-playable-hook=player-container][data-playable-in-full-screen=true] .zuqkBx .f6CCWN {
    display: block
}

.zuqkBx .f6CCWN {
    display: none
}

.Z8Ru_i {
    display: block;
    height: 25px;
    margin-left: 2px;
    opacity: 0;
    position: relative;
    transition: opacity .2s, width .2s;
    width: 0
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .Z8Ru_i {
    margin-left: 5px
}

.MRjoHU {
    height: 2px;
    padding: 0;
    position: absolute;
    top: 11.5px
}

.MP5ZfL:after {
    border-radius: 50%;
    content: "";
    height: 8px;
    position: absolute;
    right: -4px;
    top: -3px;
    transition: opacity .2s;
    width: 8px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .MP5ZfL:after {
    height: 10px;
    right: -5px;
    top: -4px;
    width: 10px
}

.XbJXgH,
.ylsu_r {
    width: 100%
}

.ylsu_r {
    cursor: pointer;
    display: block;
    height: 25px;
    opacity: 0;
    position: relative;
    z-index: 5
}

[data-playable-focus-source=key] [data-playable-hook=volume-control] .focus-within.Z8Ru_i,
[data-playable-focus-source=script] [data-playable-hook=volume-control] .focus-within.Z8Ru_i {
    box-shadow: 0 0 0 2px rgba(56, 153, 236, .8);
    margin-right: 5px;
    opacity: 1;
    width: 50px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] [data-playable-focus-source=key] [data-playable-hook=volume-control] .focus-within.Z8Ru_i,
[data-playable-hook=player-container][data-playable-in-full-screen=true] [data-playable-focus-source=script] [data-playable-hook=volume-control] .focus-within.Z8Ru_i {
    margin-right: 10px;
    width: 90px
}

.SikRew {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 1;
    outline: none;
    padding: 0;
    transition-duration: .2s;
    transition-property: opacity
}

.SikRew:hover {
    opacity: .7
}

.SDCtMN {
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    width: 0 !important
}

.hKOrCk {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.Cn9dEu {
    height: 26px;
    min-height: 26px;
    min-width: 26px;
    transition: transform .2s;
    width: 26px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .Cn9dEu {
    height: 35px;
    width: 35px
}

.Cn9dEu:hover {
    transform: scale(1.18)
}

.Cn9dEu .B_N5WW {
    display: block
}

.Cn9dEu .D7xTDF {
    display: none
}

.Cn9dEu.UZeOX4:hover {
    transform: scale(.8)
}

.Cn9dEu.UZeOX4 .B_N5WW {
    display: none
}

.Cn9dEu.UZeOX4 .D7xTDF {
    display: block
}

.nKEFMs {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 1;
    outline: none;
    padding: 0;
    transition-duration: .2s;
    transition-property: opacity
}

.nKEFMs:hover {
    opacity: .7
}

.SxDloc {
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    width: 0 !important
}

.pAPwip {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.Fl7sUm {
    height: 26px;
    min-height: 26px;
    min-width: 26px;
    transition: transform .2s;
    width: 26px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .Fl7sUm {
    height: 35px;
    min-height: 21px;
    min-width: 35px;
    width: 35px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .Fl7sUm .cwmXNz {
    display: none
}

.Fl7sUm .Ukb5XC,
[data-playable-hook=player-container][data-playable-in-full-screen=true] .Fl7sUm .yVltgc {
    display: block
}

.Fl7sUm .ViNbIi {
    display: none
}

.Fl7sUm .cwmXNz {
    display: block
}

.Fl7sUm .yVltgc {
    display: none
}

.Fl7sUm:hover {
    transform: scale(1.18)
}

.Fl7sUm.ShbU38:hover {
    transform: scale(.8)
}

.Fl7sUm.ShbU38 .Ukb5XC {
    display: none
}

.Fl7sUm.ShbU38 .ViNbIi {
    display: block
}

.NspOOT {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 1;
    outline: none;
    padding: 0;
    transition-duration: .2s;
    transition-property: opacity
}

.NspOOT:hover {
    opacity: .7
}

.XWBvFW {
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    width: 0 !important
}

.A6A8Dz {
    align-items: center;
    display: flex;
    justify-content: center;
    opacity: 1;
    position: relative;
    transition: opacity .2s;
    transition-duration: .2s;
    z-index: 3
}

.A6A8Dz:hover .V5xX43 {
    opacity: .7
}

.F87Un8 {
    max-height: 26px;
    max-width: 125px;
    transition: opacity .2s
}

[data-playable-hook=player-container][data-playable-max-width~="550px"] .F87Un8 {
    max-height: 20px;
    max-width: 90px
}

[data-playable-hook=player-container][data-playable-max-width~="350px"] .F87Un8 {
    max-height: 18px;
    max-width: 70px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .F87Un8 {
    max-height: 36px;
    max-width: 450px
}

.F87Un8.XWBvFW {
    display: none
}

.enmd7C {
    height: 26px;
    min-height: 26px;
    min-width: 26px;
    transition: transform .2s;
    width: 26px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .enmd7C {
    height: 35px;
    min-height: 35px;
    min-width: 35px;
    width: 35px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .enmd7C .vRtcOZ {
    display: none
}

.enmd7C .vRtcOZ,
[data-playable-hook=player-container][data-playable-in-full-screen=true] .enmd7C .RBEUr7 {
    display: block
}

.enmd7C .RBEUr7 {
    display: none
}

.enmd7C:hover {
    transform: scale(1.2)
}

.h4iEJm {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 1;
    outline: none;
    padding: 0;
    transition-duration: .2s;
    transition-property: opacity
}

.h4iEJm:hover {
    opacity: .7
}

.Xm5eRr {
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    width: 0 !important
}

.k85XnN {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.urzrNl {
    height: 26px;
    min-height: 26px;
    min-width: 26px;
    transition: transform .2s;
    width: 26px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .urzrNl {
    height: 35px;
    min-height: 21px;
    min-width: 35px;
    width: 35px
}

[data-playable-hook=player-container][data-playable-in-full-screen=true] .urzrNl .VAQcIh {
    display: none
}

.urzrNl .VAQcIh,
[data-playable-hook=player-container][data-playable-in-full-screen=true] .urzrNl .R4TBlN {
    display: block
}

.urzrNl .R4TBlN {
    display: none
}

.urzrNl:hover {
    transform: scale(1.18)
}

.cete1q {
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    border: 2px solid rgba(0, 0, 0, .5);
    border-radius: 2px;
    display: flex;
    flex-direction: column-reverse;
    height: 90px;
    width: 180px
}

.cete1q.ex4YgN {
    border: none;
    border-radius: 0;
    height: auto;
    width: auto
}

.Epa8Ug,
.hHw66W {
    bottom: 2px;
    height: 90px;
    left: 2px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 180px
}

.Epa8Ug {
    z-index: 2
}

.hHw66W {
    z-index: 1
}

.ex4YgN .nIb7Tl {
    background: none
}

.ex4YgN .Epa8Ug,
.ex4YgN .hHw66W {
    height: 0;
    width: 0
}

.nIb7Tl {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    padding: 4px 5px;
    position: relative;
    white-space: nowrap;
    z-index: 3
}

.pVM1ey {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 1;
    outline: none;
    padding: 0;
    transition-duration: .2s;
    transition-property: opacity
}

.pVM1ey:hover {
    opacity: .7
}

.pE6VGN {
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    width: 0 !important
}

.VH7UEc {
    align-items: center;
    background-color: #000;
    display: flex;
    flex-direction: column-reverse;
    pointer-events: none;
    z-index: 55
}

.P_YO_v,
.VH7UEc {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.P_YO_v {
    opacity: .5;
    z-index: 2
}

.Tj01hh,
.jhxvbR {
    display: block;
    height: 100%;
    width: 100%
}

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

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

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

.PlayableCover847694237__root {
    background: #000 50% 50% no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.PlayableCover847694237__responsiveMode {
    align-items: center;
    display: flex;
    overflow: hidden
}

.PlayableCover847694237__overlay {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%
}

.PlayableCover847694237__root.PlayableCover847694237--transparentOverlay {
    background: transparent
}

.PlayableCover847694237__title {
    color: #fff;
    font-family: proxima-n-w01-reg, sans-serif;
    font-size: 40px;
    line-height: 1.4em;
    margin: 0 0 15px;
    padding: 0 10%;
    text-align: center
}

.PlayableCover847694237__poster {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.PlayableCover847694237__playButton {
    background: transparent;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px;
    padding: 0;
    transition: opacity .2s ease;
    width: 50px
}

.MW5IWV {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV.N3eg0s {
    clip: rect(0, auto, auto, 0)
}

.MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV .dLPlxY {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity)
}

.MW5IWV .dLPlxY img {
    height: 100%;
    width: 100%
}

@supports(-webkit-hyphens:none) {
    .MW5IWV.N3eg0s {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.VgO9Yg {
    height: 100%
}

.LWbAav {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.K_YxMd,
.yK6aSC {
    opacity: var(--fill-layer-video-opacity)
}

.NGjcJN {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.mNGsUM {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

.K_YxMd {
    height: 100%;
    position: relative;
    width: 100%
}

wix-media-canvas {
    display: block;
    height: 100%
}

.I8xA4L {
    opacity: var(--fill-layer-video-opacity, var(--fill-layer-image-opacity, 1))
}

.I8xA4L .K_YxMd,
.I8xA4L .dLPlxY,
.I8xA4L .yK6aSC {
    opacity: 1
}

.Oqnisf {
    overflow: visible
}

.Oqnisf>.MW5IWV .LWbAav {
    background-color: var(--section-corvid-background-color, var(--bg-overlay-color))
}

.cM88eO {
    backface-visibility: hidden
}

.YtfWHd {
    left: 0;
    top: 0
}

.YtfWHd,
.mj3xJ8 {
    position: absolute
}

.mj3xJ8 {
    clip: rect(0 0 0 0);
    align-items: center;
    background-color: #fff;
    border-radius: 24px;
    bottom: 10px;
    color: #000;
    display: flex;
    height: 25px;
    left: 10px;
    outline: 2px solid #000;
    padding: 5px 10px;
    pointer-events: none;
    z-index: 1000
}

.mj3xJ8:active,
.mj3xJ8:focus {
    clip: auto;
    pointer-events: auto
}

.Tj01hh,
.jhxvbR {
    display: block;
    height: 100%;
    width: 100%
}

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

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

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

.bX9O_S {
    clip-path: var(--fill-layer-clip)
}

.Z_wCwr,
.bX9O_S {
    position: absolute;
    top: 0
}

.Jxk_UL img,
.Z_wCwr,
.bX9O_S {
    height: 100%;
    width: 100%
}

.K8MSra {
    opacity: 0
}

.K8MSra,
.YTb3b4 {
    position: absolute;
    top: 0
}

.YTb3b4 {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.SUz0WK {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position)
}

.FNxOn5,
.SUz0WK,
.m4khSP {
    height: 100%;
    top: 0;
    width: 100%
}

.FNxOn5 {
    position: absolute
}

.m4khSP {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports(mix-blend-mode:overlay) {
    .m4khSP {
        mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
    }
}

.dkukWC {
    --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1));
    --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
    --divider-pin-border__: min(1, calc(var(--divider-layers-pin-factor__) / -1 + 1));
    height: calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__))
}

.dkukWC,
.dkukWC .FRCqDF {
    left: 0;
    position: absolute;
    width: 100%
}

.dkukWC .FRCqDF {
    --divider-layer-i__: var(--divider-layer-i, 0);
    background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom;
    background-repeat: repeat-x;
    border-bottom-style: solid;
    border-bottom-width: calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__));
    height: calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__));
    opacity: calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1))
}

.xnZvZH {
    --divider-height__: var(--divider-top-height, auto);
    --divider-offset-x__: var(--divider-top-offset-x, 0px);
    --divider-layers-size__: var(--divider-top-layers-size, 0);
    --divider-layers-y__: var(--divider-top-layers-y, 0px);
    --divider-layers-x__: var(--divider-top-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
    border-top: var(--divider-top-padding, 0) solid var(--divider-top-color, currentColor);
    opacity: var(--divider-top-opacity, 1);
    top: 0;
    transform: var(--divider-top-flip, scaleY(-1))
}

.xnZvZH .FRCqDF {
    background-image: var(--divider-top-image, none);
    background-size: var(--divider-top-size, contain);
    border-color: var(--divider-top-color, currentColor);
    bottom: 0;
    filter: var(--divider-top-filter, none)
}

.xnZvZH .FRCqDF[data-divider-layer="1"] {
    display: var(--divider-top-layer-1-display, block)
}

.xnZvZH .FRCqDF[data-divider-layer="2"] {
    display: var(--divider-top-layer-2-display, block)
}

.xnZvZH .FRCqDF[data-divider-layer="3"] {
    display: var(--divider-top-layer-3-display, block)
}

.MBOSCN {
    --divider-height__: var(--divider-bottom-height, auto);
    --divider-offset-x__: var(--divider-bottom-offset-x, 0px);
    --divider-layers-size__: var(--divider-bottom-layers-size, 0);
    --divider-layers-y__: var(--divider-bottom-layers-y, 0px);
    --divider-layers-x__: var(--divider-bottom-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor, 0);
    border-bottom: var(--divider-bottom-padding, 0) solid var(--divider-bottom-color, currentColor);
    bottom: 0;
    opacity: var(--divider-bottom-opacity, 1);
    transform: var(--divider-bottom-flip, none)
}

.MBOSCN .FRCqDF {
    background-image: var(--divider-bottom-image, none);
    background-size: var(--divider-bottom-size, contain);
    border-color: var(--divider-bottom-color, currentColor);
    bottom: 0;
    filter: var(--divider-bottom-filter, none)
}

.MBOSCN .FRCqDF[data-divider-layer="1"] {
    display: var(--divider-bottom-layer-1-display, block)
}

.MBOSCN .FRCqDF[data-divider-layer="2"] {
    display: var(--divider-bottom-layer-2-display, block)
}

.MBOSCN .FRCqDF[data-divider-layer="3"] {
    display: var(--divider-bottom-layer-3-display, block)
}

: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-bottom: var(--padding-y);
    padding-left: var(--padding-x, 0);
    padding-right: var(--padding-x, 0);
    padding-top: var(--padding-y);
    position: relative
}

:host(.device-mobile-optimized) .V5AUxf>*,
body.device-mobile-optimized .V5AUxf>* {
    margin-bottom: var(--margin);
    position: relative
}

:host(.device-mobile-optimized) .V5AUxf>:first-child,
body.device-mobile-optimized .V5AUxf>:first-child {
    margin-top: var(--firstChildMarginTop, 0)
}

:host(.device-mobile-optimized) .V5AUxf>:last-child,
body.device-mobile-optimized .V5AUxf>:last-child {
    margin-bottom: var(--lastChildMarginBottom)
}

.LIhNy3 {
    backface-visibility: hidden
}

.jhxvbR,
.mtrorN {
    display: block;
    height: 100%;
    width: 100%
}

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

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

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

.if7Vw2 {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.if7Vw2.f0uTJH {
    clip: rect(0, auto, auto, 0)
}

.if7Vw2 .i1tH8h {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.if7Vw2 .DXi4PB {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity)
}

.if7Vw2 .DXi4PB img {
    height: 100%;
    width: 100%
}

@supports(-webkit-hyphens:none) {
    .if7Vw2.f0uTJH {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.wG8dni {
    height: 100%
}

.tcElKx {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.ImALHf,
.Ybjs9b {
    opacity: var(--fill-layer-video-opacity)
}

.UWmm3w {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.Yjj1af {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

.ImALHf {
    height: 100%;
    position: relative;
    width: 100%
}

wix-media-canvas {
    display: block;
    height: 100%
}

.KCM6zk {
    opacity: var(--fill-layer-video-opacity, var(--fill-layer-image-opacity, 1))
}

.KCM6zk .DXi4PB,
.KCM6zk .ImALHf,
.KCM6zk .Ybjs9b {
    opacity: 1
}

._uqPqy {
    clip-path: var(--fill-layer-clip)
}

._uqPqy,
.eKyYhK {
    position: absolute;
    top: 0
}

._uqPqy,
.eKyYhK,
.x0mqQS img {
    height: 100%;
    width: 100%
}

.pnCr6P {
    opacity: 0
}

.blf7sp,
.pnCr6P {
    position: absolute;
    top: 0
}

.blf7sp {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.rWP3Gv {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position)
}

.Tr4n3d,
.rWP3Gv,
.wRqk6s {
    height: 100%;
    top: 0;
    width: 100%
}

.wRqk6s {
    position: absolute
}

.Tr4n3d {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports(mix-blend-mode:overlay) {
    .Tr4n3d {
        mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
    }
}

.VXAmO2 {
    --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1));
    --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
    --divider-pin-border__: min(1, calc(var(--divider-layers-pin-factor__) / -1 + 1));
    height: calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__))
}

.VXAmO2,
.VXAmO2 .dy3w_9 {
    left: 0;
    position: absolute;
    width: 100%
}

.VXAmO2 .dy3w_9 {
    --divider-layer-i__: var(--divider-layer-i, 0);
    background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom;
    background-repeat: repeat-x;
    border-bottom-style: solid;
    border-bottom-width: calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__));
    height: calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__));
    opacity: calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1))
}

.UORcXs {
    --divider-height__: var(--divider-top-height, auto);
    --divider-offset-x__: var(--divider-top-offset-x, 0px);
    --divider-layers-size__: var(--divider-top-layers-size, 0);
    --divider-layers-y__: var(--divider-top-layers-y, 0px);
    --divider-layers-x__: var(--divider-top-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
    border-top: var(--divider-top-padding, 0) solid var(--divider-top-color, currentColor);
    opacity: var(--divider-top-opacity, 1);
    top: 0;
    transform: var(--divider-top-flip, scaleY(-1))
}

.UORcXs .dy3w_9 {
    background-image: var(--divider-top-image, none);
    background-size: var(--divider-top-size, contain);
    border-color: var(--divider-top-color, currentColor);
    bottom: 0;
    filter: var(--divider-top-filter, none)
}

.UORcXs .dy3w_9[data-divider-layer="1"] {
    display: var(--divider-top-layer-1-display, block)
}

.UORcXs .dy3w_9[data-divider-layer="2"] {
    display: var(--divider-top-layer-2-display, block)
}

.UORcXs .dy3w_9[data-divider-layer="3"] {
    display: var(--divider-top-layer-3-display, block)
}

.Io4VUz {
    --divider-height__: var(--divider-bottom-height, auto);
    --divider-offset-x__: var(--divider-bottom-offset-x, 0px);
    --divider-layers-size__: var(--divider-bottom-layers-size, 0);
    --divider-layers-y__: var(--divider-bottom-layers-y, 0px);
    --divider-layers-x__: var(--divider-bottom-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor, 0);
    border-bottom: var(--divider-bottom-padding, 0) solid var(--divider-bottom-color, currentColor);
    bottom: 0;
    opacity: var(--divider-bottom-opacity, 1);
    transform: var(--divider-bottom-flip, none)
}

.Io4VUz .dy3w_9 {
    background-image: var(--divider-bottom-image, none);
    background-size: var(--divider-bottom-size, contain);
    border-color: var(--divider-bottom-color, currentColor);
    bottom: 0;
    filter: var(--divider-bottom-filter, none)
}

.Io4VUz .dy3w_9[data-divider-layer="1"] {
    display: var(--divider-bottom-layer-1-display, block)
}

.Io4VUz .dy3w_9[data-divider-layer="2"] {
    display: var(--divider-bottom-layer-2-display, block)
}

.Io4VUz .dy3w_9[data-divider-layer="3"] {
    display: var(--divider-bottom-layer-3-display, block)
}

.J6KGih {
    cursor: pointer
}

.rM7ckN {
    --container-corvid-border-color: rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
    --container-corvid-border-size: var(--brw, 1px);
    --container-corvid-background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    --overflow-wrapper-border-radius: var(--rd);
    --backdrop-filter: $backdrop-filter
}

.YJEKQk {
    background: none !important;
    border: none !important;
    box-shadow: none !important
}

.InKIFF {
    -webkit-backdrop-filter: var(--backdrop-filter, none);
    backdrop-filter: var(--backdrop-filter, none);
    background-color: var(--container-corvid-background-color, rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1)));
    background-image: var(--bg-gradient, none);
    border: var(--container-corvid-border-width, var(--brw, 1px)) solid var(--container-corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1)));
    border-radius: var(--rd, 5px);
    bottom: 0;
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.YAf4Ti {
    bottom: 0 !important;
    height: unset !important;
    left: 0 !important;
    margin: 0 !important;
    max-height: unset !important;
    max-width: unset !important;
    min-height: unset !important;
    min-width: unset !important;
    padding: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: unset !important;
    z-index: unset !important
}

.TabsList2027980309__root {
    box-sizing: border-box;
    direction: var(--tabs-list-direction, initial);
    display: flex;
    height: var(--tabs-list-height, auto);
    inset-inline-start: 0;
    position: var(--tabs-list-position, relative);
    width: var(--tabs-list-width, unset)
}

.TabsList2027980309__tabsList {
    --orientation: var(--tabs-list-orientation, horizontal);
    -ms-overflow-style: none;
    align-items: stretch;
    display: flex;
    flex-direction: var(--tabs-list-flex-direction, row);
    flex-wrap: var(--tabs-list-flex-wrap, nowrap);
    gap: var(--tabs-list-items-row-gap, 0) var(--tabs-list-items-col-gap, 0);
    justify-content: var(--tabs-list-justify-content, normal);
    min-height: 24px;
    overflow-x: var(--tabs-list-overflow-x, visible);
    overflow-y: var(--tabs-list-overflow-y, visible);
    scrollbar-width: none;
    width: var(--tabs-list-width, unset)
}

.TabsList2027980309__tab:first-child {
    margin-inline-start: var(--tabs-list-first-child-margin-start, 0)
}

.TabsList2027980309__tab:last-child {
    margin-inline-end: var(--tabs-list-last-child-margin-end, 0)
}

.TabsList2027980309__tabsList::-webkit-scrollbar {
    display: none
}

.TabsList2027980309__tab {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    align-items: center;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: var(--tabs-list-item-border-width, 0);
    cursor: pointer;
    display: flex;
    flex-grow: var(--tabs-list-item-flex-grow, 0);
    justify-content: var(--tabs-list-content-alignment, flex-start);
    padding: var(--tabs-list-vertical-padding, 20px) var(--tabs-list-horizontal-padding, 20px);
    white-space: nowrap
}

.focus-ring-active.keyboard-tabbing-on .TabsList2027980309__tab:focus {
    outline: 2px solid #116dff;
    outline-offset: 1px;
    z-index: 1
}

.TabsList2027980309__tab.TabsList2027980309--current {
    border-bottom-color: rgba(var(--color-8), var(--alpha-color-8, 1))
}

.TabsList2027980309__scrollButton:first-child {
    inset-block-end: var(--tabs-list-back-button-block-end, unset);
    inset-block-start: 0;
    inset-inline-end: var(--tabs-list-back-button-inline-end, unset);
    inset-inline-start: 0
}

.TabsList2027980309__scrollButton:last-child {
    inset-block-end: 0;
    inset-block-start: var(--tabs-list-forward-button-block-start, unset);
    inset-inline-end: 0;
    inset-inline-start: var(--tabs-list-forward-button-inline-start, unset)
}

.TabsList2027980309__label {
    -archetype: text;
    overflow: var(--tab-label-overflow, unset);
    text-overflow: var(--tab-label-text-overflow, unset)
}

.TabsScrollButton1157534303__root {
    align-items: center;
    cursor: default;
    display: var(--tabs-list-scroll-buttons-display, flex);
    justify-content: center;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transform: var(--tabs-list-scroll-buttons-transform, scaleX(1));
    transition: opacity .1s ease-in-out;
    width: 0
}

.TabsScrollButton1157534303__root.TabsScrollButton1157534303--isVisible,
.TabsScrollButton1157534303__root[data-preview~=isVisible] {
    cursor: pointer;
    opacity: 1;
    width: auto
}

.TabsScrollButton1157534303__icon {
    transform: var(--tabs-list-scroll-icons-transform, rotate(0))
}

.Tabscomponent1176390459__root {
    -archetype: box;
    --display: flex;
    display: var(--display);
    flex: 1;
    flex-direction: var(--tabs-container-flex-direction, column);
    gap: var(--tabs-list-container-gap, 0);
    height: 100%;
    min-height: 0;
    min-width: 0;
    padding-left: var(--tabs-padding-left, 0);
    padding-right: var(--tabs-padding-right, 0);
    position: var(--tabs-position, unset)
}

.Tabscomponent1176390459__multiStateBoxWrapper {
    box-sizing: border-box;
    flex: 1;
    width: var(--multi-state-wrapper-width, 100%)
}

.Tabscomponent1176390459__tabPanelWrapper {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0
}

.Tabscomponent1176390459__tabPanelWrapper.Tabscomponent1176390459--isVisible {
    height: 100%;
    overflow: revert;
    visibility: revert;
    width: 100%
}

.Tabscomponent1176390459__animationWrapper.Tabscomponent1176390459---phase-12-enter-active {
    overflow: clip
}

.Tabscomponent1176390459__animationWrapper.Tabscomponent1176390459---phase-10-enter-done {
    overflow: revert
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes floatFromTop {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes floatFromBottom {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

.Tabscomponent1176390459__tabPanelWrapper.Tabscomponent1176390459---phase-12-enter-active {
    animation-duration: var(--tab-animation-duration);
    animation-name: var(--tab-enter-animation-name)
}

.Tabscomponent1176390459__tabPanelWrapper.Tabscomponent1176390459---phase-11-exit-active {
    animation-duration: var(--tab-animation-duration);
    animation-name: var(--tab-exit-animation-name)
}


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


.OQ8Tzd,
.nKphmK {
    overflow: hidden
}

.nKphmK {
    height: 100%;
    position: relative;
    width: 100%
}

.nKphmK:-ms-fullscreen {
    min-height: auto !important
}

.nKphmK:fullscreen {
    min-height: auto !important
}

.pvlz2w {
    visibility: hidden
}


.TWFxr5 {
    height: auto !important
}

.May50y {
    overflow: hidden !important
}


#masterPage:not(.landingPage) #PAGES_CONTAINER {
    margin-top: 0px;
    margin-bottom: 0px;
}

#masterPage.landingPage #soapAfterPagesContainer,
#masterPage.landingPage #soapBeforePagesContainer {
    margin-top: 94px;
}

#masterPage.landingPage #SITE_FOOTER {
    display: none;
}

#masterPage.landingPage #SITE_HEADER {
    display: none;
}

#masterPage.landingPage #CONTROLLER_COMP_CUSTOM_ID {
    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;
}

#SITE_FOOTER {
    --pinned-layer-in-container: 50;
    --above-all-in-container: 49;
}

#SITE_HEADER {
    z-index: 51;
    --above-all-in-container: 10000;
}

#PAGES_CONTAINER {
    --pinned-layer-in-container: 52;
    --above-all-in-container: 49;
}

#CONTROLLER_COMP_CUSTOM_ID {
    --pinned-layer-in-container: 53;
    --above-all-in-container: 49;
}

[id="soapAfterPagesContainer"].page-without-sosp [data-mesh-id=soapAfterPagesContainerinlineContent] {
    height: auto;
    width: 100%;
    position: static;
    min-height: auto;
    padding-bottom: 0px;
    box-sizing: border-box;
}

[id="soapAfterPagesContainer"].page-without-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer]>[id="CONTROLLER_COMP_CUSTOM_ID"] {
    position: absolute;
    top: 15px;
    left: 20px;
    margin-left: calc((100% - 980px) * 0.5);
}

[id="soapAfterPagesContainer"].page-with-sosp [data-mesh-id=soapAfterPagesContainerinlineContent] {
    height: auto;
    width: 100%;
    position: static;
    min-height: auto;
    padding-bottom: 0px;
    box-sizing: border-box;
}

[id="soapAfterPagesContainer"].page-with-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer]>[id="CONTROLLER_COMP_CUSTOM_ID"] {
    position: absolute;
    top: 15px;
    left: 20px;
    margin-left: calc((100% - 980px) * 0.5);
}

: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: 0, 0, 0;
    --color_12: 64, 64, 64;
    --color_13: 128, 128, 128;
    --color_14: 191, 191, 191;
    --color_15: 255, 255, 255;
    --color_16: 21, 56, 63;
    --color_17: 203, 249, 253;
    --color_18: 255, 255, 255;
    --color_19: 140, 199, 211;
    --color_20: 181, 224, 233;
    --color_21: 37, 45, 40;
    --color_22: 75, 90, 81;
    --color_23: 112, 135, 121;
    --color_24: 160, 175, 166;
    --color_25: 203, 215, 208;
    --color_26: 79, 51, 22;
    --color_27: 158, 102, 44;
    --color_28: 237, 153, 66;
    --color_29: 243, 200, 155;
    --color_30: 249, 220, 189;
    --color_31: 20, 30, 62;
    --color_32: 40, 61, 124;
    --color_33: 60, 91, 186;
    --color_34: 138, 156, 209;
    --color_35: 180, 193, 232;
    --color_36: 0, 0, 0;
    --color_37: 255, 255, 255;
    --color_38: 64, 64, 64;
    --color_39: 128, 128, 128;
    --color_40: 191, 191, 191;
    --color_41: 203, 249, 253;
    --color_42: 85, 180, 241;
    --color_43: 102, 102, 102;
    --color_44: 0, 0, 0;
    --color_45: 255, 255, 255;
    --color_46: 255, 255, 255;
    --color_47: 191, 191, 191;
    --color_48: 255, 255, 255;
    --color_49: 255, 255, 255;
    --color_50: 0, 0, 0;
    --color_51: 0, 0, 0;
    --color_52: 255, 255, 255;
    --color_53: 255, 255, 255;
    --color_54: 128, 128, 128;
    --color_55: 128, 128, 128;
    --color_56: 0, 0, 0;
    --color_57: 0, 0, 0;
    --color_58: 255, 255, 255;
    --color_59: 255, 255, 255;
    --color_60: 255, 255, 255;
    --color_61: 255, 255, 255;
    --color_62: 0, 0, 0;
    --color_63: 0, 0, 0;
    --color_64: 128, 128, 128;
    --color_65: 128, 128, 128;
    --font_0: normal normal normal 28px/1.4em 'eb garamond', serif;
    --font_1: normal normal normal 16px/1.4em din-next-w01-light, sans-serif;
    --font_2: normal normal normal 18px/1.4em 'eb garamond', serif;
    --font_3: normal normal bold 16px/1.4em 'eb garamond', serif;
    --font_4: normal normal normal 110px/1.4em 'eb garamond', serif;
    --font_5: normal normal bold 19px/1.4em 'eb garamond', serif;
    --font_6: italic normal bold 17px/1.4em 'eb garamond', serif;
    --font_7: normal normal normal 16px/1.4em adobe-caslon-w01-smbd, serif;
    --font_8: normal normal normal 35px/1.4em adobe-caslon-w01-smbd, serif;
    --font_9: normal normal normal 14px/1.4em adobe-caslon-w01-smbd, serif;
    --font_10: normal normal normal 12px/1.4em din-next-w01-light, sans-serif;
    --wix-ads-height: 0px;
    --sticky-offset: 0px;
    --wix-ads-top-height: 0px;
    --site-width: 980px;
    --above-all-z-index: 100000;
    --portals-z-index: 100001;
    --wix-opt-in-direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --minViewportSize: 320;
    --maxViewportSize: 1920;
    --theme-spx-ratio: 1px;
    --scaling-factor: min((100 * var(--one-unit)), var(--section-max-width));
    --customScaleViewportLimit: clamp(var(--minViewportSize) * 1px, 100 * var(--one-unit), min(var(--section-max-width), var(--maxViewportSize) * 1px));
}

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

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

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

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

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

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

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

.font_7 {
    font: var(--font_7);
    color: rgb(var(--color_15));
    letter-spacing: 0.15em;
}

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

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

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

.color_0 {
    color: rgb(var(--color_0));
}

.color_1 {
    color: rgb(var(--color_1));
}

.color_2 {
    color: rgb(var(--color_2));
}

.color_3 {
    color: rgb(var(--color_3));
}

.color_4 {
    color: rgb(var(--color_4));
}

.color_5 {
    color: rgb(var(--color_5));
}

.color_6 {
    color: rgb(var(--color_6));
}

.color_7 {
    color: rgb(var(--color_7));
}

.color_8 {
    color: rgb(var(--color_8));
}

.color_9 {
    color: rgb(var(--color_9));
}

.color_10 {
    color: rgb(var(--color_10));
}

.color_11 {
    color: rgb(var(--color_11));
}

.color_12 {
    color: rgb(var(--color_12));
}

.color_13 {
    color: rgb(var(--color_13));
}

.color_14 {
    color: rgb(var(--color_14));
}

.color_15 {
    color: rgb(var(--color_15));
}

.color_16 {
    color: rgb(var(--color_16));
}

.color_17 {
    color: rgb(var(--color_17));
}

.color_18 {
    color: rgb(var(--color_18));
}

.color_19 {
    color: rgb(var(--color_19));
}

.color_20 {
    color: rgb(var(--color_20));
}

.color_21 {
    color: rgb(var(--color_21));
}

.color_22 {
    color: rgb(var(--color_22));
}

.color_23 {
    color: rgb(var(--color_23));
}

.color_24 {
    color: rgb(var(--color_24));
}

.color_25 {
    color: rgb(var(--color_25));
}

.color_26 {
    color: rgb(var(--color_26));
}

.color_27 {
    color: rgb(var(--color_27));
}

.color_28 {
    color: rgb(var(--color_28));
}

.color_29 {
    color: rgb(var(--color_29));
}

.color_30 {
    color: rgb(var(--color_30));
}

.color_31 {
    color: rgb(var(--color_31));
}

.color_32 {
    color: rgb(var(--color_32));
}

.color_33 {
    color: rgb(var(--color_33));
}

.color_34 {
    color: rgb(var(--color_34));
}

.color_35 {
    color: rgb(var(--color_35));
}

.color_36 {
    color: rgb(var(--color_36));
}

.color_37 {
    color: rgb(var(--color_37));
}

.color_38 {
    color: rgb(var(--color_38));
}

.color_39 {
    color: rgb(var(--color_39));
}

.color_40 {
    color: rgb(var(--color_40));
}

.color_41 {
    color: rgb(var(--color_41));
}

.color_42 {
    color: rgb(var(--color_42));
}

.color_43 {
    color: rgb(var(--color_43));
}

.color_44 {
    color: rgb(var(--color_44));
}

.color_45 {
    color: rgb(var(--color_45));
}

.color_46 {
    color: rgb(var(--color_46));
}

.color_47 {
    color: rgb(var(--color_47));
}

.color_48 {
    color: rgb(var(--color_48));
}

.color_49 {
    color: rgb(var(--color_49));
}

.color_50 {
    color: rgb(var(--color_50));
}

.color_51 {
    color: rgb(var(--color_51));
}

.color_52 {
    color: rgb(var(--color_52));
}

.color_53 {
    color: rgb(var(--color_53));
}

.color_54 {
    color: rgb(var(--color_54));
}

.color_55 {
    color: rgb(var(--color_55));
}

.color_56 {
    color: rgb(var(--color_56));
}

.color_57 {
    color: rgb(var(--color_57));
}

.color_58 {
    color: rgb(var(--color_58));
}

.color_59 {
    color: rgb(var(--color_59));
}

.color_60 {
    color: rgb(var(--color_60));
}

.color_61 {
    color: rgb(var(--color_61));
}

.color_62 {
    color: rgb(var(--color_62));
}

.color_63 {
    color: rgb(var(--color_63));
}

.color_64 {
    color: rgb(var(--color_64));
}

.color_65 {
    color: rgb(var(--color_65));
}

.backcolor_0 {
    background-color: rgb(var(--color_0));
}

.backcolor_1 {
    background-color: rgb(var(--color_1));
}

.backcolor_2 {
    background-color: rgb(var(--color_2));
}

.backcolor_3 {
    background-color: rgb(var(--color_3));
}

.backcolor_4 {
    background-color: rgb(var(--color_4));
}

.backcolor_5 {
    background-color: rgb(var(--color_5));
}

.backcolor_6 {
    background-color: rgb(var(--color_6));
}

.backcolor_7 {
    background-color: rgb(var(--color_7));
}

.backcolor_8 {
    background-color: rgb(var(--color_8));
}

.backcolor_9 {
    background-color: rgb(var(--color_9));
}

.backcolor_10 {
    background-color: rgb(var(--color_10));
}

.backcolor_11 {
    background-color: rgb(var(--color_11));
}

.backcolor_12 {
    background-color: rgb(var(--color_12));
}

.backcolor_13 {
    background-color: rgb(var(--color_13));
}

.backcolor_14 {
    background-color: rgb(var(--color_14));
}

.backcolor_15 {
    background-color: rgb(var(--color_15));
}

.backcolor_16 {
    background-color: rgb(var(--color_16));
}

.backcolor_17 {
    background-color: rgb(var(--color_17));
}

.backcolor_18 {
    background-color: rgb(var(--color_18));
}

.backcolor_19 {
    background-color: rgb(var(--color_19));
}

.backcolor_20 {
    background-color: rgb(var(--color_20));
}

.backcolor_21 {
    background-color: rgb(var(--color_21));
}

.backcolor_22 {
    background-color: rgb(var(--color_22));
}

.backcolor_23 {
    background-color: rgb(var(--color_23));
}

.backcolor_24 {
    background-color: rgb(var(--color_24));
}

.backcolor_25 {
    background-color: rgb(var(--color_25));
}

.backcolor_26 {
    background-color: rgb(var(--color_26));
}

.backcolor_27 {
    background-color: rgb(var(--color_27));
}

.backcolor_28 {
    background-color: rgb(var(--color_28));
}

.backcolor_29 {
    background-color: rgb(var(--color_29));
}

.backcolor_30 {
    background-color: rgb(var(--color_30));
}

.backcolor_31 {
    background-color: rgb(var(--color_31));
}

.backcolor_32 {
    background-color: rgb(var(--color_32));
}

.backcolor_33 {
    background-color: rgb(var(--color_33));
}

.backcolor_34 {
    background-color: rgb(var(--color_34));
}

.backcolor_35 {
    background-color: rgb(var(--color_35));
}

.backcolor_36 {
    background-color: rgb(var(--color_36));
}

.backcolor_37 {
    background-color: rgb(var(--color_37));
}

.backcolor_38 {
    background-color: rgb(var(--color_38));
}

.backcolor_39 {
    background-color: rgb(var(--color_39));
}

.backcolor_40 {
    background-color: rgb(var(--color_40));
}

.backcolor_41 {
    background-color: rgb(var(--color_41));
}

.backcolor_42 {
    background-color: rgb(var(--color_42));
}

.backcolor_43 {
    background-color: rgb(var(--color_43));
}

.backcolor_44 {
    background-color: rgb(var(--color_44));
}

.backcolor_45 {
    background-color: rgb(var(--color_45));
}

.backcolor_46 {
    background-color: rgb(var(--color_46));
}

.backcolor_47 {
    background-color: rgb(var(--color_47));
}

.backcolor_48 {
    background-color: rgb(var(--color_48));
}

.backcolor_49 {
    background-color: rgb(var(--color_49));
}

.backcolor_50 {
    background-color: rgb(var(--color_50));
}

.backcolor_51 {
    background-color: rgb(var(--color_51));
}

.backcolor_52 {
    background-color: rgb(var(--color_52));
}

.backcolor_53 {
    background-color: rgb(var(--color_53));
}

.backcolor_54 {
    background-color: rgb(var(--color_54));
}

.backcolor_55 {
    background-color: rgb(var(--color_55));
}

.backcolor_56 {
    background-color: rgb(var(--color_56));
}

.backcolor_57 {
    background-color: rgb(var(--color_57));
}

.backcolor_58 {
    background-color: rgb(var(--color_58));
}

.backcolor_59 {
    background-color: rgb(var(--color_59));
}

.backcolor_60 {
    background-color: rgb(var(--color_60));
}

.backcolor_61 {
    background-color: rgb(var(--color_61));
}

.backcolor_62 {
    background-color: rgb(var(--color_62));
}

.backcolor_63 {
    background-color: rgb(var(--color_63));
}

.backcolor_64 {
    background-color: rgb(var(--color_64));
}

.backcolor_65 {
    background-color: rgb(var(--color_65));
}

#SITE_FOOTER {
    --bg: 35, 35, 35;
    --shd: none;
    --brwt: 0px;
    --brd: 47, 46, 46;
    --brwb: 0px;
    --bgctr: 255, 255, 255;
    --rd: 0px;
    --alpha-bg: 0.6;
    --alpha-bgctr: 0;
    --alpha-brd: 1;
    --boxShadowToggleOn-shd: none;
    --backdrop-filter: none;
}

#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: 1fr;
    grid-template-columns: 100%;
}

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

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

#SITE_FOOTER {
    --shc-mutated-brightness: 18, 18, 18;
    --bg-overlay-color: transparent;
    --bg-gradient: none;
}

#comp-lvd9ynk2 {
    width: 902px;
}

[data-mesh-id=comp-lvd9ynk2inlineContent] {
    height: auto;
    width: 902px;
}

[data-mesh-id=comp-lvd9ynk2inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(3, min-content) 1fr;
    grid-template-columns: 100%;
}

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

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

[data-mesh-id=comp-lvd9ynk2inlineContent-gridContainer]>[id="comp-lvcgd59q"] {
    position: relative;
    margin: 0px 0px 51px 0;
    left: 243px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

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

[data-mesh-id=comp-lvd9ynk2inlineContent-gridContainer]>[id="comp-lvcgnyfg"] {
    position: relative;
    margin: 0px 0px 0 0;
    left: 451px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lvd9ynk2inlineContent-gridContainer]>[id="comp-lvcgofcm"] {
    position: relative;
    margin: 0px 0px 51px 0;
    left: 424px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-lvd9ynk2inlineContent-gridContainer]>[id="comp-lvcgyqpc"] {
    position: relative;
    margin: 0px 0px 0px 0;
    left: 67px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start;
}

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

#comp-lvcgcgbc {
    width: 209px;
    height: 56px;
}

#comp-lvcgcgbc {
    --height: 56px;
    --width: 209px;
}

#comp-lvcgmrlb {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lvcgmrlb {
    width: 125px;
    height: auto;
}

#comp-lvcgd59q {
    --textSpacing: 0px;
    --txth: var(--color_42);
    --alpha-txth: 1;
    --subMenuOpacityTrans: opacity 0.4s ease 0s;
    --txts: var(--color_42);
    --alpha-txts: 1;
    --fnt: normal normal normal 16px/1.4em adobe-caslon-w01-smbd, serif;
    --txt: var(--color_37);
    --alpha-txt: 1;
    --SKINS_bgSubmenu: 255, 255, 255;
    --shd: none;
    --SKINS_fntSubmenu: normal normal normal 15px/1.4em wfont_a3c153_0b2cb22f137b4bd2a093def6a2e99f45, wf_0b2cb22f137b4bd2a093def6a, orig_poppins_regular;
    --SKINS_submenuMargin: 0px;
    --subItemAlterAlignPad: 2px;
    --alpha-SKINS_bgSubmenu: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-lvcgd59q {
    width: 141px;
    height: 114px;
}

#comp-lvcgd59q {
    --item-height: 38px;
    --item-align: start;
    --sub-menu-open-direction-right: auto;
    --sub-menu-open-direction-left: 0;
    --separator-height-adjusted: 0px;
    --text-align: start;
    --direction: var(--wix-opt-in-direction, ltr);
    --item-direction: inherit;
    --sub-menu-item-direction: inherit;
}

#comp-lvcgofcr {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lvcgofcr {
    width: 125px;
    height: auto;
}

#comp-lvcgnyfg {
    --textSpacing: 0px;
    --txth: var(--color_42);
    --alpha-txth: 1;
    --subMenuOpacityTrans: opacity 0.4s ease 0s;
    --txts: var(--color_42);
    --alpha-txts: 1;
    --fnt: normal normal normal 16px/1.4em adobe-caslon-w01-smbd, serif;
    --txt: var(--color_37);
    --alpha-txt: 1;
    --SKINS_bgSubmenu: 255, 255, 255;
    --shd: none;
    --SKINS_fntSubmenu: normal normal normal 15px/1.4em wfont_a3c153_0b2cb22f137b4bd2a093def6a2e99f45, wf_0b2cb22f137b4bd2a093def6a, orig_poppins_regular;
    --SKINS_submenuMargin: 0px;
    --subItemAlterAlignPad: 2px;
    --alpha-SKINS_bgSubmenu: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-lvcgnyfg {
    width: 141px;
    height: 0;
}

#comp-lvcgnyfg {
    --item-height: 38px;
    --item-align: start;
    --sub-menu-open-direction-right: auto;
    --sub-menu-open-direction-left: 0;
    --separator-height-adjusted: 0px;
    --text-align: start;
    --direction: var(--wix-opt-in-direction, ltr);
    --item-direction: inherit;
    --sub-menu-item-direction: inherit;
}

#comp-lvcgofcm {
    --textSpacing: 0px;
    --txth: var(--color_42);
    --alpha-txth: 1;
    --subMenuOpacityTrans: opacity 0.4s ease 0s;
    --txts: var(--color_42);
    --alpha-txts: 1;
    --fnt: normal normal normal 16px/1.4em adobe-caslon-w01-smbd, serif;
    --txt: var(--color_37);
    --alpha-txt: 1;
    --SKINS_bgSubmenu: 255, 255, 255;
    --shd: none;
    --SKINS_fntSubmenu: normal normal normal 15px/1.4em wfont_a3c153_0b2cb22f137b4bd2a093def6a2e99f45, wf_0b2cb22f137b4bd2a093def6a, orig_poppins_regular;
    --SKINS_submenuMargin: 0px;
    --subItemAlterAlignPad: 2px;
    --alpha-SKINS_bgSubmenu: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-lvcgofcm {
    width: 141px;
    height: 114px;
}

#comp-lvcgofcm {
    --item-height: 38px;
    --item-align: start;
    --sub-menu-open-direction-right: auto;
    --sub-menu-open-direction-left: 0;
    --separator-height-adjusted: 0px;
    --text-align: start;
    --direction: var(--wix-opt-in-direction, ltr);
    --item-direction: inherit;
    --sub-menu-item-direction: inherit;
}

#comp-lvcgyqpc {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lvcgyqpc {
    width: 835px;
    height: auto;
}

#comp-lvdtiqbp {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lvdtiqbp {
    width: 478px;
    height: auto;
}

#masterPage:not(.landingPage) {
    --top-offset: var(--header-height);
    --header-height: 94px;
}

#masterPage.landingPage {
    --top-offset: 0px;
}

#SITE_HEADER {
    --bg: var(--color_36);
    --shd: none;
    --brwt: 0px;
    --brd: 160, 160, 159;
    --brwb: 0px;
    --bgctr: var(--color_36);
    --rd: 0px;
    --alpha-bg: 1;
    --alpha-bgctr: 1;
    --alpha-brd: 0;
    --boxShadowToggleOn-shd: none;
    --backdrop-filter: none;
}

#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: repeat(3, min-content) 1fr;
    grid-template-columns: 100%;
}

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

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

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

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

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

#SITE_HEADER {
    --bg-overlay-color: rgb(var(--color_36));
    --bg-gradient: none;
    --shc-mutated-brightness: 0, 0, 0;
    position: sticky !important;
    top: var(--wix-ads-height);
}

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

#comp-lvco9f6c {
    width: 213px;
    height: 57px;
}

#comp-lvco9f6c {
    --height: 57px;
    --width: 213px;
}

#comp-lvdy37ru {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lvdy37ru {
    width: 181px;
    height: auto;
}

#comp-m17ypwsq {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-m17ypwsq {
    width: 181px;
    height: auto;
}

#comp-jrxt7lt8 {
    width: 176px;
    height: 20px;
}

#comp-jrxt7lt8 {
    --item-size: 20px;
    --item-margin-block: 0;
    --item-margin-inline: 0px 32px;
    --item-display: inline-block;
    --direction: inherit;
    width: 176px;
    height: 20px;
}

/* END STYLABLE DIRECTIVE RULES */

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__heading .itemDepth12472627565__container {
    justify-content: center;
}

/* START STYLABLE DIRECTIVE RULES */

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__heading {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__heading .itemDepth12472627565__label {
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #1D67CD;
    text-align: center;
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__heading.itemDepth12472627565--isCurrentPage .itemDepth12472627565__label {
    text-decoration-line: underline;
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__heading.itemDepth12472627565--isHovered .itemDepth12472627565__label {
    text-decoration-line: underline;
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__columnsLayout::listItem {
    margin-left: 4px;
    margin-right: 4px;
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__listWrapper {
    --style-lw6icg2q-width: 80;
    column-count: 3;
    --style-lw6icg2q-columnsAmount: 3;
    width: 100%
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem {
    border-radius: 0;
    border: 0 solid #ccc;
    padding: 10px;
    background: rgba(255, 255, 255, 0);
    margin-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem.itemDepth12472627565--isHovered {
    background: rgba(247, 247, 247, 0)
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__pageStretchWrapper {
    width: 100%;
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__pageWrapper {
    justify-content: space-between;
    margin-left: -4px;
    margin-right: -4px;
    width: calc(100% + 8px);
    margin-bottom: -8px
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem .itemDepth12472627565__container {
    justify-content: center
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem .itemDepth12472627565__label {
    font-style: normal;
    text-transform: none;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    font-weight: 400;
    text-align: left;
    font-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    font-size: 15px;
    line-height: unset
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__columnsLayout .submenu815198092__menuItem.itemDepth12472627565--isHovered .itemDepth12472627565__label {
    text-decoration-line: none;
    color: #55B4F1;
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__columnsLayout {
    border: 0 solid #FFFFFF;
    border-radius: 0;
    border-top: 0 solid #FFFFFF;
    --style-lw6icg2q-horizontalSpacing: 8;
    border-bottom: 0px solid #FFFFFF;
    margin-top: 0px;
    --style-lw6icg2q-flyoutAlignment: center;
    padding: 0px;
    background: rgb(0, 0, 0)
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__menu {
    direction: ltr;
    flex-grow: 1;
    justify-content: flex-start;
    height: calc(100% + 8px);
    margin-top: -4px;
    margin-bottom: -4px;
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__menuItem .itemDepth02233374943__container {
    justify-content: center
}

#comp-l5sbwy3z .style-lw6icg2q__root {
    -st-extends: StylableHorizontalMenu;
    padding: 0;
    border: 0 solid #ccc;
    border-radius: 0;
    background: #000000;
    padding-right: 0;
    padding-left: 0
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__menuItem {
    padding: 8px;
    border: 0 solid #ccc;
    border-radius: 0;
    background: rgba(247, 247, 247, 0);
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__menuItem.itemDepth02233374943--isHovered {
    background: rgba(255, 255, 255, 0);
    border: 0 solid #ccc;
    border-radius: 0;
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__positionBox {
    margin-left: 20px;
    margin-right: 20px;
}

#comp-l5sbwy3z .style-lw6icg2q__root::rightAlignmentScrollItem {
    --style-lw6icg2q-flexGrow: 1;
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__scrollButton {
    background: #000000;
    border: 0 solid #1a2df3;
    border-radius: 0;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: -5.66px 5.66px 15px 3px rgba(0, 0, 0, 0.05)
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__scrollButton:hover {
    border-radius: 0;
    border: 0 solid #000000;
    background: #000000;
    box-shadow: -5.66px 5.66px 15px 3px rgba(0, 0, 0, 0.06);
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__menuItem .itemDepth02233374943__label {
    font-style: normal;
    text-transform: none;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    font-family: "eb garamond", serif;
    font-weight: 400;
    font-size: 18px
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__menuItem.itemDepth02233374943--isCurrentPage .itemDepth02233374943__label {
    color: #55B4F1;
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__menuItem.itemDepth02233374943--isHovered .itemDepth02233374943__label {
    color: #55B4F1;
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__scrollButton .ScrollButton2305195801__icon {
    width: 20px;
    height: 20px;
    fill: #000
}

#comp-l5sbwy3z .style-lw6icg2q__root .StylableHorizontalMenu3372578893__scrollButton:hover .ScrollButton2305195801__icon {
    fill: #E33292
}

#comp-l5sbwy3z {
    width: 749px;
    height: 34px;
}

#comp-l5sbwy3z {
    --is-animated: 1;
    --position-box-z-index: 47;
    --menu-flex-wrap: wrap;
    --subsubmenu-box-display: none;
    --subsubmenu-box-position: absolute;
    --white-space: nowrap;
    --label-word-wrap: normal;
    height: auto;
    max-height: unset;
}

#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: 600ms;
}

#CONTROLLER_COMP_CUSTOM_ID {
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brdh: 1;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --bg: 61, 155, 233;
    --bgh: 43, 104, 156;
    --boxShadowToggleOn-shd: none;
    --brd: 43, 104, 156;
    --brdh: 61, 155, 233;
    --brw: 0px;
    --fnt: normal normal normal 14px/1.4em raleway;
    --rd: 20px;
    --shd: 0 1px 4px rgba(0, 0, 0, 0.6);
    --txt: 255, 255, 255;
    --txth: 255, 255, 255;
}




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

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

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

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

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

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

[data-mesh-id=comp-lt8s73l7inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(9, min-content) 1fr;
    grid-template-columns: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-mesh-id=comp-jrufpgu4inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(3, min-content) 1fr;
    grid-template-columns: 100%;
}

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

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

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

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

#comp-jrufpgu4 {
    width: 980px;
}

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

#comp-lvcfliho {
    width: 462px;
    height: 364px;
}

#comp-m1l0352t {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-m1l0352t {
    width: 343px;
    height: auto;
}

#comp-m1lew8xg {
    --lnw: 1px;
    --brd: var(--color_15);
    --alpha-brd: 1;
}

#comp-m1lew8xg {
    width: 356px;
    height: 7px;
}

#comp-m1lew4ye {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-m1lew4ye {
    width: 374px;
    height: auto;
}

#comp-lvdzeduv {
    --lnw: 1px;
    --brd: var(--color_42);
    --alpha-brd: 1;
}

#comp-lvdzeduv {
    width: 598px;
    height: 7px;
}

#comp-lvdzc3q6 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lvdzc3q6 {
    width: 493px;
    height: auto;
}

#comp-lvdz9pf4 {
    width: 142px;
    height: 40px;
}

#comp-m176orec {
    width: 901px;
    height: 383px;
}

#comp-m176org7 {
    width: 901px;
}

[data-mesh-id=comp-m176org7inlineContent] {
    height: auto;
    width: 901px;
}

[data-mesh-id=comp-m176org7inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-m176org7inlineContent-gridContainer]>[id="comp-m16j6b9a"] {
    position: relative;
    margin: 11px 0px 0px 0;
    left: 155px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-m16j6b9a {
    --boxShadow: none;
    --borderSize: 0px;
    --borderColor: var(--color_2);
    --alpha-borderColor: 1;
    --font: normal normal normal 40px/1.4em proxima-n-w01-reg, sans-serif;
    --fontColor: 255, 255, 255;
    --alpha-fontColor: 1;
    --textSizeScale: 1px;
    --backgroundColor: 0, 0, 0;
    --playButtonSize: 50px;
    --playButtonMobileSize: 30px;
    --alpha-backgroundColor: 0.25;
}

#comp-m16j6b9a {
    width: 590px;
    height: 331px;
}

#comp-m176orga {
    width: 0;
}

[data-mesh-id=comp-m176orgainlineContent] {
    height: auto;
}

[data-mesh-id=comp-m176orgainlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-m176orgainlineContent-gridContainer]>[id="comp-m176qfca"] {
    position: relative;
    margin: 11px 0px 0px 0;
    left: 155px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-m176qfca {
    --boxShadow: none;
    --borderSize: 0px;
    --borderColor: var(--color_2);
    --alpha-borderColor: 1;
    --font: normal normal normal 40px/1.4em proxima-n-w01-reg, sans-serif;
    --fontColor: 255, 255, 255;
    --alpha-fontColor: 1;
    --textSizeScale: 1px;
    --backgroundColor: 0, 0, 0;
    --playButtonSize: 50px;
    --playButtonMobileSize: 30px;
    --alpha-backgroundColor: 0.25;
}

#comp-m176qfca {
    width: 590px;
    height: 331px;
}

#comp-m176orgc4 {
    width: 0;
}

[data-mesh-id=comp-m176orgc4inlineContent] {
    height: auto;
    display: flex;
}

[data-mesh-id=comp-m176orgc4inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-bottom: -1px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-m176orgc4inlineContent-gridContainer]>[id="comp-m176rb9t"] {
    position: relative;
    margin: 11px 0px 0px 0;
    left: 155px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-m176rb9t {
    --boxShadow: none;
    --borderSize: 0px;
    --borderColor: var(--color_2);
    --alpha-borderColor: 1;
    --font: normal normal normal 40px/1.4em proxima-n-w01-reg, sans-serif;
    --fontColor: 255, 255, 255;
    --alpha-fontColor: 1;
    --textSizeScale: 1px;
    --backgroundColor: 0, 0, 0;
    --playButtonSize: 50px;
    --playButtonMobileSize: 30px;
    --alpha-backgroundColor: 0.25;
}

#comp-m176rb9t {
    width: 590px;
    height: 331px;
}

#comp-lvdzdzjt {
    --lnw: 1px;
    --brd: var(--color_42);
    --alpha-brd: 1;
}

#comp-lvdzdzjt {
    width: 598px;
    height: 7px;
}

#comp-m16j0sy3 {
    width: 210px;
    height: 40px;
}

#comp-m16j9172 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-m16j9172 {
    width: 545px;
    height: auto;
}

#comp-m176m1k8 {
    width: calc(100% - 90px - 90px);
    left: 0;
    margin-left: 90px;
    min-width: initial;
    height: 690px;
}

#comp-m176m1n8 {
    width: 879px;
}

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

[data-mesh-id=comp-m176m1n8inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

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

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

#comp-m176m1nb2 {
    width: 1042px;
    height: 625px;
}

#comp-m176m1nd3 {
    width: 0;
}

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

[data-mesh-id=comp-m176m1nd3inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

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

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

#comp-m176m1nf1 {
    width: 852px;
    height: 625px;
}

#comp-m176m1nh2 {
    width: 0;
}

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

[data-mesh-id=comp-m176m1nh2inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

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

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

#comp-m176m1nj {
    width: 740px;
    height: 625px;
}

#comp-m176m1nl2 {
    width: 0;
}

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

[data-mesh-id=comp-m176m1nl2inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

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

#comp-m17wlahc {
    width: 1209px;
}

[data-mesh-id=comp-m17wlahcinlineContent] {
    height: auto;
    width: 1209px;
}

[data-mesh-id=comp-m17wlahcinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

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

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

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

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

#comp-m176m1nn {
    width: 428px;
    height: 625px;
}

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

#comp-m176m1np1 {
    width: 396px;
    height: 625px;
}

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

#comp-m176m1nt {
    width: 283px;
    height: 625px;
}

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

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

[data-mesh-id=comp-lvcr232xinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-top: -30px;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%;
}

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

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

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

#comp-lvcr232x {
    width: 980px;
}

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

#comp-lvcr8wn5 {
    width: 478px;
    height: 243px;
}

#comp-lvcr99ft {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lvcr99ft {
    width: 493px;
    height: auto;
}

#comp-lvcr9u7b {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lvcr9u7b {
    width: 464px;
    height: auto;
}

#comp-lvck0mw9 {
    width: 980px;
    height: 713px;
}

#comp-lvcjvhlv {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-lvcjvhlv {
    width: 493px;
    height: auto;
}


/* END STYLABLE DIRECTIVE RULES */

#comp-lvdz9pf4 .style-lvdz9pfz__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    background: rgba(235, 179, 122, 0);
    border: 1px solid #55B4F1
}

/* START STYLABLE DIRECTIVE RULES */

#comp-lvdz9pf4 .style-lvdz9pfz__root:hover {
    border: 0px solid #FFFFFF;
    background: #55B4F1
}

#comp-lvdz9pf4 .style-lvdz9pfz__root:hover .StylableButton2545352419__label {
    color: #000000
}

#comp-lvdz9pf4 .style-lvdz9pfz__root:disabled {
    background: #E2E2E2
}

#comp-lvdz9pf4 .style-lvdz9pfz__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-lvdz9pf4 .style-lvdz9pfz__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-lvdz9pf4 .style-lvdz9pfz__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-lvdz9pf4 .style-lvdz9pfz__root .StylableButton2545352419__label {
    transition: inherit;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.2em;
    font-family: "eb garamond", serif;
    font-size: 16px;
    color: #55B4F1
}

#comp-lvdz9pf4 .style-lvdz9pfz__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    fill: #000000;
    display: none
}

#comp-lvdz9pf4 .style-lvdz9pfz__root:hover .StylableButton2545352419__icon {
    fill: #FFFFFF
}

/* END STYLABLE DIRECTIVE RULES */

#comp-m176orec .style-m176org63__root .Tabscomponent1176390459__multiStateBoxWrapper {
    background-color: rgba(0, 0, 0, 0);
}

/* START STYLABLE DIRECTIVE RULES */

#comp-m176orec .style-m176org63__root .Tabscomponent1176390459__tabsList .TabsList2027980309__scrollButton.TabsScrollButton1157534303--isVisible {
    background-color: #000000;
}

#comp-m176orec .style-m176org63__root .Tabscomponent1176390459__tabsList .TabsList2027980309__scrollButton:hover {
    background-color: #000000;
}

#comp-m176orec .style-m176org63__root {
    -st-extends: Tabs
}

#comp-m176orec .style-m176org63__root .Tabscomponent1176390459__tabsList {
    background-color: rgba(117, 117, 117, 0);
}

#comp-m176orec .style-m176org63__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab {
    background-color: #000000;
    font-size: 16px;
    color: #FFFFFF;
    border-bottom: 3px solid #55B4F1;
    font-family: "eb garamond", serif;
    letter-spacing: 0.05em;
    font-weight: 700;
}

#comp-m176orec .style-m176org63__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current {
    border-bottom: 3px solid #000000;
    color: #55B4F1;
    border-bottom-color: #FFFFFF;
}

#comp-m176orec .style-m176org63__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover {
    border-bottom: 3px solid #000000;
    color: #55B4F1;
    border-bottom-color: #FFFFFF;
}

/* END STYLABLE DIRECTIVE RULES */

#comp-m16j0sy3 .style-m16j1ghy__root {
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    border: 1px solid #55B4F1;
    background: rgb(85, 180, 241)
}

/* START STYLABLE DIRECTIVE RULES */

#comp-m16j0sy3 .style-m16j1ghy__root:hover {
    border: 0px solid #FFFFFF;
    background: #55B4F1
}

#comp-m16j0sy3 .style-m16j1ghy__root:hover .StylableButton2545352419__label {
    color: #000000
}

#comp-m16j0sy3 .style-m16j1ghy__root:disabled {
    background: #E2E2E2
}

#comp-m16j0sy3 .style-m16j1ghy__root:disabled .StylableButton2545352419__label {
    color: #8F8F8F
}

#comp-m16j0sy3 .style-m16j1ghy__root:disabled .StylableButton2545352419__icon {
    fill: #8F8F8F
}

#comp-m16j0sy3 .style-m16j1ghy__root .StylableButton2545352419__container {
    transition: inherit
}

#comp-m16j0sy3 .style-m16j1ghy__root .StylableButton2545352419__label {
    transition: inherit;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #000000;
    font-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    font-size: 19px
}

#comp-m16j0sy3 .style-m16j1ghy__root .StylableButton2545352419__icon {
    transition: inherit;
    width: 10px;
    height: 10px;
    fill: #000000;
    display: none
}

#comp-m16j0sy3 .style-m16j1ghy__root:hover .StylableButton2545352419__icon {
    fill: #FFFFFF
}

/* END STYLABLE DIRECTIVE RULES */

#comp-m176m1k8 .style-m176m1n71__root .Tabscomponent1176390459__multiStateBoxWrapper {
    background-color: rgba(0, 0, 0, 0);
}

/* START STYLABLE DIRECTIVE RULES */

#comp-m176m1k8 .style-m176m1n71__root .Tabscomponent1176390459__tabsList .TabsList2027980309__scrollButton.TabsScrollButton1157534303--isVisible {
    background-color: #000000;
}

#comp-m176m1k8 .style-m176m1n71__root .Tabscomponent1176390459__tabsList .TabsList2027980309__scrollButton:hover {
    background-color: #000000;
}

#comp-m176m1k8 .style-m176m1n71__root {
    -st-extends: Tabs
}

#comp-m176m1k8 .style-m176m1n71__root .Tabscomponent1176390459__tabsList {
    background-color: rgba(117, 117, 117, 0);
}

#comp-m176m1k8 .style-m176m1n71__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab {
    background-color: #000000;
    font-size: 16px;
    color: #FFFFFF;
    border-bottom: 3px solid #55B4F1;
    font-family: "eb garamond", serif;
    letter-spacing: 0.05em;
    font-weight: 700;
}

#comp-m176m1k8 .style-m176m1n71__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab.TabsList2027980309--current {
    border-bottom: 3px solid #000000;
    color: #55B4F1;
    border-bottom-color: #FFFFFF;
}

#comp-m176m1k8 .style-m176m1n71__root .Tabscomponent1176390459__tabsList .TabsList2027980309__tab:hover {
    border-bottom: 3px solid #000000;
    color: #55B4F1;
    border-bottom-color: #FFFFFF;
}


#comp-m176org7 {
    width: 100%;
    --display: initial;
    height: auto;
    --bg-gradient: none
}

#comp-m176orga {
    width: 100%;
    --display: initial;
    height: auto;
    --bg-gradient: none
}

#comp-m176orgc4 {
    width: 100%;
    --display: initial;
    height: auto;
    --bg-gradient: none
}

#comp-m176m1n8 {
    width: 100%;
    --display: initial;
    height: auto;
    --bg-gradient: none
}

#comp-m176m1nd3 {
    width: 100%;
    --display: initial;
    height: auto;
    --bg-gradient: none
}

#comp-m176m1nh2 {
    width: 100%;
    --display: initial;
    height: auto;
    --bg-gradient: none
}

#comp-m176m1nl2 {
    width: 100%;
    --display: initial;
    height: auto;
    --bg-gradient: none
}

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

#pageBackground_i72lk {
    --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-lt8s73l7 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px;
}

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

#comp-jrufpgu4 {
    --fill-layer-image-opacity: 1;
    --fill-layer-background-media-position: fixed;
    --fill-layer-background-media-pointer-events: none;
    --bg-overlay-color: rgb(var(--color_36));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-lvcfliho {
    --height: 364px;
    --width: 462px;
    --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-m1lew8xg {
    transform-origin: center 0.5px;
}

#comp-lvdzeduv {
    transform-origin: center 0.5px;
}

#comp-m176orec {
    height: auto;
    --multi-state-wrapper-width: 100%;
    --tabs-list-overflow-x: auto;
    --tabs-list-overflow-y: visible;
    --tabs-list-flex-wrap: nowrap;
    --tabs-list-justify-content: normal;
    --tabs-list-scroll-buttons-display: flex;
    --tabs-container-flex-direction: column;
    --tabs-list-flex-direction: row;
    --tabs-list-items-col-gap: 0px;
    --tabs-list-items-row-gap: 0px;
    --tabs-list-container-gap: 0px;
    --tabs-list-content-alignment: center;
    --tabs-list-horizontal-padding: 38px;
    --tabs-list-vertical-padding: 9px;
    --tabs-list-item-flex-grow: 1;
    --tabs-list-orientation: horizontal;
    --tabs-list-direction: ltr;
    --tabs-list-width: 100%;
    --tabs-list-height: auto;
    --tabs-list-position: relative;
    --tabs-list-first-child-margin-start: 0;
    --tabs-list-last-child-margin-end: 0;
    --tabs-list-back-button-inline-end: auto;
    --tabs-list-back-button-block-end: 0;
    --tabs-list-forward-button-inline-start: auto;
    --tabs-list-forward-button-block-start: 0;
    --tabs-list-scroll-icons-transform: rotate(0);
    --tabs-list-scroll-buttons-transform: scaleX(1);
    --focus-ring: inset 0 0 0 1px#116dff, inset 0 0 0 3px#ffffff;
    --tab-animation-duration: 0.15s;
    --tab-enter-animation-name: none;
    --tab-exit-animation-name: none;
    --bg-gradient: none;
}

#comp-m176org7 {
    width: 100%;
    --display: initial;
    height: auto;
    --bg-gradient: none;
}

#comp-m176orga {
    width: 100%;
    --display: initial;
    height: auto;
    --bg-gradient: none;
}

#comp-m176orgc4 {
    width: 100%;
    --display: initial;
    height: auto;
    --bg-gradient: none;
}

#comp-lvdzdzjt {
    transform-origin: center 0.5px;
}

#comp-m176m1k8 {
    height: auto;
    --multi-state-wrapper-width: 100%;
    --tabs-list-overflow-x: auto;
    --tabs-list-overflow-y: visible;
    --tabs-list-flex-wrap: nowrap;
    --tabs-list-justify-content: normal;
    --tabs-list-scroll-buttons-display: flex;
    --tabs-container-flex-direction: column;
    --tabs-list-flex-direction: row;
    --tabs-list-items-col-gap: 0px;
    --tabs-list-items-row-gap: 0px;
    --tabs-list-container-gap: 0px;
    --tabs-list-content-alignment: center;
    --tabs-list-horizontal-padding: 38px;
    --tabs-list-vertical-padding: 9px;
    --tabs-list-item-flex-grow: 1;
    --tabs-list-orientation: horizontal;
    --tabs-list-direction: ltr;
    --tabs-list-width: 100%;
    --tabs-list-height: auto;
    --tabs-list-position: relative;
    --tabs-list-first-child-margin-start: 0;
    --tabs-list-last-child-margin-end: 0;
    --tabs-list-back-button-inline-end: auto;
    --tabs-list-back-button-block-end: 0;
    --tabs-list-forward-button-inline-start: auto;
    --tabs-list-forward-button-block-start: 0;
    --tabs-list-scroll-icons-transform: rotate(0);
    --tabs-list-scroll-buttons-transform: scaleX(1);
    --focus-ring: inset 0 0 0 1px#116dff, inset 0 0 0 3px#ffffff;
    --tab-animation-duration: 0.15s;
    --tab-enter-animation-name: none;
    --tab-exit-animation-name: none;
    --bg-gradient: none;
}

#comp-m176m1n8 {
    width: 100%;
    --display: initial;
    height: auto;
    --bg-gradient: none;
}

#comp-m176m1nb2 {
    --height: 625px;
    --width: 1042px;
}

#comp-m176m1nd3 {
    width: 100%;
    --display: initial;
    height: auto;
    --bg-gradient: none;
}

#comp-m176m1nf1 {
    --height: 625px;
    --width: 852px;
}

#comp-m176m1nh2 {
    width: 100%;
    --display: initial;
    height: auto;
    --bg-gradient: none;
}

#comp-m176m1nj {
    --height: 625px;
    --width: 740px;
}

#comp-m176m1nl2 {
    width: 100%;
    --display: initial;
    height: auto;
    --bg-gradient: none;
}

#comp-m176m1nn {
    --height: 625px;
    --width: 428px;
}

#comp-m176m1np1 {
    --height: 625px;
    --width: 396px;
}

#comp-m176m1nt {
    --height: 625px;
    --width: 283px;
}

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

#comp-lvcr232x {
    --fill-layer-image-opacity: 1;
    --bg-overlay-color: rgb(var(--color_36));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

#comp-lvcr8wn5 {
    --height: 243px;
    --width: 478px;
}

.TWFxr5 {
    height: auto !important
}

.May50y {
    overflow: hidden !important
}