@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._customToast_1uzpo_61 h4{transform:translateY(-2px);margin-bottom:4px;font-size:16px;font-weight:600;color:#fff}._customToast_1uzpo_61 p{font-size:14px;opacity:.6;line-height:1.5;color:#fff}: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:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._toastContainer_1f7ee_61{top:120px}@media only screen and (max-width: 1023px){._toastContainer_1f7ee_61{top:58px}}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._wrapper_qmm0r_61{display:flex;flex-direction:column;gap:8px;width:100%}._uploadContainer_qmm0r_68{display:flex;align-items:center;gap:50px;width:fit-content;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.0509803922);padding:9px 12.5px;cursor:pointer}._uploadContainer_qmm0r_68 p{font-weight:600;font-size:14px;line-height:24px;color:#ffffff40}._uploadContainer_qmm0r_68._dragging_qmm0r_85{border-color:#fff;border-style:dashed;box-sizing:content-box}._uploadContainer_qmm0r_68._uploaded_qmm0r_90{cursor:default;border:1px solid rgba(255,255,255,.5019607843)}@media only screen and (max-width: 1023px){._uploadContainer_qmm0r_68{justify-content:space-between;width:100%}}._uploadContainer_qmm0r_68._dragging_qmm0r_85 *{pointer-events:none}._imageIconWrapper_qmm0r_105{display:flex;justify-content:center;align-items:center;padding:7.5px;background:#ffffff0d;border-radius:10px}._inputFile_qmm0r_114{display:none}._fileInfo_qmm0r_118{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}._iconsRow_qmm0r_125{display:flex;flex-direction:column;gap:12px}._icon_qmm0r_125{width:26px;height:26px;border-radius:6px;display:flex;justify-content:center;align-items:center;background-color:#ffffff40;cursor:pointer}._uploadedImg_qmm0r_142{width:60px;height:auto}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._spinner_xihg1_61{width:48px;height:48px;border-radius:50%;position:relative;animation:_rotate_xihg1_1 1s linear infinite;z-index:100}._spinner_xihg1_61:before,._spinner_xihg1_61:after{content:"";box-sizing:border-box;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:5px solid #ffffff;animation:_prixClipFix_xihg1_1 2s linear infinite}._spinner_xihg1_61:after{transform:rotate3d(90,90,0,180deg);border-color:#943cff}._green_xihg1_86{border-color:#943cff transparent}._white_xihg1_90{border-color:#ffffff transparent}._red_xihg1_94{border-color:#ff0000 transparent}._tiny_xihg1_98{width:24px;height:24px;font-size:3px}._small_xihg1_104{width:32px;height:32px;font-size:4px}._medium_xihg1_110{width:40px;height:40px}._large_xihg1_115{width:48px;height:48px;font-size:6px}@keyframes _rotate_xihg1_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _prixClipFix_xihg1_1{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}75%,to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._button_usili_61{position:relative;display:inline-flex;justify-content:center;gap:8px;min-width:66px;border-radius:12px;padding:0 16px;opacity:1;transition:opacity .2s ease;white-space:nowrap;cursor:pointer}@media only screen and (max-width: 767px){._button_usili_61{border-radius:8px}}._button_usili_61:not(:disabled):is(:hover,:active){opacity:.8}._button_usili_61:disabled{cursor:not-allowed}._button_usili_61:disabled:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:#10121180;z-index:1;pointer-events:none}._button_usili_61 span{display:flex;align-items:center;gap:8px;font-weight:600;font-size:16px;line-height:24px;letter-spacing:-3%;vertical-align:middle}@media only screen and (max-width: 767px){._button_usili_61 span{font-weight:700;font-size:14px;line-height:24px}}._medium_usili_116{min-width:66px}._full_usili_120{width:100%}._auto_usili_124{width:auto}._primary_usili_128{padding:25.5px 48px;background:#943cff;border-radius:12px}@media only screen and (max-width: 1023px){._primary_usili_128{padding:13px 15px}}._default_usili_139{color:#fff}._secondary_usili_143{padding:25.5px 48px;background:#fff}@media only screen and (max-width: 1023px){._secondary_usili_143{padding:13px 15px}}._secondary_usili_143 span{font-weight:700;font-size:18px;line-height:24px;color:#101211}@media only screen and (max-width: 767px){._secondary_usili_143 span{font-weight:700;font-size:14px;line-height:24px}}._neutral_usili_167{padding:25.5px 48px;background:#ffffff0d}@media only screen and (max-width: 1023px){._neutral_usili_167{padding:13px 15px}}._neutral_usili_167 span{color:#ffffff40}._downloading_usili_181{background:#303231}._downloading_usili_181 span{font-weight:600;font-size:14px;line-height:24px;color:#ffffff40}._dangerous_usili_191{position:relative;padding:13.5px 33px;border:2px solid #ff0000;background:transparent}._dangerous_usili_191 span{font-size:16px;font-weight:700;line-height:24px;color:red}._outline_usili_204{background:transparent}._small_usili_208{padding:12px 24px;width:fit-content}@media only screen and (max-width: 1319px){._small_usili_208{padding:12px}._small_usili_208 span{font-size:14px}}@media only screen and (max-width: 1023px){._small_usili_208{padding:5.5px 20px}}@media only screen and (max-width: 767px){._small_usili_208{padding:5.5px 12px}}._tiny_usili_231{display:flex;align-items:center;padding:6px 20px}._tiny_usili_231 span{font-weight:600;font-size:12px;line-height:24px}._arrow_usili_242{width:17px}._spinnerWrapper_usili_246{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._checkbox_gdm7v_61{position:absolute;top:50%;transform:translateY(-50%);border-radius:50%;height:12px;width:12px;opacity:0;margin:0}._videoCheckbox_gdm7v_72{position:absolute;top:50%;transform:translateY(-50%);height:14px;width:14px;opacity:0;margin:0}._disabled_gdm7v_82{opacity:.6}._disabled_gdm7v_82 ._label_gdm7v_85{cursor:default}._custom-checkbox_gdm7v_89{position:relative}._label_gdm7v_85{width:20px;height:20px;display:flex;align-items:center;border-radius:8.4px;border:1px solid rgba(255,255,255,.1019607843);background:transparent;position:relative;overflow:hidden;cursor:pointer}._label_gdm7v_85:after{content:"";position:absolute;left:30%;bottom:31%;width:4px;height:6px;border-width:0 3px 3px 0;transform:rotate(45deg);z-index:2;transition:opacity .2s ease}._videoLabel_gdm7v_118{width:30px;height:30px;display:flex;align-items:center;justify-content:center;z-index:2;border-radius:20px;background:#fff;position:relative;overflow:hidden;cursor:pointer}._videoLabel_gdm7v_118:before{content:"";width:20px;height:20px;border-radius:50%;background:#1a1c1b;display:block;position:absolute;z-index:1}._videoLabel_gdm7v_118:after{content:"";position:absolute;width:4px;height:7px;left:39%;bottom:35%;border-width:0 3px 3px 0;transform:rotate(45deg);z-index:2;transition:opacity .2s ease}._videoLabel_gdm7v_118 span{width:100%;height:100%}@media only screen and (max-width: 767px){._videoLabel_gdm7v_118{width:18px;height:18px;border-radius:6px}._videoLabel_gdm7v_118:before{width:12px;height:12px}._videoLabel_gdm7v_118:after{content:"";position:absolute;width:2px;height:4px;left:40%;bottom:35%;border:solid rgba(255,255,255,.1019607843);border-width:0 2px 2px 0;transform:rotate(45deg);z-index:2;transition:opacity .2s ease}}._checkbox_gdm7v_61:checked~._label_gdm7v_85:after{content:"";position:absolute;border:solid #ffffff;border-width:0 3px 3px 0;transform:rotate(45deg);z-index:2;transition:opacity .2s ease}._videoCheckbox_gdm7v_72:checked~._label_gdm7v_85:before{background:#943cff}._videoCheckbox_gdm7v_72:checked~._label_gdm7v_85:after{border:solid #ffffff;border-width:0 2px 2px 0}: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:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._wrapper_1kkbf_61{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%}._phoneInput_1kkbf_70{width:100%;padding:12px 35px;box-shadow:inset 0 0 0 1px #fff;background:transparent;border:0;border-radius:5px}._phoneInput_1kkbf_70 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_1kkbf_91{width:100%;background:transparent;border-radius:12px;border:1px solid rgba(255,255,255,.0509803922);transition:border-width .2s linear;transition:.2s;outline:none}._input_1kkbf_91::placeholder{font-weight:400;font-size:14px;line-height:22px;color:#ffffff40}@media only screen and (max-width: 767px){._input_1kkbf_91::placeholder{font-size:12px}}._default_1kkbf_113{padding:12px 18px;font-family:Montserrat,sans-serif;font-weight:400;font-size:14px;line-height:22px;color:#fff;background:transparent;outline:none}._search_1kkbf_124{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_1kkbf_124:is(:hover,:focus){box-shadow:inset 0 0 0 2px #000}._admin_1kkbf_139{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_1kkbf_139:is(:hover,:focus){border:1px solid #ffffff}._admin_1kkbf_139::placeholder{font-size:12px;font-weight:400;line-height:15.6px;color:#000}._dark_1kkbf_162{border:1px solid #000000;background-color:#000;color:#fff;padding:16px 20px;font-size:16px;font-weight:300;line-height:19.36px}._dark_1kkbf_162::placeholder{color:#fff}._dark_1kkbf_162: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_1kkbf_91:disabled{opacity:.4;box-shadow:inset 0 0 0 1px #fff;cursor:not-allowed}._input_1kkbf_91:disabled+._label_1kkbf_196{opacity:.8}._input_1kkbf_91:-webkit-autofill,._input_1kkbf_91:-webkit-autofill:hover,._input_1kkbf_91:-webkit-autofill:focus,._input_1kkbf_91:-webkit-autofill:active{transition:background-color 5000000s ease-in-out 0s;-webkit-text-fill-color:#000000}._admin_1kkbf_139:-webkit-autofill,._admin_1kkbf_139:-webkit-autofill:hover,._admin_1kkbf_139:-webkit-autofill:focus,._admin_1kkbf_139:-webkit-autofill:active{transition:background-color 5000000s ease-in-out 0s;-webkit-text-fill-color:#000000}._input_1kkbf_91[type=date]{line-height:normal}._input_1kkbf_91[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_1kkbf_227{display:flex;flex-direction:column;justify-content:center;gap:2px;width:100%;position:relative;z-index:1;border-radius:16px}._startIcon_1kkbf_239,._endIcon_1kkbf_240{display:flex;position:absolute}._startIcon_1kkbf_239{inset-inline-start:10px}._endIcon_1kkbf_240{inset-inline-end:18px;bottom:18px}._label_1kkbf_196{font-size:12px;font-weight:400;line-height:18px;color:#000}._secondaryLabel_1kkbf_261{background:#943cff}._text_1kkbf_265,._withoutValue_1kkbf_266 ._text_1kkbf_265{font-size:15px;line-height:24px;transition:all .2s ease-out}._tip_1kkbf_272{color:#000}._counter_1kkbf_276{margin-left:auto;font-size:12px;line-height:18px;color:#ffffff40}._errorCounter_1kkbf_283{color:#ff0000d9}._error_1kkbf_283{box-shadow:inset 0 0 0 1px #ff0000d9}._error_1kkbf_283:hover,._error_1kkbf_283:focus{box-shadow:inset 0 0 0 1px #ff0000d9}._errorText_1kkbf_296{color:#ff0000d9;font-size:12px}._errorAsterisk_1kkbf_301{color:#ff0000d9}._withEndIcon_1kkbf_305{padding-inline-end:40px}._withStartIcon_1kkbf_309{padding-inline-start:35px}._pointer_1kkbf_313{cursor:pointer}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._container_1ud0g_61{display:flex;flex-direction:column;gap:40px;padding:25px 25px 35px;border-radius:25px;background:#1a1c1b}@media only screen and (max-width: 767px){._container_1ud0g_61{padding:25px 35px;gap:20px}}@media only screen and (max-width: 480px){._container_1ud0g_61{padding:25px 15px}}._titleWrapper_1ud0g_81{display:flex;align-items:center;gap:15px}._stepWrapper_1ud0g_87{padding:8.5px 17px;border-radius:500px;background:#101211}._stepWrapper_1ud0g_87 p{font-family:Montserrat,sans-serif;font-weight:700;font-size:14px;line-height:18px;white-space:nowrap;color:#ffea97}._title_1ud0g_81{font-family:Montserrat,sans-serif;font-weight:700;font-size:20px;line-height:26px;color:#fff}._mainContent_1ud0g_109{display:flex;gap:35px}@media only screen and (max-width: 1023px){._mainContent_1ud0g_109{flex-direction:column}}@media only screen and (max-width: 767px){._mainContent_1ud0g_109{gap:15px}}._logoWrapper_1ud0g_124{display:flex;gap:35px;width:100%}@media only screen and (max-width: 1439px){._logoWrapper_1ud0g_124{flex-direction:column}}@media only screen and (max-width: 767px){._logoWrapper_1ud0g_124{gap:15px}}._soundAndEmailWrapper_1ud0g_140{display:flex;gap:35px;width:100%}@media only screen and (max-width: 1439px){._soundAndEmailWrapper_1ud0g_140{flex-direction:column}}@media only screen and (max-width: 767px){._soundAndEmailWrapper_1ud0g_140{gap:15px}}._inputWrapper_1ud0g_156{display:flex;flex-direction:column;gap:10px}._inputTitleWrapper_1ud0g_162{display:flex;gap:5px}._inputTitleWrapper_1ud0g_162 p{font-weight:500;font-size:16px;line-height:24px;color:#fff}._checkboxWrapper_1ud0g_173{display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px;line-height:24px;color:#ffffff40}._imageInputWrapper_1ud0g_183{display:flex;align-items:center;gap:50px;background:#ffffff0d;border-radius:12px;padding:9px 12.5px}._imageInputWrapper_1ud0g_183 p{font-weight:600;font-size:14px;line-height:24px;color:#ffffff40}._imageIconWrapper_1ud0g_198{display:flex;justify-content:center;align-items:center;padding:7.5px;background:#ffffff0d;border-radius:10px}._fieldsWrapper_1ud0g_207{display:flex;flex-direction:column;justify-content:space-between;gap:25px;width:100%}@media only screen and (max-width: 767px){._fieldsWrapper_1ud0g_207{gap:15px}}._soundWrapper_1ud0g_220{display:flex;flex-direction:column;justify-content:space-between}@media only screen and (max-width: 1439px){._soundWrapper_1ud0g_220{justify-content:center;gap:24px}}@media only screen and (max-width: 767px){._soundInputWrapper_1ud0g_233{flex-direction:row;align-items:center;justify-content:space-between}}._buttonsWrapper_1ud0g_240{display:flex;align-items:center;gap:10px}._buttonsWrapper_1ud0g_240 button{padding:12px 16px}@media only screen and (max-width: 1023px){._buttonsWrapper_1ud0g_240 button{width:100%}}._mailFormWrapper_1ud0g_254{display:flex;flex-direction:column;gap:32px;padding:19px 25px 23px;border-radius:25px;background:#101211;background-image:url(/images/chat/notification-shape.webp);background-repeat:no-repeat;background-position:center center;background-size:cover;width:100%}._mailTitleWrapper_1ud0g_268{display:flex;align-items:center;gap:20px;z-index:2}._mailTitleWrapper_1ud0g_268 p{font-family:Montserrat,sans-serif;font-weight:700;font-size:20px;line-height:130%}@media only screen and (max-width: 767px){._mailTitleWrapper_1ud0g_268 p{font-size:18px}}._mailIconWrapper_1ud0g_286{display:flex;justify-content:center;align-items:center;padding:10px;background:#ffffff26;border-radius:10px;z-index:2}._notificationInput_1ud0g_296::placeholder{color:#ffffff80}._notifyButton_1ud0g_300{position:absolute;right:-18px;bottom:-18px}@media only screen and (max-width: 1023px){._notifyButton_1ud0g_300{padding:12px 24px}}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._container_1unn0_61{display:flex;flex-direction:column;gap:24px;padding:25px 25px 35px;border-radius:25px;background:#1a1c1b}@media only screen and (max-width: 767px){._container_1unn0_61{padding:25px 30px}}@media only screen and (max-width: 480px){._container_1unn0_61{padding:25px 15px}}._titleWrapper_1unn0_80{display:flex;align-items:center;gap:15px}._stepWrapper_1unn0_86{padding:8.5px 17px;border-radius:500px;background:#101211}._stepWrapper_1unn0_86 p{font-family:Montserrat,sans-serif;font-weight:700;font-size:14px;line-height:18px;color:#ffea97;white-space:nowrap}._title_1unn0_80{font-family:Montserrat,sans-serif;font-weight:700;font-size:20px;line-height:26px;color:#fff}._title_1unn0_80 span{color:#ffea97}._mainContent_1unn0_111{display:flex;gap:46px;margin-left:147px}@media only screen and (max-width: 1023px){._mainContent_1unn0_111{flex-direction:column;align-items:center;margin:0}}@media only screen and (max-width: 767px){._mainContent_1unn0_111{gap:15px}}._buttonWrapper_1unn0_129{display:flex;flex-direction:column;gap:10px;width:100%;max-width:375px}._buttonWrapper_1unn0_129 button{width:100%}@media only screen and (max-width: 1023px){._buttonWrapper_1unn0_129{max-width:100%;text-align:center}._buttonWrapper_1unn0_129 button{padding:12px 24px}}._description_1unn0_149{font-family:Montserrat,sans-serif;font-weight:600;font-size:14px;line-height:150%;color:#ffffff40}@media only screen and (max-width: 767px){._description_1unn0_149{font-size:11px}}._renderingWrapper_1unn0_162{display:flex;flex-direction:column;gap:22px;padding:20px 50px;border-radius:25px;background:#ffffff0d;width:100%}._renderingWrapper_1unn0_162 button{width:100%}@media only screen and (max-width: 767px){._renderingWrapper_1unn0_162{padding:22px;gap:15px}}._renderingProcess_1unn0_181{display:flex;flex-direction:column;gap:15px}._renderingTitle_1unn0_187{font-family:Montserrat,sans-serif;font-weight:700;font-size:16px;line-height:130%;text-align:center;color:#fff}@media only screen and (max-width: 767px){._renderingTitle_1unn0_187{font-weight:700;font-size:18px;text-align:left}}._renderingDescription_1unn0_203{font-family:Montserrat,sans-serif;font-weight:600;font-size:14px;line-height:150%;text-align:center;color:#ffffff40}@media only screen and (max-width: 767px){._renderingDescription_1unn0_203{font-size:11px}}._progress_1unn0_217{display:flex;flex-direction:column;gap:8px}._progressBar_1unn0_223{width:100%;height:28px;background-color:#10121180;border-radius:8px;overflow:hidden}._inputFile_1unn0_231{display:none}._progressFill_1unn0_235{height:100%;background-color:#ffea97;transition:width .3s ease-in-out}._progressFill_1unn0_235._loading_1unn0_240{position:relative;overflow:hidden}._progressFill_1unn0_235._loading_1unn0_240:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.4) 50%,transparent 100%);animation:_shimmer_1unn0_1 2.5s infinite}._progressText_1unn0_255{font-size:12px;font-weight:400;line-height:20px;color:#000}._completedText_1unn0_262{font-family:Montserrat,sans-serif;font-weight:600;font-size:14px;line-height:150%;text-align:center;color:#ffea97;margin-top:5px}@media only screen and (max-width: 767px){._completedText_1unn0_262{font-size:12px}}._button_1unn0_129{padding:12px 20px}@keyframes _shimmer_1unn0_1{0%{left:-100%}to{left:100%}}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._videoSkeleton_1b6n3_61{position:relative;width:100%;aspect-ratio:9/16;width:270px;height:480px;border-radius:25px;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none;background:linear-gradient(90deg,#1e201fe6,#282a29e6,#1e201fe6 40%);background-size:200% 100%;animation:_skeletonShimmer_1b6n3_1 1.5s ease-in-out infinite}._videoSkeleton_1b6n3_61:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#10121100 69.51%,#101211cc 93.9%);transition:opacity .3s ease}._skeletonLoader_1b6n3_83{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}._loadingSpinner_1b6n3_91{width:48px;height:48px;border:4px solid rgba(255,255,255,.2);border-left-color:#ffea97;border-radius:50%;animation:_spin_1b6n3_1 1s linear infinite}@keyframes _skeletonShimmer_1b6n3_1{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes _spin_1b6n3_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._container_w37de_61{position:relative;width:100%;-webkit-user-select:none;user-select:none;aspect-ratio:9/16;width:270px;height:480px;border-radius:25px;overflow:hidden;cursor:pointer}._container_w37de_61:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#10121100 69.51%,#101211cc 93.9%);transition:opacity .3s ease}._videoInfo_w37de_80{position:absolute;top:14px;left:15px;right:15px;width:calc(100% - 30px);display:flex;justify-content:space-between;align-items:center;gap:12px}._videoInfo_w37de_80 p{font-weight:500;font-size:12px;line-height:24px;color:#fff}@media only screen and (max-width: 767px){._videoInfo_w37de_80 p{font-weight:500;font-size:10px;line-height:14.13px}}._video_w37de_80{width:100%;height:100%;object-fit:cover;z-index:1}._control_w37de_112{display:flex;position:absolute;bottom:64px;border:none;background:transparent;cursor:pointer;z-index:1}._play_w37de_122{left:25px}._mute_w37de_126{right:25px}._buttonsWrapper_w37de_130{position:absolute;bottom:12px;z-index:10;display:flex;gap:10px;left:15px;right:15px;width:calc(100% - 30px)}._button_w37de_130{border-radius:6px}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._container_1u4x0_61{display:flex;flex-direction:column;gap:40px;padding:25px 25px 35px;border-radius:25px;background:#1a1c1b}@media only screen and (max-width: 767px){._container_1u4x0_61{padding:25px 30px;gap:15px}}@media only screen and (max-width: 480px){._container_1u4x0_61{padding:25px 15px}}._titleWrapper_1u4x0_81{display:flex;align-items:center;gap:15px}._stepWrapper_1u4x0_87{padding:8.5px 17px;border-radius:500px;background:#101211}._stepWrapper_1u4x0_87 p{font-family:Montserrat,sans-serif;font-weight:700;font-size:14px;line-height:18px;white-space:nowrap;color:#ffea97}._title_1u4x0_81{font-family:Montserrat,sans-serif;font-weight:700;font-size:20px;line-height:26px;color:#fff}._mainContent_1u4x0_109{display:flex;flex-direction:column;gap:35px}@media only screen and (max-width: 767px){._mainContent_1u4x0_109{gap:15px}}._selectedText_1u4x0_120{font-family:Montserrat,sans-serif;font-weight:700;font-size:20px;line-height:130%;color:#fff}._videosWrapper_1u4x0_128{display:flex;flex-wrap:wrap;justify-content:center;column-gap:28px;row-gap:50px}@media only screen and (max-width: 1023px){._videosWrapper_1u4x0_128{column-gap:20px;row-gap:25px}}@media only screen and (max-width: 767px){._videosWrapper_1u4x0_128{column-gap:18px;row-gap:15px}}@media only screen and (max-width: 480px){._videosWrapper_1u4x0_128{grid-template-columns:auto}}._videoSkeleton_1u4x0_153{position:relative;width:100%;aspect-ratio:9/16;width:270px;height:480px;border-radius:25px;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none;background:linear-gradient(90deg,#1e201fe6,#282a29e6,#1e201fe6 40%);background-size:200% 100%;animation:_skeletonShimmer_1u4x0_1 1.5s ease-in-out infinite}._videoSkeleton_1u4x0_153:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#10121100 69.51%,#101211cc 93.9%);transition:opacity .3s ease}._skeletonLoader_1u4x0_175{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}._loadingSpinner_1u4x0_183{width:48px;height:48px;border:4px solid rgba(255,255,255,.2);border-left-color:#ffea97;border-radius:50%;animation:_spin_1u4x0_1 1s linear infinite}@keyframes _spin_1u4x0_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _skeletonShimmer_1u4x0_1{0%{background-position:-200% 0}to{background-position:200% 0}}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._main_8cmtd_61{display:flex;flex-direction:column;gap:50px;width:100%}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._container_rx2aq_61{position:fixed;bottom:430px;z-index:10;display:flex;justify-content:flex-end;max-width:1396px;width:100%;padding:0 16px;transition:opacity .3s ease,transform .3s ease;transform:translateY(0);opacity:1;pointer-events:none}@media only screen and (max-width: 767px){._container_rx2aq_61{bottom:248px}}._hidden_rx2aq_83{opacity:0;pointer-events:none;transform:translateY(20px)}._iconWrapper_rx2aq_89{padding:18px;border-radius:10px;display:flex;width:fit-content;background:#943cff;pointer-events:auto;cursor:pointer}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._bannerSection_tsdqo_61{position:relative;box-sizing:border-box;max-width:1396px;width:100%;margin:0 auto;padding:0 15px}._contentWrapper_tsdqo_70{position:relative;display:flex;flex-direction:column;gap:15px;padding:68px 86px;border-radius:25px;background:#943cff}@media only screen and (max-width: 1439px){._contentWrapper_tsdqo_70{padding:32px 48px}}@media only screen and (max-width: 1023px){._contentWrapper_tsdqo_70{padding:34px 10px 0;justify-content:center;align-items:center}}._title_tsdqo_92{font-family:Montserrat,sans-serif;font-weight:700;font-size:60px;line-height:72px;color:#fff;max-width:650px}@media only screen and (max-width: 1439px){._title_tsdqo_92{max-width:560px;font-size:50px;line-height:58px}}@media only screen and (max-width: 1023px){._title_tsdqo_92{font-size:32px;line-height:120%;text-align:center}}._description_tsdqo_115{font-weight:500;font-size:20px;line-height:30px;color:#ffffff80;max-width:600px}@media only screen and (max-width: 1439px){._description_tsdqo_115{max-width:420px;font-size:14px;line-height:20px}}@media only screen and (max-width: 1023px){._description_tsdqo_115{line-height:150%;max-width:100%;text-align:center}}._image_tsdqo_137{position:absolute;right:0;bottom:0;width:660px}@media only screen and (max-width: 1439px){._image_tsdqo_137{width:530px}}@media only screen and (max-width: 1023px){._image_tsdqo_137{position:relative;width:100%}}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._container_11fbm_61{display:flex;flex-direction:column;gap:43px;padding:38px 32px;background:#1a1c1b;border-radius:25px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}@media only screen and (max-width: 767px){._container_11fbm_61{padding:25px 32px;gap:0}}._iconWrapper_11fbm_77{width:fit-content;display:flex;align-items:center;justify-content:center;align-self:flex-end;padding:15px;border-radius:12px;background:#943cff26}._memeIconWrapper_11fbm_88{background:#ffec7b26}._titleWrapper_11fbm_92{display:flex;flex-direction:column;gap:25px}._titleWrapper_11fbm_92 h6{font-family:Montserrat,sans-serif;font-weight:700;font-size:24px;line-height:32px;color:#fff}._titleWrapper_11fbm_92 p{font-weight:500;font-size:18px;line-height:26px;color:#ffffff80}@media only screen and (max-width: 767px){._titleWrapper_11fbm_92{gap:15px;margin-top:-25px}._titleWrapper_11fbm_92 h6{font-size:20px;line-height:130%;max-width:180px}._titleWrapper_11fbm_92 p{font-size:14px;line-height:130%}}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._benefitsSection_1ltex_61{position:relative}._contentWrapper_1ltex_65{display:flex;flex-direction:column;gap:114px;position:relative;box-sizing:border-box;max-width:1396px;width:100%;margin:0 auto;padding:0 15px}@media only screen and (max-width: 767px){._contentWrapper_1ltex_65{gap:25px}}._titleWrapper_1ltex_82{display:flex;flex-direction:column;gap:15px}._titleWrapper_1ltex_82 h2{font-family:Montserrat,sans-serif;font-weight:700;font-size:70px;line-height:82px;text-align:center;color:#fff}._titleWrapper_1ltex_82 p{font-weight:500;font-size:20px;line-height:30px;text-align:center;color:#ffffff80}@media only screen and (max-width: 767px){._titleWrapper_1ltex_82 h2{font-weight:600;font-size:32px;line-height:120%;text-align:center}._titleWrapper_1ltex_82 p{font-size:14px;line-height:150%;letter-spacing:-3%;text-align:center}}._benefitsWrapper_1ltex_117{display:grid;grid-template-columns:repeat(3,1fr);gap:38px}@media only screen and (max-width: 1023px){._benefitsWrapper_1ltex_117{grid-template-columns:repeat(2,1fr);gap:20px}}@media only screen and (max-width: 767px){._benefitsWrapper_1ltex_117{grid-template-columns:1fr;gap:20px}}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._container_7cel8_61{position:relative;width:100%;-webkit-user-select:none;user-select:none;aspect-ratio:9/16;border-radius:25px;overflow:hidden;cursor:pointer}._container_7cel8_61:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#10121100 69.51%,#101211cc 93.9%);transition:opacity .3s ease}._video_7cel8_78{width:100%;height:100%;object-fit:cover;z-index:1}._control_7cel8_85{display:flex;position:absolute;bottom:21px;border:none;background:transparent;cursor:pointer;z-index:1}._play_7cel8_95{left:25px}._mute_7cel8_99{right:25px}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._gallerySection_fhwax_61{position:relative}._contentWrapper_fhwax_65{display:flex;flex-direction:column;gap:75px;position:relative;box-sizing:border-box;max-width:1396px;width:100%;margin:0 auto;padding:0 15px}@media only screen and (max-width: 767px){._contentWrapper_fhwax_65{gap:25px}}._titleWrapper_fhwax_82{display:flex;flex-direction:column;gap:15px}._titleWrapper_fhwax_82 h2{font-family:Montserrat,sans-serif;font-weight:700;font-size:70px;line-height:82px;text-align:center;color:#fff}._titleWrapper_fhwax_82 p{font-weight:500;font-size:20px;line-height:30px;text-align:center;color:#ffffff80}@media only screen and (max-width: 767px){._titleWrapper_fhwax_82 h2{font-weight:600;font-size:32px;line-height:120%;text-align:center}._titleWrapper_fhwax_82 p{font-weight:500;font-size:14px;line-height:150%;text-align:center}}._infoBadge_fhwax_117{display:flex;align-items:center;gap:20px;margin:0 auto}._infoBadge_fhwax_117 p{font-weight:500;font-size:20px;line-height:30px;color:#fff}._infoBadge_fhwax_117 p span{color:#ffea97}@media only screen and (max-width: 767px){._infoBadge_fhwax_117{gap:10px}._infoBadge_fhwax_117 p{font-weight:500;font-size:14px;line-height:150%;text-align:center}}._rocket_fhwax_144{display:flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:10px;background:#d9d9d90d}@media only screen and (max-width: 767px){._rocket_fhwax_144{padding:5px 8px}._rocket_fhwax_144 img{width:10px}}._videosWrapper_fhwax_161{display:grid;grid-template-columns:repeat(4,1fr);column-gap:28px;row-gap:50px}@media only screen and (max-width: 1023px){._videosWrapper_fhwax_161{grid-template-columns:repeat(3,1fr);column-gap:20px;row-gap:25px}}@media only screen and (max-width: 767px){._videosWrapper_fhwax_161{grid-template-columns:repeat(2,1fr)}}._videoSkeleton_fhwax_180{position:relative;width:100%;aspect-ratio:9/16;border-radius:25px;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none;background:linear-gradient(90deg,#1e201fe6,#282a29e6,#1e201fe6 40%);background-size:200% 100%;animation:_skeletonShimmer_fhwax_1 1.5s ease-in-out infinite}._videoSkeleton_fhwax_180:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#10121100 69.51%,#101211cc 93.9%);transition:opacity .3s ease}._buttonWrapper_fhwax_200{display:flex;justify-content:center}@keyframes _skeletonShimmer_fhwax_1{0%{background-position:-200% 0}to{background-position:200% 0}}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._introductionSection_oed3t_61{position:relative;overflow:hidden;background:url(/assets/shape-Clbl_Vzm.webp) no-repeat center center;background-size:cover;box-sizing:border-box;max-width:2000px;margin:0 auto;width:100%}._contentWrapper_oed3t_72{display:flex;align-items:center;justify-content:space-between;gap:56px;position:relative;box-sizing:border-box;max-width:1430px;width:100%;margin:0 auto;padding:112px 15px 0}@media only screen and (max-width: 1439px){._contentWrapper_oed3t_72{align-items:flex-end}}@media only screen and (max-width: 1023px){._contentWrapper_oed3t_72{padding:84px 15px 0}}@media only screen and (max-width: 767px){._contentWrapper_oed3t_72{flex-direction:column;gap:34px;padding:50px 15px 0}}._mainContent_oed3t_102{display:flex;flex-direction:column;gap:36px;max-width:630px}@media only screen and (max-width: 1439px){._mainContent_oed3t_102{padding-bottom:64px}}@media only screen and (max-width: 1023px){._mainContent_oed3t_102{max-width:440px;width:100%}}@media only screen and (max-width: 767px){._mainContent_oed3t_102{max-width:100%;width:100%;gap:20px;padding:0}}._frogGif_oed3t_128{width:88px;height:auto;margin-right:24px}@media only screen and (max-width: 1023px){._frogGif_oed3t_128{width:39px}}._title_oed3t_139{font-family:SF Pro Display,sans-serif;font-weight:600;font-size:75px;line-height:92px;color:#fff}._title_oed3t_139 span{font-family:Montserrat,sans-serif;font-weight:700;color:#d8cdff}@media only screen and (max-width: 1439px){._title_oed3t_139{font-size:54px;line-height:72px}}@media only screen and (max-width: 1023px){._title_oed3t_139{font-size:32px;line-height:120%;font-weight:700}}@media only screen and (max-width: 767px){._title_oed3t_139{text-align:center}}._description_oed3t_170{font-weight:500;font-size:24px;line-height:36px;color:#fff}@media only screen and (max-width: 1023px){._description_oed3t_170{font-size:18px;line-height:24px}}@media only screen and (max-width: 767px){._description_oed3t_170{font-size:14px;line-height:150%;text-align:center}}._link_oed3t_190{text-decoration:underline;color:#ffea97}._buttonsWrapper_oed3t_195{display:flex;gap:24px}@media only screen and (max-width: 767px){._buttonsWrapper_oed3t_195{gap:20px;justify-content:center}}._imageWrapper_oed3t_206{display:flex;margin-right:-40px;position:relative;margin-bottom:-240px}._imageWrapper_oed3t_206 img{width:576px}@media only screen and (max-width: 1639px){._imageWrapper_oed3t_206{margin-right:70px;margin-bottom:-210px}}@media only screen and (max-width: 1439px){._imageWrapper_oed3t_206{margin-right:40px}._imageWrapper_oed3t_206 img{width:400px}}@media only screen and (max-width: 1023px){._imageWrapper_oed3t_206{margin-bottom:-150px}._imageWrapper_oed3t_206 img{width:300px}}@media only screen and (max-width: 767px){._imageWrapper_oed3t_206{margin:0 auto -100px}._imageWrapper_oed3t_206 img{width:250px}}._badge_oed3t_246{display:flex;align-items:flex-end;border-radius:35px;padding:24px;background:#10121180;border:5px solid rgba(255,255,255,.0705882353);font-family:"Baloo 2",sans-serif!important;font-optical-sizing:auto;font-weight:700;font-size:18px;line-height:120%;width:185px;height:185px;position:absolute;left:-55px;bottom:450px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media only screen and (max-width: 1439px){._badge_oed3t_246{bottom:320px}}@media only screen and (max-width: 1023px){._badge_oed3t_246{width:115px;height:115px;font-size:12px;line-height:120%;padding:12px}}@media only screen and (max-width: 767px){._badge_oed3t_246{width:72px;height:72px;font-size:7.46px;padding:8px;border:2px solid rgba(255,255,255,.0705882353);border-radius:14.5px;font-weight:500;bottom:175px;left:-35px}}._secondBadge_oed3t_293{width:160px;height:160px;right:-70px;bottom:600px;left:auto}@media only screen and (max-width: 1439px){._secondBadge_oed3t_293{right:50px;top:-70px}}@media only screen and (max-width: 1023px){._secondBadge_oed3t_293{width:115px;height:115px;font-size:12px;line-height:120%}}@media only screen and (max-width: 767px){._secondBadge_oed3t_293{width:62px;height:62px;font-size:7.46px;border:2px solid rgba(255,255,255,.0705882353);right:-25px;bottom:248px;top:auto}}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._main_13iik_61{display:flex;flex-direction:column;align-items:center;gap:150px;max-width:2000px;width:100%;margin:0 auto}@media only screen and (max-width: 767px){._main_13iik_61{gap:50px}}._mainContent_13iik_76{display:flex;flex-direction:column;gap:150px;background-image:url(/images/aiFrame.webp);background-repeat:no-repeat;background-position:right 50%;max-width:2000px;width:100%;margin:0 auto;padding-bottom:100px}._mainContent_13iik_76:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/benefitsFrame.webp);background-repeat:no-repeat;background-position:center 0;background-size:2920px 2200px;transform:rotate(180deg);z-index:0;pointer-events:none;max-width:2000px;width:100%;margin:0 auto}@media only screen and (max-width: 1439px){._mainContent_13iik_76{background-size:50%;background-position:right 40%}}@media only screen and (max-width: 767px){._mainContent_13iik_76{gap:50px;padding-bottom:25px}}._gradientLine_13iik_116{height:1px;background:linear-gradient(90deg,#0e110f,#943cff 47.6%,#0f1010);max-width:1396px;width:100%;margin:-150px auto 0}@media only screen and (max-width: 767px){._gradientLine_13iik_116{margin:-50px auto 0}}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._footer_1way6_61{position:relative}._contentWrapper_1way6_65{display:flex;flex-direction:column;gap:100px;position:relative;box-sizing:border-box;max-width:1396px;width:100%;margin:0 auto;padding:100px 15px 64px 98px}@media only screen and (max-width: 767px){._contentWrapper_1way6_65{padding:25px 15px 28px;gap:25px}}._linksWrapper_1way6_83{display:grid;grid-template-columns:repeat(5,auto);justify-content:space-between;gap:8px}@media only screen and (max-width: 767px){._linksWrapper_1way6_83{grid-template-columns:repeat(2,auto);justify-content:stretch;row-gap:25px;column-gap:0}}._links_1way6_83{display:flex;flex-direction:column;gap:24px}@media only screen and (max-width: 767px){._links_1way6_83{gap:10px}}._title_1way6_109{font-weight:500;font-size:16px;line-height:24px;color:#fff}@media only screen and (max-width: 767px){._title_1way6_109{font-size:14px}}._link_1way6_83{font-size:16px;font-weight:500;line-height:24px;color:#ffffff80;width:fit-content}@media only screen and (max-width: 767px){._link_1way6_83{font-size:14px}}@media only screen and (max-width: 767px){._socalLinksWrapper_1way6_135{grid-column:span 2;align-items:center}}._socialLinks_1way6_141{display:flex;flex-wrap:wrap;align-items:center;gap:16px}@media only screen and (max-width: 767px){._socialLinks_1way6_141{justify-content:center}}._socialLinkWrapper_1way6_153{display:flex;align-items:center;padding:12.5px;border-radius:10px;background:#d9d9d90d;cursor:pointer}._policiesWrapper_1way6_162{display:flex;gap:50px}@media only screen and (max-width: 767px){._policiesWrapper_1way6_162{flex-direction:column;align-items:center;gap:10px}}._policyLink_1way6_174{font-weight:500;font-size:16px;line-height:24px;color:#ffffff40}@media only screen and (max-width: 767px){._policyLink_1way6_174{font-size:14px;line-height:24px}}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._mobileMenu_1yi19_61{position:fixed;z-index:100;top:0;left:0;width:100vw;min-height:100vh;height:100%;display:none;padding:18px 15px;background-color:#101211;background-image:url(/images/mobile-menu-shape.webp);background-repeat:no-repeat;background-size:cover}._mobileMenu_1yi19_61._opened_1yi19_76{display:flex;flex-direction:column;align-items:center;gap:50px;overflow:auto}._mobileMenuHeader_1yi19_84{display:flex;align-items:center;justify-content:space-between;gap:25px;width:100%}._logo_1yi19_92{cursor:pointer}@media only screen and (max-width: 767px){._logo_1yi19_92{width:100px}}._burgerWrapper_1yi19_101{display:flex;align-items:center;gap:15px}._mobileBurger_1yi19_107{display:none;justify-content:center;align-items:center;width:35px;height:35px;background:#fff;border-radius:8px;cursor:pointer}@media only screen and (max-width: 1023px){._mobileBurger_1yi19_107{display:flex}}._mainMenuContent_1yi19_123{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:50px}._navigation_1yi19_131{display:flex;flex-direction:column;align-items:center;gap:38px}._navigationLink_1yi19_138{font-weight:500;font-size:24px;line-height:24px;text-align:center;cursor:pointer;color:#fff}._localeWrapper_1yi19_147{display:flex;align-items:center;gap:24px}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._header_1dbd0_61{position:relative;z-index:1}._contentWrapper_1dbd0_66{display:flex;justify-content:space-between;align-items:center;gap:48px;position:relative;box-sizing:border-box;max-width:1430px;width:100%;padding:28px 15px 0;margin:0 auto}@media only screen and (max-width: 1439px){._contentWrapper_1dbd0_66{gap:16px}}@media only screen and (max-width: 1023px){._contentWrapper_1dbd0_66{padding:18px 15px 0}}._logo_1dbd0_89{cursor:pointer}@media only screen and (max-width: 767px){._logo_1dbd0_89{width:140px}}._navigation_1dbd0_98{display:flex;gap:48px}@media only screen and (max-width: 1439px){._navigation_1dbd0_98{gap:18px}}@media only screen and (max-width: 1023px){._navigation_1dbd0_98{display:none}}._navigationLink_1dbd0_113{font-weight:500;font-size:16px;line-height:24px;letter-spacing:-3%}._userInfoWrapper_1dbd0_120{display:flex;align-items:center;gap:24px}@media only screen and (max-width: 1023px){._userInfoWrapper_1dbd0_120{gap:15px}}._selectorsWrapper_1dbd0_131{display:flex;align-items:center;gap:24px}@media only screen and (max-width: 1023px){._selectorsWrapper_1dbd0_131{display:none}}._buttonsWrapper_1dbd0_142{display:flex;gap:16px}@media only screen and (max-width: 767px){._buttonsWrapper_1dbd0_142{gap:8px}}._mobileBurger_1dbd0_152{display:none;align-items:center;justify-content:center;width:35px;height:35px;border-radius:8px;background:#1a1c1b;cursor:pointer}@media only screen and (max-width: 1023px){._mobileBurger_1dbd0_152{display:flex}}._loader_1dbd0_168{margin-top:7px;width:100px;height:22px;display:block;background-image:linear-gradient(100deg,transparent,rgba(38,50,56,.8) 50%,transparent 80%),linear-gradient(rgba(100,100,100,.3) 20px,transparent 0),linear-gradient(rgba(100,100,100,.3) 20px,transparent 0);background-repeat:no-repeat;background-size:200px 20px,100px 10px,160px 10px;background-position:-50% 0,0 0,0 18px;box-sizing:border-box;animation:_animloader_1dbd0_1 1s linear infinite}@keyframes _animloader_1dbd0_1{0%{background-position:0% 0,0 0,0 18px}to{background-position:100% 0,0 0,0 18px}}._name_1dbd0_189{font-size:18px;font-weight:500;color:#943cff}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._mainSection_1r3m7_61{flex:1 auto;position:relative;display:flex;flex-direction:column;min-height:100%}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._aside_qq5rs_61{position:relative;display:flex;flex-direction:column;gap:30px;background:#101211;width:72px;height:100%;margin-right:40px;transition:left .2s ease,opacity .2s ease;left:0}._aside_qq5rs_61._open_qq5rs_73{position:absolute;left:0;display:none;pointer-events:none}@media only screen and (max-width: 767px){._aside_qq5rs_61{position:fixed;bottom:0;left:0;top:auto;z-index:12;height:auto;width:100%;max-width:100%;padding:16px 24px 12px;flex-direction:row;justify-content:space-between;gap:0}._aside_qq5rs_61._open_qq5rs_73{display:none}}._link_qq5rs_99{display:flex;flex-direction:column;align-items:center;gap:10px}._link_qq5rs_99 ._iconWrapper_qq5rs_105{display:flex;align-items:center;justify-content:center;padding:9px;background:#101211;border-radius:10px}._link_qq5rs_99 p{font-weight:600;font-size:14px;line-height:24px;color:#ffffff26;white-space:nowrap}@media only screen and (max-width: 767px){._link_qq5rs_99{gap:4px}._link_qq5rs_99 p{font-size:12px;line-height:12px}}._activeLink_qq5rs_130 p{color:#fff}._activeLink_qq5rs_130 ._iconWrapper_qq5rs_105{display:flex;align-items:center;justify-content:center;padding:9px;background:#943cff26;border-radius:10px}._activeLink_qq5rs_130 ._iconWrapper_qq5rs_105 path{fill:#943cff;fill-opacity:1}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._mobileMenu_1wnpb_61{position:fixed;z-index:100;top:0;left:0;width:100vw;height:100%;display:none;padding:12px 24px;background-color:#101211;background-image:url(/images/mobile-menu-background.webp);background-repeat:no-repeat;background-size:cover}._mobileMenu_1wnpb_61._opened_1wnpb_75{display:flex;flex-direction:column;align-items:center;gap:30px;overflow:auto}@media only screen and (max-width: 767px){.custom__control .custom__value-container{display:flex;flex:none;width:fit-content}}._mobileMenuHeader_1wnpb_91{display:flex;align-items:center;justify-content:space-between;gap:25px;width:100%}._logo_1wnpb_99{cursor:pointer}@media only screen and (max-width: 767px){._logo_1wnpb_99{width:135px}}._burgerWrapper_1wnpb_108{display:flex;align-items:center;gap:16px}._mobileBurger_1wnpb_114{display:none;justify-content:center;align-items:center;width:35px;height:35px;background:#fff;border-radius:8px;cursor:pointer}@media only screen and (max-width: 1023px){._mobileBurger_1wnpb_114{display:flex}}._chainSelector_1wnpb_130{width:100%}._mainMenuContent_1wnpb_134{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:15px}@media only screen and (max-width: 1023px){._mainMenuContent_1wnpb_134{max-width:400px;width:100%}}._walletWrapper_1wnpb_148{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:12px 24px;border:1px solid rgba(255,255,255,.1490196078);border-radius:12px;width:fit-content}._walletWrapper_1wnpb_148 p{font-weight:600;font-size:16px;line-height:22px;color:#fff}@media only screen and (max-width: 1023px){._walletWrapper_1wnpb_148{width:100%;padding:12px;gap:12px}._walletWrapper_1wnpb_148 p{font-size:16px}}._wallet_1wnpb_148{display:flex;align-items:center;gap:8px}._copyIcon_1wnpb_181{width:16px}._proWrapper_1wnpb_185{display:flex;align-items:center;gap:8px;padding:12px 24px;border:1px solid rgba(255,255,255,.1490196078);border-radius:12px}._proWrapper_1wnpb_185 p{font-weight:600;font-size:16px;line-height:22px;color:#fff}@media only screen and (max-width: 1023px){._proWrapper_1wnpb_185{width:100%;padding:12px;justify-content:center;gap:12px}._proWrapper_1wnpb_185 p{font-size:14px}}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._header_187z0_61{position:relative;z-index:3;background:linear-gradient(90deg,#5b48ff,#943cff);position:fixed;width:100%}._contentWrapper_187z0_69{display:flex;justify-content:space-between;align-items:center;gap:24px;position:relative;box-sizing:border-box;max-width:1396px;width:100%;padding:26px 32px;margin:0 auto}@media only screen and (max-width: 1319px){._contentWrapper_187z0_69{gap:16px;padding:26px 32px}}@media only screen and (max-width: 1023px){._contentWrapper_187z0_69{padding:12px 24px}}._logoWrapper_187z0_93{display:flex;align-items:center;gap:62px}@media only screen and (max-width: 1319px){._logoWrapper_187z0_93{gap:48px}}._iconBurger_187z0_104{cursor:pointer;min-width:24px}@media only screen and (max-width: 767px){._iconBurger_187z0_104{display:none}}._logo_187z0_93{cursor:pointer;-webkit-user-select:none;user-select:none}@media only screen and (max-width: 1319px){._logo_187z0_93{width:180px}}@media only screen and (max-width: 1023px){._logo_187z0_93{width:100%}}@media only screen and (max-width: 767px){._logo_187z0_93{width:135px}}._selectorsWrapper_187z0_134{display:flex;align-items:center;gap:24px}@media only screen and (max-width: 1439px){._selectorsWrapper_187z0_134{justify-content:space-between}}@media only screen and (max-width: 1319px){._selectorsWrapper_187z0_134{gap:12px}}@media only screen and (max-width: 1023px){._selectorsWrapper_187z0_134{display:none}}._walletWrapper_187z0_155{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:12px 24px;border:1px solid rgba(255,255,255,.1490196078);border-radius:12px;width:fit-content}._walletWrapper_187z0_155 p{font-weight:600;font-size:16px;line-height:22px;color:#fff}@media only screen and (max-width: 1319px){._walletWrapper_187z0_155{padding:12px;gap:12px}._walletWrapper_187z0_155 p{font-weight:600;font-size:12px;line-height:22px;color:#fff}}._wallet_187z0_155{display:flex;align-items:center;gap:8px}._copyIcon_187z0_190{width:16px;cursor:pointer;transition:all .2s ease}._copyIcon_187z0_190:hover{opacity:.8}._walletWrapper_187z0_155 svg{transition:all .2s ease}._proWrapper_187z0_203{display:flex;align-items:center;gap:8px;padding:12px 24px;border:1px solid rgba(255,255,255,.1490196078);border-radius:12px}._proWrapper_187z0_203 p{font-weight:600;font-size:16px;line-height:22px;white-space:nowrap;color:#fff}@media only screen and (max-width: 1319px){._proWrapper_187z0_203{padding:12px;gap:12px}._proWrapper_187z0_203 p{font-weight:600;font-size:12px;line-height:22px;color:#fff}}._buttonWrapper_187z0_231{display:flex;gap:16px}._mobileBurger_187z0_236{display:none;align-items:center;justify-content:center;width:35px;height:35px;border-radius:8px;background:#1a1c1b;cursor:pointer}@media only screen and (max-width: 1023px){._mobileBurger_187z0_236{display:flex}}._loader_187z0_252{margin-top:7px;width:100px;height:22px;display:block;background-image:linear-gradient(100deg,transparent,rgba(38,50,56,.8) 50%,transparent 80%),linear-gradient(rgba(100,100,100,.3) 20px,transparent 0),linear-gradient(rgba(100,100,100,.3) 20px,transparent 0);background-repeat:no-repeat;background-size:200px 20px,100px 10px,160px 10px;background-position:-50% 0,0 0,0 18px;box-sizing:border-box;animation:_animloader_187z0_1 1s linear infinite}@keyframes _animloader_187z0_1{0%{background-position:0% 0,0 0,0 18px}to{background-position:100% 0,0 0,0 18px}}._name_187z0_273{font-size:18px;font-weight:500;color:#943cff}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._mainSection_kmm0k_61{flex:1 auto;position:relative;display:flex;flex-direction:column;min-height:100%}@media only screen and (max-width: 767px){._mainSection_kmm0k_61{padding-bottom:80px}}._mainContent_kmm0k_74{display:flex;top:100px;position:relative;z-index:2;box-sizing:border-box;max-width:1396px;width:100%;margin:0 auto 100px;padding:35px 28px 0 10px}@media only screen and (max-width: 767px){._mainContent_kmm0k_74{flex-direction:column;top:60px;padding:15px;margin:0 auto 60px}}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}._container_maspa_61{height:100vh}@font-face{font-family:Inter;src:url(/fonts/Inter_regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_semiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Baloo 2";src:url(/assets/Baloo2-Bold-Cjbtejvw.ttf) format("truetype");font-weight:700;font-style:normal}*{box-sizing:border-box;padding:0;margin:0;font-family:Inter,sans-serif}html,body{max-width:100vw;scrollbar-gutter:auto;-webkit-scrollbar-gutter:auto;color:#fff;background:#101211}ul,li{list-style:none}a{color:inherit;font-size:inherit;text-decoration:none}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{background-color:#000}.Toastify__toast-container .Toastify__toast--error{border-left:2px solid #000000}.Toastify__toast-container .Toastify__toast--error .Toastify__toast-icon svg{fill:#000}.Toastify__toast-container .Toastify__toast--success{border-left:2px solid #00ff00}.Toastify__toast-container .Toastify__toast--success .Toastify__toast-icon svg{fill:green}.Toastify__toast-container .Toastify__toast--info{border-left:2px solid #ffffff}.Toastify__toast-container .Toastify__toast--info .Toastify__toast-icon svg{fill:#fff}.Toastify__toast-container .Toastify__close-button{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}
