a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
button,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent
}

body {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif
}

input,
select,
textarea {
    font-family: Helvetica, Arial, sans-serif;
    box-sizing: border-box
}

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
}

body,
html {
    height: 100%
}

body {
    overflow-x: auto;
    overflow-y: scroll
}

.testStyles {
    overflow-y: hidden
}

.reset-button {
    background: none;
    border: 0;
    outline: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

:focus {
    outline: none
}

body.device-mobile-optimized {
    overflow-x: hidden;
    overflow-y: scroll
}

body.device-mobile-optimized:not(.responsive) #SITE_CONTAINER {
    width: 320px;
    overflow-x: visible;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

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:not(.dont-overflow-hidden-site-root) #site-root {
    overflow-x: hidden;
    overflow-y: hidden
}

@supports not (contain:layout) {
    body.device-mobile-optimized.dont-overflow-hidden-site-root #site-root {
        overflow-x: hidden;
        overflow-y: hidden
    }
}

body.dont-overflow-hidden-site-root #SITE_FOOTER,
body.dont-overflow-hidden-site-root #SITE_HEADER,
body.dont-overflow-hidden-site-root #SITE_PAGES {
    contain: layout
}

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-root,
body.device-mobile-non-optimized.fullScreenMode #SITE_BACKGROUND,
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 #masterPage,
body.fullScreenMode-scrollable.device-mobile-optimized #SITE_BACKGROUND {
    height: auto !important
}

body.fullScreenMode-scrollable.device-mobile-optimized #masterPage.mesh-layout {
    height: 0 !important
}

body.blockSiteScrolling {
    position: fixed;
    width: 100%;
    overflow: hidden
}

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)
}

.fullScreenOverlay {
    z-index: 1005;
    position: fixed;
    left: 0;
    top: -60px;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    overflow-y: hidden
}

.fullScreenOverlay>.fullScreenOverlayContent {
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 60px;
    left: 0;
    bottom: 0;
    overflow: hidden;
    transform: translateZ(0)
}

[data-mesh-id$=centeredContent],
[data-mesh-id$=form],
[data-mesh-id$=inlineContent] {
    position: relative;
    pointer-events: none
}

[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 {
    -ms-grid-row: 2;
    grid-area: 2/1/3/2;
    position: relative
}

#masterPage.mesh-layout {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: max-content max-content min-content max-content;
    grid-template-rows: -webkit-max-content -webkit-max-content -webkit-min-content -webkit-max-content;
    grid-template-rows: max-content max-content min-content max-content;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    align-items: start;
    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 #soapAfterPagesContainer,
#masterPage.mesh-layout #soapBeforePagesContainer,
#masterPage.mesh-layout #SOSP_CONTAINER_CUSTOM_ID[data-state~=mobileView] {
    -ms-grid-column: 1;
    -ms-grid-row-align: start;
    -ms-grid-column-align: start
}

#masterPage.mesh-layout #SITE_HEADER-placeholder,
#masterPage.mesh-layout #SITE_HEADER_WRAPPER {
    -ms-grid-row: 1;
    grid-area: 1/1/2/2
}

#masterPage.mesh-layout #PAGES_CONTAINER,
#masterPage.mesh-layout #soapAfterPagesContainer,
#masterPage.mesh-layout #soapBeforePagesContainer {
    -ms-grid-row: 3;
    grid-area: 3/1/4/2
}

#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 {
    -ms-grid-row: 4;
    grid-area: 4/1/5/2
}

#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 #masterPageinlineContent,
#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,
#site-root {
    position: relative
}

#site-root {
    top: var(--wix-ads-top-height);
    min-height: 100%;
    margin: 0 auto
}

#site-root img:not([src]) {
    visibility: hidden
}

#site-root svg img:not([src]) {
    visibility: visible
}

body:not(.responsive) #site-root {
    width: 100%;
    min-width: var(--site-width)
}

#SITE_CONTAINER {
    position: relative
}

.auto-generated-link {
    color: inherit
}

body:not([data-js-loaded]) [data-hide-prejs] {
    visibility: hidden
}

#SCROLL_TO_BOTTOM,
#SCROLL_TO_TOP {
    height: 0
}

.has-click-trigger {
    cursor: pointer
}

[data-z-counter] {
    z-index: 0
}

[data-z-counter="0"] {
    z-index: auto
}

.wixSiteProperties {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@-webkit-keyframes Njak4 {
    to {
        opacity: 1;
        transform: rotate(115deg)
    }
}

@keyframes Njak4 {
    to {
        opacity: 1;
        transform: rotate(115deg)
    }
}

@-webkit-keyframes _-93Hx {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        transform: rotate(180deg)
    }

    45% {
        transform: rotate(198deg)
    }

    55% {
        transform: rotate(234deg)
    }

    to {
        transform: rotate(540deg)
    }
}

@keyframes _-93Hx {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        transform: rotate(180deg)
    }

    45% {
        transform: rotate(198deg)
    }

    55% {
        transform: rotate(234deg)
    }

    to {
        transform: rotate(540deg)
    }
}

._3XWHL.mLATz {
    -webkit-animation: _-93Hx 1s linear 1ms infinite;
    animation: _-93Hx 1s linear 1ms infinite;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    overflow: hidden;
    position: absolute;
    top: var(--preloaderTop, 50%);
    transform-origin: 100% 50%;
    width: 15px
}

._3XWHL.mLATz:before {
    color: #7fccf7
}

._3XWHL.mLATz:after,
._3XWHL.mLATz:before {
    content: "";
    top: 0;
    left: 0;
    right: -100%;
    bottom: 0;
    border: 3px solid currentColor;
    border-color: currentColor transparent transparent currentColor;
    border-radius: 50%;
    position: absolute;
    transform: rotate(-45deg);
    -webkit-animation: Njak4 .5s linear 1ms infinite alternate;
    animation: Njak4 .5s linear 1ms infinite alternate
}

._3XWHL.mLATz:after {
    color: #3899ec;
    opacity: 0
}

._3XWHL.mLATz.swe5O:before {
    color: #f0f0f0
}

._3XWHL.mLATz.swe5O:after {
    color: #dcdcdc
}

._3XWHL._2sBQu:after,
._3XWHL._2sBQu:before {
    color: rgba(var(--color_15), var(--alpha-color_15, 1))
}

._1m0P5 {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: calc(var(--above-all-z-index) + 1);
    color: rgb(var(--txt, 156, 156, 156))
}

._1m0P5 ._3QxVv {
    position: fixed;
    touch-action: manipulation;
    top: 60px;
    right: 60px;
    background: none;
    z-index: 3
}

._1m0P5 ._3QxVv:hover {
    cursor: pointer
}

._1m0P5 ._3QxVv svg {
    width: 25px;
    height: 25px;
    stroke: param-color(clr, color_15);
    stroke-width: 15;
    cursor: pointer;
    pointer-events: none;
    fill: rgba(var(--color_15), var(--alpha-color_15, 1))
}

._1m0P5[data-layout=popup] ._3QxVv {
    position: absolute;
    top: 24px;
    right: 24px
}

._1m0P5 .CiRbb {
    background-color: rgba(var(--bg-clr, var(--color_11)), var(--alpha-bg-clr, 1));
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: visible;
    zoom: 1;
    overflow: auto
}

._1m0P5[data-layout=popup] .CiRbb {
    background-color: #000;
    opacity: .6
}

._1m0P5 .krFaH {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: auto
}

body:not(.device-mobile-optimized) ._1m0P5 .krFaH[data-dialogposition=center]>* {
    margin: auto
}

._1m0P5[data-layout=fullscreen] .krFaH {
    width: 100%;
    height: 100%
}

._1m0P5[data-layout=popup] .krFaH {
    background-color: rgba(var(--bg-clr, var(--color_11)), var(--alpha-bg-clr, 1));
    box-sizing: border-box;
    max-height: 100%
}

body.device-mobile-optimized ._1m0P5[data-layout=popup] .krFaH {
    height: 100%;
    width: 100%
}

body:not(.device-mobile-optimized) ._1m0P5[data-layout=popup] .krFaH {
    padding: 70px 80px 80px;
    width: 480px
}

.C1xAY,
.c2aD3 {
    width: 100%;
    height: 48px
}

.C1xAY button,
.c2aD3 button {
    box-sizing: border-box;
    --fnt: getVar(font_8);
    font-size: 16px;
    --rd: 0px;
    --trans1: bord er-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --trans2: color 0.4s ease 0s;
    --bgd: 204, 204, 204;
    --brdd: 204, 204, 204;
    --txtd: 255, 255, 255;
    --boxShadowToggleOn-shd: none;
    --alpha-txt: 1;
    --alpha-brd: 1;
    --alpha-txth: 1;
    --alpha-bgh: 1;
    --label-align: center;
    --label-text-align: center
}

.C1xAY {
    --brw: 0px;
    --txt: var(--color_8);
    --bg: var(--color_18);
    --brd: var(--color_14);
    --bgh: var(--color_18);
    --brdh: var(--color_12);
    --txth: var(--color_11);
    --alpha-brdh: 0;
    --alpha-bg: 1;
    --shc-mutated-brightness: 28, 37, 106;
    --alpha-bgh: 0.7
}

.c2aD3 button {
    --brw: 1px;
    --txt: var(--color_15);
    --bg: (--color_11);
    --brd: var(--color_13);
    --bgh: var(--color_11);
    --brdh: var(--color_15);
    --txth: var(--color_15);
    --alpha-brdh: 1;
    --alpha-bg: 0;
    --shc-mutated-brightness: 128, 128, 128
}

body:not(.device-mobile-optimized) .C1xAY,
body:not(.device-mobile-optimized) .c2aD3 {
    font-weight: 300
}

body.device-mobile-optimized ._1m0P5 ._3QxVv {
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px
}

body.device-mobile-optimized ._1m0P5 ._3QxVv svg {
    width: 16px;
    height: 16px;
    stroke-width: 12px
}

body.device-mobile-optimized ._1m0P5 .c2aD3 button {
    font-size: 14px
}

._2hrvQ {
    text-align: center
}

._2hrvQ._2fAw_ {
    direction: rtl
}

body:not(.device-mobile-optimized) ._2hrvQ {
    position: relative;
    top: calc(50% - 230px)
}

body.device-mobile-optimized ._2hrvQ {
    margin-top: 40px;
    width: 280px
}

._2hrvQ._3i9MM {
    opacity: .6
}

._2hrvQ .jysNN {
    color: rgba(var(--color_15), var(--alpha-color_15, 1));
    font: var(--ttlFnt, var(--font_2));
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 24px;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center
}

body.device-mobile-optimized ._2hrvQ .jysNN {
    font-size: 36px;
    margin-bottom: 8px
}

body:not(.device-mobile-optimized) ._2hrvQ ._28E4_ {
    width: auto;
    max-width: 800px;
    display: inline-block
}

body:not(.device-mobile-optimized) ._2hrvQ ._28E4_._4YPVO .kTI1Z {
    width: 320px
}

body:not(.device-mobile-optimized) ._2hrvQ ._28E4_._4YPVO ._1VhE7 {
    border-right: 1px solid param-color(secondary-color, color_13);
    margin: -20px 66px
}

._2hrvQ ._28E4_._4YPVO .IBW7d {
    position: relative;
    width: 320px;
    margin: auto
}

body.device-mobile-optimized ._2hrvQ ._28E4_._4YPVO .IBW7d {
    margin-top: 10px;
    width: 100%
}

._2hrvQ ._28E4_._4YPVO .N4wCO {
    font-size: 14px;
    line-height: 14px;
    text-decoration: underline
}

._2hrvQ ._28E4_._4YPVO .N4wCO .hPy9b {
    float: none
}

._2hrvQ ._28E4_.JuWp2 .IBW7d {
    display: block
}

._2hrvQ ._28E4_.JuWp2 ._1leTB {
    display: block !important;
    margin: 34px auto
}

body:not(.device-mobile-optimized) ._2hrvQ ._28E4_ .kTI1Z {
    width: 320px;
    margin: auto
}

._2hrvQ ._28E4_ .kTI1Z ._3Awhk,
._2hrvQ ._28E4_ .kTI1Z .rWhCT {
    --textAlign: left;
    --shd: 0.00px 2.00px 0px 0px rgba(var(--color_15), 1);
    --rd: 0px;
    --fnt: normal normal normal 15px/1.4em futura-lt-w01-book, sans-serif;
    --brw: 0px;
    --bg: 245, 255, 254;
    --txt: 82, 82, 82;
    --brd: 82, 82, 82;
    --txt2: var(--color_15);
    --brwh: 0px;
    --bgh: 232, 255, 253;
    --brdh: 0, 0, 0;
    --brwf: 0px;
    --bgf: 245, 255, 254;
    --brdf: 0, 0, 0;
    --brwe: 1px;
    --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: 204, 204, 204;
    --txtd: 232, 232, 232;
    --brwd: 1px;
    --brdd: 219, 219, 219;
    --fntlbl: normal normal normal 15px/1.4em futura-lt-w01-book, sans-serif;
    --txtlbl: var(--color_15);
    --txtlblrq: null;
    --alpha-brdf: 0;
    --alpha-brdh: 0;
    --alpha-brd: 1;
    --alpha-bgd: 0;
    --alpha-bge: 0;
    --alpha-bgf: 0;
    --alpha-bg: 0;
    --alpha-bgh: 0;
    height: auto;
    --dir: ltr;
    --labelMarginBottom: 14px;
    --inputHeight: 37px;
    --textPadding: 3px 3px 3px 0px;
    --labelPadding: 0 20px 0 0px;
    --requiredIndicationDisplay: none
}

body:not(.device-mobile-optimized) ._2hrvQ ._28E4_ .IBW7d {
    width: 320px;
    margin: auto
}

._2hrvQ ._28E4_ .IBW7d ._3bn6H {
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in
}

._2hrvQ ._28E4_ .IBW7d ._3bn6H.veWtg {
    opacity: 1
}

._2hrvQ ._28E4_ .IBW7d ._9t6ai {
    opacity: 0;
    transition: opacity 1s ease-in
}

._2hrvQ ._28E4_ .IBW7d ._9t6ai.veWtg {
    opacity: 1
}

._2hrvQ ._1nZnX {
    text-align: center;
    padding-top: 0;
    margin-bottom: 32px
}

._2hrvQ ._1nZnX ._2DZur {
    color: rgba(var(--color_15), var(--alpha-color_15, 1));
    margin-right: 4px;
    margin-left: 4px
}

body:not(.device-mobile-optimized) ._2hrvQ ._1nZnX ._2DZur {
    font: var(--fnt, var(--font_8));
    font-size: 18px
}

body.device-mobile-optimized ._2hrvQ ._1nZnX ._2DZur {
    font: var(--fnt, var(--font_8));
    font-size: 15px
}

._2hrvQ ._1nZnX ._3WTly {
    color: rgb(var(--txt, var(--color_18)));
    border-bottom: 1px solid #0198ff;
    float: none;
    border: none;
    text-align: left;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer
}

body.device-mobile-optimized ._2hrvQ ._1nZnX ._3WTly {
    font: var(--fnt, var(--font_8));
    font-size: 15px
}

body:not(.device-mobile-optimized) ._2hrvQ ._1nZnX ._3WTly {
    font: var(--fnt, var(--font_8));
    font-size: 18px
}

._2hrvQ ._1nZnX ._3WTly:hover {
    border-bottom-color: #04f
}

._2hrvQ ._2BQVP {
    width: 320px;
    text-align: center;
    margin: 12px auto 24px;
    height: 11px;
    border-bottom: 1px solid;
    border-color: rgba(var(--color_13), var(--alpha-color_13, 1))
}

body.device-mobile-optimized ._2hrvQ ._2BQVP {
    width: 100%
}

._2hrvQ ._2BQVP span {
    font: var(--fnt, var(--font_8));
    font-size: 16px;
    color: rgba(var(--color_15), var(--alpha-color_15, 1));
    background-color: rgba(var(--bg, var(--color_11)), var(--alpha-bg, 1));
    padding: 0 13px
}

._2hrvQ ._3Awhk,
._2hrvQ .rWhCT {
    position: relative;
    margin-bottom: 25px
}

._2hrvQ .C1xAY,
._2hrvQ .c2aD3 {
    position: relative;
    font: var(--font_8)
}

._2hrvQ .c2aD3 {
    height: 40px
}

._2hrvQ .TMDGQ {
    font: var(--fnt, var(--font_8));
    color: rgba(var(--color_15), var(--alpha-color_15, 1));
    font-size: 16px;
    line-height: 17px;
    text-decoration: underline;
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease-in-out;
    border: none;
    text-align: left
}

._2hrvQ .TMDGQ:hover {
    opacity: .8;
    transition: opacity .2s ease-in-out
}

._2hrvQ .TMDGQ._1CB5j {
    font-size: 14px;
    line-height: 14px;
    padding-top: 24px
}

body.device-mobile-optimized ._2hrvQ .TMDGQ._2ENj1,
body:not(.device-mobile-optimized) ._2hrvQ .TMDGQ._1CB5j {
    display: none
}

._2hrvQ ._3HzhV {
    display: flex;
    justify-content: space-between;
    padding-top: 13px;
    padding-bottom: 18px
}

._3Z7oj {
    --preloaderTop: calc(50% - 1270px)
}

._3bn6H,
._9t6ai {
    width: 100%
}

._9t6ai {
    height: 32px
}

._1mwa4 {
    display: none
}

._3Hr7N {
    margin-bottom: 20px
}

._3zQAy {
    margin-bottom: 8px;
    color: #df3131;
    font-size: 12px
}

._1e_cj {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #212121;
    padding: 16px 20px;
    box-shadow: inset 0 4px 8px 0 #000, 0 0 4px 0 #000;
    width: 100%;
    font-size: 16px;
    text-align: initial;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: visibility .1s, opacity .1s linear;
    box-sizing: border-box
}

.VFEck {
    visibility: visible;
    opacity: 1
}

._2D5_F {
    margin: 48px 0
}

._15OdW {
    width: 280px;
    margin: 0 auto
}

._2CG36 {
    font: var(--fnt, var(--font_8));
    text-align: center
}

body:not(.device-mobile-optimized) ._2CG36 {
    width: 320px
}

._2CG36 .vXtsk {
    direction: ltr;
    margin-bottom: 13px;
    height: 18px
}

._2CG36 .vXtsk ._2VsLL {
    margin-right: 12px;
    width: 18px;
    height: 18px
}

._2CG36 .vXtsk ._2VsLL:last-child {
    margin-right: 0
}

._2CG36 ._21YUs {
    font: var(--font_8);
    font-size: 15px;
    font-weight: 300
}

._2CG36 ._13hoR,
._2CG36 ._21YUs {
    color: rgba(var(--color_15), var(--alpha-color_15, 1));
    line-height: 1.6
}

._2CG36 ._13hoR {
    text-decoration: underline;
    font: var(--font_8);
    font-size: 15px;
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease-in-out
}

._2CG36 ._13hoR:hover {
    opacity: .8;
    transition: opacity .2s ease-in-out
}

._3JKX0 {
    --shd: none;
    --rd: 0px;
    --fnt: var(--font_8);
    --brw: 0px 0px 1px 0px;
    --bg: 245, 255, 254;
    --txt: var(--color_15);
    --brd: var(--color_13);
    --txt2: var(--color_13);
    --brwh: 0px 0px 1px 0px;
    --bgh: 232, 255, 253;
    --brdh: var(--color_15);
    --brwf: 0px 0px 1px 0px;
    --bgf: 245, 255, 254;
    --brdf: var(--color_18);
    --brwe: 1px;
    --bge: 255, 61, 61;
    --brde: 255, 61, 61;
    --trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
    --bgd: 204, 204, 204;
    --txtd: 232, 232, 232;
    --brwd: 1px;
    --brdd: 219, 219, 219;
    --fntlbl: var(--font_8);
    --txtlbl: var(--color_14);
    --txtlblrq: null;
    --boxShadowToggleOn-shd: none;
    --alpha-brdf: 1;
    --alpha-brdh: 1;
    --alpha-brd: 1;
    --alpha-bgd: 0;
    --alpha-bge: 0;
    --alpha-bgf: 0;
    --alpha-bg: 0;
    --alpha-bgh: 0;
    height: 53px;
    --dir: ltr;
    --textAlign: left;
    --textPadding: 2px;
    --labelMarginBottom: 0;
    --inputHeight: 26px;
    --labelPadding: 0;
    --requiredIndicationDisplay: none
}

._3JKX0.FmyJo {
    --dir: rtl;
    --textAlign: right
}

._3JKX0.l2ouQ input {
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-left-width: 0 !important
}

._3JKX0 span {
    font: var(--font_8);
    display: block;
    padding-top: 4px;
    color: #ff3d3d;
    text-align: left;
    font-size: 12px
}

._3JKX0 span.FmyJo {
    text-align: right;
    direction: rtl
}

._3JKX0 input[type=email] {
    font-size: 16px
}

._3JKX0 input[type=password],
body.device-mobile-optimized ._3JKX0 input[type=email] {
    font-size: 14px
}

._3JKX0 input::-moz-placeholder {
    font-size: 16px
}

._3JKX0 input:-ms-input-placeholder {
    font-size: 16px
}

._3JKX0 input::placeholder {
    font-size: 16px
}

._3JKX0 label {
    font-size: 16px
}

._1SOvY._2fZKw[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0
}

._2dBhC {
    position: relative;
    min-height: 25px;
    display: var(--display);
    --display: flex;
    flex-direction: column
}

._2dBhC .XRJUI {
    height: var(--inputHeight);
    position: relative
}

._2dBhC ._1yU6F {
    font: var(--fntprefix, normal normal normal 16px/1.4em helvetica-w01-roman);
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    min-height: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

._2dBhC ._1SOvY,
._2dBhC ._1yU6F {
    color: var(--corvid-color, rgb(var(--txt, var(--color_15))))
}

._2dBhC ._1SOvY {
    box-shadow: var(--shd, 0 0 0 transparent);
    font: var(--fnt, var(--font_8));
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    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-width: var(--corvid-border-width, var(--brw, 1px));
    box-sizing: border-box !important;
    border-style: solid;
    padding: var(--textPadding);
    margin: 0;
    max-width: 100%;
    text-overflow: ellipsis;
    text-align: var(--textAlign);
    direction: var(--dir);
    min-height: var(--inputHeight);
    width: 100%
}

._2dBhC ._1SOvY[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    width: 100%
}

._2dBhC ._1SOvY::-moz-placeholder {
    color: rgb(var(--txt2, var(--color_15)))
}

._2dBhC ._1SOvY:-ms-input-placeholder {
    color: rgb(var(--txt2, var(--color_15)))
}

._2dBhC ._1SOvY::placeholder {
    color: rgb(var(--txt2, var(--color_15)))
}

._2dBhC ._1SOvY:hover {
    border-width: var(--brwh, 1px);
    background-color: rgba(var(--bgh, 255, 255, 255), var(--alpha-bgh, 1));
    border-style: solid;
    border-color: rgba(var(--brdh, 163, 217, 246), var(--alpha-brdh, 1))
}

._2dBhC ._1SOvY:disabled {
    background-color: rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1));
    color: rgb(var(--txtd, 255, 255, 255));
    border-width: var(--brwd, 1px);
    border-style: solid;
    border-color: rgba(var(--brdd, 163, 217, 246), var(--alpha-brdd, 1))
}

._2dBhC:not(._3TyBu) ._1SOvY:focus {
    border-width: var(--brwf, 1px);
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-style: solid;
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1))
}

._2dBhC._3TyBu ._1SOvY:invalid {
    border-width: var(--brwe, 1px);
    background-color: rgba(var(--bge, 255, 255, 255), var(--alpha-bge, 1));
    border-style: solid;
    border-color: rgba(var(--brde, 163, 217, 246), var(--alpha-brde, 1))
}

._2dBhC._3TyBu ._1SOvY:not(:invalid):focus {
    border-width: var(--brwf, 1px);
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-style: solid;
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1))
}

._2dBhC .aHD7c {
    display: none
}

._2dBhC._2nVk2 .aHD7c {
    font: var(--fntlbl, var(--font_8));
    color: rgb(var(--txtlbl, var(--color_15)));
    word-break: break-word;
    display: inline-block;
    line-height: 1;
    margin-bottom: var(--labelMarginBottom);
    padding: var(--labelPadding);
    text-align: var(--textAlign);
    direction: var(--dir)
}

._2dBhC._2nVk2._65cjg .aHD7c:after {
    display: var(--requiredIndicationDisplay, none);
    content: " *";
    color: rgba(var(--txtlblrq, 0, 0, 0), var(--alpha-txtlblrq, 0))
}

.nK06J {
    display: var(--display);
    --display: flex;
    flex-direction: column
}

.nK06J .XRJUI {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative
}

.nK06J ._1yU6F {
    font: var(--fntprefix, normal normal normal 16px/1.4em helvetica-w01-roman);
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.nK06J ._1SOvY,
.nK06J ._1yU6F {
    color: var(--corvid-color, rgb(var(--txt, var(--color_15))));
    min-height: 100%
}

.nK06J ._1SOvY {
    box-shadow: var(--shd, 0 0 0 transparent);
    font: var(--fnt, var(--font_8));
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    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-width: var(--corvid-border-width, var(--brw, 1px));
    box-sizing: border-box !important;
    border-style: solid;
    padding: var(--textPadding);
    margin: 0;
    width: 100%;
    flex: 1;
    text-overflow: ellipsis;
    text-align: var(--textAlign);
    direction: var(--dir)
}

.nK06J ._1SOvY[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield
}

.nK06J ._1SOvY::-moz-placeholder {
    color: rgb(var(--txt2, var(--color_15)))
}

.nK06J ._1SOvY:-ms-input-placeholder {
    color: rgb(var(--txt2, var(--color_15)))
}

.nK06J ._1SOvY::placeholder {
    color: rgb(var(--txt2, var(--color_15)))
}

.nK06J ._1SOvY:hover {
    border-width: var(--brwh, 1px);
    background-color: rgba(var(--bgh, 255, 255, 255), var(--alpha-bgh, 1));
    border-style: solid;
    border-color: rgba(var(--brdh, 163, 217, 246), var(--alpha-brdh, 1))
}

.nK06J ._1SOvY:disabled {
    background-color: rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1));
    color: rgb(var(--txtd, 255, 255, 255));
    border-width: var(--brwd, 1px);
    border-style: solid;
    border-color: rgba(var(--brdd, 163, 217, 246), var(--alpha-brdd, 1))
}

.nK06J:not(._3TyBu) ._1SOvY:focus {
    border-width: var(--brwf, 1px);
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-style: solid;
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1))
}

.nK06J._3TyBu ._1SOvY:invalid {
    border-width: var(--brwe, 1px);
    background-color: rgba(var(--bge, 255, 255, 255), var(--alpha-bge, 1));
    border-style: solid;
    border-color: rgba(var(--brde, 163, 217, 246), var(--alpha-brde, 1))
}

.nK06J._3TyBu ._1SOvY:not(:invalid):focus {
    border-width: var(--brwf, 1px);
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-style: solid;
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1))
}

.nK06J .aHD7c {
    display: none
}

.nK06J._2nVk2 .aHD7c {
    font: var(--fntlbl, var(--font_8));
    color: rgb(var(--txtlbl, var(--color_15)));
    word-break: break-word;
    display: inline-block;
    line-height: 1;
    margin-bottom: var(--labelMarginBottom);
    padding: var(--labelPadding);
    text-align: var(--textAlign);
    direction: var(--dir)
}

.nK06J._2nVk2._65cjg .aHD7c:after {
    display: var(--requiredIndicationDisplay, none);
    content: " *";
    color: rgba(var(--txtlblrq, 0, 0, 0), var(--alpha-txtlblrq, 0))
}

.Captcha3940957316__root {
    position: relative
}

@-webkit-keyframes Captcha3940957316__spinner-spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes Captcha3940957316__spinner-spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes Captcha3940957316__fadeOut {
    0% {
        opacity: 1;
        width: 304px;
        height: 78px
    }

    99% {
        opacity: .000001;
        width: 304px;
        height: 78px
    }

    to {
        opacity: 0;
        width: 0;
        height: 0
    }
}

@keyframes Captcha3940957316__fadeOut {
    0% {
        opacity: 1;
        width: 304px;
        height: 78px
    }

    99% {
        opacity: .000001;
        width: 304px;
        height: 78px
    }

    to {
        opacity: 0;
        width: 0;
        height: 0
    }
}

.Captcha3940957316__root .Captcha3940957316__captchaLoader {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.Captcha3940957316__root .Captcha3940957316__captchaLoader:before {
    content: "";
    display: block;
    background-color: transparent;
    border: 6px solid #4d90fe;
    border-radius: 36px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    height: 36px;
    outline: 0;
    width: 36px;
    box-sizing: border-box;
    -webkit-animation: Captcha3940957316__spinner-spin 1s linear infinite;
    animation: Captcha3940957316__spinner-spin 1s linear infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    transition-duration: 1s;
    opacity: 1
}

.Captcha3940957316__root:not(.Captcha3940957316--loaded) .Captcha3940957316__captchaLoader {
    width: 304px;
    height: 78px;
    opacity: 1
}

.Captcha3940957316__root.Captcha3940957316--loaded .Captcha3940957316__captchaLoader {
    -webkit-animation: Captcha3940957316__fadeOut .5s ease;
    animation: Captcha3940957316__fadeOut .5s ease;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    opacity: 0;
    width: 0;
    height: 0
}

.Captcha3940957316__root:not(.Captcha3940957316--loaded) .Captcha3940957316__captcha {
    width: 304px;
    height: 78px;
    opacity: 0
}

.Captcha3940957316__root.Captcha3940957316--loaded .Captcha3940957316__captcha {
    opacity: 1;
    transition: opacity .5s
}

.Captcha3940957316__root.Captcha3940957316--isMobileFriendly .Captcha3940957316__captcha,
.Captcha3940957316__root.Captcha3940957316--isMobileFriendly .Captcha3940957316__captchaLoader {
    transform: scale(.77);
    transform-origin: top left
}

.Captcha3940957316__root .Captcha3940957316__checkbox {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

._2SGQR {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: calc(var(--above-all-z-index) + 1);
    color: rgb(var(--txt, 156, 156, 156))
}

._2SGQR ._2ftQT {
    position: fixed;
    touch-action: manipulation;
    top: 60px;
    right: 60px;
    background: none;
    z-index: 3
}

._2SGQR ._2ftQT:hover {
    cursor: pointer
}

._2SGQR ._2ftQT svg {
    width: 25px;
    height: 25px;
    stroke: param-color(clr, color_15);
    stroke-width: 15;
    cursor: pointer;
    pointer-events: none;
    fill: rgba(var(--color_15), var(--alpha-color_15, 1))
}

._2SGQR[data-layout=popup] ._2ftQT {
    position: absolute;
    top: 24px;
    right: 24px
}

._2SGQR ._9mKKC {
    background-color: rgba(var(--bg-clr, var(--color_11)), var(--alpha-bg-clr, 1));
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: visible;
    zoom: 1;
    overflow: auto
}

._2SGQR[data-layout=popup] ._9mKKC {
    background-color: #000;
    opacity: .6
}

._2SGQR .hfAwd {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: auto
}

body:not(.device-mobile-optimized) ._2SGQR .hfAwd[data-dialogposition=center]>* {
    margin: auto
}

._2SGQR[data-layout=fullscreen] .hfAwd {
    width: 100%;
    height: 100%
}

._2SGQR[data-layout=popup] .hfAwd {
    background-color: rgba(var(--bg-clr, var(--color_11)), var(--alpha-bg-clr, 1));
    box-sizing: border-box;
    max-height: 100%
}

body.device-mobile-optimized ._2SGQR[data-layout=popup] .hfAwd {
    height: 100%;
    width: 100%
}

body:not(.device-mobile-optimized) ._2SGQR[data-layout=popup] .hfAwd {
    padding: 70px 80px 80px;
    width: 480px
}

._2qccF,
.EMaKv {
    width: 100%;
    height: 48px
}

._2qccF button,
.EMaKv button {
    box-sizing: border-box;
    --fnt: getVar(font_8);
    font-size: 16px;
    --rd: 0px;
    --trans1: bord er-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --trans2: color 0.4s ease 0s;
    --bgd: 204, 204, 204;
    --brdd: 204, 204, 204;
    --txtd: 255, 255, 255;
    --boxShadowToggleOn-shd: none;
    --alpha-txt: 1;
    --alpha-brd: 1;
    --alpha-txth: 1;
    --alpha-bgh: 1;
    --label-align: center;
    --label-text-align: center
}

.EMaKv {
    --brw: 0px;
    --txt: var(--color_8);
    --bg: var(--color_18);
    --brd: var(--color_14);
    --bgh: var(--color_18);
    --brdh: var(--color_12);
    --txth: var(--color_11);
    --alpha-brdh: 0;
    --alpha-bg: 1;
    --shc-mutated-brightness: 28, 37, 106;
    --alpha-bgh: 0.7
}

._2qccF button {
    --brw: 1px;
    --txt: var(--color_15);
    --bg: (--color_11);
    --brd: var(--color_13);
    --bgh: var(--color_11);
    --brdh: var(--color_15);
    --txth: var(--color_15);
    --alpha-brdh: 1;
    --alpha-bg: 0;
    --shc-mutated-brightness: 128, 128, 128
}

body:not(.device-mobile-optimized) ._2qccF,
body:not(.device-mobile-optimized) .EMaKv {
    font-weight: 300
}

body.device-mobile-optimized ._2SGQR ._2ftQT {
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px
}

body.device-mobile-optimized ._2SGQR ._2ftQT svg {
    width: 16px;
    height: 16px;
    stroke-width: 12px
}

body.device-mobile-optimized ._2SGQR ._2qccF button {
    font-size: 14px
}

._3bAue {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: calc(var(--above-all-z-index) + 1);
    color: rgb(var(--txt, 156, 156, 156))
}

._3bAue ._3so_5 {
    position: fixed;
    touch-action: manipulation;
    top: 60px;
    right: 60px;
    background: none;
    z-index: 3
}

._3bAue ._3so_5:hover {
    cursor: pointer
}

._3bAue ._3so_5 svg {
    width: 25px;
    height: 25px;
    stroke: param-color(clr, color_15);
    stroke-width: 15;
    cursor: pointer;
    pointer-events: none;
    fill: rgba(var(--color_15), var(--alpha-color_15, 1))
}

._3bAue[data-layout=popup] ._3so_5 {
    position: absolute;
    top: 24px;
    right: 24px
}

._3bAue ._2du_b {
    background-color: rgba(var(--bg-clr, var(--color_11)), var(--alpha-bg-clr, 1));
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: visible;
    zoom: 1;
    overflow: auto
}

._3bAue[data-layout=popup] ._2du_b {
    background-color: #000;
    opacity: .6
}

._3bAue ._5RODg {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: auto
}

body:not(.device-mobile-optimized) ._3bAue ._5RODg[data-dialogposition=center]>* {
    margin: auto
}

._3bAue[data-layout=fullscreen] ._5RODg {
    width: 100%;
    height: 100%
}

._3bAue[data-layout=popup] ._5RODg {
    background-color: rgba(var(--bg-clr, var(--color_11)), var(--alpha-bg-clr, 1));
    box-sizing: border-box;
    max-height: 100%
}

body.device-mobile-optimized ._3bAue[data-layout=popup] ._5RODg {
    height: 100%;
    width: 100%
}

body:not(.device-mobile-optimized) ._3bAue[data-layout=popup] ._5RODg {
    padding: 70px 80px 80px;
    width: 480px
}

._3pWgf,
._22uF5 {
    width: 100%;
    height: 48px
}

._3pWgf button,
._22uF5 button {
    box-sizing: border-box;
    --fnt: getVar(font_8);
    font-size: 16px;
    --rd: 0px;
    --trans1: bord er-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --trans2: color 0.4s ease 0s;
    --bgd: 204, 204, 204;
    --brdd: 204, 204, 204;
    --txtd: 255, 255, 255;
    --boxShadowToggleOn-shd: none;
    --alpha-txt: 1;
    --alpha-brd: 1;
    --alpha-txth: 1;
    --alpha-bgh: 1;
    --label-align: center;
    --label-text-align: center
}

._3pWgf {
    --brw: 0px;
    --txt: var(--color_8);
    --bg: var(--color_18);
    --brd: var(--color_14);
    --bgh: var(--color_18);
    --brdh: var(--color_12);
    --txth: var(--color_11);
    --alpha-brdh: 0;
    --alpha-bg: 1;
    --shc-mutated-brightness: 28, 37, 106;
    --alpha-bgh: 0.7
}

._22uF5 button {
    --brw: 1px;
    --txt: var(--color_15);
    --bg: (--color_11);
    --brd: var(--color_13);
    --bgh: var(--color_11);
    --brdh: var(--color_15);
    --txth: var(--color_15);
    --alpha-brdh: 1;
    --alpha-bg: 0;
    --shc-mutated-brightness: 128, 128, 128
}

body:not(.device-mobile-optimized) ._3pWgf,
body:not(.device-mobile-optimized) ._22uF5 {
    font-weight: 300
}

body.device-mobile-optimized ._3bAue ._3so_5 {
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px
}

body.device-mobile-optimized ._3bAue ._3so_5 svg {
    width: 16px;
    height: 16px;
    stroke-width: 12px
}

body.device-mobile-optimized ._3bAue ._22uF5 button {
    font-size: 14px
}

._277W2,
._277W2 ._3YwvX {
    text-align: center
}

._277W2 ._3YwvX {
    font: var(--headingL, var(--font_2));
    font-size: 48px;
    line-height: .8em;
    margin-bottom: 23px;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0
}

._277W2 ._3YwvX,
._277W2 ._15npN {
    color: rgba(var(--clr, var(--color_15)), var(--alpha-clr, 1))
}

._277W2 ._15npN {
    background: transparent;
    font-family: Helvetica
}

body.device-mobile-optimized ._277W2 ._15npN {
    width: 100%
}

._277W2 ._15npN ._1Kr65 {
    font: var(--fnt, var(--font_8));
    font-size: 18px;
    color: rgba(var(--clr, var(--color_15)), var(--alpha-clr, 1));
    text-align: center;
    margin-top: 0;
    padding-bottom: 60px
}

._277W2 ._15npN ._1QEG4 {
    width: 100%;
    padding-bottom: 0
}

._277W2 ._15npN ._3pWgf {
    font: var(--font_8);
    font-size: 16px;
    margin-top: 25px;
    position: relative
}

body:not(.device-mobile-optimized) ._277W2 ._15npN ._3pWgf {
    width: 320px
}

body.device-mobile-optimized ._277W2 {
    width: 280px;
    margin-top: 74px
}

body.device-mobile-optimized ._277W2 ._3YwvX {
    line-height: .8em;
    margin-bottom: 18px;
    font-size: 36px
}

body.device-mobile-optimized ._277W2 ._15npN {
    height: auto;
    padding: 0 0 20px
}

body.device-mobile-optimized ._277W2 ._15npN ._1Kr65 {
    font-size: 15px;
    margin-top: 18px;
    padding-bottom: 35px
}

body:not(.device-mobile-optimized) ._277W2 ._15npN {
    width: 320px;
    max-width: 450px;
    display: inline-block
}

._257XU {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: calc(var(--above-all-z-index) + 1);
    color: rgb(var(--txt, 156, 156, 156))
}

._257XU .cl1s_ {
    position: fixed;
    touch-action: manipulation;
    top: 60px;
    right: 60px;
    background: none;
    z-index: 3
}

._257XU .cl1s_:hover {
    cursor: pointer
}

._257XU .cl1s_ svg {
    width: 25px;
    height: 25px;
    stroke: param-color(clr, color_15);
    stroke-width: 15;
    cursor: pointer;
    pointer-events: none;
    fill: rgba(var(--color_15), var(--alpha-color_15, 1))
}

._257XU[data-layout=popup] .cl1s_ {
    position: absolute;
    top: 24px;
    right: 24px
}

._257XU ._3icA8 {
    background-color: rgba(var(--bg-clr, var(--color_11)), var(--alpha-bg-clr, 1));
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: visible;
    zoom: 1;
    overflow: auto
}

._257XU[data-layout=popup] ._3icA8 {
    background-color: #000;
    opacity: .6
}

._257XU ._3BCw5 {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: auto
}

body:not(.device-mobile-optimized) ._257XU ._3BCw5[data-dialogposition=center]>* {
    margin: auto
}

._257XU[data-layout=fullscreen] ._3BCw5 {
    width: 100%;
    height: 100%
}

._257XU[data-layout=popup] ._3BCw5 {
    background-color: rgba(var(--bg-clr, var(--color_11)), var(--alpha-bg-clr, 1));
    box-sizing: border-box;
    max-height: 100%
}

body.device-mobile-optimized ._257XU[data-layout=popup] ._3BCw5 {
    height: 100%;
    width: 100%
}

body:not(.device-mobile-optimized) ._257XU[data-layout=popup] ._3BCw5 {
    padding: 70px 80px 80px;
    width: 480px
}

._2Dbuo,
._2Qbrk {
    width: 100%;
    height: 48px
}

._2Dbuo button,
._2Qbrk button {
    box-sizing: border-box;
    --fnt: getVar(font_8);
    font-size: 16px;
    --rd: 0px;
    --trans1: bord er-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --trans2: color 0.4s ease 0s;
    --bgd: 204, 204, 204;
    --brdd: 204, 204, 204;
    --txtd: 255, 255, 255;
    --boxShadowToggleOn-shd: none;
    --alpha-txt: 1;
    --alpha-brd: 1;
    --alpha-txth: 1;
    --alpha-bgh: 1;
    --label-align: center;
    --label-text-align: center
}

._2Dbuo {
    --brw: 0px;
    --txt: var(--color_8);
    --bg: var(--color_18);
    --brd: var(--color_14);
    --bgh: var(--color_18);
    --brdh: var(--color_12);
    --txth: var(--color_11);
    --alpha-brdh: 0;
    --alpha-bg: 1;
    --shc-mutated-brightness: 28, 37, 106;
    --alpha-bgh: 0.7
}

._2Qbrk button {
    --brw: 1px;
    --txt: var(--color_15);
    --bg: (--color_11);
    --brd: var(--color_13);
    --bgh: var(--color_11);
    --brdh: var(--color_15);
    --txth: var(--color_15);
    --alpha-brdh: 1;
    --alpha-bg: 0;
    --shc-mutated-brightness: 128, 128, 128
}

body:not(.device-mobile-optimized) ._2Dbuo,
body:not(.device-mobile-optimized) ._2Qbrk {
    font-weight: 300
}

body.device-mobile-optimized ._257XU .cl1s_ {
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px
}

body.device-mobile-optimized ._257XU .cl1s_ svg {
    width: 16px;
    height: 16px;
    stroke-width: 12px
}

body.device-mobile-optimized ._257XU ._2Qbrk button {
    font-size: 14px
}

._3q03n {
    text-align: center
}

._3q03n._282Cx {
    direction: rtl
}

body:not(.device-mobile-optimized) ._3q03n {
    position: relative;
    top: calc(50% - 230px)
}

body.device-mobile-optimized ._3q03n {
    margin-top: 40px;
    width: 280px
}

._3q03n._2zx3b {
    opacity: .6
}

._3q03n ._108U5 {
    color: rgba(var(--color_15), var(--alpha-color_15, 1));
    font: var(--ttlFnt, var(--font_2));
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 24px;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center
}

body.device-mobile-optimized ._3q03n ._108U5 {
    font-size: 36px;
    margin-bottom: 8px
}

body:not(.device-mobile-optimized) ._3q03n ._3P6-V {
    width: auto;
    max-width: 800px;
    display: inline-block
}

body:not(.device-mobile-optimized) ._3q03n ._3P6-V._2pjHG ._1wr1f {
    width: 320px
}

body:not(.device-mobile-optimized) ._3q03n ._3P6-V._2pjHG ._7ZI3j {
    border-right: 1px solid param-color(secondary-color, color_13);
    margin: -20px 66px
}

._3q03n ._3P6-V._2pjHG .C5X_K {
    position: relative;
    width: 320px;
    margin: auto
}

body.device-mobile-optimized ._3q03n ._3P6-V._2pjHG .C5X_K {
    margin-top: 10px;
    width: 100%
}

._3q03n ._3P6-V._2pjHG .QorYY {
    font-size: 14px;
    line-height: 14px;
    text-decoration: underline
}

._3q03n ._3P6-V._2pjHG .QorYY ._2SBsu {
    float: none
}

._3q03n ._3P6-V._2OgZa .C5X_K {
    display: block
}

._3q03n ._3P6-V._2OgZa .tTRde {
    display: block !important;
    margin: 34px auto
}

body:not(.device-mobile-optimized) ._3q03n ._3P6-V ._1wr1f {
    width: 320px;
    margin: auto
}

._3q03n ._3P6-V ._1wr1f ._3ix4Z,
._3q03n ._3P6-V ._1wr1f ._386jm {
    --textAlign: left;
    --shd: 0.00px 2.00px 0px 0px rgba(var(--color_15), 1);
    --rd: 0px;
    --fnt: normal normal normal 15px/1.4em futura-lt-w01-book, sans-serif;
    --brw: 0px;
    --bg: 245, 255, 254;
    --txt: 82, 82, 82;
    --brd: 82, 82, 82;
    --txt2: var(--color_15);
    --brwh: 0px;
    --bgh: 232, 255, 253;
    --brdh: 0, 0, 0;
    --brwf: 0px;
    --bgf: 245, 255, 254;
    --brdf: 0, 0, 0;
    --brwe: 1px;
    --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: 204, 204, 204;
    --txtd: 232, 232, 232;
    --brwd: 1px;
    --brdd: 219, 219, 219;
    --fntlbl: normal normal normal 15px/1.4em futura-lt-w01-book, sans-serif;
    --txtlbl: var(--color_15);
    --txtlblrq: null;
    --alpha-brdf: 0;
    --alpha-brdh: 0;
    --alpha-brd: 1;
    --alpha-bgd: 0;
    --alpha-bge: 0;
    --alpha-bgf: 0;
    --alpha-bg: 0;
    --alpha-bgh: 0;
    height: auto;
    --dir: ltr;
    --labelMarginBottom: 14px;
    --inputHeight: 37px;
    --textPadding: 3px 3px 3px 0px;
    --labelPadding: 0 20px 0 0px;
    --requiredIndicationDisplay: none
}

body:not(.device-mobile-optimized) ._3q03n ._3P6-V .C5X_K {
    width: 320px;
    margin: auto
}

._3q03n ._3P6-V .C5X_K ._2smz9 {
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in
}

._3q03n ._3P6-V .C5X_K ._2smz9._2EzZt {
    opacity: 1
}

._3q03n ._3P6-V .C5X_K ._2FC1o {
    opacity: 0;
    transition: opacity 1s ease-in
}

._3q03n ._3P6-V .C5X_K ._2FC1o._2EzZt {
    opacity: 1
}

._3q03n ._24tJo {
    text-align: center;
    padding-top: 0;
    margin-bottom: 32px
}

._3q03n ._24tJo ._2ya-H {
    color: rgba(var(--color_15), var(--alpha-color_15, 1));
    margin-right: 4px;
    margin-left: 4px
}

body:not(.device-mobile-optimized) ._3q03n ._24tJo ._2ya-H {
    font: var(--fnt, var(--font_8));
    font-size: 18px
}

body.device-mobile-optimized ._3q03n ._24tJo ._2ya-H {
    font: var(--fnt, var(--font_8));
    font-size: 15px
}

._3q03n ._24tJo ._3VCEv {
    color: rgb(var(--txt, var(--color_18)));
    border-bottom: 1px solid #0198ff;
    float: none;
    border: none;
    text-align: left;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer
}

body.device-mobile-optimized ._3q03n ._24tJo ._3VCEv {
    font: var(--fnt, var(--font_8));
    font-size: 15px
}

body:not(.device-mobile-optimized) ._3q03n ._24tJo ._3VCEv {
    font: var(--fnt, var(--font_8));
    font-size: 18px
}

._3q03n ._24tJo ._3VCEv:hover {
    border-bottom-color: #04f
}

._3q03n ._1KGY5 {
    width: 320px;
    text-align: center;
    margin: 12px auto 24px;
    height: 11px;
    border-bottom: 1px solid;
    border-color: rgba(var(--color_13), var(--alpha-color_13, 1))
}

body.device-mobile-optimized ._3q03n ._1KGY5 {
    width: 100%
}

._3q03n ._1KGY5 span {
    font: var(--fnt, var(--font_8));
    font-size: 16px;
    color: rgba(var(--color_15), var(--alpha-color_15, 1));
    background-color: rgba(var(--bg, var(--color_11)), var(--alpha-bg, 1));
    padding: 0 13px
}

._3q03n ._3ix4Z,
._3q03n ._386jm {
    position: relative;
    margin-bottom: 25px
}

._3q03n ._2Dbuo,
._3q03n ._2Qbrk {
    position: relative;
    font: var(--font_8)
}

._3q03n ._2Qbrk {
    height: 40px
}

._3q03n .dq7tr {
    font: var(--fnt, var(--font_8));
    color: rgba(var(--color_15), var(--alpha-color_15, 1));
    font-size: 16px;
    line-height: 17px;
    text-decoration: underline;
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease-in-out;
    border: none;
    text-align: left
}

._3q03n .dq7tr:hover {
    opacity: .8;
    transition: opacity .2s ease-in-out
}

._3q03n .dq7tr._3-OPK {
    font-size: 14px;
    line-height: 14px;
    padding-top: 24px
}

body.device-mobile-optimized ._3q03n .dq7tr._2CZUy,
body:not(.device-mobile-optimized) ._3q03n .dq7tr._3-OPK {
    display: none
}

._3q03n .YJmfJ {
    display: flex;
    justify-content: space-between;
    padding-top: 13px;
    padding-bottom: 18px
}

._2vlNF {
    --preloaderTop: calc(50% - 1270px)
}

._2FC1o,
._2smz9 {
    width: 100%
}

._2FC1o {
    height: 32px
}

._1SgFc {
    display: none
}

._3Wc6Z {
    margin-bottom: 20px
}

._2SEkn {
    margin-bottom: 8px;
    color: #df3131;
    font-size: 12px
}

._3c3w7 {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #212121;
    padding: 16px 20px;
    box-shadow: inset 0 4px 8px 0 #000, 0 0 4px 0 #000;
    width: 100%;
    font-size: 16px;
    text-align: initial;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: visibility .1s, opacity .1s linear;
    box-sizing: border-box
}

._2EJ9U {
    visibility: visible;
    opacity: 1
}

._3PWVz {
    margin: 48px 0
}

._2OZ2i {
    width: 280px;
    margin: 0 auto
}

._1TTJD {
    font: var(--fnt, var(--font_8));
    text-align: center
}

body:not(.device-mobile-optimized) ._1TTJD {
    width: 320px
}

._1TTJD .FOEsm {
    direction: ltr;
    margin-bottom: 13px;
    height: 18px
}

._1TTJD .FOEsm ._1zRfH {
    margin-right: 12px;
    width: 18px;
    height: 18px
}

._1TTJD .FOEsm ._1zRfH:last-child {
    margin-right: 0
}

._1TTJD ._10Bye {
    font: var(--font_8);
    font-size: 15px;
    font-weight: 300
}

._1TTJD ._2_m8e,
._1TTJD ._10Bye {
    color: rgba(var(--color_15), var(--alpha-color_15, 1));
    line-height: 1.6
}

._1TTJD ._2_m8e {
    text-decoration: underline;
    font: var(--font_8);
    font-size: 15px;
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease-in-out
}

._1TTJD ._2_m8e:hover {
    opacity: .8;
    transition: opacity .2s ease-in-out
}

.QWdF9 {
    font: var(--font_8);
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    color: rgba(var(--color_15), var(--alpha-color_15, 1));
    font-weight: 300
}

.QWdF9:empty {
    margin-top: 0
}

.QWdF9 .KXQVw {
    color: rgba(var(--color_15), var(--alpha-color_15, 1));
    font-weight: 300;
    text-decoration: underline;
    cursor: pointer;
    opacity: 1
}

.QWdF9 .KXQVw,
.QWdF9 .KXQVw:hover {
    transition: opacity .2s ease-in-out
}

.QWdF9 .KXQVw:hover {
    opacity: .8
}

._1UZRs {
    position: relative;
    align-self: center;
    font-size: 15px;
    margin-bottom: 10px;
    max-width: 540px
}

body.device-mobile-optimized ._1UZRs {
    width: 100%
}

._1UZRs ._5B5Lw {
    display: flex;
    align-items: center;
    justify-content: center
}

body.device-mobile-optimized ._1UZRs ._5B5Lw {
    margin-bottom: 10px
}

._1UZRs ._5B5Lw label {
    margin-right: 5px
}

._1UZRs ._5B5Lw button {
    text-decoration: underline;
    cursor: pointer;
    font-size: 15px
}

._1UZRs ._5B5Lw input {
    margin: 5px 10px 3px 0;
    width: 12px;
    cursor: pointer;
    vertical-align: top
}

._1UZRs ._5B5Lw._282Cx label {
    margin: 0 0 0 5px
}

._1UZRs ._5B5Lw._282Cx input {
    margin: 5px 0 3px 10px
}

.vtylp>:not(:last-child) {
    margin-right: 4px
}

._1xMOU {
    display: block
}

._1vNJf {
    position: relative;
    overflow: visible
}

._2RKTZ {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.b9KOL {
    cursor: pointer
}

._1-6YJ {
    width: 100%;
    height: 100%;
    display: block
}

._3SQN-,
._3wnIc {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

._3wnIc {
    left: 0;
    overflow: hidden;
    -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-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    pointer-events: var(--fill-layer-background-media-pointer-events)
}

._3wnIc._7WhTV {
    clip: rect(0, auto, auto, 0)
}

@media not all and (min-resolution:0.001dpcm) {
    @supports (-webkit-appearance:none) {
        ._3wnIc._7WhTV {
            clip: auto;
            -webkit-clip-path: inset(0)
        }
    }
}

._2GUhU {
    height: 100%
}

._3KzuS {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient)
}

._2L00W {
    opacity: var(--fill-layer-image-opacity);
    height: var(--fill-layer-image-height, 100%)
}

._2L00W img {
    width: 100%;
    height: 100%
}

._1PtAB,
._6ICOI {
    opacity: var(--fill-layer-video-opacity)
}

._2gFri {
    position: absolute;
    width: 100%;
    height: var(--media-padding-height);
    top: var(--media-padding-top);
    bottom: var(--media-padding-bottom)
}

._1Q5R5 {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

._6ICOI {
    position: relative;
    width: 100%;
    height: 100%
}

._3hRfg {
    -webkit-clip-path: var(--fill-layer-clip);
    clip-path: var(--fill-layer-clip)
}

._2IRVt,
._3hRfg {
    position: absolute;
    top: 0
}

._1QuqS img,
._2IRVt,
._3hRfg {
    width: 100%;
    height: 100%
}

._3vVMz {
    opacity: 0
}

._3vVMz,
._3192S {
    position: absolute;
    top: 0
}

._3192S {
    width: 0;
    height: 0;
    left: 0;
    overflow: hidden
}

._3BaUs {
    position: var(--fill-layer-background-media-position);
    pointer-events: var(--fill-layer-background-media-pointer-events);
    left: 0
}

._1eCSh,
._3BaUs,
._37Ao- {
    width: 100%;
    height: 100%;
    top: 0
}

._37Ao- {
    position: absolute
}

._1eCSh {
    background-color: var(--fill-layer-background-overlay-color);
    position: var(--fill-layer-background-overlay-position);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports (mix-blend-mode:overlay) {
    ._1eCSh {
        mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
    }
}

._2o25M {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    left: 0
}

.FqFZT {
    transition: .2s ease-in;
    transform: translateY(-100%)
}

._1CvyK {
    transition: .2s
}

._12-8f {
    transition: .2s ease-in;
    opacity: 0
}

._12-8f._1fxAO {
    z-index: -1 !important
}

._2nqfT {
    transition: .2s;
    opacity: 1
}

._1_UPn {
    height: auto
}

._1_UPn,
._38XI2 {
    position: relative;
    width: 100%
}

body:not(.device-mobile-optimized) ._2P6JN {
    margin-left: calc((100% - var(--site-width)) / 2);
    width: var(--site-width)
}

.ZW5SX[data-focuscycled=active] {
    outline: 1px solid transparent
}

.ZW5SX[data-focuscycled=active]:not(:focus-within) {
    outline: 2px solid transparent;
    transition: outline .01s ease
}

.ZW5SX ._1nRb9 {
    top: 0;
    bottom: 0;
    box-shadow: var(--shd, 0 0 5px rgba(0, 0, 0, .7));
    background-color: var(--screenwidth-corvid-background-color, rgba(var(--bg, var(--color_11)), var(--alpha-bg, 1)));
    border-top: var(--brwt, 0) solid var(--screenwidth-corvid-border-color, rgba(var(--brd, var(--color_15)), var(--alpha-brd, 1)));
    border-bottom: var(--brwb, 0) solid var(--screenwidth-corvid-border-color, rgba(var(--brd, var(--color_15)), var(--alpha-brd, 1)))
}

.ZW5SX ._1dlfY,
.ZW5SX ._1nRb9 {
    position: absolute;
    right: 0;
    left: 0
}

.ZW5SX ._1dlfY {
    top: var(--brwt, 0);
    bottom: var(--brwb, 0);
    border-radius: var(--rd, 0);
    background-color: rgba(var(--bgctr, var(--color_11)), var(--alpha-bgctr, 1))
}

.ZW5SX ._2P6JN {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

body.device-mobile-optimized .ZW5SX ._2P6JN {
    left: 10px;
    right: 10px
}

._1KV2M {
    pointer-events: none
}

._2v3yk {
    position: var(--bg-position);
    top: var(--wix-ads-height);
    min-height: calc(100vh - var(--wix-ads-height));
    height: 100%;
    width: 100%;
    min-width: var(--site-width)
}

._1fbEI {
    text-align: initial;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    justify-content: var(--label-align);
    min-width: 100%
}

._1fbEI:before {
    max-width: var(--margin-left, 0)
}

._1fbEI:after,
._1fbEI:before {
    content: "";
    flex-grow: 1;
    align-self: stretch
}

._1fbEI:after {
    max-width: var(--margin-right, 0)
}

._2UgQw {
    height: 100%
}

._2UgQw ._1fbEI {
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: var(--trans1, border-color .4s ease 0s, background-color .4s ease 0s);
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6))
}

._2UgQw ._1fbEI:link,
._2UgQw ._1fbEI:visited {
    border-color: transparent
}

._2UgQw ._1Qjd7 {
    font: var(--fnt, var(--font_5));
    transition: var(--trans2, color .4s ease 0s);
    color: var(--corvid-color, rgb(var(--txt, var(--color_15))));
    position: relative;
    white-space: nowrap;
    margin: 0
}

._2UgQw[aria-disabled=false] ._1fbEI {
    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
}

body.device-mobile-optimized ._2UgQw[aria-disabled=false]:active ._1fbEI {
    background-color: rgba(var(--bgh, var(--color_18)), var(--alpha-bgh, 1));
    border-color: rgba(var(--brdh, var(--color_15)), var(--alpha-brdh, 1))
}

body.device-mobile-optimized ._2UgQw[aria-disabled=false]:active ._1Qjd7 {
    color: rgb(var(--txth, var(--color_15)))
}

body:not(.device-mobile-optimized) ._2UgQw[aria-disabled=false]:hover ._1fbEI {
    background-color: rgba(var(--bgh, var(--color_18)), var(--alpha-bgh, 1));
    border-color: rgba(var(--brdh, var(--color_15)), var(--alpha-brdh, 1))
}

body:not(.device-mobile-optimized) ._2UgQw[aria-disabled=false]:hover ._1Qjd7 {
    color: rgb(var(--txth, var(--color_15)))
}

._2UgQw[aria-disabled=true] ._1fbEI {
    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-width: var(--corvid-border-width, var(--brw, 0));
    border-style: solid
}

._2UgQw[aria-disabled=true] ._1Qjd7 {
    color: rgb(var(--txtd, 255, 255, 255))
}

._6lnTT {
    text-align: initial;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    justify-content: var(--label-align);
    min-width: 100%
}

._6lnTT:before {
    max-width: var(--margin-left, 0)
}

._6lnTT:after,
._6lnTT:before {
    content: "";
    flex-grow: 1;
    align-self: stretch
}

._6lnTT:after {
    max-width: var(--margin-right, 0)
}

._2kLdM[aria-disabled=false] ._6lnTT {
    cursor: pointer
}

body.device-mobile-optimized ._2kLdM[aria-disabled=false]:active .wQYUw,
body:not(.device-mobile-optimized) ._2kLdM[aria-disabled=false]:hover .wQYUw {
    color: rgb(var(--txth, var(--color_15)));
    transition: var(--trans, color .4s ease 0s)
}

._2kLdM ._6lnTT {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

._2kLdM .wQYUw {
    font: var(--fnt, var(--font_5));
    transition: var(--trans, color .4s ease 0s);
    color: var(--corvid-color, rgb(var(--txt, var(--color_15))));
    white-space: nowrap
}

._2kLdM[aria-disabled=true] .wQYUw {
    color: rgb(var(--txtd, 255, 255, 255))
}

body:not(.device-mobile-optimized) ._3d64y {
    display: var(--display);
    --display: flex
}

body:not(.device-mobile-optimized) ._1uldx {
    display: flex;
    position: relative;
    width: calc(100% - var(--padding) * 2);
    margin: 0 auto
}

body:not(.device-mobile-optimized) ._1uldx>* {
    flex: var(--column-flex) 1 0%;
    min-width: 0;
    margin-top: var(--padding);
    margin-bottom: var(--padding);
    position: relative;
    left: 0;
    top: 0;
    margin-left: var(--margin)
}

body:not(.device-mobile-optimized) ._1uldx>:first-child {
    margin-left: 0
}

body.device-mobile-optimized ._1uldx {
    display: block;
    position: relative;
    padding: var(--padding) 0
}

body.device-mobile-optimized ._1uldx>* {
    margin-bottom: var(--margin);
    position: relative
}

body.device-mobile-optimized ._1uldx>:first-child {
    margin-top: var(--firstChildMarginTop, 0)
}

body.device-mobile-optimized ._1uldx>:last-child {
    margin-bottom: var(--lastChildMarginBottom, var(--margin))
}

._29Wzf {
    --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__))
}

._29Wzf,
._29Wzf ._2oFsE {
    position: absolute;
    left: 0;
    width: 100%
}

._29Wzf ._2oFsE {
    --divider-layer-i__: var(--divider-layer-i, 0);
    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));
    background-repeat: repeat-x;
    background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__) * var(--divider-layer-i__)) bottom;
    border-bottom-width: calc(var(--divider-pin-border__) * var(--divider-layer-i__) * var(--divider-layers-y__));
    border-bottom-style: solid
}

._18kXN {
    --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);
    top: 0;
    transform: var(--divider-top-flip, scaleY(-1));
    opacity: var(--divider-top-opacity, 1);
    border-top: var(--divider-top-padding, 0) solid var(--divider-top-color, currentColor)
}

._18kXN ._2oFsE {
    bottom: 0;
    border-color: var(--divider-top-color, currentColor);
    background-image: var(--divider-top-image, none);
    background-size: var(--divider-top-size, contain)
}

._1cPrF {
    --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);
    bottom: 0;
    transform: var(--divider-bottom-flip, none);
    opacity: var(--divider-bottom-opacity, 1);
    border-bottom: var(--divider-bottom-padding, 0) solid var(--divider-bottom-color, currentColor)
}

._1cPrF ._2oFsE {
    bottom: 0;
    border-color: var(--divider-bottom-color, currentColor);
    background-image: var(--divider-bottom-image, none);
    background-size: var(--divider-bottom-size, contain)
}

._2LYf8 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

._3vrwT {
    width: 100%;
    height: 100%;
    overflow: hidden
}

._3vrwT._1rAnL: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
}

._3vrwT._1E5xK: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
}

._2S73V {
    cursor: pointer
}

._2Ea4I {
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    overflow: hidden;
    position: absolute
}

.xQ_iF {
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

._1Fe8- {
    min-height: var(--image-min-height);
    min-width: var(--image-min-width)
}

._1Fe8- img {
    -o-object-position: var(--object-position);
    object-position: var(--object-position);
    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-size: var(--mask-size, 100% 100%);
    mask-size: var(--mask-size, 100% 100%);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat)
}

.XUUsC {
    position: var(--position-fixed, static);
    left: var(--left, auto);
    top: var(--top, auto);
    z-index: var(--z-index, auto)
}

.XUUsC ._1Fe8- img {
    position: static;
    box-shadow: 0 0 0 #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.XUUsC .xQ_iF {
    display: block
}

.XUUsC ._1Fe8-,
.XUUsC .xQ_iF {
    overflow: hidden
}

._3jgRX {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

._2ufc7 {
    height: auto;
    width: 100%;
    position: relative
}

body:not(.responsive) ._3LL-w {
    height: 100%;
    position: relative;
    left: 0;
    grid-area: 1/1/1/1;
    align-self: start;
    justify-self: stretch
}

body:not(.device-mobile-optimized) ._3jgRX {
    margin-left: calc((100% - var(--site-width)) / 2);
    width: var(--site-width)
}

._1FOTJ ._3jgRX {
    overflow: hidden;
    background-color: rgba(var(--bg, var(--color_11)), var(--alpha-bg, 1))
}

body.device-mobile-optimized ._3jgRX {
    left: 10px;
    right: 10px
}

._3CemL {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

._3K7uv {
    height: auto;
    width: 100%;
    position: relative
}

body:not(.responsive) .Ry26q {
    height: 100%;
    position: relative;
    left: 0;
    grid-area: 1/1/1/1;
    align-self: start;
    justify-self: stretch
}

body:not(.device-mobile-optimized) ._3CemL {
    margin-left: calc((100% - var(--site-width)) / 2);
    width: var(--site-width)
}

body.device-mobile-optimized ._3CemL {
    left: 10px;
    right: 10px
}


.StylableButton2545352419__root {
    -archetype: box;
    cursor: pointer;
    border: none;
    display: block;
    min-width: 10px;
    min-height: 10px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0
}

.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;
    text-decoration: none;
    box-sizing: border-box;
    color: #000
}

.StylableButton2545352419__container {
    display: flex;
    flex-basis: auto;
    justify-content: center;
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    overflow: hidden;
    height: 100%;
    width: 100%;
    transition: all .2s ease, visibility 0s
}

.StylableButton2545352419__label {
    -archetype: text;
    -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(first);
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
    min-width: 1.8em;
    max-width: 100%;
    transition: inherit
}

.StylableButton2545352419__icon {
    -archetype: icon;
    -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(last);
    min-width: 1px;
    height: 50px;
    transition: inherit;
    flex-shrink: 0
}

.StylableButton2545352419__icon.StylableButton2545352419--override {
    display: block !important
}

.StylableButton2545352419__icon>div,
.StylableButton2545352419__icon svg {
    display: flex;
    width: inherit;
    height: inherit
}

.qhwIj {
    pointer-events: none;
    overflow: hidden;
    padding: 0;
    white-space: nowrap
}

._1kIwI {
    cursor: pointer
}

.rmFV4 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    left: 0
}

._32Yq6 {
    transition: .2s ease-in;
    transform: translateY(-100%)
}

._18iiC {
    transition: .2s
}

.Gz2xy {
    transition: .2s ease-in;
    opacity: 0
}

.Gz2xy.Xf6e1 {
    z-index: -1 !important
}

._38jLj {
    transition: .2s;
    opacity: 1
}

._1U65c {
    height: auto
}

._1U65c,
._319u9 {
    position: relative;
    width: 100%
}

body:not(.device-mobile-optimized) ._3N4he {
    margin-left: calc((100% - var(--site-width)) / 2);
    width: var(--site-width)
}

._3Fgqs[data-focuscycled=active] {
    outline: 1px solid transparent
}

._3Fgqs[data-focuscycled=active]:not(:focus-within) {
    outline: 2px solid transparent;
    transition: outline .01s ease
}

._3Fgqs ._3N4he {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

._2O-Ry .xb9fU ._3lu8e {
    display: var(--item-display);
    width: var(--item-size);
    height: var(--item-size);
    margin: var(--item-margin)
}

._2O-Ry .xb9fU ._3lu8e:last-child {
    margin: 0
}

._2O-Ry .xb9fU ._3lu8e ._26AQd {
    display: block
}

._2O-Ry .xb9fU ._3lu8e ._26AQd .uWpzU {
    width: var(--item-size);
    height: var(--item-size)
}

._2O-Ry .xb9fU {
    position: absolute;
    width: 100%;
    height: 100%;
    white-space: nowrap
}

body.device-mobile-optimized ._2O-Ry .xb9fU {
    white-space: normal
}

._1-1oy {
    opacity: 0
}

._341Ph {
    transition: opacity var(--transition-duration) cubic-bezier(.37, 0, .63, 1)
}

._341Ph,
.VjMj0 {
    opacity: 1
}

.eZ2hw {
    transition: opacity var(--transition-duration) cubic-bezier(.37, 0, .63, 1)
}

.eZ2hw,
.lBzae {
    opacity: 0
}

._2c9JY {
    transition: opacity var(--transition-duration) cubic-bezier(.64, 0, .78, 0)
}

._2c9JY,
.TiUWe {
    opacity: 1
}

._1rVdW {
    opacity: 0;
    transition: opacity var(--transition-duration) cubic-bezier(.22, 1, .36, 1)
}

._1RCYt {
    transform: translateX(100%)
}

.DowXu {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

._31_kx,
.DowXu {
    transform: translateX(0)
}

._2Q7R4 {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

._2mLeX,
._2Q7R4 {
    transform: translateX(-100%)
}

._2z6Li {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

._2_vil,
._2z6Li {
    transform: translateX(0)
}

._2DtIH {
    transform: translateX(100%);
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

._1qXF8 {
    transform: translateY(100%)
}

._3eaIv {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

._3eaIv,
.qKSqT {
    transform: translateY(0)
}

._2QIi8 {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

._2eIOW,
._2QIi8 {
    transform: translateY(-100%)
}

.mvyRX {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.mvyRX,
.NzCsb {
    transform: translateY(0)
}

.r7Qfi {
    transform: translateY(100%);
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

body:not(.responsive) ._1gF1C {
    overflow-x: clip
}

._2YGAo {
    height: 100%;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr
}

._2YGAo>div {
    justify-self: stretch !important;
    align-self: stretch !important
}

._2wYm8 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.N1N2o {
    cursor: pointer
}

._3bLYT {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: var(--opacity);
    fill: var(--fill);
    fill-opacity: var(--fill-opacity);
    stroke: var(--stroke);
    stroke-opacity: var(--stroke-opacity);
    stroke-width: var(--stroke-width);
    transform: var(--flip);
    filter: var(--drop-shadow, none)
}

._3bLYT,
._3bLYT svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

._3bLYT svg {
    width: var(--svg-calculated-width, 100%);
    height: var(--svg-calculated-height, 100%);
    padding: var(--svg-calculated-padding, 0);
    margin: auto
}

._2OIRR * {
    vector-effect: non-scaling-stroke
}

._3hiPA svg,
.Fspl4 svg {
    overflow: visible !important
}

@media not all and (min-resolution:0.001dpcm) {
    @supports (-webkit-appearance:none) {
        ._3bLYT._3hiPA {
            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;
    margin: 0;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal
}

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
}

._2TSXm {
    cursor: pointer
}

.RWEwb {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

._3bcaz [data-attr-richtext-marker=true] table {
    border-collapse: collapse;
    margin: 15px 0;
    width: 100%
}

._3bcaz [data-attr-richtext-marker=true] table td {
    position: relative;
    padding: 12px
}

._3bcaz [data-attr-richtext-marker=true] table td:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-left: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    opacity: .2
}

._3bcaz [data-attr-richtext-marker=true] table tr td:last-child:after {
    border-right: 1px solid currentColor
}

._3bcaz [data-attr-richtext-marker=true] table tr:first-child td:after {
    border-top: 1px solid currentColor
}

.xu_ui {
    min-height: var(--min-height);
    min-width: var(--min-width)
}

.xu_ui .H4KOs {
    position: relative;
    width: 100%;
    height: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.xu_ui .H4KOs ul {
    list-style: disc inside
}

.xu_ui .H4KOs li {
    margin-bottom: 12px
}

._1Q9if blockquote,
._1Q9if h1,
._1Q9if h2,
._1Q9if h3,
._1Q9if h4,
._1Q9if h5,
._1Q9if h6,
._1Q9if p {
    line-height: normal;
    letter-spacing: normal
}

._1UxX6 {
    min-height: var(--min-height);
    min-width: var(--min-width)
}

._1UxX6 .H4KOs {
    position: relative;
    width: 100%;
    height: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word
}

._1UxX6 .H4KOs ol,
._1UxX6 .H4KOs ul {
    padding-left: 1.3em;
    margin-left: .5em;
    line-height: normal;
    letter-spacing: normal
}

._1UxX6 .H4KOs ol[dir=rtl],
._1UxX6 .H4KOs ul[dir=rtl] {
    padding-right: 1.3em;
    margin-right: .5em
}

._1UxX6 .H4KOs ul {
    list-style-type: disc
}

._1UxX6 .H4KOs ol {
    list-style-type: decimal
}

._1UxX6 .H4KOs ol[dir=rtl],
._1UxX6 .H4KOs ul[dir=rtl] {
    padding-right: 1.3em;
    margin-right: .5em
}

._1UxX6 .H4KOs ol ul,
._1UxX6 .H4KOs ul ul {
    list-style-type: circle;
    line-height: normal
}

._1UxX6 .H4KOs ol ol ul,
._1UxX6 .H4KOs ol ul ul,
._1UxX6 .H4KOs ul ol ul,
._1UxX6 .H4KOs ul ul ul {
    list-style-type: square;
    line-height: normal
}

._1UxX6 .H4KOs li {
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: normal
}

._1UxX6 .H4KOs h1,
._1UxX6 .H4KOs h2,
._1UxX6 .H4KOs h3,
._1UxX6 .H4KOs h4,
._1UxX6 .H4KOs h5,
._1UxX6 .H4KOs h6,
._1UxX6 .H4KOs p {
    margin: 0;
    line-height: normal;
    letter-spacing: normal
}

._1UxX6 .H4KOs a {
    color: inherit
}

._1Q9if,
._2Hij5 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: start;
    pointer-events: none;
    min-height: var(--min-height);
    min-width: var(--min-width)
}

._1Q9if>*,
._2Hij5>* {
    pointer-events: auto
}

._1Q9if li,
._2Hij5 li {
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: normal
}

._1Q9if ol,
._1Q9if ul,
._2Hij5 ol,
._2Hij5 ul {
    padding-left: 1.3em;
    padding-right: 0;
    margin-left: .5em;
    margin-right: 0;
    line-height: normal;
    letter-spacing: normal
}

._1Q9if ul,
._2Hij5 ul {
    list-style-type: disc
}

._1Q9if ol,
._2Hij5 ol {
    list-style-type: decimal
}

._1Q9if ol ul,
._1Q9if ul ul,
._2Hij5 ol ul,
._2Hij5 ul ul {
    list-style-type: circle
}

._1Q9if ol ol ul,
._1Q9if ol ul ul,
._1Q9if ul ol ul,
._1Q9if ul ul ul,
._2Hij5 ol ol ul,
._2Hij5 ol ul ul,
._2Hij5 ul ol ul,
._2Hij5 ul ul ul {
    list-style-type: square
}

._1Q9if ol[dir=rtl],
._1Q9if ol[dir=rtl] ol,
._1Q9if ol[dir=rtl] ul,
._1Q9if ul[dir=rtl],
._1Q9if ul[dir=rtl] ol,
._1Q9if ul[dir=rtl] ul,
._2Hij5 ol[dir=rtl],
._2Hij5 ol[dir=rtl] ol,
._2Hij5 ol[dir=rtl] ul,
._2Hij5 ul[dir=rtl],
._2Hij5 ul[dir=rtl] ol,
._2Hij5 ul[dir=rtl] ul {
    padding-left: 0;
    padding-right: 1.3em;
    margin-left: 0;
    margin-right: .5em
}

._1Q9if blockquote,
._1Q9if h1,
._1Q9if h2,
._1Q9if h3,
._1Q9if h4,
._1Q9if h5,
._1Q9if h6,
._1Q9if p,
._2Hij5 blockquote,
._2Hij5 h1,
._2Hij5 h2,
._2Hij5 h3,
._2Hij5 h4,
._2Hij5 h5,
._2Hij5 h6,
._2Hij5 p {
    margin: 0
}

._1Q9if a,
._2Hij5 a {
    color: inherit
}

.riLfl {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: calc(100% - var(--wix-ads-height));
    margin-top: var(--wix-ads-height);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}

._337lI,
.riLfl {
    pointer-events: none;
    z-index: var(--pinned-layer-in-container, var(--above-all-in-container))
}


._3s2SB ._3Avno>button,
._3s2SB ._36ple ._1fa2g,
._3s2SB ._36ple ._27dhf,
._36ple ._3s2SB ._1fa2g,
._36ple ._3s2SB ._27dhf {
    justify-content: flex-start
}

._3kEe6 ._3Avno>button,
._3kEe6 ._36ple ._1fa2g,
._3kEe6 ._36ple ._27dhf,
._36ple ._3kEe6 ._1fa2g,
._36ple ._3kEe6 ._27dhf {
    justify-content: center
}

._19PrQ ._3Avno>button,
._19PrQ ._36ple ._1fa2g,
._19PrQ ._36ple ._27dhf,
._36ple ._19PrQ ._1fa2g,
._36ple ._19PrQ ._27dhf {
    direction: rtl
}

._3Avno .vGMQJ img,
._36ple ._1fa2g ._1fVQ7 img,
._36ple ._3LIXC ._1fVQ7 img {
    height: var(--iconSize);
    display: block
}

._3Avno>button:hover,
._36ple ._1fa2g:hover,
._36ple ._27dhf._2IQZv,
._36ple ._27dhf:hover {
    color: rgb(var(--itemTextColorHover, var(--color_1)));
    background-color: rgba(var(--backgroundColorHover, var(--color_4)), var(--alpha-backgroundColorHover, 1))
}

._3Avno>button:hover path,
._36ple ._1fa2g:hover path,
._36ple ._27dhf._2IQZv path,
._36ple ._27dhf:hover path {
    fill: rgb(var(--itemTextColorHover, var(--color_1)))
}

._3Avno>button._1KHg1,
._3Avno>button:active,
._36ple ._1fa2g:active,
._36ple ._1KHg1._1fa2g,
._36ple ._1KHg1._27dhf,
._36ple ._27dhf:active {
    color: rgb(var(--itemTextColorActive, var(--color_1)));
    background-color: rgba(var(--backgroundColorActive, var(--color_4)), var(--alpha-backgroundColorActive, 1))
}

._3Avno>button._1KHg1 path,
._3Avno>button:active path,
._36ple ._1fa2g:active path,
._36ple ._1KHg1._1fa2g path,
._36ple ._1KHg1._27dhf path,
._36ple ._27dhf:active path {
    fill: rgb(var(--itemTextColorActive, var(--color_1)))
}

.lcxLW {
    width: var(--width)
}

body.device-mobile-optimized .lcxLW {
    display: var(--display);
    --display: table
}

.lcxLW.r3TPF {
    opacity: .38
}

.lcxLW.r3TPF *,
.lcxLW.r3TPF:active {
    pointer-events: none
}

._36ple ._1fa2g,
._36ple ._27dhf {
    display: flex;
    align-items: center;
    height: calc(var(--height) - var(--borderWidth, 1px) * 2)
}

._36ple ._1fa2g ._25TLh,
._36ple ._27dhf ._25TLh {
    line-height: 0
}

._3kEe6 ._36ple ._1fa2g ._25TLh,
._3kEe6 ._36ple ._27dhf ._25TLh,
._36ple ._3kEe6 ._1fa2g ._25TLh,
._36ple ._3kEe6 ._27dhf ._25TLh {
    position: absolute;
    right: 0
}

._3kEe6 ._36ple ._1fa2g ._25TLh,
._3kEe6 ._36ple ._27dhf ._25TLh,
._19PrQ ._36ple ._1fa2g ._25TLh,
._19PrQ ._36ple ._27dhf ._25TLh,
._36ple ._3kEe6 ._1fa2g ._25TLh,
._36ple ._3kEe6 ._27dhf ._25TLh,
._36ple ._19PrQ ._1fa2g ._25TLh,
._36ple ._19PrQ ._27dhf ._25TLh {
    margin: 0 20px 0 14px
}

._3kEe6 ._36ple ._1fa2g ._25TLh,
._3kEe6 ._36ple ._27dhf ._25TLh,
._3s2SB ._36ple ._1fa2g ._25TLh,
._3s2SB ._36ple ._27dhf ._25TLh,
._36ple ._3kEe6 ._1fa2g ._25TLh,
._36ple ._3kEe6 ._27dhf ._25TLh,
._36ple ._3s2SB ._1fa2g ._25TLh,
._36ple ._3s2SB ._27dhf ._25TLh {
    margin: 0 14px 0 20px
}

._3s2SB ._36ple ._1fa2g ._3ZMET,
._3s2SB ._36ple ._27dhf ._3ZMET,
._19PrQ ._36ple ._1fa2g ._3ZMET,
._19PrQ ._36ple ._27dhf ._3ZMET,
._36ple ._3s2SB ._1fa2g ._3ZMET,
._36ple ._3s2SB ._27dhf ._3ZMET,
._36ple ._19PrQ ._1fa2g ._3ZMET,
._36ple ._19PrQ ._27dhf ._3ZMET {
    flex-grow: 1
}

._36ple ._1fa2g svg,
._36ple ._27dhf svg {
    width: 12px;
    height: auto
}

._36ple ._1fa2g path,
._36ple ._27dhf path {
    fill: rgb(var(--itemTextColor, var(--color_9)))
}

._36ple ._1fa2g,
._36ple ._3LIXC {
    border-style: solid;
    border-color: rgba(var(--borderColor, 32, 32, 32), var(--alpha-borderColor, 1));
    border-width: var(--borderWidth, 1px);
    border-radius: var(--borderRadius, 5px);
    box-shadow: var(--boxShadow, 0 1px 3px rgba(0, 0, 0, .5));
    background-color: rgba(var(--backgroundColor, var(--color_4)), var(--alpha-backgroundColor, 1));
    overflow: hidden
}

._36ple ._1fa2g ._1fVQ7,
._36ple ._3LIXC ._1fVQ7 {
    margin: 0 -6px 0 14px
}

._3kEe6 ._36ple ._1fa2g ._1fVQ7,
._3kEe6 ._36ple ._3LIXC ._1fVQ7,
._36ple ._3kEe6 ._1fa2g ._1fVQ7,
._36ple ._3kEe6 ._3LIXC ._1fVQ7 {
    margin: 0 4px
}

._19PrQ ._36ple ._1fa2g ._1fVQ7,
._19PrQ ._36ple ._3LIXC ._1fVQ7,
._36ple ._19PrQ ._1fa2g ._1fVQ7,
._36ple ._19PrQ ._3LIXC ._1fVQ7 {
    margin: 0 14px 0 -6px
}

._36ple,
.lcxLW {
    height: 100%
}

._36ple {
    cursor: pointer;
    position: relative;
    width: var(--width);
    font: var(--itemFont, var(--font_0));
    color: rgb(var(--itemTextColor, var(--color_9)))
}

._36ple * {
    box-sizing: border-box
}

._36ple ._1fa2g {
    height: 100%;
    position: relative;
    z-index: 1
}

.W8Bze._36ple ._1fa2g {
    display: none !important
}

._36ple ._2ap1d {
    margin: 0 0 0 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

._3kEe6 ._36ple ._2ap1d {
    margin: 0 4px
}

._19PrQ ._36ple ._2ap1d {
    margin: 0 14px 0 0
}

._36ple ._3LIXC {
    position: absolute;
    z-index: 1;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    max-height: calc(var(--height) * 5.5);
    overflow-y: auto
}

._36ple ._3LIXC:not(._2OI3v) {
    top: 0;
    --itemBorder: 1px 0 0
}

._36ple ._3LIXC._2OI3v {
    --itemBorder: 0 0 1px;
    bottom: 0;
    flex-direction: column-reverse
}

.W8Bze._36ple ._3LIXC svg {
    transform: rotate(180deg)
}

._36ple.W8Bze {
    z-index: 47
}

._36ple:not(.W8Bze) ._3LIXC {
    display: none
}

._36ple ._27dhf {
    flex-shrink: 0
}

._36ple ._27dhf:not(:first-child) {
    border-width: var(--itemBorder);
    border-style: solid;
    border-color: rgba(var(--separatorColor, 254, 254, 254), var(--alpha-separatorColor, 1))
}

._2CmYp {
    height: 100%
}

body.device-mobile-optimized ._2CmYp {
    display: table;
    width: 100%
}

._3Avno {
    display: flex;
    border-style: solid;
    overflow: hidden;
    height: 100%;
    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-width: var(--borderWidth, 1px);
    color: rgb(var(--itemTextColor, var(--color_9)));
    border-radius: var(--borderRadius, 5px);
    box-shadow: var(--boxShadow, 0 1px 3px rgba(0, 0, 0, .5));
    font: var(--itemFont, var(--font_0))
}

._3Avno,
._3Avno * {
    box-sizing: border-box
}

._3Avno>button {
    background-color: rgba(var(--backgroundColor, var(--color_4)), var(--alpha-backgroundColor, 1));
    flex: auto;
    height: 100%;
    display: flex;
    align-items: center;
    color: inherit;
    cursor: pointer;
    font: inherit
}

._3Avno>button:not(:first-child) {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(var(--separatorColor, 254, 254, 254), var(--alpha-separatorColor, 1))
}

._3Avno>button:first-child,
._3Avno>button:last-child {
    border-radius: var(--borderRadius, 5px)
}

._3Avno>button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

._3Avno>button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

._19PrQ ._3Avno .vGMQJ {
    margin: 0 14px 0 -6px
}

._3kEe6 ._3Avno .vGMQJ {
    margin: 0 4px
}

._3s2SB ._3Avno .vGMQJ {
    margin: 0 -6px 0 14px
}

._3Avno ._3d79R {
    margin: 0 14px
}

._3kEe6 ._3Avno ._3d79R {
    margin: 0 4px
}

._1ogLE select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1
}

._1ogLE ._1JSfU {
    display: none
}


@-webkit-keyframes itemDepth02233374943__expandSubmenu {
    0% {
        transform: translateY(calc(var(--animation-y-direction, 1) * (-34%)));
        opacity: 0
    }

    27% {
        opacity: 1
    }

    to {
        transform: translateY(0)
    }
}

@keyframes itemDepth02233374943__expandSubmenu {
    0% {
        transform: translateY(calc(var(--animation-y-direction, 1) * (-34%)));
        opacity: 0
    }

    27% {
        opacity: 1
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes itemDepth02233374943__hideOverflow {
    0% {
        overflow: hidden
    }

    99% {
        overflow: hidden
    }

    to {
        overflow: visible
    }
}

@keyframes itemDepth02233374943__hideOverflow {
    0% {
        overflow: hidden
    }

    99% {
        overflow: hidden
    }

    to {
        overflow: visible
    }
}

.itemDepth02233374943__root {
    -archetype: paintBox;
    display: block;
    cursor: pointer;
    text-decoration: none
}

.itemDepth02233374943__root.itemDepth02233374943--isCurrentPage,
.itemDepth02233374943__root.itemDepth02233374943--isCurrentPage .itemDepth02233374943__label,
.itemDepth02233374943__root.itemDepth02233374943--isHovered,
.itemDepth02233374943__root.itemDepth02233374943--isHovered .itemDepth02233374943__label {
    transition: all .08s linear
}

.itemDepth02233374943__container {
    -archetype: box;
    display: flex;
    height: 100%;
    align-items: center
}

.itemDepth02233374943__label {
    -archetype: text;
    -controller-part-type: LayoutChildDisplayDropdown;
    white-space: nowrap;
    transition: inherit
}

.itemDepth02233374943__itemWrapper {
    flex-grow: inherit
}

.itemDepth02233374943__positionBox {
    --itemDepth02233374943-animation-duration: 0.3s;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    margin: auto;
    max-width: 980px;
    -webkit-animation-duration: var(--itemDepth02233374943-animation-duration);
    animation-duration: var(--itemDepth02233374943-animation-duration);
    z-index: 47
}

.itemDepth02233374943__positionBox.itemDepth02233374943--isColumn {
    position: absolute;
    left: 0;
    right: 0
}

.itemDepth02233374943__positionBox.itemDepth02233374943--isStretched {
    left: calc(var(--positionBox-offset-left) * -1px);
    right: calc(var(--positionBox-offset-right) * -1px);
    max-width: unset
}

.itemDepth02233374943__animationBox {
    transition: border-color .08s cubic-bezier(.25, 1, .5, 1), box-shadow .08s cubic-bezier(.25, 1, .5, 1);
    -webkit-animation-duration: var(--itemDepth02233374943-animation-duration);
    animation-duration: var(--itemDepth02233374943-animation-duration);
    -webkit-animation-timing-function: cubic-bezier(.25, 1, .5, 1);
    animation-timing-function: cubic-bezier(.25, 1, .5, 1)
}

.itemDepth02233374943__alignBox {
    display: flex
}

.itemDepth02233374943__list {
    -moz-column-gap: calc(1px * var(--horizontalSpacing));
    column-gap: calc(1px * var(--horizontalSpacing))
}

.itemDepth02233374943__itemWrapper[data-hovered] .itemDepth02233374943__positionBox {
    opacity: 1;
    pointer-events: auto
}

.itemDepth02233374943__itemWrapper:hover .itemDepth02233374943__hideOverflowWhileAnimated {
    -webkit-animation-name: itemDepth02233374943__hideOverflow;
    animation-name: itemDepth02233374943__hideOverflow
}

.itemDepth02233374943__itemWrapper:focus-within .itemDepth02233374943__animationBox,
.itemDepth02233374943__itemWrapper[data-hovered] .itemDepth02233374943__animationBox {
    -webkit-animation-name: itemDepth02233374943__expandSubmenu;
    animation-name: itemDepth02233374943__expandSubmenu
}

.itemDepth02233374943__containerWrapper {
    position: relative
}

.itemDepth02233374943__containerWrapper>:first-child {
    display: none
}

.itemDepth02233374943__itemWrapper:focus-within .itemDepth02233374943__containerWrapper>:first-child,
.itemDepth02233374943__itemWrapper[data-hovered] .itemDepth02233374943__containerWrapper>:first-child {
    display: block
}

@-webkit-keyframes itemDepth12472627565__expandSubmenu {
    0% {
        transform: translateX(var(--itemDepth12472627565-translate-x));
        opacity: 0
    }

    27% {
        opacity: 1
    }

    to {
        transform: translateX(0)
    }
}

@keyframes itemDepth12472627565__expandSubmenu {
    0% {
        transform: translateX(var(--itemDepth12472627565-translate-x));
        opacity: 0
    }

    27% {
        opacity: 1
    }

    to {
        transform: translateX(0)
    }
}

.itemDepth12472627565__root {
    -archetype: paintBox;
    display: block;
    position: relative;
    text-decoration: none
}

.itemDepth12472627565__container {
    display: flex
}

.itemDepth12472627565__label {
    -archetype: text;
    display: block;
    text-overflow: clip;
    white-space: var(--white-space);
    overflow-wrap: var(--label-word-wrap);
    word-wrap: var(--label-word-wrap)
}

.itemDepth12472627565__itemWrapper {
    position: relative;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    display: flow-root
}

.itemDepth12472627565__positionBox {
    --itemDepth12472627565-translate-x: calc(var(--subsubmenu-box-translate-x-coef, 1) * 34%);
    position: var(--subsubmenu-box-position);
    opacity: var(--subsubmenu-box-opacity);
    pointer-events: var(--subsubmenu-box-pointer-events);
    top: 0;
    left: var(--subsubmenu-box-left);
    right: var(--subsubmenu-box-right)
}

.itemDepth12472627565__positionBox[data-reverted] {
    left: var(--subsubmenu-box-right);
    right: var(--subsubmenu-box-left);
    --itemDepth12472627565-translate-x: calc(-1 * var(--subsubmenu-box-translate-x-coef, 1) * 34%)
}

.itemDepth12472627565__animationBox {
    margin-top: 0 !important;
    -webkit-animation-duration: calc(var(--subsubmenu-box-show-animation) * .3s);
    animation-duration: calc(var(--subsubmenu-box-show-animation) * .3s);
    -webkit-animation-timing-function: cubic-bezier(.25, 1, .5, 1);
    animation-timing-function: cubic-bezier(.25, 1, .5, 1)
}

.itemDepth12472627565__itemWrapper[data-hovered] .itemDepth12472627565__positionBox {
    opacity: 1;
    pointer-events: auto
}

.itemDepth12472627565__itemWrapper:focus-within .itemDepth12472627565__animationBox,
.itemDepth12472627565__itemWrapper[data-hovered] .itemDepth12472627565__animationBox {
    -webkit-animation-name: itemDepth12472627565__expandSubmenu;
    animation-name: itemDepth12472627565__expandSubmenu
}

.itemDepth12472627565__itemWrapper:focus-within {
    transform: translateZ(0)
}

.StylableHorizontalMenu3372578893__root {
    -archetype: paddingBox;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    width: 100%
}

.StylableHorizontalMenu3372578893__root * {
    box-sizing: border-box
}

.StylableHorizontalMenu3372578893__menu {
    display: flex;
    flex-wrap: var(--menu-flex-wrap, wrap)
}

.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menuItem {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    height: 100%
}

.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menu>li:first-of-type .StylableHorizontalMenu3372578893__menuItem {
    -webkit-margin-start: 0 !important;
    margin-inline-start: 0 !important
}

.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menu>li:last-of-type .StylableHorizontalMenu3372578893__menuItem {
    -webkit-margin-end: 0 !important;
    margin-inline-end: 0 !important
}

.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menu {
    height: auto !important;
    margin: 0 !important
}

.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch
}

.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll::-webkit-scrollbar {
    display: none
}

.StylableHorizontalMenu3372578893__megaMenuContainer {
    margin-top: var(--containerMarginTop) !important
}

.submenu815198092__heading .itemDepth12472627565__label {
    color: #000
}

.submenu815198092__pageWrapper {
    margin-left: auto !important;
    margin-right: auto !important
}

.submenu815198092__overrideWidth {
    width: 100% !important
}

.submenu815198092__rowItem:last-child {
    margin-bottom: 0 !important
}

.submenu815198092__rowItem+.submenu815198092__rowItem,
.submenu815198092__rowItem:first-child {
    margin-top: 0
}


._2UdPt {
    box-sizing: border-box;
    border-top: var(--lnw, 2px) solid rgba(var(--brd, var(--color_15)), var(--alpha-brd, 1));
    height: 0
}


@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW01-35Thin;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot#iefix) format("eot"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/50d35bbc-dfd4-48f1-af16-cf058f69421d.woff) format("woff"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/278bef59-6be1-4800-b5ac-1f769ab47430.ttf) format("truetype"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/2e309b1b-08b8-477f-bc9e-7067cf0af0b3.svg#2e309b1b-08b8-477f-bc9e-7067cf0af0b3) format("svg")
}

@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW01-45Ligh;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot#iefix) format("eot"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff) format("woff"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf) format("truetype"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a) format("svg")
}

@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW01-55Roma;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot#iefix) format("eot"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff) format("woff"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf) format("truetype"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9) format("svg")
}

@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW01-65Medi;
    font-weight: 700;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot#iefix) format("eot"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff) format("woff"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/4c6503c9-859b-4d3b-a1d5-2d42e1222415.ttf) format("truetype"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/36c182c6-ef98-4021-9b0d-d63122c2bbf5.svg#36c182c6-ef98-4021-9b0d-d63122c2bbf5) format("svg")
}

@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW02-35Thin;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/30b6ffc3-3b64-40dd-9ff8-a3a850daf535.eot#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/30b6ffc3-3b64-40dd-9ff8-a3a850daf535.eot#iefix) format("eot"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/775a65da-14aa-4634-be95-6724c05fd522.woff) format("woff"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/988eaaa7-5565-4f65-bb17-146b650ce9e9.ttf) format("truetype"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/3503a1a6-91c3-4c42-8e66-2ea7b2b57541.svg#3503a1a6-91c3-4c42-8e66-2ea7b2b57541) format("svg")
}

@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW02-45Ligh;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot#iefix) format("eot"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/9a2e4855-380f-477f-950e-d98e8db54eac.woff) format("woff"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/fa82d0ee-4fbd-4cc9-bf9f-226ad1fcbae2.ttf) format("truetype"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/48d599a6-92b5-4d43-a4ac-8959f6971853.svg#48d599a6-92b5-4d43-a4ac-8959f6971853) format("svg")
}

@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW02-55Roma;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot#iefix) format("eot"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/d5af76d8-a90b-4527-b3a3-182207cc3250.woff) format("woff"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/1d238354-d156-4dde-89ea-4770ef04b9f9.ttf) format("truetype"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/b68875cb-14a9-472e-8177-0247605124d7.svg#b68875cb-14a9-472e-8177-0247605124d7) format("svg")
}

@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW02-65Medi;
    font-weight: 700;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot#iefix) format("eot"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/5b4a262e-3342-44e2-8ad7-719998a68134.woff) format("woff"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/4a3ef5d8-cfd9-4b96-bd67-90215512f1e5.ttf) format("truetype"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/58ab5075-53ea-46e6-9783-cbb335665f88.svg#58ab5075-53ea-46e6-9783-cbb335665f88) format("svg")
}

@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW10-35Thin;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/93b6bf6a-418e-4a8f-8f79-cb9c99ef3e32.eot#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/93b6bf6a-418e-4a8f-8f79-cb9c99ef3e32.eot#iefix) format("eot"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/c881c21b-4148-4a11-a65d-f35e42999bc8.woff) format("woff"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/03634cf1-a9c9-4e13-b049-c90d830423d4.ttf) format("truetype"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/1bc99c0a-298b-46f9-b325-18b5e5169795.svg#1bc99c0a-298b-46f9-b325-18b5e5169795) format("svg")
}

@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW10-45Ligh;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/5b85c7cc-6ad4-4226-83f5-9d19e2974123.eot#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/5b85c7cc-6ad4-4226-83f5-9d19e2974123.eot#iefix) format("eot"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/835e7b4f-b524-4374-b57b-9a8fc555fd4e.woff) format("woff"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/2c694ef6-9615-473e-8cf4-d8d00c6bd973.ttf) format("truetype"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/3fc84193-a13f-4fe8-87f7-238748a4ac54.svg#3fc84193-a13f-4fe8-87f7-238748a4ac54) format("svg")
}

@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW10-65Medi;
    font-weight: 700;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/7092fdcc-7036-48ce-ae23-cfbc9be2e3b0.eot#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/7092fdcc-7036-48ce-ae23-cfbc9be2e3b0.eot#iefix) format("eot"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/5b29e833-1b7a-40ab-82a5-cfd69c8650f4.woff) format("woff"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/b0298148-2d59-44d1-9ec9-1ca6bb097603.ttf) format("truetype"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/ae1dea8c-a953-4845-b616-74a257ba72e6.svg#ae1dea8c-a953-4845-b616-74a257ba72e6) format("svg")
}

@font-face {
    font-display: swap;
    font-family: wixFreemiumFontW10-55Roma;
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/f1feaed7-6bce-400a-a07e-a893ae43a680.eot#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/f1feaed7-6bce-400a-a07e-a893ae43a680.eot#iefix) format("eot"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/8ac9e38d-29c6-41ea-8e47-4ae4d2b1a4e1.woff) format("woff"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/4bd09087-655e-4abb-844c-dccdeb68003d.ttf) format("truetype"),
         url(//static.parastorage.com/services/third-party/fonts/Helvetica/Fonts/df234d87-eada-4058-aa80-5871e7fbe1c3.svg#df234d87-eada-4058-aa80-5871e7fbe1c3) format("svg")
}

.KxUm9 {
    width: 100%
}

.KxUm9._1CbU3 {
    display: var(--display);
    --display: none
}

.KxUm9._1Oe2B {
    display: block;
    visibility: visible
}

.KxUm9 ._3jDdZ {
    direction: rtl
}

.KxUm9 ._4Ue8X {
    direction: ltr
}

.KxUm9._3CXj5 {
    z-index: var(--above-all-z-index);
    position: fixed;
    top: 0
}

.KxUm9 .BNB_2 {
    box-sizing: border-box;
    background: #eff1f2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid #a0138e;
    width: 100%;
    height: 50px
}

.KxUm9 .BNB_2._1186i {
    background-color: red;
    border: none
}

.KxUm9 .BNB_2>._1oNmL {
    display: flex;
    align-items: center
}

.KxUm9 .BNB_2>._1oNmL ._3lBpL {
    font-family: wixFreemiumFontW01-65Medi, wixFreemiumFontW02-65Medi, wixFreemiumFontW10-65Medi, Helvetica Neue, Helvetica, Arial, メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
    font-size: 14px;
    color: #20303c;
    line-height: 24px;
    flex-shrink: 0
}

.KxUm9 .BNB_2>._1oNmL ._3lBpL ._2GtTS {
    fill: #20303c;
    width: 36px;
    vertical-align: middle;
    padding-bottom: 6px;
    height: 16px
}

.KxUm9 .BNB_2>._1oNmL ._3lBpL ._2GtTS>.zAzVm {
    fill: #fc0
}

.KxUm9 .BNB_2>._1oNmL ._3lBpL ._22hH6 {
    color: #20303c
}

.KxUm9 .BNB_2>._1oNmL ._3ITII {
    font-family: wixFreemiumFontW01-65Medi, wixFreemiumFontW02-65Medi, wixFreemiumFontW10-65Medi, Helvetica Neue, Helvetica, Arial, メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
    font-size: 14px;
    color: #a0138e;
    border: 1px solid #a0138e;
    display: inline-flex;
    width: 112px;
    height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 17px;
    flex-shrink: 0;
    text-align: center
}

.KxUm9 .BNB_2>._1oNmL ._3ITII._4Ue8X {
    margin-left: 6px
}

.KxUm9 .BNB_2>._1oNmL ._3ITII._3jDdZ {
    margin-right: 6px
}

.KxUm9 .BNB_2:not(._1186i):hover {
    cursor: pointer;
    background: #fff
}

.KxUm9 .BNB_2:not(._1186i):hover ._3ITII {
    color: #fff;
    background-color: #a0138e
}


._2SeL5 {
    position: absolute;
    top: 60px;
    left: 50%;
    pointer-events: none;
    margin-left: -94px;
    z-index: 9999;
    background: #fff;
    color: #116dff;
    font-family: Helvetica, Arial, メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
    font-size: 14px;
    border-radius: 24px;
    padding: 0 24px 0 24px;
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer
}

._2SeL5:focus {
    border: 2px solid;
    opacity: 1;
    width: auto;
    height: 40px;
    pointer-events: auto
}


._1PW5Q {
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

._3p9ul {
    min-height: var(--image-min-height);
    min-width: var(--image-min-width)
}

._3p9ul img {
    -o-object-position: var(--object-position);
    object-position: var(--object-position);
    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-size: var(--mask-size, 100% 100%);
    mask-size: var(--mask-size, 100% 100%);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat)
}

.fOSzc ._1PW5Q {
    display: block;
    box-shadow: var(--shd, 0 2px 5px rgba(0, 0, 0, .53));
    height: 100%;
    position: relative
}

.fOSzc ._1PW5Q,
.fOSzc ._3p9ul {
    border-radius: var(--rd, 2px);
    overflow: hidden
}

.fOSzc ._3p9ul:before {
    content: "";
    box-shadow: inset 0 0 6px 0 hsla(0, 0%, 100%, .59), inset 0 1px 0 0 hsla(0, 0%, 100%, .92), inset 0 0 5px 0 hsla(0, 0%, 100%, .2);
    border-radius: var(--rd, 2px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}


@-moz-document url-prefix() {
    :invalid {
        box-shadow: none
    }

    :-moz-submit-invalid,
    :-moz-ui-invalid {
        box-shadow: none
    }
}

@-webkit-keyframes _1vrB2 {
    0% {
        transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    45% {
        transform: rotate(198deg)
    }

    55% {
        transform: rotate(234deg)
    }

    to {
        transform: rotate(540deg)
    }
}

@keyframes _1vrB2 {
    0% {
        transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    45% {
        transform: rotate(198deg)
    }

    55% {
        transform: rotate(234deg)
    }

    to {
        transform: rotate(540deg)
    }
}

@-webkit-keyframes mbnqu {
    to {
        transform: rotate(115deg);
        opacity: 1
    }
}

@keyframes mbnqu {
    to {
        transform: rotate(115deg);
        opacity: 1
    }
}

._11gHK._1nr5o {
    display: var(--display);
    --display: flex;
    align-items: center;
    justify-content: center
}

._1fiKf {
    width: 36px;
    height: 72px;
    margin-left: -18px;
    position: absolute;
    overflow: hidden;
    transform-origin: 100% 50%;
    -webkit-animation: _1vrB2 1s linear infinite;
    animation: _1vrB2 1s linear infinite
}

._1fiKf:after,
._1fiKf:before {
    content: "";
    top: 0;
    left: 0;
    right: -100%;
    bottom: 0;
    border: 3px solid currentColor;
    border-color: currentColor transparent transparent currentColor;
    border-radius: 50%;
    position: absolute;
    transform: rotate(-45deg);
    -webkit-animation: mbnqu .5s linear infinite alternate;
    animation: mbnqu .5s linear infinite alternate
}

._1fiKf:before {
    color: #7fccf7
}

._1fiKf:after {
    color: #3899ec;
    opacity: 0
}


._1ncY2 {
    --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))
}

._13Lxq {
    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)));
    background-color: var(--container-corvid-background-color, rgba(var(--bg, var(--color_11)), var(--alpha-bg, 1)));
    border-radius: var(--rd, 5px);
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}


._3Ebtn._2Jgim,
._3OF8h._2Jgim {
    display: var(--display);
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    position: relative;
    min-height: 50px
}

._3Ebtn._2Jgim ._3VTyv,
._3OF8h._2Jgim ._3VTyv {
    display: var(--nav-button-display);
    position: absolute;
    z-index: 1;
    cursor: pointer;
    width: var(--nav-button-width);
    grid-area: 1/1/1/1;
    align-self: center;
    margin: 0 var(--nav-button-offset)
}

._3Ebtn._2Jgim ._3VTyv.DdGao,
._3OF8h._2Jgim ._3VTyv.DdGao {
    justify-self: start
}

._3Ebtn._2Jgim ._3VTyv._2D94o,
._3OF8h._2Jgim ._3VTyv._2D94o {
    justify-self: end
}

._3Ebtn._2Jgim ._9R56T,
._3OF8h._2Jgim ._9R56T {
    grid-area: 1/1/1/1;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: var(--slides-overflow)
}

._3Ebtn._2Jgim ._9R56T._1DL_h,
._3OF8h._2Jgim ._9R56T._1DL_h {
    overflow: var(--transition-overflow, var(--slides-overflow))
}

._3Ebtn._2Jgim ._9R56T>*,
._3OF8h._2Jgim ._9R56T>* {
    overflow: var(--slides-overflow)
}

._3Ebtn._2Jgim ._2WI33._9R56T,
._3OF8h._2Jgim ._2WI33._9R56T {
    position: relative;
    height: auto
}

._3Ebtn._2Jgim ._2WI33._9R56T>*,
._3OF8h._2Jgim ._2WI33._9R56T>* {
    top: 0
}

._3Ebtn._2Jgim ._2WI33._9R56T>:not(:first-child),
._3OF8h._2Jgim ._2WI33._9R56T>:not(:first-child) {
    position: absolute !important
}

._3Ebtn._2Jgim ._2MKmI,
._3OF8h._2Jgim ._2MKmI {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    border-radius: var(--rd, 0)
}

._3Ebtn._2Jgim ._281t-,
._3OF8h._2Jgim ._281t- {
    display: var(--nav-dot-section-display);
    grid-area: 1/1/1/1;
    align-self: end;
    position: absolute;
    justify-self: center;
    margin-bottom: var(--nav-dot-section-bottom-margin);
    transform: translateY(50%)
}

._3Ebtn._2Jgim ._281t- ._2UmXg,
._3OF8h._2Jgim ._281t- ._2UmXg {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    pointer-events: none
}

._3Ebtn._2Jgim ._281t- ._3clGI,
._3OF8h._2Jgim ._281t- ._3clGI {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    pointer-events: auto;
    margin: 0 var(--nav-dot-margin);
    width: var(--nav-dot-size);
    height: var(--nav-dot-size)
}

._3Ebtn._2Jgim ._281t- ._3clGI._2HGJH,
._3OF8h._2Jgim ._281t- ._3clGI._2HGJH {
    width: var(--nav-dot-size-selected);
    height: var(--nav-dot-size-selected)
}

._3Ebtn ._3VTyv:hover,
._3OF8h ._3VTyv:hover {
    opacity: .6
}

._3Ebtn ._3VTyv._2D94o,
._3OF8h ._3VTyv._2D94o {
    transform: scaleX(-1)
}

._3Ebtn ._3VTyv svg,
._3OF8h ._3VTyv 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
}

._3OF8h ._3clGI {
    border-radius: 50%;
    background-color: rgba(var(--dotsColor, var(--color_12)), var(--alpha-dotsColor, 1))
}

._3OF8h ._3clGI._2HGJH {
    background-color: rgba(var(--dotsSelectedColor, var(--color_11)), var(--alpha-dotsSelectedColor, 1))
}

._3Ebtn ._3clGI {
    border-radius: 50%;
    background-color: rgba(var(--dotsColor, var(--color_12)), var(--alpha-dotsColor, 1))
}

._3Ebtn ._3clGI._2HGJH {
    background-color: transparent;
    border: 2px solid rgba(var(--dotsColor, var(--color_12)), var(--alpha-dotsColor, 1))
}

._1nLKN._2Jgim {
    display: var(--display);
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    position: relative;
    min-height: 50px
}

._1nLKN._2Jgim ._3VTyv {
    display: var(--nav-button-display);
    position: absolute;
    z-index: 1;
    cursor: pointer;
    width: var(--nav-button-width);
    grid-area: 1/1/1/1;
    align-self: center;
    margin: 0 var(--nav-button-offset)
}

._1nLKN._2Jgim ._3VTyv.DdGao {
    justify-self: start
}

._1nLKN._2Jgim ._3VTyv._2D94o {
    justify-self: end
}

._1nLKN._2Jgim ._9R56T {
    grid-area: 1/1/1/1;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: var(--slides-overflow)
}

._1nLKN._2Jgim ._9R56T._1DL_h {
    overflow: var(--transition-overflow, var(--slides-overflow))
}

._1nLKN._2Jgim ._9R56T>* {
    overflow: var(--slides-overflow)
}

._1nLKN._2Jgim ._2WI33._9R56T {
    position: relative;
    height: auto
}

._1nLKN._2Jgim ._2WI33._9R56T>* {
    top: 0
}

._1nLKN._2Jgim ._2WI33._9R56T>:not(:first-child) {
    position: absolute !important
}

._1nLKN._2Jgim ._2MKmI {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    border-radius: var(--rd, 0)
}

._1nLKN._2Jgim ._281t- {
    display: var(--nav-dot-section-display);
    grid-area: 1/1/1/1;
    align-self: end;
    position: absolute;
    justify-self: center;
    margin-bottom: var(--nav-dot-section-bottom-margin);
    transform: translateY(50%)
}

._1nLKN._2Jgim ._281t- ._2UmXg {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    pointer-events: none
}

._1nLKN._2Jgim ._281t- ._3clGI {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    pointer-events: auto;
    margin: 0 var(--nav-dot-margin);
    width: var(--nav-dot-size);
    height: var(--nav-dot-size)
}

._1nLKN._2Jgim ._281t- ._3clGI._2HGJH {
    width: var(--nav-dot-size-selected);
    height: var(--nav-dot-size-selected)
}

._1nLKN ._3VTyv:hover {
    opacity: .6
}

._1nLKN ._3VTyv.DdGao {
    transform: scaleX(-1)
}

._1nLKN ._3VTyv svg {
    fill: rgba(var(--arrowColor, var(--color_12)), var(--alpha-arrowColor, 1))
}

._1nLKN ._3clGI {
    border-radius: 50%;
    background-color: rgba(var(--dotsColor, var(--color_12)), var(--alpha-dotsColor, 1))
}

._1nLKN ._3clGI._2HGJH {
    background-color: transparent;
    border: 2px solid rgba(var(--dotsColor, var(--color_12)), var(--alpha-dotsColor, 1))
}

._1959y._2Jgim {
    display: var(--display);
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    position: relative;
    min-height: 50px
}

._1959y._2Jgim ._3VTyv {
    display: var(--nav-button-display);
    position: absolute;
    z-index: 1;
    cursor: pointer;
    width: var(--nav-button-width);
    grid-area: 1/1/1/1;
    align-self: center;
    margin: 0 var(--nav-button-offset)
}

._1959y._2Jgim ._3VTyv.DdGao {
    justify-self: start
}

._1959y._2Jgim ._3VTyv._2D94o {
    justify-self: end
}

._1959y._2Jgim ._9R56T {
    grid-area: 1/1/1/1;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: var(--slides-overflow)
}

._1959y._2Jgim ._9R56T._1DL_h {
    overflow: var(--transition-overflow, var(--slides-overflow))
}

._1959y._2Jgim ._9R56T>* {
    overflow: var(--slides-overflow)
}

._1959y._2Jgim ._2WI33._9R56T {
    position: relative;
    height: auto
}

._1959y._2Jgim ._2WI33._9R56T>* {
    top: 0
}

._1959y._2Jgim ._2WI33._9R56T>:not(:first-child) {
    position: absolute !important
}

._1959y._2Jgim ._2MKmI {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    border-radius: var(--rd, 0)
}

._1959y._2Jgim ._281t- {
    display: var(--nav-dot-section-display);
    grid-area: 1/1/1/1;
    align-self: end;
    position: absolute;
    justify-self: center;
    margin-bottom: var(--nav-dot-section-bottom-margin);
    transform: translateY(50%)
}

._1959y._2Jgim ._281t- ._2UmXg {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    pointer-events: none
}

._1959y._2Jgim ._281t- ._3clGI {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    pointer-events: auto;
    margin: 0 var(--nav-dot-margin);
    width: var(--nav-dot-size);
    height: var(--nav-dot-size)
}

._1959y._2Jgim ._281t- ._3clGI._2HGJH {
    width: var(--nav-dot-size-selected);
    height: var(--nav-dot-size-selected)
}

._1959y ._3VTyv:hover {
    opacity: .6
}

._1959y ._3VTyv._2D94o {
    transform: scaleX(-1)
}

._1959y ._3VTyv svg path:first-child {
    fill: rgba(var(--arrowContainerColor, var(--color_11)), var(--alpha-arrowContainerColor, 1))
}

._1959y ._3VTyv svg path:last-child {
    fill: rgba(var(--arrowColor, var(--color_12)), var(--alpha-arrowColor, 1))
}

._1959y ._3clGI {
    background-color: rgba(var(--dotsColor, var(--color_12)), var(--alpha-dotsColor, 1))
}

._1959y ._3clGI._2HGJH {
    background-color: rgba(var(--dotsSelectedColor, var(--color_11)), var(--alpha-dotsSelectedColor, 1))
}

._2EiDF._2Jgim {
    display: var(--display);
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    position: relative;
    min-height: 50px
}

._2EiDF._2Jgim ._3VTyv {
    display: var(--nav-button-display);
    position: absolute;
    z-index: 1;
    cursor: pointer;
    width: var(--nav-button-width);
    grid-area: 1/1/1/1;
    align-self: center;
    margin: 0 var(--nav-button-offset)
}

._2EiDF._2Jgim ._3VTyv.DdGao {
    justify-self: start
}

._2EiDF._2Jgim ._3VTyv._2D94o {
    justify-self: end
}

._2EiDF._2Jgim ._9R56T {
    grid-area: 1/1/1/1;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: var(--slides-overflow)
}

._2EiDF._2Jgim ._9R56T._1DL_h {
    overflow: var(--transition-overflow, var(--slides-overflow))
}

._2EiDF._2Jgim ._9R56T>* {
    overflow: var(--slides-overflow)
}

._2EiDF._2Jgim ._2WI33._9R56T {
    position: relative;
    height: auto
}

._2EiDF._2Jgim ._2WI33._9R56T>* {
    top: 0
}

._2EiDF._2Jgim ._2WI33._9R56T>:not(:first-child) {
    position: absolute !important
}

._2EiDF._2Jgim ._2MKmI {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    border-radius: var(--rd, 0)
}

._2EiDF._2Jgim ._281t- {
    display: var(--nav-dot-section-display);
    grid-area: 1/1/1/1;
    align-self: end;
    position: absolute;
    justify-self: center;
    margin-bottom: var(--nav-dot-section-bottom-margin);
    transform: translateY(50%)
}

._2EiDF._2Jgim ._281t- ._2UmXg {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    pointer-events: none
}

._2EiDF._2Jgim ._281t- ._3clGI {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    pointer-events: auto;
    margin: 0 var(--nav-dot-margin);
    width: var(--nav-dot-size);
    height: var(--nav-dot-size)
}

._2EiDF._2Jgim ._281t- ._3clGI._2HGJH {
    width: var(--nav-dot-size-selected);
    height: var(--nav-dot-size-selected)
}

._2EiDF._2Jgim {
    min-height: unset
}


._30khq ._1FJJ6 {
    border-radius: var(--rd, 0);
    will-change: var(--corners-overflow-fix-will-change, initial)
}

._30khq ._2uaqg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: var(--brw, 0) solid rgba(var(--brd, var(--color_11)), var(--alpha-brd, 1));
    border-radius: var(--rd, 0);
    pointer-events: none
}


._2GqI3 {
    overflow: var(--overflow)
}

._1Bme7 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    direction: var(--direction);
    justify-content: var(--justify-content);
    margin: var(--margin)
}

._1ozXL {
    margin: var(--item-margin);
    direction: ltr
}

._3Rcdf {
    display: flex;
    flex-direction: column
}


@font-face {
    font-family: Roboto;
    src: url("chrome-extension://mcgbeeipkmelnpldkobichboakdfaeon/css/Roboto-Regular.ttf");
}

span.h4.heading {
    min-height: 40px;
}

.dropdown-menu {
    top: 80%;
}
