@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Just+Me+Again+Down+Here&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";._customToast_19mr3_2{display:flex;flex-direction:column;gap:16px}._customToast_19mr3_2 h4{font-size:20px;font-weight:600;line-height:20px;font-family:Inter,sans-serif;margin:0;color:#000}._customToast_19mr3_2 p{font-size:14px;font-weight:400;line-height:14px;font-family:Inter,sans-serif;color:#000;opacity:.56}: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)}}._container_19mhy_2{display:flex;flex-direction:column;gap:20px}._titleWrapper_19mhy_8{display:flex;flex-direction:column;gap:10px}._titleWrapper_19mhy_8 h4{font-size:40px;font-weight:500;text-align:center;color:#000}@media only screen and (max-width: 767px){._titleWrapper_19mhy_8 h4{font-size:24px}}._titleWrapper_19mhy_8 p{font-size:20px;font-weight:400;text-align:center;color:#000}@media only screen and (max-width: 767px){._titleWrapper_19mhy_8 p{font-size:16px}}._videoWrapper_19mhy_36{margin:0 auto}._video_19mhy_36{border-radius:20px;max-width:100%}._spinner_17sbt_2{border:5px solid;border-color:#ff3d00 transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:_rotation_17sbt_1 1s linear infinite}._green_17sbt_11{border-color:#000000 transparent}._white_17sbt_15{border-color:#ffffff transparent}._red_17sbt_19{border-color:#fb3e3e transparent}._tiny_17sbt_23{width:24px;height:24px;font-size:3px}._small_17sbt_29{width:32px;height:32px;font-size:4px}._medium_17sbt_35{width:40px;height:40px}._large_17sbt_40{width:48px;height:48px;font-size:6px}@keyframes _rotation_17sbt_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._button_1tw6f_2{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:19px;min-width:66px;border-radius:8px;padding:0 16px;opacity:1;transition:opacity .2s ease;white-space:nowrap;cursor:pointer}._button_1tw6f_2:is(:hover,:active){opacity:.8}._button_1tw6f_2:disabled{opacity:.7;cursor:not-allowed}._button_1tw6f_2 span{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:400}._medium_1tw6f_34{min-width:66px}._full_1tw6f_38{width:100%}._auto_1tw6f_42{width:auto}._primary_1tw6f_46{padding:10px 16px;background:#000;border-radius:10px;color:#feffff}._light_1tw6f_53{padding:10px 16px;background:#fff;border-radius:10px}._light_1tw6f_53 span{color:#000}._default_1tw6f_62{color:#fff}._secondary_1tw6f_66{padding:10px 16px;background:#0000000d;border-radius:10px;color:#000}._dangerous_1tw6f_73{position:relative;padding:13.5px 33px;border:2px solid #fb3e3e;background:transparent}._dangerous_1tw6f_73 span{font-size:16px;font-weight:700;line-height:24px;color:#fb3e3e}._outline_1tw6f_86{background:transparent;border:1px solid #000000;color:#000}._small_1tw6f_92{padding:8px 16px;width:fit-content;height:40px}._spinner_1tw6f_98{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._benefit_54f8r_2{display:flex;gap:20px}._benefit_54f8r_2 img{width:74px;height:112px;object-fit:cover;border-radius:12px}._titleWrapper_54f8r_13{display:flex;flex-direction:column;gap:16px}._titleWrapper_54f8r_13 h6{font-size:28px;font-weight:500;color:#fff}._titleWrapper_54f8r_13 p{color:#999;font-size:20px;font-weight:400}._card_1iuxk_2{display:flex;flex-direction:column;gap:28px}._card_1iuxk_2 img{width:100%;max-width:310px;height:auto;border-radius:12px}._card_1iuxk_2 p{font-size:20px;font-weight:400;color:#fff}@media only screen and (max-width: 767px){._card_1iuxk_2 img{max-width:100%}}._container_q4r31_2{display:flex;flex-direction:column;gap:60px;padding:60px 56px;background:#191919;border-radius:20px}@media only screen and (max-width: 1023px){._container_q4r31_2{padding:60px 16px}}._titleWrapper_q4r31_16{display:flex;flex-direction:column;gap:32px}._title_q4r31_16{font-size:30px;font-weight:500;color:#fff}._cardsWrapper_q4r31_28{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media only screen and (max-width: 767px){._cardsWrapper_q4r31_28{flex-wrap:wrap;grid-template-columns:repeat(1,1fr)}}._benefitsWrapper_q4r31_40{display:grid;grid-template-columns:repeat(2,1fr);column-gap:40px;row-gap:80px}@media only screen and (max-width: 1023px){._benefitsWrapper_q4r31_40{grid-template-columns:repeat(1,1fr)}}._main_vutvl_2{display:flex;flex-direction:column;gap:60px;padding:40px 0}@media only screen and (max-width: 1023px){._main_vutvl_2{padding:0 16px;gap:48px;margin-top:48px}}._aboutUsItemsWrapper_vutvl_16{display:flex;flex-direction:column;gap:80px}@media only screen and (max-width: 1023px){._aboutUsItemsWrapper_vutvl_16{padding:0 16px}}@media only screen and (max-width: 767px){._aboutUsItemsWrapper_vutvl_16{gap:40px}}._footer_3fzgl_2{position:relative;z-index:0;margin-top:60px;background:#f9f9f9}@media only screen and (max-width: 1023px){._footer_3fzgl_2{margin-top:48px}}._contentWrapper_3fzgl_14{display:flex;flex-direction:column;gap:24px;position:relative;z-index:2;box-sizing:border-box;max-width:1440px;width:100%;margin:0 auto}@media only screen and (max-width: 1023px){._contentWrapper_3fzgl_14{padding:20px 16px}}._linksWrapper_3fzgl_31{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:60px 40px}@media only screen and (max-width: 1023px){._linksWrapper_3fzgl_31{padding:0;gap:40px 24px;grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 767px){._linksWrapper_3fzgl_31{padding:0;gap:40px;grid-template-columns:repeat(1,1fr)}}._infoItemsWrapper_3fzgl_52{display:flex;flex-direction:column;gap:32px;color:#000;font-size:18px;font-weight:400}@media only screen and (max-width: 1023px){._infoItemsWrapper_3fzgl_52{gap:20px}}._link_3fzgl_31{position:relative;display:inline-flex;align-items:center;gap:8px;width:fit-content;text-decoration:none}._link_3fzgl_31:after{content:"";position:absolute;left:0;bottom:-2px;height:2px;width:0;background-color:currentColor;transition:width .3s ease}@media (hover: hover) and (pointer: fine){._link_3fzgl_31:hover:after{width:100%}}._companyInfo_3fzgl_90{color:#666;font-size:12px;font-weight:400;text-align:center;border-top:1px solid #999999;margin:0 40px;padding:24px 0}@media only screen and (max-width: 767px){._companyInfo_3fzgl_90{margin:0}}._authSection_bauxc_2{position:relative;box-sizing:border-box;max-width:2000px;width:100%;height:100%;margin:0 auto;display:flex;flex-direction:column}@media only screen and (max-width: 1023px){._authSection_bauxc_2{display:grid;grid-template-columns:auto;gap:24px}}@media only screen and (max-width: 767px){._authSection_bauxc_2{gap:0}}._contentWrapper_bauxc_25{display:flex;flex-direction:column;gap:80px;padding:20px 36px 80px;background-image:url(/assets/auth-background-EZuX_kLy.webp);background-size:cover;background-repeat:no-repeat;background-position:center;flex:1 0 auto}@media only screen and (max-width: 767px){._contentWrapper_bauxc_25{padding:50px 0 62px}}._logo_bauxc_42{width:212px;height:50px;cursor:pointer}@media only screen and (max-width: 767px){._logo_bauxc_42{position:absolute;top:90px;left:50%;transform:translate(-50%)}}._authDescription_bauxc_56{font-size:16px;font-weight:400;line-height:20.8px;opacity:.75}._forgotLink_bauxc_63{margin-top:-10px;margin-left:auto;width:fit-content;font-size:14px;font-weight:400;line-height:28px}._checkboxWrapper_bauxc_72{display:flex;align-items:center;gap:8px}._checkboxText_bauxc_78{font-size:14px;font-weight:400;line-height:20px;color:#000}._authForm_bauxc_85{display:flex;flex-direction:column;align-items:flex-start;gap:32px;width:540px;padding:20px;margin:0 auto;border-radius:10px;background:#fff}@media only screen and (max-width: 767px){._authForm_bauxc_85{width:100%;padding:122px 16px 20px;border-radius:0}}._titleWrapper_bauxc_104{display:flex;flex-direction:column;gap:20px;width:100%}._titleWrapper_bauxc_104 h4{font-family:Kdam Thmor Pro,sans-serif;font-size:32px;font-weight:400;line-height:52px;text-align:center}._titleWrapper_bauxc_104 p{color:#999;font-size:20px;font-weight:400}@media only screen and (max-width: 767px){._titleWrapper_bauxc_104 h4{font-style:normal}}._signUpLink_bauxc_128{position:relative;width:fit-content;text-decoration:none}._signUpLink_bauxc_128:after{content:"";position:absolute;left:0;bottom:-2px;height:2px;width:100%;background-color:currentColor;transition:width .3s ease}._inputsWrapper_bauxc_144{display:flex;flex-direction:column;gap:20px;width:100%}._linksWrapper_bauxc_151{display:flex;gap:32px;margin:0 auto}._forgotPasswordText_bauxc_157{color:#999;text-align:center;font-size:16px;font-weight:500;margin:0 auto;text-decoration-line:underline;cursor:pointer}: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)}._wrapper_4h9gk_2{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:100%}._phoneInput_4h9gk_11{width:100%;padding:12px 35px;box-shadow:inset 0 0 0 1px #fff;background:transparent;border:0;border-radius:5px}._phoneInput_4h9gk_11 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_4h9gk_32{width:100%;background:transparent;border-radius:10px;border:1px solid #999999;transition:border-width .2s linear;transition:.2s;outline:none}._input_4h9gk_32::placeholder{font-size:24px;font-weight:400;color:#999}._default_4h9gk_48{padding:16px;font-size:16px;font-weight:400;color:#000;background:#fff;outline:none}._deposit_4h9gk_57{padding:10px 16px;font-size:20px;font-weight:400;line-height:22px;color:#000;background:#fff;outline:none}._admin_4h9gk_67{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_4h9gk_67:is(:hover,:focus){border:1px solid #ffffff}._admin_4h9gk_67::placeholder{font-size:12px;font-weight:400;line-height:15.6px;color:#000}._dark_4h9gk_90{border:1px solid #000000;background-color:#000;color:#fff;padding:16px 20px;font-size:16px;font-weight:300;line-height:19.36px}._dark_4h9gk_90::placeholder{color:#fff}._dark_4h9gk_90: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_4h9gk_32:disabled{opacity:.4;box-shadow:inset 0 0 0 1px #fff;cursor:not-allowed}._input_4h9gk_32:disabled+._label_4h9gk_124{opacity:.8}._input_4h9gk_32:-webkit-autofill,._input_4h9gk_32:-webkit-autofill:hover,._input_4h9gk_32:-webkit-autofill:focus,._input_4h9gk_32:-webkit-autofill:active{transition:background-color 5000000s ease-in-out 0s;-webkit-text-fill-color:#000000}._admin_4h9gk_67:-webkit-autofill,._admin_4h9gk_67:-webkit-autofill:hover,._admin_4h9gk_67:-webkit-autofill:focus,._admin_4h9gk_67:-webkit-autofill:active{transition:background-color 5000000s ease-in-out 0s;-webkit-text-fill-color:#000000}._input_4h9gk_32[type=date]{line-height:normal}._input_4h9gk_32[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_4h9gk_155{display:flex;flex-direction:column;justify-content:center;gap:10px;width:100%;position:relative;z-index:1;border-radius:16px}._startIcon_4h9gk_167,._endIcon_4h9gk_168{display:flex;position:absolute}._startIcon_4h9gk_167{inset-inline-start:16px}._endIcon_4h9gk_168{inset-inline-end:16px;bottom:18px}._label_4h9gk_124{font-size:18px;font-weight:400;color:#999;padding:0 16px}._secondaryLabel_4h9gk_189{color:#000}._text_4h9gk_193,._withoutValue_4h9gk_194 ._text_4h9gk_193{font-size:15px;line-height:24px;transition:all .2s ease-out}._tip_4h9gk_200{color:#000}._errorText_4h9gk_204{font-size:12px;font-weight:400;line-height:14.4px;color:#fb3e3e}._errorAsterisk_4h9gk_211{color:#fb3e3e}._withEndIcon_4h9gk_215{padding-inline-end:40px}._withStartIcon_4h9gk_219{padding-inline-start:35px}._pointer_4h9gk_223{cursor:pointer}._checkbox_1q4g7_2{position:absolute;top:50%;transform:translateY(-50%);border-radius:50%;height:12px;width:12px;opacity:0;margin:0}._authCheckbox_1q4g7_13{position:absolute;top:50%;transform:translateY(-50%);height:14px;width:14px;opacity:0;margin:0}._disabled_1q4g7_23{opacity:.6}._disabled_1q4g7_23 ._label_1q4g7_26{cursor:default}._custom-checkbox_1q4g7_30{position:relative}._label_1q4g7_26{width:24px;height:24px;display:flex;align-items:center;border-radius:4px;border:2px solid #98ae9e;position:relative;overflow:hidden;cursor:pointer;opacity:.5}._label_1q4g7_26:before{content:"";display:block;position:relative;flex-shrink:0;box-sizing:border-box;position:absolute;top:12%;left:32%;width:8px;height:12px;border:solid #98ae9e;border-width:0 2px 2px 0;transform:rotate(45deg)}._authCheckbox_1q4g7_13:checked~._label_1q4g7_26{color:transparent;background:#98ae9e;opacity:1}._authCheckbox_1q4g7_13:checked~._label_1q4g7_26:before{position:absolute;top:12%;left:32%;width:8px;height:12px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}._main_vz8w6_2{display:flex;flex-direction:column;gap:16px;margin-top:80px}@media only screen and (max-width: 1023px){._main_vz8w6_2{padding:0 16px}}._productWrapper_vz8w6_14{display:flex;align-items:center;gap:32px;position:relative;padding:20px 32px;border-radius:10px;background:#f9f9f9}._productWrapper_vz8w6_14 img{width:112px;height:150px;border-radius:10px;object-fit:cover}._productWrapper_vz8w6_14 p{font-size:24px;font-weight:400;color:#000}._closeIconWrapper_vz8w6_35{display:flex;justify-content:center;align-items:center;cursor:pointer;position:absolute;right:18px;top:16px;padding:4px;border-radius:29px;background:#e5e5e5}._buttonWrapper_vz8w6_48 button{padding:10px 42px}._emptyText_vz8w6_52{padding:24px;text-align:center;font-size:32px;line-height:1.4;color:#666;border-radius:10px;background:#feffff}._customerDetailsSection_fyfrp_2{display:flex;flex-direction:column;gap:32px}._customerDetailsSection_fyfrp_2 h2{font-family:Kdam Thmor Pro,sans-serif;font-size:32px;font-weight:400;line-height:40px}@media only screen and (max-width: 767px){._customerDetailsSection_fyfrp_2{font-size:28px}}._customerDetailsForm_fyfrp_19{display:flex;flex-direction:column;gap:20px;align-items:flex-start}._customerDetailsForm_fyfrp_19 button{width:50%}@media only screen and (max-width: 767px){._customerDetailsForm_fyfrp_19 button{width:100%}}._checkboxWrapper_fyfrp_34{display:flex;align-items:center;gap:8px;font-size:14px;padding-top:12px}strong{font-weight:500}._orderSummarySection_125vd_6{display:flex;flex-direction:column;gap:24px;max-width:475px;width:100%;padding:32px;border-radius:12px;background:#f9f9f9}@media only screen and (max-width: 1023px){._orderSummarySection_125vd_6{padding:32px 8px}}._orderSummarySectionHeader_125vd_22{display:flex;justify-content:space-between;align-items:center}._orderSummarySectionHeader_125vd_22 h4{font-family:Inter,sans-serif;font-size:20px;font-weight:600;margin:0}@media only screen and (max-width: 1023px){._orderSummarySectionHeader_125vd_22{flex-direction:column;gap:12px;align-items:flex-start}}@media only screen and (max-width: 767px){._orderSummarySectionHeader_125vd_22{flex-direction:row;align-items:center;gap:12px}}._backButton_125vd_48{display:flex;gap:8px;align-items:center;font-size:18px}._backButton_125vd_48 svg{width:16px;height:16px}@media only screen and (max-width: 1023px){._backButton_125vd_48{order:-1}}@media only screen and (max-width: 767px){._backButton_125vd_48{order:1;font-size:14px;font-weight:400;color:#000}}._orderSummaryItemSkeleton_125vd_72{display:flex;flex-direction:column;gap:16px;background:#f5f5f5;border-radius:8px;width:410px;height:24px;overflow:hidden;animation:_skeletonLoading_125vd_1 1.5s infinite ease-in-out}._totalAmountWrapperSkeleton_125vd_84{background:#f5f5f5;border-radius:8px;width:410px;height:51px;overflow:hidden;animation:_skeletonLoading_125vd_1 1.5s infinite ease-in-out}._orderSummaryItem_125vd_72{display:flex;justify-content:space-between;align-items:center;font-size:18px}._orderSummaryLabel_125vd_100{color:#999;font-size:16px;font-weight:400}._assssss_125vd_105{font-size:20px}._totalAmountWrapper_125vd_84{border-top:1px solid #d9d9d9;padding-top:24px;font-size:24px;display:flex;justify-content:space-between;align-items:center}@keyframes _skeletonLoading_125vd_1{0%{background-color:#e0e0e0}50%{background-color:#f0f0f0}to{background-color:#e0e0e0}}._checkoutScreen_16byc_2{display:flex;flex-direction:column;gap:60px;padding:20px 0 0;max-width:1440px;width:100%;justify-self:center}@media only screen and (max-width: 1023px){._checkoutScreen_16byc_2{padding:10px 16px 0}}._checkoutScreenHeader_16byc_17{display:flex;justify-content:flex-end}._checkoutScreenBody_16byc_22{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}@media only screen and (max-width: 767px){._checkoutScreenBody_16byc_22{flex-direction:column;gap:44px}}._contactUsInformation_zv5rr_2{color:#fff;padding:46px;display:flex;justify-content:flex-end;border-radius:20px;background:url(/assets/company-information-BxTr6BXq.webp) #d3d3d3 0px 0px/cover no-repeat}@media only screen and (max-width: 767px){._contactUsInformation_zv5rr_2{padding:32px 29px;background:linear-gradient(0deg,#0009,#0009),url(/assets/company-information-BxTr6BXq.webp) #d3d3d3 -36.587px 0px/121.333% 125.829% no-repeat}}._contactUsInformation_zv5rr_2 h4{font-size:30px;font-family:Kdam Thmor Pro,sans-serif;margin-bottom:32px;font-weight:400}@media only screen and (max-width: 767px){._contactUsInformation_zv5rr_2 h4{font-size:24px}}._companyInformation_zv5rr_29{display:flex;flex-direction:column;gap:24px;font-size:16px;line-height:20px}._componyInformationItem_zv5rr_37{display:flex;gap:16px;align-items:center}._inputWrapper_1dsd0_2{display:flex;flex-direction:column;justify-content:center;gap:10px;width:100%;position:relative;z-index:1;border-radius:16px}._textarea-input_1dsd0_14{width:100%;background:transparent;border:0;border-radius:10px;border:1px solid #999999;transition:border-width .2s linear;transition:.2s;outline:none}._textarea-input_1dsd0_14:focus{outline:0}._textarea-input_1dsd0_14::placeholder{font-size:24px;font-weight:400;color:#999}._default_1dsd0_34{padding:16px;font-size:16px;font-weight:400;color:#000;background:#fff;outline:none}._admin_1dsd0_43{padding:10px 14px;color:#000;font-size:12px;font-weight:400;line-height:140%;border-radius:10px;border:1px solid #98ae9e;background-color:#fff;box-shadow:none}._admin_1dsd0_43:is(:hover,:focus){border:1px solid #000000}._admin_1dsd0_43::placeholder{font-size:12px;font-weight:500;line-height:140%}._text_1dsd0_14,._withoutValue_1dsd0_66 ._text_1dsd0_14{font-size:15px;line-height:24px;transition:all .2s ease-out}._inputWrapper_1dsd0_2:focus-within ._text_1dsd0_14,._input_1dsd0_2:-webkit-autofill+._label_1dsd0_73 ._text_1dsd0_14,._withValue_1dsd0_74 ._text_1dsd0_14{font-size:10px;font-weight:400;line-height:14px;opacity:.5;color:#fff;transition:all .2s ease-out}._label_1dsd0_73{font-size:18px;font-weight:400;padding:0 16px;color:#000}._textarea-input_1dsd0_14:disabled+._label_1dsd0_73{opacity:.8}._error_1dsd0_94{box-shadow:inset 0 0 0 2px #fb3e3e}._error_1dsd0_94:hover,._error_1dsd0_94:focus{box-shadow:inset 0 0 0 2px #fb3e3e}._errorText_1dsd0_103{color:#fb3e3e}._container_zbptv_2{padding:40px 32px;background-color:#f9f9f9;border-radius:20px}._container_zbptv_2 h4{font-size:28px;margin-bottom:30px;font-weight:400}@media only screen and (max-width: 767px){._container_zbptv_2 h4{font-size:24px}}@media only screen and (max-width: 767px){._container_zbptv_2{padding:10px}}._contactUsForm_zbptv_23{display:flex;flex-direction:column;gap:20px;align-items:flex-start}._faqBlockItem_7uirv_2{padding:20px;background:#0000000a;border-radius:10px}._faqBlockItemHeader_7uirv_8{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:20px;font-weight:500}._faqBlockItemContent_7uirv_17{position:relative;font-size:16px;max-height:0;height:0;opacity:0;transform:scaleY(0);width:100%;overflow:hidden;z-index:2;cursor:default;transition:opacity .3s ease-in-out,transform .3s ease-in-out}._faqBlockItemContent_7uirv_17._open_7uirv_31{opacity:1;transform:scaleY(1);padding-top:12px;height:initial;max-height:initial}._faqSection_o852r_2{display:flex;flex-direction:column;gap:40px}@media only screen and (max-width: 1023px){._faqSection_o852r_2{gap:48px}}._faqSectionTitle_o852r_13{font-size:24px;color:#000;font-weight:400}@media only screen and (max-width: 767px){._faqSectionTitle_o852r_13{margin-bottom:-28px}}._faqSectionImage_o852r_24{max-width:100%}@media only screen and (max-width: 1023px){._faqSectionImage_o852r_24{height:120px;object-fit:cover;border-radius:20px}}._itemsWrapper_o852r_35{display:flex;flex-direction:column;gap:20px}._contactUsPage_2mlrg_2{padding:40px 0;display:flex;flex-direction:column;gap:40px}@media only screen and (max-width: 1023px){._contactUsPage_2mlrg_2{padding:0 16px;gap:48px;margin-top:48px}}._cookiePolicyScreen_vvsg5_2{max-width:1440px;margin:0 auto;padding:60px 40px}@media only screen and (max-width: 1023px){._cookiePolicyScreen_vvsg5_2{padding:40px 16px}}@media only screen and (max-width: 767px){._cookiePolicyScreen_vvsg5_2{padding:30px 16px}}._cookiePolicyScreen_vvsg5_2 ._content_vvsg5_17{background:#fff;padding:60px 80px;border-radius:8px;box-shadow:0 2px 8px #0000000d}@media only screen and (max-width: 1023px){._cookiePolicyScreen_vvsg5_2 ._content_vvsg5_17{padding:40px 32px}}@media only screen and (max-width: 767px){._cookiePolicyScreen_vvsg5_2 ._content_vvsg5_17{padding:30px 20px}}._cookiePolicyScreen_vvsg5_2 ._content_vvsg5_17 h1{text-align:center;font-size:32px;font-weight:700;color:#000;margin:0 0 8px;letter-spacing:.5px}@media only screen and (max-width: 1023px){._cookiePolicyScreen_vvsg5_2 ._content_vvsg5_17 h1{font-size:28px}}@media only screen and (max-width: 767px){._cookiePolicyScreen_vvsg5_2 ._content_vvsg5_17 h1{font-size:24px}}._cookiePolicyScreen_vvsg5_2 ._content_vvsg5_17 ._subtitle_vvsg5_51{text-align:center;font-size:16px;color:#666;margin:0 0 8px}._cookiePolicyScreen_vvsg5_2 ._content_vvsg5_17 ._date_vvsg5_57{text-align:center;font-size:14px;color:#999;margin:0 0 32px}._cookiePolicyScreen_vvsg5_2 ._content_vvsg5_17 ._intro_vvsg5_63{margin-bottom:40px;line-height:1.8}._cookiePolicyScreen_vvsg5_2 ._content_vvsg5_17 h2{font-size:20px;font-weight:600;color:#000;margin:32px 0 16px}@media only screen and (max-width: 767px){._cookiePolicyScreen_vvsg5_2 ._content_vvsg5_17 h2{font-size:18px}}._cookiePolicyScreen_vvsg5_2 ._content_vvsg5_17 p{font-size:15px;line-height:1.8;color:#000;margin:0 0 16px;text-align:justify}@media only screen and (max-width: 767px){._cookiePolicyScreen_vvsg5_2 ._content_vvsg5_17 p{font-size:14px;text-align:left}}._cookiePolicyScreen_vvsg5_2 ._content_vvsg5_17 ._list_vvsg5_91{margin:16px 0 24px;padding-left:24px}._cookiePolicyScreen_vvsg5_2 ._content_vvsg5_17 ._list_vvsg5_91 li{font-size:15px;line-height:1.8;color:#000;margin-bottom:16px;text-align:justify}@media only screen and (max-width: 767px){._cookiePolicyScreen_vvsg5_2 ._content_vvsg5_17 ._list_vvsg5_91 li{font-size:14px;text-align:left}}._cookiePolicyScreen_vvsg5_2 ._content_vvsg5_17 ._email_vvsg5_108{margin-top:8px}._cookiePolicyScreen_vvsg5_2 ._content_vvsg5_17 ._email_vvsg5_108 a{color:#98ae9e;text-decoration:underline;transition:color .3s ease}@media (hover: hover) and (pointer: fine){._cookiePolicyScreen_vvsg5_2 ._content_vvsg5_17 ._email_vvsg5_108 a:hover{color:#191919}}._depositBanner_5pobj_2{display:flex;flex-direction:column;gap:20px;padding:24px 32px;border-radius:10px;background:url(/assets/banner-OUldUha5.webp) #d3d3d3 -.273px -50.313px/100.016% 496.28% no-repeat}._depositBanner_5pobj_2 h4{font-family:Kdam Thmor Pro,sans-serif;font-size:28px;font-weight:400;line-height:36px;color:#feffff}._depositBanner_5pobj_2 p{font-size:20px;font-weight:400;color:#feffff}@media only screen and (max-width: 767px){._depositBanner_5pobj_2{padding:24px 10px}._depositBanner_5pobj_2 h4{font-size:18px;font-style:normal}._depositBanner_5pobj_2 p{font-size:18px}}._depositDiscountCard_uxhly_2{display:grid;gap:20px;grid-template-areas:"title list" "button list";padding:20px 32px;justify-content:space-between;align-items:center;border-radius:10px;border:1px solid #d9d9d9;background:#fff;position:relative}._depositDiscountCard_uxhly_2:hover{transition:all .3s ease-in-out;border-color:#98ae9e;background:#f9f9f9}@media only screen and (max-width: 767px){._depositDiscountCard_uxhly_2{padding:20px 8px;grid-template-areas:"title" "list" "button"}}._depositDiscountCardPlan_uxhly_26{position:absolute;top:-13px;right:32px;display:flex;min-width:80px;padding:4px 10px;justify-content:center;align-items:center;border-radius:4px;background:#98ae9e;color:#fff;font-size:16px;font-weight:400}._depositInfoWrapper_uxhly_42{display:flex;flex-direction:column;gap:20px;grid-area:title}._titleWrapper_uxhly_49{display:flex;flex-direction:column;gap:4px}._depositDiscountCardTitle_uxhly_55{color:#000;font-size:24px;font-weight:500}._depositDiscountCardDiscount_uxhly_61{color:#000;font-size:20px;font-weight:400}._depositDiscountCardDescription_uxhly_67{color:#999;font-size:16px;font-weight:400;line-height:20px}._depositDiscountCardBenefits_uxhly_74{grid-area:list;display:flex;flex-direction:column;gap:16px;color:#000;font-size:16px;font-weight:400;padding-left:24px}._depositDiscountCardBenefits_uxhly_74 li{list-style:disc}._button_uxhly_88{grid-area:button}._depositDiscountCardButton_uxhly_92{padding:10px 34px;height:32px}._depositDiscountCardButton_uxhly_92 span{font-size:16px;color:#feffff}._depositDiscounts_v3462_2{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}@media only screen and (max-width: 767px){._depositDiscounts_v3462_2{grid-template-columns:auto;gap:16px}}._container_17bcr_2{display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:400px}._title_17bcr_10{font-size:24px;font-weight:500;color:#000}._text_17bcr_16{font-size:20px;font-weight:400;line-height:28px;color:#000}._depositTopUpForm_1rdix_2{display:flex;justify-content:space-between;gap:20px}@media only screen and (max-width: 767px){._depositTopUpForm_1rdix_2{flex-direction:column;gap:10px;margin-top:-16px}}._input_1rdix_15{width:65%}@media only screen and (max-width: 767px){._input_1rdix_15{width:100%}}._button_1rdix_24{height:fit-content}._depositScreen_17wkp_2{display:flex;flex-direction:column;gap:32px;margin-top:80px}@media only screen and (max-width: 1023px){._depositScreen_17wkp_2{padding:0 16px;margin-top:56px}}@media only screen and (max-width: 1023px){._bannerSection_6n9ml_3{padding:0 16px}}._container_6n9ml_8{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;border-radius:10px;padding:220px 60px 48px;background:url(/assets/banner-background-CjwoQFmG.webp);background-size:cover;background-position:center;background-repeat:no-repeat}@media only screen and (max-width: 767px){._container_6n9ml_8{flex-direction:column;align-items:flex-start;gap:12px;padding:158px 10px 24px}}._titleWrapper_6n9ml_29{display:flex;flex-direction:column;gap:20px}._titleWrapper_6n9ml_29 h2{font-family:Kdam Thmor Pro,sans-serif;font-size:50px;font-weight:400;line-height:62px;color:#feffff}._titleWrapper_6n9ml_29 p{font-size:21px;font-weight:600;color:#feffff}@media only screen and (max-width: 767px){._titleWrapper_6n9ml_29{gap:12px}._titleWrapper_6n9ml_29 h2{font-size:22px;line-height:normal}._titleWrapper_6n9ml_29 p{font-size:16px}}._container_1154u_2{display:flex;flex-direction:column;background:#191919;border-radius:10px}._image_1154u_9{display:flex;align-self:flex-end;width:100px;height:100px}@media only screen and (max-width: 767px){._image_1154u_9{width:60px;height:60px}}._titleWrapper_1154u_22{display:flex;flex-direction:column;gap:8px;padding:16px 20px}._titleWrapper_1154u_22 h5{font-size:30px;font-weight:500;color:#feffff}._titleWrapper_1154u_22 p{font-size:18px;font-weight:400;color:#feffff}@media only screen and (max-width: 767px){._titleWrapper_1154u_22{padding:10px}._titleWrapper_1154u_22 h5{font-size:22px}._titleWrapper_1154u_22 p{font-size:16px}}._container_zm16u_2{display:flex;flex-direction:column;gap:20px}._container_zm16u_2 h4{font-family:Kdam Thmor Pro,sans-serif;font-size:32px;font-weight:400;line-height:52px;color:#000}@media only screen and (max-width: 1023px){._container_zm16u_2{padding:0 16px;gap:16px}._container_zm16u_2 h4{font-size:24px;line-height:32px}}._benefitsWrapper_zm16u_25{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media only screen and (max-width: 767px){._benefitsWrapper_zm16u_25{grid-template-columns:repeat(2,1fr)}}._imageWrapper_7wzf3_2{display:flex;position:relative}@media (hover: hover) and (pointer: fine){._imageWrapper_7wzf3_2:is(:hover,:active) ._cartIcon_7wzf3_7{display:flex}._imageWrapper_7wzf3_2:is(:hover,:active) ._price_7wzf3_10{display:flex}}._cartIcon_7wzf3_7{display:none;position:absolute;top:16px;right:16px;cursor:pointer}._image_7wzf3_2{max-width:256px;width:100%;border-radius:10px;height:fit-content}@media only screen and (max-width: 767px){._image_7wzf3_2{max-width:100%}}._price_7wzf3_10{display:none;position:absolute;bottom:16px;left:16px;font-size:20px;font-weight:400;color:#feffff}._container_smfy2_2{display:flex;flex-direction:column;gap:16px;padding:24px;background:#f5f5f5;border:1px solid #ddd;border-radius:8px;overflow:hidden;animation:_skeletonLoading_smfy2_1 1.5s infinite ease-in-out}@keyframes _skeletonLoading_smfy2_1{0%{background-color:#e0e0e0}50%{background-color:#f0f0f0}to{background-color:#e0e0e0}}._small_smfy2_25{width:186px;height:250px}._medium_smfy2_30{width:256px;height:256px}@media only screen and (max-width: 1023px){._medium_smfy2_30{width:100%}}._container_w5dbt_2{display:flex;flex-direction:column;gap:32px}._container_w5dbt_2 h4{font-family:Kdam Thmor Pro,sans-serif;font-size:32px;font-weight:400;line-height:52px;color:#000}@media only screen and (max-width: 1023px){._container_w5dbt_2{padding:0 16px}}._artShowcaseList_w5dbt_20{margin-bottom:80px}._container_7nh1c_2{display:flex;justify-content:space-between;gap:24px;padding:24px 16px;border-radius:10px;background:url(/assets/background-8bcuo8bH.webp)}._container_7nh1c_2 p{font-size:20px;font-weight:400;color:#feffff}@media only screen and (max-width: 1023px){._container_7nh1c_2{padding:24px 10px}._container_7nh1c_2 p{font-size:18px}}._link_7nh1c_24{font-size:20px;font-weight:500;text-decoration-line:underline;text-decoration-style:solid;color:#feffff;cursor:pointer}@media only screen and (max-width: 1023px){._link_7nh1c_24{font-size:18px}}._closeIcon_7nh1c_38{cursor:pointer;min-width:24px}._container_9drd5_2{display:grid;align-items:center;justify-content:space-between;grid-template-areas:"title card" "button card";row-gap:16px;column-gap:40px;padding:24px;width:100%;border-radius:10px}@media only screen and (max-width: 1439px){._container_9drd5_2{grid-template-areas:"title" "card" "button";justify-content:center;gap:12px}}@media only screen and (max-width: 1023px){._container_9drd5_2{padding:20px}}._imagesContainer_9drd5_26{background:url(/assets/image-background-BfCZhYLA.webp)}._videosContainer_9drd5_30{background:url(/assets/video-background-B8p7h6pC.webp)}._title_9drd5_34{grid-area:title;margin-top:auto;font-family:Kdam Thmor Pro,sans-serif;font-size:24px;font-weight:400;line-height:32px;text-align:center;color:#000}._button_9drd5_45{grid-area:button;margin:0 auto auto}._card_9drd5_51{grid-area:card;display:flex;flex-direction:column;gap:24px;border-radius:10px;background-color:#101b21;color:#fff;padding:52px 10px 20px;text-align:center;transition:transform .5s ease,opacity .5s ease}._cardImage_9drd5_64{width:195px;height:195px;object-fit:cover;border-radius:10px}._cardTitle_9drd5_71{font-family:Inter;font-size:20px;text-align:center;margin:0 auto;font-weight:500;max-width:128px;color:#feffff}._container_zblvx_2{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width: 1023px){._container_zblvx_2{padding:0 16px;gap:24px}}._headerWrapper_zblvx_14{display:flex;flex-direction:column;gap:24px}._titleWrapper_zblvx_20{display:flex;flex-direction:column;gap:16px}._titleWrapper_zblvx_20 h2{font-family:Kdam Thmor Pro,sans-serif;font-size:50px;font-weight:400;line-height:62px}._titleWrapper_zblvx_20 p{font-size:24px;font-weight:400;color:#000}@media only screen and (max-width: 1023px){._titleWrapper_zblvx_20 h2{font-size:32px;line-height:34px}._titleWrapper_zblvx_20 p{font-size:20px}}._slidersWrapper_zblvx_46{display:flex;gap:22px}@media only screen and (max-width: 1023px){._slidersWrapper_zblvx_46{flex-direction:column}}._main_memv4_2{display:flex;flex-direction:column;gap:60px;margin-top:32px}@media only screen and (max-width: 1023px){._main_memv4_2{gap:48px;margin-top:24px}}._privacyPolicyScreen_1ywq6_2{max-width:1440px;margin:0 auto;padding:60px 40px}@media only screen and (max-width: 1023px){._privacyPolicyScreen_1ywq6_2{padding:40px 16px}}@media only screen and (max-width: 767px){._privacyPolicyScreen_1ywq6_2{padding:30px 16px}}._privacyPolicyScreen_1ywq6_2 ._content_1ywq6_17{background:#fff;padding:60px 80px;border-radius:8px;box-shadow:0 2px 8px #0000000d}@media only screen and (max-width: 1023px){._privacyPolicyScreen_1ywq6_2 ._content_1ywq6_17{padding:40px 32px}}@media only screen and (max-width: 767px){._privacyPolicyScreen_1ywq6_2 ._content_1ywq6_17{padding:30px 20px}}._privacyPolicyScreen_1ywq6_2 ._content_1ywq6_17 h1{text-align:center;font-size:32px;font-weight:700;color:#000;margin:0 0 8px;letter-spacing:.5px}@media only screen and (max-width: 1023px){._privacyPolicyScreen_1ywq6_2 ._content_1ywq6_17 h1{font-size:28px}}@media only screen and (max-width: 767px){._privacyPolicyScreen_1ywq6_2 ._content_1ywq6_17 h1{font-size:24px}}._privacyPolicyScreen_1ywq6_2 ._content_1ywq6_17 ._subtitle_1ywq6_51{text-align:center;font-size:16px;color:#666;margin:0 0 8px}._privacyPolicyScreen_1ywq6_2 ._content_1ywq6_17 ._date_1ywq6_57{text-align:center;font-size:14px;color:#999;margin:0 0 32px}._privacyPolicyScreen_1ywq6_2 ._content_1ywq6_17 ._intro_1ywq6_63{margin-bottom:40px;line-height:1.8}._privacyPolicyScreen_1ywq6_2 ._content_1ywq6_17 h2{font-size:20px;font-weight:600;color:#000;margin:32px 0 16px}@media only screen and (max-width: 767px){._privacyPolicyScreen_1ywq6_2 ._content_1ywq6_17 h2{font-size:18px}}._privacyPolicyScreen_1ywq6_2 ._content_1ywq6_17 p{font-size:15px;line-height:1.8;color:#000;margin:0 0 16px;text-align:justify}@media only screen and (max-width: 767px){._privacyPolicyScreen_1ywq6_2 ._content_1ywq6_17 p{font-size:14px;text-align:left}}._privacyPolicyScreen_1ywq6_2 ._content_1ywq6_17 p a{color:#98ae9e;text-decoration:underline;transition:color .3s ease}@media (hover: hover) and (pointer: fine){._privacyPolicyScreen_1ywq6_2 ._content_1ywq6_17 p a:hover{color:#191919}}._privacyPolicyScreen_1ywq6_2 ._content_1ywq6_17 ._list_1ywq6_101{margin:16px 0 24px;padding-left:24px}._privacyPolicyScreen_1ywq6_2 ._content_1ywq6_17 ._list_1ywq6_101 li{font-size:15px;line-height:1.8;color:#000;margin-bottom:16px;text-align:justify;list-style:disc}@media only screen and (max-width: 767px){._privacyPolicyScreen_1ywq6_2 ._content_1ywq6_17 ._list_1ywq6_101 li{font-size:14px;text-align:left}}._privacyPolicyScreen_1ywq6_2 ._content_1ywq6_17 ._email_1ywq6_119{margin-top:8px}._privacyPolicyScreen_1ywq6_2 ._content_1ywq6_17 ._email_1ywq6_119 a{color:#98ae9e;text-decoration:underline;transition:color .3s ease}@media (hover: hover) and (pointer: fine){._privacyPolicyScreen_1ywq6_2 ._content_1ywq6_17 ._email_1ywq6_119 a:hover{color:#191919}}._emptyTitle_cyzjg_2{font-size:24px;color:#999;padding:48px 0;text-align:center}._image_cyzjg_9{max-width:186px;width:100%;height:fit-content}._video_cyzjg_15{width:100%;height:auto;border-radius:10px}._container_79brj_2{display:flex;align-items:center;gap:8px;background:transparent;cursor:pointer}._container_79brj_2 span{font-size:18px;font-weight:400;color:#666}._icon_79brj_15{transition:transform .3s ease}._iconOpened_79brj_19{transform:rotate(180deg)}._container_evjz3_2{display:flex;align-items:center;justify-content:space-between;gap:12px}@media only screen and (max-width: 1439px){._container_evjz3_2{flex-direction:column;align-items:flex-start}}._title_evjz3_15{display:none;font-size:28px;font-weight:400;order:0;color:#000}@media only screen and (max-width: 1023px){._title_evjz3_15{display:inline-block}}._sortingWrapper_evjz3_28{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:4px;border-radius:10px;border:1px solid #666666;overflow-x:auto}@media only screen and (max-width: 1439px){._sortingWrapper_evjz3_28{gap:20px;max-width:100%}}@media only screen and (max-width: 1023px){._sortingWrapper_evjz3_28{flex-wrap:nowrap;order:1}}._option_evjz3_51{padding:6px 16px;border-radius:10px;white-space:nowrap;cursor:pointer;flex:0 0 auto}._option_evjz3_51 p{font-size:20px;font-weight:400;color:#999}._selectedOption_evjz3_64{background:#666}._selectedOption_evjz3_64 p{color:#fff}._buttonWrapper_evjz3_71{margin-left:auto}@media only screen and (max-width: 1439px){._buttonWrapper_evjz3_71{order:-1}}._pagination_1g4f8_2{display:flex;align-items:center;justify-content:center;gap:2px}._breakLabel_1g4f8_9,._page_1g4f8_10{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:8px;color:#ccd7cf}._breakLabel_1g4f8_9:hover,._page_1g4f8_10:hover{background-color:#ccd7cf;cursor:pointer;color:#000}._link_1g4f8_27{display:flex;justify-content:center;align-items:center;width:100%;height:100%}._link_1g4f8_27:hover{color:#000}._activeLink_1g4f8_38{background-color:#ccd7cf;border-radius:8px;cursor:default;color:#000}._activeLink_1g4f8_38:hover{color:#000}._previousLink_1g4f8_48,._nextLink_1g4f8_49{display:none}._container_mvg9c_2{display:flex;flex-direction:column;gap:40px;padding:20px 40px;border-radius:10px;background:#f9f9f9}._container_mvg9c_2 h4{font-size:28px;font-weight:400;color:#000}@media only screen and (max-width: 1023px){._container_mvg9c_2 h4{display:none}}._container_mvg9c_2 h5{font-size:24px;font-weight:400;color:#999;padding:48px 0;text-align:center}@media only screen and (max-width: 1023px){._container_mvg9c_2{gap:20px;padding:20px 8px}}._historyWrapper_1yuqu_2{display:flex;flex-direction:column;gap:24px}._skeletonTable_1yuqu_8{background:#f5f5f5;border-radius:8px;width:100%;height:244px;overflow:hidden;animation:_skeletonLoading_1yuqu_1 1.5s infinite ease-in-out}._orderHistoryTable_1yuqu_17{display:flex;flex-direction:column;gap:20px;max-width:1024px}@media only screen and (max-width: 1439px){._orderHistoryTable_1yuqu_17{overflow-x:auto}}._orderHistoryTableRow_1yuqu_29{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;font-size:20px}@media only screen and (max-width: 1439px){._orderHistoryTableRow_1yuqu_29{grid-template-columns:200px 100px 150px 150px}}@media only screen and (max-width: 1023px){._orderHistoryTableRow_1yuqu_29{grid-template-columns:250px 200px 250px 150px}}._orderHistoryTableHeader_1yuqu_46{color:#666}._orderHistoryTableBody_1yuqu_50{color:#000;font-weight:500;display:flex;flex-direction:column;gap:20px}@keyframes _skeletonLoading_1yuqu_1{0%{background-color:#e0e0e0}50%{background-color:#f0f0f0}to{background-color:#e0e0e0}}._emptyTitle_1yuqu_69{font-size:24px;color:#999;padding:48px 0;text-align:center}._modalContent_1v7e6_2{width:100%;height:100%;outline:none;display:flex;justify-content:center;align-items:center;padding:10px}._modalOverlay_1v7e6_12{display:flex;align-items:flex-end;justify-content:flex-start;position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:1000;background:#00000080}._bodyScrollLock_1v7e6_26{overflow:hidden}._modalBody_1v7e6_30{overflow-y:auto;background:#fff;max-width:588px;width:100%;max-height:100%;margin:auto;padding:32px;border-radius:12px;box-shadow:0 1px 3px 1px #00000026}._modalBody_1v7e6_30 h4{font-family:Kdam Thmor Pro,sans-serif;font-size:32px;font-style:normal;font-weight:400;line-height:52px;margin-bottom:20px}@media only screen and (max-width: 767px){._modalBody_1v7e6_30{padding:20px}}._description_1v7e6_55{color:#999;font-size:20px;font-weight:400}._form_1v7e6_61{margin-top:32px;display:flex;flex-direction:column;gap:20px;width:100%}._modalOptions_1v7e6_69{margin-top:12px;display:flex;gap:32px}._personalInfoSkeleton_91zy5_2{display:flex;flex-direction:column;gap:16px;padding:24px;background:#f5f5f5;border-radius:8px;width:250px;height:110px;overflow:hidden;animation:_skeletonLoading_91zy5_1 1.5s infinite ease-in-out}._titleWrapper_91zy5_15{display:flex;justify-content:space-between;align-items:center;gap:24px}@media only screen and (max-width: 767px){._titleWrapper_91zy5_15{gap:8px}}._logoutButton_91zy5_27{margin-bottom:30px}._personalInfo_91zy5_2{display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:20px}@media only screen and (max-width: 767px){._personalInfo_91zy5_2{flex-direction:column;align-items:flex-start;gap:16px}}._personalInfoName_91zy5_46{color:#000;font-size:24px;font-weight:500;margin-bottom:16px}._personalInfoEmail_91zy5_53{color:#000;margin-bottom:16px}._personalInfoPhone_91zy5_58{color:#666}._button_91zy5_62{width:160px}@keyframes _skeletonLoading_91zy5_1{0%{background-color:#e0e0e0}50%{background-color:#f0f0f0}to{background-color:#e0e0e0}}._profileScreen_1sxsy_2{display:flex;flex-direction:column;gap:80px;padding:80px 0 100px}@media only screen and (max-width: 1023px){._profileScreen_1sxsy_2{padding:48px 16px 0;gap:48px}}._container_16i7u_2{display:flex;flex-direction:column;gap:40px;padding:20px 40px;border-radius:10px;background:#f9f9f9}@media only screen and (max-width: 1023px){._container_16i7u_2{gap:20px;padding:20px 8px}}._selectWrapper_tobx9_2{display:flex;flex-direction:column;gap:2px}._label_tobx9_8{font-size:12px;font-weight:400;line-height:18px;color:#000}._wrapper_sstw2_2{display:flex;flex-direction:column;gap:8px;width:100%}._label_sstw2_9{font-weight:400;font-size:14px;color:#000}._uploadContainer_sstw2_15{width:100%;min-height:100px;border:2px dashed #999999;border-radius:6px;padding:16px;display:flex;flex-direction:column;text-align:center;cursor:pointer;transition:border .2s ease-in-out}._uploadContainer_sstw2_15._dragging_sstw2_27{background-color:transparent}._uploadContainer_sstw2_15._uploaded_sstw2_30{cursor:default;border:none;padding:0}._uploadText_sstw2_36{color:#000;font-weight:400;font-size:14px;line-height:21px;margin:auto}._uploadLink_sstw2_45{color:#f5f5f5;font-weight:500}._uploadProgress_sstw2_50{width:100%;text-align:left}._progress_sstw2_55{display:flex;align-items:center;gap:5px}._progressBar_sstw2_61{width:100%;height:6px;background-color:#d9d9d9;border-radius:8px;overflow:hidden}._progressFill_sstw2_69{height:100%;background-color:#70e598;transition:width .3s ease-in-out}._progressText_sstw2_75{font-weight:400;font-size:12px;line-height:20px;color:#000}._fileInfo_sstw2_82{display:flex;align-items:flex-start;gap:8px}._iconsRow_sstw2_88{display:flex;flex-direction:column;justify-content:space-between;gap:4px;height:90px}._icon_sstw2_88{width:24px;height:24px;border-radius:6px;display:flex;justify-content:center;align-items:center;cursor:pointer}._uploadedImg_sstw2_106{width:95px;height:95px;border-radius:20px;object-fit:cover}._inputWrapper_165xb_2{padding:20px 20px 12px;border-radius:20px;border:1px solid #999999;background:#fff;box-shadow:0 1px 3px 1px #00000026;display:flex;flex-direction:column;gap:20px;position:relative}._inputFile_165xb_14{display:none}._textarea-input_165xb_18{display:block;background:transparent;color:#000;margin:0;resize:vertical;border:0;width:100%;box-sizing:border-box;transition:border-width .2s linear;transition:.2s;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}._textarea-input_165xb_18:focus{outline:0}._textarea-input_165xb_18::placeholder{font-weight:400;font-size:16px;color:#999}._default_165xb_42{font-weight:400;font-size:16px;color:#000;outline:none}._admin_165xb_49{padding:10px 14px;color:#000;font-size:12px;font-weight:400;line-height:140%;border-radius:10px;border:1px solid #98ae9e;background-color:#fff;box-shadow:none}._admin_165xb_49:is(:hover,:focus){border:1px solid #000000}._admin_165xb_49::placeholder{font-size:12px;font-weight:500;line-height:140%}._text_165xb_18,._withoutValue_165xb_72 ._text_165xb_18{font-size:15px;line-height:24px;transition:all .2s ease-out}._inputWrapper_165xb_2:focus-within ._text_165xb_18,._input_165xb_2:-webkit-autofill+._label_165xb_79 ._text_165xb_18,._withValue_165xb_80 ._text_165xb_18{font-size:10px;font-weight:400;line-height:14px;opacity:.5;color:#fff;transition:all .2s ease-out}._error_165xb_89{border:1px solid #fb3e3e}._error_165xb_89:hover,._error_165xb_89:focus{border:1px solid #fb3e3e}._errorText_165xb_98{position:absolute;bottom:-18px;font-size:12px;font-weight:400;line-height:14.4px;color:#fb3e3e}._toolsWrapper_165xb_107{display:flex;align-items:center;justify-content:space-between;gap:24px}._addingTools_165xb_114{display:flex;align-items:center;gap:12px}._plusIcon_165xb_120{cursor:pointer}._toolWrapper_165xb_124{position:relative;display:flex;align-items:center;gap:2px;padding:2px 6px;font-size:14px;font-weight:400;color:#999;cursor:pointer}@media (hover: hover) and (pointer: fine){._toolWrapper_165xb_124:is(:hover,:active){background:#d9d9d9;border-radius:4px;color:#000}._toolWrapper_165xb_124:is(:hover,:active) path{fill:#000}._toolWrapper_165xb_124:is(:hover,:active) ._clipboardIcon_165xb_144 path{fill:transparent;stroke:#000}}._activeTool_165xb_150{background:#d9d9d9;border-radius:4px;color:#000}._activeTool_165xb_150 path{fill:#000}._activeTool_165xb_150 ._clipboardIcon_165xb_144 path{fill:transparent;stroke:#000}._callToAction_165xb_163{display:flex;align-items:center;justify-content:center;padding:7px;border-radius:4px;background:#d9d9d9;cursor:pointer}._square_165xb_173{width:10px;height:10px;border-radius:2px;background:#000}._container_12kw8_2{display:flex;flex-direction:column;gap:16px;max-width:770px;width:100%;margin:0 auto}._generation_12kw8_11{display:flex;align-items:center;gap:8px}._generation_12kw8_11 p{font-size:16px;font-weight:400;color:#000}._imagesWrapper_12kw8_22{display:flex;flex-wrap:wrap;gap:16px;max-width:100%}._mediaContainer_12kw8_29{position:relative;width:45%}@media only screen and (max-width: 767px){._mediaContainer_12kw8_29{width:100%}}._image_12kw8_22{width:100%;object-fit:cover;border-radius:20px}._downloadIcon_12kw8_45{position:absolute;top:20px;right:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease;color:#fff}._downloadIcon_12kw8_45:hover{opacity:.8}._title_12kw8_60{font-size:16px;font-weight:400;color:#000}._loaderWrapper_v154p_2{position:relative;width:50px;height:50px}._loader_v154p_2{width:50px;height:50px;border:2px solid #d9d9d9;border-bottom-color:#191919;border-radius:50%;display:inline-block;box-sizing:border-box;animation:_rotation_v154p_1 1s linear infinite}._icon_v154p_19{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes _rotation_v154p_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._container_tcx8s_2{display:flex;flex-direction:column;gap:16px;max-width:770px;width:100%;margin:0 auto}._generation_tcx8s_11{display:flex;align-items:center;gap:8px}._generation_tcx8s_11 p{font-size:16px;font-weight:400;color:#000}._skeleton_tcx8s_22{background:#f9f9f9;border-radius:20px;width:45%;height:360px;display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 767px){._skeleton_tcx8s_22{width:100%}}._main_7hk5a_2{display:flex;flex-direction:column;gap:80px;margin-top:100px}@media only screen and (max-width: 1023px){._main_7hk5a_2{padding:0 16px;gap:48px;margin-top:56px}}._form_7hk5a_16{display:flex;flex-direction:column;gap:64px}._titleWrapper_7hk5a_22{display:flex;flex-direction:column;gap:16px;max-width:630px;margin:0 auto}._titleWrapper_7hk5a_22 h3{font-family:Kdam Thmor Pro,sans-serif;font-size:50px;font-weight:400;line-height:62px;text-align:center;color:#000}._titleWrapper_7hk5a_22 p{font-size:24px;font-weight:400;text-align:center;color:#000}@media only screen and (max-width: 1023px){._titleWrapper_7hk5a_22 h3{font-size:28px}._titleWrapper_7hk5a_22 p{font-size:20px}}._textareaWrapper_7hk5a_52{max-width:770px;width:100%;margin:0 auto}._canceledMessage_7hk5a_58{max-width:630px;margin:0 auto;text-align:center}._canceledMessage_7hk5a_58 p{font-size:18px;font-weight:500;color:#fb3e3e;background-color:#fb3e3e14;padding:16px 24px;border-radius:12px;border:1px solid rgba(251,62,62,.2);margin:0}@media only screen and (max-width: 1023px){._canceledMessage_7hk5a_58 p{font-size:16px;padding:12px 20px}}._skeleton_7hk5a_80{max-width:770px;width:45%;height:340px;background:linear-gradient(90deg,#f9f9f9 25%,#feffff,#f9f9f9 75%);background-size:200% 100%;animation:_skeleton-loading_7hk5a_1 1.5s infinite;border-radius:20px;display:flex;justify-content:center;align-items:center}@keyframes _skeleton-loading_7hk5a_1{0%{background-position:200% 0}to{background-position:-200% 0}}@media only screen and (max-width: 767px){._skeleton_7hk5a_80{width:100%}}._termsAndConditionsScreen_9wwsn_2{max-width:1440px;margin:0 auto;padding:60px 40px}@media only screen and (max-width: 1023px){._termsAndConditionsScreen_9wwsn_2{padding:40px 16px}}@media only screen and (max-width: 767px){._termsAndConditionsScreen_9wwsn_2{padding:30px 16px}}._termsAndConditionsScreen_9wwsn_2 ._content_9wwsn_17{background:#fff;padding:60px 80px;border-radius:8px;box-shadow:0 2px 8px #0000000d}@media only screen and (max-width: 1023px){._termsAndConditionsScreen_9wwsn_2 ._content_9wwsn_17{padding:40px 32px}}@media only screen and (max-width: 767px){._termsAndConditionsScreen_9wwsn_2 ._content_9wwsn_17{padding:30px 20px}}._termsAndConditionsScreen_9wwsn_2 ._content_9wwsn_17 h1{text-align:center;font-size:32px;font-weight:700;color:#000;margin:0 0 8px;letter-spacing:.5px}@media only screen and (max-width: 1023px){._termsAndConditionsScreen_9wwsn_2 ._content_9wwsn_17 h1{font-size:28px}}@media only screen and (max-width: 767px){._termsAndConditionsScreen_9wwsn_2 ._content_9wwsn_17 h1{font-size:24px}}._termsAndConditionsScreen_9wwsn_2 ._content_9wwsn_17 ._subtitle_9wwsn_51{text-align:center;font-size:16px;color:#666;margin:0 0 8px}._termsAndConditionsScreen_9wwsn_2 ._content_9wwsn_17 ._date_9wwsn_57{text-align:center;font-size:14px;color:#999;margin:0 0 4px}._termsAndConditionsScreen_9wwsn_2 ._content_9wwsn_17 ._date_9wwsn_57:last-of-type{margin-bottom:32px}._termsAndConditionsScreen_9wwsn_2 ._content_9wwsn_17 ._intro_9wwsn_66{margin-bottom:40px;line-height:1.8}._termsAndConditionsScreen_9wwsn_2 ._content_9wwsn_17 h2{font-size:20px;font-weight:600;color:#000;margin:32px 0 16px}@media only screen and (max-width: 767px){._termsAndConditionsScreen_9wwsn_2 ._content_9wwsn_17 h2{font-size:18px}}._termsAndConditionsScreen_9wwsn_2 ._content_9wwsn_17 h3{font-size:18px;font-weight:600;color:#000;margin:24px 0 12px}@media only screen and (max-width: 767px){._termsAndConditionsScreen_9wwsn_2 ._content_9wwsn_17 h3{font-size:16px}}._termsAndConditionsScreen_9wwsn_2 ._content_9wwsn_17 p{font-size:15px;line-height:1.8;color:#000;margin:0 0 16px;text-align:justify}@media only screen and (max-width: 767px){._termsAndConditionsScreen_9wwsn_2 ._content_9wwsn_17 p{font-size:14px;text-align:left}}._termsAndConditionsScreen_9wwsn_2 ._content_9wwsn_17 p a{color:#98ae9e;text-decoration:underline;transition:color .3s ease}@media (hover: hover) and (pointer: fine){._termsAndConditionsScreen_9wwsn_2 ._content_9wwsn_17 p a:hover{color:#191919}}._termsAndConditionsScreen_9wwsn_2 ._content_9wwsn_17 ._list_9wwsn_115{margin:16px 0 24px;padding-left:24px}._termsAndConditionsScreen_9wwsn_2 ._content_9wwsn_17 ._list_9wwsn_115 li{font-size:15px;line-height:1.8;color:#000;margin-bottom:16px;text-align:justify;list-style:disc}@media only screen and (max-width: 767px){._termsAndConditionsScreen_9wwsn_2 ._content_9wwsn_17 ._list_9wwsn_115 li{font-size:14px;text-align:left}}._termsAndConditionsScreen_9wwsn_2 ._content_9wwsn_17 ul._list_9wwsn_115 li{list-style:disc}._termsAndConditionsScreen_9wwsn_2 ._content_9wwsn_17 ol._list_9wwsn_115 li{list-style:decimal}@media only screen and (max-width: 1023px){._videoSection_jho8g_3{padding:0 16px}}._video_jho8g_3{border-radius:10px;width:100%;margin:0 auto}@media only screen and (max-width: 1023px){._video_jho8g_3{min-height:240px;object-fit:cover}}._videoSkeleton_jho8g_20{border-radius:10px;width:100%;height:340px;margin:0 auto;background:linear-gradient(90deg,#f9f9f9 25%,#feffff,#f9f9f9 75%);background-size:200% 100%;animation:_skeleton-loading_jho8g_1 1.5s infinite}@keyframes _skeleton-loading_jho8g_1{0%{background-position:200% 0}to{background-position:-200% 0}}@media only screen and (max-width: 1023px){._videoSkeleton_jho8g_20{min-height:240px}}._loader_1gge0_2{margin-top:7px;padding:7px 16px;width:248px;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:_skeleton-loading_1gge0_1 1s linear infinite}@keyframes _skeleton-loading_1gge0_1{0%{background-position:0% 0,0 0,0 18px}to{background-position:100% 0,0 0,0 18px}}._userWrapper_1gge0_24{display:flex;align-items:center;gap:16px}._creditWrapper_1gge0_30{display:flex;align-items:center;gap:4px;padding:6px 16px;border-radius:10px;background:#98ae9e80;cursor:pointer}._creditWrapper_1gge0_30 p{font-size:20px;font-weight:400;color:#000}._cartWrapper_1gge0_45{display:flex;position:relative;cursor:pointer}._cartCounter_1gge0_51{display:flex;justify-content:center;align-items:center;position:absolute;bottom:-6px;right:-4px;width:18px;height:18px;border-radius:10px;background:#ccd7cf;font-size:14px;font-weight:400;color:#000}._user_1gge0_24{display:flex;align-items:center;gap:8px}._initials_1gge0_73{background-color:#70e598;border-radius:22px;padding:10px;font-family:Inter;font-size:20px;font-weight:400;text-align:center}._name_1gge0_83{font-size:20px;font-weight:400;color:#000}._mobileMenuButton_1gge0_89{font-family:Kdam Thmor Pro,sans-serif;font-size:28px;font-weight:400;line-height:34px}._userName_1gge0_96{font-size:20px}@media only screen and (max-width: 1023px){._userName_1gge0_96{display:none}}._historyItem_4tibd_2{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:7px 16px;border-radius:4px}._historyItem_4tibd_2 p{font-size:18px;font-weight:400;color:#000}._activeHistoryItem_4tibd_16{background:#0000000a}._menuContainer_4tibd_20{position:relative}._dotsIcon_4tibd_24{cursor:pointer}._dotsIcon_4tibd_24:hover{opacity:.7}._contextMenu_4tibd_31{position:absolute;right:-160px;top:50%;transform:translateY(-50%);z-index:2;border-radius:4px;border:1px solid #999999;background:#fff;width:146px;box-shadow:0 1px 3px 1px #00000026;padding:10px 20px}._deleteButton_4tibd_46{display:flex;align-items:center;width:100%;background:none;border:none;cursor:pointer;font-size:16px;font-weight:400;color:#000;text-align:left}._deleteButton_4tibd_46:is(:active,:hover){opacity:.7}._aside_jy2e3_2{display:flex;flex-direction:column;gap:32px;position:relative;width:100%;max-width:248px;z-index:1}@media only screen and (max-width: 1023px){._aside_jy2e3_2{max-width:initial}}._logo_jy2e3_17{width:212px;height:50px;cursor:pointer}._linksWrapper_jy2e3_23{display:flex;flex-direction:column;gap:20px;border-bottom:1px solid #d9d9d9;padding-bottom:20px}._link_jy2e3_23{display:flex;align-items:center;padding:8px 16px}._activeLink_jy2e3_37{border-radius:4px;background:#0000000a}._titleWrapper_jy2e3_42{display:flex;align-items:center;gap:8px;width:100%;font-size:20px;font-weight:500;color:#000}._languagesWrapper_jy2e3_52{display:flex;flex-direction:column;gap:16px;padding-top:16px}._loader_jy2e3_59{margin-top:7px;padding:7px 16px;width:248px;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:_skeleton-loading_jy2e3_1 1s linear infinite}@keyframes _skeleton-loading_jy2e3_1{0%{background-position:0% 0,0 0,0 18px}to{background-position:100% 0,0 0,0 18px}}._historyWrapper_jy2e3_81{display:flex;flex-direction:column;gap:12px}._historyWrapper_jy2e3_81 h6{font-size:18px;font-weight:500;color:#000;padding:7px 16px}._modalContent_ey2n7_2{width:100%;height:100%;outline:none;padding:17px 16px;background:#fff}._modalOverlay_ey2n7_10{display:flex;align-items:flex-end;justify-content:flex-start;position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:1000;background:#00000080}._bodyScrollLock_ey2n7_24{overflow:hidden}._closeModalButton_ey2n7_28{position:absolute;top:24px;right:16px;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}._header_142lv_2{position:relative;display:flex;flex-direction:column;gap:48px;z-index:1}._contentWrapper_142lv_10{display:flex;justify-content:space-between;align-items:center;gap:48px;position:relative}@media only screen and (max-width: 1023px){._contentWrapper_142lv_10{gap:10px;padding:10px 16px}}._mobileMenuWrapper_142lv_24{display:none}@media only screen and (max-width: 1023px){._mobileMenuWrapper_142lv_24{display:block}}._mobileMenuButton_142lv_33{font-family:Kdam Thmor Pro,sans-serif;font-size:28px;font-weight:400;line-height:34px;cursor:pointer}._title_142lv_41{font-size:28px;font-weight:400;color:#000}@media only screen and (max-width: 1023px){._title_142lv_41{display:none}}._mobileTitle_142lv_52{font-family:Kdam Thmor Pro,sans-serif;font-size:28px;font-weight:400;line-height:32px;padding:0 16px;color:#000;display:none}@media only screen and (max-width: 1023px){._mobileTitle_142lv_52{display:inline-block}}._mainSection_1muoc_2{flex:1 0 auto;display:flex;flex-direction:column;height:100%;position:relative;z-index:2;box-sizing:border-box;max-width:1440px;width:100%;margin:0 auto;padding:20px 20px 0 40px}@media only screen and (max-width: 1023px){._mainSection_1muoc_2{padding:0}}._contentWrapper_1muoc_21{display:flex;gap:40px;flex:1 0 auto}._content_1muoc_21{width:100%}*{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:#000;background-color:#fff}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{width:100%;max-width:534px}.Toastify__toast-container .Toastify__toast-body{display:flex;align-items:center;gap:24px;padding:0}.Toastify__toast-container .Toastify__zoom-enter{width:fit-content}.Toastify__toast-container .Toastify__toast{background-color:#fff;padding:32px 40px 32px 32px;border-radius:16px;border:1px solid rgba(0,0,0,.04);box-shadow:20px 20px 20px #00000014}.Toastify__toast-container .Toastify__close-button{position:absolute;right:10px;top:10px;display:flex;justify-content:center;align-items:center;padding:4px;background:#e5e5e5;border-radius:29px;align-self:center;opacity:1}.Toastify__toast-container .Toastify__close-button:hover svg{fill:#000}.Toastify__toast-container .Toastify__close-button svg{width:10px;height:10px;transition:.3s fill;fill:#666}.greySection{padding:40px 32px;background-color:#f9f9f9;border-radius:10px}.greySection h4{font-size:28px;margin-bottom:30px;font-weight:400}@media only screen and (max-width: 767px){.greySection h4{font-size:24px}}@media only screen and (max-width: 767px){.greySection{padding:10px}}
