@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}ul,ol{padding:0}body,h1,h2,h3,h4,p,ul,ol,li,figure,figcaption,blockquote,dl,dd{margin:0}ul,ol{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img{display:block;max-width:100%}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion: reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}button{cursor:pointer;outline:none;border:none;background:none;display:block;padding:0}#special button{outline:revert;border:revert;background:revert;display:revert;padding:revert}:root{--font-primery: "SB Sans Display", "Arial", sans-serif;--font-secondary: "SBSansText", "Arial", sans-serif;--color-white: #ffffff;--color-white-50: rgba(255, 255, 255, .5);--color-black: #333F48;--color-green: #1A9E32;--color-gray: #F2F5F8;--color-gray-1: #657179;--color-gray-2: #E8EEF2;--color-green-1: #03d31dcc;--color-green-opacity-1: #03d31dcc;--color-red-1: #e64646;--gradient-green-1: linear-gradient(180deg, #03d31dcc 7.98%, #03d31d08 100%);--color-green2: #15b015;--color-green3: #108e26;--color-green4: #0eaf24;--color-black2: #333f48;--color-black-opacity1: rgba(0, 0, 0, .4);--color-gray1: #657179;--color-gray2: #8a959d;--color-gray3: #c0cbd3;--color-gray4: #d5dfe6;--color-gray4_5: #D9D9D9;--color-gray5: #e8eef2;--color-gray6: #f2f5f8;--color-gray7: #9b9b9b;--color-red: #ff7182;--color-white-opacity1: rgba(255, 255, 255, .5);--color-white-opacity2: rgba(255, 255, 255, .6);--color-white-opacity3: rgba(255, 255, 255, .7);--color-white-opacity4: rgba(255, 255, 255, .8);--color-white-opacity5: rgba(255, 255, 255, .3);--color-gradient-green1: linear-gradient(90deg, #17d317 0%, #17d317 52%, #f0ea05 85%, #f9ee2f 100%);--color-gradient-green2: linear-gradient(221deg, #24cbfa 0%, #9ef14b 100%);--color-gradient-green3: linear-gradient(90deg, #24cbfa 0%, #9ef14b 100%);--color-gradient-green4: linear-gradient(45deg, #15b015 0%, #04c6c9 100%);--color-gradient-green5: linear-gradient(90deg, #44da73 0%, #44e0b1 99%);--color-gradient-green6: linear-gradient(104deg, #17d317 0%, #14cc98 100%);--color-gradient-green7: linear-gradient(104deg, #17d317 0%, #14cc98 100%);--color-gradient-green8: linear-gradient(183deg, #24cbfa 0%, #9ef14b 100%)}body.light{--t-primery-c: var(--color-black);--t-accent-c: var(--color-green);--t-inverted-c: var(--color-white);--s-primery-c: var(--color-green);--s-inverted-c: var(--color-white);--s-accent-c: var(--color-black);--bg-primery-c: var(--color-white);--bg-secondary-c: var(--color-gray);--t-primery-c-1: var(--color-black2);--t-primery-c-2: var(--color-black2);--t-accent-c-1: var(--color-green3);--t-accent-c-2: var(--color-green2);--t-accent-c-3: var(--color-green);--t-descriptive-c-1: var(--color-gray1);--t-descriptive-c-2: var(--color-gray2);--t-descriptive-c-3: var(--color-gray3);--t-descriptive-c-4: var(--color-gray7);--t-inverted-c-1: var(--color-white);--t-error-c-1: var(--color-red);--t-gradient-c-1: var(--color-gradient-green8);--s-primery-c-1: var(--color-black);--s-inverted-c-1: var(--color-white);--s-accent-c-1: var(--color-green3);--s-accent-c-2: var(--color-green4);--s-accent-c-3: var(--color-green2);--s-accent-c-4: var(--color-green);--s-secondary-c-1: var(--color-gray2);--s-secondary-c-2: var(--color-gray4);--s-secondary-c-3: var(--color-gray5);--s-secondary-c-4: var(--color-gray6);--s-secondary-c-5: var(--color-gray3);--s-secondary-c-6: var(--color-gray1);--s-secondary-o-c-1: var(--color-white-opacity1);--s-secondary-o-c-2: var(--color-white-opacity2);--s-secondary-o-c-3: var(--color-white-opacity3);--s-secondary-o-c-4: var(--color-white-opacity4);--s-secondary-o-c-5: var(--color-white-opacity5);--s-gradient-c-1: var(--color-gradient-green1);--s-gradient-c-2: var(--color-gradient-green2);--s-gradient-c-3: var(--color-gradient-green3);--s-gradient-c-4: var(--color-gradient-green4);--s-gradient-c-5: var(--color-gradient-green5);--s-gradient-c-6: var(--color-gradient-green6);--s-gradient-c-7: var(--color-gradient-green7);--s-error-c-1: var(--color-red);--bg-modal-overlay: var(--color-black-opacity1)}body.dark{--t-primery-c: var(--color-white);--t-accent-c: var(--color-green);--t-inverted-c: var(--color-black);--s-primery-c: var(--color-green2);--s-inverted-c: var(--color-white);--s-accent-c: var(--color-green);--bg-primery-c: var(--color-black)}html,body{height:100%}body{scrollbar-gutter:stable;margin:0;font-family:var(--font-primery);color:var(--t-primery-c);background-color:var(--bg-primery-c)}a:hover{text-decoration:none}.visually-hidden:not(:focus):not(:active),input[type=checkbox].visually-hidden,input[type=radio].visually-hidden{position:absolute;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;white-space:nowrap;clip:rect(0 0 0 0);clip-path:inset(100%);border:0}.ReactCollapse--collapse{transition:height .3s}.breakDesktop{display:block}@media screen and (max-width: 119.9375em){.breakDesktop{display:none}}.breakBf1920{display:none}@media screen and (max-width: 119.9375em){.breakBf1920{display:block}}@media screen and (max-width: 74.9375em){.breakBf1920{display:none}}.breakBf1200{display:none}@media screen and (max-width: 74.9375em){.breakBf1200{display:block}}@media screen and (max-width: 63.9375em){.breakBf1200{display:none}}.breakBf1024{display:none}@media screen and (max-width: 63.9375em){.breakBf1024{display:block}}@media screen and (max-width: 47.9375em){.breakBf1024{display:none}}.breakBf768{display:none}@media screen and (max-width: 47.9375em){.breakBf768{display:block}}._PageLoader_bnlf7_1{position:fixed;z-index:1000;top:0;left:0;width:100vw;height:100vh;background:gray}._container_bnlf7_11{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;gap:24px;align-items:center;justify-content:center}._box_bnlf7_23{width:150px;height:150px}._icon_bnlf7_28{width:100%;height:auto}._Layout_12x85_1{display:flex;flex-direction:column;width:100%;min-height:100vh;background:var(--bg-primery-c)}._content_12x85_9{flex-grow:1}._primary_12x85_13,._secondary_12x85_17{display:block}.b1ty39ru{color:var(--plasma-button-color);background:var(--plasma-button-background-color)}.b1ty39ru.button-loading{background:var(--plasma-button-loading-background-color)}.b1ty39ru:hover{color:var(--plasma-button-color-hover,var(--plasma-button-color));background:var(--plasma-button-background-color-hover,var(--plasma-button-background-color));scale:var(--plasma-button-scale-hover)}.b1ty39ru:active{color:var(--plasma-button-color-active,var(--plasma-button-color));background:var(--plasma-button-background-color-active,var(--plasma-button-background-color));scale:var(---plasma-button-scale-active)}.be0ha5g{height:var(--plasma-button-height);padding:0 var(--plasma-button-padding,calc(var(--plasma-button-height) * 1.618 / 4));font-family:var(--plasma-button-font-family);font-size:var(--plasma-button-font-size);font-style:var(--plasma-button-font-style);font-weight:var(--plasma-button-font-weight);-webkit-letter-spacing:var(--plasma-button-letter-spacing);-moz-letter-spacing:var(--plasma-button-letter-spacing);-ms-letter-spacing:var(--plasma-button-letter-spacing);letter-spacing:var(--plasma-button-letter-spacing);line-height:var(--plasma-button-line-height);--plasma_private-btn-outline-size:var(--plasma-button-outline-size,.0625rem)}.b169l30m[disabled]{opacity:var(--plasma-button-disabled-opacity);cursor:not-allowed}.b169l30m[disabled]:hover,.b169l30m[disabled]:active{scale:none;color:var(--plasma-button-color);background:var(--plasma-button-background-color)}.b187cmzt{position:relative}.b187cmzt:focus{outline:none}.b187cmzt:before{content:"";position:absolute;top:-.125rem;left:-.125rem;right:-.125rem;bottom:-.125rem;z-index:1;display:block;box-sizing:content-box;border:var(--plasma_private-btn-outline-size) solid transparent;border-radius:calc(.125rem + var(--plasma_private-btn-br));-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;pointer-events:none}.b187cmzt.focus-visible:focus:before,.b187cmzt[data-focus-visible-added]:before{outline:none;box-shadow:0 0 0 var(--plasma_private-btn-outline-size) var(--plasma-button-focus-color)}.bdz31nb.button-stretching-fixed{width:var(--plasma-button-width)}.bdz31nb.button-stretching-filled{width:100%}.bdz31nb.button-stretching-auto{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.bzw1898{min-width:4ch;-webkit-flex-shrink:2;-ms-flex-negative:2;flex-shrink:2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bzw1898.button-content-relaxed{text-align:start;-webkit-box-flex:2;-webkit-flex-grow:2;-ms-flex-positive:2;flex-grow:2}.bdfuqwe{color:var(--plasma-button-value-color);margin:var(--plasma-button-value-margin);min-width:4ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.l9ypozh{opacity:var(--l9ypozh-0);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:inherit;-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;-webkit-box-pack:var(--l9ypozh-1);-webkit-justify-content:var(--l9ypozh-1);-ms-flex-pack:var(--l9ypozh-1);justify-content:var(--l9ypozh-1);height:100%;width:100%}.l4dfhbg{position:absolute}.srdlazt{--plasma-spinner-size:var(--plasma-button-spinner-size);--plasma-spinner-color:var(--plasma-button-spinner-color)}.s7rggv0{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-self:var(--plasma-button-left-content-align-self);-ms-flex-item-align:var(--plasma-button-left-content-align);align-self:var(--plasma-button-left-content-align-self);margin:var(--s7rggv0-0)}.s1rjh7ra{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-self:var(--plasma-button-right-content-align-self);-ms-flex-item-align:var(--plasma-button-right-content-align);align-self:var(--plasma-button-right-content-align-self);margin:var(--s1rjh7ra-0)}.b9ga1dj{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;box-sizing:border-box;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);--plasma_private-btn-br:var(--plasma_computed-btn-br);border-radius:var(--plasma_private-btn-br)}a.b9ga1dj{-webkit-text-decoration:none;text-decoration:none}.b9ga1dj.b9ga1dj.button-square{width:var(--plasma-button-height);padding:0}.b1chvyq8{color:var(--plasma-spinner-color)}.bw56nfh{width:var(--plasma-spinner-size);height:var(--plasma-spinner-size)}.b1hp2dsz{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;box-sizing:border-box}.s122r4cn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:var(--s122r4cn-0);height:var(--s122r4cn-1);-webkit-animation:rotate-s122r4cn 1s linear infinite;animation:rotate-s122r4cn 1s linear infinite}@-webkit-keyframes rotate-s122r4cn{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate-s122r4cn{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}.shehk3i{--plasma__private-color:var(--shehk3i-0);--plasma-link-color:var(--plasma__private-color);--plasma-link-color-hover:var(--plasma__private-color);--plasma-link-color-active:var(--plasma__private-color);--plasma-link-disabled-opacity:var(--plasma-breadcrumbs-opacity);opacity:var(--shehk3i-1);cursor:pointer;position:relative}.shehk3i:before{content:"";position:absolute;top:0rem;left:0rem;right:0rem;bottom:0rem;z-index:1;display:block;box-sizing:content-box;border:.125rem solid transparent;border-radius:0rem;-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;pointer-events:none}.shehk3i.focus-visible:focus:before,.shehk3i[data-focus-visible-added]:before{outline:none;box-shadow:0 0 0 .125rem var(--plasma-breadcrumbs-focus-outline-color)}.bkgt5xr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:var(--plasma-breadcrumbs-gap);color:var(--plasma-breadcrumbs-color);font-family:var(--plasma-breadcrumbs-font-family);font-size:var(--plasma-breadcrumbs-font-size);font-weight:var(--plasma-breadcrumbs-font-weight);font-style:var(--plasma-breadcrumbs-font-style);-webkit-letter-spacing:var(--plasma-breadcrumbs-letter-spacing);-moz-letter-spacing:var(--plasma-breadcrumbs-letter-spacing);-ms-letter-spacing:var(--plasma-breadcrumbs-letter-spacing);letter-spacing:var(--plasma-breadcrumbs-letter-spacing);line-height:var(--plasma-breadcrumbs-line-height)}.sajtslk{color:var(--plasma-breadcrumbs-color-separator);opacity:var(--plasma-breadcrumbs-opacity)}.svvlqhf{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;width:var(--svvlqhf-0);height:var(--svvlqhf-0);-webkit-flex:0 0 var(--svvlqhf-0);-ms-flex:0 0 var(--svvlqhf-0);flex:0 0 var(--svvlqhf-0)}.b1j91s21{position:relative;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:color .15s ease-in;transition:color .15s ease-in}.b1j91s21:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.4}.bcchm3r{font-family:var(--plasma-link-font-family);color:var(--plasma-link-color)}.bcchm3r:before{border-bottom:var(--plasma-link-underline-border) solid currentColor}.bcchm3r:hover{color:var(--plasma-link-color-hover,var(--plasma-link-color))}.bcchm3r:hover:before{opacity:1}.bcchm3r:active{color:var(--plasma-link-color-active,var(--plasma-link-color))}.bcchm3r:active:before{opacity:1}.bcchm3r:visited{color:var(--plasma-link-color-visited,var(--plasma-link-color))}.bcchm3r:visited:before{opacity:1}.bcchm3r:visited:hover{color:var(--plasma-link-color-visited-hover,var(--plasma-link-color))}.bcchm3r:visited:hover:before{opacity:1}.bcchm3r:visited:active{color:var(--plasma-link-color-visited-active,var(--plasma-link-color))}.bcchm3r:visited:active:before{opacity:1}.b1j3f4f[disabled]{opacity:var(--plasma-link-disabled-opacity);cursor:not-allowed}.b1j3f4f[disabled]:hover,.b1j3f4f[disabled]:active{color:var(--plasma-link-color)}.b1j3f4f[disabled]:before{opacity:1}.b1iw8i40:focus{outline:none}.b1iw8i40:focus-visible:before{top:-.0625rem;right:-.0625rem;opacity:1;border-radius:.375rem;box-shadow:0 0 0 .0625rem var(--plasma-link-focus-color);border-bottom:none}.s19f9x1v{cursor:pointer;position:relative}.s19f9x1v:before{content:"";position:absolute;top:.125rem;left:.125rem;right:.125rem;bottom:.125rem;z-index:1;display:block;box-sizing:content-box;border:.125rem solid transparent;border-radius:0;-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;pointer-events:none}.s19f9x1v.focus-visible:focus:before,.s19f9x1v[data-focus-visible-added]:before{outline:none;box-shadow:0 0 0 .125rem var(--plasma-breadcrumbs-focus-outline-color)}.s1ald2fi{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:var(--plasma-breadcrumbs-gap)}.bxoicu2{width:var(--plasma-tabs-width);height:var(--plasma-tabs-height);--plasma_private-outline-radius:var(--plasma-tabs-border-radius);border-radius:var(--plasma-tabs-border-radius)}.bupjtit{background-color:var(--plasma-tabs-background-color)}.bupjtit:after{content:"";position:absolute;bottom:.125rem;left:.125rem;right:.125rem;background:var(--plasma-tabs-divider-color);height:var(--plasma-tabs-divider-height);border-radius:var(--plasma-tabs-divider-border-radius)}.bupjtit.tabs-has-left-arrow:after{left:1.5rem}.bupjtit.tabs-has-right-arrow:after{right:1.5rem}.bupjtit.tabs-no-divider:after{height:0}.bbh58a1{opacity:var(--plasma-tabs-disabled-opacity)}.bc7z19b.tabs-pilled{--plasma_private-outline-radius:var(--plasma-tabs-pilled-border-radius);border-radius:var(--plasma-tabs-pilled-border-radius)}.b1eicxhd.tabs-stretched{width:100%}.b1eicxhd.tabs-stretched .s158pfyo,.b1eicxhd.tabs-stretched .s191iwmt,.b1eicxhd.tabs-stretched .s191iwmt>button{width:100%;margin-left:0}.b7gl603{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:.125rem;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.s191iwmt{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.s158pfyo{margin:-.125rem;padding:.25rem;box-sizing:content-box;position:relative;height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1}.s158pfyo.tabs-clip-scroll{overflow:scroll;-webkit-scrollbar-width:none;-moz-scrollbar-width:none;-ms-scrollbar-width:none;scrollbar-width:none}.s158pfyo.tabs-clip-scroll::-webkit-scrollbar{display:none}.s158pfyo.tabs-clip-show-all{overflow:visible}.s1in38wj{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;border:none;background-color:transparent;padding:0;outline:none;position:relative;--plasma_private-outer-padding:var(--s1in38wj-0);padding-right:var(--s1in38wj-1);padding-left:var(--s1in38wj-2);color:var(--plasma-tabs-arrow-color)}.s1in38wj:before{content:"";position:absolute;top:-.125rem;left:-.125rem;right:-.125rem;bottom:-.125rem;z-index:1;display:block;box-sizing:content-box;border:.063rem solid transparent;border-radius:calc(var(--plasma_private-outline-radius) - .063rem);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;pointer-events:none}.s1in38wj.focus-visible:focus:before,.s1in38wj[data-focus-visible-added]:before{outline:none;box-shadow:0 0 0 .063rem var(--plasma-tabs-outline-focus-color)}.s1in38wj[disabled]{cursor:not-allowed}.s1in38wj:hover{color:var(--plasma-tabs-arrow-color-hover)}.s1in38wj:active{color:var(--plasma-tabs-arrow-color-active)}.b1vyjqk2{color:var(--plasma-tab-item-color);background-color:var(--plasma-tab-item-background-color);margin-left:var(--plasma-tab-item-margin-left-filled,var(--plasma-tab-item-margin-left))}.b1vyjqk2:hover{color:var(--plasma-tab-item-color-hover);background-color:var(--plasma-tab-item-background-color-hover)}.b1vyjqk2:hover .t1l5e9z0{color:var(--plasma-tab-item-value-color-hover)}.b1vyjqk2:active{color:var(--plasma-tab-item-color-active)}.b1vyjqk2:active .t1l5e9z0{color:var(--plasma-tab-item-value-color-active)}.b1vyjqk2.tab-item-animated{-webkit-transition:var(--plasma-tab-item-background-transition);transition:var(--plasma-tab-item-background-transition)}.b1vyjqk2.selected-tabs-item{color:var(--plasma-tab-item-selected-color);background-color:var(--plasma-tab-item-selected-background-color)}.b1vyjqk2.selected-tabs-item:hover{color:var(--plasma-tab-item-selected-color-hover);background-color:var(--plasma-tab-item-selected-background-color-hover)}.b1vyjqk2.selected-tabs-item:hover:after{background:var(--plasma-tab-item-selected-hover-divider-color)}.b1vyjqk2.selected-tabs-item .t1l5e9z0,.b1vyjqk2.selected-tabs-item .t1l5e9z0:hover{color:var(--plasma-tab-item-selected-value-color-hover)}.b1vyjqk2.selected-tabs-item:after{content:"";position:absolute;bottom:0;left:0;right:0;background:var(--plasma-tab-item-selected-divider-color);height:var(--plasma-tab-item-selected-divider-height);border-radius:.063rem}.b1lnzg5o{font-family:var(--plasma-tab-item-font-family);font-size:var(--plasma-tab-item-font-size);font-style:var(--plasma-tab-item-font-style);font-weight:var(--plasma-tab-item-font-weight);-webkit-letter-spacing:var(--plasma-tab-item-letter-spacing);-moz-letter-spacing:var(--plasma-tab-item-letter-spacing);-ms-letter-spacing:var(--plasma-tab-item-letter-spacing);letter-spacing:var(--plasma-tab-item-letter-spacing);line-height:var(--plasma-tab-item-lineheight);--plasma_private-outline-radius:var(--plasma-tab-item-border-radius);border-radius:var(--plasma-tab-item-border-radius);width:var(--plasma-tab-item-width);height:var(--plasma-tab-item-height)}.b1vjpd4t.tabs-pilled{--plasma_private-outline-radius:var(--plasma-tab-item-pilled-border-radius);border-radius:var(--plasma-tab-item-pilled-border-radius);padding:var(--plasma-tab-item-padding-pilled)}.bt431lh[disabled]{cursor:not-allowed}.bt431lh[disabled]:hover{color:var(--plasma-tab-item-color);background-color:var(--plasma-tab-item-background-color)}.bt431lh[disabled].selected-tabs-item:hover{color:var(--plasma-tab-item-selected-color);background-color:var(--plasma-tab-item-selected-background-color)}.skuum0w{display:inline-block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0 var(--plasma-tab-item-content-padding-clear,var(--plasma-tab-item-content-padding))}.t1l5e9z0{color:var(--plasma-tab-item-value-color);font-family:var(--plasma-tab-item-value-font-family,var(--plasma-tab-item-font-family));font-size:var(--plasma-tab-item-value-font-size,var(--plasma-tab-item-font-size));font-style:var(--plasma-tab-item-value-font-style,var(--plasma-tab-item-font-style));font-weight:var(--plasma-tab-item-value-font-weight,var(--plasma-tab-item-font-weight));-webkit-letter-spacing:var(--plasma-tab-item-value-letter-spacing,var(--plasma-tab-item-letter-spacing));-moz-letter-spacing:var(--plasma-tab-item-value-letter-spacing,var(--plasma-tab-item-letter-spacing));-ms-letter-spacing:var(--plasma-tab-item-value-letter-spacing,var(--plasma-tab-item-letter-spacing));letter-spacing:var(--plasma-tab-item-value-letter-spacing,var(--plasma-tab-item-letter-spacing));line-height:var(--plasma-tab-item-value-lineheight,var(--plasma-tab-item-lineheight))}.r1nh4m12{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:inherit}.r1nh4m12:hover{color:inherit}.l13nweg3{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:inherit}.l13nweg3:hover{color:inherit}.b1iip2sx{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;box-sizing:border-box;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap;gap:var(--plasma-tab-item-content-gap);padding:var(--plasma-tab-item-padding-clear,var(--plasma-tab-item-padding));-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;cursor:pointer;-webkit-tap-highlight-color:transparent;position:relative}.b1iip2sx:first-child{margin-left:0}.b1iip2sx:before{content:"";position:absolute;top:-.125rem;left:-.125rem;right:-.125rem;bottom:-.125rem;z-index:1;display:block;box-sizing:content-box;border:.063rem solid transparent;border-radius:calc(var(--plasma_private-outline-radius) + .063rem);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;pointer-events:none}.b1iip2sx.focus-visible:focus:before,.b1iip2sx[data-focus-visible-added]:before{z-index:1;outline:none;box-shadow:0 0 0 .063rem var(--plasma-tabs-outline-focus-color)}.b1iip2sx.tabs-truncate .skuum0w,.b1iip2sx.tabs-truncate .t1l5e9z0{overflow:hidden;text-overflow:ellipsis}.b2r261u{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:.125rem;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.s1tfgc53{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.s16g9t9z{margin:-.125rem;padding:.25rem;box-sizing:content-box;position:relative;height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1}.s16g9t9z.tabs-clip-scroll{overflow:scroll;-webkit-scrollbar-width:none;-moz-scrollbar-width:none;-ms-scrollbar-width:none;scrollbar-width:none}.s16g9t9z.tabs-clip-scroll::-webkit-scrollbar{display:none}.s16g9t9z.tabs-clip-scroll .s1tfgc53{margin-top:auto}.s16g9t9z.tabs-clip-show-all{overflow:visible}.s81cx4{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;border:none;background-color:transparent;padding:0;outline:none;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);position:relative;color:var(--plasma-tabs-arrow-color)}.s81cx4:before{content:"";position:absolute;top:-.125rem;left:-.125rem;right:-.125rem;bottom:-.125rem;z-index:1;display:block;box-sizing:content-box;border:.063rem solid transparent;border-radius:calc(var(--plasma_private-outline-radius) - .063rem);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;pointer-events:none}.s81cx4.focus-visible:focus:before,.s81cx4[data-focus-visible-added]:before{outline:none;box-shadow:0 0 0 .063rem var(--plasma-tabs-outline-focus-color)}.s81cx4[disabled]{cursor:not-allowed}.s81cx4:hover{color:var(--plasma-tabs-arrow-color-hover)}.s81cx4:active{color:var(--plasma-tabs-arrow-color-active)}.b1t51iwr{width:var(--plasma-tabs-width);height:var(--plasma-tabs-height);--plasma_private-outline-radius:var(--plasma-tabs-border-radius);border-radius:var(--plasma-tabs-border-radius)}.bljnkat{background-color:var(--plasma-tabs-background-color)}.bljnkat:after{content:"";position:absolute;top:.125rem;bottom:.125rem;left:0;background:var(--plasma-tabs-divider-color);width:var(--plasma-tabs-divider-width);border-radius:var(--plasma-tabs-divider-border-radius)}.bljnkat.tabs-has-top-arrow:after{top:1.5rem}.bljnkat.tabs-has-bottom-arrow:after{bottom:1.5rem}.bljnkat.tabs-no-divider:after{width:0}.b1vdpmya{opacity:var(--plasma-tabs-disabled-opacity)}.s1vnvg8i{display:inline-block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0 var(--plasma-tab-item-content-padding-clear,var(--plasma-tab-item-content-padding))}.t4s0t81{white-space:nowrap;color:var(--plasma-tab-item-value-color);font-family:var(--plasma-tab-item-value-font-family,var(--plasma-tab-item-font-family));font-size:var(--plasma-tab-item-value-font-size,var(--plasma-tab-item-font-size));font-style:var(--plasma-tab-item-value-font-style,var(--plasma-tab-item-font-style));font-weight:var(--plasma-tab-item-value-font-weight,var(--plasma-tab-item-font-weight));-webkit-letter-spacing:var(--plasma-tab-item-value-letter-spacing,var(--plasma-tab-item-letter-spacing));-moz-letter-spacing:var(--plasma-tab-item-value-letter-spacing,var(--plasma-tab-item-letter-spacing));-ms-letter-spacing:var(--plasma-tab-item-value-letter-spacing,var(--plasma-tab-item-letter-spacing));letter-spacing:var(--plasma-tab-item-value-letter-spacing,var(--plasma-tab-item-letter-spacing));line-height:var(--plasma-tab-item-value-lineheight,var(--plasma-tab-item-lineheight))}.rur46hh{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:inherit}.rur46hh:hover{color:inherit}.l1ms3p4x{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:inherit}.l1ms3p4x:hover{color:inherit}.b1yz2xa4{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;box-sizing:border-box;white-space:nowrap;gap:var(--plasma-tab-item-content-gap);padding:var(--plasma-tab-item-padding-orientation-vertical);-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;cursor:pointer;-webkit-tap-highlight-color:transparent;position:relative}.b1yz2xa4:before{content:"";position:absolute;top:-.125rem;left:-.125rem;right:-.125rem;bottom:-.125rem;z-index:1;display:block;box-sizing:content-box;border:.063rem solid transparent;border-radius:calc(var(--plasma_private-outline-radius) + .063rem);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;pointer-events:none}.b1yz2xa4.focus-visible:focus:before,.b1yz2xa4[data-focus-visible-added]:before{z-index:1;outline:none;box-shadow:0 0 0 .063rem var(--plasma-tabs-outline-focus-color)}.b1yz2xa4.tabs-truncate .s1vnvg8i,.b1yz2xa4.tabs-truncate .t4s0t81{overflow:hidden;text-overflow:ellipsis}.byyhn69{color:var(--plasma-tab-item-color);background-color:var(--plasma-tab-item-background-color)}.byyhn69:hover{color:var(--plasma-tab-item-color-hover);background-color:var(--plasma-tab-item-background-color-hover)}.byyhn69:hover .t4s0t81{color:var(--plasma-tab-item-value-color-hover)}.byyhn69:active{color:var(--plasma-tab-item-color-active)}.byyhn69:active .t4s0t81{color:var(--plasma-tab-item-value-color-active)}.byyhn69.tab-item-animated{-webkit-transition:var(--plasma-tab-item-background-transition);transition:var(--plasma-tab-item-background-transition)}.byyhn69.selected-tabs-item{color:var(--plasma-tab-item-selected-color);background-color:var(--plasma-tab-item-selected-background-color)}.byyhn69.selected-tabs-item:hover{color:var(--plasma-tab-item-selected-color-hover);background-color:var(--plasma-tab-item-selected-background-color-hover)}.byyhn69.selected-tabs-item:hover:after{background:var(--plasma-tab-item-selected-hover-divider-color)}.byyhn69.selected-tabs-item .t4s0t81,.byyhn69.selected-tabs-item .t4s0t81:hover{color:var(--plasma-tab-item-selected-value-color-hover)}.byyhn69.selected-tabs-item:after{content:"";position:absolute;top:0;left:0;bottom:0;background:var(--plasma-tab-item-selected-divider-color);width:var(--plasma-tab-item-selected-divider-width);border-radius:.063rem}.b13ylalc{font-family:var(--plasma-tab-item-font-family);font-size:var(--plasma-tab-item-font-size);font-style:var(--plasma-tab-item-font-style);font-weight:var(--plasma-tab-item-font-weight);-webkit-letter-spacing:var(--plasma-tab-item-letter-spacing);-moz-letter-spacing:var(--plasma-tab-item-letter-spacing);-ms-letter-spacing:var(--plasma-tab-item-letter-spacing);letter-spacing:var(--plasma-tab-item-letter-spacing);line-height:var(--plasma-tab-item-lineheight);--plasma_private-outline-radius:var(--plasma-tab-item-border-radius);border-radius:var(--plasma-tab-item-border-radius);width:100%;height:var(--plasma-tab-item-height)}.bvdfayd[disabled]{cursor:not-allowed}.bvdfayd[disabled]:hover{color:var(--plasma-tab-item-color);background-color:var(--plasma-tab-item-background-color)}.bvdfayd[disabled].selected-tabs-item:hover{color:var(--plasma-tab-item-selected-color);background-color:var(--plasma-tab-item-selected-background-color)}.b1ru04lg{font-family:var(--typo-font-family);font-size:var(--typo-font-size);font-style:var(--typo-font-style);-webkit-letter-spacing:var(--typo-font-letter-spacing);-moz-letter-spacing:var(--typo-font-letter-spacing);-ms-letter-spacing:var(--typo-font-letter-spacing);letter-spacing:var(--typo-font-letter-spacing);line-height:var(--typo-font-line-height);font-weight:var(--typo-font-weight);overflow-wrap:normal;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.b1ru04lg.typography-bold{font-weight:var(--typo-font-weight-bold)}.b1ru04lg.with-no-wrap{white-space:nowrap}.b1ru04lg.with-break-word{overflow-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.b1kyapt7{font-family:var(--plasma-segment-item-font-family);font-size:var(--plasma-segment-item-font-size);font-style:var(--plasma-segment-item-font-style);font-weight:var(--plasma-segment-item-font-weight);-webkit-letter-spacing:var(--plasma-segment-item-letter-spacing);-moz-letter-spacing:var(--plasma-segment-item-letter-spacing);-ms-letter-spacing:var(--plasma-segment-item-letter-spacing);letter-spacing:var(--plasma-segment-item-letter-spacing);line-height:var(--plasma-segment-item-lineheight);--plasma_private-outline-radius:var(--plasma-segment-item-border-radius);border-radius:var(--plasma-segment-item-border-radius);width:var(--plasma-segment-item-width);height:var(--plasma-segment-item-height);padding:var(--plasma-segment-item-padding)}.b1kyapt7.selected-segment-item{font-weight:var(--plasma-segment-item-font-weight-selected-item,var(--plasma-segment-item-font-weight))}.b1tykljf{color:var(--plasma-segment-item-color);background-color:var(--plasma-segment-item-background-color)}.b1tykljf:hover{color:var(--plasma-segment-item-color-hover);background-color:var(--plasma-segment-item-background-color-hover)}.b1tykljf:hover .r1gg7fed{color:var(--plasma-segment-item-color-hover)}.b1tykljf:hover .r1gg7fed.segment-additional-text{color:var(--plasma-segment-item-additional-color-hover)}.b1tykljf.selected-segment-item{color:var(--plasma-segment-item-selected-color);background-color:var(--plasma-segment-item-selected-background-color)}.b1tykljf.selected-segment-item .r1gg7fed{color:var(--plasma-segment-item-selected-color)}.b1tykljf.selected-segment-item .r1gg7fed.segment-additional-text{color:var(--plasma-segment-item-selected-additional-color)}.b1tykljf.selected-segment-item:hover{color:var(--plasma-segment-item-selected-color-hover);background-color:var(--plasma-segment-item-selected-background-color-hover)}.b1tykljf.selected-segment-item:hover .r1gg7fed{color:var(--plasma-segment-item-selected-color-hover)}.b1tykljf.selected-segment-item:hover .r1gg7fed.segment-additional-text{color:var(--plasma-segment-item-selected-additional-color-hover)}.bwprat9[disabled]{cursor:not-allowed}.bwprat9[disabled]:hover{color:var(--plasma-segment-item-color);background-color:var(--plasma-segment-item-background-color)}.bwprat9[disabled].selected-segment-item:hover{color:var(--plasma-segment-item-selected-color);background-color:var(--plasma-segment-item-selected-background-color)}.b795lc7.segment-pilled{--plasma_private-outline-radius:var(--plasma-segment-item-pilled-border-radius);border-radius:var(--plasma-segment-item-pilled-border-radius);padding:var(--plasma-segment-item-pilled-padding)}.bxcdyja{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;box-sizing:border-box;min-width:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;cursor:pointer;margin-left:var(--plasma-segment-item-margin-left);-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.bxcdyja:first-child{margin-left:0}.bxcdyja:before{content:"";position:absolute;top:var(--plasma_private-clip-outline-offset);left:var(--plasma_private-clip-outline-offset);right:var(--plasma_private-clip-outline-offset);bottom:var(--plasma_private-clip-outline-offset);z-index:1;display:block;box-sizing:content-box;border:.063rem solid transparent;border-radius:calc(var(--plasma_private-outline-radius) + var(--plasma_private-clip-outline-radius));-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;pointer-events:none}.bxcdyja.focus-visible:focus:before,.bxcdyja[data-focus-visible-added]:before{z-index:1;outline:none;box-shadow:0 0 0 .063rem var(--plasma-segment-outline-focus-color)}.sxjfe87{display:inline-block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:var(--plasma-segment-item-content-padding);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:var(--sxjfe87-0);margin-left:var(--sxjfe87-1)}.r1gg7fed{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:var(--plasma-segment-item-content-icon-margin);overflow:hidden;color:var(--plasma-segment-item-color)}.r1gg7fed.segment-additional-text{text-overflow:ellipsis;overflow:hidden;color:var(--plasma-segment-item-additional-color)}.lctm1j9{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:var(--plasma-segment-item-content-icon-margin);color:inherit}.b16s69xg{width:var(--plasma-segment-group-width);height:var(--plasma-segment-group-height)}.b16s69xg:before{border-radius:var(--plasma-segment-group-border-radius)}.bo2wq9n{background-color:var(--plasma-segment-group-background-color)}.bvqq8jn[disabled]{opacity:var(--plasma-segment-disabled-opacity);cursor:not-allowed}.b1re0ohg.segment-pilled:before{border-radius:var(--plasma-segment-group-pilled-border-radius)}.b13sjoz1{position:relative}.b13sjoz1.segment-group-filled-background:before{content:"";position:absolute;top:-.125rem;right:-.125rem;bottom:-.125rem;left:-.125rem;background-color:var(--plasma-segment-group-filled-background-color)}.b1bb2stb.segment-stretched{width:100%}.b1bb2stb.segment-stretched .spuzt9m,.b1bb2stb.segment-stretched .sin9wo2,.b1bb2stb.segment-stretched .sin9wo2>button{width:100%}.bb2d6sr.segment-vertical,.bb2d6sr.segment-vertical .spuzt9m,.bb2d6sr.segment-vertical .sin9wo2{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.b2sori2{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%}.b2sori2.segment-vertical{max-width:none;max-height:100%}.b2sori2:before{border-radius:var(--plasma-segment-group-border-radius)}.sin9wo2{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%}.spuzt9m{position:relative;height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;--plasma_private-clip-outline-offset:-.063rem;--plasma_private-clip-outline-radius:.063rem}.spuzt9m.segment-group-clip-scroll{overflow:scroll;-webkit-scroll-padding:.25rem;-moz-scroll-padding:.25rem;-ms-scroll-padding:.25rem;scroll-padding:.25rem;overscroll-behavior:contain;--plasma_private-clip-outline-offset:.063rem;--plasma_private-clip-outline-radius:-.063rem;-webkit-scrollbar-width:none;-moz-scrollbar-width:none;-ms-scrollbar-width:none;scrollbar-width:none}.spuzt9m.segment-group-clip-scroll::-webkit-scrollbar{display:none}.spuzt9m.segment-group-clip-scroll .sin9wo2{max-width:none}.s1qf4oye{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;border:none;background-color:transparent;outline:none;position:relative}.s1qf4oye:before{content:"";position:absolute;top:-.125rem;left:-.125rem;right:-.125rem;bottom:-.125rem;z-index:1;display:block;box-sizing:content-box;border:.063rem solid transparent;border-radius:calc(var(--plasma_private-outline-radius) - .063rem);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;pointer-events:none}.s1qf4oye.focus-visible:focus:before,.s1qf4oye[data-focus-visible-added]:before{outline:none;box-shadow:0 0 0 .063rem var(--plasma-segment-outline-focus-color)}.s1qf4oye[disabled]{cursor:not-allowed}.s3pgccr.s1qf4oye{padding:var(--plasma-segment-group-arrow-padding);padding-right:0;margin-right:.1875rem;margin-left:.125rem}.sax6mvm.s1qf4oye{padding:var(--plasma-segment-group-arrow-padding);padding-left:0;margin-left:.1875rem;margin-right:.125rem}.s1n81rr8.s1qf4oye{padding:var(--plasma-segment-group-vertical-arrow-padding);padding-bottom:0;margin-bottom:.1875rem}.s7ukuvj.s1qf4oye{padding:var(--plasma-segment-group-vertical-arrow-padding);padding-top:0;margin-top:.1875rem}.b1qy9s12{background:var(--plasma-divider-background)}.b1a2rquh{border-radius:var(--plasma-divider-border-radius)}.b1ghertr.plasma-divider-horizontal{width:var(--plasma_private-divider-scale);height:var(--plasma-divider-base-side-size)}.b1ghertr.plasma-divider-vertical{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;position:relative;background:unset}.b1ghertr.plasma-divider-vertical:before{content:"";background:var(--plasma-divider-background);position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:var(--plasma-divider-base-side-size);min-height:var(--plasma_private-divider-scale)}.bjv6ypd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--plasma-accordion-gap);-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:auto;background:var(--plasma-accordion-background)}.bjv6ypd.accordion-stretching-fixed{width:var(--plasma-accordion-width)}.bjv6ypd.accordion-stretching-filled{width:100%}.s1d847tf{width:100%;border:none;padding:var(--plasma-accordion-item-padding);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:var(--plasma-accordion-item-gap);-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:none;box-sizing:border-box;cursor:pointer;position:relative}.s1d847tf:focus{outline:none}.s1d847tf:before{content:"";position:absolute;top:.125rem;left:.125rem;right:.125rem;bottom:.125rem;z-index:1;display:block;box-sizing:content-box;border:.125rem solid transparent;border-radius:0;-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;pointer-events:none}.s1d847tf.focus-visible:focus:before,.s1d847tf[data-focus-visible-added]:before{outline:none;box-shadow:0 0 0 .125rem var(--plasma-accordion-item-focus)}.s18inj31{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:var(--plasma-accordion-item-header-left-gap,var(--plasma-accordion-item-gap));-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.s1kvo44v{-webkit-transition:.2s;transition:.2s;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.s1kvo44v.accordion-item-show-body{-webkit-transition:.2s;transition:.2s;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0)}.s2tqnbp{-webkit-transition:.2s;transition:.2s;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.s2tqnbp.accordion-item-show-body{-webkit-transition:.2s;transition:.2s;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.s11daj3x{color:var(--plasma-accordion-item-title-color);font-family:var(--plasma-accordion-item-title-font-family);font-size:var(--plasma-accordion-item-title-font-size);font-weight:var(--plasma-accordion-item-title-font-weight);font-style:var(--plasma-accordion-item-title-font-style);-webkit-letter-spacing:var(--plasma-accordion-item-title-letter-spacing);-moz-letter-spacing:var(--plasma-accordion-item-title-letter-spacing);-ms-letter-spacing:var(--plasma-accordion-item-title-letter-spacing);letter-spacing:var(--plasma-accordion-item-title-letter-spacing);line-height:var(--plasma-accordion-item-title-line-height);text-align:left}.sy09zp7{display:grid;grid-template-rows:0fr;-webkit-transition:grid-template-rows .2s ease-out;transition:grid-template-rows .2s ease-out;overflow:hidden}.sy09zp7.accordion-item-show-body{grid-template-rows:1fr;padding-bottom:var(--plasma-accordion-item-body-padding-bottom,var(--plasma-accordion-item-padding-vertical))}.sy09zp7.accordion-item-show-body.accordion-plus-animation-element{-webkit-transition:.2s;transition:.2s;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0)}.sbzgv9z{color:var(--plasma-accordion-item-text-color);font-family:var(--plasma-accordion-item-text-font-family);font-size:var(--plasma-accordion-item-text-font-size);font-weight:var(--plasma-accordion-item-text-font-weight);font-style:var(--plasma-accordion-item-text-font-style);-webkit-letter-spacing:var(--plasma-accordion-item-text-letter-spacing);-moz-letter-spacing:var(--plasma-accordion-item-text-letter-spacing);-ms-letter-spacing:var(--plasma-accordion-item-text-letter-spacing);letter-spacing:var(--plasma-accordion-item-text-letter-spacing);line-height:var(--plasma-accordion-item-text-line-height);overflow:hidden;padding-right:var(--plasma-accordion-item-padding-horizontal);padding-left:var(--plasma-accordion-item-padding-horizontal-left);text-align:left}.s1ewkyyv{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--plasma-accordion-item-color-icon)}.s15qiue1{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--plasma-accordion-item-color-icon);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0}.s15qiue1.accordion-plus-animation-element{-webkit-transition:.2s;transition:.2s;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.s15qiue1.accordion-item-show-body{-webkit-transition:.2s;transition:.2s;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0);color:var(--plasma-accordion-item-title-opened-color,var(--plasma-accordion-item-color-icon))}.syldew1{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:var(--plasma-accordion-item-icon-size,1rem);height:var(--plasma-accordion-item-icon-size,1rem)}.s1he8scv{background:var(--plasma-accordion-item-background);border:var(--plasma-accordion-item-border);border-bottom:var(--plasma-accordion-item-border-bottom);box-shadow:var(--plasma-accordion-item-shadow)}.s1he8scv:last-child{border-bottom:var(--plasma-accordion-item-border)}.s1he8scv.accordion-disabled{opacity:.4;cursor:not-allowed}.s1he8scv.accordion-item-opened .s1ewkyyv{color:var(--plasma-accordion-item-title-opened-color,var(--plasma-accordion-item-color-icon))}.s1he8scv.accordion-item-opened .s11daj3x{color:var(--plasma-accordion-item-title-opened-color,var(--plasma-accordion-item-title-color))}.d1qoou7v{--plasma-accordion-width:20rem;--plasma-accordion-item-padding:var(--plasma-accordion-item-padding-vertical) var(--plasma-accordion-item-padding-horizontal);--plasma-accordion-item-background:var(--surface-transparent-card);--plasma-accordion-item-shadow:var(--shadow-down-soft-s);--plasma-accordion-item-title-color:var(--text-primary);--plasma-accordion-item-title-opened-color:var(--text-accent);--plasma-accordion-item-text-color:var(--text-primary);--plasma-accordion-item-color-icon:var(--text-primary);--plasma-accordion-item-focus:var(--surface-accent);--plasma-accordion-background:var(--surface-clear);--plasma-accordion-item-border-bottom:0;--plasma-accordion-item-padding-horizontal-left:var(--plasma-accordion-item-padding-horizontal)}.c1nb9vnf{--plasma-accordion-gap:0;--plasma-accordion-width:20rem;--plasma-accordion-item-padding:var(--plasma-accordion-item-padding-vertical) 0rem;--plasma-accordion-item-background:var(--surface-clear);--plasma-accordion-item-title-color:var(--text-primary);--plasma-accordion-item-title-opened-color:var(--text-accent);--plasma-accordion-item-text-color:var(--text-primary);--plasma-accordion-item-color-icon:var(--text-primary);--plasma-accordion-item-focus:var(--surface-accent);--plasma-accordion-item-border-radius:0rem !important;--plasma-accordion-background:var(--surface-clear);--plasma-accordion-item-border-bottom:.063rem solid var(--surface-solid-tertiary);--plasma-accordion-item-padding-horizontal-left:0}.l15v339q{--plasma-accordion-item-padding-vertical:1.0625rem;--plasma-accordion-item-padding-horizontal:1.25rem;--plasma-accordion-item-body-padding-bottom:1.125rem;--plasma-accordion-item-gap:.25rem;--plasma-accordion-item-border-radius:.875rem;--plasma-accordion-gap:1rem;--plasma-accordion-item-title-font-family:var(--plasma-typo-body-l-font-family);--plasma-accordion-item-title-font-size:var(--plasma-typo-body-l-font-size);--plasma-accordion-item-title-font-style:var(--plasma-typo-body-l-font-style);--plasma-accordion-item-title-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-accordion-item-title-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-accordion-item-title-line-height:var(--plasma-typo-body-l-line-height);--plasma-accordion-item-text-font-family:var(--plasma-typo-body-l-font-family);--plasma-accordion-item-text-font-size:var(--plasma-typo-body-l-font-size);--plasma-accordion-item-text-font-style:var(--plasma-typo-body-l-font-style);--plasma-accordion-item-text-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-accordion-item-text-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-accordion-item-text-line-height:var(--plasma-typo-body-l-line-height)}.mtnwdwt{--plasma-accordion-item-padding-vertical:.875rem;--plasma-accordion-item-padding-horizontal:1rem;--plasma-accordion-item-body-padding-bottom:1rem;--plasma-accordion-item-gap:.25rem;--plasma-accordion-item-border-radius:.75rem;--plasma-accordion-gap:.875rem;--plasma-accordion-item-title-font-family:var(--plasma-typo-body-m-font-family);--plasma-accordion-item-title-font-size:var(--plasma-typo-body-m-font-size);--plasma-accordion-item-title-font-style:var(--plasma-typo-body-m-font-style);--plasma-accordion-item-title-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-accordion-item-title-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-accordion-item-title-line-height:var(--plasma-typo-body-m-line-height);--plasma-accordion-item-text-font-family:var(--plasma-typo-body-m-font-family);--plasma-accordion-item-text-font-size:var(--plasma-typo-body-m-font-size);--plasma-accordion-item-text-font-style:var(--plasma-typo-body-m-font-style);--plasma-accordion-item-text-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-accordion-item-text-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-accordion-item-text-line-height:var(--plasma-typo-body-m-line-height)}.s1jozabk{--plasma-accordion-item-padding-vertical:.6875rem;--plasma-accordion-item-padding-horizontal:.875rem;--plasma-accordion-item-body-padding-bottom:.75rem;--plasma-accordion-item-gap:.25rem;--plasma-accordion-item-border-radius:.625rem;--plasma-accordion-gap:.75rem;--plasma-accordion-item-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-accordion-item-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-accordion-item-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-accordion-item-title-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-accordion-item-title-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-accordion-item-title-line-height:var(--plasma-typo-body-s-line-height);--plasma-accordion-item-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-accordion-item-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-accordion-item-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-accordion-item-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-accordion-item-text-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-accordion-item-text-line-height:var(--plasma-typo-body-s-line-height)}.x1mg2ktn{--plasma-accordion-item-padding-vertical:.563rem;--plasma-accordion-item-padding-horizontal:.625rem;--plasma-accordion-item-body-padding-bottom:.625rem;--plasma-accordion-item-gap:.25rem;--plasma-accordion-item-border-radius:.5rem;--plasma-accordion-gap:.75rem;--plasma-accordion-item-title-font-family:var(--plasma-typo-body-xs-font-family);--plasma-accordion-item-title-font-size:var(--plasma-typo-body-xs-font-size);--plasma-accordion-item-title-font-style:var(--plasma-typo-body-xs-font-style);--plasma-accordion-item-title-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-accordion-item-title-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-accordion-item-title-line-height:var(--plasma-typo-body-xs-line-height);--plasma-accordion-item-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-accordion-item-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-accordion-item-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-accordion-item-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-accordion-item-text-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-accordion-item-text-line-height:var(--plasma-typo-body-xs-line-height)}.hizoenl{--plasma-accordion-item-padding-vertical:1.625rem;--plasma-accordion-item-padding-horizontal:1.75rem;--plasma-accordion-item-body-padding-bottom:1.625rem;--plasma-accordion-item-gap:.25rem;--plasma-accordion-item-icon-size:1.5rem;--plasma-accordion-item-border-radius:1.25rem;--plasma-accordion-gap:1.5rem;--plasma-accordion-item-title-font-family:var(--plasma-typo-h2-font-family);--plasma-accordion-item-title-font-size:var(--plasma-typo-h2-font-size);--plasma-accordion-item-title-font-style:var(--plasma-typo-h2-font-style);--plasma-accordion-item-title-font-weight:var(--plasma-typo-h2-font-weight);--plasma-accordion-item-title-letter-spacing:var(--plasma-typo-h2-letter-spacing);--plasma-accordion-item-title-line-height:var(--plasma-typo-h2-line-height);--plasma-accordion-item-text-font-family:var(--plasma-typo-body-l-font-family);--plasma-accordion-item-text-font-size:var(--plasma-typo-body-l-font-size);--plasma-accordion-item-text-font-style:var(--plasma-typo-body-l-font-style);--plasma-accordion-item-text-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-accordion-item-text-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-accordion-item-text-line-height:var(--plasma-typo-body-l-line-height)}.h143dmul{--plasma-accordion-item-padding-vertical:1.5rem;--plasma-accordion-item-padding-horizontal:1.625rem;--plasma-accordion-item-body-padding-bottom:1.5rem;--plasma-accordion-item-gap:.25rem;--plasma-accordion-item-icon-size:1.5rem;--plasma-accordion-item-border-radius:1.125rem;--plasma-accordion-gap:1.5rem;--plasma-accordion-item-title-font-family:var(--plasma-typo-h3-font-family);--plasma-accordion-item-title-font-size:var(--plasma-typo-h3-font-size);--plasma-accordion-item-title-font-style:var(--plasma-typo-h3-font-style);--plasma-accordion-item-title-font-weight:var(--plasma-typo-h3-font-weight);--plasma-accordion-item-title-letter-spacing:var(--plasma-typo-h3-letter-spacing);--plasma-accordion-item-title-line-height:var(--plasma-typo-h3-line-height);--plasma-accordion-item-text-font-family:var(--plasma-typo-body-l-font-family);--plasma-accordion-item-text-font-size:var(--plasma-typo-body-l-font-size);--plasma-accordion-item-text-font-style:var(--plasma-typo-body-l-font-style);--plasma-accordion-item-text-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-accordion-item-text-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-accordion-item-text-line-height:var(--plasma-typo-body-l-line-height)}.h9v9a4o{--plasma-accordion-item-padding-vertical:1.438rem;--plasma-accordion-item-padding-horizontal:1.5rem;--plasma-accordion-item-body-padding-bottom:1.5rem;--plasma-accordion-item-gap:.25rem;--plasma-accordion-item-border-radius:1rem;--plasma-accordion-gap:1.5rem;--plasma-accordion-item-title-font-family:var(--plasma-typo-h4-font-family);--plasma-accordion-item-title-font-size:var(--plasma-typo-h4-font-size);--plasma-accordion-item-title-font-style:var(--plasma-typo-h4-font-style);--plasma-accordion-item-title-font-weight:var(--plasma-typo-h4-font-weight);--plasma-accordion-item-title-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-accordion-item-title-line-height:var(--plasma-typo-h4-line-height);--plasma-accordion-item-text-font-family:var(--plasma-typo-body-l-font-family);--plasma-accordion-item-text-font-size:var(--plasma-typo-body-l-font-size);--plasma-accordion-item-text-font-style:var(--plasma-typo-body-l-font-style);--plasma-accordion-item-text-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-accordion-item-text-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-accordion-item-text-line-height:var(--plasma-typo-body-l-line-height)}.h14sja6p{--plasma-accordion-item-padding-vertical:1.25rem;--plasma-accordion-item-padding-horizontal:1.375rem;--plasma-accordion-item-body-padding-bottom:1.375rem;--plasma-accordion-item-gap:.25rem;--plasma-accordion-item-border-radius:.875rem;--plasma-accordion-gap:1.25rem;--plasma-accordion-item-title-font-family:var(--plasma-typo-h5-font-family);--plasma-accordion-item-title-font-size:var(--plasma-typo-h5-font-size);--plasma-accordion-item-title-font-style:var(--plasma-typo-h5-font-style);--plasma-accordion-item-title-font-weight:var(--plasma-typo-h5-font-weight);--plasma-accordion-item-title-letter-spacing:var(--plasma-typo-h5-letter-spacing);--plasma-accordion-item-title-line-height:var(--plasma-typo-h5-line-height);--plasma-accordion-item-text-font-family:var(--plasma-typo-body-m-font-family);--plasma-accordion-item-text-font-size:var(--plasma-typo-body-m-font-size);--plasma-accordion-item-text-font-style:var(--plasma-typo-body-m-font-style);--plasma-accordion-item-text-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-accordion-item-text-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-accordion-item-text-line-height:var(--plasma-typo-body-m-line-height)}.d10geo1c{--plasma-breadcrumbs-color:var(--text-primary);--plasma-breadcrumbs-color-text:var(--text-primary);--plasma-breadcrumbs-color-separator:var(--text-primary);--plasma-breadcrumbs-opacity:.4;--plasma-breadcrumbs-focus-outline-color:var(--surface-accent)}.lv8mf1s{--plasma-breadcrumbs-gap:.5rem;--plasma-breadcrumbs-font-family:var(--plasma-typo-body-l-font-family);--plasma-breadcrumbs-font-size:var(--plasma-typo-body-l-font-size);--plasma-breadcrumbs-font-style:var(--plasma-typo-body-l-font-style);--plasma-breadcrumbs-font-weight:var(--plasma-typo-body-l-bold-weight);--plasma-breadcrumbs-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-breadcrumbs-line-height:var(--plasma-typo-body-l-line-height)}.m17g6n2i{--plasma-breadcrumbs-gap:.375rem;--plasma-breadcrumbs-font-family:var(--plasma-typo-body-m-font-family);--plasma-breadcrumbs-font-size:var(--plasma-typo-body-m-font-size);--plasma-breadcrumbs-font-style:var(--plasma-typo-body-m-font-style);--plasma-breadcrumbs-font-weight:var(--plasma-typo-body-m-bold-weight);--plasma-breadcrumbs-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-breadcrumbs-line-height:var(--plasma-typo-body-m-line-height)}.sbbou4m{--plasma-breadcrumbs-gap:.25rem;--plasma-breadcrumbs-font-family:var(--plasma-typo-body-s-font-family);--plasma-breadcrumbs-font-size:var(--plasma-typo-body-s-font-size);--plasma-breadcrumbs-font-style:var(--plasma-typo-body-s-font-style);--plasma-breadcrumbs-font-weight:var(--plasma-typo-body-s-bold-weight);--plasma-breadcrumbs-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-breadcrumbs-line-height:var(--plasma-typo-body-s-line-height)}.x2yn23d{--plasma-breadcrumbs-gap:0rem;--plasma-breadcrumbs-font-family:var(--plasma-typo-body-xs-font-family);--plasma-breadcrumbs-font-size:var(--plasma-typo-body-xs-font-size);--plasma-breadcrumbs-font-style:var(--plasma-typo-body-xs-font-style);--plasma-breadcrumbs-font-weight:var(--plasma-typo-body-xs-bold-weight);--plasma-breadcrumbs-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-breadcrumbs-line-height:var(--plasma-typo-body-xs-line-height)}.d1fnkof5{--plasma-button-color:var(--inverse-text-primary);--plasma-button-value-color:var(--inverse-text-secondary);--plasma-button-background-color:var(--surface-solid-default);--plasma-button-loading-background-color:var(--plasma-button-background-color);--plasma-button-color-hover:var(--inverse-text-primary-hover);--plasma-button-color-active:var(--inverse-text-primary-active)}.a1129msw{--plasma-button-color:var(--on-dark-text-primary);--plasma-button-value-color:var(--on-dark-text-secondary);--plasma-button-background-color:var(--surface-accent);--plasma-button-loading-background-color:var(--plasma-button-background-color);--plasma-button-background-color-hover:var(--surface-accent-hover);--plasma-button-background-color-active:var(--surface-accent-active)}.abaqjet{--plasma-button-color:var(--on-dark-text-primary);--plasma-button-value-color:var(--on-dark-text-secondary);--plasma-button-background-color:var(--surface-accent-gradient);--plasma-button-loading-background-color:var(--plasma-button-background-color);--plasma-button-color-hover:var(--on-dark-text-primary);--plasma-button-background-color-hover:var(--surface-accent-gradient-hover);--plasma-button-color-active:var(--on-dark-text-primary);--plasma-button-background-color-active:var(--surface-accent-gradient-active)}.smxfxlw{--plasma-button-color:var(--text-primary);--plasma-button-value-color:var(--text-secondary);--plasma-button-background-color:var(--surface-transparent-secondary);--plasma-button-loading-background-color:var(--plasma-button-background-color);--plasma-button-background-color-hover:var(--surface-transparent-secondary-hover);--plasma-button-background-color-active:var(--surface-transparent-secondary-active)}.cleczrv{--plasma-button-color:var(--text-primary);--plasma-button-value-color:var(--text-secondary);--plasma-button-background-color:var(--surface-clear);--plasma-button-loading-background-color:var(--plasma-button-background-color);--plasma-button-background-color-hover:var(--surface-transparent-secondary-hover);--plasma-button-background-color-active:var(--surface-transparent-secondary-active)}.slekduy{--plasma-button-color:var(--on-dark-text-primary);--plasma-button-value-color:var(--on-dark-text-secondary);--plasma-button-background-color:var(--surface-positive);--plasma-button-loading-background-color:var(--plasma-button-background-color);--plasma-button-background-color-hover:var(--surface-positive-hover);--plasma-button-background-color-active:var(--surface-positive-active)}.w1yfa47j{--plasma-button-color:var(--on-dark-text-primary);--plasma-button-value-color:var(--on-dark-text-secondary);--plasma-button-background-color:var(--surface-warning);--plasma-button-loading-background-color:var(--plasma-button-background-color);--plasma-button-background-color-hover:var(--surface-warning-hover);--plasma-button-background-color-active:var(--surface-warning-active)}.csb1lec{--plasma-button-color:var(--on-dark-text-primary);--plasma-button-value-color:var(--on-dark-text-secondary);--plasma-button-background-color:var(--surface-negative);--plasma-button-loading-background-color:var(--plasma-button-background-color);--plasma-button-background-color-hover:var(--surface-negative-hover);--plasma-button-background-color-active:var(--surface-negative-active)}.d123wpoi{--plasma-button-color:var(--on-dark-text-primary);--plasma-button-value-color:var(--on-dark-text-secondary);--plasma-button-background-color:var(--on-light-surface-transparent-deep);--plasma-button-loading-background-color:var(--plasma-button-background-color);--plasma-button-color-hover:var(--on-dark-text-primary-hover);--plasma-button-color-active:var(--on-dark-text-primary-active)}.b1w797f8{--plasma-button-color:var(--on-dark-text-primary);--plasma-button-value-color:var(--on-dark-text-secondary);--plasma-button-background-color:var(--on-light-surface-solid-default);--plasma-button-loading-background-color:var(--plasma-button-background-color);--plasma-button-color-hover:var(--on-dark-text-primary-hover);--plasma-button-color-active:var(--on-dark-text-primary-active)}.w1toqou7{--plasma-button-color:var(--on-light-text-primary);--plasma-button-value-color:var(--on-light-text-secondary);--plasma-button-background-color:var(--on-dark-surface-solid-default);--plasma-button-loading-background-color:var(--plasma-button-background-color);--plasma-button-color-hover:var(--on-light-text-primary-hover);--plasma-button-color-active:var(--on-light-text-primary-active)}.xy229gi{--plasma-button-height:4rem;--plasma-button-width:12.5rem;--plasma-button-padding:1.75rem;--plasma-button-radius:1rem;--plasma-button-font-family:var(--plasma-typo-body-m-font-family);--plasma-button-font-size:var(--plasma-typo-body-m-font-size);--plasma-button-font-style:var(--plasma-typo-body-m-font-style);--plasma-button-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-button-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-button-line-height:var(--plasma-typo-body-m-line-height);--plasma-button-spinner-size:1.5rem;--plasma-button-spinner-color:inherit;--plasma-button-left-content-margin:0 .625rem 0 -.125rem;--plasma-button-right-content-margin:0 -.125rem 0 .625rem;--plasma-button-value-margin:0 0 0 .375rem}.l1joiaye{--plasma-button-height:3.5rem;--plasma-button-width:12.5rem;--plasma-button-padding:1.375rem;--plasma-button-radius:.875rem;--plasma-button-font-family:var(--plasma-typo-body-s-font-family);--plasma-button-font-size:var(--plasma-typo-body-s-font-size);--plasma-button-font-style:var(--plasma-typo-body-s-font-style);--plasma-button-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-button-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-button-line-height:var(--plasma-typo-body-s-line-height);--plasma-button-spinner-size:1.375rem;--plasma-button-spinner-color:inherit;--plasma-button-left-content-margin:0 .625rem 0 -.125rem;--plasma-button-right-content-margin:0 -.125rem 0 .625rem;--plasma-button-value-margin:0 0 0 .375rem}.l1i1eza5{--plasma-button-height:3.5rem;--plasma-button-width:12.5rem;--plasma-button-font-family:var(--plasma-typo-body-s-font-family);--plasma-button-font-size:var(--plasma-typo-body-s-font-size);--plasma-button-font-style:var(--plasma-typo-body-s-font-style);--plasma-button-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-button-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-button-line-height:var(--plasma-typo-body-s-line-height);--plasma-button-spinner-size:1.375rem;--plasma-button-spinner-color:inherit;--plasma-button-left-content-margin:0 .5rem 0 0;--plasma-button-right-content-margin:0 0 0 .5rem;--plasma-button-value-margin:0 0 0 .25rem}.m1r1gaby{--plasma-button-height:3rem;--plasma-button-width:11.25rem;--plasma-button-padding:1.25rem;--plasma-button-radius:.75rem;--plasma-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-button-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-button-line-height:var(--plasma-typo-body-xs-line-height);--plasma-button-spinner-size:1.375rem;--plasma-button-spinner-color:inherit;--plasma-button-left-content-margin:0 .5rem 0 -.125rem;--plasma-button-right-content-margin:0 -.125rem 0 .5rem;--plasma-button-value-margin:0 0 0 .25rem}.mqhwg07{--plasma-button-height:3rem;--plasma-button-width:11.25rem;--plasma-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-button-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-button-line-height:var(--plasma-typo-body-xs-line-height);--plasma-button-spinner-size:1.375rem;--plasma-button-spinner-color:inherit;--plasma-button-left-content-margin:0 .375rem 0 0;--plasma-button-right-content-margin:0 0 0 .375rem;--plasma-button-value-margin:0 0 0 .25rem}.s1bf1tsb{--plasma-button-height:2.5rem;--plasma-button-width:11.25rem;--plasma-button-padding:1rem;--plasma-button-radius:.625rem;--plasma-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-button-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-button-line-height:var(--plasma-typo-body-xs-line-height);--plasma-button-spinner-size:1.375rem;--plasma-button-spinner-color:inherit;--plasma-button-left-content-margin:0 .5rem 0 -.125rem;--plasma-button-right-content-margin:0 -.125rem 0 .5rem;--plasma-button-value-margin:0 0 0 .25rem}.s1ca3q6l{--plasma-button-height:2.5rem;--plasma-button-width:11.25rem;--plasma-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-button-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-button-line-height:var(--plasma-typo-body-xs-line-height);--plasma-button-spinner-size:1.375rem;--plasma-button-spinner-color:inherit;--plasma-button-left-content-margin:0 .25rem 0 0;--plasma-button-right-content-margin:0 0 0 .25rem;--plasma-button-value-margin:0 0 0 .25rem}.xrk6508{--plasma-button-height:2rem;--plasma-button-width:10rem;--plasma-button-padding:.75rem;--plasma-button-radius:.5rem;--plasma-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-button-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-button-line-height:var(--plasma-typo-body-xs-line-height);--plasma-button-spinner-size:1rem;--plasma-button-spinner-color:inherit;--plasma-button-left-content-margin:0 .375rem 0 -.125rem;--plasma-button-right-content-margin:0 -.125rem 0 .375rem;--plasma-button-value-margin:0 0 0 .125rem}.x2s1r71{--plasma-button-height:2rem;--plasma-button-width:10rem;--plasma-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-button-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-button-line-height:var(--plasma-typo-body-xs-line-height);--plasma-button-spinner-size:1rem;--plasma-button-spinner-color:inherit;--plasma-button-left-content-margin:0 .25rem 0 0;--plasma-button-right-content-margin:0 0 0 .25rem;--plasma-button-value-margin:0 0 0 .25rem}.xf053fi{--plasma-button-height:1.5rem;--plasma-button-width:8.75rem;--plasma-button-padding:.625rem;--plasma-button-radius:.375rem;--plasma-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-button-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-button-line-height:var(--plasma-typo-body-xs-line-height);--plasma-button-spinner-size:.75rem;--plasma-button-spinner-color:inherit;--plasma-button-left-content-margin:0 .375rem 0 -.125rem;--plasma-button-right-content-margin:0 -.125rem 0 .375rem;--plasma-button-value-margin:0 0 0 .375rem}.t17x5rnm{--plasma-button-disabled-opacity:.4}.tppmfmz{--plasma-button-focus-color:var(--surface-accent)}.d12cypai{--plasma-divider-background:var(--surface-transparent-tertiary)}.dpcogwe{--plasma-divider-background:var(--on-dark-surface-transparent-tertiary)}.l11jsov7{--plasma-divider-background:var(--on-light-surface-transparent-tertiary)}.i11aqkf8{--plasma-divider-background:var(--inverse-text-tertiary)}.m1515eh2{--plasma-divider-border-radius:.0625rem}.h16xueke,.v1u5yjv5{--plasma-divider-base-side-size:.0625rem}.dee0pdb{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-primary);--plasma-link-color-hover:var(--text-primary-hover);--plasma-link-color-active:var(--text-primary-active);--plasma-link-color-visited:var(--text-primary);--plasma-link-color-visited-hover:var(--text-primary-hover);--plasma-link-color-visited-active:var(--text-primary-active);--plasma-link-underline-border:0}.s1vofuw3{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-secondary);--plasma-link-color-hover:var(--text-secondary-hover);--plasma-link-color-active:var(--text-secondary-active);--plasma-link-color-visited:var(--text-secondary);--plasma-link-color-visited-hover:var(--text-secondary-hover);--plasma-link-color-visited-active:var(--text-secondary-active);--plasma-link-underline-border:0}.t1ahuwbf{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-tertiary);--plasma-link-color-hover:var(--text-tertiary-hover);--plasma-link-color-active:var(--text-tertiary-active);--plasma-link-color-visited:var(--text-tertiary);--plasma-link-color-visited-hover:var(--text-tertiary-hover);--plasma-link-color-visited-active:var(--text-tertiary-active);--plasma-link-underline-border:0}.p1ui8jxv{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-paragraph);--plasma-link-color-hover:var(--text-paragraph-hover);--plasma-link-color-active:var(--text-paragraph-active);--plasma-link-color-visited:var(--text-paragraph);--plasma-link-color-visited-hover:var(--text-paragraph-hover);--plasma-link-color-visited-active:var(--text-paragraph-active);--plasma-link-underline-border:0}.a19bifbw{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-accent);--plasma-link-color-hover:var(--text-accent-hover);--plasma-link-color-active:var(--text-accent-active);--plasma-link-color-visited:var(--text-accent);--plasma-link-color-visited-hover:var(--text-accent-hover);--plasma-link-color-visited-active:var(--text-accent-active);--plasma-link-underline-border:0}.p11g3bq7{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-positive);--plasma-link-color-hover:var(--text-positive-hover);--plasma-link-color-active:var(--text-positive-active);--plasma-link-color-visited:var(--text-positive);--plasma-link-color-visited-hover:var(--text-positive-hover);--plasma-link-color-visited-active:var(--text-positive-active);--plasma-link-underline-border:0}.w1j34p05{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-warning);--plasma-link-color-hover:var(--text-warning-hover);--plasma-link-color-active:var(--text-warning-active);--plasma-link-color-visited:var(--text-warning);--plasma-link-color-visited-hover:var(--text-warning-hover);--plasma-link-color-visited-active:var(--text-warning-active);--plasma-link-underline-border:0}.n1ozoxtr{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-negative);--plasma-link-color-hover:var(--text-negative-hover);--plasma-link-color-active:var(--text-negative-active);--plasma-link-color-visited:var(--text-negative);--plasma-link-color-visited-hover:var(--text-negative-hover);--plasma-link-color-visited-active:var(--text-negative-active);--plasma-link-underline-border:0}.cwo06rj{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:inherit;--plasma-link-color-hover:inherit;--plasma-link-color-active:inherit;--plasma-link-color-visited:inherit;--plasma-link-color-visited-hover:inherit;--plasma-link-color-visited-active:inherit;--plasma-link-underline-border:.063rem}.t1v6tmnt{--plasma-link-disabled-opacity:.4}.t1obm9h5{--plasma-link-focus-color:var(--text-primary)}.cw5l9ny{--plasma-segment-item-color:var(--text-secondary);--plasma-segment-item-background-color:transparent;--plasma-segment-item-color-hover:var(--text-primary-hover);--plasma-segment-item-background-color-hover:transparent;--plasma-segment-item-additional-color:var(--text-tertiary);--plasma-segment-item-additional-color-hover:var(--text-secondary);--plasma-segment-item-selected-color:var(--text-primary-hover);--plasma-segment-item-selected-background-color:transparent;--plasma-segment-item-selected-color-hover:var(--text-primary);--plasma-segment-item-selected-background-color-hover:transparent;--plasma-segment-item-selected-additional-color:var(--text-secondary);--plasma-segment-item-selected-additional-color-hover:var(--text-secondary);--plasma-segment-group-filled-background-color:var(--text-accent)}.s1xvuorj{--plasma-segment-item-color:var(--text-primary);--plasma-segment-item-background-color:transparent;--plasma-segment-item-color-hover:var(--text-primary-hover);--plasma-segment-item-background-color-hover:transparent;--plasma-segment-item-additional-color:var(--text-secondary);--plasma-segment-item-additional-color-hover:var(--text-secondary);--plasma-segment-item-selected-color:var(--text-accent);--plasma-segment-item-selected-background-color:var(--surface-solid-card);--plasma-segment-item-selected-color-hover:var(--text-accent-hover);--plasma-segment-item-selected-background-color-hover:var(--surface-solid-card);--plasma-segment-item-selected-additional-color:var(--text-secondary);--plasma-segment-item-selected-additional-color-hover:var(--text-secondary);--plasma-segment-group-filled-background-color:var(--text-accent)}.d1f4sf91{--plasma-segment-item-color:var(--text-primary);--plasma-segment-item-background-color:transparent;--plasma-segment-item-color-hover:var(--text-primary-hover);--plasma-segment-item-background-color-hover:transparent;--plasma-segment-item-additional-color:var(--text-secondary);--plasma-segment-item-additional-color-hover:var(--text-secondary);--plasma-segment-item-selected-color:var(--inverse-text-primary);--plasma-segment-item-selected-background-color:var(--surface-solid-default);--plasma-segment-item-selected-color-hover:var(--inverse-text-primary-hover);--plasma-segment-item-selected-background-color-hover:var(--surface-solid-default);--plasma-segment-item-selected-additional-color:var(--inverse-text-secondary);--plasma-segment-item-selected-additional-color-hover:var(--inverse-text-secondary);--plasma-segment-group-filled-background-color:var(--text-accent)}.a12jn5jz{--plasma-segment-item-color:var(--text-primary);--plasma-segment-item-background-color:transparent;--plasma-segment-item-color-hover:var(--text-primary-hover);--plasma-segment-item-background-color-hover:transparent;--plasma-segment-item-additional-color:var(--text-secondary);--plasma-segment-item-additional-color-hover:var(--text-secondary);--plasma-segment-item-selected-color:var(--on-dark-text-primary);--plasma-segment-item-selected-background-color:var(--surface-accent);--plasma-segment-item-selected-color-hover:var(--on-dark-text-primary-hover);--plasma-segment-item-selected-background-color-hover:var(--surface-accent);--plasma-segment-item-selected-additional-color:var(--on-dark-text-secondary);--plasma-segment-item-selected-additional-color-hover:var(--on-dark-text-secondary);--plasma-segment-group-filled-background-color:var(--text-accent)}.x1w7desh{--plasma-segment-item-border-radius:.5rem;--plasma-segment-item-width:auto;--plasma-segment-item-height:2rem;--plasma-segment-item-padding:.5rem .75rem;--plasma-segment-item-pilled-padding:.5rem .625rem;--plasma-segment-item-content-padding:.0625rem .125rem;--plasma-segment-item-content-icon-margin:.125rem;--plasma-segment-item-margin-left:0;--plasma-segment-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-segment-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-segment-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-segment-item-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-segment-item-font-weight-selected-item:var(--plasma-typo-body-xs-bold-font-weight);--plasma-segment-item-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-segment-item-lineheight:var(--plasma-typo-body-xs-line-height)}.ssu8eyv{--plasma-segment-item-border-radius:.625rem;--plasma-segment-item-width:auto;--plasma-segment-item-height:2.5rem;--plasma-segment-item-padding:.75rem 1rem;--plasma-segment-item-pilled-padding:.75rem .75rem;--plasma-segment-item-content-padding:.1875rem .125rem;--plasma-segment-item-content-icon-margin:.125rem;--plasma-segment-item-margin-left:0rem;--plasma-segment-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-segment-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-segment-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-segment-item-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-segment-item-font-weight-selected-item:var(--plasma-typo-body-xs-bold-font-weight);--plasma-segment-item-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-segment-item-lineheight:var(--plasma-typo-body-xs-line-height)}.m1k7f0bw{--plasma-segment-item-border-radius:.75rem;--plasma-segment-item-width:auto;--plasma-segment-item-height:3rem;--plasma-segment-item-padding:.875rem 1.25rem;--plasma-segment-item-pilled-padding:.875rem 1rem;--plasma-segment-item-content-padding:.125rem;--plasma-segment-item-content-icon-margin:.25rem;--plasma-segment-item-margin-left:0rem;--plasma-segment-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-segment-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-segment-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-segment-item-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-segment-item-font-weight-selected-item:var(--plasma-typo-body-xs-bold-font-weight);--plasma-segment-item-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-segment-item-lineheight:var(--plasma-typo-body-xs-line-height)}.l169sl90{--plasma-segment-item-border-radius:.875rem;--plasma-segment-item-width:auto;--plasma-segment-item-height:3.5rem;--plasma-segment-item-padding:1rem 1.5rem;--plasma-segment-item-pilled-padding:1rem 1.25rem;--plasma-segment-item-content-padding:.0625rem .125rem;--plasma-segment-item-content-icon-margin:.375rem;--plasma-segment-item-margin-left:0;--plasma-segment-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-segment-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-segment-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-segment-item-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-segment-item-font-weight-selected-item:var(--plasma-typo-body-s-bold-font-weight);--plasma-segment-item-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-segment-item-lineheight:var(--plasma-typo-body-s-line-height)}.x1aaurja{--plasma-segment-item-border-radius:1rem;--plasma-segment-item-width:auto;--plasma-segment-item-height:4rem;--plasma-segment-item-padding:1.25rem 1.75rem;--plasma-segment-item-pilled-padding:1.25rem 1.5rem;--plasma-segment-item-content-padding:.0625rem .125rem;--plasma-segment-item-content-icon-margin:.375rem;--plasma-segment-item-margin-left:0;--plasma-segment-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-segment-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-segment-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-segment-item-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-segment-item-font-weight-selected-item:var(--plasma-typo-body-m-bold-font-weight);--plasma-segment-item-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-segment-item-lineheight:var(--plasma-typo-body-m-line-height)}.t12kygsn{--plasma-segment-disabled-opacity:.4}.t14piq1i{--plasma-segment-item-pilled-border-radius:1000px}.cct3vnm,.f15142ru{--plasma-segment-arrow-color:var(--text-secondary);--plasma-segment-group-background-color:transparent;--plasma-segment-group-filled-background-color:var(--text-accent)}.xekvq49{--plasma-segment-group-border-radius:.625rem;--plasma-segment-group-pilled-border-radius:1.125rem;--plasma-segment-group-width:auto;--plasma-segment-group-height:auto;--plasma-segment-group-arrow-padding:.25rem .75rem;--plasma-segment-group-vertical-arrow-padding:.75rem 0}.slveods{--plasma-segment-group-border-radius:.75rem;--plasma-segment-group-pilled-border-radius:1.375rem;--plasma-segment-group-width:auto;--plasma-segment-group-height:auto;--plasma-segment-group-arrow-padding:.5rem .875rem;--plasma-segment-group-vertical-arrow-padding:.875rem 0}.mt19ik9{--plasma-segment-group-border-radius:.875rem;--plasma-segment-group-pilled-border-radius:1.625rem;--plasma-segment-group-width:auto;--plasma-segment-group-height:auto;--plasma-segment-group-arrow-padding:.75rem 1.25rem;--plasma-segment-group-vertical-arrow-padding:1.25rem 0}.l1pt19wo{--plasma-segment-group-border-radius:1rem;--plasma-segment-group-pilled-border-radius:1.875rem;--plasma-segment-group-width:auto;--plasma-segment-group-height:auto;--plasma-segment-group-arrow-padding:1rem 1.375rem;--plasma-segment-group-vertical-arrow-padding:1.375rem 0}.x1832286{--plasma-segment-group-border-radius:1.125rem;--plasma-segment-group-pilled-border-radius:1.875rem;--plasma-segment-group-width:auto;--plasma-segment-group-height:auto;--plasma-segment-group-arrow-padding:1rem 1.375rem;--plasma-segment-group-vertical-arrow-padding:1.375rem 0}.tho2yw5{--plasma-segment-disabled-opacity:.4}.t1d6v4b9{--plasma-segment-group-filled-background-color:var(--surface-solid-secondary)}.csmhmdi{--plasma-tabs-arrow-color:var(--text-secondary);--plasma-tabs-arrow-color-hover:var(--text-secondary-hover);--plasma-tabs-arrow-color-active:var(---text-secondary-active);--plasma-tabs-background-color:transparent;--plasma-tabs-outline-focus-color:var(--surface-accent);--plasma-tabs-divider-height:0rem;--plasma-tabs-divider-color:transparent;--plasma-tabs-divider-border-radius:0rem}.f1axjhin{--plasma-tabs-arrow-color:var(--text-secondary);--plasma-tabs-arrow-color-hover:var(--text-secondary-hover);--plasma-tabs-arrow-color-active:var(---text-secondary-active);--plasma-tabs-background-color:var(--surface-transparent-primary);--plasma-tabs-outline-focus-color:var(--surface-accent);--plasma-tabs-divider-height:0rem;--plasma-tabs-divider-color:transparent;--plasma-tabs-divider-border-radius:0rem}.d1th7ubw{--plasma-tabs-arrow-color:var(--text-secondary);--plasma-tabs-arrow-color-hover:var(--text-secondary-hover);--plasma-tabs-arrow-color-active:var(---text-secondary-active);--plasma-tabs-background-color:transparent;--plasma-tabs-outline-focus-color:var(--surface-accent);--plasma-tabs-divider-height:.0625rem;--plasma-tabs-divider-color:var(--surface-transparent-tertiary);--plasma-tabs-divider-border-radius:.0625rem}.x1y5cvvr{--plasma-tabs-border-radius:.5rem;--plasma-tabs-width:fit-content;--plasma-tabs-height:auto;--plasma-tab-arrow-inner-padding:0rem;--plasma-tab-arrow-outer-padding:.125rem}.s1sxebyk{--plasma-tabs-border-radius:.625rem;--plasma-tabs-width:fit-content;--plasma-tabs-height:auto;--plasma-tab-arrow-inner-padding:0rem;--plasma-tab-arrow-outer-padding:.25rem}.m1npg82v{--plasma-tabs-border-radius:.75rem;--plasma-tabs-width:fit-content;--plasma-tabs-height:auto;--plasma-tab-arrow-inner-padding:0rem;--plasma-tab-arrow-outer-padding:.625rem}.l7r3i4{--plasma-tabs-border-radius:.875rem;--plasma-tabs-width:fit-content;--plasma-tabs-height:auto;--plasma-tab-arrow-inner-padding:0rem;--plasma-tab-arrow-outer-padding:.75rem}.h1tc6k6h,.h1yxijj0{--plasma-tabs-border-radius:.5rem;--plasma-tabs-width:fit-content;--plasma-tabs-height:auto;--plasma-tab-arrow-inner-padding:.25rem;--plasma-tab-arrow-outer-padding:0rem}.hgyid10{--plasma-tabs-border-radius:.625rem;--plasma-tabs-width:fit-content;--plasma-tabs-height:auto;--plasma-tab-arrow-inner-padding:.375rem;--plasma-tab-arrow-outer-padding:0rem}.hdcoiol{--plasma-tabs-border-radius:.75rem;--plasma-tabs-width:fit-content;--plasma-tabs-height:auto;--plasma-tab-arrow-inner-padding:.5rem;--plasma-tab-arrow-outer-padding:0rem}.h9rmvuc{--plasma-tabs-border-radius:.75rem;--plasma-tabs-width:fit-content;--plasma-tabs-height:auto;--plasma-tab-arrow-inner-padding:1rem;--plasma-tab-arrow-outer-padding:0rem}.tyx4id5{--plasma-tabs-container-width:100%}.tp7ddhx{--plasma-tabs-disabled-opacity:.4}.tr3t05m{--plasma-tabs-pilled-border-radius:1.625rem}.c1qbla27{--plasma-tab-item-color:var(--text-secondary);--plasma-tab-item-value-color:var(--text-tertiary);--plasma-tab-item-background-color:transparent;--plasma-tab-item-color-hover:var(--text-secondary-hover);--plasma-tab-item-value-color-hover:var(--text-secondary);--plasma-tab-item-color-active:var(--text-secondary-active);--plasma-tab-item-value-color-active:var(--text-secondary);--plasma-tab-item-background-color-hover:transparent;--plasma-tab-item-selected-color:var(--text-primary);--plasma-tab-item-selected-value-color:var(--text-secondary);--plasma-tab-item-selected-background-color:transparent;--plasma-tab-item-selected-color-hover:var(--text-primary);--plasma-tab-item-selected-value-color-hover:var(--text-secondary);--plasma-tab-item-selected-background-color-hover:transparent;--plasma-tab-item-background-transition:background-color .3s ease-in-out;--plasma-tab-item-padding-clear:0;--plasma-tab-item-content-padding-clear:0;--plasma-tabs-outline-focus-color:var(--surface-accent);--plasma-tab-item-selected-divider-height:0rem;--plasma-tab-item-selected-divider-color:var(--text-primary);--plasma-tab-item-selected-hover-divider-color:var(--text-primary)}.s1sazr3k{--plasma-tab-item-color:var(--text-primary);--plasma-tab-item-value-color:var(--text-secondary);--plasma-tab-item-background-color:transparent;--plasma-tab-item-color-hover:var(--text-secondary-hover);--plasma-tab-item-value-color-hover:var(--text-secondary);--plasma-tab-item-color-active:var(--text-secondary-active);--plasma-tab-item-value-color-active:var(--text-secondary);--plasma-tab-item-background-color-hover:transparent;--plasma-tab-item-selected-color:var(--text-primary);--plasma-tab-item-selected-value-color:var(--text-secondary);--plasma-tab-item-selected-background-color:var(--surface-transparent-card);--plasma-tab-item-selected-color-hover:var(--text-primary);--plasma-tab-item-selected-value-color-hover:var(--text-secondary);--plasma-tab-item-selected-background-color-hover:var(--surface-transparent-card);--plasma-tab-item-background-transition:background-color .3s ease-in-out;--plasma-tab-item-margin-left-filled:.125rem;--plasma-tabs-outline-focus-color:var(--surface-accent);--plasma-tab-item-selected-divider-height:0rem;--plasma-tab-item-selected-divider-color:var(--text-primary);--plasma-tab-item-selected-hover-divider-color:var(--text-primary)}.d4t8mk9{--plasma-tab-item-color:var(--text-secondary);--plasma-tab-item-value-color:var(--text-tertiary);--plasma-tab-item-background-color:transparent;--plasma-tab-item-color-hover:var(--text-secondary-hover);--plasma-tab-item-value-color-hover:var(--text-secondary);--plasma-tab-item-color-active:var(--text-secondary-active);--plasma-tab-item-value-color-active:var(--text-secondary);--plasma-tab-item-background-color-hover:transparent;--plasma-tab-item-selected-color:var(--text-primary);--plasma-tab-item-selected-value-color:var(--text-secondary);--plasma-tab-item-selected-background-color:transparent;--plasma-tab-item-selected-color-hover:var(--text-primary);--plasma-tab-item-selected-value-color-hover:var(--text-secondary);--plasma-tab-item-selected-background-color-hover:transparent;--plasma-tab-item-background-transition:background-color .3s ease-in-out;--plasma-tab-item-padding-clear:0;--plasma-tab-item-content-padding-clear:0;--plasma-tabs-outline-focus-color:var(--surface-accent);--plasma-tab-item-selected-divider-height:.125rem;--plasma-tab-item-selected-divider-color:var(--text-accent);--plasma-tab-item-selected-hover-divider-color:var(--text-accent)}.d1hrjiow{--plasma-tab-item-color:var(--text-primary);--plasma-tab-item-value-color:var(--text-secondary);--plasma-tab-item-background-color:transparent;--plasma-tab-item-color-hover:var(--text-secondary-hover);--plasma-tab-item-value-color-hover:var(--text-secondary);--plasma-tab-item-color-active:var(--text-secondary-active);--plasma-tab-item-value-color-active:var(--text-secondary);--plasma-tab-item-background-color-hover:transparent;--plasma-tab-item-selected-color:var(--inverse-text-primary);--plasma-tab-item-selected-value-color:var(--on-dark-text-secondary);--plasma-tab-item-selected-background-color:var(--surface-solid-default);--plasma-tab-item-selected-color-hover:var(--inverse-text-primary);--plasma-tab-item-selected-value-color-hover:var(--on-dark-text-secondary);--plasma-tab-item-selected-background-color-hover:var(--surface-solid-default);--plasma-tab-item-background-transition:background-color .3s ease-in-out;--plasma-tab-item-margin-left-filled:.125rem;--plasma-tabs-outline-focus-color:var(--surface-accent);--plasma-tab-item-selected-divider-height:0rem;--plasma-tab-item-selected-divider-color:var(--text-primary);--plasma-tab-item-selected-hover-divider-color:var(--text-primary)}.x1539gzv{--plasma-tab-item-border-radius:.375rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:2rem;--plasma-tab-item-padding:0 .5rem;--plasma-tab-item-padding-pilled:0 .375rem;--plasma-tab-item-margin-left:1.75rem;--plasma-tab-item-content-gap:.25rem;--plasma-tab-item-content-padding:.125rem;--plasma-tab-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-tab-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-tab-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-body-xs-line-height)}.sikuk77{--plasma-tab-item-border-radius:.5rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:2.5rem;--plasma-tab-item-padding:0 .625rem;--plasma-tab-item-padding-pilled:0 .5rem;--plasma-tab-item-margin-left:1.75rem;--plasma-tab-item-content-gap:.25rem;--plasma-tab-item-content-padding:.125rem;--plasma-tab-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-tab-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-tab-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-body-s-line-height)}.mp3y2ao{--plasma-tab-item-border-radius:.625rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:3rem;--plasma-tab-item-padding:0 .625rem;--plasma-tab-item-padding-pilled:0 .5rem;--plasma-tab-item-margin-left:1.75rem;--plasma-tab-item-content-gap:.375rem;--plasma-tab-item-content-padding:.125rem;--plasma-tab-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-tab-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-tab-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-body-m-line-height)}.l1qh9jow{--plasma-tab-item-border-radius:.75rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:3.5rem;--plasma-tab-item-padding:0 .875rem;--plasma-tab-item-padding-pilled:0 .75rem;--plasma-tab-item-margin-left:1.75rem;--plasma-tab-item-content-gap:.5rem;--plasma-tab-item-content-padding:.125rem;--plasma-tab-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-tab-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-tab-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-body-l-line-height)}.h1s7gpc9{--plasma-tab-item-border-radius:.375rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:3rem;--plasma-tab-item-padding:0rem;--plasma-tab-item-margin-left:1.75rem;--plasma-tab-item-content-gap:.625rem;--plasma-tab-item-font-family:var(--plasma-typo-h5-font-family);--plasma-tab-item-font-size:var(--plasma-typo-h5-font-size);--plasma-tab-item-font-style:var(--plasma-typo-h5-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-h5-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-h5-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-h5-line-height)}.h13wvabz{--plasma-tab-item-border-radius:.375rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:3.25rem;--plasma-tab-item-padding:0rem;--plasma-tab-item-margin-left:2rem;--plasma-tab-item-content-gap:.625rem;--plasma-tab-item-font-family:var(--plasma-typo-h4-font-family);--plasma-tab-item-font-size:var(--plasma-typo-h4-font-size);--plasma-tab-item-font-style:var(--plasma-typo-h4-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-h4-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-h4-line-height)}.h1gxsxyj{--plasma-tab-item-border-radius:.5rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:3.875rem;--plasma-tab-item-padding:0rem;--plasma-tab-item-margin-left:2.25rem;--plasma-tab-item-content-gap:.75rem;--plasma-tab-item-font-family:var(--plasma-typo-h3-font-family);--plasma-tab-item-font-size:var(--plasma-typo-h3-font-size);--plasma-tab-item-font-style:var(--plasma-typo-h3-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-h3-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-h3-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-h3-line-height)}.hv3zmfq{--plasma-tab-item-border-radius:.625rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:4.5rem;--plasma-tab-item-padding:0rem;--plasma-tab-item-margin-left:2.5rem;--plasma-tab-item-content-gap:.875rem;--plasma-tab-item-font-family:var(--plasma-typo-h2-font-family);--plasma-tab-item-font-size:var(--plasma-typo-h2-font-size);--plasma-tab-item-font-style:var(--plasma-typo-h2-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-h2-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-h2-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-h2-line-height)}.hwisn6u{--plasma-tab-item-border-radius:.75rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:5.75rem;--plasma-tab-item-padding:0rem;--plasma-tab-item-margin-left:3.5rem;--plasma-tab-item-content-gap:1rem;--plasma-tab-item-font-family:var(--plasma-typo-h1-font-family);--plasma-tab-item-font-size:var(--plasma-typo-h1-font-size);--plasma-tab-item-font-style:var(--plasma-typo-h1-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-h1-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-h1-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-h1-line-height)}.t19ews1g{--plasma-tabs-disabled-opacity:.4}.tosxbtd{--plasma-tab-item-pilled-border-radius:1.5rem}.d1p7o0ey{--plasma-tabs-arrow-color:var(--text-secondary);--plasma-tabs-arrow-color-hover:var(--text-secondary-hover);--plasma-tabs-arrow-color-active:var(---text-secondary-active);--plasma-tabs-background-color:transparent;--plasma-tabs-outline-focus-color:var(--surface-accent);--plasma-tabs-divider-width:.0625rem;--plasma-tabs-divider-height:.0625rem;--plasma-tabs-divider-color:var(--surface-transparent-tertiary);--plasma-tabs-divider-border-radius:.0625rem}.xyyfem5{--plasma-tabs-border-radius:.5rem;--plasma-tabs-width:fit-content;--plasma-tabs-height:auto;--plasma-tab-arrow-inner-padding:0rem;--plasma-tab-arrow-outer-padding:.125rem}.sw34abq{--plasma-tabs-border-radius:.625rem;--plasma-tabs-width:fit-content;--plasma-tabs-height:auto;--plasma-tab-arrow-inner-padding:0rem;--plasma-tab-arrow-outer-padding:.25rem}.m15sxlu2{--plasma-tabs-border-radius:.75rem;--plasma-tabs-width:fit-content;--plasma-tabs-height:auto;--plasma-tab-arrow-inner-padding:0rem;--plasma-tab-arrow-outer-padding:.625rem}.l1p2k6ll{--plasma-tabs-border-radius:.75rem;--plasma-tabs-width:fit-content;--plasma-tabs-height:auto;--plasma-tab-arrow-inner-padding:0rem;--plasma-tab-arrow-outer-padding:.75rem}.t14n8jt7{--plasma-tabs-container-height:100%}.tkrwwpl{--plasma-tabs-disabled-opacity:.4}.d1m4ak5s{--plasma-tab-item-color:var(--text-secondary);--plasma-tab-item-value-color:var(--text-tertiary);--plasma-tab-item-background-color:transparent;--plasma-tab-item-color-hover:var(--text-secondary-hover);--plasma-tab-item-value-color-hover:var(--text-secondary);--plasma-tab-item-color-active:var(--text-secondary-active);--plasma-tab-item-value-color-active:var(--text-secondary);--plasma-tab-item-background-color-hover:transparent;--plasma-tab-item-selected-color:var(--text-primary);--plasma-tab-item-selected-value-color:var(--text-secondary);--plasma-tab-item-selected-background-color:transparent;--plasma-tab-item-selected-color-hover:var(--text-primary);--plasma-tab-item-selected-value-color-hover:var(--text-secondary);--plasma-tab-item-selected-background-color-hover:transparent;--plasma-tab-item-background-transition:background-color .3s ease-in-out;--plasma-tab-item-padding-clear:0;--plasma-tab-item-content-padding-clear:0;--plasma-tabs-outline-focus-color:var(--surface-accent);--plasma-tab-item-selected-divider-width:.125rem;--plasma-tab-item-selected-divider-height:.125rem;--plasma-tab-item-selected-divider-color:var(--text-accent);--plasma-tab-item-selected-hover-divider-color:var(--text-accent)}.xnvoqem{--plasma-tab-item-border-radius:.375rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:2rem;--plasma-tab-item-padding:0 .5rem;--plasma-tab-item-padding-pilled:0 .375rem;--plasma-tab-item-padding-orientation-vertical:.5rem .625rem;--plasma-tab-item-margin-left:.625rem;--plasma-tab-item-content-gap:.25rem;--plasma-tab-item-content-padding:.125rem;--plasma-tab-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-tab-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-tab-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-body-xs-line-height)}.s1udlb6g{--plasma-tab-item-border-radius:.5rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:2.5rem;--plasma-tab-item-padding:0 .625rem;--plasma-tab-item-padding-pilled:0 .5rem;--plasma-tab-item-padding-orientation-vertical:.5rem 1rem;--plasma-tab-item-margin-left:.75rem;--plasma-tab-item-content-gap:.25rem;--plasma-tab-item-content-padding:.125rem;--plasma-tab-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-tab-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-tab-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-body-s-line-height)}.m19koxds{--plasma-tab-item-border-radius:.625rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:3rem;--plasma-tab-item-padding:0 .625rem;--plasma-tab-item-padding-pilled:0 .5rem;--plasma-tab-item-padding-orientation-vertical:.75rem 1.25rem;--plasma-tab-item-margin-left:1.125rem;--plasma-tab-item-content-gap:.375rem;--plasma-tab-item-content-padding:.125rem;--plasma-tab-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-tab-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-tab-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-body-m-line-height)}.l1b3t5dj{--plasma-tab-item-border-radius:.75rem;--plasma-tab-item-width:auto;--plasma-tab-item-height:3.5rem;--plasma-tab-item-padding:0 .875rem;--plasma-tab-item-padding-pilled:0 .75rem;--plasma-tab-item-padding-orientation-vertical:1rem 1.5rem;--plasma-tab-item-margin-left:1.25rem;--plasma-tab-item-content-gap:.5rem;--plasma-tab-item-content-padding:.125rem;--plasma-tab-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-tab-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-tab-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-tab-item-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-tab-item-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-tab-item-lineheight:var(--plasma-typo-body-l-line-height)}.t9wdw7e{--plasma-tabs-disabled-opacity:.4}.l1s0gjg5{--typo-font-family:var(--plasma-typo-body-l-font-family);--typo-font-size:var(--plasma-typo-body-l-font-size);--typo-font-style:var(--plasma-typo-body-l-font-style);--typo-font-weight:var(--plasma-typo-body-l-font-weight);--typo-font-weight-bold:var(--plasma-typo-body-l-bold-font-weight);--typo-font-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--typo-font-line-height:var(--plasma-typo-body-l-line-height)}.m1fmrqgu{--typo-font-family:var(--plasma-typo-body-m-font-family);--typo-font-size:var(--plasma-typo-body-m-font-size);--typo-font-style:var(--plasma-typo-body-m-font-style);--typo-font-weight:var(--plasma-typo-body-m-font-weight);--typo-font-weight-bold:var(--plasma-typo-body-m-bold-font-weight);--typo-font-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--typo-font-line-height:var(--plasma-typo-body-m-line-height)}.sl5snt7{--typo-font-family:var(--plasma-typo-body-s-font-family);--typo-font-size:var(--plasma-typo-body-s-font-size);--typo-font-style:var(--plasma-typo-body-s-font-style);--typo-font-weight:var(--plasma-typo-body-s-font-weight);--typo-font-weight-bold:var(--plasma-typo-body-s-bold-font-weight);--typo-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--typo-font-line-height:var(--plasma-typo-body-s-line-height)}.xgyoe1q{--typo-font-family:var(--plasma-typo-body-xs-font-family);--typo-font-size:var(--plasma-typo-body-xs-font-size);--typo-font-style:var(--plasma-typo-body-xs-font-style);--typo-font-weight:var(--plasma-typo-body-xs-font-weight);--typo-font-weight-bold:var(--plasma-typo-body-xs-bold-font-weight);--typo-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--typo-font-line-height:var(--plasma-typo-body-xs-line-height)}.x1xtzri3{--typo-font-family:var(--plasma-typo-body-xxs-font-family);--typo-font-size:var(--plasma-typo-body-xxs-font-size);--typo-font-style:var(--plasma-typo-body-xxs-font-style);--typo-font-weight:var(--plasma-typo-body-xxs-font-weight);--typo-font-weight-bold:var(--plasma-typo-body-xxs-bold-font-weight);--typo-font-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--typo-font-line-height:var(--plasma-typo-body-xxs-line-height)}.lv5rc0u{--typo-font-family:var(--plasma-typo-dspl-l-font-family);--typo-font-size:var(--plasma-typo-dspl-l-font-size);--typo-font-style:var(--plasma-typo-dspl-l-font-style);--typo-font-weight:var(--plasma-typo-dspl-l-font-weight);--typo-font-weight-bold:var(--plasma-typo-dspl-l-bold-font-weight);--typo-font-letter-spacing:var(--plasma-typo-dspl-l-letter-spacing);--typo-font-line-height:var(--plasma-typo-dspl-l-line-height)}.m6auxx9{--typo-font-family:var(--plasma-typo-dspl-m-font-family);--typo-font-size:var(--plasma-typo-dspl-m-font-size);--typo-font-style:var(--plasma-typo-dspl-m-font-style);--typo-font-weight:var(--plasma-typo-dspl-m-font-weight);--typo-font-weight-bold:var(--plasma-typo-dspl-m-bold-font-weight);--typo-font-letter-spacing:var(--plasma-typo-dspl-m-letter-spacing);--typo-font-line-height:var(--plasma-typo-dspl-m-line-height)}.sasz1t2{--typo-font-family:var(--plasma-typo-dspl-s-font-family);--typo-font-size:var(--plasma-typo-dspl-s-font-size);--typo-font-style:var(--plasma-typo-dspl-s-font-style);--typo-font-weight:var(--plasma-typo-dspl-s-font-weight);--typo-font-weight-bold:var(--plasma-typo-dspl-s-bold-font-weight);--typo-font-letter-spacing:var(--plasma-typo-dspl-s-letter-spacing);--typo-font-line-height:var(--plasma-typo-dspl-s-line-height)}.h199g3gy{--typo-font-family:var(--plasma-typo-h1-font-family);--typo-font-size:var(--plasma-typo-h1-font-size);--typo-font-style:var(--plasma-typo-h1-font-style);--typo-font-weight:var(--plasma-typo-h1-font-weight);--typo-font-weight-bold:var(--plasma-typo-h1-bold-font-weight);--typo-font-letter-spacing:var(--plasma-typo-h1-letter-spacing);--typo-font-line-height:var(--plasma-typo-h1-line-height)}.h1qgxfog{--typo-font-family:var(--plasma-typo-h2-font-family);--typo-font-size:var(--plasma-typo-h2-font-size);--typo-font-style:var(--plasma-typo-h2-font-style);--typo-font-weight:var(--plasma-typo-h2-font-weight);--typo-font-weight-bold:var(--plasma-typo-h2-bold-font-weight);--typo-font-letter-spacing:var(--plasma-typo-h2-letter-spacing);--typo-font-line-height:var(--plasma-typo-h2-line-height)}.h1panbry{--typo-font-family:var(--plasma-typo-h3-font-family);--typo-font-size:var(--plasma-typo-h3-font-size);--typo-font-style:var(--plasma-typo-h3-font-style);--typo-font-weight:var(--plasma-typo-h3-font-weight);--typo-font-weight-bold:var(--plasma-typo-h3-bold-font-weight);--typo-font-letter-spacing:var(--plasma-typo-h3-letter-spacing);--typo-font-line-height:var(--plasma-typo-h3-line-height)}.hyba5hs{--typo-font-family:var(--plasma-typo-h4-font-family);--typo-font-size:var(--plasma-typo-h4-font-size);--typo-font-style:var(--plasma-typo-h4-font-style);--typo-font-weight:var(--plasma-typo-h4-font-weight);--typo-font-weight-bold:var(--plasma-typo-h4-bold-font-weight);--typo-font-letter-spacing:var(--plasma-typo-h4-letter-spacing);--typo-font-line-height:var(--plasma-typo-h4-line-height)}.hn3yd2b{--typo-font-family:var(--plasma-typo-h5-font-family);--typo-font-size:var(--plasma-typo-h5-font-size);--typo-font-style:var(--plasma-typo-h5-font-style);--typo-font-weight:var(--plasma-typo-h5-font-weight);--typo-font-weight-bold:var(--plasma-typo-h5-bold-font-weight);--typo-font-letter-spacing:var(--plasma-typo-h5-letter-spacing);--typo-font-line-height:var(--plasma-typo-h5-line-height)}.l14umme2{--typo-font-family:var(--plasma-typo-text-l-font-family);--typo-font-size:var(--plasma-typo-text-l-font-size);--typo-font-style:var(--plasma-typo-text-l-font-style);--typo-font-weight:var(--plasma-typo-text-l-font-weight);--typo-font-weight-bold:var(--plasma-typo-text-l-bold-font-weight);--typo-font-letter-spacing:var(--plasma-typo-text-l-letter-spacing);--typo-font-line-height:var(--plasma-typo-text-l-line-height)}.m1e84h64{--typo-font-family:var(--plasma-typo-text-m-font-family);--typo-font-size:var(--plasma-typo-text-m-font-size);--typo-font-style:var(--plasma-typo-text-m-font-style);--typo-font-weight:var(--plasma-typo-text-m-font-weight);--typo-font-weight-bold:var(--plasma-typo-text-m-bold-font-weight);--typo-font-letter-spacing:var(--plasma-typo-text-m-letter-spacing);--typo-font-line-height:var(--plasma-typo-text-m-line-height)}.s1gefnaz{--typo-font-family:var(--plasma-typo-text-s-font-family);--typo-font-size:var(--plasma-typo-text-s-font-size);--typo-font-style:var(--plasma-typo-text-s-font-style);--typo-font-weight:var(--plasma-typo-text-s-font-weight);--typo-font-weight-bold:var(--plasma-typo-text-s-bold-font-weight);--typo-font-letter-spacing:var(--plasma-typo-text-s-letter-spacing);--typo-font-line-height:var(--plasma-typo-text-s-line-height)}.x1e05f1a{--typo-font-family:var(--plasma-typo-text-xs-font-family);--typo-font-size:var(--plasma-typo-text-xs-font-size);--typo-font-style:var(--plasma-typo-text-xs-font-style);--typo-font-weight:var(--plasma-typo-text-xs-font-weight);--typo-font-weight-bold:var(--plasma-typo-text-xs-bold-font-weight);--typo-font-letter-spacing:var(--plasma-typo-text-xs-letter-spacing);--typo-font-line-height:var(--plasma-typo-text-xs-line-height)}._container_1rgxq_1>a{font-size:.875rem;line-height:1.125rem}._Wrapper_cqrfo_1{width:100%;max-width:83.75rem;margin:0 auto;padding:0 3.125rem}@media screen and (max-width: 119.9375em){._Wrapper_cqrfo_1{padding:0 4rem}}@media screen and (max-width: 74.9375em){._Wrapper_cqrfo_1{padding:0 2.5rem}}@media screen and (max-width: 47.9375em){._Wrapper_cqrfo_1{padding:0 1.125rem}}._containerWrapper_140zb_1{background-color:var(--color-gray);width:100%;height:fit-content;margin-bottom:-2.5rem}._container_140zb_1{background:url(/policy/bilet_v_budushee/assets/banner-bg-1920-DlFTntXB.png) no-repeat;background-size:cover;border-radius:32px 32px 0 0;overflow:hidden}@media screen and (max-width: 119.9375em){._container_140zb_1{background:url(/policy/bilet_v_budushee/assets/banner-bg-1200-BYXv9xiN.png) no-repeat;background-size:cover}}@media screen and (max-width: 63.9375em){._container_140zb_1{padding-top:48px;background-size:cover}}@media screen and (max-width: 47.9375em){._container_140zb_1{padding-top:24px;background:url(/policy/bilet_v_budushee/assets/banner-bg-320-BX0xBtVR.png) no-repeat;background-size:cover}}._container_140zb_1:before{content:"";width:100%;height:100%;background-color:var(--color-gray);position:absolute;top:0;left:0;z-index:-2}._content_140zb_44{display:flex;justify-content:space-between;padding-bottom:40px;position:relative;height:540px}@media screen and (max-width: 74.9375em){._content_140zb_44{height:478px}}@media screen and (max-width: 63.9375em){._content_140zb_44{height:396px}}@media screen and (max-width: 47.9375em){._content_140zb_44{height:555px;flex-direction:column}}._mainContent_140zb_68{display:flex;flex-direction:column}._breadcrumbs_140zb_73{margin-top:48px;margin-bottom:45px;max-height:18px;overflow-x:auto;max-width:100%}._breadcrumbs_140zb_73::-webkit-scrollbar{display:none}._breadcrumbs_140zb_73 a{white-space:nowrap}@media screen and (max-width: 63.9375em){._breadcrumbs_140zb_73{margin-bottom:38px;margin-top:0}}@media screen and (max-width: 47.9375em){._breadcrumbs_140zb_73{margin-bottom:24px}}._textContent_140zb_98{margin-bottom:auto;display:flex;flex-direction:column;gap:40px}@media screen and (max-width: 74.9375em){._textContent_140zb_98{gap:24px}}@media screen and (max-width: 74.9375em){._textContent_140zb_98{gap:16px}}@media screen and (max-width: 47.9375em){._textContent_140zb_98{margin-top:0;margin-bottom:14px}}._title_140zb_121{font-weight:600}@media screen and (max-width: 74.9375em){._title_140zb_121{font-size:32px;line-height:40px}}@media screen and (max-width: 47.9375em){._title_140zb_121{font-size:24px;line-height:32px}}@media screen and (max-width: 119.9375em){._description_140zb_138{font-size:18px;line-height:24px}}@media screen and (max-width: 63.9375em){._description_140zb_138{margin-bottom:8px}}@media screen and (max-width: 47.9375em){._description_140zb_138{font-size:16px;line-height:20px}}._info_140zb_155{display:flex;gap:32px}@media screen and (max-width: 119.9375em){._info_140zb_155{gap:24px}}@media screen and (max-width: 47.9375em){._info_140zb_155{gap:8px;justify-content:space-between}}._infoSubBlock_140zb_171{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 119.9375em){._infoSubBlock_140zb_171:nth-child(2){order:3}}@media screen and (max-width: 119.9375em){._infoSubBlock_140zb_171:nth-child(3){order:2}}._infoSubBlockHeader_140zb_187{white-space:nowrap}@media screen and (max-width: 119.9375em){._infoSubBlockHeader_140zb_187{font-size:18px;line-height:24px}}@media screen and (max-width: 63.9375em){._infoSubBlockHeader_140zb_187{font-size:16px;line-height:20px;white-space:wrap}}@media screen and (max-width: 47.9375em){._infoSubBlockHeader_140zb_187{font-size:16px;line-height:20px}}._infoSubBlockLabel_140zb_210{white-space:nowrap}@media screen and (max-width: 119.9375em){._infoSubBlockLabel_140zb_210{font-size:14px}}@media screen and (max-width: 74.9375em){._infoSubBlockLabel_140zb_210{font-size:12px;line-height:18px}}@media screen and (max-width: 63.9375em){._infoSubBlockLabel_140zb_210{white-space:wrap}}._button_140zb_230{color:var(--color-green);min-width:200px;font-weight:600;font-size:16px;line-height:20px;transition:color .3s,background-color .3s}._button_140zb_230:hover{background-color:var(--color-green);color:var(--color-white)}@media screen and (max-width: 74.9375em){._button_140zb_230{margin-top:8px}}@media screen and (max-width: 47.9375em){._button_140zb_230{width:100%!important;height:50px;font-size:14px;line-height:18px}}._bannerImg_140zb_257{width:100%;display:block;aspect-ratio:inherit;height:100%}._bannerImg_140zb_257 img{width:100%;display:block;height:100%;width:auto;margin-left:auto;margin-right:auto}._swiper_140zb_272{width:660px;aspect-ratio:660/500;height:auto;min-width:660px;-webkit-mask-image:linear-gradient(to right,#0000,#000 15%,#000 85%,#0000);mask-image:linear-gradient(to right,#0000,#000 15%,#000 85%,#0000)}@media screen and (max-width: 74.9375em){._swiper_140zb_272{min-width:609px;width:609px;aspect-ratio:609/440}}@media screen and (max-width: 63.9375em){._swiper_140zb_272{min-width:388px;width:388px}}@media screen and (max-width: 47.9375em){._swiper_140zb_272{min-width:284px;width:284px}}._slide_140zb_299{height:auto!important;width:100%;aspect-ratio:660/500;align-self:flex-end}@media screen and (max-width: 74.9375em){._slide_140zb_299{aspect-ratio:609/440}}._mobileBreak_140zb_311{display:none}@media screen and (max-width: 63.9375em){._mobileBreak_140zb_311{display:block}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}._content_1kxav_1{background:var(--color-gray);border-radius:36px 36px 0 0;padding-top:48px;padding-bottom:104px}@media screen and (max-width: 74.9375em){._content_1kxav_1{padding-top:40px}}@media screen and (max-width: 63.9375em){._content_1kxav_1{padding-top:48px;padding-bottom:80px;position:relative}}@media screen and (max-width: 47.9375em){._content_1kxav_1{padding-top:24px;padding-bottom:48px}}._title_1kxav_26{margin-bottom:40px;scroll-margin-top:40px}@media screen and (max-width: 47.9375em){._title_1kxav_26{margin-bottom:20px}}._PageMenu_2e2ut_1{display:flex;justify-content:center}._box_2e2ut_6{margin:0 auto}._AboutProgram_1ti81_1{margin-top:104px;margin-bottom:104px}@media screen and (max-width: 63.9375em){._AboutProgram_1ti81_1{margin-top:80px;margin-bottom:80px}}@media screen and (max-width: 47.9375em){._AboutProgram_1ti81_1{margin-top:24px;margin-bottom:48px}}._mainBlock_1ti81_18{position:relative;display:flex;align-items:center;background-color:var(--color-white);border-radius:24px;padding-left:40px;box-shadow:4px 15px 24px -8px #0000000a;min-height:351px}@media screen and (max-width: 119.9375em){._mainBlock_1ti81_18{min-height:347px;padding-left:30px}}@media screen and (max-width: 74.9375em){._mainBlock_1ti81_18{justify-content:space-between;padding-right:4px}}@media screen and (max-width: 63.9375em){._mainBlock_1ti81_18{padding-right:0;gap:22px}}@media screen and (max-width: 47.9375em){._mainBlock_1ti81_18{flex-direction:column;gap:48px;padding:20px 20px 0}}._textBlock_1ti81_54{display:flex;flex-direction:column;gap:40px;flex-grow:1;max-width:688px}@media screen and (max-width: 47.9375em){._textBlock_1ti81_54{gap:16px}}._img_1ti81_67 img{position:absolute;right:0;bottom:0;width:450px;aspect-ratio:450/351;object-fit:cover;display:block}@media screen and (max-width: 119.9375em){._img_1ti81_67 img{width:445px;aspect-ratio:445/347}}@media screen and (max-width: 74.9375em){._img_1ti81_67 img{width:389px;aspect-ratio:389/303}}@media screen and (max-width: 63.9375em){._img_1ti81_67 img{width:362px;aspect-ratio:362/283}}@media screen and (max-width: 47.9375em){._img_1ti81_67 img{position:static;width:283px;aspect-ratio:283/221}}@media screen and (max-width: 47.9375em){._img_1ti81_67{align-self:flex-end;margin-right:-20px}}@media screen and (max-width: 63.9375em){._title_1ti81_109{font-size:32px;line-height:40px}}@media screen and (max-width: 47.9375em){._title_1ti81_109{font-size:24px;line-height:32px}}@media screen and (max-width: 63.9375em){._text_1ti81_54{font-size:16px;line-height:20px}}._linkBlock_1ti81_128{margin-top:48px}._linkText_1ti81_132{font-size:32px;line-height:40px}@media screen and (max-width: 47.9375em){._linkText_1ti81_132{font-size:24px;line-height:30px}}._link_1ti81_128{font-size:32px;line-height:40px;font-weight:300;background:linear-gradient(82.62deg,#04c6c9,#15b015);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media screen and (max-width: 47.9375em){._link_1ti81_128{font-size:24px;line-height:30px}}._subtitle_1ti81_158{margin-bottom:24px}@media screen and (max-width: 74.9375em){._subtitle_1ti81_158{font-size:18px}}@media screen and (max-width: 47.9375em){._subtitle_1ti81_158{margin-bottom:16px}}._HowWorksCard_bsrfh_1{position:relative}._container_bsrfh_5{position:relative;z-index:1;height:100%;padding:34px 30px;background:#ffffff80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--s-inverted-c);border-radius:1.5rem;box-shadow:4px 15px 24px -8px #494b590a;display:flex;flex-direction:column;gap:1.5rem;min-height:300px}@media screen and (max-width: 119.9375em){._container_bsrfh_5{min-height:236px}}@media screen and (max-width: 74.9375em){._container_bsrfh_5{min-height:218px}}@media screen and (max-width: 47.9375em){._container_bsrfh_5{min-height:0px}}._wrapper_bsrfh_36{position:relative}._number_bsrfh_40{font-size:40px;font-weight:400;line-height:48px;background:linear-gradient(82.62deg,#15b015,#04c6c9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;width:fit-content}._title_bsrfh_50{display:inline;min-height:96px}@media screen and (max-width: 74.9375em){._title_bsrfh_50{font-size:18px;line-height:26px}}@media screen and (max-width: 74.9375em){._title_bsrfh_50{min-height:0px}}@media screen and (max-width: 63.9375em){._text_bsrfh_67{font-size:16px;line-height:20px}}._questionIcon_bsrfh_73{display:inline-block;width:24px;height:24px;transform:translateY(5px) translate(2px);cursor:pointer;position:absolute}@media screen and (max-width: 74.9375em){._questionIcon_bsrfh_73{transform:translateY(2px) translate(2px)}}._tooltip_bsrfh_87{z-index:4;position:absolute;bottom:0;transform:translateY(calc(100% + 10px)) translate(-12px);width:267px;padding:11px 14px;background-color:var(--color-white);box-shadow:4px 15px 24px -8px #494b590a;border-radius:10px}._HowWorks_p5j15_1{margin-top:104px;margin-bottom:104px}@media screen and (max-width: 63.9375em){._HowWorks_p5j15_1{margin-top:80px;margin-bottom:80px}}@media screen and (max-width: 47.9375em){._HowWorks_p5j15_1{margin-top:48px;margin-bottom:48px}}._title_p5j15_18{margin-bottom:115px}._list_p5j15_22{display:grid;grid-template-columns:repeat(4,1fr);column-gap:20px;row-gap:20px}@media screen and (max-width: 119.9375em){._list_p5j15_22{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 47.9375em){._list_p5j15_22{grid-template-columns:1fr;row-gap:24px}}._wideItem_p5j15_40{grid-column:span 3}._title_thvbc_1{margin-bottom:40px}@media screen and (max-width: 47.9375em){._title_thvbc_1{margin-bottom:24px}}._QuestionsBlock_fwr4a_2{margin-top:104px;margin-bottom:104px}@media screen and (max-width: 63.9375em){._QuestionsBlock_fwr4a_2{margin-top:80px;margin-bottom:80px}}@media screen and (max-width: 47.9375em){._QuestionsBlock_fwr4a_2{margin-top:48px;margin-bottom:48px}}._title_fwr4a_19{margin-bottom:40px}._arrowContainer_fwr4a_23{transition:.2s;display:flex;align-items:center;width:16px;height:16px}._arrowContainer_fwr4a_23._active_fwr4a_31{transform:rotate(180deg)}._accordionItem_fwr4a_35 ul{list-style:none;list-style-position:inside}._accordionItem_fwr4a_35 ul li:before{content:"•";font-size:18px;margin-left:8px;margin-right:8px}._arrowContainer_1lb14_1{transition:.2s;display:flex;align-items:center;width:16px;height:16px}._arrowContainer_1lb14_1._active_1lb14_9{transform:rotate(180deg)}._container_kgf5f_1{margin-top:104px;padding-top:80px;font-size:16px;line-height:24px;color:#657179;white-space:pre-line}@media screen and (max-width: 119.9375em){._container_kgf5f_1{padding-top:0}}@media screen and (max-width: 63.9375em){._container_kgf5f_1{margin-top:80px}}@media screen and (max-width: 47.9375em){._container_kgf5f_1{margin-top:48px;font-size:14px;line-height:18px}}._AdvantagesBlock_1oz8q_1{margin-top:104px;margin-bottom:104px}@media screen and (max-width: 63.9375em){._AdvantagesBlock_1oz8q_1{margin-top:80px;margin-bottom:80px}}@media screen and (max-width: 47.9375em){._AdvantagesBlock_1oz8q_1{margin-top:48px;margin-bottom:48px}}._title_1oz8q_18{margin-bottom:40px}._list_1oz8q_22{display:grid;grid-template-columns:repeat(2,1fr);column-gap:20px;row-gap:24px}@media screen and (max-width: 47.9375em){._list_1oz8q_22{grid-template-columns:1fr;row-gap:40px}}._AdvantageCard_1jqnt_1{padding:40px;border-radius:24px;box-shadow:4px 15px 24px -8px #0000000a;background-color:#ffffff80;position:relative;height:264px}@media screen and (max-width: 119.9375em){._AdvantageCard_1jqnt_1{height:295px}}@media screen and (max-width: 74.9375em){._AdvantageCard_1jqnt_1{height:330px;padding:30px 40px 40px}}@media screen and (max-width: 63.9375em){._AdvantageCard_1jqnt_1{height:380px;padding:30px}}@media screen and (max-width: 47.9375em){._AdvantageCard_1jqnt_1{padding:20px}}._title_1jqnt_32{margin-bottom:20px;line-height:32px}@media screen and (max-width: 119.9375em){._title_1jqnt_32{margin-bottom:24px}}@media screen and (max-width: 74.9375em){._title_1jqnt_32{font-size:18px;line-height:26px}}@media screen and (max-width: 47.9375em){._title_1jqnt_32{margin-bottom:16px}}._description_1jqnt_53{position:relative;z-index:3}@media screen and (max-width: 119.9375em){._description_1jqnt_53{max-width:314px}}@media screen and (max-width: 74.9375em){._description_1jqnt_53{max-width:385px}}@media screen and (max-width: 63.9375em){._description_1jqnt_53{font-size:16px;line-height:20px;max-width:100%}}._img_1jqnt_75{position:absolute;right:0;bottom:0;width:236px;height:171px;object-fit:cover;border-radius:0 0 24px}@media screen and (max-width: 47.9375em){._img_1jqnt_75{width:199px;height:144px}}._ConditionsBlock_1kexf_1{margin-top:104px;margin-bottom:104px}@media screen and (max-width: 63.9375em){._ConditionsBlock_1kexf_1{margin-top:80px;margin-bottom:80px}}@media screen and (max-width: 47.9375em){._ConditionsBlock_1kexf_1{margin-top:48px;margin-bottom:48px}}._list_1kexf_18{display:flex;column-gap:20px;row-gap:24px;flex-wrap:wrap;margin-top:48px}@media screen and (max-width: 47.9375em){._list_1kexf_18{margin-top:24px}}._baseCard_1kexf_31{width:calc((100% - 40px) / 3)}@media screen and (max-width: 63.9375em){._baseCard_1kexf_31{width:calc((100% - 20px)/2)}}@media screen and (max-width: 47.9375em){._baseCard_1kexf_31{width:100%}}._wideCard_1kexf_45{width:calc((100% - 20px)/2)}@media screen and (max-width: 63.9375em){._wideCard_1kexf_45:last-child{width:100%}}@media screen and (max-width: 47.9375em){._wideCard_1kexf_45{width:100%}}._ConditionsCard_1drzx_1{padding:30px;border-radius:24px;border:1px solid var(--color-white);box-shadow:4px 15px 24px -8px #494b590a;-webkit-backdrop-filter:blur(26px);backdrop-filter:blur(26px);display:flex;gap:16px}@media screen and (max-width: 47.9375em){._ConditionsCard_1drzx_1{padding:20px}}._content_1drzx_16{padding-top:8px;display:flex;flex-direction:column;gap:16px}._icon_1drzx_23{min-width:36px;min-height:36px;width:36px;height:36px}._icon_1drzx_23 svg{width:100%;height:100%}@media screen and (max-width: 47.9375em){._title_1drzx_35{font-size:16px;line-height:20px}}._description_1drzx_41{min-width:304px}@media screen and (max-width: 119.9375em){._description_1drzx_41{min-width:0px}}@media screen and (max-width: 74.9375em){._description_1drzx_41{font-size:18px;line-height:26px}}._ProgramsBlock_1xjg0_1{margin-top:104px;margin-bottom:104px;scroll-margin-top:24px}@media screen and (max-width: 63.9375em){._ProgramsBlock_1xjg0_1{margin-top:80px;margin-bottom:80px}}@media screen and (max-width: 47.9375em){._ProgramsBlock_1xjg0_1{margin-top:24px;margin-bottom:48px}}._ProgramExample_1qzdt_1{padding:30px;border-radius:16px;box-shadow:0 4px 14px -4px #00000014;background-color:#fff9;position:relative;overflow:hidden;height:477px}@media screen and (max-width: 119.9375em){._ProgramExample_1qzdt_1{height:491px}}@media screen and (max-width: 74.9375em){._ProgramExample_1qzdt_1{height:573px}}@media screen and (max-width: 63.9375em){._ProgramExample_1qzdt_1{height:565px}}@media screen and (max-width: 47.9375em){._ProgramExample_1qzdt_1{height:auto;padding:20px 20px 0}}._content_1qzdt_32{display:flex;flex-direction:column;height:100%;justify-content:space-between;max-width:697px}@media screen and (max-width: 63.9375em){._content_1qzdt_32{gap:24px}}@media screen and (max-width: 47.9375em){._content_1qzdt_32{gap:16px}}._infoBlocks_1qzdt_50{display:flex;align-items:center;gap:40px}@media screen and (max-width: 119.9375em){._infoBlocks_1qzdt_50{gap:32px}}@media screen and (max-width: 74.9375em){._infoBlocks_1qzdt_50{gap:16px}}@media screen and (max-width: 47.9375em){._infoBlocks_1qzdt_50{flex-direction:column;align-items:start}}._infoBlock_1qzdt_50{display:flex;flex-direction:column;gap:4px}._img_1qzdt_78{position:absolute;right:0;bottom:0;width:510px;aspect-ratio:510/477;display:block;object-fit:cover}@media screen and (max-width: 119.9375em){._img_1qzdt_78{width:419px;aspect-ratio:419/389}}@media screen and (max-width: 74.9375em){._img_1qzdt_78{width:373px;aspect-ratio:373/347}}@media screen and (max-width: 63.9375em){._img_1qzdt_78{width:258px;aspect-ratio:258/240}}@media screen and (max-width: 47.9375em){._img_1qzdt_78{position:static;margin-left:auto;margin-right:-20px;margin-top:19px}}@media screen and (max-width: 63.9375em){._contentText_1qzdt_115{font-size:16px;line-height:20px;max-width:389px}}@media screen and (max-width: 47.9375em){._contentText_1qzdt_115{max-width:100%}}._mobileBreak_1qzdt_127{display:none}@media screen and (max-width: 74.9375em){._mobileBreak_1qzdt_127{display:block}}@media screen and (max-width: 47.9375em){._mobileBreak_1qzdt_127{display:none}}@media screen and (max-width: 63.9375em){._lastLine_1qzdt_142{display:none}}@media screen and (max-width: 63.9375em){._comment_1qzdt_148{max-width:349px;font-size:14px;line-height:20px}}@media screen and (max-width: 47.9375em){._divider_1qzdt_156{display:none}}._text320_1qzdt_161{display:none}@media screen and (max-width: 47.9375em){._text320_1qzdt_161{display:block}}@media screen and (max-width: 63.9375em){._textL_1qzdt_171{font-size:18px;line-height:26px}}@media screen and (max-width: 63.9375em){._secondaryText_1qzdt_178{font-size:14px;line-height:20px}}._ProgramCardsBlock_1b76q_1{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:40px}@media screen and (max-width: 63.9375em){._ProgramCardsBlock_1b76q_1{grid-template-columns:1fr}}._ProgramCard_v938o_1{border-radius:24px;padding:24px;border:1px solid var(--color-white);transition:scale .3s;display:flex;flex-direction:column;min-height:713px;box-sizing:border-box;cursor:pointer}@media screen and (max-width: 119.9375em){._ProgramCard_v938o_1{min-height:733px}}@media screen and (max-width: 74.9375em){._ProgramCard_v938o_1{min-height:771px}}@media screen and (max-width: 63.9375em){._ProgramCard_v938o_1{min-height:0px}}@media screen and (max-width: 47.9375em){._ProgramCard_v938o_1{padding:20px}}._active_v938o_33{scale:1.015}._base_v938o_37{background-color:#00d9001a}._extended_v938o_41{background-color:#a0e7201a}._kids_v938o_45{background-color:#faed001a}._title_v938o_49{margin-bottom:10px}@media screen and (max-width: 63.9375em){._title_v938o_49{font-size:18px;line-height:26px}}._contentBlock_v938o_59{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}@media screen and (max-width: 63.9375em){._contentBlock_v938o_59{flex-direction:row}}@media screen and (max-width: 47.9375em){._contentBlock_v938o_59{flex-direction:column}}._contentHead_v938o_76{font-size:13px;line-height:18px}._contentBlockTop_v938o_81{display:flex;flex-direction:column;gap:16px;flex:1}._contentBlockBottom_v938o_88{display:flex;flex-direction:column;flex:1}._contentItem_v938o_94{display:flex;flex-direction:column;gap:6px}._tabsBlock_v938o_100{margin-top:16px}._riskBlock_v938o_104{display:flex;gap:10px;margin-top:16px}._riskText_v938o_110{display:flex;flex-direction:column;gap:6px}._riskDescription_v938o_116{font-size:13px;line-height:18px}._icon_v938o_121{min-width:24px;width:24px;height:24px}._icon_v938o_121 svg{width:100%;height:100%}._button_v938o_131{display:flex;min-width:200px;margin-top:auto}@media screen and (max-width: 47.9375em){._button_v938o_131{min-width:100%;width:100%}}._topBlock_v938o_143{min-height:156px;margin-bottom:16px}@media screen and (max-width: 119.9375em){._topBlock_v938o_143{min-height:176px}}@media screen and (max-width: 63.9375em){._topBlock_v938o_143{min-height:0px}}._HowToRegisterBlock_1w4u3_1{position:relative;margin-top:104px;padding:57px 40px;border-radius:24px;background-color:#ffffff80;box-shadow:4px 15px 24px -8px #494b590a;overflow:hidden}@media screen and (max-width: 63.9375em){._HowToRegisterBlock_1w4u3_1{margin-top:80px;min-height:480px;padding-top:40px}}@media screen and (max-width: 47.9375em){._HowToRegisterBlock_1w4u3_1{margin-top:48px;padding:20px;min-height:555px}}._content_1w4u3_25{display:flex;flex-direction:column;max-width:658px}._btnsBlock_1w4u3_31{margin-top:40px;margin-bottom:24px;display:flex;gap:24px;align-items:center}@media screen and (max-width: 47.9375em){._btnsBlock_1w4u3_31{flex-direction:column;align-items:start}}._img_1w4u3_45{position:absolute;right:76px;bottom:0;width:410px;aspect-ratio:410/274;height:auto;display:block}@media screen and (max-width: 119.9375em){._img_1w4u3_45{transform:translateY(14px);right:65px}}@media screen and (max-width: 74.9375em){._img_1w4u3_45{transform:none;right:11px}}@media screen and (max-width: 63.9375em){._img_1w4u3_45{width:380px;right:0}}@media screen and (max-width: 47.9375em){._img_1w4u3_45{width:296px;right:50%;transform:translate(50%)}}._mobileBreak_1w4u3_80{display:none}@media screen and (max-width: 47.9375em){._mobileBreak_1w4u3_80{display:block}}._link_1w4u3_89{font-weight:600;padding-left:4px}._DocumentsBlock_1itij_1{margin-top:104px;margin-bottom:104px}@media screen and (max-width: 63.9375em){._DocumentsBlock_1itij_1{margin-top:80px;margin-bottom:80px}}@media screen and (max-width: 47.9375em){._DocumentsBlock_1itij_1{margin-top:48px;margin-bottom:48px}}._list_1itij_18{margin-top:10px;display:grid;grid-template-columns:repeat(3,336px);justify-content:space-between;gap:40px}@media screen and (max-width: 119.9375em){._list_1itij_18{column-gap:6px}}@media screen and (max-width: 74.9375em){._list_1itij_18{grid-template-columns:repeat(2,336px)}}@media screen and (max-width: 47.9375em){._list_1itij_18{grid-template-columns:1fr}}._DocumentItem_1ygxx_1{display:flex;gap:8px}._icon_1ygxx_6{width:72px;height:72px;min-width:72px;padding:0 14px 20px}._icon_1ygxx_6 svg{width:100%;height:100%}._content_1ygxx_17{display:flex;flex-direction:column;gap:8px}._link_1ygxx_23{font-size:16px;line-height:24px}._AdBanner_z0wgz_1{padding-left:48px;border-radius:24px;margin-top:104px;margin-bottom:104px;display:flex;gap:128px;background:url(/policy/bilet_v_budushee/assets/adBannerBg-DX00EDbN.png) no-repeat;background-size:cover;position:relative}@media screen and (max-width: 119.9375em){._AdBanner_z0wgz_1{gap:10px}}@media screen and (max-width: 63.9375em){._AdBanner_z0wgz_1{gap:0;margin-top:80px;margin-bottom:80px}}@media screen and (max-width: 47.9375em){._AdBanner_z0wgz_1{flex-direction:column;background-size:cover;padding:30px 22px 76px;gap:38px;margin-top:48px;margin-bottom:48px}}._content_z0wgz_35{margin-top:75px;display:flex;flex-direction:column;gap:24px;max-width:430px;margin-bottom:50px}@media screen and (max-width: 119.9375em){._content_z0wgz_35{min-width:461px;margin-top:66px}}@media screen and (max-width: 74.9375em){._content_z0wgz_35{min-width:380px;margin-top:66px}}@media screen and (max-width: 63.9375em){._content_z0wgz_35{min-width:300px;margin-top:70px}}@media screen and (max-width: 47.9375em){._content_z0wgz_35{margin:0;gap:18px;min-width:0px;max-width:100%}}._title_z0wgz_70{font-size:48px;line-height:52px}@media screen and (max-width: 119.9375em){._title_z0wgz_70{font-size:40px;line-height:44px}}@media screen and (max-width: 74.9375em){._title_z0wgz_70{font-size:36px;line-height:44px}}@media screen and (max-width: 63.9375em){._title_z0wgz_70{font-size:32px;line-height:36px}}@media screen and (max-width: 47.9375em){._title_z0wgz_70{font-size:24px;line-height:28px}}._text_z0wgz_99{font-size:18px;line-height:26px}@media screen and (max-width: 63.9375em){._text_z0wgz_99{font-size:16px;line-height:20px}}._btn_z0wgz_110{max-width:211px;color:var(--color-black);font-weight:600;transition:all .3s}._btn_z0wgz_110:hover{background-color:var(--color-green);color:#fff}@media screen and (max-width: 47.9375em){._btn_z0wgz_110{max-width:100%;min-width:calc(100% - 44px);position:absolute;left:22px;bottom:30px}}._img_z0wgz_130{display:block;object-fit:cover;margin-right:133px;aspect-ratio:501/355;width:501px}@media screen and (max-width: 119.9375em){._img_z0wgz_130{margin-right:52px;margin-left:auto}}@media screen and (max-width: 74.9375em){._img_z0wgz_130{margin-right:23px}}@media screen and (max-width: 63.9375em){._img_z0wgz_130{width:338px;margin-right:6px;margin-top:auto}}@media screen and (max-width: 47.9375em){._img_z0wgz_130{width:100%;max-width:246px;margin-left:auto;margin-right:auto;margin-top:0}}
