  @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,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 {
    --color-gold: #c99741;
    --color-gold-light: #e8ca6c;
    --color-gold-dark: #c99741;
    --color-black: #000000;
    --color-white: #ffffff;
    --color-gray: #1a1a1a;
    --color-gray-light: #f5f5f5;
    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
               ._pfxlW {
                clip-path: inset(50%);
                height: 24px;
                position: absolute;
                width: 24px
            }

            ._pfxlW:active,._pfxlW:focus {
                clip-path: unset;
                right: 0;
                top: 50%;
                transform: translateY(-50%)
            }

            ._pfxlW.RG3k61 {
                transform: translateY(-50%) rotate(180deg)
            }

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

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

            .Gs0oXs .rcIF9K,.pr7XQM .rcIF9K {
                display: inline-block;
                height: 100%;
                width: 100%
            }

            .pr7XQM {
                --display: inline-block;
                display: var(--display)
            }

            .pr7XQM .nzVyrk {
                padding: 0 var(--pad,5px)
            }

            .pr7XQM .VCJeT5 {
                border-top: 1px solid rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1));
                cursor: pointer;
                font: var(--fnt,var(--font_1))
            }

            .pr7XQM .xYGmQj {
                color: rgb(var(--txt,var(--color_15,color_15)));
                display: inline-block;
                padding: 8px
            }

            .pr7XQM[data-listposition=left] {
                padding-left: 0
            }

            .pr7XQM[data-listposition=right] {
                padding-right: 0
            }

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

            .pr7XQM[data-state~=link]:hover .VCJeT5,.pr7XQM[data-state~=over] .VCJeT5 {
                border-top-color: rgba(var(--brdh,var(--color_15,color_15)),var(--alpha-brdh,1));
                border-top-width: 4px
            }

            .pr7XQM[data-state~=link]:hover .xYGmQj,.pr7XQM[data-state~=over] .xYGmQj {
                color: rgb(var(--txth,var(--color_15,color_15)));
                display: inline-block;
                padding-top: 5px
            }

            /* .pr7XQM[data-state~=selected] .VCJeT5 {
                border-top-color: rgba(var(--brds,var(--color_15,color_15)),var(--alpha-brds,1));
                border-top-width: 4px
            } */

            .pr7XQM[data-state~=selected] .xYGmQj {
                /* color: rgb(var(--txts,var(--color_15,color_15))); */
                display: inline-block;
                padding-top: 5px
            }

            .XRwtpn {
                overflow-x: hidden
            }

            .XRwtpn .SvGGzE {
                display: flex;
                flex-direction: column;
                height: 100%;
                width: 100%
            }

            .XRwtpn .SvGGzE .ckXV57 {
                flex: 1
            }

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

            .XRwtpn .SvGGzE .CkCpUo .L3ZIQx,.XRwtpn .SvGGzE .CkCpUo .u7d_AM {
                direction: var(--menu-direction);
                display: inline-block;
                text-align: var(--menu-align,var(--align))
            }

            .XRwtpn .SvGGzE .CkCpUo .DTRNn1 {
                display: block;
                width: 100%
            }

            .XRwtpn .O1lweY {
                direction: var(--submenus-direction);
                display: block;
                opacity: 1;
                text-align: var(--submenus-align,var(--align));
                z-index: 99999
            }

            .XRwtpn .O1lweY .VtNw6g {
                display: inherit;
                overflow: visible;
                visibility: inherit;
                white-space: nowrap;
                width: auto
            }

            .XRwtpn .O1lweY.GkAfhB {
                transition: visibility;
                transition-delay: .2s;
                visibility: visible
            }

            .XRwtpn .O1lweY .u7d_AM {
                display: inline-block
            }

            .XRwtpn .Ursk0e {
                display: none
            }

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

            .YXlfNd .CkCpUo,.YXlfNd .O1lweY,.YXlfNd>nav {
                position: absolute
            }

            .YXlfNd .O1lweY {
                background-color: rgba(var(--bgDrop,var(--color_11,color_11)),var(--alpha-bgDrop,1));
                border-radius: var(--rd,10px);
                box-shadow: var(--shd,0 1px 4px rgba(0,0,0,.6));
                margin-top: 7px;
                padding: 15px 5px 0 5px;
                visibility: hidden
            }

            .YXlfNd [data-dropmode=dropUp] .O1lweY {
                margin-bottom: 7px;
                margin-top: 0
            }
              .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;
                text-decoration: none;
                color: #fff !important;
            }

            .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%;
                padding-left: 0;
            }

            :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;
                color: #fff !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%;
                text-decoration: none;
            }

            .jb6PvT .p2XJ7g .IkoBbi {
                font: var(--SKINS_fntSubmenu,var(--font_1))
            }
             #SITE_CONTAINER.focus-ring-active.keyboard-tabbing-on .search-box-component-focus-ring-visible {
                box-shadow: 0 0 0 1px #fff,0 0 0 3px #116dff!important;
                z-index: 999
            }

            .QdV_oU {
                --force-state-metadata: focus
            }

            .btVOrl {
                --alpha-searchBoxBackgroundColor: var(--alpha-inputBackgroundColor,1);
                --alpha-searchInputIconColor: var(--alpha-inputIconColor,1);
                --borderAlpha: var(--alpha-inputBorderColor,1);
                --borderColor: var(--inputBorderColor,$inputBorderColorFallback);
                --borderWidth: var(--inputBorderWidth,$inputDefaultBorderWidth);
                --leftBorderWidth: var(--input-left-border-width,inputDefaultBorderWidth);
                --searchBoxBackgroundColor: var(--inputBackgroundColor,$inputBackgroundColorFallback);
                --searchInputIconColor: var(--inputIconColor,var(--color_15));
                --display: grid;
                display: var(--display)
            }

            .btVOrl:hover {
                --alpha-searchBoxBackgroundColor: var(--alpha-inputHoverBackgroundColor,1);
                --alpha-searchInputIconColor: 1;
                --borderAlpha: var(--alpha-inputHoverBorderColor,1);
                --borderColor: var(--inputHoverBorderColor,$inputBorderColorFallback);
                --borderWidth: var(--inputHoverBorderWidth,$inputDefaultBorderWidth);
                --leftBorderWidth: var(--input-hover-left-border-width,inputDefaultBorderWidth);
                --searchBoxBackgroundColor: var(--inputHoverBackgroundColor,$inputBackgroundColorFallback);
                --searchInputIconColor: var(--inputHoverIconColor,var(--color_15))
            }

            .btVOrl.QdV_oU,.btVOrl:focus-within,.btVOrl:focus-within:hover {
                --alpha-searchBoxBackgroundColor: var(--alpha-inputFocusBackgroundColor,1);
                --alpha-searchInputIconColor: 1;
                --borderAlpha: var(--alpha-inputFocusBorderColor,1);
                --borderColor: var(--inputFocusBorderColor,$inputBorderColorFallback);
                --borderWidth: var(--inputFocusBorderWidth,$inputDefaultBorderWidth);
                --leftBorderWidth: var(--input-focus-left-border-width,inputDefaultBorderWidth);
                --searchBoxBackgroundColor: var(--inputFocusBackgroundColor,$inputBackgroundColorFallback);
                --searchInputIconColor: var(--inputFocusIconColor,var(--color_15))
            }

            .RlO8U_ {
                --mobileSuggestionsFontSize: 16px;
                --mobileSuggestionsContentColor: 0,0,0;
                --alpha-mobileSuggestionsContentColor: 0.6;
                --mobileSuggestionsBackgroundColor: 255,255,255;
                --alpha--mobileSuggestionsBackgroundColor: 1;
                --alpha-inputFocusBackgroundColor: var(--alpha--mobileSuggestionsBackgroundColor);
                --alpha-searchBoxBackgroundColor: var(--alpha-mobileSuggestionsContentColorAlpha);
                --alpha-searchInputIconColor: 0.6;
                --borderAlpha: var(--alpha-mobileSuggestionsContentColor);
                --borderColor: var(--mobileSuggestionsContentColor);
                --borderWidth: 1px;
                --clearBoxWidth: 44px;
                --clearButtonOpacity: 1;
                --container-direction: row;
                --icon-spacing: 20px;
                --input-left-border-width: 1px;
                --input-text-align: initial;
                --inputBorderRadius: 0;
                --inputFocusBackgroundColor: var(--mobileSuggestionsBackgroundColor);
                --inputFont: var(--font_8);
                --inputPlaceholderColor: var(--mobileSuggestionsContentColor);
                --inputShadow: none;
                --inputTextColor: var(--mobileSuggestionsContentColor);
                --leftBorderWidth: 1px;
                --search-button-display: none;
                --search-icon-display: block;
                --searchBoxBackgroundColor: var(--mobileSuggestionsBackgroundColor);
                --searchInputIconColor: var(--mobileSuggestionsContentColor);
                --text-padding: 0px;
                --text-spacing: 12px;
                --groupTitleFont: var(--font_2);
                --groupTitleFontSize: var(--mobileSuggestionsFontSize);
                background-color: rgba(var(--mobileSuggestionsBackgroundColor),var(--alpha-mobileSuggestionsBackgroundColor,1));
                bottom: 0;
                flex-direction: column;
                font: var(--inputFont,var(--font_8));
                font-size: var(--mobileSuggestionsFontSize)!important;
                height: 100%;
                left: 0;
                position: fixed;
                right: 0;
                top: 0;
                z-index: 2147483647!important
            }

            .RlO8U_,.RlO8U_ .Q2YYMa {
                align-items: center;
                display: flex;
                width: 100%
            }

            .RlO8U_ .Q2YYMa {
                flex-direction: row;
                height: 40px;
                justify-content: flex-start;
                margin-bottom: 20px;
                margin-top: 20px;
                min-height: 40px
            }

            .RlO8U_ .oEUJj7 {
                border-color: rgba(var(--mobileSuggestionsContentColor),var(--alpha-mobileSuggestionsContentColor,1));
                border-style: solid;
                border-width: 1px;
                display: grid;
                flex: 1;
                height: 100%;
                margin-inline-end:20px;overflow: hidden
            }

            .RlO8U_ .TaFPqR {
                overflow-y: scroll;
                text-overflow: ellipsis;
                width: 100%
            }

            .RlO8U_ input[type=search]::-moz-placeholder {
                color: rgba(0,0,0,.6)
            }

            .RlO8U_ input[type=search]:-ms-input-placeholder {
                color: rgba(0,0,0,.6)
            }

            .RlO8U_ input[type=search]::placeholder {
                color: rgba(0,0,0,.6)
            }

            .RlO8U_ input {
                font-size: var(--mobileSuggestionsFontSize)!important
            }

            .XeX7vS {
                align-items: center;
                display: flex;
                height: 100%;
                margin: 0 10px;
                touch-action: manipulation
            }

            .r_WbdF {
                padding-inline-end:15px;padding-inline-start:11px;padding: 0 10px
            }

            .r_WbdF.ZxQq8q {
                transform: scaleX(-1)
            }

            .k6cep8 {
                background: rgba(var(--inputFocusBackgroundColor,var(--color_11,color_11)),var(--alpha-inputFocusBackgroundColor,1));
                overflow: auto;
                pointer-events: auto
            }

            .k6cep8.Zg1VXg {
                padding-bottom: 20px
            }

            .k6cep8 .q0F5lM:hover,.k6cep8 .q0F5lM[aria-selected=true] {
                background: RGBA(var(--inputTextColor,color_15),.05)
            }

            :host(:not(.device-mobile-optimized)) .k6cep8,body:not(.device-mobile-optimized) .k6cep8 {
                max-height: 480px
            }

            .U603xX {
                cursor: pointer;
                display: flex;
                padding: 10px 20px
            }

            .U603xX .FedNkl {
                display: flex;
                flex-direction: column;
                justify-content: center;
                margin-inline-start:12px;min-width: 0
            }

            .U603xX .FedNkl:first-child {
                margin-inline-start:0}

            .U603xX .Z3eRZ6 {
                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-size: cover;
                box-sizing: border-box;
                flex: 0 0 auto;
                height: 55px;
                width: 73px
            }

            .U603xX .Z3eRZ6.UXNCo3 {
                background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzYiIGhlaWdodD0iMTI0Ij48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGZpbGw9IiM5REE1QUYiIGQ9Ik0wIDBoMTc2djEyNEgweiIvPjxwYXRoIGZpbGw9IiNEN0RDRTIiIGQ9Ik05OS43MjEgNDhIMTA5YTQgNCAwIDAgMSA0IDR2MjZhNCA0IDAgMCAxLTQgNEg2OGE0IDQgMCAwIDEtNC00VjUyYTQgNCAwIDAgMSA0LTRoOS4yOTRsMS41NS01LjI4MmExIDEgMCAwIDEgLjk2LS43MThIOTcuMjlhMSAxIDAgMCAxIC45NjQuNzMyTDk5LjcyIDQ4ek04OC41IDc1LjVDOTQuMjk5IDc1LjUgOTkgNzAuNzk5IDk5IDY1cy00LjcwMS0xMC41LTEwLjUtMTAuNVM3OCA1OS4yMDEgNzggNjVzNC43MDEgMTAuNSAxMC41IDEwLjV6Ii8+PC9nPjwvc3ZnPg==)
            }

            .U603xX .Z3eRZ6.D_fVyl {
                background-color: #eee;
                overflow: hidden;
                position: relative
            }

            .U603xX .Z3eRZ6.D_fVyl:after {
                animation-duration: 1.5s;
                animation-iteration-count: infinite;
                animation-name: D_fVyl;
                background-image: linear-gradient(90deg,hsla(0,0%,88%,0),#e0e0e0 51%,hsla(0,0%,91%,0));
                bottom: 0;
                content: "";
                left: 0;
                position: absolute;
                right: 0;
                top: 0
            }

            .U603xX .CA8K4D {
                line-height: 1.5
            }

            .U603xX .CA8K4D,.U603xX .zQjJyB {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

            .U603xX .zQjJyB {
                font-size: .875em;
                line-height: 1.42;
                margin-top: 4px;
                opacity: .6
            }

            @keyframes D_fVyl {
                0% {
                    transform: translateX(-100%)
                }

                to {
                    transform: translateX(100%)
                }
            }

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

            .u6Qhf2 {
                font: var(--groupTitleFont,inherit);
                font-size: var(--groupTitleFontSize,inherit);
                padding: 20px 20px 10px 20px
            }

            .u6Qhf2 .Nn5HXB {
                display: flex;
                justify-content: space-between
            }

            .u6Qhf2 .YmTE5t {
                background: rgba(var(--color_15),var(--alpha-color_15,1));
                height: 1px;
                margin-top: 8px;
                opacity: .3
            }

            .u6Qhf2 .wroB1H {
                color: inherit;
                flex-shrink: 0;
                font-size: .9em;
                opacity: .8;
                transition: opacity .2s
            }

            .u6Qhf2 .wroB1H:hover {
                opacity: 1
            }

            .GWiB9A {
                margin: 20px
            }

            .q6kVwv {
                background-color: #000;
                color: #fff;
                display: block;
                font: inherit;
                line-height: 36px;
                overflow: hidden;
                padding: 0 20px;
                text-align: center;
                text-overflow: ellipsis;
                touch-action: manipulation;
                white-space: nowrap
            }

            .g3as8r,.q6kVwv {
                box-sizing: border-box;
                text-decoration: none;
                width: 100%
            }

            .g3as8r {
                --footer-text-opacity: 0.6;
                align-items: center;
                background: rgba(var(--inputFocusBackgroundColor,var(--color_11,color_11)),var(--alpha-inputFocusBackgroundColor,1));
                color: inherit;
                cursor: pointer;
                display: flex;
                font: var(--inputFont,var(--font_8));
                height: 38px;
                outline: none;
                padding: 12px 20px;
                pointer-events: auto;
                transition: opacity .2s
            }

            .g3as8r:hover {
                --footer-text-opacity: 1
            }

            .g3as8r .TrbL5O {
                flex-shrink: 0;
                height: 12px;
                margin-inline-end:12px;width: 12px
            }

            .g3as8r .TrbL5O,.g3as8r .h0H1OP {
                opacity: var(--footer-text-opacity)
            }

            .g3as8r .h0H1OP {
                font-size: .75em;
                line-height: 1.5;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

            .fuYJV8 {
                background-color: hsla(0,0%,100%,.8);
                bottom: 0;
                left: 0;
                position: absolute;
                right: 0;
                top: 80px
            }

            .fuYJV8 .q4fpr5 {
                animation: sqiFbB 2s linear infinite;
                height: 20px;
                left: 50%;
                margin-left: -10px;
                position: absolute;
                top: 20px;
                width: 20px
            }

            .fuYJV8 .q4fpr5 .WRjDFM {
                stroke: #000;
                animation: gpxbMK 1.5s ease-in-out infinite
            }

            @keyframes sqiFbB {
                to {
                    transform: rotate(1turn)
                }
            }

            @keyframes gpxbMK {
                0% {
                    stroke-dasharray: 1,150;
                    stroke-dashoffset: 0
                }

                50% {
                    stroke-dasharray: 90,150;
                    stroke-dashoffset: -35
                }

                to {
                    stroke-dasharray: 90,150;
                    stroke-dashoffset: -124
                }
            }

            .wdVIxK {
                box-sizing: border-box;
                cursor: text;
                display: flex;
                height: 100%;
                overflow: hidden;
                touch-action: manipulation;
                width: 100%
            }

            .wdVIxK.yu5tzD {
                touch-action: pinch-zoom pan-y
            }

            .shCc15 {
                border: none;
                display: block;
                height: 0;
                padding: 0;
                pointer-events: none;
                position: absolute;
                visibility: hidden;
                width: 0
            }

            :host(:not(.device-mobile-optimized)) .wdVIxK.Btc0MU,body:not(.device-mobile-optimized) .wdVIxK.Btc0MU {
                border-bottom: 0;
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0
            }

            .aXOBOn {
                align-items: center;
                background-color: rgba(var(--searchBoxBackgroundColor),var(--alpha-searchBoxBackgroundColor,1));
                display: flex;
                flex-direction: var(--container-direction,row);
                flex-grow: 1;
                overflow: hidden
            }

            .aXOBOn .KsMOVs {
                display: var(--search-icon-display,flex);
                flex-shrink: 0;
                width: calc(var(--icon-spacing, 12px) - var(--leftBorderWidth) + var(--input-left-border-width, inputDefaultBorderWidth))
            }

            .aXOBOn .ipSfdV {
                color: rgba(var(--searchInputIconColor,var(--color_15,color_15)),var(--alpha-searchInputIconColor,1));
                display: var(--icon-display,var(--search-icon-display,flex))
            }

            .aXOBOn .lS0Z88 {
                align-items: center;
                background: rgba(var(--buttonBackgroundColor,var(--color_15,color_15)),var(--alpha-buttonBackgroundColor,1));
                border: solid rgba(var(--inputBorderColor,var(--color_15,color_15)),var(--alpha-inputBorderColor,1)) var(--borderWidth);
                border-bottom: none;
                border-right: none;
                border-top: none;
                color: rgb(var(--buttonIconColor,var(--color_11,color_11)));
                cursor: pointer;
                display: var(--search-button-display,none);
                font: inherit;
                height: 100%;
                padding-left: var(--icon-spacing);
                padding-right: var(--icon-spacing)
            }

            .aXOBOn .lS0Z88:hover {
                background: rgba(var(--buttonHoverBackgroundColor,var(--color_15,color_15)),var(--alpha-buttonHoverBackgroundColor,1))
            }

            .aXOBOn .lS0Z88:focus {
                box-shadow: inset 0 0 0 2px #116dff,inset 0 0 0 3px #fff;
                z-index: 999
            }

            .TmqMif {
                flex-shrink: 0;
                height: .9em;
                max-height: 50px;
                max-width: 50px;
                min-height: 14px;
                min-width: 14px;
                width: .9em
            }

            .TmqMif svg {
                display: block
            }

            .nNn3mc {
                --bgf: transparent;
                --bgd: transparent;
                --bgh: transparent;
                --bg: transparent;
                --rd: 0;
                --brw: 0;
                --brwf: 0;
                --brwh: 0;
                --brwd: 0;
                --shd: none;
                --fnt: var(--inputFont,var(--font_8));
                --textAlign: var(--input-text-align);
                --textPadding: var(--text-padding);
                --txt: var(--inputTextColor);
                --txtd: var(--inputTextColor);
                --txt2: var(--inputPlaceholderColor);
                align-items: center;
                display: flex;
                height: 100%;
                margin-inline-end:42px;margin-inline-start:var(--text-spacing);overflow: hidden;
                width: 100%
            }

            .nNn3mc.LIyiar {
                margin-inline-end:0}

            .nNn3mc:focus-within .fkomZa {
                visibility: visible
            }

            .nNn3mc input[type=search]::-webkit-search-cancel-button,.nNn3mc input[type=search]::-webkit-search-decoration,.nNn3mc input[type=search]::-webkit-search-results-button,.nNn3mc input[type=search]::-webkit-search-results-decoration {
                display: none
            }

            .LYhw1A {
                flex-grow: 1;
                flex-shrink: 1;
                height: 100%;
                overflow: hidden;
                position: relative
            }

            .FwtNU8,.fkomZa {
                bottom: 0;
                left: 0;
                position: absolute;
                right: 0;
                top: 0
            }

            .FwtNU8 input::-moz-placeholder {
                visibility: var(--placeholder-text-visibility)
            }

            .FwtNU8 input:-ms-input-placeholder {
                visibility: var(--placeholder-text-visibility)
            }

            .FwtNU8 input::placeholder {
                visibility: var(--placeholder-text-visibility)
            }

            .fkomZa {
                visibility: hidden
            }

            .fkomZa input {
                opacity: .4
            }

            :host(.device-mobile-optimized) .nNn3mc,body.device-mobile-optimized .nNn3mc {
                margin-inline-end:var(--clearBoxWidth,38px)}

            : host(.device-mobile-optimized) .nNn3mc.LIyiar,body.device-mobile-optimized .nNn3mc.LIyiar {
                margin-inline-end:0
            }

            #SITE_CONTAINER.focus-ring-active.keyboard-tabbing-on .KvoMHf:focus {
                outline: 2px solid #116dff;
                outline-offset: 1px
            }

            .KvoMHf.ErucfC[type=number]::-webkit-inner-spin-button {
                -webkit-appearance: none;
                -moz-appearance: none;
                margin: 0
            }

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

            .MpKiNN {
                --display: flex;
                direction: var(--direction);
                display: var(--display);
                flex-direction: column;
                min-height: 25px;
                position: relative;
                text-align: var(--align,start)
            }

            .MpKiNN .pUnTVX {
                height: var(--inputHeight);
                position: relative
            }

            .MpKiNN .eXvLsN {
                align-items: center;
                display: flex;
                font: var(--fntprefix,normal normal normal 16px/1.4em helvetica-w01-roman);
                justify-content: center;
                left: 0;
                max-height: 100%;
                min-height: 100%;
                position: absolute;
                top: 0;
                width: 50px
            }

            .MpKiNN .KvoMHf,.MpKiNN .eXvLsN {
                color: var(--corvid-color,rgb(var(--txt,var(--color_15,color_15))))
            }

            .MpKiNN .KvoMHf {
                -webkit-appearance: none;
                -moz-appearance: none;
                background-color: var(--corvid-background-color,rgba(var(--bg,255,255,255),var(--alpha-bg,1)));
                border-color: var(--corvid-border-color,rgba(var(--brd,227,227,227),var(--alpha-brd,1)));
                border-radius: var(--corvid-border-radius,var(--rd,0));
                border-style: solid;
                border-width: var(--corvid-border-width,var(--brw,1px));
                box-shadow: var(--shd,0 0 0 transparent);
                box-sizing: border-box!important;
                direction: var(--inputDirection,"inherit");
                font: var(--fnt,var(--font_8));
                margin: 0;
                max-width: 100%;
                min-height: var(--inputHeight);
                padding: var(--textPadding);
                padding-inline-end:var(--textPadding_end);padding-inline-start: var(--textPadding_start);
                text-align: var(--inputAlign,"inherit");
                text-overflow: ellipsis;
                width: 100%
            }

            .MpKiNN .KvoMHf[type=number] {
                -webkit-appearance: textfield;
                -moz-appearance: textfield;
                width: 100%
            }

            .MpKiNN .KvoMHf::-moz-placeholder {
                color: rgb(var(--txt2,var(--color_15,color_15)))
            }

            .MpKiNN .KvoMHf:-ms-input-placeholder {
                color: rgb(var(--txt2,var(--color_15,color_15)))
            }

            .MpKiNN .KvoMHf::placeholder {
                color: rgb(var(--txt2,var(--color_15,color_15)))
            }

            .MpKiNN .KvoMHf:hover {
                background-color: rgba(var(--bgh,255,255,255),var(--alpha-bgh,1));
                border-color: rgba(var(--brdh,163,217,246),var(--alpha-brdh,1));
                border-style: solid;
                border-width: var(--brwh,1px)
            }

            .MpKiNN .KvoMHf:disabled {
                background-color: rgba(var(--bgd,204,204,204),var(--alpha-bgd,1));
                border-color: rgba(var(--brdd,163,217,246),var(--alpha-brdd,1));
                border-style: solid;
                border-width: var(--brwd,1px);
                color: rgb(var(--txtd,255,255,255))
            }

            .MpKiNN:not(.LyB02C) .KvoMHf:focus {
                background-color: rgba(var(--bgf,255,255,255),var(--alpha-bgf,1));
                border-color: rgba(var(--brdf,163,217,246),var(--alpha-brdf,1));
                border-style: solid;
                border-width: var(--brwf,1px)
            }

            .MpKiNN.LyB02C .KvoMHf:invalid {
                background-color: rgba(var(--bge,255,255,255),var(--alpha-bge,1));
                border-color: rgba(var(--brde,163,217,246),var(--alpha-brde,1));
                border-style: solid;
                border-width: var(--brwe,1px)
            }

            .MpKiNN.LyB02C .KvoMHf:not(:invalid):focus {
                background-color: rgba(var(--bgf,255,255,255),var(--alpha-bgf,1));
                border-color: rgba(var(--brdf,163,217,246),var(--alpha-brdf,1));
                border-style: solid;
                border-width: var(--brwf,1px)
            }

            .MpKiNN .wPeA6j {
                display: none
            }

            .MpKiNN.qzvPmW .wPeA6j {
                color: rgb(var(--txtlbl,var(--color_15,color_15)));
                direction: var(--labelDirection,inherit);
                display: inline-block;
                font: var(--fntlbl,var(--font_8));
                line-height: 1;
                margin-bottom: var(--labelMarginBottom);
                padding-inline-end:var(--labelPadding_end);padding-inline-start: var(--labelPadding_start);
                text-align: var(--labelAlign,inherit);
                word-break: break-word
            }

            .MpKiNN.qzvPmW.lPl_oN .wPeA6j:after {
                color: rgba(var(--txtlblrq,0,0,0),var(--alpha-txtlblrq,0));
                content: " *";
                display: var(--requiredIndicationDisplay,none)
            }

            .ZXdXNL {
                --display: flex;
                direction: var(--direction);
                display: var(--display);
                flex-direction: column;
                justify-content: var(--align,start);
                text-align: var(--align,start)
            }

            .ZXdXNL .pUnTVX {
                display: flex;
                flex: 1;
                flex-direction: column;
                position: relative
            }

            .ZXdXNL .eXvLsN {
                align-items: center;
                display: flex;
                font: var(--fntprefix,normal normal normal 16px/1.4em helvetica-w01-roman);
                justify-content: center;
                left: 0;
                max-height: 100%;
                position: absolute;
                top: 0;
                width: 50px
            }

            .ZXdXNL .KvoMHf,.ZXdXNL .eXvLsN {
                color: var(--corvid-color,rgb(var(--txt,var(--color_15,color_15))));
                min-height: 100%
            }

            .ZXdXNL .KvoMHf {
                -webkit-appearance: none;
                -moz-appearance: none;
                background-color: var(--corvid-background-color,rgba(var(--bg,255,255,255),var(--alpha-bg,1)));
                border-color: var(--corvid-border-color,rgba(var(--brd,227,227,227),var(--alpha-brd,1)));
                border-radius: var(--corvid-border-radius,var(--rd,0));
                border-style: solid;
                border-width: var(--corvid-border-width,var(--brw,1px));
                box-shadow: var(--shd,0 0 0 transparent);
                box-sizing: border-box!important;
                direction: var(--inputDirection,"inherit");
                flex: 1;
                font: var(--fnt,var(--font_8));
                margin: 0;
                padding: var(--textPadding);
                padding-inline-end:var(--textPadding_end);padding-inline-start: var(--textPadding_start);
                text-align: var(--inputAlign,"inherit");
                text-overflow: ellipsis;
                width: 100%
            }

            .ZXdXNL .KvoMHf[type=number] {
                -webkit-appearance: textfield;
                -moz-appearance: textfield
            }

            .ZXdXNL .KvoMHf::-moz-placeholder {
                color: rgb(var(--txt2,var(--color_15,color_15)))
            }

            .ZXdXNL .KvoMHf:-ms-input-placeholder {
                color: rgb(var(--txt2,var(--color_15,color_15)))
            }

            .ZXdXNL .KvoMHf::placeholder {
                color: rgb(var(--txt2,var(--color_15,color_15)))
            }

            .ZXdXNL .KvoMHf:hover {
                background-color: rgba(var(--bgh,255,255,255),var(--alpha-bgh,1));
                border-color: rgba(var(--brdh,163,217,246),var(--alpha-brdh,1));
                border-style: solid;
                border-width: var(--brwh,1px)
            }

            .ZXdXNL .KvoMHf:disabled {
                background-color: rgba(var(--bgd,204,204,204),var(--alpha-bgd,1));
                border-color: rgba(var(--brdd,163,217,246),var(--alpha-brdd,1));
                border-style: solid;
                border-width: var(--brwd,1px);
                color: rgb(var(--txtd,255,255,255))
            }

            .ZXdXNL:not(.LyB02C) .KvoMHf:focus {
                background-color: rgba(var(--bgf,255,255,255),var(--alpha-bgf,1));
                border-color: rgba(var(--brdf,163,217,246),var(--alpha-brdf,1));
                border-style: solid;
                border-width: var(--brwf,1px)
            }

            .ZXdXNL.LyB02C .KvoMHf:invalid {
                background-color: rgba(var(--bge,255,255,255),var(--alpha-bge,1));
                border-color: rgba(var(--brde,163,217,246),var(--alpha-brde,1));
                border-style: solid;
                border-width: var(--brwe,1px)
            }

            .ZXdXNL.LyB02C .KvoMHf:not(:invalid):focus {
                background-color: rgba(var(--bgf,255,255,255),var(--alpha-bgf,1));
                border-color: rgba(var(--brdf,163,217,246),var(--alpha-brdf,1));
                border-style: solid;
                border-width: var(--brwf,1px)
            }

            .ZXdXNL .wPeA6j {
                display: none
            }

            .ZXdXNL.qzvPmW .wPeA6j {
                color: rgb(var(--txtlbl,var(--color_15,color_15)));
                direction: var(--labelDirection,inherit);
                display: inline-block;
                font: var(--fntlbl,var(--font_8));
                line-height: 1;
                margin-bottom: var(--labelMarginBottom);
                padding-inline-end:var(--labelPadding_end);padding-inline-start: var(--labelPadding_start);
                text-align: var(--labelAlign,inherit);
                word-break: break-word
            }

            .ZXdXNL.qzvPmW.lPl_oN .wPeA6j:after {
                color: rgba(var(--txtlblrq,0,0,0),var(--alpha-txtlblrq,0));
                content: " *";
                display: var(--requiredIndicationDisplay,none)
            }

            .TLWrjM {
                align-items: center;
                color: rgb(var(--errorTextColor,#ff4040));
                direction: var(--errorDirection);
                display: flex;
                flex-direction: row;
                gap: 4px;
                justify-content: var(--errorAlign,inherit);
                padding: 8px 0 0
            }

            .TLWrjM .GIPQqH {
                flex: none;
                flex-grow: 0;
                order: 0
            }

            .TLWrjM .JNgJbf {
                display: inline-block;
                flex-grow: 0;
                font: var(--errorTextFont,var(--font_8));
                line-height: 1;
                order: 1;
                word-break: break-word
            }

            .dHwu5A {
                align-items: center;
                color: rgb(var(--inputTextColor,var(--color_15,color_15)));
                cursor: pointer;
                display: flex;
                height: 100%;
                justify-content: center;
                min-width: -moz-min-content;
                min-width: min-content;
                opacity: var(--clearButtonOpacity,1);
                touch-action: manipulation;
                transition: opacity .2s;
                width: var(--clearBoxWidth,38px)
            }

            .dHwu5A svg {
                background-color: rgba(var(--inputTextColor,var(--color_15,color_15)),calc(var(--alpha-inputTextColor, 1) * .06));
                border-radius: 50%;
                display: var(--clear-icon-display,block);
                padding: 4px
            }

            .dHwu5A .A7b5zq {
                display: var(--clear-text-display,none);
                font: var(--fnt);
                padding: 0 12px;
                white-space: nowrap
            }

            .dHwu5A:hover {
                color: rgb(var(--inputTextColor,var(--color_15,color_15)));
                opacity: .6
            }

            .HRqysE {
                align-items: center;
                background: rgba(var(--inputBackgroundColor,buttonBackgroundColor),var(--alpha-inputBackgroundColor,1));
                border: solid rgba(var(--inputBorderColor,var(--color_15,color_15)),var(--alpha-inputBorderColor,1)) var(--borderWidth);
                border-radius: var(--inputBorderRadius,0);
                color: rgba(var(--searchInputIconColor,var(--color_15,color_15)),var(--alpha-searchInputIconColor,1));
                cursor: pointer;
                display: flex;
                font: var(--inputFont,var(--font_8));
                height: 100%;
                justify-content: center;
                width: 100%
            }

            .HRqysE:hover {
                background: rgba(var(--buttonHoverBackgroundColor,var(--color_15,color_15)),var(--alpha-buttonHoverBackgroundColor,1))
            }

            .HRqysE:focus {
                box-shadow: inset 0 0 0 2px #116dff,inset 0 0 0 3px #fff;
                z-index: 999
            }

            ._xpJkc {
                --alpha-inputFocusBackgroundColor: 1;
                --box-border-color: RGBA(var(--borderColor),var(--borderAlpha));
                border-color: var(--box-border-color);
                border-radius: var(--inputBorderRadius,0);
                border-style: solid;
                border-width: var(--borderWidth);
                box-shadow: var(--inputShadow,none);
                box-sizing: border-box;
                color: rgba(var(--inputTextColor,var(--color_15,color_15)),var(--alpha-inputTextColor,1));
                display: grid;
                font: var(--inputFont,var(--font_8));
                min-height: 100%;
                overflow: hidden;
                position: absolute;
                top: 0;
                width: 100%
            }

            ._xpJkc>:last-child {
                border-radius: var(--inputBorderRadius,0);
                border-top-left-radius: 0;
                border-top-right-radius: 0
            }

            ._xpJkc.JK71Yc {
                height: auto;
                min-width: 280px;
                z-index: 1000
            }

            ._xpJkc.JK71Yc .oRg3Ie {
                height: calc(var(--component-height) - var(--input-focus-bottom-border-width, 1px))
            }

            ._xpJkc.JK71Yc .UaSQpI {
                min-width: calc(280px - 2*var(--input-focus-left-border-width, 1px))
            }

            :host(.device-mobile-optimized) .UaSQpI,body.device-mobile-optimized .UaSQpI {
                display: none
            }
              #SITE_CONTAINER.focus-ring-active.keyboard-tabbing-on .KvoMHf:focus {
                outline: 2px solid #116dff;
                outline-offset: 1px
            }

            .KvoMHf.ErucfC[type=number]::-webkit-inner-spin-button {
                -webkit-appearance: none;
                -moz-appearance: none;
                margin: 0
            }

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

            .MpKiNN {
                --display: flex;
                direction: var(--direction);
                display: var(--display);
                flex-direction: column;
                min-height: 25px;
                position: relative;
                text-align: var(--align,start)
            }

            .MpKiNN .pUnTVX {
                height: var(--inputHeight);
                position: relative
            }

            .MpKiNN .eXvLsN {
                align-items: center;
                display: flex;
                font: var(--fntprefix,normal normal normal 16px/1.4em helvetica-w01-roman);
                justify-content: center;
                left: 0;
                max-height: 100%;
                min-height: 100%;
                position: absolute;
                top: 0;
                width: 50px
            }

            .MpKiNN .KvoMHf,.MpKiNN .eXvLsN {
                color: var(--corvid-color,rgb(var(--txt,var(--color_15,color_15))))
            }

            .MpKiNN .KvoMHf {
                -webkit-appearance: none;
                -moz-appearance: none;
                background-color: var(--corvid-background-color,rgba(var(--bg,255,255,255),var(--alpha-bg,1)));
                border-color: var(--corvid-border-color,rgba(var(--brd,227,227,227),var(--alpha-brd,1)));
                border-radius: var(--corvid-border-radius,var(--rd,0));
                border-style: solid;
                border-width: var(--corvid-border-width,var(--brw,1px));
                box-shadow: var(--shd,0 0 0 transparent);
                box-sizing: border-box!important;
                direction: var(--inputDirection,"inherit");
                font: var(--fnt,var(--font_8));
                margin: 0;
                max-width: 100%;
                min-height: var(--inputHeight);
                padding: var(--textPadding);
                padding-inline-end:var(--textPadding_end);padding-inline-start: var(--textPadding_start);
                text-align: var(--inputAlign,"inherit");
                text-overflow: ellipsis;
                width: 100%
            }

            .MpKiNN .KvoMHf[type=number] {
                -webkit-appearance: textfield;
                -moz-appearance: textfield;
                width: 100%
            }

            .MpKiNN .KvoMHf::-moz-placeholder {
                color: rgb(var(--txt2,var(--color_15,color_15)))
            }

            .MpKiNN .KvoMHf:-ms-input-placeholder {
                color: rgb(var(--txt2,var(--color_15,color_15)))
            }

            .MpKiNN .KvoMHf::placeholder {
                color: rgb(var(--txt2,var(--color_15,color_15)))
            }

            .MpKiNN .KvoMHf:hover {
                background-color: rgba(var(--bgh,255,255,255),var(--alpha-bgh,1));
                border-color: rgba(var(--brdh,163,217,246),var(--alpha-brdh,1));
                border-style: solid;
                border-width: var(--brwh,1px)
            }

            .MpKiNN .KvoMHf:disabled {
                background-color: rgba(var(--bgd,204,204,204),var(--alpha-bgd,1));
                border-color: rgba(var(--brdd,163,217,246),var(--alpha-brdd,1));
                border-style: solid;
                border-width: var(--brwd,1px);
                color: rgb(var(--txtd,255,255,255))
            }

            .MpKiNN:not(.LyB02C) .KvoMHf:focus {
                background-color: rgba(var(--bgf,255,255,255),var(--alpha-bgf,1));
                border-color: rgba(var(--brdf,163,217,246),var(--alpha-brdf,1));
                border-style: solid;
                border-width: var(--brwf,1px)
            }

            .MpKiNN.LyB02C .KvoMHf:invalid {
                background-color: rgba(var(--bge,255,255,255),var(--alpha-bge,1));
                border-color: rgba(var(--brde,163,217,246),var(--alpha-brde,1));
                border-style: solid;
                border-width: var(--brwe,1px)
            }

            .MpKiNN.LyB02C .KvoMHf:not(:invalid):focus {
                background-color: rgba(var(--bgf,255,255,255),var(--alpha-bgf,1));
                border-color: rgba(var(--brdf,163,217,246),var(--alpha-brdf,1));
                border-style: solid;
                border-width: var(--brwf,1px)
            }

            .MpKiNN .wPeA6j {
                display: none
            }

            .MpKiNN.qzvPmW .wPeA6j {
                color: rgb(var(--txtlbl,var(--color_15,color_15)));
                direction: var(--labelDirection,inherit);
                display: inline-block;
                font: var(--fntlbl,var(--font_8));
                line-height: 1;
                margin-bottom: var(--labelMarginBottom);
                padding-inline-end:var(--labelPadding_end);padding-inline-start: var(--labelPadding_start);
                text-align: var(--labelAlign,inherit);
                word-break: break-word
            }

            .MpKiNN.qzvPmW.lPl_oN .wPeA6j:after {
                color: rgba(var(--txtlblrq,0,0,0),var(--alpha-txtlblrq,0));
                content: " *";
                display: var(--requiredIndicationDisplay,none)
            }

            .ZXdXNL {
                --display: flex;
                direction: var(--direction);
                display: var(--display);
                flex-direction: column;
                justify-content: var(--align,start);
                text-align: var(--align,start)
            }

            .ZXdXNL .pUnTVX {
                display: flex;
                flex: 1;
                flex-direction: column;
                position: relative
            }

            .ZXdXNL .eXvLsN {
                align-items: center;
                display: flex;
                font: var(--fntprefix,normal normal normal 16px/1.4em helvetica-w01-roman);
                justify-content: center;
                left: 0;
                max-height: 100%;
                position: absolute;
                top: 0;
                width: 50px
            }

            .ZXdXNL .KvoMHf,.ZXdXNL .eXvLsN {
                color: var(--corvid-color,rgb(var(--txt,var(--color_15,color_15))));
                min-height: 100%
            }

            .ZXdXNL .KvoMHf {
                -webkit-appearance: none;
                -moz-appearance: none;
                background-color: var(--corvid-background-color,rgba(var(--bg,255,255,255),var(--alpha-bg,1)));
                border-color: var(--corvid-border-color,rgba(var(--brd,227,227,227),var(--alpha-brd,1)));
                border-radius: var(--corvid-border-radius,var(--rd,0));
                border-style: solid;
                border-width: var(--corvid-border-width,var(--brw,1px));
                box-shadow: var(--shd,0 0 0 transparent);
                box-sizing: border-box!important;
                direction: var(--inputDirection,"inherit");
                flex: 1;
                font: var(--fnt,var(--font_8));
                margin: 0;
                padding: var(--textPadding);
                padding-inline-end:var(--textPadding_end);padding-inline-start: var(--textPadding_start);
                text-align: var(--inputAlign,"inherit");
                text-overflow: ellipsis;
                width: 100%
            }

            .ZXdXNL .KvoMHf[type=number] {
                -webkit-appearance: textfield;
                -moz-appearance: textfield
            }

            .ZXdXNL .KvoMHf::-moz-placeholder {
                color: rgb(var(--txt2,var(--color_15,color_15)))
            }

            .ZXdXNL .KvoMHf:-ms-input-placeholder {
                color: rgb(var(--txt2,var(--color_15,color_15)))
            }

            .ZXdXNL .KvoMHf::placeholder {
                color: rgb(var(--txt2,var(--color_15,color_15)))
            }

            .ZXdXNL .KvoMHf:hover {
                background-color: rgba(var(--bgh,255,255,255),var(--alpha-bgh,1));
                border-color: rgba(var(--brdh,163,217,246),var(--alpha-brdh,1));
                border-style: solid;
                border-width: var(--brwh,1px)
            }

            .ZXdXNL .KvoMHf:disabled {
                background-color: rgba(var(--bgd,204,204,204),var(--alpha-bgd,1));
                border-color: rgba(var(--brdd,163,217,246),var(--alpha-brdd,1));
                border-style: solid;
                border-width: var(--brwd,1px);
                color: rgb(var(--txtd,255,255,255))
            }

            .ZXdXNL:not(.LyB02C) .KvoMHf:focus {
                background-color: rgba(var(--bgf,255,255,255),var(--alpha-bgf,1));
                border-color: rgba(var(--brdf,163,217,246),var(--alpha-brdf,1));
                border-style: solid;
                border-width: var(--brwf,1px)
            }

            .ZXdXNL.LyB02C .KvoMHf:invalid {
                background-color: rgba(var(--bge,255,255,255),var(--alpha-bge,1));
                border-color: rgba(var(--brde,163,217,246),var(--alpha-brde,1));
                border-style: solid;
                border-width: var(--brwe,1px)
            }

            .ZXdXNL.LyB02C .KvoMHf:not(:invalid):focus {
                background-color: rgba(var(--bgf,255,255,255),var(--alpha-bgf,1));
                border-color: rgba(var(--brdf,163,217,246),var(--alpha-brdf,1));
                border-style: solid;
                border-width: var(--brwf,1px)
            }

            .ZXdXNL .wPeA6j {
                display: none
            }

            .ZXdXNL.qzvPmW .wPeA6j {
                color: rgb(var(--txtlbl,var(--color_15,color_15)));
                direction: var(--labelDirection,inherit);
                display: inline-block;
                font: var(--fntlbl,var(--font_8));
                line-height: 1;
                margin-bottom: var(--labelMarginBottom);
                padding-inline-end:var(--labelPadding_end);padding-inline-start: var(--labelPadding_start);
                text-align: var(--labelAlign,inherit);
                word-break: break-word
            }

            .ZXdXNL.qzvPmW.lPl_oN .wPeA6j:after {
                color: rgba(var(--txtlblrq,0,0,0),var(--alpha-txtlblrq,0));
                content: " *";
                display: var(--requiredIndicationDisplay,none)
            }

            .TLWrjM {
                align-items: center;
                color: rgb(var(--errorTextColor,#ff4040));
                direction: var(--errorDirection);
                display: flex;
                flex-direction: row;
                gap: 4px;
                justify-content: var(--errorAlign,inherit);
                padding: 8px 0 0
            }

            .TLWrjM .GIPQqH {
                flex: none;
                flex-grow: 0;
                order: 0
            }

            .TLWrjM .JNgJbf {
                display: inline-block;
                flex-grow: 0;
                font: var(--errorTextFont,var(--font_8));
                line-height: 1;
                order: 1;
                word-break: break-word
            }
            .snt4Te {
                direction: var(--direction);
                text-align: var(--align)
            }

            .snt4Te .rEindN {
                -webkit-appearance: none;
                background-color: var(--corvid-background-color,rgba(var(--bg,255,255,255),var(--alpha-bg,1)));
                border-color: var(--corvid-border-color,rgba(var(--brd,227,227,227),var(--alpha-brd,1)));
                border-radius: var(--corvid-border-radius,var(--rd,0));
                border-style: solid;
                border-width: var(--corvid-border-width,var(--brw,1px));
                box-shadow: var(--shd,0 0 0 transparent);
                box-sizing: border-box!important;
                color: var(--corvid-color,rgb(var(--txt,var(--color_15,color_15))));
                direction: var(--inputDirection);
                display: block;
                font: var(--fnt,var(--font_8));
                height: var(--inputHeight);
                margin: 0;
                max-width: 100%;
                min-width: 100%;
                overflow-y: auto;
                padding-bottom: 3px;
                padding-inline-end:var(--textPaddingEnd);padding-top: var(--textPaddingTop);
                padding-inline-start:var(--textPaddingStart);padding-top: .75em;
                resize: none;
                text-align: var(--inputAlign,"inherit")
            }

            .snt4Te .rEindN::-moz-placeholder {
                color: rgb(var(--txt2,var(--color_15,color_15)))
            }

            .snt4Te .rEindN:-ms-input-placeholder {
                color: rgb(var(--txt2,var(--color_15,color_15)))
            }

            .snt4Te .rEindN::placeholder {
                color: rgb(var(--txt2,var(--color_15,color_15)))
            }

            #SITE_CONTAINER.focus-ring-active.keyboard-tabbing-on .snt4Te .rEindN:focus {
                outline: 2px solid #116dff;
                outline-offset: 1px
            }

            .snt4Te .rEindN:hover {
                background-color: rgba(var(--bgh,255,255,255),var(--alpha-bgh,1));
                border-color: rgba(var(--brdh,163,217,246),var(--alpha-brdh,1));
                border-style: solid;
                border-width: var(--brwh,1px)
            }

            .snt4Te .rEindN:disabled {
                background-color: rgba(var(--bgd,204,204,204),var(--alpha-bgd,1));
                border-color: rgba(var(--brdd,163,217,246),var(--alpha-brdd,1));
                border-style: solid;
                border-width: var(--brwd,1px);
                color: rgb(var(--txtd,255,255,255));
                pointer-events: none
            }

            .snt4Te:not(.pOExcs) .rEindN:focus {
                background-color: rgba(var(--bgf,255,255,255),var(--alpha-bgf,1));
                border-color: rgba(var(--brdf,163,217,246),var(--alpha-brdf,1));
                border-style: solid;
                border-width: var(--brwf,1px)
            }

            .snt4Te.pOExcs .rEindN:invalid {
                background-color: rgba(var(--bge,255,255,255),var(--alpha-bge,1));
                border-color: rgba(var(--brde,163,217,246),var(--alpha-brde,1));
                border-style: solid;
                border-width: var(--brwe,1px)
            }

            .snt4Te.pOExcs .rEindN:not(:invalid):focus {
                background-color: rgba(var(--bgf,255,255,255),var(--alpha-bgf,1));
                border-color: rgba(var(--brdf,163,217,246),var(--alpha-brdf,1));
                border-style: solid;
                border-width: var(--brwf,1px)
            }

            .snt4Te .PSkPrR {
                display: none
            }

            .snt4Te.oKe0Po .PSkPrR {
                box-sizing: border-box;
                color: rgb(var(--txtlbl,var(--color_15,color_15)));
                direction: var(--labelDirection);
                display: inline-block;
                font: var(--fntlbl,var(--font_8));
                line-height: 1;
                margin-bottom: var(--labelMarginBottom,14px);
                padding-inline-end:var(--labelPadding_end,0);padding-inline-start: var(--labelPadding_start,0);
                text-align: var(--labelAlign,inherit);
                width: 100%;
                word-break: break-word
            }

            .snt4Te.oKe0Po.NyPO4H .PSkPrR:after {
                color: rgba(var(--txtlblrq,0,0,0),var(--alpha-txtlblrq,0));
                content: " *";
                display: var(--requiredIndicationDisplay,none)
            }

            .lk9PkF {
                --display: flex;
                direction: var(--direction);
                display: var(--display);
                flex-direction: column;
                text-align: var(--align)
            }

            .lk9PkF .rEindN {
                -webkit-appearance: none;
                background-color: var(--corvid-background-color,rgba(var(--bg,255,255,255),var(--alpha-bg,1)));
                border-color: var(--corvid-border-color,rgba(var(--brd,227,227,227),var(--alpha-brd,1)));
                border-radius: var(--corvid-border-radius,var(--rd,0));
                border-style: solid;
                border-width: var(--corvid-border-width,var(--brw,1px));
                box-shadow: var(--shd,0 0 0 transparent);
                box-sizing: border-box!important;
                color: var(--corvid-color,rgb(var(--txt,var(--color_15,color_15))));
                direction: var(--inputDirection);
                flex: 1;
                font: var(--fnt,var(--font_8));
                height: 100%;
                margin: 0;
                overflow-y: auto;
                padding-bottom: 3px;
                padding-inline-end:var(--textPaddingEnd);padding-top: var(--textPaddingTop);
                padding-inline-start:var(--textPaddingStart);resize: none;
                text-align: var(--inputAlign,"inherit");
                width: 100%
            }

            #SITE_CONTAINER.focus-ring-active.keyboard-tabbing-on .lk9PkF .rEindN:focus {
                outline: 2px solid #116dff;
                outline-offset: 1px
            }

            .lk9PkF .rEindN::-moz-placeholder {
                color: rgb(var(--txt2,var(--color_15,color_15)))
            }

            .lk9PkF .rEindN:-ms-input-placeholder {
                color: rgb(var(--txt2,var(--color_15,color_15)))
            }

            .lk9PkF .rEindN::placeholder {
                color: rgb(var(--txt2,var(--color_15,color_15)))
            }

            .lk9PkF .rEindN:hover {
                background-color: rgba(var(--bgh,255,255,255),var(--alpha-bgh,1));
                border-color: rgba(var(--brdh,163,217,246),var(--alpha-brdh,1));
                border-style: solid;
                border-width: var(--brwh,1px)
            }

            .lk9PkF .rEindN:disabled {
                background-color: rgba(var(--bgd,204,204,204),var(--alpha-bgd,1));
                border-color: rgba(var(--brdd,163,217,246),var(--alpha-brdd,1));
                border-style: solid;
                border-width: var(--brwd,1px);
                color: rgb(var(--txtd,255,255,255));
                pointer-events: none
            }

            .lk9PkF:not(.pOExcs) .rEindN:focus {
                background-color: rgba(var(--bgf,255,255,255),var(--alpha-bgf,1));
                border-color: rgba(var(--brdf,163,217,246),var(--alpha-brdf,1));
                border-style: solid;
                border-width: var(--brwf,1px)
            }

            .lk9PkF.pOExcs .rEindN:invalid {
                background-color: rgba(var(--bge,255,255,255),var(--alpha-bge,1));
                border-color: rgba(var(--brde,163,217,246),var(--alpha-brde,1));
                border-style: solid;
                border-width: var(--brwe,1px)
            }

            .lk9PkF.pOExcs .rEindN:not(:invalid):focus {
                background-color: rgba(var(--bgf,255,255,255),var(--alpha-bgf,1));
                border-color: rgba(var(--brdf,163,217,246),var(--alpha-brdf,1));
                border-style: solid;
                border-width: var(--brwf,1px)
            }

            .lk9PkF .PSkPrR {
                display: none
            }

            .lk9PkF.oKe0Po .PSkPrR {
                box-sizing: border-box;
                color: rgb(var(--txtlbl,var(--color_15,color_15)));
                direction: var(--labelDirection);
                display: inline-block;
                font: var(--fntlbl,var(--font_8));
                line-height: 1;
                margin-bottom: var(--labelMarginBottom,14px);
                padding-inline-end:var(--labelPadding_end,0);padding-inline-start: var(--labelPadding_start,0);
                text-align: var(--labelAlign,inherit);
                width: 100%;
                word-break: break-word
            }

            .lk9PkF.oKe0Po.NyPO4H .PSkPrR:after {
                color: rgba(var(--txtlblrq,0,0,0),var(--alpha-txtlblrq,0));
                content: " *";
                display: var(--requiredIndicationDisplay,none)
            }

            .TLWrjM {
                align-items: center;
                color: rgb(var(--errorTextColor,#ff4040));
                direction: var(--errorDirection);
                display: flex;
                flex-direction: row;
                gap: 4px;
                justify-content: var(--errorAlign,inherit);
                padding: 8px 0 0
            }

            .TLWrjM .GIPQqH {
                flex: none;
                flex-grow: 0;
                order: 0
            }

            .TLWrjM .JNgJbf {
                display: inline-block;
                flex-grow: 0;
                font: var(--errorTextFont,var(--font_8));
                line-height: 1;
                order: 1;
                word-break: break-word
            }
             .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
            }
            :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)
            }
            @-moz-document url-prefix() {
                :invalid {
                    box-shadow: none
                }

                :-moz-submit-invalid,:-moz-ui-invalid {
                    box-shadow: none
                }
            }

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

                45% {
                    transform: rotate(198deg)
                }

                55% {
                    transform: rotate(234deg)
                }

                to {
                    transform: rotate(540deg)
                }
            }

            @keyframes wlf4P4 {
                to {
                    opacity: 1;
                    transform: rotate(115deg)
                }
            }

            .bkIuWA.xXaCpo {
                --display: flex;
                align-items: center;
                display: var(--display);
                justify-content: center
            }

            .d1WWt1 {
                animation: kYZz2Z 1s linear infinite;
                height: 72px;
                margin-left: -18px;
                overflow: hidden;
                position: absolute;
                transform-origin: 100% 50%;
                width: 36px
            }

            .d1WWt1:after,.d1WWt1:before {
                animation: wlf4P4 .5s linear infinite alternate;
                border: 3px solid currentColor;
                border-color: currentColor transparent transparent currentColor;
                border-radius: 50%;
                bottom: 0;
                content: "";
                left: 0;
                position: absolute;
                right: -100%;
                top: 0;
                transform: rotate(-45deg)
            }

            .d1WWt1:before {
                color: #7fccf7
            }

            .d1WWt1:after {
                color: #3899ec;
                opacity: 0
            }
             .JVi7i2,.hrbzfT {
                background-color: var(--corvid-background-color,rgba(var(--bg,0,0,0),var(--alpha-bg,0)));
                border: solid var(--corvid-border-color,rgba(var(--brd,227,227,227),var(--alpha-brd,1))) var(--corvid-border-width,var(--brw,0));
                border-radius: var(--corvid-border-radius,var(--rd,0));
                box-shadow: var(--shd,0 0 0 transparent)
            }

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

            .LHrbPP:focus {
                border: 2px solid;
                height: 40px;
                opacity: 1;
                pointer-events: auto;
                width: auto
            }
            .aVng1S {
                border-top: var(--lnw,2px) solid rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1));
                box-sizing: border-box;
                height: 0
            }
            .StylableButton2545352419__root {
                -archetype: box;
                border: none;
                box-sizing: border-box;
                cursor: pointer;
                display: block;
                height: 100%;
                min-height: 10px;
                min-width: 10px;
                padding: 0;
                touch-action: manipulation;
                width: 100%
            }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            .StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledIconColor .StylableButton2545352419__icon svg {
                fill: var(--corvid-disabled-icon-color)!important;
                stroke: var(--corvid-disabled-icon-color)!important
            }
             .MW5IWV {
                height: 100%;
                left: 0;
                -webkit-mask-image: var(--mask-image,none);
                mask-image: var(--mask-image,none);
                -webkit-mask-position: var(--mask-position,0);
                mask-position: var(--mask-position,0);
                -webkit-mask-repeat: var(--mask-repeat,no-repeat);
                mask-repeat: var(--mask-repeat,no-repeat);
                -webkit-mask-size: var(--mask-size,100%);
                mask-size: var(--mask-size,100%);
                overflow: hidden;
                pointer-events: var(--fill-layer-background-media-pointer-events);
                position: absolute;
                top: 0;
                width: 100%
            }

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

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

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

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

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

            .VgO9Yg {
                height: 100%
            }

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

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

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

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

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

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

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

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

            .Oqnisf {
                overflow: visible
            }

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

            .cM88eO {
                backface-visibility: hidden
            }

            .YtfWHd {
                left: 0;
                top: 0
            }

            .YtfWHd,.mj3xJ8 {
                position: absolute
            }

            .mj3xJ8 {
                clip: rect(0 0 0 0);
                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)
            }
            .CJOjs7 {
                border-color: rgba(var(--brd),var(--alpha-brd,0));
                border-radius: var(--rd,0);
                border-style: solid;
                border-width: var(--brw,0);
                box-shadow: var(--shd,0);
                box-sizing: border-box
            }

            .YzqVVZ {
                overflow: visible;
                position: relative
            }

            .mwF7X1 {
                backface-visibility: hidden
            }

            .YGilLk {
                cursor: pointer
            }

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

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

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

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

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

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

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

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

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

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

            .VgO9Yg {
                height: 100%
            }

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

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

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

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

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

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

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

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

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

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

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

            .K8MSra {
                opacity: 0
            }

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

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

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

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

            .FNxOn5 {
                position: absolute
            }

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

            @supports(mix-blend-mode: overlay) {
                .m4khSP {
                    mix-blend-mode:var(--fill-layer-background-overlay-blend-mode);
                    opacity: var(--fill-layer-background-overlay-blend-opacity,1)
                }
            }
               .W2bcb7 {
                border-radius: 50%;
                cursor: pointer;
                height: 24px;
                width: 24px
            }

            .JMUd8Z.mDzRgi,.QodGTM.mDzRgi {
                --display: grid;
                background-color: transparent;
                box-sizing: border-box;
                display: var(--display);
                min-height: 50px;
                position: relative
            }

            .JMUd8Z.mDzRgi .XvQ3FE,.QodGTM.mDzRgi .XvQ3FE {
                align-self: center;
                cursor: pointer;
                display: var(--nav-button-display);
                grid-area: 1/1/1/1;
                margin: 0 var(--nav-button-offset);
                position: absolute;
                width: var(--nav-button-width);
                z-index: 1
            }

            .JMUd8Z.mDzRgi .XvQ3FE.CdshHv,.QodGTM.mDzRgi .XvQ3FE.CdshHv {
                justify-self: var(--nav-button-prev-self-justify)
            }

            .JMUd8Z.mDzRgi .XvQ3FE.Qinjwp,.QodGTM.mDzRgi .XvQ3FE.Qinjwp {
                justify-self: var(--nav-button-next-self-justify)
            }

            .JMUd8Z.mDzRgi .hDJzl4,.QodGTM.mDzRgi .hDJzl4 {
                grid-area: 1/1/1/1;
                height: 100%;
                overflow: var(--slides-overflow);
                position: absolute;
                width: 100%
            }

            .JMUd8Z.mDzRgi .hDJzl4.tAoGqR,.QodGTM.mDzRgi .hDJzl4.tAoGqR {
                overflow: var(--transition-overflow,var(--slides-overflow))
            }

            .JMUd8Z.mDzRgi .hDJzl4>*,.QodGTM.mDzRgi .hDJzl4>* {
                overflow: var(--slides-overflow)
            }

            .JMUd8Z.mDzRgi .T23gn7.hDJzl4,.QodGTM.mDzRgi .T23gn7.hDJzl4 {
                height: auto;
                position: relative
            }

            .JMUd8Z.mDzRgi .T23gn7.hDJzl4>*,.QodGTM.mDzRgi .T23gn7.hDJzl4>* {
                top: 0
            }

            .JMUd8Z.mDzRgi .T23gn7.hDJzl4>:not(:first-child),.QodGTM.mDzRgi .T23gn7.hDJzl4>:not(:first-child) {
                --force-state-metadata: false;
                position: absolute!important
            }

            .JMUd8Z.mDzRgi .N2NGoO,.QodGTM.mDzRgi .N2NGoO {
                border-radius: var(--rd,0);
                bottom: 0;
                box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
                left: 0;
                pointer-events: none;
                position: absolute;
                right: 0;
                top: 0
            }

            .JMUd8Z.mDzRgi .lZ5yqT,.QodGTM.mDzRgi .lZ5yqT {
                align-self: end;
                direction: var(--nav-dot-direction);
                display: var(--nav-dot-section-display);
                grid-area: 1/1/1/1;
                justify-self: center;
                margin-bottom: var(--nav-dot-section-bottom-margin);
                position: absolute;
                transform: translateY(50%)
            }

            .JMUd8Z.mDzRgi .lZ5yqT .dZxZOk,.QodGTM.mDzRgi .lZ5yqT .dZxZOk {
                align-items: center;
                display: flex;
                justify-content: center;
                pointer-events: none;
                position: relative;
                width: 100%
            }

            .JMUd8Z.mDzRgi .lZ5yqT .ZVUGJp,.QodGTM.mDzRgi .lZ5yqT .ZVUGJp {
                box-sizing: border-box;
                cursor: pointer;
                display: block;
                height: var(--nav-dot-size);
                margin: 0 var(--nav-dot-margin);
                pointer-events: auto;
                position: relative;
                width: var(--nav-dot-size)
            }

            .JMUd8Z.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm,.QodGTM.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
                height: var(--nav-dot-size-selected);
                width: var(--nav-dot-size-selected)
            }

            .JMUd8Z.mDzRgi .W44q6c,.QodGTM.mDzRgi .W44q6c {
                bottom: 0;
                position: absolute;
                right: 0;
                z-index: var(--above-all-in-container,49)
            }

            .JMUd8Z .XvQ3FE:hover,.QodGTM .XvQ3FE:hover {
                opacity: .6
            }

            .JMUd8Z .XvQ3FE.Qinjwp,.QodGTM .XvQ3FE.Qinjwp {
                transform: scaleX(var(--nav-button-next-scaleX-transform))
            }

            .JMUd8Z .XvQ3FE.CdshHv,.QodGTM .XvQ3FE.CdshHv {
                transform: scaleX(var(--nav-button-prev-scaleX-transform))
            }

            .JMUd8Z .XvQ3FE svg,.QodGTM .XvQ3FE svg {
                fill: rgba(var(--arrowColor,var(--color_12,color_12)),var(--alpha-arrowColor,1));
                stroke: rgba(var(--arrowColor,var(--color_12,color_12)),var(--alpha-arrowColor,1));
                stroke-width: 1px
            }

            .JMUd8Z .ZVUGJp {
                background-color: rgba(var(--dotsColor,var(--color_12,color_12)),var(--alpha-dotsColor,1));
                border-radius: 50%
            }

            .JMUd8Z .ZVUGJp.Ale4Rm {
                background-color: rgba(var(--dotsSelectedColor,var(--color_11,color_11)),var(--alpha-dotsSelectedColor,1))
            }

            .QodGTM .ZVUGJp {
                background-color: rgba(var(--dotsColor,var(--color_12,color_12)),var(--alpha-dotsColor,1));
                border-radius: 50%
            }

            .QodGTM .ZVUGJp.Ale4Rm {
                background-color: transparent;
                border: 2px solid rgba(var(--dotsColor,var(--color_12,color_12)),var(--alpha-dotsColor,1))
            }

            .ENJ6Ca.mDzRgi {
                --display: grid;
                background-color: transparent;
                box-sizing: border-box;
                display: var(--display);
                min-height: 50px;
                position: relative
            }

            .ENJ6Ca.mDzRgi .XvQ3FE {
                align-self: center;
                cursor: pointer;
                display: var(--nav-button-display);
                grid-area: 1/1/1/1;
                margin: 0 var(--nav-button-offset);
                position: absolute;
                width: var(--nav-button-width);
                z-index: 1
            }

            .ENJ6Ca.mDzRgi .XvQ3FE.CdshHv {
                justify-self: var(--nav-button-prev-self-justify)
            }

            .ENJ6Ca.mDzRgi .XvQ3FE.Qinjwp {
                justify-self: var(--nav-button-next-self-justify)
            }

            .ENJ6Ca.mDzRgi .hDJzl4 {
                grid-area: 1/1/1/1;
                height: 100%;
                overflow: var(--slides-overflow);
                position: absolute;
                width: 100%
            }

            .ENJ6Ca.mDzRgi .hDJzl4.tAoGqR {
                overflow: var(--transition-overflow,var(--slides-overflow))
            }

            .ENJ6Ca.mDzRgi .hDJzl4>* {
                overflow: var(--slides-overflow)
            }

            .ENJ6Ca.mDzRgi .T23gn7.hDJzl4 {
                height: auto;
                position: relative
            }

            .ENJ6Ca.mDzRgi .T23gn7.hDJzl4>* {
                top: 0
            }

            .ENJ6Ca.mDzRgi .T23gn7.hDJzl4>:not(:first-child) {
                --force-state-metadata: false;
                position: absolute!important
            }

            .ENJ6Ca.mDzRgi .N2NGoO {
                border-radius: var(--rd,0);
                bottom: 0;
                box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
                left: 0;
                pointer-events: none;
                position: absolute;
                right: 0;
                top: 0
            }

            .ENJ6Ca.mDzRgi .lZ5yqT {
                align-self: end;
                direction: var(--nav-dot-direction);
                display: var(--nav-dot-section-display);
                grid-area: 1/1/1/1;
                justify-self: center;
                margin-bottom: var(--nav-dot-section-bottom-margin);
                position: absolute;
                transform: translateY(50%)
            }

            .ENJ6Ca.mDzRgi .lZ5yqT .dZxZOk {
                align-items: center;
                display: flex;
                justify-content: center;
                pointer-events: none;
                position: relative;
                width: 100%
            }

            .ENJ6Ca.mDzRgi .lZ5yqT .ZVUGJp {
                box-sizing: border-box;
                cursor: pointer;
                display: block;
                height: var(--nav-dot-size);
                margin: 0 var(--nav-dot-margin);
                pointer-events: auto;
                position: relative;
                width: var(--nav-dot-size)
            }

            .ENJ6Ca.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
                height: var(--nav-dot-size-selected);
                width: var(--nav-dot-size-selected)
            }

            .ENJ6Ca.mDzRgi .W44q6c {
                bottom: 0;
                position: absolute;
                right: 0;
                z-index: var(--above-all-in-container,49)
            }

            .ENJ6Ca .XvQ3FE:hover {
                opacity: .6
            }

            .ENJ6Ca .XvQ3FE.CdshHv {
                transform: scaleX(var(--nav-button-prev-circle-scaleX-transform))
            }

            .ENJ6Ca .XvQ3FE.Qinjwp {
                transform: scaleX(var(--nav-button-next-circle-scaleX-transform))
            }

            .ENJ6Ca .XvQ3FE svg {
                fill: rgba(var(--arrowColor,var(--color_12,color_12)),var(--alpha-arrowColor,1))
            }

            .ENJ6Ca .ZVUGJp {
                background-color: rgba(var(--dotsColor,var(--color_12,color_12)),var(--alpha-dotsColor,1));
                border-radius: 50%
            }

            .ENJ6Ca .ZVUGJp.Ale4Rm {
                background-color: transparent;
                border: 2px solid rgba(var(--dotsColor,var(--color_12,color_12)),var(--alpha-dotsColor,1))
            }

            .ghJlnq.mDzRgi {
                --display: grid;
                background-color: transparent;
                box-sizing: border-box;
                display: var(--display);
                min-height: 50px;
                position: relative
            }

            .ghJlnq.mDzRgi .XvQ3FE {
                align-self: center;
                cursor: pointer;
                display: var(--nav-button-display);
                grid-area: 1/1/1/1;
                margin: 0 var(--nav-button-offset);
                position: absolute;
                width: var(--nav-button-width);
                z-index: 1
            }

            .ghJlnq.mDzRgi .XvQ3FE.CdshHv {
                justify-self: var(--nav-button-prev-self-justify)
            }

            .ghJlnq.mDzRgi .XvQ3FE.Qinjwp {
                justify-self: var(--nav-button-next-self-justify)
            }

            .ghJlnq.mDzRgi .hDJzl4 {
                grid-area: 1/1/1/1;
                height: 100%;
                overflow: var(--slides-overflow);
                position: absolute;
                width: 100%
            }

            .ghJlnq.mDzRgi .hDJzl4.tAoGqR {
                overflow: var(--transition-overflow,var(--slides-overflow))
            }

            .ghJlnq.mDzRgi .hDJzl4>* {
                overflow: var(--slides-overflow)
            }

            .ghJlnq.mDzRgi .T23gn7.hDJzl4 {
                height: auto;
                position: relative
            }

            .ghJlnq.mDzRgi .T23gn7.hDJzl4>* {
                top: 0
            }

            .ghJlnq.mDzRgi .T23gn7.hDJzl4>:not(:first-child) {
                --force-state-metadata: false;
                position: absolute!important
            }

            .ghJlnq.mDzRgi .N2NGoO {
                border-radius: var(--rd,0);
                bottom: 0;
                box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
                left: 0;
                pointer-events: none;
                position: absolute;
                right: 0;
                top: 0
            }

            .ghJlnq.mDzRgi .lZ5yqT {
                align-self: end;
                direction: var(--nav-dot-direction);
                display: var(--nav-dot-section-display);
                grid-area: 1/1/1/1;
                justify-self: center;
                margin-bottom: var(--nav-dot-section-bottom-margin);
                position: absolute;
                transform: translateY(50%)
            }

            .ghJlnq.mDzRgi .lZ5yqT .dZxZOk {
                align-items: center;
                display: flex;
                justify-content: center;
                pointer-events: none;
                position: relative;
                width: 100%
            }

            .ghJlnq.mDzRgi .lZ5yqT .ZVUGJp {
                box-sizing: border-box;
                cursor: pointer;
                display: block;
                height: var(--nav-dot-size);
                margin: 0 var(--nav-dot-margin);
                pointer-events: auto;
                position: relative;
                width: var(--nav-dot-size)
            }

            .ghJlnq.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
                height: var(--nav-dot-size-selected);
                width: var(--nav-dot-size-selected)
            }

            .ghJlnq.mDzRgi .W44q6c {
                bottom: 0;
                position: absolute;
                right: 0;
                z-index: var(--above-all-in-container,49)
            }

            .ghJlnq .XvQ3FE:hover {
                opacity: .6
            }

            .ghJlnq .XvQ3FE.CdshHv {
                transform: scaleX(var(--nav-button-prev-scaleX-transform))
            }

            .ghJlnq .XvQ3FE.Qinjwp {
                transform: scaleX(var(--nav-button-next-scaleX-transform))
            }

            .ghJlnq .XvQ3FE svg path:first-child {
                fill: rgba(var(--arrowContainerColor,var(--color_11,color_11)),var(--alpha-arrowContainerColor,1))
            }

            .ghJlnq .XvQ3FE svg path:last-child {
                fill: rgba(var(--arrowColor,var(--color_12,color_12)),var(--alpha-arrowColor,1))
            }

            .ghJlnq .ZVUGJp {
                background-color: rgba(var(--dotsColor,var(--color_12,color_12)),var(--alpha-dotsColor,1))
            }

            .ghJlnq .ZVUGJp.Ale4Rm {
                background-color: rgba(var(--dotsSelectedColor,var(--color_11,color_11)),var(--alpha-dotsSelectedColor,1))
            }

            .XVHXq_.mDzRgi {
                --display: grid;
                background-color: transparent;
                box-sizing: border-box;
                display: var(--display);
                min-height: 50px;
                position: relative
            }

            .XVHXq_.mDzRgi .XvQ3FE {
                align-self: center;
                cursor: pointer;
                display: var(--nav-button-display);
                grid-area: 1/1/1/1;
                margin: 0 var(--nav-button-offset);
                position: absolute;
                width: var(--nav-button-width);
                z-index: 1
            }

            .XVHXq_.mDzRgi .XvQ3FE.CdshHv {
                justify-self: var(--nav-button-prev-self-justify)
            }

            .XVHXq_.mDzRgi .XvQ3FE.Qinjwp {
                justify-self: var(--nav-button-next-self-justify)
            }

            .XVHXq_.mDzRgi .hDJzl4 {
                grid-area: 1/1/1/1;
                height: 100%;
                overflow: var(--slides-overflow);
                position: absolute;
                width: 100%
            }

            .XVHXq_.mDzRgi .hDJzl4.tAoGqR {
                overflow: var(--transition-overflow,var(--slides-overflow))
            }

            .XVHXq_.mDzRgi .hDJzl4>* {
                overflow: var(--slides-overflow)
            }

            .XVHXq_.mDzRgi .T23gn7.hDJzl4 {
                height: auto;
                position: relative
            }

            .XVHXq_.mDzRgi .T23gn7.hDJzl4>* {
                top: 0
            }

            .XVHXq_.mDzRgi .T23gn7.hDJzl4>:not(:first-child) {
                --force-state-metadata: false;
                position: absolute!important
            }

            .XVHXq_.mDzRgi .N2NGoO {
                border-radius: var(--rd,0);
                bottom: 0;
                box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
                left: 0;
                pointer-events: none;
                position: absolute;
                right: 0;
                top: 0
            }

            .XVHXq_.mDzRgi .lZ5yqT {
                align-self: end;
                direction: var(--nav-dot-direction);
                display: var(--nav-dot-section-display);
                grid-area: 1/1/1/1;
                justify-self: center;
                margin-bottom: var(--nav-dot-section-bottom-margin);
                position: absolute;
                transform: translateY(50%)
            }

            .XVHXq_.mDzRgi .lZ5yqT .dZxZOk {
                align-items: center;
                display: flex;
                justify-content: center;
                pointer-events: none;
                position: relative;
                width: 100%
            }

            .XVHXq_.mDzRgi .lZ5yqT .ZVUGJp {
                box-sizing: border-box;
                cursor: pointer;
                display: block;
                height: var(--nav-dot-size);
                margin: 0 var(--nav-dot-margin);
                pointer-events: auto;
                position: relative;
                width: var(--nav-dot-size)
            }

            .XVHXq_.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
                height: var(--nav-dot-size-selected);
                width: var(--nav-dot-size-selected)
            }

            .XVHXq_.mDzRgi .W44q6c {
                bottom: 0;
                position: absolute;
                right: 0;
                z-index: var(--above-all-in-container,49)
            }

            .XVHXq_.mDzRgi {
                min-height: unset
            }

            .sNF2R0 {
                opacity: 0
            }

            .hLoBV3 {
                transition: opacity var(--transition-duration) cubic-bezier(.37,0,.63,1)
            }

            .Rdf41z,.hLoBV3 {
                opacity: 1
            }

            .ftlZWo {
                transition: opacity var(--transition-duration) cubic-bezier(.37,0,.63,1)
            }

            .ATGlOr,.ftlZWo {
                opacity: 0
            }

            .KQSXD0 {
                transition: opacity var(--transition-duration) cubic-bezier(.64,0,.78,0)
            }

            .KQSXD0,.pagQKE {
                opacity: 1
            }

            ._6zG5H {
                opacity: 0;
                transition: opacity var(--transition-duration) cubic-bezier(.22,1,.36,1)
            }

            .BB49uC {
                transform: translateX(100%)
            }

            .j9xE1V {
                transition: transform var(--transition-duration) cubic-bezier(.87,0,.13,1)
            }

            .ICs7Rs,.j9xE1V {
                transform: translateX(0)
            }

            .DxijZJ {
                transition: transform var(--transition-duration) cubic-bezier(.87,0,.13,1)
            }

            .B5kjYq,.DxijZJ {
                transform: translateX(-100%)
            }

            .cJijIV {
                transition: transform var(--transition-duration) cubic-bezier(.87,0,.13,1)
            }

            .cJijIV,.hOxaWM {
                transform: translateX(0)
            }

            .T9p3fN {
                transform: translateX(100%);
                transition: transform var(--transition-duration) cubic-bezier(.87,0,.13,1)
            }

            .qDxYJm {
                transform: translateY(100%)
            }

            .aA9V0P {
                transition: transform var(--transition-duration) cubic-bezier(.87,0,.13,1)
            }

            .YPXPAS,.aA9V0P {
                transform: translateY(0)
            }

            .Xf2zsA {
                transition: transform var(--transition-duration) cubic-bezier(.87,0,.13,1)
            }

            .Xf2zsA,.y7Kt7s {
                transform: translateY(-100%)
            }

            .EeUgMu {
                transition: transform var(--transition-duration) cubic-bezier(.87,0,.13,1)
            }

            .EeUgMu,.fdHrtm {
                transform: translateY(0)
            }

            .WIFaG4 {
                transform: translateY(100%);
                transition: transform var(--transition-duration) cubic-bezier(.87,0,.13,1)
            }
        </style>
        <style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SlideShowSlide].9c30ab76.min.css">
            .imK94d .eF_jBL {
                border-radius: var(--rd,0);
                will-change: var(--corners-overflow-fix-will-change,initial)
            }

            .imK94d .wfm0FO {
                border: var(--brw,0) solid rgba(var(--brd,var(--color_11,color_11)),var(--alpha-brd,1));
                border-radius: var(--rd,0);
                bottom: 0;
                left: 0;
                pointer-events: none;
                position: absolute;
                right: 0;
                top: 0
            }

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

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

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

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

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

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

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

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

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

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

            .VgO9Yg {
                height: 100%
            }

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

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

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

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

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

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

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

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

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

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

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

            .K8MSra {
                opacity: 0
            }

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

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

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

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

            .FNxOn5 {
                position: absolute
            }

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

            @supports(mix-blend-mode: overlay) {
                .m4khSP {
                    mix-blend-mode:var(--fill-layer-background-overlay-blend-mode);
                    opacity: var(--fill-layer-background-overlay-blend-opacity,1)
                }
            }
              .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
            }
              .GPmm8Z {
                direction: var(--direction);
                display: flex;
                flex-wrap: wrap;
                justify-content: var(--justify-content);
                margin: var(--margin);
                pointer-events: auto;
                position: relative
            }

            .GPmm8Z>* {
                direction: ltr;
                margin: var(--item-margin)
            }

            .o6oDlF {
                margin: -50px calc(-1*var(--docked-margin));
                overflow: hidden;
                padding: 50px var(--docked-margin);
                pointer-events: none
            }
             .TWFxr5 {
                height: auto!important
            }

            .May50y {
                overflow: hidden!important
            }
             .sthVVBS.og9KNo8--madefor {
                --wbu-font-stack: var(--wix-font-stack);
                --wbu-font-weight-regular: var(--wix-font-weight-regular);
                --wbu-font-weight-medium: var(--wix-font-weight-medium);
                --wbu-font-weight-bold: var(--wix-font-weight-bold)
            }

            .sYV2gRk {
                --wix-ui-tpa-icon-button-icon-color: 255,255,255,1;
                --wix-ui-tpa-icon-button-icon-color-rgb: 255,255,255;
                --wix-ui-tpa-icon-button-icon-color-opacity: 1
            }

            .sXLIwlJ.o__2kZJG5--madefor {
                --wbu-font-stack: var(--wix-font-stack);
                --wbu-font-weight-regular: var(--wix-font-weight-regular);
                --wbu-font-weight-medium: var(--wix-font-weight-medium);
                --wbu-font-weight-bold: var(--wix-font-weight-bold)
            }

            .sPx0guo,.sV7oEGb {
                outline: 0
            }

            .snU6ghj>:first-child>:first-child {
                z-index: 100000!important
            }

            .svXK2gh {
                align-items: center;
                cursor: pointer;
                display: inline-flex
            }

            .s__8rTnVE,.suOvJQ_ {
                flex-shrink: 0
            }

            .svXK2gh.oq8_iqP--disabled {
                cursor: default
            }

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

            .swAs579 {
                border: 1px solid hsla(0,0%,100%,.4);
                border-radius: 2px;
                box-shadow: 0 0 4px 0 rgba(0,0,0,.1),0 4px 8px 0 rgba(0,0,0,.1);
                color: #fff;
                display: inline-flex;
                font-family: Madefor,Helvetica Neue,Helvetica,Arial,メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;
                font-size: 14px;
                opacity: 0;
                transform: translateY(-50%);
                visibility: hidden
            }

            .swAs579.oPEjrHE--isShown {
                opacity: 1;
                transform: translateY(0);
                visibility: visible
            }

            .swAs579.oPEjrHE--shouldAnimate {
                transition: visibility .2s ease,opacity .2s ease,transform .4s ease
            }

            .swAs579.oPEjrHE---skin-7-success {
                background-color: #008250
            }

            .swAs579.oPEjrHE---skin-5-error {
                background-color: #df3131
            }

            .swAs579.oPEjrHE---skin-6-status {
                background-color: #212121
            }

            .swAs579.oPEjrHE---skin-7-preview {
                background-color: rgba(0,0,0,.6)
            }

            .swAs579.oPEjrHE---placement-15-bottomFullWidth {
                bottom: 0;
                left: 0;
                position: fixed;
                width: 100vw
            }

            .sKke8eq,.sXeDzZf {
                display: inline-block;
                min-width: 12px
            }

            .s__6h4IT7 {
                display: inline-block;
                line-height: 20px;
                margin: 16px 20px;
                max-height: 40px;
                overflow: hidden
            }

            .sR3swd_ {
                height: 24px;
                margin-left: auto;
                padding: 14px 12px
            }

            .swAs579.oPEjrHE--mobile .s__6h4IT7 {
                margin-left: 0;
                margin-right: 0;
                max-height: 60px
            }

            .swAs579.oPEjrHE--mobile .sKke8eq {
                min-width: 20px
            }

            .swAs579.oPEjrHE--rtl .sR3swd_ {
                margin-left: 0;
                margin-right: auto
            }

            .szxx_RD {
                border: 0;
                display: inline-block;
                line-height: 0;
                margin: 0;
                padding: 0;
                text-decoration: none
            }

            .szxx_RD.odH6SCU--focus,.szxx_RD:hover {
                opacity: .7
            }

            .szxx_RD.os_ASUw--disabled {
                cursor: default
            }

            .szxx_RD.os_ASUw--disabled:hover {
                opacity: 1
            }

            .sLdiZE2 svg {
                display: block
            }

            .szxx_RD.os_ASUw--disabled.sZBq_VA .sLdiZE2 svg:not([fill=currentColor]) path {
                stroke: rgb(var(--wix-color-29));
                fill: none
            }

            .szxx_RD.os_ASUw--disabled.saigHET .sLdiZE2 svg:not([fill=currentColor]) path {
                fill: rgb(var(--wix-color-29));
                stroke: rgb(var(--wix-color-29))
            }

            .sZBq_VA .sLdiZE2 svg:not([fill=currentColor]) path,.szxx_RD.os_ASUw---skin-4-line .sLdiZE2 svg:not([fill=currentColor]) path {
                stroke: rgb(var(--wix-ui-tpa-icon-button-icon-color,var(--wix-color-5)));
                fill: none
            }

            .saigHET .sLdiZE2 svg:not([fill=currentColor]) path,.szxx_RD.os_ASUw---skin-4-full .sLdiZE2 svg:not([fill=currentColor]) path {
                fill: rgb(var(--wix-ui-tpa-icon-button-icon-color,var(--wix-color-5)));
                stroke: rgb(var(--wix-ui-tpa-icon-button-icon-color,var(--wix-color-5)))
            }

            .szxx_RD .sLdiZE2 svg[fill=currentColor] {
                color: rgb(var(--wix-ui-tpa-icon-button-icon-color,var(--wix-color-5)))
            }

            .szxx_RD.os_ASUw--disabled .sLdiZE2 svg[fill=currentColor] {
                color: rgb(var(--wix-color-29))
            }

            .szxx_RD.os_ASUw---theme-4-none {
                background-color: transparent
            }

            .szxx_RD.os_ASUw---theme-3-box {
                align-items: center;
                background-color: rgb(var(--wix-ui-tpa-icon-button-background-color,var(--wix-color-1)));
                border-radius: 50%;
                display: inline-flex;
                height: 32px;
                justify-content: center;
                width: 32px
            }

            .KeZzT6 {
                animation: U4gKpz 1s linear infinite;
                color: hsla(0,0%,100%,.9);
                display: inline-block;
                overflow: hidden;
                position: relative;
                transform-origin: 100% 50%
            }

            .KeZzT6:after,.KeZzT6:before {
                animation: DjtvJd .5s linear infinite alternate;
                border: 1px solid currentColor;
                border-color: currentColor transparent transparent currentColor;
                border-radius: 50%;
                bottom: 0;
                color: currentColor;
                content: "";
                inset-inline-end: -100%;
                inset-inline-start: 0;
                position: absolute;
                top: 0;
                transform: rotate(-45deg)
            }

            .KeZzT6:after {
                opacity: 0
            }

            @keyframes DjtvJd {
                to {
                    opacity: 1;
                    transform: rotate(115deg)
                }
            }

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

                45% {
                    transform: rotate(198deg)
                }

                55% {
                    transform: rotate(234deg)
                }

                to {
                    transform: rotate(540deg)
                }
            }

            .KeZzT6.BAhs0Y {
                height: 30px;
                margin-inline-end:15px;width: 15px
            }

            .KeZzT6.vUtskN {
                height: 60px;
                margin-inline-end:30px;width: 30px
            }

            .KeZzT6.RLHjMI {
                height: 80px;
                margin-inline-end:40px;width: 40px
            }

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

            .AnkhXt {
                color: var(--wix-color-5)
            }

            .Sm1ZoK {
                z-index: 999999
            }

            .Sm1ZoK.KtZaO1 {
                display: none
            }

            .Sm1ZoK:not(.Z1Pd8o) {
                left: 50%;
                min-width: 320px;
                position: fixed;
                top: 80px;
                transform: translate(-50%)
            }
             @font-face {
                font-family: 'helvetica-w01-bold';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/fonts/v2/2f12de04-5ca4-4ada-9e66-a958673b12b5/v1/helvetica-lt-w10-bold.woff2') format('woff2');
                unicode-range: U+0000, U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2116;
                font-display: swap;
            }

            @font-face {
                font-family: 'helvetica-w01-bold';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/fonts/v2/2f12de04-5ca4-4ada-9e66-a958673b12b5/v1/helvetica-w02-bold.woff2') format('woff2');
                unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+0237, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+2044, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+E301-E304, U+E306-E30D, U+FB01-FB02;
                font-display: swap;
            }

            @font-face {
                font-family: 'helvetica-w01-bold';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/fonts/v2/2f12de04-5ca4-4ada-9e66-a958673b12b5/v1/helvetica-w01-bold.woff2') format('woff2');
                unicode-range: U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+20AC, U+2122;
                font-display: swap;
            }

            @font-face {
                font-family: 'din-next-w01-light';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w10-light.woff2') format('woff2');
                unicode-range: U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2116;
                font-display: swap;
            }

            @font-face {
                font-family: 'din-next-w01-light';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w02-light.woff2') format('woff2');
                unicode-range: U+000D, U+0100-010F, U+0111-0130, U+0132-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+01FA-01FF, U+0218-021B, U+0237, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03C0, U+1E80-1E85, U+1EF2-1EF3, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2126, U+212E, U+2153-2154, U+215B-215E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB00-FB04;
                font-display: swap;
            }

            @font-face {
                font-family: 'din-next-w01-light';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w01-light.woff2') format('woff2');
                unicode-range: U+0020-007E, U+00A0-00FF, U+0110, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6-02C7, U+02DA, U+02DC, U+03BC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
                font-display: swap;
            }

            @font-face {
                font-family: 'helvetica-w01-roman';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/fonts/v2/2af1bf48-e783-4da8-9fa0-599dde29f2d5/v1/helvetica-lt-w10-roman.woff2') format('woff2');
                unicode-range: U+0000, U+000D, U+0020-007E, U+00A0, U+00A4, U+00A6-00A7, U+00A9, U+00AB-00AE, U+00B0-00B1, U+00B5-00B7, U+00BB, U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+20AC, U+2116, U+2122;
                font-display: swap;
            }

            @font-face {
                font-family: 'helvetica-w01-roman';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/fonts/v2/2af1bf48-e783-4da8-9fa0-599dde29f2d5/v1/helvetica-w02-roman.woff2') format('woff2');
                unicode-range: U+000D, U+0020-007E, U+00A0-012B, U+012E-0137, U+0139-0149, U+014C-017E, U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2113, U+2122, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+E301-E304, U+E306-E30D, U+FB01-FB02;
                font-display: swap;
            }

            @font-face {
                font-family: 'helvetica-w01-roman';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/fonts/v2/2af1bf48-e783-4da8-9fa0-599dde29f2d5/v1/helvetica-w01-roman.woff2') format('woff2');
                unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-012B, U+012E-0137, U+0139-0149, U+014C-017E, U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0462-0463, U+0472-0475, U+0490-0491, U+04D9, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+20B9-20BA, U+20BC-20BD, U+2113, U+2116, U+2122, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+E300-E30D, U+F6C5, U+F6C9-F6D8, U+F8FF, U+FB01-FB02;
                font-display: swap;
            }

            @font-face {
                font-family: 'helvetica-w01-light';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/fonts/v2/8eac109b-0fa9-42bf-a305-43e471e23779/v1/helvetica-w02-light.woff2') format('woff2');
                unicode-range: U+0100-012B, U+012E-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+0237, U+02C7, U+02C9, U+02D8-02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+2044, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+E002, U+E004, U+E006, U+E008-E009, U+E00D, U+E00F, U+E011, U+E013, U+E015, U+E017, U+E01A, U+FB01-FB02;
                font-display: swap;
            }

            @font-face {
                font-family: 'helvetica-w01-light';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/fonts/v2/8eac109b-0fa9-42bf-a305-43e471e23779/v1/helvetica-w01-light.woff2') format('woff2');
                unicode-range: U+000D, U+0020-007E, U+00A0-00FF, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+20AC, U+2122;
                font-display: swap;
            }

            @font-face {
                font-family: 'poppins-semibold';
                font-style: normal;
                font-weight: 700;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/aDjpMND83pDErGXlVEr-Sfk_vArhqVIZ0nv9q090hN8.woff2') format('woff2');
                font-display: swap;
            }

            @font-face {
                font-family: 'poppins-semibold';
                font-style: italic;
                font-weight: 700;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/c4FPK8_hIFKoX59qcGwdChUOjZSKWg4xBWp_C_qQx0o.woff2') format('woff2');
                font-display: swap;
            }

            @font-face {
                font-family: 'poppins-semibold';
                font-style: italic;
                font-weight: 400;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/RbebACOccNN-5ixkDIVLjRUOjZSKWg4xBWp_C_qQx0o.woff2') format('woff2');
                font-display: swap;
            }

            @font-face {
                font-family: 'poppins-semibold';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/9VWMTeb5jtXkNoTv949Npfk_vArhqVIZ0nv9q090hN8.woff2') format('woff2');
                font-display: swap;
            }

            @font-face {
                font-family: 'poppins';
                font-style: italic;
                font-weight: 700;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmy15VGdeOYktMqlap.woff2') format('woff2');
                unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
                font-display: swap;
            }

            @font-face {
                font-family: 'poppins';
                font-style: italic;
                font-weight: 400;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v21/pxiGyp8kv8JHgFVrJJLufntAOvWDSHFF.woff2') format('woff2');
                unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
                font-display: swap;
            }

            @font-face {
                font-family: 'poppins';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v21/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2') format('woff2');
                unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
                font-display: swap;
            }

            @font-face {
                font-family: 'poppins';
                font-style: normal;
                font-weight: 700;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2') format('woff2');
                unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
                font-display: swap;
            }

            @font-face {
                font-family: 'poppins';
                font-style: italic;
                font-weight: 700;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmy15VF9eOYktMqg.woff2') format('woff2');
                unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
                font-display: swap;
            }

            @font-face {
                font-family: 'poppins';
                font-style: italic;
                font-weight: 400;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v21/pxiGyp8kv8JHgFVrJJLucHtAOvWDSA.woff2') format('woff2');
                unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
                font-display: swap;
            }

            @font-face {
                font-family: 'poppins';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v21/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2') format('woff2');
                unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
                font-display: swap;
            }

            @font-face {
                font-family: 'poppins';
                font-style: normal;
                font-weight: 700;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2') format('woff2');
                unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
                font-display: swap;
            }

            #masterPage:not(.landingPage) #PAGES_CONTAINER {
                margin-top: 0px;
                margin-bottom: 0px;
            }

            #masterPage.landingPage #SITE_HEADER {
                display: none;
            }

            #masterPage.landingPage #CONTROLLER_COMP_CUSTOM_ID {
                display: none;
            }

            #masterPage.landingPage #SOSP_CONTAINER_CUSTOM_ID {
                display: none;
            }

            #masterPage.landingPage #SITE_FOOTER {
                display: none;
            }

            #masterPage.landingPage #SITE_HEADER-placeholder {
                display: none;
            }

            #masterPage.landingPage #SITE_FOOTER-placeholder {
                display: none;
            }

            #SITE_CONTAINER.focus-ring-active :not(.has-custom-focus):not(.ignore-focus):not([tabindex="-1"]):focus, #SITE_CONTAINER.focus-ring-active :not(.has-custom-focus):not(.ignore-focus):not([tabindex="-1"]):focus ~ .wixSdkShowFocusOnSibling {
                --focus-ring-box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #116dff;
                box-shadow: var(--focus-ring-box-shadow) !important;
                z-index: 1;
            }

            .has-inner-focus-ring {
                --focus-ring-box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 3px #116dff !important;
            }

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

            #SITE_HEADER {
                z-index: 50;
                --above-all-in-container: 10000;
            }

            #PAGES_CONTAINER {
                --pinned-layer-in-container: 51;
                --above-all-in-container: 49;
            }

            #CONTROLLER_COMP_CUSTOM_ID {
                --pinned-layer-in-container: 52;
                --above-all-in-container: 49;
            }

            #SOSP_CONTAINER_CUSTOM_ID {
                --pinned-layer-in-container: 53;
                --above-all-in-container: 49;
            }

            #SITE_FOOTER {
                --pinned-layer-in-container: 54;
                --above-all-in-container: 49;
            }

            #comp-l054hj6z-pinned-layer {
                z-index: calc(var(--pinned-layers-in-page, 0) + 55);
                --above-all-in-container: 10000;
            }

            [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%;
            }

            [id="soapAfterPagesContainer"].page-with-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                grid-template-rows: 1fr;
                grid-template-columns: 100%;
                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: -128px;
                left: 20px;
                margin-left: calc((100% - 980px) * 0.5);
            }

            [id="soapAfterPagesContainer"].page-with-sosp [data-mesh-id=soapAfterPagesContainerinlineContent-gridContainer] > [id="SOSP_CONTAINER_CUSTOM_ID"] {
                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-l054hj6z {
                justify-self: end;
                align-self: end;
                position: absolute;
                grid-area: 1 / 1 / 2 / 2;
                pointer-events: auto;
            }

            :root,:host, .spxThemeOverride, .max-width-container {
                --color_0: 255,255,255;
                --color_1: 255,255,255;
                --color_2: 0,0,0;
                --color_3: 237,28,36;
                --color_4: 0,136,203;
                --color_5: 255,203,5;
                --color_6: 114,114,114;
                --color_7: 176,176,176;
                --color_8: 255,255,255;
                --color_9: 114,114,114;
                --color_10: 176,176,176;
                --color_11: 255,255,255;
                --color_12: 250,250,250;
                --color_13: 233,235,236;
                --color_14: 10,24,46;
                --color_15: 10,24,46;
                --color_16: 158,178,237;
                --color_17: 109,138,218;
                --color_18: 200,0,0;
                --color_19: 0,35,133;
                --color_20: 0,17,67;
                --color_21: 229,177,175;
                --color_22: 204,133,132;
                --color_23: 178,55,52;
                --color_24: 119,37,35;
                --color_25: 59,18,17;
                --color_26: 251,200,195;
                --color_27: 247,172,164;
                --color_28: 243,95,79;
                --color_29: 162,63,53;
                --color_30: 81,32,26;
                --color_31: 213,180,205;
                --color_32: 170,131,162;
                --color_33: 128,69,115;
                --color_34: 85,46,77;
                --color_35: 43,23,38;
                --color_36: 255,255,255;
                --color_37: 10,24,46;
                --color_38: 250,250,250;
                --color_39: 233,235,236;
                --color_40: 163,163,163;
                --color_41: 200,0,0;
                --color_42: 178,55,52;
                --color_43: 0,17,67;
                --color_44: 243,95,79;
                --color_45: 10,24,46;
                --color_46: 10,24,46;
                --color_47: 163,163,163;
                --color_48: 200,0,0;
                --color_49: 200,0,0;
                --color_50: 255,255,255;
                --color_51: 255,255,255;
                --color_52: 200,0,0;
                --color_53: 200,0,0;
                --color_54: 233,235,236;
                --color_55: 233,235,236;
                --color_56: 255,255,255;
                --color_57: 255,255,255;
                --color_58: 200,0,0;
                --color_59: 200,0,0;
                --color_60: 200,0,0;
                --color_61: 200,0,0;
                --color_62: 255,255,255;
                --color_63: 255,255,255;
                --color_64: 233,235,236;
                --color_65: 233,235,236;
                --font_0: normal normal normal 73px/1.4em helvetica-w01-bold,sans-serif;
                --font_1: normal normal normal 16px/1.4em din-next-w01-light,sans-serif;
                --font_2: normal normal normal 60px/1.4em helvetica-w01-roman,sans-serif;
                --font_3: normal normal normal 35px/1.4em helvetica-w01-roman,sans-serif;
                --font_4: normal normal normal 25px/1.4em helvetica-w01-roman,sans-serif;
                --font_5: normal normal normal 23px/1.4em helvetica-w01-roman,sans-serif;
                --font_6: normal normal normal 13px/1.4em helvetica-w01-light,sans-serif;
                --font_7: normal normal normal 19px/1.4em helvetica-w01-light,sans-serif;
                --font_8: normal normal normal 16px/1.4em helvetica-w01-light,sans-serif;
                --font_9: normal normal normal 12px/1.4em helvetica-w01-roman,sans-serif;
                --font_10: normal normal normal 12px/1.4em din-next-w01-light,sans-serif;
                --wix-ads-height: 0px;
                --sticky-offset: 0px;
                --wix-ads-top-height: 0px;
                --site-width: 980px;
                --above-all-z-index: 100000;
                --portals-z-index: 100001;
                --wix-opt-in-direction: ltr;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                --minViewportSize: 320;
                --maxViewportSize: 1920;
                --theme-spx-ratio: 1px;
                --scaling-factor: min((100 * var(--one-unit)), var(--section-max-width));
                --customScaleViewportLimit: clamp(var(--minViewportSize) * 1px, 100 * var(--one-unit), min(var(--section-max-width), var(--maxViewportSize) * 1px));
            }

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

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

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

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

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

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

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

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

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

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

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

            .color_0 {
                color: rgb(var(--color_0));
            }

            .color_1 {
                color: rgb(var(--color_1));
            }

            .color_2 {
                color: rgb(var(--color_2));
            }

            .color_3 {
                color: rgb(var(--color_3));
            }

            .color_4 {
                color: rgb(var(--color_4));
            }

            .color_5 {
                color: rgb(var(--color_5));
            }

            .color_6 {
                color: rgb(var(--color_6));
            }

            .color_7 {
                color: rgb(var(--color_7));
            }

            .color_8 {
                color: rgb(var(--color_8));
            }

            .color_9 {
                color: rgb(var(--color_9));
            }

            .color_10 {
                color: rgb(var(--color_10));
            }

            .color_11 {
                color: rgb(var(--color_11));
            }

            .color_12 {
                color: rgb(var(--color_12));
            }

            .color_13 {
                color: rgb(var(--color_13));
            }

            .color_14 {
                color: rgb(var(--color_14));
            }

            .color_15 {
                color: rgb(var(--color_15));
            }

            .color_16 {
                color: rgb(var(--color_16));
            }

            .color_17 {
                color: rgb(var(--color_17));
            }

            .color_18 {
                color: rgb(var(--color_18));
            }

            .color_19 {
                color: rgb(var(--color_19));
            }

            .color_20 {
                color: rgb(var(--color_20));
            }

            .color_21 {
                color: rgb(var(--color_21));
            }

            .color_22 {
                color: rgb(var(--color_22));
            }

            .color_23 {
                color: rgb(var(--color_23));
            }

            .color_24 {
                color: rgb(var(--color_24));
            }

            .color_25 {
                color: rgb(var(--color_25));
            }

            .color_26 {
                color: rgb(var(--color_26));
            }

            .color_27 {
                color: rgb(var(--color_27));
            }

            .color_28 {
                color: rgb(var(--color_28));
            }

            .color_29 {
                color: rgb(var(--color_29));
            }

            .color_30 {
                color: rgb(var(--color_30));
            }

            .color_31 {
                color: rgb(var(--color_31));
            }

            .color_32 {
                color: rgb(var(--color_32));
            }

            .color_33 {
                color: rgb(var(--color_33));
            }

            .color_34 {
                color: rgb(var(--color_34));
            }

            .color_35 {
                color: rgb(var(--color_35));
            }

            .color_36 {
                color: rgb(var(--color_36));
            }

            .color_37 {
                color: rgb(var(--color_37));
            }

            .color_38 {
                color: rgb(var(--color_38));
            }

            .color_39 {
                color: rgb(var(--color_39));
            }

            .color_40 {
                color: rgb(var(--color_40));
            }

            .color_41 {
                color: rgb(var(--color_41));
            }

            .color_42 {
                color: rgb(var(--color_42));
            }

            .color_43 {
                color: rgb(var(--color_43));
            }

            .color_44 {
                color: rgb(var(--color_44));
            }

            .color_45 {
                color: rgb(var(--color_45));
            }

            .color_46 {
                color: rgb(var(--color_46));
            }

            .color_47 {
                color: rgb(var(--color_47));
            }

            .color_48 {
                color: rgb(var(--color_48));
            }

            .color_49 {
                color: rgb(var(--color_49));
            }

            .color_50 {
                color: rgb(var(--color_50));
            }

            .color_51 {
                color: rgb(var(--color_51));
            }

            .color_52 {
                color: rgb(var(--color_52));
            }

            .color_53 {
                color: rgb(var(--color_53));
            }

            .color_54 {
                color: rgb(var(--color_54));
            }

            .color_55 {
                color: rgb(var(--color_55));
            }

            .color_56 {
                color: rgb(var(--color_56));
            }

            .color_57 {
                color: rgb(var(--color_57));
            }

            .color_58 {
                color: rgb(var(--color_58));
            }

            .color_59 {
                color: rgb(var(--color_59));
            }

            .color_60 {
                color: rgb(var(--color_60));
            }

            .color_61 {
                color: rgb(var(--color_61));
            }

            .color_62 {
                color: rgb(var(--color_62));
            }

            .color_63 {
                color: rgb(var(--color_63));
            }

            .color_64 {
                color: rgb(var(--color_64));
            }

            .color_65 {
                color: rgb(var(--color_65));
            }

            .backcolor_0 {
                background-color: rgb(var(--color_0));
            }

            .backcolor_1 {
                background-color: rgb(var(--color_1));
            }

            .backcolor_2 {
                background-color: rgb(var(--color_2));
            }

            .backcolor_3 {
                background-color: rgb(var(--color_3));
            }

            .backcolor_4 {
                background-color: rgb(var(--color_4));
            }

            .backcolor_5 {
                background-color: rgb(var(--color_5));
            }

            .backcolor_6 {
                background-color: rgb(var(--color_6));
            }

            .backcolor_7 {
                background-color: rgb(var(--color_7));
            }

            .backcolor_8 {
                background-color: rgb(var(--color_8));
            }

            .backcolor_9 {
                background-color: rgb(var(--color_9));
            }

            .backcolor_10 {
                background-color: rgb(var(--color_10));
            }

            .backcolor_11 {
                background-color: rgb(var(--color_11));
            }

            .backcolor_12 {
                background-color: rgb(var(--color_12));
            }

            .backcolor_13 {
                background-color: rgb(var(--color_13));
            }

            .backcolor_14 {
                background-color: rgb(var(--color_14));
            }

            .backcolor_15 {
                background-color: rgb(var(--color_15));
            }

            .backcolor_16 {
                background-color: rgb(var(--color_16));
            }

            .backcolor_17 {
                background-color: rgb(var(--color_17));
            }

            .backcolor_18 {
                background-color: rgb(var(--color_18));
            }

            .backcolor_19 {
                background-color: rgb(var(--color_19));
            }

            .backcolor_20 {
                background-color: rgb(var(--color_20));
            }

            .backcolor_21 {
                background-color: rgb(var(--color_21));
            }

            .backcolor_22 {
                background-color: rgb(var(--color_22));
            }

            .backcolor_23 {
                background-color: rgb(var(--color_23));
            }

            .backcolor_24 {
                background-color: rgb(var(--color_24));
            }

            .backcolor_25 {
                background-color: rgb(var(--color_25));
            }

            .backcolor_26 {
                background-color: rgb(var(--color_26));
            }

            .backcolor_27 {
                background-color: rgb(var(--color_27));
            }

            .backcolor_28 {
                background-color: rgb(var(--color_28));
            }

            .backcolor_29 {
                background-color: rgb(var(--color_29));
            }

            .backcolor_30 {
                background-color: rgb(var(--color_30));
            }

            .backcolor_31 {
                background-color: rgb(var(--color_31));
            }

            .backcolor_32 {
                background-color: rgb(var(--color_32));
            }

            .backcolor_33 {
                background-color: rgb(var(--color_33));
            }

            .backcolor_34 {
                background-color: rgb(var(--color_34));
            }

            .backcolor_35 {
                background-color: rgb(var(--color_35));
            }

            .backcolor_36 {
                background-color: rgb(var(--color_36));
            }

            .backcolor_37 {
                background-color: rgb(var(--color_37));
            }

            .backcolor_38 {
                background-color: rgb(var(--color_38));
            }

            .backcolor_39 {
                background-color: rgb(var(--color_39));
            }

            .backcolor_40 {
                background-color: rgb(var(--color_40));
            }

            .backcolor_41 {
                background-color: rgb(var(--color_41));
            }

            .backcolor_42 {
                background-color: rgb(var(--color_42));
            }

            .backcolor_43 {
                background-color: rgb(var(--color_43));
            }

            .backcolor_44 {
                background-color: rgb(var(--color_44));
            }

            .backcolor_45 {
                background-color: rgb(var(--color_45));
            }

            .backcolor_46 {
                background-color: rgb(var(--color_46));
            }

            .backcolor_47 {
                background-color: rgb(var(--color_47));
            }

            .backcolor_48 {
                background-color: rgb(var(--color_48));
            }

            .backcolor_49 {
                background-color: rgb(var(--color_49));
            }

            .backcolor_50 {
                background-color: rgb(var(--color_50));
            }

            .backcolor_51 {
                background-color: rgb(var(--color_51));
            }

            .backcolor_52 {
                background-color: rgb(var(--color_52));
            }

            .backcolor_53 {
                background-color: rgb(var(--color_53));
            }

            .backcolor_54 {
                background-color: rgb(var(--color_54));
            }

            .backcolor_55 {
                background-color: rgb(var(--color_55));
            }

            .backcolor_56 {
                background-color: rgb(var(--color_56));
            }

            .backcolor_57 {
                background-color: rgb(var(--color_57));
            }

            .backcolor_58 {
                background-color: rgb(var(--color_58));
            }

            .backcolor_59 {
                background-color: rgb(var(--color_59));
            }

            .backcolor_60 {
                background-color: rgb(var(--color_60));
            }

            .backcolor_61 {
                background-color: rgb(var(--color_61));
            }

            .backcolor_62 {
                background-color: rgb(var(--color_62));
            }

            .backcolor_63 {
                background-color: rgb(var(--color_63));
            }

            .backcolor_64 {
                background-color: rgb(var(--color_64));
            }

            .backcolor_65 {
                background-color: rgb(var(--color_65));
            }

            #masterPage:not(.landingPage) {
                --top-offset: var(--header-height);
                --header-height: 143px;
            }

            #masterPage.landingPage {
                --top-offset: 0px;
            }

            #SITE_HEADER {
                --bg: var(--color_11);
                --shd: none;
                --brwt: 0px;
                --brd: var(--color_37);
                --brwb: 1px;
                --bgctr: var(--color_36);
                --rd: 0px;
                --alpha-bg: 1;
                --alpha-bgctr: 1;
                --alpha-brd: 0.3;
                --boxShadowToggleOn-shd: none;
                --backdrop-blur: 0px;
                --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: 1fr;
                grid-template-columns: 100%;
            }

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

            #SITE_HEADER {
                --bg-overlay-color: rgb(var(--color_36));
                --bg-gradient: none;
                --shc-mutated-brightness: 128,128,128;
                position: sticky !important;
                top: var(--wix-ads-height);
            }

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

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

            [data-mesh-id=comp-jvf6n384inlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                grid-template-rows: 1fr;
                grid-template-columns: 100%;
            }

            [data-mesh-id=comp-jvf6n384inlineContent-gridContainer] > [id="comp-jwizo5lt"] {
                position: relative;
                margin: 73px 0px 13px calc((100% - 177px) * 0);
                left: 58px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

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

            [data-mesh-id=comp-jvf6nb4winlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                grid-template-rows: 1fr;
                grid-template-columns: 100%;
            }

            [data-mesh-id=comp-jvf6nb4winlineContent-gridContainer] > [id="comp-ll713ssn"] {
                position: relative;
                margin: 53px 0px 1px calc((100% - 431px) * 0);
                left: -85px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

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

            [data-mesh-id=comp-jvf6n7uiinlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                margin-bottom: -45px;
                grid-template-rows: 1fr;
                grid-template-columns: 100%;
            }

            [data-mesh-id=comp-jvf6n7uiinlineContent-gridContainer] > [id="comp-ln0mdiax"] {
                position: relative;
                margin: 56px 0px 46px calc((100% - 372px) * 1);
                left: -112px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

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

            #comp-jvf6n36h {
                --bg-overlay-color: rgb(var(--color_36));
                --bg-gradient: none;
                --padding: 0px;
                --margin: 0px;
                min-width: 980px;
                --firstChildMarginTop: -1px;
                --lastChildMarginBottom: -1px;
                --items-direction: row;
            }

            #comp-jvf6n384 {
                width: 177px;
            }

            #comp-jvf6n384 {
                --bg-overlay-color: transparent;
                --bg-gradient: none;
                width: 100%;
                --column-width: 177px;
                --column-flex: 177;
            }

            #comp-jwizo5lt {
                width: 65px;
                height: 16px;
            }

            #comp-jwizo5lt {
                --fill-opacity: 1;
                --stroke-width: 0;
                --stroke: #5E97FF;
                --stroke-opacity: 1;
                --fill: #0A182E;
            }

            #comp-jvf6nb4w {
                width: 431px;
            }

            #comp-jvf6nb4w {
                --bg-overlay-color: rgb(var(--color_36));
                --bg-gradient: none;
                width: 100%;
                --column-width: 431px;
                --column-flex: 431;
            }

            #comp-ll713ssn {
                --menuTotalBordersX: 0px;
                --menuTotalBordersY: 0px;
                --bgDrop: var(--color_11);
                --rd: 0px;
                --shd: none;
                --pad: 15px;
                --fnt: normal normal normal 15px/1.4em poppins-semibold,poppins,sans-serif;
                --brd: var(--color_15);
                --txt: var(--color_15);
                --alpha-txt: 1;
                --brdh: var(--color_18);
                --txth: var(--color_18);
                --alpha-txth: 1;
                --brds: var(--color_18);
                --txts: var(--color_18);
                --alpha-txts: 1;
                --alpha-bgDrop: 1;
                --boxShadowToggleOn-shd: none;
                --alpha-brd: 1;
                --alpha-brdh: 1;
                --alpha-brds: 1;
            }

            #comp-ll713ssn {
                /* width: 715px;
                height: 48px; */
                    width: 100%;
                    overflow: hidden;
                    height: 48px;
            }

            #comp-ll713ssn {
                --menuTotalBordersY: 0px;
                --menuTotalBordersX: 0px;
                --submenus-direction: inherit;
                --menu-direction: inherit;
                --align: center;
                --menu-align: inherit;
                --submenus-align: inherit;
            }

            #comp-jvf6n7ui {
                width: 372px;
            }

            #comp-jvf6n7ui {
                --bg-overlay-color: rgb(var(--color_36));
                --bg-gradient: none;
                width: 100%;
                --column-width: 372px;
                --column-flex: 372;
            }

            #comp-ln0mdiax {
                width: 305px;
            }

            [data-mesh-id=comp-ln0mdiaxinlineContent] {
                height: auto;
                width: 305px;
            }

            [data-mesh-id=comp-ln0mdiaxinlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                grid-template-rows: 1fr;
                grid-template-columns: 100%;
            }

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

            #comp-ln0mdidd1 {
                --inputShadow: none;
                --inputFocusBorderWidth: 1px;
                --inputBorderRadius: 0px;
                --inputFont: var(--font_8);
                --inputTextColor: var(--color_15);
                --alpha-inputTextColor: 1;
                --inputBorderWidth: 1px;
                --inputBorderColor: var(--color_15);
                --inputPlaceholderColor: var(--color_15);
                --alpha-inputPlaceholderColor: 1;
                --inputIconColor: var(--color_15);
                --inputHoverIconColor: var(--color_15);
                --alpha-inputHoverIconColor: 1;
                --inputFocusIconColor: var(--color_15);
                --alpha-inputFocusIconColor: 1;
                --buttonBackgroundColor: var(--color_15);
                --buttonHoverBackgroundColor: var(--color_15);
                --alpha-buttonHoverBackgroundColor: 1;
                --buttonFocusBackgroundColor: var(--color_15);
                --alpha-buttonFocusBackgroundColor: 1;
                --buttonIconColor: var(--color_11);
                --alpha-buttonIconColor: 1;
                --buttonHoverIconColor: var(--color_11);
                --alpha-buttonHoverIconColor: 1;
                --buttonFocusIconColor: var(--color_11);
                --alpha-buttonFocusIconColor: 1;
                --inputBackgroundColor: var(--color_11);
                --alpha-inputBackgroundColor: 1;
                --inputHoverBackgroundColor: var(--color_11);
                --alpha-inputHoverBackgroundColor: 1;
                --inputFocusBackgroundColor: var(--color_11);
                --alpha-inputFocusBackgroundColor: 1;
                --inputHoverBorderWidth: 1px;
                --inputHoverBorderColor: var(--color_15);
                --alpha-inputHoverBorderColor: 1;
                --inputFocusBorderColor: var(--color_15);
                --alpha-inputFocusBorderColor: 1;
                --suggestionSectionDividerColorNew: var(--color_15);
                --alpha-suggestionSectionDividerColorNew: 1;
                --alpha-inputIconColor: 0.6;
                --alpha-inputBorderColor: 0.6;
                --alpha-buttonBackgroundColor: 0.8;
                --boxShadowToggleOn-inputShadow: none;
            }

            #comp-ln0mdidd1 {
                width: 305px;
                height: 45px;
            }

            #comp-ln0mdidd1 {
                --inputFont: normal normal normal 16px/1.4em helvetica-w01-light,sans-serif;
                --text-padding: 8px 0 8px 0;
                --container-direction: row;
                --icon-spacing: 12px;
                --input-focus-bottom-border-width: 1px;
                --input-left-border-width: 1px;
                --input-hover-left-border-width: 1px;
                --input-focus-left-border-width: 1px;
                --search-button-display: none;
                --search-icon-display: flex;
                --text-spacing: 12px;
                --align: start;
            }

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

            #comp-ll2n83lk {
                width: 143px;
                height: 143px;
            }

            #comp-ll2n83lk {
                --height: 143px;
                --width: 143px;
            }

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

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

            #SITE_PAGES {
                --transition-duration: 700ms;
            }

            #CONTROLLER_COMP_CUSTOM_ID {
                --alpha-bg: 1;
                --bg: 61,155,233;
                --bgh: 43,104,156;
                --brd: 43,104,156;
                --brdh: 61,155,233;
                --brw: 0px;
                --fnt: normal normal normal 14px/1.4em raleway;
                --rd: 20px;
                --txt: 255,255,255;
                --txth: 255,255,255;
                --alpha-bgh: 1;
                --alpha-brd: 1;
                --alpha-brdh: 1;
                --alpha-txt: 1;
                --alpha-txth: 1;
                --boxShadowToggleOn-shd: none;
                --shd: 0 1px 4px rgba(0, 0, 0, 0.6);
            }

            #SOSP_CONTAINER_CUSTOM_ID {
                --brw: 0px;
                --brd: var(--color_15);
                --bg: var(--color_11);
                --rd: 0px;
                --shd: none;
                --gradient: none;
                --alpha-bg: 1;
                --alpha-brd: 1;
                --boxShadowToggleOn-shd: none;
                --bg-gradient: none;
            }

            #SOSP_CONTAINER_CUSTOM_ID {
                width: 980px;
            }

            [data-mode=hover] #SOSP_CONTAINER_CUSTOM_ID {
                width: 980px;
            }

            [data-mesh-id=SOSP_CONTAINER_CUSTOM_IDinlineContent] {
                height: auto;
                width: 980px;
                display: flex;
            }

            [data-mesh-id=SOSP_CONTAINER_CUSTOM_IDinlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                margin-bottom: -142px;
                grid-template-rows: min-content 1fr;
                grid-template-columns: 100%;
            }

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

            [data-mesh-id=SOSP_CONTAINER_CUSTOM_IDinlineContent-gridContainer] > [id="comp-lnespiy6"] {
                position: relative;
                margin: 0px 0px 0px 0;
                left: 12px;
                grid-area: 2 / 1 / 3 / 2;
                justify-self: start;
                align-self: start;
            }

            #SOSP_CONTAINER_CUSTOM_ID {
                --shc-mutated-brightness: 128,128,128;
            }

            #comp-lnespin2 {
                width: 980px;
                height: 250px;
            }

            .comp-lnespin2 {
                --wix-direction: ltr;
                --profileLayout: 1;
                --pictureStyle: 0;
                --profileAlignment: 0;
                --profileImageSize: 110px;
                --badge-layout: 0;
                --badge-size: 0;
                --badge-corner-radius: 10;
                --border-width-1: 1;
                --pw-cover-photo-opacity: 60;
                --pw-cover-photo-opacity-desktop: 60;
                --profileWidgetHeight: 250px;
                --pw-button-border-width: 1;
                --pw-button-responsive-border-width: 1;
                --pw-button-text-font-size-mobile: 16;
                --pw-button-corner-radius: 0;
                --pw-button-responsive-corner-radius: 0;
                --vertical-pw-corner-radius: 0;
                --badge-font: normal normal normal 16px/1.4em helvetica-w01-light,sans-serif;
                --text-primary-font: normal normal normal 20px/1.4em helvetica-w01-light,sans-serif;
                --text-secondary-font: normal normal normal 14px/1.4em helvetica-w01-light,sans-serif;
                --pw-responsive-name-font: normal normal normal 28px/1.4em helvetica-w01-light,sans-serif;
                --pw-name-font-mobile: normal normal normal 20px/1.4em helvetica-w01-light,sans-serif;
                --title-font: normal normal normal 14px/1.4em helvetica-w01-light,sans-serif;
                --title-responsive-font: normal normal normal 20px/1.4em helvetica-w01-light,sans-serif;
                --title-mobile-font: normal normal normal 16px/1.4em helvetica-w01-light,sans-serif;
                --pw-responsive-ff-font: normal normal normal 16px/1.4em helvetica-w01-light,sans-serif;
                --pw-ff-font-mobile: normal normal normal 12px/1.4em helvetica-w01-light,sans-serif;
                --button-font: normal normal normal 16px/1.4em helvetica-w01-light,sans-serif;
                --pw-responsive-button-font: normal normal normal 16px/1.4em helvetica-w01-light,sans-serif;
                --pw-button-font-mobile: normal normal normal 16px/1.4em helvetica-w01-light,sans-serif;
                --text-color-primary: 10,24,46;
                --text-color-primary-rgb: 10,24,46;
                --text-color-primary-opacity: 1;
                --text-color-secondary: 10,24,46;
                --text-color-secondary-rgb: 10,24,46;
                --text-color-secondary-opacity: 1;
                --pw-responsive-name-color: 255,255,255;
                --pw-responsive-name-color-rgb: 255,255,255;
                --pw-responsive-name-color-opacity: 1;
                --pw-name-color-mobile: 10,24,46;
                --pw-name-color-mobile-rgb: 10,24,46;
                --pw-name-color-mobile-opacity: 1;
                --title-color: 10,24,46;
                --title-color-rgb: 10,24,46;
                --title-color-opacity: 1;
                --title-responsive-color: 255,255,255;
                --title-responsive-color-rgb: 255,255,255;
                --title-responsive-color-opacity: 1;
                --title-mobile-color: 10,24,46;
                --title-mobile-color-rgb: 10,24,46;
                --title-mobile-color-opacity: 1;
                --pw-responsive-ff-color: 255,255,255;
                --pw-responsive-ff-color-rgb: 255,255,255;
                --pw-responsive-ff-color-opacity: 1;
                --pw-ff-color-mobile: 10,24,46;
                --pw-ff-color-mobile-rgb: 10,24,46;
                --pw-ff-color-mobile-opacity: 1;
                --button-opacity-and-color: 200,0,0;
                --button-opacity-and-color-rgb: 200,0,0;
                --button-opacity-and-color-opacity: 1;
                --pw-responsive-button-color: 255,255,255;
                --pw-responsive-button-color-rgb: 255,255,255;
                --pw-responsive-button-color-opacity: 1;
                --pw-responsive-button-color-mobile: 255,255,255;
                --pw-responsive-button-color-mobile-rgb: 255,255,255;
                --pw-responsive-button-color-mobile-opacity: 1;
                --box-color: 255,255,255;
                --box-color-rgb: 255,255,255;
                --box-color-opacity: 1;
                --border-color: 10,24,46,0.2;
                --border-color-rgb: 10,24,46;
                --border-color-opacity: 0.2;
                --pw-cover-color: 200,0,0;
                --pw-cover-color-rgb: 200,0,0;
                --pw-cover-color-opacity: 1;
                --pw-cover-color-desktop: 200,0,0;
                --pw-cover-color-desktop-rgb: 200,0,0;
                --pw-cover-color-desktop-opacity: 1;
                --pw-cover-color-mobile: 200,0,0;
                --pw-cover-color-mobile-rgb: 200,0,0;
                --pw-cover-color-mobile-opacity: 1;
                --pw-button-font-color: 255,255,255;
                --pw-button-font-color-rgb: 255,255,255;
                --pw-button-font-color-opacity: 1;
                --pw-button-responsive-font-color: 200,0,0;
                --pw-button-responsive-font-color-rgb: 200,0,0;
                --pw-button-responsive-font-color-opacity: 1;
                --pw-button-border-color: 200,0,0;
                --pw-button-border-color-rgb: 200,0,0;
                --pw-button-border-color-opacity: 1;
                --pw-button-responsive-border-color: 255,255,255;
                --pw-button-responsive-border-color-rgb: 255,255,255;
                --pw-button-responsive-border-color-opacity: 1;
                --badge-font-style: normal;
                --badge-font-variant: normal;
                --badge-font-weight: normal;
                --badge-font-size: 16px;
                --badge-font-line-height: 1.4em;
                --badge-font-family: helvetica-w01-light,sans-serif;
                --badge-font-text-decoration: none;
                --text-primary-font-style: normal;
                --text-primary-font-variant: normal;
                --text-primary-font-weight: normal;
                --text-primary-font-size: 20px;
                --text-primary-font-line-height: 1.4em;
                --text-primary-font-family: helvetica-w01-light,sans-serif;
                --text-primary-font-text-decoration: none;
                --text-secondary-font-style: normal;
                --text-secondary-font-variant: normal;
                --text-secondary-font-weight: normal;
                --text-secondary-font-size: 14px;
                --text-secondary-font-line-height: 1.4em;
                --text-secondary-font-family: helvetica-w01-light,sans-serif;
                --text-secondary-font-text-decoration: none;
                --pw-responsive-name-font-style: normal;
                --pw-responsive-name-font-variant: normal;
                --pw-responsive-name-font-weight: normal;
                --pw-responsive-name-font-size: 28px;
                --pw-responsive-name-font-line-height: 1.4em;
                --pw-responsive-name-font-family: helvetica-w01-light,sans-serif;
                --pw-responsive-name-font-text-decoration: none;
                --pw-name-font-mobile-style: normal;
                --pw-name-font-mobile-variant: normal;
                --pw-name-font-mobile-weight: normal;
                --pw-name-font-mobile-size: 20px;
                --pw-name-font-mobile-line-height: 1.4em;
                --pw-name-font-mobile-family: helvetica-w01-light,sans-serif;
                --pw-name-font-mobile-text-decoration: none;
                --title-font-style: normal;
                --title-font-variant: normal;
                --title-font-weight: normal;
                --title-font-size: 14px;
                --title-font-line-height: 1.4em;
                --title-font-family: helvetica-w01-light,sans-serif;
                --title-font-text-decoration: none;
                --title-responsive-font-style: normal;
                --title-responsive-font-variant: normal;
                --title-responsive-font-weight: normal;
                --title-responsive-font-size: 20px;
                --title-responsive-font-line-height: 1.4em;
                --title-responsive-font-family: helvetica-w01-light,sans-serif;
                --title-responsive-font-text-decoration: none;
                --title-mobile-font-style: normal;
                --title-mobile-font-variant: normal;
                --title-mobile-font-weight: normal;
                --title-mobile-font-size: 16px;
                --title-mobile-font-line-height: 1.4em;
                --title-mobile-font-family: helvetica-w01-light,sans-serif;
                --title-mobile-font-text-decoration: none;
                --pw-responsive-ff-font-style: normal;
                --pw-responsive-ff-font-variant: normal;
                --pw-responsive-ff-font-weight: normal;
                --pw-responsive-ff-font-size: 16px;
                --pw-responsive-ff-font-line-height: 1.4em;
                --pw-responsive-ff-font-family: helvetica-w01-light,sans-serif;
                --pw-responsive-ff-font-text-decoration: none;
                --pw-ff-font-mobile-style: normal;
                --pw-ff-font-mobile-variant: normal;
                --pw-ff-font-mobile-weight: normal;
                --pw-ff-font-mobile-size: 12px;
                --pw-ff-font-mobile-line-height: 1.4em;
                --pw-ff-font-mobile-family: helvetica-w01-light,sans-serif;
                --pw-ff-font-mobile-text-decoration: none;
                --button-font-style: normal;
                --button-font-variant: normal;
                --button-font-weight: normal;
                --button-font-size: 16px;
                --button-font-line-height: 1.4em;
                --button-font-family: helvetica-w01-light,sans-serif;
                --button-font-text-decoration: none;
                --pw-responsive-button-font-style: normal;
                --pw-responsive-button-font-variant: normal;
                --pw-responsive-button-font-weight: normal;
                --pw-responsive-button-font-size: 16px;
                --pw-responsive-button-font-line-height: 1.4em;
                --pw-responsive-button-font-family: helvetica-w01-light,sans-serif;
                --pw-responsive-button-font-text-decoration: none;
                --pw-button-font-mobile-style: normal;
                --pw-button-font-mobile-variant: normal;
                --pw-button-font-mobile-weight: normal;
                --pw-button-font-mobile-size: 16px;
                --pw-button-font-mobile-line-height: 1.4em;
                --pw-button-font-mobile-family: helvetica-w01-light,sans-serif;
                --pw-button-font-mobile-text-decoration: none;
                --profileImageDisplay: block;
                --profileImageBorderRadius: 50%;
                --coverButtonsBoxMarginLeft: initial;
                --coverButtonsBoxPosition: initial;
                --coverButtonsBoxTop: initial;
                --coverButtonsBoxInsetInlineEnd: initial;
                --coverButtonsBoxMarginTop: 38px;
                --repositionModeButtonsFlexDirection: row;
                --repositionModeButtonsMarginInlineStart: 34px;
                --repositionModeButtonsMarginInlineEnd: initial;
                --coverPhotoContainerInsetInlineStart: 24px;
                --coverPhotoContainerInsetInlineEnd: initial;
                --contentLayoutPosition: relative;
                --contentLayoutFlexDirection: row;
                --contentLayoutAlignItems: initial;
                --contentLayoutPaddingInlineStart: 30px;
                --contentLayoutPaddingInlineEnd: 16px;
                --contentAlignItems: flex-end;
                --contentMarginBottom: 30px;
                --contentMarginInlineEnd: initial;
                --contentMarginInlineStart: 24px;
                --contentJustifyContent: space-between;
                --contentWidth: initial;
                --contentFlexDirection: row;
                --detailsAndPhotoFlexDirection: initial;
                --detailsAndPhotoAlignItems: initial;
                --memberDetailsPaddingInlineStart: initial;
                --memberDetailsPaddingInlineEnd: initial;
                --memberDetailsMarginTop: initial;
                --memberDetailsAlignItems: initial;
                --memberDetailsMaxWidth: 500px;
                --memberDetailsMarginBottom: initial;
                --profilePhotoMarginRight: initial;
                --profilePhotoMarginLeft: initial;
                --badgeListContainerJustifyContent: initial;
                --badgeListJustifyContent: flex-start;
                --numbersBoxPosition: initial;
                --numbersBoxJustifyContent: flex-start;
                --nameContainerMaxWidth: initial;
                --nameContainerWidth: initial;
                --nameContainerJustifyContent: flex-start;
                --nameBoxTextMaxWidth: 470px;
                --titleContainerTextAlign: initial;
                --titleContainerDisplay: initial;
                --titleContainerFlexDirection: initial;
                --titleMaxWidth: 470px;
                --buttonsBoxPosition: initial;
                --buttonsBoxTop: initial;
                --buttonsBoxInsetInlineEnd: initial;
                --moreActionsMarginLeft: initial;
                --moreActionsMarginRight: -14px;
                --badgeFont: helvetica-w01-light,sans-serif;
                --badgeIconHeight: 12px;
                --badgeIconWidth: initial;
                --badgeIconMaxWidth: 30px;
                --badgeIconMargin: 0 4px 0 0;
                --remainderWrapperHeight: 20px;
                --remainderWrapperMinWidth: 30px;
                --badgeWrapperHeight: 20px;
                --badgeWrapperWidth: initial;
                --badgeWrapperPadding: 0 8px;
                --badgeTextDisplay: initial;
                --badgeIconDisplay: flex;
                --badgeDefaultIconDisplay: none;
                --remainderBadgeColor: rgb(255, 255, 255);
                --wix-color-1: 255,255,255;
                --wix-color-2: 250,250,250;
                --wix-color-3: 233,235,236;
                --wix-color-4: 10,24,46;
                --wix-color-5: 10,24,46;
                --wix-color-6: 158,178,237;
                --wix-color-7: 109,138,218;
                --wix-color-8: 200,0,0;
                --wix-color-9: 0,35,133;
                --wix-color-10: 0,17,67;
                --wix-color-11: 229,177,175;
                --wix-color-12: 204,133,132;
                --wix-color-13: 178,55,52;
                --wix-color-14: 119,37,35;
                --wix-color-15: 59,18,17;
                --wix-color-16: 251,200,195;
                --wix-color-17: 247,172,164;
                --wix-color-18: 243,95,79;
                --wix-color-19: 162,63,53;
                --wix-color-20: 81,32,26;
                --wix-color-21: 213,180,205;
                --wix-color-22: 170,131,162;
                --wix-color-23: 128,69,115;
                --wix-color-24: 85,46,77;
                --wix-color-25: 43,23,38;
                --wix-color-26: 255,255,255;
                --wix-color-27: 10,24,46;
                --wix-color-28: 250,250,250;
                --wix-color-29: 233,235,236;
                --wix-color-30: 163,163,163;
                --wix-color-31: 200,0,0;
                --wix-color-32: 178,55,52;
                --wix-color-33: 0,17,67;
                --wix-color-34: 243,95,79;
                --wix-color-35: 10,24,46;
                --wix-color-36: 10,24,46;
                --wix-color-37: 163,163,163;
                --wix-color-38: 200,0,0;
                --wix-color-39: 200,0,0;
                --wix-color-40: 255,255,255;
                --wix-color-41: 255,255,255;
                --wix-color-42: 200,0,0;
                --wix-color-43: 200,0,0;
                --wix-color-44: 233,235,236;
                --wix-color-45: 233,235,236;
                --wix-color-46: 255,255,255;
                --wix-color-47: 255,255,255;
                --wix-color-48: 200,0,0;
                --wix-color-49: 200,0,0;
                --wix-color-50: 200,0,0;
                --wix-color-51: 200,0,0;
                --wix-color-52: 255,255,255;
                --wix-color-53: 255,255,255;
                --wix-color-54: 233,235,236;
                --wix-color-55: 233,235,236;
                --wix-font-Title: normal normal normal 73px/1.4em helvetica-w01-bold,sans-serif;
                --wix-font-Title-style: normal;
                --wix-font-Title-variant: normal;
                --wix-font-Title-weight: normal;
                --wix-font-Title-size: 73px;
                --wix-font-Title-line-height: 1.4em;
                --wix-font-Title-family: helvetica-w01-bold,sans-serif;
                --wix-font-Title-text-decoration: none;
                --wix-font-Menu: normal normal normal 16px/1.4em din-next-w01-light,sans-serif;
                --wix-font-Menu-style: normal;
                --wix-font-Menu-variant: normal;
                --wix-font-Menu-weight: normal;
                --wix-font-Menu-size: 16px;
                --wix-font-Menu-line-height: 1.4em;
                --wix-font-Menu-family: din-next-w01-light,sans-serif;
                --wix-font-Menu-text-decoration: none;
                --wix-font-Page-title: normal normal normal 60px/1.4em helvetica-w01-roman,sans-serif;
                --wix-font-Page-title-style: normal;
                --wix-font-Page-title-variant: normal;
                --wix-font-Page-title-weight: normal;
                --wix-font-Page-title-size: 60px;
                --wix-font-Page-title-line-height: 1.4em;
                --wix-font-Page-title-family: helvetica-w01-roman,sans-serif;
                --wix-font-Page-title-text-decoration: none;
                --wix-font-Heading-XL: normal normal normal 35px/1.4em helvetica-w01-roman,sans-serif;
                --wix-font-Heading-XL-style: normal;
                --wix-font-Heading-XL-variant: normal;
                --wix-font-Heading-XL-weight: normal;
                --wix-font-Heading-XL-size: 35px;
                --wix-font-Heading-XL-line-height: 1.4em;
                --wix-font-Heading-XL-family: helvetica-w01-roman,sans-serif;
                --wix-font-Heading-XL-text-decoration: none;
                --wix-font-Heading-L: normal normal normal 25px/1.4em helvetica-w01-roman,sans-serif;
                --wix-font-Heading-L-style: normal;
                --wix-font-Heading-L-variant: normal;
                --wix-font-Heading-L-weight: normal;
                --wix-font-Heading-L-size: 25px;
                --wix-font-Heading-L-line-height: 1.4em;
                --wix-font-Heading-L-family: helvetica-w01-roman,sans-serif;
                --wix-font-Heading-L-text-decoration: none;
                --wix-font-Heading-M: normal normal normal 23px/1.4em helvetica-w01-roman,sans-serif;
                --wix-font-Heading-M-style: normal;
                --wix-font-Heading-M-variant: normal;
                --wix-font-Heading-M-weight: normal;
                --wix-font-Heading-M-size: 23px;
                --wix-font-Heading-M-line-height: 1.4em;
                --wix-font-Heading-M-family: helvetica-w01-roman,sans-serif;
                --wix-font-Heading-M-text-decoration: none;
                --wix-font-Heading-S: normal normal normal 13px/1.4em helvetica-w01-light,sans-serif;
                --wix-font-Heading-S-style: normal;
                --wix-font-Heading-S-variant: normal;
                --wix-font-Heading-S-weight: normal;
                --wix-font-Heading-S-size: 13px;
                --wix-font-Heading-S-line-height: 1.4em;
                --wix-font-Heading-S-family: helvetica-w01-light,sans-serif;
                --wix-font-Heading-S-text-decoration: none;
                --wix-font-Body-L: normal normal normal 19px/1.4em helvetica-w01-light,sans-serif;
                --wix-font-Body-L-style: normal;
                --wix-font-Body-L-variant: normal;
                --wix-font-Body-L-weight: normal;
                --wix-font-Body-L-size: 19px;
                --wix-font-Body-L-line-height: 1.4em;
                --wix-font-Body-L-family: helvetica-w01-light,sans-serif;
                --wix-font-Body-L-text-decoration: none;
                --wix-font-Body-M: normal normal normal 16px/1.4em helvetica-w01-light,sans-serif;
                --wix-font-Body-M-style: normal;
                --wix-font-Body-M-variant: normal;
                --wix-font-Body-M-weight: normal;
                --wix-font-Body-M-size: 16px;
                --wix-font-Body-M-line-height: 1.4em;
                --wix-font-Body-M-family: helvetica-w01-light,sans-serif;
                --wix-font-Body-M-text-decoration: none;
                --wix-font-Body-S: normal normal normal 12px/1.4em helvetica-w01-roman,sans-serif;
                --wix-font-Body-S-style: normal;
                --wix-font-Body-S-variant: normal;
                --wix-font-Body-S-weight: normal;
                --wix-font-Body-S-size: 12px;
                --wix-font-Body-S-line-height: 1.4em;
                --wix-font-Body-S-family: helvetica-w01-roman,sans-serif;
                --wix-font-Body-S-text-decoration: none;
                --wix-font-Body-XS: normal normal normal 12px/1.4em din-next-w01-light,sans-serif;
                --wix-font-Body-XS-style: normal;
                --wix-font-Body-XS-variant: normal;
                --wix-font-Body-XS-weight: normal;
                --wix-font-Body-XS-size: 12px;
                --wix-font-Body-XS-line-height: 1.4em;
                --wix-font-Body-XS-family: din-next-w01-light,sans-serif;
                --wix-font-Body-XS-text-decoration: none;
                --wix-font-LIGHT: normal normal normal 12px/1.4em HelveticaNeueW01-45Ligh;
                --wix-font-LIGHT-style: normal;
                --wix-font-LIGHT-variant: normal;
                --wix-font-LIGHT-weight: normal;
                --wix-font-LIGHT-size: 12px;
                --wix-font-LIGHT-line-height: 1.4em;
                --wix-font-LIGHT-family: HelveticaNeueW01-45Ligh;
                --wix-font-LIGHT-text-decoration: none;
                --wix-font-MEDIUM: normal normal normal 12px/1.4em HelveticaNeueW01-55Roma;
                --wix-font-MEDIUM-style: normal;
                --wix-font-MEDIUM-variant: normal;
                --wix-font-MEDIUM-weight: normal;
                --wix-font-MEDIUM-size: 12px;
                --wix-font-MEDIUM-line-height: 1.4em;
                --wix-font-MEDIUM-family: HelveticaNeueW01-55Roma;
                --wix-font-MEDIUM-text-decoration: none;
                --wix-font-STRONG: normal normal normal 12px/1.4em HelveticaNeueW01-65Medi;
                --wix-font-STRONG-style: normal;
                --wix-font-STRONG-variant: normal;
                --wix-font-STRONG-weight: normal;
                --wix-font-STRONG-size: 12px;
                --wix-font-STRONG-line-height: 1.4em;
                --wix-font-STRONG-family: HelveticaNeueW01-65Medi;
                --wix-font-STRONG-text-decoration: none;
            }

            #comp-lnespiy6 {
                width: 956px;
            }

            [data-mesh-id=comp-lnespiy6inlineContent] {
                height: auto;
                width: 956px;
            }

            [data-mesh-id=comp-lnespiy6inlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                grid-template-rows: 1fr;
                grid-template-columns: 100%;
            }

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

            #comp-lnespiyo2 {
                --menuTotalBordersX: 0px;
                --menuTotalBordersY: 0px;
                --bgDrop: var(--color_11);
                --rd: 0px;
                --shd: 0px 1px 4px 0px rgba(0,0,0,0.2);
                --pad: 10px;
                --fnt: var(--font_8);
                --brd: var(--color_15);
                --txt: var(--color_15);
                --alpha-txt: 1;
                --brdh: var(--color_17);
                --txth: var(--color_17);
                --alpha-txth: 1;
                --brds: var(--color_18);
                --txts: var(--color_18);
                --alpha-txts: 1;
                --alpha-bgDrop: 1;
                --alpha-brdh: 1;
                --alpha-brd: 0;
                --alpha-brds: 1;
            }

            #comp-lnespiyo2 {
                width: 956px;
                height: 40px;
            }

            #comp-lnespiyo2 {
                --menuTotalBordersY: 0px;
                --menuTotalBordersX: 0px;
                --submenus-direction: inherit;
                --menu-direction: inherit;
                --align: start;
                --menu-align: inherit;
                --submenus-align: inherit;
            }

            #SITE_FOOTER {
                --bg: var(--color_37);
                --shd: none;
                --brwt: 0px;
                --brd: var(--color_37);
                --brwb: 0px;
                --bgctr: var(--color_37);
                --rd: 0px;
                --alpha-bg: 1;
                --alpha-bgctr: 1;
                --alpha-brd: 1;
                --boxShadowToggleOn-shd: none;
                --backdrop-blur: 0px;
                --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-jvkr91mq"] {
                position: relative;
                /* margin: 0px 0px 70px calc((100% - 980px) * 0.5); */
                left: 0px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

            #SITE_FOOTER {
                --shc-mutated-brightness: 5,12,23;
                --bg-overlay-color: rgb(var(--color_37));
                --bg-gradient: none;
            }

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

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

            [data-mesh-id=comp-jvkr91qdinlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                margin-bottom: -69px;
                grid-template-rows: repeat(2, min-content) 1fr;
                grid-template-columns: 100%;
            }

            [data-mesh-id=comp-jvkr91qdinlineContent-gridContainer] > [id="comp-jvksbysz"] {
                position: relative;
                margin: 123px 0px 25px calc((100% - 354px) * 0.5);
                left: 0px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id=comp-jvkr91qdinlineContent-gridContainer] > [id="comp-jvkrcy7x"] {
                position: relative;
                margin: 117px 0px 21px calc((100% - 354px) * 0.5);
                left: 28px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

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

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

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

            [data-mesh-id=comp-jvkrc1e3inlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: 703px;
                grid-template-rows: repeat(3, min-content) 1fr;
                grid-template-columns: 100%;
            }

            [data-mesh-id=comp-jvkrc1e3inlineContent-gridContainer] > [id="comp-jvksaco0"] {
                position: relative;
                margin: 123px 0px 45px calc((100% - 304px) * 0.5);
                left: 0px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id=comp-jvkrc1e3inlineContent-gridContainer] > [id="comp-jvkrdyj6"] {
                position: relative;
                margin: 117px 0px 41px calc((100% - 304px) * 0.5);
                left: 28px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

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

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

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

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

            [data-mesh-id=comp-jvkrcj4zinlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                grid-template-rows: min-content 1fr;
                grid-template-columns: 100%;
            }

            [data-mesh-id=comp-jvkrcj4zinlineContent-gridContainer] > [id="comp-jvksb557"] {
                position: relative;
                margin: 123px 0px 43px calc((100% - 322px) * 0.5);
                left: 0px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id=comp-jvkrcj4zinlineContent-gridContainer] > [id="comp-jvkrefwd"] {
                position: relative;
                margin: 117px 0px 39px calc((100% - 322px) * 0.5);
                left: 28px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

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

            #comp-jvkr91mq {
                --bg-overlay-color: rgb(var(--color_37));
                --bg-gradient: none;
                --padding: 0px;
                --margin: 0px;
                min-width: 980px;
                --firstChildMarginTop: -1px;
                --lastChildMarginBottom: -1px;
                --items-direction: row;
            }

            #comp-jvkr91qd {
                width: 354px;
            }

            #comp-jvkr91qd {
                --bg-overlay-color: rgb(var(--color_37));
                --bg-gradient: none;
                width: 100%;
                --column-width: 354px;
                --column-flex: 354;
            }

            #comp-jvksbysz {
                width: 16px;
                height: 16px;
            }

            #comp-jvksbysz {
                --fill-opacity: 1;
                --stroke-width: 0;
                --stroke: #0A182E;
                --stroke-opacity: 1;
                --fill: #F35F4F;
            }

            #comp-jvkrcy7x {
                width: 310px;
                height: auto;
            }

            #comp-jvkrfo5n {
                width: 359px;
            }

            [data-mesh-id=comp-jvkrfo5ninlineContent] {
                height: auto;
                width: 359px;
            }

            [data-mesh-id=comp-jvkrfo5ninlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                grid-template-rows: 1fr;
                grid-template-columns: 100%;
            }

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

            #comp-jvkrfo8d {
                --rd: 0px;
                --shd: none;
                --bg: var(--color_15);
                --brd: var(--color_13);
                --alpha-brd: 1;
                --brw: 0px;
                --alpha-bg: 0;
                --boxShadowToggleOn-shd: none;
            }

            #comp-jvkrfo8d {
                width: 359px;
            }

            [data-mesh-id=comp-jvkrfo8dinlineContent] {
                height: auto;
                width: 359px;
            }

            [data-mesh-id=comp-jvkrfo8dinlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                grid-template-rows: repeat(6, min-content) 1fr;
                grid-template-columns: 100%;
            }

            [data-mesh-id=comp-jvkrfo8dinlineContent-gridContainer] > [id="comp-jvkrfoss"] {
                position: relative;
                margin: 27px 0px 27px 0;
                left: 5px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id=comp-jvkrfo8dinlineContent-gridContainer] > [id="comp-ko2oyw2w"] {
                position: relative;
                margin: 0px 0px 32px 0;
                left: 5px;
                grid-area: 2 / 1 / 3 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id=comp-jvkrfo8dinlineContent-gridContainer] > [id="comp-jvkrfosv"] {
                position: relative;
                margin: 0px 0px 38px 0;
                left: 5px;
                grid-area: 3 / 1 / 4 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id=comp-jvkrfo8dinlineContent-gridContainer] > [id="comp-jvkrfosx"] {
                position: relative;
                margin: 0px 0px 20px 0;
                left: 5px;
                grid-area: 4 / 1 / 5 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id=comp-jvkrfo8dinlineContent-gridContainer] > [id="comp-jvkrkh42"] {
                position: relative;
                margin: 0px 0px 60px 0;
                left: 5px;
                grid-area: 5 / 1 / 6 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id=comp-jvkrfo8dinlineContent-gridContainer] > [id="comp-jvkrfpi5"] {
                position: relative;
                margin: 0px 0px 4px 0;
                left: 5px;
                grid-area: 6 / 1 / 7 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id=comp-jvkrfo8dinlineContent-gridContainer] > [id="comp-jvkrfpi7"] {
                position: relative;
                margin: 0px 0px 24px 0;
                left: 5px;
                grid-area: 7 / 1 / 8 / 2;
                justify-self: start;
                align-self: start;
            }

            #comp-jvkrfoss {
                --errorTextColor: 255,64,64;
                --alpha-errorTextColor: 1;
                --errorTextFont: var(--font_8);
                --shd: none;
                --rd: 0px;
                --fnt: normal normal normal 14px/1.4em helvetica-w01-light,sans-serif;
                --brw: 0px 0px 1px 0px;
                --bg: var(--color_15);
                --txt: var(--color_11);
                --alpha-txt: 1;
                --brd: var(--color_11);
                --txt2: var(--color_11);
                --alpha-txt2: 1;
                --brwh: 0px 0px 2px 0px;
                --bgh: var(--color_15);
                --brdh: var(--color_11);
                --brwf: 0px 0px 3px 0px;
                --bgf: var(--color_15);
                --brdf: var(--color_11);
                --brwe: 3px;
                --bge: var(--color_15);
                --brde: 255,64,64;
                --trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
                --bgd: 255,255,255;
                --txtd: 219,219,219;
                --alpha-txtd: 1;
                --brwd: 1px;
                --brdd: 219,219,219;
                --alpha-brdd: 1;
                --fntlbl: normal normal normal 16px/1.4em helvetica-w01-light,sans-serif;
                --txtlbl: var(--color_11);
                --alpha-txtlbl: 1;
                --txtlblrq: var(--color_11);
                --alpha-txtlblrq: 1;
                --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman,sans-serif;
                --alpha-bg: 1;
                --alpha-bgd: 1;
                --alpha-bge: 1;
                --alpha-bgf: 1;
                --alpha-bgh: 1;
                --alpha-brd: 1;
                --alpha-brde: 1;
                --alpha-brdf: 1;
                --alpha-brdh: 1;
                --alpha-btn_brd: 0.55;
                --boxShadowToggleOn-shd: none;
                --btn_brd: var(--color_15);
                --btn_brw: 1;
                --btn_fnt: var(--font_8);
                --fnt2: var(--font_8);
                --txt-placeholder: var(--color_14);
                --alpha-txt-placeholder: 1;
            }

            #comp-jvkrfoss {
                width: 348px;
                height: 47px;
            }

            #comp-jvkrfoss {
                --fnt: normal normal normal 14px/1.4em helvetica-w01-light,sans-serif;
                --fntlbl: normal normal normal 16px/1.4em helvetica-w01-light,sans-serif;
                --direction: var(--wix-opt-in-direction, ltr);
                --align: start;
                --labelDirection: inherit;
                --inputDirection: inherit;
                --errorDirection: inherit;
                --requiredIndicationDisplay: inline;
                --labelMarginBottom: 6px;
                --textPadding: 3px;
                --textPadding_start: 2px;
                --textPadding_end: 3px;
                --labelPadding_start: 2px;
                --labelPadding_end: 20px;
                height: auto;
                --inputHeight: 25px;
            }

            #comp-ko2oyw2w {
                --errorTextColor: 255,64,64;
                --alpha-errorTextColor: 1;
                --errorTextFont: var(--font_8);
                --shd: none;
                --rd: 0px;
                --fnt: normal normal normal 14px/1.4em helvetica-w01-light,sans-serif;
                --brw: 0px 0px 1px 0px;
                --bg: var(--color_15);
                --txt: var(--color_11);
                --alpha-txt: 1;
                --brd: var(--color_11);
                --txt2: var(--color_11);
                --alpha-txt2: 1;
                --brwh: 0px 0px 2px 0px;
                --bgh: var(--color_15);
                --brdh: var(--color_11);
                --brwf: 0px 0px 3px 0px;
                --bgf: var(--color_15);
                --brdf: var(--color_11);
                --brwe: 3px;
                --bge: var(--color_15);
                --brde: 255,64,64;
                --trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
                --bgd: 255,255,255;
                --alpha-bgd: 1;
                --txtd: 219,219,219;
                --alpha-txtd: 1;
                --brwd: 1px;
                --brdd: 219,219,219;
                --alpha-brdd: 1;
                --fntlbl: normal normal normal 16px/1.4em helvetica-w01-light,sans-serif;
                --txtlbl: var(--color_11);
                --alpha-txtlbl: 1;
                --txtlblrq: var(--color_11);
                --alpha-txtlblrq: 1;
                --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman,sans-serif;
                --alpha-brd: 1;
                --alpha-brdf: 1;
                --alpha-brdh: 1;
                --boxShadowToggleOn-shd: none;
                --alpha-bg: 1;
                --alpha-bgh: 1;
                --alpha-bgf: 1;
                --alpha-bge: 1;
                --alpha-brde: 1;
            }

            #comp-ko2oyw2w {
                width: 348px;
                height: 47px;
            }

            #comp-ko2oyw2w {
                --fnt: normal normal normal 14px/1.4em helvetica-w01-light,sans-serif;
                --fntlbl: normal normal normal 16px/1.4em helvetica-w01-light,sans-serif;
                --direction: var(--wix-opt-in-direction, ltr);
                --align: start;
                --labelDirection: inherit;
                --inputDirection: inherit;
                --errorDirection: inherit;
                --requiredIndicationDisplay: inline;
                --labelMarginBottom: 6px;
                --textPadding: 3px;
                --textPadding_start: 2px;
                --textPadding_end: 3px;
                --labelPadding_start: 2px;
                --labelPadding_end: 20px;
                height: auto;
                --inputHeight: 25px;
            }

            #comp-jvkrfosv {
                --errorTextColor: 255,64,64;
                --alpha-errorTextColor: 1;
                --errorTextFont: var(--font_8);
                --shd: none;
                --rd: 0px;
                --fnt: normal normal normal 14px/1.4em helvetica-w01-light,sans-serif;
                --brw: 0px 0px 1px 0px;
                --bg: var(--color_15);
                --txt: var(--color_11);
                --alpha-txt: 1;
                --brd: var(--color_11);
                --txt2: var(--color_11);
                --alpha-txt2: 1;
                --brwh: 0px 0px 2px 0px;
                --bgh: var(--color_15);
                --brdh: var(--color_11);
                --brwf: 0px 0px 3px 0px;
                --bgf: var(--color_15);
                --brdf: var(--color_11);
                --brwe: 3px;
                --bge: var(--color_15);
                --brde: 255,64,64;
                --trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
                --bgd: 255,255,255;
                --txtd: 219,219,219;
                --alpha-txtd: 1;
                --brwd: 1px;
                --brdd: 219,219,219;
                --alpha-brdd: 1;
                --fntlbl: normal normal normal 16px/1.4em helvetica-w01-light,sans-serif;
                --txtlbl: var(--color_11);
                --alpha-txtlbl: 1;
                --txtlblrq: var(--color_11);
                --alpha-txtlblrq: 1;
                --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman,sans-serif;
                --alpha-bg: 1;
                --alpha-bgd: 1;
                --alpha-bge: 1;
                --alpha-bgf: 1;
                --alpha-bgh: 1;
                --alpha-brd: 1;
                --alpha-brde: 1;
                --alpha-brdf: 1;
                --alpha-brdh: 1;
                --alpha-btn_brd: 0.55;
                --boxShadowToggleOn-shd: none;
                --btn_brd: var(--color_15);
                --btn_brw: 1;
                --btn_fnt: var(--font_8);
                --fnt2: var(--font_8);
                --txt-placeholder: var(--color_14);
                --alpha-txt-placeholder: 1;
            }

            #comp-jvkrfosv {
                width: 348px;
                height: 47px;
            }

            #comp-jvkrfosv {
                --fnt: normal normal normal 14px/1.4em helvetica-w01-light,sans-serif;
                --fntlbl: normal normal normal 16px/1.4em helvetica-w01-light,sans-serif;
                --direction: var(--wix-opt-in-direction, ltr);
                --align: start;
                --labelDirection: inherit;
                --inputDirection: inherit;
                --errorDirection: inherit;
                --requiredIndicationDisplay: inline;
                --labelMarginBottom: 6px;
                --textPadding: 3px;
                --textPadding_start: 2px;
                --textPadding_end: 3px;
                --labelPadding_start: 2px;
                --labelPadding_end: 20px;
                height: auto;
                --inputHeight: 25px;
            }

            #comp-jvkrfosx {
                --errorTextColor: 255,64,64;
                --alpha-errorTextColor: 1;
                --errorTextFont: var(--font_8);
                --shd: none;
                --rd: 0px;
                --fnt: normal normal normal 14px/1.4em helvetica-w01-light,sans-serif;
                --brw: 0px 0px 1px 0px;
                --bg: var(--color_15);
                --txt: var(--color_11);
                --alpha-txt: 1;
                --brd: var(--color_11);
                --txt2: var(--color_11);
                --alpha-txt2: 1;
                --brwh: 0px 0px 2px 0px;
                --bgh: var(--color_15);
                --brdh: var(--color_11);
                --brwf: 0px 0px 3px 0px;
                --bgf: var(--color_15);
                --brdf: var(--color_11);
                --brwe: 3px;
                --bge: var(--color_15);
                --brde: 255,64,64;
                --trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
                --bgd: 255,255,255;
                --txtd: 219,219,219;
                --alpha-txtd: 1;
                --brwd: 1px;
                --brdd: 219,219,219;
                --alpha-brdd: 1;
                --fntlbl: normal normal normal 16px/1.4em helvetica-w01-light,sans-serif;
                --txtlbl: var(--color_11);
                --alpha-txtlbl: 1;
                --txtlblrq: var(--color_11);
                --alpha-txtlblrq: 1;
                --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman,sans-serif;
                --alpha-bg: 1;
                --alpha-bgd: 1;
                --alpha-bge: 1;
                --alpha-bgf: 1;
                --alpha-bgh: 1;
                --alpha-brd: 1;
                --alpha-brde: 1;
                --alpha-brdf: 1;
                --alpha-brdh: 1;
                --alpha-btn_brd: 0.55;
                --boxShadowToggleOn-shd: none;
                --btn_brd: var(--color_15);
                --btn_brw: 1;
                --btn_fnt: var(--font_8);
                --fnt2: var(--font_8);
                --txt-placeholder: var(--color_14);
                --alpha-txt-placeholder: 1;
            }

            #comp-jvkrfosx {
                width: 348px;
                height: 47px;
            }

            #comp-jvkrfosx {
                --fnt: normal normal normal 14px/1.4em helvetica-w01-light,sans-serif;
                --fntlbl: normal normal normal 16px/1.4em helvetica-w01-light,sans-serif;
                --direction: var(--wix-opt-in-direction, ltr);
                --align: start;
                --labelDirection: inherit;
                --inputDirection: inherit;
                --errorDirection: inherit;
                --requiredIndicationDisplay: inline;
                --labelMarginBottom: 6px;
                --textPadding: 3px;
                --textPadding_start: 2px;
                --textPadding_end: 3px;
                --labelPadding_start: 2px;
                --labelPadding_end: 20px;
                height: auto;
                --inputHeight: 25px;
            }

            #comp-jvkrkh42 {
                --errorTextColor: 255,64,64;
                --alpha-errorTextColor: 1;
                --errorTextFont: var(--font_8);
                --shd: none;
                --rd: 0px;
                --fnt: normal normal normal 16px/1.4em helvetica-w01-light,sans-serif;
                --brw: 0px 0px 1px 0px;
                --bg: var(--color_15);
                --txt: var(--color_11);
                --alpha-txt: 1;
                --brd: var(--color_11);
                --txt2: var(--color_11);
                --alpha-txt2: 1;
                --brwh: 0px 0px 2px 0px;
                --bgh: var(--color_15);
                --brdh: var(--color_11);
                --bgd: 255,255,255;
                --txtd: 219,219,219;
                --alpha-txtd: 1;
                --brwd: 0px;
                --brdd: 219,219,219;
                --alpha-brdd: 1;
                --brwf: 0px 0px 3px 0px;
                --bgf: var(--color_15);
                --brdf: var(--color_11);
                --brwe: 3px;
                --bge: var(--color_15);
                --brde: 255,64,64;
                --fntlbl: normal normal normal 16px/1.4em helvetica-w01-light,sans-serif;
                --txtlbl: var(--color_11);
                --alpha-txtlbl: 1;
                --txtlblrq: var(--color_11);
                --alpha-txtlblrq: 1;
                --alpha-bg: 1;
                --alpha-bgd: 1;
                --alpha-bge: 1;
                --alpha-bgf: 1;
                --alpha-bgh: 1;
                --alpha-brd: 1;
                --alpha-brde: 1;
                --alpha-brdf: 1;
                --alpha-brdh: 1;
                --bg2: 170,170,170;
                --alpha-bg2: 1;
                --boxShadowToggleOn-shd: none;
            }

            #comp-jvkrkh42 {
                width: 342px;
                height: 78px;
            }

            #comp-jvkrkh42 {
                --fntlbl: normal normal normal 16px/1.4em helvetica-w01-light,sans-serif;
                --fnt: normal normal normal 16px/1.4em helvetica-w01-light,sans-serif;
                --direction: var(--wix-opt-in-direction, ltr);
                --labelDirection: inherit;
                --inputDirection: inherit;
                --errorDirection: inherit;
                --align: start;
                --textPaddingTop: 3px;
                --textPaddingStart: 0px;
                --textPaddingEnd: 10px;
                --labelMarginBottom: 14px;
                --requiredIndicationDisplay: inline;
                --labelPadding_start: 0px;
                --labelPadding_end: 20px;
                height: auto;
                --inputHeight: 48px;
            }

            #comp-jvkrfpi5 {
                --rd: 0px;
                --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
                --shd: none;
                --fnt: normal normal normal 20px/1.4em helvetica-w01-light,sans-serif;
                --trans2: color 0.4s ease 0s;
                --txt: var(--color_50);
                --brw: 0px;
                --bg: var(--color_48);
                --brd: var(--color_40);
                --bgh: var(--color_19);
                --brdh: var(--color_38);
                --txth: var(--color_39);
                --bgd: 204,204,204;
                --brdd: 204,204,204;
                --alpha-brdd: 1;
                --txtd: 255,255,255;
                --alpha-txtd: 1;
                --alpha-bg: 0;
                --alpha-bgd: 0;
                --alpha-bgh: 0;
                --alpha-brd: 1;
                --alpha-brdh: 0;
                --alpha-txt: 1;
                --alpha-txth: 1;
                --boxShadowToggleOn-shd: none;
            }

            #comp-jvkrfpi5 {
                width: 199px;
                height: 49px;
            }

            #comp-jvkrfpi5 {
                --shc-mutated-brightness: 100,0,0;
                --margin-start: 0px;
                --fnt: normal normal normal 20px/1.4em helvetica-w01-light,sans-serif;
                direction: var(--wix-opt-in-direction, ltr);
                --label-align: start;
                --label-text-align: left;
            }

            #comp-jvkrfpi7 {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-jvkrfpi7 {
                width: 320px;
                height: auto;
            }

            #comp-jvks7l1u {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-jvks7l1u {
                width: 359px;
                height: auto;
            }

            #comp-jvks7l1u {
                --min-height: 20px;
            }

            #comp-jvkrc1e3 {
                width: 304px;
            }

            #comp-jvkrc1e3 {
                --bg-overlay-color: rgb(var(--color_37));
                --bg-gradient: none;
                width: 100%;
                --column-width: 304px;
                --column-flex: 304;
            }

            #comp-jvksaco0 {
                width: 16px;
                height: 16px;
            }

            #comp-jvksaco0 {
                --fill-opacity: 1;
                --stroke-width: 0;
                --stroke: #0A182E;
                --stroke-opacity: 1;
                --fill: #B23734;
            }

            #comp-jvkrdyj6 {
                width: 204px;
                height: auto;
            }

            #comp-jvkrzpw7 {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-jvkrzpw7 {
                width: 301px;
                height: auto;
            }

            #comp-jvkrzpw7 {
                --min-height: 201px;
            }

            #comp-lyjc0x9i {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-lyjc0x9i {
                width: 334px;
                height: auto;
            }

            #comp-lyjc0x9i {
                --min-height: 130px;
            }

            #comp-jvks132g {
                width: 82px;
                height: 20px;
            }

            #comp-jvks132g {
                --item-size: 20px;
                --item-margin-block: 0;
                --item-margin-inline: 0px 11px;
                --item-display: inline-block;
                --direction: inherit;
                width: 82px;
                height: 20px;
            }

            #comp-jvkrcj4z {
                width: 322px;
            }

            #comp-jvkrcj4z {
                --bg-overlay-color: rgb(var(--color_37));
                --bg-gradient: none;
                width: 100%;
                --column-width: 322px;
                --column-flex: 322;
            }

            #comp-jvksb557 {
                width: 16px;
                height: 16px;
            }

            #comp-jvksb557 {
                --fill-opacity: 1;
                --stroke-width: 0;
                --stroke: #0A182E;
                --stroke-opacity: 1;
                --fill: #c99741;
            }

            #comp-jvkrefwd {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-jvkrefwd {
                width: 199px;
                height: auto;
            }

            #comp-jvkrefwd {
                --min-height: 25px;
            }

            #comp-jw4lx9cy {
                --textSpacing: 10px;
                --txth: var(--color_14);
                --alpha-txth: 1;
                --subMenuOpacityTrans: opacity 0.4s ease 0s;
                --txts: var(--color_14);
                --alpha-txts: 1;
                --fnt: normal normal normal 16px/1.4em helvetica-w01-roman,sans-serif;
                --txt: var(--color_11);
                --alpha-txt: 1;
                --SKINS_bgSubmenu: 255,255,255;
                --shd: none;
                --SKINS_fntSubmenu: normal normal normal 16px/1.4em helvetica-w01-roman,sans-serif;
                --SKINS_submenuMargin: 1px;
                --subItemAlterAlignPad: 10px;
                --alpha-SKINS_bgSubmenu: 0;
                --boxShadowToggleOn-shd: none;
            }

            #comp-jw4lx9cy {
                width: 120px;
                height: 468px;
            }

            #comp-jw4lx9cy {
                --item-height: 26px;
                --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-jw4lx9cy ul {
                padding-left: 0
            }

            #comp-l054hj6z {
                width: 94px;
                height: 94px;
            }
        </style>
        <style id="css_c1dmp">
            @font-face {
                font-family: 'helvetica-w01-bold';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/fonts/v2/2f12de04-5ca4-4ada-9e66-a958673b12b5/v1/helvetica-lt-w10-bold.woff2') format('woff2');
                unicode-range: U+0000, U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2116;
                font-display: swap;
            }

            @font-face {
                font-family: 'helvetica-w01-bold';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/fonts/v2/2f12de04-5ca4-4ada-9e66-a958673b12b5/v1/helvetica-w02-bold.woff2') format('woff2');
                unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+0237, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+2044, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+E301-E304, U+E306-E30D, U+FB01-FB02;
                font-display: swap;
            }

            @font-face {
                font-family: 'helvetica-w01-bold';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/fonts/v2/2f12de04-5ca4-4ada-9e66-a958673b12b5/v1/helvetica-w01-bold.woff2') format('woff2');
                unicode-range: U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+20AC, U+2122;
                font-display: swap;
            }

            @font-face {
                font-family: 'helvetica-w01-light';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/fonts/v2/8eac109b-0fa9-42bf-a305-43e471e23779/v1/helvetica-w02-light.woff2') format('woff2');
                unicode-range: U+0100-012B, U+012E-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+0237, U+02C7, U+02C9, U+02D8-02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+2044, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+E002, U+E004, U+E006, U+E008-E009, U+E00D, U+E00F, U+E011, U+E013, U+E015, U+E017, U+E01A, U+FB01-FB02;
                font-display: swap;
            }

            @font-face {
                font-family: 'helvetica-w01-light';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/fonts/v2/8eac109b-0fa9-42bf-a305-43e471e23779/v1/helvetica-w01-light.woff2') format('woff2');
                unicode-range: U+000D, U+0020-007E, U+00A0-00FF, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+20AC, U+2122;
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway';
                font-style: normal;
                font-weight: 700;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCIIT4ttDfCmxA.woff2') format('woff2');
                unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway';
                font-style: italic;
                font-weight: 700;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QoFqL_KWxWMT.woff2') format('woff2');
                unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCIIT4ttDfCmxA.woff2') format('woff2');
                unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway';
                font-style: italic;
                font-weight: 400;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QoFqL_KWxWMT.woff2') format('woff2');
                unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway';
                font-style: normal;
                font-weight: 700;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCAIT4ttDfCmxA.woff2') format('woff2');
                unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway';
                font-style: italic;
                font-weight: 700;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QIFqL_KWxWMT.woff2') format('woff2');
                unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCAIT4ttDfCmxA.woff2') format('woff2');
                unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway';
                font-style: italic;
                font-weight: 400;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QIFqL_KWxWMT.woff2') format('woff2');
                unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway';
                font-style: normal;
                font-weight: 700;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCkIT4ttDfCmxA.woff2') format('woff2');
                unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway';
                font-style: italic;
                font-weight: 700;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4SYFqL_KWxWMT.woff2') format('woff2');
                unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCkIT4ttDfCmxA.woff2') format('woff2');
                unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway';
                font-style: italic;
                font-weight: 400;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4SYFqL_KWxWMT.woff2') format('woff2');
                unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway';
                font-style: normal;
                font-weight: 700;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2') format('woff2');
                unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway';
                font-style: italic;
                font-weight: 700;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4Q4FqL_KWxWMT.woff2') format('woff2');
                unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2') format('woff2');
                unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway';
                font-style: italic;
                font-weight: 400;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4Q4FqL_KWxWMT.woff2') format('woff2');
                unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway';
                font-style: normal;
                font-weight: 700;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2') format('woff2');
                unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway';
                font-style: italic;
                font-weight: 700;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4TYFqL_KWxQ.woff2') format('woff2');
                unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2') format('woff2');
                unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway';
                font-style: italic;
                font-weight: 400;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4TYFqL_KWxQ.woff2') format('woff2');
                unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway-semibold';
                font-style: italic;
                font-weight: 700;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v12/lFxvRPuGFG5ktd7P0WRwKhUOjZSKWg4xBWp_C_qQx0o.woff2') format('woff2');
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway-semibold';
                font-style: normal;
                font-weight: 400;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v12/STBOO2waD2LpX45SXYjQBfk_vArhqVIZ0nv9q090hN8.woff2') format('woff2');
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway-semibold';
                font-style: italic;
                font-weight: 400;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v12/OY22yoG8EJ3IN_muVWm29BUOjZSKWg4xBWp_C_qQx0o.woff2') format('woff2');
                font-display: swap;
            }

            @font-face {
                font-family: 'raleway-semibold';
                font-style: normal;
                font-weight: 700;
                src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v12/WmVKXVcOuffP_qmCpFuyzfk_vArhqVIZ0nv9q090hN8.woff2') format('woff2');
                font-display: swap;
            }

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

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

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

            [data-mesh-id=Containerc1dmpinlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: 40px;
                grid-template-rows: repeat(3, min-content) 1fr;
                grid-template-columns: 100%;
                padding-bottom: 0px;
                box-sizing: border-box;
            }

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

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

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

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

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

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

            [data-mesh-id=comp-ll2mslayinlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                margin-top: -5px;
                grid-template-rows: min-content 1fr;
                grid-template-columns: 100%;
            }

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

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

            [data-mesh-id=comp-ll2mslayinlineContent-gridContainer] > [id="comp-jvoy4t83"] {
                position: relative;
                margin: 0px 0 48px 0;
                left: 0;
                grid-area: 2 / 1 / 3 / 2;
                justify-self: stretch;
                align-self: start;
            }

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

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

            [data-mesh-id=comp-jvfonqa5inlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                grid-template-rows: repeat(4, min-content) 1fr;
                grid-template-columns: 100%;
            }

            [data-mesh-id=comp-jvfonqa5inlineContent-gridContainer] > [id="comp-jvfp32b3"] {
                position: relative;
                margin: 46px 0px -73px calc((100% - 980px) * 0);
                left: 32px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

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

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

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

            [data-mesh-id=comp-jvfonqa5inlineContent-gridContainer] > [id="comp-lyjciv58"] {
                position: relative;
                margin: 9px 0px -120px calc((100% - 980px) * 0);
                left: 1594px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

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

            #comp-jvfonqa5 {
                --brw: 0px;
                --brd: var(--color_15);
                --rd: 0px;
                --shd: none;
                --alpha-brd: 1;
                --alpha-bg: 1;
                --bg: var(--color_11);
                --boxShadowToggleOn-shd: none;
            }

            #comp-jvfonqa5 {
                width: 980px;
            }

            #comp-jvfp32b3 {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            @media (prefers-reduced-motion: no-preference) {
                #comp-jvfp32b3:not([data-motion-enter="done"]) {
                    opacity: 0;
                }
            }

            #comp-jvfp32b3 {
                width: 1097px;
                height: auto;
            }

            #comp-jw0e99xl {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            @media (prefers-reduced-motion: no-preference) {
                #comp-jw0e99xl:not([data-motion-enter="done"]) {
                    opacity: 0;
                }
            }

            #comp-jw0e99xl {
                width: 898px;
                height: auto;
            }

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

            @media (prefers-reduced-motion: no-preference) {
                #comp-m8n95f7b:not([data-motion-enter="done"]) {
                    opacity: 0;
                }
            }

            #comp-m8n95f7b {
                width: 495px;
                height: 744px;
            }

            #comp-m8n9d385 {
                --brw: 0px;
                --brd: 66,55,55;
                --bg: 200,238,245;
                --rd: 0px;
                --shd: none;
                --gradient: none;
                --alpha-brd: 1;
                --alpha-bg: 0;
                --boxShadowToggleOn-shd: none;
                --bg-gradient: none;
            }

            @media (prefers-reduced-motion: no-preference) {
                #comp-m8n9d385:not([data-motion-enter="done"]) {
                    opacity: 0;
                }
            }

            #comp-m8n9d385:hover,.keyboard-tabbing-on #comp-m8n9d385:focus-within {
                z-index: 1;
                transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
                --comp-rotate-z: 0deg;
            }

            #comp-m8n9d385 {
                width: 583px;
            }

            [data-mesh-id=comp-m8n9d385inlineContent] {
                height: auto;
                width: 583px;
            }

            [data-mesh-id=comp-m8n9d385inlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                grid-template-rows: min-content 1fr;
                grid-template-columns: 100%;
            }

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

            [data-mesh-id=comp-m8n9d385inlineContent-gridContainer] > [id="comp-m8n9g88p"] {
                position: relative;
                margin: 40px 0px 69px 0;
                left: 27px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id=comp-m8n9d385inlineContent-gridContainer] > [id="comp-m8n9d39m"] {
                position: relative;
                margin: 0px 0px 0px 0;
                left: 27px;
                grid-area: 2 / 1 / 3 / 2;
                justify-self: start;
                align-self: start;
            }

            #comp-m8n9d39e4:not(.is-animating) {
                transition: all 0.4s ease-in-out 0s, visibility 0s;
                --transition: all 0.4s ease-in-out 0s, visibility 0s;
            }

            #comp-m8n9d39e4:not(.is-animating) :not(.is-animating) {
                transition: all 0.4s ease-in-out 0s, visibility 0s;
                --transition: all 0.4s ease-in-out 0s, visibility 0s;
            }

            #comp-m8n9d39e4:not(.is-animating) {
                transform-origin: 50% 100%;
            }

            #comp-m8n9d385:hover #comp-m8n9d39e4,.keyboard-tabbing-on #comp-m8n9d385:focus-within #comp-m8n9d39e4 {
                opacity: 1;
                visibility: visible;
                transform: translateX(0px)translateY(0px)scaleX(1)scaleY(1.45)rotate(0deg)skewX(0deg)skewY(0deg);
                --comp-rotate-z: 0deg;
            }

            #comp-m8n9d39e4 {
                width: 501px;
                height: 166px;
            }

            #comp-m8n9g88p {
                width: 495px;
            }

            [data-mesh-id=comp-m8n9g88pinlineContent] {
                height: auto;
                width: 495px;
            }

            [data-mesh-id=comp-m8n9g88pinlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                grid-template-rows: repeat(2, min-content) 1fr;
                grid-template-columns: 100%;
            }

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

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

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

            #comp-m8n9d39i1 {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-m8n9d39i1:not(.is-animating) {
                transition: all 0.4s ease-in-out 0s, visibility 0s;
                --transition: all 0.4s ease-in-out 0s, visibility 0s;
            }

            #comp-m8n9d39i1:not(.is-animating) :not(.is-animating) {
                transition: all 0.4s ease-in-out 0s, visibility 0s;
                --transition: all 0.4s ease-in-out 0s, visibility 0s;
            }

            #comp-m8n9d385:hover #comp-m8n9d39i1,.keyboard-tabbing-on #comp-m8n9d385:focus-within #comp-m8n9d39i1 {
                transform: translateX(0px)translateY(-65px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
                --comp-rotate-z: 0deg;
            }

            #comp-m8n9d39i1 {
                width: 432px;
                height: auto;
            }

            #comp-m8n9d39k6 {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-m8n9d39k6:not(.is-animating) {
                transition: all 0.4s ease-in-out 0s, visibility 0s;
                --transition: all 0.4s ease-in-out 0s, visibility 0s;
            }

            #comp-m8n9d39k6:not(.is-animating) :not(.is-animating) {
                transition: all 0.4s ease-in-out 0s, visibility 0s;
                --transition: all 0.4s ease-in-out 0s, visibility 0s;
            }

            #comp-m8n9d385:hover #comp-m8n9d39k6,.keyboard-tabbing-on #comp-m8n9d385:focus-within #comp-m8n9d39k6 {
                transform: translateX(0px)translateY(-65px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
                --comp-rotate-z: 0deg;
            }

            #comp-m8n9d39k6 {
                width: 495px;
                height: auto;
            }

            #comp-m8n9d39l8 {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-m8n9d39l8:not(.is-animating) {
                transition: all 0.4s ease-in-out 0s, visibility 0s;
                --transition: all 0.4s ease-in-out 0s, visibility 0s;
            }

            #comp-m8n9d39l8:not(.is-animating) :not(.is-animating) {
                transition: all 0.4s ease-in-out 0s, visibility 0s;
                --transition: all 0.4s ease-in-out 0s, visibility 0s;
            }

            #comp-m8n9d385:hover #comp-m8n9d39l8,.keyboard-tabbing-on #comp-m8n9d385:focus-within #comp-m8n9d39l8 {
                transform: translateX(0px)translateY(-53px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
                --comp-rotate-z: 0deg;
            }

            #comp-m8n9d39l8 {
                width: 376px;
                height: auto;
            }

            #comp-m8n9d39m:not(.is-animating) {
                transition: all 0.4s ease-in-out 0s, visibility 0s;
                --transition: all 0.4s ease-in-out 0s, visibility 0s;
            }

            #comp-m8n9d39m:not(.is-animating) :not(.is-animating) {
                transition: all 0.4s ease-in-out 0s, visibility 0s;
                --transition: all 0.4s ease-in-out 0s, visibility 0s;
            }

            #comp-m8n9d39m {
                opacity: 0;
                visibility: hidden;
            }

            #comp-m8n9d385:hover #comp-m8n9d39m,.keyboard-tabbing-on #comp-m8n9d385:focus-within #comp-m8n9d39m {
                opacity: 1;
                visibility: visible;
                transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
                --comp-rotate-z: 0deg;
            }

            #comp-m8n9d39m {
                width: 147px;
                height: 30px;
            }

            #comp-lyjciv58 {
                --brw: 0px;
                --brd: 66,55,55;
                --bg: 200,238,245;
                --rd: 0px;
                --shd: none;
                --gradient: none;
                --alpha-brd: 1;
                --alpha-bg: 0;
                --boxShadowToggleOn-shd: none;
                --bg-gradient: none;
            }

            #comp-lyjciv58:not(.is-animating) {
                transition: all 0.4s ease-in-out 0s, visibility 0s;
                --transition: all 0.4s ease-in-out 0s, visibility 0s;
            }

            #comp-lyjciv58:hover {
                transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
                --comp-rotate-z: 0deg;
            }

            #comp-lyjciv58 {
                width: 210px;
            }

            [data-mesh-id=comp-lyjciv58inlineContent] {
                height: auto;
                width: 210px;
            }

            [data-mesh-id=comp-lyjciv58inlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                grid-template-rows: 1fr;
                grid-template-columns: 100%;
            }

            [data-mesh-id=comp-lyjciv58inlineContent-gridContainer] > [id="comp-lyjciv6l"] {
                position: relative;
                margin: 15px 0px 50px 0;
                left: 12px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id=comp-lyjciv58inlineContent-gridContainer] > [id="comp-lyjciv6p5"] {
                position: relative;
                margin: 54px 0px 10px 0;
                left: 42px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

            #comp-lyjciv6l:not(.is-animating) {
                transition: all 0.4s ease-in-out 0s, visibility 0s;
                --transition: all 0.4s ease-in-out 0s, visibility 0s;
            }

            #comp-lyjciv6l:not(.is-animating) :not(.is-animating) {
                transition: all 0.4s ease-in-out 0s, visibility 0s;
                --transition: all 0.4s ease-in-out 0s, visibility 0s;
            }

            #comp-lyjciv6l:not(.is-animating) {
                transform-origin: 50% 50%;
            }

            #comp-lyjciv58:hover #comp-lyjciv6l {
                transform: translateX(1px)translateY(0px)scaleX(1)scaleY(1)rotate(38deg)skewX(0deg)skewY(0deg);
                --comp-rotate-z: 38deg;
            }

            #comp-lyjciv6l {
                width: 185px;
                height: 185px;
            }

            #comp-lyjciv6p5 {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-lyjciv6p5 {
                width: 126px;
                height: auto;
            }

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

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

            [data-mesh-id=comp-jvkn0bpdinlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                grid-template-rows: 1fr;
                grid-template-columns: 100%;
            }

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

            #comp-jvkn0bpd {
                width: 980px;
            }

            #comp-jvkmy0ep {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-jvkmy0ep {
                width: 476px;
                height: auto;
            }

            #comp-jvoy4t83 {
                width: 100%;
                left: 0;
                margin-left: 0;
                min-width: initial;
                height: 90px;
            }

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

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

            [data-mesh-id=comp-ll2mslay1inlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                margin-bottom: -4px;
                grid-template-rows: min-content 1fr;
                grid-template-columns: 100%;
            }

            [data-mesh-id=comp-ll2mslay1inlineContent-gridContainer] > [id="comp-jvqgfdyj"] {
                position: absolute;
                top: -119px;
                left: 200px;
                margin-left: calc((100% - 980px) * 0.5);
            }

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

            [data-mesh-id=comp-ll2mslay1inlineContent-gridContainer] > [id="comp-jvoyckvu"] {
                position: relative;
                margin: 0px 0 0px 0;
                left: 0;
                grid-area: 2 / 1 / 3 / 2;
                justify-self: stretch;
                align-self: start;
            }

            #comp-jvqgfdyj {
                --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;
            }

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

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

            [data-mesh-id=comp-jy305kjpinlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                grid-template-rows: 1fr;
                grid-template-columns: 100%;
            }

            [data-mesh-id=comp-jy305kjpinlineContent-gridContainer] > [id="comp-jvkmqy21"] {
                position: relative;
                margin: 0px 80px 67px 80px;
                left: 0;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: stretch;
                align-self: start;
            }

            #comp-jy305kjp {
                width: 980px;
            }

            #comp-jvkmqy21 {
                --brw: 0px;
                --brd: 50,65,88;
                --bg: 61,155,233;
                --rd: 0px;
                --shd: none;
                --gradient: none;
                --alpha-bg: 0;
                --alpha-brd: 0;
                --boxShadowToggleOn-shd: none;
                --bg-gradient: none;
            }

            @media (prefers-reduced-motion: no-preference) {
                #comp-jvkmqy21:not([data-motion-enter="done"]) {
                    opacity: 0;
                }
            }

            #comp-jvkmqy21 {
                width: calc(100% - 80px - 80px);
                left: 0;
                margin-left: 80px;
                min-width: initial;
            }

            [id^="comp-jvkmqy47__"] {
                width: 588px;
            }

            [data-mesh-id^="comp-jvkmqy47__"][data-mesh-id$="inlineContent"] {
                height: auto;
                width: 100%;
            }

            [data-mesh-id^="comp-jvkmqy47__"][data-mesh-id$="inlineContent-gridContainer"] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                grid-template-rows: repeat(14, min-content) 1fr;
                grid-template-columns: 100%;
            }

            [data-mesh-id^=comp-jvkmqy47__] > [id^="comp-jvkmva7q__"] {
                position: relative;
                margin: 0px 0px 35px 0;
                left: 1px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id^=comp-jvkmqy47__] > [id^="comp-jvkmqy6f__"] {
                position: relative;
                margin: 0px 0px 5px 0;
                left: 1px;
                grid-area: 2 / 1 / 3 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id^=comp-jvkmqy47__] > [id^="comp-jvknrx9y__"] {
                position: relative;
                margin: 0px 0px 18px 0;
                left: 1px;
                grid-area: 3 / 1 / 4 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id^=comp-jvkmqy47__] > [id^="comp-jvknudn8__"] {
                position: relative;
                margin: 0px 0px 15px 0;
                left: 2px;
                grid-area: 4 / 1 / 5 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id^=comp-jvkmqy47__] > [id^="comp-lmmhljt0__"] {
                position: relative;
                margin: 0px 0px 6px 0;
                left: 3px;
                grid-area: 5 / 1 / 6 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id^=comp-jvkmqy47__] > [id^="comp-lmmhljtm__"] {
                position: relative;
                margin: 0px 0px 14px 0;
                left: 1px;
                grid-area: 6 / 1 / 7 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id^=comp-jvkmqy47__] > [id^="comp-lmmhl7sl__"] {
                position: relative;
                margin: 0px 0px 22px 0;
                left: 0px;
                grid-area: 7 / 1 / 8 / 2;
                justify-self: start;
                align-self: start;
            }

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

            [data-mesh-id^=comp-jvkmqy47__] > [id^="comp-jvxotdw9__"] {
                position: relative;
                margin: 0px 0px 22px 0;
                left: 2px;
                grid-area: 9 / 1 / 10 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id^=comp-jvkmqy47__] > [id^="comp-jvxorv7d__"] {
                position: relative;
                margin: 0px 0px 12px 0;
                left: 3px;
                grid-area: 10 / 1 / 11 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id^=comp-jvkmqy47__] > [id^="comp-jvoxev3g__"] {
                position: relative;
                margin: 1px 0px 7px 0;
                left: 2px;
                grid-area: 11 / 1 / 12 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id^=comp-jvkmqy47__] > [id^="comp-jvoxgncw__"] {
                position: relative;
                margin: 1px 0px 30px 0;
                left: 2px;
                grid-area: 12 / 1 / 13 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id^=comp-jvkmqy47__] > [id^="comp-jvknv6pk__"] {
                position: relative;
                margin: 0px 0px 8px 0;
                left: 80px;
                grid-area: 11 / 1 / 12 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id^=comp-jvkmqy47__] > [id^="comp-jvknw2or__"] {
                position: relative;
                margin: 0px 0px 31px 0;
                left: 80px;
                grid-area: 12 / 1 / 13 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id^=comp-jvkmqy47__] > [id^="comp-jvknvllb__"] {
                position: relative;
                margin: 0px 0px 8px 0;
                left: 139px;
                grid-area: 11 / 1 / 12 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id^=comp-jvkmqy47__] > [id^="comp-jvknwmfz__"] {
                position: relative;
                margin: 0px 0px 31px 0;
                left: 142px;
                grid-area: 12 / 1 / 13 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id^=comp-jvkmqy47__] > [id^="comp-jvknxrig__"] {
                position: relative;
                margin: 0px 0px 1px 0;
                left: 3px;
                grid-area: 13 / 1 / 14 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id^=comp-jvkmqy47__] > [id^="comp-jvknyank__"] {
                position: relative;
                margin: 0px 0px 5px 0;
                left: 2px;
                grid-area: 14 / 1 / 15 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id^=comp-jvkmqy47__] > [id^="comp-jvknywen__"] {
                position: relative;
                margin: 0px 0px 29px 0;
                left: 2px;
                grid-area: 15 / 1 / 16 / 2;
                justify-self: start;
                align-self: start;
            }

            [id^="comp-jvkmva7q__"] {
                --contentPaddingLeft: 0px;
                --contentPaddingRight: 0px;
                --contentPaddingTop: 0px;
                --contentPaddingBottom: 0px;
            }

            [id^="comp-jvkmva7q__"] {
                width: 587px;
                height: 376px;
            }

            [id^="comp-jvkmqy6f__"] {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            [id^="comp-jvkmqy6f__"] {
                width: 380px;
                height: auto;
            }

            [id^="comp-jvknrx9y__"] {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            [id^="comp-jvknrx9y__"] {
                width: 578px;
                height: auto;
            }

            [id^="comp-jvknudn8__"] {
                --lnw: 1px;
                --brd: var(--color_47);
                --alpha-brd: 0.6;
            }

            [id^="comp-jvknudn8__"] {
                width: 577px;
                height: 5px;
            }

            [id^="comp-lmmhljt0__"] {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            [id^="comp-lmmhljt0__"] {
                width: 380px;
                height: auto;
            }

            [id^="comp-lmmhljtm__"] {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            [id^="comp-lmmhljtm__"] {
                width: 578px;
                height: auto;
            }

            [id^="comp-lmmhl7sl__"] {
                --lnw: 1px;
                --brd: var(--color_47);
                --alpha-brd: 0.6;
            }

            [id^="comp-lmmhl7sl__"] {
                width: 577px;
                height: 5px;
            }

            [id^="comp-jvxotdsn__"] {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            [id^="comp-jvxotdsn__"] {
                width: 380px;
                height: auto;
            }

            [id^="comp-jvxotdw9__"] {
                width: 578px;
                height: auto;
            }

            [id^="comp-jvxorv7d__"] {
                --lnw: 1px;
                --brd: var(--color_47);
                --alpha-brd: 0.6;
            }

            [id^="comp-jvxorv7d__"] {
                width: 577px;
                height: 5px;
            }

            [id^="comp-jvoxev3g__"] {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            [id^="comp-jvoxev3g__"] {
                width: 62px;
                height: auto;
            }

            [id^="comp-jvoxgncw__"] {
                width: 68px;
                height: auto;
            }

            [id^="comp-jvknv6pk__"] {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            [id^="comp-jvknv6pk__"] {
                width: 48px;
                height: auto;
            }

            [id^="comp-jvknw2or__"] {
                width: 22px;
                height: auto;
            }

            [id^="comp-jvknvllb__"] {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            [id^="comp-jvknvllb__"] {
                width: 84px;
                height: auto;
            }

            [id^="comp-jvknwmfz__"] {
                width: 22px;
                height: auto;
            }

            [id^="comp-jvknxrig__"] {
                --lnw: 1px;
                --brd: var(--color_47);
                --alpha-brd: 0.6;
            }

            [id^="comp-jvknxrig__"] {
                width: 577px;
                height: 5px;
            }

            [id^="comp-jvknyank__"] {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            [id^="comp-jvknyank__"] {
                width: 48px;
                height: auto;
            }

            [id^="comp-jvknywen__"] {
                width: 459px;
                height: auto;
            }

            #comp-jvoyckvu {
                --lnw: 1px;
                --brd: var(--color_47);
                --alpha-brd: 0.6;
            }

            #comp-jvoyckvu {
                width: 100%;
                left: 0;
                margin-left: 0;
                min-width: initial;
                height: 5px;
            }

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

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

            [data-mesh-id=comp-ll2mslay2inlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                grid-template-rows: min-content 1fr;
                grid-template-columns: 100%;
            }

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

            [data-mesh-id=comp-ll2mslay2inlineContent-gridContainer] > [id="comp-jvkqppwc"] {
                position: relative;
                margin: 0px 0 10px 0;
                left: 0;
                grid-area: 2 / 1 / 3 / 2;
                justify-self: stretch;
                align-self: start;
            }

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

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

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

            [data-mesh-id=comp-jvoyhot0inlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                grid-template-rows: 1fr;
                grid-template-columns: 100%;
            }

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

            #comp-jvoyhot0 {
                width: 980px;
            }

            #comp-jvkqr5e3 {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-jvkqr5e3 {
                width: 946px;
                height: auto;
            }

            #comp-jvkqppwc {
                --lnw: 1px;
                --brd: var(--color_47);
                --alpha-brd: 0.6;
            }

            #comp-jvkqppwc {
                width: 100%;
                left: 0;
                margin-left: 0;
                min-width: initial;
                height: 5px;
            }

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

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

            [data-mesh-id=comp-jvkqmgdqinlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: 475px;
                grid-template-rows: min-content 1fr;
                grid-template-columns: 100%;
            }

            [data-mesh-id=comp-jvkqmgdqinlineContent-gridContainer] > [id="comp-jvkqsu69"] {
                position: relative;
                margin: 94px 0px 41px calc((100% - 326px) * 0.5);
                left: 1px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

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

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

            [data-mesh-id=comp-jvkqmpg2inlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: 475px;
                grid-template-rows: repeat(2, min-content) 1fr;
                grid-template-columns: 100%;
            }

            [data-mesh-id=comp-jvkqmpg2inlineContent-gridContainer] > [id="comp-jvkqs7t9"] {
                position: relative;
                margin: 128px 0px 10px calc((100% - 326px) * 0.5);
                left: 0px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

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

            [data-mesh-id=comp-jvkqmpg2inlineContent-wedge-3] {
                visibility: hidden;
                height: 274px;
                width: 0;
                grid-area: 1 / 1 / 3 / 2;
            }

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

            [data-mesh-id=comp-jvkqmnrbinlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: 475px;
                grid-template-rows: min-content 1fr;
                grid-template-columns: 100%;
            }

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

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

            #comp-jvkqmgdq {
                width: 326px;
            }

            #comp-jvkqsu69 {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            @media (prefers-reduced-motion: no-preference) {
                #comp-jvkqsu69:not([data-motion-enter="done"]) {
                    opacity: 0;
                }
            }

            #comp-jvkqsu69 {
                width: 323px;
                height: auto;
            }

            #comp-jvkqvs2h {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            @media (prefers-reduced-motion: no-preference) {
                #comp-jvkqvs2h:not([data-motion-enter="done"]) {
                    opacity: 0;
                }
            }

            #comp-jvkqvs2h {
                width: 312px;
                height: auto;
            }

            #comp-jvkqmpg2 {
                width: 326px;
            }

            #comp-jvkqs7t9 {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            @media (prefers-reduced-motion: no-preference) {
                #comp-jvkqs7t9:not([data-motion-enter="done"]) {
                    opacity: 0;
                }
            }

            #comp-jvkqs7t9 {
                width: 323px;
                height: auto;
            }

            #comp-jvyzlw7s {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            @media (prefers-reduced-motion: no-preference) {
                #comp-jvyzlw7s:not([data-motion-enter="done"]) {
                    opacity: 0;
                }
            }

            #comp-jvyzlw7s {
                width: 312px;
                height: auto;
            }

            #comp-jvkqmnrb {
                width: 326px;
            }

            #comp-jvkqtgt7 {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            @media (prefers-reduced-motion: no-preference) {
                #comp-jvkqtgt7:not([data-motion-enter="done"]) {
                    opacity: 0;
                }
            }

            #comp-jvkqtgt7 {
                width: 323px;
                height: auto;
            }

            #comp-jvkqvmk1 {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            @media (prefers-reduced-motion: no-preference) {
                #comp-jvkqvmk1:not([data-motion-enter="done"]) {
                    opacity: 0;
                }
            }

            #comp-jvkqvmk1 {
                width: 312px;
                height: auto;
            }

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

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

            [data-mesh-id=comp-ll2mslay3inlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                grid-template-rows: repeat(2, min-content) 1fr;
                grid-template-columns: 100%;
            }

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

            [data-mesh-id=comp-ll2mslay3inlineContent-gridContainer] > [id="comp-jvowvgid"] {
                position: relative;
                margin: 2px 0 10px 0;
                left: 0;
                grid-area: 2 / 1 / 3 / 2;
                justify-self: stretch;
                align-self: start;
            }

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

            [data-mesh-id=comp-ll2mslay3inlineContent-gridContainer] > [id="comp-jwucj9ca"] {
                position: relative;
                margin: 0px 0 0px 0;
                left: 0;
                grid-area: 3 / 1 / 4 / 2;
                justify-self: stretch;
                align-self: start;
            }

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

            [data-mesh-id=comp-jvky8x4yinlineContent] {
                height: auto;
                width: 100%;
                position: static;
                min-height: 16px;
            }

            [data-mesh-id=comp-jvky9cg7inlineContent] {
                height: auto;
                width: 100%;
                position: static;
                min-height: 16px;
            }

            [data-mesh-id=comp-jvky9fb4inlineContent] {
                height: auto;
                width: 100%;
                position: static;
                min-height: 16px;
            }

            #comp-jvky8x4y {
                width: 326px;
            }

            #comp-jvky9cg7 {
                width: 326px;
            }

            #comp-jvky9fb4 {
                width: 326px;
            }

            #comp-jvowvgid {
                width: 100%;
                left: 0;
                margin-left: 0;
                min-width: initial;
                height: 90px;
            }

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

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

            [data-mesh-id=comp-jvkr2tfdinlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                grid-template-rows: min-content 1fr;
                grid-template-columns: 100%;
            }

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

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

            #comp-jvkr2tfd {
                width: 980px;
            }

            #comp-jvkr2wym {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-jvkr2wym {
                width: 310px;
                height: auto;
            }

            #comp-jvkr3sgl {
                --shd: 0.00px 0.00px 0px 0px rgba(10,24,46,0.6);
                --dotsColor: var(--color_15);
                --dotsSelectedColor: var(--color_18);
                --arrowColor: var(--color_15);
                --rd: 0px;
                --brw: 0px;
                --brd: var(--color_11);
                --alpha-arrowColor: 1;
                --alpha-brd: 1;
                --alpha-dotsColor: 1;
                --alpha-dotsSelectedColor: 1;
            }

            #comp-jvkr3sgl {
                width: 980px;
                height: 428px;
            }

            #comp-jvkr3sik {
                width: 980px;
            }

            [data-mesh-id=comp-jvkr3sikinlineContent] {
                height: auto;
                width: 980px;
            }

            [data-mesh-id=comp-jvkr3sikinlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: auto;
                grid-template-rows: min-content 1fr;
                grid-template-columns: 100%;
            }

            [data-mesh-id=comp-jvkr3sikinlineContent-gridContainer] > [id="comp-m8n90wlu"] {
                position: relative;
                margin: 58px 0px 36px 0;
                left: 122px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id=comp-jvkr3sikinlineContent-gridContainer] > [id="comp-jvkr7avs"] {
                position: relative;
                margin: 0px 0px 56px 0;
                left: 338px;
                grid-area: 2 / 1 / 3 / 2;
                justify-self: start;
                align-self: start;
            }

            #comp-m8n90wlu {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-m8n90wlu {
                width: 786px;
                height: auto;
            }

            #comp-jvkr7avs {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-jvkr7avs {
                width: 310px;
                height: auto;
            }

            #comp-m8n8s8na {
                width: 980px;
            }

            [data-mesh-id=comp-m8n8s8nainlineContent] {
                height: auto;
                width: 980px;
            }

            [data-mesh-id=comp-m8n8s8nainlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: 428px;
                grid-template-rows: min-content 1fr;
                grid-template-columns: 100%;
            }

            [data-mesh-id=comp-m8n8s8nainlineContent-gridContainer] > [id="comp-jvkr4f1v"] {
                position: relative;
                margin: 131px 0px 69px 0;
                left: 97px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id=comp-m8n8s8nainlineContent-gridContainer] > [id="comp-m8n8s8of"] {
                position: relative;
                margin: 0px 0px 10px 0;
                left: 335px;
                grid-area: 2 / 1 / 3 / 2;
                justify-self: start;
                align-self: start;
            }

            #comp-jvkr4f1v {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-jvkr4f1v {
                width: 786px;
                height: auto;
            }

            #comp-m8n8s8of {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-m8n8s8of {
                width: 310px;
                height: auto;
            }

            #comp-m8n8x9pk {
                width: 980px;
            }

            [data-mesh-id=comp-m8n8x9pkinlineContent] {
                height: auto;
                width: 980px;
            }

            [data-mesh-id=comp-m8n8x9pkinlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: 428px;
                grid-template-rows: min-content 1fr;
                grid-template-columns: 100%;
            }

            [data-mesh-id=comp-m8n8x9pkinlineContent-gridContainer] > [id="comp-m8n8x9qm1"] {
                position: relative;
                margin: 131px 0px 69px 0;
                left: 97px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id=comp-m8n8x9pkinlineContent-gridContainer] > [id="comp-m8n8x9qk"] {
                position: relative;
                margin: 0px 0px 10px 0;
                left: 335px;
                grid-area: 2 / 1 / 3 / 2;
                justify-self: start;
                align-self: start;
            }

            #comp-m8n8x9qm1 {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-m8n8x9qm1 {
                width: 786px;
                height: auto;
            }

            #comp-m8n8x9qk {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-m8n8x9qk {
                width: 310px;
                height: auto;
            }

            #comp-m8n8xy3d {
                width: 980px;
            }

            [data-mesh-id=comp-m8n8xy3dinlineContent] {
                height: auto;
                width: 980px;
            }

            [data-mesh-id=comp-m8n8xy3dinlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: 428px;
                grid-template-rows: min-content 1fr;
                grid-template-columns: 100%;
            }

            [data-mesh-id=comp-m8n8xy3dinlineContent-gridContainer] > [id="comp-m8n8xy4e"] {
                position: relative;
                margin: 131px 0px 69px 0;
                left: 97px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id=comp-m8n8xy3dinlineContent-gridContainer] > [id="comp-m8n8xy4c1"] {
                position: relative;
                margin: 0px 0px 10px 0;
                left: 335px;
                grid-area: 2 / 1 / 3 / 2;
                justify-self: start;
                align-self: start;
            }

            #comp-m8n8xy4e {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-m8n8xy4e {
                width: 786px;
                height: auto;
            }

            #comp-m8n8xy4c1 {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-m8n8xy4c1 {
                width: 310px;
                height: auto;
            }

            #comp-m8n8ym92 {
                width: 980px;
            }

            [data-mesh-id=comp-m8n8ym92inlineContent] {
                height: auto;
                width: 980px;
            }

            [data-mesh-id=comp-m8n8ym92inlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: 428px;
                grid-template-rows: min-content 1fr;
                grid-template-columns: 100%;
            }

            [data-mesh-id=comp-m8n8ym92inlineContent-gridContainer] > [id="comp-m8n8yma15"] {
                position: relative;
                margin: 131px 0px 69px 0;
                left: 97px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id=comp-m8n8ym92inlineContent-gridContainer] > [id="comp-m8n8yma06"] {
                position: relative;
                margin: 0px 0px 10px 0;
                left: 335px;
                grid-area: 2 / 1 / 3 / 2;
                justify-self: start;
                align-self: start;
            }

            #comp-m8n8yma15 {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-m8n8yma15 {
                width: 786px;
                height: auto;
            }

            #comp-m8n8yma06 {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-m8n8yma06 {
                width: 310px;
                height: auto;
            }

            #comp-m8n8z502 {
                width: 980px;
            }

            [data-mesh-id=comp-m8n8z502inlineContent] {
                height: auto;
                width: 980px;
            }

            [data-mesh-id=comp-m8n8z502inlineContent-gridContainer] {
                position: static;
                display: grid;
                height: auto;
                width: 100%;
                min-height: 428px;
                grid-template-rows: min-content 1fr;
                grid-template-columns: 100%;
            }

            [data-mesh-id=comp-m8n8z502inlineContent-gridContainer] > [id="comp-m8n8z5151"] {
                position: relative;
                margin: 131px 0px 69px 0;
                left: 97px;
                grid-area: 1 / 1 / 2 / 2;
                justify-self: start;
                align-self: start;
            }

            [data-mesh-id=comp-m8n8z502inlineContent-gridContainer] > [id="comp-m8n8z513"] {
                position: relative;
                margin: 0px 0px 10px 0;
                left: 335px;
                grid-area: 2 / 1 / 3 / 2;
                justify-self: start;
                align-self: start;
            }

            #comp-m8n8z5151 {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-m8n8z5151 {
                width: 786px;
                height: auto;
            }

            #comp-m8n8z513 {
                --backgroundColor: 0,0,0;
                --alpha-backgroundColor: 0;
                --blendMode: normal;
                --textShadow: 0px 0px transparent;
                --textOutline: 0px 0px transparent;
            }

            #comp-m8n8z513 {
                width: 310px;
                height: auto;
            }

            #comp-jwucj9ca {
                width: 100%;
                left: 0;
                margin-left: 0;
                min-width: initial;
                height: 21px;
            }
        </style>
        <style id="stylableCss_c1dmp">
            /* END STYLABLE DIRECTIVE RULES */
            #comp-m8n9d39m .style-m8n9d39n__root {
                -st-extends: StylableButton;
                transition: all 0.2s ease, visibility 0s;
                background: rgba(255, 255, 255, 0);
                padding-right: 12px
            }

            /* START STYLABLE DIRECTIVE RULES */
            #comp-m8n9d39m .style-m8n9d39n__root:hover {
                background: rgba(255, 255, 255, 0);
                border: 0px solid #0A182E;
                padding: 0px;
                padding-right: 12px
            }

            #comp-m8n9d39m .style-m8n9d39n__root:hover .StylableButton2545352419__label {
                color: #FFFFFF
            }

            #comp-m8n9d39m .style-m8n9d39n__root:disabled {
                background: #E2E2E2
            }

            #comp-m8n9d39m .style-m8n9d39n__root:disabled .StylableButton2545352419__label {
                color: #8F8F8F
            }

            #comp-m8n9d39m .style-m8n9d39n__root:disabled .StylableButton2545352419__icon {
                fill: #8F8F8F
            }

            #comp-m8n9d39m .style-m8n9d39n__root .StylableButton2545352419__container {
                transition: inherit;
                justify-content: space-between
            }

            #comp-m8n9d39m .style-m8n9d39n__root .StylableButton2545352419__label {
                transition: inherit;
                letter-spacing: 0em;
                margin: 0px 4px 0px 0px;
                font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
                font-size: 14px;
                color: #FFFFFF
            }

            #comp-m8n9d39m .style-m8n9d39n__root .StylableButton2545352419__icon {
                transition: inherit;
                margin: 0px 0px 0px 4px;
                width: 40px;
                height: 40px;
                fill: #FFFFFF
            }

            #comp-m8n9d39m .style-m8n9d39n__root:hover .StylableButton2545352419__icon {
                fill: #FFFFFF
            }
        </style>
        <style id="compCssMappers_c1dmp">
            #c1dmp {
                width: auto;
                min-height: 40px;
            }

            #pageBackground_c1dmp {
                --bg-position: absolute;
                --bg-overlay-color: rgb(var(--color_11));
                --bg-gradient: none;
            }

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

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

            #comp-jvfonqa5 {
                --fill-layer-video-opacity: 1;
                --bg-overlay-color: rgb(255, 255, 255);
                --bg-gradient: none;
                width: 100%;
                --column-width: 980px;
                --column-flex: 980;
            }

            #comp-jvfp32b3 {
                --min-height: 166px;
            }

            #comp-jw0e99xl {
                --min-height: 73px;
            }

            #comp-m8n95f7b {
                --height: 744px;
                --width: 495px;
            }

            #comp-m8n9d385 {
                --shc-mutated-brightness: 100,119,123;
            }

            #comp-m8n9d39e4 {
                --fill-opacity: 0.84;
                --stroke-width: 0;
                --stroke: #5E97FF;
                --stroke-opacity: 1;
                --fill: #F35F4F;
            }

            #comp-m8n9d39i1 {
                --min-height: 40px;
            }

            #comp-m8n9d39k6 {
                --min-height: 27px;
            }

            #comp-m8n9d39l8 {
                --min-height: 52px;
            }

            #comp-lyjciv58 {
                --shc-mutated-brightness: 100,119,123;
            }

            #comp-lyjciv6l {
                --fill-opacity: 1;
                --stroke-width: 0;
                --stroke: #5E97FF;
                --stroke-opacity: 1;
                --fill: #C74300;
            }

            #comp-lyjciv6p5 {
                --min-height: 107px;
            }

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

            #comp-jvkn0bpd {
                --bg-overlay-color: transparent;
                --bg-gradient: none;
                width: 100%;
                --column-width: 980px;
                --column-flex: 980;
            }

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

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

            #comp-jy305kjp {
                --bg-overlay-color: transparent;
                --bg-gradient: none;
                width: 100%;
                --column-width: 980px;
                --column-flex: 980;
            }

            #comp-jvkmqy21 {
                --direction: ltr;
                --justify-content: center;
                --margin: -50px -50px;
                --item-margin: 50px 50px;
                --docked-margin: 80px;
            }

            [id^="comp-jvkmqy47__"] {
                --bg-overlay-color: rgb(var(--color_11));
                --bg-gradient: none;
                border-width: 0 0 0 0;
                border-style: solid solid solid solid;
                border-color: rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1) rgba(176, 169, 134, 1);
                border-radius: 0 0 0 0;
                overflow: clip;
                transform: translateZ(0);
                margin: -0px;
            }

            [id^="comp-jvkmva7q__"] {
                --height: 376px;
                --width: 587px;
            }

            [id="comp-jvkmva7q__item-jvkprhqr"] {
                --height: 376px;
                --width: 587px;
                --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;
            }

            [id^="comp-jvkmqy6f__"] {
                --min-height: 15px;
            }

            [id^="comp-jvknudn8__"] {
                transform-origin: center 0.5px;
            }

            [id^="comp-lmmhljt0__"] {
                --min-height: 15px;
            }

            [id^="comp-lmmhl7sl__"] {
                transform-origin: center 0.5px;
            }

            [id^="comp-jvxotdsn__"] {
                --min-height: 15px;
            }

            [id^="comp-jvxorv7d__"] {
                transform-origin: center 0.5px;
            }

            [id^="comp-jvoxev3g__"] {
                --min-height: 15px;
            }

            [id^="comp-jvknv6pk__"] {
                --min-height: 15px;
            }

            [id^="comp-jvknvllb__"] {
                --min-height: 15px;
            }

            [id^="comp-jvknxrig__"] {
                transform-origin: center 0.5px;
            }

            [id^="comp-jvknyank__"] {
                --min-height: 15px;
            }

            #comp-jvoyckvu {
                transform-origin: center 0.5px;
            }

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

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

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

            #comp-jvkqppwc {
                transform-origin: center 0.5px;
            }

            #comp-jvkqmgbi {
                --bg-overlay-color: rgb(var(--color_40));
                --bg-gradient: none;
                --padding: 0px;
                --margin: 1px;
                min-width: 980px;
                --items-direction: row;
            }

            #comp-jvkqmgdq {
                --bg-overlay-color: rgb(var(--color_12));
                --bg-gradient: none;
                width: 100%;
                --column-width: 326px;
                --column-flex: 326;
            }

            #comp-jvkqsu69 {
                --min-height: 65px;
            }

            #comp-jvkqvs2h {
                --min-height: 35px;
            }

            #comp-jvkqmpg2 {
                --bg-overlay-color: rgb(var(--color_12));
                --bg-gradient: none;
                width: 100%;
                --column-width: 326px;
                --column-flex: 326;
            }

            #comp-jvkqs7t9 {
                --min-height: 57px;
            }

            #comp-jvyzlw7s {
                --min-height: 31px;
            }

            #comp-jvkqmnrb {
                --bg-overlay-color: rgb(var(--color_12));
                --bg-gradient: none;
                width: 100%;
                --column-width: 326px;
                --column-flex: 326;
            }

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

            #comp-jvky8x26 {
                --bg-overlay-color: rgb(var(--color_40));
                --bg-gradient: none;
                --padding: 0px;
                --margin: 1px;
                min-width: 980px;
                --items-direction: row;
            }

            #comp-jvky8x4y {
                --bg-overlay-color: rgb(var(--color_44));
                --bg-gradient: none;
                width: 100%;
                --column-width: 326px;
                --column-flex: 326;
            }

            #comp-jvky9cg7 {
                --bg-overlay-color: rgb(var(--color_42));
                --bg-gradient: none;
                width: 100%;
                --column-width: 326px;
                --column-flex: 326;
            }

            #comp-jvky9fb4 {
                --bg-overlay-color: rgb(var(--color_41));
                --bg-gradient: none;
                width: 100%;
                --column-width: 326px;
                --column-flex: 326;
            }

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

            #comp-jvkr2tfd {
                --bg-overlay-color: transparent;
                --bg-gradient: none;
                width: 100%;
                --column-width: 980px;
                --column-flex: 980;
            }

            #comp-jvkr3sgl {
                height: 428px;
                --nav-dot-direction: inherit;
                --nav-dot-section-display: none;
                --nav-dot-section-bottom-margin: 26px;
                --nav-dot-margin: 9.5px;
                --nav-dot-size: 8px;
                --nav-dot-size-selected: 8px;
                --nav-button-prev-self-justify: start;
                --nav-button-next-self-justify: end;
                --nav-button-prev-scaleX-transform: 1;
                --nav-button-next-scaleX-transform: -1;
                --nav-button-prev-circle-scaleX-transform: -1;
                --nav-button-next-circle-scaleX-transform: 1;
                --nav-button-width: 12px;
                --nav-button-offset: 26px;
                --nav-button-display: block;
                --slides-overflow: clip;
                --transition-duration: 1000ms;
            }

            #comp-jvkr3sik {
                position: absolute;
                width: 100%;
                height: 100%;
                --bg-overlay-color: transparent;
                --bg-gradient: none;
            }

            #comp-m8n8s8na {
                position: absolute;
                width: 100%;
                height: 100%;
                --bg-overlay-color: transparent;
                --bg-gradient: none;
            }

            #comp-m8n8x9pk {
                position: absolute;
                width: 100%;
                height: 100%;
                --bg-overlay-color: transparent;
                --bg-gradient: none;
            }

            #comp-m8n8xy3d {
                position: absolute;
                width: 100%;
                height: 100%;
                --bg-overlay-color: transparent;
                --bg-gradient: none;
            }

            #comp-m8n8ym92 {
                position: absolute;
                width: 100%;
                height: 100%;
                --bg-overlay-color: transparent;
                --bg-gradient: none;
            }

            #comp-m8n8z502 {
                position: absolute;
                width: 100%;
                height: 100%;
                --bg-overlay-color: transparent;
                --bg-gradient: none;
            }
            /* Container UL for dropdown */
.custom-dropdown {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 280px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  z-index: 1000;
      padding: 5px;
}

/* Each list item with top border */
.custom-dropdown li {
  border-top: 1px solid #000;
  margin: 0;
}

/* Link styling */
.custom-dropdown .dropdown-item {
  display: block;
  padding: 12px 24px;
  font-size: 15px;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease;
}

/* Hover/Active style */
.custom-dropdown .dropdown-item:hover,
.custom-dropdown .dropdown-item.active {

        border-top-color:#c99741;
    border-top-width: 4px;
}
.custom-dropdown li:hover{
     border-top-color:#c99741 !important;
    border-top-width: 4px !important;
}
.custom-dropdown li:first-child {
  border-top: none;
}
.dropdown-toggle::after {
  display: none !important;
  content: none !important;
}
@media (max-width: 576px) {

    body:not(.responsive) #site-root {
        min-width: 100%;
    }
    .BmZ5pC {
        min-width: 100%;
    }
    :host(:not(.device-mobile-optimized)) .V5AUxf,body:not(.device-mobile-optimized) .V5AUxf {
        -moz-column-gap: var(--margin);
        column-gap: var(--margin);
        display: block;
        flex-direction: var(--items-direction);
        margin: 0 auto;
        position: relative;
        width: calc(100% - var(--padding)*2)
    }
    [data-mesh-id=comp-jvkr91qdinlineContent-gridContainer] > [id="comp-jvksbysz"] {
        margin: 0 10px;
    }
    [data-mesh-id=comp-jvkr91qdinlineContent-gridContainer] > [id="comp-jvkrcy7x"] {
        margin: 0 10px;
    }
    [data-mesh-id=comp-jvkr91qdinlineContent-gridContainer] > [id="comp-jvkrfo5n"] {
        margin: 0 10px;
    }
    [data-mesh-id=comp-jvkrc1e3inlineContent-gridContainer] > [id="comp-jvksaco0"] {
        margin: 0 10px;
    }
    [data-mesh-id=comp-jvkrc1e3inlineContent-gridContainer] > [id="comp-jvkrdyj6"] {
        margin: 0 10px;
    }
    [data-mesh-id=comp-jvkrc1e3inlineContent-gridContainer] > [id="comp-jvkrzpw7"] {
        margin: 0 10px;
    }
    [data-mesh-id=comp-jvkrc1e3inlineContent-gridContainer] > [id="comp-lyjc0x9i"] {
        margin: 0 10px;
    }
    [data-mesh-id=comp-jvkrc1e3inlineContent-gridContainer] > [id="comp-jvks132g"] {
        margin: 0 10px;
    }
    [data-mesh-id=comp-jvkrcj4zinlineContent-gridContainer] > [id="comp-jvksb557"] {
        margin: 0 10px;
    }
    [data-mesh-id=comp-jvkrcj4zinlineContent-gridContainer] > [id="comp-jvkrefwd"] {
        margin: 0 10px;
    }
    [data-mesh-id=comp-jvkrcj4zinlineContent-gridContainer] > [id="comp-jw4lx9cy"] {
        margin: 0 10px;
    }

    [data-mesh-id=comp-jvkr91qdinlineContent] {
        /* width: fit-content; */
        padding-top: 30px;
    }
    [data-mesh-id=comp-jvkrc1e3inlineContent-gridContainer] {
        width: fit-content;
        min-height: auto;
        padding: 30px 0;
    }
    [data-mesh-id=comp-jvkrfo5ninlineContent-gridContainer] {
        margin-bottom: 50px;
    }
    [data-mesh-id=comp-jvkrfo8dinlineContent-gridContainer] > [id="comp-jvkrkh42"] {
        margin: 0px 0px 30px 0;
    }
    :host(:not(.device-mobile-optimized)) .G5K6X8, body:not(.device-mobile-optimized) .G5K6X8 {
        width: 100%;
    }
    #comp-jvkr91mq {
        min-width: 100%;
    }

}