body.device-mobile-optimized {
    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 {
    overflow-x: hidden;
    overflow-y: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(prefers-reduced-motion:reduce) {
    ::view-transition-group(*),::view-transition-new(*),::view-transition-old(*) {
        animation: none!important
    }
}

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

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

body,html {
    height: 100%
}

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

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

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

#SITE_CONTAINER {
    position: relative
}

:root {
    --one-unit: 1vw
}

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

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

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

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

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

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

.testStyles {
    overflow-y: hidden
}

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

:focus {
    outline: none
}

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

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

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

.auto-generated-link {
    color: inherit
}

#SCROLL_TO_BOTTOM,#SCROLL_TO_TOP {
    height: 0
}

.has-click-trigger {
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#masterPage.mesh-layout #PAGES_CONTAINER,#masterPage.mesh-layout #SITE_FOOTER,#masterPage.mesh-layout #SITE_FOOTER_WRAPPER,#masterPage.mesh-layout #SITE_HEADER,#masterPage.mesh-layout #SITE_HEADER_WRAPPER,#masterPage.mesh-layout #SITE_PAGES,#masterPage.mesh-layout #masterPageinlineContent {
    position: relative
}

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

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

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

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

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

.StylableButton2545352419__root.StylableButton2545352419--hasBackgroundColor {
    background-color: var(--corvid-background-color)!important
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderColor {
    border-color: var(--corvid-border-color)!important
}

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

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

.StylableButton2545352419__root.StylableButton2545352419--hasColor,.StylableButton2545352419__root.StylableButton2545352419--hasColor .StylableButton2545352419__label {
    color: var(--corvid-color)!important
}

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

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

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

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

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

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

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

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

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

.mHZSwn {
    display: none
}

.nDEeB0 {
    cursor: pointer
}

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

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

.kdBXfh {
    transition: .2s
}

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

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

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

.VrZrC0 {
    height: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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) .JshATs {
    overflow-x:clip
}

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

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

.fcNEqv>div {
    align-self: stretch!important;
    justify-self: stretch!important
}

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

.WQ4fSJ {
    cursor: pointer
}

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

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

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

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

.R8rhQA svg,.elfY4_ svg {
    overflow: visible!important
}

@supports(-webkit-hyphens: none) {
    .aizuI7.elfY4_ {
        will-change:filter
    }
}

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
}

.dZ1L9N {
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

.Mpd2QF .RpJUy_ ul {
    list-style: disc inside
}

.Mpd2QF .RpJUy_ li {
    margin-bottom: 12px
}

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

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

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

.KriRUO .RpJUy_ ol,.KriRUO .RpJUy_ ul {
    letter-spacing: normal;
    line-height: normal;
    margin-left: .5em;
    padding-left: 1.3em
}

.KriRUO .RpJUy_ ol[dir=rtl],.KriRUO .RpJUy_ ul[dir=rtl] {
    margin-right: .5em;
    padding-right: 1.3em
}

.KriRUO .RpJUy_ ul {
    list-style-type: disc
}

.KriRUO .RpJUy_ ol {
    list-style-type: decimal
}

.KriRUO .RpJUy_ ol[dir=rtl],.KriRUO .RpJUy_ ul[dir=rtl] {
    margin-right: .5em;
    padding-right: 1.3em
}

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

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

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

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

.KriRUO .RpJUy_ a {
    color: inherit
}

.BaOVQ8,.KcpHeO {
    word-wrap: break-word;
    direction: var(--text-direction);
    min-height: var(--min-height);
    min-width: var(--min-width);
    overflow-wrap: break-word;
    pointer-events: none;
    text-align: start
}

.BaOVQ8>*,.KcpHeO>* {
    pointer-events: auto
}

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

.BaOVQ8 ol,.BaOVQ8 ul,.KcpHeO ol,.KcpHeO ul {
    letter-spacing: normal;
    line-height: normal;
    margin-left: .5em;
    margin-right: 0;
    padding-left: 1.3em;
    padding-right: 0
}

.BaOVQ8 ul,.KcpHeO ul {
    list-style-type: disc
}

.BaOVQ8 ol,.KcpHeO ol {
    list-style-type: decimal
}

.BaOVQ8 ol ul,.BaOVQ8 ul ul,.KcpHeO ol ul,.KcpHeO ul ul {
    list-style-type: circle
}

.BaOVQ8 ol ol ul,.BaOVQ8 ol ul ul,.BaOVQ8 ul ol ul,.BaOVQ8 ul ul ul,.KcpHeO ol ol ul,.KcpHeO ol ul ul,.KcpHeO ul ol ul,.KcpHeO ul ul ul {
    list-style-type: square
}

.BaOVQ8 ol[dir=rtl],.BaOVQ8 ol[dir=rtl] ol,.BaOVQ8 ol[dir=rtl] ul,.BaOVQ8 ul[dir=rtl],.BaOVQ8 ul[dir=rtl] ol,.BaOVQ8 ul[dir=rtl] ul,.KcpHeO ol[dir=rtl],.KcpHeO ol[dir=rtl] ol,.KcpHeO ol[dir=rtl] ul,.KcpHeO ul[dir=rtl],.KcpHeO ul[dir=rtl] ol,.KcpHeO ul[dir=rtl] ul {
    margin-left: 0;
    margin-right: .5em;
    padding-left: 0;
    padding-right: 1.3em
}

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

.BaOVQ8 a,.KcpHeO a {
    color: inherit
}

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


.B90pUI {
    overflow-x: hidden
}

.B90pUI .HhZaxL {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.B90pUI .HhZaxL .pnzbws {
    flex: 1
}

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

.B90pUI .HhZaxL .nPfNdw .IBfH_h {
    display: inline-block
}

.B90pUI .HhZaxL .nPfNdw .bV4vc4 {
    display: block;
    width: 100%
}

.B90pUI .nvw189 {
    display: block;
    opacity: 1;
    z-index: 99999
}

.B90pUI .nvw189 .uaBqCo {
    display: inherit;
    overflow: visible;
    visibility: inherit;
    white-space: nowrap;
    width: auto
}

.B90pUI .nvw189.WGcnkd {
    transition: visibility;
    transition-delay: .2s;
    visibility: visible
}

.B90pUI .nvw189 .AQ8lNi {
    display: inline-block
}

.B90pUI .Pmb84y {
    display: none
}

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

.hvC2w3 .nPfNdw,.hvC2w3 .nvw189,.hvC2w3>nav {
    position: absolute
}

.hvC2w3 .nvw189 {
    background-color: rgba(var(--bgDrop,var(--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
}

.hvC2w3 [data-dropmode=dropUp] .nvw189 {
    margin-bottom: 7px;
    margin-top: 0
}

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

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

.KFQsEw .vselJT,.u9LfcA .vselJT {
    display: inline-block;
    height: 100%;
    width: 100%
}

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

.u9LfcA .l4NdrD {
    padding: 0 var(--pad,5px)
}

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

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

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

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

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

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

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

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

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


:host(:not(.device-mobile-optimized)) .CohWsy,body:not(.device-mobile-optimized) .CohWsy {
    --display: flex;
    display: var(--display)
}

:host(:not(.device-mobile-optimized)) .V5AUxf,body:not(.device-mobile-optimized) .V5AUxf {
    -moz-column-gap: var(--margin);
    column-gap: var(--margin);
    display: flex;
    flex-direction: var(--items-direction);
    margin: 0 auto;
    position: relative;
    width: calc(100% - var(--padding)*2)
}

:host(:not(.device-mobile-optimized)) .V5AUxf>*,body:not(.device-mobile-optimized) .V5AUxf>* {
    flex: var(--column-flex) 1 0%;
    left: 0;
    margin-bottom: var(--padding);
    margin-top: var(--padding);
    min-width: 0;
    position: relative;
    top: 0
}

:host(.device-mobile-optimized) .V5AUxf,body.device-mobile-optimized .V5AUxf {
    display: block;
    padding: var(--padding) 0;
    position: relative
}

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

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

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

.LIhNy3 {
    backface-visibility: hidden
}

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

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

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

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

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

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

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

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

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

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

.wG8dni {
    height: 100%
}

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

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

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

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

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

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

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

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

.pnCr6P {
    opacity: 0
}

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

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

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

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

.wRqk6s {
    position: absolute
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.YzqVVZ {
    overflow: visible;
    position: relative
}

.mwF7X1 {
    backface-visibility: hidden
}

.YGilLk {
    cursor: pointer
}

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

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

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

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

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

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

.VgO9Yg {
    height: 100%
}

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

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

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

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

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

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

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

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

.K8MSra {
    opacity: 0
}

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

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

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

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

.FNxOn5 {
    position: absolute
}

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

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

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

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

.IQgXoP {
    transition: .2s
}

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

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

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

.CJF7A2 {
    height: auto
}

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

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

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

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

.xU8fqS ._4XcTfy {
    background-color: var(--screenwidth-corvid-background-color,rgba(var(--bg,var(--color_11)),var(--alpha-bg,1)));
    border-bottom: var(--brwb,0) solid var(--screenwidth-corvid-border-color,rgba(var(--brd,var(--color_15)),var(--alpha-brd,1)));
    border-top: var(--brwt,0) solid var(--screenwidth-corvid-border-color,rgba(var(--brd,var(--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)),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 {
    height: 100%;
    min-height: calc(100vh - var(--wix-ads-height));
    min-width: var(--site-width);
    position: var(--bg-position);
    top: var(--wix-ads-height);
    width: 100%
}

.zKbzSQ {
    touch-action: manipulation
}

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

.kuTaGy:before {
    max-width: var(--margin-left,0)
}

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

.kuTaGy:after {
    max-width: var(--margin-right,0)
}

.R6ex7N {
    height: 100%
}

.R6ex7N .kuTaGy {
    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)
}

.R6ex7N .kuTaGy:link,.R6ex7N .kuTaGy:visited {
    border-color: transparent
}

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

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

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

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

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

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

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

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

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

.U2uNPe:before {
    max-width: var(--margin-left,0)
}

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

.U2uNPe:after {
    max-width: var(--margin-right,0)
}

.S3GIZZ[aria-disabled=false] .U2uNPe {
    cursor: pointer
}

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

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

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

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

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

.nTOEE9 {
    height: 100%;
    overflow: hidden;
    width: 100%
}

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

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

.rYiAuL {
    cursor: pointer
}

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

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

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

.BI8PVQ img {
    filter: var(--filter-effect-svg-url);
    -webkit-mask-image: var(--mask-image,none);
    mask-image: var(--mask-image,none);
    -webkit-mask-position: var(--mask-position,0);
    mask-position: var(--mask-position,0);
    -webkit-mask-repeat: var(--mask-repeat,no-repeat);
    mask-repeat: var(--mask-repeat,no-repeat);
    -webkit-mask-size: var(--mask-size,100% 100%);
    mask-size: var(--mask-size,100% 100%);
    -o-object-position: var(--object-position);
    object-position: var(--object-position)
}

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

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

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

.MazNVa .BI8PVQ {
    overflow: hidden
}

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

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

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

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

.fEm0Bo .c7cMWz {
    background-color: rgba(var(--bg,var(--color_11)),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
}


.R7lArd {
    overflow-x: hidden
}

.R7lArd .l9EQj1 {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.R7lArd .l9EQj1 .WNM2rt {
    flex: 1
}

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

.R7lArd .l9EQj1 .DN7syf .rqt3qI {
    display: inline-block
}

.R7lArd .l9EQj1 .DN7syf .d4jfwp {
    display: block;
    width: 100%
}

.R7lArd .JdScD2 {
    display: block;
    opacity: 1;
    z-index: 99999
}

.R7lArd .JdScD2 .k8K0Wj {
    display: inherit;
    overflow: visible;
    visibility: inherit;
    white-space: nowrap;
    width: auto
}

.R7lArd .JdScD2._3URS4 {
    transition: visibility;
    transition-delay: .2s;
    visibility: visible
}

.R7lArd .JdScD2 .iryznZ {
    display: inline-block
}

.R7lArd .BKX7vq {
    display: none
}

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

.BSjLjI .DN7syf,.BSjLjI .JdScD2,.BSjLjI>nav {
    position: absolute
}

.BSjLjI .JdScD2 {
    margin-top: 7px;
    visibility: hidden
}

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

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

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

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

.RfkZFw .lY3Nwh,.vDnwi4 .lY3Nwh {
    display: inline-block;
    height: 100%;
    width: 100%
}

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

.vDnwi4 .rBTT56 {
    padding: 0 var(--pad,5px)
}

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

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

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

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

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

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

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


.LoinW8 .wxjDyf .AgcguT,.LoinW8 .wxjDyf .SLABZ6,.wxjDyf .LoinW8 .AgcguT,.wxjDyf .LoinW8 .SLABZ6,.wxjDyf .WfZwmg>button {
    justify-content: flex-start
}

.LoinW8 ._ap_Ez .AgcguT,.LoinW8 ._ap_Ez .SLABZ6,._ap_Ez .LoinW8 .AgcguT,._ap_Ez .LoinW8 .SLABZ6,._ap_Ez .WfZwmg>button {
    justify-content: center
}

.LoinW8 .yaSWtc .AgcguT,.LoinW8 .yaSWtc .SLABZ6,.yaSWtc .LoinW8 .AgcguT,.yaSWtc .LoinW8 .SLABZ6,.yaSWtc .WfZwmg>button {
    direction: rtl
}

.LoinW8 .SLABZ6 .P1lgnS img,.LoinW8 ._YBogd .P1lgnS img,.WfZwmg .LEHGju img {
    display: block;
    height: var(--iconSize)
}

.LoinW8 .AgcguT.s9mhXz,.LoinW8 .AgcguT:hover,.LoinW8 .SLABZ6:hover,.WfZwmg>button:hover {
    background-color: rgba(var(--backgroundColorHover,var(--color_4)),var(--alpha-backgroundColorHover,1));
    color: rgb(var(--itemTextColorHover,var(--color_1)))
}

.LoinW8 .AgcguT.s9mhXz path,.LoinW8 .AgcguT:hover path,.LoinW8 .SLABZ6:hover path,.WfZwmg>button:hover path {
    fill: rgb(var(--itemTextColorHover,var(--color_1)))
}

.LoinW8 .AgcguT:active,.LoinW8 .SLABZ6:active,.LoinW8 .wbgQXa.AgcguT,.LoinW8 .wbgQXa.SLABZ6,.WfZwmg>button.wbgQXa,.WfZwmg>button:active {
    background-color: rgba(var(--backgroundColorActive,var(--color_4)),var(--alpha-backgroundColorActive,1));
    color: rgb(var(--itemTextColorActive,var(--color_1)))
}

.LoinW8 .AgcguT:active path,.LoinW8 .SLABZ6:active path,.LoinW8 .wbgQXa.AgcguT path,.LoinW8 .wbgQXa.SLABZ6 path,.WfZwmg>button.wbgQXa path,.WfZwmg>button:active path {
    fill: rgb(var(--itemTextColorActive,var(--color_1)))
}

.q6zugB {
    width: var(--width)
}

:host(.device-mobile-optimized) .q6zugB,body.device-mobile-optimized .q6zugB {
    --display: table;
    display: var(--display)
}

.q6zugB.L1JKAI {
    opacity: .38
}

.q6zugB.L1JKAI *,.q6zugB.L1JKAI:active {
    pointer-events: none
}

.LoinW8 .AgcguT,.LoinW8 .SLABZ6 {
    align-items: center;
    display: flex;
    height: calc(var(--height) - var(--borderWidth, 1px) * 2)
}

.LoinW8 .AgcguT .FeuKbY,.LoinW8 .SLABZ6 .FeuKbY {
    line-height: 0
}

.LoinW8 ._ap_Ez .AgcguT .FeuKbY,.LoinW8 ._ap_Ez .SLABZ6 .FeuKbY,._ap_Ez .LoinW8 .AgcguT .FeuKbY,._ap_Ez .LoinW8 .SLABZ6 .FeuKbY {
    position: absolute;
    right: 0
}

.LoinW8 ._ap_Ez .AgcguT .FeuKbY,.LoinW8 ._ap_Ez .SLABZ6 .FeuKbY,.LoinW8 .yaSWtc .AgcguT .FeuKbY,.LoinW8 .yaSWtc .SLABZ6 .FeuKbY,._ap_Ez .LoinW8 .AgcguT .FeuKbY,._ap_Ez .LoinW8 .SLABZ6 .FeuKbY,.yaSWtc .LoinW8 .AgcguT .FeuKbY,.yaSWtc .LoinW8 .SLABZ6 .FeuKbY {
    margin: 0 20px 0 14px
}

.LoinW8 ._ap_Ez .AgcguT .FeuKbY,.LoinW8 ._ap_Ez .SLABZ6 .FeuKbY,.LoinW8 .wxjDyf .AgcguT .FeuKbY,.LoinW8 .wxjDyf .SLABZ6 .FeuKbY,._ap_Ez .LoinW8 .AgcguT .FeuKbY,._ap_Ez .LoinW8 .SLABZ6 .FeuKbY,.wxjDyf .LoinW8 .AgcguT .FeuKbY,.wxjDyf .LoinW8 .SLABZ6 .FeuKbY {
    margin: 0 14px 0 20px
}

.LoinW8 .wxjDyf .AgcguT .Z9uI84,.LoinW8 .wxjDyf .SLABZ6 .Z9uI84,.LoinW8 .yaSWtc .AgcguT .Z9uI84,.LoinW8 .yaSWtc .SLABZ6 .Z9uI84,.wxjDyf .LoinW8 .AgcguT .Z9uI84,.wxjDyf .LoinW8 .SLABZ6 .Z9uI84,.yaSWtc .LoinW8 .AgcguT .Z9uI84,.yaSWtc .LoinW8 .SLABZ6 .Z9uI84 {
    flex-grow: 1
}

.LoinW8 .AgcguT svg,.LoinW8 .SLABZ6 svg {
    height: auto;
    width: 12px
}

.LoinW8 .AgcguT path,.LoinW8 .SLABZ6 path {
    fill: rgb(var(--itemTextColor,var(--color_9)))
}

.LoinW8 .SLABZ6,.LoinW8 ._YBogd {
    background-color: rgba(var(--backgroundColor,var(--color_4)),var(--alpha-backgroundColor,1));
    border-color: rgba(var(--borderColor,32,32,32),var(--alpha-borderColor,1));
    border-radius: var(--borderRadius,5px);
    border-style: solid;
    border-width: var(--borderWidth,1px);
    box-shadow: var(--boxShadow,0 1px 3px rgba(0,0,0,.5));
    overflow: hidden
}

.LoinW8 .SLABZ6 .P1lgnS,.LoinW8 ._YBogd .P1lgnS {
    margin: 0 -6px 0 14px
}

.LoinW8 ._ap_Ez .SLABZ6 .P1lgnS,.LoinW8 ._ap_Ez ._YBogd .P1lgnS,._ap_Ez .LoinW8 .SLABZ6 .P1lgnS,._ap_Ez .LoinW8 ._YBogd .P1lgnS {
    margin: 0 4px
}

.LoinW8 .yaSWtc .SLABZ6 .P1lgnS,.LoinW8 .yaSWtc ._YBogd .P1lgnS,.yaSWtc .LoinW8 .SLABZ6 .P1lgnS,.yaSWtc .LoinW8 ._YBogd .P1lgnS {
    margin: 0 14px 0 -6px
}

.LoinW8,.q6zugB {
    height: 100%
}

.LoinW8 {
    color: rgb(var(--itemTextColor,var(--color_9)));
    cursor: pointer;
    font: var(--itemFont,var(--font_0));
    position: relative;
    width: var(--width)
}

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

.LoinW8 .SLABZ6 {
    height: 100%;
    position: relative;
    z-index: 1
}

.s5_f9m.LoinW8 .SLABZ6 {
    display: none!important
}

.LoinW8 .sJ9lQ9 {
    margin: 0 0 0 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

._ap_Ez .LoinW8 .sJ9lQ9 {
    margin: 0 4px
}

.yaSWtc .LoinW8 .sJ9lQ9 {
    margin: 0 14px 0 0
}

.LoinW8 ._YBogd {
    display: flex;
    flex-direction: column;
    max-height: calc(var(--height)*5.5);
    min-width: 100%;
    overflow-y: auto;
    position: absolute;
    z-index: 1
}

.LoinW8 ._YBogd:not(.qUhEZJ) {
    --itemBorder: 1px 0 0;
    top: 0
}

.LoinW8 ._YBogd.qUhEZJ {
    --itemBorder: 0 0 1px;
    bottom: 0;
    flex-direction: column-reverse
}

.s5_f9m.LoinW8 ._YBogd svg {
    transform: rotate(180deg)
}

.LoinW8.s5_f9m {
    z-index: 47
}

.LoinW8:not(.s5_f9m) ._YBogd {
    display: none
}

.LoinW8 .AgcguT {
    flex-shrink: 0
}

.LoinW8 .AgcguT:not(:first-child) {
    --force-state-metadata: false;
    border-color: rgba(var(--separatorColor,254,254,254),var(--alpha-separatorColor,1));
    border-style: solid;
    border-width: var(--itemBorder)
}

.s0VQNf {
    height: 100%
}

:host(.device-mobile-optimized) .s0VQNf,body.device-mobile-optimized .s0VQNf {
    display: table;
    width: 100%
}

.WfZwmg {
    background-color: rgba(var(--backgroundColor,var(--color_4)),var(--alpha-backgroundColor,1));
    border-color: rgba(var(--borderColor,32,32,32),var(--alpha-borderColor,1));
    border-radius: var(--borderRadius,5px);
    border-style: solid;
    border-width: var(--borderWidth,1px);
    box-shadow: var(--boxShadow,0 1px 3px rgba(0,0,0,.5));
    color: rgb(var(--itemTextColor,var(--color_9)));
    display: flex;
    font: var(--itemFont,var(--font_0));
    height: 100%;
    overflow: hidden
}

.WfZwmg,.WfZwmg * {
    box-sizing: border-box
}

.WfZwmg>button {
    align-items: center;
    background-color: rgba(var(--backgroundColor,var(--color_4)),var(--alpha-backgroundColor,1));
    color: inherit;
    cursor: pointer;
    display: flex;
    flex: auto;
    font: inherit;
    height: 100%
}

.WfZwmg>button:not(:first-child) {
    --force-state-metadata: false;
    border-left-color: rgba(var(--separatorColor,254,254,254),var(--alpha-separatorColor,1));
    border-left-style: solid;
    border-left-width: 1px
}

.WfZwmg>button:first-child,.WfZwmg>button:last-child {
    border-radius: var(--borderRadius,5px)
}

.WfZwmg>button:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.WfZwmg>button:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.yaSWtc .WfZwmg .LEHGju {
    margin: 0 14px 0 -6px
}

._ap_Ez .WfZwmg .LEHGju {
    margin: 0 4px
}

.wxjDyf .WfZwmg .LEHGju {
    margin: 0 -6px 0 14px
}

.WfZwmg .J6PIw1 {
    margin: 0 14px
}

._ap_Ez .WfZwmg .J6PIw1 {
    margin: 0 4px
}

.PSsm68 select {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.PSsm68 .ZP_gER {
    display: none
}


.W1r_9e {
    --display: flex;
    align-items: center;
    background-color: rgba(var(--bg,var(--color_11)),var(--alpha-bg,1));
    border: var(--brw,0) solid rgba(var(--brd,var(--color_15)),var(--alpha-brd,1));
    border-radius: var(--rd,0);
    box-shadow: var(--shd,0 0 0 transparent);
    box-sizing: border-box;
    display: var(--display)
}

.BdbAFL {
    display: contents
}

.ijWfut.TD46oG .xzldRa {
    padding-left: 0
}

.ijWfut.YRgf21 .xzldRa {
    padding-right: 0
}

.xzldRa {
    align-items: center;
    cursor: pointer;
    display: flex;
    min-width: 0;
    padding: 6px 7px;
    position: relative;
    white-space: nowrap
}

.xzldRa,.xzldRa .dI69aw {
    color: rgb(var(--txt,var(--color_18)));
    font: var(--fnt,var(--font_8))
}

.xzldRa .dI69aw {
    min-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis
}

.xzldRa .GVjl6y,.xzldRa .dI69aw {
    padding-left: 7px;
    padding-right: 7px
}

.xzldRa .GVjl6y {
    align-self: center;
    display: flex
}

.xzldRa .GVjl6y svg {
    height: var(--arrow-size,14px);
    width: var(--arrow-size,14px)
}

.xzldRa .GVjl6y polygon {
    fill: rgb(var(--fillcolor,var(--color_18)))
}

.xzldRa:hover .dI69aw {
    color: rgb(var(--txth,var(--color_19)))
}

.xzldRa:hover .GVjl6y polygon {
    fill: rgb(var(--txth,var(--color_19)))
}

.J2__qI {
    align-self: center;
    display: flex;
    flex-shrink: 0;
    padding-bottom: 6px;
    padding-top: 6px
}

.J2__qI .klQGNR {
    height: 21px;
    position: relative;
    width: 21px
}

.J2__qI .klQGNR svg {
    fill: rgba(var(--fillcolor,var(--color_0)),var(--alpha-fillcolor,1));
    fill-opacity: var(--alpha-fillcolor);
    height: 21px;
    width: 21px
}

.J2__qI.tIDsUd {
    padding-left: 14px;
    padding-right: 3px
}

.J2__qI.tIDsUd .CNB1mg {
    margin-right: 10px
}

.J2__qI.tIDsUd .VzaX_Y {
    left: 50%
}

.J2__qI.ISA1LS {
    padding-left: 3px;
    padding-right: 14px
}

.J2__qI.ISA1LS .CNB1mg {
    margin-left: 10px
}

.J2__qI.ISA1LS .VzaX_Y {
    right: 50%
}

.VzaX_Y {
    background-color: rgba(var(--badge-bg,226,28,33),var(--alpha-badge-bg,1));
    border-radius: 10px;
    color: rgb(var(--badge-txt,var(--color_11)));
    display: block;
    height: 18px;
    letter-spacing: 1px;
    line-height: 18px;
    padding-left: 6px;
    padding-right: 6px;
    pointer-events: none;
    text-align: center
}

.VzaX_Y,.u9k3ts {
    position: absolute;
    top: 0
}

.u9k3ts {
    bottom: 0;
    left: 0;
    right: 0
}

.WQ4fSJ {
    cursor: pointer
}

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

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

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

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

.R8rhQA svg,.elfY4_ svg {
    overflow: visible!important
}

@supports(-webkit-hyphens: none) {
    .aizuI7.elfY4_ {
        will-change:filter
    }
}

.Q94nZ1 {
    fill: rgba(var(--fillcolor,var(--color_0)),var(--alpha-fillcolor,1));
    fill-opacity: var(--alpha-fillcolor);
    flex-shrink: 0;
    height: var(--icon-size,26px);
    padding-left: 7px;
    padding-right: 7px;
    position: inherit
}

.Q94nZ1.iN8Moe {
    height: calc(var(--icon-size, 26px) + var(--avatarAndArrowStrokeWidth, 0px))
}

.Q94nZ1.iN8Moe .WgIltU,.Q94nZ1.iN8Moe img,.Q94nZ1.iN8Moe svg {
    border: var(--avatarAndArrowStrokeWidth,0) solid rgba(var(--brd,var(--color_15)),var(--alpha-brd,1));
    border-radius: var(--avatarCornerRadius,100px)
}

.Q94nZ1 .jqr5zx {
    position: /static
}

.Q94nZ1 img,.Q94nZ1 svg {
    position: /static!important
}

.Q94nZ1 .WgIltU,.Q94nZ1 img,.Q94nZ1 svg {
    height: var(--icon-size,26px)!important;
    width: var(--icon-size,26px)!important
}

.Q94nZ1 .WgIltU {
    background-color: rgba(var(--fillcolor,var(--color_18)),var(--alpha-fillcolor,1))
}

.Q94nZ1 .WgIltU div {
    color: #fff;
    font-size: calc(var(--icon-size, 26px) * .5)!important;
    line-height: var(--icon-size,26px)!important
}

.Avatarbase3114983655__root {
    align-items: center;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    letter-spacing: 0;
    overflow: hidden;
    position: relative;
    text-align: center
}

.Avatarbase3114983655__content {
    fill: #969696
}

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

.Avatarbase3114983655__image {
    --wix-ui-tpa-wow-image-border-radius: calc(50 * 1%);
    height: 100%;
    opacity: 1;
    width: 100%
}

.Avatarbase3114983655__loadingWrapper {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%
}

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

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

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

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

.Avatar649588955__root {
    background-color: #d8d8d8
}

.Avatar649588955__root .Avatarbase3114983655__content {
    color: #979797;
    font-family: HelveticaNeueW01-65Medi,Arial,"sans-serif";
    font-weight: 500
}

.Avatar649588955__root.Avatar649588955---size-6-xLarge {
    font-size: 20px;
    height: 60px;
    width: 60px
}

.Avatar649588955__root.Avatar649588955---size-5-large {
    font-size: 18px;
    height: 52px;
    width: 52px
}

.Avatar649588955__root.Avatar649588955---size-6-medium {
    font-size: 12px;
    height: 36px;
    width: 36px
}

.Avatar649588955__root.Avatar649588955---size-5-small {
    font-size: 9px;
    height: 28px;
    width: 28px
}

.Avatar649588955__root.Avatar649588955---size-6-xSmall {
    font-size: 7px;
    height: 20px;
    width: 20px
}

.Avatar649588955__root.Avatar649588955---size-7-xxSmall {
    font-size: 5px;
    height: 16px;
    width: 16px
}

.p_x9Fi {
    cursor: pointer;
    font-size: var(--fnt-size-dd,15px);
    height: 100%;
    left: 0;
    opacity: 0;
    width: 100%
}

.EdL5Gv,.p_x9Fi {
    position: absolute
}

.EdL5Gv {
    background-color: rgba(var(--bg-dd,var(--color_11)),var(--alpha-bg-dd,1));
    border: var(--brw-dd,1px) solid rgba(var(--brd-dd,var(--color_15)),var(--alpha-brd-dd,1));
    border-radius: var(--rd-dd,0);
    box-shadow: var(--shd-dd,0 0 0 transparent);
    box-sizing: border-box;
    display: none;
    font: var(--fnt,var(--font_8));
    font-size: var(--fnt-size-dd,15px);
    max-width: 300px;
    min-width: 100px;
    padding: 10px 0;
    top: calc(100% + var(--brw, 0px));
    z-index: 99999
}

.EdL5Gv.iIyiV2 {
    display: block
}

.EdL5Gv hr {
    margin: 5px 20px;
    opacity: .4
}

.qdBK0D {
    --force-state-metadata: selected
}

.ScMAzD {
    border-radius: var(--rd-dd,0);
    color: rgb(var(--txt-dd,var(--color_15)));
    cursor: pointer;
    display: flex;
    line-height: 260%;
    padding: 0 20px
}

.ScMAzD.qdBK0D {
    color: rgb(var(--txt-slct-dd,var(--color_19)))
}

.ScMAzD:hover {
    color: rgb(var(--txth-dd,var(--color_19)))
}

.ScMAzD .sj_soU {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ScMAzD .sFDrnj {
    opacity: .6
}

.ZWH5rY {
    right: 14px
}

.ZWH5rY .sFDrnj {
    padding-left: 12px
}

.JRRppY {
    left: 14px
}

.JRRppY .sFDrnj {
    padding-right: 12px
}

.G7qhtb .sFDrnj {
    padding-left: 12px
}

.G7qhtb .tRc98P {
    direction: ltr
}

.Yevi1w .sFDrnj {
    padding-right: 12px
}

.Yevi1w .tRc98P {
    direction: rtl
}

.aXkCL3 .sFDrnj {
    padding-left: 12px
}

.aXkCL3 .ScMAzD {
    justify-content: center
}

.jjPduP {
    align-items: center;
    border-radius: var(--rd,0);
    color: rgb(var(--txt,var(--color_18)));
    cursor: pointer;
    display: flex;
    font: var(--fnt,var(--font_8));
    min-width: 0;
    padding: 6px 7px;
    position: relative;
    white-space: nowrap
}

.jjPduP .YT_9QV {
    padding-left: 7px;
    padding-right: 7px
}

.jjPduP:hover .YT_9QV {
    opacity: .7
}


.nDEeB0 {
    cursor: pointer
}

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

.nTiihL {
    background-color: var(--container-corvid-background-color,rgba(var(--bg,var(--color_11)),var(--alpha-bg,1)));
    border: var(--container-corvid-border-width,var(--brw,1px)) solid var(--container-corvid-border-color,rgba(var(--brd,var(--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
}


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


.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)),var(--alpha-brd,1));
    box-sizing: border-box;
    height: 0
}


.nTOEE9 {
    height: 100%;
    overflow: hidden;
    width: 100%
}

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

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

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

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

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

.rYiAuL {
    cursor: pointer
}

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

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

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

.NM_OGj img {
    filter: var(--filter-effect-svg-url);
    -webkit-mask-image: var(--mask-image,none);
    mask-image: var(--mask-image,none);
    -webkit-mask-position: var(--mask-position,0);
    mask-position: var(--mask-position,0);
    -webkit-mask-repeat: var(--mask-repeat,no-repeat);
    mask-repeat: var(--mask-repeat,no-repeat);
    -webkit-mask-size: var(--mask-size,100% 100%);
    mask-size: var(--mask-size,100% 100%);
    -o-object-position: var(--object-position);
    object-position: var(--object-position)
}

.v__F4U .MVY5Lo {
    background-color: rgba(var(--brd,var(--color_11)),var(--alpha-brd,1));
    border-color: rgba(var(--brd,var(--color_11)),var(--alpha-brd,1));
    border-radius: var(--rd,5px);
    border-style: solid;
    border-width: var(--brw,2px);
    box-shadow: var(--shd,0 1px 3px rgba(0,0,0,.5));
    display: block;
    height: 100%;
    overflow: hidden
}

.v__F4U .NM_OGj {
    border-radius: calc(var(--sizeRd, var(--rd, 5px)) - var(--sizeBrw, var(--brw, 2px)));
    overflow: hidden
}


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

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

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

.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(--dir);
    font: var(--fnt,var(--font_8));
    margin: 0;
    max-width: 100%;
    min-height: var(--inputHeight);
    padding: var(--textPadding);
    text-align: var(--textAlign);
    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)))
}

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

.MpKiNN .KvoMHf::placeholder {
    color: rgb(var(--txt2,var(--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)));
    direction: var(--dir);
    display: inline-block;
    font: var(--fntlbl,var(--font_8));
    line-height: 1;
    margin-bottom: var(--labelMarginBottom);
    padding: var(--labelPadding);
    text-align: var(--textAlign);
    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;
    display: var(--display);
    flex-direction: column
}

.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))));
    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(--dir);
    flex: 1;
    font: var(--fnt,var(--font_8));
    margin: 0;
    padding: var(--textPadding);
    text-align: var(--textAlign);
    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)))
}

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

.ZXdXNL .KvoMHf::placeholder {
    color: rgb(var(--txt2,var(--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)));
    direction: var(--dir);
    display: inline-block;
    font: var(--fntlbl,var(--font_8));
    line-height: 1;
    margin-bottom: var(--labelMarginBottom);
    padding: var(--labelPadding);
    text-align: var(--textAlign);
    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));
    display: flex;
    flex-direction: row;
    gap: 4px;
    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
}


.wvUDwA {
    --display: flex;
    display: var(--display);
    flex-direction: column
}

.muogBa {
    flex-grow: 1;
    height: 100%;
    min-height: 0;
    position: relative
}

.BVI98g {
    background: rgba(var(--containerBg,var(--color_1)),var(--alpha-containerBg,1));
    border: var(--containerBrw,1px) solid rgba(var(--containerBrd,var(--color_5)),var(--alpha-containerBrd,1));
    border-radius: var(--rd,0);
    box-shadow: var(--shd,0 1px 4px rgba(0,0,0,.6));
    box-sizing: border-box;
    height: 100%;
    overflow: hidden
}

.Tdej2_ {
    display: flex;
    flex-direction: column;
    height: 100%
}

.Tdej2_ .VAUAbA,.Tdej2_ .W8j7hJ {
    border-right: var(--columnDivider_w,1px) solid rgba(var(--columnDivider,var(--color_5)),var(--alpha-columnDivider,1));
    vertical-align: top
}

.Tdej2_ .VAUAbA .L0MOmM,.Tdej2_ .W8j7hJ .L0MOmM {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: var(--horizontalContentAlignment,"center");
    max-width: 100%;
    overflow: hidden;
    padding: 2px;
    padding-left: var(--cellPaddingLeft,2px);
    padding-right: var(--cellPaddingRight,2px);
    text-align: var(--horizontalTextAlignment,"center")
}

.Tdej2_ .VAUAbA:last-child,.Tdej2_ .W8j7hJ:last-child {
    border-right: none
}

.Tdej2_ .VKO78U,.Tdej2_ .dsil2C {
    border-collapse: separate;
    display: table;
    table-layout: fixed;
    width: 100%
}

.Tdej2_ .BdBUHn {
    background: rgba(var(--headerBg,var(--color_17)),var(--alpha-headerBg,1));
    border-bottom: var(--headerDivider_w,1px) solid rgba(var(--headerDivider,var(--color_5)),var(--alpha-headerDivider,1));
    display: flex;
    flex-shrink: 0;
    overflow-x: hidden
}

.Tdej2_ .BdBUHn .VAUAbA {
    color: rgb(var(--headerText,var(--color_5)));
    font-weight: 400;
    font: var(--headerFont,var(--font_9))
}

.Tdej2_ .BdBUHn .VAUAbA .L0MOmM {
    height: var(--headerHeight,50px)
}

.Tdej2_ .HSPz_A {
    display: block;
    overflow: auto;
    width: 100%
}

.Tdej2_ .HSPz_A .dsil2C {
    border-bottom: var(--rowDivider_w,1px) solid rgba(var(--rowDivider,var(--color_5)),var(--alpha-rowDivider,1));
    transition: background-color .1s;
    transition-delay: 0s;
    transition-duration: .1s;
    transition-property: background-color;
    transition-timing-function: ease
}

.Tdej2_ .HSPz_A .dsil2C:nth-child(2n) {
    background: rgba(var(--row2Bg,var(--color_10)),var(--alpha-row2Bg,1))
}

.Tdej2_ .HSPz_A .dsil2C:nth-child(odd) {
    background: rgba(var(--rowBg,var(--color_1)),var(--alpha-rowBg,1))
}

.Tdej2_ .HSPz_A .dsil2C:last-child {
    border-bottom: none
}

.Tdej2_ .HSPz_A .W8j7hJ {
    color: rgb(var(--rowText,var(--color_5)));
    font: var(--rowFont,var(--font_9))
}

.Tdej2_ .HSPz_A .W8j7hJ .L0MOmM {
    height: var(--rowHeight,50px)
}

.Tdej2_ .HSPz_A .W8j7hJ .tY1czp {
    margin: auto 0
}

.Tdej2_ .HSPz_A .W8j7hJ .OE2nD3 img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: scale-down!important;
    object-fit: scale-down!important;
    position: /static!important;
    vertical-align: middle;
    width: auto!important
}

.Tdej2_ .HSPz_A .W8j7hJ a {
    color: rgb(var(--linkColor,var(--color_6)))
}

.Tdej2_ .HSPz_A .W8j7hJ a:hover {
    color: rgb(var(--linkHoverColor,var(--color_7)))
}

.Tdej2_ .HSPz_A.CkQNtR .W8j7hJ:last-child,.Tdej2_ .HSPz_A.vEkZ8y .W8j7hJ:first-child {
    background: rgba(var(--headerColumnBg,var(--color_1)),var(--alpha-headerColumnBg,1));
    color: rgb(var(--headerColumnText,var(--color_5)));
    font: var(--headerColumnFont,var(--font_9))
}

.Tdej2_ .HSPz_A.FQAGhR .dsil2C:hover,.Tdej2_ .HSPz_A.Rn987G .W8j7hJ:hover .L0MOmM {
    background: rgba(var(--rowOrCellHoverBg,var(--color_4)),var(--alpha-rowOrCellHoverBg,1))
}

.Tdej2_ .HSPz_A.FQAGhR .dsil2C.PX80r4,.Tdej2_ .HSPz_A.Rn987G .W8j7hJ.LZnPth {
    background: rgba(var(--selection,var(--color_13)),var(--alpha-selection,1))
}

.tUtPDE {
    background: hsla(0,0%,100%,.3);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.tUtPDE .wUP2JR {
    align-self: center;
    background: rgba(var(--containerBg,var(--color_1)),var(--alpha-containerBg,1));
    border-radius: 10px;
    color: rgb(var(--rowText,var(--color_5)));
    display: block;
    padding: 10px
}

.M1cnT1,.tUtPDE .wUP2JR {
    font: var(--rowFont,var(--font_9))
}

.M1cnT1 {
    color: rgb(var(--paginationColor,0,0,0));
    display: flex;
    justify-content: var(--paginationAlignment,flex-end);
    margin-left: auto;
    padding-top: 12px;
    width: 100%
}

.M1cnT1 .YrJ6nN,.M1cnT1 .dnVmKK {
    border: none;
    font-size: 0;
    height: 26px;
    margin: 0;
    padding: 0;
    width: 20px
}

.M1cnT1 .YrJ6nN svg,.M1cnT1 .dnVmKK svg {
    fill: rgba(var(--paginationColor,0,0,0),var(--alpha-paginationColor,1));
    height: 100%;
    width: 100%
}

.M1cnT1 .YrJ6nN:hover,.M1cnT1 .dnVmKK:hover {
    opacity: .7
}

.M1cnT1 .YrJ6nN:disabled,.M1cnT1 .dnVmKK:disabled {
    opacity: .3
}

.M1cnT1 .YrJ6nN:not(:disabled),.M1cnT1 .dnVmKK:not(:disabled) {
    cursor: pointer;
    touch-action: manipulation
}

.M1cnT1 .L1RkCj {
    align-self: center
}

.M1cnT1 .YrJ6nN svg {
    transform: rotate(180deg)
}

.Nkl8bO .BdBUHn .VKO78U {
    width: 100%
}

.Nkl8bO .BdBUHn:after {
    content: "";
    flex-shrink: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    pointer-events: none;
    visibility: hidden
}

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

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

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

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


.Oqnisf {
    overflow: visible
}

.cM88eO {
    backface-visibility: hidden
}

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

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

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

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

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

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

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

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

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

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

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

.VgO9Yg {
    height: 100%
}

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

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

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

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

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

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

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

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

.K8MSra {
    opacity: 0
}

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

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

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

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

.FNxOn5 {
    position: absolute
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.QjPSrk.I7M4CO .PBM28h,.dTbtRf.I7M4CO .PBM28h {
    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
}

.QjPSrk.I7M4CO .PBM28h.LeOpDH,.dTbtRf.I7M4CO .PBM28h.LeOpDH {
    justify-self: start
}

.QjPSrk.I7M4CO .PBM28h.QFf6js,.dTbtRf.I7M4CO .PBM28h.QFf6js {
    justify-self: end
}

.QjPSrk.I7M4CO .WB4GU7,.dTbtRf.I7M4CO .WB4GU7 {
    grid-area: 1/1/1/1;
    height: 100%;
    overflow: var(--slides-overflow);
    position: absolute;
    width: 100%
}

.QjPSrk.I7M4CO .WB4GU7.aU_bHM,.dTbtRf.I7M4CO .WB4GU7.aU_bHM {
    overflow: var(--transition-overflow,var(--slides-overflow))
}

.QjPSrk.I7M4CO .WB4GU7>*,.dTbtRf.I7M4CO .WB4GU7>* {
    overflow: var(--slides-overflow)
}

.QjPSrk.I7M4CO .cHtRZF.WB4GU7,.dTbtRf.I7M4CO .cHtRZF.WB4GU7 {
    height: auto;
    position: relative
}

.QjPSrk.I7M4CO .cHtRZF.WB4GU7>*,.dTbtRf.I7M4CO .cHtRZF.WB4GU7>* {
    top: 0
}

.QjPSrk.I7M4CO .cHtRZF.WB4GU7>:not(:first-child),.dTbtRf.I7M4CO .cHtRZF.WB4GU7>:not(:first-child) {
    --force-state-metadata: false;
    position: absolute!important
}

.QjPSrk.I7M4CO .NhRVkd,.dTbtRf.I7M4CO .NhRVkd {
    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
}

.QjPSrk.I7M4CO .DNIjoX,.dTbtRf.I7M4CO .DNIjoX {
    align-self: end;
    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%)
}

.QjPSrk.I7M4CO .DNIjoX .HhjGmK,.dTbtRf.I7M4CO .DNIjoX .HhjGmK {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: relative;
    width: 100%
}

.QjPSrk.I7M4CO .DNIjoX .x8rUIu,.dTbtRf.I7M4CO .DNIjoX .x8rUIu {
    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)
}

.QjPSrk.I7M4CO .DNIjoX .x8rUIu.Fd6sGQ,.dTbtRf.I7M4CO .DNIjoX .x8rUIu.Fd6sGQ {
    height: var(--nav-dot-size-selected);
    width: var(--nav-dot-size-selected)
}

.QjPSrk .PBM28h:hover,.dTbtRf .PBM28h:hover {
    opacity: .6
}

.QjPSrk .PBM28h.QFf6js,.dTbtRf .PBM28h.QFf6js {
    transform: scaleX(-1)
}

.QjPSrk .PBM28h svg,.dTbtRf .PBM28h svg {
    fill: rgba(var(--arrowColor,var(--color_12)),var(--alpha-arrowColor,1));
    stroke: rgba(var(--arrowColor,var(--color_12)),var(--alpha-arrowColor,1));
    stroke-width: 1px
}

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

.dTbtRf .x8rUIu.Fd6sGQ {
    background-color: rgba(var(--dotsSelectedColor,var(--color_11)),var(--alpha-dotsSelectedColor,1))
}

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

.QjPSrk .x8rUIu.Fd6sGQ {
    background-color: transparent;
    border: 2px solid rgba(var(--dotsColor,var(--color_12)),var(--alpha-dotsColor,1))
}

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

.M198K2.I7M4CO .PBM28h {
    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
}

.M198K2.I7M4CO .PBM28h.LeOpDH {
    justify-self: start
}

.M198K2.I7M4CO .PBM28h.QFf6js {
    justify-self: end
}

.M198K2.I7M4CO .WB4GU7 {
    grid-area: 1/1/1/1;
    height: 100%;
    overflow: var(--slides-overflow);
    position: absolute;
    width: 100%
}

.M198K2.I7M4CO .WB4GU7.aU_bHM {
    overflow: var(--transition-overflow,var(--slides-overflow))
}

.M198K2.I7M4CO .WB4GU7>* {
    overflow: var(--slides-overflow)
}

.M198K2.I7M4CO .cHtRZF.WB4GU7 {
    height: auto;
    position: relative
}

.M198K2.I7M4CO .cHtRZF.WB4GU7>* {
    top: 0
}

.M198K2.I7M4CO .cHtRZF.WB4GU7>:not(:first-child) {
    --force-state-metadata: false;
    position: absolute!important
}

.M198K2.I7M4CO .NhRVkd {
    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
}

.M198K2.I7M4CO .DNIjoX {
    align-self: end;
    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%)
}

.M198K2.I7M4CO .DNIjoX .HhjGmK {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: relative;
    width: 100%
}

.M198K2.I7M4CO .DNIjoX .x8rUIu {
    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)
}

.M198K2.I7M4CO .DNIjoX .x8rUIu.Fd6sGQ {
    height: var(--nav-dot-size-selected);
    width: var(--nav-dot-size-selected)
}

.M198K2 .PBM28h:hover {
    opacity: .6
}

.M198K2 .PBM28h.LeOpDH {
    transform: scaleX(-1)
}

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

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

.M198K2 .x8rUIu.Fd6sGQ {
    background-color: transparent;
    border: 2px solid rgba(var(--dotsColor,var(--color_12)),var(--alpha-dotsColor,1))
}

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

.ALm_cS.I7M4CO .PBM28h {
    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
}

.ALm_cS.I7M4CO .PBM28h.LeOpDH {
    justify-self: start
}

.ALm_cS.I7M4CO .PBM28h.QFf6js {
    justify-self: end
}

.ALm_cS.I7M4CO .WB4GU7 {
    grid-area: 1/1/1/1;
    height: 100%;
    overflow: var(--slides-overflow);
    position: absolute;
    width: 100%
}

.ALm_cS.I7M4CO .WB4GU7.aU_bHM {
    overflow: var(--transition-overflow,var(--slides-overflow))
}

.ALm_cS.I7M4CO .WB4GU7>* {
    overflow: var(--slides-overflow)
}

.ALm_cS.I7M4CO .cHtRZF.WB4GU7 {
    height: auto;
    position: relative
}

.ALm_cS.I7M4CO .cHtRZF.WB4GU7>* {
    top: 0
}

.ALm_cS.I7M4CO .cHtRZF.WB4GU7>:not(:first-child) {
    --force-state-metadata: false;
    position: absolute!important
}

.ALm_cS.I7M4CO .NhRVkd {
    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
}

.ALm_cS.I7M4CO .DNIjoX {
    align-self: end;
    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%)
}

.ALm_cS.I7M4CO .DNIjoX .HhjGmK {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: relative;
    width: 100%
}

.ALm_cS.I7M4CO .DNIjoX .x8rUIu {
    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)
}

.ALm_cS.I7M4CO .DNIjoX .x8rUIu.Fd6sGQ {
    height: var(--nav-dot-size-selected);
    width: var(--nav-dot-size-selected)
}

.ALm_cS .PBM28h:hover {
    opacity: .6
}

.ALm_cS .PBM28h.QFf6js {
    transform: scaleX(-1)
}

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

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

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

.ALm_cS .x8rUIu.Fd6sGQ {
    background-color: rgba(var(--dotsSelectedColor,var(--color_11)),var(--alpha-dotsSelectedColor,1))
}

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

.HUGv3k.I7M4CO .PBM28h {
    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
}

.HUGv3k.I7M4CO .PBM28h.LeOpDH {
    justify-self: start
}

.HUGv3k.I7M4CO .PBM28h.QFf6js {
    justify-self: end
}

.HUGv3k.I7M4CO .WB4GU7 {
    grid-area: 1/1/1/1;
    height: 100%;
    overflow: var(--slides-overflow);
    position: absolute;
    width: 100%
}

.HUGv3k.I7M4CO .WB4GU7.aU_bHM {
    overflow: var(--transition-overflow,var(--slides-overflow))
}

.HUGv3k.I7M4CO .WB4GU7>* {
    overflow: var(--slides-overflow)
}

.HUGv3k.I7M4CO .cHtRZF.WB4GU7 {
    height: auto;
    position: relative
}

.HUGv3k.I7M4CO .cHtRZF.WB4GU7>* {
    top: 0
}

.HUGv3k.I7M4CO .cHtRZF.WB4GU7>:not(:first-child) {
    --force-state-metadata: false;
    position: absolute!important
}

.HUGv3k.I7M4CO .NhRVkd {
    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
}

.HUGv3k.I7M4CO .DNIjoX {
    align-self: end;
    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%)
}

.HUGv3k.I7M4CO .DNIjoX .HhjGmK {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: relative;
    width: 100%
}

.HUGv3k.I7M4CO .DNIjoX .x8rUIu {
    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)
}

.HUGv3k.I7M4CO .DNIjoX .x8rUIu.Fd6sGQ {
    height: var(--nav-dot-size-selected);
    width: var(--nav-dot-size-selected)
}

.HUGv3k.I7M4CO {
    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)
}


.VUwMqR .TVPXMW {
    border-radius: var(--rd,0);
    will-change: var(--corners-overflow-fix-will-change,initial)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.K8MSra {
    opacity: 0
}

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

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

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

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

.FNxOn5 {
    position: absolute
}

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

@supports(mix-blend-mode: overlay) {
    .m4khSP {
        mix-blend-mode:var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity,1)
    }
}
.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%
}
.OQ8Tzd,.nKphmK {
    overflow: hidden
}

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

.nKphmK:-webkit-full-screen {
    min-height: auto!important
}

.nKphmK:-ms-fullscreen {
    min-height: auto!important
}

.nKphmK:fullscreen {
    min-height: auto!important
}

.pvlz2w {
    visibility: hidden
}
body.ZR3zoU {
    overflow: hidden
}

.OrmmIf {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647
}

.OrmmIf .Ybd4pF {
    background-color: #000;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity .25s;
    width: 100%
}

.OrmmIf ._dnQfP {
    margin: 12px 20px 0 0;
    position: fixed;
    right: 0
}

.OrmmIf ._dnQfP button:focus {
    box-shadow: 0 0 0 1px #fff,0 0 0 3px #116dff!important;
    outline: none
}

@media only screen and (max-width: 750px) {
    .OrmmIf ._dnQfP {
        margin:20px 20px 0 0
    }
}

@media only screen and (max-width: 420px) {
    .OrmmIf ._dnQfP {
        margin:12px 12px 0 0
    }
}

.OrmmIf.yxJ7zC .Ybd4pF {
    opacity: .6
}

.OrmmIf.yxJ7zC .JULGm2 {
    opacity: 1;
    transform: translate(-50%,-50%)
}

.OrmmIf .JULGm2 {
    background: #fff;
    box-shadow: -8px -7px 20px 0 rgba(0,0,0,.1);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 571px;
    left: 50%;
    max-height: 80%;
    max-width: 600px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-20%);
    transition: .25s ease-in-out;
    width: 80%
}

.OrmmIf .JULGm2 .iAJ7my {
    color: #000;
    font-family: HelveticaNeue,Helvetica Neue,helvetica,"Sans-Serif";
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33;
    margin: 0;
    padding: 24px 24px 0 24px
}

.OrmmIf .JULGm2 .yY8Q09 {
    border-bottom: 1px solid rgba(0,0,0,.1);
    flex-grow: 1;
    margin-top: 5px;
    overflow: auto;
    position: relative
}

.OrmmIf .JULGm2 .hl0vwj {
    position: absolute;
    right: 0;
    top: 24px
}

.OrmmIf .JULGm2 .OmCSzS {
    align-self: flex-end;
    display: flex;
    padding: 24px;
    text-align: right
}

.OrmmIf .JULGm2 .OmCSzS .ZiMuyv {
    font-family: HelveticaNeue,Helvetica Neue,helvetica,"Sans-Serif";
    font-size: 14px;
    width: 172px
}

.OrmmIf .JULGm2 .OmCSzS button:focus {
    box-shadow: 0 0 0 1px #fff,0 0 0 3px #116dff!important;
    outline: none
}

@media(max-width: 420px) {
    .OrmmIf .JULGm2 {
        height:100%;
        max-height: 100%;
        max-width: 100%;
        width: 100%
    }

    .OrmmIf .JULGm2 .iAJ7my {
        font-size: 24px;
        line-height: 24px;
        padding: 64px 24px 0 24px
    }

    .OrmmIf .JULGm2 .mIzAGE {
        border-bottom: 1px solid rgba(0,0,0,.1);
        margin-right: 20px;
        padding: 20px 76px 20px 0
    }

    .OrmmIf .JULGm2 .yY8Q09 {
        max-height: none
    }

    .OrmmIf .JULGm2 .OmCSzS {
        align-self: stretch
    }
}

.AIZrzn {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0
}

.AIZrzn .C2Qds2 {
    cursor: pointer;
    height: 24px;
    width: 24px
}

.AIZrzn .C2Qds2.QWIKQX {
    filter: invert(100%)
}

@media only screen and (max-width: 750px) {
    .AIZrzn {
        height:48px;
        position: relative;
        width: 48px
    }

    .AIZrzn .C2Qds2 {
        position: absolute;
        right: 0;
        top: 0
    }
}

.vYNqaN {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 24px 90px 24px 24px;
    position: relative
}

.vYNqaN:last-child {
    border: none
}

.S2mqHe {
    font-size: 16px;
    line-height: 1.5;
    margin: 0
}

.GwpLsI,.S2mqHe {
    color: #000;
    font-family: HelveticaNeue,Helvetica Neue,helvetica,"Sans-Serif";
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    padding: 0
}

.GwpLsI {
    font-size: 12px;
    line-height: 1.33;
    margin: 12px 0 0 0
}

.TSiC1t {
    position: absolute!important;
    right: 24px;
    top: 24px
}

@media(max-width: 375px) {
    .S2mqHe {
        font-size:16px;
        line-height: 22px
    }

    .GwpLsI {
        margin-top: 6px
    }
}

.hB3n1Z {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    display: inline-block;
    height: 24px;
    position: relative;
    width: 48px
}

.hB3n1Z.hfCC2_ {
    box-shadow: 0 0 0 1px #fff,0 0 0 3px #116dff!important
}

.g4BQnU {
    border: none;
    box-shadow: none;
    cursor: inherit;
    left: 0;
    margin: 0;
    opacity: 0;
    outline: none;
    padding: 0;
    top: 0
}

.EaTE6z {
    color: #cbd3dc;
    cursor: pointer
}

.EaTE6z,.fve_dT {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.fve_dT {
    background-color: currentColor;
    border-radius: 12px;
    transition: all .3s ease
}

.EaTE6z {
    color: #a4a4a4
}

.EaTE6z:active,.EaTE6z:hover {
    color: #cbd3dc
}

.g4BQnU:checked+.EaTE6z:hover {
    color: #4c4c4c
}

.g4BQnU:checked+.EaTE6z,.g4BQnU:checked+.EaTE6z:active,.g4BQnU:checked+.EaTE6z:active:hover {
    color: #000
}

.g4BQnU:disabled+.EaTE6z,.g4BQnU:disabled+.EaTE6z:active,.g4BQnU:disabled+.EaTE6z:active:hover,.g4BQnU:disabled+.EaTE6z:hover {
    color: rgba(22,45,61,.1)
}

.tFjtot {
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 1px 0 rgba(22,45,61,.48),0 0 3px 0 rgba(22,45,61,.12);
    display: flex;
    height: 22px;
    justify-content: center;
    left: 1px;
    position: absolute;
    top: 1px;
    transition: all .3s ease;
    width: 22px
}

.g4BQnU:checked+label .tFjtot {
    left: calc(50% + 1px)
}

.YtCu80 {
    height: 11px;
    margin-top: 1px;
    transition: opacity .3s ease;
    width: 11px
}

.g4BQnU:checked+label .IXCAQH,.g4BQnU:not(:checked)+label .SDQhnQ {
    display: none;
    opacity: 0
}

@media(max-width: 375px) {
    .hB3n1Z {
        height:20px;
        width: 36px
    }

    .tFjtot {
        border-radius: 9px;
        height: 18px;
        width: 18px
    }

    .g4BQnU:checked+label .tFjtot {
        left: calc(50% - 1px)
    }

    .YtCu80 {
        height: 9px;
        width: 9px
    }
}

.dDg9Rk {
    display: none;
    left: 0;
    max-width: 195px;
    min-height: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    text-align: center;
    top: 0;
    z-index: 2147483648
}

.dDg9Rk .l2Nfc6 {
    background-color: #162d3d;
    border: none;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-family: HelveticaNeue,Helvetica Neue,helvetica,"Sans-Serif";
    font-size: 14px;
    line-height: 18px;
    padding: 12px 24px 12px 24px
}

.dDg9Rk .sm4axf {
    border-color: #162d3d transparent transparent transparent;
    border-style: solid;
    border-width: 8px;
    display: inline-block;
    height: 0;
    width: 0
}

:root {
    --cookie-banner-primary-color: #fff;
    --cookie-banner-secondary-color: #000;
    --cookie-banner-font-family: HelveticaNeue,Helvetica Neue,helvetica,Sans-Serif;
    --cookie-banner-font-size: 14px
}

.ULXLLu {
    align-self: center;
    background-color: var(--cookie-banner-secondary-color);
    border: solid 1px var(--cookie-banner-secondary-color);
    color: var(--cookie-banner-primary-color);
    cursor: pointer;
    display: inline-block;
    font-family: var(--cookie-banner-font-family);
    font-size: var(--cookie-banner-font-size);
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    height: 32px;
    letter-spacing: normal;
    margin: 6px;
    min-width: 55px;
    overflow: hidden;
    padding: 0 16px 0 16px;
    text-align: center;
    white-space: nowrap
}

.ULXLLu:focus {
    box-shadow: 0 0 0 1px #fff,0 0 0 3px #116dff!important
}

.ULXLLu.sFHMHu {
    background-color: var(--cookie-banner-primary-color);
    border: solid 1px var(--cookie-banner-secondary-color);
    color: var(--cookie-banner-secondary-color)
}

.ULXLLu.tKj_Y2 {
    background-color: #000;
    border: 1px solid #000;
    color: #fff
}

.ULXLLu.WaT3C4,.ULXLLu.tKj_Y2.sFHMHu {
    border: 1px solid #fff
}

.ULXLLu.WaT3C4 {
    background-color: #fff;
    color: #000
}

.ULXLLu.WaT3C4.sFHMHu {
    border: 1px solid #000
}

@media only screen and (min-width: 750px) {
    .ULXLLu {
        flex-basis:auto!important
    }
}
.TWFxr5 {
    height: auto!important
}
    @font-face {
        font-family: 'Questrial';
        font-style: normal;
        font-weight: 400;
        src: local('Questrial'), local('Questrial-Regular'), url("/static/font/QdVUSTchPBm7nuUeVf70viFluW44JQ.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: block;
    }

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

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

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

    @font-face {
        font-family: "Avenir-LT-W01_35-Light1475496";
        src: url("/static/font/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot");
        src: url("/static/font/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot") format("eot"),url("/static/font/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"),url("/static/font/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"),url("/static/font/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype"),url("https:///static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/b0268c31-e450-4159-bfea-e0d20e2b5c0c.svg") format("svg");
        font-display: block;
    }

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

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

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

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

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

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

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

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

    #SITE_CONTAINER.focus-ring-active :not(.has-custom-focus):not(.ignore-focus):not([tabindex=\"-1\"]):focus, #SITE_CONTAINER.focus-ring-active :not(.has-custom-focus):not(.ignore-focus):not([tabindex=\"-1\"]):focus ~ .wixSdkShowFocusOnSibling{box-shadow:0 0 0 1px #ffffff, 0 0 0 3px #116dff !important;z-index:1;}#masterPage{left:0;margin-left:0;width:100%;min-width:980px;height:undefined;}#PAGES_CONTAINER{--pinned-layer-in-container:50;--above-all-in-container:49;}#CONTROLLER_COMP_CUSTOM_ID{--pinned-layer-in-container:51;--above-all-in-container:49;}#SOSP_CONTAINER_CUSTOM_ID{--pinned-layer-in-container:52;--above-all-in-container:49;}#SITE_HEADER{z-index:calc(var(--pinned-layers-in-page, 0) + 53);--above-all-in-container:10000;}#SITE_FOOTER{--pinned-layer-in-container:54;--above-all-in-container:49;}#comp-lh924pdd-pinned-layer{z-index:calc(var(--pinned-layers-in-page, 0) + 55);--above-all-in-container:10000;}#comp-lh924pdd{justify-self:end;align-self:end;position:absolute;grid-area:1 / 1 / 2 / 2;pointer-events:auto;}#PAGES_CONTAINER{left:0;margin-left:0;width:100%;min-width:980px;height:undefined;}#SITE_PAGES{left:0;margin-left:0;width:100%;min-width:980px;height:undefined;}#SOSP_CONTAINER_CUSTOM_ID{width:980px;height:undefined;visibility:undefined;}[data-mode=hover] #SOSP_CONTAINER_CUSTOM_ID{visibility:undefined;height:undefined;width:980px;}#comp-lh924b4y{width:980px;height:250px;}#comp-lhaej1op{width:956px;height:undefined;}#comp-lhaej1ox{width:956px;height:40px;}#masterPage:not(.landingPage){--top-offset:var(--header-height);--header-height:112px;}#masterPage.landingPage{--top-offset:0px;}#SITE_HEADER{left:0;margin-left:0;width:100%;min-width:980px;height:undefined;}#SITE_HEADER-placeholder{height:112px;}#comp-lh926bzw{left:0;margin-left:0;width:100%;min-width:980px;height:undefined;}#comp-lh926bzx2{width:980px;height:undefined;}#comp-lj4cqzii{width:184px;height:35px;}#comp-lh926c58{width:679px;height:30px;}#comp-ljr1hm6k{width:107px;height:43px;}#comp-lh924a4g{width:136px;height:undefined;}#comp-lh924a4t1{width:136px;height:40px;}#SITE_FOOTER{left:0;margin-left:0;width:100%;min-width:980px;height:undefined;}#comp-lh926c6v{width:166px;height:auto;}#comp-lh926c6v1{width:391px;height:auto;}#comp-lh924pdd{width:232px;height:86px;}
:root,:host, .spxThemeOverride{--color_0:255,255,255;--color_1:51,52,63;--color_2:51,52,63;--color_3:67,68,89;--color_4:247,247,247;--color_5:248,189,38;--color_6:255,255,255;--color_7:200,201,211;--color_8:146,147,166;--color_9:95,97,118;--color_10:51,52,63;--color_11:255,255,255;--color_12:200,201,211;--color_13:146,147,166;--color_14:95,97,118;--color_15:51,52,63;--color_16:182,183,196;--color_17:110,112,136;--color_18:51,52,63;--color_19:34,35,42;--color_20:17,17,21;--color_21:215,215,225;--color_22:174,175,194;--color_23:134,135,164;--color_24:97,99,129;--color_25:67,68,89;--color_26:251,251,251;--color_27:247,247,247;--color_28:185,185,185;--color_29:124,124,124;--color_30:62,62,62;--color_31:233,216,163;--color_32:210,187,115;--color_33:188,147,18;--color_34:125,98,12;--color_35:63,49,6;--color_36:255,255,255;--color_37:0,0,0;--color_38:232,230,230;--color_39:199,199,199;--color_40:89,89,89;--color_41:0,87,225;--color_42:0,0,0;--color_43:199,199,199;--color_44:255,255,255;--color_45:0,0,0;--color_46:0,0,0;--color_47:89,89,89;--color_48:0,87,225;--color_49:0,87,225;--color_50:255,255,255;--color_51:255,255,255;--color_52:0,87,225;--color_53:0,87,225;--color_54:199,199,199;--color_55:199,199,199;--color_56:255,255,255;--color_57:255,255,255;--color_58:0,87,225;--color_59:0,87,225;--color_60:0,87,225;--color_61:0,87,225;--color_62:255,255,255;--color_63:255,255,255;--color_64:199,199,199;--color_65:199,199,199;--font_0:normal normal normal 88px/1.2em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;--font_1:normal normal normal 14px/1.79em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;--font_2:normal normal normal 72px/1.25em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;--font_3:normal normal normal 50px/1.34em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;--font_4:normal normal normal 40px/1.35em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;--font_5:normal normal normal 28px/1.375em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;--font_6:normal normal normal 22px/1.41em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;--font_7:normal normal normal 20px/1.67em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;--font_8:normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;--font_9:normal normal normal 15px/1.875em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;--font_10:normal normal normal 14px/1.79em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;--wix-ads-height:0px;--wix-ads-top-height:0px;--site-width:980px;--above-all-z-index:100000;--portals-z-index:100001;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--minViewportSize:320;--maxViewportSize:1920;--theme-spx-ratio:1px}.font_0{font:var(--font_0);color:rgb(var(--color_15));letter-spacing:0em}.font_1{font:var(--font_1);color:rgb(var(--color_15));letter-spacing:0em}.font_2{font:var(--font_2);color:rgb(var(--color_15));letter-spacing:0em}.font_3{font:var(--font_3);color:rgb(var(--color_15));letter-spacing:0em}.font_4{font:var(--font_4);color:rgb(var(--color_15));letter-spacing:0em}.font_5{font:var(--font_5);color:rgb(var(--color_15));letter-spacing:0em}.font_6{font:var(--font_6);color:rgb(var(--color_15));letter-spacing:0em}.font_7{font:var(--font_7);color:rgb(var(--color_15));letter-spacing:0em}.font_8{font:var(--font_8);color:rgb(var(--color_15));letter-spacing:0em}.font_9{font:var(--font_9);color:rgb(var(--color_15));letter-spacing:0em}.font_10{font:var(--font_10);color:rgb(var(--color_15));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))}[data-mesh-id=SOSP_CONTAINER_CUSTOM_IDinlineContent]{height:auto;width:980px}[data-mesh-id=SOSP_CONTAINER_CUSTOM_IDinlineContent-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=SOSP_CONTAINER_CUSTOM_IDinlineContent-gridContainer] > [id="comp-lh924b4y"]{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-lhaej1op"]{position:relative;margin:0px 0px 0px 0;left:12px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start}[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-lh926bzw"]{position:relative;margin:0px 0px 0px calc((100% - 980px) * 0.5);left:0px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start}[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:312px;grid-template-rows:min-content 1fr;grid-template-columns:100%}[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-lh926c6v"]{position:relative;margin:31px 0px 43px calc((100% - 980px) * 0.5);left:409px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start}[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-lh926c6v1"]{position:relative;margin:0px 0px 10px calc((100% - 980px) * 0.5);left:299px;grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:start}[data-mesh-id=comp-lhaej1opinlineContent]{height:auto;width:956px}[data-mesh-id=comp-lhaej1opinlineContent-gridContainer]{position:/static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:1fr;grid-template-columns:100%}[data-mesh-id=comp-lhaej1opinlineContent-gridContainer] > [id="comp-lhaej1ox"]{position:relative;margin:0px 0px 0px 0;left:0px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start}[data-mesh-id=comp-lh926bzx2inlineContent]{height:auto;width:100%}[data-mesh-id=comp-lh926bzx2inlineContent-gridContainer]{position:/static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:1fr;grid-template-columns:100%}[data-mesh-id=comp-lh926bzx2inlineContent-gridContainer] > [id="comp-lj4cqzii"]{position:relative;margin:36px 0px 41px calc((100% - 980px) * 1);left:-262px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start}[data-mesh-id=comp-lh926bzx2inlineContent-gridContainer] > [id="comp-lh926c58"]{position:relative;margin:39px 0px 43px calc((100% - 980px) * 1);left:0px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start}[data-mesh-id=comp-lh926bzx2inlineContent-gridContainer] > [id="comp-ljr1hm6k"]{position:relative;margin:34px 0px 35px calc((100% - 980px) * 1);left:685px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start}[data-mesh-id=comp-lh926bzx2inlineContent-gridContainer] > [id="comp-lh924a4g"]{position:relative;margin:34px 0px 38px calc((100% - 980px) * 1);left:802px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start}[data-mesh-id=comp-lh924a4ginlineContent]{height:auto;width:136px}[data-mesh-id=comp-lh924a4ginlineContent-gridContainer]{position:/static;display:grid;height:auto;width:100%;min-height:auto;grid-template-rows:1fr;grid-template-columns:100%}[data-mesh-id=comp-lh924a4ginlineContent-gridContainer] > [id="comp-lh924a4t1"]{position:relative;margin:0px 0px 0px 0;left:0px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start}[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:-97px;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:8px 0px 0 calc((100% - 980px) * 0.5);left:0px;grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start}

#CONTROLLER_COMP_CUSTOM_ID { --alpha-bg:1;--alpha -bgh:1;--alpha - brd:1;--alpha - brdh:1;--alpha - txt:1;--alpha - txth:1;--bg:61,155,233;--bgh:43,104,156;--alpha-bgh:1;--boxShadowToggleOn -shd:none;--brd:43,104,156;--alpha-brd:1;--brdh:61,155,233;--alpha-brdh:1;--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;--alpha-txt:1;--txth:255,255,255;--alpha-txth:1;--/static-spx:1px }#comp-lh926c6v { --/static-spx:1px;--min-height:27px;height:auto }#comp-lh926c6v * { text-align:center !important }#comp-lh926c6v1 { --/static-spx:1px;--min-height:43px;height:auto }#comp-lh926c6v1 * { text-align:center !important }#comp-lhaej1ox { --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-brdh:1;--alpha-brd:0;--alpha-brds:1;--alpha-bgDrop:1;--/static-spx:1px }#comp-lj4cqzii { --contentPaddingLeft:0px;--contentPaddingRight:0px;--contentPaddingTop:0px;--contentPaddingBottom:0px;--/static-spx:1px;--height:35px;--width:184px }#comp-lh926c58 { --menuTotalBordersX:0px;--menuTotalBordersY:0px;--bgDrop:var(--color_11);--rd:0px;--shd:none;--fnt:var(--font_1);--pad:0px;--txt:var(--color_15);--alpha-txt:1;--trans:color 0.4s ease 0s;--txth:var(--color_33);--alpha-txth:1;--txts:var(--color_33);--alpha-txts:1;--alpha-bgDrop:1;--boxShadowToggleOn-shd:none;--/static-spx:1px }#comp-ljr1hm6k { --borderColor:122,122,122;--alpha-borderColor:1;--borderWidth:0px;--borderRadius:0px 0px 0px 0px;--boxShadow:none;--separatorColor:var(--color_12);--alpha-separatorColor:1;--backgroundColor:255,255,255;--borderRadiusValue:0px 0px 0px 0px;--itemFont:normal normal normal 15px/1.4em questrial,sans-serif;--itemTextColor:51,51,51;--itemTextColorHover:149,149,149;--backgroundColorHover:var(--color_11);--itemTextColorActive:var(--color_33);--alpha-itemTextColorActive:1;--backgroundColorActive:var(--color_11);--alpha-backgroundColor:0;--alpha-backgroundColorActive:0;--alpha-backgroundColorHover:0;--alpha-itemTextColor:1;--alpha-itemTextColorHover:1;--borderColorActive:rgba(32, 32, 32, 1);--borderColorHover:rgba(32, 32, 32, 1);--borderSides:none;--boxShadowToggleOn-boxShadow:none;--itemSpacing:5px;--/static-spx:1px;--height:43px;--iconSize:18px }#comp-lh924a4t1 { --bg:var(--color_11);--brw:0px;--brd:var(--color_15);--rd:0px;--shd:none;--bg-dd:var(--color_11);--alpha-bg-dd:1;--brw-dd:1px;--brd-dd:var(--color_15);--rd-dd:0px;--shd-dd:none;--fnt:normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;--fnt-size-dd:15px;--txt-dd:var(--color_15);--alpha-txt-dd:1;--txt-slct-dd:var(--color_19);--alpha-txt-slct-dd:1;--txth-dd:var(--color_19);--alpha-txth-dd:1;--txth:var(--color_19);--alpha-txth:1;--txt:var(--color_18);--alpha-txt:1;--avatarCornerRadius:100px;--avatarAndArrowStrokeWidth:0px;--badge-bg:226,28,33;--alpha-badge-bg:1;--badge-txt:var(--color_11);--alpha-badge-txt:1;--fillcolor:var(--color_18);--alpha-fillcolor:1;--alpha-brd:1;--alpha-bg:0;--boxShadowToggleOn-shd:none;--boxShadowToggleOn-shd-dd:none;--alpha-brd-dd:0.2;--/static-spx:1px;justify-content:flex-end;direction:ltr;--icon-size:26px;--arrow-size:14px }#masterPage { --/static-spx:1px }#PAGES_CONTAINER { --/static-spx:1px }#SOSP_CONTAINER_CUSTOM_ID { --brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--alpha-brd:1;--alpha-bg:1;--boxShadowToggleOn-shd:none;--/static-spx:1px;--shc-mutated-brightness:128,128,128 }#SITE_HEADER { --bg:var(--color_11);--shd:none;--brwt:0px;--brd:var(--color_11);--brwb:0px;--bgctr:var(--color_11);--rd:0px;--alpha-bgctr:1;--alpha-brd:0;--alpha-bg:1;--boxShadowToggleOn-shd:none;--/static-spx:1px;--shc-mutated-brightness:128,128,128;position:fixed !important;margin-top:var(--wix-ads-height);top:0 }#SITE_FOOTER { --bg:var(--color_11);--shd:none;--brwt:0px;--brd:var(--color_11);--brwb:0px;--bgctr:var(--color_11);--rd:0px;--alpha-bg:1;--alpha-bgctr:1;--alpha-brd:0;--boxShadowToggleOn-shd:none;--/static-spx:1px;--shc-mutated-brightness:128,128,128 }#SITE_PAGES { --/static-spx:1px;--transition-duration:700ms }#comp-lhaej1op { --/static-spx:1px }#comp-lh926bzw { --/static-spx:1px;--bg-overlay-color:transparent;--bg-gradient:none;--padding:0px;--margin:0px;min-width:980px;--firstChildMarginTop:-1px;--lastChildMarginBottom:-1px;--items-direction:row }#comp-lh926bzx2 { --/static-spx:1px;--bg-overlay-color:transparent;--bg-gradient:none;width:100%;--column-width:980px;--column-flex:980 }#comp-lh924a4g { --/static-spx:1px }#BACKGROUND_GROUP { --transition-duration:700ms }
<style id="css_tuvae">
    @font-face {
        font-family: "Avenir-LT-W01_35-Light1475496";
        src: url("/static/font/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot");
        src: url("/static/font/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot") format("eot"),url("/static/font/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"),url("/static/font/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"),url("/static/font/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype"),url("https:///static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/b0268c31-e450-4159-bfea-e0d20e2b5c0c.svg") format("svg");
        font-display: block;
    }

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

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

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

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

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

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

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

    @font-face {
        font-family: 'Syne';
        font-style: normal;
        font-weight: 400;
        src: url("/static/font/8vIH7w4qzmVxm25L9G78HEZnMg.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: block;
    }

    @font-face {
        font-family: 'Syne';
        font-style: normal;
        font-weight: 400;
        src: url("/static/font/8vIH7w4qzmVxm2BL9G78HEY.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: block;
    }

    @font-face {
        font-family: 'Syne';
        font-style: normal;
        font-weight: 700;
        src: url("/static/font/8vIH7w4qzmVxm25L9G78HEZnMg.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: block;
    }

    @font-face {
        font-family: 'Syne';
        font-style: normal;
        font-weight: 700;
        src: url("/static/font/8vIH7w4qzmVxm2BL9G78HEY.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: block;
    }

    @font-face {
        font-family: 'Syne';
        font-style: normal;
        font-weight: 400;
        src: url("/static/font/8vIH7w4qzmVxm25L9G78HEZnMg.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: block;
    }

    @font-face {
        font-family: 'Syne';
        font-style: normal;
        font-weight: 400;
        src: url("/static/font/8vIH7w4qzmVxm2BL9G78HEY.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: block;
    }

    @font-face {
        font-family: 'Syne';
        font-style: normal;
        font-weight: 700;
        src: url("/static/font/8vIH7w4qzmVxm25L9G78HEZnMg.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: block;
    }

    @font-face {
        font-family: 'Syne';
        font-style: normal;
        font-weight: 700;
        src: url("/static/font/8vIH7w4qzmVxm2BL9G78HEY.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: block;
    }

    @font-face {
        font-family: 'Questrial';
        font-style: normal;
        font-weight: 400;
        src: local('Questrial'), local('Questrial-Regular'), url("/static/font/QdVUSTchPBm7nuUeVf70viFluW44JQ.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: block;
    }

    @font-face {
        font-family: "Rubik-Medium";
        src: url("/static/font/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1VQ.woff2") format("woff2"), url("/static/font/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1Uw.woff") format("woff");
        font-display: block;
    }

    @font-face {
        font-family: "Rubik-Medium";
        font-style: italic;
        src: url("/static/font/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tvE0U1.woff2") format("woff2"), url("/static/font/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tvE0Uz.woff") format("woff");
        font-display: block;
    }

    @font-face {
        /* Rubik Bold  */
        font-family: "Rubik-Medium";
        font-weight: 700;
        src: url("/static/font/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1VQ.woff2") format("woff2"), url("/static/font/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1Uw.woff") format("woff");
        font-display: block;
    }

    @font-face {
        font-family: "Rubik-Medium";
        font-weight: 700;
        font-style: italic;
        src: url("/static/font/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8u6FEU1.woff2") format("woff2"), url("/static/font/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8u6FEUz.woff") format("woff");
        font-display: block;
    }

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

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

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

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

    #comp-lh926chs1 {
        width: 980px;
    }

    #comp-lj4d6m5a {
        width: 458px;
        height: 127px;
    }

    #comp-lh937vew {
        width: 458px;
        height: 46px;
    }

    #comp-lh93xojl:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-lh93xojl {
        width: 633px;
        height: auto;
    }

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

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

    #comp-lh926cht2 {
        width: 980px;
    }

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

    #comp-lh926cht4 {
        width: 490px;
    }

    #comp-lhhfycc2:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-lhhfycc2 {
        width: 768px;
        height: 432px;
    }

    #comp-lh926cht5 {
        width: 490px;
    }

    #comp-lhhgsaol:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-lhhgsaol {
        width: 509px;
    }

    #comp-lh94db34:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-lh94db34 {
        width: 460px;
        height: auto;
    }

    #comp-lh926cht8:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-lh926cht8 {
        width: 460px;
        height: auto;
    }

    #comp-lh92w8zr:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-lh92w8zr {
        width: 460px;
        height: auto;
    }

    #comp-lhbknizu:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-lhbknizu {
        width: 183px;
        height: 48px;
    }

    /* END STYLABLE DIRECTIVE RULES */
    #comp-lhbknizu .style-lixfkq67__root {
        -st-extends: StylableButton;
        transition: all 0.2s ease, visibility 0s;
        padding: 3px;
        /*inset 3.54px 3.54px 0 -64px value(site_1_1)*/
        border-radius: 50px;
        border: 0px solid rgb(63, 118, 82);
        background: repeat padding-box border-box 0% / auto scroll linear-gradient(#BC9312, #BC9312), repeat padding-box border-box 0% / auto scroll linear-gradient(180deg, #E9D8A3 0%, #BC9312 77%, #BC9312 100%)
    }

    /* START STYLABLE DIRECTIVE RULES */
    #comp-lhbknizu .style-lixfkq67__root:hover {
        background: rgba(188, 147, 18, 0);
        border: 1.5px solid #BC9312
    }

    #comp-lhbknizu .style-lixfkq67__root:hover .StylableButton2545352419__label {
        color: #BC9312
    }

    #comp-lhbknizu .style-lixfkq67__root:disabled {
        background: #E2E2E2;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0)
    }

    #comp-lhbknizu .style-lixfkq67__root:disabled .StylableButton2545352419__label {
        color: #8F8F8F
    }

    #comp-lhbknizu .style-lixfkq67__root:disabled .StylableButton2545352419__icon {
        fill: #8F8F8F
    }

    #comp-lhbknizu .style-lixfkq67__root .StylableButton2545352419__container {
        transition: inherit
    }

    #comp-lhbknizu .style-lixfkq67__root .StylableButton2545352419__label {
        transition: inherit;
        margin: 0px 4px 0px 0px;
        color: #FFFFFF;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0.25em;
        font-family: avenir-lt-w01_35-light1475496,sans-serif;
        font-size: 15px
    }

    #comp-lhbknizu .style-lixfkq67__root .StylableButton2545352419__icon {
        transition: inherit;
        margin: 0px 0px 0px 4px;
        fill: #FFFFFF;
        display: initial;
        width: 37px;
        height: 37px
    }

    #comp-lhbknizu .style-lixfkq67__root:hover .StylableButton2545352419__icon {
        width: 42px;
        height: 42px;
        fill: #BC9312
    }

    @media screen and (min-width: 1px) and (max-width: 0px) {
        #comp-lhbknizu .style-lixfkq67__root .StylableButton2545352419__icon {
            width: 30px;
            height: 30px;
        }

        #comp-lhbknizu .style-lixfkq67__root .StylableButton2545352419__label {
            font-size: 9px;
        }
    }

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

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

    #comp-lhbkgxwb1 {
        width: 980px;
    }

    #comp-lhbkgxw77:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-lhbkgxw77 {
        width: 621px;
        height: auto;
    }

    #comp-lhbkgxwc:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-lhbkgxwc {
        width: 660px;
        height: auto;
    }

    #comp-lh98egv9:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-lh98egv9 {
        width: 58px;
        height: 41px;
        transform: rotate(180deg);
    }

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

    #comp-lhbmavut {
        width: 121px;
        height: auto;
    }

    #comp-ljurytvb:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-ljurytvb {
        width: 301px;
    }

    #comp-ljurytwh:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-ljurytwh {
        width: 133px;
        height: auto;
    }

    #comp-ljus89lp {
        width: 179px;
        height: 138px;
    }

    #comp-ljurytwe:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-ljurytwe {
        width: 139px;
        height: auto;
    }

    #comp-lhbmu4uk {
        width: 121px;
        height: auto;
    }

    #comp-ljusfd3a:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-ljusfd3a {
        width: 301px;
    }

    #comp-ljusfd4m:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-ljusfd4m {
        width: 133px;
        height: auto;
    }

    #comp-ljusfd4o {
        width: 179px;
        height: 138px;
    }

    #comp-ljusfd4h:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-ljusfd4h {
        width: 133px;
        height: auto;
    }

    #comp-lhbmmu9q {
        width: 121px;
        height: auto;
    }

    #comp-ljus9zo9:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-ljus9zo9 {
        width: 301px;
    }

    #comp-ljus9zpp:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-ljus9zpp {
        width: 133px;
        height: auto;
    }

    #comp-ljus9zpr {
        width: 179px;
        height: 138px;
    }

    #comp-ljus9zpi:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-ljus9zpi {
        width: 133px;
        height: auto;
    }

    #comp-lhbmu4x4 {
        width: 121px;
        height: auto;
    }

    #comp-ljusj7f3:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-ljusj7f3 {
        width: 301px;
    }

    #comp-ljusj7ge:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-ljusj7ge {
        width: 133px;
        height: auto;
    }

    #comp-ljusj7gg1 {
        width: 179px;
        height: 138px;
    }

    #comp-ljusj7g9:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-ljusj7g9 {
        width: 133px;
        height: auto;
    }

    #comp-lhbmtfrl {
        width: 121px;
        height: auto;
    }

    #comp-ljuscegp:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-ljuscegp {
        width: 301px;
    }

    #comp-ljuscei7:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-ljuscei7 {
        width: 133px;
        height: auto;
    }

    #comp-ljusceia {
        width: 179px;
        height: 138px;
    }

    #comp-ljuscei3:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-ljuscei3 {
        width: 133px;
        height: auto;
    }

    #comp-lhbmu4zh {
        width: 121px;
        height: auto;
    }

    #comp-ljusl8ja:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-ljusl8ja {
        width: 301px;
    }

    #comp-ljusl8kq:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-ljusl8kq {
        width: 133px;
        height: auto;
    }

    #comp-ljusl8ks {
        width: 179px;
        height: 138px;
    }

    #comp-ljusl8km:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-ljusl8km {
        width: 133px;
        height: auto;
    }

    #comp-lj0vxbkh:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-lj0vxbkh {
        width: 292px;
        height: auto;
    }

    #comp-lhbkgxwd3:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-lhbkgxwd3 {
        width: 260px;
        height: 42px;
    }

    /* END STYLABLE DIRECTIVE RULES */
    #comp-lhbkgxwd3 .style-lixfgzrh__root {
        -st-extends: StylableButton;
        transition: all 0.2s ease, visibility 0s;
        background: rgba(0, 0, 0, 0);
        border-radius: 15px;
        border: 1.5px solid #BC9312
    }

    /* START STYLABLE DIRECTIVE RULES */
    #comp-lhbkgxwd3 .style-lixfgzrh__root:hover {
        border: 0px solid #33343F;
        border-bottom: 0px solid #33343F;
        background: #BC9312
    }

    #comp-lhbkgxwd3 .style-lixfgzrh__root:hover .StylableButton2545352419__label {
        color: #FFFFFF;
        text-decoration-line: none;
        letter-spacing: -0.05em
    }

    #comp-lhbkgxwd3 .style-lixfgzrh__root:disabled {
        background: rgba(226, 226, 226, 0)
    }

    #comp-lhbkgxwd3 .style-lixfgzrh__root:disabled .StylableButton2545352419__label {
        color: #8F8F8F
    }

    #comp-lhbkgxwd3 .style-lixfgzrh__root:disabled .StylableButton2545352419__icon {
        fill: #8F8F8F
    }

    #comp-lhbkgxwd3 .style-lixfgzrh__root .StylableButton2545352419__container {
        transition: inherit
    }

    #comp-lhbkgxwd3 .style-lixfgzrh__root .StylableButton2545352419__label {
        transition: inherit;
        font-style: normal;
        letter-spacing: 0em;
        font-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
        font-weight: 700;
        color: #BC9312;
        font-size: 20px
    }

    #comp-lhbkgxwd3 .style-lixfgzrh__root .StylableButton2545352419__icon {
        transition: inherit;
        width: 10px;
        height: 10px;
        fill: #FFFFFF;
        display: none
    }

    #comp-lhbkgxwd3 .style-lixfgzrh__root:hover .StylableButton2545352419__icon {
        fill: #33343F
    }

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

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

    #comp-lh94pynr {
        width: 980px;
    }

    #comp-lh96js2k {
        width: 126px;
        height: 72px;
    }

    #comp-liyu5h9p:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-liyu5h9p {
        width: 292px;
        height: auto;
    }

    #comp-lji2vev1:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-lji2vev1 {
        width: 434px;
    }

    #comp-ljh1lcxu {
        width: 439px;
        height: 296px;
    }

    #comp-liytv1l1:not([data-screen-in-hide="done"]) {
        opacity: 0;
    }

    #comp-liytv1l1 {
        width: 798px;
        height: 413px;
    }

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

    #comp-lhbnmk7a {
        width: 883px;
        height: auto;
    }

    #comp-lhbnmk7b2 {
        width: 639px;
        height: auto;
    }

    #comp-lhbnmk7c1 {
        width: 142px;
    }

    #comp-lhbnmk7e2 {
        width: 142px;
        height: 42px;
    }

    /* END STYLABLE DIRECTIVE RULES */
    #comp-lhbnmk7e2 .style-liyun566__root {
        -st-extends: StylableButton;
        transition: all 0.2s ease, visibility 0s;
        background: repeat padding-box border-box 0% / auto scroll linear-gradient(#BC9312, #BC9312), #33343F;
        border: 1px solid rgba(255, 255, 255, 0.01);
        border-radius: 90px
    }

    /* START STYLABLE DIRECTIVE RULES */
    #comp-lhbnmk7e2 .style-liyun566__root:hover {
        border: 0px solid #33343F;
        background: #FFFFFF
    }

    #comp-lhbnmk7e2 .style-liyun566__root:hover .StylableButton2545352419__label {
        color: #33343F
    }

    #comp-lhbnmk7e2 .style-liyun566__root:disabled {
        background: #E2E2E2
    }

    #comp-lhbnmk7e2 .style-liyun566__root:disabled .StylableButton2545352419__label {
        color: #8F8F8F
    }

    #comp-lhbnmk7e2 .style-liyun566__root:disabled .StylableButton2545352419__icon {
        fill: #8F8F8F
    }

    #comp-lhbnmk7e2 .style-liyun566__root .StylableButton2545352419__container {
        transition: inherit
    }

    #comp-lhbnmk7e2 .style-liyun566__root .StylableButton2545352419__label {
        transition: inherit;
        letter-spacing: 0em;
        margin: 0px 4px 0px 0px;
        display: inherited;
        text-shadow: none;
        font-family: avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
        font-style: normal;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF
    }

    #comp-lhbnmk7e2 .style-liyun566__root .StylableButton2545352419__icon {
        transition: inherit;
        fill: #FFFFFF;
        width: 10px;
        height: 10px;
        margin: 0px 0px 0px 4px;
        display: none
    }

    #comp-lhbnmk7e2 .style-liyun566__root:hover .StylableButton2545352419__icon {
        fill: #000000
    }

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

    #comp-lhbnxja9 {
        width: 1482px;
        height: auto;
    }

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

    #comp-lhbnxjag1 {
        width: 1397px;
        height: 715px;
    }

    #comp-lhbnxjag9 {
        width: 394px;
        height: 552px;
    }

    #comp-lhbnxjah1 {
        width: 558px;
    }

    #comp-lhbnxjah5 {
        width: 485px;
        height: auto;
    }

    #comp-lhbnxjah10 {
        width: 38px;
        height: 5px;
    }

    #comp-lhbnxjai2 {
        width: 471px;
        height: auto;
    }

    #comp-lhbnxjac4 {
        width: 1227px;
        height: 728px;
    }

    #comp-lhbnxjad7 {
        width: 394px;
        height: 552px;
    }

    #comp-lhbnxjae4 {
        width: 558px;
    }

    #comp-lhbnxjae8 {
        width: 485px;
        height: auto;
    }

    #comp-lhbnxjaf4 {
        width: 38px;
        height: 5px;
    }

    #comp-lhbnxjaf9 {
        width: 485px;
        height: auto;
    }

    #comp-lhbnxjai7 {
        width: 1227px;
        height: 728px;
    }

    #comp-lhbnxjaj {
        width: 394px;
        height: 552px;
    }

    #comp-lhbnxjaj5 {
        width: 558px;
    }

    #comp-lhbnxjaj9 {
        width: 460px;
        height: auto;
    }

    #comp-lhbnxjak1 {
        width: 38px;
        height: 5px;
    }

    #comp-lhbnxjak6 {
        width: 485px;
        height: auto;
    }

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

    #comp-lhblp7m5 {
        width: 1530px;
        height: auto;
    }

    #comp-lhblp7ma12 {
        width: 481px;
        height: auto;
    }

    #comp-lhblp7m6 {
        width: 1216px;
        height: 266px;
    }

    #comp-lhblp7ma5 {
        width: 1216px;
        height: 266px;
    }

    #comp-lhblp7m9 {
        width: 608px;
        height: 133px;
    }

    #comp-lhblp7mb9 {
        width: 608px;
        height: 133px;
    }

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

    #comp-lhblp7mf2 {
        width: 196px;
    }

    #comp-lhblp7mf8 {
        width: 150px;
        height: 150px;
    }

    #comp-lhblp7mg4 {
        width: 196px;
    }

    #comp-lhblp7mh5 {
        width: 150px;
        height: 150px;
    }

    #comp-lhblp7mh11 {
        width: 196px;
    }

    #comp-lhblp7mi4 {
        width: 150px;
        height: 150px;
    }

    #comp-lhblp7mi9 {
        width: 196px;
    }

    #comp-lhblp7mj4 {
        width: 150px;
        height: 150px;
    }

    #comp-lhblp7mj9 {
        width: 196px;
    }

    #comp-lhblp7mk2 {
        width: 150px;
        height: 150px;
    }

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

    #comp-lj1309lv {
        width: 1736px;
        height: auto;
    }

    #comp-lj1309lo {
        width: 1736px;
        height: auto;
    }

    #comp-lj13940e {
        width: 100%;
        left: 0;
        margin-left: 0;
        min-width: initial;
        height: 3px;
    }

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

    #comp-lh926nij {
        width: 980px;
        height: 602px;
    }

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

    #comp-lh926n626 {
        width: 593px;
    }

    #comp-lh926n633 {
        width: 593px;
    }

    #comp-lh926n642 {
        width: 510px;
        height: auto;
    }

    #comp-lh926n66 {
        width: 444px;
        height: 56px;
    }

    #comp-lh926n674 {
        width: 73px;
        height: 56px;
    }

    #comp-lh926n685 {
        width: 309px;
        height: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    [data-mesh-id=comp-lh94pymqinlineContent-gridContainer] > [id="comp-lji0hl0h"] {
        position: absolute;
        top: 90px;
        left: 1350px;
        margin-left: calc((100% - 980px) * 0.5)
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    [data-mesh-id=comp-ljurytvbinlineContent-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-ljurytvbinlineContent-gridContainer] > [id="comp-ljurytwh"] {
        position: relative;
        margin: 72px 0px 11px 0;
        left: 157px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start
    }

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

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

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

    [data-mesh-id=comp-ljusfd3ainlineContent-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-ljusfd3ainlineContent-gridContainer] > [id="comp-ljusfd4m"] {
        position: relative;
        margin: 72px 0px 14px 0;
        left: 157px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start
    }

    [data-mesh-id=comp-ljusfd3ainlineContent-gridContainer] > [id="comp-ljusfd4o"] {
        position: relative;
        margin: 23px 0px 47px 0;
        left: -18px;
        grid-area: 1 / 1 / 4 / 2;
        justify-self: start;
        align-self: start
    }

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

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

    [data-mesh-id=comp-ljus9zo9inlineContent-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-ljus9zo9inlineContent-gridContainer] > [id="comp-ljus9zpp"] {
        position: relative;
        margin: 71px 0px 44px 0;
        left: 153px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start
    }

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

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

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

    [data-mesh-id=comp-ljusj7f3inlineContent-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-ljusj7f3inlineContent-gridContainer] > [id="comp-ljusj7ge"] {
        position: relative;
        margin: 72px 0px 14px 0;
        left: 157px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start
    }

    [data-mesh-id=comp-ljusj7f3inlineContent-gridContainer] > [id="comp-ljusj7gg1"] {
        position: relative;
        margin: 23px 0px 54px 0;
        left: -18px;
        grid-area: 1 / 1 / 4 / 2;
        justify-self: start;
        align-self: start
    }

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

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

    [data-mesh-id=comp-ljuscegpinlineContent-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-ljuscegpinlineContent-gridContainer] > [id="comp-ljuscei7"] {
        position: relative;
        margin: 72px 0px 11px 0;
        left: 157px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start
    }

    [data-mesh-id=comp-ljuscegpinlineContent-gridContainer] > [id="comp-ljusceia"] {
        position: relative;
        margin: 23px 0px 40px 0;
        left: -18px;
        grid-area: 1 / 1 / 4 / 2;
        justify-self: start;
        align-self: start
    }

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

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

    [data-mesh-id=comp-ljusl8jainlineContent-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-ljusl8jainlineContent-gridContainer] > [id="comp-ljusl8kq"] {
        position: relative;
        margin: 72px 0px 14px 0;
        left: 157px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start
    }

    [data-mesh-id=comp-ljusl8jainlineContent-gridContainer] > [id="comp-ljusl8ks"] {
        position: relative;
        margin: 23px 0px 47px 0;
        left: -18px;
        grid-area: 1 / 1 / 4 / 2;
        justify-self: start;
        align-self: start
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    [data-mesh-id=comp-lhbkgxwb1inlineContent-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-lh98egv9-rotated-wrapper"] > [id="comp-lh98egv9"] {
        position: relative;
        left: 461px;
        top: 0px
    }

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

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

    [data-mesh-id=comp-lh98egv9-rotated-wrapper] {
        position: /static;
        height: 42px;
        width: 0;
        margin: 0px 0px 33px calc((100% - 980px) * 0.5);
        grid-area: 3 / 1 / 4 / 2;
        justify-self: start;
        align-self: start
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    [data-mesh-id=comp-lhblp7ma5inlineContent] {
        height: auto;
        width: 100%;
        position: /static;
        min-height: 266px
    }

    [data-mesh-id=comp-lhblp7m9inlineContent] {
        height: auto;
        width: 100%;
        position: /static;
        min-height: 133px
    }

    [data-mesh-id=comp-lhblp7mb9inlineContent] {
        height: auto;
        width: 100%;
        position: /static;
        min-height: 133px
    }

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

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

    [data-mesh-id=comp-lhblp7mf2inlineContent-gridContainer] > [id="comp-lhblp7mf8"] {
        position: relative;
        margin: 15px 0px 10px calc((100% - 196px) * 0.5);
        left: 23px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start
    }

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

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

    [data-mesh-id=comp-lhblp7mg4inlineContent-gridContainer] > [id="comp-lhblp7mh5"] {
        position: relative;
        margin: 15px 0px 10px calc((100% - 196px) * 0.5);
        left: 24px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start
    }

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

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

    [data-mesh-id=comp-lhblp7mh11inlineContent-gridContainer] > [id="comp-lhblp7mi4"] {
        position: relative;
        margin: 15px 0px 10px calc((100% - 196px) * 0.5);
        left: 23px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start
    }

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

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

    [data-mesh-id=comp-lhblp7mi9inlineContent-gridContainer] > [id="comp-lhblp7mj4"] {
        position: relative;
        margin: 15px 0px 10px calc((100% - 196px) * 0.5);
        left: 23px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start
    }

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

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

    [data-mesh-id=comp-lhblp7mj9inlineContent-gridContainer] > [id="comp-lhblp7mk2"] {
        position: relative;
        margin: 15px 0px 10px calc((100% - 196px) * 0.5);
        left: 23px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start
    }

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

    [data-mesh-id=comp-lh926n633inlineContent-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-lh926n633inlineContent-gridContainer] > [id="comp-lh926n642"] {
        position: relative;
        margin: 20px 0px 20px 0;
        left: 40px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start
    }

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

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

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

    [data-mesh-id=comp-lji2vev1inlineContent] {
        height: auto;
        width: 434px;
        display: flex
    }

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

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

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

    [data-mesh-id=comp-lhbnxjah1inlineContent-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-lhbnxjah1inlineContent-gridContainer] > [id="comp-lhbnxjah5"] {
        position: relative;
        margin: 50px 0px 32px 0;
        left: 42px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start
    }

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

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

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

    [data-mesh-id=comp-lhbnxjae4inlineContent-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-lhbnxjae4inlineContent-gridContainer] > [id="comp-lhbnxjae8"] {
        position: relative;
        margin: 50px 0px 32px 0;
        left: 42px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start
    }

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

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

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

    [data-mesh-id=comp-lhbnxjaj5inlineContent-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-lhbnxjaj5inlineContent-gridContainer] > [id="comp-lhbnxjaj9"] {
        position: relative;
        margin: 50px 0px 32px 0;
        left: 42px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start
    }

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

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

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

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

    [data-mesh-id=comp-lh926cht4inlineContent-gridContainer] > [id="comp-lhhfycc2"] {
        position: relative;
        margin: 157px 0px 10px calc((100% - 490px) * 0.5);
        left: -87px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start
    }

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

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

    [data-mesh-id=comp-lh926cht5inlineContent-gridContainer] > [id="comp-lhhgsaol"] {
        position: relative;
        margin: 59px 0px 10px calc((100% - 490px) * 0.5);
        left: -12px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start
    }

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

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

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

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

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

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

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

    [data-mesh-id=ContainertuvaeinlineContent-gridContainer] {
        position: /static;
        display: grid;
        height: auto;
        width: 100%;
        min-height: 40px;
        grid-template-rows: repeat(10, min-content) 1fr;
        grid-template-columns: 100%;
        padding-bottom: 0px;
        box-sizing: border-box
    }

    [data-mesh-id=ContainertuvaeinlineContent-gridContainer] > [id="comp-lh926ggm"] {
        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=ContainertuvaeinlineContent-gridContainer] > [id="comp-lh926gkm"] {
        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=ContainertuvaeinlineContent-gridContainer] > [id="comp-lhbkgxvh"] {
        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=ContainertuvaeinlineContent-gridContainer] > [id="comp-lhbm0t2b"] {
        position: relative;
        margin: 0px 0px 0 calc((100% - 980px) * 0.5);
        left: 0px;
        grid-area: 4 / 1 / 5 / 2;
        justify-self: start;
        align-self: start
    }

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

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

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

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

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

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

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

    #comp-lhbmavut {
        --/static-spx: 1px;
        height: auto
    }

    #comp-lhbmu4uk {
        --/static-spx: 1px;
        height: auto
    }

    #comp-lhbmmu9q {
        --/static-spx: 1px;
        height: auto
    }

    #comp-lhbmu4x4 {
        --/static-spx: 1px;
        height: auto
    }

    #comp-lhbmtfrl {
        --/static-spx: 1px;
        height: auto
    }

    #comp-lhbmu4zh {
        --/static-spx: 1px;
        height: auto
    }

    #comp-lj0vxbkh {
        --/static-spx: 1px;
        --min-height: 50px;
        height: auto
    }

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

    #comp-lhbnmk7a {
        --/static-spx: 1px;
        height: auto
    }

    #comp-lhbnmk7b2 {
        --/static-spx: 1px;
        height: auto
    }

    #comp-lhbnxja9 {
        --/static-spx: 1px;
        height: auto
    }

    #comp-lhblp7m5 {
        --/static-spx: 1px;
        height: auto
    }

    #comp-lhblp7ma12 {
        --/static-spx: 1px;
        --min-height: 50px;
        height: auto
    }

    #comp-lj1309lv {
        --/static-spx: 1px;
        height: auto
    }

    #comp-lj1309lo {
        --/static-spx: 1px;
        --min-height: 66px;
        height: auto
    }

    #comp-lj13940e {
        --lnw: 3px;
        --brd: var(--color_33);
        --alpha-brd: 1;
        --/static-spx: 1px
    }

    #comp-ljurytwh {
        --/static-spx: 1px;
        height: auto
    }

    #comp-ljus89lp {
        --contentPaddingLeft: 0px;
        --contentPaddingRight: 0px;
        --contentPaddingTop: 0px;
        --contentPaddingBottom: 0px;
        --/static-spx: 1px;
        --height: 138px;
        --width: 179px
    }

    #comp-ljurytwe {
        --/static-spx: 1px;
        --min-height: 20px;
        height: auto
    }

    #comp-ljusfd4m {
        --/static-spx: 1px;
        height: auto
    }

    #comp-ljusfd4o {
        --contentPaddingLeft: 0px;
        --contentPaddingRight: 0px;
        --contentPaddingTop: 0px;
        --contentPaddingBottom: 0px;
        --/static-spx: 1px;
        --height: 138px;
        --width: 179px
    }

    #comp-ljusfd4h {
        --/static-spx: 1px;
        --min-height: 20px;
        height: auto
    }

    #comp-ljus9zpp {
        --/static-spx: 1px;
        height: auto
    }

    #comp-ljus9zpr {
        --contentPaddingLeft: 0px;
        --contentPaddingRight: 0px;
        --contentPaddingTop: 0px;
        --contentPaddingBottom: 0px;
        --/static-spx: 1px;
        --height: 138px;
        --width: 179px
    }

    #comp-ljus9zpi {
        --/static-spx: 1px;
        --min-height: 20px;
        height: auto
    }

    #comp-ljusj7ge {
        --/static-spx: 1px;
        height: auto
    }

    #comp-ljusj7gg1 {
        --contentPaddingLeft: 0px;
        --contentPaddingRight: 0px;
        --contentPaddingTop: 0px;
        --contentPaddingBottom: 0px;
        --/static-spx: 1px;
        --height: 138px;
        --width: 179px
    }

    #comp-ljusj7g9 {
        --/static-spx: 1px;
        --min-height: 20px;
        height: auto
    }

    #comp-ljuscei7 {
        --/static-spx: 1px;
        height: auto
    }

    #comp-ljusceia {
        --contentPaddingLeft: 0px;
        --contentPaddingRight: 0px;
        --contentPaddingTop: 0px;
        --contentPaddingBottom: 0px;
        --/static-spx: 1px;
        --height: 138px;
        --width: 179px
    }

    #comp-ljuscei3 {
        --/static-spx: 1px;
        --min-height: 20px;
        height: auto
    }

    #comp-ljusl8kq {
        --/static-spx: 1px;
        height: auto
    }

    #comp-ljusl8ks {
        --contentPaddingLeft: 0px;
        --contentPaddingRight: 0px;
        --contentPaddingTop: 0px;
        --contentPaddingBottom: 0px;
        --/static-spx: 1px;
        --height: 138px;
        --width: 179px
    }

    #comp-ljusl8km {
        --/static-spx: 1px;
        --min-height: 20px;
        height: auto
    }

    #comp-lj4d6m5a {
        --contentPaddingLeft: 0px;
        --contentPaddingRight: 0px;
        --contentPaddingTop: 0px;
        --contentPaddingBottom: 0px;
        --/static-spx: 1px;
        --height: 127px;
        --width: 458px;
        --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
        --mask-position: 0% 0%;
        --mask-size: 100% 100%;
        --mask-repeat: no-repeat
    }

    #comp-lh937vew {
        --contentPaddingLeft: 0px;
        --contentPaddingRight: 0px;
        --contentPaddingTop: 0px;
        --contentPaddingBottom: 0px;
        --/static-spx: 1px;
        --height: 46px;
        --width: 458px;
        --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
        --mask-position: 0% 0%;
        --mask-size: 100% 100%;
        --mask-repeat: no-repeat
    }

    #comp-lh93xojl {
        --/static-spx: 1px;
        --min-height: 223px;
        height: auto
    }

    #comp-lhbkgxw77 {
        --/static-spx: 1px;
        --min-height: 34px;
        height: auto
    }

    #comp-lhbkgxwc {
        --/static-spx: 1px;
        --min-height: 200px;
        height: auto
    }

    #comp-lh98egv9 {
        --/static-spx: 1px;
        --opacity: 1
    }

    #comp-lh96js2k {
        --contentPaddingLeft: 0px;
        --contentPaddingRight: 0px;
        --contentPaddingTop: 0px;
        --contentPaddingBottom: 0px;
        --/static-spx: 1px;
        --height: 72px;
        --width: 126px;
        --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
        --mask-position: 0% 0%;
        --mask-size: 100% 100%;
        --mask-repeat: no-repeat
    }

    #comp-liyu5h9p {
        --/static-spx: 1px;
        --min-height: 50px;
        height: auto
    }

    #comp-liytv1l1 {
        --rd: 15px 15px 15px 15px;
        --shd: 3.21px 3.83px 9px 3px rgba(0,0,0,0.15);
        --brd: var(--color_11);
        --brw: 2px;
        --sizeRd: 15px 15px 15px 15px;
        --sizeBrw: 2px;
        --contentPaddingLeft: 2px;
        --contentPaddingRight: 2px;
        --contentPaddingBottom: 2px;
        --contentPaddingTop: 2px;
        --alpha-brd: 1;
        --/static-spx: 1px;
        --height: 413px;
        --width: 798px
    }

    #comp-lhbnxjag9 {
        --contentPaddingLeft: 0px;
        --contentPaddingRight: 0px;
        --contentPaddingTop: 0px;
        --contentPaddingBottom: 0px;
        --/static-spx: 1px;
        --height: 552px;
        --width: 394px;
        --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='42.5 28.283 115 144' viewBox='42.5 28.283 115 144' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M100 28.283c-31.756 0-57.5 23.983-57.5 53.568v90.432h115V81.851c0-29.585-25.744-53.568-57.5-53.568z'/%3E%3C/g%3E%3C/svg%3E%0A");
        --mask-position: 0% 0%;
        --mask-size: 100% 100%;
        --mask-repeat: no-repeat
    }

    #comp-lhbnxjad7 {
        --contentPaddingLeft: 0px;
        --contentPaddingRight: 0px;
        --contentPaddingTop: 0px;
        --contentPaddingBottom: 0px;
        --/static-spx: 1px;
        --height: 552px;
        --width: 394px;
        --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='42.5 28.283 115 144' viewBox='42.5 28.283 115 144' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M100 28.283c-31.756 0-57.5 23.983-57.5 53.568v90.432h115V81.851c0-29.585-25.744-53.568-57.5-53.568z'/%3E%3C/g%3E%3C/svg%3E%0A");
        --mask-position: 0% 0%;
        --mask-size: 100% 100%;
        --mask-repeat: no-repeat
    }

    #comp-lhbnxjaj {
        --contentPaddingLeft: 0px;
        --contentPaddingRight: 0px;
        --contentPaddingTop: 0px;
        --contentPaddingBottom: 0px;
        --/static-spx: 1px;
        --height: 552px;
        --width: 394px;
        --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='42.5 28.283 115 144' viewBox='42.5 28.283 115 144' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M100 28.283c-31.756 0-57.5 23.983-57.5 53.568v90.432h115V81.851c0-29.585-25.744-53.568-57.5-53.568z'/%3E%3C/g%3E%3C/svg%3E%0A");
        --mask-position: 0% 0%;
        --mask-size: 100% 100%;
        --mask-repeat: no-repeat
    }

    #comp-lhblp7mf8 {
        --contentPaddingLeft: 0px;
        --contentPaddingRight: 0px;
        --contentPaddingTop: 0px;
        --contentPaddingBottom: 0px;
        --/static-spx: 1px;
        --height: 150px;
        --width: 150px;
        --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 100c0 44.183-35.817 80-80 80s-80-35.817-80-80 35.817-80 80-80 80 35.817 80 80z'/%3E%3C/g%3E%3C/svg%3E%0A");
        --mask-position: 0% 0%;
        --mask-size: 100% 100%;
        --mask-repeat: no-repeat
    }

    #comp-lhblp7mh5 {
        --contentPaddingLeft: 0px;
        --contentPaddingRight: 0px;
        --contentPaddingTop: 0px;
        --contentPaddingBottom: 0px;
        --/static-spx: 1px;
        --height: 150px;
        --width: 150px;
        --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 100c0 44.183-35.817 80-80 80s-80-35.817-80-80 35.817-80 80-80 80 35.817 80 80z'/%3E%3C/g%3E%3C/svg%3E%0A");
        --mask-position: 0% 0%;
        --mask-size: 100% 100%;
        --mask-repeat: no-repeat
    }

    #comp-lhblp7mi4 {
        --contentPaddingLeft: 0px;
        --contentPaddingRight: 0px;
        --contentPaddingTop: 0px;
        --contentPaddingBottom: 0px;
        --/static-spx: 1px;
        --height: 150px;
        --width: 150px;
        --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 100c0 44.183-35.817 80-80 80s-80-35.817-80-80 35.817-80 80-80 80 35.817 80 80z'/%3E%3C/g%3E%3C/svg%3E%0A");
        --mask-position: 0% 0%;
        --mask-size: 100% 100%;
        --mask-repeat: no-repeat
    }

    #comp-lhblp7mj4 {
        --contentPaddingLeft: 0px;
        --contentPaddingRight: 0px;
        --contentPaddingTop: 0px;
        --contentPaddingBottom: 0px;
        --/static-spx: 1px;
        --height: 150px;
        --width: 150px;
        --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 100c0 44.183-35.817 80-80 80s-80-35.817-80-80 35.817-80 80-80 80 35.817 80 80z'/%3E%3C/g%3E%3C/svg%3E%0A");
        --mask-position: 0% 0%;
        --mask-size: 100% 100%;
        --mask-repeat: no-repeat
    }

    #comp-lhblp7mk2 {
        --contentPaddingLeft: 0px;
        --contentPaddingRight: 0px;
        --contentPaddingTop: 0px;
        --contentPaddingBottom: 0px;
        --/static-spx: 1px;
        --height: 150px;
        --width: 150px;
        --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 100c0 44.183-35.817 80-80 80s-80-35.817-80-80 35.817-80 80-80 80 35.817 80 80z'/%3E%3C/g%3E%3C/svg%3E%0A");
        --mask-position: 0% 0%;
        --mask-size: 100% 100%;
        --mask-repeat: no-repeat
    }

    #comp-lh926n642 {
        --/static-spx: 1px;
        height: auto
    }

    #comp-lh926n66 {
        --shd: none;
        --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
        --rd: 0px;
        --fnt: italic normal normal 14px/1.4em georgia,palatino,'book antiqua','palatino linotype',serif;
        --brw: 2px;
        --bg: var(--color_11);
        --txt: 0,0,0;
        --alpha-txt: 1;
        --brd: var(--color_33);
        --txt2: 55,59,77;
        --alpha-txt2: 1;
        --brwh: 2px;
        --bgh: var(--color_11);
        --brdh: 55,59,77;
        --brwf: 2px;
        --bgf: var(--color_11);
        --brdf: var(--color_15);
        --brwe: 2px;
        --bge: 255,64,64;
        --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: italic normal normal 14px/1.4em georgia,palatino,'book antiqua','palatino linotype',serif;
        --txtlbl: 55,59,77;
        --errorTextFont: var(--font_8);
        --errorTextColor: 255,64,64;
        --alpha-errorTextColor: 1;
        --alpha-bg: 1;
        --alpha-bgd: 1;
        --alpha-bge: 0.45;
        --alpha-bgf: 1;
        --alpha-bgh: 1;
        --alpha-brd: 1;
        --alpha-txtlbl: 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);
        --txtlblrq: 55,59,77;
        --alpha-txt-placeholder: 1;
        --/static-spx: 1px;
        --dir: ltr;
        --textAlign: left;
        --textPadding: 3px 3px 3px 24px;
        --labelPadding: 0px 20px 0px 1px;
        --requiredIndicationDisplay: inline;
        --labelMarginBottom: 15px;
        height: auto;
        --alpha-txtlblrq: 1;
        --inputHeight: 56px
    }

    #comp-lh926n674 {
        --rd: 0px;
        --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
        --shd: none;
        --fnt: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
        --trans2: color 0.4s ease 0s;
        --txt: var(--color_11);
        --brw: 1px;
        --bg: var(--color_33);
        --brd: var(--color_33);
        --bgh: var(--color_11);
        --brdh: var(--color_15);
        --txth: var(--color_15);
        --bgd: 204,204,204;
        --alpha-bgd: 1;
        --brdd: 204,204,204;
        --alpha-brdd: 1;
        --txtd: 255,255,255;
        --alpha-txtd: 1;
        --boxShadowToggleOn-shd: none;
        --alpha-txt: 1;
        --alpha-brdh: 1;
        --alpha-brd: 1;
        --alpha-txth: 1;
        --alpha-bg: 1;
        --alpha-bgh: 0;
        --/static-spx: 1px;
        --shc-mutated-brightness: 94,74,9;
        --label-align: center;
        --label-text-align: center
    }

    #comp-lh926n685 {
        --/static-spx: 1px;
        height: auto
    }

    #comp-ljh1lcxu {
        --shd: 0.00px 3.00px 20px 3px rgba(0,0,0,0.06);
        --linkHoverColor: var(--color_7);
        --rd: 2px 2px 2px 2px;
        --containerBrw: 2px;
        --containerBrd: 0,0,0;
        --containerBg: 255,255,255;
        --headerDivider_w: 1px;
        --headerBg: var(--color_11);
        --headerText: 0,0,0;
        --alpha-headerText: 1;
        --headerFont: normal normal 700 11px/1.2em helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
        --columnDivider_w: 2px;
        --columnDivider: 0,0,0;
        --headerDivider: 241,207,58;
        --row2Bg: 245,235,192;
        --rowBg: 255,255,255;
        --rowText: 0,0,0;
        --alpha-rowText: 1;
        --rowFont: normal normal normal 14px/1.2em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
        --rowDivider_w: 0px;
        --rowDivider: 255,255,255;
        --alpha-linkHoverColor: 1;
        --selection: 0,0,0;
        --paginationColor: 0,0,0;
        --alpha-paginationColor: 1;
        --cellPadding: 0px;
        --rowOrCellHoverBg: 0,0,0;
        --alpha-rowDivider: 0;
        --alpha-selection: 0.1;
        --alpha-row2Bg: 0.97;
        --alpha-headerBg: 1;
        --alpha-containerBg: 1;
        --alpha-headerDivider: 1;
        --linkColor: var(--color_6);
        --alpha-columnDivider: 0;
        --alpha-containerBrd: 0;
        --alpha-rowOrCellHoverBg: 0.05;
        --alpha-rowBg: 0;
        --/static-spx: 1px;
        --headerHeight: 38px;
        --rowHeight: 26px;
        --horizontalTextAlignment: center;
        --horizontalContentAlignment: center;
        --alpha-linkColor: 1;
        --paginationAlignment: flex-end
    }

    #comp-lhbnxjah5 {
        --/static-spx: 1px;
        height: auto
    }

    #comp-lhbnxjah10 {
        --lnw: 1px;
        --brd: var(--color_14);
        --alpha-brd: 1;
        --/static-spx: 1px
    }

    #comp-lhbnxjai2 {
        --/static-spx: 1px;
        height: auto
    }

    #comp-lhbnxjae8 {
        --/static-spx: 1px;
        height: auto
    }

    #comp-lhbnxjaf4 {
        --lnw: 1px;
        --brd: var(--color_14);
        --alpha-brd: 1;
        --/static-spx: 1px
    }

    #comp-lhbnxjaf9 {
        --/static-spx: 1px;
        height: auto
    }

    #comp-lhbnxjaj9 {
        --/static-spx: 1px;
        height: auto
    }

    #comp-lhbnxjak1 {
        --lnw: 1px;
        --brd: var(--color_14);
        --alpha-brd: 1;
        --/static-spx: 1px
    }

    #comp-lhbnxjak6 {
        --/static-spx: 1px;
        height: auto
    }

    #comp-lhhfycc2 {
        --contentPaddingLeft: 0px;
        --contentPaddingRight: 0px;
        --contentPaddingTop: 0px;
        --contentPaddingBottom: 0px;
        --/static-spx: 1px;
        --height: 432px;
        --width: 768px
    }

    #comp-lh94db34 {
        --/static-spx: 1px;
        --min-height: 66px;
        height: auto
    }

    #comp-lh926cht8 {
        --/static-spx: 1px;
        --min-height: 52px;
        height: auto
    }

    #comp-lh926cht8 * {
        text-align: center !important
    }

    #comp-lh92w8zr {
        --/static-spx: 1px;
        height: auto
    }

    #tuvae {
        --param_boolean_previewHover: false;
        --/static-spx: 1px;
        width: auto;
        min-height: 40px
    }

    #comp-lh926ggm {
        --/static-spx: 1px;
        --bg-overlay-color: transparent;
        --bg-gradient: none;
        min-width: 980px
    }

    #comp-lh926gkm {
        --/static-spx: 1px;
        --bg-overlay-color: transparent;
        --bg-gradient: none;
        min-width: 980px
    }

    #comp-lhbkgxvh {
        --/static-spx: 1px;
        --bg-overlay-color: rgb(var(--color_15));
        --bg-gradient: none;
        min-width: 980px
    }

    #comp-lhbm0t2b {
        --/static-spx: 1px;
        --bg-overlay-color: rgb(var(--color_11));
        --bg-gradient: none;
        min-width: 980px
    }

    #comp-lh94pymq {
        --/static-spx: 1px;
        --fill-layer-image-opacity: 1;
        --bg-overlay-color: rgb(var(--color_11));
        --bg-gradient: none;
        min-width: 980px
    }

    #comp-lhbnmk6k {
        --/static-spx: 1px;
        --fill-layer-image-opacity: 1;
        --bg-overlay-color: rgb(var(--color_11));
        --bg-gradient: none;
        min-width: 980px
    }

    #comp-lhbnxj8t {
        --/static-spx: 1px;
        --bg-overlay-color: rgba(var(--color_12), 0.8);
        --bg-gradient: none;
        min-width: 980px
    }

    #comp-lhblp7l5 {
        --/static-spx: 1px;
        --fill-layer-image-opacity: 1;
        --bg-overlay-color: rgba(var(--color_12), 0.8);
        --bg-gradient: none;
        min-width: 980px
    }

    #comp-lj1309k5 {
        --/static-spx: 1px;
        --bg-overlay-color: rgb(var(--color_11));
        --bg-gradient: none;
        min-width: 980px
    }

    #comp-lh926nga {
        --/static-spx: 1px;
        --bg-overlay-color: rgb(var(--color_11));
        --bg-gradient: none;
        min-width: 980px
    }

    #comp-lh926n57 {
        --/static-spx: 1px;
        --bg-overlay-color: rgb(var(--color_11));
        --bg-gradient: none;
        min-width: 980px
    }

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

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

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

    #comp-ljurytvb {
        --brw: 0px;
        --brd: var(--color_27);
        --bg: 255,255,255;
        --rd: 15px 15px 15px 15px;
        --shd: 5.04px 4.86px 12px 4px rgba(0,0,0,0.15);
        --alpha-brd: 1;
        --alpha-bg: 1;
        --/static-spx: 1px;
        --shc-mutated-brightness: 128,128,128
    }

    #comp-ljusfd3a {
        --brw: 0px;
        --brd: var(--color_27);
        --bg: 255,255,255;
        --rd: 15px 15px 15px 15px;
        --shd: 5.04px 4.86px 12px 4px rgba(0,0,0,0.15);
        --alpha-brd: 1;
        --alpha-bg: 1;
        --/static-spx: 1px;
        --shc-mutated-brightness: 128,128,128
    }

    #comp-ljus9zo9 {
        --brw: 0px;
        --brd: var(--color_27);
        --bg: 255,255,255;
        --rd: 15px 15px 15px 15px;
        --shd: 5.04px 4.86px 12px 4px rgba(0,0,0,0.15);
        --alpha-brd: 1;
        --alpha-bg: 1;
        --/static-spx: 1px;
        --shc-mutated-brightness: 128,128,128
    }

    #comp-ljusj7f3 {
        --brw: 0px;
        --brd: var(--color_27);
        --bg: 255,255,255;
        --rd: 15px 15px 15px 15px;
        --shd: 5.04px 4.86px 12px 4px rgba(0,0,0,0.15);
        --alpha-brd: 1;
        --alpha-bg: 1;
        --/static-spx: 1px;
        --shc-mutated-brightness: 128,128,128
    }

    #comp-ljuscegp {
        --brw: 0px;
        --brd: var(--color_27);
        --bg: 255,255,255;
        --rd: 15px 15px 15px 15px;
        --shd: 5.04px 4.86px 12px 4px rgba(0,0,0,0.15);
        --alpha-brd: 1;
        --alpha-bg: 1;
        --/static-spx: 1px;
        --shc-mutated-brightness: 128,128,128
    }

    #comp-ljusl8ja {
        --brw: 0px;
        --brd: var(--color_27);
        --bg: 255,255,255;
        --rd: 15px 15px 15px 15px;
        --shd: 5.04px 4.86px 12px 4px rgba(0,0,0,0.15);
        --alpha-brd: 1;
        --alpha-bg: 1;
        --/static-spx: 1px;
        --shc-mutated-brightness: 128,128,128
    }

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

    #comp-lhbnmk7c1 {
        --/static-spx: 1px
    }

    #comp-lhbnxja95 {
        --shd: 0 0 0 rgba(0, 0, 0, 0.6);
        --dotsColor: var(--color_18);
        --arrowColor: var(--color_18);
        --rd: 0px;
        --brw: 0px;
        --brd: var(--color_11);
        --alpha-brd: 1;
        --alpha-dotsColor: 1;
        --alpha-arrowColor: 1;
        --/static-spx: 1px;
        height: 715px;
        --nav-dot-section-display: block;
        --nav-dot-section-bottom-margin: 50px;
        --nav-dot-margin: 8px;
        --nav-dot-size: 6px;
        --nav-dot-size-selected: 9px;
        --nav-button-width: 53.333333333333336px;
        --nav-button-offset: 25px;
        --nav-button-display: block;
        --slides-overflow: visible;
        --transition-duration: 1000ms
    }

    #comp-lhblp7m6 {
        --shd: 0.00px 0.00px 0px 0px rgba(0, 0, 0, 0.6);
        --dotsColor: var(--color_18);
        --dotsSelectedColor: var(--color_15);
        --arrowColor: var(--color_15);
        --rd: 0px;
        --brw: 0px;
        --brd: var(--color_15);
        --alpha-dotsColor: 0.5;
        --alpha-dotsSelectedColor: 1;
        --alpha-arrowColor: 1;
        --alpha-brd: 1;
        --/static-spx: 1px;
        height: 266px;
        --nav-dot-section-display: block;
        --nav-dot-section-bottom-margin: 36px;
        --nav-dot-margin: 4.5px;
        --nav-dot-size: 6px;
        --nav-dot-size-selected: 6px;
        --nav-button-width: 18px;
        --nav-button-offset: 19px;
        --nav-button-display: none;
        --slides-overflow: hidden;
        --transition-duration: 1500ms
    }

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

    #comp-lh926n626 {
        --/static-spx: 1px
    }

    #comp-lh926chs1 {
        --/static-spx: 1px;
        --fill-layer-image-opacity: 1;
        --fill-layer-video-opacity: 1;
        --bg-overlay-color: rgb(var(--color_27));
        --bg-gradient: none;
        width: 100%;
        --column-width: 980px;
        --column-flex: 980
    }

    #comp-lh926cht2 {
        --/static-spx: 1px;
        --fill-layer-image-opacity: 1;
        --fill-layer-video-opacity: 1;
        --bg-overlay-color: rgb(var(--color_18));
        --bg-gradient: none;
        width: 100%;
        --column-width: 980px;
        --column-flex: 980
    }

    #comp-lhbkgxwb1 {
        --/static-spx: 1px;
        --fill-layer-image-opacity: 1;
        --bg-overlay-color: transparent;
        --bg-gradient: none;
        width: 100%;
        --column-width: 980px;
        --column-flex: 980
    }

    #comp-lh94pynr {
        --/static-spx: 1px;
        --fill-layer-image-opacity: 1;
        --bg-overlay-color: transparent;
        --bg-gradient: none;
        width: 100%;
        --column-width: 980px;
        --column-flex: 980
    }

    #comp-lhblp7mf2 {
        --/static-spx: 1px;
        --bg-overlay-color: transparent;
        --bg-gradient: none;
        width: 100%;
        --column-width: 196px;
        --column-flex: 196
    }

    #comp-lhblp7mg4 {
        --/static-spx: 1px;
        --bg-overlay-color: transparent;
        --bg-gradient: none;
        width: 100%;
        --column-width: 196px;
        --column-flex: 196
    }

    #comp-lhblp7mh11 {
        --/static-spx: 1px;
        --bg-overlay-color: transparent;
        --bg-gradient: none;
        width: 100%;
        --column-width: 196px;
        --column-flex: 196
    }

    #comp-lhblp7mi9 {
        --/static-spx: 1px;
        --bg-overlay-color: transparent;
        --bg-gradient: none;
        width: 100%;
        --column-width: 196px;
        --column-flex: 196
    }

    #comp-lhblp7mj9 {
        --/static-spx: 1px;
        --bg-overlay-color: transparent;
        --bg-gradient: none;
        width: 100%;
        --column-width: 196px;
        --column-flex: 196
    }

    #comp-lh926n633 {
        --rd: 0px;
        --shd: 0 0 0 rgba(0, 0, 0, 0);
        --bg: var(--color_11);
        --alpha-bg: 1;
        --brd: 227,227,227;
        --alpha-brd: 1;
        --brw: 0px;
        --/static-spx: 1px
    }

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

    #comp-lji2vev1 {
        --brw: 0px;
        --brd: var(--color_27);
        --bg: 255,255,255;
        --rd: 30px;
        --shd: 5.04px 4.86px 12px 4px rgba(0,0,0,0.29);
        --alpha-brd: 1;
        --alpha-bg: 1;
        --/static-spx: 1px;
        --shc-mutated-brightness: 128,128,128
    }

    #comp-lhbnxjah1 {
        --brw: 0px;
        --brd: var(--color_15);
        --bg: var(--color_11);
        --rd: 0px;
        --shd: none;
        --alpha-brd: 1;
        --alpha-bg: 1;
        --boxShadowToggleOn-shd: none;
        --/static-spx: 1px;
        --shc-mutated-brightness: 128,128,128
    }

    #comp-lhbnxjae4 {
        --brw: 0px;
        --brd: var(--color_15);
        --bg: var(--color_11);
        --rd: 0px;
        --shd: none;
        --alpha-brd: 1;
        --alpha-bg: 1;
        --boxShadowToggleOn-shd: none;
        --/static-spx: 1px;
        --shc-mutated-brightness: 128,128,128
    }

    #comp-lhbnxjaj5 {
        --brw: 0px;
        --brd: var(--color_15);
        --bg: var(--color_11);
        --rd: 0px;
        --shd: none;
        --alpha-brd: 1;
        --alpha-bg: 1;
        --boxShadowToggleOn-shd: none;
        --/static-spx: 1px;
        --shc-mutated-brightness: 128,128,128
    }

    #comp-lh926cht4 {
        --/static-spx: 1px;
        --bg-overlay-color: transparent;
        --bg-gradient: none;
        width: 100%;
        --column-width: 490px;
        --column-flex: 490
    }

    #comp-lh926cht5 {
        --/static-spx: 1px;
        --bg-overlay-color: transparent;
        --bg-gradient: none;
        width: 100%;
        --column-width: 490px;
        --column-flex: 490
    }

    #comp-lhhgsaol {
        --brw: 0px;
        --brd: var(--color_27);
        --bg: 255,255,255;
        --rd: 30px;
        --shd: 5.04px 4.86px 12px 4px rgba(0,0,0,0.29);
        --alpha-brd: 1;
        --alpha-bg: 1;
        --/static-spx: 1px;
        --shc-mutated-brightness: 128,128,128
    }

    #pageBackground_tuvae {
        --bg-position: absolute;
        --bg-overlay-color: rgb(var(--color_11));
        --bg-gradient: none
    }

    .comp-lh926nij {
        --wix-direction: ltr;
        --wix-color-15: 67,68,89;
        --post-pg-side-by-side-post-list-titleFont-variant: normal;
        --post-post-list-mobile-titleColor: 51,52,63;
        --post-post-list-descriptionColor: 51,52,63;
        --layout-post-list-layoutType: 16;
        --layout-post-list-list-layoutSpacing: 12;
        --layout-post-list-pg-grid-sidesPadding: 24;
        --layout-post-list-list-imageRatio: 3;
        --layout-post-list-pg-grid-contentHeight: 343;
        --layout-post-list-list-margins: 0;
        --layout-post-list-pg-grid-descriptionLineCount: 4;
        --layout-post-list-pg-grid-layoutCardsRowType: 0;
        --post-post-list-descriptionColor-rgb: 51,52,63;
        --category-label-text-textColorHover: 51,52,63,0.7;
        --post-post-list-backgroundColor: 255,255,255;
        --post-post-list-backgroundColor-rgb: 255,255,255;
        --post-post-list-backgroundColor-opacity: 1;
        --post-post-list-linkHashtagColor: 51,52,63;
        --post-post-list-linkHashtagColor-rgb: 51,52,63;
        --post-post-list-descriptionFont-size: 16px;
        --post-post-list-linkHashtagColor-opacity: 1;
        --post-post-list-titleColor: 51,52,63;
        --post-post-list-titleColor-rgb: 51,52,63;
        --post-post-list-titleColor-opacity: 1;
        --post-post-list-borderColor: 200,201,211,0.75;
        --post-post-list-descriptionColor-opacity: 1;
        --post-post-list-borderColor-rgb: 200,201,211;
        --post-post-list-mobile-titleColor-rgb: 51,52,63;
        --postListWidgetBackgroundColor: 255,255,255,0;
        --postListWidgetBackgroundColor-rgb: 255,255,255;
        --postListWidgetBackgroundColor-opacity: 0;
        --postListWidgetSliderArrowsColor: 51,52,63;
        --postListWidgetSliderArrowsColor-rgb: 51,52,63;
        --postListWidgetSliderArrowsColor-opacity: 1;
        --post-post-list-overlayColor: 0,0,0,0.55;
        --post-post-list-overlayColor-rgb: 0,0,0;
        --post-post-list-overlayColor-opacity: 0.55;
        --post-post-list-ratingFilledStarColor: 51,52,63;
        --post-post-list-ratingFilledStarColor-rgb: 51,52,63;
        --post-list-post-list-titleFont-text-decoration: none;
        --post-post-list-ratingFilledStarColor-opacity: 1;
        --post-post-list-ratingUnfilledStarColor: 146,147,166;
        --post-post-list-mobile-titleColor-opacity: 1;
        --post-post-list-ratingUnfilledStarColor-rgb: 146,147,166;
        --post-post-list-ratingUnfilledStarColor-opacity: 1;
        --post-post-list-ratingFontColor: 51,52,63;
        --post-post-list-ratingFontColor-rgb: 51,52,63;
        --post-post-list-borderColor-opacity: 0.75;
        --post-post-list-mobile-descriptionColor: 51,52,63;
        --post-post-list-mobile-descriptionColor-rgb: 51,52,63;
        --post-post-list-mobile-descriptionColor-opacity: 1;
        --post-post-list-mobile-linkHashtagColor: 51,52,63;
        --post-post-list-mobile-linkHashtagColor-rgb: 51,52,63;
        --post-post-list-mobile-linkHashtagColor-opacity: 1;
        --post-post-list-mobile-borderColor: 200,201,211,0.75;
        --category-label-text-textColorHover-rgb: 51,52,63;
        --post-post-list-mobile-borderColor-rgb: 200,201,211;
        --post-post-list-mobile-borderColor-opacity: 0.75;
        --post-post-list-mobile-backgroundColor: 255,255,255;
        --post-post-list-mobile-backgroundColor-rgb: 255,255,255;
        --post-pg-side-by-side-post-list-titleFont-weight: normal;
        --post-post-list-mobile-backgroundColor-opacity: 1;
        --postListWidgetBackgroundColorMobile: 51,52,63;
        --postListWidgetBackgroundColorMobile-rgb: 51,52,63;
        --postListWidgetBackgroundColorMobile-opacity: 1;
        --category-label-text-textColor: 51,52,63;
        --category-label-text-textColor-rgb: 51,52,63;
        --category-label-text-textColorHover-opacity: 0.7;
        --post-pg-grid-post-list-titleFont: normal normal normal 22px/27px syne,sans-serif;
        --post-pg-grid-post-list-titleFont-style: normal;
        --post-pg-grid-post-list-titleFont-variant: normal;
        --post-pg-grid-post-list-titleFont-weight: normal;
        --post-pg-grid-post-list-titleFont-size: 22px;
        --post-pg-grid-post-list-titleFont-line-height: 27px;
        --post-pg-grid-post-list-titleFont-family: syne,sans-serif;
        --post-pg-grid-post-list-titleFont-text-decoration: none;
        --post-pg-grid-post-list-descriptionFont: normal normal normal 16px/20px questrial,sans-serif;
        --post-pg-grid-post-list-descriptionFont-style: normal;
        --post-pg-grid-post-list-descriptionFont-variant: normal;
        --post-pg-grid-post-list-descriptionFont-weight: normal;
        --post-pg-grid-post-list-descriptionFont-size: 16px;
        --post-pg-grid-post-list-descriptionFont-line-height: 20px;
        --post-pg-side-by-side-post-list-titleFont-size: 28px;
        --post-pg-grid-post-list-descriptionFont-family: questrial,sans-serif;
        --post-pg-grid-post-list-descriptionFont-text-decoration: none;
        --post-pg-side-by-side-post-list-titleFont: normal normal normal 28px/35px syne,sans-serif;
        --category-label-text-textColor-opacity: 1;
        --post-post-list-ratingFontColor-opacity: 1;
        --post-pg-side-by-side-post-list-titleFont-line-height: 35px;
        --post-pg-side-by-side-post-list-titleFont-family: syne,sans-serif;
        --post-pg-side-by-side-post-list-titleFont-text-decoration: none;
        --post-pg-side-by-side-post-list-descriptionFont: normal normal normal 16px/20px questrial,sans-serif;
        --post-pg-side-by-side-post-list-descriptionFont-style: normal;
        --post-pg-side-by-side-post-list-descriptionFont-variant: normal;
        --post-pg-side-by-side-post-list-descriptionFont-weight: normal;
        --post-pg-side-by-side-post-list-descriptionFont-size: 16px;
        --post-pg-side-by-side-post-list-descriptionFont-line-height: 20px;
        --post-pg-side-by-side-post-list-descriptionFont-family: questrial,sans-serif;
        --post-pg-side-by-side-post-list-descriptionFont-text-decoration: none;
        --post-list-post-list-descriptionFont: normal normal normal 14px/17px questrial,sans-serif;
        --category-label-text-textFont-style: normal;
        --post-list-post-list-titleFont: normal normal normal 18px/22px syne,sans-serif;
        --post-list-post-list-titleFont-style: normal;
        --post-list-post-list-titleFont-variant: normal;
        --post-list-post-list-titleFont-weight: normal;
        --post-list-post-list-titleFont-size: 18px;
        --post-list-post-list-titleFont-line-height: 22px;
        --post-list-post-list-descriptionFont-style: normal;
        --post-list-post-list-descriptionFont-variant: normal;
        --post-list-post-list-descriptionFont-weight: normal;
        --post-list-post-list-descriptionFont-size: 14px;
        --post-list-post-list-descriptionFont-line-height: 17px;
        --post-list-post-list-descriptionFont-family: questrial,sans-serif;
        --post-list-post-list-descriptionFont-text-decoration: none;
        --post-post-list-titleFont: normal normal normal 22px/27px syne,sans-serif;
        --post-post-list-titleFont-style: normal;
        --post-post-list-titleFont-variant: normal;
        --post-post-list-titleFont-weight: normal;
        --post-post-list-descriptionFont-line-height: 20px;
        --post-post-list-titleFont-size: 22px;
        --post-post-list-titleFont-line-height: 27px;
        --post-post-list-titleFont-family: syne,sans-serif;
        --post-post-list-titleFont-text-decoration: none;
        --post-post-list-descriptionFont: normal normal normal 16px/20px questrial,sans-serif;
        --post-post-list-descriptionFont-style: normal;
        --post-post-list-descriptionFont-variant: normal;
        --post-list-post-list-titleFont-family: syne,sans-serif;
        --post-post-list-descriptionFont-family: questrial,sans-serif;
        --post-post-list-descriptionFont-text-decoration: none;
        --post-pg-side-by-side-post-list-ratingFont: normal normal normal 14px/17px avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
        --post-pg-side-by-side-post-list-ratingFont-style: normal;
        --post-pg-side-by-side-post-list-ratingFont-variant: normal;
        --post-pg-side-by-side-post-list-ratingFont-weight: normal;
        --post-pg-side-by-side-post-list-ratingFont-size: 14px;
        --post-pg-side-by-side-post-list-ratingFont-line-height: 17px;
        --post-pg-side-by-side-post-list-ratingFont-family: avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
        --post-pg-side-by-side-post-list-ratingFont-text-decoration: none;
        --post-pg-grid-post-list-ratingFont: normal normal normal 14px/17px avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
        --post-pg-grid-post-list-ratingFont-style: normal;
        --post-pg-grid-post-list-ratingFont-variant: normal;
        --category-label-text-textFont-variant: normal;
        --post-pg-grid-post-list-ratingFont-weight: normal;
        --post-pg-grid-post-list-ratingFont-size: 14px;
        --post-pg-grid-post-list-ratingFont-line-height: 17px;
        --post-pg-grid-post-list-ratingFont-family: avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
        --post-pg-grid-post-list-ratingFont-text-decoration: none;
        --category-label-text-textFont-weight: normal;
        --category-label-text-textFont-size: 14px;
        --category-label-text-textFont-line-height: 17px;
        --category-label-text-textFont-family: avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
        --category-label-text-textFont-text-decoration: none;
        --wix-color-1: 255,255,255;
        --wix-color-2: 200,201,211;
        --wix-color-3: 146,147,166;
        --wix-color-4: 95,97,118;
        --wix-color-5: 51,52,63;
        --wix-color-6: 182,183,196;
        --wix-color-7: 110,112,136;
        --wix-color-8: 51,52,63;
        --wix-color-9: 34,35,42;
        --wix-color-10: 17,17,21;
        --wix-color-11: 215,215,225;
        --wix-font-Heading-M-weight: normal;
        --wix-font-Title-style: normal;
        --wix-color-36: 0,0,0;
        --wix-color-16: 251,251,251;
        --wix-color-17: 247,247,247;
        --wix-color-18: 185,185,185;
        --wix-color-19: 124,124,124;
        --wix-color-20: 62,62,62;
        --wix-color-21: 233,216,163;
        --wix-color-22: 210,187,115;
        --wix-color-23: 188,147,18;
        --wix-color-12: 174,175,194;
        --wix-color-24: 125,98,12;
        --wix-color-25: 63,49,6;
        --wix-color-26: 255,255,255;
        --wix-color-27: 0,0,0;
        --wix-color-28: 232,230,230;
        --wix-color-29: 199,199,199;
        --wix-color-30: 89,89,89;
        --wix-color-31: 0,87,225;
        --wix-color-32: 0,0,0;
        --wix-color-33: 199,199,199;
        --wix-color-34: 255,255,255;
        --wix-color-37: 89,89,89;
        --wix-font-Page-title-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
        --wix-color-38: 0,87,225;
        --wix-color-39: 0,87,225;
        --wix-color-40: 255,255,255;
        --wix-color-41: 255,255,255;
        --wix-color-42: 0,87,225;
        --wix-color-43: 0,87,225;
        --wix-color-44: 199,199,199;
        --wix-color-45: 199,199,199;
        --wix-color-46: 255,255,255;
        --wix-color-47: 255,255,255;
        --wix-color-48: 0,87,225;
        --wix-color-49: 0,87,225;
        --wix-color-50: 0,87,225;
        --wix-color-51: 0,87,225;
        --wix-color-52: 255,255,255;
        --wix-color-53: 255,255,255;
        --wix-color-54: 199,199,199;
        --wix-color-13: 134,135,164;
        --wix-color-55: 199,199,199;
        --wix-color-35: 0,0,0;
        --wix-font-Title-variant: normal;
        --wix-font-Title-weight: normal;
        --wix-font-Title-size: 88px;
        --wix-font-Title-line-height: 1.2em;
        --wix-font-Title-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
        --wix-font-Title-text-decoration: none;
        --wix-font-Menu: normal normal normal 14px/1.79em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
        --wix-font-Menu-style: normal;
        --wix-font-Menu-variant: normal;
        --wix-font-Menu-weight: normal;
        --wix-font-Menu-size: 14px;
        --wix-font-Menu-line-height: 1.79em;
        --wix-font-Menu-family: avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
        --wix-font-Menu-text-decoration: none;
        --wix-font-Page-title: normal normal normal 72px/1.25em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-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: 72px;
        --wix-font-Page-title-text-decoration: none;
        --wix-font-Heading-XL: normal normal normal 50px/1.34em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-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: 50px;
        --wix-font-Heading-XL-line-height: 1.34em;
        --wix-font-Heading-XL-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
        --category-label-text-textFont: normal normal normal 14px/17px avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
        --wix-font-Heading-XL-text-decoration: none;
        --wix-font-Heading-L: normal normal normal 40px/1.35em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
        --wix-font-Heading-L-style: normal;
        --wix-font-Heading-L-variant: normal;
        --wix-font-Heading-L-weight: normal;
        --wix-font-Heading-L-size: 40px;
        --wix-font-Heading-L-line-height: 1.35em;
        --wix-font-Heading-L-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
        --wix-font-Heading-L-text-decoration: none;
        --wix-font-Heading-M: normal normal normal 28px/1.375em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
        --wix-font-Heading-M-style: normal;
        --wix-font-Body-XS-line-height: 1.79em;
        --wix-font-Body-M: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
        --wix-font-Heading-M-size: 28px;
        --wix-font-Heading-M-line-height: 1.375em;
        --wix-font-Heading-M-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
        --wix-font-Heading-M-text-decoration: none;
        --wix-font-Heading-S: normal normal normal 22px/1.41em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,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: 22px;
        --wix-font-Heading-S-line-height: 1.41em;
        --wix-font-Heading-S-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
        --wix-font-Heading-S-text-decoration: none;
        --wix-font-Body-L: normal normal normal 20px/1.67em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
        --wix-font-Body-L-style: normal;
        --wix-font-Body-L-variant: normal;
        --post-post-list-descriptionFont-weight: normal;
        --wix-font-Body-L-weight: normal;
        --wix-font-Page-title-line-height: 1.25em;
        --wix-font-Body-L-size: 20px;
        --wix-font-Body-L-line-height: 1.67em;
        --wix-font-Body-L-family: avenir-lt-w01_35-light1475496,avenir-lt-w05_35-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: 18px;
        --wix-font-Body-M-line-height: 1.75em;
        --wix-font-Body-M-family: avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
        --wix-font-Body-M-text-decoration: none;
        --wix-font-Body-S: normal normal normal 15px/1.875em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
        --wix-font-Body-S-style: normal;
        --wix-font-Body-S-variant: normal;
        --wix-font-Body-S-weight: normal;
        --wix-font-Body-S-size: 15px;
        --wix-font-Body-S-line-height: 1.875em;
        --wix-font-Body-S-family: avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
        --wix-font-Body-S-text-decoration: none;
        --wix-font-Body-XS: normal normal normal 14px/1.79em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
        --wix-font-Body-XS-style: normal;
        --wix-font-Body-XS-variant: normal;
        --wix-font-Body-XS-weight: normal;
        --wix-font-STRONG-variant: normal;
        --wix-font-Body-XS-family: avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
        --wix-font-Body-L-text-decoration: none;
        --post-pg-side-by-side-post-list-titleFont-style: normal;
        --wix-font-Title: normal normal normal 88px/1.2em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,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-weight: normal;
        --wix-font-STRONG-size: 12px;
        --wix-font-STRONG-line-height: 1.4em;
        --wix-font-STRONG-family: HelveticaNeueW01-65Medi;
        --wix-font-STRONG-style: normal;
        --wix-font-Body-XS-size: 14px;
        --wix-font-Heading-M-variant: normal;
        --wix-color-14: 97,99,129;
        --wix-font-STRONG-text-decoration: none;
    }

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

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

    .pvCG_v {
        position: relative;
        min-height: 100%
    }

    :where(.pvCG_v) {
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    :where(.pvCG_v) * {
        -webkit-tap-highlight-color: rgba(0,0,0,0)
    }

    :where(.pvCG_v) *, :where(.pvCG_v) *::before, :where(.pvCG_v) *::after {
        box-sizing: inherit
    }

    :where(.pvCG_v) :where(a), :where(.pvCG_v) :where(a:visited) {
        text-decoration: none
    }

    :where(.pvCG_v) :where(textarea) {
        font-family: inherit
    }

    @media screen {
        html.enable-scroll .pvCG_v,html.enable-scroll .l7pLjR,html.enable-scroll body,html.enable-scroll #root {
            height: 100%;
            display: flex;
            flex-direction: column
        }
    }

    .l7pLjR {
        position: relative
    }

    html.enable-scroll .l7pLjR {
        flex: 1;
        overflow-y: auto
    }

    .medium-gap .l7pLjR {
        padding-top: 50px
    }

    .large-gap .l7pLjR {
        padding-top: 100px
    }

    .JNxVBA {
        flex: 0 0 auto;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .mnxIuN {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        margin: 18px 2px;
        opacity: 0
    }

    .mnxIuN:nth-child(1) {
        animation: a 1s ease-in-out infinite
    }

    .mnxIuN:nth-child(2) {
        animation: a 1s ease-in-out .33s infinite
    }

    .mnxIuN:nth-child(3) {
        animation: a 1s ease-in-out .66s infinite
    }

    @keyframes a {
        0%,100% {
            opacity: 0
        }

        60% {
            opacity: 1
        }
    }

    .woUe2C .mABNle {
        justify-content: center
    }

    .woUe2C .Bt5sQV {
        display: grid;
        grid-template-columns: 1fr 5fr 1fr;
        align-items: flex-start
    }

    .woUe2C .Bt5sQV .dXvq5u {
        flex-direction: column;
        grid-column: 2;
        place-self: center;
        margin: unset;
        min-width: 0;
        max-width: 100%
    }

    .woUe2C .Bt5sQV .dXvq5u .H_gEjP {
        margin-bottom: 5px
    }

    .woUe2C .Bt5sQV .dXvq5u .htMcyB {
        align-items: center;
        padding: unset
    }

    .woUe2C .Bt5sQV .bhsfaV {
        justify-self: right;
        padding-top: 5px
    }

    .woUe2C .JGhsWK {
        text-align: center;
        align-items: center
    }

    .woUe2C .HhgCcE {
        text-align: center
    }

    .woUe2C .qikwPI .bhsfaV {
        justify-self: left
    }

    .woUe2C .UjX6YI {
        justify-content: center
    }

    .mW_sDH .mABNle {
        justify-content: end
    }

    .mW_sDH .Bt5sQV {
        display: flex;
        justify-content: space-between
    }

    .mW_sDH .Bt5sQV .dXvq5u {
        margin: unset
    }

    .mW_sDH .Bt5sQV .dXvq5u .H_gEjP {
        margin-inline-start:10px}

    .mW_sDH .Bt5sQV .dXvq5u .htMcyB {
        align-items: flex-end;
        padding: unset
    }

    .mW_sDH .Bt5sQV, .mW_sDH .dXvq5u, .mW_sDH .bhsfaV {
        flex-direction: row-reverse
    }

    .mW_sDH .JGhsWK {
        text-align: end;
        align-items: flex-end
    }

    .mW_sDH .HhgCcE {
        text-align: end
    }

    .mW_sDH .UjX6YI {
        justify-content: flex-end
    }

    .RiOfiW {
        border-radius: 0;
        margin-inline-start:0;margin-inline-end:0;display: block;
        background: #fff;
        cursor: default
    }

    .RiOfiW.FnDyW0 {
        direction: rtl
    }

    .RiOfiW.ac4Ofz.JlQ2sc {
        padding-top: 30px
    }

    .RiOfiW.jDqjOt, .RiOfiW.lyd6fK, .RiOfiW.i_25UC, .RiOfiW.yWOr1I, .RiOfiW.hKl06e, .RiOfiW.UUSLFD, .RiOfiW.x_FPRX {
        display: flex;
        flex-direction: column;
        height: 100%
    }

    .app-desktop .RiOfiW {
        border-width: 1px;
        border-style: solid
    }

    .RiOfiW .PoYsMP, .RiOfiW .EfvfyL, .RiOfiW .NAWdyL {
        display: block
    }

    .RiOfiW.ivAnV0, .RiOfiW.NAWdyL, .RiOfiW.PoYsMP, .RiOfiW.EfvfyL, .RiOfiW.g8vcTX, .RiOfiW.TBrkhx {
        display: flex
    }

    .RiOfiW.ivAnV0.ac4Ofz, .RiOfiW.NAWdyL.ac4Ofz, .RiOfiW.PoYsMP.ac4Ofz, .RiOfiW.EfvfyL.ac4Ofz, .RiOfiW.g8vcTX.ac4Ofz, .RiOfiW.TBrkhx.ac4Ofz {
        height: auto
    }

    @media(max-width: 685px) {
        .use-media-queries .RiOfiW.ivAnV0, .use-media-queries .RiOfiW.NAWdyL, .use-media-queries .RiOfiW.PoYsMP, .use-media-queries .RiOfiW.EfvfyL, .use-media-queries .RiOfiW.g8vcTX, .use-media-queries .RiOfiW.TBrkhx {
            flex-direction:column
        }
    }

    .lt-sm .RiOfiW.ivAnV0, .lt-sm .RiOfiW.NAWdyL, .lt-sm .RiOfiW.PoYsMP, .lt-sm .RiOfiW.EfvfyL, .lt-sm .RiOfiW.g8vcTX, .lt-sm .RiOfiW.TBrkhx {
        flex-direction: column
    }

    .RiOfiW.TBrkhx, .RiOfiW.g8vcTX, .RiOfiW.PoYsMP, .RiOfiW.EfvfyL, .RiOfiW.NAWdyL {
        height: 100%
    }

    .jDqjOt .ITPCIq, .lyd6fK .ITPCIq, .i_25UC .ITPCIq, .yWOr1I .ITPCIq, .hKl06e .ITPCIq, .UUSLFD .ITPCIq, .x_FPRX .ITPCIq {
        height: 165px;
        padding-bottom: 0
    }

    .RiOfiW.hKl06e {
        position: absolute;
        width: 100%
    }

    .feQY6g .ITPCIq {
        height: 400px;
        padding-bottom: 0
    }

    .ivAnV0 .ITPCIq, .NAWdyL .ITPCIq, .PoYsMP .ITPCIq, .EfvfyL .ITPCIq, .g8vcTX .ITPCIq, .TBrkhx .ITPCIq {
        padding-bottom: 0
    }

    .ivAnV0 .pccjOy, .ivAnV0 .ITPCIq, .NAWdyL .pccjOy, .NAWdyL .ITPCIq, .PoYsMP .pccjOy, .PoYsMP .ITPCIq, .EfvfyL .pccjOy, .EfvfyL .ITPCIq, .g8vcTX .pccjOy, .g8vcTX .ITPCIq, .TBrkhx .pccjOy, .TBrkhx .ITPCIq {
        position: absolute;
        top: 0;
        inset-inline-start: 0;
        inset-inline-end: 0;
        bottom: 0
    }

    .iSTCpN {
        padding: 30px 18px 25px;
        width: 100%
    }

    .app-mobile .iSTCpN.QlVZyW {
        box-shadow: 0 1px rgba(0,0,0,.1)
    }

    .iSTCpN.glhtJc.JufO9Q, .iSTCpN.WdRrHJ.JufO9Q {
        padding: 30px 18px
    }

    .iSTCpN.glhtJc.JlQ2sc, .iSTCpN.WdRrHJ.JlQ2sc {
        padding-bottom: 0
    }

    .iSTCpN.G1V6el {
        padding: 23px
    }

    .iSTCpN.G1V6el.JufO9Q {
        padding-bottom: 7px
    }

    .iSTCpN.KwFkyo, .iSTCpN.x_FPRX {
        padding: 24px 29px
    }

    .iSTCpN.KwFkyo.JufO9Q, .iSTCpN.x_FPRX.JufO9Q {
        padding-bottom: 7px
    }

    .iSTCpN.feQY6g {
        padding: 42px 47px 37px 47px
    }

    .iSTCpN.feQY6g.JufO9Q {
        padding: 42px 47px 13px 47px
    }

    .iSTCpN.jDqjOt, .iSTCpN.lyd6fK, .iSTCpN.i_25UC, .iSTCpN.yWOr1I, .iSTCpN.UUSLFD, .iSTCpN.x_FPRX {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 0;
        padding: var(--blog-pl-common-padding-top) 24px var(--blog-pl-common-padding-bottom)
    }

    .iSTCpN.hKl06e {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 0;
        padding: var(--blog-pl-slider-padding-top) 16px var(--blog-pl-slider-padding-bottom)
    }

    .iSTCpN.jDqjOt.ac4Ofz, .iSTCpN.lyd6fK.ac4Ofz, .iSTCpN.hKl06e.ac4Ofz, .iSTCpN.UUSLFD.ac4Ofz {
        height: 100%
    }

    .iSTCpN.jDqjOt.ac4Ofz.JufO9Q, .iSTCpN.lyd6fK.ac4Ofz.JufO9Q, .iSTCpN.hKl06e.ac4Ofz.JufO9Q, .iSTCpN.UUSLFD.ac4Ofz.JufO9Q {
        height: 100%
    }

    .iSTCpN.ivAnV0 {
        display: flex;
        flex-direction: column;
        padding: 40px 48px 37px
    }

    @media(min-width: 686px)and (max-width: 980px) {
        .use-media-queries .iSTCpN.ivAnV0 {
            padding:calc(40px + (var(--root-width) - 981px)/19) calc(48px + (var(--root-width) - 981px)/19)
        }
    }

    .w686-980 .iSTCpN.ivAnV0 {
        padding: calc(40px + (var(--root-width) - 981px)/19) calc(48px + (var(--root-width) - 981px)/19)
    }

    @media(max-width: 685px) {
        .use-media-queries .iSTCpN.ivAnV0 {
            padding:24px
        }
    }

    .lt-sm .iSTCpN.ivAnV0 {
        padding: 24px
    }

    .iSTCpN.g8vcTX, .iSTCpN.TBrkhx {
        display: flex;
        flex-direction: column;
        padding-top: 24px;
        padding-bottom: 24px;
        overflow: hidden;
        flex: 1
    }

    .iSTCpN.PoYsMP, .iSTCpN.EfvfyL, .iSTCpN.NAWdyL {
        padding: 0
    }

    .iSTCpN.sCkhyN {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        inset-inline-start: 0;
        padding: 27px 24px;
        display: inline-block
    }

    .iSTCpN.sCkhyN.ac4Ofz {
        padding: 32px 24px
    }

    .iSTCpN.sCkhyN.KEL4fK {
        background-color: rgba(0,0,0,.45)
    }

    .iSTCpN.hp0NoL, .iSTCpN.FK1tXh, .iSTCpN.JnzaaY {
        display: flex;
        flex-direction: column
    }

    .iSTCpN.LdmkLw {
        position: absolute;
        top: 0;
        inset-inline-start: 0;
        display: inline-block
    }

    .iSTCpN.hp0NoL, .iSTCpN.FK1tXh, .iSTCpN.LdmkLw, .iSTCpN.JnzaaY {
        height: 100%;
        width: 100%;
        padding: 27px 24px
    }

    .iSTCpN.hp0NoL.KEL4fK, .iSTCpN.FK1tXh.KEL4fK, .iSTCpN.LdmkLw.KEL4fK, .iSTCpN.JnzaaY.KEL4fK {
        background-color: rgba(0,0,0,.45)
    }

    .iSTCpN.hp0NoL.ac4Ofz, .iSTCpN.FK1tXh.ac4Ofz, .iSTCpN.LdmkLw.ac4Ofz, .iSTCpN.JnzaaY.ac4Ofz {
        padding: 32px 24px
    }

    .O16KGI {
        font: inherit;
        color: inherit;
        display: block
    }

    .i6wKmL {
        position: relative
    }

    .i6wKmL:focus-visible:before {
        content: "";
        position: absolute;
        top: 3px;
        left: 3px;
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        box-shadow: 0 0 0 1px #fff,0 0 0 3px #116dff
    }

    .JMCi2v {
        font: inherit;
        color: inherit;
        width: 100%;
        flex: 1 1 auto;
        overflow: hidden
    }

    .JMCi2v.pu51Xe {
        text-align: start
    }

    .JMCi2v.jDqjOt.mqysW5.ZBB0ua {
        margin-top: -19px
    }

    .JMCi2v.UUSLFD.mqysW5.ZBB0ua {
        margin-top: -48px
    }

    .JMCi2v.hKl06e.mqysW5.ZBB0ua, .JMCi2v.i_25UC.mqysW5.ZBB0ua, .JMCi2v.yWOr1I.mqysW5.ZBB0ua, .JMCi2v.lyd6fK.mqysW5.ZBB0ua {
        margin-top: -36px
    }

    .JMCi2v.x_FPRX.mqysW5.ZBB0ua {
        margin-top: -25px
    }

    .JMCi2v.ivAnV0, .JMCi2v.g8vcTX, .JMCi2v.TBrkhx {
        display: flex;
        flex-direction: column
    }

    .JMCi2v.ivAnV0.ac4Ofz, .JMCi2v.g8vcTX.ac4Ofz, .JMCi2v.TBrkhx.ac4Ofz {
        padding-inline-end:0}

    .JMCi2v.ivAnV0.ZBB0ua, .JMCi2v.g8vcTX.ZBB0ua, .JMCi2v.TBrkhx.ZBB0ua {
        margin-top: -43px
    }

    .JMCi2v.ivAnV0.xs2MeC.ZBB0ua, .JMCi2v.g8vcTX.xs2MeC.ZBB0ua, .JMCi2v.TBrkhx.xs2MeC.ZBB0ua {
        margin-top: -23px
    }

    .JMCi2v.jDqjOt.ZBB0ua {
        position: relative;
        top: -29px
    }

    .JMCi2v.UUSLFD.ZBB0ua {
        margin-top: -29px
    }

    .JMCi2v.hKl06e.ZBB0ua, .JMCi2v.i_25UC.ZBB0ua, .JMCi2v.yWOr1I.ZBB0ua, .JMCi2v.lyd6fK.ZBB0ua {
        margin-top: -13px
    }

    .JMCi2v.x_FPRX.ZBB0ua {
        margin-top: -6px
    }

    .JMCi2v.hp0NoL, .JMCi2v.FK1tXh, .JMCi2v.JnzaaY {
        height: 100%
    }

    .JMCi2v.hp0NoL.I5nSmk, .JMCi2v.FK1tXh.I5nSmk, .JMCi2v.JnzaaY.I5nSmk {
        flex-grow: 0;
        height: unset
    }

    .JMCi2v.hKl06e {
        white-space: normal
    }

    .FbwBsX {
        margin-bottom: var(--blog-pl-default-title-margin)
    }

    .FbwBsX.hKl06e p {
        margin-top: var(--blog-pl-slider-title-margin-top)
    }

    .FbwBsX.x_FPRX.ZBB0ua, .FbwBsX.lyd6fK.ZBB0ua, .FbwBsX.i_25UC.ZBB0ua, .FbwBsX.yWOr1I.ZBB0ua, .FbwBsX.NAWdyL.ZBB0ua, .FbwBsX.PoYsMP.ZBB0ua, .FbwBsX.EfvfyL.ZBB0ua, .FbwBsX.TBrkhx.ZBB0ua, .FbwBsX.g8vcTX.ZBB0ua, .FbwBsX.hKl06e.ZBB0ua, .FbwBsX.UUSLFD.ZBB0ua {
        margin-inline-end:30px}

    .FbwBsX.x_FPRX.xs2MeC.ZBB0ua, .FbwBsX.lyd6fK.xs2MeC.ZBB0ua, .FbwBsX.i_25UC.xs2MeC.ZBB0ua, .FbwBsX.yWOr1I.xs2MeC.ZBB0ua, .FbwBsX.NAWdyL.xs2MeC.ZBB0ua, .FbwBsX.PoYsMP.xs2MeC.ZBB0ua, .FbwBsX.EfvfyL.xs2MeC.ZBB0ua, .FbwBsX.TBrkhx.xs2MeC.ZBB0ua, .FbwBsX.g8vcTX.xs2MeC.ZBB0ua, .FbwBsX.hKl06e.xs2MeC.ZBB0ua, .FbwBsX.UUSLFD.xs2MeC.ZBB0ua {
        margin-inline-end:0}

    @media(min-width: 660px) {
        .use-media-queries .FbwBsX {
            margin-bottom:20px
        }

        .use-media-queries .FbwBsX.G1V6el {
            margin-bottom: 11px
        }

        .use-media-queries .FbwBsX.G1V6el.ZBB0ua {
            position: relative;
            top: -24px;
            margin-bottom: -14px;
            margin-top: -13px;
            max-width: 209px
        }

        .use-media-queries .FbwBsX.G1V6el.ZBB0ua.CzG_Nm {
            max-width: 189px
        }

        .use-media-queries .FbwBsX.G1V6el.xs2MeC.ZBB0ua {
            margin-top: 12px;
            max-width: none
        }

        .use-media-queries .FbwBsX.G1V6el.xs2MeC.ZBB0ua.CzG_Nm {
            max-width: none-20px
        }

        .use-media-queries .FbwBsX.KwFkyo {
            margin-bottom: 10px
        }

        .use-media-queries .FbwBsX.KwFkyo.ZBB0ua {
            position: relative;
            top: -24px;
            margin-bottom: -13px;
            margin-top: -13px;
            max-width: 359px
        }

        .use-media-queries .FbwBsX.KwFkyo.ZBB0ua.CzG_Nm {
            max-width: 339px
        }

        .use-media-queries .FbwBsX.KwFkyo.xs2MeC.ZBB0ua {
            margin-top: 17px;
            max-width: none
        }

        .use-media-queries .FbwBsX.KwFkyo.xs2MeC.ZBB0ua.CzG_Nm {
            max-width: none-20px
        }

        .use-media-queries .FbwBsX.x_FPRX {
            margin-bottom: 10px
        }

        .use-media-queries .FbwBsX.feQY6g {
            max-width: 740px;
            margin-bottom: 9px
        }

        .use-media-queries .FbwBsX.feQY6g.ZBB0ua {
            position: relative;
            top: -31px;
            margin-bottom: -12px;
            margin-top: -6px
        }

        .use-media-queries .FbwBsX.feQY6g.xs2MeC.ZBB0ua {
            margin-top: 12px;
            max-width: none
        }

        .use-media-queries .FbwBsX.feQY6g.xs2MeC.ZBB0ua.CzG_Nm {
            max-width: none-20px
        }

        .use-media-queries .FbwBsX.jDqjOt {
            margin-bottom: var(--blog-pl-common-title-margin)
        }

        .use-media-queries .FbwBsX.jDqjOt.ZBB0ua {
            max-width: 207px
        }

        .use-media-queries .FbwBsX.jDqjOt.ZBB0ua.CzG_Nm {
            max-width: 187px
        }

        .use-media-queries .FbwBsX.jDqjOt.xs2MeC.ZBB0ua {
            max-width: none
        }

        .use-media-queries .FbwBsX.jDqjOt.xs2MeC.ZBB0ua.CzG_Nm {
            max-width: none-20px
        }

        .use-media-queries .FbwBsX.hKl06e, .use-media-queries .FbwBsX.lyd6fK, .use-media-queries .FbwBsX.i_25UC, .use-media-queries .FbwBsX.yWOr1I, .use-media-queries .FbwBsX.UUSLFD {
            margin-bottom: var(--blog-pl-common-title-margin)
        }

        .use-media-queries .FbwBsX.hKl06e.ZBB0ua, .use-media-queries .FbwBsX.lyd6fK.ZBB0ua, .use-media-queries .FbwBsX.i_25UC.ZBB0ua, .use-media-queries .FbwBsX.yWOr1I.ZBB0ua, .use-media-queries .FbwBsX.UUSLFD.ZBB0ua, .use-media-queries .FbwBsX.NAWdyL.ZBB0ua, .use-media-queries .FbwBsX.PoYsMP.ZBB0ua, .use-media-queries .FbwBsX.EfvfyL.ZBB0ua, .use-media-queries .FbwBsX.g8vcTX.ZBB0ua, .use-media-queries .FbwBsX.TBrkhx.ZBB0ua {
            margin-inline-end:30px}

        .use-media-queries .FbwBsX.hKl06e.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.lyd6fK.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.i_25UC.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.yWOr1I.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.UUSLFD.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.NAWdyL.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.PoYsMP.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.EfvfyL.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.g8vcTX.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.TBrkhx.xs2MeC.ZBB0ua {
            margin-inline-end:0}

        .use-media-queries .FbwBsX.ivAnV0.ac4Ofz.ZBB0ua, .use-media-queries .FbwBsX.NAWdyL.ac4Ofz.ZBB0ua, .use-media-queries .FbwBsX.PoYsMP.ac4Ofz.ZBB0ua, .use-media-queries .FbwBsX.EfvfyL.ac4Ofz.ZBB0ua, .use-media-queries .FbwBsX.g8vcTX.ac4Ofz.ZBB0ua, .use-media-queries .FbwBsX.TBrkhx.ac4Ofz.ZBB0ua {
            max-width: 342px
        }

        .use-media-queries .FbwBsX.ivAnV0.ac4Ofz.ZBB0ua.CzG_Nm, .use-media-queries .FbwBsX.NAWdyL.ac4Ofz.ZBB0ua.CzG_Nm, .use-media-queries .FbwBsX.PoYsMP.ac4Ofz.ZBB0ua.CzG_Nm, .use-media-queries .FbwBsX.EfvfyL.ac4Ofz.ZBB0ua.CzG_Nm, .use-media-queries .FbwBsX.g8vcTX.ac4Ofz.ZBB0ua.CzG_Nm, .use-media-queries .FbwBsX.TBrkhx.ac4Ofz.ZBB0ua.CzG_Nm {
            max-width: 322px
        }

        .use-media-queries .FbwBsX.ivAnV0.ac4Ofz.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.NAWdyL.ac4Ofz.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.PoYsMP.ac4Ofz.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.EfvfyL.ac4Ofz.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.g8vcTX.ac4Ofz.xs2MeC.ZBB0ua, .use-media-queries .FbwBsX.TBrkhx.ac4Ofz.xs2MeC.ZBB0ua {
            max-width: none
        }

        .use-media-queries .FbwBsX.ivAnV0.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm, .use-media-queries .FbwBsX.NAWdyL.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm, .use-media-queries .FbwBsX.PoYsMP.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm, .use-media-queries .FbwBsX.EfvfyL.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm, .use-media-queries .FbwBsX.g8vcTX.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm, .use-media-queries .FbwBsX.TBrkhx.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm {
            max-width: none-20px
        }

        .use-media-queries .FbwBsX.ZpmKeC {
            margin-bottom: 6px
        }

        .use-media-queries .FbwBsX.sCkhyN {
            margin-bottom: 12px
        }

        .use-media-queries .FbwBsX.sCkhyN.JufO9Q {
            margin-bottom: 30px;
            bottom: 0
        }

        .use-media-queries .FbwBsX.hp0NoL, .use-media-queries .FbwBsX.FK1tXh, .use-media-queries .FbwBsX.LdmkLw, .use-media-queries .FbwBsX.JnzaaY {
            margin-bottom: 18px
        }

        .use-media-queries .FbwBsX.hp0NoL.JufO9Q, .use-media-queries .FbwBsX.FK1tXh.JufO9Q, .use-media-queries .FbwBsX.LdmkLw.JufO9Q, .use-media-queries .FbwBsX.JnzaaY.JufO9Q {
            margin-bottom: 36px;
            bottom: 0
        }

        .use-media-queries .FbwBsX.hp0NoL.JufO9Q, .use-media-queries .FbwBsX.FK1tXh.JufO9Q, .use-media-queries .FbwBsX.JnzaaY.JufO9Q {
            margin-bottom: 0;
            padding-bottom: 0
        }
    }

    .gt-xs .FbwBsX {
        margin-bottom: 20px
    }

    .gt-xs .FbwBsX.G1V6el {
        margin-bottom: 11px
    }

    .gt-xs .FbwBsX.G1V6el.ZBB0ua {
        position: relative;
        top: -24px;
        margin-bottom: -14px;
        margin-top: -13px;
        max-width: 209px
    }

    .gt-xs .FbwBsX.G1V6el.ZBB0ua.CzG_Nm {
        max-width: 189px
    }

    .gt-xs .FbwBsX.G1V6el.xs2MeC.ZBB0ua {
        margin-top: 12px;
        max-width: none
    }

    .gt-xs .FbwBsX.G1V6el.xs2MeC.ZBB0ua.CzG_Nm {
        max-width: none-20px
    }

    .gt-xs .FbwBsX.KwFkyo {
        margin-bottom: 10px
    }

    .gt-xs .FbwBsX.KwFkyo.ZBB0ua {
        position: relative;
        top: -24px;
        margin-bottom: -13px;
        margin-top: -13px;
        max-width: 359px
    }

    .gt-xs .FbwBsX.KwFkyo.ZBB0ua.CzG_Nm {
        max-width: 339px
    }

    .gt-xs .FbwBsX.KwFkyo.xs2MeC.ZBB0ua {
        margin-top: 17px;
        max-width: none
    }

    .gt-xs .FbwBsX.KwFkyo.xs2MeC.ZBB0ua.CzG_Nm {
        max-width: none-20px
    }

    .gt-xs .FbwBsX.x_FPRX {
        margin-bottom: 10px
    }

    .gt-xs .FbwBsX.feQY6g {
        max-width: 740px;
        margin-bottom: 9px
    }

    .gt-xs .FbwBsX.feQY6g.ZBB0ua {
        position: relative;
        top: -31px;
        margin-bottom: -12px;
        margin-top: -6px
    }

    .gt-xs .FbwBsX.feQY6g.xs2MeC.ZBB0ua {
        margin-top: 12px;
        max-width: none
    }

    .gt-xs .FbwBsX.feQY6g.xs2MeC.ZBB0ua.CzG_Nm {
        max-width: none-20px
    }

    .gt-xs .FbwBsX.jDqjOt {
        margin-bottom: var(--blog-pl-common-title-margin)
    }

    .gt-xs .FbwBsX.jDqjOt.ZBB0ua {
        max-width: 207px
    }

    .gt-xs .FbwBsX.jDqjOt.ZBB0ua.CzG_Nm {
        max-width: 187px
    }

    .gt-xs .FbwBsX.jDqjOt.xs2MeC.ZBB0ua {
        max-width: none
    }

    .gt-xs .FbwBsX.jDqjOt.xs2MeC.ZBB0ua.CzG_Nm {
        max-width: none-20px
    }

    .gt-xs .FbwBsX.hKl06e, .gt-xs .FbwBsX.lyd6fK, .gt-xs .FbwBsX.i_25UC, .gt-xs .FbwBsX.yWOr1I, .gt-xs .FbwBsX.UUSLFD {
        margin-bottom: var(--blog-pl-common-title-margin)
    }

    .gt-xs .FbwBsX.hKl06e.ZBB0ua, .gt-xs .FbwBsX.lyd6fK.ZBB0ua, .gt-xs .FbwBsX.i_25UC.ZBB0ua, .gt-xs .FbwBsX.yWOr1I.ZBB0ua, .gt-xs .FbwBsX.UUSLFD.ZBB0ua, .gt-xs .FbwBsX.NAWdyL.ZBB0ua, .gt-xs .FbwBsX.PoYsMP.ZBB0ua, .gt-xs .FbwBsX.EfvfyL.ZBB0ua, .gt-xs .FbwBsX.g8vcTX.ZBB0ua, .gt-xs .FbwBsX.TBrkhx.ZBB0ua {
        margin-inline-end:30px}

    .gt-xs .FbwBsX.hKl06e.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.lyd6fK.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.i_25UC.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.yWOr1I.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.UUSLFD.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.NAWdyL.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.PoYsMP.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.EfvfyL.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.g8vcTX.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.TBrkhx.xs2MeC.ZBB0ua {
        margin-inline-end:0}

    .gt-xs .FbwBsX.ivAnV0.ac4Ofz.ZBB0ua, .gt-xs .FbwBsX.NAWdyL.ac4Ofz.ZBB0ua, .gt-xs .FbwBsX.PoYsMP.ac4Ofz.ZBB0ua, .gt-xs .FbwBsX.EfvfyL.ac4Ofz.ZBB0ua, .gt-xs .FbwBsX.g8vcTX.ac4Ofz.ZBB0ua, .gt-xs .FbwBsX.TBrkhx.ac4Ofz.ZBB0ua {
        max-width: 342px
    }

    .gt-xs .FbwBsX.ivAnV0.ac4Ofz.ZBB0ua.CzG_Nm, .gt-xs .FbwBsX.NAWdyL.ac4Ofz.ZBB0ua.CzG_Nm, .gt-xs .FbwBsX.PoYsMP.ac4Ofz.ZBB0ua.CzG_Nm, .gt-xs .FbwBsX.EfvfyL.ac4Ofz.ZBB0ua.CzG_Nm, .gt-xs .FbwBsX.g8vcTX.ac4Ofz.ZBB0ua.CzG_Nm, .gt-xs .FbwBsX.TBrkhx.ac4Ofz.ZBB0ua.CzG_Nm {
        max-width: 322px
    }

    .gt-xs .FbwBsX.ivAnV0.ac4Ofz.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.NAWdyL.ac4Ofz.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.PoYsMP.ac4Ofz.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.EfvfyL.ac4Ofz.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.g8vcTX.ac4Ofz.xs2MeC.ZBB0ua, .gt-xs .FbwBsX.TBrkhx.ac4Ofz.xs2MeC.ZBB0ua {
        max-width: none
    }

    .gt-xs .FbwBsX.ivAnV0.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm, .gt-xs .FbwBsX.NAWdyL.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm, .gt-xs .FbwBsX.PoYsMP.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm, .gt-xs .FbwBsX.EfvfyL.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm, .gt-xs .FbwBsX.g8vcTX.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm, .gt-xs .FbwBsX.TBrkhx.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm {
        max-width: none-20px
    }

    .gt-xs .FbwBsX.ZpmKeC {
        margin-bottom: 6px
    }

    .gt-xs .FbwBsX.sCkhyN {
        margin-bottom: 12px
    }

    .gt-xs .FbwBsX.sCkhyN.JufO9Q {
        margin-bottom: 30px;
        bottom: 0
    }

    .gt-xs .FbwBsX.hp0NoL, .gt-xs .FbwBsX.FK1tXh, .gt-xs .FbwBsX.LdmkLw, .gt-xs .FbwBsX.JnzaaY {
        margin-bottom: 18px
    }

    .gt-xs .FbwBsX.hp0NoL.JufO9Q, .gt-xs .FbwBsX.FK1tXh.JufO9Q, .gt-xs .FbwBsX.LdmkLw.JufO9Q, .gt-xs .FbwBsX.JnzaaY.JufO9Q {
        margin-bottom: 36px;
        bottom: 0
    }

    .gt-xs .FbwBsX.hp0NoL.JufO9Q, .gt-xs .FbwBsX.FK1tXh.JufO9Q, .gt-xs .FbwBsX.JnzaaY.JufO9Q {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .FbwBsX.glhtJc {
        margin-bottom: 0px
    }

    .FbwBsX.glhtJc.AkO1lZ, .FbwBsX.WdRrHJ.AkO1lZ {
        margin-bottom: 18px
    }

    .FbwBsX.glhtJc.ySFpqx, .FbwBsX.WdRrHJ.ySFpqx {
        margin-bottom: 0
    }

    .FbwBsX.glhtJc.ZBB0ua, .FbwBsX.WdRrHJ.ZBB0ua {
        margin-top: -43px;
        max-width: 263px
    }

    .FbwBsX.glhtJc.ZBB0ua.CzG_Nm, .FbwBsX.WdRrHJ.ZBB0ua.CzG_Nm {
        max-width: 243px
    }

    .FbwBsX.glhtJc.xs2MeC.ZBB0ua, .FbwBsX.WdRrHJ.xs2MeC.ZBB0ua {
        margin-top: -19px;
        max-width: none
    }

    .FbwBsX.glhtJc.xs2MeC.ZBB0ua.CzG_Nm, .FbwBsX.WdRrHJ.xs2MeC.ZBB0ua.CzG_Nm {
        max-width: none-20px
    }

    .FbwBsX.glhtJc.I5nSmk, .FbwBsX.glhtJc.xs2MeC.I5nSmk, .FbwBsX.WdRrHJ.I5nSmk, .FbwBsX.WdRrHJ.xs2MeC.I5nSmk {
        margin-top: 0
    }

    .FbwBsX.ivAnV0, .FbwBsX.g8vcTX, .FbwBsX.TBrkhx {
        border-bottom: 12px solid rgba(0,0,0,0);
        margin: 0
    }

    .FbwBsX.PoYsMP, .FbwBsX.EfvfyL, .FbwBsX.NAWdyL {
        border-bottom: 8px solid rgba(0,0,0,0);
        margin: 0
    }

    .nebVix {
        padding-bottom: 18px
    }

    @media(min-width: 660px) {
        .use-media-queries .nebVix {
            padding-bottom:23px
        }
    }

    .gt-xs .nebVix {
        padding-bottom: 23px
    }

    .nebVix.glhtJc {
        margin-top: 10px
    }

    .nebVix.glhtJc.JufO9Q, .nebVix.WdRrHJ.JufO9Q {
        padding-bottom: 0
    }

    .nebVix.feQY6g {
        max-width: 740px
    }

    .nebVix.ivAnV0, .nebVix.NAWdyL, .nebVix.PoYsMP, .nebVix.EfvfyL, .nebVix.g8vcTX, .nebVix.TBrkhx {
        display: flex;
        flex: 1;
        padding: 0;
        overflow: hidden
    }

    .sCkhyN {
        color: #fff
    }

    .sCkhyN.RiOfiW {
        display: inline-block;
        width: 292px;
        height: 292px
    }

    .sCkhyN.RiOfiW.pu51Xe {
        width: 100%;
        height: 100%
    }

    .sCkhyN .pccjOy {
        height: 100%;
        width: 100%
    }

    .sCkhyN .ITPCIq {
        height: 100%;
        width: 100%
    }

    .sCkhyN.JMCi2v {
        display: flex;
        flex-direction: column;
        justify-content: flex-end
    }

    .sCkhyN.FbwBsX {
        position: absolute;
        bottom: 60px;
        width: calc(100% - 48px)
    }

    .sCkhyN.NPsER6 {
        display: inline-block;
        position: absolute;
        bottom: 27px;
        inset-inline-start: 24px;
        inset-inline-end: 24px
    }

    .LdmkLw.FbwBsX {
        position: absolute;
        bottom: 60px;
        width: calc(100% - 48px)
    }

    .hp0NoL.FbwBsX, .FK1tXh.FbwBsX, .JnzaaY.FbwBsX {
        padding-bottom: 30px
    }

    .hp0NoL.FbwBsX.p8Uk20, .FK1tXh.FbwBsX.p8Uk20, .JnzaaY.FbwBsX.p8Uk20 {
        padding: 0;
        margin: 0
    }

    .LdmkLw, .hp0NoL, .FK1tXh, .JnzaaY {
        color: #fff
    }

    .LdmkLw.RiOfiW, .hp0NoL.RiOfiW, .FK1tXh.RiOfiW, .JnzaaY.RiOfiW {
        display: inline-block;
        width: 454px;
        height: 454px
    }

    .LdmkLw.RiOfiW.pu51Xe, .hp0NoL.RiOfiW.pu51Xe, .FK1tXh.RiOfiW.pu51Xe, .JnzaaY.RiOfiW.pu51Xe {
        width: 100%;
        height: 100%
    }

    .LdmkLw .pccjOy, .hp0NoL .pccjOy, .FK1tXh .pccjOy, .JnzaaY .pccjOy {
        height: 100%;
        width: 100%
    }

    .LdmkLw .ITPCIq, .hp0NoL .ITPCIq, .FK1tXh .ITPCIq, .JnzaaY .ITPCIq {
        height: 100%;
        width: 100%
    }

    .LdmkLw.JMCi2v, .hp0NoL.JMCi2v, .FK1tXh.JMCi2v, .JnzaaY.JMCi2v {
        display: flex;
        flex-direction: column;
        justify-content: flex-end
    }

    .LdmkLw.NPsER6, .hp0NoL.NPsER6, .FK1tXh.NPsER6, .JnzaaY.NPsER6 {
        display: inline-block;
        position: absolute;
        bottom: 27px;
        inset-inline-start: 24px;
        inset-inline-end: 24px
    }

    .n9F1tl {
        fill: #fff
    }

    .VMF9AQ {
        color: #fff
    }

    .BVf6py {
        background-color: #fff
    }

    .TE7que {
        height: 1px;
        opacity: .2
    }

    @media(min-width: 660px) {
        .use-media-queries .TE7que {
            margin-bottom:12px
        }
    }

    .gt-xs .TE7que {
        margin-bottom: 12px
    }

    .TE7que:not(.iD0LEx) {
        margin-bottom: var(--blog-pl-footer-separator-margin)
    }

    .TE7que.iD0LEx {
        margin-top: 24px
    }

    .TE7que.iD0LEx.vxAOcp {
        margin-top: 18px
    }

    .sCkhyN .TE7que, .LdmkLw .TE7que, .hp0NoL .TE7que, .FK1tXh .TE7que, .JnzaaY .TE7que {
        opacity: 1
    }

    .NPsER6.g8vcTX, .NPsER6.TBrkhx {
        margin-top: auto
    }

    .NPsER6.g8vcTX.kzwb6t, .NPsER6.TBrkhx.kzwb6t {
        padding-top: 12px
    }

    @media(max-width: 685px) {
        .use-media-queries .NPsER6.g8vcTX, .use-media-queries .NPsER6.TBrkhx {
            padding-top:12px
        }
    }

    .lt-sm .NPsER6.g8vcTX, .lt-sm .NPsER6.TBrkhx {
        padding-top: 12px
    }

    .NPsER6.ivAnV0 {
        margin-top: auto
    }

    .NPsER6.ivAnV0.kzwb6t {
        padding-top: 36px
    }

    @media(max-width: 685px) {
        .use-media-queries .NPsER6.ivAnV0 {
            padding-top:36px
        }
    }

    .lt-sm .NPsER6.ivAnV0 {
        padding-top: 36px
    }

    .NPsER6.hKl06e, .NPsER6.jDqjOt, .NPsER6.lyd6fK, .NPsER6.i_25UC, .NPsER6.yWOr1I, .NPsER6.UUSLFD {
        padding-top: 12px;
        margin-top: auto
    }

    .NPsER6.i_25UC.zwuMcM, .NPsER6.yWOr1I.zwuMcM, .NPsER6.lyd6fK.zwuMcM {
        padding-top: var(--blog-pl-footer-padding-top)
    }

    .GGI4XB {
        display: block;
        margin: 15px 0 -11px
    }

    .app-desktop .GGI4XB {
        display: none
    }

    .NtnM8D {
        opacity: .6
    }

    .tFEVbz {
        flex: 0 0 50%
    }

    .QP8OH2 {
        width: 100%;
        padding-top: 75%;
        position: relative
    }

    .Gf88Ln {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box
    }

    @media(min-width: 686px) {
        .use-media-queries .Gf88Ln {
            -webkit-line-clamp:1
        }
    }

    .gt-s .Gf88Ln {
        -webkit-line-clamp: 1
    }

    @media(min-width: 740px) {
        .use-media-queries .Gf88Ln {
            -webkit-line-clamp:2
        }
    }

    .gt-740 .Gf88Ln {
        -webkit-line-clamp: 2
    }

    @media(min-width: 886px) {
        .use-media-queries .Gf88Ln {
            -webkit-line-clamp:3
        }
    }

    .gt-886 .Gf88Ln {
        -webkit-line-clamp: 3
    }

    .so9KdE.g8vcTX, .so9KdE.TBrkhx {
        -webkit-mask-image: linear-gradient(to top, transparent, rgb(0, 0, 0) 20px);
        mask-image: linear-gradient(to top, transparent, rgb(0, 0, 0) 20px)
    }

    .hMB1wk {
        display: inline
    }

    .CHRJex {
        cursor: pointer
    }

    ._UH27m {
        position: relative !important
    }

    .EQ1O0U {
        margin: 14px 0;
        display: flex !important
    }

    .EQ1O0U.xczrBK {
        --full-icon-color: var(--post-homepage-ratingFilledStarColor, var(--wix-color-8));
        --empty-icon-color: var(--post-homepage-ratingUnfilledStarColor, var(--wix-color-3));
        font: var(--post-homepage-ratingFont, var(--wix-font-Body-M));
        font-size: var(--post-homepage-ratingFont-size, 14px);
        color: rgb(var(--post-homepage-ratingFontColor, var(--wix-color-5)))
    }

    .EQ1O0U.xczrBK.amZSNe {
        --full-icon-color: var(--post-homepage-TOI-ratingFilledStarColor, var(--wix-color-8));
        --empty-icon-color: var(--post-homepage-TOI-ratingUnfilledStarColor, var(--wix-color-3));
        color: rgb(var(--post-homepage-TOI-ratingFontColor, var(--wix-color-5)))
    }

    .EQ1O0U.hrftIZ {
        --full-icon-color: var(--post-category-ratingFilledStarColor, var(--wix-color-8));
        --empty-icon-color: var(--post-category-ratingUnfilledStarColor, var(--wix-color-3));
        font: var(--post-category-ratingFont, var(--wix-font-Body-M));
        font-size: var(--post-category-ratingFont-size, 14px);
        color: rgb(var(--post-category-ratingFontColor, var(--wix-color-5)))
    }

    .EQ1O0U.hrftIZ.amZSNe {
        --full-icon-color: var(--post-category-TOI-ratingFilledStarColor, var(--wix-color-8));
        --empty-icon-color: var(--post-category-TOI-ratingUnfilledStarColor, var(--wix-color-3));
        color: rgb(var(--post-category-TOI-ratingFontColor, var(--wix-color-5)))
    }

    .EQ1O0U.zwuMcM {
        font: var(--post-post-list-ratingFont, var(--wix-font-Body-M));
        font-size: var(--post-post-list-ratingFont-size, 14px);
        --full-icon-color: var(--post-post-list-ratingFilledStarColor, var(--wix-color-8));
        --empty-icon-color: var(--post-post-list-ratingUnfilledStarColor, var(--wix-color-3));
        color: rgb(var(--post-post-list-ratingFontColor, var(--wix-color-5)))
    }

    .EQ1O0U.zwuMcM.amZSNe {
        --full-icon-color: var(--post-post-list-TOI-ratingFilledStarColor, var(--wix-color-8));
        --empty-icon-color: var(--post-post-list-TOI-ratingUnfilledStarColor, var(--wix-color-3));
        color: rgb(var(--post-post-list-TOI-ratingFontColor, var(--wix-color-5)))
    }

    .EQ1O0U.NAWdyL {
        margin: 8px 0
    }

    .EQ1O0U.ivAnV0, .EQ1O0U.g8vcTX, .EQ1O0U.TBrkhx {
        margin-bottom: 2px
    }

    .EQ1O0U.hp0NoL.JufO9Q, .EQ1O0U.FK1tXh.JufO9Q, .EQ1O0U.LdmkLw.JufO9Q, .EQ1O0U.JnzaaY.JufO9Q {
        margin-bottom: 0
    }

    .AsLaVa {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16'%3e %3cdefs%3e %3cstyle%3e .cls-1 %7b fill: %23f04545%3b fill-rule: evenodd%3b %7d %3c/style%3e %3c/defs%3e %3cpath class='cls-1' d='M18%2c4.988A4.926%2c4.926%2c0%2c0%2c0%2c13.139%2c0%2c4.828%2c4.828%2c0%2c0%2c0%2c9%2c2.383%2c4.828%2c4.828%2c0%2c0%2c0%2c4.86%2c0%2c4.925%2c4.925%2c0%2c0%2c0%2c0%2c4.988%2c5.025%2c5.025%2c0%2c0%2c0%2c1.668%2c8.743l6.888%2c7.068a0.616%2c0.616%2c0%2c0%2c0%2c.887%2c0l6.888-7.068A5.025%2c5.025%2c0%2c0%2c0%2c18%2c4.988Z'/%3e %3c/svg%3e")
    }

    .LtaU1R {
        position: relative;
        display: inline-block;
        cursor: pointer;
        width: 19px;
        height: 19px;
        vertical-align: middle
    }

    .LtaU1R svg {
        position: relative;
        display: inline-block;
        fill: rgba(0,0,0,0);
        stroke: #e84a43;
        stroke-width: 1.5px;
        transition: fill 250ms
    }

    .LtaU1R ._zh4Km {
        display: none
    }

    .LtaU1R.rbBvhf svg {
        opacity: 1;
        fill: #e84a43;
        stroke: none
    }

    .LtaU1R.rbBvhf ._zh4Km {
        display: inline-block;
        position: absolute;
        inset-inline-start: -3px;
        top: -3px;
        border-radius: 100%;
        opacity: 0;
        width: 24px;
        height: 24px;
        border: solid 3px #e84a43
    }

    .LtaU1R.rbBvhf .IiFRN3 {
        display: inline-block;
        position: absolute;
        inset-inline-start: 8px;
        top: 7px;
        opacity: 0;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background-color: #e84a43
    }

    .U1kLgW.LtaU1R.rbBvhf svg {
        animation: b 500ms
    }

    .U1kLgW.LtaU1R.rbBvhf ._zh4Km {
        animation: c 300ms
    }

    .U1kLgW.LtaU1R.rbBvhf .IiFRN3 {
        animation: d 500ms;
        animation-delay: 100ms
    }

    .TlM_il, .h1CBon, .ab2Jus, .GKdqLq {
        display: inline-block;
        position: absolute;
        inset-inline-start: 8px;
        top: 7px;
        width: 6px;
        height: 6px
    }

    .TlM_il {
        transform: rotate(0deg)
    }

    .h1CBon {
        transform: rotate(144deg)
    }

    .ab2Jus {
        transform: rotate(216deg)
    }

    .GKdqLq {
        transform: rotate(288deg)
    }

    @keyframes b {
        0% {
            transform: scale(0.1)
        }

        40% {
            transform: scale(1.3)
        }

        70% {
            transform: scale(0.9)
        }

        90% {
            transform: scale(1.1)
        }

        100% {
            transform: scale(1)
        }
    }

    @keyframes c {
        0% {
            transform: scale(0.1);
            opacity: .1
        }

        20% {
            opacity: 1
        }

        100% {
            transform: scale(1.5);
            opacity: 0
        }
    }

    @keyframes d {
        0% {
            transform: translateX(5px) scale(1);
            opacity: 0
        }

        20% {
            opacity: 1
        }

        100% {
            transform: translateX(17px) scale(0);
            opacity: 0
        }
    }

    .Kh5HMz {
        border: 0;
        background: none;
        padding: 0;
        color: inherit;
        font: inherit;
        font-size: inherit !important;
        line-height: 1
    }

    .h7K_lu {
        display: inline-flex;
        align-items: center
    }

    .FYRNvd {
        padding-inline-end:5px}

    .p9gct4 {
        flex-direction: row-reverse
    }

    .p9gct4 .FYRNvd {
        padding-inline-end:0;padding-inline-start:5px}

    .laz8E8 {
        border: 0 !important;
        clip: rect(1px, 1px, 1px, 1px) !important;
        -webkit-clip-path: inset(50%) !important;
        clip-path: inset(50%) !important;
        height: 1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
        white-space: nowrap !important
    }

    .t66ylj {
        display: inline-flex;
        align-items: center;
        padding-inline-end:2px}

    .eYQJQu:not(:first-child) {
        margin-inline-start:6px}

    .E54HWO {
        display: flex;
        align-items: center;
        overflow: hidden;
        white-space: nowrap
    }

    .E54HWO>*+* {
        margin-inline-start:16px}

    .lkXNhM {
        display: inline-flex;
        color: inherit;
        font: inherit;
        overflow: hidden;
        position: relative
    }

    .lkXNhM:focus-visible:before {
        content: "";
        position: absolute;
        top: 3px;
        left: 3px;
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        box-shadow: 0 0 0 1px #fff,0 0 0 3px #116dff
    }

    .P7Wc3k {
        position: relative
    }

    .P7Wc3k:focus-visible:before {
        content: "";
        position: absolute;
        top: 3px;
        left: 3px;
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        box-shadow: 0 0 0 1px #fff,0 0 0 3px #116dff
    }

    .NT9zC5 {
        display: flex;
        justify-content: space-between;
        height: var(--blog-pl-footer-content-height);
        line-height: 1.5;
        font-size: 12px !important
    }

    .NT9zC5.eJayAP, .NT9zC5.T6pLzn, .NT9zC5.KToN9P {
        justify-content: flex-start
    }

    .zGPuSQ {
        font-size: inherit !important
    }

    .PsEy9r {
        display: flex;
        margin-inline-end:16px;overflow: hidden
    }

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

    .CS4xCt {
        margin: 0px 0 var(--blog-pl-category-label-margin-bottom);
        line-height: 1.2;
        font-size: 0
    }

    .pratMU {
        display: inline-block
    }

    .d7TwYL, .g99UQY, .u0T9F0 {
        margin-top: 4px
    }

    .TRcECH {
        margin-bottom: var(--blog-pl-slider-category-label-margin-bottom)
    }

    .ewnq0g, .dU7Co_, .TpXFK4, .sEWsEY {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        flex-grow: 1
    }

    @media(max-width: 659px) {
        .use-media-queries .ewnq0g, .use-media-queries .dU7Co_, .use-media-queries .TpXFK4, .use-media-queries .sEWsEY {
            margin-bottom:0
        }
    }

    .lt-s .ewnq0g, .lt-s .dU7Co_, .lt-s .TpXFK4, .lt-s .sEWsEY {
        margin-bottom: 0
    }

    .dqpczu {
        border-style: solid;
        font: var(--category-label-button-textFont, var(--wix-font-Body-M));
        font-size: var(--category-label-button-textFont-size, 14px);
        color: rgb(var(--category-label-button-textColor, var(--wix-color-1)));
        background-color: rgb(var(--category-label-button-backgroundColor, var(--wix-color-8)));
        border-color: rgb(var(--category-label-button-borderColor, var(--wix-color-8)));
        border-width: calc(var(--category-label-button-borderWidth, 0)*1px);
        border-radius: calc(var(--category-label-button-cornerRadius, 0)*1px);
        padding: calc(var(--category-label-button-verticalPadding, 6)*1px) calc(var(--category-label-button-horizontalPadding, 12)*1px)
    }

    .dqpczu:hover {
        color: rgb(var(--category-label-button-textColorHover, var(--wix-color-1)));
        background-color: rgb(var(--category-label-button-backgroundColorHover, var(--wix-color-8)));
        border-color: rgb(var(--category-label-button-borderColorHover, var(--wix-color-8)))
    }

    .SkWvPq {
        font: var(--category-label-text-textFont, var(--wix-font-Body-M));
        color: rgb(var(--category-label-text-textColor, var(--wix-color-8)))
    }

    .SkWvPq:hover {
        color: rgb(var(--category-label-text-textColorHover, var(--wix-color-8)))
    }

    .iT3c03.dqpczu {
        border-style: solid;
        font: var(--category-label-button-mobile-textFont, var(--wix-font-Body-M));
        color: rgb(var(--category-label-button-mobile-textColor, var(--wix-color-1)));
        background-color: rgb(var(--category-label-button-mobile-backgroundColor, var(--wix-color-8)));
        border-color: rgb(var(--category-label-button-mobile-borderColor, var(--wix-color-8)));
        border-width: calc(var(--category-label-button-mobile-borderWidth, 0)*1px);
        border-radius: calc(var(--category-label-button-mobile-cornerRadius, 0)*1px);
        padding: calc(var(--category-label-button-mobile-verticalPadding, 6)*1px) calc(var(--category-label-button-mobile-horizontalPadding, 12)*1px)
    }

    .iT3c03.SkWvPq {
        font: var(--category-label-text-mobile-textFont, var(--wix-font-Body-M));
        color: rgb(var(--category-label-text-mobile-textColor, var(--wix-color-8)))
    }

    .ERiany {
        position: absolute;
        padding: 4px 9px;
        background: #2f2e2e;
        color: #fff;
        z-index: 1000;
        font-family: "Avenir Next";
        white-space: normal;
        font-size: 12px;
        pointer-events: none
    }

    .oEw3_Y {
        content: "";
        display: block;
        position: absolute;
        border: 5px solid rgba(0,0,0,0);
        margin: auto;
        inset-inline-end: 0;
        inset-inline-start: 0;
        top: 100%;
        width: 0;
        height: 0;
        transform: rotate(180deg)
    }

    .oEw3_Y.wh3B27 {
        border-bottom-color: #2f2e2e
    }

    .hULj4j {
        content: "";
        display: block;
        position: absolute;
        border: 4px solid rgba(0,0,0,0);
        margin: auto;
        inset-inline-end: 0;
        inset-inline-start: 0;
        top: 100%;
        width: 0;
        height: 0;
        transform: rotate(180deg)
    }

    .hULj4j.wh3B27 {
        border-bottom-color: #2f2e2e
    }

    .s3LKPq {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    @media print {
        .s3LKPq * {
            fill: #000
        }
    }

    .MXGxaz {
        position: absolute;
        top: -22px;
        line-height: 1
    }

    .tQ0Q1A {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%
    }

    @media print {
        .tQ0Q1A {
            color: #000 !important
        }
    }

    .tmHsxH {
        height: 1px;
        opacity: .2
    }

    .Dgf2Op {
        width: 1px;
        height: 100%;
        opacity: .2;
        flex: 0 0 1px;
        flex-shrink: 0
    }

    .Ki_0_s {
        width: 2px;
        height: 2px;
        border-radius: 50%;
        align-self: center
    }

    .xUuoH9 {
        display: flex;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
        max-width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .rmqd9q {
        margin: 0 8px
    }

    .F4tRtJ {
        min-width: 0px
    }

    .MBUSKJ {
        font-size: inherit !important
    }

    .UZa2Xr {
        overflow: hidden;
        text-overflow: ellipsis
    }

    .dZs5e3 {
        display: flex;
        flex-direction: column;
        padding-inline-start:10px;font-size: 12px !important;
        max-width: 100%
    }

    .dZs5e3:first-child {
        padding-inline-start:0px}

    .dZs5e3.krCqqh {
        font-size: inherit
    }

    @media(min-width: 980px) {
        .use-media-queries .mtJpOF .dZs5e3 {
            padding-inline-start:18px
        }
    }

    .gt-sm .mtJpOF .dZs5e3 {
        padding-inline-start:18px}

    .dZs5e3.PZIDK7 ul {
        line-height: 19px
    }

    .mJ89ha {
        font-size: inherit !important
    }

    .taLqKM {
        display: flex;
        align-items: center;
        height: 19px;
        max-width: 100%
    }

    .lR3yj5 {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        overflow: hidden
    }

    .lR3yj5:active::after {
        background-color: rgba(0,0,0,.3)
    }

    .lR3yj5::after {
        content: "";
        display: block;
        padding-bottom: 100%
    }

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

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

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

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

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

    .ERF5R1 {
        display: inline-block;
        position: relative;
        width: 32px;
        height: 32px
    }

    @media(min-width: 660px) {
        .use-media-queries .ERF5R1.A9WFUN {
            width:40px;
            height: 40px
        }
    }

    .gt-xs .ERF5R1.A9WFUN {
        width: 40px;
        height: 40px
    }

    @media(min-width: 660px) {
        .use-media-queries .ERF5R1.A0qBRg {
            width:92px;
            height: 92px
        }
    }

    .gt-xs .ERF5R1.A0qBRg {
        width: 92px;
        height: 92px
    }

    .ERF5R1.zI70HL {
        width: 80px;
        height: 80px
    }

    @media(min-width: 660px) {
        .use-media-queries .ERF5R1.zI70HL {
            width:100px;
            height: 100px
        }
    }

    .gt-xs .ERF5R1.zI70HL {
        width: 100px;
        height: 100px
    }

    .ERF5R1.pozZSb {
        width: 40px;
        height: 40px
    }

    @media(min-width: 660px) {
        .use-media-queries .ERF5R1.pozZSb {
            width:80px;
            height: 80px
        }
    }

    .gt-xs .ERF5R1.pozZSb {
        width: 80px;
        height: 80px
    }

    .ERF5R1.Zcb_uj {
        width: 30px;
        height: 30px
    }

    .ERF5R1.bCACxF {
        width: 20px;
        height: 20px
    }

    @media(min-width: 660px) {
        .use-media-queries .ERF5R1.bCACxF {
            width:40px;
            height: 40px
        }
    }

    .gt-xs .ERF5R1.bCACxF {
        width: 40px;
        height: 40px
    }

    .ERF5R1.C3KamW {
        width: 20px;
        height: 20px
    }

    @media(min-width: 660px) {
        .use-media-queries .ERF5R1.C3KamW {
            width:30px;
            height: 30px
        }
    }

    .gt-xs .ERF5R1.C3KamW {
        width: 30px;
        height: 30px
    }

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

    .dlINDG {
        padding-inline-start:12px}

    .dlINDG:first-child {
        padding-inline-start:0px}

    .WmZAIu {
        width: 100%;
        display: flex;
        height: 100%;
        position: relative
    }

    .Bvf4SR {
        font-size: 0;
        border: none;
        background: none;
        padding: 0
    }

    ._EA3Ke {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 24px;
        width: 24px;
        cursor: pointer
    }

    .Z9ijf3 {
        position: absolute;
        z-index: 900;
        min-width: 200px;
        max-width: 300px;
        box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
        margin: 5px
    }

    .l6L1Fh {
        height: 19px
    }

    .bFiLuu {
        transform: translateZ(0)
    }

    .bFiLuu.post-header-icons-leave-active, .bFiLuu.post-header-icons-enter-active {
        transition: max-width .2s
    }

    .bFiLuu.post-header-icons-leave-active .l6L1Fh, .bFiLuu.post-header-icons-enter-active .l6L1Fh {
        transition: transform .2s
    }

    .bFiLuu.post-header-icons-leave, .bFiLuu.post-header-icons-enter.post-header-icons-enter-active {
        max-width: 22px
    }

    .bFiLuu.post-header-icons-leave .l6L1Fh, .bFiLuu.post-header-icons-enter.post-header-icons-enter-active .l6L1Fh {
        transform: scale3d(1, 1, 0)
    }

    .bFiLuu.post-header-icons-leave.post-header-icons-leave-active, .bFiLuu.post-header-icons-enter {
        max-width: 0
    }

    .bFiLuu.post-header-icons-leave.post-header-icons-leave-active .l6L1Fh, .bFiLuu.post-header-icons-enter .l6L1Fh {
        transform: scale3d(0, 0, 0)
    }

    .XqK7Ko {
        display: flex;
        align-items: center
    }

    .XqK7Ko>*+* {
        margin-inline-start:18px}

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

    @media(min-width: 980px) {
        .use-media-queries .SbjQym {
            padding-bottom:12px
        }
    }

    .gt-sm .SbjQym {
        padding-bottom: 12px
    }

    .SbjQym.IStc0y {
        padding-bottom: 18px
    }

    .SbjQym._dR9OP, .SbjQym.YD6Z1G {
        padding-bottom: 12px
    }

    .SbjQym.Nn0z1D, .SbjQym.SoK2Wc {
        padding-bottom: 24px
    }

    .SbjQym.DKNKji, .SbjQym.rA58nq, .SbjQym.Ij__Zw, .SbjQym.jc3Fi0, .SbjQym.kAgxB9, .SbjQym.MLEYRZ, .SbjQym.AwRwmV, .SbjQym.otAa9D {
        padding-bottom: 12px
    }

    .SbjQym.otAa9D.Fsmreb {
        padding-bottom: 0px
    }

    .SbjQym.wjdRtO:not(.kAgxB9) {
        padding-bottom: 0;
        margin-bottom: 5px
    }

    .SbjQym.wjdRtO:not(.kAgxB9).TjmPXo {
        margin-bottom: var(--blog-pl-header-margin-bottom)
    }

    .SbjQym.wjdRtO:not(.kAgxB9).TjmPXo.vL7wf0 {
        margin-bottom: 0
    }

    .SbjQym.wjdRtO:not(.kAgxB9).TjmPXo.YVAddP {
        margin-bottom: auto
    }

    .SbjQym.Mo4mKl {
        padding: 0;
        font-size: inherit
    }

    @media(min-width: 980px) {
        .use-media-queries .SbjQym.Mo4mKl {
            padding:11px 11px 24px
        }
    }

    .gt-sm .SbjQym.Mo4mKl {
        padding: 11px 11px 24px
    }

    .V_aJB6 {
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        margin-inline-end:auto;font-size: 14px;
        min-block-size: var(--blog-pl-header-height);
        max-inline-size: calc(100% - 42px)
    }

    .V_aJB6.CH7asw {
        max-inline-size: calc(100% - 54px)
    }

    .Mo4mKl .V_aJB6 {
        font-size: inherit
    }

    @media(min-width: 980px) {
        .use-media-queries .PVEWzt .V_aJB6, .use-media-queries .eOIH_4 .V_aJB6, .use-media-queries .otAa9D .V_aJB6, .use-media-queries .G1sD4r .V_aJB6 {
            font-size:12px
        }
    }

    .gt-sm .PVEWzt .V_aJB6, .gt-sm .eOIH_4 .V_aJB6, .gt-sm .otAa9D .V_aJB6, .gt-sm .G1sD4r .V_aJB6 {
        font-size: 12px
    }

    .pWST8_ .V_aJB6, .vL7wf0 .V_aJB6, .rDlcKq .V_aJB6 {
        height: auto
    }

    .YiEou4 {
        display: none
    }

    @media(min-width: 980px) {
        .use-media-queries .YiEou4 {
            display:inline-block;
            margin-inline-start:auto}
    }

    .gt-sm .YiEou4 {
        display: inline-block;
        margin-inline-start:auto}

    .YfT_t7 {
        opacity: .6
    }

    .Dgs_GX {
        display: flex;
        align-items: center;
        margin-inline-end:3px}

    .YiEou4+.Dgs_GX {
        margin-inline-start:12px}

    .GygROR {
        margin: 0;
        margin-inline-end:-9px}

    .GygROR.pWST8_, .GygROR.rDlcKq {
        margin-inline-end:-18px}

    @media(min-width: 980px) {
        .use-media-queries .Mo4mKl .GygROR {
            margin-inline-end:0
        }
    }

    .gt-sm .Mo4mKl .GygROR {
        margin-inline-end:0}

    .Q8iQIg, .dtYGur {
        opacity: .1;
        overflow-y: hidden;
        transform: scale3d(0.1, 0.1, 1)
    }

    .VL02DE, .EhKyap {
        opacity: 1;
        transform: scale3d(1, 1, 1);
        transition: all .4s ease-in
    }

    .Z0hXe1 {
        display: flex
    }

    .JMAXlV {
        --full: rgb(var(--full-icon-color, $black-rgb));
        --empty: rgb(var(--empty-icon-color, $gray-rgb));
        position: relative
    }

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

    .hhO2ky {
        display: flex
    }

    .JMAXlV .hhO2ky {
        gap: 0 6px
    }

    .siwre6 {
        color: var(--full)
    }

    .MKPjdi {
        color: var(--empty)
    }

    .TbC84K {
        display: flex;
        position: relative
    }

    .j6jO4F .MrH3GO {
        display: block
    }

    .j6jO4F {
        -webkit-clip-path: inset(0 50% 0 0);
        clip-path: inset(0 50% 0 0)
    }

    [dir=rtl] .j6jO4F {
        -webkit-clip-path: inset(0 0 0 50%);
        clip-path: inset(0 0 0 50%)
    }

    .MrH3GO {
        position: absolute;
        -webkit-clip-path: inset(0 0 0 50%);
        clip-path: inset(0 0 0 50%)
    }

    [dir=rtl] .MrH3GO {
        -webkit-clip-path: inset(0 50% 0 0);
        clip-path: inset(0 50% 0 0)
    }

    .TYUuco {
        transition: color .3s ease-in
    }

    .A6pgue {
        display: flex;
        align-items: center
    }

    .KJeQ3_ {
        margin-inline-start:12px;line-height: 1
    }

    .T5ArNO .KJeQ3_ {
        animation: e .3s ease-in
    }

    .TW0XHJ .KJeQ3_, .z8kPtl .KJeQ3_ {
        margin-inline-start:7px}

    @keyframes e {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    .wR7PET {
        word-break: break-word;
        overflow: hidden;
        line-height: 1.5;
        height: 100%
    }

    .DxQ8C1 {
        height: 100%;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3
    }

    .BOlnTh {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .T5UMT5 {
        overflow-wrap: break-word;
        font-weight: inherit;
        word-break: break-word;
        margin-top: 18px;
        font-size: 22px;
        line-height: 30px
    }

    .T5UMT5:not(.iFTNPs):active {
        opacity: .5;
        cursor: pointer
    }

    .T5UMT5.mjh3Ex, .T5UMT5.I9XQQf, .T5UMT5.xwfLlB, .T5UMT5.AreR2k, .T5UMT5.LMmmGm, .T5UMT5.Qr0HYQ, .T5UMT5.zKj_nc, .T5UMT5.WD_8WI {
        margin-top: 0
    }

    .T5UMT5.tMAW2P {
        margin-top: 0
    }

    @media(min-width: 660px) {
        .use-media-queries .T5UMT5.tMAW2P {
            line-height:24px !important
        }
    }

    .gt-xs .T5UMT5.tMAW2P {
        line-height: 24px !important
    }

    .T5UMT5.v0TP18, .T5UMT5.PW6Nzn {
        margin-top: 0
    }

    @media(max-width: 659px) {
        .use-media-queries .T5UMT5.v0TP18, .use-media-queries .T5UMT5.PW6Nzn {
            line-height:1.4 !important
        }
    }

    .lt-s .T5UMT5.v0TP18, .lt-s .T5UMT5.PW6Nzn {
        line-height: 1.4 !important
    }

    .T5UMT5.nOu63e._wPn3X, .T5UMT5.xAtwHK._wPn3X, .T5UMT5.ML3wIh._wPn3X, .T5UMT5.SmUSYw._wPn3X {
        margin-top: 12px
    }

    @media(min-width: 660px) {
        .use-media-queries .T5UMT5.nOu63e._wPn3X, .use-media-queries .T5UMT5.xAtwHK._wPn3X, .use-media-queries .T5UMT5.ML3wIh._wPn3X, .use-media-queries .T5UMT5.SmUSYw._wPn3X {
            margin-top:0
        }
    }

    .gt-xs .T5UMT5.nOu63e._wPn3X, .gt-xs .T5UMT5.xAtwHK._wPn3X, .gt-xs .T5UMT5.ML3wIh._wPn3X, .gt-xs .T5UMT5.SmUSYw._wPn3X {
        margin-top: 0
    }

    @media(min-width: 660px) {
        .use-media-queries .T5UMT5 {
            margin-top:1px;
            font-size: inherit;
            line-height: inherit
        }

        .use-media-queries .T5UMT5.I9XQQf, .use-media-queries .T5UMT5.xwfLlB, .use-media-queries .T5UMT5.AreR2k, .use-media-queries .T5UMT5.LMmmGm, .use-media-queries .T5UMT5.Qr0HYQ {
            line-height: 1.4
        }
    }

    .gt-xs .T5UMT5 {
        margin-top: 1px;
        font-size: inherit;
        line-height: inherit
    }

    .gt-xs .T5UMT5.I9XQQf, .gt-xs .T5UMT5.xwfLlB, .gt-xs .T5UMT5.AreR2k, .gt-xs .T5UMT5.LMmmGm, .gt-xs .T5UMT5.Qr0HYQ {
        line-height: 1.4
    }

    .T5UMT5.zEYAqe, .T5UMT5.SSbNRm {
        line-height: 1.4 !important
    }

    .KNiaIk {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .bD0vt9 {
        font: inherit
    }

    .Bzea4H {
        height: 100%;
        position: absolute;
        inset: 0;
        z-index: -1
    }

    div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .gallery-item-hover:not(.hide-hover),div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .gallery-item-content,div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .hover-info-element {
        transition: transform 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99) !important
    }

    div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-content {
        transform: scale(1.1)
    }

    div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover),div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover) {
        transform: scale(1.11)
    }

    div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover) .hover-info-element,div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover) .hover-info-element {
        transform: scale(0.9009009009)
    }

    div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover) .gallery-item-content {
        transition: filter .4s linear !important
    }

    div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover).simulate-hover .gallery-item-content .gallery-item,div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover):hover .gallery-item-content .gallery-item {
        filter: blur(6px)
    }

    div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover) .gallery-item-content {
        transition: filter .6s ease !important
    }

    div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover):hover .gallery-item-content {
        filter: grayscale(1)
    }

    div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) {
        transition: background-color .4s ease !important
    }

    div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) .gallery-item-content,div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) .gallery-item-hover:not(.hide-hover) {
        transition: transform .4s ease !important
    }

    div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover,div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover {
        background-color: transparent !important
    }

    div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover .gallery-item-content {
        transform: scale(0.985)
    }

    div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover),div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover) {
        transform: scale(0.985)
    }

    div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover) .gallery-item-content {
        transition: filter .6s ease !important
    }

    div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover):hover .gallery-item-content {
        filter: invert(1)
    }

    div.pro-gallery .gallery-item-container.color-in-on-hover .gallery-item-content {
        filter: grayscale(1);
        transition: filter .6s ease !important
    }

    div.pro-gallery .gallery-item-container.color-in-on-hover.simulate-hover:not(.hide-hover) .gallery-item-content,div.pro-gallery .gallery-item-container.color-in-on-hover:hover:not(.hide-hover) .gallery-item-content {
        filter: grayscale(0)
    }

    div.pro-gallery .gallery-item-container.darkened-on-hover .gallery-item-content {
        filter: brightness(1);
        transition: filter .6s ease !important
    }

    div.pro-gallery .gallery-item-container.darkened-on-hover.simulate-hover:not(.hide-hover) .gallery-item-content,div.pro-gallery .gallery-item-container.darkened-on-hover:hover:not(.hide-hover) .gallery-item-content {
        filter: brightness(0.7)
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover {
        transition: none
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover:before {
        opacity: 0
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover .gallery-item-hover-inner {
        opacity: 0
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover,div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) {
        transition: none
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover):before {
        opacity: 1;
        background: rgba(8, 8, 8, 0.75)
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover .info-member:not(.hidden),div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) .info-member:not(.hidden) {
        opacity: 1 !important
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover {
        transition: filter .4s ease,opacity .4s ease !important
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover:before {
        transition: filter .4s ease,opacity .4s ease !important;
        filter: opacity(0)
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover .info-member:not(.hidden) {
        transition: opacity .4s ease
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in:hover .gallery-item-hover:not(.hide-hover):before {
        filter: opacity(1)
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover {
        transition: transform .4s ease,filter .2s ease,opacity .2s ease !important
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover:before {
        transition: transform .4s ease,filter .2s ease,opacity .2s ease !important;
        transform: scale(0.9);
        filter: opacity(0)
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover .info-member:not(.hidden) {
        transition: opacity .2s ease
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand:hover .gallery-item-hover:not(.hide-hover):before {
        transform: scale(1);
        filter: opacity(1)
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover {
        transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover:before {
        transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;
        transform: translateY(100%);
        filter: opacity(0)
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover .info-member:not(.hidden) {
        transition: opacity .4s ease
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up:hover .gallery-item-hover:not(.hide-hover):before {
        transform: translateY(0);
        filter: opacity(1)
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover {
        transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover:before {
        transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;
        transform: translateX(-100%);
        filter: opacity(0)
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover .info-member:not(.hidden) {
        transition: opacity .4s ease
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right:hover .gallery-item-hover:not(.hide-hover):before {
        transform: translateX(0);
        filter: opacity(1)
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover {
        transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover:before {
        transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;
        transform: translateX(100%);
        filter: opacity(0)
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover .info-member:not(.hidden) {
        transition: opacity .4s ease
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left:hover .gallery-item-hover:not(.hide-hover):before {
        transform: translateX(0);
        filter: opacity(1)
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover {
        transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover:before {
        transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;
        transform: translateY(-100%);
        filter: opacity(0)
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover .info-member:not(.hidden) {
        transition: opacity .4s ease
    }

    div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down:hover .gallery-item-hover:not(.hide-hover):before {
        transform: translateY(0);
        filter: opacity(1)
    }

    div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover {
        transition: none
    }

    div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover:before {
        opacity: 1;
        background: rgba(8, 8, 8, 0.75)
    }

    div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .gallery-item-hover-inner {
        opacity: 1
    }

    div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .info-member:not(.hidden) {
        opacity: 1 !important
    }

    div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover,div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) {
        transition: none
    }

    div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover):before {
        opacity: 0
    }

    div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover .info-member:not(.hidden),div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) .info-member:not(.hidden) {
        opacity: 0 !important
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover {
        transition: filter .4s ease,opacity .4s ease !important
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover:before {
        transition: filter .4s ease,opacity .4s ease !important;
        filter: opacity(1)
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover .info-member:not(.hidden) {
        transition: opacity .4s ease
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in:hover .gallery-item-hover:not(.hide-hover):before {
        filter: opacity(0)
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover {
        transition: transform .4s ease,filter .2s ease,opacity .2s ease !important
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover:before {
        transition: transform .4s ease,filter .2s ease,opacity .2s ease !important;
        transform: scale(1);
        filter: opacity(1)
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover .info-member:not(.hidden) {
        transition: opacity .2s ease
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand:hover .gallery-item-hover:not(.hide-hover):before {
        transform: scale(0.9);
        filter: opacity(0)
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover {
        transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover:before {
        transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;
        transform: translateY(0);
        filter: opacity(1)
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover .info-member:not(.hidden) {
        transition: opacity .4s ease
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up:hover .gallery-item-hover:not(.hide-hover):before {
        transform: translateY(100%);
        filter: opacity(0)
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover {
        transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover:before {
        transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;
        transform: translateX(0);
        filter: opacity(1)
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover .info-member:not(.hidden) {
        transition: opacity .4s ease
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right:hover .gallery-item-hover:not(.hide-hover):before {
        transform: translateX(-100%);
        filter: opacity(0)
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover {
        transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover:before {
        transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;
        transform: translateX(100%);
        filter: opacity(1)
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover .info-member:not(.hidden) {
        transition: opacity .4s ease
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left:hover .gallery-item-hover:not(.hide-hover):before {
        transform: translateX(0);
        filter: opacity(0)
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover {
        transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover:before {
        transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;
        transform: translateY(-100%);
        filter: opacity(1)
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover .info-member:not(.hidden) {
        transition: opacity .4s ease
    }

    div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down:hover .gallery-item-hover:not(.hide-hover):before {
        transform: translateY(0);
        filter: opacity(0)
    }

    .animation-slide {
        transition: width .4s ease,height .4s ease,top .4s ease,left .4s ease
    }

    .item-with-secondary-media-container .secondary-media-item.hide {
        opacity: 0
    }

    .item-with-secondary-media-container .secondary-media-item.show {
        opacity: 1
    }

    *[data-collapsed=true] .pro-gallery-parent-container .gallery-item, *[data-hidden=true] .pro-gallery-parent-container .gallery-item {
        background-image: none !important
    }

    html.pro-gallery {
        width: 100%;
        height: auto
    }

    body.pro-gallery {
        transition: opacity 2s ease
    }

    #gallery-loader {
        position: fixed;
        top: 50%
    }

    .show-more-container {
        text-align: center;
        line-height: 138px
    }

    .show-more-container i.show-more {
        color: #5d5d61;
        font-size: 40px;
        cursor: pointer;
        margin-top: -3px
    }

    .show-more-container button.show-more {
        display: inline-block;
        padding: 11px 29px;
        border-radius: 0;
        border: 2px solid #5d5d61;
        font-family: "HelveticaNeueW01-45Ligh","HelveticaNeueW02-45Ligh","HelveticaNeueW10-45Ligh",sans-serif;
        font-size: 12px;
        color: #5d5d61;
        background: transparent;
        cursor: pointer
    }

    .show-more-container button.show-more:hover {
        background: rgba(0, 0, 0, 0.1)
    }

    .more-items-loader {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 50px;
        font-size: 30px;
        color: #3899ec
    }

    .version-header {
        color: #e03939;
        text-align: left;
        font-family: "Consolas",monospace;
        font-size: 13px;
        position: absolute;
        top: 0;
        left: 0;
        width: 320px;
        height: 100px;
        line-height: 30px;
        background: rgba(255, 255, 255, 0.8);
        z-index: 100
    }

    .auto-slideshow-button {
        margin-top: 19px;
        padding: 5px;
        height: 28px;
        width: 20px;
        left: auto;
        z-index: 1;
        position: absolute;
        display: flex;
        text-align: center;
        cursor: pointer;
        opacity: .9
    }

    .auto-slideshow-counter {
        margin-top: 24px;
        left: auto;
        z-index: 1;
        position: absolute;
        display: flex;
        text-align: center;
        opacity: .9;
        font-size: 15px;
        line-height: normal
    }

    .mouse-cursor {
        display: flex;
        width: 100%;
        position: absolute
    }

    .nav-arrows-container {
        left: auto;
        position: absolute;
        display: flex;
        text-align: center;
        cursor: pointer;
        opacity: .9;
        align-items: center;
        background: transparent;
        border: none;
        outline: none;
        justify-content: center
    }

    .nav-arrows-container.follow-mouse-cursor {
        position: relative;
        cursor: none
    }

    .nav-arrows-container:hover {
        opacity: 1
    }

    .nav-arrows-container.drop-shadow svg {
        filter: drop-shadow(0px 1px 0.15px #B2B2B2)
    }

    .nav-arrows-container .slideshow-arrow {
        flex-shrink: 0
    }

    .arrow-portal-container span {
        animation: fadeIn .1s ease-in-out;
        position: fixed;
        transition: top 50ms,left 50ms;
        display: flex;
        align-items: center;
        justify-content: center
    }

    div.gallery-slideshow div.pro-gallery,div.gallery-slideshow .gallery-column {
        box-sizing: content-box !important
    }

    div.gallery-slideshow .gallery-group,div.gallery-slideshow .gallery-item-container,div.gallery-slideshow .gallery-item-wrapper {
        overflow: visible !important
    }

    div.gallery-slideshow.streched .gallery-slideshow-info {
        padding-left: 50px !important;
        padding-right: 50px !important
    }

    @media(max-width: 500px) {
        div.gallery-slideshow div.pro-gallery .gallery-slideshow-info {
            padding-left:20px;
            padding-right: 20px
        }
    }

    div.gallery-slideshow div.pro-gallery .gallery-item-container .gallery-slideshow-info {
        position: absolute;
        padding-top: 0px;
        bottom: -220px;
        height: 220px;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        z-index: 15
    }

    .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
        padding: 30px 60px
    }

    .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
        padding: 30px 10px 50px
    }

    .gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
        padding: 30px
    }

    div.pro-gallery {
        width: 100%;
        height: 100%;
        overflow: hidden;
        backface-visibility: hidden;
        position: relative
    }

    div.pro-gallery .gallery-column {
        float: left;
        overflow: hidden;
        position: relative;
        transform-style: preserve-3d;
        backface-visibility: hidden
    }

    div.pro-gallery .gallery-column .gallery-left-padding {
        display: inline-block;
        height: 100%
    }

    div.pro-gallery .gallery-column .gallery-top-padding {
        display: block;
        width: 100%
    }

    div.pro-gallery .gallery-group {
        float: left;
        overflow: hidden;
        position: relative;
        transform-style: preserve-3d;
        backface-visibility: hidden;
        box-sizing: border-box;
        padding: 0;
        font-family: "HelveticaNeueW01-45Ligh","HelveticaNeueW02-45Ligh","HelveticaNeueW10-45Ligh",sans-serif;
        font-size: 11px
    }

    div.pro-gallery .gallery-group.debug.gallery-group-gone {
        background: #cdcdd0
    }

    div.pro-gallery .gallery-group.debug.gallery-group-visible {
        background: #c1f0c1
    }

    div.pro-gallery .gallery-group.debug.gallery-group-hidden {
        background: #f99
    }

    div.pro-gallery .gallery-item-container {
        position: absolute;
        display: inline-block;
        vertical-align: top;
        border: none;
        padding: 0;
        border-radius: 0;
        box-sizing: border-box;
        overflow: hidden;
        transform-style: preserve-3d;
        backface-visibility: hidden;
        outline: none;
        text-decoration: none;
        color: inherit;
        will-change: top,left,width,height;
        box-sizing: border-box;
        font-family: "HelveticaNeueW01-45Ligh","HelveticaNeueW02-45Ligh","HelveticaNeueW10-45Ligh",sans-serif;
        font-size: 11px;
        cursor: default;
        scroll-snap-align: center
    }

    div.pro-gallery .gallery-item-container:hover .gallery-item-common-info {
        cursor: pointer
    }

    div.pro-gallery .gallery-item-container:hover .gallery-item-common-info button {
        text-decoration: underline;
        cursor: pointer
    }

    div.pro-gallery .gallery-item-container.visible {
        transform: translate3d(0, 0, 0)
    }

    div.pro-gallery .gallery-item-container.clickable {
        cursor: pointer
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item .gallery-item {
        object-fit: cover
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item .text-item>div {
        width: 100% !important;
        height: 100% !important
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper.transparent,div.pro-gallery .gallery-item-container .gallery-item-wrapper.cube-type-fit {
        background: transparent
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-preload {
        display: none
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper.cube-type-fit .gallery-item {
        background: transparent;
        object-fit: contain
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item {
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        overflow: hidden;
        border-radius: 0
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item {
        box-sizing: border-box;
        /*! autoprefixer: ignore next */
        -webkit-font-smoothing: antialiased;
        white-space: initial
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item .te-pro-gallery-text-item {
        line-height: normal !important;
        letter-spacing: normal !important
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item>div {
        background: initial !important;
        box-sizing: border-box
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item p,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item span,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item div,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h1,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h2,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h3,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h4,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h5,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h6,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item i {
        margin: 0;
        padding: 0
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item .pro-circle-preloader {
        top: 50%;
        left: 50%;
        height: 30px;
        width: 15px;
        z-index: -1;
        opacity: .4
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item img.gallery--placeholder-item {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        object-position: center
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded {
        background-color: transparent;
        opacity: 1 !important;
        animation: none !important
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded.image-item:after {
        display: none !important
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded~.pro-circle-preloader {
        display: none
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.error {
        opacity: 0 !important
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-preloaded {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-preloaded.grid-fit {
        background-size: contain
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video {
        overflow: hidden;
        text-align: center
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video iframe {
        left: 0;
        top: 0
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playing button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playing i {
        display: none
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playedOnce~.image-item {
        pointer-events: none;
        opacity: 0;
        transition: opacity .2s ease
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i {
        display: inline-block;
        text-rendering: auto;
        /*! autoprefixer: ignore next */
        -webkit-font-smoothing: antialiased;
        position: absolute;
        z-index: 11;
        top: 50%;
        left: 50%;
        height: 60px;
        text-align: center;
        margin: -30px 0 0 -30px;
        background: #080808;
        color: #fff;
        border-radius: 50px;
        opacity: .7
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-triangle,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-triangle {
        opacity: 1
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-triangle,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-background,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-triangle,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-background {
        font-size: 26px
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button:hover,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i:hover {
        opacity: .9
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button:before,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i:before {
        font-size: 2.3em;
        opacity: 1
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-info {
        position: absolute;
        bottom: -220px;
        height: 220px;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        z-index: 15
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-info>div {
        height: 100%;
        width: 100%
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
        white-space: initial;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        box-sizing: border-box;
        border-radius: 0;
        z-index: 15;
        overflow: hidden
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-hover-inner {
        height: 100%
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover.no-hover-bg:before {
        opacity: 0 !important
    }

    div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        box-sizing: border-box;
        z-index: -1
    }

    div.pro-gallery .gallery-item-container .gallery-item-common-info {
        box-sizing: border-box;
        cursor: pointer
    }

    div.pro-gallery.one-row {
        white-space: nowrap;
        float: left
    }

    div.pro-gallery.one-row .gallery-column {
        width: 100%;
        float: none;
        white-space: nowrap
    }

    div.pro-gallery.one-row .gallery-column .gallery-group {
        display: inline-block;
        float: none
    }

    div.pro-gallery.one-row.slider .gallery-column {
        overflow-x: scroll
    }

    div.pro-gallery.one-row.slider .gallery-column.scroll-snap {
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory
    }

    div.pro-gallery.one-row .gallery-horizontal-scroll-inner {
        position: relative
    }

    div.pro-gallery.thumbnails-gallery {
        overflow: hidden;
        float: left
    }

    div.pro-gallery.thumbnails-gallery .galleryColumn {
        position: relative;
        overflow: visible
    }

    div.pro-gallery.thumbnails-gallery .thumbnailItem {
        position: absolute;
        background-color: white;
        background-size: cover;
        background-position: center;
        overflow-y: inherit;
        border-radius: 0px;
        cursor: pointer
    }

    div.pro-gallery.thumbnails-gallery .thumbnailItem.pro-gallery-highlight::after {
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.6)
    }

    @media(max-width: 500px) {
        div.pro-gallery.thumbnails-gallery {
            overflow:visible
        }
    }

    div.pro-gallery *:focus {
        box-shadow: none
    }

    div.pro-gallery.accessible i:focus,div.pro-gallery.accessible button:not(.nav-arrows-container,.has-custom-focus):focus {
        box-shadow: 0 0 0 1px #fff,0 0 1px 2px #3899ec
    }

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

    div.pro-gallery.accessible .gallery-item-hover i:focus,div.pro-gallery.accessible .gallery-item-hover button:focus {
        box-shadow: none
    }

    div.pro-gallery.accessible .thumbnailItem.pro-gallery-highlight::after {
        box-shadow: inset 0 0 1px 2px #3899ec,inset 0 0 7px 0 #fff,0 0 10px -5px #3899ec
    }

    div.pro-gallery.accessible .gallery-item-container:focus::after {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        box-shadow: inset 0 0 1px 2px #3899ec,inset 0 0 7px 0 #fff,inset 0 0 10px -5px #3899ec;
        pointer-events: none;
        border-radius: inherit
    }

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

    div.pro-gallery.accessible .pro-gallery-thumbnails-highlighted::after {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        box-shadow: inset 0 0 1px 2px #3899ec,inset 0 0 7px 0 #fff,0 0 10px -5px #3899ec;
        pointer-events: none;
        border-radius: inherit
    }

    div.pro-gallery .hide-scrollbars {
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
        scrollbar-width: none
    }

    div.pro-gallery .hide-scrollbars::-webkit-scrollbar,div.pro-gallery .hide-scrollbars ::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important
    }

    div.pro-gallery .rtl {
        direction: rtl
    }

    div.pro-gallery .ltr {
        direction: ltr
    }

    .sr-only.out-of-view-component {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        -webkit-clip-path: circle(0%);
        clip-path: circle(0%);
        border: 0
    }

    .screen-logs {
        word-wrap: break-word;
        background: #fff;
        width: 280px;
        font-size: 10px
    }

    .pro-gallery-parent-container.gallery-slideshow [data-hook=group-view]::before {
        content: "";
        position: absolute;
        scroll-snap-align: center;
        top: var(--group-top);
        left: var(--group-left);
        width: var(--group-width);
        right: var(--group-right);
        height: 1px;
        pointer-events: none
    }

    .pro-gallery-parent-container:not(.gallery-slideshow) [data-hook=group-view] .item-link-wrapper::before {
        content: "";
        position: absolute;
        scroll-snap-align: center;
        top: var(--group-top);
        left: var(--group-left);
        width: var(--group-width);
        right: var(--group-right);
        height: 1px;
        pointer-events: none
    }

    .gallery-item-container {
        scroll-snap-align: none !important
    }

    .gallery-slideshow .gallery-item-container:not(.clickable) a {
        cursor: default
    }

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

    ._SIYmI.post-list-pro-gallery-list-large.gallery-right-align .gallery-item-wrapper, ._SIYmI.post-list-pro-gallery-list-medium.gallery-right-align .gallery-item-wrapper, ._SIYmI.post-list-pro-gallery-list.gallery-right-align .gallery-item-wrapper {
        top: 13px;
        /*!rtl:begin:ignore*/
        right: 13px;
        /*!rtl:end:ignore*/
    }

    ._SIYmI.post-list-pro-gallery-list-large.gallery-left-align .gallery-item-wrapper, ._SIYmI.post-list-pro-gallery-list-medium.gallery-left-align .gallery-item-wrapper, ._SIYmI.post-list-pro-gallery-list.gallery-left-align .gallery-item-wrapper {
        top: 13px;
        /*!rtl:begin:ignore*/
        left: 13px;
        /*!rtl:end:ignore*/
    }

    ._SIYmI.post-list-pro-gallery-list-large .gallery-item-common-info, ._SIYmI.post-list-pro-gallery-list-medium .gallery-item-common-info, ._SIYmI.post-list-pro-gallery-list .gallery-item-common-info {
        overflow: visible !important
    }

    ._SIYmI.post-list-pro-gallery-slider {
        border-style: solid;
        border-width: calc(var(--post-post-list-borderWidth, 1)*1px);
        border-color: rgb(var(--post-post-list-borderColor, var(--wix-color-2)))
    }

    ._SIYmI.post-list-pro-gallery-slider .gallery-slideshow .pro-gallery .gallery-slideshow-info {
        padding-inline-start:0 !important;padding-inline-end:0 !important}

    ._SIYmI[class^=post-list-pro-gallery] .gallery-item-wrapper {
        cursor: pointer
    }

    ._SIYmI #pro-gallery-container .gallery-item-container {
        scroll-snap-align: center !important
    }

    ._SIYmI.post-list-pro-gallery-flat #pro-gallery-container .gallery-item-container {
        transform-style: flat;
        will-change: top,left,width,height
    }

    .mobile-slider-border-styles ._SIYmI.post-list-pro-gallery-slider {
        border-style: solid;
        border-width: calc(var(--post-post-list-mobile-borderWidth, 1)*1px);
        border-color: rgb(var(--post-post-list-mobile-borderColor, var(--wix-color-2)))
    }

    .mobile-slider-border-styles ._SIYmI.post-list-pro-gallery-slider .gallery-slideshow .pro-gallery .gallery-slideshow-info {
        padding-inline-start:0 !important;padding-inline-end:0 !important}

    .KhVdjt, .acbUIp, .IeY3vx, .gwgQCb, .lfi41p, .sI4Nnn {
        line-height: 1
    }

    .wR7lgz {
        display: flex
    }

    .wR7lgz .sI4Nnn {
        opacity: 1;
        cursor: inherit
    }

    .wR7lgz .RcfyI6, .wR7lgz .ixAZGX {
        cursor: pointer;
        font-size: 14px;
        margin-inline-end:48px}

    .wR7lgz .ixAZGX {
        opacity: .8
    }

    .Q00AY9 {
        display: flex;
        align-items: center;
        height: 100%;
        font-family: "Avenir Next";
        font-size: 16px
    }

    @media only screen and (max-width: 500px) {
        .Q00AY9 {
            max-width:100%;
            overflow-y: hidden
        }
    }

    .Zleldg, .IEV8qS, .r1vD9L {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .IEV8qS, .r1vD9L {
        margin: 0 3px;
        min-width: 36px;
        min-height: 36px;
        cursor: pointer;
        color: inherit
    }

    .MdMxZP .IEV8qS, .MdMxZP .r1vD9L {
        margin: 0 6px
    }

    .FGoscc {
        cursor: default
    }

    .XPZZnN {
        opacity: .4;
        cursor: default
    }

    .Zleldg {
        min-width: 48px;
        margin: 0 6px
    }

    .aq_u4p {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 16px 0 30px
    }

    .aq_u4p.HcArW_ {
        margin: 1px 0 0;
        min-height: 68px
    }

    .arh2qf {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 36px 30px;
        text-align: center;
        overflow: hidden;
        border-style: solid
    }

    .app-mobile .arh2qf {
        box-shadow: 0 1px rgba(0,0,0,.1)
    }

    @media(min-width: 980px) {
        .use-media-queries .arh2qf {
            height:450px;
            padding: 0;
            border-style: solid
        }
    }

    .gt-sm .arh2qf {
        height: 450px;
        padding: 0;
        border-style: solid
    }

    .cJscj1 {
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 34px
    }

    .cJscj1:focus {
        box-shadow: none !important
    }

    @media(min-width: 980px) {
        .use-media-queries .cJscj1 {
            margin-bottom:12px;
            font-size: 32px;
            max-width: 620px;
            line-height: 1.5
        }
    }

    .gt-sm .cJscj1 {
        margin-bottom: 12px;
        font-size: 32px;
        max-width: 620px;
        line-height: 1.5
    }

    .cTdFFO {
        line-height: 1.5
    }

    @media(min-width: 980px) {
        .use-media-queries .cTdFFO {
            max-width:620px
        }
    }

    .gt-sm .cTdFFO {
        max-width: 620px
    }

    .clf9mN {
        font-size: 16px
    }

    .wdbmEY {
        font-size: 18px;
        margin-top: 18px
    }

    @media(min-width: 980px) {
        .use-media-queries .wdbmEY {
            margin-top:48px
        }
    }

    .gt-sm .wdbmEY {
        margin-top: 48px
    }

    .nAaNon {
        color: #000;
        background-color: #fff
    }

    .zVjbZW {
        margin-bottom: 0;
        padding-bottom: 20px
    }

    .t1YWug {
        position: relative;
        min-height: 100%
    }

    :where(.t1YWug) {
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    :where(.t1YWug) * {
        -webkit-tap-highlight-color: rgba(0,0,0,0)
    }

    :where(.t1YWug) *, :where(.t1YWug) *::before, :where(.t1YWug) *::after {
        box-sizing: inherit
    }

    :where(.t1YWug) :where(a), :where(.t1YWug) :where(a:visited) {
        text-decoration: none
    }

    :where(.t1YWug) :where(textarea) {
        font-family: inherit
    }

    @media screen {
        html.enable-scroll .t1YWug,html.enable-scroll .qHpbsu,html.enable-scroll body,html.enable-scroll #root {
            height: 100%;
            display: flex;
            flex-direction: column
        }
    }

    .qHpbsu {
        position: relative
    }

    html.enable-scroll .qHpbsu {
        flex: 1;
        overflow-y: auto
    }

    .medium-gap .qHpbsu {
        padding-top: 50px
    }

    .large-gap .qHpbsu {
        padding-top: 100px
    }

    html {
        height: 100%;
        margin: 0;
        padding: 0;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        touch-action: manipulation
    }

    body {
        margin: 0;
        padding: 0;
        -webkit-touch-callout: none;
        -webkit-text-size-adjust: none;
        -webkit-highlight: none;
        -webkit-tap-highlight-color: rgba(0,0,0,0)
    }

    #root {
        margin: 0;
        padding: 0
    }

    a {
        -webkit-tap-highlight-color: rgba(0,0,0,0)
    }

    .gallery-item-common-info.gallery-item-right-info {
        position: absolute;
        /*!rtl:begin:ignore*/
        right: 0;
        /*!rtl:end:ignore*/
    }

    .gallery-item-common-info.gallery-item-left-info {
        position: absolute;
        /*!rtl:begin:ignore*/
        left: 0;
        /*!rtl:end:ignore*/
    }

    #pro-gallery-container button.nav-arrows-container {
        box-sizing: border-box
    }

    .sXdULV {
        background-color: rgb(var(--postListWidgetBackgroundColor, 0, 0, 0, 0))
    }

    :where(.sXdULV) {
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    :where(.sXdULV) * {
        -webkit-tap-highlight-color: rgba(0,0,0,0)
    }

    :where(.sXdULV) *, :where(.sXdULV) *::before, :where(.sXdULV) *::after {
        box-sizing: inherit
    }

    :where(.sXdULV) :where(a), :where(.sXdULV) :where(a:visited) {
        text-decoration: none
    }

    :where(.sXdULV) :where(textarea) {
        font-family: inherit
    }

    .b79EPn {
        background-color: rgb(var(--postListWidgetBackgroundColorMobile, 0, 0, 0, 0))
    }

    :where(.b79EPn) {
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    :where(.b79EPn) * {
        -webkit-tap-highlight-color: rgba(0,0,0,0)
    }

    :where(.b79EPn) *, :where(.b79EPn) *::before, :where(.b79EPn) *::after {
        box-sizing: inherit
    }

    :where(.b79EPn) :where(a), :where(.b79EPn) :where(a:visited) {
        text-decoration: none
    }

    :where(.b79EPn) :where(textarea) {
        font-family: inherit
    }

    .c3VDPV .nav-arrows-container svg {
        fill: rgb(var(--postListWidgetSliderArrowsColor, var(--wix-color-15)));
        stroke: rgb(var(--postListWidgetSliderArrowsColor, var(--wix-color-15)))
    }

    .c3VDPV .mobile-slider-arrow-color .nav-arrows-container svg {
        fill: rgb(var(--postListWidgetSliderArrowsColorMobile, var(--wix-color-15)));
        stroke: rgb(var(--postListWidgetSliderArrowsColorMobile, var(--wix-color-15)))
    }

    .c3VDPV .blog-post-post-list-title-font {
        font: var(--post-post-list-titleFont, var(--wix-font-Page-title));
        font-size: var(--post-post-list-titleFont-size, 22px);
        line-height: normal
    }

    .c3VDPV .post-list-pro-gallery-list .blog-post-post-list-title-font {
        font: var(--post-post-list-titleFont, var(--wix-font-Page-title));
        font-size: var(--post-post-list-titleFont-size, 14px)
    }

    .c3VDPV .blog-post-post-list-description-style-font {
        font: var(--post-post-list-descriptionFont, var(--wix-font-Body-M));
        font-size: var(--post-post-list-descriptionFont-size, 12px);
        line-height: normal
    }

    .c3VDPV .blog-post-post-list-description-font {
        font: var(--post-post-list-descriptionFont, var(--wix-font-Body-M));
        font-size: var(--post-post-list-descriptionFont-size, 12px);
        line-height: normal;
        font-style: inherit;
        font-weight: inherit;
        text-decoration: inherit
    }

    .c3VDPV .blog-post-post-list-post-container .blog-post-text-font {
        font: var(--post-post-list-descriptionFont, var(--wix-font-Page-title));
        font-size: var(--post-post-list-descriptionFont-size, 12px);
        line-height: normal
    }

    .c3VDPV .blog-post-post-list-mobile-post-container .blog-post-text-font {
        font: var(--post-post-list-descriptionFont, var(--wix-font-Page-title));
        font-size: var(--post-post-list-descriptionFont-size, 12px);
        line-height: normal
    }

    .c3VDPV .blog-post-list-pagination-active {
        color: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-list-mobile-pagination-active {
        color: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-title-color {
        color: rgb(var(--post-post-list-titleColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-mobile-title-color {
        color: rgb(var(--post-post-list-mobile-titleColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-TOI-title-color {
        color: rgb(var(--post-post-list-TOI-titleColor, var(--wix-color-1)))
    }

    .c3VDPV .blog-post-post-list-TOI-mobile-title-color {
        color: rgb(var(--post-post-list-TOI-mobile-titleColor, var(--wix-color-1)))
    }

    .c3VDPV .blog-post-post-list-description-color {
        color: rgb(var(--post-post-list-descriptionColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-mobile-description-color {
        color: rgb(var(--post-post-list-mobile-descriptionColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-description-fill {
        fill: rgb(var(--post-post-list-descriptionColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-mobile-description-fill {
        fill: rgb(var(--post-post-list-mobile-descriptionColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-description-background-color {
        background-color: rgb(var(--post-post-list-descriptionColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-mobile-description-background-color {
        background-color: rgb(var(--post-post-list-mobile-descriptionColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-TOI-description-color {
        color: rgb(var(--post-post-list-TOI-descriptionColor, var(--wix-color-1)))
    }

    .c3VDPV .blog-post-post-list-TOI-mobile-description-color {
        color: rgb(var(--post-post-list-TOI-mobile-descriptionColor, var(--wix-color-1)))
    }

    .c3VDPV .blog-post-post-list-TOI-description-fill {
        fill: rgb(var(--post-post-list-TOI-descriptionColor, var(--wix-color-1)))
    }

    .c3VDPV .blog-post-post-list-TOI-mobile-description-fill {
        fill: rgb(var(--post-post-list-TOI-mobile-descriptionColor, var(--wix-color-1)))
    }

    .c3VDPV .blog-post-post-list-TOI-description-background-color {
        background-color: rgb(var(--post-post-list-TOI-descriptionColor, var(--wix-color-1)))
    }

    .c3VDPV .blog-post-post-list-TOI-mobile-description-background-color {
        background-color: rgb(var(--post-post-list-TOI-mobile-descriptionColor, var(--wix-color-1)))
    }

    .c3VDPV .blog-post-post-list-border-color {
        border-color: rgb(var(--post-post-list-borderColor, var(--wix-color-2)))
    }

    .c3VDPV .blog-post-post-list-mobile-border-color {
        border-color: rgb(var(--post-post-list-mobile-borderColor, var(--wix-color-2)))
    }

    .c3VDPV .blog-post-post-list-overlay-background-color {
        background-color: rgb(var(--post-post-list-overlayColor, 0, 0, 0, 0.55))
    }

    .c3VDPV .blog-post-post-list-mobile-overlay-background-color {
        background-color: rgb(var(--post-post-list-mobile-overlayColor, 0, 0, 0, 0.55))
    }

    .c3VDPV .blog-post-post-list-link-hashtag-hover-color:hover {
        color: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-mobile-link-hashtag-hover-color:hover {
        color: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-link-hashtag-hover-fill:hover {
        fill: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-mobile-link-hashtag-hover-fill:hover {
        fill: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-link-hashtag-hover-color:hover .blog-post-post-list-title-color {
        color: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-mobile-link-hashtag-hover-color:hover .blog-post-post-list-mobile-title-color {
        color: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-link-hashtag-hover-color:hover .blog-post-post-list-TOI-title-color {
        color: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-mobile-link-hashtag-hover-color:hover .blog-post-post-list-TOI-mobile-title-color {
        color: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-background-color {
        background-color: rgb(var(--post-post-list-backgroundColor, var(--wix-color-1)))
    }

    .c3VDPV .blog-post-post-list-mobile-background-color {
        background-color: rgb(var(--post-post-list-mobile-backgroundColor, var(--wix-color-1)))
    }

    .c3VDPV .blog-post-post-list-TOI-background-color {
        background-color: rgb(var(--post-post-list-TOI-backgroundColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-TOI-mobile-background-color {
        background-color: rgb(var(--post-post-list-TOI-mobile-backgroundColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-hover-container:hover .blog-hover-container-element-color {
        color: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-mobile-hover-container:hover .blog-hover-container-element-color {
        color: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-hover-container:hover .blog-hover-container-element-fill {
        fill: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-mobile-hover-container:hover .blog-hover-container-element-fill {
        fill: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-post-container .blog-link-hashtag-color {
        color: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-mobile-post-container .blog-link-hashtag-color {
        color: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-post-container .blog-post-text-color {
        color: rgb(var(--post-post-list-descriptionColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-mobile-post-container .blog-post-text-color {
        color: rgb(var(--post-post-list-mobile-descriptionColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-post-container .blog-icon-fill {
        fill: rgb(var(--post-post-list-descriptionColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-mobile-post-container .blog-icon-fill {
        fill: rgb(var(--post-post-list-mobile-descriptionColor, var(--wix-color-5)))
    }

    .c3VDPV .blog-post-post-list-post-container .blog-link-hover-color:hover {
        color: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-mobile-post-container .blog-link-hover-color:hover {
        color: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-post-container .blog-link-hover-fill:hover {
        fill: rgb(var(--post-post-list-linkHashtagColor, var(--wix-color-8)))
    }

    .c3VDPV .blog-post-post-list-mobile-post-container .blog-link-hover-fill:hover {
        fill: rgb(var(--post-post-list-mobile-linkHashtagColor, var(--wix-color-8)))
    }

    #comp-lhbnxjag1 {
        position: absolute;
        width: 100%;
        height: 100%;
        --bg-overlay-color: transparent;
        --bg-gradient: none
    }

    #comp-lhbnxjac4 {
        position: absolute;
        width: 100%;
        height: 100%;
        --bg-overlay-color: transparent;
        --bg-gradient: none
    }

    #comp-lhbnxjai7 {
        position: absolute;
        width: 100%;
        height: 100%;
        --bg-overlay-color: transparent;
        --bg-gradient: none
    }

    #comp-lhblp7ma5 {
        position: absolute;
        width: 100%;
        height: 100%;
        --bg-overlay-color: transparent;
        --bg-gradient: none
    }

    #comp-lhblp7m9 {
        position: absolute;
        width: 100%;
        height: 100%;
        --bg-overlay-color: transparent;
        --bg-gradient: none
    }

    #comp-lhblp7mb9 {
        position: absolute;
        width: 100%;
        height: 100%;
        --bg-overlay-color: transparent;
        --bg-gradient: none
    }
