@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Just+Me+Again+Down+Here&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._customToast_11pl7_20{display:flex;flex-direction:column;height:100%}._customToast_11pl7_20 h4{margin-bottom:8px;font-size:16px;font-weight:400;color:#101010}._customToast_11pl7_20 p{font-size:14px;color:#101010}._customToast_11pl7_20 button{width:fit-content;height:37px;margin-top:20px;padding:8px 20px}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._spinner_kkpn8_20{border:5px solid;border-color:#ff3d00 transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:_rotation_kkpn8_1 1s linear infinite}._green_kkpn8_29{border-color:#5a71ff transparent}._white_kkpn8_33{border-color:#ffffff transparent}._red_kkpn8_37{border-color:#ff0000 transparent}._tiny_kkpn8_41{width:24px;height:24px;font-size:3px}._small_kkpn8_47{width:32px;height:32px;font-size:4px}._medium_kkpn8_53{width:40px;height:40px}._large_kkpn8_58{width:48px;height:48px;font-size:6px}@keyframes _rotation_kkpn8_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._button_11xsk_20{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:100px;border-radius:16px;padding:16px 60px;opacity:1;white-space:nowrap;transition:.3s all ease;cursor:pointer}._button_11xsk_20:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#5a71ff,#c1ccff);opacity:0;transition:opacity .3s ease;z-index:0;border-radius:16px}._button_11xsk_20:not(:disabled):is(:hover,:active){background-color:transparent}._button_11xsk_20:not(:disabled):is(:hover,:active):before{opacity:1}._button_11xsk_20:disabled{opacity:.3;background:#101010;cursor:not-allowed}._button_11xsk_20:disabled span{color:#f5f5f7}._button_11xsk_20 span{position:relative;z-index:1;display:flex;align-items:center;gap:8px;font-family:SF Pro Display,sans-serif;font-size:18px;font-weight:600;line-height:24px;text-align:center}._medium_11xsk_74{min-width:66px}._full_11xsk_78{width:100%}._auto_11xsk_82{width:auto}._primary_11xsk_86{padding:16px 60px;background-color:#101010;border-radius:16px}._default_11xsk_92{color:#f5f5f7}._secondary_11xsk_96{padding:16px 60px;background-color:#f5f5f7}._secondary_11xsk_96 span{transition:.2s color}._secondary_11xsk_96:hover span{color:#f5f5f7}._secondary_11xsk_96 span{font-size:18px;font-weight:600;line-height:24px;color:#101010}._colorless_11xsk_114{background-color:transparent}._colorless_11xsk_114 span{color:#101010}._dangerous_11xsk_121{position:relative;padding:13.5px 33px;border:2px solid #ff0000;background:transparent}._dangerous_11xsk_121 span{font-size:16px;font-weight:700;line-height:24px;color:red}._outline_11xsk_134{background:transparent}._small_11xsk_138{padding:8px 40px;border-radius:16px}._small_11xsk_138:before{border-radius:16px}._spinnerWrapper_11xsk_146{position:absolute;top:50%;left:50%;transform:translate(-50%,-45%)}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._footer_byfjr_20{background-color:#f5f5f7}._widthWrapper_byfjr_24{position:relative;max-width:1392px;width:100%;margin:0 auto;padding:0 24px 10px}._widthWrapper_byfjr_24._wide_byfjr_31{max-width:1492px}@media only screen and (max-width: 1023px){._widthWrapper_byfjr_24{max-width:1392px;padding:0 16px 10px}}._contentWrapper_byfjr_41{display:flex;flex-direction:column;position:relative;z-index:2;box-sizing:border-box;width:100%;margin:0 auto;padding:48px 100px;border-radius:32px;background-color:#2a2a2a}@media only screen and (max-width: 1023px){._contentWrapper_byfjr_41{gap:16px;padding:24px}}._topWrapper_byfjr_60{display:flex;justify-content:space-between;gap:32px;margin-bottom:46px}@media only screen and (max-width: 1023px){._topWrapper_byfjr_60{margin-bottom:0}}@media only screen and (max-width: 767px){._logo_byfjr_73{align-self:flex-start}}._socials_byfjr_78{display:flex;gap:10px}._flexWrapper_byfjr_83{display:flex;gap:54px}@media only screen and (max-width: 767px){._flexWrapper_byfjr_83{flex-direction:column;gap:16px}}._paymentMethods_byfjr_94{width:114px;height:22px}._linksWrapper_byfjr_99{display:flex;flex-direction:column;gap:16px;justify-content:space-between}._linksWrapper_byfjr_99 *{color:#f5f5f7}@media only screen and (max-width: 1023px){._linksWrapper_byfjr_99{flex-direction:row;flex-wrap:wrap}}._infoItemsWrapper_byfjr_115{display:flex;justify-content:center;gap:32px;font-size:18px;font-weight:400}@media only screen and (max-width: 1023px){._infoItemsWrapper_byfjr_115{flex-direction:column;justify-content:flex-start}}._policies_byfjr_129 a{font-size:14px;font-weight:500}@media only screen and (max-width: 1023px){._policies_byfjr_129 a{font-size:16px;font-weight:400}}._link_byfjr_99{position:relative;cursor:pointer}@media only screen and (max-width: 1023px){._link_byfjr_99{font-size:16px}}._divider_byfjr_150{max-width:800px;width:100%;height:1px;margin:0 auto;background-color:#f5f5f733}._divider_byfjr_150._mobile_byfjr_157{display:none}@media only screen and (max-width: 1023px){._divider_byfjr_150._desktop_byfjr_161{display:none}._divider_byfjr_150._mobile_byfjr_157{display:block;max-width:100%}}._bottomInfo_byfjr_170 *{font-size:10px;font-weight:400}@media only screen and (max-width: 1023px){._bottomInfo_byfjr_170{width:100%;align-items:center;gap:24px}}@media only screen and (max-width: 767px){._bottomInfo_byfjr_170{gap:8px}}._companyInfo_byfjr_187{margin-top:16px;font-size:10px;font-weight:400;color:#f5f5f7;text-align:center}@media only screen and (max-width: 1023px){._companyInfo_byfjr_187{margin-top:0}}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._singleValueWrapper_1kj21_20{display:flex;align-items:center;padding:5px 0 5px 5px}._singleValueWrapper_1kj21_20 svg{margin-right:8px}._singleValueWrapper_1kj21_20._active_1kj21_28{color:#5a71ff}._singleValueWrapper_1kj21_20._active_1kj21_28 svg path{fill:#5a71ff}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._header_15jbi_20{position:fixed;top:0;left:0;width:100%;transition:.3s all;display:flex;flex-direction:column;align-items:center;z-index:11;background:linear-gradient(135deg,#ffffff4d,#fff0);box-shadow:-5px -5px 4px #ffffff0a inset,5px 5px 4px #ffffff14 inset;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._header_15jbi_20._scrolled_15jbi_34{filter:drop-shadow(0px 3px 7px rgba(0,0,0,.1));background-color:#f5f5f7}@media only screen and (max-width: 1023px){._header_15jbi_20{z-index:1001}}._contentWrapper_15jbi_44{display:grid;grid-template-columns:1fr 1fr;justify-content:space-between;align-items:center;gap:32px;max-width:1444px;padding:0 100px;position:relative;z-index:2;box-sizing:border-box;margin-left:auto;margin-right:auto;width:100%;height:80px}@media only screen and (max-width: 1439px){._contentWrapper_15jbi_44{padding:0 24px}}@media only screen and (max-width: 1023px){._contentWrapper_15jbi_44{grid-template-columns:1fr 1fr 1fr;gap:16px}}._leftWrapper_15jbi_72{display:flex;align-items:center;gap:48px}@media only screen and (max-width: 1023px){._leftWrapper_15jbi_72{position:relative;z-index:3}}._rightWrapper_15jbi_84{display:flex;justify-content:flex-end;gap:16px}@media only screen and (max-width: 1023px){._rightWrapper_15jbi_84{position:relative;z-index:3}}._logoWrapper_15jbi_96{padding-top:7px;cursor:pointer}._generalLinksWrapper_15jbi_101{display:flex;gap:8px}@media only screen and (max-width: 1023px){._generalLinksWrapper_15jbi_101{flex-direction:column;align-items:center;gap:32px}}@media only screen and (max-width: 1023px){._generalLinksWrapper_15jbi_101._desktop_15jbi_113{display:none}}._generalLink_15jbi_101{display:flex;align-items:center;padding:2px 10px}._generalLink_15jbi_101 a{font-size:14px;cursor:pointer}@media only screen and (max-width: 1023px){._generalLink_15jbi_101{padding:0}._generalLink_15jbi_101 a{font-size:18px}}._menuToggle_15jbi_136{display:none}._menuToggle_15jbi_136:checked+._menuBtn_15jbi_140{right:24px}._menuToggle_15jbi_136:checked+._menuBtn_15jbi_140 svg{display:none}._menuToggle_15jbi_136:checked+._menuBtn_15jbi_140>span{display:block;top:50%;left:50%;transform:translate(-50%) rotate(45deg)}._menuToggle_15jbi_136:checked+._menuBtn_15jbi_140>span:before{display:block;top:0;transform:rotate(0)}._menuToggle_15jbi_136:checked+._menuBtn_15jbi_140>span:after{display:block;top:0;transform:rotate(90deg)}._menuToggle_15jbi_136:checked~._mobileLinksWrapper_15jbi_166{left:0;align-items:center}._menuBtn_15jbi_140{position:relative;display:none;transition-duration:.25s}@media only screen and (max-width: 1023px){._menuBtn_15jbi_140{position:absolute;top:50%;right:24px;display:flex;align-items:center;transform:translateY(-50%);width:24px;cursor:pointer;height:24px;z-index:3}}._menuBtn_15jbi_140>span,._menuBtn_15jbi_140>span:before,._menuBtn_15jbi_140>span:after{display:none;position:absolute;width:16px;height:3px;background:#101010;transition-duration:.25s}._menuBtn_15jbi_140>span:before{content:"";top:-8px}._menuBtn_15jbi_140>span:after{content:"";top:8px}._linksWrapper_15jbi_212{display:flex;align-items:center;justify-content:flex-end;position:relative;gap:16px}._mobileLinksWrapper_15jbi_166{display:none;flex-direction:column;gap:0;position:absolute;top:0;left:-100%;width:100%;height:100vh;padding:144px 24px 32px;background:#fff;transition-duration:.25s;z-index:2}@media only screen and (max-width: 1023px){._mobileLinksWrapper_15jbi_166{display:flex}}._selectorsWrapper_15jbi_240{display:flex;gap:16px}@media only screen and (max-width: 1023px){._selectorsWrapper_15jbi_240{margin-top:32px;flex-direction:column}}@media only screen and (max-width: 1023px){._selectorsWrapper_15jbi_240._desktop_15jbi_113{display:none}}._authLinks_15jbi_256{display:flex;align-items:center;gap:16px}@media only screen and (max-width: 1023px){._authLinks_15jbi_256{display:none;flex-direction:column;align-items:center;justify-content:center;gap:0;padding-top:16px;width:100%;height:100%}}._buttonLinks_15jbi_274{display:flex;align-items:center;gap:16px}@media only screen and (max-width: 1023px){._buttonLinks_15jbi_274{flex-direction:column;align-items:center;justify-content:center;width:100%;margin-top:auto}}._signUp_15jbi_289{background-color:transparent}@media only screen and (max-width: 1023px){._signUp_15jbi_289,._logIn_15jbi_295{padding:14px 24px}}._userLink_15jbi_300{display:flex;align-items:center;gap:8px}._userLink_15jbi_300:hover{-webkit-background-clip:unset;-webkit-text-fill-color:unset;background:none}._mobileUser_15jbi_311{position:relative;z-index:3;display:none}@media only screen and (max-width: 1023px){._mobileUser_15jbi_311{display:flex;justify-content:center}}._userInfo_15jbi_323{display:flex;flex-direction:column}._userInfo_15jbi_323 span{color:#101010}._userInfo_15jbi_323 span:first-child{font-size:14px;font-weight:500;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._userInfo_15jbi_323 span:last-child{font-size:10px;opacity:.7}._userInfo_15jbi_323 span:last-child:hover{color:#101010}._close_15jbi_347{padding:16px 24px}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._mainWrapper_17tmv_20{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}._authSection_17tmv_27{position:relative;width:100%;height:100%;margin:0 auto;padding:0 24px 32px;background-color:#f5f5f7}@media only screen and (max-width: 767px){._authSection_17tmv_27{padding:0 16px 32px}}._contentWrapper_17tmv_41{position:relative;display:flex;flex-direction:column;gap:80px;max-width:1444px;margin:0 auto;padding:150px 48px;border-radius:16px;overflow:hidden}@media only screen and (max-width: 767px){._contentWrapper_17tmv_41{padding:24px 16px}}._animation_17tmv_58{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover}._logo_17tmv_68{width:212px;height:50px;cursor:pointer}._forgotLink_17tmv_74{margin-top:-10px;margin-left:auto;width:fit-content;font-size:14px;font-weight:400;line-height:28px}._checkboxWrapper_17tmv_83{display:flex;align-items:center;gap:8px;margin-top:10px}._checkboxText_17tmv_90{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;opacity:.8;color:#f5f5f7}._checkboxText_17tmv_90 a{font-family:Inter,sans-serif;font-size:14px;color:#f5f5f7}._authChekbox_17tmv_104{padding-top:3px;align-self:flex-start}._authForm_17tmv_109{display:flex;gap:48px;max-width:926px;width:100%;margin:0 auto;padding:48px;border-radius:24px;border:1px solid rgba(84,63,212,.3);background:linear-gradient(135deg,#ffffff4d,#fff0);box-shadow:-5px -5px 4px #ffffff0a inset,5px 5px 4px #ffffff14 inset;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media only screen and (max-width: 767px){._authForm_17tmv_109{flex-direction:column;padding:48px 16px}}._leftWrapper_17tmv_129{display:flex;flex-direction:column;gap:8px;max-width:346px}._rightWrapper_17tmv_136{display:flex;flex-direction:column;justify-content:center;width:100%}._badge_17tmv_143{display:flex;justify-content:center;align-items:center;width:fit-content;height:22px;padding:4px 12px;border-radius:8px;text-transform:uppercase;background-color:#cee7ff}._badge_17tmv_143 span{font-size:12px;font-weight:600;opacity:.5}._title_17tmv_160{font-size:48px;font-weight:700;color:#f5f5f7}@media only screen and (max-width: 1023px){._title_17tmv_160{font-size:32px}}@media only screen and (max-width: 767px){._title_17tmv_160{font-size:22px}}._text_17tmv_176{font-weight:500;opacity:.8;color:#f5f5f7}@media only screen and (max-width: 767px){._text_17tmv_176{font-size:14px}}._signUpLink_17tmv_187{position:relative;width:fit-content;text-decoration:none}._signUpLink_17tmv_187:after{content:"";position:absolute;left:0;bottom:-2px;height:2px;width:100%;background-color:currentColor;transition:width .3s ease}._inputsWrapper_17tmv_203{display:flex;flex-direction:column;gap:32px;width:100%}._linksWrapper_17tmv_210{display:flex;gap:32px;margin:0 auto}._forgotPasswordText_17tmv_216{display:block;margin-top:8px;font-size:16px;font-weight:500;text-align:right;color:#f5f5f7;text-decoration-line:underline;cursor:pointer}._button_17tmv_227{display:block;margin:48px auto 0}@media only screen and (max-width: 767px){._button_17tmv_227{display:flex;width:100%;margin-top:24px}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._wrapper_dm5ef_20{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}._phoneInput_dm5ef_29{width:100%;padding:12px 35px;box-shadow:inset 0 0 0 1px #fff;background:transparent;border:0;border-radius:5px}._phoneInput_dm5ef_29 input{width:100%;background:#000;border:0;transition:border-width .2s linear;transition:.2s;outline:none;font-size:16px;font-weight:500;line-height:19.36px;color:#fff}._input_dm5ef_50{width:100%;height:44px;background:transparent;border:0;border-radius:8px;transition:border-width .2s linear;transition:.2s;outline:none}._input_dm5ef_50::placeholder{font-size:14px;font-weight:500;line-height:24px;letter-spacing:0%;opacity:.7;color:#bababa;transition:.3s all}._default_dm5ef_71{padding:10px 16px;font-weight:400;font-size:14px;line-height:24px;color:#101010;background:#f5f5f7;outline:none}._default_dm5ef_71:hover::placeholder{color:#101010}._search_dm5ef_84{padding:9px 50px;color:#fff;box-shadow:inset 0 0 0 1px #000;font-size:16px;font-weight:400;line-height:24px;background:#000;border-radius:10px}._search_dm5ef_84:is(:hover,:focus){box-shadow:inset 0 0 0 2px #000}._admin_dm5ef_99{padding:10px 14px;max-height:38px;color:#000;font-size:12px;font-weight:400;line-height:140%;border-radius:6px;border:1px solid #000000;box-shadow:none}._admin_dm5ef_99:is(:hover,:focus){border:1px solid #ffffff}._admin_dm5ef_99::placeholder{font-size:12px;font-weight:400;line-height:15.6px;color:#000}._dark_dm5ef_122{border:1px solid #000000;background-color:#000;color:#fff;padding:16px 20px;font-size:16px;font-weight:300;line-height:19.36px}._dark_dm5ef_122::placeholder{color:#fff}._dark_dm5ef_122:hover{box-shadow:inset 0 0 0 1px #000}input[type=radio],input[type=radio]:hover{box-shadow:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._input_dm5ef_50:disabled{opacity:.4;box-shadow:inset 0 0 0 1px #fff;cursor:not-allowed}._input_dm5ef_50:disabled+._label_dm5ef_156{opacity:.8}._input_dm5ef_50:-webkit-autofill,._input_dm5ef_50:-webkit-autofill:hover,._input_dm5ef_50:-webkit-autofill:focus,._input_dm5ef_50:-webkit-autofill:active{transition:background-color 5000000s ease-in-out 0s;-webkit-text-fill-color:#000000}._admin_dm5ef_99:-webkit-autofill,._admin_dm5ef_99:-webkit-autofill:hover,._admin_dm5ef_99:-webkit-autofill:focus,._admin_dm5ef_99:-webkit-autofill:active{transition:background-color 5000000s ease-in-out 0s;-webkit-text-fill-color:#000000}._input_dm5ef_50[type=date]{line-height:normal}._input_dm5ef_50[type=date]::-webkit-calendar-picker-indicator{filter:invert(98%) sepia(87%) saturate(100%) hue-rotate(303deg) brightness(117%) contrast(90%);padding-left:50%;width:16px;height:16px}._inputWrapper_dm5ef_187{display:flex;flex-direction:column;justify-content:center;gap:2px;width:100%;position:relative;z-index:1;border-radius:8px}._startIcon_dm5ef_198,._endIcon_dm5ef_199{display:flex;position:absolute}._startIcon_dm5ef_198{inset-inline-start:10px}._endIcon_dm5ef_199{inset-inline-end:10px}._label_dm5ef_156{position:absolute;top:-10px;left:24px;display:flex;gap:2px;padding:0 6px;border-top-left-radius:12px;border-top-right-radius:12px;font-size:10px;font-weight:400;line-height:18px;color:#000;background-color:#f5f5f7}._label_dm5ef_156 span{color:#2e99c3}._secondaryLabel_dm5ef_231{background:#5a71ff}._text_dm5ef_235,._withoutValue_dm5ef_236 ._text_dm5ef_235{font-size:15px;line-height:24px;transition:all .2s ease-out}._tip_dm5ef_242{font-size:12px;color:#000}._error_dm5ef_247{box-shadow:inset 0 0 0 2px red}._error_dm5ef_247:hover,._error_dm5ef_247:focus{box-shadow:inset 0 0 0 2px red}._errorText_dm5ef_256,._errorAsterisk_dm5ef_260{color:red}._withEndIcon_dm5ef_264{padding-inline-end:40px}._withStartIcon_dm5ef_268{padding-inline-start:35px}._pointer_dm5ef_272{cursor:pointer}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._checkbox_11kyi_20{position:absolute;top:50%;transform:translateY(-50%);border-radius:50%;height:15px;width:15px;opacity:0;margin:0}._authCheckbox_11kyi_31{position:absolute;top:50%;transform:translateY(-50%);height:15px;width:15px;opacity:0;margin:0}._disabled_11kyi_41{opacity:.6}._disabled_11kyi_41 ._label_11kyi_44{cursor:default}._custom-checkbox_11kyi_48{position:relative}._label_11kyi_44{width:15px;height:15px;display:flex;align-items:center;border-radius:2px;background:linear-gradient(180deg,#5a71ff,#c1ccff);position:relative;overflow:hidden;cursor:pointer}._label_11kyi_44:before{content:"";display:block;position:relative;flex-shrink:0;box-sizing:border-box}._authCheckbox_11kyi_31:checked~._label_11kyi_44{border-color:transparent}._authCheckbox_11kyi_31:checked~._label_11kyi_44:before{position:absolute;top:15%;left:35%;width:5px;height:7px;border:solid #ffffff;border-width:0 1px 1px 0;transform:rotate(45deg)}._checkoutCheckbox_11kyi_86~._label_11kyi_44{width:24px;height:24px;border:1px solid #bababa;border-radius:3px;background:transparent}._checkoutCheckbox_11kyi_86:checked~._label_11kyi_44:before{position:absolute;top:15%;left:30%;width:8px;height:12px;border:solid #101010;border-width:0 2px 2px 0;transform:rotate(45deg)}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._contactUs_fltrf_20{max-width:1444px;width:100%;margin:0 auto 32px;padding:0 24px}@media only screen and (max-width: 767px){._contactUs_fltrf_20{padding:0 16px}}._backgroundWrapper_fltrf_33{position:relative;padding:150px 48px;border-radius:16px;overflow:hidden}._wrapper_fltrf_40{display:flex;gap:48px;max-width:926px;margin:0 auto;padding:48px;border-radius:24px;border:1px solid rgba(84,63,212,.3);background:linear-gradient(135deg,#ffffff4d,#fff0);box-shadow:-5px -5px 4px #ffffff0a inset,5px 5px 4px #ffffff14 inset;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media only screen and (max-width: 767px){._wrapper_fltrf_40{flex-direction:column;padding:48px 16px}}._backgroundImage_fltrf_59{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}._leftWrapper_fltrf_68{display:flex;flex-direction:column;gap:8px;max-width:346px}._rightWrapper_fltrf_75{display:flex;flex-direction:column;justify-content:center;width:100%}._badge_fltrf_82{display:flex;justify-content:center;align-items:center;width:fit-content;height:22px;padding:4px 12px;border-radius:8px;text-transform:uppercase;background-color:#cee7ff}._badge_fltrf_82 span{font-size:12px;font-weight:600;opacity:.5}._title_fltrf_99{font-size:48px;font-weight:700;color:#f5f5f7}@media only screen and (max-width: 1023px){._title_fltrf_99{font-size:32px}}@media only screen and (max-width: 767px){._title_fltrf_99{font-size:22px}}._text_fltrf_115{font-weight:500;opacity:.8;color:#f5f5f7}@media only screen and (max-width: 767px){._text_fltrf_115{font-size:14px}}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._textarea_nt5ep_20{display:block;background:transparent;color:#000;margin:0;resize:vertical;border:0;border-radius:8px;width:100%;box-sizing:border-box;transition:border-width .2s linear;transition:.2s;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;resize:none}._textarea_nt5ep_20:focus{outline:0}._textarea-input_nt5ep_40::placeholder{font-size:14px;font-weight:500;line-height:24px;letter-spacing:0%;opacity:.7;color:#bababa;transition:.3s all}._default_nt5ep_50{padding:10px;font-weight:400;font-size:14px;line-height:24px;color:#000;background-color:#f5f5f7;outline:none}._default_nt5ep_50:not(:disabled):hover::placeholder{color:#101010}._admin_nt5ep_63{padding:10px 14px;color:#000;font-size:12px;font-weight:400;line-height:140%;border-radius:10px;border:1px solid #bababa;background-color:#fff;box-shadow:none}._admin_nt5ep_63:is(:hover,:focus){border:1px solid #000000}._admin_nt5ep_63::placeholder{font-size:12px;font-weight:500;line-height:140%}._text_nt5ep_20,._withoutValue_nt5ep_86 ._text_nt5ep_20{font-size:15px;line-height:24px;transition:all .2s ease-out}._inputWrapper_nt5ep_92:focus-within ._text_nt5ep_20,._input_nt5ep_92:-webkit-autofill+._label_nt5ep_93 ._text_nt5ep_20,._withValue_nt5ep_94 ._text_nt5ep_20{font-size:10px;font-weight:400;line-height:14px;opacity:.5;color:#fff;transition:all .2s ease-out}._inputWrapper_nt5ep_92{position:relative;width:100%}._label_nt5ep_93{position:absolute;top:-10px;left:24px;display:flex;gap:2px;padding:0 6px;border-top-left-radius:12px;border-top-right-radius:12px;font-size:10px;font-weight:400;line-height:18px;color:#000;background-color:#f5f5f7}._label_nt5ep_93 span{color:#2e99c3}._textarea-input_nt5ep_40:disabled+._label_nt5ep_93{opacity:.8}._error_nt5ep_131{box-shadow:inset 0 0 0 2px red}._error_nt5ep_131:hover,._error_nt5ep_131:focus{box-shadow:inset 0 0 0 2px red}._errorText_nt5ep_140{color:red}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._inputsWrapper_1ef82_20{display:flex;flex-direction:column;gap:20px;align-items:flex-start}._checkboxWrapper_1ef82_27{display:flex;align-items:center;gap:8px;margin-top:10px}._checkboxText_1ef82_34{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;opacity:.8;color:#101010}._checkboxText_1ef82_34 a{font-family:Inter,sans-serif;font-size:14px;color:#101010;text-decoration:underline}._button_1ef82_49{display:block;margin:48px auto 0}@media only screen and (max-width: 767px){._button_1ef82_49{display:flex;width:100%;margin-top:24px}}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._benefitsSection_1153q_20{max-width:1246px;width:100%;margin:auto;padding:0 16px}._wrapper_1153q_27{display:flex;flex-direction:column;padding:0 24px}._badge_1153q_33{display:flex;justify-content:center;align-items:center;width:fit-content;height:22px;margin:0 auto 14px;padding:4px 12px;border-radius:8px;text-transform:uppercase;background-color:#cee7ff}._badge_1153q_33 span{font-size:12px;font-weight:600;opacity:.5}._title_1153q_51{margin-bottom:8px;font-size:48px;font-weight:700;text-align:center}@media only screen and (max-width: 1023px){._title_1153q_51{font-size:32px}}@media only screen and (max-width: 767px){._title_1153q_51{font-size:22px}}._text_1153q_68{max-width:760px;margin:0 auto;opacity:.8;text-align:center}@media only screen and (max-width: 767px){._text_1153q_68{font-size:16px}}._flexWrapper_1153q_80{display:flex;gap:74px;margin-top:48px}@media only screen and (max-width: 1023px){._flexWrapper_1153q_80{flex-direction:column;align-items:center;gap:24px}}._imgWrapper_1153q_93{max-width:644px;width:100%}._imgWrapper_1153q_93 img{width:100%;display:block}._textWrapper_1153q_102{display:flex;flex-direction:column;justify-content:center}._textWrapper_1153q_102 p+p{margin-top:20px}@media only screen and (max-width: 767px){._textWrapper_1153q_102 p{font-size:14px}}._descriptionTitle_1153q_116{margin-bottom:8px;font-weight:600}._button_1153q_121{width:fit-content;margin-top:38px}@media only screen and (max-width: 1023px){._button_1153q_121{width:100%}}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._introSection_1hfd0_20{max-width:1444px;width:100%;margin:0 auto;padding:0 24px}@media only screen and (max-width: 1023px){._introSection_1hfd0_20{padding:0 16px}}._wrapper_1hfd0_32{position:relative;display:flex;align-items:center;justify-content:center;width:100%;border-radius:16px;padding:0 38px}._animation_1hfd0_42{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;border-radius:16px}._textWrapper_1hfd0_53{position:relative;z-index:1;max-width:840px;margin:230px auto;padding:48px;color:#f5f5f7;border-radius:24px;border:1px solid rgba(84,63,212,.3);background:linear-gradient(135deg,#ffffff4d,#fff0);box-shadow:-5px -5px 4px #ffffff0a inset,5px 5px 4px #ffffff14 inset;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media only screen and (max-width: 1023px){._textWrapper_1hfd0_53{margin:126px auto;padding:48px 16px}}._title_1hfd0_73{margin-bottom:22px;font-size:48px;font-weight:700;text-align:center;line-height:1.4}@media only screen and (max-width: 1023px){._title_1hfd0_73{font-size:32px;line-height:1.2}}@media only screen and (max-width: 767px){._title_1hfd0_73{font-size:22px}}._text_1hfd0_53{max-width:600px;margin:0 auto;text-align:center}@media only screen and (max-width: 1023px){._text_1hfd0_53{font-size:14px}}._button_1hfd0_103{display:flex;width:fit-content;margin:48px auto 0}@media only screen and (max-width: 1023px){._button_1hfd0_103{margin-top:24px;width:100%}}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._toolsSection_34jfq_20{max-width:1444px;margin:0 auto}._wrapper_34jfq_25{width:100%;margin:0 auto;padding:0 52px}@media only screen and (max-width: 1023px){._wrapper_34jfq_25{padding:0 24px}}._title_34jfq_36{max-width:1000px;margin:0 auto 64px;font-size:44px;font-weight:500;color:transparent;background:linear-gradient(170deg,#716d3e,#e4a441 35%,#dd6f3f 65%,#b35450);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center}@media only screen and (max-width: 1023px){._title_34jfq_36{margin-bottom:50pxpx;font-size:32px}}@media only screen and (max-width: 767px){._title_34jfq_36{font-size:24px}}._badge_34jfq_60{display:flex;justify-content:center;align-items:center;width:fit-content;height:22px;margin:0 auto 56px;padding:4px 12px;border-radius:8px;text-transform:uppercase;background-color:#cee7ff}._badge_34jfq_60 span{font-size:12px;font-weight:600;opacity:.5}@media only screen and (max-width: 767px){._badge_34jfq_60{margin-bottom:14px}}._contentWrapper_34jfq_83{display:flex;gap:100px;padding:32px 48px;border-radius:16px;background-color:#fff}@media only screen and (max-width: 1439px){._contentWrapper_34jfq_83{gap:20px}}@media only screen and (max-width: 1023px){._contentWrapper_34jfq_83{flex-direction:column-reverse;align-items:center;gap:16px;padding:0;background-color:transparent}}._toolsWrapper_34jfq_105{display:flex;flex-direction:column;gap:48px;width:40%}@media only screen and (max-width: 1023px){._toolsWrapper_34jfq_105{width:100%;gap:32px}}._toolWrapper_34jfq_118{display:flex;flex-direction:column}._textContent_34jfq_123{display:flex;flex-direction:column;gap:12px}._openerWrapper_34jfq_129{display:flex;justify-content:space-between;align-items:center}._openerWrapper_34jfq_129 svg{min-width:24px;transition:.2s all;cursor:pointer}._openerWrapper_34jfq_129 svg._open_34jfq_129{transform:rotate(180deg)}._toolTitle_34jfq_143{font-size:24px;font-weight:700}@media only screen and (max-width: 767px){._toolTitle_34jfq_143{font-size:18px}}._toolDescription_34jfq_153{opacity:.8}@media only screen and (max-width: 767px){._toolDescription_34jfq_153{font-size:14px}}._toolInfo_34jfq_162{max-height:0;height:0;transform:scaleY(0);overflow:hidden;opacity:0;transition:opacity .2s ease-in-out,transform .2s ease-in-out}._toolInfo_34jfq_162._open_34jfq_129{max-height:3000px;height:auto;transform:scaleY(1);opacity:1}._infoWrapper_34jfq_177{opacity:.8}._infoWrapper_34jfq_177 div{font-weight:600}._infoWrapper_34jfq_177 p{margin:20px 0}._infoWrapper_34jfq_177 li{position:relative;padding-left:20px}._infoWrapper_34jfq_177 li:before{content:"";position:absolute;top:10px;left:0;width:5px;height:5px;border-radius:50%;background-color:#101010}@media only screen and (max-width: 767px){._infoWrapper_34jfq_177{font-size:14px}}._toolButton_34jfq_206{width:fit-content;margin-top:24px}@media only screen and (max-width: 767px){._toolButton_34jfq_206{margin-top:12px}}._imgWrapper_34jfq_216{max-width:726px;width:65%}._imgWrapper_34jfq_216 img{width:100%;object-fit:cover}@media only screen and (max-width: 767px){._imgWrapper_34jfq_216{width:100%;height:138px}._imgWrapper_34jfq_216 img{height:100%;border-radius:16px}}@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-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}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._upperWrapper_1m91j_20{display:flex;flex-direction:column;align-items:center;max-width:1444px;margin:0 auto 64px;padding:0 24px}._badge_1m91j_29{display:flex;justify-content:center;align-items:center;width:fit-content;height:22px;margin:0 auto 14px;padding:4px 12px;border-radius:8px;text-transform:uppercase;background-color:#cee7ff}._badge_1m91j_29 span{font-size:12px;font-weight:600;opacity:.5}._title_1m91j_47{margin-bottom:8px;font-size:48px;font-weight:700;text-align:center}@media only screen and (max-width: 1023px){._title_1m91j_47{font-size:32px}}@media only screen and (max-width: 767px){._title_1m91j_47{font-size:22px}}._text_1m91j_64{max-width:635px;margin:0 auto;opacity:.8;text-align:center}@media only screen and (max-width: 767px){._text_1m91j_64{font-size:16px}}._soonSection_1m91j_76{position:relative;margin:116px auto;max-width:100%}@media only screen and (max-width: 1023px){._soonSection_1m91j_76{margin-top:40px;margin-bottom:80px}}._soonSection_1m91j_76 ._leftTopCorner_1m91j_87{position:absolute;top:-25px;left:-24px}._soonSection_1m91j_76 ._leftBottomCorner_1m91j_92{position:absolute;bottom:-24px;left:-24px;transform:rotate(-90deg)}.swiper{max-width:1444px;margin:0 auto;padding-left:100px}.swiper-wrapper{padding:15px 0}.swiper-slide{position:relative;max-width:392px;width:100%;border-radius:16px;background-color:#fff;box-shadow:0 0 12px #00000026;overflow:hidden}@media only screen and (max-width: 1023px){._singleViewSwiper_1m91j_118{display:none}}._label_1m91j_123{position:absolute;top:0;right:24px;padding:4px 10px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;background-color:#2e99c3;font-size:12px;color:#fff}._slideContent_1m91j_135{display:flex;flex-direction:column;gap:12px;padding:32px 24px 24px}._slideContent_1m91j_135 h5{font-size:24px;font-weight:700}@media only screen and (max-width: 1439px){._slideContent_1m91j_135 p{font-size:14px}}@media only screen and (max-width: 1439px){._slideContent_1m91j_135{padding:32px 12px 24px}}@media only screen and (max-width: 1023px){._slideContent_1m91j_135{padding:32px 24px 24px}}._navigationButtons_1m91j_161{display:flex;gap:20px;max-width:1444px;padding:0 100px;margin:20px auto 0;justify-content:flex-end}@media only screen and (max-width: 1023px){._navigationButtons_1m91j_161{display:none}}._image_1m91j_175{display:block;width:100%;object-fit:cover}._arrowNext_1m91j_181,._arrowPrev_1m91j_182{position:relative;width:24px;height:24px;border-radius:50%;background-color:#fff;cursor:pointer}._arrowNext_1m91j_181:before,._arrowPrev_1m91j_182:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-top:1px solid #101010;border-left:1px solid #101010}._arrowPrev_1m91j_182:before{transform:translate(-35%,-50%) rotate(-45deg)}._arrowNext_1m91j_181:before{transform:translate(-65%,-50%) rotate(135deg)}._mobileCards_1m91j_211{display:none}@media only screen and (max-width: 1023px){._mobileCards_1m91j_211{display:flex;flex-direction:column;padding:0 24px;gap:32px}}._mobileCards_1m91j_211 ._mobileCard_1m91j_211{position:relative;max-width:392px;width:100%;margin:0 auto;border-radius:16px;background-color:#fff;overflow:hidden}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._main_gs5i4_20{display:flex;flex-direction:column;gap:80px}@media only screen and (max-width: 1023px){._main_gs5i4_20{gap:54px}}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._modalContent_1mcy2_20{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 10px #00000026;max-width:600px;width:90%;outline:none}._modalOverlay_1mcy2_30{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000}._modalHeader_1mcy2_43{display:flex;justify-content:space-between}._modalTitle_1mcy2_48{font-size:48px}._closeIcon_1mcy2_52{display:flex;background:red;color:#fff;border:none;padding:4px;height:fit-content;border-radius:6px;cursor:pointer;transition:background .2s ease}._closeIcon_1mcy2_52:hover{background:red}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._mainWrapper_y7j75_20{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}._backgroundImage_y7j75_28{position:absolute;top:0;left:0;z-index:1}@media only screen and (max-width: 767px){._backgroundImage_y7j75_28{display:none}}._profileSection_y7j75_40{position:relative;z-index:2;width:100%;height:100%}._contentWrapper_y7j75_47{position:relative;display:flex;flex-direction:column;gap:40px;max-width:1444px;margin:0 auto;padding:24px 48px 50px;border-radius:16px;overflow:hidden}@media only screen and (max-width: 767px){._contentWrapper_y7j75_47{padding:24px 16px}}._profileWrapper_y7j75_64{max-width:944px;width:100%;margin:0 auto}._profileTabs_y7j75_70{display:flex;justify-content:space-between;align-items:center;gap:24px;width:fit-content;height:49px;margin:0 auto;padding:0 4px;border-radius:25px;background-color:#fff;box-shadow:0 0 12px #00000026}@media only screen and (max-width: 767px){._profileTabs_y7j75_70{gap:16px}}._tab_y7j75_89{padding:10px 20px;border-radius:25px;cursor:pointer}._tab_y7j75_89._active_y7j75_94{background-color:#101010;color:#fff}._title_y7j75_99{margin-bottom:12px;font-size:44px;font-weight:700;text-align:center}._text_y7j75_106{max-width:700px;margin:0 auto 40px;font-size:18px;text-align:center}._form_y7j75_113{padding:24px;border-radius:8px;border:1px solid rgba(237,237,237,.5);background:#fff;box-shadow:0 2px 24px #00000026}@media only screen and (max-width: 767px){._form_y7j75_113{padding:24px 16px 16px}}._inputsWrapper_y7j75_126{display:flex;flex-direction:column;gap:24px}@media only screen and (max-width: 767px){._inputsWrapper_y7j75_126{gap:32px}}._row_y7j75_137{display:flex;gap:16px}@media only screen and (max-width: 767px){._row_y7j75_137{flex-direction:column;gap:32px}}._addressRow_y7j75_148{display:grid;grid-template-columns:3fr 1fr;gap:16px}@media only screen and (max-width: 767px){._addressRow_y7j75_148{display:flex;flex-direction:column;gap:32px}}._button_y7j75_161{display:block;margin-top:48px;margin-left:auto}@media only screen and (max-width: 767px){._button_y7j75_161{display:flex;width:100%;margin-top:24px}}._topUpButton_y7j75_174{display:block;margin:48px auto 0}@media only screen and (max-width: 767px){._topUpButton_y7j75_174{display:flex;width:100%;margin-top:24px}}._pricingWrapper_y7j75_186{display:flex;flex-direction:column;gap:16px;margin-top:16px;border-radius:8px;border:1px solid rgba(237,237,237,.5);background:#fff;box-shadow:0 2px 24px #00000026}._tabTitle_y7j75_197{font-size:18px;font-weight:600}._openerWrapper_y7j75_202{display:flex;justify-content:space-between;padding:16px 24px}._openerWrapper_y7j75_202 svg{min-width:24px;transition:.2s all;cursor:pointer}._openerWrapper_y7j75_202 svg._open_y7j75_202{transform:rotate(180deg)}@media only screen and (max-width: 767px){._openerWrapper_y7j75_202{padding:16px}}._pricingInfo_y7j75_221{max-height:0;height:0;transform:scaleY(0);overflow:hidden;opacity:0;transition:opacity .2s ease-in-out,transform .2s ease-in-out}._pricingInfo_y7j75_221._open_y7j75_202{max-height:3000px;height:auto;transform:scaleY(1);opacity:1;padding:16px 24px}@media only screen and (max-width: 767px){._pricingInfo_y7j75_221._open_y7j75_202{padding:12px 16px}}._pricingInfo_y7j75_221{display:flex;gap:24px}@media only screen and (max-width: 1023px){._pricingInfo_y7j75_221{flex-wrap:wrap;justify-content:center}}._infoWrapper_y7j75_253{display:flex;flex-direction:column;justify-content:space-between;max-width:200px;width:100%;padding:16px 8px;border-radius:16px;background-color:#fff;box-shadow:0 0 12px #00000026}@media only screen and (max-width: 767px){._infoWrapper_y7j75_253{max-width:264px}}._top_y7j75_174{padding-bottom:16px;text-align:center;font-size:20px;font-weight:700;color:#bababa}._bottom_y7j75_278{display:flex;gap:5px;align-items:flex-end;justify-content:center;padding-top:16px;border-top:1px solid rgba(186,186,186,.4);text-align:center;font-size:12px;font-weight:300;line-height:20px}._bottom_y7j75_278 span{font-size:24px;font-weight:600;line-height:1.15}._checkboxWrapper_y7j75_296{display:flex;align-items:center;gap:8px}._checkboxText_y7j75_302{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:20px;opacity:.8;color:#101010}._checkboxText_y7j75_302 a{font-family:Inter,sans-serif;font-size:12px;color:#101010;text-decoration:underline}._checkoutWrapper_y7j75_317{display:grid;grid-template-columns:2fr 1fr;gap:16px}@media only screen and (max-width: 1023px){._checkoutWrapper_y7j75_317{display:flex;flex-direction:column}}._purchaseWrapper_y7j75_329{height:fit-content;border-radius:8px;border:1px solid rgba(237,237,237,.5);background:#fff;box-shadow:0 2px 24px #00000026}._purchaseTitle_y7j75_337{padding:24px 16px;font-size:18px;font-weight:600;text-align:center}._purchaseInfo_y7j75_344{padding:34px 32px;background-color:#f5f5f7}._purchaseRow_y7j75_349,._total_y7j75_350{display:flex;justify-content:space-between}._purchaseRow_y7j75_349 div,._total_y7j75_350 div{font-size:14px;opacity:.5}._purchaseRow_y7j75_349 span,._total_y7j75_350 span{font-size:18px;font-weight:600}._purchaseRow_y7j75_349+._purchaseRow_y7j75_349,._total_y7j75_350+._purchaseRow_y7j75_349{margin-top:16px}._total_y7j75_350{margin-top:16px;padding-top:32px;border-top:1px solid rgba(186,186,186,.4)}._logoutWrapper_y7j75_375{padding:32px}._logoutTitle_y7j75_379{margin-bottom:24px;font-size:18px;font-weight:600;text-align:center}._logoutButtons_y7j75_386{display:flex;flex-wrap:wrap;gap:16px;width:fit-content;margin:0 auto}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._dropdownWrapper_69clz_20{position:relative;width:100%;outline:none}._dropdown_69clz_20{display:flex;align-items:center;background:#fff;border-radius:12px;padding:12px;cursor:pointer;height:48px;font-size:14px;font-weight:400;line-height:20px;-webkit-user-select:none;user-select:none;gap:12px}._dropdown_69clz_20._open_69clz_40{opacity:1;transform:translateY(0);border-radius:12px 12px 0 0}._leftIcon_69clz_46{display:flex;align-items:center;width:24px;height:24px;border-radius:50%;overflow:hidden;flex-shrink:0}._label_69clz_56{flex:1 1 auto;white-space:nowrap;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:20px}._defaultLabel_69clz_69{display:flex;align-items:center;gap:4px}._rightIcon_69clz_75{width:22px;height:22px}._listWrapper_69clz_80{position:absolute;top:100%;left:50%;width:fit-content;padding:12px 16px;border-radius:0 0 12px 12px;background:#fff;z-index:500;opacity:1;transform:translateY(0) translate(-50%);transition:opacity .25s,transform .25s}._listWrapper_69clz_80:not(._open_69clz_40){opacity:0;transform:translateY(-10px) translate(-50%);pointer-events:none}._dropdownList_69clz_99{display:flex;flex-direction:column;gap:4px;width:100%;max-height:200px;overflow-y:auto;padding-right:16px}._dropdownList_69clz_99::-webkit-scrollbar{width:4px;height:4px}._dropdownList_69clz_99::-webkit-scrollbar-track{border-radius:4px;background-color:#f5f5f7}._dropdownList_69clz_99::-webkit-scrollbar-thumb{border-radius:4px;background-color:#bababa}._dropdownItem_69clz_121{position:relative;background:#fff;border:none;display:flex;align-items:center;font-size:14px;font-weight:400;line-height:20px;gap:12px;cursor:pointer}._dropdownItem_69clz_121:last-child{border-radius:0 0 12px 12px}._dropdownItem_69clz_121:hover{background:#f5f5f5}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._container_ggp8i_20{position:relative;display:flex;flex-direction:column;gap:4px}._pagination_ggp8i_27{display:flex;align-items:center;justify-content:center}._pagination_ggp8i_27 li{padding:4px 12px}._pagination_ggp8i_27 li a{transition:.3s all}._pagination_ggp8i_27 li a:hover{opacity:.7;-webkit-text-fill-color:unset}._arrow_ggp8i_43{display:flex;align-items:center;gap:4px;cursor:pointer}._arrow_ggp8i_43:is(:hover,:active){opacity:.8}._labelText_ggp8i_53{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#101010}._link_ggp8i_61{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#101010;cursor:pointer}._adminPageLink_ggp8i_70{color:#fff}._activeLink_ggp8i_74{font-family:Inter,sans-serif;font-weight:700;font-size:14px;line-height:20px;background:linear-gradient(180deg,#5a71ff,#c1ccff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._adminActiveLinkClassName_ggp8i_85{background:#fff;color:#101010}._disableArrow_ggp8i_90 ._paginationArrow_ggp8i_90 p,._disableArrow_ggp8i_90 ._adminPaginationArrow_ggp8i_91 p{color:#101010}._nextArrow_ggp8i_95{transform:rotate(180deg)}._paginationDescription_ggp8i_99{text-align:center;color:#bababa;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:17px}._totalCount_ggp8i_108{display:flex;justify-content:center}._totalCount_ggp8i_108 p{font-family:Inter,sans-serif;font-weight:400;font-size:10px;line-height:20px;text-align:center;color:#bababa}.selected{border-radius:4px;background-color:#f5f5f7}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._audioPlayer_qiaik_20{display:flex;align-items:center;gap:12px;width:100%;padding:15px 14px;border-radius:200px;background:#f5f5f7}@media only screen and (max-width: 767px){._audioPlayer_qiaik_20{padding:15px 10px;gap:4px}}._playButton_qiaik_36{background-color:transparent;outline:none;border:none;line-height:0;width:22px;height:22px;cursor:pointer}._playButton_qiaik_36:disabled{opacity:.6;cursor:not-allowed;transform:none}._progressContainer_qiaik_51{flex:1;display:flex;align-items:center}._progressBar_qiaik_57{width:100%;height:5px;border-radius:3px;cursor:pointer;position:relative;overflow:hidden;background-color:#e4e4e5}._progressBar_qiaik_57:hover{opacity:.8}._progressFill_qiaik_70{height:100%;border-radius:3px;transition:width .1s ease;background:linear-gradient(180deg,#5a71ff,#c1ccff)}._timeInfo_qiaik_77{display:flex;align-items:center;gap:5px;color:#101010;font-size:14px;font-weight:400;min-width:76px;width:auto}._volumeContainer_qiaik_88{display:flex;align-items:center;gap:12px}@media only screen and (max-width: 767px){._volumeContainer_qiaik_88{display:none}}._volumeIcon_qiaik_99{flex-shrink:0;line-height:0}._volumeSlider_qiaik_104{width:60px;height:5px;border-radius:3px;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}._volumeSlider_qiaik_104::-webkit-slider-track{width:100%;height:5px;background:transparent;border-radius:3px;border:none}._volumeSlider_qiaik_104::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;background:#000;border-radius:50%;cursor:pointer;transition:transform .2s ease}._volumeSlider_qiaik_104::-moz-range-track{width:100%;height:5px;background:transparent;border-radius:3px;border:none}._volumeSlider_qiaik_104::-moz-range-thumb{width:14px;height:14px;background:#000;border-radius:50%;border:none;cursor:pointer;transition:transform .2s ease}._volumeSlider_qiaik_104::-ms-track{width:100%;height:5px;background:transparent;border-color:transparent;color:transparent;border-radius:3px}._volumeSlider_qiaik_104::-ms-fill-lower{background:#000;border-radius:3px}._volumeSlider_qiaik_104::-ms-fill-upper{border-radius:3px}._volumeSlider_qiaik_104::-ms-thumb{width:14px;height:14px;background:#000;border-radius:50%;border:none;cursor:pointer}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._audioItem_1jfat_20{display:flex;gap:30px}@media only screen and (max-width: 1023px){._audioItem_1jfat_20{gap:16px}}._audioItemBody_1jfat_30{display:flex;gap:30px}@media only screen and (max-width: 767px){._audioItemBody_1jfat_30{display:none}}._audioItemInfo_1jfat_40{display:flex;align-items:center;gap:16px;font-size:14px}._optionWrapper_1jfat_47{display:flex;align-items:center;gap:8px;white-space:nowrap}._audioItemPlayerWrapper_1jfat_54{display:flex;align-items:center;gap:16px;width:100%}._audioDownloadButton_1jfat_61{flex-shrink:0;padding:16px;background-color:transparent;cursor:pointer}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._myAudio_12fmn_20{max-width:1444px;width:100%;margin:0 auto;padding:0 16px}._wrapper_12fmn_27{max-width:944px;width:100%;margin:0 auto 54px;padding:16px 24px;border-radius:8px;border:1px solid rgba(237,237,237,.5);background:#fff;box-shadow:0 2px 24px #00000026}@media only screen and (max-width: 767px){._wrapper_12fmn_27{padding:16px}}._title_12fmn_43{font-size:24px}._text_12fmn_47{font-size:14px}._audioList_12fmn_51{display:flex;flex-direction:column;gap:4px;margin-top:16px;padding:16px 24px;border-radius:8px;border:1px solid rgba(237,237,237,.5);background:#fff;box-shadow:0 2px 24px #00000026}@media only screen and (max-width: 767px){._audioList_12fmn_51{padding:0;border:none;box-shadow:none}}._divider_12fmn_70{width:100%;height:1px;background-color:#00000026}._emptyStateWrapper_12fmn_76{max-width:305px;margin:0 auto}._emptyStateWrapper_12fmn_76 ._title_12fmn_43,._emptyStateWrapper_12fmn_76 ._text_12fmn_47{transform:translateY(-65px)}._emptyState_12fmn_76{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}._emptyState_12fmn_76 *{text-align:center}._loadingWrapper_12fmn_96{display:flex;justify-content:center;align-items:center;height:320px}._pagination_12fmn_103{margin-top:16px}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._modalWrapper_b4gkv_20{padding:0}._closeButtonWrapper_b4gkv_24{position:absolute;top:12px;right:12px;cursor:pointer}._headerWrapper_b4gkv_31{position:relative;display:flex;flex-direction:column;gap:8px;padding:24px 32px 0}._title_b4gkv_39{font-size:18px;font-weight:600;text-align:center}._text_b4gkv_45{font-size:14px;text-align:center;opacity:.5}._uploadWrapper_b4gkv_51{width:100%;padding:32px 0;border-radius:0 0 12px 12px;background-color:#f5f5f7}._uploadFileButton_b4gkv_58{display:block;width:fit-content;margin:0 auto;padding:12px 24px}._uploadFileContainer_b4gkv_65{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}._uploadFileText_b4gkv_73{text-align:center;font-size:14px;font-weight:400;opacity:.5}._uploadFileBlock_b4gkv_80{flex-direction:column;gap:20px;padding:0 32px 10px;display:flex;align-items:center;justify-content:center;width:100%;border-radius:24px}._fileName_b4gkv_92{text-align:center;font-size:16px;font-weight:500;word-break:break-all;max-width:300px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._dragUploadWrapper_b4gkv_105{width:100%}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._wrapper_yab6u_20{display:flex;flex-direction:column;gap:8px;margin:0 auto;height:100%}._label_yab6u_28{font-weight:400;font-size:12px;color:#000}._uploadContainer_yab6u_34{width:100%;min-height:75px;height:100%;border:2px dashed #e2e6ea;border-radius:24px;padding:16px;display:flex;flex-direction:column;text-align:center;transition:border .2s ease-in-out}._uploadContainer_yab6u_34._dragging_yab6u_46{border-color:#101010}._uploadContainer_yab6u_34._uploaded_yab6u_49{cursor:default;border:1px solid #101010}._uploadText_yab6u_54{color:#000;font-size:14px;font-weight:400;line-height:20px;margin:auto}._uploadLink_yab6u_62{color:#6ad614;font-weight:500}._sizeInfo_yab6u_67{font-size:12px}._uploadProgress_yab6u_71{width:100%;text-align:left}._fileName_yab6u_76{font-weight:400;font-size:14px;line-height:16.8px;color:#000}._fileSize_yab6u_83{font-weight:400;font-size:12px;line-height:15.6px;color:#000}._progress_yab6u_90{display:flex;align-items:center;gap:5px}._progressBar_yab6u_96{width:100%;height:6px;background-color:#0f0;border-radius:8px;overflow:hidden}._inputFile_yab6u_104{display:none}._progressFill_yab6u_108{height:100%;background-color:#0f0;transition:width .3s ease-in-out}._progressText_yab6u_114{font-weight:400;font-size:12px;line-height:20px;color:#000}._fileInfo_yab6u_121{display:flex;justify-content:space-between;align-items:flex-start}._iconsRow_yab6u_127{display:flex;gap:4px}._icon_yab6u_127{width:26px;height:26px;border-radius:6px;display:flex;justify-content:center;align-items:center;background-color:#0f0;cursor:pointer}._fileUrl_yab6u_143{color:#000;font-weight:400;font-size:12px;line-height:15.6px;margin-top:5px;cursor:pointer}._modalOverlay_yab6u_152{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContent_yab6u_165{position:relative;background:#fff;padding:20px;border-radius:10px;max-width:90%;max-height:90%;display:flex;flex-direction:column;align-items:center}._modalImage_yab6u_177{max-width:100%;max-height:80vh;border-radius:8px}._previewImage_yab6u_183{max-height:300px;cursor:pointer;object-fit:cover}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._audioButton_935ms_20{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;transition:opacity .2s ease}._audioButton_935ms_20:hover:not(:disabled){opacity:.7}._audioButton_935ms_20:disabled{cursor:default;opacity:.6}._audioButton_935ms_20:focus{outline:none}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._backgroundImage_11yj6_20{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);z-index:1}._collectionWrapper_11yj6_28{position:relative;z-index:2}._formContainer_11yj6_33{position:relative;z-index:3;max-width:1444px;width:100%;margin:0 auto 16px;padding:96px 16px 0;display:flex;flex-direction:column;gap:40px}@media only screen and (max-width: 1023px){._formContainer_11yj6_33{padding-top:70px;gap:82px}}._headerWrapper_11yj6_51{display:flex;flex-direction:column;gap:12px}._title_11yj6_57{font-size:44px;font-weight:700;text-align:center}@media only screen and (max-width: 1023px){._title_11yj6_57{font-size:32px}}@media only screen and (max-width: 767px){._title_11yj6_57{font-size:22px}}._text_11yj6_73{font-size:18px;text-align:center}._wrapper_11yj6_78{max-width:944px;width:100%;margin:0 auto;padding:16px 24px;border-radius:8px;border:1px solid rgba(237,237,237,.5);background:#fff;box-shadow:0 2px 24px #00000026}@media only screen and (max-width: 767px){._wrapper_11yj6_78{padding:16px}}._footerLeftWrapper_11yj6_94{display:flex;gap:16px}._textarea_11yj6_99{border-radius:10px;background:#fff;min-height:140px;height:auto;overflow:hidden}@media only screen and (max-width: 767px){._textarea_11yj6_99{min-height:120px}}._selector_11yj6_112{max-width:180px;width:100%}@media only screen and (max-width: 767px){._selector_11yj6_112{max-width:100%}}._footerContainer_11yj6_122{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width: 767px){._footerContainer_11yj6_122{flex-direction:column;gap:24px}}._uploadFileContainer_11yj6_134{display:flex;align-items:center;gap:10px;cursor:pointer}._uploadFileContainer_11yj6_134._disabled_11yj6_140{opacity:.5;cursor:not-allowed;pointer-events:none}._uploadFileContainer_11yj6_134 svg{min-width:24px}._uploadFileText_11yj6_149{font-size:14px;font-weight:400;line-height:24px;max-width:200px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._removeFileButton_11yj6_161{display:flex;align-items:center;justify-content:center;width:20px;height:20px;cursor:pointer;opacity:.7;transition:opacity .2s ease}._removeFileButton_11yj6_161:hover{opacity:1}._createAudioButton_11yj6_175{min-width:158px;width:auto;padding:16px 32px}@media only screen and (max-width: 767px){._createAudioButton_11yj6_175{min-width:100%}}._estimatedCost_11yj6_186{font-size:10px;text-align:center}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._table_12l9n_20{width:100%;margin:0 auto;display:flex;flex-direction:column;position:relative;overflow:hidden}._tableContainer_12l9n_29{position:relative;padding:16px 24px;border-radius:8px;border:1px solid rgba(237,237,237,.5);background-color:#fff;box-shadow:0 2px 24px #00000026}@media only screen and (max-width: 767px){._tableContainer_12l9n_29{padding:16px 8px}}._tableHeader_12l9n_43{width:100%;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:12px 16px;border-radius:8px;background:#f5f5f7}._tableHeader_12l9n_43 div{font-family:Inter,sans-serif;font-size:14px;color:#bababa;opacity:.7}@media only screen and (max-width: 767px){._tableHeader_12l9n_43{padding:12px 8px}}._item_12l9n_65{width:150px;text-align:center}._item_12l9n_65:first-child{text-align:left}._item_12l9n_65:last-child{display:flex;justify-content:flex-end}._row_12l9n_77{width:100%;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:16px}._row_12l9n_77+._row_12l9n_77{border-top:1px solid rgba(0,0,0,.15)}._row_12l9n_77 div{font-family:Inter,sans-serif;font-size:14px;opacity:.7}@media only screen and (max-width: 767px){._row_12l9n_77 div{font-size:12px}}@media only screen and (max-width: 767px){._row_12l9n_77{padding:12px 8px}}._statusBlock_12l9n_104{border-radius:4px;width:fit-content;font-size:14px;font-weight:400;line-height:20px}._paid_12l9n_112{color:#059669}._waiting_12l9n_116{color:#d97706}._refund_12l9n_120,._failed_12l9n_124{color:#dc2626}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._orderHistoryWrapper_1s0nm_20{margin-top:16px;padding:16px 24px;border-radius:8px;border:1px solid rgba(237,237,237,.5);background:#fff;box-shadow:0 2px 24px #00000026}@media only screen and (max-width: 767px){._orderHistoryWrapper_1s0nm_20{padding:16px}}._title_1s0nm_34{margin-bottom:24px;font-size:18px;font-weight:600}._loadingWrapper_1s0nm_40,._orderHistory_1s0nm_20{margin:0 auto}._loadingWrapper_1s0nm_40{display:flex;justify-content:center;align-items:center;height:320px}._pagination_1s0nm_52{margin-top:16px}._emptyState_1s0nm_56{border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}@media only screen and (max-width: 767px){._emptyState_1s0nm_56{border-radius:0 0 20px 20px;border:none;margin:0 auto 100px}}._emptyText_1s0nm_72{text-align:center;font-size:14px;font-weight:400;opacity:.7}._emptyButton_1s0nm_79{height:40px;padding:16px 32px}@media only screen and (max-width: 767px){._emptyButton_1s0nm_79{width:100%}}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._backgroundImage_8srm6_20{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);z-index:1}._loadingContainer_8srm6_28{position:relative;z-index:2;width:100%;max-width:1444px;margin:auto;padding:96px 40px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px}@media only screen and (max-width: 767px){._loadingContainer_8srm6_28{padding:24px 16px;gap:20px}}._headerWrapper_8srm6_48{display:flex;flex-direction:column;gap:12px}._title_8srm6_54{font-size:44px;font-weight:700;text-align:center}@media only screen and (max-width: 1023px){._title_8srm6_54{font-size:32px}}@media only screen and (max-width: 767px){._title_8srm6_54{font-size:22px}}._text_8srm6_70{font-size:18px;text-align:center}._wrapper_8srm6_75{display:flex;flex-direction:column;gap:16px;width:100%;max-width:944px;padding:76px 16px;border-radius:8px;border:1px solid rgba(237,237,237,.5);box-shadow:0 2px 24px #00000026;background-color:#fff}._wrapper_8srm6_75._generated_8srm6_87{padding:16px 24px;gap:40px}._loaderContainer_8srm6_92{height:50px}._loadingDescription_8srm6_96{font-size:16px;text-align:center;color:#bababa}._loader_8srm6_92{width:6px;height:20px;border-radius:4px;display:block;margin:16px auto;position:relative;background:linear-gradient(180deg,#5a71ff,#c1ccff);color:#5a71ff;box-sizing:border-box;animation:_animloader_8srm6_1 .3s .3s linear infinite alternate}._loader_8srm6_92:after,._loader_8srm6_92:before{content:"";width:8px;height:40px;border-radius:4px;background:#5a71ff;position:absolute;top:50%;transform:translateY(-50%);left:20px;box-sizing:border-box;animation:_animloader_8srm6_1 .3s .45s linear infinite alternate}._loader_8srm6_92:before{left:-20px;animation-delay:0s}@keyframes _animloader_8srm6_1{0%{height:48px}to{height:4px}}._audioContainer_8srm6_143{position:relative;z-index:2;width:100%;margin:0 auto;border-radius:20px;padding:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}@media only screen and (max-width: 767px){._audioContainer_8srm6_143{padding:24px 16px}}._goBackButtonIcon_8srm6_162{rotate:180deg;line-height:0}._goBackButtonIcon_8srm6_162 g{opacity:1}._goBackButton_8srm6_162{min-width:176px;width:auto}._goBackButton_8srm6_162:hover path{fill:transparent;stroke:#fff}._downloadButton_8srm6_179{min-width:176px;width:auto}._audioButton_8srm6_184{width:100%;display:flex;justify-content:space-between}@media only screen and (max-width: 767px){._audioButton_8srm6_184{flex-direction:column;gap:16px}}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._myImages_1fglb_20{max-width:1444px;width:100%;margin:0 auto;padding:0 16px}._wrapper_1fglb_27{max-width:944px;width:100%;margin:0 auto 54px;padding:16px 24px;border-radius:8px;border:1px solid rgba(237,237,237,.5);background:#fff;box-shadow:0 2px 24px #00000026}@media only screen and (max-width: 767px){._wrapper_1fglb_27{padding:16px}}._title_1fglb_43{font-size:24px}._text_1fglb_47{font-size:14px}._imageList_1fglb_51{display:flex;gap:16px;margin-top:16px;flex-wrap:wrap}._imageWrapper_1fglb_58{max-width:calc(16.6666666667% - 13.3333333333px);width:100%}._imageWrapper_1fglb_58 img{display:block;width:100%;border-radius:4.78px;aspect-ratio:1;object-fit:cover;cursor:pointer}@media only screen and (max-width: 767px){._imageWrapper_1fglb_58{max-width:calc(50% - 8px)}}._emptyStateWrapper_1fglb_76{max-width:305px;margin:0 auto}._emptyStateWrapper_1fglb_76 ._title_1fglb_43,._emptyStateWrapper_1fglb_76 ._text_1fglb_47{transform:translateY(-65px)}._emptyState_1fglb_76{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}._emptyState_1fglb_76 *{text-align:center}._loadingWrapper_1fglb_96{display:flex;justify-content:center;align-items:center;height:320px}._pagination_1fglb_103{margin-top:16px}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._backgroundImage_1cce6_20{position:absolute;bottom:0;left:50%;transform:translate(-50%);z-index:1}._formContainer_1cce6_28{position:relative;z-index:3;max-width:1444px;width:100%;margin:0 auto 16px;padding:96px 16px 0;display:flex;flex-direction:column;gap:40px}@media only screen and (max-width: 1023px){._formContainer_1cce6_28{padding-top:70px;gap:82px}}._collectionWrapper_1cce6_46{position:relative;z-index:2}._headerWrapper_1cce6_51{display:flex;flex-direction:column;gap:12px}._title_1cce6_57{font-size:44px;font-weight:700;text-align:center}@media only screen and (max-width: 1023px){._title_1cce6_57{font-size:32px}}@media only screen and (max-width: 767px){._title_1cce6_57{font-size:22px}}._text_1cce6_73{font-size:18px;text-align:center}._wrapper_1cce6_78{max-width:944px;width:100%;margin:0 auto;padding:16px 24px;border-radius:8px;border:1px solid rgba(237,237,237,.5);background:#fff;box-shadow:0 2px 24px #00000026}@media only screen and (max-width: 767px){._wrapper_1cce6_78{padding:16px}}._footerLeftWrapper_1cce6_94{display:flex;gap:16px}._textarea_1cce6_99{border-radius:10px;background:#fff;min-height:140px;height:auto;overflow:hidden}@media only screen and (max-width: 767px){._textarea_1cce6_99{min-height:120px}}._selector_1cce6_112{max-width:180px;width:100%}@media only screen and (max-width: 767px){._selector_1cce6_112{max-width:100%}}._footerContainer_1cce6_122{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width: 767px){._footerContainer_1cce6_122{flex-direction:column;gap:24px}}._uploadFileContainer_1cce6_134{display:flex;align-items:center;gap:10px;cursor:pointer}._uploadFileContainer_1cce6_134._disabled_1cce6_140{opacity:.5;cursor:not-allowed;pointer-events:none}._uploadFileContainer_1cce6_134 svg{min-width:24px}._uploadFileText_1cce6_149{font-size:14px;font-weight:400;line-height:24px;max-width:200px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._removeFileButton_1cce6_161{display:flex;align-items:center;justify-content:center;width:20px;height:20px;cursor:pointer;opacity:.7;transition:opacity .2s ease}._removeFileButton_1cce6_161:hover{opacity:1}._createAudioButton_1cce6_175{min-width:158px;width:auto;padding:16px 32px}@media only screen and (max-width: 767px){._createAudioButton_1cce6_175{min-width:100%}}._estimatedCost_1cce6_186{font-size:10px;text-align:center}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._backgroundImage_zz8sy_20{position:absolute;bottom:0;left:50%;transform:translate(-50%);z-index:1}._loadingContainer_zz8sy_28{position:relative;z-index:2;width:100%;max-width:1444px;margin:auto;padding:96px 40px 48px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px}@media only screen and (max-width: 767px){._loadingContainer_zz8sy_28{padding:24px 16px;gap:20px}}._headerWrapper_zz8sy_48{display:flex;flex-direction:column;gap:12px}._title_zz8sy_54{font-size:44px;font-weight:700;text-align:center}@media only screen and (max-width: 1023px){._title_zz8sy_54{font-size:32px}}@media only screen and (max-width: 767px){._title_zz8sy_54{font-size:22px}}._text_zz8sy_70{font-size:18px;text-align:center}._text_zz8sy_70 a{background:linear-gradient(180deg,#5a71ff,#c1ccff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._wrapper_zz8sy_81{display:flex;flex-direction:column;gap:16px;width:100%;max-width:544px;padding:48px 16px;border-radius:8px;border:1px solid rgba(237,237,237,.5);box-shadow:0 2px 24px #00000026;background-color:#fff}._wrapper_zz8sy_81._generated_zz8sy_93{gap:24px}@media only screen and (max-width: 767px){._wrapper_zz8sy_81{padding:0;border:none;box-shadow:none;background-color:transparent}}._imageWrapper_zz8sy_105{max-width:364px;width:100%;margin:0 auto}._imageWrapper_zz8sy_105 img{width:100%;border-radius:12.8px;aspect-ratio:1;object-fit:cover}@media only screen and (max-width: 767px){._imageWrapper_zz8sy_105{padding:20px;border-radius:8px;border:1px solid rgba(237,237,237,.5);box-shadow:0 2px 24px #00000026;background-color:#fff}}._loaderContainer_zz8sy_126{display:flex;align-items:center;justify-content:center;height:345px;background-color:#f5f5f7;border-radius:12px}._loadingDescription_zz8sy_135{font-size:16px;text-align:center;color:#bababa}._loader_zz8sy_126{width:6px;height:20px;border-radius:4px;display:block;margin:16px auto;position:relative;background:linear-gradient(180deg,#5a71ff,#c1ccff);color:#5a71ff;box-sizing:border-box;animation:_animloader_zz8sy_1 .3s .3s linear infinite alternate}._loader_zz8sy_126:after,._loader_zz8sy_126:before{content:"";width:8px;height:40px;border-radius:4px;background:#5a71ff;position:absolute;top:50%;transform:translateY(-50%);left:20px;box-sizing:border-box;animation:_animloader_zz8sy_1 .3s .45s linear infinite alternate}._loader_zz8sy_126:before{left:-20px;animation-delay:0s}@keyframes _animloader_zz8sy_1{0%{height:48px}to{height:4px}}._imageContainer_zz8sy_182{position:relative;z-index:2;width:100%;margin:0 auto;border-radius:20px;padding:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}@media only screen and (max-width: 767px){._imageContainer_zz8sy_182{padding:24px 16px;gap:40px}}._goBackButtonIcon_zz8sy_202{rotate:180deg;line-height:0}._goBackButtonIcon_zz8sy_202 g{opacity:1}._goBackButton_zz8sy_202{min-width:176px;width:auto}@media only screen and (max-width: 767px){._goBackButton_zz8sy_202{background-color:#fff}}._downloadButton_zz8sy_220{min-width:176px;width:auto}._imageButtons_zz8sy_225{width:100%;display:flex;justify-content:space-between}@media only screen and (max-width: 767px){._imageButtons_zz8sy_225{flex-direction:column;gap:16px}}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._myVideos_wa2df_20{max-width:1444px;width:100%;margin:0 auto;padding:0 16px}._wrapper_wa2df_27{max-width:944px;width:100%;margin:0 auto 54px;padding:16px 24px;border-radius:8px;border:1px solid rgba(237,237,237,.5);background:#fff;box-shadow:0 2px 24px #00000026}@media only screen and (max-width: 767px){._wrapper_wa2df_27{padding:16px}}._title_wa2df_43{font-size:24px}._text_wa2df_47{font-size:14px}._videoList_wa2df_51{display:flex;gap:16px;margin-top:16px;flex-wrap:wrap}._videoWrapper_wa2df_58{max-width:calc(25% - 12px);width:100%;cursor:pointer}._videoWrapper_wa2df_58 video{display:block;width:100%;border-radius:4.78px;aspect-ratio:30/17}@media only screen and (max-width: 767px){._videoWrapper_wa2df_58{max-width:100%}}._emptyStateWrapper_wa2df_75{max-width:305px;margin:0 auto}._emptyStateWrapper_wa2df_75 ._title_wa2df_43,._emptyStateWrapper_wa2df_75 ._text_wa2df_47{transform:translateY(-65px)}._emptyState_wa2df_75{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}._emptyState_wa2df_75 *{text-align:center}._loadingWrapper_wa2df_95{display:flex;justify-content:center;align-items:center;height:320px}._pagination_wa2df_102{margin-top:16px}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._publicVideos_dxlsk_20{max-width:1444px;width:100%;margin:0 auto;padding:0 16px}._wrapper_dxlsk_27{max-width:944px;width:100%;margin:0 auto 54px;padding:16px 24px;border-radius:8px;border:1px solid rgba(237,237,237,.5);background:#fff;box-shadow:0 2px 24px #00000026}@media only screen and (max-width: 767px){._wrapper_dxlsk_27{padding:16px}}._title_dxlsk_43{font-size:24px}._text_dxlsk_47{font-size:14px}._videoList_dxlsk_51{display:flex;gap:16px;margin-top:16px;flex-wrap:wrap}._videoWrapper_dxlsk_58{max-width:calc(25% - 12px);width:100%}._videoWrapper_dxlsk_58 video{display:block;width:100%;border-radius:4.78px;aspect-ratio:30/17;cursor:pointer}@media only screen and (max-width: 767px){._videoWrapper_dxlsk_58{max-width:100%}}._emptyStateWrapper_dxlsk_75{max-width:305px;margin:0 auto}._emptyStateWrapper_dxlsk_75 ._title_dxlsk_43,._emptyStateWrapper_dxlsk_75 ._text_dxlsk_47{transform:translateY(-65px)}._emptyState_dxlsk_75{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}._emptyState_dxlsk_75 *{text-align:center}._loadingWrapper_dxlsk_95{display:flex;justify-content:center;align-items:center;height:320px}._pagination_dxlsk_102{margin-top:16px}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._modalWrapper_1gvw3_20{padding:0}._closeButtonWrapper_1gvw3_24{position:absolute;top:12px;right:12px;cursor:pointer}._headerWrapper_1gvw3_31{position:relative;display:flex;flex-direction:column;gap:8px;width:100%;padding:24px 32px 0}._title_1gvw3_40{font-size:18px;font-weight:600;text-align:center}._text_1gvw3_46{font-size:14px;text-align:center;opacity:.5}._container_1gvw3_52{width:100%;padding:32px;border-radius:0 0 12px 12px;background-color:#f5f5f7}@media only screen and (max-width: 1023px){._container_1gvw3_52{padding:0 16px}}._buyVideoContainer_1gvw3_64{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}._divider_1gvw3_72{width:100%;height:1px;background-color:#00000026}._item_1gvw3_78{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:16px 32px}._item_1gvw3_78 button{min-width:130px;width:fit-content;height:45px;padding:12px 24px}@media only screen and (max-width: 767px){._item_1gvw3_78{padding:16px 0}}._textWrapper_1gvw3_97{display:flex;flex-direction:column;gap:8px;font-size:18px;font-weight:600}._textWrapper_1gvw3_97 span{font-size:14px;font-weight:400;opacity:.5}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._backgroundImage_bi9zu_20{position:absolute;bottom:0;left:50%;transform:translate(-50%);z-index:1}._formContainer_bi9zu_28{position:relative;z-index:3;max-width:1444px;width:100%;margin:0 auto 16px;padding:96px 16px 0;display:flex;flex-direction:column;gap:40px}@media only screen and (max-width: 1023px){._formContainer_bi9zu_28{padding-top:70px;gap:82px}}._collectionWrapper_bi9zu_46{position:relative;z-index:2}._headerWrapper_bi9zu_51{display:flex;flex-direction:column;gap:12px}._title_bi9zu_57{font-size:44px;font-weight:700;text-align:center}@media only screen and (max-width: 1023px){._title_bi9zu_57{font-size:32px}}@media only screen and (max-width: 767px){._title_bi9zu_57{font-size:22px}}._text_bi9zu_73{font-size:18px;text-align:center}._wrapper_bi9zu_78{display:flex;gap:16px;max-width:944px;width:100%;margin:0 auto}@media only screen and (max-width: 767px){._wrapper_bi9zu_78{flex-direction:column;padding:0}}._uploaderWrapper_bi9zu_92{display:flex;flex-direction:column;gap:10px;max-width:230px;width:100%;padding:16px 32px;background-color:#f5f5f7;border-radius:8px;border:1px solid rgba(237,237,237,.5);box-shadow:0 2px 24px #00000026}._uploaderWrapper_bi9zu_92 img{max-height:142px;object-fit:cover;border-radius:8px;box-shadow:0 0 12px #00000026}@media only screen and (max-width: 767px){._uploaderWrapper_bi9zu_92{margin:0 auto;box-shadow:none;border:none;padding:0}._uploaderWrapper_bi9zu_92 *>div,._uploaderWrapper_bi9zu_92 img{display:none}}._uploadFileButton_bi9zu_123{height:45px}._textareaWrapper_bi9zu_127{width:100%;padding:16px 24px;border-radius:8px;border:1px solid rgba(237,237,237,.5);background:#fff;box-shadow:0 2px 24px #00000026}._footerLeftWrapper_bi9zu_136{display:flex;gap:16px}._textarea_bi9zu_127{border-radius:10px;background:#fff;min-height:140px;height:auto;overflow:hidden}@media only screen and (max-width: 767px){._textarea_bi9zu_127{min-height:120px}}._selector_bi9zu_154{max-width:180px;width:100%}@media only screen and (max-width: 767px){._selector_bi9zu_154{max-width:100%}}._footerContainer_bi9zu_164{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width: 767px){._footerContainer_bi9zu_164{flex-direction:column;gap:24px}}._uploadFileContainer_bi9zu_176{display:flex;align-items:center;gap:10px;cursor:pointer}._uploadFileContainer_bi9zu_176._disabled_bi9zu_182{opacity:.5;cursor:not-allowed;pointer-events:none}._uploadFileContainer_bi9zu_176 svg{min-width:24px}._uploadFileText_bi9zu_191{font-size:14px;font-weight:400;line-height:24px;max-width:200px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._removeFileButton_bi9zu_203{display:flex;align-items:center;justify-content:center;width:20px;height:20px;cursor:pointer;opacity:.7;transition:opacity .2s ease}._removeFileButton_bi9zu_203:hover{opacity:1}._createVideoButton_bi9zu_217{min-width:158px;width:auto;padding:16px 32px}@media only screen and (max-width: 767px){._createVideoButton_bi9zu_217{min-width:100%}}._estimatedCost_bi9zu_228{font-size:10px;text-align:center}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._backgroundImage_1be71_20{position:absolute;bottom:0;left:50%;transform:translate(-50%);z-index:1}._loadingContainer_1be71_28{position:relative;z-index:2;width:100%;max-width:1444px;margin:auto;padding:96px 40px 48px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px}@media only screen and (max-width: 767px){._loadingContainer_1be71_28{padding:24px 16px;gap:20px}}._headerWrapper_1be71_48{display:flex;flex-direction:column;gap:12px}._title_1be71_54{font-size:44px;font-weight:700;text-align:center}@media only screen and (max-width: 1023px){._title_1be71_54{font-size:32px}}@media only screen and (max-width: 767px){._title_1be71_54{font-size:22px}}._text_1be71_70{font-size:18px;text-align:center}._text_1be71_70 a{background:linear-gradient(180deg,#5a71ff,#c1ccff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._wrapper_1be71_81{display:flex;flex-direction:column;gap:16px;width:100%;max-width:544px;padding:48px 16px;border-radius:8px;border:1px solid rgba(237,237,237,.5);box-shadow:0 2px 24px #00000026;background-color:#fff}._wrapper_1be71_81._generated_1be71_93{gap:24px}@media only screen and (max-width: 767px){._wrapper_1be71_81{padding:0;border:none;box-shadow:none;background-color:transparent}}._videoWrapper_1be71_105{position:relative;max-width:364px;width:100%;margin:0 auto}._videoWrapper_1be71_105 video{width:100%;border-radius:12.8px;aspect-ratio:1;object-fit:cover;cursor:pointer}._videoWrapper_1be71_105 ._playButton_1be71_118{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);padding:16px;background-color:transparent;cursor:pointer}@media only screen and (max-width: 767px){._videoWrapper_1be71_105{padding:20px;border-radius:8px;border:1px solid rgba(237,237,237,.5);box-shadow:0 2px 24px #00000026;background-color:#fff}}._loaderContainer_1be71_137{display:flex;align-items:center;justify-content:center;height:345px;background-color:#f5f5f7;border-radius:12px}._loadingDescription_1be71_146{font-size:16px;text-align:center;color:#bababa}._loader_1be71_137{width:6px;height:20px;border-radius:4px;display:block;margin:16px auto;position:relative;background:linear-gradient(180deg,#5a71ff,#c1ccff);color:#5a71ff;box-sizing:border-box;animation:_animloader_1be71_1 .3s .3s linear infinite alternate}._loader_1be71_137:after,._loader_1be71_137:before{content:"";width:8px;height:40px;border-radius:4px;background:#5a71ff;position:absolute;top:50%;transform:translateY(-50%);left:20px;box-sizing:border-box;animation:_animloader_1be71_1 .3s .45s linear infinite alternate}._loader_1be71_137:before{left:-20px;animation-delay:0s}@keyframes _animloader_1be71_1{0%{height:48px}to{height:4px}}._videoContainer_1be71_193{position:relative;z-index:2;width:100%;margin:0 auto;border-radius:20px;padding:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}@media only screen and (max-width: 767px){._videoContainer_1be71_193{padding:24px 16px;gap:40px}}._goBackButtonIcon_1be71_213{rotate:180deg;line-height:0}._goBackButtonIcon_1be71_213 g{opacity:1}._goBackButton_1be71_213{min-width:176px;width:auto}@media only screen and (max-width: 767px){._goBackButton_1be71_213{background-color:#fff}}._downloadButton_1be71_231{min-width:176px;width:auto}._videoButtons_1be71_236{width:100%;display:flex;justify-content:space-between}@media only screen and (max-width: 767px){._videoButtons_1be71_236{flex-direction:column;gap:16px}}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._modalWrapper_xdbyd_20{padding:0}._closeButtonWrapper_xdbyd_24{position:absolute;top:12px;right:12px;cursor:pointer}._headerWrapper_xdbyd_31{position:relative;display:flex;flex-direction:column;gap:8px;padding:24px 32px 0}._title_xdbyd_39{font-size:18px;font-weight:600;text-align:center}._text_xdbyd_45{font-size:14px;text-align:center;opacity:.5}._uploadWrapper_xdbyd_51{width:100%;padding:32px 0;border-radius:0 0 12px 12px;background-color:#f5f5f7}._uploadFileButton_xdbyd_58{display:block;width:fit-content;margin:0 auto;padding:12px 24px}._uploadFileContainer_xdbyd_65{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}._uploadFileText_xdbyd_73{text-align:center;font-size:14px;font-weight:400;opacity:.5}._uploadFileBlock_xdbyd_80{padding:0 32px 10px;display:flex;align-items:center;justify-content:center;width:100%;border-radius:24px}._fileName_xdbyd_89{text-align:center;font-size:16px;font-weight:500;word-break:break-all;max-width:300px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._dragUploadWrapper_xdbyd_102{width:100%}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._conversationHistory_v8s5r_20{position:relative;z-index:2;display:flex;flex-direction:column;gap:24px;width:388px;padding:16px 24px 16px 100px;transition:all .3s ease}._conversationHistory_v8s5r_20._closed_v8s5r_30{width:150px}._conversationHistory_v8s5r_20._closed_v8s5r_30 ._listItem_v8s5r_33:not(._new_v8s5r_33){opacity:0;width:0}._conversationHistory_v8s5r_20._closed_v8s5r_30 ._listItem_v8s5r_33._new_v8s5r_33 span{opacity:0;width:0}._conversationHistory_v8s5r_20._closed_v8s5r_30 ._historyTitle_v8s5r_41{flex:unset;opacity:0;width:0;pointer-events:none}._conversationHistory_v8s5r_20._closed_v8s5r_30 ._historyTitleWrapper_v8s5r_47{gap:0}._conversationHistory_v8s5r_20._closed_v8s5r_30 ._loaderWrapper_v8s5r_50{display:none}@media only screen and (max-width: 1023px){._conversationHistory_v8s5r_20{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;padding:16px 24px;background-color:#f5f5f7}._conversationHistory_v8s5r_20._closed_v8s5r_30{height:50px;background-color:transparent}._conversationHistory_v8s5r_20._closed_v8s5r_30 ._listItem_v8s5r_33._new_v8s5r_33{opacity:0;width:0}}._historyTitleWrapper_v8s5r_47{display:flex;align-items:center;gap:16px}._historyTitleWrapper_v8s5r_47 svg{cursor:pointer}._historyTitle_v8s5r_41{flex:1;font-size:14px;font-weight:700;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}._loaderWrapper_v8s5r_50{display:flex;justify-content:center;align-items:center;padding:24px}._conversationsList_v8s5r_99{display:flex;flex-direction:column;gap:20px;max-height:500px;overflow:auto}._conversationsList_v8s5r_99::-webkit-scrollbar{width:4px;height:4px}._conversationsList_v8s5r_99::-webkit-scrollbar-track{border-radius:4px;background-color:#f5f5f7}._conversationsList_v8s5r_99::-webkit-scrollbar-thumb{border-radius:4px;background-color:#bababa}._listItem_v8s5r_33{transition:opacity .3s ease,width .3s ease;cursor:pointer}._listItem_v8s5r_33._active_v8s5r_123 span{color:#101010;font-weight:600}._listItem_v8s5r_33 span{font-size:16px;color:#6c6c6d;text-transform:capitalize;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._listItem_v8s5r_33._new_v8s5r_33{display:flex;align-items:center;gap:4px;width:fit-content}._listItem_v8s5r_33._new_v8s5r_33 span{color:#101010}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._chatbotWrapper_1unhg_20{position:relative;flex:1;display:flex;max-width:1444px;width:100%;margin:0 auto;min-height:80vh}._backgroundImage_1unhg_30{position:absolute;top:-130px;right:0;z-index:1}._formContainer_1unhg_37{position:relative;flex:1;display:flex;flex-direction:column;padding:24px 94px 74px;background-color:#fff;overflow:visible}@media only screen and (max-width: 1023px){._formContainer_1unhg_37{padding:34px 24px 24px}}._headerWrapper_1unhg_52{position:relative;z-index:2;display:flex;align-items:center;flex-direction:column;gap:12px;margin:auto 0}._title_1unhg_62{font-size:44px;font-weight:700;text-align:center}@media only screen and (max-width: 1023px){._title_1unhg_62{font-size:32px}}@media only screen and (max-width: 767px){._title_1unhg_62{font-size:22px}}._text_1unhg_78{max-width:470px;margin:0 auto;font-size:18px;text-align:center}._wrapper_1unhg_85{position:relative;z-index:2;width:100%;margin:auto auto 0;padding:16px 24px;border-radius:8px;border:1px solid rgba(237,237,237,.5);background:#fff;box-shadow:0 2px 24px #00000026}@media only screen and (max-width: 767px){._wrapper_1unhg_85{padding:16px}}._footerLeftWrapper_1unhg_102{display:flex;gap:16px}._textarea_1unhg_107{border-radius:10px;background:#fff;min-height:50px;max-height:150px;height:auto;overflow:auto}._textarea_1unhg_107::-webkit-scrollbar{width:4px;height:4px}._textarea_1unhg_107::-webkit-scrollbar-track{border-radius:4px;background-color:#f5f5f7}._textarea_1unhg_107::-webkit-scrollbar-thumb{border-radius:4px;background-color:#bababa}._selector_1unhg_128{max-width:180px;width:100%}@media only screen and (max-width: 767px){._selector_1unhg_128{max-width:100%}}._footerContainer_1unhg_138{display:flex;justify-content:space-between;align-items:center}._uploadFileContainer_1unhg_144{display:flex;align-items:center;gap:10px;cursor:pointer}._uploadFileContainer_1unhg_144._disabled_1unhg_150{opacity:.5;cursor:not-allowed;pointer-events:none}._uploadFileContainer_1unhg_144 svg{min-width:24px}._uploadFileText_1unhg_159{font-size:14px;font-weight:400;line-height:24px;max-width:200px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._removeFileButton_1unhg_171{display:flex;align-items:center;justify-content:center;width:20px;height:20px;cursor:pointer;opacity:.7;transition:opacity .2s ease}._removeFileButton_1unhg_171:hover{opacity:1}._createConversationButton_1unhg_185{height:45px;width:auto;padding:12px 24px}._conversation_1unhg_191{position:relative;z-index:2;display:flex;flex-direction:column;gap:24px;max-height:66vh;overflow:auto;margin-bottom:24px;padding-right:24px}._conversation_1unhg_191::-webkit-scrollbar{width:4px;height:4px}._conversation_1unhg_191::-webkit-scrollbar-track{border-radius:4px;background-color:#f5f5f7}._conversation_1unhg_191::-webkit-scrollbar-thumb{border-radius:4px;background-color:#bababa}@media only screen and (max-width: 1023px){._conversation_1unhg_191{padding-right:8px}}._markdown_1unhg_220{font-size:16px;line-height:1.6;color:#101010}._markdown_1unhg_220._user_1unhg_225{max-width:60%;width:fit-content;margin-left:auto;border-radius:8px;background:#10101008;padding:10px}._markdown_1unhg_220._user_1unhg_225 p{margin:0}._markdown_1unhg_220 h1,._markdown_1unhg_220 h2,._markdown_1unhg_220 h3,._markdown_1unhg_220 h4{font-weight:600;margin:16px 0 8px;line-height:1.3}._markdown_1unhg_220 h1{font-size:20px}._markdown_1unhg_220 h2{font-size:18px}._markdown_1unhg_220 h3{font-size:16px}._markdown_1unhg_220 p{margin:0 0 12px}._markdown_1unhg_220 strong{font-weight:600}._markdown_1unhg_220 em{font-style:italic}._markdown_1unhg_220 ul,._markdown_1unhg_220 ol{margin:0 0 12px 20px;padding:0}._markdown_1unhg_220 li{margin-bottom:4px}._markdown_1unhg_220 code{background:#f5f5f7;padding:2px 6px;border-radius:4px;font-size:14px;font-family:monospace}._markdown_1unhg_220 hr{border:none;border-top:1px solid rgba(0,0,0,.15);margin:20px 0}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._contentWrap_4q0a7_20{min-height:calc(100vh - 353px);display:flex;align-items:center;justify-content:center;gap:100px;padding-top:40px;padding-bottom:40px}@media only screen and (max-width: 1023px){._contentWrap_4q0a7_20{min-height:auto;flex-direction:column;gap:40px}}@media only screen and (max-width: 1023px){._statusImg_4q0a7_38{width:50%}}._content_4q0a7_20{display:flex;flex-direction:column;align-items:center;gap:32px}._content_4q0a7_20 p{max-width:500px;padding:20px;border-radius:16px;background-color:#ded;color:#000;text-align:center;font-family:SF Pro Display,sans-serif;font-size:24px;font-style:normal;font-weight:700}._content_4q0a7_20 p._failed_4q0a7_61{background-color:#edd}._content_4q0a7_20 span{font-size:16px}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._mainSection_16it3_20{position:relative;background:#f5f5f7;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._container_qw7l7_20{display:flex;align-items:center;justify-content:center;gap:16px;background:#f5f5f7;width:100vw;height:100vh;margin:auto;padding:0 16px}@media only screen and (max-width: 1023px){._container_qw7l7_20{height:70vh}}._button_qw7l7_37{margin:0 auto}@media only screen and (max-width: 767px){._button_qw7l7_37{margin-top:auto;width:100%}}._wrapper_qw7l7_47{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1444px;width:100%;height:100%;padding:0 16px;border-radius:16px;z-index:1;background-image:url(/assets/not_found-BtrzNrsu.webp);background-size:cover;background-position:center;background-repeat:no-repeat}._wrapper_qw7l7_47 button{width:165px;margin-top:34px}@media only screen and (max-width: 767px){._wrapper_qw7l7_47 button{width:100%;margin-bottom:20px}}@media only screen and (max-width: 767px){._wrapper_qw7l7_47{padding:0 24px}}._mainWrapper_qw7l7_80{display:flex;flex-direction:column;justify-content:center;max-width:442px;gap:12px;padding:48px;border-radius:24px;border:1px solid rgba(84,63,212,.3);background:linear-gradient(135deg,#ffffff4d,#fff0);box-shadow:-5px -5px 4px #ffffff0a inset,5px 5px 4px #ffffff14 inset;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._mainWrapper_qw7l7_80 h2{font-size:160px;font-weight:700;line-height:1;text-align:center;color:#f5f5f7}@media only screen and (max-width: 1023px){._mainWrapper_qw7l7_80 h2{font-size:96px}}._mainWrapper_qw7l7_80 p{font-size:18px;font-weight:500;text-align:center;color:#f5f5f7;opacity:.8}@media only screen and (max-width: 767px){._mainWrapper_qw7l7_80{width:100%;max-width:100%;padding:48px 16px}}._badge_qw7l7_120{display:flex;justify-content:center;align-items:center;width:fit-content;height:22px;margin:0 0 14px;padding:4px 12px;border-radius:8px;text-transform:uppercase;background-color:#cee7ff}._badge_qw7l7_120 span{font-size:12px;font-weight:600;opacity:.5}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}._container_109bc_20{min-height:100vh;background-color:#f5f5f7;overflow:hidden}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYREGULAR-DF_3XEGl.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYMEDIUM-DSttQARu.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/assets/SFPRODISPLAYBOLD-CkqE-6tD.OTF) format("opentype");font-weight:600;font-style:normal}*{box-sizing:border-box;padding:0;margin:0;font-family:SF Pro Display,sans-serif}html,body{max-width:100vw;scrollbar-gutter:auto;-webkit-scrollbar-gutter:auto;font-family:SF Pro Display,sans-serif;font-weight:400;font-size:18px;color:#101010;background-color:#f5f5f7}ul,li{list-style:none}a{text-decoration:none;font-family:SF Pro Display,sans-serif;font-weight:400;font-size:18px;color:#101010}@media (hover: hover) and (pointer: fine){a:hover{background:linear-gradient(180deg,#5a71ff,#c1ccff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}}button{margin:0;border:none;color:inherit;font-size:inherit}h1{font-size:64px}@media only screen and (max-width: 1439px){h1{font-size:56px}}@media only screen and (max-width: 1023px){h1{font-size:48px}}h2{font-size:56px}@media only screen and (max-width: 1439px){h2{font-size:48px}}@media only screen and (max-width: 1023px){h2{font-size:40px}}@media only screen and (max-width: 767px){h2{font-size:28px}}h3{font-size:48px}@media only screen and (max-width: 1439px){h3{font-size:40px}}@media only screen and (max-width: 1023px){h3{font-size:36px}}h4{font-size:40px}@media only screen and (max-width: 1439px){h4{font-size:36px}}@media only screen and (max-width: 1023px){h4{font-size:32px}}h5{font-size:36px}@media only screen and (max-width: 1439px){h5{font-size:32px}}@media only screen and (max-width: 1023px){h5{font-size:28px}}h6{font-size:32px}@media only screen and (max-width: 1439px){h6{font-size:28px}}@media only screen and (max-width: 1023px){h6{font-size:24px}}.Toastify__toast-container .Toastify__toast-body{align-items:flex-start}.Toastify__toast-container .Toastify__toast{border-radius:8px 64px 64px;background:#fff;box-shadow:0 2px 24px #00000026}.Toastify__toast-container .Toastify__toast .Toastify__toast-icon{width:120px}.Toastify__toast-container .Toastify__toast--error h4{color:red}.Toastify__toast-container .Toastify__toast--success h4{color:#5a71ff}.Toastify__toast-container .Toastify__toast--info h4{color:#ff0}.Toastify__toast-container .Toastify__close-button{display:none;align-self:center;opacity:1}.Toastify__toast-container .Toastify__close-button:hover svg{fill:#fff}.Toastify__toast-container .Toastify__close-button svg{width:16px;height:16px;transition:.3s fill;fill:#000}
