.toast{font-size:16px;font-family:var(--font-text)}.ptr-wrapper{flex:1;min-height:0px;display:flex;flex-direction:column}.ptr-wrapper .ptr__children{flex:1}.PhotoView-Portal{direction:ltr;height:100%;left:0;overflow:hidden;position:fixed;top:0;touch-action:none;width:100%;z-index:2000}@keyframes PhotoView__rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes PhotoView__delayIn{0%,50%{opacity:0}to{opacity:1}}.PhotoView__Spinner{animation:PhotoView__delayIn .4s linear both}.PhotoView__Spinner svg{animation:PhotoView__rotate .6s linear infinite}.PhotoView__Photo{cursor:grab;max-width:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.PhotoView__Photo:active{cursor:grabbing}.PhotoView__icon{display:inline-block;left:0;position:absolute;top:0;transform:translate(-50%,-50%)}.PhotoView__PhotoBox,.PhotoView__PhotoWrap{bottom:0;direction:ltr;left:0;position:absolute;right:0;top:0;touch-action:none;width:100%}.PhotoView__PhotoWrap{overflow:hidden;z-index:10}.PhotoView__PhotoBox{transform-origin:left top}@keyframes PhotoView__fade{0%{opacity:0}to{opacity:1}}.PhotoView-Slider__clean .PhotoView-Slider__ArrowLeft,.PhotoView-Slider__clean .PhotoView-Slider__ArrowRight,.PhotoView-Slider__clean .PhotoView-Slider__BannerWrap,.PhotoView-Slider__clean .PhotoView-Slider__Overlay,.PhotoView-Slider__willClose .PhotoView-Slider__BannerWrap:hover{opacity:0}.PhotoView-Slider__Backdrop{background:#000;height:100%;left:0;position:absolute;top:0;transition-property:background-color;width:100%;z-index:-1}.PhotoView-Slider__fadeIn{animation:PhotoView__fade linear both;opacity:0}.PhotoView-Slider__fadeOut{animation:PhotoView__fade linear reverse both;opacity:0}.PhotoView-Slider__BannerWrap{align-items:center;background-color:#00000080;color:#fff;display:flex;height:44px;justify-content:space-between;left:0;position:absolute;top:0;transition:opacity .2s ease-out;width:100%;z-index:20}.PhotoView-Slider__BannerWrap:hover{opacity:1}.PhotoView-Slider__Counter{font-size:14px;opacity:.75;padding:0 10px}.PhotoView-Slider__BannerRight{align-items:center;display:flex;height:100%}.PhotoView-Slider__toolbarIcon{fill:#fff;box-sizing:border-box;cursor:pointer;opacity:.75;padding:10px;transition:opacity .2s linear}.PhotoView-Slider__toolbarIcon:hover{opacity:1}.PhotoView-Slider__ArrowLeft,.PhotoView-Slider__ArrowRight{align-items:center;bottom:0;cursor:pointer;display:flex;height:100px;justify-content:center;margin:auto;opacity:.75;position:absolute;top:0;transition:opacity .2s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:70px;z-index:20}.PhotoView-Slider__ArrowLeft:hover,.PhotoView-Slider__ArrowRight:hover{opacity:1}.PhotoView-Slider__ArrowLeft svg,.PhotoView-Slider__ArrowRight svg{fill:#fff;background:#0000004d;box-sizing:content-box;height:24px;padding:10px;width:24px}.PhotoView-Slider__ArrowLeft{left:0}.PhotoView-Slider__ArrowRight{right:0}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}body{--font-text: "Inter", sans-serif;--font-title: "Figtree", sans-serif}body.light,body .light{--color-primary: #32c6b4;--color-text-accent: var(--color-primary);--color-text: #2e2e2e;--color-text-neutral: var(--color-text);--color-title: #000000;--color-text-contrast: #ffffff;--color-background: #ffffff;--color-background-navigation: #f5f5f5;--color-background-contrast: #000000;--color-border: #cecece;--color-shadow: #091e4214;--color-background-primary: var(--color-primary);--color-background-primary-disabled: var(--color-primary);--color-border-primary: var(--color-primary);--color-text-primary: var(--color-primary);--color-background-light: #f5f5f5;--color-background-light-disabled: #f5f5f5;--color-border-light: #f5f5f5;--color-text-light: #aeaeae;--color-background-success: #11511a;--color-background-success-disabled: #3d8747;--color-border-success: #11511a;--color-text-success: #32843d;--color-background-warning: #bc9c0e;--color-background-warning-disabled: #b9a71d;--color-border-warning: #d5ad0e;--color-text-warning: #ead131;--color-background-error: #7e1d1d;--color-background-error-disabled: #b55757;--color-border-error: #511111;--color-text-error: #9b3131;--color-background-neutral: #161617;--color-background-neutral-disabled: #3e3e41;--color-background-random-1: #c7ddef;--color-background-random-2: #d2f6f7;--color-background-random-3: #e8f5cc;--color-background-random-4: #f6ddc7;--color-background-random-5: #f5ccca;--color-background-random-0: #dfd4f8}body.dark,body .dark{--color-random-1: #01213a;--color-random-2: #003537;--color-random-3: #223100;--color-random-4: #331800;--color-random-5: #300200;--color-random-0: #0f0032;--color-text: #d3d3d3;--color-text-neutral: var(--color-text);--color-title: #ffffff;--color-text-contrast: #000000;--color-background: #000000;--color-background-navigation: #161617;--color-background-contrast: #ffffff;--color-border: #2e2e2e;--color-input-border: #575757;--color-shadow: #e0e0e028;--color-background-primary: var(--color-primary);--color-background-primary-disabled: var(--color-primary);--color-border-primary: var(--color-primary);--color-text-primary: var(--color-primary);--color-background-light: #151515;--color-background-light-disabled: #151515;--color-border-light: #151515;--color-text-light: #575757;--color-background-success: #11511a;--color-background-success-disabled: #3d8747;--color-border-success: #11511a;--color-text-success: #32843d;--color-background-warning: #bc9c0e;--color-background-warning-disabled: #b9a71d;--color-border-warning: #d5ad0e;--color-text-warning: #ead131;--color-background-error: #7e1d1d;--color-background-error-disabled: #b55757;--color-border-error: #511111;--color-text-error: #9b3131;--color-background-neutral: #f1f1f5;--color-background-neutral-disabled: #c3c3c7;--color-background-random-1: #01213a;--color-background-random-2: #003537;--color-background-random-3: #223100;--color-background-random-4: #331800;--color-background-random-5: #300200;--color-background-random-0: #0f0032}body p,body pre,body li{font-family:var(--font-text);font-optical-sizing:auto;font-style:normal;font-size:16px;line-height:22px;color:var(--color-text);font-weight:400;margin:0;white-space:pre-wrap}body p span,body pre span,body li span{color:var(--color-text-accent)}body p ul,body pre ul,body li ul{margin:0}body a{text-decoration:none;color:var(--color-primary)}body a:hover{opacity:.8}body h1,body h2,body h3,body h4{margin-top:0;font-weight:500;font-family:var(--font-title);color:var(--color-title);letter-spacing:0em}body h1{font-size:32px;line-height:40px;margin-bottom:16px}body h2{font-size:24px;line-height:32px;margin-bottom:12px}body h4{font-family:var(--font-text);font-size:16px;line-height:20px;margin-bottom:8px}body form{display:flex;flex-direction:column;gap:32px;justify-content:stretch}body .color-light{--color-text: var(--color-text-light);color:var(--color-text-light)!important}body .color-success{--color-text: var(--color-text-success);color:var(--color-text-success)!important}body .color-warning{--color-text: var(--color-text-warning);color:var(--color-text-warning)!important}body .color-error{--color-text: var(--color-text-error);color:var(--color-text-error)!important}body .toast{margin-top:4px;font-family:var(--font-text);font-size:12px;font-weight:400;line-height:22px;letter-spacing:.15px;color:var(--color-text-error, red)}@media only screen and (max-width: 600px){body .desktop{display:none!important}body .phone{display:initial}}@media only screen and (min-width: 601px){body .desktop{display:initial}body .phone{display:none!important}}body input:-webkit-autofill,body input:-webkit-autofill:hover,body input:-webkit-autofill:focus,body input:-webkit-autofill:active{transition:background-color 5000000s ease-in-out 0s}
