@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Inter&family=Montserrat&family=Open+Sans:wght@300;400;500&family=Poppins:wght@200;300;400;500;600;700;900&family=Roboto&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{padding:0}*,h1,h2,h3,h4,h5,h6,p{margin:0}.star{color:red}input:required{background-color:#000}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:silver}::-webkit-scrollbar-thumb{background:#046bd2}::-webkit-scrollbar-thumb:hover{background:#555}: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:#ffffffb3;--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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Navbar_header_container__IepAn{background-color:#f8f8f8;box-shadow:20px 20px 30px #0000001a;position:fixed;top:0;width:100%;z-index:999}.Navbar_header_container__IepAn .Navbar_Container__y9LmK{align-items:center;background-color:#fff;display:flex;gap:30px;justify-content:center;min-height:5rem;padding:0 60px;place-content:center;z-index:999}@media (max-width:550px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK{flex-direction:column;gap:0;padding:.4rem .6rem}}@media (min-width:550px) and (max-width:768px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK{flex-direction:column;gap:0;padding:.4rem .8rem}}@media (min-width:900px) and (max-width:1024px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK{gap:10px;padding:0 40px}}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_navigation__J6rAt,.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_navigation_loc__tEXvI{color:#111;margin-inline:20px;position:relative;text-decoration:none}@media (max-width:550px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_navigation_loc__tEXvI{display:none}}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Branding__uxPrN{align-items:center;display:flex;flex:2 1;justify-content:center;width:100%}@media (max-width:550px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Branding__uxPrN{justify-content:space-between}}@media (min-width:550px) and (max-width:768px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Branding__uxPrN{justify-content:space-between}}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Branding__uxPrN .Navbar_PostAdBtn_Div__QsEYj{display:none}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Branding__uxPrN .Navbar_PostAdBtn_Div__QsEYj button{align-items:center;background:linear-gradient(142deg,#0374d0 10%,#00efbd);border:none;border-radius:3px;color:#fff;cursor:pointer;display:flex;font-size:.7rem;font-weight:600;height:2rem;justify-content:center;margin:0;padding:.3rem .6rem;width:120px}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Branding__uxPrN .Navbar_PostAdBtn_Div__QsEYj button:hover{color:#fff}@media (max-width:550px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Branding__uxPrN .Navbar_PostAdBtn_Div__QsEYj{display:contents;position:relative}}@media (min-width:550px) and (max-width:768px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Branding__uxPrN .Navbar_PostAdBtn_Div__QsEYj{display:contents;position:relative}}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Branding__uxPrN .Navbar_Branding_wrapper__cdnna{align-items:center;display:flex;gap:5px}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Branding__uxPrN .Navbar_Branding_wrapper__cdnna button{aspect-ratio:1;background:#0000;border:0;cursor:pointer;display:none;font-size:24px}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Branding__uxPrN .Navbar_Branding_wrapper__cdnna button:hover{color:#046bd2}@media (max-width:550px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Branding__uxPrN .Navbar_Branding_wrapper__cdnna button{align-items:center;display:flex}}@media (min-width:550px) and (max-width:768px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Branding__uxPrN .Navbar_Branding_wrapper__cdnna button{align-items:center;display:flex}}@media (max-width:550px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Branding__uxPrN .Navbar_Branding_wrapper__cdnna button{display:block}}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Branding__uxPrN .Navbar_mobiletrnslator__NrlIc{display:none}@media (max-width:550px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Branding__uxPrN .Navbar_mobiletrnslator__NrlIc{display:block}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Branding__uxPrN .Navbar_mobiletrnslator__NrlIc select{font-size:10px;height:30px;max-width:58px;width:58px}}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Branding__uxPrN h1{color:#046bd2;cursor:pointer;font-size:1.6rem;font-weight:700;margin:.4rem 0}@media (max-width:550px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Branding__uxPrN h1{font-size:1.3rem;font-weight:600;margin:.3rem 0;padding:5px 0}}@media (min-width:550px) and (max-width:768px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Branding__uxPrN h1{font-size:1.5rem;font-weight:700}}@media (min-width:900px) and (max-width:1024px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Branding__uxPrN h1{font-size:1.6rem}}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Search__5eU-v{align-items:center;display:flex;flex:4 1;justify-content:center;margin:5px;position:relative;width:100%}@media (max-width:550px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Search__5eU-v{width:100%}}@media (min-width:550px) and (max-width:768px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Search__5eU-v{width:100%}}@media (min-width:900px) and (max-width:1024px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Search__5eU-v{flex:5 1}}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Search__5eU-v .Navbar_Search_container__0y-a5{align-items:center;border:1px solid #046bd2;border-radius:5px;display:flex;height:1.8rem;padding:5px;position:relative;width:100%}@media (max-width:550px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Search__5eU-v .Navbar_Search_container__0y-a5{font-size:1.6rem}}@media (min-width:900px) and (max-width:1024px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Search__5eU-v .Navbar_Search_container__0y-a5{font-size:1.8rem}}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Search__5eU-v .Navbar_Search_container__0y-a5 .Navbar_dropdown__BJ4Re{align-items:center;border-right:1px solid #d3d3d3;display:flex;height:90%;margin-right:10px;padding:10px}@media (max-width:550px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Search__5eU-v .Navbar_Search_container__0y-a5 .Navbar_dropdown__BJ4Re{display:none}}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Search__5eU-v .Navbar_Search_container__0y-a5 .Navbar_dropdown__BJ4Re p{align-items:center;border:none;color:#666;cursor:pointer;display:flex;font-size:12px;justify-content:center;outline:none;-webkit-user-select:none;user-select:none;width:130px}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Search__5eU-v .Navbar_Search_container__0y-a5 .Navbar_dropdown__BJ4Re .Navbar_iconWrapper__n4-rH{align-items:center;color:#666;display:flex;justify-content:center}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Search__5eU-v .Navbar_Search_container__0y-a5 .Navbar_dropdown_mobile__ve6Ms{display:none}@media (max-width:550px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Search__5eU-v .Navbar_Search_container__0y-a5 .Navbar_dropdown_mobile__ve6Ms{display:block}}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Search__5eU-v .Navbar_Search_container__0y-a5 input{align-items:center;background:#0000;border:none;color:inherit;display:flex;font-size:14px;font-weight:100px;letter-spacing:1px;outline:none;text-align:start;width:90%}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Search__5eU-v .Navbar_Search_container__0y-a5 div select{background:#0000;border:none;outline:0}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Search__5eU-v .Navbar_Search_container__0y-a5 div select option{background:#0000;border:none;outline:none}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_Search__5eU-v .Navbar_Search_container__0y-a5 button{aspect-ratio:1;background-color:#046bd2;border:none;border-bottom-right-radius:3px;border-top-right-radius:3px;color:#fff;font-size:20px;height:100%;position:absolute;right:0;width:60px}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_location_mobile__-oRsj{align-items:center;background-color:#f5f5f5;border-radius:10px;box-shadow:0 2px 5px #0000001a;color:#333;cursor:pointer;display:none;font-size:14px;gap:8px;justify-content:center;padding:10px 16px;transition:background-color .3s ease}@media (max-width:550px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_location_mobile__-oRsj{align-items:center;display:flex;justify-content:center;width:100%}}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_location_mobile__-oRsj:hover{background-color:#eaeaea}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_icon_location__2ZY36{color:#007bff;font-size:18px}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_location_text__\+GpxM{color:#007bff;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_icon_arrow__ymkYo{color:#555;font-size:16px}.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_translator__EMIYe{display:block}@media (max-width:550px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK .Navbar_translator__EMIYe{display:none}}@media (min-width:550px) and (max-width:768px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK{display:none}}@media (min-width:900px) and (max-width:1024px){.Navbar_header_container__IepAn .Navbar_Container__y9LmK{gap:10px}}.Navbar_header_container__IepAn .Navbar_Options__uuyFx{align-items:center;display:flex;flex:2 1;gap:25px;justify-content:flex-end}@media (max-width:550px){.Navbar_header_container__IepAn .Navbar_Options__uuyFx{display:none}}@media (min-width:550px) and (max-width:768px){.Navbar_header_container__IepAn .Navbar_Options__uuyFx{display:none}}@media (min-width:900px) and (max-width:1024px){.Navbar_header_container__IepAn .Navbar_Options__uuyFx{gap:10px}}.Navbar_header_container__IepAn .Navbar_Options__uuyFx .Navbar_OptionsWrapper__WVKNm{position:relative}.Navbar_header_container__IepAn .Navbar_Options__uuyFx .Navbar_OptionsWrapper__WVKNm .Navbar_icon__cBIVI{aspect-ratio:1;color:#000;font-size:20px}@media (max-width:550px){.Navbar_header_container__IepAn .Navbar_Options__uuyFx .Navbar_OptionsWrapper__WVKNm .Navbar_icon__cBIVI{display:none}}@media (min-width:550px) and (max-width:768px){.Navbar_header_container__IepAn .Navbar_Options__uuyFx .Navbar_OptionsWrapper__WVKNm .Navbar_icon__cBIVI{display:none}}.Navbar_header_container__IepAn .Navbar_Options__uuyFx .Navbar_OptionsWrapper__WVKNm .Navbar_count__LOn\+V{align-items:center;background-color:#046bd2;border-radius:50%;color:#fff;display:flex;font-size:.6rem;height:1rem;justify-content:center;padding:1px;position:absolute;right:-10px;text-align:center;top:-10px;width:1rem}@media (max-width:550px){.Navbar_header_container__IepAn .Navbar_Options__uuyFx .Navbar_OptionsWrapper__WVKNm .Navbar_count__LOn\+V{display:none}}@media (min-width:550px) and (max-width:768px){.Navbar_header_container__IepAn .Navbar_Options__uuyFx .Navbar_OptionsWrapper__WVKNm .Navbar_count__LOn\+V{display:none}}.Navbar_header_container__IepAn .Navbar_Options__uuyFx .Navbar_profile__qABHH{aspect-ratio:1;border:1px solid #ebebeb;border-radius:7px;height:35px;position:relative;width:35px}@media (max-width:550px){.Navbar_header_container__IepAn .Navbar_Options__uuyFx .Navbar_profile__qABHH{display:none}}@media (min-width:550px) and (max-width:768px){.Navbar_header_container__IepAn .Navbar_Options__uuyFx .Navbar_profile__qABHH{display:none}}.Navbar_header_container__IepAn .Navbar_Options__uuyFx .Navbar_profile__qABHH img{border-radius:7px;cursor:pointer;height:100%;object-fit:cover;width:100%}.Navbar_header_container__IepAn .Navbar_Options__uuyFx .Navbar_RegButtonContainer__3lJHH button{background:#0000;background-color:#046bd2;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 12px;text-overflow:ellipsis}.Navbar_header_container__IepAn .Navbar_Options__uuyFx .Navbar_RegButtonContainer__3lJHH button:hover{background-color:#fff;border:1px solid #046bd2;color:#046bd2}@media (max-width:550px){.Navbar_header_container__IepAn .Navbar_Options__uuyFx .Navbar_RegButtonContainer__3lJHH{display:none}}@media (min-width:550px) and (max-width:768px){.Navbar_header_container__IepAn .Navbar_Options__uuyFx .Navbar_RegButtonContainer__3lJHH{display:none}}.Navbar_header_container__IepAn .Navbar_Options__uuyFx .Navbar_ButtonContainer__VJ7a8{position:relative}.Navbar_header_container__IepAn .Navbar_Options__uuyFx .Navbar_ButtonContainer__VJ7a8 button{align-items:center;background:#0000;background:linear-gradient(142deg,#0374d0 10%,#00efbd);border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:11px;font-weight:600;justify-content:center;padding:9px 3px;text-overflow:ellipsis;width:120px}.Navbar_header_container__IepAn .Navbar_Options__uuyFx .Navbar_ButtonContainer__VJ7a8 button:hover{background:#fff;border:1px solid #046bd2;color:#046bd2}@media (max-width:550px){.Navbar_header_container__IepAn .Navbar_Options__uuyFx .Navbar_ButtonContainer__VJ7a8{display:none}}@media (min-width:550px) and (max-width:768px){.Navbar_header_container__IepAn .Navbar_Options__uuyFx .Navbar_ButtonContainer__VJ7a8{display:none}}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff80;border-right:5px solid #d3d3d3;bottom:0;height:100%;left:0;overflow-y:scroll;position:fixed;width:275px;z-index:999}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl::-webkit-scrollbar{display:none}@media (max-width:550px){.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}}@media (min-width:550px) and (max-width:768px){.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_logoContainer__OkVmz{align-items:center;display:flex;padding:30px 0;place-content:center;justify-content:space-around;width:100%}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_logoContainer__OkVmz .Navbar_logo_wrap__5OL8g img{align-items:center;cursor:pointer;display:flex;justify-content:center;object-fit:contain}@media (max-width:550px){.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_logoContainer__OkVmz .Navbar_logo_wrap__5OL8g img{height:3rem;width:6rem}}@media (min-width:550px) and (max-width:768px){.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_logoContainer__OkVmz .Navbar_logo_wrap__5OL8g img{height:3rem;width:6rem}}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_logoContainer__OkVmz .Navbar_logo_wrap__5OL8g h1{color:#046bd2;font-size:1.3rem;font-weight:600}@media (min-width:550px) and (max-width:768px){.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_logoContainer__OkVmz .Navbar_logo_wrap__5OL8g h1{font-size:1.6rem;font-weight:700}}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_logoContainer__OkVmz .Navbar_translator__EMIYe{align-items:center;display:flex;font-size:30px}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_logoContainer__OkVmz div button{align-items:center;background-color:initial;border:0;cursor:pointer;display:flex;font-size:30px}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_logoContainer__OkVmz div button:hover{color:#046bd2}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_ProfileContainer__o-Lau{align-items:center;border-bottom:1px solid #d3d3d3;border-top:1px solid #d3d3d3;display:flex;width:100%}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_ProfileContainer__o-Lau .Navbar_profile_wrap__N270z{align-items:center;display:flex;gap:20px;justify-content:center;padding:30px 20px;width:100%}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_ProfileContainer__o-Lau .Navbar_profile_wrap__N270z .Navbar_profile__qABHH{aspect-ratio:1;border:1px solid #046bd2;border-radius:100%;height:60px;overflow:hidden}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_ProfileContainer__o-Lau .Navbar_profile_wrap__N270z .Navbar_profile__qABHH img{border-radius:100%;height:100%;object-fit:cover;width:100%}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_ProfileContainer__o-Lau .Navbar_profile_wrap__N270z button{background-color:initial;border:none;color:#046bd2;cursor:pointer;font-size:18px;font-weight:900;outline:none}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_ProfileContainer__o-Lau .Navbar_profile_wrap__N270z div{display:flex;flex-direction:column;gap:3px}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_ProfileContainer__o-Lau .Navbar_profile_wrap__N270z div h5{color:#046bd2;cursor:pointer;font-size:12px;font-style:normal;font-weight:1px;text-decoration:underline}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr{border-bottom:1px solid #d3d3d3;display:flex;flex-direction:column;place-content:center;width:100%}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr .Navbar_menutitle__Q4-nw{padding:10px}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr .Navbar_menutitle__Q4-nw h4{font-size:18px;font-weight:500}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr .Navbar_menu_wrap__oW4Yh{padding:10px 20px}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr .Navbar_menu_wrap__oW4Yh ul{list-style:none;margin:0;padding:0;width:100%}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr .Navbar_menu_wrap__oW4Yh ul .Navbar_list_items__bqlJN{align-items:center;display:flex}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr .Navbar_menu_wrap__oW4Yh ul .Navbar_list_items__bqlJN,.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr .Navbar_menu_wrap__oW4Yh ul li{cursor:pointer;gap:10px;padding:10px 0;width:100%}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr .Navbar_menu_wrap__oW4Yh ul .Navbar_list_items__bqlJN:hover,.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr .Navbar_menu_wrap__oW4Yh ul li:hover{background-color:#046bd2;border-radius:3px;color:#fff}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr .Navbar_menu_wrap__oW4Yh ul .Navbar_list_items__bqlJN .Navbar_icons__6-C68,.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr .Navbar_menu_wrap__oW4Yh ul li .Navbar_icons__6-C68{font-size:18px;padding-left:10px}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr .Navbar_menu_wrap__oW4Yh ul .Navbar_list_items__bqlJN span,.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr .Navbar_menu_wrap__oW4Yh ul li span{font-size:16px;font-weight:400}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr .Navbar_menu_wrap__oW4Yh ul .Navbar_list_items__bqlJN .Navbar_Options__uuyFx,.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr .Navbar_menu_wrap__oW4Yh ul li .Navbar_Options__uuyFx{display:flex;justify-content:space-between}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr .Navbar_menu_wrap__oW4Yh ul .Navbar_list_items__bqlJN .Navbar_Options__uuyFx .Navbar_OptionsWrapper__WVKNm,.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr .Navbar_menu_wrap__oW4Yh ul li .Navbar_Options__uuyFx .Navbar_OptionsWrapper__WVKNm{align-items:center;display:flex;gap:10px}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr .Navbar_menu_wrap__oW4Yh ul .Navbar_list_items__bqlJN .Navbar_Options__uuyFx .Navbar_OptionsWrapper__WVKNm .Navbar_icons__6-C68,.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr .Navbar_menu_wrap__oW4Yh ul li .Navbar_Options__uuyFx .Navbar_OptionsWrapper__WVKNm .Navbar_icons__6-C68{font-size:18px;padding-left:10px}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr .Navbar_menu_wrap__oW4Yh ul .Navbar_list_items__bqlJN .Navbar_Options__uuyFx .Navbar_OptionsWrapper__WVKNm span,.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr .Navbar_menu_wrap__oW4Yh ul li .Navbar_Options__uuyFx .Navbar_OptionsWrapper__WVKNm span{font-size:16px;font-weight:400}.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr .Navbar_menu_wrap__oW4Yh ul .Navbar_list_items__bqlJN .Navbar_Options__uuyFx .Navbar_counter__lZMyS,.Navbar_header_container__IepAn .Navbar_Mobile_screen__Qanhl .Navbar_menuContainer__S72Tr .Navbar_menu_wrap__oW4Yh ul li .Navbar_Options__uuyFx .Navbar_counter__lZMyS{align-items:center;background-color:#046bd2;border-radius:50%;color:#fff;display:flex;font-size:.6rem;height:1rem;justify-content:center;margin:0 10px;padding:2px;text-align:center;width:1rem}.Navbar_in__cLTue{animation:Navbar_slide-in__Zo3Si .5s ease-in-out forwards}.Navbar_out__f8qGR{animation:Navbar_slide-Out__7ynH6 .5s ease-in-out forwards}@keyframes Navbar_slide-in__Zo3Si{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes Navbar_slide-Out__7ynH6{0%{transform:translateX(0)}to{transform:translateX(-100%)}}/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-name:headShake;animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-animation-name:swing;animation-name:swing;-webkit-transform-origin:top center;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}@keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}@keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}@keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}@keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animate__animated.animate__flip{-webkit-animation-name:flip;animation-name:flip;-webkit-backface-visibility:visible;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}@keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.Profile_Selector_option_wrapper__NooBn{border-radius:5px;box-shadow:2px 4px 10px 1px #c9c9c9ab;margin-top:25px;position:absolute;right:-5px;top:2.6rem;z-index:9999}.Profile_Selector_option_wrapper__NooBn:after{border:15px solid #0000;border-bottom:15px solid #fff;border-top:none;content:" ";position:absolute;right:5%;top:-7px}.Profile_Selector_option_wrapper__NooBn .Profile_Selector_navigation__Ean4G{color:#111;text-decoration:none;width:100%}.Profile_Selector_option_wrapper__NooBn .Profile_Selector_box__Uo2-2{align-items:flex-start;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;justify-content:center;min-width:12rem;overflow:hidden;padding:5px;position:relative}.Profile_Selector_option_wrapper__NooBn .Profile_Selector_box__Uo2-2 .Profile_Selector_boxWrapper__GHCrg{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;width:100%}.Profile_Selector_option_wrapper__NooBn .Profile_Selector_box__Uo2-2 .Profile_Selector_boxWrapper__GHCrg .Profile_Selector_eachopt__UdV8d{align-items:center;border-bottom:1px solid #d3d3d3;display:flex;justify-content:space-between}.Profile_Selector_option_wrapper__NooBn .Profile_Selector_box__Uo2-2 .Profile_Selector_boxWrapper__GHCrg .Profile_Selector_logout__ctza0{width:100%}.Profile_Selector_option_wrapper__NooBn .Profile_Selector_box__Uo2-2 .Profile_Selector_boxWrapper__GHCrg .Profile_Selector_eachopt__UdV8d,.Profile_Selector_option_wrapper__NooBn .Profile_Selector_box__Uo2-2 .Profile_Selector_boxWrapper__GHCrg .Profile_Selector_logout__ctza0{padding:5px 0}.Profile_Selector_option_wrapper__NooBn .Profile_Selector_box__Uo2-2 .Profile_Selector_boxWrapper__GHCrg .Profile_Selector_eachopt__UdV8d:hover,.Profile_Selector_option_wrapper__NooBn .Profile_Selector_box__Uo2-2 .Profile_Selector_boxWrapper__GHCrg .Profile_Selector_logout__ctza0:hover{background-color:#f8f8f8}.Profile_Selector_option_wrapper__NooBn .Profile_Selector_box__Uo2-2 .Profile_Selector_boxWrapper__GHCrg .Profile_Selector_eachopt__UdV8d h4,.Profile_Selector_option_wrapper__NooBn .Profile_Selector_box__Uo2-2 .Profile_Selector_boxWrapper__GHCrg .Profile_Selector_logout__ctza0 h4{cursor:pointer;font-size:12px;font-weight:400;margin:4px 10px}.Profile_Selector_option_wrapper__NooBn .Profile_Selector_box__Uo2-2 .Profile_Selector_boxWrapper__GHCrg .Profile_Selector_eachopt__UdV8d .Profile_Selector_count__mBlXK,.Profile_Selector_option_wrapper__NooBn .Profile_Selector_box__Uo2-2 .Profile_Selector_boxWrapper__GHCrg .Profile_Selector_logout__ctza0 .Profile_Selector_count__mBlXK{align-items:center;background-color:#046bd2;border-radius:50%;color:#fff;display:flex;font-size:.6rem;height:1rem;justify-content:center;margin:0 10px;padding:2px;text-align:center;width:1rem}.Profile_Selector_option_wrapper__NooBn .Profile_Selector_box__Uo2-2 .Profile_Selector_boxWrapper__GHCrg .Profile_Selector_User_wrapper__WBBIo{align-items:center;border-bottom:1px solid #d3d3d3;display:flex;flex-direction:row;gap:10px;padding:10px 0;width:100%}.Profile_Selector_option_wrapper__NooBn .Profile_Selector_box__Uo2-2 .Profile_Selector_boxWrapper__GHCrg .Profile_Selector_User_wrapper__WBBIo .Profile_Selector_profile__kYaIT{aspect-ratio:1;border-radius:50%;height:40px;margin:0 10px;overflow:hidden;width:40px}.Profile_Selector_option_wrapper__NooBn .Profile_Selector_box__Uo2-2 .Profile_Selector_boxWrapper__GHCrg .Profile_Selector_User_wrapper__WBBIo .Profile_Selector_profile__kYaIT img{height:100%;width:100%}.Search_Selector_Container__b2Y0D{background-color:#fff;border:1px solid #f8f8f8;border-radius:5px;display:flex;flex-direction:column;justify-content:flex-start;max-height:16rem;min-height:3rem;overflow:hidden;position:absolute;top:3rem;width:100%;z-index:999}.Search_Selector_Container__b2Y0D .Search_Selector_Search_wrapper__cZhcC{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:10px}.Search_Selector_Container__b2Y0D .Search_Selector_Search_wrapper__cZhcC .Search_Selector_recentSearch__5gcNE{align-items:center;display:flex;flex-direction:column;width:100%}.Search_Selector_Container__b2Y0D .Search_Selector_Search_wrapper__cZhcC .Search_Selector_recentSearch__5gcNE .Search_Selector_eachItems__fyMgZ{align-items:center;border-bottom:1px solid #d3d3d3;cursor:pointer;display:flex;height:3rem;justify-content:space-between;width:100%}.Search_Selector_Container__b2Y0D .Search_Selector_Search_wrapper__cZhcC .Search_Selector_recentSearch__5gcNE .Search_Selector_eachItems__fyMgZ:hover{background-color:#f8f8f8}.Search_Selector_Container__b2Y0D .Search_Selector_Search_wrapper__cZhcC .Search_Selector_recentSearch__5gcNE .Search_Selector_eachItems__fyMgZ .Search_Selector_left__ccG5u{align-items:center;display:flex;gap:20px;height:100%}.Search_Selector_Container__b2Y0D .Search_Selector_Search_wrapper__cZhcC .Search_Selector_recentSearch__5gcNE .Search_Selector_eachItems__fyMgZ .Search_Selector_left__ccG5u img{border-radius:100%;height:2.5rem;width:50px}.Search_Selector_Container__b2Y0D .Search_Selector_Search_wrapper__cZhcC .Search_Selector_recentSearch__5gcNE .Search_Selector_eachItems__fyMgZ .Search_Selector_left__ccG5u h4{align-items:center;display:flex;font-size:14px;font-weight:300;height:100%;margin:0 5px}.Search_Selector_Container__b2Y0D .Search_Selector_Search_wrapper__cZhcC .Search_Selector_recentSearch__5gcNE .Search_Selector_eachItems__fyMgZ .Search_Selector_right__MSkEp{align-items:center;display:flex;height:100%}.Search_Selector_Container__b2Y0D .Search_Selector_Search_wrapper__cZhcC .Search_Selector_recentSearch__5gcNE .Search_Selector_eachItems__fyMgZ .Search_Selector_right__MSkEp span{align-items:center;display:flex;font-size:18px;font-weight:700;height:100%;margin:0 5px}.Search_Selector_Container__b2Y0D .Search_Selector_Search_wrapper__cZhcC .Search_Selector_ShowButton__G8shD{align-items:center;display:flex;width:100%}.Search_Selector_Container__b2Y0D .Search_Selector_Search_wrapper__cZhcC .Search_Selector_ShowButton__G8shD button{background-color:#046bd2;border:none;border-radius:5px;color:#fff;cursor:pointer;outline:none;padding:10px 0;width:100%}.Search_Selector_Container__b2Y0D .Search_Selector_Search_wrapper__cZhcC .Search_Selector_ShowButton__G8shD button:hover{background-color:#fff;border:1px solid #046bd2;color:#046bd2}.Tooltip_option_wrapper__jhq0f{animation:Tooltip_vibrate__TLTZw .8s ease-in-out 2s 3 normal forwards;background-color:#111111b3;border-radius:5px;box-shadow:2px 4px 10px 1px #c9c9c9ab;margin-top:5px;position:absolute;z-index:9999}@media (max-width:550px){.Tooltip_option_wrapper__jhq0f{right:10%}}@media (min-width:550px) and (max-width:768px){.Tooltip_option_wrapper__jhq0f{right:10%}}.Tooltip_option_wrapper__jhq0f:after{border:10px solid #0000;border-bottom:10px solid #111111b3;border-top:none;content:" ";left:10%;position:absolute;top:-10px}@media (max-width:550px){.Tooltip_option_wrapper__jhq0f:after{left:75%}}@media (min-width:550px) and (max-width:768px){.Tooltip_option_wrapper__jhq0f:after{left:75%}}.Tooltip_option_wrapper__jhq0f .Tooltip_navigation__nPl0q{color:#111;text-decoration:none;width:100%}.Tooltip_option_wrapper__jhq0f .Tooltip_box__hpmym{align-items:flex-start;animation:none;border-radius:10px;display:flex;flex-direction:column;justify-content:center;min-width:8rem;overflow:hidden;padding:5px;position:relative}.Tooltip_option_wrapper__jhq0f .Tooltip_box__hpmym:hover{animation:Tooltip_vibrate__TLTZw .5s ease-in-out 5s 1 normal forwards}.Tooltip_option_wrapper__jhq0f .Tooltip_box__hpmym .Tooltip_boxWrapper__\+S1Zw{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;gap:0;width:100%}.Tooltip_option_wrapper__jhq0f .Tooltip_box__hpmym .Tooltip_boxWrapper__\+S1Zw .Tooltip_eachopt__IkcRl{align-items:center;display:flex;gap:0;justify-content:space-between;padding-top:2px}.Tooltip_option_wrapper__jhq0f .Tooltip_box__hpmym .Tooltip_boxWrapper__\+S1Zw .Tooltip_eachopt__IkcRl h4{color:#fff;cursor:pointer;font-size:12px;font-weight:400;margin:0 10px}@keyframes Tooltip_vibrate__TLTZw{0%{transform:translateX(0)}25%{transform:translateX(-5px)}50%{transform:translateX(5px)}75%{transform:translateX(-5px)}to{transform:translateX(0)}}.Language_selector_container__uhgLU{align-items:center;background-color:#f4f4f4;border:1px solid #ddd;border-radius:8px;display:flex;justify-content:center;margin:20px auto;padding:20px;width:200px}select{background-color:#fff;border:1px solid #ccc;border-radius:4px;cursor:pointer;font-size:12px;padding:8px;transition:border-color .3s}select option{font-size:12px;padding:5px}select:hover{border-color:#888}select:focus{border-color:#555;outline:none}.LocationSearch_container__u1lJB{margin:auto;max-width:400px;position:relative;width:100%}.LocationSearch_input__GJ4mx{border:2px solid #ccc;border-radius:4px;font-size:14px;outline:none;padding:8px 12px;width:100%}.LocationSearch_suggestions__ICliX{background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 10px #0000001a;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:110%;z-index:10}.LocationSearch_suggestionItem__pUS0i{background:#fff;border-bottom:1px solid #eee;cursor:pointer;font-size:14px;padding:10px 12px;transition:background .2s}.LocationSearch_suggestionItem__pUS0i:hover{background-color:#f1f1f1}.LocationSearch_suggestionItem__pUS0i mark{background:#ffeb3b;padding:0 2px}.LocationSearch_locationButton__7Wmx-{background-color:#007bff;border:none;border-bottom:1px solid #eee;color:#fff;cursor:pointer;display:block;font-size:14px;padding:8px 12px;text-align:center;transition:background .2s;width:100%}.LocationSearch_locationButton__7Wmx-:hover{background-color:#0056b3}.Footer_Container__TLhLF{align-items:center;background-color:#111;color:#fff;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:40px 60px}@media (max-width:550px){.Footer_Container__TLhLF{padding:40px 10px}}@media (min-width:550px) and (max-width:768px){.Footer_Container__TLhLF{padding:40px 20px}}.Footer_Container__TLhLF .Footer_navigation__vbPsr{color:#111;text-decoration:none}.Footer_Container__TLhLF .Footer_grid__CKVYG{grid-gap:15px;display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:1rem;width:100%}@media (max-width:550px){.Footer_Container__TLhLF .Footer_grid__CKVYG{grid-gap:10px;display:grid;grid-template-columns:repeat(2,1fr)}}@media (min-width:550px) and (max-width:768px){.Footer_Container__TLhLF .Footer_grid__CKVYG{grid-gap:15px;display:grid;grid-template-columns:repeat(2,1fr)}}.Footer_Container__TLhLF .Footer_grid__CKVYG .Footer_box__Zg\+pc{padding:0 10px;transition:.5s;width:100%}@media (max-width:550px){.Footer_Container__TLhLF .Footer_grid__CKVYG .Footer_box__Zg\+pc{padding:0 10px;width:100%}}@media (min-width:550px) and (max-width:768px){.Footer_Container__TLhLF .Footer_grid__CKVYG .Footer_box__Zg\+pc{padding:0 10px;width:100%}}.Footer_Container__TLhLF .Footer_grid__CKVYG .Footer_box__Zg\+pc h1{color:#046bd2;font-style:normal;font-weight:800;margin-bottom:30px}@media (max-width:550px){.Footer_Container__TLhLF .Footer_grid__CKVYG .Footer_box__Zg\+pc h1{font-size:larger;font-weight:900}}.Footer_Container__TLhLF .Footer_grid__CKVYG .Footer_box__Zg\+pc p{color:#fff;font-size:14px;font-weight:300;margin-bottom:20px}@media (max-width:550px){.Footer_Container__TLhLF .Footer_grid__CKVYG .Footer_box__Zg\+pc p{font-size:12px}}.Footer_Container__TLhLF .Footer_grid__CKVYG .Footer_box__Zg\+pc h2{margin-bottom:20px}@media (max-width:550px){.Footer_Container__TLhLF .Footer_grid__CKVYG .Footer_box__Zg\+pc h2{font-size:large;font-weight:800}}.Footer_Container__TLhLF .Footer_grid__CKVYG .Footer_box__Zg\+pc li{color:#fff;cursor:pointer;list-style:none;margin-bottom:10px}@media (max-width:550px){.Footer_Container__TLhLF .Footer_grid__CKVYG .Footer_box__Zg\+pc li{font-size:12px}}.Footer_Container__TLhLF .Footer_bottom__Snsvz{border-top:.1rem solid #666;padding-top:1rem;width:100%}.Footer_Container__TLhLF .Footer_bottom__Snsvz .Footer_bottomleft__h9KCE p{font-size:14px}@media (max-width:550px){.Footer_Container__TLhLF .Footer_bottom__Snsvz .Footer_bottomleft__h9KCE p{font-size:12px}}.Footer_Container__TLhLF .Footer_bottom__Snsvz .Footer_bottomleft__h9KCE p .Footer_left__QekYR{border-right:.1rem solid #666}.Footer_Container__TLhLF .Footer_bottom__Snsvz .Footer_bottomleft__h9KCE p span{cursor:pointer;margin:.6rem}.Footer_Container__TLhLF .Footer_bottom__Snsvz .Footer_bottomleft__h9KCE p span i{color:#fff;font-size:14px;font-style:normal;margin-right:.6rem;text-decoration:underline}@media (max-width:550px){.Footer_Container__TLhLF .Footer_bottom__Snsvz .Footer_bottomleft__h9KCE p span i{font-size:12px}}.Home_home_container__Hq2CG{margin-top:5rem;position:relative;width:100%}@media (max-width:550px){.Home_home_container__Hq2CG{margin-top:7rem}}@media (min-width:550px) and (max-width:768px){.Home_home_container__Hq2CG{margin-top:110px}}.Home_home_container__Hq2CG .Home_Main_container__0vZcx{display:flex;gap:.2rem;justify-content:center;min-height:510px;overflow:hidden;padding:0 60px}@media (max-width:550px){.Home_home_container__Hq2CG .Home_Main_container__0vZcx{min-height:510px;padding:0}}@media (min-width:550px) and (max-width:768px){.Home_home_container__Hq2CG .Home_Main_container__0vZcx{min-height:510px;padding:0}}@media (min-width:768px) and (max-width:900px){.Home_home_container__Hq2CG .Home_Main_container__0vZcx{padding:0}}@media (min-width:900px) and (max-width:1024px){.Home_home_container__Hq2CG .Home_Main_container__0vZcx{padding:0 40px}}.Home_home_container__Hq2CG .Home_Main_container__0vZcx .Home_left_cat__nZQpw{height:auto;max-height:0;opacity:0;overflow:hidden;transform:translateY(-30px);transition:opacity .5s ease-out,transform .5s ease-out,max-height .5s ease-out,visibility 0s .5s;visibility:hidden}.Home_home_container__Hq2CG .Home_Main_container__0vZcx .Home_left_catenter__xMmZw{max-height:100%;opacity:1;transform:translateY(0);transition-delay:0s,0s,0s,0s;visibility:visible}.Home_home_container__Hq2CG .Home_Main_container__0vZcx .Home_Left__RM0CY{background-color:#f8f8f8;height:1750px;max-width:340px;overflow-y:auto;width:21%}@media (max-width:550px){.Home_home_container__Hq2CG .Home_Main_container__0vZcx .Home_Left__RM0CY{display:none}}@media (min-width:550px) and (max-width:768px){.Home_home_container__Hq2CG .Home_Main_container__0vZcx .Home_Left__RM0CY{display:none}}@media (min-width:768px) and (max-width:900px){.Home_home_container__Hq2CG .Home_Main_container__0vZcx .Home_Left__RM0CY{display:none}}@media (min-width:900px) and (max-width:1024px){.Home_home_container__Hq2CG .Home_Main_container__0vZcx .Home_Left__RM0CY{width:25%}}.Home_home_container__Hq2CG .Home_Main_container__0vZcx .Home_Right__PqLsh{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:1080px;width:77%}@media (max-width:550px){.Home_home_container__Hq2CG .Home_Main_container__0vZcx .Home_Right__PqLsh{width:100%}}@media (min-width:550px) and (max-width:768px){.Home_home_container__Hq2CG .Home_Main_container__0vZcx .Home_Right__PqLsh{width:100%}}@media (min-width:768px) and (max-width:900px){.Home_home_container__Hq2CG .Home_Main_container__0vZcx .Home_Right__PqLsh{width:100%}}@media (min-width:900px) and (max-width:1024px){.Home_home_container__Hq2CG .Home_Main_container__0vZcx .Home_Right__PqLsh{width:70%}}.Home_home_container__Hq2CG .Home_Main_container__0vZcx .Home_Right__PqLsh .Home_cardWrapper__\+7ltO{align-items:center;background-color:#f8f8f8;display:flex;flex-direction:column;justify-content:center;margin-top:.2rem;padding:2rem 0;width:100%}.Home_home_container__Hq2CG .Home_Main_container__0vZcx .Home_Right__PqLsh .Home_cardWrapper__\+7ltO .Home_loadbtn__9mNFk{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:center;padding:3rem 0 1rem;width:100%}.Home_home_container__Hq2CG .Home_Main_container__0vZcx .Home_Right__PqLsh .Home_cardWrapper__\+7ltO .Home_loadbtn__9mNFk .Home_inactiveBtn__OP\+kR{align-items:center;background-color:initial;border:none;border-radius:5px;color:#666;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;gap:10px;justify-content:center;line-height:1.2;padding:10px}.Home_home_container__Hq2CG .Home_Main_container__0vZcx .Home_Right__PqLsh .Home_cardWrapper__\+7ltO .Home_loadbtn__9mNFk .Home_inactiveBtn__OP\+kR:hover{color:#666}.Home_home_container__Hq2CG .Home_Main_container__0vZcx .Home_Right__PqLsh .Home_cardWrapper__\+7ltO .Home_loadbtn__9mNFk .Home_activeBtn__KrZp4{align-items:center;background-color:initial;border:none;border-radius:5px;color:#666;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;gap:10px;justify-content:center;line-height:1.2;padding:10px}.Home_home_container__Hq2CG .Home_Main_container__0vZcx .Home_Right__PqLsh .Home_cardWrapper__\+7ltO .Home_loadbtn__9mNFk .Home_activeBtn__KrZp4:hover{color:#046bd2}.Home_home_container__Hq2CG .Home_Main_container__0vZcx .Home_Right__PqLsh .Home_cardWrapper__\+7ltO .Home_loadbtn__9mNFk .Home_activeBtn__KrZp4 .Home_icon__iNOKQ{font-size:20px;font-weight:900}.Home_home_container__Hq2CG .Home_Reffermodal_container__7S-ag{align-items:center;background:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:999}.Newsletter_newsletter__ONLBn{background-color:#046bd2;padding:3rem 4rem}@media (max-width:550px){.Newsletter_newsletter__ONLBn{padding:2rem 1rem}}@media (min-width:550px) and (max-width:768px){.Newsletter_newsletter__ONLBn{padding:3rem 2rem}}.Newsletter_newsletter__ONLBn .Newsletter_container__eXbkM{width:100%}.Newsletter_newsletter__ONLBn .Newsletter_container__eXbkM .Newsletter_row__CFU6C{align-items:center;display:flex;justify-content:space-between}@media (max-width:550px){.Newsletter_newsletter__ONLBn .Newsletter_container__eXbkM .Newsletter_row__CFU6C{flex-direction:column}}@media (min-width:550px) and (max-width:768px){.Newsletter_newsletter__ONLBn .Newsletter_container__eXbkM .Newsletter_row__CFU6C{flex-direction:column}}.Newsletter_newsletter__ONLBn .Newsletter_container__eXbkM .Newsletter_row__CFU6C .Newsletter_left__QPM9n{align-items:center;display:flex;flex:2 1;padding:0 10px}@media (max-width:550px){.Newsletter_newsletter__ONLBn .Newsletter_container__eXbkM .Newsletter_row__CFU6C .Newsletter_left__QPM9n{flex:1 1;margin-bottom:1.5rem;padding:0}}@media (min-width:550px) and (max-width:768px){.Newsletter_newsletter__ONLBn .Newsletter_container__eXbkM .Newsletter_row__CFU6C .Newsletter_left__QPM9n{flex:1 1;margin-bottom:1.5rem}}.Newsletter_newsletter__ONLBn .Newsletter_container__eXbkM .Newsletter_row__CFU6C .Newsletter_left__QPM9n p{color:#fff}.Newsletter_newsletter__ONLBn .Newsletter_container__eXbkM .Newsletter_row__CFU6C .Newsletter_right__ucuh5{align-items:center;display:flex;flex:1 1;justify-content:center;padding:0 10px}.Newsletter_newsletter__ONLBn .Newsletter_container__eXbkM .Newsletter_row__CFU6C .Newsletter_right__ucuh5 button{background-color:#fff;border:none;border-radius:5px;color:#046bd2;cursor:pointer;font-size:1.2rem;font-weight:600;outline:none;padding:10px 20px}.ProductWrapper_productwrapper__sRLeO{background-color:#f8f8f8;min-height:300px;width:100%}.ProductWrapper_productwrapper__sRLeO .ProductWrapper_container__EGqkz{display:block;margin:0 2rem}@media (max-width:550px){.ProductWrapper_productwrapper__sRLeO .ProductWrapper_container__EGqkz{margin:0;padding:0 10px}}@media (min-width:550px) and (max-width:768px){.ProductWrapper_productwrapper__sRLeO .ProductWrapper_container__EGqkz{margin:0 1rem}}.ProductWrapper_productwrapper__sRLeO .ProductWrapper_container__EGqkz .ProductWrapper_heading__6XQoj{align-items:center;border-bottom:2px solid #ebebeb;display:flex;justify-content:space-between;margin-bottom:2rem;padding:.5rem 0}.ProductWrapper_productwrapper__sRLeO .ProductWrapper_container__EGqkz .ProductWrapper_heading__6XQoj .ProductWrapper_left__JtrCP h2{color:#666;font-size:22px;font-weight:600}.ProductWrapper_productwrapper__sRLeO .ProductWrapper_container__EGqkz .ProductWrapper_cardWrapper__TrcfR{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;overflow:hidden}@media (max-width:550px){.ProductWrapper_productwrapper__sRLeO .ProductWrapper_container__EGqkz .ProductWrapper_cardWrapper__TrcfR{align-items:center;flex:1 1 50%;justify-content:space-evenly;margin-inline:auto;width:100%}}@media (min-width:550px) and (max-width:768px){.ProductWrapper_productwrapper__sRLeO .ProductWrapper_container__EGqkz .ProductWrapper_cardWrapper__TrcfR{gap:5px;grid-template-columns:1fr 1fr 1fr}}@media (min-width:768px) and (max-width:900px){.ProductWrapper_productwrapper__sRLeO .ProductWrapper_container__EGqkz .ProductWrapper_cardWrapper__TrcfR{grid-template-columns:1fr 1fr 1fr 1fr}}@media (min-width:900px) and (max-width:1024px){.ProductWrapper_productwrapper__sRLeO .ProductWrapper_container__EGqkz .ProductWrapper_cardWrapper__TrcfR{grid-template-columns:1fr 1fr 1fr}}.ProductCard_products__QF9cQ{background-color:#fff;border-radius:5px;cursor:pointer;height:350px;margin-bottom:0!important;min-width:235px;position:relative;transition:box-shadow .35s ease;width:235px}@media (max-width:550px){.ProductCard_products__QF9cQ{height:350px;min-width:150px;width:150px}}.ProductCard_products__QF9cQ:hover{box-shadow:0 5px 20px #0003}.ProductCard_products__QF9cQ:focus .ProductCard_productmedia__ezTY7 .ProductCard_productAction__1tGKZ,.ProductCard_products__QF9cQ:hover .ProductCard_productmedia__ezTY7 .ProductCard_productAction__1tGKZ{opacity:1;transform:translateY(0);visibility:visible}.ProductCard_products__QF9cQ .ProductCard_productmedia__ezTY7{background-color:#fff;border-radius:5px;display:block;margin-bottom:1rem;overflow:hidden;padding:.2rem;position:relative}.ProductCard_products__QF9cQ .ProductCard_productmedia__ezTY7 .ProductCard_productlabel__B9tCO{background-color:#046bd2;border-radius:.2rem;color:#fff;font-size:.7rem;font-weight:300;left:.5rem;letter-spacing:-.01em;line-height:1rem;min-width:40px;padding:.3rem .6rem;position:absolute;text-align:center;top:.5rem;z-index:1}@media (max-width:550px){.ProductCard_products__QF9cQ .ProductCard_productmedia__ezTY7 .ProductCard_productlabel__B9tCO{font-size:.6rem;left:.5rem;padding:.2rem .4rem;top:.5rem}}.ProductCard_products__QF9cQ .ProductCard_productmedia__ezTY7 .ProductCard_productImage__ds3mt{background-color:#fff;border-radius:5px;border-style:none;display:block;height:200px;object-fit:contain;width:100%}@media (max-width:550px){.ProductCard_products__QF9cQ .ProductCard_productmedia__ezTY7 .ProductCard_productImage__ds3mt{height:180px}}.ProductCard_products__QF9cQ .ProductCard_productmedia__ezTY7 .ProductCard_productAction__1tGKZ{align-items:center;background-color:#fffffff2;border-bottom:.1rem solid #ebebeb;border-top:.1rem solid #ebebeb;bottom:0;display:flex;left:0;opacity:0;padding:.6rem .4rem;position:absolute;right:0;transform:translateY(100%);transition:all .35s ease;visibility:hidden;z-index:10}.ProductCard_products__QF9cQ .ProductCard_productmedia__ezTY7 .ProductCard_productAction__1tGKZ span{align-items:center;color:#39f;display:flex;font-size:14px;font-weight:400;gap:5px;justify-content:center;text-align:center;width:100%}@media (max-width:550px){.ProductCard_products__QF9cQ .ProductCard_productmedia__ezTY7 .ProductCard_productAction__1tGKZ span{flex-direction:column;font-size:12px}}.ProductCard_products__QF9cQ .ProductCard_productmedia__ezTY7 .ProductCard_productAction__1tGKZ span i{align-items:center;display:flex}@media (max-width:550px){.ProductCard_products__QF9cQ .ProductCard_productmedia__ezTY7 .ProductCard_productAction__1tGKZ span i{font-size:14px}}.ProductCard_products__QF9cQ .ProductCard_productbody__J3ynk{padding:.8rem;position:relative;transition:all .35s ease}.ProductCard_products__QF9cQ .ProductCard_productbody__J3ynk .ProductCard_product_cat__gHwW7{color:#666;font-size:.8rem;font-weight:300;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ProductCard_products__QF9cQ .ProductCard_productbody__J3ynk .ProductCard_product_title__dzmen{margin-bottom:.2rem}.ProductCard_products__QF9cQ .ProductCard_productbody__J3ynk .ProductCard_product_title__dzmen h3{color:#333;font-size:1rem;font-weight:600;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ProductCard_products__QF9cQ .ProductCard_productbody__J3ynk .ProductCard_product_price__dFgfg{align-items:center;color:#39f;display:flex;flex-flow:wrap;font-size:1rem;font-weight:600;line-height:1.25;margin-bottom:.2rem}.Style_Rating__stWzH{align-items:center;display:flex;font-size:16px;gap:10px}@media (max-width:550px){.Style_Rating__stWzH{font-size:14px}}@media (min-width:550px) and (max-width:768px){.Style_Rating__stWzH{font-size:20px}}@media (min-width:900px) and (max-width:1024px){.Style_Rating__stWzH{font-size:16px}}.Style_Rating__stWzH .Style_ratingIcon__7pipj{color:#daa520}.AddCards_products__mBr34{background-color:#fff;border-radius:5px;cursor:pointer;margin-bottom:0!important;max-height:350px;max-width:100%;min-height:350px;min-width:140px;overflow:hidden;position:relative;transition:box-shadow .35s ease;width:100%}.AddCards_products__mBr34:hover{box-shadow:0 5px 20px #0003}.AddCards_products__mBr34 .AddCards_card_image__e-Ap3{background-position:50%;background-size:cover;height:auto;width:100%}.AddCards_products__mBr34 .AddCards_read_more_button__-Kx1W{background-color:#007bff;border:none;border-radius:4px;bottom:20px;color:#fff;cursor:pointer;font-size:14px;left:50%;min-width:235px;padding:8px 16px;position:absolute;transform:translateX(-50%);transition:background-color .3s ease;z-index:9999}.AddCards_products__mBr34 .AddCards_read_more_button__-Kx1W:hover{background-color:#0056b3}.HomeCarousel_carouserl_wrap__NXxZy{width:100%}.HomeCarousel_carouserl_wrap__NXxZy .HomeCarousel_control_btn__4R4wA .HomeCarousel_next__VVOjB,.HomeCarousel_carouserl_wrap__NXxZy .HomeCarousel_control_btn__4R4wA .HomeCarousel_prev__UYo7r{background-color:hsla(0,0%,40%,.357);border:none;border-radius:50%;height:50px;line-height:60px;position:absolute;top:40%;transform:.5s;width:50px;z-index:5}.HomeCarousel_carouserl_wrap__NXxZy .HomeCarousel_control_btn__4R4wA .HomeCarousel_next__VVOjB i,.HomeCarousel_carouserl_wrap__NXxZy .HomeCarousel_control_btn__4R4wA .HomeCarousel_prev__UYo7r i{align-items:center;color:#fff;display:flex;font-size:30px;justify-content:center;transition:.5s}.HomeCarousel_carouserl_wrap__NXxZy .HomeCarousel_control_btn__4R4wA .HomeCarousel_prev__UYo7r{left:1%}.HomeCarousel_carouserl_wrap__NXxZy .HomeCarousel_control_btn__4R4wA .HomeCarousel_next__VVOjB{right:1%}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.HomeCarouselCard_box__HWBm8{padding:0}.HomeCarouselCard_box__HWBm8 .HomeCarouselCard_img_Container__vlrcw{align-items:center;cursor:pointer;display:flex;height:300px;justify-content:center;width:auto}.HomeCarouselCard_box__HWBm8 .HomeCarouselCard_img_Container__vlrcw img{align-items:center;display:flex;height:100%;justify-content:center;object-fit:cover;width:100%}.Style_LeftContainer__KkZhp{align-items:center;background-color:#f8f8f8;border-radius:5px;height:100%;justify-content:flex-start;width:100%}@media (max-width:550px){.Style_LeftContainer__KkZhp{display:none}}@media (min-width:550px) and (max-width:768px){.Style_LeftContainer__KkZhp{display:none}}@media (min-width:900px) and (max-width:1024px){.Style_LeftContainer__KkZhp{width:100%}}.Style_LeftContainer__KkZhp .Style_navigation__PmbGq{color:#111;text-decoration:none}.Style_LeftContainer__KkZhp .Style_title__IkA3l{align-items:center;background-color:#046bd2;border-bottom:1px solid #fff;border-top:1px solid #fff;color:#fff;display:flex;justify-content:space-between;padding:.8rem;position:relative;text-transform:none}@media (min-width:900px) and (max-width:1024px){.Style_LeftContainer__KkZhp .Style_title__IkA3l{padding:.8rem}}.Style_LeftContainer__KkZhp .Style_title__IkA3l span{font-size:1rem;font-weight:500}.Style_LeftContainer__KkZhp .Style_title__IkA3l i{align-items:center;cursor:pointer;display:flex}.Style_LeftContainer__KkZhp .Style_box__\+lcW-{align-items:center;display:flex;justify-content:flex-start;padding:8px 20px}.Style_LeftContainer__KkZhp .Style_box__\+lcW- img{height:30px;object-fit:contain;width:30px}.Style_LeftContainer__KkZhp .Style_box__\+lcW- span{margin:0 20px;text-align:start;text-transform:capitalize}.Style_LeftContainer__KkZhp .Style_box__\+lcW-:hover{background-color:#046bd2;cursor:pointer}.Style_LeftContainer__KkZhp .Style_box__\+lcW-:hover span{color:#fff}.Style_RContainer__Ya2Lw{align-items:center;animation:Style_move__cjSwg 2s 1 normal;background-color:#f8f8f8;display:flex;flex-direction:column;justify-content:center;width:100%}@keyframes Style_move__cjSwg{0%{transform:translateY(-100%)}to{transform:translateY(1%)}}.Style_RContainer__Ya2Lw .Style_title__IkA3l{margin-top:20px}.Style_RContainer__Ya2Lw .Style_title__IkA3l h3{color:#666;font-size:24px;font-weight:600}@media (max-width:550px){.Style_RContainer__Ya2Lw .Style_title__IkA3l h3{font-size:20px}}@media (min-width:550px) and (max-width:768px){.Style_RContainer__Ya2Lw .Style_title__IkA3l h3{font-size:24px}}.Style_RContainer__Ya2Lw .Style_box_wrapper__pVtDu{grid-gap:20px;align-items:center;display:grid;grid-template-columns:repeat(4,1fr);justify-content:center;min-height:260px;padding:40px 0;place-content:center;place-items:center;width:100%}@media (max-width:550px){.Style_RContainer__Ya2Lw .Style_box_wrapper__pVtDu{align-items:center;grid-template-columns:repeat(2,1fr);padding:20px;width:100%}}@media (min-width:550px) and (max-width:768px){.Style_RContainer__Ya2Lw .Style_box_wrapper__pVtDu{align-items:center;grid-template-columns:repeat(4,1fr);padding:20px;width:100%}}@media (min-width:900px) and (max-width:1024px){.Style_RContainer__Ya2Lw .Style_box_wrapper__pVtDu{align-items:center;gap:10px;grid-template-columns:repeat(4,1fr);padding:20px 0;width:100%}}.Style_RContainer__Ya2Lw .Style_box_wrapper__pVtDu .Style_item__MpNE8{align-items:center;background-color:initial;display:flex;flex-direction:column;gap:10px;height:100%;justify-content:center;width:100%}.Style_RContainer__Ya2Lw .Style_box_wrapper__pVtDu .Style_item__MpNE8 .Style_box__\+lcW-{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 5px 20px #0000001a;cursor:pointer;display:flex;height:100px;justify-content:center;padding:5px;text-align:center;width:100px}@media (max-width:550px){.Style_RContainer__Ya2Lw .Style_box_wrapper__pVtDu .Style_item__MpNE8 .Style_box__\+lcW-{height:90px;width:90px}}@media (min-width:550px) and (max-width:768px){.Style_RContainer__Ya2Lw .Style_box_wrapper__pVtDu .Style_item__MpNE8 .Style_box__\+lcW-{height:90px;width:90px}}@media (min-width:900px) and (max-width:1024px){.Style_RContainer__Ya2Lw .Style_box_wrapper__pVtDu .Style_item__MpNE8 .Style_box__\+lcW-{height:90px;width:90px}}.Style_RContainer__Ya2Lw .Style_box_wrapper__pVtDu .Style_item__MpNE8 .Style_box__\+lcW- img{height:80%;object-fit:contain;width:80%}.Style_RContainer__Ya2Lw .Style_box_wrapper__pVtDu .Style_item__MpNE8 h6{align-items:center;color:#666;cursor:default;display:flex;flex-wrap:wrap;font-size:12px;font-weight:500;justify-content:center;line-height:1}@media (max-width:550px){.Style_RContainer__Ya2Lw .Style_box_wrapper__pVtDu .Style_item__MpNE8 h6{display:none}}@media (min-width:550px) and (max-width:768px){.Style_RContainer__Ya2Lw .Style_box_wrapper__pVtDu .Style_item__MpNE8 h6{font-size:12px}}.Style_Tcontainer__zvTYb{align-items:center;background-color:#046bd2;box-shadow:1px 7px 5px -3px #c2b7c2;color:#fff;display:flex;flex-direction:row;gap:40;height:50px;justify-content:center;margin-bottom:10px;width:100%}@media (max-width:550px){.Style_Tcontainer__zvTYb{display:none}}@media (min-width:550px) and (max-width:768px){.Style_Tcontainer__zvTYb{font-size:10px}}.Style_Tcontainer__zvTYb .Style_categorylist__qBLJ1{align-items:center;color:#fff;display:flex;flex-direction:row;gap:50px;justify-content:space-between}.Style_Tcontainer__zvTYb .Style_categorylist__qBLJ1 .Style_category_btn__dzREh{align-items:center;cursor:pointer;display:flex;gap:2px}@media (max-width:550px){.Style_Tcontainer__zvTYb .Style_categorylist__qBLJ1 .Style_category_btn__dzREh{display:none}}@media (min-width:550px) and (max-width:768px){.Style_Tcontainer__zvTYb .Style_categorylist__qBLJ1 .Style_category_btn__dzREh{display:none}}.Style_Tcontainer__zvTYb .Style_categorylist__qBLJ1 .Style_category_btn__dzREh button{background-color:inherit;border:none;color:inherit;cursor:pointer;font:inherit;margin:inherit;outline:none;padding:inherit}.Style_Tcontainer__zvTYb .Style_categorylist__qBLJ1 .Style_category_btn__dzREh .Style_iconWrapper__PrJkd{align-items:center;display:flex;justify-content:center}.Style_Tcontainer__zvTYb .Style_categorylist__qBLJ1 ul{cursor:pointer;display:flex;flex-direction:row;gap:20px}.Style_Tcontainer__zvTYb .Style_categorylist__qBLJ1 ul li{list-style-type:none}.RefferalModal_modalOverlay__dIodD{background-color:#fff}.RefferalModal_modalOverlay__dIodD .RefferalModal_modalContent__cR0Dt{align-items:center;background-color:#fff;border-radius:15px;display:flex;height:450px;justify-content:space-between;padding:20px 59px;position:relative;width:750px}@media (max-width:550px){.RefferalModal_modalOverlay__dIodD .RefferalModal_modalContent__cR0Dt{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;max-height:80vh;max-width:75vw;padding:45px}}.RefferalModal_modalOverlay__dIodD .RefferalModal_modalContent__cR0Dt .RefferalModal_closeIconWrapper__Uy6Gv{height:15px;position:absolute;right:20px;top:20px;width:15px}.RefferalModal_modalOverlay__dIodD .RefferalModal_modalContent__cR0Dt .RefferalModal_closeIconWrapper__Uy6Gv .RefferalModal_closeButton__Mup7l{background:#0000;border:none;color:#333;cursor:pointer;font-size:20px;font-weight:100;width:10px}.RefferalModal_modalOverlay__dIodD .RefferalModal_modalContent__cR0Dt .RefferalModal_refferimage__Zcq\+m{width:450px}@media (max-width:550px){.RefferalModal_modalOverlay__dIodD .RefferalModal_modalContent__cR0Dt .RefferalModal_refferimage__Zcq\+m{width:220px}}.RefferalModal_modalOverlay__dIodD .RefferalModal_modalContent__cR0Dt p{font-size:medium;font-size:16px}@media (max-width:550px){.RefferalModal_modalOverlay__dIodD .RefferalModal_modalContent__cR0Dt p{font-size:14px}}.RefferalModal_modalOverlay__dIodD .RefferalModal_modalContent__cR0Dt .RefferalModal_referralButton__4raph{background-color:#046bd2;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;margin-top:20px;margin-inline:auto;padding:12px 40px}@media (max-width:550px){.RefferalModal_modalOverlay__dIodD .RefferalModal_modalContent__cR0Dt .RefferalModal_referralButton__4raph{display:flex;justify-content:center}}.RefferalModal_modalOverlay__dIodD .RefferalModal_modalContent__cR0Dt .RefferalModal_referralButton__4raph:hover{background-color:red}.RefferalModal_item_wrap__rhv8z{align-items:center;background-color:#fff;display:flex;justify-content:center}.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU{background-color:#fff;border:3px solid #d3d3d3;border-radius:10px;display:flex;flex-direction:column;justify-content:space-around;margin:10px;min-height:500px;padding:20px;width:700px}@media (max-width:550px){.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU{padding:20px}}@media (min-width:550px) and (max-width:768px){.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU{padding:20px}}.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_top__6tJUc{border-bottom:2px solid #d3d3d3;display:flex;flex-direction:column;height:100%;justify-content:space-between}.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_top__6tJUc .RefferalModal_row1__Qoxfi{align-items:center;display:flex;justify-content:space-between;margin:10px 0}.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_top__6tJUc .RefferalModal_row1__Qoxfi h3{font-size:18px;font-weight:600}@media (max-width:550px){.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_top__6tJUc .RefferalModal_row1__Qoxfi h3{font-size:14px}}.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_top__6tJUc .RefferalModal_row1__Qoxfi h5{background-color:#046bd2;border-radius:25px;color:#fff;font-size:12px;font-weight:300;padding:5px 10px}@media (max-width:550px){.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_top__6tJUc .RefferalModal_row1__Qoxfi h5{font-size:10px}}.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_top__6tJUc .RefferalModal_row2__Y\+W-K{align-items:center;display:flex;justify-content:flex-start;margin:10px 0;padding:0 10px}.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_top__6tJUc .RefferalModal_row2__Y\+W-K h1{align-items:center;color:#046bd2;display:flex;font-size:38px;text-align:center}@media (max-width:550px){.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_top__6tJUc .RefferalModal_row2__Y\+W-K h1{font-size:28px}}.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_top__6tJUc .RefferalModal_row2__Y\+W-K span{font-size:38px;font-weight:900;margin:0 5px}@media (max-width:550px){.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_top__6tJUc .RefferalModal_row2__Y\+W-K span{font-size:28px}}.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_top__6tJUc .RefferalModal_row2__Y\+W-K h4{color:#373737;font-size:12px}@media (max-width:550px){.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_top__6tJUc .RefferalModal_row2__Y\+W-K h4{font-size:10px}}.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_top__6tJUc .RefferalModal_row3__Pmtj9{padding:5px 10px}.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_top__6tJUc .RefferalModal_row3__Pmtj9 p{background-color:#f8f8f8;border-radius:25px;font-size:14px;padding:5px 10px;width:fit-content}.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_top__6tJUc .RefferalModal_row4__iQtzh{margin:20px 0}.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_top__6tJUc .RefferalModal_row4__iQtzh button{background:linear-gradient(142deg,#0374d0 10%,#00efbd);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:200;padding:10px 0;width:100%}.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_bottom__d9ZCk{display:flex;flex-direction:column;min-height:100px}.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_bottom__d9ZCk .RefferalModal_title__Z9y7N{margin:10px 0}.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_bottom__d9ZCk .RefferalModal_title__Z9y7N h2{font-size:16px}.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_bottom__d9ZCk .RefferalModal_row__Gnuf7{display:flex;flex-direction:column}.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_bottom__d9ZCk .RefferalModal_row__Gnuf7 .RefferalModal_item__TtpWn{align-items:center;border-top:1px solid #d3d3d3;display:flex;gap:20px;padding:10px}.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_bottom__d9ZCk .RefferalModal_row__Gnuf7 .RefferalModal_item__TtpWn span{align-items:center;border:2px solid #046bd2;border-radius:50%;color:#046bd2;display:flex;justify-content:center}.RefferalModal_item_wrap__rhv8z .RefferalModal_wrapper__ekqtU .RefferalModal_bottom__d9ZCk .RefferalModal_row__Gnuf7 .RefferalModal_item__TtpWn p{font-size:14px}.RefferalModal_control_btn__BTB3- .RefferalModal_next__YwIEu,.RefferalModal_control_btn__BTB3- .RefferalModal_prev__Uv8\+z{background:hsla(0,0%,100%,.212);border:none;border-radius:5px;height:50px;line-height:60px;position:absolute;top:45%;transform:.5s;width:35px;z-index:5}.RefferalModal_control_btn__BTB3- .RefferalModal_next__YwIEu i,.RefferalModal_control_btn__BTB3- .RefferalModal_prev__Uv8\+z i{align-items:center;color:#111;cursor:pointer;display:flex;font-size:50px;justify-content:center;transition:.5s}.RefferalModal_control_btn__BTB3- .RefferalModal_next__YwIEu:hover,.RefferalModal_control_btn__BTB3- .RefferalModal_prev__Uv8\+z:hover{cursor:pointer}.RefferalModal_control_btn__BTB3- .RefferalModal_next__YwIEu:hover i,.RefferalModal_control_btn__BTB3- .RefferalModal_prev__Uv8\+z:hover i{color:#111}.RefferalModal_control_btn__BTB3- .RefferalModal_prev__Uv8\+z{left:-20px}.RefferalModal_control_btn__BTB3- .RefferalModal_next__YwIEu{right:-20px}.GdprModal_gdpr_modal_overlay__UgmJL{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.GdprModal_gdpr_modal__xyC90{background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001a;max-width:400px;padding:20px;text-align:center;width:90%}.GdprModal_gdpr_modal__xyC90 h2{color:#222;font-size:18px;margin-bottom:10px}.GdprModal_gdpr_modal__xyC90 p{color:#555;font-size:14px;margin-bottom:20px}.GdprModal_gdpr_modal__xyC90 button{background-color:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:8px 20px}.GdprModal_gdpr_modal__xyC90 button:hover{background-color:#1d4ed8}.ResetPassword_containerwrap__gFLsR{align-items:center;display:flex;height:100vh;justify-content:center;overflow:hidden}.ResetPassword_containerwrap__gFLsR .ResetPassword_form_container__SGepL{border-radius:5px;box-shadow:2px 3px 8px 0 #0000004f;display:flex;min-height:25rem;width:45rem}@media (max-width:550px){.ResetPassword_containerwrap__gFLsR .ResetPassword_form_container__SGepL{box-shadow:none;min-height:20rem;padding:1rem 2rem;transition:.5s ease-in-out;width:20rem}}@media (min-width:550px) and (max-width:768px){.ResetPassword_containerwrap__gFLsR .ResetPassword_form_container__SGepL{width:30rem}}@media (min-width:900px) and (max-width:1024px){.ResetPassword_containerwrap__gFLsR .ResetPassword_form_container__SGepL{width:45rem}}.ResetPassword_containerwrap__gFLsR .ResetPassword_form_container__SGepL .ResetPassword_left__XKj3H{display:flex;flex:2 1;flex-direction:column;justify-content:center;padding:1rem 2rem}.ResetPassword_containerwrap__gFLsR .ResetPassword_form_container__SGepL .ResetPassword_left__XKj3H h1{color:#046bd2}.ResetPassword_containerwrap__gFLsR .ResetPassword_form_container__SGepL .ResetPassword_left__XKj3H p{font-size:.8rem;padding:1rem 0}.ResetPassword_containerwrap__gFLsR .ResetPassword_form_container__SGepL .ResetPassword_left__XKj3H form div{display:flex;flex-direction:column}.ResetPassword_containerwrap__gFLsR .ResetPassword_form_container__SGepL .ResetPassword_left__XKj3H form div label{font-size:.8rem;padding:.5rem 0}.ResetPassword_containerwrap__gFLsR .ResetPassword_form_container__SGepL .ResetPassword_left__XKj3H form div input{background-color:#ebebeb;border-color:#95959585;border-radius:5px;border-width:.3px;outline:none;padding:15px 10px}.ResetPassword_containerwrap__gFLsR .ResetPassword_form_container__SGepL .ResetPassword_left__XKj3H form div p{color:red;font-size:12px;text-align:start}.ResetPassword_containerwrap__gFLsR .ResetPassword_form_container__SGepL .ResetPassword_left__XKj3H form button{background-color:#046bd2;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:15px;margin-top:10px;padding:15px 0;width:100%}.ResetPassword_containerwrap__gFLsR .ResetPassword_form_container__SGepL .ResetPassword_left__XKj3H form button:hover{background:linear-gradient(142deg,#0374d0 10%,#00efbd)}.ResetPassword_containerwrap__gFLsR .ResetPassword_form_container__SGepL .ResetPassword_left__XKj3H form p{font-size:.8rem;padding-top:.5rem;text-align:center}.ResetPassword_containerwrap__gFLsR .ResetPassword_right__DwkKu{align-items:center;background-color:#046bd2;border-bottom-right-radius:5px;border-top-right-radius:5px;display:flex;flex:1 1;justify-content:center;width:100%}@media (max-width:550px){.ResetPassword_containerwrap__gFLsR .ResetPassword_right__DwkKu{display:none}}.ResetPassword_containerwrap__gFLsR .ResetPassword_right__DwkKu img{height:auto;object-fit:cover;width:100%}.Otp_form_container__FSMPc{border-radius:5px;box-shadow:2px 3px 8px 0 #0000004f;display:flex;min-height:25rem;width:45rem}@media (max-width:550px){.Otp_form_container__FSMPc{box-shadow:none;min-height:20rem;padding:1rem 2rem;transition:.5s ease-in-out;width:20rem}}@media (min-width:550px) and (max-width:768px){.Otp_form_container__FSMPc{width:30rem}}@media (min-width:900px) and (max-width:1024px){.Otp_form_container__FSMPc{width:45rem}}.Otp_form_container__FSMPc .Otp_left__QXOSQ{display:flex;flex:2 1;flex-direction:column;justify-content:center;padding:1rem 2rem}.Otp_form_container__FSMPc .Otp_left__QXOSQ h1{color:#046bd2}.Otp_form_container__FSMPc .Otp_left__QXOSQ p{font-size:.8rem;padding:1rem 0}.Otp_form_container__FSMPc .Otp_left__QXOSQ form div{display:flex;flex-direction:column}.Otp_form_container__FSMPc .Otp_left__QXOSQ form div p{color:red;font-size:12px;text-align:start}.Otp_form_container__FSMPc .Otp_left__QXOSQ form div label{font-size:.8rem}.Otp_form_container__FSMPc .Otp_left__QXOSQ form div input{background-color:#ebebeb;border-color:#95959585;border-radius:5px;border-width:.3px;outline:none;padding:15px 10px}.Otp_form_container__FSMPc .Otp_left__QXOSQ form button{background-color:#046bd2;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:15px;margin-top:5px;padding:15px 0;width:100%}.Otp_form_container__FSMPc .Otp_left__QXOSQ form button:hover{background:linear-gradient(142deg,#0374d0 10%,#00efbd)}.Otp_form_container__FSMPc .Otp_left__QXOSQ form p{cursor:pointer;font-size:.8rem;padding-top:.5rem;text-align:center}.Otp_form_container__FSMPc .Otp_right__V1gJl{align-items:center;background-color:#046bd2;border-bottom-right-radius:5px;border-top-right-radius:5px;display:flex;flex:1 1;justify-content:center;width:100%}@media (max-width:550px){.Otp_form_container__FSMPc .Otp_right__V1gJl{display:none}}.Otp_form_container__FSMPc .Otp_right__V1gJl img{height:auto;object-fit:cover;width:100%}.Index_container__j0B9U{align-items:center;display:flex;height:100vh;justify-content:center;overflow:hidden}.Index_container__j0B9U .Index_form_container__UHY8c{border-radius:5px;box-shadow:2px 3px 8px 0 #0000004f;display:flex;min-height:25rem;width:45rem}@media (max-width:550px){.Index_container__j0B9U .Index_form_container__UHY8c{box-shadow:none;min-height:20rem;padding:1rem 2rem;transition:.5s ease-in-out;width:20rem}}@media (min-width:550px) and (max-width:768px){.Index_container__j0B9U .Index_form_container__UHY8c{box-shadow:none;width:30rem}}@media (min-width:900px) and (max-width:1024px){.Index_container__j0B9U .Index_form_container__UHY8c{width:45rem}}.Index_container__j0B9U .Index_form_container__UHY8c .Index_left__zTSlo{display:flex;flex:2 1;flex-direction:column;justify-content:center;padding:1rem 2rem}.Index_container__j0B9U .Index_form_container__UHY8c .Index_left__zTSlo h1{color:#046bd2;font-size:24px}@media (max-width:550px){.Index_container__j0B9U .Index_form_container__UHY8c .Index_left__zTSlo h1{font-size:20px}}.Index_container__j0B9U .Index_form_container__UHY8c .Index_left__zTSlo p{font-size:.8rem;padding:1rem 0}.Index_container__j0B9U .Index_form_container__UHY8c .Index_left__zTSlo form div{display:flex;flex-direction:column}.Index_container__j0B9U .Index_form_container__UHY8c .Index_left__zTSlo form div p{color:red;font-size:12px;text-align:start}.Index_container__j0B9U .Index_form_container__UHY8c .Index_left__zTSlo form div label{font-size:.8rem}.Index_container__j0B9U .Index_form_container__UHY8c .Index_left__zTSlo form div input{background-color:#ebebeb;border-color:#95959585;border-radius:5px;border-width:.3px;outline:none;padding:15px 10px}.Index_container__j0B9U .Index_form_container__UHY8c .Index_left__zTSlo form button{background-color:#046bd2;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:15px;margin-top:5px;padding:15px 0;width:100%}.Index_container__j0B9U .Index_form_container__UHY8c .Index_left__zTSlo form button:hover{background:linear-gradient(142deg,#0374d0 10%,#00efbd)}.Index_container__j0B9U .Index_form_container__UHY8c .Index_left__zTSlo form p{font-size:.8rem;padding-top:.5rem;text-align:center}.Index_container__j0B9U .Index_form_container__UHY8c .Index_left__zTSlo form span{color:#046bd2;cursor:pointer}.Index_container__j0B9U .Index_form_container__UHY8c .Index_right__KJYxn{align-items:center;background-color:#046bd2;border-bottom-right-radius:5px;border-top-right-radius:5px;display:flex;flex:1 1;justify-content:center;width:100%}@media (max-width:550px){.Index_container__j0B9U .Index_form_container__UHY8c .Index_right__KJYxn{display:none}}@media (min-width:550px) and (max-width:768px){.Index_container__j0B9U .Index_form_container__UHY8c .Index_right__KJYxn{display:none}}.Index_container__j0B9U .Index_form_container__UHY8c .Index_right__KJYxn img{height:auto;object-fit:cover;width:100%}.Style_Main_Container__wL4Rg{background-color:#f8f8f8;display:flex;gap:10px;justify-content:center;margin-top:80px;overflow:hidden;padding:40px;position:relative}@media (max-width:550px){.Style_Main_Container__wL4Rg{padding:10px}}@media (min-width:900px) and (max-width:1024px){.Style_Main_Container__wL4Rg{padding:20px}}.Style_Main_Container__wL4Rg .Style_header_wrapper__RGX5g{background-color:#fff;height:80px;position:fixed;top:0;width:100%;z-index:9}.Style_Main_Container__wL4Rg .Style_header_wrapper__RGX5g .Style_backarrow__-u5xW{align-items:center;display:flex;font-size:22px;height:80px;justify-content:flex-start;padding:0 60px}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3{background-color:#fff;border-radius:5px;min-height:480px;overflow:hidden;padding:60px;width:60%}@media (max-width:550px){.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3{padding:20px;width:100%}}@media (min-width:550px) and (max-width:768px){.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3{width:70%}}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 .Style_path__WDaUS{border-bottom:1px solid grey;display:flex;font-size:15px;gap:10px;margin:10px 0;padding:20px 0}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form{display:flex;flex-direction:column;padding:10px}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v{display:flex;flex-direction:column;margin:10px 0}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v label{align-items:center;display:flex;font-size:16px;font-weight:600}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_listeditems__3AFag{display:flex;gap:30px;width:100%}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_radioFieldItems__LEadt{display:flex;flex-wrap:wrap;gap:10px 20px;width:100%}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_radioFieldItems__LEadt .Style_radio__sEJJp{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;padding-top:5px}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_radioFieldItems__LEadt .Style_radio__sEJJp input{display:flex;flex-direction:row;height:1.5rem;margin-right:10px;width:20px}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_radioFieldItems__LEadt .Style_radio__sEJJp .Style_radioLabel__0BqbW{font-size:16px;font-weight:500;margin-bottom:0}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_items__-VvWV{display:flex;flex-direction:column;width:100%}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_items__-VvWV,.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_listeditems__3AFag{margin:10px 0}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_items__-VvWV span,.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_listeditems__3AFag span{color:red;font-size:14px;margin-top:10px}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_items__-VvWV p,.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_listeditems__3AFag p{font-size:12px;margin-top:10px}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_items__-VvWV .Style_basic_single__0rrEB,.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_listeditems__3AFag .Style_basic_single__0rrEB{width:100%}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_items__-VvWV button,.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_listeditems__3AFag button{background-color:#fff;border:1px solid #d3d3d3;border-radius:4px;font-size:14px;line-height:2;margin:5px;padding:5px 15px;text-align:center}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_items__-VvWV button:hover,.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_listeditems__3AFag button:hover{background-color:#046bd2;border:1px solid #046bd2;color:#fff}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_items__-VvWV select,.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_listeditems__3AFag select{border:1px solid #d3d3d3;border-radius:4px;height:3rem;outline:none;padding:0 20px}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_items__-VvWV select:hover,.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_listeditems__3AFag select:hover{border-color:#046bd2;color:#111}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_items__-VvWV select .Style_selectoption__oqHwN,.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_listeditems__3AFag select .Style_selectoption__oqHwN{background-color:initial;font-size:16px;padding:10px}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_items__-VvWV input,.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_listeditems__3AFag input{border:1px solid #d3d3d3;border-radius:4px;height:2.5rem;outline:none;padding:0 5px}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_items__-VvWV input:hover,.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_listeditems__3AFag input:hover{border-color:#046bd2;color:#111}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_items__-VvWV textarea,.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_listeditems__3AFag textarea{border:1px solid #d3d3d3;border-radius:4px;font-size:16px;height:6rem;outline:none;padding:10px}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_items__-VvWV textarea:hover,.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_listeditems__3AFag textarea:hover{border-color:#046bd2;color:#111}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_image_wrapper__GuDd8{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;margin:50px 0}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_image_wrapper__GuDd8 label{border:2px dashed #d3d3d3;cursor:pointer;font-size:30px;padding:40px}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_image_wrapper__GuDd8 input{display:none}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_image_wrapper__GuDd8 .Style_image_sec__mcMau{align-items:center;display:flex;flex-wrap:wrap;gap:10px;position:relative}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_image_wrapper__GuDd8 .Style_image_sec__mcMau img{height:118px;width:120px}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_image_wrapper__GuDd8 .Style_image_sec__mcMau .Style_clearbtn__-vdEM{outline:none;position:absolute;right:5px;top:5px}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v .Style_image_wrapper__GuDd8 .Style_image_sec__mcMau .Style_clearbtn__-vdEM button{align-items:center;background-color:#fff;border:none;border-radius:50%;display:flex;font-size:18px;height:20px;justify-content:center;outline:none;width:20px}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_row__-Ji1v p{font-size:11px;margin-top:30px}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_price_section__EhcOC,.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_seller_section__\+w3C3{border-top:1px solid #373737;padding:20px 0}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_seller_section__\+w3C3 .Style_items__-VvWV{display:flex;flex-direction:column;margin:10px 0;width:100%}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_seller_section__\+w3C3 .Style_items__-VvWV input{border:1px solid #d3d3d3;border-radius:4px;height:2.5rem;outline:none;padding:0 5px}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_seller_section__\+w3C3 .Style_items__-VvWV input:hover{border-color:#046bd2;color:#111}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_seller_section__\+w3C3 .Style_location_wrap__pHpBL{display:flex;gap:30px}@media (max-width:550px){.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_seller_section__\+w3C3 .Style_location_wrap__pHpBL{flex-direction:column;gap:5px}}@media (min-width:550px) and (max-width:768px){.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_seller_section__\+w3C3 .Style_location_wrap__pHpBL{gap:40px}}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_seller_section__\+w3C3 .Style_location_wrap__pHpBL .Style_col__p6j\+o{display:flex;flex:1 1;flex-direction:column;gap:5px;padding:5px 0}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_seller_section__\+w3C3 .Style_location_wrap__pHpBL .Style_col__p6j\+o input{border:1px solid #d3d3d3;border-radius:4px;height:2.5rem;outline:none;padding:0 5px}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_submit_section__bpjCh{align-items:center;display:flex;justify-content:flex-end;padding:30px;position:relative}.Style_Main_Container__wL4Rg .Style_Container_Wrapper__AlUn3 form .Style_submit_section__bpjCh button{background-color:#046bd2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px;position:absolute;right:20px;text-align:center}.Style_popup__gTk6G{background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.Style_popup__gTk6G .Style_content__pI3ns{background:#fff;border-radius:10px;box-shadow:2px 4px 10px 1px #c9c9c95c;left:50%;padding:20px;position:absolute;top:55%;transform:translate(-50%,-50%)}.Style_popup__gTk6G .Style_content__pI3ns .Style_Title__OZXA1{margin:10px 0}.Style_popup__gTk6G .Style_content__pI3ns .Style_Title__OZXA1 h3{font-size:16px;font-weight:600}.Style_popup__gTk6G .Style_content__pI3ns .Style_btnBox__o5Mlk{align-items:center;display:flex;gap:10px;justify-content:center;margin:10px 0}.Style_popup__gTk6G .Style_content__pI3ns .Style_btnBox__o5Mlk button{background-color:#fff;border:1px solid #046bd2;border-radius:5px;color:#046bd2;cursor:pointer;font-size:14px;font-weight:600;outline:none;padding:10px 15px}.Style_popup__gTk6G .Style_content__pI3ns .Style_btnBox__o5Mlk button:hover{background-color:#046bd2;border:none;color:#fff}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.style_container__Dkr3K .style_otp_section__aqA7w{background-color:#fff;border-bottom-right-radius:7px;border-top-right-radius:7px;display:flex;flex-direction:column;justify-content:center;padding:20px;position:relative;width:100%}.style_container__Dkr3K .style_otp_section__aqA7w h1{color:#046bd2}.style_container__Dkr3K .style_otp_section__aqA7w p{font-size:12px}.style_container__Dkr3K .style_otp_section__aqA7w p span{color:#046bd2;font-size:.8rem;font-weight:400}.style_container__Dkr3K .style_otp_section__aqA7w .style_resendBtn__7Tulp{background:none;border:none;color:#046bd2;cursor:pointer;font-size:.8rem;font-weight:400;letter-spacing:0;margin-top:1rem;outline:none}.style_container__Dkr3K .style_otp_section__aqA7w .style_resendBtn__7Tulp:hover{background:none}.style_container__Dkr3K .style_otp_section__aqA7w .style_error_para__YgO1w{color:red;font-size:13px;text-align:center}.style_container__Dkr3K .style_otp_section__aqA7w .style_login_Details__eeL-l h1{color:#046bd2;font-size:20px}.style_container__Dkr3K .style_otp_section__aqA7w .style_login_Details__eeL-l p{font-size:12px;padding:5px 0}.style_container__Dkr3K .style_otp_section__aqA7w form p{color:red;font-size:12px;margin-top:5px}.style_container__Dkr3K .style_otp_section__aqA7w form .style_input_div__I4sqt{display:flex;gap:10px;padding:2px}@media (max-width:550px){.style_container__Dkr3K .style_otp_section__aqA7w form .style_input_div__I4sqt{flex-direction:column;transition:ease-all .3s}}.style_container__Dkr3K .style_otp_section__aqA7w form .style_input_div__I4sqt div{display:flex;flex-direction:column;gap:6px;width:100%}.style_container__Dkr3K .style_otp_section__aqA7w form .style_input_div__I4sqt div p{color:red;font-size:12px}.style_container__Dkr3K .style_otp_section__aqA7w form .style_input_div__I4sqt div span{color:#046bd2;cursor:pointer;font-size:10px;margin-left:10px}.style_container__Dkr3K .style_otp_section__aqA7w form .style_input_div__I4sqt div span:hover{color:#10e3c2}.style_container__Dkr3K .style_otp_section__aqA7w form .style_input_div__I4sqt div input{background-color:#ebebeb;border-color:#95959585;border-radius:5px;border-width:.3px;outline:none;padding:14px 10px}.style_container__Dkr3K .style_otp_section__aqA7w form .style_input_div__I4sqt div .style_input_Wrap__84Mn3{position:relative}.style_container__Dkr3K .style_otp_section__aqA7w form .style_input_div__I4sqt div .style_input_Wrap__84Mn3 .style_eye_icon__WNGlW{color:#999;cursor:pointer;font-size:16px;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.style_container__Dkr3K .style_otp_section__aqA7w form .style_input_div__I4sqt div .style_input_Wrap__84Mn3 .style_eye_icon__WNGlW:hover{color:#046bd2}.style_container__Dkr3K .style_otp_section__aqA7w form .style_input_div__I4sqt div label{font-size:12px}.style_container__Dkr3K .style_otp_section__aqA7w form button{background-color:#046bd2;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:15px;margin-top:5px;padding:14px 0;width:100%}.style_container__Dkr3K .style_otp_section__aqA7w form button:hover{background:linear-gradient(142deg,#0374d0 10%,#00efbd)}.style_container__Dkr3K .style_form_wrapper__09WKn{background-color:#f0f8ff;box-shadow:2px 3px 8px 0 #0000004f;min-height:30rem;width:50rem}@media (max-width:550px){.style_container__Dkr3K .style_form_wrapper__09WKn{min-height:100vh;width:100vw}}@media (min-width:550px) and (max-width:768px){.style_container__Dkr3K .style_form_wrapper__09WKn{box-shadow:none;width:100vw}}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3{display:flex;height:30rem}@media (max-width:550px){.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3{min-height:100vh;transition:.5s ease-in-out}}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_navigation__0ZzAt{text-decoration:none}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2{background-color:#fff;border-bottom-left-radius:7px;border-top-left-radius:7px;display:flex;flex-direction:column;justify-content:center;padding:20px;width:100%}@media (min-width:550px) and (max-width:768px){.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2{padding:40px 60px}}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2 .style_google_auth__-2eIV{align-items:center;border:1px solid gray;border-radius:7px;display:flex;justify-content:center;margin-top:7px;padding-block:4px;width:100%}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2 .style_google_auth__-2eIV .style_googleBtn__dSyBw{background-color:#fff;border:none;color:#4285f4;cursor:pointer;font-weight:700;padding:10px 20px}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2 .style_login_Details__eeL-l h1{color:#046bd2;font-size:26px;padding-top:10px}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2 .style_login_Details__eeL-l h2{color:#046bd2;font-size:20px;padding:2px}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2 .style_login_Details__eeL-l p{font-size:12px;padding:10px 0}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2 form .style_input_div__I4sqt{display:flex;flex-direction:column;gap:4px;padding:10px 0;position:relative}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2 form .style_input_div__I4sqt input{background-color:#ebebeb;border-color:#95959585;border-radius:5px;border-width:.3px;outline:none;padding:15px 10px}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2 form .style_input_div__I4sqt .style_eye_icon__WNGlW{color:#999;cursor:pointer;position:absolute;right:15px;top:65%;transform:translateY(-50%)}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2 form .style_input_div__I4sqt .style_eye_icon__WNGlW:hover{color:#046bd2}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2 form .style_input_div__I4sqt label{font-size:12px}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2 form button{background-color:#046bd2;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:15px;margin-top:5px;padding:15px 0;width:100%}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2 form button:hover{background:linear-gradient(142deg,#0374d0 10%,#00efbd)}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2 .style_additional_options__uWyIO{display:flex;gap:5px;justify-content:space-between;padding-top:10px}@media (max-width:550px){.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2 .style_additional_options__uWyIO{align-items:center;flex-direction:column}}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2 .style_additional_options__uWyIO p{font-size:13px}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2 .style_additional_options__uWyIO p .style_navigation__0ZzAt{color:#046bd2;text-decoration:none}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2 .style_Google_authentication__GD4s9{padding-top:20px}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2 .style_Google_authentication__GD4s9 .style_break__z7vs-{align-items:center;color:#373737;display:flex;font-size:12px;justify-content:space-evenly}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2 .style_Google_authentication__GD4s9 .style_break__z7vs- div{background:rgba(0,0,0,.511);height:.5px;width:8rem}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2 .style_Google_authentication__GD4s9 .style_GoogleButton__Rc3tS{display:flex;height:20px;justify-content:center;padding:20px}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2 .style_Google_authentication__GD4s9 .style_GoogleButton__Rc3tS a{align-items:center;background-color:#fff;border:none;display:flex;font-size:15px;gap:5px;text-decoration:none}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2 .style_Google_authentication__GD4s9 .style_GoogleButton__Rc3tS a button{align-items:center;background-color:initial;border:none;cursor:pointer;display:flex;gap:5px;padding:.5rem 1.5rem}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_left_section__\+OtF2 .style_Google_authentication__GD4s9 .style_GoogleButton__Rc3tS a button:hover{background-color:#ebebeb;border-radius:50px}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_right_section__zv2m4{align-items:center;background-color:#046bd2;border-bottom-right-radius:7px;border-top-right-radius:7px;display:flex;justify-content:center;width:45%}@media (max-width:550px){.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_right_section__zv2m4{display:none;transition:ease-all .3s}}@media (min-width:550px) and (max-width:768px){.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_right_section__zv2m4{display:none}}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_right_section__zv2m4 .style_img_wrapper__w7sGV{align-items:center;display:flex;justify-content:center;width:100%}.style_container__Dkr3K .style_form_wrapper__09WKn .style_form_container__j31h3 .style_right_section__zv2m4 .style_img_wrapper__w7sGV img{height:400px;width:250px}.Signup_form_wrapper__BqfgK{background-color:#f0f8ff;box-shadow:2px 3px 8px 0 #0000004f;min-height:30rem;width:50rem}@media (max-width:550px){.Signup_form_wrapper__BqfgK{min-height:100vh;width:100vw}}@media (min-width:550px) and (max-width:768px){.Signup_form_wrapper__BqfgK{box-shadow:none}}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x{display:flex;min-height:30rem;overflow:hidden}@media (max-width:550px){.Signup_form_wrapper__BqfgK .Signup_form_container__4366x{min-height:100vh;transition:.5s ease-in-out}}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ{background-color:#fff;border-bottom-right-radius:7px;border-top-right-radius:7px;display:flex;flex-direction:column;justify-content:center;padding:20px;position:relative;width:100%}@media (min-width:550px) and (max-width:768px){.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ{padding:40px 60px}}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ .Signup_Step_Status__2IsGh{color:#046bd2;font-size:1rem;font-weight:600;position:absolute;right:1.5rem;top:1.5rem}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ h1{color:#046bd2}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ p{font-size:12px}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ p span{color:#046bd2;font-size:.8rem;font-weight:400}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ .Signup_resendBtn__Tk756{background:none;border:none;color:#046bd2;cursor:pointer;font-size:.8rem;font-weight:400;letter-spacing:0;margin-top:1rem;outline:none}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ .Signup_resendBtn__Tk756:hover{background:none}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ .Signup_error_para__Yq2Mj{color:red;font-size:13px;text-align:center}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ .Signup_login_Details__0CYTl h1{color:#046bd2;font-size:20px}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ .Signup_login_Details__0CYTl p{font-size:12px;padding:5px 0}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ form .Signup_error__s3bmR{color:red;font-size:12px;margin-top:5px}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ form .Signup_terms__KPy6A{color:#111;margin:5px 0}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ form .Signup_terms__KPy6A .Signup_navigation__lNy4h{color:#046bd2;padding:0 5px;text-decoration:none}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ form .Signup_input_div__n6uhR{display:flex;gap:10px;padding:2px}@media (max-width:550px){.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ form .Signup_input_div__n6uhR{flex-direction:column;transition:ease-all .3s}}@media (min-width:550px) and (max-width:768px){.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ form .Signup_input_div__n6uhR{flex-direction:column;transition:ease-all .3s}}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ form .Signup_input_div__n6uhR div{display:flex;flex-direction:column;gap:6px;width:100%}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ form .Signup_input_div__n6uhR div .Signup_error__s3bmR{color:red;font-size:12px}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ form .Signup_input_div__n6uhR div span{color:#046bd2;cursor:pointer;font-size:10px;margin-left:10px}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ form .Signup_input_div__n6uhR div span:hover{color:#10e3c2}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ form .Signup_input_div__n6uhR div input{background-color:#ebebeb;border-color:#95959585;border-radius:5px;border-width:.3px;outline:none;padding:14px 10px}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ form .Signup_input_div__n6uhR div .Signup_dobInput__BBT7Q{background-color:#ebebeb;border-color:#95959585;border-radius:5px;border-width:.3px;outline:none;padding:13px 0;width:100%}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ form .Signup_input_div__n6uhR div .Signup_input_Wrap__6D8ri{position:relative}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ form .Signup_input_div__n6uhR div .Signup_input_Wrap__6D8ri .Signup_eye_icon__u4oFq{color:#999;cursor:pointer;font-size:16px;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ form .Signup_input_div__n6uhR div .Signup_input_Wrap__6D8ri .Signup_eye_icon__u4oFq:hover{color:#046bd2}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ form .Signup_input_div__n6uhR div label{font-size:12px}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ form button{background-color:#046bd2;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:15px;margin-top:5px;padding:14px 0;width:100%}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ form button:hover{background:linear-gradient(142deg,#0374d0 10%,#00efbd)}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ .Signup_additional_options__aHVcS{align-items:center;display:flex;flex-direction:column;gap:5px;padding-top:10px}@media (max-width:550px){.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ .Signup_additional_options__aHVcS{flex-direction:row;justify-content:space-between}}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ .Signup_additional_options__aHVcS p{font-size:13px}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ .Signup_additional_options__aHVcS .Signup_navigation__lNy4h{text-decoration:none}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ .Signup_Google_authentication__y6D-f{padding-top:20px}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ .Signup_Google_authentication__y6D-f .Signup_break__CGTib{align-items:center;color:#373737;display:flex;font-size:12px;justify-content:space-evenly}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ .Signup_Google_authentication__y6D-f .Signup_break__CGTib div{background:rgba(0,0,0,.511);height:.5px;width:8rem}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ .Signup_Google_authentication__y6D-f .Signup_GoogleButton__gQpQT{display:flex;height:20px;justify-content:center;padding:20px}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ .Signup_Google_authentication__y6D-f button{align-items:center;background-color:#fff;border:none;display:flex;font-size:15px;gap:5px;padding:2rem 3rem}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_left_section__6ojcZ .Signup_Google_authentication__y6D-f button:hover{background-color:#ebebeb;border-radius:50px}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_right_section__-1F2n{align-items:center;background:#046bd2;border-bottom-left-radius:7px;border-top-left-radius:7px;display:flex;justify-content:center;width:45%}@media (max-width:550px){.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_right_section__-1F2n{display:none}}@media (min-width:550px) and (max-width:768px){.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_right_section__-1F2n{display:none}}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_right_section__-1F2n .Signup_img_wrapper__XvpS0{align-items:center;display:flex;justify-content:center;width:100%}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_right_section__-1F2n .Signup_img_wrapper__XvpS0 img{height:400px;width:250px}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_google_auth__7AAGv{align-items:center;border:1px solid gray;border-radius:7px;display:flex;justify-content:center;padding-block:4px;width:100%}.Signup_form_wrapper__BqfgK .Signup_form_container__4366x .Signup_google_auth__7AAGv .Signup_googleBtn__YQXa9{background-color:#fff;border:none;color:#4285f4;cursor:pointer;font-weight:700;padding:10px 20px}.Registration_login_Registration_wrapper__9iG4E{align-items:center;display:flex;justify-content:center;min-height:100vh}.MobileSighnup_form_wrapper__wsL1p{background-color:#f0f8ff;box-shadow:2px 3px 8px 0 #0000004f;min-height:30rem;width:50rem}@media (max-width:550px){.MobileSighnup_form_wrapper__wsL1p{min-height:100vh;width:100vw}}@media (min-width:550px) and (max-width:768px){.MobileSighnup_form_wrapper__wsL1p{box-shadow:none}}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4{display:flex;min-height:30rem;overflow:hidden}@media (max-width:550px){.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4{min-height:100vh;transition:.5s ease-in-out}}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU{background-color:#fff;border-bottom-right-radius:7px;border-top-right-radius:7px;display:flex;flex-direction:column;justify-content:center;padding:20px;position:relative;width:100%}@media (min-width:550px) and (max-width:768px){.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU{padding:40px 60px}}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU .MobileSighnup_Step_Status__tEHI3{color:#046bd2;font-size:1rem;font-weight:600;position:absolute;right:1.5rem;top:1.5rem}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU h1{color:#046bd2}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU p{font-size:12px}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU p span{color:#046bd2;font-size:.8rem;font-weight:400}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU .MobileSighnup_resendBtn__YTqMV{background:none;border:none;color:#046bd2;cursor:pointer;font-size:.8rem;font-weight:400;letter-spacing:0;margin-top:1rem;outline:none}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU .MobileSighnup_resendBtn__YTqMV:hover{background:none}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU .MobileSighnup_error_para__Ek9Pd{color:red;font-size:13px;text-align:center}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU .MobileSighnup_login_Details__jdPll h1{color:#046bd2;font-size:20px}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU .MobileSighnup_login_Details__jdPll p{font-size:12px;padding:5px 0}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU form .MobileSighnup_error__D49nA{color:red;font-size:12px;margin-top:5px}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU form .MobileSighnup_terms__uz\+h7{align-items:center;color:#111;display:flex;gap:5px;margin:5px 0}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU form .MobileSighnup_terms__uz\+h7 .MobileSighnup_navigation__k4-pT{color:#046bd2;padding:0 5px;text-decoration:none}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU form .MobileSighnup_input_div__Exyfx{display:flex;gap:10px;padding:2px}@media (max-width:550px){.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU form .MobileSighnup_input_div__Exyfx{flex-direction:column;transition:ease-all .3s}}@media (min-width:550px) and (max-width:768px){.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU form .MobileSighnup_input_div__Exyfx{flex-direction:column;transition:ease-all .3s}}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU form .MobileSighnup_input_div__Exyfx div{display:flex;flex-direction:column;gap:6px;width:100%}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU form .MobileSighnup_input_div__Exyfx div .MobileSighnup_error__D49nA{color:red;font-size:12px}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU form .MobileSighnup_input_div__Exyfx div span{color:#046bd2;cursor:pointer;font-size:10px;margin-left:10px}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU form .MobileSighnup_input_div__Exyfx div span:hover{color:#10e3c2}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU form .MobileSighnup_input_div__Exyfx div input{background-color:#ebebeb;border-color:#95959585;border-radius:5px;border-width:.3px;outline:none;padding:14px 10px}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU form .MobileSighnup_input_div__Exyfx div .MobileSighnup_dobInput__r05p1{background-color:#ebebeb;border-color:#95959585;border-radius:5px;border-width:.3px;outline:none;padding:13px 0;width:100%}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU form .MobileSighnup_input_div__Exyfx div .MobileSighnup_input_Wrap__tMqhg{position:relative}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU form .MobileSighnup_input_div__Exyfx div .MobileSighnup_input_Wrap__tMqhg .MobileSighnup_eye_icon__frye9{color:#999;cursor:pointer;font-size:16px;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU form .MobileSighnup_input_div__Exyfx div .MobileSighnup_input_Wrap__tMqhg .MobileSighnup_eye_icon__frye9:hover{color:#046bd2}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU form .MobileSighnup_input_div__Exyfx div label{font-size:12px}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU form button{background-color:#046bd2;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:15px;margin-top:5px;padding:14px 0;width:100%}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU form button:hover{background:linear-gradient(142deg,#0374d0 10%,#00efbd)}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU .MobileSighnup_additional_options__TSfxm{align-items:center;display:flex;flex-direction:column;gap:5px;padding-top:10px}@media (max-width:550px){.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU .MobileSighnup_additional_options__TSfxm{flex-direction:row;justify-content:space-between}}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU .MobileSighnup_additional_options__TSfxm p{font-size:13px}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU .MobileSighnup_additional_options__TSfxm .MobileSighnup_navigation__k4-pT{text-decoration:none}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU .MobileSighnup_Google_authentication__WKdq9{padding-top:20px}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU .MobileSighnup_Google_authentication__WKdq9 .MobileSighnup_break__ECJ-a{align-items:center;color:#373737;display:flex;font-size:12px;justify-content:space-evenly}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU .MobileSighnup_Google_authentication__WKdq9 .MobileSighnup_break__ECJ-a div{background:rgba(0,0,0,.511);height:.5px;width:8rem}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU .MobileSighnup_Google_authentication__WKdq9 .MobileSighnup_GoogleButton__LTJDA{display:flex;height:20px;justify-content:center;padding:20px}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU .MobileSighnup_Google_authentication__WKdq9 button{align-items:center;background-color:#fff;border:none;display:flex;font-size:15px;gap:5px;padding:2rem 3rem}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_left_section__v15VU .MobileSighnup_Google_authentication__WKdq9 button:hover{background-color:#ebebeb;border-radius:50px}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_right_section__jb8Ol{align-items:center;background:#046bd2;border-bottom-left-radius:7px;border-top-left-radius:7px;display:flex;justify-content:center;width:45%}@media (max-width:550px){.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_right_section__jb8Ol{display:none}}@media (min-width:550px) and (max-width:768px){.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_right_section__jb8Ol{display:none}}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_right_section__jb8Ol .MobileSighnup_img_wrapper__I3jb1{align-items:center;display:flex;justify-content:center;width:100%}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_right_section__jb8Ol .MobileSighnup_img_wrapper__I3jb1 img{height:400px;width:250px}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_google_auth__NeacH{align-items:center;border:1px solid gray;border-radius:7px;display:flex;justify-content:center;padding-block:4px;width:100%}.MobileSighnup_form_wrapper__wsL1p .MobileSighnup_form_container__gr-J4 .MobileSighnup_google_auth__NeacH .MobileSighnup_googleBtn__pxgtO{background-color:#fff;border:none;color:#4285f4;cursor:pointer;font-weight:700;padding:10px 20px}.SinglePage_page_wrapper__UKBag{display:flex;flex-direction:column;min-height:100%;width:100%}.SinglePage_page_wrapper__UKBag .SinglePage_main__QghSJ{display:flex;flex-direction:column;margin-top:80px;width:100%}@media (max-width:550px){.SinglePage_page_wrapper__UKBag .SinglePage_main__QghSJ{margin-top:120px}}@media (min-width:550px) and (max-width:768px){.SinglePage_page_wrapper__UKBag .SinglePage_main__QghSJ{margin-top:120px}}@media (min-width:900px) and (max-width:1024px){.SinglePage_page_wrapper__UKBag .SinglePage_main__QghSJ{margin-top:80px}}.Style_Container__l-q4M{overflow-x:hidden;padding:40px 60px}@media (max-width:550px){.Style_Container__l-q4M{padding:10px}}@media (min-width:550px) and (max-width:768px){.Style_Container__l-q4M{padding:20px}}.Style_Container__l-q4M .Style_row__ucg1Y{display:flex}@media (max-width:550px){.Style_Container__l-q4M .Style_row__ucg1Y{align-items:center;display:flex;flex-direction:column;justify-content:center;overflow-x:hidden}}@media (min-width:550px) and (max-width:768px){.Style_Container__l-q4M .Style_row__ucg1Y{align-items:center;display:flex;flex-direction:column;justify-content:center}}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Left_container__OjTN7{padding:0 30px;width:50%}@media (max-width:550px){.Style_Container__l-q4M .Style_row__ucg1Y .Style_Left_container__OjTN7{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:0;width:100%}}@media (min-width:550px) and (max-width:768px){.Style_Container__l-q4M .Style_row__ucg1Y .Style_Left_container__OjTN7{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:0;width:100%}}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Left_container__OjTN7 .Style_image_wrapper__wlafl{width:100%}@media (max-width:550px){.Style_Container__l-q4M .Style_row__ucg1Y .Style_Left_container__OjTN7 .Style_image_wrapper__wlafl{padding:25px 0;width:90%}}@media (min-width:550px) and (max-width:768px){.Style_Container__l-q4M .Style_row__ucg1Y .Style_Left_container__OjTN7 .Style_image_wrapper__wlafl{width:90%}}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Left_container__OjTN7 .Style_image_wrapper__wlafl .Style_box__I8tv6{padding:30px 0}@media (max-width:550px){.Style_Container__l-q4M .Style_row__ucg1Y .Style_Left_container__OjTN7 .Style_image_wrapper__wlafl .Style_box__I8tv6{padding:0}}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Left_container__OjTN7 .Style_image_wrapper__wlafl .Style_box__I8tv6 .Style_img_Container__D7-7d{align-items:center;border-radius:5px;display:flex;height:400px;justify-content:center;position:relative;width:auto}@media (max-width:550px){.Style_Container__l-q4M .Style_row__ucg1Y .Style_Left_container__OjTN7 .Style_image_wrapper__wlafl .Style_box__I8tv6 .Style_img_Container__D7-7d{border:1px solid #f8f8f8;height:350px}}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Left_container__OjTN7 .Style_image_wrapper__wlafl .Style_box__I8tv6 .Style_img_Container__D7-7d span{align-items:center;background-color:#fff;border-radius:50%;box-shadow:2px 4px 10px 1px #c9c9c9ab;color:grey;cursor:pointer;display:flex;font-size:26px;height:38px;justify-content:center;position:absolute;right:20px;top:20px;width:38px}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Left_container__OjTN7 .Style_image_wrapper__wlafl .Style_box__I8tv6 .Style_img_Container__D7-7d .Style_img_index__Ip5CO{align-items:center;background-color:hsla(0,0%,40%,.357);border-radius:10px;bottom:20px;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;position:absolute;right:20px;width:60px}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Left_container__OjTN7 .Style_image_wrapper__wlafl .Style_box__I8tv6 .Style_img_Container__D7-7d img{align-items:center;display:flex;height:100%;justify-content:center;object-fit:contain;width:100%}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Left_container__OjTN7 h3{align-items:center;border-bottom:1px solid #373737;display:flex;font-size:18px;justify-content:center;padding:10px}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Left_container__OjTN7 .Style_Ad_detail__5Z\+p1{align-items:center;display:flex;justify-content:center;padding:20px 0;width:100%}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Left_container__OjTN7 .Style_Ad_detail__5Z\+p1 ul{align-items:center;display:flex;flex-direction:column;list-style:none;width:100%}@media (max-width:550px){.Style_Container__l-q4M .Style_row__ucg1Y .Style_Left_container__OjTN7 .Style_Ad_detail__5Z\+p1 ul{display:flex;flex-direction:column}}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Left_container__OjTN7 .Style_Ad_detail__5Z\+p1 ul li{align-items:center;display:flex;justify-content:space-between;width:100%}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Left_container__OjTN7 .Style_Ad_detail__5Z\+p1 ul li label{text-align:start}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Left_container__OjTN7 .Style_Ad_detail__5Z\+p1 ul li span{text-align:end}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Left_container__OjTN7 .Style_des__4WTnS{padding:30px 10px}@media (max-width:550px){.Style_Container__l-q4M .Style_row__ucg1Y .Style_Left_container__OjTN7 .Style_des__4WTnS{padding:20px 0;width:100%}}@media (min-width:550px) and (max-width:768px){.Style_Container__l-q4M .Style_row__ucg1Y .Style_Left_container__OjTN7 .Style_des__4WTnS{padding:30px 0;width:100%}}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_container__w46RE{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;padding:20px;place-content:center;width:50%}@media (max-width:550px){.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_container__w46RE{align-items:center;display:flex;justify-content:center;width:100%}}@media (min-width:550px) and (max-width:768px){.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_container__w46RE{align-items:center;display:flex;justify-content:center;width:100%}}@media (min-width:900px) and (max-width:1024px){.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_container__w46RE{padding:10px}}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_container__w46RE .Style_Details__P1cPp{display:flex;flex-direction:column;gap:10px;padding:10px 0}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_container__w46RE .Style_Details__P1cPp h1{align-items:center;display:flex;font-size:30px;margin:5px 0;text-align:center}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_container__w46RE .Style_Details__P1cPp h3{color:#046bd2;font-size:25px}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_container__w46RE .Style_Details__P1cPp h5{font-size:14px}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_container__w46RE .Style_Details__P1cPp h5 span{font-size:14px;font-weight:400;margin:0 10px}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_container__w46RE .Style_Details__P1cPp .Style_Rating__ClZRz{align-items:center;display:flex;gap:10px}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_container__w46RE .Style_Details__P1cPp .Style_Rating__ClZRz .Style_ratingIcon__a6BjU{color:#daa520}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_container__w46RE .Style_Details__P1cPp p{font-size:12px;font-weight:1px}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_container__w46RE .Style_Button_wrapper__OUo9f{align-items:center;display:flex;gap:15px;justify-content:center;margin:20px 0;text-align:center;width:100%}@media (max-width:550px){.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_container__w46RE .Style_Button_wrapper__OUo9f{display:flex;flex-direction:column}}@media (min-width:900px) and (max-width:1024px){.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_container__w46RE .Style_Button_wrapper__OUo9f{gap:10px}}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_container__w46RE .Style_Button_wrapper__OUo9f button{background-color:#fff;border:2px solid #046bd2;border-radius:5px;cursor:pointer;font-size:18px;height:3rem;width:160px}@media (max-width:550px){.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_container__w46RE .Style_Button_wrapper__OUo9f button{width:230px}}@media (min-width:550px) and (max-width:768px){.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_container__w46RE .Style_Button_wrapper__OUo9f button{width:160px}}@media (min-width:900px) and (max-width:1024px){.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_container__w46RE .Style_Button_wrapper__OUo9f button{width:120px}}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_container__w46RE .Style_Button_wrapper__OUo9f button span{margin-left:8px}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_container__w46RE .Style_Button_wrapper__OUo9f button:hover{background-color:#046bd2;border:none;color:#fff}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_containerBottom__9DQDY{align-items:start;display:flex;justify-content:flex-start;padding:20px;width:50%}@media (max-width:550px){.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_containerBottom__9DQDY{padding:0;width:100%}}@media (min-width:550px) and (max-width:768px){.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_containerBottom__9DQDY{padding:0;width:100%}}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_containerBottom__9DQDY .Style_seller__V14fu{display:flex;flex-direction:column;gap:10px;padding:20px;width:100%}@media (max-width:550px){.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_containerBottom__9DQDY .Style_seller__V14fu{padding:0}}@media (min-width:550px) and (max-width:768px){.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_containerBottom__9DQDY .Style_seller__V14fu{padding:0}}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_containerBottom__9DQDY .Style_seller__V14fu .Style_map_wrapper__Qohnn{align-items:center;border:2px solid #f8f8f8;border-radius:5px;display:flex;flex-direction:column;height:200px;padding:5px 10px;width:100%}@media (max-width:550px){.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_containerBottom__9DQDY .Style_seller__V14fu .Style_map_wrapper__Qohnn{padding:5px}}@media (min-width:550px) and (max-width:768px){.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_containerBottom__9DQDY .Style_seller__V14fu .Style_map_wrapper__Qohnn{padding:5px 10px}}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_containerBottom__9DQDY .Style_seller__V14fu .Style_map_wrapper__Qohnn .Style_title_div__bM7FH{align-items:center;display:flex;height:10%;padding:10px;width:100%}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_containerBottom__9DQDY .Style_seller__V14fu .Style_map_wrapper__Qohnn .Style_title_div__bM7FH label{font-weight:700;text-align:start}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_containerBottom__9DQDY .Style_seller__V14fu .Style_map_wrapper__Qohnn .Style_map_div__ZpGWX{align-items:center;display:flex;height:90%;justify-content:center;padding:10px;width:100%}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_containerBottom__9DQDY .Style_seller__V14fu .Style_Id_wrap__-rupD{color:#046bd2;font-size:12px;text-align:start;width:100%}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_containerBottom__9DQDY .Style_seller__V14fu .Style_seller_wrapper__gk9iV{align-items:center;border:2px solid #f8f8f8;border-radius:5px;cursor:pointer;display:flex;flex-direction:row;height:100px;justify-content:space-between}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_containerBottom__9DQDY .Style_seller__V14fu .Style_seller_wrapper__gk9iV div{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:.5rem}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_containerBottom__9DQDY .Style_seller__V14fu .Style_seller_wrapper__gk9iV div img{border-radius:50%;height:70px;margin-right:30px;width:70px}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_containerBottom__9DQDY .Style_seller__V14fu .Style_seller_wrapper__gk9iV div h3{font-size:18px;font-weight:500;text-overflow:ellipsis}.Style_Container__l-q4M .Style_row__ucg1Y .Style_Right_containerBottom__9DQDY .Style_seller__V14fu .Style_seller_wrapper__gk9iV div span{align-items:center;display:flex;font-size:28px;font-weight:700;justify-content:center}.Style_control_btn__BtuO7 .Style_next__hY\+Gi,.Style_control_btn__BtuO7 .Style_prev__olBsm{background-color:hsla(0,0%,40%,.357);border:none;border-radius:50%;height:50px;line-height:60px;position:absolute;top:43%;transform:.5s;width:50px;z-index:5}@media (max-width:550px){.Style_control_btn__BtuO7 .Style_next__hY\+Gi,.Style_control_btn__BtuO7 .Style_prev__olBsm{height:40px;width:40px}}.Style_control_btn__BtuO7 .Style_next__hY\+Gi i,.Style_control_btn__BtuO7 .Style_prev__olBsm i{align-items:center;color:#fff;display:flex;font-size:30px;justify-content:center;transition:.5s}@media (max-width:550px){.Style_control_btn__BtuO7 .Style_next__hY\+Gi i,.Style_control_btn__BtuO7 .Style_prev__olBsm i{font-size:22px}}.Style_control_btn__BtuO7 .Style_prev__olBsm{left:10px}.Style_control_btn__BtuO7 .Style_next__hY\+Gi{right:10px}.Breadcrumb_breadcrumb__Npkfq{border-bottom:.1rem solid #ebebeb8c}.Breadcrumb_breadcrumb__Npkfq .Breadcrumb_container__4r85k{padding:1rem 3rem}@media (max-width:550px){.Breadcrumb_breadcrumb__Npkfq .Breadcrumb_container__4r85k{padding:1.5rem 1rem}}.Breadcrumb_breadcrumb__Npkfq .Breadcrumb_container__4r85k .Breadcrumb_breadcrumb_wrap__Iyk7F{align-items:center;background-color:initial;border-radius:0;display:flex;flex-wrap:wrap;margin:0;padding:0}.Breadcrumb_breadcrumb__Npkfq .Breadcrumb_container__4r85k .Breadcrumb_breadcrumb_wrap__Iyk7F .Breadcrumb_item__qt7i-{align-items:center;display:flex;font-size:15px;font-weight:400;gap:5px;letter-spacing:0;line-height:1.5;margin-right:5px;text-transform:capitalize}.Breadcrumb_breadcrumb__Npkfq .Breadcrumb_container__4r85k .Breadcrumb_breadcrumb_wrap__Iyk7F .Breadcrumb_item__qt7i- span{align-items:center;display:flex}.Breadcrumb_breadcrumb__Npkfq .Breadcrumb_container__4r85k .Breadcrumb_breadcrumb_wrap__Iyk7F .Breadcrumb_item__qt7i- span .Breadcrumb_navlink__\+67LL{color:#046bd2;text-decoration:none}@media (max-width:550px){.Breadcrumb_breadcrumb__Npkfq .Breadcrumb_container__4r85k .Breadcrumb_breadcrumb_wrap__Iyk7F .Breadcrumb_item__qt7i- span .Breadcrumb_navlink__\+67LL{font-size:14px}}.Breadcrumb_breadcrumb__Npkfq .Breadcrumb_container__4r85k .Breadcrumb_breadcrumb_wrap__Iyk7F .Breadcrumb_item__qt7i- .Breadcrumb_navlink__\+67LL{color:#046bd2;text-decoration:none}.Breadcrumb_breadcrumb__Npkfq .Breadcrumb_container__4r85k .Breadcrumb_breadcrumb_wrap__Iyk7F .Breadcrumb_item__qt7i- i{align-items:center;display:flex;font-size:16px;font-weight:400}.PageProducts_productwrapper__NZVmV{background-color:#f8f8f8;width:100%}@media (max-width:550px){.PageProducts_productwrapper__NZVmV{display:none}}@media (min-width:550px) and (max-width:768px){.PageProducts_productwrapper__NZVmV{display:none}}.PageProducts_productwrapper__NZVmV .PageProducts_container__rP08A{display:block;margin:4rem;padding:0 20px}@media (max-width:550px){.PageProducts_productwrapper__NZVmV .PageProducts_container__rP08A{margin:0;padding:0 10px}}@media (min-width:550px) and (max-width:768px){.PageProducts_productwrapper__NZVmV .PageProducts_container__rP08A{margin:0 1rem}}.PageProducts_productwrapper__NZVmV .PageProducts_container__rP08A .PageProducts_heading__9S0q\+{align-items:center;border-bottom:2px solid #ebebeb;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem 0}.PageProducts_productwrapper__NZVmV .PageProducts_container__rP08A .PageProducts_heading__9S0q\+ .PageProducts_left__Wuhdo h2{color:#666;font-weight:600}@media (max-width:550px){.PageProducts_productwrapper__NZVmV .PageProducts_container__rP08A .PageProducts_heading__9S0q\+ .PageProducts_left__Wuhdo h2{font-size:16px}}.PageProducts_productwrapper__NZVmV .PageProducts_container__rP08A .PageProducts_heading__9S0q\+ .PageProducts_right__sSq8f span{color:#046bd2;cursor:pointer}@media (max-width:550px){.PageProducts_productwrapper__NZVmV .PageProducts_container__rP08A .PageProducts_heading__9S0q\+ .PageProducts_right__sSq8f span{font-size:12px}}.PageProducts_productwrapper__NZVmV .PageProducts_container__rP08A .PageProducts_cardWrapper__2tJfx{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr 1fr 1fr;place-content:center;place-items:center}@media (max-width:550px){.PageProducts_productwrapper__NZVmV .PageProducts_container__rP08A .PageProducts_cardWrapper__2tJfx{gap:10px 20px;grid-template-columns:1fr 1fr}}@media (min-width:550px) and (max-width:768px){.PageProducts_productwrapper__NZVmV .PageProducts_container__rP08A .PageProducts_cardWrapper__2tJfx{grid-template-columns:1fr 1fr 1fr}}@media (min-width:768px) and (max-width:900px){.PageProducts_productwrapper__NZVmV .PageProducts_container__rP08A .PageProducts_cardWrapper__2tJfx{grid-template-columns:1fr 1fr 1fr 1fr}}@media (min-width:900px) and (max-width:1024px){.PageProducts_productwrapper__NZVmV .PageProducts_container__rP08A .PageProducts_cardWrapper__2tJfx{grid-template-columns:1fr 1fr 1fr}}.Style_page_wrapper__pwN8u{display:flex;flex-direction:column;min-height:100%;width:100%}.Style_page_wrapper__pwN8u .Style_main__LeQlS{display:flex;flex-direction:column;margin-top:80px}@media (max-width:550px){.Style_page_wrapper__pwN8u .Style_main__LeQlS{margin-top:120px}}@media (min-width:550px) and (max-width:768px){.Style_page_wrapper__pwN8u .Style_main__LeQlS{margin-top:120px}}@media (min-width:900px) and (max-width:1024px){.Style_page_wrapper__pwN8u .Style_main__LeQlS{margin-top:80px}}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_Main_Container__uJ-4S{background-color:#fff;display:flex;gap:5px;justify-content:center;min-height:100vh;overflow:hidden;padding:0 3rem}@media (max-width:550px){.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_Main_Container__uJ-4S{padding:.5rem}}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_Main_Container__uJ-4S .Style_Left_Section__AwduE{flex:2 1}@media (max-width:550px){.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_Main_Container__uJ-4S .Style_Left_Section__AwduE{flex:1 1}}@media (min-width:550px) and (max-width:768px){.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_Main_Container__uJ-4S .Style_Left_Section__AwduE{flex:1 1}}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_Main_Container__uJ-4S .Style_Right_Section__H7mw2{flex:6 1}@media (max-width:550px){.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_Main_Container__uJ-4S .Style_Right_Section__H7mw2{display:none}}@media (min-width:550px) and (max-width:768px){.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_Main_Container__uJ-4S .Style_Right_Section__H7mw2{display:none}}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_popup__ruoH6{background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_popup__ruoH6 .Style_content__Bja4p{background:#fff;border-radius:10px;box-shadow:2px 4px 10px 1px #c9c9c95c;left:50%;padding:20px;position:absolute;top:55%;transform:translate(-50%,-50%)}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_popup__ruoH6 .Style_content__Bja4p .Style_Title__FGzYw{margin:10px 0}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_popup__ruoH6 .Style_content__Bja4p .Style_Title__FGzYw h3{font-size:16px;font-weight:600}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_popup__ruoH6 .Style_content__Bja4p .Style_ratingstars__HVexZ{align-items:center;display:flex;font-size:26px;justify-content:center;margin:15px 0;width:100%}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_popup__ruoH6 .Style_content__Bja4p .Style_textBox__zbQWj{align-items:center;display:flex;justify-content:center;margin:10px 0;overflow:hidden;width:100%}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_popup__ruoH6 .Style_content__Bja4p .Style_textBox__zbQWj textarea{background-color:#f8f8f8;border:none;border-left:4px solid #046bd2;border-radius:8px;font-size:14px;outline:none;padding:10px 5px;width:90%}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_popup__ruoH6 .Style_content__Bja4p .Style_btnBox__nnYGy{align-items:center;display:flex;gap:10px;justify-content:center;margin:10px 0}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_popup__ruoH6 .Style_content__Bja4p .Style_btnBox__nnYGy button{background-color:#fff;border:1px solid #046bd2;border-radius:5px;color:#046bd2;cursor:pointer;font-size:14px;font-weight:600;outline:none;padding:10px 15px}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_popup__ruoH6 .Style_content__Bja4p .Style_btnBox__nnYGy button:hover{background-color:#046bd2;border:none;color:#fff}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_ad_container__BxI5T{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;margin-bottom:1rem;min-height:240px;place-items:center}@media (max-width:550px){.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_ad_container__BxI5T{gap:10px 5px;grid-template-columns:1fr 1fr;padding:5px}}@media (min-width:900px) and (max-width:1024px){.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_ad_container__BxI5T{gap:20px;grid-template-columns:1fr 1fr 1fr 1fr}}@media (min-width:550px) and (max-width:768px){.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_ad_container__BxI5T{gap:20px 20px;grid-template-columns:1fr 1fr 1fr;padding:20px}}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_ad_container__BxI5T,.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc{padding:20px}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc{border-top:1px solid #d3d3d3;display:flex;gap:10px;margin:10px 20px;min-height:510px;padding:30px 20px}@media (max-width:550px){.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc{flex-direction:column;margin:0;padding:1rem}}@media (min-width:550px) and (max-width:768px){.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc{flex-direction:column}}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_left__5BJ7Q{align-items:center;border-radius:5px;display:flex;flex:2 1;flex-direction:column;height:100%;padding:20px}@media (max-width:550px){.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_left__5BJ7Q{flex:1 1}}@media (min-width:550px) and (max-width:768px){.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_left__5BJ7Q{flex:1 1}}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_left__5BJ7Q .Style_top__aXjEq{align-items:center;display:flex;height:50%;justify-content:center;width:100%}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_left__5BJ7Q .Style_top__aXjEq .Style_Rating_wrap__HlaUg{align-items:center;display:flex;gap:20px;margin:10px}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_left__5BJ7Q .Style_top__aXjEq .Style_Rating_wrap__HlaUg .Style_rating__6mxUt h1{font-size:38px;font-weight:900}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_left__5BJ7Q .Style_top__aXjEq .Style_Rating_wrap__HlaUg .Style_Icon_wrap__xWy3Z{display:flex;flex-direction:column}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_left__5BJ7Q .Style_top__aXjEq .Style_Rating_wrap__HlaUg .Style_Icon_wrap__xWy3Z .Style_ratingIcon__cZyjO{color:#daa520;font-size:18px}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_left__5BJ7Q .Style_top__aXjEq .Style_Rating_wrap__HlaUg .Style_Icon_wrap__xWy3Z p{color:#373737;font-size:12px}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_left__5BJ7Q .Style_bottom__qd08-{align-items:center;border-top:1px solid #f8f8f8;display:flex;flex-direction:column;height:50%;width:100%}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_left__5BJ7Q .Style_bottom__qd08- .Style_title__04RDJ{align-items:center;display:flex;justify-content:center;margin:10px 0;text-align:start;width:100%}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_left__5BJ7Q .Style_bottom__qd08- .Style_title__04RDJ h4{margin:0 10px}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_left__5BJ7Q .Style_bottom__qd08- .Style_Btn_wrap__FtguR{align-items:center;display:flex;height:100%;justify-content:center;margin:10px 0;width:100%}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_left__5BJ7Q .Style_bottom__qd08- .Style_Btn_wrap__FtguR .Style_WriteBtn__Mr-qZ{background-color:#373737;border:none;border-radius:3px;color:#ebebeb;cursor:pointer;outline:none;padding:10px 20px}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO{border:3px solid #f8f8f8;border-radius:5px;flex:6 1;overflow:hidden}@media (max-width:550px){.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO{flex:1 1}}@media (min-width:550px) and (max-width:768px){.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO{flex:1 1}}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO .Style_top__aXjEq{background-color:#f8f8f8;padding:10px;text-align:start}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO .Style_top__aXjEq h3{font-size:18px;font-weight:600}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO .Style_bottom__qd08-{display:flex;flex-direction:column;height:100%;overflow:scroll;width:100%}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO .Style_bottom__qd08-::-webkit-scrollbar{display:none}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO .Style_bottom__qd08- .Style_none_wrap__RsVYZ{color:#046bd2;display:flex;padding:10px 0 50px;place-content:center;width:100%}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO .Style_bottom__qd08- .Style_reviews_wrap__uusIu{align-items:center;border-bottom:1px solid #f8f8f8;display:flex;gap:10px;width:100%}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO .Style_bottom__qd08- .Style_reviews_wrap__uusIu .Style_Image_wrap__-r3eh{align-items:center;display:flex;height:60px;margin:10px;place-content:center;width:10%}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO .Style_bottom__qd08- .Style_reviews_wrap__uusIu .Style_Image_wrap__-r3eh img{border-radius:50%;height:100%;object-fit:cover;width:60px}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO .Style_bottom__qd08- .Style_reviews_wrap__uusIu .Style_Det_wrap__hPIva{display:flex;flex-direction:column;margin:10px;width:90%}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO .Style_bottom__qd08- .Style_reviews_wrap__uusIu .Style_Det_wrap__hPIva .Style_Id__Vv3t3{align-items:center;display:flex;justify-content:space-between}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO .Style_bottom__qd08- .Style_reviews_wrap__uusIu .Style_Det_wrap__hPIva .Style_Id__Vv3t3,.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO .Style_bottom__qd08- .Style_reviews_wrap__uusIu .Style_Det_wrap__hPIva .Style_Message__9iAEM{margin:5px 0}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO .Style_bottom__qd08- .Style_reviews_wrap__uusIu .Style_Det_wrap__hPIva .Style_Id__Vv3t3 label,.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO .Style_bottom__qd08- .Style_reviews_wrap__uusIu .Style_Det_wrap__hPIva .Style_Message__9iAEM label{font-size:14px;font-weight:600}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO .Style_bottom__qd08- .Style_reviews_wrap__uusIu .Style_Det_wrap__hPIva .Style_Id__Vv3t3 p,.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO .Style_bottom__qd08- .Style_reviews_wrap__uusIu .Style_Det_wrap__hPIva .Style_Message__9iAEM p{font-size:12px;font-weight:500}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO .Style_bottom__qd08- .Style_reviews_wrap__uusIu .Style_Det_wrap__hPIva .Style_Id__Vv3t3 span,.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO .Style_bottom__qd08- .Style_reviews_wrap__uusIu .Style_Det_wrap__hPIva .Style_Message__9iAEM span{color:#046bd2;cursor:pointer}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO .Style_bottom__qd08- .Style_reviews_wrap__uusIu .Style_Det_wrap__hPIva .Style_Id__Vv3t3 .Style_Reply__tibez,.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO .Style_bottom__qd08- .Style_reviews_wrap__uusIu .Style_Det_wrap__hPIva .Style_Message__9iAEM .Style_Reply__tibez{border-top:2px solid #d3d3d3;display:flex;flex-direction:column;margin-top:5px;padding:5px}.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO .Style_bottom__qd08- .Style_reviews_wrap__uusIu .Style_Det_wrap__hPIva .Style_Id__Vv3t3 .Style_Reply__tibez span,.Style_page_wrapper__pwN8u .Style_main__LeQlS .Style_review_container__oH4Sc .Style_right__UnVyO .Style_bottom__qd08- .Style_reviews_wrap__uusIu .Style_Det_wrap__hPIva .Style_Message__9iAEM .Style_Reply__tibez span{margin:0 5px}.Style_Left_Container__FwFDy{background-color:#fff;border-radius:5px;padding:2.5rem}@media (max-width:550px){.Style_Left_Container__FwFDy{padding:0}}@media (min-width:550px) and (max-width:768px){.Style_Left_Container__FwFDy{padding:1rem}}@media (min-width:900px) and (max-width:1024px){.Style_Left_Container__FwFDy{padding:1rem}}.Style_Left_Container__FwFDy .Style_navigation__wHc4d{color:#111;text-decoration:none}.Style_Left_Container__FwFDy .Style_navigation__wHc4d:hover{color:#fff}.Style_Left_Container__FwFDy .Style_profile_section__whIBv{align-items:center;border-bottom:2px solid #f8f8f8;display:flex;flex-direction:column;justify-content:center}.Style_Left_Container__FwFDy .Style_profile_section__whIBv img{border-radius:50%;height:100px;margin:10px;object-fit:cover;width:100px}.Style_Left_Container__FwFDy .Style_profile_section__whIBv .Style_items__r2kZk{display:none}@media (max-width:550px){.Style_Left_Container__FwFDy .Style_profile_section__whIBv .Style_items__r2kZk{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}}@media (min-width:550px) and (max-width:768px){.Style_Left_Container__FwFDy .Style_profile_section__whIBv .Style_items__r2kZk{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}}.Style_Left_Container__FwFDy .Style_profile_section__whIBv .Style_items__r2kZk h3{color:#555;padding:5px}.Style_Left_Container__FwFDy .Style_profile_section__whIBv .Style_items__r2kZk h4{color:#555;font-size:14px;padding:5px}.Style_Left_Container__FwFDy .Style_info_section__yKLY2{border-bottom:2px solid #f8f8f8;padding:1rem 0;text-align:center;width:100%}.Style_Left_Container__FwFDy .Style_info_section__yKLY2 h3{color:#046bd2;font-size:16px;padding:10px 0}.Style_Left_Container__FwFDy .Style_info_section__yKLY2 ul{list-style:none;text-align:start;text-decoration:none}.Style_Left_Container__FwFDy .Style_info_section__yKLY2 ul .Style_edit_profile__-6M3j{display:none}@media (max-width:550px){.Style_Left_Container__FwFDy .Style_info_section__yKLY2 ul .Style_edit_profile__-6M3j{display:contents}}.Style_Left_Container__FwFDy .Style_info_section__yKLY2 ul .Style_active__kvffE{background-color:#046bd2;border-radius:5px;color:#fff}.Style_Left_Container__FwFDy .Style_info_section__yKLY2 ul li{cursor:pointer;list-style:none;margin-bottom:.2rem;padding:10px;text-decoration:none}.Style_Left_Container__FwFDy .Style_info_section__yKLY2 ul li:hover{background-color:#046bd2;border-radius:5px;color:#fff}.Style_Left_Container__FwFDy .Style_log_section__iL0Pn{padding:1rem 0;text-align:center}.Style_Left_Container__FwFDy .Style_log_section__iL0Pn ul{list-style:none;text-align:start;text-decoration:none}.Style_Left_Container__FwFDy .Style_log_section__iL0Pn ul li{cursor:pointer;list-style:none;padding:10px;text-decoration:none}.Style_Left_Container__FwFDy .Style_log_section__iL0Pn ul li:hover{background-color:#046bd2;border-radius:5px;color:#fff}.Style_Right_Container__jXLxK{background-color:#fff;border-left:2px solid #f8f8f8;border-radius:5px;padding:3rem;position:relative}@media (max-width:550px){.Style_Right_Container__jXLxK{display:none}}.Style_Right_Container__jXLxK .Style_header__LqkkN{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem 0}.Style_Right_Container__jXLxK .Style_header__LqkkN .Style_headerDiv__3oC8M h2{font-size:1.8rem;font-weight:500;line-height:1.1}.Style_Right_Container__jXLxK .Style_header__LqkkN .Style_headerBtnDiv__GYdJ\+{align-items:center;display:flex;justify-content:flex-end;width:auto}.Style_Right_Container__jXLxK .Style_header__LqkkN .Style_headerBtnDiv__GYdJ\+ button{align-items:center;background:none;border:none;color:#046bd2;cursor:pointer;display:flex;font-size:medium;gap:5px;justify-content:center;text-align:center}@media (min-width:550px) and (max-width:768px){.Style_Right_Container__jXLxK .Style_header__LqkkN .Style_headerBtnDiv__GYdJ\+ button{right:20px}}.Style_Right_Container__jXLxK .Style_header__LqkkN .Style_headerBtnDiv__GYdJ\+ button .Style_icon__phGG5{align-items:center;display:flex;justify-content:center}.Style_Right_Container__jXLxK .Style_details__sFKBY{display:flex;flex-direction:column;place-content:center}.Style_Right_Container__jXLxK .Style_details__sFKBY .Style_itemTitle__Qa0QI{color:#555;margin:10px 5px}.Style_Right_Container__jXLxK .Style_details__sFKBY .Style_detailItem__Da6gC{display:flex;font-size:14px;margin:.8rem .5rem}.Style_Right_Container__jXLxK .Style_details__sFKBY .Style_detailItem__Da6gC .Style_itemKey__71wQW{color:gray;font-weight:700;margin-right:10px}.Style_Right_Container__jXLxK .Style_details__sFKBY .Style_detailItem__Da6gC .Style_itemValue__zzYyJ{align-items:center;display:flex;font-weight:300;gap:1rem}.Style_Right_Container__jXLxK .Style_details__sFKBY .Style_detailItem__Da6gC .Style_itemValue__zzYyJ .Style_verifyIcon__PKw\+c{color:#03c03c;font-size:14px;text-align:center}.Style_top__j9jv0{display:flex;gap:20px;padding:10px 20px}@media (max-width:550px){.Style_top__j9jv0{padding:10px}}.Style_top__j9jv0 .Style_left__tpK91{background-color:#ebebeb;border-radius:5px;flex:6 1;padding:20px 40px}@media (max-width:550px){.Style_top__j9jv0 .Style_left__tpK91{padding:10px}}.Style_top__j9jv0 .Style_left__tpK91 .Style_title__h1qgx{color:#666;font-size:16px;margin:10px 0}.Style_top__j9jv0 .Style_left__tpK91 .Style_item__P7MwB{display:flex;gap:60px}@media (max-width:550px){.Style_top__j9jv0 .Style_left__tpK91 .Style_item__P7MwB{align-items:center;flex-direction:column;justify-content:center}}.Style_top__j9jv0 .Style_left__tpK91 .Style_item__P7MwB .Style_itemImg__KnjwS{border-radius:50%;height:100px;margin-top:20px;object-fit:cover;width:100px}@media (max-width:550px){.Style_top__j9jv0 .Style_left__tpK91 .Style_item__P7MwB .Style_details__sFKBY{display:flex;flex-direction:column;justify-content:flex-start;width:100%}}.Style_top__j9jv0 .Style_left__tpK91 .Style_item__P7MwB .Style_details__sFKBY .Style_itemTitle__Qa0QI{color:#555;margin-bottom:.5rem}@media (max-width:550px){.Style_top__j9jv0 .Style_left__tpK91 .Style_item__P7MwB .Style_details__sFKBY .Style_itemTitle__Qa0QI{align-items:center;display:flex;font-size:1.4rem;justify-content:center;margin-bottom:1rem}}.Style_top__j9jv0 .Style_left__tpK91 .Style_item__P7MwB .Style_details__sFKBY .Style_detailItem__Da6gC{font-size:14px;margin-bottom:10px}.Style_top__j9jv0 .Style_left__tpK91 .Style_item__P7MwB .Style_details__sFKBY .Style_detailItem__Da6gC .Style_itemKey__71wQW{color:gray;font-weight:700;margin-right:5px}@media (max-width:550px){.Style_top__j9jv0 .Style_left__tpK91 .Style_item__P7MwB .Style_details__sFKBY .Style_detailItem__Da6gC .Style_itemKey__71wQW{font-size:12px}}.Style_top__j9jv0 .Style_left__tpK91 .Style_item__P7MwB .Style_details__sFKBY .Style_detailItem__Da6gC .Style_itemValue__zzYyJ{font-weight:300}@media (max-width:550px){.Style_top__j9jv0 .Style_left__tpK91 .Style_item__P7MwB .Style_details__sFKBY .Style_detailItem__Da6gC .Style_itemValue__zzYyJ{font-size:12px}}.WishlistPage_page_wrapper__hYO6e{display:flex;flex-direction:column;min-height:100%;width:100%}.WishlistPage_page_wrapper__hYO6e .WishlistPage_main__Dc3Wd{display:flex;flex-direction:column;margin-top:80px;width:100%}@media (max-width:550px){.WishlistPage_page_wrapper__hYO6e .WishlistPage_main__Dc3Wd{margin-top:120px}}@media (min-width:550px) and (max-width:768px){.WishlistPage_page_wrapper__hYO6e .WishlistPage_main__Dc3Wd{margin-top:120px}}@media (min-width:900px) and (max-width:1024px){.WishlistPage_page_wrapper__hYO6e .WishlistPage_main__Dc3Wd{margin-top:80px}}.WishlistPage_page_wrapper__hYO6e .WishlistPage_main__Dc3Wd .WishlistPage_productwrapper__sUt7I{background-color:#f8f8f8;min-height:35rem;padding:1.5rem 0}.WishlistPage_page_wrapper__hYO6e .WishlistPage_main__Dc3Wd .WishlistPage_productwrapper__sUt7I .WishlistPage_container__yLlYs{display:block;margin:0 4rem;padding:0 20px}@media (max-width:550px){.WishlistPage_page_wrapper__hYO6e .WishlistPage_main__Dc3Wd .WishlistPage_productwrapper__sUt7I .WishlistPage_container__yLlYs{margin:0;padding:0 10px}}@media (min-width:550px) and (max-width:768px){.WishlistPage_page_wrapper__hYO6e .WishlistPage_main__Dc3Wd .WishlistPage_productwrapper__sUt7I .WishlistPage_container__yLlYs{margin:0 1rem}}.WishlistPage_page_wrapper__hYO6e .WishlistPage_main__Dc3Wd .WishlistPage_productwrapper__sUt7I .WishlistPage_container__yLlYs .WishlistPage_heading__L1a3\+{align-items:center;border-bottom:2px solid #ebebeb;display:flex;justify-content:space-between;margin-bottom:2rem;padding:.5rem 0}.WishlistPage_page_wrapper__hYO6e .WishlistPage_main__Dc3Wd .WishlistPage_productwrapper__sUt7I .WishlistPage_container__yLlYs .WishlistPage_cardWrapper__\+4RP5{display:flex;place-content:center;place-items:center}.WishlistCard_container__h6ja6{display:block;width:100%}@media (max-width:550px){.WishlistCard_container__h6ja6{margin:0}}@media (min-width:550px) and (max-width:768px){.WishlistCard_container__h6ja6{margin:0 1rem}}@media (min-width:900px) and (max-width:1024px){.WishlistCard_container__h6ja6{margin:0 2rem}}.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd{color:#777;margin-bottom:3rem;width:100%}.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd thead{border-bottom:.1rem solid #ebebeb;border-top:none}.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd thead th{text-align:start}@media (max-width:550px){.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd thead{display:none}}.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd td,.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd th{border-bottom:.1rem solid #ebebeb;border-top:none;padding:1.5rem 0}.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd td{padding-bottom:1rem;padding-top:1rem;vertical-align:middle}@media (max-width:550px){.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd td{border-bottom:none}}.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd tbody,.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd tbody tr{width:100%}@media (max-width:550px){.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd tbody tr{align-items:center;border-bottom:.1rem solid #ebebeb;display:flex;flex-direction:column;justify-content:center;position:relative}}.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd tbody tr .WishlistCard_prod_col__uP16S{width:60%}@media (max-width:550px){.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd tbody tr .WishlistCard_prod_col__uP16S{width:100%}}.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd tbody tr .WishlistCard_prod_col__uP16S .WishlistCard_product__-GNdT{align-items:center;box-shadow:none;display:flex;flex-direction:row;margin:0;padding-right:2rem}@media (max-width:550px){.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd tbody tr .WishlistCard_prod_col__uP16S .WishlistCard_product__-GNdT{padding-right:0}}.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd tbody tr .WishlistCard_prod_col__uP16S .WishlistCard_product__-GNdT .WishlistCard_product_media__GkKjm{display:flex;flex:1 1;margin:0 1rem 0 0}.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd tbody tr .WishlistCard_prod_col__uP16S .WishlistCard_product__-GNdT .WishlistCard_product_media__GkKjm img{height:100px;object-fit:cover;width:100px}@media (max-width:550px){.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd tbody tr .WishlistCard_prod_col__uP16S .WishlistCard_product__-GNdT .WishlistCard_product_media__GkKjm img{height:80px;width:80px}}.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd tbody tr .WishlistCard_prod_col__uP16S .WishlistCard_product__-GNdT .WishlistCard_product_title__tO4vq{display:flex;flex:2 1}.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd tbody tr .WishlistCard_prod_col__uP16S .WishlistCard_product__-GNdT .WishlistCard_product_title__tO4vq h3{color:#333;font-size:1.4rem;font-weight:400;line-height:1.25;margin:0}@media (max-width:550px){.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd tbody tr .WishlistCard_prod_col__uP16S .WishlistCard_product__-GNdT .WishlistCard_product_title__tO4vq h3{font-size:1rem}}.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd tbody tr .WishlistCard_price_col__Filup{color:#333;font-size:1.2rem;font-weight:400;width:20%}.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd tbody tr .WishlistCard_remove_col__WfKbk{padding-left:0;padding-right:0;text-align:center;width:20%}@media (max-width:550px){.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd tbody tr .WishlistCard_remove_col__WfKbk{padding:.5rem!important;position:absolute;right:.5rem;top:0;width:auto!important}}.WishlistCard_container__h6ja6 .WishlistCard_wishlist_table__agRNd tbody tr .WishlistCard_remove_col__WfKbk button{background-color:initial;border:none;color:#046bd2;cursor:pointer;font-size:1.4rem;font-weight:400;outline:none}.ChatPage_page_wrapper__ICtyl{display:flex;flex-direction:column;min-height:100%;width:100%}.ChatPage_page_wrapper__ICtyl .ChatPage_main__TQwId{display:flex;flex-direction:column;margin-top:80px}@media (max-width:550px){.ChatPage_page_wrapper__ICtyl .ChatPage_main__TQwId{margin-top:120px}}@media (min-width:550px) and (max-width:768px){.ChatPage_page_wrapper__ICtyl .ChatPage_main__TQwId{margin-top:120px}}@media (min-width:900px) and (max-width:1024px){.ChatPage_page_wrapper__ICtyl .ChatPage_main__TQwId{margin-top:80px}}.ChatPage_page_wrapper__ICtyl .ChatPage_main__TQwId .ChatPage_productwrapper__jdQcA{background-color:#f8f8f8;min-height:35rem;padding:1.5rem 0}.ChatPage_page_wrapper__ICtyl .ChatPage_main__TQwId .ChatPage_productwrapper__jdQcA .ChatPage_container__qwgQL{display:block;margin:0 4rem;padding:0 20px}@media (max-width:550px){.ChatPage_page_wrapper__ICtyl .ChatPage_main__TQwId .ChatPage_productwrapper__jdQcA .ChatPage_container__qwgQL{margin:0;padding:0 10px}}@media (min-width:550px) and (max-width:768px){.ChatPage_page_wrapper__ICtyl .ChatPage_main__TQwId .ChatPage_productwrapper__jdQcA .ChatPage_container__qwgQL{margin:0 1rem}}.ChatPage_page_wrapper__ICtyl .ChatPage_main__TQwId .ChatPage_productwrapper__jdQcA .ChatPage_container__qwgQL .ChatPage_heading__i3P8G{align-items:center;border-bottom:2px solid #ebebeb;display:flex;justify-content:space-between;margin-bottom:2rem;padding:.5rem 0}.ChatPage_page_wrapper__ICtyl .ChatPage_main__TQwId .ChatPage_productwrapper__jdQcA .ChatPage_container__qwgQL .ChatPage_cardWrapper__9tvpU{display:flex;flex-direction:column;gap:10px;place-content:center;place-items:center}.Style_main_container__mcMTL{display:flex;justify-content:center;overflow:hidden;width:100%}.Style_main_container__mcMTL .Style_container__Q4gH\+{align-items:center;border-radius:5px;display:flex;flex-direction:column;height:32rem;justify-content:center;overflow-y:hidden;width:100%}@media (max-width:550px){.Style_main_container__mcMTL .Style_container__Q4gH\+{height:30rem;width:100%}}@media (min-width:550px) and (max-width:768px){.Style_main_container__mcMTL .Style_container__Q4gH\+{width:100%}}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX{border-radius:5px;display:flex;flex-direction:row;height:100%;justify-content:center;width:100%}@media (max-width:550px){.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX{display:none}}@media (min-width:550px) and (max-width:768px){.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX{padding:10px 0;width:100%}}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Left_container__3x6au{background-color:#fff;border-radius:5px;border-right:2px solid #f8f8f8;box-shadow:2px 4px 10px 1px #c9c9c9ab;max-width:360px;overflow-x:hidden;overflow-y:auto;padding:5px;width:30%}@media (min-width:550px) and (max-width:768px){.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Left_container__3x6au{min-width:30%}}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Left_container__3x6au .Style_title_wrapper__SK97p{align-items:center;background-color:#046bd2;border-radius:5px;color:#fff;display:flex;justify-content:center;padding:10px 0;width:100%}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Left_container__3x6au .Style_title_wrapper__SK97p h3{padding:10px 20px}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Left_container__3x6au .Style_clients__NC\+6a{border-bottom:2px solid #f8f8f8;cursor:pointer;width:100%}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Left_container__3x6au .Style_clients__NC\+6a .Style_conversation__N9POU{align-items:center;display:flex;gap:10px;padding:5px 0}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Left_container__3x6au .Style_clients__NC\+6a .Style_conversation__N9POU:hover{background-color:#f8f8f8}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Left_container__3x6au .Style_clients__NC\+6a .Style_conversation__N9POU .Style_left__Nbf-3{height:45px;padding:5px;width:45px}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Left_container__3x6au .Style_clients__NC\+6a .Style_conversation__N9POU .Style_left__Nbf-3 img{border-radius:50%;height:100%;object-fit:cover;width:100%}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Left_container__3x6au .Style_clients__NC\+6a .Style_conversation__N9POU .Style_right__o0xzB{display:flex;flex-direction:column;gap:5px}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Left_container__3x6au .Style_clients__NC\+6a .Style_conversation__N9POU .Style_right__o0xzB h4{font-weight:400;padding:0 10px}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Left_container__3x6au .Style_clients__NC\+6a .Style_conversation__N9POU .Style_right__o0xzB h6{font-size:12px;padding:0 10px;text-align:start}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL{background-color:#fff;border-radius:5px;box-shadow:2px 4px 10px 1px #c9c9c9ab;display:flex;flex-direction:row;height:100%;max-width:825px;width:70%}@media (min-width:550px) and (max-width:768px){.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL{width:70%}}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh{overflow:hidden;position:relative;width:100%}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_empty__VQPek{align-items:center;display:flex;height:100%;justify-content:center}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_empty__VQPek img{height:400px;object-fit:contain;width:400px}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_header__0jpFX{align-items:center;background-color:#fff;border:2px solid #f8f8f8;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;height:60px;justify-content:space-between;padding:0 20px}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_header__0jpFX div{align-items:center;display:flex;gap:20px;justify-content:center}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_header__0jpFX div img{border-radius:50%;height:50px;object-fit:cover;width:50px}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_header__0jpFX div h4{font-size:14px}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m{background-color:#ebebeb;height:calc(100% - 120px);max-height:calc(100% - 130px);overflow:auto;width:100%}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_right__o0xzB{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;padding:10px}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_right__o0xzB .Style_rightofferMsg__Lkc-U{align-items:center;background:linear-gradient(142deg,#0374d0 10%,#00efbd);color:#ebebeb;display:flex;height:80px;justify-content:center;min-width:120px;text-align:center}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_right__o0xzB .Style_rightofferMsg__Lkc-U p{font-size:24px;font-weight:900}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_right__o0xzB .Style_top__1IWu-{align-items:flex-end;background-color:#f8f8f8;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-end}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_right__o0xzB .Style_top__1IWu- p{display:flex;flex-direction:column;flex-wrap:wrap;font-size:14px}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_right__o0xzB .Style_rightofferMsg__Lkc-U,.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_right__o0xzB .Style_top__1IWu-{border-radius:10px 10px 0 10px;box-shadow:0 0 20px 5px #0000000d;max-width:80%;padding:10px}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_right__o0xzB .Style_bottom__BL8wc{font-size:10px;padding:3px}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_left__Nbf-3{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;padding:10px}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_left__Nbf-3 .Style_leftofferMsg__2KFru{align-items:center;background:linear-gradient(142deg,#0374d0 10%,#00efbd);color:#ebebeb;display:flex;height:80px;justify-content:center;min-width:120px;text-align:center}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_left__Nbf-3 .Style_leftofferMsg__2KFru p{font-size:24px;font-weight:900}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_left__Nbf-3 .Style_top__1IWu-{background-color:#f8f8f8;display:flex;flex-direction:column;flex-wrap:wrap}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_left__Nbf-3 .Style_top__1IWu- p{display:flex;flex-direction:column;flex-wrap:wrap;font-size:14px}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_left__Nbf-3 .Style_leftofferMsg__2KFru,.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_left__Nbf-3 .Style_top__1IWu-{border-radius:10px 10px 10px 0;box-shadow:0 0 20px 5px #0000000d;max-width:80%;padding:10px}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_left__Nbf-3 .Style_bottom__BL8wc{font-size:10px;padding:3px}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_offerbox__\+Ao3D{align-items:center;background-color:#fff;bottom:55px;display:flex;justify-content:space-between;position:absolute;width:100%}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_offerbox__\+Ao3D .Style_left__Nbf-3{align-items:center;display:flex;gap:10px;padding:0 10px;width:100%}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_offerbox__\+Ao3D .Style_left__Nbf-3 input{background:#0000;border:none;border-bottom:2px solid #d3d3d3;font-size:14px;height:2rem;outline:none;padding:5px 0;width:70%}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_offerbox__\+Ao3D .Style_left__Nbf-3 input:focus{outline:none}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_offerbox__\+Ao3D .Style_left__Nbf-3 input:-webkit-autofill{-webkit-text-fill-color:inherit!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_offerbox__\+Ao3D .Style_left__Nbf-3 button{align-items:center;background:linear-gradient(142deg,#0374d0 10%,#00efbd);border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:50px;justify-content:center;margin:8px 0;outline:none;width:50px}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_offerbox__\+Ao3D .Style_left__Nbf-3 .Style_buttonInactive__eCrUS{align-items:center;background-color:#373737;border:none;border-radius:10%;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:50px;justify-content:center;margin:8px 0;outline:none;width:50px}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_offerbox__\+Ao3D .Style_right__o0xzB{align-items:center;display:flex;justify-content:flex-end;width:100%}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_offerbox__\+Ao3D .Style_right__o0xzB span{cursor:pointer;font-size:18px;padding:20px}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_typebox__IojTM{align-items:center;background:#f8f8f8;border:1px solid #ddd;border-radius:10px;display:flex;gap:5px;min-height:50px;padding:8px;width:100%}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_typebox__IojTM textarea{background:#fff;border:1px solid #ccc;border-radius:5px;font-size:14px;height:100%;outline:none;padding:8px 12px;resize:none;transition:border .3s ease-in-out;white-space:pre-wrap;width:60%}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_typebox__IojTM textarea:focus{outline:none}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_typebox__IojTM textarea:-webkit-autofill{-webkit-text-fill-color:inherit!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important}@media (max-width:480px){.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_typebox__IojTM textarea{font-size:13px;padding:6px 10px}}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_typebox__IojTM .Style_offerbtn__1w9Us{align-items:center;background:linear-gradient(142deg,#0374d0 10%,#00efbd);border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:12 px;height:50px;justify-content:center;margin:5px;outline:none;width:100px}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_typebox__IojTM .Style_offerbtn__1w9Us span{font-size:14px;text-align:center}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_typebox__IojTM button{align-items:center;background-color:#046bd2;border:none;border-radius:10%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:50px;justify-content:center;margin:8px 0;outline:none;width:60px}.Style_main_container__mcMTL .Style_container__Q4gH\+ .Style_chat_container__xcsCX .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_typebox__IojTM .Style_buttonInactive__eCrUS{align-items:center;background-color:#373737;border:none;border-radius:10%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:50px;justify-content:center;margin:8px 0;outline:none;width:60px}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV{display:none}@media (max-width:550px){.Style_main_container__mcMTL .Style_mobileScreen__G0OvV{align-items:center;background-color:#fff;border-radius:5px;display:flex;flex-direction:column;height:580px;overflow:hidden;width:100%}}@media (min-width:550px) and (max-width:768px){.Style_main_container__mcMTL .Style_mobileScreen__G0OvV{display:none}}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Left_container__3x6au{background-color:#fff;border-radius:5px;box-shadow:2px 4px 10px 1px #c9c9c9ab;display:flex;flex-direction:column;height:100%;overflow:hidden;padding:5px;width:100%}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Left_container__3x6au .Style_title_wrapper__SK97p{align-items:center;background-color:#046bd2;border-radius:5px;color:#fff;display:flex;justify-content:center;padding:10px 0;width:100%}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Left_container__3x6au .Style_title_wrapper__SK97p h3{padding:10px 20px}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Left_container__3x6au .Style_clients__NC\+6a{border-bottom:2px solid #f8f8f8;border-radius:5px;cursor:pointer;width:100%}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Left_container__3x6au .Style_clients__NC\+6a .Style_selected__hfFYW{background-color:#f0f0f0;border-left:4px solid #007bff;padding-left:10px}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Left_container__3x6au .Style_clients__NC\+6a .Style_conversation__N9POU{align-items:center;display:flex;gap:10px;padding:5px 0}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Left_container__3x6au .Style_clients__NC\+6a .Style_conversation__N9POU:hover{background-color:#f8f8f8}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Left_container__3x6au .Style_clients__NC\+6a .Style_conversation__N9POU .Style_left__Nbf-3{height:45px;padding:5px;width:45px}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Left_container__3x6au .Style_clients__NC\+6a .Style_conversation__N9POU .Style_left__Nbf-3 img{border-radius:50%;height:100%;object-fit:cover;width:100%}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Left_container__3x6au .Style_clients__NC\+6a .Style_conversation__N9POU .Style_right__o0xzB{display:flex;flex-direction:column;gap:5px}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Left_container__3x6au .Style_clients__NC\+6a .Style_conversation__N9POU .Style_right__o0xzB h4{font-weight:400;padding:0 10px}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Left_container__3x6au .Style_clients__NC\+6a .Style_conversation__N9POU .Style_right__o0xzB h6{font-size:12px;padding:0 10px;text-align:start}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL{background-color:#fff;border-radius:5px;box-shadow:2px 4px 10px 1px #c9c9c9ab;height:100%;padding:5px 0;width:100%}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh{height:100%;width:100%}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_header__0jpFX{align-items:center;background-color:#fff;border:2px solid #f8f8f8;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;height:60px;justify-content:space-between;padding:0 20px}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_header__0jpFX div{align-items:center;display:flex;gap:20px;justify-content:center}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_header__0jpFX div img{border-radius:50%;height:50px;object-fit:cover;width:50px}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_header__0jpFX div h4{font-size:14px}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m{background-color:#d3d3d3;height:calc(100% - 120px);max-height:calc(100% - 130px);overflow:auto;width:100%}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_right__o0xzB{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;padding:10px}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_right__o0xzB .Style_rightofferMsg__Lkc-U{align-items:center;background:linear-gradient(142deg,#0374d0 10%,#00efbd);color:#ebebeb;display:flex;height:60px;justify-content:center;min-width:100px;text-align:center}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_right__o0xzB .Style_rightofferMsg__Lkc-U p{font-size:20px;font-weight:700}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_right__o0xzB .Style_top__1IWu-{align-items:flex-end;background-color:#ebebeb;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-end}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_right__o0xzB .Style_top__1IWu- p{display:flex;flex-direction:column;flex-wrap:wrap;font-size:14px}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_right__o0xzB .Style_rightofferMsg__Lkc-U,.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_right__o0xzB .Style_top__1IWu-{border-radius:10px 10px 0 10px;box-shadow:0 0 20px 5px #0000000d;max-width:80%;padding:10px}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_right__o0xzB .Style_bottom__BL8wc{font-size:10px;padding:3px}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_left__Nbf-3{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;padding:10px}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_left__Nbf-3 .Style_leftofferMsg__2KFru{align-items:center;background:linear-gradient(142deg,#0374d0 10%,#00efbd);color:#ebebeb;display:flex;height:60px;justify-content:center;min-width:100px;text-align:center}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_left__Nbf-3 .Style_leftofferMsg__2KFru p{font-size:20px;font-weight:700}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_left__Nbf-3 .Style_top__1IWu-{background-color:#d3d3d3;display:flex;flex-direction:column;flex-wrap:wrap}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_left__Nbf-3 .Style_top__1IWu- p{display:flex;flex-direction:column;flex-wrap:wrap;font-size:14px}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_left__Nbf-3 .Style_leftofferMsg__2KFru,.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_left__Nbf-3 .Style_top__1IWu-{border-radius:10px 10px 10px 0;box-shadow:0 0 20px 5px #0000000d;max-width:80%;padding:10px}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_messages__8ui0m .Style_left__Nbf-3 .Style_bottom__BL8wc{font-size:10px;padding:3px}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_offerbox__\+Ao3D{align-items:center;background-color:#fff;display:flex;justify-content:space-between;position:absolute;width:100%}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_offerbox__\+Ao3D .Style_left__Nbf-3{align-items:center;display:flex;gap:10px;padding:0 10px;width:100%}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_offerbox__\+Ao3D .Style_left__Nbf-3 input{background:#0000;border:none;border-bottom:2px solid #d3d3d3;font-size:14px;height:2rem;outline:none;padding:5px 0;width:70%}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_offerbox__\+Ao3D .Style_left__Nbf-3 input:focus{outline:none}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_offerbox__\+Ao3D .Style_left__Nbf-3 input:-webkit-autofill{-webkit-text-fill-color:inherit!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_offerbox__\+Ao3D .Style_left__Nbf-3 button{align-items:center;background:linear-gradient(142deg,#0374d0 10%,#00efbd);border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:50px;justify-content:center;margin:8px 0;outline:none;width:50px}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_offerbox__\+Ao3D .Style_left__Nbf-3 .Style_buttonInactive__eCrUS{align-items:center;background-color:#373737;border:none;border-radius:10%;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:50px;justify-content:center;margin:8px 0;outline:none;width:50px}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_offerbox__\+Ao3D .Style_right__o0xzB{align-items:center;display:flex;justify-content:flex-end;width:100%}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_offerbox__\+Ao3D .Style_right__o0xzB span{cursor:pointer;font-size:18px;padding:20px}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_typebox__IojTM{align-items:center;background:#fff;border:1px solid #ddd;border-radius:10px;display:flex;gap:5px;min-height:50px;padding:8px;width:100%}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_typebox__IojTM textarea{background:#fff;border:1px solid #ccc;border-radius:5px;font-size:14px;min-height:40px;outline:none;overflow-wrap:break-word;padding:8px 12px;resize:none;transition:border .3s ease-in-out;white-space:normal;width:240px;word-break:break-word}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_typebox__IojTM textarea:focus{border-color:#007bff}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_typebox__IojTM textarea:-webkit-autofill{-webkit-text-fill-color:inherit!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_typebox__IojTM .Style_offerbtn__1w9Us{align-items:center;background:linear-gradient(142deg,#0374d0 10%,#00efbd);border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:12px;height:35px;justify-content:center;margin:5px;outline:none;width:80px}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_typebox__IojTM .Style_offerbtn__1w9Us span{font-size:12px;text-align:center}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_typebox__IojTM button{align-items:center;background-color:#046bd2;border:none;border-radius:10%;color:#fff;cursor:pointer;display:flex;font-size:14px;height:35px;justify-content:center;margin:8px 0;outline:none;width:40px}.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_typebox__IojTM .Style_buttonInactive__eCrUS{align-items:center;background-color:#373737;border:none;border-radius:10%;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:40px;justify-content:center;margin:8px 0;outline:none;width:50px}@media (max-width:480px){.Style_main_container__mcMTL .Style_mobileScreen__G0OvV .Style_Right_container__gqCFL .Style_chat_wrapper__Dr5lh .Style_typebox__IojTM .Style_buttonInactive__eCrUS{font-size:14px;height:35px;width:40px}}.style_Registration_wrapper__OFOVs{align-items:center;display:flex;justify-content:center;margin-top:80px;min-height:90vh}.style_Registration_wrapper__OFOVs .style_form_wrapper__9Gruc{box-shadow:2px 3px 8px 0 #0000004f;min-height:20rem;padding:20px;width:35rem}@media (max-width:550px){.style_Registration_wrapper__OFOVs .style_form_wrapper__9Gruc{box-shadow:none;width:100vw}}@media (min-width:550px) and (max-width:768px){.style_Registration_wrapper__OFOVs .style_form_wrapper__9Gruc{min-height:20rem;width:30rem}}.style_Registration_wrapper__OFOVs .style_form_wrapper__9Gruc .style_left_section__\+rlyS{background-color:#fff;border-radius:7px;display:flex;flex-direction:column;justify-content:center;width:100%}.style_Registration_wrapper__OFOVs .style_form_wrapper__9Gruc .style_left_section__\+rlyS .style_reset_Details__irm\+w h1{color:#10e3c2;font-size:20px;padding:2px}.style_Registration_wrapper__OFOVs .style_form_wrapper__9Gruc .style_left_section__\+rlyS .style_reset_Details__irm\+w p{font-size:12px;padding:10px 0}.style_Registration_wrapper__OFOVs .style_form_wrapper__9Gruc .style_left_section__\+rlyS form .style_input_div__i\+hav{display:flex;flex-direction:column;gap:5px;padding:10px 0}.style_Registration_wrapper__OFOVs .style_form_wrapper__9Gruc .style_left_section__\+rlyS form .style_input_div__i\+hav input{background-color:#f8f8f8;border:none;border-radius:5px;outline:none;padding:12px 10px}.style_Registration_wrapper__OFOVs .style_form_wrapper__9Gruc .style_left_section__\+rlyS form .style_input_div__i\+hav p{color:red;font-size:12px}.style_Registration_wrapper__OFOVs .style_form_wrapper__9Gruc .style_left_section__\+rlyS form .style_input_div__i\+hav label{font-size:12px}.style_Registration_wrapper__OFOVs .style_form_wrapper__9Gruc .style_left_section__\+rlyS form button{background:linear-gradient(142deg,#0374d0 10%,#00efbd);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:15px;margin-top:5px;padding:10px 0;width:100%}.style_Registration_wrapper__OFOVs .style_form_wrapper__9Gruc .style_left_section__\+rlyS form button:hover{background-color:#10e3c2}.ContactPage_page_wrapper__MrJqv{display:flex;flex-direction:column;min-height:100%;width:100%}.ContactPage_page_wrapper__MrJqv .ContactPage_main__L6CYJ{display:flex;flex-direction:column;margin-top:80px}@media (max-width:550px){.ContactPage_page_wrapper__MrJqv .ContactPage_main__L6CYJ{margin-top:120px}}@media (min-width:550px) and (max-width:768px){.ContactPage_page_wrapper__MrJqv .ContactPage_main__L6CYJ{margin-top:120px}}@media (min-width:900px) and (max-width:1024px){.ContactPage_page_wrapper__MrJqv .ContactPage_main__L6CYJ{margin-top:80px}}.ContactForm_contact_wrapper__x3Ep7{padding:3rem 4rem}@media (max-width:550px){.ContactForm_contact_wrapper__x3Ep7{padding:2rem 1rem}}@media (min-width:550px) and (max-width:768px){.ContactForm_contact_wrapper__x3Ep7{padding:3rem 2rem}}@media (min-width:900px) and (max-width:1024px){.ContactForm_contact_wrapper__x3Ep7{padding:3rem}}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg{padding:0 10px;width:100%}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD{display:flex;flex-wrap:wrap}@media (max-width:550px){.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD{flex-direction:column}}@media (min-width:550px) and (max-width:768px){.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD{flex-direction:column}}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF-,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7{display:flex;flex:1 1;flex-direction:column;padding:10px}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF- .ContactForm_title__HAP8D,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7 .ContactForm_title__HAP8D{margin-bottom:2rem}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF- .ContactForm_title__HAP8D h2,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7 .ContactForm_title__HAP8D h2{font-size:2rem;font-weight:500;line-height:1.1;margin-bottom:.8rem}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF- .ContactForm_title__HAP8D p,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7 .ContactForm_title__HAP8D p{color:#777;font-family:Poppins;font-size:1rem;font-weight:300;letter-spacing:0}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF- .ContactForm_row__i\+DTD,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7 .ContactForm_row__i\+DTD{display:flex;width:100%}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF- .ContactForm_row__i\+DTD .ContactForm_col__QsFbb,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7 .ContactForm_row__i\+DTD .ContactForm_col__QsFbb{display:flex;flex:1 1;padding:0 10px}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF- .ContactForm_row__i\+DTD .ContactForm_col__QsFbb .ContactForm_cont_info__WFS92,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7 .ContactForm_row__i\+DTD .ContactForm_col__QsFbb .ContactForm_cont_info__WFS92{display:block;margin-bottom:2rem}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF- .ContactForm_row__i\+DTD .ContactForm_col__QsFbb .ContactForm_cont_info__WFS92 h3,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7 .ContactForm_row__i\+DTD .ContactForm_col__QsFbb .ContactForm_cont_info__WFS92 h3{color:#333;font-size:1.2rem;font-weight:400;letter-spacing:-.025em;line-height:1.1;margin-bottom:1.5rem;margin-top:.5rem}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF- .ContactForm_row__i\+DTD .ContactForm_col__QsFbb .ContactForm_cont_info__WFS92 .ContactForm_cont_list__XXoc5,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7 .ContactForm_row__i\+DTD .ContactForm_col__QsFbb .ContactForm_cont_info__WFS92 .ContactForm_cont_list__XXoc5{list-style:none;margin-right:1.5rem;max-width:250px}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF- .ContactForm_row__i\+DTD .ContactForm_col__QsFbb .ContactForm_cont_info__WFS92 .ContactForm_cont_list__XXoc5 li,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7 .ContactForm_row__i\+DTD .ContactForm_col__QsFbb .ContactForm_cont_info__WFS92 .ContactForm_cont_list__XXoc5 li{align-items:center;display:flex;gap:20px;margin-bottom:1.4rem}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF- .ContactForm_row__i\+DTD .ContactForm_col__QsFbb .ContactForm_cont_info__WFS92 .ContactForm_cont_list__XXoc5 li i,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7 .ContactForm_row__i\+DTD .ContactForm_col__QsFbb .ContactForm_cont_info__WFS92 .ContactForm_cont_list__XXoc5 li i{color:#046bd2;font-size:1.2rem;font-weight:500}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF- .ContactForm_row__i\+DTD .ContactForm_col__QsFbb .ContactForm_cont_info__WFS92 .ContactForm_cont_list__XXoc5 li span,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7 .ContactForm_row__i\+DTD .ContactForm_col__QsFbb .ContactForm_cont_info__WFS92 .ContactForm_cont_list__XXoc5 li span{font-size:1rem;font-weight:300}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF- .ContactForm_row__i\+DTD .ContactForm_col__QsFbb .ContactForm_cont_info__WFS92 .ContactForm_cont_list__XXoc5 li div,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7 .ContactForm_row__i\+DTD .ContactForm_col__QsFbb .ContactForm_cont_info__WFS92 .ContactForm_cont_list__XXoc5 li div{display:flex;flex-direction:column}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF- .ContactForm_row__i\+DTD .ContactForm_col__QsFbb .ContactForm_cont_info__WFS92 .ContactForm_cont_list__XXoc5 li div span,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7 .ContactForm_row__i\+DTD .ContactForm_col__QsFbb .ContactForm_cont_info__WFS92 .ContactForm_cont_list__XXoc5 li div span{font-size:1rem;font-weight:300}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF- .ContactForm_main_row__QOx5v,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7 .ContactForm_main_row__QOx5v{margin-bottom:2rem}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF- .ContactForm_main_row__QOx5v form,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7 .ContactForm_main_row__QOx5v form{display:block}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF- .ContactForm_main_row__QOx5v form .ContactForm_row__i\+DTD,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7 .ContactForm_main_row__QOx5v form .ContactForm_row__i\+DTD{display:flex;flex-direction:row;gap:10px}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF- .ContactForm_main_row__QOx5v form .ContactForm_row__i\+DTD .ContactForm_col__QsFbb,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7 .ContactForm_main_row__QOx5v form .ContactForm_row__i\+DTD .ContactForm_col__QsFbb{display:flex;flex:1 1;padding:0}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF- .ContactForm_main_row__QOx5v form .ContactForm_row__i\+DTD .ContactForm_col__QsFbb input,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7 .ContactForm_main_row__QOx5v form .ContactForm_row__i\+DTD .ContactForm_col__QsFbb input{background-color:#fafafa;border:1px solid #ebebeb;border-radius:5px;box-shadow:none;color:#777;font-size:.8rem;font-weight:300;height:40px;line-height:1;margin-bottom:2rem;outline:none;padding:.2rem 2rem;transition:all .3s;width:100%}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF- .ContactForm_main_row__QOx5v form .ContactForm_row__i\+DTD .ContactForm_col__QsFbb input:focus,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7 .ContactForm_main_row__QOx5v form .ContactForm_row__i\+DTD .ContactForm_col__QsFbb input:focus{border:1px solid #046bd2}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF- .ContactForm_main_row__QOx5v form .ContactForm_row__i\+DTD textarea,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7 .ContactForm_main_row__QOx5v form .ContactForm_row__i\+DTD textarea{background-color:#fafafa;border:1px solid #ebebeb;border-radius:5px;box-shadow:none;color:#777;font-size:.8rem;font-weight:300;line-height:1.5;margin-bottom:2rem;min-height:150px;outline:none;padding:1rem 2rem;transition:all .3s;width:100%}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF- .ContactForm_main_row__QOx5v form .ContactForm_row__i\+DTD textarea:focus,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7 .ContactForm_main_row__QOx5v form .ContactForm_row__i\+DTD textarea:focus{border:1px solid #046bd2}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF- .ContactForm_main_row__QOx5v form .ContactForm_row__i\+DTD button,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7 .ContactForm_main_row__QOx5v form .ContactForm_row__i\+DTD button{align-items:center;background-color:#fff;border:1px solid #046bd2;border-radius:5px;box-shadow:none;color:#046bd2;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:400;justify-content:center;line-height:1.2;min-width:170px;outline:none;padding:.6rem 1rem;text-align:center;transition:all .3s;white-space:normal}.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_left__nobF- .ContactForm_main_row__QOx5v form .ContactForm_row__i\+DTD button i,.ContactForm_contact_wrapper__x3Ep7 .ContactForm_container__jwLjg .ContactForm_row__i\+DTD .ContactForm_right__COee7 .ContactForm_main_row__QOx5v form .ContactForm_row__i\+DTD button i{align-items:center;display:flex;margin-left:5px}.NotificationPage_page_wrapper__\+WW3\+{display:flex;flex-direction:column;min-height:100%;width:100%}.NotificationPage_page_wrapper__\+WW3\+ .NotificationPage_main__iiy8q{display:flex;flex-direction:column;margin-top:80px}@media (max-width:550px){.NotificationPage_page_wrapper__\+WW3\+ .NotificationPage_main__iiy8q{margin-top:120px}}@media (min-width:550px) and (max-width:768px){.NotificationPage_page_wrapper__\+WW3\+ .NotificationPage_main__iiy8q{margin-top:120px}}@media (min-width:900px) and (max-width:1024px){.NotificationPage_page_wrapper__\+WW3\+ .NotificationPage_main__iiy8q{margin-top:80px}}.NotificationPage_page_wrapper__\+WW3\+ .NotificationPage_main__iiy8q .NotificationPage_productwrapper__G7q11{background-color:#f8f8f8;min-height:35rem;padding:1.5rem 0}.NotificationPage_page_wrapper__\+WW3\+ .NotificationPage_main__iiy8q .NotificationPage_productwrapper__G7q11 .NotificationPage_container__TR9Ck{display:block;margin:0 4rem;padding:0 20px}@media (max-width:550px){.NotificationPage_page_wrapper__\+WW3\+ .NotificationPage_main__iiy8q .NotificationPage_productwrapper__G7q11 .NotificationPage_container__TR9Ck{margin:0;padding:0 10px}}@media (min-width:550px) and (max-width:768px){.NotificationPage_page_wrapper__\+WW3\+ .NotificationPage_main__iiy8q .NotificationPage_productwrapper__G7q11 .NotificationPage_container__TR9Ck{margin:0 1rem}}.NotificationPage_page_wrapper__\+WW3\+ .NotificationPage_main__iiy8q .NotificationPage_productwrapper__G7q11 .NotificationPage_container__TR9Ck .NotificationPage_heading__F1fWL{align-items:center;border-bottom:2px solid #ebebeb;display:flex;justify-content:space-between;margin-bottom:2rem;padding:.5rem 0}.NotificationPage_page_wrapper__\+WW3\+ .NotificationPage_main__iiy8q .NotificationPage_productwrapper__G7q11 .NotificationPage_container__TR9Ck .NotificationPage_cardWrapper__pDFKW{display:flex;flex-direction:column;gap:10px;place-content:center;place-items:center}.NotificationPage_page_wrapper__\+WW3\+ .NotificationPage_main__iiy8q .NotificationPage_productwrapper__G7q11 .NotificationPage_container__TR9Ck .NotificationPage_imgWrapper__OOlpj{align-items:center;display:flex;justify-content:center}.NotificationPage_page_wrapper__\+WW3\+ .NotificationPage_main__iiy8q .NotificationPage_productwrapper__G7q11 .NotificationPage_container__TR9Ck .NotificationPage_imgWrapper__OOlpj img{height:450px;object-fit:contain;width:350px}@media (max-width:550px){.NotificationPage_page_wrapper__\+WW3\+ .NotificationPage_main__iiy8q .NotificationPage_productwrapper__G7q11 .NotificationPage_container__TR9Ck .NotificationPage_imgWrapper__OOlpj img{height:450px;width:250px}}.NotificationPage_page_wrapper__\+WW3\+ .NotificationPage_main__iiy8q .NotificationPage_productwrapper__G7q11 .NotificationPage_container__TR9Ck .NotificationPage_modal_wrapper__h6kvj{background-color:#fff;border-radius:10px;box-shadow:0 4px 10px #0000001a;padding:20px;position:relative;width:300px}.NotificationPage_modal_container__7oPKa{align-items:center;display:flex;gap:10px;justify-content:space-between;padding:25px;position:relative}.NotificationPage_modal_container__7oPKa .NotificationPage_closeIcon_wrapper__MqV1g{cursor:pointer;left:0;max-width:50px;position:absolute;top:0}.NotificationPage_modal_container__7oPKa .NotificationPage_closeIcon_wrapper__MqV1g .NotificationPage_back_logo__uFrYU{padding:10px}.NotificationPage_modal_container__7oPKa .NotificationPage_left_container__waJkL{margin-right:20px;max-width:200px;overflow:hidden}.NotificationPage_modal_container__7oPKa .NotificationPage_left_container__waJkL img{height:12rem;width:15rem}.NotificationPage_modal_container__7oPKa .NotificationPage_right_container__JpOkk{display:flex;flex-direction:column}.NotificationPage_modal_container__7oPKa .NotificationPage_time_shower__L\+IFP{bottom:4px;color:blue;font-size:12px;position:absolute;right:5px}@media only screen and (max-width:768px){.NotificationPage_modal_container__7oPKa{margin:0 auto;width:340px}}.Style_alert_wrapper__C1vKQ{display:flex;flex-direction:column;width:100%}.Style_alert_wrapper__C1vKQ .Style_Item__snowD{align-items:center;border-bottom:1px solid #ebebeb;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.5rem;padding:1rem 0;width:100%}@media (max-width:550px){.Style_alert_wrapper__C1vKQ .Style_Item__snowD{height:50px}}.Style_alert_wrapper__C1vKQ .Style_Item__snowD .Style_left__UHRBX{align-items:center;display:flex;flex:2 1;flex-direction:row;justify-content:flex-start;width:100%}.Style_alert_wrapper__C1vKQ .Style_Item__snowD .Style_left__UHRBX img{background-color:#fff;border-radius:50%;height:60px;object-fit:contain;width:60px}@media (max-width:550px){.Style_alert_wrapper__C1vKQ .Style_Item__snowD .Style_left__UHRBX img{height:50px;width:50px}}.Style_alert_wrapper__C1vKQ .Style_Item__snowD .Style_left__UHRBX h4{font-size:1rem;font-weight:400;padding:0 2rem;text-align:start}@media (max-width:550px){.Style_alert_wrapper__C1vKQ .Style_Item__snowD .Style_left__UHRBX h4{font-size:12px}}.Style_alert_wrapper__C1vKQ .Style_Item__snowD .Style_right__VMlv\+{align-items:center;display:flex;flex:1 1;justify-content:flex-end}.Style_alert_wrapper__C1vKQ .Style_Item__snowD .Style_right__VMlv\+ span{font-size:12px}.Style_alert_wrapper__C1vKQ .Style_Item__snowD .Style_right__VMlv\+ .Style_activeItem__0F\+9Q{align-items:center;border-radius:100%;color:#046bd2;display:flex;font-size:18px;margin:0 10px}.Notification_Modal_modal_overlay__kFSAO{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.Notification_Modal_modal_contant__2YKUW{background:#fff;border-radius:5px;box-shadow:0 2px 5px #0003}.Notification_Modal_close-btn__3R-fU{background-color:#ccc;border:none;border-radius:3px;cursor:pointer;margin-top:10px;padding:5px 10px}.Notification_Modal_close-btn__3R-fU:hover{background-color:#bbb}.Style_mainContainer__JnGbf{margin-top:80px;overflow:hidden}@media (max-width:550px){.Style_mainContainer__JnGbf{margin-top:120px}}@media (min-width:550px) and (max-width:768px){.Style_mainContainer__JnGbf{margin-top:120px}}.Style_mainContainer__JnGbf .Style_Container__8T4CS{display:flex;flex-direction:column;min-height:610px}.Style_mainContainer__JnGbf .Style_Container__8T4CS .Style_top__hUvr5{align-items:center;display:flex;justify-content:space-between;padding:20px 60px}@media (max-width:550px){.Style_mainContainer__JnGbf .Style_Container__8T4CS .Style_top__hUvr5{flex-direction:column;padding:20px}}@media (min-width:550px) and (max-width:768px){.Style_mainContainer__JnGbf .Style_Container__8T4CS .Style_top__hUvr5{flex-direction:column;padding:20px}}.Style_mainContainer__JnGbf .Style_Container__8T4CS .Style_top__hUvr5 .Style_top_row__RGyrO{padding:20px 60px}@media (max-width:550px){.Style_mainContainer__JnGbf .Style_Container__8T4CS .Style_top__hUvr5 .Style_top_row__RGyrO{padding:20px}}@media (min-width:550px) and (max-width:768px){.Style_mainContainer__JnGbf .Style_Container__8T4CS .Style_top__hUvr5 .Style_top_row__RGyrO{padding:20px}}.Style_mainContainer__JnGbf .Style_Container__8T4CS .Style_top__hUvr5 .Style_top_row__RGyrO h1{font-size:28px;font-weight:600}.Style_mainContainer__JnGbf .Style_Container__8T4CS .Style_top__hUvr5 .Style_bottom_row__n8d6m{align-items:center;border-radius:5px;display:flex;gap:5px;padding:20px 60px;width:fit-content}@media (max-width:550px){.Style_mainContainer__JnGbf .Style_Container__8T4CS .Style_top__hUvr5 .Style_bottom_row__n8d6m{padding:20px}}@media (min-width:550px) and (max-width:768px){.Style_mainContainer__JnGbf .Style_Container__8T4CS .Style_top__hUvr5 .Style_bottom_row__n8d6m{padding:20px}}.Style_mainContainer__JnGbf .Style_Container__8T4CS .Style_top__hUvr5 .Style_bottom_row__n8d6m .Style_First__lKhYZ{background-color:#046bd2;color:#fff}.Style_mainContainer__JnGbf .Style_Container__8T4CS .Style_top__hUvr5 .Style_bottom_row__n8d6m .Style_Second__A0upY{background-color:#d3d3d3;width:3rem}.Style_mainContainer__JnGbf .Style_Container__8T4CS .Style_top__hUvr5 .Style_bottom_row__n8d6m .Style_First__lKhYZ,.Style_mainContainer__JnGbf .Style_Container__8T4CS .Style_top__hUvr5 .Style_bottom_row__n8d6m .Style_Second__A0upY{border:none;border-radius:5px;outline:none;padding:10px;text-align:center}.Style_mainContainer__JnGbf .Style_Container__8T4CS .Style_bottom__4ecQF{margin-bottom:20px;padding:0 60px}@media (max-width:550px){.Style_mainContainer__JnGbf .Style_Container__8T4CS .Style_bottom__4ecQF{padding:20px}}.Style_items__8Gxdt{margin:20px 40px}@media (max-width:550px){.Style_items__8Gxdt{margin:10px}}@media (min-width:550px) and (max-width:768px){.Style_items__8Gxdt{margin:10px}}.Style_control_btn__Ob09Z .Style_next__vyjzE,.Style_control_btn__Ob09Z .Style_prev__9\+nNa{background:hsla(0,0%,100%,.212);border:none;border-radius:5px;height:50px;line-height:60px;position:absolute;top:45%;transform:.5s;width:35px;z-index:5}.Style_control_btn__Ob09Z .Style_next__vyjzE i,.Style_control_btn__Ob09Z .Style_prev__9\+nNa i{align-items:center;color:#111;cursor:pointer;display:flex;font-size:50px;justify-content:center;transition:.5s}.Style_control_btn__Ob09Z .Style_next__vyjzE:hover,.Style_control_btn__Ob09Z .Style_prev__9\+nNa:hover{cursor:pointer}.Style_control_btn__Ob09Z .Style_next__vyjzE:hover i,.Style_control_btn__Ob09Z .Style_prev__9\+nNa:hover i{color:#111}.Style_control_btn__Ob09Z .Style_prev__9\+nNa{left:-20px}.Style_control_btn__Ob09Z .Style_next__vyjzE{right:-20px}.Style_item_wrap__lOEjt{align-items:center;background-color:#fff;display:flex;justify-content:center}.Style_item_wrap__lOEjt .Style_wrapper__IzEZ-{background-color:#fff;border:3px solid #d3d3d3;border-radius:10px;display:flex;flex-direction:column;justify-content:space-around;margin:10px;min-height:500px;padding:20px;width:300px}@media (max-width:550px){.Style_item_wrap__lOEjt .Style_wrapper__IzEZ-{padding:20px}}@media (min-width:550px) and (max-width:768px){.Style_item_wrap__lOEjt .Style_wrapper__IzEZ-{padding:20px}}.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_top__vjKWx{border-bottom:2px solid #d3d3d3;display:flex;flex-direction:column;height:100%;justify-content:space-between}.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_top__vjKWx .Style_row1__jF3b9{align-items:center;display:flex;justify-content:space-between;margin:10px 0}.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_top__vjKWx .Style_row1__jF3b9 h3{font-size:18px;font-weight:600}@media (max-width:550px){.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_top__vjKWx .Style_row1__jF3b9 h3{font-size:14px}}.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_top__vjKWx .Style_row1__jF3b9 h5{background-color:#046bd2;border-radius:25px;color:#fff;font-size:12px;font-weight:300;padding:5px 10px}@media (max-width:550px){.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_top__vjKWx .Style_row1__jF3b9 h5{font-size:10px}}.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_top__vjKWx .Style_row2__FSJhx{align-items:center;display:flex;justify-content:flex-start;margin:10px 0;padding:0 10px}.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_top__vjKWx .Style_row2__FSJhx h1{align-items:center;color:#046bd2;display:flex;font-size:38px;text-align:center}@media (max-width:550px){.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_top__vjKWx .Style_row2__FSJhx h1{font-size:28px}}.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_top__vjKWx .Style_row2__FSJhx span{font-size:38px;font-weight:900;margin:0 5px}@media (max-width:550px){.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_top__vjKWx .Style_row2__FSJhx span{font-size:28px}}.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_top__vjKWx .Style_row2__FSJhx h4{color:#373737;font-size:12px}@media (max-width:550px){.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_top__vjKWx .Style_row2__FSJhx h4{font-size:10px}}.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_top__vjKWx .Style_row3__OQl7l{padding:5px 10px}.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_top__vjKWx .Style_row3__OQl7l p{background-color:#f8f8f8;border-radius:25px;font-size:14px;padding:5px 10px;width:fit-content}.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_top__vjKWx .Style_row4__QdxCT{margin:20px 0}.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_top__vjKWx .Style_row4__QdxCT button{background:linear-gradient(142deg,#0374d0 10%,#00efbd);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:200;padding:10px 0;width:100%}.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_bottom__7Iny0{display:flex;flex-direction:column;min-height:100px}.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_bottom__7Iny0 .Style_title__5nQS0{margin:10px 0}.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_bottom__7Iny0 .Style_title__5nQS0 h2{font-size:16px}.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_bottom__7Iny0 .Style_row__Z-V08{display:flex;flex-direction:column}.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_bottom__7Iny0 .Style_row__Z-V08 .Style_item__RsFxM{align-items:center;border-top:1px solid #d3d3d3;display:flex;gap:20px;padding:10px}.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_bottom__7Iny0 .Style_row__Z-V08 .Style_item__RsFxM span{align-items:center;border:2px solid #046bd2;border-radius:50%;color:#046bd2;display:flex;justify-content:center}.Style_item_wrap__lOEjt .Style_wrapper__IzEZ- .Style_bottom__7Iny0 .Style_row__Z-V08 .Style_item__RsFxM p{font-size:14px}.Style_control_btn__hHnUq .Style_next__GwzJl,.Style_control_btn__hHnUq .Style_prev__4-hVO{background:hsla(0,0%,100%,.212);border:none;border-radius:5px;height:50px;line-height:60px;position:absolute;top:45%;transform:.5s;width:35px;z-index:5}.Style_control_btn__hHnUq .Style_next__GwzJl i,.Style_control_btn__hHnUq .Style_prev__4-hVO i{align-items:center;color:#111;cursor:pointer;display:flex;font-size:50px;justify-content:center;transition:.5s}.Style_control_btn__hHnUq .Style_next__GwzJl:hover,.Style_control_btn__hHnUq .Style_prev__4-hVO:hover{cursor:pointer}.Style_control_btn__hHnUq .Style_next__GwzJl:hover i,.Style_control_btn__hHnUq .Style_prev__4-hVO:hover i{color:#111}.Style_control_btn__hHnUq .Style_prev__4-hVO{left:-20px}.Style_control_btn__hHnUq .Style_next__GwzJl{right:-20px}.Style_christmas_wrapper__r4OzP{background:linear-gradient(180deg,#fffaf0,#ffebcd);border:2px solid red;border-radius:16px;box-shadow:0 4px 8px #0003;max-height:450px;padding:20px;position:relative}.Style_christmas_wrapper__r4OzP .Style_top__vjKWx{position:relative}.Style_christmas_wrapper__r4OzP .Style_strike_line__PIUlF{font-size:20px}.Style_christmas_wrapper__r4OzP .Style_row2__FSJhx h1{align-items:center;display:flex;gap:2px}.Style_christmas_wrapper__r4OzP .Style_row3__OQl7l p{color:red;color:#fff;font-size:1rem;font-weight:700;margin:5px 0;text-align:center}.Style_christmas_wrapper__r4OzP .Style_tree__gDnyD{bottom:-50px;position:absolute;right:-30px}.Style_christmas_wrapper__r4OzP .Style_row__Z-V08{display:flex;flex-wrap:wrap;gap:10px}.Style_christmas_wrapper__r4OzP .Style_item__RsFxM{align-items:center;background:#fff;border-radius:3px;display:flex;gap:8px;padding:10px}.OwnProductPage_page_wrapper__fo9Pb{display:flex;flex-direction:column;min-height:100%;width:100%}.OwnProductPage_page_wrapper__fo9Pb .OwnProductPage_main__Y8h8p{display:flex;flex-direction:column;margin-top:80px}@media (max-width:550px){.OwnProductPage_page_wrapper__fo9Pb .OwnProductPage_main__Y8h8p{margin-top:120px}}@media (min-width:550px) and (max-width:768px){.OwnProductPage_page_wrapper__fo9Pb .OwnProductPage_main__Y8h8p{margin-top:120px}}@media (min-width:900px) and (max-width:1024px){.OwnProductPage_page_wrapper__fo9Pb .OwnProductPage_main__Y8h8p{margin-top:80px}}.OwnProductPage_page_wrapper__fo9Pb .OwnProductPage_main__Y8h8p .OwnProductPage_productwrapper__2WiXy{background-color:#f8f8f8;min-height:35rem;padding:1.5rem 0}.OwnProductPage_page_wrapper__fo9Pb .OwnProductPage_main__Y8h8p .OwnProductPage_productwrapper__2WiXy .OwnProductPage_container__oeNNa{display:block;margin:0 4rem;padding:0 20px}@media (max-width:550px){.OwnProductPage_page_wrapper__fo9Pb .OwnProductPage_main__Y8h8p .OwnProductPage_productwrapper__2WiXy .OwnProductPage_container__oeNNa{margin:0;padding:0 20px}}@media (min-width:550px) and (max-width:768px){.OwnProductPage_page_wrapper__fo9Pb .OwnProductPage_main__Y8h8p .OwnProductPage_productwrapper__2WiXy .OwnProductPage_container__oeNNa{margin:0 1rem}}.OwnProductPage_page_wrapper__fo9Pb .OwnProductPage_main__Y8h8p .OwnProductPage_productwrapper__2WiXy .OwnProductPage_container__oeNNa .OwnProductPage_heading__u27Sm{align-items:center;border-bottom:2px solid #ebebeb;display:flex;justify-content:space-between;margin-bottom:2rem;padding:.5rem 0}.OwnProductPage_page_wrapper__fo9Pb .OwnProductPage_main__Y8h8p .OwnProductPage_productwrapper__2WiXy .OwnProductPage_container__oeNNa .OwnProductPage_cardWrapper__j7Hcp{display:flex;flex-wrap:wrap;gap:10px;overflow:hidden}@media (max-width:550px){.OwnProductPage_page_wrapper__fo9Pb .OwnProductPage_main__Y8h8p .OwnProductPage_productwrapper__2WiXy .OwnProductPage_container__oeNNa .OwnProductPage_cardWrapper__j7Hcp{gap:5px;grid-template-columns:1fr 1fr}}@media (min-width:550px) and (max-width:768px){.OwnProductPage_page_wrapper__fo9Pb .OwnProductPage_main__Y8h8p .OwnProductPage_productwrapper__2WiXy .OwnProductPage_container__oeNNa .OwnProductPage_cardWrapper__j7Hcp{gap:5px;grid-template-columns:1fr 1fr 1fr}}@media (min-width:768px) and (max-width:900px){.OwnProductPage_page_wrapper__fo9Pb .OwnProductPage_main__Y8h8p .OwnProductPage_productwrapper__2WiXy .OwnProductPage_container__oeNNa .OwnProductPage_cardWrapper__j7Hcp{grid-template-columns:1fr 1fr 1fr 1fr}}@media (min-width:900px) and (max-width:1024px){.OwnProductPage_page_wrapper__fo9Pb .OwnProductPage_main__Y8h8p .OwnProductPage_productwrapper__2WiXy .OwnProductPage_container__oeNNa .OwnProductPage_cardWrapper__j7Hcp{grid-template-columns:1fr 1fr 1fr}}.OwnProductCard_products__S-6lc{background-color:#fff;border-radius:5px;cursor:pointer;margin-bottom:0!important;max-width:250px;min-width:140px;transition:box-shadow .35s ease;width:100%}.OwnProductCard_products__S-6lc:hover{box-shadow:0 5px 20px #0000001a}.OwnProductCard_products__S-6lc:focus .OwnProductCard_productmedia__SlQHY .OwnProductCard_productAction__NHbyu,.OwnProductCard_products__S-6lc:hover .OwnProductCard_productmedia__SlQHY .OwnProductCard_productAction__NHbyu{opacity:1;transform:translateY(0);visibility:visible}.OwnProductCard_products__S-6lc .OwnProductCard_productmedia__SlQHY{background-color:#fff;border-radius:5px;display:block;margin-bottom:1rem;overflow:hidden;padding:.2rem;position:relative}.OwnProductCard_products__S-6lc .OwnProductCard_productmedia__SlQHY .OwnProductCard_productlabel__dAX-a{background-color:#046bd2;color:#fff;font-size:.8rem;font-weight:300;left:.5rem;letter-spacing:-.01em;line-height:1rem;min-width:40px;padding:.4rem .6rem;position:absolute;text-align:center;top:.5rem;z-index:1}@media (max-width:550px){.OwnProductCard_products__S-6lc .OwnProductCard_productmedia__SlQHY .OwnProductCard_productlabel__dAX-a{font-size:.6rem;left:.5rem;padding:.2rem .4rem;top:.5rem}}.OwnProductCard_products__S-6lc .OwnProductCard_productmedia__SlQHY .OwnProductCard_productImage__805mx{background-color:#fff;border-radius:5px;border-style:none;display:block;max-height:230px;min-height:180px;object-fit:cover;width:100%}@media (max-width:550px){.OwnProductCard_products__S-6lc .OwnProductCard_productmedia__SlQHY .OwnProductCard_productImage__805mx{height:180px}}.OwnProductCard_products__S-6lc .OwnProductCard_productmedia__SlQHY .OwnProductCard_productAction__NHbyu{align-items:center;background-color:#fffffff2;border-bottom:.1rem solid #ebebeb;border-top:.1rem solid #ebebeb;bottom:0;display:flex;left:0;opacity:0;padding:.6rem .4rem;position:absolute;right:0;transform:translateY(100%);transition:all .35s ease;visibility:hidden;z-index:10}.OwnProductCard_products__S-6lc .OwnProductCard_productmedia__SlQHY .OwnProductCard_productAction__NHbyu span{align-items:center;color:#39f;display:flex;font-size:14px;font-weight:400;gap:5px;justify-content:center;text-align:center;width:100%}@media (max-width:550px){.OwnProductCard_products__S-6lc .OwnProductCard_productmedia__SlQHY .OwnProductCard_productAction__NHbyu span{flex-direction:column;font-size:12px}}.OwnProductCard_products__S-6lc .OwnProductCard_productmedia__SlQHY .OwnProductCard_productAction__NHbyu span i{align-items:center;display:flex}@media (max-width:550px){.OwnProductCard_products__S-6lc .OwnProductCard_productmedia__SlQHY .OwnProductCard_productAction__NHbyu span i{font-size:14px}}.OwnProductCard_products__S-6lc .OwnProductCard_productbody__rIK60{padding:.8rem;position:relative;transition:all .35s ease}.OwnProductCard_products__S-6lc .OwnProductCard_productbody__rIK60 .OwnProductCard_product_cat__UThWg{color:#666;font-size:.8rem;font-weight:300;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.OwnProductCard_products__S-6lc .OwnProductCard_productbody__rIK60 .OwnProductCard_product_title__8pTGV{margin-bottom:.2rem}.OwnProductCard_products__S-6lc .OwnProductCard_productbody__rIK60 .OwnProductCard_product_title__8pTGV h3{color:#333;font-size:1rem;font-weight:600;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.OwnProductCard_products__S-6lc .OwnProductCard_productbody__rIK60 .OwnProductCard_product_price__njG3P{align-items:center;color:#39f;display:flex;flex-flow:wrap;font-size:1rem;font-weight:600;line-height:1.25;margin-bottom:.2rem}.SearchProductsPage_page_wrapper__FC87y{display:flex;flex-direction:column;min-height:100%;width:100%}.SearchProductsPage_page_wrapper__FC87y .SearchProductsPage_main__boxiP{display:flex;flex-direction:column;margin-top:80px;width:100%}@media (max-width:550px){.SearchProductsPage_page_wrapper__FC87y .SearchProductsPage_main__boxiP{margin-top:120px}}@media (min-width:550px) and (max-width:768px){.SearchProductsPage_page_wrapper__FC87y .SearchProductsPage_main__boxiP{margin-top:120px}}@media (min-width:900px) and (max-width:1024px){.SearchProductsPage_page_wrapper__FC87y .SearchProductsPage_main__boxiP{margin-top:80px}}.SearchProductsPage_page_wrapper__FC87y .SearchProductsPage_main__boxiP .SearchProductsPage_Wrapper__WvhT9{align-items:center;background-color:#f8f8f8;display:flex;flex-direction:column;justify-content:center;padding:2rem 0;width:100%}.SearchProductsPage_page_wrapper__FC87y .SearchProductsPage_main__boxiP .SearchProductsPage_Wrapper__WvhT9 .SearchProductsPage_productwrapper__FB0N7{background-color:#f8f8f8;min-height:35rem;width:100%}.SearchProductsPage_page_wrapper__FC87y .SearchProductsPage_main__boxiP .SearchProductsPage_Wrapper__WvhT9 .SearchProductsPage_productwrapper__FB0N7 .SearchProductsPage_container__KXIzR{display:block;margin:0 3rem;padding:0 20px}@media (max-width:550px){.SearchProductsPage_page_wrapper__FC87y .SearchProductsPage_main__boxiP .SearchProductsPage_Wrapper__WvhT9 .SearchProductsPage_productwrapper__FB0N7 .SearchProductsPage_container__KXIzR{margin:0;padding:0 10px}}@media (min-width:550px) and (max-width:768px){.SearchProductsPage_page_wrapper__FC87y .SearchProductsPage_main__boxiP .SearchProductsPage_Wrapper__WvhT9 .SearchProductsPage_productwrapper__FB0N7 .SearchProductsPage_container__KXIzR{margin:0 1rem}}.SearchProductsPage_page_wrapper__FC87y .SearchProductsPage_main__boxiP .SearchProductsPage_Wrapper__WvhT9 .SearchProductsPage_productwrapper__FB0N7 .SearchProductsPage_container__KXIzR .SearchProductsPage_heading__hTMU7{align-items:center;border-bottom:2px solid #ebebeb;display:flex;justify-content:space-between;margin-bottom:2rem;padding:.5rem 0}.SearchProductsPage_page_wrapper__FC87y .SearchProductsPage_main__boxiP .SearchProductsPage_Wrapper__WvhT9 .SearchProductsPage_productwrapper__FB0N7 .SearchProductsPage_container__KXIzR .SearchProductsPage_heading__hTMU7 .SearchProductsPage_left__sFrwv h2{color:#666;font-weight:600}.SearchProductsPage_page_wrapper__FC87y .SearchProductsPage_main__boxiP .SearchProductsPage_Wrapper__WvhT9 .SearchProductsPage_productwrapper__FB0N7 .SearchProductsPage_container__KXIzR .SearchProductsPage_cardWrapper__BM9yA{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr 1fr 1fr;place-content:center;place-items:center}@media (max-width:550px){.SearchProductsPage_page_wrapper__FC87y .SearchProductsPage_main__boxiP .SearchProductsPage_Wrapper__WvhT9 .SearchProductsPage_productwrapper__FB0N7 .SearchProductsPage_container__KXIzR .SearchProductsPage_cardWrapper__BM9yA{gap:10px;grid-template-columns:1fr 1fr}}@media (min-width:550px) and (max-width:768px){.SearchProductsPage_page_wrapper__FC87y .SearchProductsPage_main__boxiP .SearchProductsPage_Wrapper__WvhT9 .SearchProductsPage_productwrapper__FB0N7 .SearchProductsPage_container__KXIzR .SearchProductsPage_cardWrapper__BM9yA{grid-template-columns:1fr 1fr 1fr}}@media (min-width:768px) and (max-width:900px){.SearchProductsPage_page_wrapper__FC87y .SearchProductsPage_main__boxiP .SearchProductsPage_Wrapper__WvhT9 .SearchProductsPage_productwrapper__FB0N7 .SearchProductsPage_container__KXIzR .SearchProductsPage_cardWrapper__BM9yA{grid-template-columns:1fr 1fr 1fr 1fr}}@media (min-width:900px) and (max-width:1024px){.SearchProductsPage_page_wrapper__FC87y .SearchProductsPage_main__boxiP .SearchProductsPage_Wrapper__WvhT9 .SearchProductsPage_productwrapper__FB0N7 .SearchProductsPage_container__KXIzR .SearchProductsPage_cardWrapper__BM9yA{grid-template-columns:1fr 1fr 1fr}}.SearchProductsPage_page_wrapper__FC87y .SearchProductsPage_main__boxiP .SearchProductsPage_Wrapper__WvhT9 .SearchProductsPage_loadbtn__tA1Te{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:center;padding:3rem 0 1rem;width:100%}.SearchProductsPage_page_wrapper__FC87y .SearchProductsPage_main__boxiP .SearchProductsPage_Wrapper__WvhT9 .SearchProductsPage_loadbtn__tA1Te .SearchProductsPage_inactiveBtn__kW7UH{align-items:center;background-color:initial;border:none;border-radius:5px;color:#666;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;gap:10px;justify-content:center;line-height:1.2;padding:10px}.SearchProductsPage_page_wrapper__FC87y .SearchProductsPage_main__boxiP .SearchProductsPage_Wrapper__WvhT9 .SearchProductsPage_loadbtn__tA1Te .SearchProductsPage_inactiveBtn__kW7UH:hover{color:#666}.SearchProductsPage_page_wrapper__FC87y .SearchProductsPage_main__boxiP .SearchProductsPage_Wrapper__WvhT9 .SearchProductsPage_loadbtn__tA1Te .SearchProductsPage_activeBtn__UYxer{align-items:center;background-color:initial;border:none;border-radius:5px;color:#666;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;gap:10px;justify-content:center;line-height:1.2;padding:10px}.SearchProductsPage_page_wrapper__FC87y .SearchProductsPage_main__boxiP .SearchProductsPage_Wrapper__WvhT9 .SearchProductsPage_loadbtn__tA1Te .SearchProductsPage_activeBtn__UYxer:hover{color:#046bd2}.SearchProductsPage_page_wrapper__FC87y .SearchProductsPage_main__boxiP .SearchProductsPage_Wrapper__WvhT9 .SearchProductsPage_loadbtn__tA1Te .SearchProductsPage_activeBtn__UYxer .SearchProductsPage_icon__YOh6G{font-size:20px;font-weight:900}.CategoryProductPage_page_wrapper__bwxBk{display:flex;flex-direction:column;min-height:100%;width:100%}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX{display:flex;flex-direction:column;margin-top:80px}@media (max-width:550px){.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX{margin-top:120px}}@media (min-width:550px) and (max-width:768px){.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX{margin-top:120px}}@media (min-width:900px) and (max-width:1024px){.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX{margin-top:80px}}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9{background-color:#f8f8f8;min-height:35rem;padding:.5rem 0}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46{display:block;margin:0 4rem}@media (max-width:550px){.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46{margin:0;padding:0 10px}}@media (min-width:550px) and (max-width:768px){.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46{margin:0 1.5rem}}@media (min-width:900px) and (max-width:1024px){.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46{margin:0 3rem}}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_heading__zuvxQ{align-items:center;border-bottom:2px solid #ebebeb;display:flex;justify-content:center;margin-bottom:2rem;padding:.5rem 0}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD{display:flex;gap:20px}@media (max-width:550px){.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD{flex-direction:column-reverse}}@media (min-width:550px) and (max-width:768px){.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD{flex-direction:column-reverse}}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_Left_container__dToAO{border-right:1px solid #ebebeb;display:flex;flex-direction:column;padding-right:25px;width:25%}@media (max-width:550px){.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_Left_container__dToAO{border-right:none;border-top:2px solid #ebebeb;padding:0;width:100%}}@media (min-width:550px) and (max-width:768px){.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_Left_container__dToAO{border-right:none;border-top:2px solid #ebebeb;padding:10px 0;width:100%}}@media (min-width:900px) and (max-width:1024px){.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_Left_container__dToAO{width:25%}}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1{display:flex;flex-direction:column;gap:20}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_top_picks__bv\+ny{align-items:center;background-color:#046bd2;border-radius:5px;box-shadow:1px 7px 5px -3px #c2b7c2;color:#fff;display:flex;font-size:13px;font-weight:600;height:50px;justify-content:center;margin-bottom:8px;margin-inline-start:35px;padding:2px;width:90px}@media (max-width:550px){.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_top_picks__bv\+ny{font-size:10px;height:23px;padding:2px;width:80px}}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_top_picks__bv\+ny p{color:#fff;font-size:5px;font-weight:700;margin:0;padding:2px 0;text-align:left}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_popSub__j\+bIL{align-items:center;background-color:#f8f8f8;box-shadow:1px 7px 5px -3px #c2b7c2;color:#000;cursor:pointer;display:flex;flex-direction:row;gap:10px;height:50px;justify-content:start;margin-bottom:40px;max-width:200px;min-width:900px;overflow:hidden;padding:32px;text-overflow:ellipsis;white-space:nowrap;width:100%}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_popSub__j\+bIL .CategoryProductPage_notSelected__QhW7e{align-items:center;background:linear-gradient(142deg,#0374d0 10%,#00efbd);border-radius:7px;color:#fff;display:flex;font-size:11px;font-weight:700;justify-content:center;max-height:50px;max-width:200px;min-width:200px;overflow:hidden;padding-block:12px;padding-inline:10px;-webkit-user-select:none;user-select:none}@media (max-width:550px){.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_popSub__j\+bIL .CategoryProductPage_notSelected__QhW7e{display:flex;flex-direction:column;margin-bottom:14px;min-width:90%}}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_popSub__j\+bIL .CategoryProductPage_selected__vBP4g{align-items:center;background-color:green;border-radius:5px;color:#fff;display:flex;font-size:11px;font-weight:600;justify-content:center;max-width:200px;min-width:200px;overflow:hidden;padding-block:14px;padding-inline:10px;-webkit-user-select:none;user-select:none}@media (max-width:550px){.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_popSub__j\+bIL .CategoryProductPage_selected__vBP4g{display:flex;flex-direction:column;margin-bottom:14px;min-width:90%}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_popSub__j\+bIL{align-items:start;border-bottom:1px solid rgba(26,25,25,.308);box-shadow:1px 7px 5px -3px #c2b7c2;color:#000;flex-direction:column;gap:15;height:auto;justify-content:start;min-width:0;padding:10px}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_popSub__j\+bIL p{border-bottom:1px solid rgba(0,0,0,.289);display:flex;justify-content:start;padding:15px;width:70%}}@media (min-width:550px) and (max-width:768px){.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_popSub__j\+bIL{align-items:start;border-bottom:1px solid rgba(26,25,25,.308);box-shadow:1px 7px 5px -3px #c2b7c2;color:#000;flex-direction:column;gap:15;height:auto;justify-content:start;min-width:500px;padding:10px}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_popSub__j\+bIL p{border-bottom:1px solid rgba(0,0,0,.289);display:flex;justify-content:start;padding:15px;width:70%}}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_popSub__j\+bIL .CategoryProductPage_popSubItem__ncck4{cursor:pointer;font-size:medium;padding:20px}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_Right_container__h\+Av4{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:space-between;min-height:100%;width:75%}@media (max-width:550px){.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_Right_container__h\+Av4{padding:0;width:100%}}@media (min-width:550px) and (max-width:768px){.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_Right_container__h\+Av4{padding:0;width:100%}}@media (min-width:900px) and (max-width:1024px){.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_Right_container__h\+Av4{width:75%}}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_Right_container__h\+Av4 .CategoryProductPage_error_container__csWey{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_Right_container__h\+Av4 .CategoryProductPage_error_container__csWey img{height:350px;object-fit:contain;width:350px}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_Right_container__h\+Av4 .CategoryProductPage_error_container__csWey h1{color:#666}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_Right_container__h\+Av4 .CategoryProductPage_card_container__aaTfa{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr 1fr 1fr;margin-bottom:1rem;place-items:center;position:relative;width:100%}@media (max-width:550px){.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_Right_container__h\+Av4 .CategoryProductPage_card_container__aaTfa{grid-template-columns:1fr 1fr}}@media (min-width:550px) and (max-width:768px){.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_Right_container__h\+Av4 .CategoryProductPage_card_container__aaTfa{grid-template-columns:1fr 1fr 1fr}}@media (min-width:900px) and (max-width:1024px){.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_rightside_container__cXKn1 .CategoryProductPage_Right_container__h\+Av4 .CategoryProductPage_card_container__aaTfa{grid-template-columns:1fr 1fr 1fr}}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_pagination__oqfSA .CategoryProductPage_loadbtn__3YgM3{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:center;padding:1rem 0;width:100%}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_pagination__oqfSA .CategoryProductPage_loadbtn__3YgM3 .CategoryProductPage_inactiveBtn__xCOfd{align-items:center;background-color:initial;border:none;border-radius:5px;color:#666;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;gap:10px;justify-content:center;line-height:1.2;padding:10px}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_pagination__oqfSA .CategoryProductPage_loadbtn__3YgM3 .CategoryProductPage_inactiveBtn__xCOfd:hover{color:#666}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_pagination__oqfSA .CategoryProductPage_loadbtn__3YgM3 .CategoryProductPage_activeBtn__dEFL3{align-items:center;background-color:initial;border:none;border-radius:5px;color:#666;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;gap:10px;justify-content:center;line-height:1.2;padding:10px}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_pagination__oqfSA .CategoryProductPage_loadbtn__3YgM3 .CategoryProductPage_activeBtn__dEFL3:hover{color:#046bd2}.CategoryProductPage_page_wrapper__bwxBk .CategoryProductPage_main__GjnfX .CategoryProductPage_productwrapper__MeeC9 .CategoryProductPage_container__vfw46 .CategoryProductPage_Wrapper__wTtPD .CategoryProductPage_right_parentcontainer__35p6p .CategoryProductPage_pagination__oqfSA .CategoryProductPage_loadbtn__3YgM3 .CategoryProductPage_activeBtn__dEFL3 .CategoryProductPage_icon__SLRo9{font-size:20px;font-weight:900}.ProductFilter_Container__fMEFD{display:block;min-height:100%}.ProductFilter_Container__fMEFD .ProductFilter_icon__hMOCm{font-size:14px;font-weight:900}.ProductFilter_Container__fMEFD .ProductFilter_top__sUdn-{margin-bottom:.5rem}.ProductFilter_Container__fMEFD .ProductFilter_top__sUdn- .ProductFilter_filterDiv__h7Hs3{align-items:center;background:#fff;display:flex;justify-content:space-between;padding:1rem}.ProductFilter_Container__fMEFD .ProductFilter_top__sUdn- .ProductFilter_filterDiv__h7Hs3 .ProductFilter_headingDiv__zambi{align-items:center;display:flex;gap:5px}.ProductFilter_Container__fMEFD .ProductFilter_top__sUdn- .ProductFilter_filterDiv__h7Hs3 .ProductFilter_clearDiv__JMnjC{align-items:center;color:#046bd2;cursor:pointer;display:flex;gap:5px;justify-content:center}.ProductFilter_Container__fMEFD .ProductFilter_top__sUdn- .ProductFilter_filterDiv__h7Hs3 .ProductFilter_clearDiv__JMnjC span{font-size:14px;font-weight:600;text-align:center}.ProductFilter_Container__fMEFD .ProductFilter_top__sUdn- .ProductFilter_filterDiv__h7Hs3 .ProductFilter_clearDiv__JMnjC .ProductFilter_icon__hMOCm{font-size:14px;font-weight:900}.ProductFilter_Container__fMEFD .ProductFilter_top__sUdn- .ProductFilter_selectedFilterDiv__4zfFu{background:#fff;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:.5rem;padding:1rem}.ProductFilter_Container__fMEFD .ProductFilter_top__sUdn- .ProductFilter_selectedFilterDiv__4zfFu .ProductFilter_wrap__jz76h{align-items:center;border:2px solid #f8f8f8;border-radius:25px;display:flex;font-size:14px;gap:10px;justify-content:center;min-width:70px;padding:5px;width:fit-content}.ProductFilter_Container__fMEFD .ProductFilter_top__sUdn- .ProductFilter_selectedFilterDiv__4zfFu .ProductFilter_wrap__jz76h span{cursor:pointer}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ{display:flex;flex-direction:column}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_titleDiv__RdEE0{align-items:center;background:#fff;display:flex;justify-content:space-between;padding:.5rem}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_titleDiv__RdEE0 h3{font-size:16px;font-weight:500}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_titleDiv__RdEE0 span{align-items:center;display:flex}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_content__vi22M{background-color:#fff;display:none;max-height:0;overflow-y:hidden;transition:all .5s cubic-bezier(0,1,0,1)}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_show__AQWjy{align-items:center;background-color:#fff;display:flex;margin:2px 0;padding:.8rem}@media (max-width:550px){.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_show__AQWjy{align-items:center;display:flex}}@media (min-width:550px) and (max-width:768px){.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_show__AQWjy{align-items:center;display:flex}}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_show__AQWjy .ProductFilter_items__ZcZ3P{align-items:flex-start;background-color:#fff;color:#111;cursor:pointer;display:flex;flex-direction:column;gap:5px;max-height:12rem;min-height:3rem;overflow-y:auto;width:100%}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_show__AQWjy .ProductFilter_items__ZcZ3P .ProductFilter_items_wrapper__-4SGi{width:100%}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_show__AQWjy .ProductFilter_items__ZcZ3P .ProductFilter_items_wrapper__-4SGi p{margin:.4rem .6rem}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_show__AQWjy .ProductFilter_items__ZcZ3P .ProductFilter_items_wrapper__-4SGi :focus,.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_show__AQWjy .ProductFilter_items__ZcZ3P .ProductFilter_items_wrapper__-4SGi:active,.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_show__AQWjy .ProductFilter_items__ZcZ3P .ProductFilter_items_wrapper__-4SGi:hover{background-color:#ebebeb;border-radius:5px;color:#111}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_show__AQWjy .ProductFilter_items__ZcZ3P .ProductFilter_radioField_wrapper__gyAaO{align-items:center;cursor:pointer;display:flex;gap:10px;padding:4px 0;width:100%}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_show__AQWjy .ProductFilter_onSelectField__F9als{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:20px;padding:1rem;width:100%}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_show__AQWjy .ProductFilter_onSelectField__F9als .ProductFilter_items_wrapper__-4SGi{width:100%}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_show__AQWjy .ProductFilter_onSelectField__F9als .ProductFilter_items_wrapper__-4SGi .ProductFilter_item_Title__Pst2n{padding-bottom:2px}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_show__AQWjy .ProductFilter_onSelectField__F9als .ProductFilter_items_wrapper__-4SGi .ProductFilter_item_Title__Pst2n h3{font-size:15px;font-weight:500}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn{background:#fff;margin:2px 0;padding:.5rem 1rem}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_inputFields__akzAR{align-items:center;display:flex;gap:5px;margin-bottom:.8rem;width:100%}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_inputFields__akzAR .ProductFilter_field_wrapper__fs8Ht{align-items:center;display:flex;height:40px;width:100%}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_inputFields__akzAR .ProductFilter_field_wrapper__fs8Ht input{--moz-appearance:none;border:1px solid #ccc;border-radius:5px;font-size:15px;height:100%;outline:none;text-align:center;width:100%}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_inputFields__akzAR .ProductFilter_field_wrapper__fs8Ht input[type=number]{-webkit-appearance:textfield;appearance:textfield}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_inputFields__akzAR .ProductFilter_field_wrapper__fs8Ht input[type=number]::-webkit-inner-spin-button,.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_inputFields__akzAR .ProductFilter_field_wrapper__fs8Ht input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_inputFields__akzAR .ProductFilter_seperation__792cX{align-items:center;display:flex;font-size:15px;justify-content:center;width:80px}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_inputFields__akzAR .ProductFilter_field_searchBtn__hiwAm{height:40px;width:80px}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_inputFields__akzAR .ProductFilter_field_searchBtn__hiwAm button{align-items:center;background:#046bd2;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;height:100%;justify-content:center;outline:none;width:100%}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_searchBtn__V7nW3{height:40px;width:100%}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_searchBtn__V7nW3 button{background:#046bd2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:15px;font-weight:500;height:100%;outline:none;width:100%}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_radioFields__ZtnOV{display:flex;flex-direction:column;max-height:12rem;min-height:5rem;overflow-y:auto}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_radioFields__ZtnOV .ProductFilter_radioField_wrapper__gyAaO{align-items:center;cursor:pointer;display:flex;gap:10px;padding:4px 0;width:100%}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_slider_wrapper__vdQAc{border-top:2px solid #f8f8f8;padding:1rem 0}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_slider_wrapper__vdQAc p{font-size:14px;margin-bottom:.8rem}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_slider_wrapper__vdQAc .ProductFilter_slider_label__nyqf\+{align-items:center;display:flex;justify-content:space-between;margin-bottom:.8rem}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_slider_wrapper__vdQAc .ProductFilter_slider__ZMNAE{width:100%}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_slider_wrapper__vdQAc .ProductFilter_slider__ZMNAE .ProductFilter_progress_wrap__JUI5r{background:#ebebeb;border-radius:5px;height:5px;position:relative;width:100%}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_slider_wrapper__vdQAc .ProductFilter_slider__ZMNAE .ProductFilter_progress_wrap__JUI5r .ProductFilter_progress__\+7OcX{border-radius:5px;height:5px;left:25%;position:absolute;right:25%}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_slider_wrapper__vdQAc .ProductFilter_slider__ZMNAE .ProductFilter_rangeInput__EEwJ3{position:relative}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_slider_wrapper__vdQAc .ProductFilter_slider__ZMNAE .ProductFilter_rangeInput__EEwJ3 input{-webkit-appearance:none;appearance:none;background:none;height:5px;pointer-events:none;position:absolute;top:-5px;width:100%}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_slider_wrapper__vdQAc .ProductFilter_slider__ZMNAE .ProductFilter_rangeInput__EEwJ3 input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#046bd2;border-radius:50%;height:17px;pointer-events:auto;width:17px}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_slider_wrapper__vdQAc .ProductFilter_slider__ZMNAE .ProductFilter_rangeInput__EEwJ3 input[type=range]::-moz-range-thumb{-moz-appearance:none;background:#046bd2;border:none;border-radius:50%;height:17px;pointer-events:auto;width:17px}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_slider_wrapper__vdQAc .ProductFilter_range_searchBtn__r3s4c{align-items:center;display:flex;height:35px;justify-content:center;margin-top:2rem;width:100%}.ProductFilter_Container__fMEFD .ProductFilter_bottom__7T8kI .ProductFilter_accordion__ZGXwJ .ProductFilter_inputContent__CVjvn .ProductFilter_slider_wrapper__vdQAc .ProductFilter_range_searchBtn__r3s4c button{align-items:center;background:#046bd2;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;height:100%;justify-content:center;outline:none;width:100%}.CatAddCards_products__3-Pqs{background-color:#fff;border-radius:5px;cursor:pointer;margin-bottom:0!important;max-height:350px;max-width:100%;min-height:350px;min-width:140px;overflow:hidden;position:relative;transition:box-shadow .35s ease;width:100%}.CatAddCards_products__3-Pqs:hover{box-shadow:0 5px 20px #0003}.CatAddCards_products__3-Pqs .CatAddCards_card_image__tPe-a{background-position:50%;background-size:cover;height:auto;width:100%}.CatAddCards_products__3-Pqs .CatAddCards_read_more_button__2AcY1{background-color:#007bff;border:none;border-radius:4px;bottom:20px;color:#fff;cursor:pointer;font-size:14px;left:50%;min-width:235px;padding:8px 16px;position:absolute;transform:translateX(-50%);transition:background-color .3s ease;z-index:9999}.CatAddCards_products__3-Pqs .CatAddCards_read_more_button__2AcY1:hover{background-color:#0056b3}.UpdateProfilePage_page_wrapper__sFSNP{display:flex;flex-direction:column;min-height:100%;width:100%}.UpdateProfilePage_page_wrapper__sFSNP .UpdateProfilePage_main__nfM6A{display:flex;flex-direction:column;margin-top:80px;width:100%}@media (max-width:550px){.UpdateProfilePage_page_wrapper__sFSNP .UpdateProfilePage_main__nfM6A{margin-top:120px}}@media (min-width:550px) and (max-width:768px){.UpdateProfilePage_page_wrapper__sFSNP .UpdateProfilePage_main__nfM6A{margin-top:120px}}@media (min-width:900px) and (max-width:1024px){.UpdateProfilePage_page_wrapper__sFSNP .UpdateProfilePage_main__nfM6A{margin-top:80px}}.UpdateProfilePage_page_wrapper__sFSNP .UpdateProfilePage_main__nfM6A .UpdateProfilePage_productwrapper__l064x{background-color:#f8f8f8;min-height:25rem;padding:1.5rem 0}.UpdateProfilePage_page_wrapper__sFSNP .UpdateProfilePage_main__nfM6A .UpdateProfilePage_productwrapper__l064x .UpdateProfilePage_container__fk\+uL{display:block;margin:0 4rem;padding:0 20px}@media (max-width:550px){.UpdateProfilePage_page_wrapper__sFSNP .UpdateProfilePage_main__nfM6A .UpdateProfilePage_productwrapper__l064x .UpdateProfilePage_container__fk\+uL{margin:0;padding:0 10px}}@media (min-width:550px) and (max-width:768px){.UpdateProfilePage_page_wrapper__sFSNP .UpdateProfilePage_main__nfM6A .UpdateProfilePage_productwrapper__l064x .UpdateProfilePage_container__fk\+uL{margin:0 1rem}}.UpdateProfilePage_page_wrapper__sFSNP .UpdateProfilePage_main__nfM6A .UpdateProfilePage_productwrapper__l064x .UpdateProfilePage_container__fk\+uL .UpdateProfilePage_heading__jyHig{align-items:center;border-bottom:2px solid #ebebeb;display:flex;justify-content:space-between;margin-bottom:2rem;padding:.5rem 0}.UpdateProfilePage_page_wrapper__sFSNP .UpdateProfilePage_main__nfM6A .UpdateProfilePage_productwrapper__l064x .UpdateProfilePage_container__fk\+uL .UpdateProfilePage_cardWrapper__oqIJg{display:flex;place-content:center;place-items:center}.UpdateProfileForm_content_wrapper__6s7ma{width:100%}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd{align-items:center;display:flex;justify-content:center;width:100%}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW{display:block;width:100%}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form{display:flex;gap:20px}@media (max-width:550px){.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form{flex-direction:column}}@media (min-width:550px) and (max-width:768px){.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form{flex-direction:column}}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe{border-right:2px solid #ebebeb;flex:1 1}@media (max-width:550px){.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe{border-bottom:2px solid #ebebeb;border-right:none}}@media (min-width:550px) and (max-width:768px){.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe{border-bottom:2px solid #ebebeb;border-right:none}}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J{flex:3 1}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J{display:flex;flex-direction:column;padding:10px 40px}@media (max-width:550px){.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J{padding:.5rem}}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_title__wumS6,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_title__wumS6{margin-bottom:1rem}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_title__wumS6 h2,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_title__wumS6 h2{font-size:1.4rem;font-weight:500;line-height:1;margin-bottom:.5rem}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_notificationDiv__nCeMF,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_notificationDiv__nCeMF{background:#046bd2;border-radius:5px;margin-bottom:1.5rem;padding:12px 20px}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_notificationDiv__nCeMF p,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_notificationDiv__nCeMF p{color:#fff;font-size:14px;line-height:1.5}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_row__bKhBQ,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_row__bKhBQ{align-items:center;display:flex;margin-bottom:1rem;width:100%}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_left_col__5bYz2,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_left_col__5bYz2{align-items:center;display:flex;justify-content:center;padding:10px;width:100%}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_left_col__5bYz2 .UpdateProfileForm_Image_info__zZhgg,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_left_col__5bYz2 .UpdateProfileForm_Image_info__zZhgg{align-items:center;display:flex;height:120px;justify-content:center;margin:1rem 0;position:relative;width:120px}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_left_col__5bYz2 .UpdateProfileForm_Image_info__zZhgg img,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_left_col__5bYz2 .UpdateProfileForm_Image_info__zZhgg img{border-radius:50%;height:100%;object-fit:cover;position:relative;width:100%}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_left_col__5bYz2 .UpdateProfileForm_Image_info__zZhgg .UpdateProfileForm_formImage__M3ko9,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_left_col__5bYz2 .UpdateProfileForm_Image_info__zZhgg .UpdateProfileForm_formImage__M3ko9{align-items:center;background-color:#046bd2;border-radius:50%;bottom:1rem;display:flex;height:2rem;justify-content:center;position:absolute;right:-5px;width:2rem}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_left_col__5bYz2 .UpdateProfileForm_Image_info__zZhgg .UpdateProfileForm_formImage__M3ko9 label,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_left_col__5bYz2 .UpdateProfileForm_Image_info__zZhgg .UpdateProfileForm_formImage__M3ko9 label{align-items:center;color:#fff;display:flex;justify-content:center}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_left_col__5bYz2 .UpdateProfileForm_Image_info__zZhgg .UpdateProfileForm_formImage__M3ko9 label i,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_left_col__5bYz2 .UpdateProfileForm_Image_info__zZhgg .UpdateProfileForm_formImage__M3ko9 label i{align-items:center;display:flex}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_items__Dgusy,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_items__Dgusy{width:100%}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_items__Dgusy .UpdateProfileForm_item__ss\+8K,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_items__Dgusy .UpdateProfileForm_item__ss\+8K{align-items:center;background-color:#fff;border:1px solid #ebebeb;border-radius:5px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;margin:1rem 0;padding:1rem .6rem}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_items__Dgusy .UpdateProfileForm_item__ss\+8K span,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_items__Dgusy .UpdateProfileForm_item__ss\+8K span{align-items:center;display:flex;font-size:.8rem;font-weight:500;gap:10px;justify-content:center;line-height:1.5}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_items__Dgusy .UpdateProfileForm_item__ss\+8K span i,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_items__Dgusy .UpdateProfileForm_item__ss\+8K span i{align-items:center;color:#046bd2;display:flex;font-size:1rem}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_items__Dgusy .UpdateProfileForm_item__ss\+8K span .UpdateProfileForm_del_icon__2bYXj,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_items__Dgusy .UpdateProfileForm_item__ss\+8K span .UpdateProfileForm_del_icon__2bYXj{color:red}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo{display:flex;flex-direction:column}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo input,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo input{background-color:#fff;border:1px solid #ebebeb;border-radius:5px;box-shadow:none;font-size:14px;font-weight:300;height:40px;line-height:1;outline:none;padding:.4rem 1rem;transition:all .3s}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo button,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo button{border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;height:100%;outline:none;width:100%}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_error__JMWxk,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_error__JMWxk{color:red;font-size:14px}@media (max-width:550px){.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_error__JMWxk,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_error__JMWxk{font-size:12px}}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo span,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo span{color:red}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ{display:flex;flex-direction:column;margin-bottom:.5rem}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2{display:flex;gap:10px;margin-bottom:.5rem}@media (max-width:550px){.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2{flex-direction:column}}@media (min-width:550px) and (max-width:768px){.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2{flex-direction:column}}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_button_row__jWOsd,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_button_row__jWOsd{display:flex;gap:10px;justify-content:flex-end;margin:10px 0}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_button_row__jWOsd .UpdateProfileForm_cancelBtn__mBCNc button,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_button_row__jWOsd .UpdateProfileForm_cancelBtn__mBCNc button{background-color:#fff;border:2px solid #046bd2;color:#046bd2;padding:10px 20px}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_button_row__jWOsd .UpdateProfileForm_submitBtn__lCF2j button,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_button_row__jWOsd .UpdateProfileForm_submitBtn__lCF2j button{background-color:#046bd2;color:#fff;padding:10px 40px}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r{display:flex;flex-direction:column;gap:8px;width:100%}@media (max-width:550px){.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r label,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r label,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r label,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r label,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r label,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r label{font-size:14px}}@media (min-width:550px) and (max-width:768px){.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r label,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r label,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r label,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r label,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r label,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r label{font-size:16px}}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r .UpdateProfileForm_dobInput__XEaoI,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r .UpdateProfileForm_dobInput__XEaoI,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r .UpdateProfileForm_dobInput__XEaoI,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r .UpdateProfileForm_dobInput__XEaoI,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r .UpdateProfileForm_dobInput__XEaoI,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r .UpdateProfileForm_dobInput__XEaoI{background-color:#fff;border:1px solid #ebebeb;border-radius:5px;box-shadow:none;font-size:14px;font-weight:300;height:40px;line-height:1;outline:none;padding:.4rem 0;transition:all .3s;width:100%}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj{background:#fff;border:1px solid #ebebeb;border-radius:5px;display:flex;gap:10px;margin-bottom:.5rem}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj .UpdateProfileForm_borderless__SU3qg,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj .UpdateProfileForm_borderless__SU3qg,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj .UpdateProfileForm_borderless__SU3qg,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj .UpdateProfileForm_borderless__SU3qg,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj .UpdateProfileForm_borderless__SU3qg,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj .UpdateProfileForm_borderless__SU3qg{border:none;flex:2 1}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj .UpdateProfileForm_check__1RL5O,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj .UpdateProfileForm_check__1RL5O,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj .UpdateProfileForm_check__1RL5O,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj .UpdateProfileForm_check__1RL5O,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj .UpdateProfileForm_check__1RL5O,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj .UpdateProfileForm_check__1RL5O{align-items:center;display:flex;flex:1 1;justify-content:center}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj .UpdateProfileForm_check__1RL5O span,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj .UpdateProfileForm_check__1RL5O span,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj .UpdateProfileForm_check__1RL5O span,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj .UpdateProfileForm_check__1RL5O span,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj .UpdateProfileForm_check__1RL5O span,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r .UpdateProfileForm_border_col__9u4Sj .UpdateProfileForm_check__1RL5O span{color:#03c03c}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ{display:flex;gap:10px;width:100%}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ .UpdateProfileForm_form_Input__PpLBZ,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ .UpdateProfileForm_form_Input__PpLBZ,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ .UpdateProfileForm_form_Input__PpLBZ,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ .UpdateProfileForm_form_Input__PpLBZ,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ .UpdateProfileForm_form_Input__PpLBZ,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ .UpdateProfileForm_form_Input__PpLBZ{flex:2 1}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ .UpdateProfileForm_form_button__g5wM-,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ .UpdateProfileForm_form_button__g5wM-,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ .UpdateProfileForm_form_button__g5wM-,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ .UpdateProfileForm_form_button__g5wM-,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ .UpdateProfileForm_form_button__g5wM-,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ .UpdateProfileForm_form_button__g5wM-{align-items:center;display:flex;flex:1 1;justify-content:center}.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ .UpdateProfileForm_form_button__g5wM- button,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ .UpdateProfileForm_form_button__g5wM- button,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_left__kPpQe .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ .UpdateProfileForm_form_button__g5wM- button,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_border_row__GPmqo .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ .UpdateProfileForm_form_button__g5wM- button,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_flex_row__H0xP2 .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ .UpdateProfileForm_form_button__g5wM- button,.UpdateProfileForm_content_wrapper__6s7ma .UpdateProfileForm_container__sUhYd .UpdateProfileForm_main_row__cpSwW form .UpdateProfileForm_right__94o7J .UpdateProfileForm_form_wrapper__lmuWo .UpdateProfileForm_row__bKhBQ .UpdateProfileForm_col__qJM8r .UpdateProfileForm_flex_col__-13oQ .UpdateProfileForm_form_button__g5wM- button{background-color:#03c03c}.OtpCard_OtpSection__U0D7N{align-items:flex-start;background-color:#fff;border-radius:10px;box-shadow:2px 4px 10px 1px #c9c9c978;display:flex;flex-direction:column;height:260px;justify-content:flex-start;padding:40px;text-align:start;width:480px}@media (max-width:550px){.OtpCard_OtpSection__U0D7N{height:420px;margin:0;padding:20px;place-content:center}}@media (min-width:550px) and (max-width:768px){.OtpCard_OtpSection__U0D7N{height:340px;padding:20px 40px}}.OtpCard_OtpSection__U0D7N .OtpCard_navigation__9braf{color:#111;text-decoration:none}.OtpCard_OtpSection__U0D7N h1{font-size:24px;padding:10px 0}.OtpCard_OtpSection__U0D7N p{font-size:14px}.OtpCard_OtpSection__U0D7N form{align-items:flex-start;display:flex;flex-direction:column;padding:20px 0;width:100%}@media (max-width:550px){.OtpCard_OtpSection__U0D7N form{padding:0;width:100%}}@media (min-width:550px) and (max-width:768px){.OtpCard_OtpSection__U0D7N form{width:100%}}.OtpCard_OtpSection__U0D7N form label{font-size:18px;font-weight:500;margin:10px}@media (max-width:550px){.OtpCard_OtpSection__U0D7N form label{margin:10px 0}}.OtpCard_OtpSection__U0D7N form .OtpCard_input_div__Z6JyP{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.OtpCard_OtpSection__U0D7N form .OtpCard_input_div__Z6JyP input{background-color:#f8f8f8;border:2px solid #d3d3d3;border-radius:5px;margin:10px 0;outline:none;padding:15px 10px;width:90%}.OtpCard_OtpSection__U0D7N form .OtpCard_input_div__Z6JyP .OtpCard_otpbtn_div__AEWyr{align-items:flex-end;display:flex;justify-content:flex-end;padding:10px 0 10px 30px;width:90%}.OtpCard_OtpSection__U0D7N form .OtpCard_input_div__Z6JyP .OtpCard_otpbtn_div__AEWyr .OtpCard_otpbtn__r\+stP{background-color:#2ac52a;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:12px 25px;text-align:center}.PostAdsPage_page_wrapper__QqClX{display:flex;flex-direction:column;min-height:100%;position:relative;width:100%}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_navigation__RoDhs{color:#111;text-decoration:none}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_header_wrapper__9tU6l{align-items:center;background-color:#fff;display:flex;height:80px;position:fixed;top:0;width:100%;z-index:9}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_header_wrapper__9tU6l .PostAdsPage_backarrow__foCvQ{font-size:24px;margin:0 20px;padding:0 20px}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_container_wrapper__5yHX6{align-items:center;background-color:#f8f8f8;display:flex;gap:5px;height:100%;justify-content:center;margin-top:80px;min-height:540px;overflow:hidden;padding:20px 80px}@media (max-width:550px){.PostAdsPage_page_wrapper__QqClX .PostAdsPage_container_wrapper__5yHX6{display:none}}@media (min-width:550px) and (max-width:768px){.PostAdsPage_page_wrapper__QqClX .PostAdsPage_container_wrapper__5yHX6{min-height:480px;padding:20px}}@media (min-width:900px) and (max-width:1024px){.PostAdsPage_page_wrapper__QqClX .PostAdsPage_container_wrapper__5yHX6{min-height:510px}}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_container_wrapper__5yHX6 .PostAdsPage_container__m43Te{background-color:#fff;box-shadow:0 5px 20px #0000001a;display:flex;gap:5px}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_container_wrapper__5yHX6 .PostAdsPage_container__m43Te .PostAdsPage_left_container__pbxES{background-color:#fff;border-radius:5px;box-shadow:0 5px 20px #0000001a;display:flex;flex-direction:column;min-height:420px;min-width:340px;padding:10px}@media (min-width:550px) and (max-width:768px){.PostAdsPage_page_wrapper__QqClX .PostAdsPage_container_wrapper__5yHX6 .PostAdsPage_container__m43Te .PostAdsPage_left_container__pbxES{min-width:250px}}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_container_wrapper__5yHX6 .PostAdsPage_container__m43Te .PostAdsPage_left_container__pbxES .PostAdsPage_box_title__sRQOG{align-items:center;background-color:#046bd2;border-radius:5px;color:#fff;display:flex;height:2rem;justify-content:center;margin-bottom:5px;padding:5px 0;width:100%}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_container_wrapper__5yHX6 .PostAdsPage_container__m43Te .PostAdsPage_left_container__pbxES .PostAdsPage_normal__egqcv{align-items:center;border-bottom:2px solid #f8f8f8;display:flex;flex-direction:row;height:2rem;padding:5px 0;width:100%}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_container_wrapper__5yHX6 .PostAdsPage_container__m43Te .PostAdsPage_left_container__pbxES .PostAdsPage_normal__egqcv:hover{background-color:#046bd2;border-radius:5px;color:#fff}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_container_wrapper__5yHX6 .PostAdsPage_container__m43Te .PostAdsPage_left_container__pbxES .PostAdsPage_normal__egqcv label{align-items:flex-start;display:flex;padding:0 10px;width:80%}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_container_wrapper__5yHX6 .PostAdsPage_container__m43Te .PostAdsPage_left_container__pbxES .PostAdsPage_normal__egqcv span{align-items:flex-end;display:flex;font-size:22px;justify-content:center;padding:10px;width:20%}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_container_wrapper__5yHX6 .PostAdsPage_container__m43Te .PostAdsPage_left_container__pbxES .PostAdsPage_hightlight__2B1aS{align-items:center;background-color:#046bd2;border-bottom:2px solid #f8f8f8;border-radius:5px;color:#fff;display:flex;flex-direction:row;height:2rem;padding:5px 0;width:100%}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_container_wrapper__5yHX6 .PostAdsPage_container__m43Te .PostAdsPage_left_container__pbxES .PostAdsPage_hightlight__2B1aS:hover{background-color:#046bd2;border-radius:5px;color:#fff}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_container_wrapper__5yHX6 .PostAdsPage_container__m43Te .PostAdsPage_left_container__pbxES .PostAdsPage_hightlight__2B1aS label{align-items:flex-start;display:flex;padding:0 10px;width:80%}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_container_wrapper__5yHX6 .PostAdsPage_container__m43Te .PostAdsPage_left_container__pbxES .PostAdsPage_hightlight__2B1aS span{align-items:flex-end;display:flex;font-size:22px;justify-content:center;padding:10px;width:20%}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_container_wrapper__5yHX6 .PostAdsPage_container__m43Te .PostAdsPage_right_container__t\+Qcx{background-color:#fff;border-radius:5px;display:flex;flex-direction:column;min-height:420px;min-width:400px;padding:10px}@media (min-width:550px) and (max-width:768px){.PostAdsPage_page_wrapper__QqClX .PostAdsPage_container_wrapper__5yHX6 .PostAdsPage_container__m43Te .PostAdsPage_right_container__t\+Qcx{min-width:250px}}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_container_wrapper__5yHX6 .PostAdsPage_container__m43Te .PostAdsPage_right_container__t\+Qcx .PostAdsPage_box__dLhBQ{align-items:center;border-bottom:2px solid #f8f8f8;display:flex;flex-direction:row;height:2rem;padding:5px 0;width:100%}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_container_wrapper__5yHX6 .PostAdsPage_container__m43Te .PostAdsPage_right_container__t\+Qcx .PostAdsPage_box__dLhBQ:hover{background-color:#046bd2;border-radius:5px;color:#fff}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_container_wrapper__5yHX6 .PostAdsPage_container__m43Te .PostAdsPage_right_container__t\+Qcx .PostAdsPage_box__dLhBQ label{align-items:flex-start;display:flex;padding:0 10px;width:100%}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_container_wrapper__5yHX6 .PostAdsPage_container__m43Te .PostAdsPage_right_container__t\+Qcx .PostAdsPage_box__dLhBQ span{align-items:flex-end;display:flex;font-size:22px;justify-content:center;padding:10px;width:20%}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_M_container__8WC6b{display:none}@media (max-width:550px){.PostAdsPage_page_wrapper__QqClX .PostAdsPage_M_container__8WC6b{align-items:center;background-color:#f8f8f8;display:flex;justify-content:center;margin-top:80px;min-height:510px;overflow:hidden;padding:10px 20px}}@media (min-width:550px) and (max-width:768px){.PostAdsPage_page_wrapper__QqClX .PostAdsPage_M_container__8WC6b{display:none}}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_M_container__8WC6b .PostAdsPage_Container__A7krZ{background-color:#fff;display:flex;flex-direction:column;min-height:420px;padding:20px;width:100%}@media (max-width:550px){.PostAdsPage_page_wrapper__QqClX .PostAdsPage_M_container__8WC6b .PostAdsPage_Container__A7krZ .PostAdsPage_left_container__pbxES{display:flex;flex-direction:column;gap:10px}}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_M_container__8WC6b .PostAdsPage_Container__A7krZ .PostAdsPage_left_container__pbxES .PostAdsPage_box_title__sRQOG{align-items:center;background-color:#046bd2;border-radius:5px;color:#fff;display:flex;height:2rem;justify-content:center;margin-bottom:5px;padding:5px 0;width:100%}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_M_container__8WC6b .PostAdsPage_Container__A7krZ .PostAdsPage_left_container__pbxES .PostAdsPage_box_title__sRQOG h3{font-size:16px}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_M_container__8WC6b .PostAdsPage_Container__A7krZ .PostAdsPage_left_container__pbxES .PostAdsPage_box__dLhBQ{align-items:center;border-bottom:2px solid #f8f8f8;display:flex;flex-direction:row;height:2rem;padding:5px 0;width:100%}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_M_container__8WC6b .PostAdsPage_Container__A7krZ .PostAdsPage_left_container__pbxES .PostAdsPage_box__dLhBQ:hover{background-color:#046bd2;color:#fff}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_M_container__8WC6b .PostAdsPage_Container__A7krZ .PostAdsPage_left_container__pbxES .PostAdsPage_box__dLhBQ label{align-items:flex-start;display:flex;padding:0 10px;width:100%}.PostAdsPage_page_wrapper__QqClX .PostAdsPage_M_container__8WC6b .PostAdsPage_Container__A7krZ .PostAdsPage_left_container__pbxES .PostAdsPage_box__dLhBQ span{align-items:flex-end;display:flex;font-size:22px;justify-content:center;padding:10px;width:20%}.CompleteProfileModal_overlay__DFWek{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.CompleteProfileModal_modal__Wqw0O{background:#fff;border-radius:12px;box-shadow:0 0 15px #0003;max-width:400px;padding:2rem;text-align:center;width:90%}.CompleteProfileModal_header__9WVQg{font-size:1.5rem;margin-bottom:1rem}.CompleteProfileModal_message__tzy-Y{font-size:1rem;margin-bottom:1.5rem}.CompleteProfileModal_actions__HMB3\+{display:flex;flex-direction:column;gap:.75rem}.CompleteProfileModal_primaryButton__pF5r1{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:.75rem 1.5rem;transition:background-color .3s ease}.CompleteProfileModal_primaryButton__pF5r1:hover{background-color:#0056b3}.CompleteProfileModal_secondaryButton__YynYU{background-color:initial;border:2px solid #ccc;border-radius:8px;color:#333;cursor:pointer;font-weight:700;padding:.6rem 1.2rem;transition:border-color .3s ease}.CompleteProfileModal_secondaryButton__YynYU:hover{border-color:#999}.Legal\&PrivacyPage_page_wrapper__TAKg4{display:flex;flex-direction:column;min-height:100%;width:100%}.Legal\&PrivacyPage_page_wrapper__TAKg4 .Legal\&PrivacyPage_main__z5vAH{display:flex;flex-direction:column;margin-top:80px}@media (max-width:550px){.Legal\&PrivacyPage_page_wrapper__TAKg4 .Legal\&PrivacyPage_main__z5vAH{margin-top:120px}}@media (min-width:550px) and (max-width:768px){.Legal\&PrivacyPage_page_wrapper__TAKg4 .Legal\&PrivacyPage_main__z5vAH{margin-top:120px}}@media (min-width:900px) and (max-width:1024px){.Legal\&PrivacyPage_page_wrapper__TAKg4 .Legal\&PrivacyPage_main__z5vAH{margin-top:80px}}.Legal\&PrivacyPage_page_wrapper__TAKg4 .Legal\&PrivacyPage_main__z5vAH .Legal\&PrivacyPage_container__1m6N-{display:flex;justify-content:center;min-height:510px;padding:0 3rem}@media (max-width:550px){.Legal\&PrivacyPage_page_wrapper__TAKg4 .Legal\&PrivacyPage_main__z5vAH .Legal\&PrivacyPage_container__1m6N-{flex-direction:column;padding:0 1rem}}@media (min-width:550px) and (max-width:768px){.Legal\&PrivacyPage_page_wrapper__TAKg4 .Legal\&PrivacyPage_main__z5vAH .Legal\&PrivacyPage_container__1m6N-{flex-direction:column;padding:0 2rem}}.Legal\&PrivacyPage_page_wrapper__TAKg4 .Legal\&PrivacyPage_main__z5vAH .Legal\&PrivacyPage_container__1m6N- .Legal\&PrivacyPage_left__KvfwQ{flex:2 1}.Legal\&PrivacyPage_page_wrapper__TAKg4 .Legal\&PrivacyPage_main__z5vAH .Legal\&PrivacyPage_container__1m6N- .Legal\&PrivacyPage_right__SAdBc{flex:6 1}.SideMenu_content__ANXLo{height:100%;width:100%}.SideMenu_content__ANXLo .SideMenu_contentWrapper__k0sd5{display:flex;flex-direction:column;padding:40px 10px}@media (max-width:550px){.SideMenu_content__ANXLo .SideMenu_contentWrapper__k0sd5{flex-direction:column}}@media (min-width:550px) and (max-width:768px){.SideMenu_content__ANXLo .SideMenu_contentWrapper__k0sd5{flex-direction:column}}.SideMenu_content__ANXLo .SideMenu_contentWrapper__k0sd5 .SideMenu_top__LzIZM{margin:20px 0}.SideMenu_content__ANXLo .SideMenu_contentWrapper__k0sd5 .SideMenu_bottom__i4GJG,.SideMenu_content__ANXLo .SideMenu_contentWrapper__k0sd5 .SideMenu_top__LzIZM{align-items:flex-start;display:flex;flex-direction:column}.SideMenu_content__ANXLo .SideMenu_contentWrapper__k0sd5 .SideMenu_bottom__i4GJG .SideMenu_title__zj8\+i,.SideMenu_content__ANXLo .SideMenu_contentWrapper__k0sd5 .SideMenu_top__LzIZM .SideMenu_title__zj8\+i{align-items:start;display:flex;justify-content:flex-start}.SideMenu_content__ANXLo .SideMenu_contentWrapper__k0sd5 .SideMenu_bottom__i4GJG ul,.SideMenu_content__ANXLo .SideMenu_contentWrapper__k0sd5 .SideMenu_top__LzIZM ul{list-style:none;margin:0;padding:0;width:100%}.SideMenu_content__ANXLo .SideMenu_contentWrapper__k0sd5 .SideMenu_bottom__i4GJG ul .SideMenu_active__UAvv0,.SideMenu_content__ANXLo .SideMenu_contentWrapper__k0sd5 .SideMenu_top__LzIZM ul .SideMenu_active__UAvv0{color:#046bd2;font-weight:700;width:100%}.SideMenu_content__ANXLo .SideMenu_contentWrapper__k0sd5 .SideMenu_bottom__i4GJG ul li,.SideMenu_content__ANXLo .SideMenu_contentWrapper__k0sd5 .SideMenu_top__LzIZM ul li{align-items:center;cursor:pointer;display:flex;gap:10px;padding:10px}.SideMenu_content__ANXLo .SideMenu_contentWrapper__k0sd5 .SideMenu_bottom__i4GJG ul li:hover,.SideMenu_content__ANXLo .SideMenu_contentWrapper__k0sd5 .SideMenu_top__LzIZM ul li:hover{background-color:#f8f8f8;border-radius:3px;color:#111;width:100%}.MainMenu_content_wrapper__LCTjd{padding:3rem 1rem}@media (max-width:550px){.MainMenu_content_wrapper__LCTjd{padding:2rem 1rem}}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU{width:100%}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn{display:flex;flex-direction:column;flex-wrap:wrap;margin-right:6rem}@media (max-width:550px){.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn{flex-direction:column;margin-right:0}}@media (min-width:550px) and (max-width:768px){.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn{flex-direction:column;margin-right:0}}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG{display:flex;flex:1 1;flex-direction:column;padding:10px}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_title__-fy2l,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_title__-fy2l{margin-bottom:2rem}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_title__-fy2l h2,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_title__-fy2l h2{font-size:2rem;font-weight:500;line-height:1;margin-bottom:.8rem}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_title__-fy2l p,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_title__-fy2l p{color:#777;font-family:Poppins;font-size:1rem;font-weight:300;letter-spacing:0}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_subtitle__huhhr,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_subtitle__huhhr{align-items:center;display:flex;justify-content:flex-start;margin-bottom:1rem}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_subtitle__huhhr span,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_subtitle__huhhr span{margin-right:.5rem;text-align:center}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_subtitle__huhhr h3,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_subtitle__huhhr h3{font-size:1rem;font-weight:500;line-height:1.5}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_subdata__mvPkD p,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_subdata__mvPkD p{font-size:14px;font-weight:300;margin-bottom:1rem}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_subdata__mvPkD p span,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_subdata__mvPkD p span{margin-right:.5rem}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_row__vhKyn,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_row__vhKyn{display:flex;width:100%}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_row__vhKyn .MainMenu_col__o6Pdq,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_row__vhKyn .MainMenu_col__o6Pdq{display:flex;flex:1 1;padding:0 10px}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_row__vhKyn .MainMenu_col__o6Pdq .MainMenu_cont_info__OGwZy,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_row__vhKyn .MainMenu_col__o6Pdq .MainMenu_cont_info__OGwZy{display:block;margin-bottom:2rem}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_row__vhKyn .MainMenu_col__o6Pdq .MainMenu_cont_info__OGwZy h3,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_row__vhKyn .MainMenu_col__o6Pdq .MainMenu_cont_info__OGwZy h3{color:#333;font-size:1.2rem;font-weight:400;letter-spacing:-.025em;line-height:1.1;margin-bottom:1.5rem;margin-top:.5rem}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_row__vhKyn .MainMenu_col__o6Pdq .MainMenu_cont_info__OGwZy .MainMenu_cont_list__r1Toe,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_row__vhKyn .MainMenu_col__o6Pdq .MainMenu_cont_info__OGwZy .MainMenu_cont_list__r1Toe{list-style:none;margin-right:1.5rem;max-width:250px}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_row__vhKyn .MainMenu_col__o6Pdq .MainMenu_cont_info__OGwZy .MainMenu_cont_list__r1Toe li,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_row__vhKyn .MainMenu_col__o6Pdq .MainMenu_cont_info__OGwZy .MainMenu_cont_list__r1Toe li{align-items:center;display:flex;gap:20px;margin-bottom:1.4rem}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_row__vhKyn .MainMenu_col__o6Pdq .MainMenu_cont_info__OGwZy .MainMenu_cont_list__r1Toe li i,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_row__vhKyn .MainMenu_col__o6Pdq .MainMenu_cont_info__OGwZy .MainMenu_cont_list__r1Toe li i{color:#046bd2;font-size:1.2rem;font-weight:500}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_row__vhKyn .MainMenu_col__o6Pdq .MainMenu_cont_info__OGwZy .MainMenu_cont_list__r1Toe li span,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_row__vhKyn .MainMenu_col__o6Pdq .MainMenu_cont_info__OGwZy .MainMenu_cont_list__r1Toe li span{font-size:1rem;font-weight:300}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_row__vhKyn .MainMenu_col__o6Pdq .MainMenu_cont_info__OGwZy .MainMenu_cont_list__r1Toe li div,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_row__vhKyn .MainMenu_col__o6Pdq .MainMenu_cont_info__OGwZy .MainMenu_cont_list__r1Toe li div{display:flex;flex-direction:column}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_row__vhKyn .MainMenu_col__o6Pdq .MainMenu_cont_info__OGwZy .MainMenu_cont_list__r1Toe li div span,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_row__vhKyn .MainMenu_col__o6Pdq .MainMenu_cont_info__OGwZy .MainMenu_cont_list__r1Toe li div span{font-size:1rem;font-weight:300}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_main_row__4qAO8,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_main_row__4qAO8{margin-bottom:2rem}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_main_row__4qAO8 form,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_main_row__4qAO8 form{display:block}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_main_row__4qAO8 form .MainMenu_row__vhKyn,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_main_row__4qAO8 form .MainMenu_row__vhKyn{display:flex;flex-direction:row;gap:10px}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_main_row__4qAO8 form .MainMenu_row__vhKyn .MainMenu_col__o6Pdq,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_main_row__4qAO8 form .MainMenu_row__vhKyn .MainMenu_col__o6Pdq{display:flex;flex:1 1;padding:0}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_main_row__4qAO8 form .MainMenu_row__vhKyn .MainMenu_col__o6Pdq input,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_main_row__4qAO8 form .MainMenu_row__vhKyn .MainMenu_col__o6Pdq input{background-color:#fafafa;border:1px solid #ebebeb;border-radius:5px;box-shadow:none;color:#777;font-size:.8rem;font-weight:300;height:40px;line-height:1;margin-bottom:2rem;outline:none;padding:.2rem 2rem;transition:all .3s;width:100%}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_main_row__4qAO8 form .MainMenu_row__vhKyn .MainMenu_col__o6Pdq input:focus,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_main_row__4qAO8 form .MainMenu_row__vhKyn .MainMenu_col__o6Pdq input:focus{border:1px solid #046bd2}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_main_row__4qAO8 form .MainMenu_row__vhKyn textarea,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_main_row__4qAO8 form .MainMenu_row__vhKyn textarea{background-color:#fafafa;border:1px solid #ebebeb;border-radius:5px;box-shadow:none;color:#777;font-size:.8rem;font-weight:300;line-height:1.5;margin-bottom:2rem;min-height:150px;outline:none;padding:1rem 2rem;transition:all .3s;width:100%}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_main_row__4qAO8 form .MainMenu_row__vhKyn textarea:focus,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_main_row__4qAO8 form .MainMenu_row__vhKyn textarea:focus{border:1px solid #046bd2}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_main_row__4qAO8 form .MainMenu_row__vhKyn button,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_main_row__4qAO8 form .MainMenu_row__vhKyn button{align-items:center;background-color:#fff;border:1px solid #046bd2;border-radius:5px;box-shadow:none;color:#046bd2;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:400;justify-content:center;line-height:1.2;min-width:170px;outline:none;padding:.6rem 1rem;text-align:center;transition:all .3s;white-space:normal}.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_bottom__SNbZa .MainMenu_main_row__4qAO8 form .MainMenu_row__vhKyn button i,.MainMenu_content_wrapper__LCTjd .MainMenu_container__0zJCU .MainMenu_row__vhKyn .MainMenu_top__LpcCG .MainMenu_main_row__4qAO8 form .MainMenu_row__vhKyn button i{align-items:center;display:flex;margin-left:5px}.HelpCenterPage_page_wrapper__QoKJF{display:flex;flex-direction:column;min-height:100%;width:100%}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+{display:flex;flex-direction:column;margin-top:80px}@media (max-width:550px){.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+{margin-top:120px}}@media (min-width:550px) and (max-width:768px){.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+{margin-top:120px}}@media (min-width:900px) and (max-width:1024px){.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+{margin-top:80px}}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK{display:flex;justify-content:center;min-height:510px;padding:0 4rem;position:relative}@media (max-width:550px){.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK{flex-direction:column-reverse;padding:0}}@media (min-width:550px) and (max-width:768px){.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK{flex-direction:column-reverse;padding:0 1rem}}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_To_top__mWfHZ{align-items:center;background-color:#046bd2;border-radius:5px;bottom:1rem;color:#fff;display:flex;font-size:2rem;font-weight:600;height:50px;justify-content:center;position:fixed;right:2rem;width:50px}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_left__xDfv-{flex:2 1}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR{flex:6 1}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa{padding:3rem 1rem}@media (max-width:550px){.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa{padding:2rem 1rem}}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+{width:100%}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ{display:flex;flex-direction:column;flex-wrap:wrap}@media (max-width:550px){.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ{flex-direction:column}}@media (min-width:550px) and (max-width:768px){.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ{flex-direction:column}}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_bottom__m2pW-,.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_top__zrT2X{display:flex;flex:1 1;flex-direction:column;padding:10px}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_bottom__m2pW- .HelpCenterPage_bold__nggCX,.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_top__zrT2X .HelpCenterPage_bold__nggCX{font-weight:500}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_bottom__m2pW- .HelpCenterPage_links__eSs2C,.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_top__zrT2X .HelpCenterPage_links__eSs2C{color:#046bd2;margin-left:.5rem;text-decoration:none}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_bottom__m2pW- .HelpCenterPage_point__lmMt5,.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_top__zrT2X .HelpCenterPage_point__lmMt5{margin:0 .2rem;text-align:center}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_bottom__m2pW- .HelpCenterPage_title__xXJZ5,.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_top__zrT2X .HelpCenterPage_title__xXJZ5{margin-bottom:2rem}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_bottom__m2pW- .HelpCenterPage_title__xXJZ5 h2,.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_top__zrT2X .HelpCenterPage_title__xXJZ5 h2{font-size:2rem;font-weight:500;line-height:1;margin-bottom:.8rem}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_bottom__m2pW- .HelpCenterPage_title__xXJZ5 p,.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_top__zrT2X .HelpCenterPage_title__xXJZ5 p{color:#777;font-family:Poppins;font-size:1rem;font-weight:300;letter-spacing:0}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_bottom__m2pW- .HelpCenterPage_subtitle__S2cyB,.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_top__zrT2X .HelpCenterPage_subtitle__S2cyB{align-items:center;display:flex;justify-content:flex-start;margin-bottom:1rem}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_bottom__m2pW- .HelpCenterPage_subtitle__S2cyB span,.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_top__zrT2X .HelpCenterPage_subtitle__S2cyB span{margin-right:.5rem;text-align:center}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_bottom__m2pW- .HelpCenterPage_subtitle__S2cyB h3,.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_top__zrT2X .HelpCenterPage_subtitle__S2cyB h3{font-size:1rem;font-weight:600;line-height:.8rem}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_bottom__m2pW- .HelpCenterPage_subdata__IjljN p,.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_top__zrT2X .HelpCenterPage_subdata__IjljN p{font-size:14px;font-weight:300;margin-bottom:1rem}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_bottom__m2pW- .HelpCenterPage_step__Aec5Z,.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_top__zrT2X .HelpCenterPage_step__Aec5Z{margin-bottom:1rem;margin-top:.5rem}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_bottom__m2pW- .HelpCenterPage_step__Aec5Z .HelpCenterPage_step_title__rHXrX,.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_top__zrT2X .HelpCenterPage_step__Aec5Z .HelpCenterPage_step_title__rHXrX{border-bottom:1px solid #d3d3d3;margin:1rem 0}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_bottom__m2pW- .HelpCenterPage_step__Aec5Z .HelpCenterPage_step_title__rHXrX h5,.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_top__zrT2X .HelpCenterPage_step__Aec5Z .HelpCenterPage_step_title__rHXrX h5{font-weight:500}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_bottom__m2pW- .HelpCenterPage_step__Aec5Z .HelpCenterPage_step_wrapper__B9IaB,.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_top__zrT2X .HelpCenterPage_step__Aec5Z .HelpCenterPage_step_wrapper__B9IaB{display:flex;gap:10px;width:100%}@media (max-width:550px){.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_bottom__m2pW- .HelpCenterPage_step__Aec5Z .HelpCenterPage_step_wrapper__B9IaB,.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_top__zrT2X .HelpCenterPage_step__Aec5Z .HelpCenterPage_step_wrapper__B9IaB{flex-direction:column}}@media (min-width:550px) and (max-width:768px){.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_bottom__m2pW- .HelpCenterPage_step__Aec5Z .HelpCenterPage_step_wrapper__B9IaB,.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_top__zrT2X .HelpCenterPage_step__Aec5Z .HelpCenterPage_step_wrapper__B9IaB{flex-direction:column}}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_bottom__m2pW- .HelpCenterPage_step__Aec5Z .HelpCenterPage_step_wrapper__B9IaB .HelpCenterPage_step_content__rylVz,.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_top__zrT2X .HelpCenterPage_step__Aec5Z .HelpCenterPage_step_wrapper__B9IaB .HelpCenterPage_step_content__rylVz{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_bottom__m2pW- .HelpCenterPage_step__Aec5Z .HelpCenterPage_step_wrapper__B9IaB .HelpCenterPage_step_content__rylVz p,.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_top__zrT2X .HelpCenterPage_step__Aec5Z .HelpCenterPage_step_wrapper__B9IaB .HelpCenterPage_step_content__rylVz p{font-size:14px;font-weight:300;margin-bottom:1rem}@media (max-width:550px){.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_bottom__m2pW- .HelpCenterPage_step__Aec5Z .HelpCenterPage_step_wrapper__B9IaB .HelpCenterPage_step_content__rylVz,.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_top__zrT2X .HelpCenterPage_step__Aec5Z .HelpCenterPage_step_wrapper__B9IaB .HelpCenterPage_step_content__rylVz{margin-bottom:.5rem}}@media (min-width:550px) and (max-width:768px){.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_bottom__m2pW- .HelpCenterPage_step__Aec5Z .HelpCenterPage_step_wrapper__B9IaB .HelpCenterPage_step_content__rylVz,.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_top__zrT2X .HelpCenterPage_step__Aec5Z .HelpCenterPage_step_wrapper__B9IaB .HelpCenterPage_step_content__rylVz{margin-bottom:.5rem}}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_bottom__m2pW- .HelpCenterPage_step__Aec5Z .HelpCenterPage_step_wrapper__B9IaB .HelpCenterPage_step_img__bVDe0,.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_top__zrT2X .HelpCenterPage_step__Aec5Z .HelpCenterPage_step_wrapper__B9IaB .HelpCenterPage_step_img__bVDe0{align-items:flex-start;display:flex;flex:1 1;justify-content:flex-start}.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_bottom__m2pW- .HelpCenterPage_step__Aec5Z .HelpCenterPage_step_wrapper__B9IaB .HelpCenterPage_step_img__bVDe0 img,.HelpCenterPage_page_wrapper__QoKJF .HelpCenterPage_main__MtM9\+ .HelpCenterPage_container__WpaOK .HelpCenterPage_right__-fgAR .HelpCenterPage_content_wrapper__42Hfa .HelpCenterPage_container_wrap__ack1\+ .HelpCenterPage_row__ZyEHQ .HelpCenterPage_top__zrT2X .HelpCenterPage_step__Aec5Z .HelpCenterPage_step_wrapper__B9IaB .HelpCenterPage_step_img__bVDe0 img{height:200px;object-fit:contain;width:100%}.Sidebar_content__G\+3HG{height:100%;width:100%}.Sidebar_content__G\+3HG .Sidebar_contentWrapper__skyk\+{align-items:center;display:flex;flex-direction:column;padding:3rem 1rem}@media (max-width:550px){.Sidebar_content__G\+3HG .Sidebar_contentWrapper__skyk\+{align-items:flex-start;flex-direction:column;padding:2rem 1rem}}@media (min-width:550px) and (max-width:768px){.Sidebar_content__G\+3HG .Sidebar_contentWrapper__skyk\+{align-items:flex-start;flex-direction:column}}.Sidebar_content__G\+3HG .Sidebar_contentWrapper__skyk\+ .Sidebar_top__Edl4i{margin:20px 0}.Sidebar_content__G\+3HG .Sidebar_contentWrapper__skyk\+ .Sidebar_bottom__DXgnM,.Sidebar_content__G\+3HG .Sidebar_contentWrapper__skyk\+ .Sidebar_top__Edl4i{align-items:flex-start;display:flex;flex-direction:column;width:100%}@media (max-width:550px){.Sidebar_content__G\+3HG .Sidebar_contentWrapper__skyk\+ .Sidebar_bottom__DXgnM,.Sidebar_content__G\+3HG .Sidebar_contentWrapper__skyk\+ .Sidebar_top__Edl4i{align-items:center;flex-direction:column;padding:2rem 1rem}}@media (min-width:550px) and (max-width:768px){.Sidebar_content__G\+3HG .Sidebar_contentWrapper__skyk\+ .Sidebar_bottom__DXgnM,.Sidebar_content__G\+3HG .Sidebar_contentWrapper__skyk\+ .Sidebar_top__Edl4i{align-items:center;flex-direction:column}}.Sidebar_content__G\+3HG .Sidebar_contentWrapper__skyk\+ .Sidebar_bottom__DXgnM .Sidebar_title__cxivV,.Sidebar_content__G\+3HG .Sidebar_contentWrapper__skyk\+ .Sidebar_top__Edl4i .Sidebar_title__cxivV{align-items:flex-start;display:flex;padding:0 10px}.Sidebar_content__G\+3HG .Sidebar_contentWrapper__skyk\+ .Sidebar_bottom__DXgnM ul,.Sidebar_content__G\+3HG .Sidebar_contentWrapper__skyk\+ .Sidebar_top__Edl4i ul{list-style:none;margin:0;padding:0;width:100%}.Sidebar_content__G\+3HG .Sidebar_contentWrapper__skyk\+ .Sidebar_bottom__DXgnM ul .Sidebar_active__OVnKq,.Sidebar_content__G\+3HG .Sidebar_contentWrapper__skyk\+ .Sidebar_top__Edl4i ul .Sidebar_active__OVnKq{color:#046bd2;font-weight:700;width:100%}.Sidebar_content__G\+3HG .Sidebar_contentWrapper__skyk\+ .Sidebar_bottom__DXgnM ul li,.Sidebar_content__G\+3HG .Sidebar_contentWrapper__skyk\+ .Sidebar_top__Edl4i ul li{align-items:center;cursor:pointer;display:flex;gap:10px;padding:10px}.Sidebar_content__G\+3HG .Sidebar_contentWrapper__skyk\+ .Sidebar_bottom__DXgnM ul li:hover,.Sidebar_content__G\+3HG .Sidebar_contentWrapper__skyk\+ .Sidebar_top__Edl4i ul li:hover{background-color:#f8f8f8;border-radius:3px;color:#111;width:100%}.AboutUsPage_page_wrapper__QdRzd{display:flex;flex-direction:column;min-height:100%;width:100%}.AboutUsPage_page_wrapper__QdRzd .AboutUsPage_main__pDkJ2{display:flex;flex-direction:column;margin-top:80px}@media (max-width:550px){.AboutUsPage_page_wrapper__QdRzd .AboutUsPage_main__pDkJ2{margin-top:120px}}@media (min-width:550px) and (max-width:768px){.AboutUsPage_page_wrapper__QdRzd .AboutUsPage_main__pDkJ2{margin-top:120px}}@media (min-width:900px) and (max-width:1024px){.AboutUsPage_page_wrapper__QdRzd .AboutUsPage_main__pDkJ2{margin-top:80px}}.AboutUs_content_wrapper__JfpHW{height:100vh;padding:3rem}@media (max-width:550px){.AboutUs_content_wrapper__JfpHW{padding:2rem 1rem}}@media (min-width:550px) and (max-width:768px){.AboutUs_content_wrapper__JfpHW{padding:3rem 1rem}}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1{width:100%}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub{display:flex;flex-direction:column;flex-wrap:wrap;margin-right:6rem}@media (max-width:550px){.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub{flex-direction:column;margin-right:0}}@media (min-width:550px) and (max-width:768px){.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub{flex-direction:column;margin-right:0}}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg{display:flex;flex:1 1;flex-direction:column;padding:10px}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_title__lQCwZ,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_title__lQCwZ{margin-bottom:2rem}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_title__lQCwZ h2,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_title__lQCwZ h2{font-size:2rem;font-weight:500;line-height:1;margin-bottom:.8rem}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_title__lQCwZ p,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_title__lQCwZ p{color:#777;font-family:Poppins;font-size:1rem;font-weight:300;letter-spacing:0}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_subtitle__F2exc,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_subtitle__F2exc{align-items:center;display:flex;justify-content:flex-start;margin-bottom:1rem}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_subtitle__F2exc span,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_subtitle__F2exc span{margin-right:.5rem;text-align:center}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_subtitle__F2exc h3,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_subtitle__F2exc h3{font-size:1rem;font-weight:500;line-height:1.5}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_subdata__H68WG p,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_subdata__H68WG p{font-size:14px;font-weight:300;margin-bottom:1rem}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_subdata__H68WG p span,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_subdata__H68WG p span{margin-right:.5rem}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_row__5Y4ub,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_row__5Y4ub{display:flex;width:100%}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_row__5Y4ub .AboutUs_col__MZMIW,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_row__5Y4ub .AboutUs_col__MZMIW{display:flex;flex:1 1;padding:0 10px}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_row__5Y4ub .AboutUs_col__MZMIW .AboutUs_cont_info__A8ueS,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_row__5Y4ub .AboutUs_col__MZMIW .AboutUs_cont_info__A8ueS{display:block;margin-bottom:2rem}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_row__5Y4ub .AboutUs_col__MZMIW .AboutUs_cont_info__A8ueS h3,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_row__5Y4ub .AboutUs_col__MZMIW .AboutUs_cont_info__A8ueS h3{color:#333;font-size:1.2rem;font-weight:400;letter-spacing:-.025em;line-height:1.1;margin-bottom:1.5rem;margin-top:.5rem}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_row__5Y4ub .AboutUs_col__MZMIW .AboutUs_cont_info__A8ueS .AboutUs_cont_list__fb8c4,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_row__5Y4ub .AboutUs_col__MZMIW .AboutUs_cont_info__A8ueS .AboutUs_cont_list__fb8c4{list-style:none;margin-right:1.5rem;max-width:250px}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_row__5Y4ub .AboutUs_col__MZMIW .AboutUs_cont_info__A8ueS .AboutUs_cont_list__fb8c4 li,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_row__5Y4ub .AboutUs_col__MZMIW .AboutUs_cont_info__A8ueS .AboutUs_cont_list__fb8c4 li{align-items:center;display:flex;gap:20px;margin-bottom:1.4rem}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_row__5Y4ub .AboutUs_col__MZMIW .AboutUs_cont_info__A8ueS .AboutUs_cont_list__fb8c4 li i,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_row__5Y4ub .AboutUs_col__MZMIW .AboutUs_cont_info__A8ueS .AboutUs_cont_list__fb8c4 li i{color:#046bd2;font-size:1.2rem;font-weight:500}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_row__5Y4ub .AboutUs_col__MZMIW .AboutUs_cont_info__A8ueS .AboutUs_cont_list__fb8c4 li span,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_row__5Y4ub .AboutUs_col__MZMIW .AboutUs_cont_info__A8ueS .AboutUs_cont_list__fb8c4 li span{font-size:1rem;font-weight:300}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_row__5Y4ub .AboutUs_col__MZMIW .AboutUs_cont_info__A8ueS .AboutUs_cont_list__fb8c4 li div,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_row__5Y4ub .AboutUs_col__MZMIW .AboutUs_cont_info__A8ueS .AboutUs_cont_list__fb8c4 li div{display:flex;flex-direction:column}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_row__5Y4ub .AboutUs_col__MZMIW .AboutUs_cont_info__A8ueS .AboutUs_cont_list__fb8c4 li div span,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_row__5Y4ub .AboutUs_col__MZMIW .AboutUs_cont_info__A8ueS .AboutUs_cont_list__fb8c4 li div span{font-size:1rem;font-weight:300}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_main_row__e2Af9,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_main_row__e2Af9{margin-bottom:2rem}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_main_row__e2Af9 form,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_main_row__e2Af9 form{display:block}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_main_row__e2Af9 form .AboutUs_row__5Y4ub,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_main_row__e2Af9 form .AboutUs_row__5Y4ub{display:flex;flex-direction:row;gap:10px}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_main_row__e2Af9 form .AboutUs_row__5Y4ub .AboutUs_col__MZMIW,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_main_row__e2Af9 form .AboutUs_row__5Y4ub .AboutUs_col__MZMIW{display:flex;flex:1 1;padding:0}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_main_row__e2Af9 form .AboutUs_row__5Y4ub .AboutUs_col__MZMIW input,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_main_row__e2Af9 form .AboutUs_row__5Y4ub .AboutUs_col__MZMIW input{background-color:#fafafa;border:1px solid #ebebeb;border-radius:5px;box-shadow:none;color:#777;font-size:.8rem;font-weight:300;height:40px;line-height:1;margin-bottom:2rem;outline:none;padding:.2rem 2rem;transition:all .3s;width:100%}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_main_row__e2Af9 form .AboutUs_row__5Y4ub .AboutUs_col__MZMIW input:focus,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_main_row__e2Af9 form .AboutUs_row__5Y4ub .AboutUs_col__MZMIW input:focus{border:1px solid #046bd2}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_main_row__e2Af9 form .AboutUs_row__5Y4ub textarea,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_main_row__e2Af9 form .AboutUs_row__5Y4ub textarea{background-color:#fafafa;border:1px solid #ebebeb;border-radius:5px;box-shadow:none;color:#777;font-size:.8rem;font-weight:300;line-height:1.5;margin-bottom:2rem;min-height:150px;outline:none;padding:1rem 2rem;transition:all .3s;width:100%}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_main_row__e2Af9 form .AboutUs_row__5Y4ub textarea:focus,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_main_row__e2Af9 form .AboutUs_row__5Y4ub textarea:focus{border:1px solid #046bd2}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_main_row__e2Af9 form .AboutUs_row__5Y4ub button,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_main_row__e2Af9 form .AboutUs_row__5Y4ub button{align-items:center;background-color:#fff;border:1px solid #046bd2;border-radius:5px;box-shadow:none;color:#046bd2;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:400;justify-content:center;line-height:1.2;min-width:170px;outline:none;padding:.6rem 1rem;text-align:center;transition:all .3s;white-space:normal}.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_bottom__16hDj .AboutUs_main_row__e2Af9 form .AboutUs_row__5Y4ub button i,.AboutUs_content_wrapper__JfpHW .AboutUs_container__cICo1 .AboutUs_row__5Y4ub .AboutUs_top__ARPIg .AboutUs_main_row__e2Af9 form .AboutUs_row__5Y4ub button i{align-items:center;display:flex;margin-left:5px}._404_pageWrapper__Ofb7I{height:100%;width:100%}._404_pageWrapper__Ofb7I ._404_container__QlHEb{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:510px}._404_pageWrapper__Ofb7I ._404_container__QlHEb ._404_Image_wrap__evPYm{align-items:center;display:flex;height:100%;justify-content:center;width:100%}._404_pageWrapper__Ofb7I ._404_container__QlHEb ._404_Image_wrap__evPYm img{height:400px;object-fit:contain;width:400px}@media (max-width:550px){._404_pageWrapper__Ofb7I ._404_container__QlHEb ._404_Image_wrap__evPYm img{height:250px;width:250px}}._404_pageWrapper__Ofb7I ._404_container__QlHEb ._404_content__B-9Qm{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center}._404_pageWrapper__Ofb7I ._404_container__QlHEb ._404_content__B-9Qm ._404_nav__k6ObI{color:#fff;text-decoration:none}._404_pageWrapper__Ofb7I ._404_container__QlHEb ._404_content__B-9Qm h1{color:#373737;font-size:24px;font-weight:600}@media (max-width:550px){._404_pageWrapper__Ofb7I ._404_container__QlHEb ._404_content__B-9Qm h1{font-size:20px;font-weight:500}}._404_pageWrapper__Ofb7I ._404_container__QlHEb ._404_content__B-9Qm button{background-color:#046bd2;border:none;border-radius:5px;color:#fff;padding:15px}.Style_home__L3WfS{display:flex}.Style_home__L3WfS .Style_homeContainer__exUGk{background-color:#fff;flex:6 1}.Style_home__L3WfS .Style_charts__Zm65T,.Style_home__L3WfS .Style_widgets__Gt2v-{display:flex;gap:20px;padding:20px}.Style_home__L3WfS .Style_charts__Zm65T{padding:5px 20px}.Style_home__L3WfS .Style_listContainer__mOaBs{border-radius:4px;box-shadow:2px 4px 10px 1px #00000091;-webkit-box-shadow:2px 4px 10px 1px #c9c9c991;margin:20px;padding:20px}.Style_home__L3WfS .Style_listContainer__mOaBs .Style_listTitle__Uxf3C{font-weight:500;margin-bottom:20px}.Style_sidebar__fP6YZ{border-right:2px solid #f8f8f8;flex:1.5 1;min-height:100vh}@media (max-width:550px){.Style_sidebar__fP6YZ{flex:2.5 1}}@media (min-width:550px) and (max-width:768px){.Style_sidebar__fP6YZ{flex:2.5 1}}.Style_sidebar__fP6YZ .Style_logo_navigation__O2Ipm{text-decoration:none}.Style_sidebar__fP6YZ .Style_navigation__4ZMMI{background-color:#111;color:#111;text-decoration:none}.Style_sidebar__fP6YZ .Style_top__6mopb{align-items:center;background-color:#fff;display:flex;height:70px;justify-content:center}.Style_sidebar__fP6YZ .Style_top__6mopb .Style_logo__9pkYm{color:#046bd2;font-size:26px;font-weight:700}.Style_sidebar__fP6YZ hr{border:1px solid #f8f8f8;height:0}.Style_sidebar__fP6YZ .Style_center__onGnO{align-items:center;display:flex;justify-content:flex-start;padding:10px}.Style_sidebar__fP6YZ .Style_center__onGnO ul{list-style:none;margin:0;padding:0;width:100%}.Style_sidebar__fP6YZ .Style_center__onGnO ul .Style_active__ihX1U{background:rgba(63,131,209,.945);border-radius:3px;color:#fff;width:100%}.Style_sidebar__fP6YZ .Style_center__onGnO ul li{align-items:center;cursor:pointer;display:flex;gap:10px;padding:10px 0}.Style_sidebar__fP6YZ .Style_center__onGnO ul li:hover{background-color:#f8f8f8;border-radius:3px;color:#111;width:100%}.Style_sidebar__fP6YZ .Style_center__onGnO ul li .Style_active__ihX1U{background:rgba(63,131,209,.945);border-radius:3px;color:#fff;width:100%}.Style_sidebar__fP6YZ .Style_center__onGnO ul li .Style_icons__0PlcJ{font-size:18px;padding-left:10px}.Style_sidebar__fP6YZ .Style_center__onGnO ul li span{font-size:15px;font-weight:400;margin-left:5px}.Style_sidebar__fP6YZ .Style_bottom__thcxg{align-items:center;display:flex;padding:10px}.Style_sidebar__fP6YZ .Style_bottom__thcxg .Style_color_option__3G1mm{border:1px solid #373737;border-radius:5px;cursor:pointer;height:20px;margin:5px;width:20px}.Style_sidebar__fP6YZ .Style_bottom__thcxg .Style_color_option__3G1mm:first-child{background-color:#fff}.Style_sidebar__fP6YZ .Style_bottom__thcxg .Style_color_option__3G1mm:nth-child(2){background-color:#111}.Style_Header__EdFc8{align-items:center;border-bottom:2px solid #f8f8f8;display:flex;font-size:14px;height:70px}.Style_Header__EdFc8 .Style_wrapper__A747o{align-items:center;display:flex;gap:10px;justify-content:space-between;padding:20px 40px;width:100%}.Style_Header__EdFc8 .Style_wrapper__A747o .Style_search__-Wx8N{align-items:center;border:1px solid #d3d3d3;border-radius:5px;display:flex;padding:5px;width:300px}.Style_Header__EdFc8 .Style_wrapper__A747o .Style_search__-Wx8N input{background:#0000;border:none;height:2rem;outline:none;padding:0 5px;width:100%}.Style_Header__EdFc8 .Style_wrapper__A747o .Style_search__-Wx8N input::placeholder{font-size:12px}.Style_Header__EdFc8 .Style_wrapper__A747o .Style_items__6B67l{align-items:center;display:flex;gap:10px}.Style_Header__EdFc8 .Style_wrapper__A747o .Style_items__6B67l .Style_item__vOtPM{align-items:center;cursor:pointer;display:flex;position:relative}.Style_Header__EdFc8 .Style_wrapper__A747o .Style_items__6B67l .Style_item__vOtPM .Style_icon__mOfSW{font-size:24px}.Style_Header__EdFc8 .Style_wrapper__A747o .Style_items__6B67l .Style_item__vOtPM .Style_avatar__liW\+E{border-radius:50%;height:30px;width:30px}.Style_Header__EdFc8 .Style_wrapper__A747o .Style_items__6B67l .Style_item__vOtPM .Style_counter__at9jZ{align-items:center;background-color:red;border-radius:50%;color:#fff;display:flex;font-size:10px;font-weight:700;height:15px;justify-content:center;position:absolute;right:-5px;top:-5px;width:15px}.Style_widgets__jQDvV{border-radius:4px;box-shadow:2px 4px 10px 1px #00000091;-webkit-box-shadow:2px 4px 10px 1px #c9c9c991;display:flex;flex:1 1;height:100px;justify-content:space-between;padding:10px}.Style_widgets__jQDvV .Style_left__q0Qn\+,.Style_widgets__jQDvV .Style_right__oXcMw{display:flex;flex-direction:column;justify-content:space-between}.Style_widgets__jQDvV .Style_left__q0Qn\+ .Style_title__BjBTP,.Style_widgets__jQDvV .Style_right__oXcMw .Style_title__BjBTP{color:#373737;font-size:14px;font-weight:700}.Style_widgets__jQDvV .Style_left__q0Qn\+ .Style_counter__6Izmw,.Style_widgets__jQDvV .Style_right__oXcMw .Style_counter__6Izmw{font-size:26px;font-weight:300}.Style_widgets__jQDvV .Style_left__q0Qn\+ .Style_link__WZWQF,.Style_widgets__jQDvV .Style_right__oXcMw .Style_link__WZWQF{border-bottom:1px solid #f8f8f8;font-size:12px;width:max-content}.Style_widgets__jQDvV .Style_left__q0Qn\+ .Style_percentage__oh0UQ,.Style_widgets__jQDvV .Style_right__oXcMw .Style_percentage__oh0UQ{align-items:center;color:#00c700;display:flex;font-size:14px}.Style_widgets__jQDvV .Style_left__q0Qn\+ .Style_percentage__oh0UQ.Style_positive__sjtI8,.Style_widgets__jQDvV .Style_right__oXcMw .Style_percentage__oh0UQ.Style_positive__sjtI8{color:green}.Style_widgets__jQDvV .Style_left__q0Qn\+ .Style_percentage__oh0UQ.Style_negative__wAgXx,.Style_widgets__jQDvV .Style_right__oXcMw .Style_percentage__oh0UQ.Style_negative__wAgXx{color:red}.Style_widgets__jQDvV .Style_left__q0Qn\+ .Style_icon__PyRiX,.Style_widgets__jQDvV .Style_right__oXcMw .Style_icon__PyRiX{align-self:flex-end;background-color:#046bd2;border-radius:3px;color:#fff;font-size:18px;padding:5px}.Style_charts__2Q\+-v{border-radius:5px;box-shadow:2px 4px 10px 1px #00000091;-webkit-box-shadow:2px 4px 10px 1px #c9c9c991;flex:6 1;padding:10px}.Style_charts__2Q\+-v .Style_title__SSbJA{font-size:16px;font-weight:500;margin-bottom:20px}.Style_featured__Upt4K{border-radius:5px;box-shadow:2px 4px 10px 1px #00000091;-webkit-box-shadow:2px 4px 10px 1px #c9c9c991;flex:2 1;padding:10px}.Style_featured__Upt4K .Style_top__6Y82g{align-items:center;display:flex;justify-content:space-between}.Style_featured__Upt4K .Style_top__6Y82g .Style_title__ZJLQm{font-size:16px;font-weight:500}.Style_featured__Upt4K .Style_bottom__WJAz4{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;padding:20px}.Style_featured__Upt4K .Style_bottom__WJAz4 .Style_featuredChart__F6jmM{min-height:100px;min-width:100px}.Style_table__kb5TK .Style_cellWrapper__oJMQz{align-items:center;display:flex}.Style_table__kb5TK .Style_cellWrapper__oJMQz .Style_image__nFj\+k{border-radius:50%;height:32px;margin-right:10px;object-fit:cover;width:32px}.Style_table__kb5TK .Style_status__nXMI9{border-radius:5px;padding:5px}.Style_table__kb5TK .Style_status__nXMI9.Style_Approved__29ZLO{background-color:rgba(0,128,0,.151);color:green}.Style_table__kb5TK .Style_status__nXMI9.Style_Pending__jtSok{background-color:rgba(189,189,3,.103);color:#daa520}.Style_new__KYW9G{display:flex;width:100%}.Style_new__KYW9G .Style_newContainer__tKGnL{flex:6 1}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St{box-shadow:2px 4px 10px 1px #c9c9c978}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph{display:flex;flex-direction:column;gap:10px}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7{border-radius:5px;display:flex;margin:20px;padding:20px}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss h1,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt h1,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph h1,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St h1,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 h1{color:#d3d3d3;font-size:20px}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_input_contents__a8dMD,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_input_contents__a8dMD,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_input_contents__a8dMD,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_input_contents__a8dMD,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_input_contents__a8dMD{padding:.5rem}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+{align-items:center;display:flex;flex-direction:row;gap:1rem;margin-bottom:1rem}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi{display:flex;flex-direction:column;gap:.5rem;width:100%}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi label,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi label,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi label,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi label,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi label{align-items:center;display:flex;font-size:15px;gap:10px;justify-content:flex-start}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi label span{color:red}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi label .Style_icon__2nE1X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi label .Style_icon__2nE1X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi label .Style_icon__2nE1X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi label .Style_icon__2nE1X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi label .Style_icon__2nE1X{cursor:pointer}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi input,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi input,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi input,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi input,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi input{background:none;border:1px solid #ccc;border-radius:5px;font-size:15px;height:30px;outline:none;padding:.5rem}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi select,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi select,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi select,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi select,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_input_contents__a8dMD .Style_field_wrapper__3mGn\+ .Style_input_field__SvZOi select{background:none;border:1px solid #ccc;border-radius:5px;font-size:15px;height:46px;outline:none;padding:0 .5rem}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_input_contents__a8dMD .Style_additionalOptions__nlJv4 .Style_field_wrapper__3mGn\+ .Style_additionalOptions_btn__rOi\+w,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_input_contents__a8dMD .Style_additionalOptions__nlJv4 .Style_field_wrapper__3mGn\+ .Style_additionalOptions_btn__rOi\+w,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_input_contents__a8dMD .Style_additionalOptions__nlJv4 .Style_field_wrapper__3mGn\+ .Style_additionalOptions_btn__rOi\+w,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_input_contents__a8dMD .Style_additionalOptions__nlJv4 .Style_field_wrapper__3mGn\+ .Style_additionalOptions_btn__rOi\+w,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_input_contents__a8dMD .Style_additionalOptions__nlJv4 .Style_field_wrapper__3mGn\+ .Style_additionalOptions_btn__rOi\+w{align-items:center;display:flex;justify-content:center;width:50%}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_input_contents__a8dMD .Style_additionalOptions__nlJv4 .Style_field_wrapper__3mGn\+ .Style_additionalOptions_btn__rOi\+w .Style_optionButton__95Ox4,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_input_contents__a8dMD .Style_additionalOptions__nlJv4 .Style_field_wrapper__3mGn\+ .Style_additionalOptions_btn__rOi\+w .Style_optionButton__95Ox4,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_input_contents__a8dMD .Style_additionalOptions__nlJv4 .Style_field_wrapper__3mGn\+ .Style_additionalOptions_btn__rOi\+w .Style_optionButton__95Ox4,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_input_contents__a8dMD .Style_additionalOptions__nlJv4 .Style_field_wrapper__3mGn\+ .Style_additionalOptions_btn__rOi\+w .Style_optionButton__95Ox4,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_input_contents__a8dMD .Style_additionalOptions__nlJv4 .Style_field_wrapper__3mGn\+ .Style_additionalOptions_btn__rOi\+w .Style_optionButton__95Ox4{background-color:#046bd2;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:.5rem 2rem;text-align:center}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_input_contents__a8dMD .Style_additionalOptions__nlJv4 .Style_input_contentBtn__B8irR,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_input_contents__a8dMD .Style_additionalOptions__nlJv4 .Style_input_contentBtn__B8irR,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_input_contents__a8dMD .Style_additionalOptions__nlJv4 .Style_input_contentBtn__B8irR,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_input_contents__a8dMD .Style_additionalOptions__nlJv4 .Style_input_contentBtn__B8irR,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_input_contents__a8dMD .Style_additionalOptions__nlJv4 .Style_input_contentBtn__B8irR{align-items:center;display:flex;justify-content:center;padding:.5rem}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_input_contents__a8dMD .Style_additionalOptions__nlJv4 .Style_input_contentBtn__B8irR .Style_optionButton__95Ox4,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_input_contents__a8dMD .Style_additionalOptions__nlJv4 .Style_input_contentBtn__B8irR .Style_optionButton__95Ox4,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_input_contents__a8dMD .Style_additionalOptions__nlJv4 .Style_input_contentBtn__B8irR .Style_optionButton__95Ox4,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_input_contents__a8dMD .Style_additionalOptions__nlJv4 .Style_input_contentBtn__B8irR .Style_optionButton__95Ox4,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_input_contents__a8dMD .Style_additionalOptions__nlJv4 .Style_input_contentBtn__B8irR .Style_optionButton__95Ox4{background-color:#046bd2;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:.5rem;text-align:center;width:100px}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_formButtonDiv__iA5\+X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_formButtonDiv__iA5\+X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_formButtonDiv__iA5\+X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_formButtonDiv__iA5\+X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_formButtonDiv__iA5\+X{align-items:center;display:flex;justify-content:center;padding:.5rem}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_formButtonDiv__iA5\+X .Style_Button_wrapper__MFZpd,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_formButtonDiv__iA5\+X .Style_Button_wrapper__MFZpd,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_formButtonDiv__iA5\+X .Style_Button_wrapper__MFZpd,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_formButtonDiv__iA5\+X .Style_Button_wrapper__MFZpd,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_formButtonDiv__iA5\+X .Style_Button_wrapper__MFZpd{display:flex;gap:1rem}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_formButtonDiv__iA5\+X .Style_Button_wrapper__MFZpd button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_formButtonDiv__iA5\+X .Style_Button_wrapper__MFZpd button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_formButtonDiv__iA5\+X .Style_Button_wrapper__MFZpd button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_formButtonDiv__iA5\+X .Style_Button_wrapper__MFZpd button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_formButtonDiv__iA5\+X .Style_Button_wrapper__MFZpd button{background-color:#046bd2;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;padding:.8rem;width:150px}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_leftItem__eXAaN,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_leftItem__eXAaN,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_leftItem__eXAaN,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_leftItem__eXAaN,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_leftItem__eXAaN{flex:1 1;text-align:center}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_leftItem__eXAaN .Style_SquareImg__lYp\+\+,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_leftItem__eXAaN .Style_SquareImg__lYp\+\+,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_leftItem__eXAaN .Style_SquareImg__lYp\+\+,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_leftItem__eXAaN .Style_SquareImg__lYp\+\+,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_leftItem__eXAaN .Style_SquareImg__lYp\+\+{border-radius:0;height:150px;object-fit:scale-down;width:100%}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_left__\+XMe2,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_left__\+XMe2,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_left__\+XMe2,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_left__\+XMe2,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_left__\+XMe2{border-right:1px solid #d3d3d3;flex:1 1;text-align:center}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_left__\+XMe2 img,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_left__\+XMe2 img,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_left__\+XMe2 img,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_left__\+XMe2 img,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_left__\+XMe2 img{border-radius:50%;height:120px;margin-top:20px;object-fit:cover;width:120px}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo{flex:2 1;padding:10px 20px}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin:10px 0}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formImg__8R03C,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formImg__8R03C,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formImg__8R03C,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formImg__8R03C,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formImg__8R03C{padding:10px;width:100%}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formItem__4j-0T,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formItem__4j-0T,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formItem__4j-0T,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formItem__4j-0T,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formItem__4j-0T{align-items:center;display:flex;justify-content:center;width:100%}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formInput__HF\+No{width:40%}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formInput__HF\+No p,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formInput__HF\+No p,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formInput__HF\+No p,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formInput__HF\+No p,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formInput__HF\+No p{color:red;font-size:12px}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formInput__HF\+No label,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formInput__HF\+No label,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formInput__HF\+No label,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formInput__HF\+No label,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formInput__HF\+No label{align-items:center;display:flex;gap:10px;margin-bottom:10px}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formInput__HF\+No label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formInput__HF\+No label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formInput__HF\+No label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formInput__HF\+No label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formInput__HF\+No label span{color:red}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formInput__HF\+No label .Style_icon__2nE1X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formInput__HF\+No label .Style_icon__2nE1X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formInput__HF\+No label .Style_icon__2nE1X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formInput__HF\+No label .Style_icon__2nE1X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formInput__HF\+No label .Style_icon__2nE1X{cursor:pointer}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formInput__HF\+No input,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formInput__HF\+No input,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formInput__HF\+No input,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formInput__HF\+No input,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formInput__HF\+No input{--moz-appearance:none;background:none;border:1px solid #ccc;border-radius:5px;font-size:15px;height:40px;outline:none;text-align:center;width:100%}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formInput__HF\+No input[type=number],.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formInput__HF\+No input[type=number],.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formInput__HF\+No input[type=number],.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formInput__HF\+No input[type=number],.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formInput__HF\+No input[type=number]{-webkit-appearance:textfield;appearance:textfield}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formInput__HF\+No input[type=number]::-webkit-inner-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formInput__HF\+No input[type=number]::-webkit-outer-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formInput__HF\+No input[type=number]::-webkit-inner-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formInput__HF\+No input[type=number]::-webkit-outer-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formInput__HF\+No input[type=number]::-webkit-inner-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formInput__HF\+No input[type=number]::-webkit-outer-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formInput__HF\+No input[type=number]::-webkit-inner-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formInput__HF\+No input[type=number]::-webkit-outer-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formInput__HF\+No input[type=number]::-webkit-inner-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formInput__HF\+No input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formInput__HF\+No select,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formInput__HF\+No select,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formInput__HF\+No select,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formInput__HF\+No select,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formInput__HF\+No select{background:none;border:1px solid #ccc;border-radius:5px;font-size:15px;height:40px;outline:none;text-align:center;width:100%}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_featuresForm__9G5wl,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_featuresForm__9G5wl,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_featuresForm__9G5wl,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_featuresForm__9G5wl,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_featuresForm__9G5wl{align-items:center;display:flex;gap:40px;padding:20px 0;width:100%}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_featuresForm__9G5wl .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_featuresForm__9G5wl .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_featuresForm__9G5wl .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_featuresForm__9G5wl .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_featuresForm__9G5wl .Style_formInput__HF\+No{width:40%}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_featuresForm__9G5wl .Style_featurebtn__KkrwT span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_featuresForm__9G5wl .Style_featurebtn__KkrwT span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_featuresForm__9G5wl .Style_featurebtn__KkrwT span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_featuresForm__9G5wl .Style_featurebtn__KkrwT span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_featuresForm__9G5wl .Style_featurebtn__KkrwT span{background-color:#046bd2;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz{display:flex;flex-direction:column;gap:20px;width:100%}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz textarea,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz textarea,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz textarea,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz textarea,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz textarea{background:none;border:1px solid #ccc;border-radius:5px;font-size:15px;height:8rem;outline:none;padding:10px}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No{width:30%}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb{display:flex;flex-direction:column}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No{margin:10px 0;width:100%}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No label span{border:none;color:red}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No label .Style_icon__2nE1X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No label .Style_icon__2nE1X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No label .Style_icon__2nE1X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No label .Style_icon__2nE1X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No label .Style_icon__2nE1X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No label .Style_icon__2nE1X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No label .Style_icon__2nE1X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No label .Style_icon__2nE1X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No label .Style_icon__2nE1X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No label .Style_icon__2nE1X{cursor:pointer}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No input,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No input,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No input,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No input,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No input,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No input,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No input,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No input,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No input,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No input{--moz-appearance:none;background:none;border:1px solid #ccc;border-radius:5px;font-size:15px;height:40px;outline:none;text-align:center;width:100%}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No input[type=number],.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No input[type=number],.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No input[type=number],.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No input[type=number],.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No input[type=number],.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No input[type=number],.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No input[type=number],.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No input[type=number],.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No input[type=number],.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No input[type=number]{-webkit-appearance:textfield;appearance:textfield}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No input[type=number]::-webkit-inner-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No input[type=number]::-webkit-outer-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No input[type=number]::-webkit-inner-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No input[type=number]::-webkit-outer-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No input[type=number]::-webkit-inner-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No input[type=number]::-webkit-outer-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No input[type=number]::-webkit-inner-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No input[type=number]::-webkit-outer-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No input[type=number]::-webkit-inner-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No input[type=number]::-webkit-outer-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No input[type=number]::-webkit-inner-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No input[type=number]::-webkit-outer-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No input[type=number]::-webkit-inner-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No input[type=number]::-webkit-outer-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No input[type=number]::-webkit-inner-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No input[type=number]::-webkit-outer-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No input[type=number]::-webkit-inner-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No input[type=number]::-webkit-outer-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No input[type=number]::-webkit-inner-spin-button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No textarea,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No textarea,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No textarea,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No textarea,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No textarea,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No textarea,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No textarea,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No textarea,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formInput__HF\+No textarea,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formInput__HF\+No textarea{background:none;border:1px solid #ccc;border-radius:5px;font-size:15px;height:8rem;outline:none;padding:10px 2px;width:100%}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formButtonWrap__T57u-,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formButtonWrap__T57u-,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formButtonWrap__T57u-,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formButtonWrap__T57u-,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formButtonWrap__T57u-,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formButtonWrap__T57u-,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formButtonWrap__T57u-,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formButtonWrap__T57u-,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formButtonWrap__T57u-,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formButtonWrap__T57u-{align-items:flex-end;display:flex;justify-content:center;width:100%}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formButtonWrap__T57u- .Style_formButton__SoSxb,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formButtonWrap__T57u- .Style_formButton__SoSxb,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formButtonWrap__T57u- .Style_formButton__SoSxb,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formButtonWrap__T57u- .Style_formButton__SoSxb,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formButtonWrap__T57u- .Style_formButton__SoSxb,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formButtonWrap__T57u- .Style_formButton__SoSxb,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formButtonWrap__T57u- .Style_formButton__SoSxb,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formButtonWrap__T57u- .Style_formButton__SoSxb,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formButtonWrap__T57u- .Style_formButton__SoSxb,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formButtonWrap__T57u- .Style_formButton__SoSxb{background-color:#046bd2;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formSelect__7mjxX,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formSelect__7mjxX,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formSelect__7mjxX,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formSelect__7mjxX,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formSelect__7mjxX,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formSelect__7mjxX,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formSelect__7mjxX,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formSelect__7mjxX,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formSelect__7mjxX,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formSelect__7mjxX{display:flex;flex-direction:column;width:15%}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formSelect__7mjxX label,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formSelect__7mjxX label,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formSelect__7mjxX label,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formSelect__7mjxX label,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formSelect__7mjxX label,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formSelect__7mjxX label,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formSelect__7mjxX label,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formSelect__7mjxX label,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formSelect__7mjxX label,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formSelect__7mjxX label{margin-bottom:10px}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formSelect__7mjxX label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formSelect__7mjxX label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formSelect__7mjxX label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formSelect__7mjxX label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formSelect__7mjxX label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formSelect__7mjxX label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formSelect__7mjxX label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formSelect__7mjxX label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formSelect__7mjxX label span,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formSelect__7mjxX label span{border:none;color:red}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formSelect__7mjxX select,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formSelect__7mjxX select,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formSelect__7mjxX select,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formSelect__7mjxX select,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formSelect__7mjxX select,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formSelect__7mjxX select,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formSelect__7mjxX select,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formSelect__7mjxX select,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_formSelect__7mjxX select,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_formSelect__7mjxX select{background:none;border:1px solid #ccc;border-radius:5px;font-size:15px;height:40px;outline:none;text-align:center;width:100%}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_newform__Nju6X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_newform__Nju6X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_newform__Nju6X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_newform__Nju6X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_newform__Nju6X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_newform__Nju6X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_newform__Nju6X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_newform__Nju6X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_newform__Nju6X,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_newform__Nju6X{align-items:center;display:flex;gap:40px;padding:20px 0;width:100%}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_newform__Nju6X .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_newform__Nju6X .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_newform__Nju6X .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_newform__Nju6X .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_newform__Nju6X .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_newform__Nju6X .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_newform__Nju6X .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_newform__Nju6X .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_newform__Nju6X .Style_formInput__HF\+No,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_newform__Nju6X .Style_formInput__HF\+No{width:40%}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_newform__Nju6X .Style_formDescrption__Igyx6,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_newform__Nju6X .Style_formDescrption__Igyx6,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_newform__Nju6X .Style_formDescrption__Igyx6,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_newform__Nju6X .Style_formDescrption__Igyx6,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_newform__Nju6X .Style_formDescrption__Igyx6,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_newform__Nju6X .Style_formDescrption__Igyx6,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_newform__Nju6X .Style_formDescrption__Igyx6,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_newform__Nju6X .Style_formDescrption__Igyx6,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_newform__Nju6X .Style_formDescrption__Igyx6,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_newform__Nju6X .Style_formDescrption__Igyx6{display:flex;flex-direction:column;width:100%}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_newform__Nju6X .Style_formDescrption__Igyx6 textarea,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_newform__Nju6X .Style_formDescrption__Igyx6 textarea,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_newform__Nju6X .Style_formDescrption__Igyx6 textarea,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_newform__Nju6X .Style_formDescrption__Igyx6 textarea,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_newform__Nju6X .Style_formDescrption__Igyx6 textarea,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_newform__Nju6X .Style_formDescrption__Igyx6 textarea,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_newform__Nju6X .Style_formDescrption__Igyx6 textarea,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_newform__Nju6X .Style_formDescrption__Igyx6 textarea,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrap__gnLNb .Style_newform__Nju6X .Style_formDescrption__Igyx6 textarea,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_formWrapper__2ue69 .Style_newform__Nju6X .Style_formDescrption__Igyx6 textarea{margin-top:.5rem}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_toggleBtn__nQagT,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_toggleBtn__nQagT,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_toggleBtn__nQagT,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_toggleBtn__nQagT,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_toggleBtn__nQagT{background-color:#fff;border:1px solid #046bd2;border-radius:5px;color:#046bd2;cursor:pointer;font-weight:700;padding:10px 20px;text-align:center;width:180px}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_propertyBtn__26EeP,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_propertyBtn__26EeP,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_propertyBtn__26EeP,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_propertyBtn__26EeP,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formproperty__5DUaz .Style_propertyBtn__26EeP{background-color:#046bd2;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formBtn__aePn0,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formBtn__aePn0,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formBtn__aePn0,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formBtn__aePn0,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formBtn__aePn0{align-items:center;display:flex;gap:10px;justify-content:center;width:100%}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_right__GsXHo form .Style_formBtn__aePn0 button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_right__GsXHo form .Style_formBtn__aePn0 button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_right__GsXHo form .Style_formBtn__aePn0 button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_right__GsXHo form .Style_formBtn__aePn0 button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_right__GsXHo form .Style_formBtn__aePn0 button{background-color:#046bd2;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;margin:20px 0;padding:10px;width:150px}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_title__p9ycc,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_title__p9ycc,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_title__p9ycc,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_title__p9ycc,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_title__p9ycc{color:#d3d3d3;font-size:16px;margin:10px 0}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2{border:1px solid #f8f8f8;border-radius:5px;display:flex;flex:1 1;justify-content:space-between;padding:10px 20px;position:relative}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2 .Style_left_wrap__hX9zn,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2 .Style_left_wrap__hX9zn,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2 .Style_left_wrap__hX9zn,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2 .Style_left_wrap__hX9zn,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2 .Style_left_wrap__hX9zn{display:flex;flex-direction:column}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2 .Style_left__\+XMe2,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2 .Style_left__\+XMe2,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2 .Style_left__\+XMe2,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2 .Style_left__\+XMe2,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2 .Style_left__\+XMe2{align-items:center;display:flex}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2 .Style_left__\+XMe2,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2 .Style_left_wrap__hX9zn,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2 .Style_left__\+XMe2,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2 .Style_left_wrap__hX9zn,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2 .Style_left__\+XMe2,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2 .Style_left_wrap__hX9zn,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2 .Style_left__\+XMe2,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2 .Style_left_wrap__hX9zn,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2 .Style_left__\+XMe2,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2 .Style_left_wrap__hX9zn{flex:6 1}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2 .Style_left__\+XMe2 .Style_detailItem__-RD82,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_detailItem__-RD82,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2 .Style_left__\+XMe2 .Style_detailItem__-RD82,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_detailItem__-RD82,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2 .Style_left__\+XMe2 .Style_detailItem__-RD82,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_detailItem__-RD82,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2 .Style_left__\+XMe2 .Style_detailItem__-RD82,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_detailItem__-RD82,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2 .Style_left__\+XMe2 .Style_detailItem__-RD82,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_detailItem__-RD82{align-items:center;display:flex;font-size:14px;justify-content:flex-start;margin-bottom:10px}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2 .Style_left__\+XMe2 .Style_detailItem__-RD82 .Style_itemKey__cmL2\+,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_detailItem__-RD82 .Style_itemKey__cmL2\+,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2 .Style_left__\+XMe2 .Style_detailItem__-RD82 .Style_itemKey__cmL2\+,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_detailItem__-RD82 .Style_itemKey__cmL2\+,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2 .Style_left__\+XMe2 .Style_detailItem__-RD82 .Style_itemKey__cmL2\+,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_detailItem__-RD82 .Style_itemKey__cmL2\+,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2 .Style_left__\+XMe2 .Style_detailItem__-RD82 .Style_itemKey__cmL2\+,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_detailItem__-RD82 .Style_itemKey__cmL2\+,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2 .Style_left__\+XMe2 .Style_detailItem__-RD82 .Style_itemKey__cmL2\+,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_detailItem__-RD82 .Style_itemKey__cmL2\+{color:gray;font-weight:700;margin-right:5px}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2 .Style_left__\+XMe2 .Style_detailItem__-RD82 .Style_itemValue__w\+rzk,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_detailItem__-RD82 .Style_itemValue__w\+rzk,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2 .Style_left__\+XMe2 .Style_detailItem__-RD82 .Style_itemValue__w\+rzk,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_detailItem__-RD82 .Style_itemValue__w\+rzk,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2 .Style_left__\+XMe2 .Style_detailItem__-RD82 .Style_itemValue__w\+rzk,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_detailItem__-RD82 .Style_itemValue__w\+rzk,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2 .Style_left__\+XMe2 .Style_detailItem__-RD82 .Style_itemValue__w\+rzk,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_detailItem__-RD82 .Style_itemValue__w\+rzk,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2 .Style_left__\+XMe2 .Style_detailItem__-RD82 .Style_itemValue__w\+rzk,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_detailItem__-RD82 .Style_itemValue__w\+rzk{font-weight:300}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu{display:flex;flex-direction:column;font-size:14px;margin-bottom:10px}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu .Style_option_title__K0nQU,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu .Style_option_title__K0nQU,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu .Style_option_title__K0nQU,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu .Style_option_title__K0nQU,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu .Style_option_title__K0nQU,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu .Style_option_title__K0nQU,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu .Style_option_title__K0nQU,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu .Style_option_title__K0nQU,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu .Style_option_title__K0nQU,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu .Style_option_title__K0nQU{font-size:16px;margin:10px 0}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu .Style_Items__85SHD,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu .Style_Items__85SHD,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu .Style_Items__85SHD,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu .Style_Items__85SHD,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu .Style_Items__85SHD,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu .Style_Items__85SHD,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu .Style_Items__85SHD,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu .Style_Items__85SHD,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu .Style_Items__85SHD,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu .Style_Items__85SHD{display:flex;flex-wrap:wrap;gap:10px}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu .Style_Items__85SHD .Style_Item__Jw3zg,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu .Style_Items__85SHD .Style_Item__Jw3zg,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu .Style_Items__85SHD .Style_Item__Jw3zg,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu .Style_Items__85SHD .Style_Item__Jw3zg,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu .Style_Items__85SHD .Style_Item__Jw3zg,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu .Style_Items__85SHD .Style_Item__Jw3zg,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu .Style_Items__85SHD .Style_Item__Jw3zg,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu .Style_Items__85SHD .Style_Item__Jw3zg,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu .Style_Items__85SHD .Style_Item__Jw3zg,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu .Style_Items__85SHD .Style_Item__Jw3zg{display:flex;gap:2px}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu .Style_Items__85SHD .Style_DocumentItem__B0eAm,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu .Style_Items__85SHD .Style_DocumentItem__B0eAm,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu .Style_Items__85SHD .Style_DocumentItem__B0eAm,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu .Style_Items__85SHD .Style_DocumentItem__B0eAm,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu .Style_Items__85SHD .Style_DocumentItem__B0eAm,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu .Style_Items__85SHD .Style_DocumentItem__B0eAm,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu .Style_Items__85SHD .Style_DocumentItem__B0eAm,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu .Style_Items__85SHD .Style_DocumentItem__B0eAm,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2 .Style_left__\+XMe2 .Style_option_wrap__Xkmzu .Style_Items__85SHD .Style_DocumentItem__B0eAm,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2 .Style_left_wrap__hX9zn .Style_option_wrap__Xkmzu .Style_Items__85SHD .Style_DocumentItem__B0eAm{display:flex;flex-direction:column;gap:5px}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2 .Style_right__GsXHo,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2 .Style_right__GsXHo,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2 .Style_right__GsXHo,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2 .Style_right__GsXHo,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2 .Style_right__GsXHo{align-items:center;display:flex;flex:2 1;justify-content:center}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2 .Style_right__GsXHo button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2 .Style_right__GsXHo button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2 .Style_right__GsXHo button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2 .Style_right__GsXHo button,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2 .Style_right__GsXHo button{background-color:#fff;border:none;border-radius:5px;color:red;cursor:pointer}.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottomTable__hJxss .Style_details__FNBi2 .Style_right__GsXHo .Style_rembtn__T1rHn,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_bottom__ES9zt .Style_details__FNBi2 .Style_right__GsXHo .Style_rembtn__T1rHn,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_centerDiv__aliph .Style_details__FNBi2 .Style_right__GsXHo .Style_rembtn__T1rHn,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_center__GU5St .Style_details__FNBi2 .Style_right__GsXHo .Style_rembtn__T1rHn,.Style_new__KYW9G .Style_newContainer__tKGnL .Style_top__7ekg7 .Style_details__FNBi2 .Style_right__GsXHo .Style_rembtn__T1rHn{background-color:red;border:none;border-radius:5px;color:#fff;cursor:pointer;margin:10px 0;padding:10px}.Style_list__1M0eT{display:flex;flex:2 1}.Style_list__1M0eT .Style_listContainer__BwoRw{background-color:#f9f9f9;border-radius:8px;flex:6 1;padding:20px}.Style_list__1M0eT .Style_cellAction__YjD4c{align-items:center;display:flex;gap:12px}.Style_list__1M0eT .Style_deleteButton__RwNff,.Style_list__1M0eT .Style_editButton__ntWpM,.Style_list__1M0eT .Style_viewButton__uId4O{background-color:#fff;border-radius:5px;cursor:pointer;font-weight:700;padding:10px 15px;text-align:center;transition:background-color .3s ease,color .3s ease,box-shadow .3s ease}.Style_list__1M0eT .Style_deleteButton__RwNff:hover,.Style_list__1M0eT .Style_editButton__ntWpM:hover,.Style_list__1M0eT .Style_viewButton__uId4O:hover{box-shadow:0 4px 10px #0000001a}.Style_list__1M0eT .Style_viewButton__uId4O{border:1px solid green;color:green}.Style_list__1M0eT .Style_viewButton__uId4O:hover{background-color:green;color:#fff}.Style_list__1M0eT .Style_editButton__ntWpM{border:1px solid rgba(0,0,139,.596);color:#00008b}.Style_list__1M0eT .Style_editButton__ntWpM:hover{background-color:#00008b;color:#fff}.Style_list__1M0eT .Style_deleteButton__RwNff{border:1px solid #dc143c99;color:crimson}.Style_list__1M0eT .Style_deleteButton__RwNff:hover{background-color:crimson;color:#fff}.Style_list__1M0eT .Style_RoundedImage__-ci1m,.Style_list__1M0eT .Style_SquareImage__wLSeX{height:50px;margin:5px;object-fit:cover;width:50px}.Style_list__1M0eT .Style_RoundedImage__-ci1m{border-radius:100%}.Style_list__1M0eT .Style_optionsContainer__wp8MF{align-items:center;display:flex;gap:12px;justify-content:center}.Style_list__1M0eT .Style_deleteButton__RwNff,.Style_list__1M0eT .Style_editButton__ntWpM,.Style_list__1M0eT .Style_viewButton__uId4O{align-items:center;display:inline-flex;height:40px;justify-content:center;min-width:100px}.Style_list__1M0eT .Style_confirmButton__pId7K{background-color:green;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;padding:10px 20px;transition:background-color .3s ease}.Style_list__1M0eT .Style_confirmButton__pId7K:hover{background-color:#006400}.Style_list__1M0eT .Style_cancelButton__s-rCo{background-color:crimson;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;padding:10px 20px;transition:background-color .3s ease}.Style_list__1M0eT .Style_cancelButton__s-rCo:hover{background-color:darkred}.Style_list__1M0eT .Style_link__hmHE4{border:1px solid green;border-radius:5px;color:green;padding:5px}.Style_list__1M0eT .Style_delete__3kClv,.Style_list__1M0eT .Style_link__hmHE4{cursor:pointer;font-size:16px;font-weight:400;height:27px;text-decoration:none}.Style_list__1M0eT .Style_delete__3kClv{align-items:center;border:1px solid red;border-radius:10px 5px;color:#ed4f4f;display:flex;justify-content:center;padding:15px 5px}.Style_list__1M0eT .Style_title__Jk-2K{align-items:center;color:gray;display:flex;font-size:24px;justify-content:space-between;margin-bottom:10px;width:100%}.Style_datatable__brJzh{height:500px;padding:20px}.Style_datatable__brJzh .Style_datatableTitle__O-nNa{align-items:center;color:gray;display:flex;font-size:24px;justify-content:space-between;margin-bottom:10px;width:100%}.Style_datatable__brJzh .Style_datatableTitle__O-nNa .Style_link__253lm{border:1px solid green;border-radius:5px;color:green;cursor:pointer;font-size:16px;font-weight:400;padding:5px;text-decoration:none}.Style_datatable__brJzh .Style_datagrid__fvXMb{border:1px solid #d3d3d3;border-radius:5px;min-height:460px}.Style_datatable__brJzh .Style_cellWithImg__Qz5hb{align-items:center;display:flex}.Style_datatable__brJzh .Style_cellWithImg__Qz5hb .Style_cellImg__qndhS{border-radius:50%;height:32px;margin-right:20px;object-fit:cover;width:32px}.Style_datatable__brJzh .Style_cellWithStatus__hI6Tp{border-radius:5px;padding:5px}.Style_datatable__brJzh .Style_cellWithStatus__hI6Tp.Style_active__PvJpp{background-color:#0080000d;color:green}.Style_datatable__brJzh .Style_cellWithStatus__hI6Tp.Style_pending__qUEUm{background-color:#ffd9000d;color:#daa520}.Style_datatable__brJzh .Style_cellWithStatus__hI6Tp.Style_passive__SEtM6{background-color:#ff00000d;color:crimson}.Style_single__RzFQO{display:flex;width:100%}.Style_single__RzFQO .Style_singleContainer__Ve7JA{flex:6 1}.Style_single__RzFQO .Style_singleContainer__Ve7JA .Style_top__M7uWR{display:flex;gap:20px;padding:20px}.Style_single__RzFQO .Style_singleContainer__Ve7JA .Style_top__M7uWR .Style_left__GECWz{border-radius:5px;box-shadow:2px 4px 10px 1px #c9c9c978;flex:1 1;padding:20px;position:relative}.Style_single__RzFQO .Style_singleContainer__Ve7JA .Style_top__M7uWR .Style_left__GECWz .Style_editButton__CbdV9{background-color:#046bd2;border-radius:0 0 0 5px;color:#fff;cursor:pointer;font-size:12px;padding:5px 20px;position:absolute;right:0;top:0}.Style_single__RzFQO .Style_singleContainer__Ve7JA .Style_top__M7uWR .Style_left__GECWz .Style_item__9HDnR{display:flex;gap:30px;padding:20px 0}.Style_single__RzFQO .Style_singleContainer__Ve7JA .Style_top__M7uWR .Style_left__GECWz .Style_item__9HDnR .Style_itemImg__WrYOd{align-items:center;display:flex;flex:2 1;justify-content:center}.Style_single__RzFQO .Style_singleContainer__Ve7JA .Style_top__M7uWR .Style_left__GECWz .Style_item__9HDnR .Style_itemImg__WrYOd .Style_squareImg__7KM5Q{border-radius:0;height:200px;width:200px}.Style_single__RzFQO .Style_singleContainer__Ve7JA .Style_top__M7uWR .Style_left__GECWz .Style_item__9HDnR .Style_itemImg__WrYOd img{border-radius:100%;height:100px;width:100px}.Style_single__RzFQO .Style_singleContainer__Ve7JA .Style_top__M7uWR .Style_left__GECWz .Style_item__9HDnR .Style_AdsImg__EWZmg{align-items:center;display:flex;flex:6 1;justify-content:center}.Style_single__RzFQO .Style_singleContainer__Ve7JA .Style_top__M7uWR .Style_left__GECWz .Style_item__9HDnR .Style_AdsImg__EWZmg img{height:150px;width:100%}.Style_single__RzFQO .Style_singleContainer__Ve7JA .Style_top__M7uWR .Style_left__GECWz .Style_item__9HDnR .Style_details__tOWIX{flex:6 1}.Style_single__RzFQO .Style_singleContainer__Ve7JA .Style_top__M7uWR .Style_left__GECWz .Style_item__9HDnR .Style_details__tOWIX .Style_itemTitle__qpQ5f{color:#555;margin-bottom:10px}.Style_single__RzFQO .Style_singleContainer__Ve7JA .Style_top__M7uWR .Style_left__GECWz .Style_item__9HDnR .Style_details__tOWIX .Style_detailItem__6f00G{font-size:14px;margin-bottom:10px}.Style_single__RzFQO .Style_singleContainer__Ve7JA .Style_top__M7uWR .Style_left__GECWz .Style_item__9HDnR .Style_details__tOWIX .Style_detailItem__6f00G .Style_itemKey__wELeN{color:gray;font-weight:700;margin-right:5px}.Style_single__RzFQO .Style_singleContainer__Ve7JA .Style_top__M7uWR .Style_left__GECWz .Style_item__9HDnR .Style_details__tOWIX .Style_detailItem__6f00G .Style_itemValue__P5Gcg{font-weight:300}.Style_single__RzFQO .Style_singleContainer__Ve7JA .Style_top__M7uWR .Style_left__GECWz .Style_item__9HDnR .Style_details__tOWIX .Style_detailItem__6f00G .Style_featureDetails__ywOAY{display:flex;gap:5px;margin:10px}.Style_single__RzFQO .Style_singleContainer__Ve7JA .Style_bottom__OPpVQ{box-shadow:2px 4px 10px 1px #c9c9c978;margin:10px 20px;padding:20px}.Style_single__RzFQO .Style_singleContainer__Ve7JA .Style_title__rehL7{color:#d3d3d3;font-size:16px;margin-bottom:20px}.Style_left__3zhYm{border-radius:5px;box-shadow:2px 4px 10px 1px #c9c9c978;flex:1 1;padding:20px;position:relative}.Style_left__3zhYm .Style_editButton__irKdg{background-color:#046bd2;border-radius:0 0 0 5px;color:#fff;cursor:pointer;font-size:12px;padding:5px 20px;position:absolute;right:0;top:0}.Style_left__3zhYm .Style_title__VFKHm{color:#d3d3d3;font-size:20px;margin-bottom:20px}.Style_left__3zhYm .Style_item__6Vcx3{display:flex;gap:30px;padding:20px 0}.Style_left__3zhYm .Style_item__6Vcx3 .Style_itemImg__x6pLT{align-items:center;display:flex;flex:2 1;justify-content:center}.Style_left__3zhYm .Style_item__6Vcx3 .Style_itemImg__x6pLT img{border-radius:100%;height:100px;width:100px}.Style_left__3zhYm .Style_item__6Vcx3 .Style_details__k7O0V{flex:6 1}.Style_left__3zhYm .Style_item__6Vcx3 .Style_details__k7O0V .Style_itemTitle__2Thkb{color:#555;margin-bottom:10px}.Style_left__3zhYm .Style_item__6Vcx3 .Style_details__k7O0V .Style_detailItem__6i-kd{font-size:14px;margin-bottom:10px}.Style_left__3zhYm .Style_item__6Vcx3 .Style_details__k7O0V .Style_detailItem__6i-kd .Style_itemKey__K12tO{color:gray;font-weight:700;margin-right:5px}.Style_left__3zhYm .Style_item__6Vcx3 .Style_details__k7O0V .Style_detailItem__6i-kd .Style_itemValue__vwfOr{font-weight:300}.Style_new__Gwul\+{display:flex;width:100%}.Style_new__Gwul\+ .Style_newContainer__Mqqw9{flex:6 1}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ{box-shadow:2px 4px 10px 1px #c9c9c978}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR{display:flex;flex-direction:column;gap:10px}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL{border-radius:5px;display:flex;margin:20px;padding:10px}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR h1,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s h1,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ h1,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL h1{color:#d3d3d3;font-size:20px}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_left__mSZin,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_left__mSZin,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_left__mSZin,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_left__mSZin{border-right:1px solid #d3d3d3;flex:1 1;text-align:center}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_left__mSZin img,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_left__mSZin img,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_left__mSZin img,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_left__mSZin img{border-radius:50%;height:120px;margin-top:20px;object-fit:cover;width:120px}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG{flex:2 1;padding:10px 20px}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin:10px 0}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formImg__l9zJ-,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formImg__l9zJ-,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formImg__l9zJ-,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formImg__l9zJ-{padding:10px;width:100%}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formInput__9A8Dl,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formInput__9A8Dl,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formInput__9A8Dl,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formInput__9A8Dl{width:40%}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formInput__9A8Dl label,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formInput__9A8Dl label,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formInput__9A8Dl label,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formInput__9A8Dl label{align-items:center;display:flex;gap:10px}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formInput__9A8Dl label span,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formInput__9A8Dl label span,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formInput__9A8Dl label span,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formInput__9A8Dl label span{color:red}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formInput__9A8Dl label .Style_icon__jcKSK,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formInput__9A8Dl label .Style_icon__jcKSK,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formInput__9A8Dl label .Style_icon__jcKSK,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formInput__9A8Dl label .Style_icon__jcKSK{cursor:pointer}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formInput__9A8Dl input,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formInput__9A8Dl input,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formInput__9A8Dl input,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formInput__9A8Dl input{background:none;border:none;border-bottom:1px solid gray;outline:none;padding:10px 0;width:100%}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formInput__9A8Dl select,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formInput__9A8Dl select,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formInput__9A8Dl select,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formInput__9A8Dl select{border:none;border-bottom:1px solid gray;outline:none;padding:10px 0;width:100%}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_featuresForm__RUdja,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_featuresForm__RUdja,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_featuresForm__RUdja,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_featuresForm__RUdja{align-items:center;display:flex;gap:40px;padding:20px 0;width:100%}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_featuresForm__RUdja .Style_formInput__9A8Dl,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_featuresForm__RUdja .Style_formInput__9A8Dl,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_featuresForm__RUdja .Style_formInput__9A8Dl,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_featuresForm__RUdja .Style_formInput__9A8Dl{width:40%}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_featuresForm__RUdja .Style_featurebtn__Mp2tt span,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_featuresForm__RUdja .Style_featurebtn__Mp2tt span,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_featuresForm__RUdja .Style_featurebtn__Mp2tt span,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_featuresForm__RUdja .Style_featurebtn__Mp2tt span{background-color:#046bd2;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB{display:flex;flex-direction:column;gap:20px;width:100%}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB textarea,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB textarea,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB textarea,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB textarea{border:none;border-bottom:1px solid gray;height:6rem;outline:none;width:100%}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formInput__9A8Dl,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formInput__9A8Dl,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formInput__9A8Dl,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formInput__9A8Dl{width:30%}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg{display:flex;flex-direction:column}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formInput__9A8Dl,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formInput__9A8Dl,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formInput__9A8Dl,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formInput__9A8Dl{margin:10px 0;width:100%}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formInput__9A8Dl label span,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formInput__9A8Dl label span,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formInput__9A8Dl label span,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formInput__9A8Dl label span,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formInput__9A8Dl label span,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formInput__9A8Dl label span,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formInput__9A8Dl label span,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formInput__9A8Dl label span{border:none;color:red}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formInput__9A8Dl label .Style_icon__jcKSK,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formInput__9A8Dl label .Style_icon__jcKSK,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formInput__9A8Dl label .Style_icon__jcKSK,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formInput__9A8Dl label .Style_icon__jcKSK,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formInput__9A8Dl label .Style_icon__jcKSK,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formInput__9A8Dl label .Style_icon__jcKSK,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formInput__9A8Dl label .Style_icon__jcKSK,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formInput__9A8Dl label .Style_icon__jcKSK{cursor:pointer}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formInput__9A8Dl input,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formInput__9A8Dl input,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formInput__9A8Dl input,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formInput__9A8Dl input,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formInput__9A8Dl input,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formInput__9A8Dl input,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formInput__9A8Dl input,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formInput__9A8Dl input{border:none;border-bottom:1px solid gray;outline:none;padding:10px 0;width:100%}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formInput__9A8Dl textarea,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formInput__9A8Dl textarea,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formInput__9A8Dl textarea,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formInput__9A8Dl textarea,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formInput__9A8Dl textarea,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formInput__9A8Dl textarea,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formInput__9A8Dl textarea,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formInput__9A8Dl textarea{border:none;border-bottom:1px solid gray;height:10rem;outline:none;padding:10px 0;width:100%}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formButtonWrap__E7EH0,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formButtonWrap__E7EH0,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formButtonWrap__E7EH0,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formButtonWrap__E7EH0,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formButtonWrap__E7EH0,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formButtonWrap__E7EH0,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formButtonWrap__E7EH0,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formButtonWrap__E7EH0{align-items:flex-end;display:flex;justify-content:flex-end;width:100%}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formButtonWrap__E7EH0 .Style_formButton__hpC2k,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formButtonWrap__E7EH0 .Style_formButton__hpC2k,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formButtonWrap__E7EH0 .Style_formButton__hpC2k,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formButtonWrap__E7EH0 .Style_formButton__hpC2k,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formButtonWrap__E7EH0 .Style_formButton__hpC2k,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formButtonWrap__E7EH0 .Style_formButton__hpC2k,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formButtonWrap__E7EH0 .Style_formButton__hpC2k,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formButtonWrap__E7EH0 .Style_formButton__hpC2k{background-color:#046bd2;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formSelect__xvltM,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formSelect__xvltM,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formSelect__xvltM,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formSelect__xvltM,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formSelect__xvltM,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formSelect__xvltM,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formSelect__xvltM,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formSelect__xvltM{width:15%}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formSelect__xvltM label,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formSelect__xvltM label,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formSelect__xvltM label,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formSelect__xvltM label,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formSelect__xvltM label,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formSelect__xvltM label,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formSelect__xvltM label,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formSelect__xvltM label{margin:0 5px}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formSelect__xvltM label span,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formSelect__xvltM label span,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formSelect__xvltM label span,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formSelect__xvltM label span,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formSelect__xvltM label span,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formSelect__xvltM label span,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formSelect__xvltM label span,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formSelect__xvltM label span{border:none;color:red}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formSelect__xvltM select,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formSelect__xvltM select,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formSelect__xvltM select,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formSelect__xvltM select,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formSelect__xvltM select,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formSelect__xvltM select,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_formSelect__xvltM select,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_formSelect__xvltM select{border:none;border-bottom:1px solid gray;outline:none;padding:10px 0;width:100%}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_newform__vGFiG,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_newform__vGFiG,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_newform__vGFiG,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_newform__vGFiG,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_newform__vGFiG,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_newform__vGFiG,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_newform__vGFiG,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_newform__vGFiG{align-items:center;display:flex;gap:40px;padding:20px 0;width:100%}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_newform__vGFiG .Style_formInput__9A8Dl,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_newform__vGFiG .Style_formInput__9A8Dl,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_newform__vGFiG .Style_formInput__9A8Dl,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_newform__vGFiG .Style_formInput__9A8Dl,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_newform__vGFiG .Style_formInput__9A8Dl,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_newform__vGFiG .Style_formInput__9A8Dl,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrap__Icrkg .Style_newform__vGFiG .Style_formInput__9A8Dl,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_formWrapper__6KvXg .Style_newform__vGFiG .Style_formInput__9A8Dl{width:40%}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_toggleBtn__PrNgT,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_toggleBtn__PrNgT,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_toggleBtn__PrNgT,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_toggleBtn__PrNgT{background-color:#fff;border:1px solid #046bd2;border-radius:5px;color:#046bd2;cursor:pointer;font-weight:700;padding:10px 20px;text-align:center;width:180px}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_propertyBtn__b1g\+g,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_propertyBtn__b1g\+g,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_propertyBtn__b1g\+g,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formproperty__0C7hB .Style_propertyBtn__b1g\+g{background-color:#046bd2;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formBtn__c3t3P,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formBtn__c3t3P,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formBtn__c3t3P,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formBtn__c3t3P{align-items:center;display:flex;gap:10px;justify-content:center;width:100%}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_right__sQJJG form .Style_formBtn__c3t3P button,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_right__sQJJG form .Style_formBtn__c3t3P button,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_right__sQJJG form .Style_formBtn__c3t3P button,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_right__sQJJG form .Style_formBtn__c3t3P button{background-color:#046bd2;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;margin:20px 0;padding:10px;width:150px}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_title__1tNy4,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_title__1tNy4,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_title__1tNy4,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_title__1tNy4{color:#d3d3d3;font-size:16px;margin:10px 0}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_details__r61MM,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_details__r61MM,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_details__r61MM,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_details__r61MM{border:1px solid #f8f8f8;border-radius:5px;display:flex;flex:1 1;justify-content:space-between;padding:10px 20px;position:relative}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_details__r61MM .Style_left_wrap__jfXE-,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_details__r61MM .Style_left_wrap__jfXE-,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_details__r61MM .Style_left_wrap__jfXE-,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_details__r61MM .Style_left_wrap__jfXE-{display:flex;flex-direction:column}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_details__r61MM .Style_left__mSZin,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_details__r61MM .Style_left__mSZin,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_details__r61MM .Style_left__mSZin,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_details__r61MM .Style_left__mSZin{align-items:center;display:flex}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_details__r61MM .Style_left__mSZin,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_details__r61MM .Style_left_wrap__jfXE-,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_details__r61MM .Style_left__mSZin,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_details__r61MM .Style_left_wrap__jfXE-,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_details__r61MM .Style_left__mSZin,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_details__r61MM .Style_left_wrap__jfXE-,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_details__r61MM .Style_left__mSZin,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_details__r61MM .Style_left_wrap__jfXE-{flex:6 1}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_details__r61MM .Style_left__mSZin .Style_detailItem__K10kD,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_details__r61MM .Style_left_wrap__jfXE- .Style_detailItem__K10kD,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_details__r61MM .Style_left__mSZin .Style_detailItem__K10kD,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_details__r61MM .Style_left_wrap__jfXE- .Style_detailItem__K10kD,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_details__r61MM .Style_left__mSZin .Style_detailItem__K10kD,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_details__r61MM .Style_left_wrap__jfXE- .Style_detailItem__K10kD,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_details__r61MM .Style_left__mSZin .Style_detailItem__K10kD,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_details__r61MM .Style_left_wrap__jfXE- .Style_detailItem__K10kD{align-items:center;display:flex;font-size:14px;justify-content:flex-start;margin-bottom:10px}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_details__r61MM .Style_left__mSZin .Style_detailItem__K10kD .Style_itemKey__X00OM,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_details__r61MM .Style_left_wrap__jfXE- .Style_detailItem__K10kD .Style_itemKey__X00OM,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_details__r61MM .Style_left__mSZin .Style_detailItem__K10kD .Style_itemKey__X00OM,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_details__r61MM .Style_left_wrap__jfXE- .Style_detailItem__K10kD .Style_itemKey__X00OM,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_details__r61MM .Style_left__mSZin .Style_detailItem__K10kD .Style_itemKey__X00OM,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_details__r61MM .Style_left_wrap__jfXE- .Style_detailItem__K10kD .Style_itemKey__X00OM,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_details__r61MM .Style_left__mSZin .Style_detailItem__K10kD .Style_itemKey__X00OM,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_details__r61MM .Style_left_wrap__jfXE- .Style_detailItem__K10kD .Style_itemKey__X00OM{color:gray;font-weight:700;margin-right:5px}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_details__r61MM .Style_left__mSZin .Style_detailItem__K10kD .Style_itemValue__TS4Rs,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_details__r61MM .Style_left_wrap__jfXE- .Style_detailItem__K10kD .Style_itemValue__TS4Rs,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_details__r61MM .Style_left__mSZin .Style_detailItem__K10kD .Style_itemValue__TS4Rs,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_details__r61MM .Style_left_wrap__jfXE- .Style_detailItem__K10kD .Style_itemValue__TS4Rs,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_details__r61MM .Style_left__mSZin .Style_detailItem__K10kD .Style_itemValue__TS4Rs,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_details__r61MM .Style_left_wrap__jfXE- .Style_detailItem__K10kD .Style_itemValue__TS4Rs,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_details__r61MM .Style_left__mSZin .Style_detailItem__K10kD .Style_itemValue__TS4Rs,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_details__r61MM .Style_left_wrap__jfXE- .Style_detailItem__K10kD .Style_itemValue__TS4Rs{font-weight:300}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_details__r61MM .Style_left__mSZin .Style_option_wrap__Mfqrb,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_details__r61MM .Style_left_wrap__jfXE- .Style_option_wrap__Mfqrb,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_details__r61MM .Style_left__mSZin .Style_option_wrap__Mfqrb,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_details__r61MM .Style_left_wrap__jfXE- .Style_option_wrap__Mfqrb,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_details__r61MM .Style_left__mSZin .Style_option_wrap__Mfqrb,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_details__r61MM .Style_left_wrap__jfXE- .Style_option_wrap__Mfqrb,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_details__r61MM .Style_left__mSZin .Style_option_wrap__Mfqrb,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_details__r61MM .Style_left_wrap__jfXE- .Style_option_wrap__Mfqrb{display:flex;flex-direction:column;font-size:14px;margin-bottom:10px}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_details__r61MM .Style_left__mSZin .Style_option_wrap__Mfqrb .Style_option_title__wP2tX,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_details__r61MM .Style_left_wrap__jfXE- .Style_option_wrap__Mfqrb .Style_option_title__wP2tX,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_details__r61MM .Style_left__mSZin .Style_option_wrap__Mfqrb .Style_option_title__wP2tX,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_details__r61MM .Style_left_wrap__jfXE- .Style_option_wrap__Mfqrb .Style_option_title__wP2tX,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_details__r61MM .Style_left__mSZin .Style_option_wrap__Mfqrb .Style_option_title__wP2tX,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_details__r61MM .Style_left_wrap__jfXE- .Style_option_wrap__Mfqrb .Style_option_title__wP2tX,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_details__r61MM .Style_left__mSZin .Style_option_wrap__Mfqrb .Style_option_title__wP2tX,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_details__r61MM .Style_left_wrap__jfXE- .Style_option_wrap__Mfqrb .Style_option_title__wP2tX{font-size:16px;margin:10px 0}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_details__r61MM .Style_left__mSZin .Style_option_wrap__Mfqrb .Style_Items__g9dru,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_details__r61MM .Style_left_wrap__jfXE- .Style_option_wrap__Mfqrb .Style_Items__g9dru,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_details__r61MM .Style_left__mSZin .Style_option_wrap__Mfqrb .Style_Items__g9dru,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_details__r61MM .Style_left_wrap__jfXE- .Style_option_wrap__Mfqrb .Style_Items__g9dru,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_details__r61MM .Style_left__mSZin .Style_option_wrap__Mfqrb .Style_Items__g9dru,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_details__r61MM .Style_left_wrap__jfXE- .Style_option_wrap__Mfqrb .Style_Items__g9dru,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_details__r61MM .Style_left__mSZin .Style_option_wrap__Mfqrb .Style_Items__g9dru,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_details__r61MM .Style_left_wrap__jfXE- .Style_option_wrap__Mfqrb .Style_Items__g9dru{display:flex;flex-wrap:wrap;gap:10px}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_details__r61MM .Style_left__mSZin .Style_option_wrap__Mfqrb .Style_Items__g9dru .Style_Item__z7cqn,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_details__r61MM .Style_left_wrap__jfXE- .Style_option_wrap__Mfqrb .Style_Items__g9dru .Style_Item__z7cqn,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_details__r61MM .Style_left__mSZin .Style_option_wrap__Mfqrb .Style_Items__g9dru .Style_Item__z7cqn,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_details__r61MM .Style_left_wrap__jfXE- .Style_option_wrap__Mfqrb .Style_Items__g9dru .Style_Item__z7cqn,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_details__r61MM .Style_left__mSZin .Style_option_wrap__Mfqrb .Style_Items__g9dru .Style_Item__z7cqn,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_details__r61MM .Style_left_wrap__jfXE- .Style_option_wrap__Mfqrb .Style_Items__g9dru .Style_Item__z7cqn,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_details__r61MM .Style_left__mSZin .Style_option_wrap__Mfqrb .Style_Items__g9dru .Style_Item__z7cqn,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_details__r61MM .Style_left_wrap__jfXE- .Style_option_wrap__Mfqrb .Style_Items__g9dru .Style_Item__z7cqn{display:flex;gap:2px}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_details__r61MM .Style_right__sQJJG,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_details__r61MM .Style_right__sQJJG,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_details__r61MM .Style_right__sQJJG,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_details__r61MM .Style_right__sQJJG{align-items:center;display:flex;flex:2 1;justify-content:center}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_details__r61MM .Style_right__sQJJG button,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_details__r61MM .Style_right__sQJJG button,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_details__r61MM .Style_right__sQJJG button,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_details__r61MM .Style_right__sQJJG button{background-color:#fff;border:none;border-radius:5px;color:red;cursor:pointer}.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottomTable__ohXJR .Style_details__r61MM .Style_right__sQJJG .Style_rembtn__FItiG,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_bottom__4Gk3s .Style_details__r61MM .Style_right__sQJJG .Style_rembtn__FItiG,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_center__4XLoQ .Style_details__r61MM .Style_right__sQJJG .Style_rembtn__FItiG,.Style_new__Gwul\+ .Style_newContainer__Mqqw9 .Style_top__4kmdL .Style_details__r61MM .Style_right__sQJJG .Style_rembtn__FItiG{background-color:red;border:none;border-radius:5px;color:#fff;cursor:pointer;margin:10px 0;padding:10px}.Style_page_wrapper__aGmXp{display:flex;flex-direction:column;min-height:100%;width:100%}.Style_page_wrapper__aGmXp .Style_main__oKgLt{display:flex;flex-direction:column;margin-top:80px}@media (max-width:550px){.Style_page_wrapper__aGmXp .Style_main__oKgLt{margin-top:120px}}@media (min-width:550px) and (max-width:768px){.Style_page_wrapper__aGmXp .Style_main__oKgLt{margin-top:120px}}@media (min-width:900px) and (max-width:1024px){.Style_page_wrapper__aGmXp .Style_main__oKgLt{margin-top:80px}}.Style_page_wrapper__aGmXp .Style_main__oKgLt .Style_Main_Container__AOA\+r{background-color:#fff;display:flex;gap:5px;justify-content:center;min-height:100vh;overflow:hidden;padding:0 3rem}@media (max-width:550px){.Style_page_wrapper__aGmXp .Style_main__oKgLt .Style_Main_Container__AOA\+r{flex-direction:column;padding:.5rem}}@media (min-width:550px) and (max-width:768px){.Style_page_wrapper__aGmXp .Style_main__oKgLt .Style_Main_Container__AOA\+r{flex-direction:column;padding:.5rem}}.Style_page_wrapper__aGmXp .Style_main__oKgLt .Style_Main_Container__AOA\+r .Style_Left_Section__uiSWS{flex:2 1}@media (max-width:550px){.Style_page_wrapper__aGmXp .Style_main__oKgLt .Style_Main_Container__AOA\+r .Style_Left_Section__uiSWS{display:none}}@media (min-width:550px) and (max-width:768px){.Style_page_wrapper__aGmXp .Style_main__oKgLt .Style_Main_Container__AOA\+r .Style_Left_Section__uiSWS{display:none}}.Style_page_wrapper__aGmXp .Style_main__oKgLt .Style_Main_Container__AOA\+r .Style_Right_Section__y8Cpl{flex:6 1}@media (max-width:550px){.Style_page_wrapper__aGmXp .Style_main__oKgLt .Style_Main_Container__AOA\+r .Style_Right_Section__y8Cpl{flex:1 1}}@media (min-width:550px) and (max-width:768px){.Style_page_wrapper__aGmXp .Style_main__oKgLt .Style_Main_Container__AOA\+r .Style_Right_Section__y8Cpl{flex:1 1}}.Style_switch__6XEQq{--button-width:3em;--button-height:1.6em;--toggle-diameter:1.2em;--button-toggle-offset:calc((var(--button-height) - var(--toggle-diameter))/2);--toggle-shadow-offset:10px;--toggle-wider:3em;--color-grey:#ccc;--color-green:#046bd2}.Style_slider__9nbXs{background-color:var(--color-grey);border-radius:calc(var(--button-height)/2);height:var(--button-height);position:relative;width:var(--button-width)}.Style_slider__9nbXs,.Style_slider__9nbXs:after{display:inline-block;transition:all .3s ease-in-out}.Style_slider__9nbXs:after{background-color:#fff;border-radius:calc(var(--toggle-diameter)/2);box-shadow:var(--toggle-shadow-offset) 0 calc(var(--toggle-shadow-offset)*4) #0000001a;content:"";height:var(--toggle-diameter);position:absolute;top:var(--button-toggle-offset);transform:translateX(var(--button-toggle-offset));width:var(--toggle-diameter)}.Style_switch__6XEQq input[type=checkbox]:checked+.Style_slider__9nbXs{background-color:var(--color-green)}.Style_switch__6XEQq input[type=checkbox]:checked+.Style_slider__9nbXs:after{box-shadow:calc(var(--toggle-shadow-offset)*-1) 0 calc(var(--toggle-shadow-offset)*4) #0000001a;transform:translateX(calc(var(--button-width) - var(--toggle-diameter) - var(--button-toggle-offset)))}.Style_switch__6XEQq input[type=checkbox]{display:none}.Style_switch__6XEQq input[type=checkbox]:active+.Style_slider__9nbXs:after{width:var(--toggle-wider)}.Style_switch__6XEQq input[type=checkbox]:checked:active+.Style_slider__9nbXs:after{transform:translateX(calc(var(--button-width) - var(--toggle-wider) - var(--button-toggle-offset)))}.Style_Container__-A0hZ{background-color:#fff;border-left:2px solid #f8f8f8;border-radius:5px;padding:3rem;position:relative}@media (max-width:550px){.Style_Container__-A0hZ{border-left:none;padding:0}}@media (min-width:550px) and (max-width:768px){.Style_Container__-A0hZ{border-left:none;padding:1rem}}.Style_Container__-A0hZ .Style_header__uA1io{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem 0}.Style_Container__-A0hZ .Style_header__uA1io .Style_headerDiv__6Vl0u h2{font-size:1.8rem;font-weight:500;line-height:1.1}.Style_Container__-A0hZ .Style_header__uA1io .Style_headerBtnDiv__jbGSp{align-items:center;display:flex;justify-content:flex-end;width:auto}.Style_Container__-A0hZ .Style_header__uA1io .Style_headerBtnDiv__jbGSp button{align-items:center;background:none;border:none;color:#046bd2;cursor:pointer;display:flex;font-size:medium;gap:5px;justify-content:center;text-align:center}@media (min-width:550px) and (max-width:768px){.Style_Container__-A0hZ .Style_header__uA1io .Style_headerBtnDiv__jbGSp button{right:20px}}.Style_Container__-A0hZ .Style_header__uA1io .Style_headerBtnDiv__jbGSp button .Style_icon__3ray1{align-items:center;display:flex;justify-content:center}.Style_Container__-A0hZ .Style_details__pAnJP{display:flex;flex-direction:column;gap:.2rem;place-content:center}.Style_Container__-A0hZ .Style_details__pAnJP .Style_detailItem__K2wZ0{align-items:center;background-color:#f8f8f8;border-radius:.8rem;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem}.Style_Container__-A0hZ .Style_details__pAnJP .Style_detailItem__K2wZ0 .Style_title__3zs2i h3{font-size:1rem;font-weight:500;line-height:1.2;margin-bottom:.8rem}.Style_Container__-A0hZ .Style_details__pAnJP .Style_detailItem__K2wZ0 .Style_title__3zs2i p{display:flex;flex-wrap:wrap;font-size:.8rem;font-weight:400;line-height:1.2}.Style_Container__-A0hZ .Style_details__pAnJP .Style_detailItem__K2wZ0 .Style_toggleBtnDiv__D310V{align-items:center;display:flex;justify-content:center}.Advertisement_page_wrapper__2LVFi{display:flex;flex-direction:column;min-height:100%;position:relative;width:100%}.Advertisement_page_wrapper__2LVFi .Advertisement_navigation__65Yum{color:#111;text-decoration:none}.Advertisement_page_wrapper__2LVFi .Advertisement_header_wrapper__VDvJh{align-items:center;background-color:#fff;display:flex;height:80px;position:fixed;top:0;width:100%;z-index:9}.Advertisement_page_wrapper__2LVFi .Advertisement_header_wrapper__VDvJh .Advertisement_backarrow__UgrGw{font-size:24px;margin:0 20px;padding:0 20px}.Advertisement_page_wrapper__2LVFi .Advertisement_under_heading__YJrCv{background-color:#f3f3f3;font-family:Roboto,sans-serif;font-weight:300;margin-top:5%;padding:2rem 0}.Advertisement_page_wrapper__2LVFi .Advertisement_under_heading__YJrCv div{color:#585858;padding-left:5rem}.Advertisement_page_wrapper__2LVFi .Advertisement_under_heading__YJrCv div h5{color:#3d3d3d;margin-top:.5rem}.Style_Main_Container__\+8Oig{background-color:#f8f8f8;display:flex;gap:10px;justify-content:center;margin-top:80px;overflow:hidden;padding:40px;position:relative}.Style_Main_Container__\+8Oig :required{background-color:#fafafa}@media (max-width:550px){.Style_Main_Container__\+8Oig{padding:10px}}@media (min-width:900px) and (max-width:1024px){.Style_Main_Container__\+8Oig{padding:20px}}.Style_Main_Container__\+8Oig .Style_header_wrapper__lTX4j{background-color:#fff;height:80px;position:fixed;top:0;width:100%;z-index:9}.Style_Main_Container__\+8Oig .Style_header_wrapper__lTX4j .Style_backarrow__BEc8h{align-items:center;display:flex;font-size:22px;height:80px;justify-content:flex-start;padding:0 60px}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb{background-color:#fff;border-radius:5px;min-height:480px;overflow:hidden;padding:60px;width:60%}@media (max-width:550px){.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb{padding:20px;width:100%}}@media (min-width:550px) and (max-width:768px){.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb{width:70%}}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb .Style_path__Gze8E{border-bottom:1px solid grey;display:flex;font-size:15px;gap:10px;margin:10px 0;padding:20px 0}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form{display:flex;flex-direction:column;padding:10px}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE{display:flex;flex-direction:column;margin:10px 0}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE label{align-items:center;display:flex;font-size:16px;font-weight:600}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_listeditems__NS6Sk{display:flex;gap:30px;width:100%}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_radioFieldItems__MMPnE{display:flex;flex-wrap:wrap;gap:10px 20px;width:100%}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_radioFieldItems__MMPnE .Style_radio__Oyz4Z{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;padding-top:5px}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_radioFieldItems__MMPnE .Style_radio__Oyz4Z input{display:flex;flex-direction:row;height:1.5rem;margin-right:10px;width:20px}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_radioFieldItems__MMPnE .Style_radio__Oyz4Z .Style_radioLabel__8T1rv{font-size:16px;font-weight:500;margin-bottom:0}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_items__jgWZ2{display:flex;flex-direction:column;width:100%}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_items__jgWZ2,.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_listeditems__NS6Sk{margin:10px 0}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_items__jgWZ2 span,.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_listeditems__NS6Sk span{color:red;font-size:14px;margin-top:10px}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_items__jgWZ2 p,.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_listeditems__NS6Sk p{font-size:12px;margin-top:10px}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_items__jgWZ2 .Style_basic_single__umMcE,.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_listeditems__NS6Sk .Style_basic_single__umMcE{width:100%}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_items__jgWZ2 button,.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_listeditems__NS6Sk button{background-color:#fff;border:1px solid #d3d3d3;border-radius:4px;font-size:14px;line-height:2;margin:5px;padding:5px 15px;text-align:center}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_items__jgWZ2 button:hover,.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_listeditems__NS6Sk button:hover{background-color:#046bd2;border:1px solid #046bd2;color:#fff}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_items__jgWZ2 select,.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_listeditems__NS6Sk select{border:1px solid #d3d3d3;border-radius:4px;height:3rem;outline:none;padding:0 20px}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_items__jgWZ2 select:hover,.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_listeditems__NS6Sk select:hover{border-color:#046bd2;color:#111}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_items__jgWZ2 select .Style_selectoption__-g1NH,.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_listeditems__NS6Sk select .Style_selectoption__-g1NH{background-color:initial;font-size:16px;padding:10px}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_items__jgWZ2 input,.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_listeditems__NS6Sk input{border:1px solid #d3d3d3;border-radius:4px;height:2.5rem;outline:none;padding:0 5px}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_items__jgWZ2 input:hover,.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_listeditems__NS6Sk input:hover{border-color:#046bd2;color:#111}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_items__jgWZ2 textarea,.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_listeditems__NS6Sk textarea{border:1px solid #d3d3d3;border-radius:4px;font-size:16px;height:6rem;outline:none;padding:10px}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_items__jgWZ2 textarea:hover,.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_listeditems__NS6Sk textarea:hover{border-color:#046bd2;color:#111}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_image_wrapper__QbbiD{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;margin:50px 0}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_image_wrapper__QbbiD label{border:2px dashed #d3d3d3;cursor:pointer;font-size:30px;padding:40px}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_image_wrapper__QbbiD input{display:none}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_image_wrapper__QbbiD .Style_image_sec__O2bJ6{align-items:center;display:flex;flex-wrap:wrap;gap:10px;position:relative}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_image_wrapper__QbbiD .Style_image_sec__O2bJ6 img{height:118px;width:120px}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_image_wrapper__QbbiD .Style_image_sec__O2bJ6 .Style_clearbtn__H66aU{outline:none;position:absolute;right:5px;top:5px}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE .Style_image_wrapper__QbbiD .Style_image_sec__O2bJ6 .Style_clearbtn__H66aU button{align-items:center;background-color:#fff;border:none;border-radius:50%;display:flex;font-size:18px;height:20px;justify-content:center;outline:none;width:20px}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_row__Bp6BE p{font-size:11px;margin-top:30px}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_price_section__z58FD,.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_seller_section__4SXyE{border-top:1px solid #373737;padding:20px 0}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_seller_section__4SXyE .Style_items__jgWZ2{display:flex;flex-direction:column;margin:10px 0;width:100%}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_seller_section__4SXyE .Style_items__jgWZ2 input{border:1px solid #d3d3d3;border-radius:4px;height:2.5rem;outline:none;padding:0 5px}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_seller_section__4SXyE .Style_items__jgWZ2 input:hover{border-color:#046bd2;color:#111}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_seller_section__4SXyE .Style_location_wrap__Z2ED0{display:flex;gap:30px}@media (max-width:550px){.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_seller_section__4SXyE .Style_location_wrap__Z2ED0{flex-direction:column;gap:5px}}@media (min-width:550px) and (max-width:768px){.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_seller_section__4SXyE .Style_location_wrap__Z2ED0{gap:40px}}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_seller_section__4SXyE .Style_location_wrap__Z2ED0 .Style_col__2QWJ1{display:flex;flex:1 1;flex-direction:column;gap:5px;padding:5px 0}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_seller_section__4SXyE .Style_location_wrap__Z2ED0 .Style_col__2QWJ1 input{border:1px solid #d3d3d3;border-radius:4px;height:2.5rem;outline:none;padding:0 5px}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_submit_section__IU08k{align-items:center;display:flex;justify-content:center;padding:30px;position:relative}.Style_Main_Container__\+8Oig .Style_Container_Wrapper__oGttb form .Style_submit_section__IU08k button{background-color:#046bd2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px;position:absolute;right:20px;text-align:center}.AdvertisementLocation_advertisementLocation__ruXU1{background:#fff;border-radius:10px;box-shadow:0 4px 10px #0000001a;margin:auto;max-width:800px;padding:20px}.AdvertisementLocation_advertisementLocation__ruXU1 h1,.AdvertisementLocation_advertisementLocation__ruXU1 h2{color:#333;font-size:1.5rem;margin-bottom:15px;text-align:center}.AdvertisementLocation_advertisementLocation__ruXU1 .AdvertisementLocation_coverage_head__WFgEl{font-weight:700}.AdvertisementLocation_advertisementLocation__ruXU1 .AdvertisementLocation_radioGroup__7CabS{display:flex;gap:20px;justify-content:center;margin-bottom:20px}.AdvertisementLocation_advertisementLocation__ruXU1 .AdvertisementLocation_radioGroup__7CabS label{cursor:pointer;font-size:1rem;font-weight:500}.AdvertisementLocation_advertisementLocation__ruXU1 .AdvertisementLocation_radioGroup__7CabS label input{margin-right:8px}.AdvertisementLocation_advertisementLocation__ruXU1 .AdvertisementLocation_locationWrap__I9Un1{background:#f9f9f9;border:1px solid #ddd;border-radius:8px;margin-top:20px;padding:15px}.AdvertisementLocation_advertisementLocation__ruXU1 .AdvertisementLocation_row__bJ5JJ{display:flex;flex-direction:column;gap:5px;margin-bottom:15px}.AdvertisementLocation_advertisementLocation__ruXU1 .AdvertisementLocation_row__bJ5JJ label{color:#444;font-size:1rem;font-weight:500}.AdvertisementLocation_advertisementLocation__ruXU1 .AdvertisementLocation_row__bJ5JJ .AdvertisementLocation_css-b62m3t-container__sK3vx,.AdvertisementLocation_advertisementLocation__ruXU1 .AdvertisementLocation_row__bJ5JJ input{border:1px solid #ddd;border-radius:6px;font-size:1rem;padding:10px;width:100%}.AdvertisementLocation_advertisementLocation__ruXU1 .AdvertisementLocation_row__bJ5JJ input{outline:none}.AdvertisementLocation_advertisementLocation__ruXU1 .AdvertisementLocation_row__bJ5JJ input:focus{border-color:#007bff}.AdvertisementLocation_advertisementLocation__ruXU1 .AdvertisementLocation_adConfiguration__nJDIB{background:#f9f9f9;border:1px solid #ddd;border-radius:8px;margin-top:20px;padding:15px}.AdvertisementLocation_advertisementLocation__ruXU1 .AdvertisementLocation_adConfiguration__nJDIB h2{font-size:1.4rem;margin-bottom:10px}.AdvertisementLocation_advertisementLocation__ruXU1 .AdvertisementLocation_billSection__RSx7d{background:#fff3cd;border:1px solid #ffecb5;border-radius:8px;margin-top:20px;padding:15px}.AdvertisementLocation_advertisementLocation__ruXU1 .AdvertisementLocation_billSection__RSx7d h2{color:#856404;font-size:1.3rem}.AdvertisementLocation_advertisementLocation__ruXU1 .AdvertisementLocation_billSection__RSx7d p{color:#664d03;font-size:1rem}.AdvertisementLocation_advertisementLocation__ruXU1 .AdvertisementLocation_billSection__RSx7d h3{color:#b58900;font-size:1.4rem;font-weight:700;text-align:center}.AdvertisementLocation_advertisementLocation__ruXU1 .AdvertisementLocation_submit_section__V2c1r{display:flex;justify-content:center;margin-top:20px}.AdvertisementLocation_advertisementLocation__ruXU1 .AdvertisementLocation_submit_section__V2c1r button{background:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:12px 20px;transition:background .3s ease}.AdvertisementLocation_advertisementLocation__ruXU1 .AdvertisementLocation_submit_section__V2c1r button:hover{background:#0056b3}.AdvertisementLocation_advertisementLocation__ruXU1 .AdvertisementLocation_star__cuAYn{color:red;margin-left:3px}.RefferalPage_content__CFkez{align-items:center;display:flex;flex-direction:column;width:100%}.RefferalPage_navbarContainer__T0pg7{display:flex;justify-content:center;margin-bottom:10px;width:100%}.RefferalPage_breadcrumbContainer__v3gSu{display:flex;margin-top:70px;width:100%}@media(max-width:550px){.RefferalPage_breadcrumbContainer__v3gSu{margin-top:100px}}.RefferalPage_toggleNavbarContainer__wFmGq{display:flex;justify-content:center;margin-bottom:20px;width:100%}.RefferalPage_navbarItem__LyS8y{cursor:pointer;font-size:18px;font-weight:400;padding:10px 20px;position:relative;transition:color .3s ease,font-weight .3s ease}@media(max-width:550px){.RefferalPage_navbarItem__LyS8y{font-size:17px;padding:14px 13px}}.RefferalPage_navbarItem__LyS8y:hover{color:#007bff}.RefferalPage_navbarItem__LyS8y.RefferalPage_active__Z4Ab7{color:#000;font-weight:700}.RefferalPage_navbarItem__LyS8y.RefferalPage_active__Z4Ab7:after{transform:scaleX(1)}.RefferalPage_navbarItem__LyS8y.RefferalPage_active__Z4Ab7:after,.RefferalPage_navbarItem__LyS8y:after{background-color:blue;bottom:0;content:"";height:2px;left:0;position:absolute;transition:transform .3s ease;width:100%}.RefferalPage_navbarItem__LyS8y:after{transform:scaleX(0)}.RefferalPage_contentContainer__8ptRO{display:flex;justify-content:center;margin-top:20px;width:100%}.Refferal_refferalContainer__Vx44e{background-color:#f5f5f5;border-radius:8px;box-shadow:0 2px 8px #0000001a;max-width:90%;padding:20px;transition:opacity .3s ease-in-out;width:100%}@media (max-width:550px){.Refferal_refferalContainer__Vx44e{background-color:#f5f5f5;border-radius:8px;box-shadow:0 2px 8px #0000001a;max-width:90%;transition:opacity .3s ease-in-out;width:100%}}h1{font-size:24px;margin-bottom:20px}.Refferal_descriptionList__JWpbz{list-style-type:disc;margin-bottom:20px;padding-left:20px}.Refferal_descriptionList__JWpbz li{margin-bottom:10px}.Refferal_additionalNotes__2Q7no{font-size:18px;font-weight:700;margin-bottom:10px}.Refferal_refferalCodeSection__sDKfk{margin-top:30px}.Refferal_refferalHeader__GqpSM{font-size:18px;font-weight:700;margin-bottom:10px}.Refferal_codeSection__ohKh9{align-items:center;background-color:#046bd2;border-radius:6px;box-shadow:0 2px 5px #0000001a;color:#fff;display:flex;justify-content:space-between;letter-spacing:5px;padding:10px 15px;transition:box-shadow .3s ease,background-color .3s ease;width:93%}.Refferal_codeSection__ohKh9 .Refferal_referralelsecontent__U7snq{font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-style:italic}.Refferal_codeSection__ohKh9 .Refferal_referralelsecontent__U7snq .Refferal_elsecode__4CX\+o{font-size:14px}@media (max-width:550px){.Refferal_codeSection__ohKh9{width:88%}}.Refferal_codeSection__ohKh9:hover{background-color:#0f85fa;box-shadow:0 4px 10px #00000026}.Refferal_elsecode__4CX\+o{font-size:10px}.Refferal_code__sO0qL{font-size:50px;font-weight:700;margin-right:10px}.Refferal_copyButton__5rDzs{align-items:center;background-color:#fff;border:none;border-radius:4px;color:#046bd2;cursor:pointer;display:flex;padding:8px 12px;transition:background-color .3s ease}.Refferal_copyButton__5rDzs:hover{background-color:#fff}.Refferal_copyIcon__gVAIT{margin-right:5px}.Rewards_outer_container__gAncL{display:flex;justify-content:center;padding:20px}.Rewards_outer_container__gAncL .Rewards_conatiner__vxDHs{max-width:800px;padding:20px;width:100%}.Rewards_outer_container__gAncL .Rewards_conatiner__vxDHs .Rewards_reward_container__NvNj-{align-items:center;background-color:#f5f5f5;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:start;gap:50px;justify-content:space-between;margin-block-end:10px;padding:16px;transition:opacity .3s ease-in-out}.Rewards_outer_container__gAncL .Rewards_conatiner__vxDHs .Rewards_reward_container__NvNj- .Rewards_reward_container__NvNj->div{flex:1 1;padding:10px;text-align:center;word-break:break-word}@media (max-width:550px){.Rewards_outer_container__gAncL .Rewards_conatiner__vxDHs .Rewards_reward_container__NvNj-{gap:0}}@media (min-width:550px) and (max-width:768px){.Rewards_outer_container__gAncL .Rewards_conatiner__vxDHs .Rewards_reward_container__NvNj-{gap:100px}}.Rewards_outer_container__gAncL .Rewards_conatiner__vxDHs button{background-color:#046bd2;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 16px}.Rewards_outer_container__gAncL .Rewards_conatiner__vxDHs button:hover{background-color:#45a049}.AddRefferal_container__euCN6{align-items:center;display:flex;justify-content:center}.AddRefferal_formContainer__bfhny{background-color:#fff;border-radius:20px;box-shadow:0 4px 8px #0000001a;max-width:400px;padding:20px;width:100%}.AddRefferal_formContainer__bfhny .AddRefferal_successMessage__c6Wxr{color:green;display:flex;flex-wrap:wrap;font-size:medium}.AddRefferal_inputGroup__lseIm{align-items:center;display:flex;gap:15px;margin-bottom:15px}.AddRefferal_input__mgpCT{background-color:#fff;border:none;border-bottom:2px solid #007bff;color:#007bff;flex:1 1;font-size:1rem;padding:12px 0}.AddRefferal_input__mgpCT::placeholder{color:#007bff}.AddRefferal_input__mgpCT:focus{border-bottom:2px solid #0056b3;outline:none}.AddRefferal_submitButton__Xyfkh{background-color:#007bff;border:2px solid #007bff;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:12px 20px;transition:background-color .3s,color .3s}@media (max-width:550px){.AddRefferal_submitButton__Xyfkh{font-size:.5rem}}.AddRefferal_submitButton__Xyfkh:hover{background-color:#007bff;color:#fff}.RewardForm_container__7SxaA{align-items:center;background-color:#f9f9f9;display:flex;height:100vh;justify-content:center}.RewardForm_container__7SxaA .RewardForm_form_wrapper__Og0fE{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;width:60%}@media (max-width:550px){.RewardForm_container__7SxaA .RewardForm_form_wrapper__Og0fE{box-shadow:none;flex-direction:column;width:90%}}.RewardForm_container__7SxaA .RewardForm_form_wrapper__Og0fE .RewardForm_form_container__Ci6IB{align-items:center;display:flex;justify-content:space-between;width:100%}@media (max-width:550px){.RewardForm_container__7SxaA .RewardForm_form_wrapper__Og0fE .RewardForm_form_container__Ci6IB{flex-direction:column}}.RewardForm_container__7SxaA .RewardForm_form_wrapper__Og0fE .RewardForm_form_container__Ci6IB .RewardForm_otp_section__-Mjmx{border-bottom-left-radius:10px;border-top-left-radius:10px;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:40px}@media (max-width:550px){.RewardForm_container__7SxaA .RewardForm_form_wrapper__Og0fE .RewardForm_form_container__Ci6IB .RewardForm_otp_section__-Mjmx{border-radius:10px;padding:20px}}.RewardForm_container__7SxaA .RewardForm_form_wrapper__Og0fE .RewardForm_form_container__Ci6IB .RewardForm_otp_section__-Mjmx h1{color:#046bd2;font-size:1.8rem;margin-bottom:20px}.RewardForm_container__7SxaA .RewardForm_form_wrapper__Og0fE .RewardForm_form_container__Ci6IB .RewardForm_otp_section__-Mjmx form{display:flex;flex-direction:column;gap:20px}.RewardForm_container__7SxaA .RewardForm_form_wrapper__Og0fE .RewardForm_form_container__Ci6IB .RewardForm_otp_section__-Mjmx form .RewardForm_input_div__-IPnD{display:flex;flex-direction:column}.RewardForm_container__7SxaA .RewardForm_form_wrapper__Og0fE .RewardForm_form_container__Ci6IB .RewardForm_otp_section__-Mjmx form .RewardForm_input_div__-IPnD label{color:#373737;font-size:14px;margin-bottom:5px}.RewardForm_container__7SxaA .RewardForm_form_wrapper__Og0fE .RewardForm_form_container__Ci6IB .RewardForm_otp_section__-Mjmx form .RewardForm_input_div__-IPnD input{background-color:initial;border:1px solid #95959585;border-radius:8px;color:#373737;font-size:14px;outline:none;padding:12px;transition:.3s}.RewardForm_container__7SxaA .RewardForm_form_wrapper__Og0fE .RewardForm_form_container__Ci6IB .RewardForm_otp_section__-Mjmx form .RewardForm_input_div__-IPnD input:focus,.RewardForm_container__7SxaA .RewardForm_form_wrapper__Og0fE .RewardForm_form_container__Ci6IB .RewardForm_otp_section__-Mjmx form .RewardForm_input_div__-IPnD input:hover{border-color:#046bd2}.RewardForm_container__7SxaA .RewardForm_form_wrapper__Og0fE .RewardForm_form_container__Ci6IB .RewardForm_otp_section__-Mjmx form button{background-color:#046bd2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;padding:12px;transition:.3s}.RewardForm_container__7SxaA .RewardForm_form_wrapper__Og0fE .RewardForm_form_container__Ci6IB .RewardForm_otp_section__-Mjmx form button:hover{background:linear-gradient(142deg,#0374d0 10%,#00efbd);box-shadow:0 2px 5px #00000026}.RewardForm_container__7SxaA .RewardForm_form_wrapper__Og0fE .RewardForm_form_container__Ci6IB .RewardForm_right_section__TqMCi{align-items:center;background-color:#046bd2;border-bottom-right-radius:10px;border-top-right-radius:10px;display:flex;flex:1 1;justify-content:center}@media (max-width:550px){.RewardForm_container__7SxaA .RewardForm_form_wrapper__Og0fE .RewardForm_form_container__Ci6IB .RewardForm_right_section__TqMCi{display:none}}.RewardForm_container__7SxaA .RewardForm_form_wrapper__Og0fE .RewardForm_form_container__Ci6IB .RewardForm_right_section__TqMCi .RewardForm_img_wrapper__f1dgS{padding:2rem}.RewardForm_container__7SxaA .RewardForm_form_wrapper__Og0fE .RewardForm_form_container__Ci6IB .RewardForm_right_section__TqMCi .RewardForm_img_wrapper__f1dgS img{height:auto;width:100%}.swal2-popup.swal2-toast{background:#fff;box-shadow:0 0 1px rgba(0,0,0,.075),0 1px 2px rgba(0,0,0,.075),1px 2px 4px rgba(0,0,0,.075),1px 3px 8px rgba(0,0,0,.075),2px 4px 16px rgba(0,0,0,.075);box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:min-content auto min-content;overflow-y:hidden;padding:1em;pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{font-size:1em;margin:.5em 1em;padding:0;text-align:left;text-align:initial}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{font-size:1em;height:2em;margin:.5em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{font-size:.8em;margin:.5em 0 0;padding:.5em 0 0}.swal2-popup.swal2-toast .swal2-close{align-self:center;font-size:2em;grid-column:3/3;grid-row:1/99;height:.8em;margin:0;width:.8em}.swal2-popup.swal2-toast .swal2-html-container{font-size:1em;margin:.5em 1em;overflow:visible;overflow:initial;padding:0;text-align:left;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{align-self:center;grid-column:1;grid-row:1/99;height:2em;margin:.25em;width:2em}.swal2-popup.swal2-toast .swal2-icon{align-self:center;grid-column:1;grid-row:1/99;height:2em;margin:0 .5em 0 0;min-width:2em;width:2em}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{align-items:center;display:flex;font-size:1.8em;font-weight:700}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{height:2em;width:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{height:auto;justify-content:flex-start;margin:.5em 0 0;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{font-size:1em;margin:.25em .5em;padding:.4em .6em}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{border-radius:50%;height:3em;position:absolute;width:1.6em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{border-radius:4em 0 0 4em;left:-.5em;top:-.8em;transform:rotate(-45deg);transform-origin:2em 2em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{border-radius:0 4em 4em 0;left:.9375em;top:-.25em;transform-origin:0 1.5em}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{height:2em;width:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{height:2.6875em;left:.4375em;top:0;width:.4375em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{left:.1875em;top:1.125em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{right:.1875em;top:.9375em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{animation:swal2-toast-hide .1s forwards}div:where(.swal2-container){-webkit-overflow-scrolling:touch;box-sizing:border-box;display:grid;grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;inset:0;overflow-x:hidden;padding:.625em;position:fixed;transition:background-color .1s;z-index:1060}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:#0006}div:where(.swal2-container).swal2-backdrop-hide{background:#0000!important}div:where(.swal2-container).swal2-bottom-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-top-start{grid-template-columns:minmax(0,1fr) auto auto}div:where(.swal2-container).swal2-bottom,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-top{grid-template-columns:auto minmax(0,1fr) auto}div:where(.swal2-container).swal2-bottom-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-top-end{grid-template-columns:auto auto minmax(0,1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;place-self:start center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;place-self:start end}div:where(.swal2-container).swal2-center-left>.swal2-popup,div:where(.swal2-container).swal2-center-start>.swal2-popup{align-self:center;grid-row:2}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;place-self:center center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;place-self:center end}div:where(.swal2-container).swal2-bottom-left>.swal2-popup,div:where(.swal2-container).swal2-bottom-start>.swal2-popup{align-self:end;grid-column:1;grid-row:3}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;place-self:end center}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;place-self:end end}div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup,div:where(.swal2-container).swal2-grow-row>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{align-self:stretch;grid-row:1/4}div:where(.swal2-container).swal2-no-transition{transition:none!important}div:where(.swal2-container) div:where(.swal2-popup){background:#fff;border:none;border-radius:5px;box-sizing:border-box;color:#545454;display:none;font-family:inherit;font-size:1rem;grid-template-columns:minmax(0,100%);max-width:100%;padding:0 0 1.25em;position:relative;width:32em}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) h2:where(.swal2-title){word-wrap:break-word;color:inherit;font-size:1.875em;font-weight:600;margin:0;max-width:100%;padding:.8em 1em 0;position:relative;text-align:center;text-transform:none}div:where(.swal2-container) div:where(.swal2-actions){align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:center;margin:1.25em auto 0;padding:0;width:auto;z-index:1}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(#0000001a,#0000001a)}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(#0003,#0003)}div:where(.swal2-container) div:where(.swal2-loader){align-items:center;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-color:#2778c4 #0000;border-radius:100%;border-style:solid;border-width:.25em;display:none;height:2.2em;justify-content:center;margin:0 1.875em;width:2.2em}div:where(.swal2-container) button:where(.swal2-styled){box-shadow:0 0 0 3px #0000;font-weight:500;margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s}div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){cursor:pointer}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;background-color:#7066e0;border:0;border-radius:.25em;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible{box-shadow:0 0 0 3px #7066e080}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny){background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;background-color:#dc3741;border:0;border-radius:.25em;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):focus-visible{box-shadow:0 0 0 3px #dc374180}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;background-color:#6e7881;border:0;border-radius:.25em;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):focus-visible{box-shadow:0 0 0 3px #6e788180}div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus-visible{box-shadow:0 0 0 3px #6496c880}div:where(.swal2-container) button:where(.swal2-styled):focus-visible{outline:none}div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-footer){border-top:1px solid #eee;color:inherit;font-size:1em;margin:1em 0 0;padding:1em 1em 0;text-align:center}div:where(.swal2-container) .swal2-timer-progress-bar-container{border-bottom-left-radius:5px;border-bottom-right-radius:5px;bottom:0;grid-column:auto!important;left:0;overflow:hidden;position:absolute;right:0}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){background:#0003;height:.25em;width:100%}div:where(.swal2-container) img:where(.swal2-image){margin:2em auto 1em;max-width:100%}div:where(.swal2-container) button:where(.swal2-close){align-items:center;background:#0000;border:none;border-radius:5px;color:#ccc;cursor:pointer;font-family:monospace;font-size:2.5em;height:1.2em;justify-content:center;justify-self:end;margin-bottom:-1.2em;margin-right:0;margin-top:0;overflow:hidden;padding:0;transition:color .1s,box-shadow .1s;width:1.2em;z-index:2}div:where(.swal2-container) button:where(.swal2-close):hover{background:#0000;color:#f27474;transform:none}div:where(.swal2-container) button:where(.swal2-close):focus-visible{box-shadow:inset 0 0 0 3px #6496c880;outline:none}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) .swal2-html-container{word-wrap:break-word;color:inherit;font-size:1.125em;font-weight:400;justify-content:center;line-height:normal;margin:0;overflow:auto;padding:1em 1.6em .3em;text-align:center;word-break:break-word;z-index:1}div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) label:where(.swal2-checkbox),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) textarea:where(.swal2-textarea){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) textarea:where(.swal2-textarea){background:#0000;border:1px solid #d9d9d9;border-radius:.1875em;box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px #0000;box-sizing:border-box;color:inherit;font-size:1.125em;transition:border-color .1s,box-shadow .1s;width:auto}div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:1px solid #b4dbed;box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px #6496c880;outline:none}div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{background:#fff;margin:1em 2em 3px}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{color:inherit;font-weight:600;text-align:center;width:20%}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{font-size:1.125em;height:2.625em;line-height:2.625em;padding:0}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{background:#0000;font-size:1.125em;margin-left:auto;margin-right:auto;width:75%}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{background:#0000;color:inherit;font-size:1.125em;max-width:100%;min-width:50%;padding:.375em .625em}div:where(.swal2-container) .swal2-checkbox,div:where(.swal2-container) .swal2-radio{align-items:center;background:#fff;color:inherit;justify-content:center}div:where(.swal2-container) .swal2-checkbox label,div:where(.swal2-container) .swal2-radio label{font-size:1.125em;margin:0 .6em}div:where(.swal2-container) .swal2-checkbox input,div:where(.swal2-container) .swal2-radio input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;background:#f0f0f0;color:#666;font-size:1em;font-weight:300;justify-content:center;margin:1em 0 0;overflow:hidden;padding:.625em}div:where(.swal2-container) div:where(.swal2-validation-message):before{background-color:#f27474;border-radius:50%;color:#fff;content:"!";display:inline-block;font-weight:600;height:1.5em;line-height:1.5em;margin:0 .625em;min-width:1.5em;text-align:center;width:1.5em}div:where(.swal2-container) .swal2-progress-steps{align-items:center;background:#0000;flex-wrap:wrap;font-weight:600;margin:1.25em auto;max-width:100%;padding:0}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{background:#2778c4;border-radius:2em;color:#fff;flex-shrink:0;height:2em;line-height:2em;text-align:center;width:2em;z-index:20}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{background:#2778c4;flex-shrink:0;height:.4em;margin:0 -1px;width:2.5em;z-index:10}div:where(.swal2-icon){border:.25em solid #000;border-radius:50%;box-sizing:initial;cursor:default;font-family:inherit;height:5em;justify-content:center;line-height:5em;margin:2.5em auto .6em;position:relative;-webkit-user-select:none;user-select:none;width:5em}div:where(.swal2-icon) .swal2-icon-content{align-items:center;display:flex;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{flex-grow:1;position:relative}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{background-color:#f27474;border-radius:.125em;display:block;height:.3125em;position:absolute;top:2.3125em;width:2.9375em}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}div:where(.swal2-icon).swal2-warning{border-color:#facea8;color:#f8bb86}div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}div:where(.swal2-icon).swal2-info{border-color:#9de0f6;color:#3fc3ee}div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}div:where(.swal2-icon).swal2-question{border-color:#c9dae1;color:#87adbd}div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{border-radius:50%;height:7.5em;position:absolute;width:3.75em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{border-radius:7.5em 0 0 7.5em;left:-2.0635em;top:-.4375em;transform:rotate(-45deg);transform-origin:3.75em 3.75em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{border-radius:0 7.5em 7.5em 0;left:1.875em;top:-.6875em;transform:rotate(-45deg);transform-origin:0 3.75em}div:where(.swal2-icon).swal2-success .swal2-success-ring{border:.25em solid #a5dc864d;border-radius:50%;box-sizing:initial;height:100%;left:-.25em;position:absolute;top:-.25em;width:100%;z-index:2}div:where(.swal2-icon).swal2-success .swal2-success-fix{height:5.625em;left:1.625em;position:absolute;top:.5em;transform:rotate(-45deg);width:.4375em;z-index:1}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{background-color:#a5dc86;border-radius:.125em;display:block;height:.3125em;position:absolute;z-index:2}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{left:.8125em;top:2.875em;transform:rotate(45deg);width:1.5625em}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{right:.5em;top:2.375em;transform:rotate(-45deg);width:2.9375em}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}[class^=swal2]{-webkit-tap-highlight-color:rgba(0,0,0,0)}.swal2-show{animation:swal2-show .3s}.swal2-hide{animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}.swal2-rtl .swal2-close{margin-left:0;margin-right:0}.swal2-rtl .swal2-timer-progress-bar{left:auto;right:0}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotate(2deg)}33%{transform:translateY(0) rotate(-2deg)}66%{transform:translateY(.3125em) rotate(2deg)}to{transform:translateY(0) rotate(0deg)}}@keyframes swal2-toast-hide{to{opacity:0;transform:rotate(1deg)}}@keyframes swal2-toast-animate-success-line-tip{0%{left:.0625em;top:.5625em;width:0}54%{left:.125em;top:.125em;width:0}70%{left:-.25em;top:.625em;width:1.625em}84%{left:.75em;top:1.0625em;width:.5em}to{left:.1875em;top:1.125em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{right:1.375em;top:1.625em;width:0}65%{right:.9375em;top:1.25em;width:0}84%{right:0;top:.9375em;width:1.125em}to{right:.1875em;top:.9375em;width:1.375em}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@keyframes swal2-hide{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes swal2-animate-success-line-tip{0%{left:.0625em;top:1.1875em;width:0}54%{left:.125em;top:1.0625em;width:0}70%{left:-.375em;top:2.1875em;width:3.125em}84%{left:1.3125em;top:3em;width:1.0625em}to{left:.8125em;top:2.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{right:2.875em;top:3.375em;width:0}65%{right:2.875em;top:3.375em;width:0}84%{right:0;top:2.1875em;width:3.4375em}to{right:.5em;top:2.375em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;opacity:0;transform:scale(.4)}50%{margin-top:1.625em;opacity:0;transform:scale(.4)}80%{margin-top:-.375em;transform:scale(1.15)}to{margin-top:0;opacity:1;transform:scale(1)}}@keyframes swal2-animate-error-icon{0%{opacity:0;transform:rotateX(100deg)}to{opacity:1;transform:rotateX(0deg)}}@keyframes swal2-rotate-loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-1turn)}to{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{opacity:0;transform:rotate(45deg)}25%{opacity:.4;transform:rotate(-25deg)}50%{opacity:.8;transform:rotate(15deg)}75%{opacity:1;transform:rotate(-5deg)}to{opacity:1;transform:rotateX(0)}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{background-color:#0000!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px #0006}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{background-color:#0000;box-sizing:border-box;max-width:100%;pointer-events:none;width:360px}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}.Style_modalContent__E9SAG{align-items:center;background-color:#fff;border-radius:15px;box-shadow:10px;display:flex;height:450px;justify-content:space-between;padding:20px 59px;position:relative;width:750px}@media (max-width:550px){.Style_modalContent__E9SAG{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;max-width:80vw;padding:45px;width:100vw}}.Style_modalContent__E9SAG .Style_closeIconWrapper__vJDUu{height:15px;position:absolute;right:20px;top:20px;width:15px}.Style_modalContent__E9SAG .Style_closeIconWrapper__vJDUu .Style_closeButton__4Azug{background:#0000;border:none;color:#333;cursor:pointer;font-size:20px;font-weight:100;width:10px}.Style_modalContent__E9SAG .Style_refferimage__VmCD9{width:450px}.Style_modalContent__E9SAG p{font-size:medium;font-size:16px}.Style_modalContent__E9SAG .Style_modal_right__3XGnf .Style_heading__UVurm{color:#333;padding-block:20px}.Style_modalContent__E9SAG .Style_modal_right__3XGnf .Style_discription__gakGX{padding-bottom:20px}.Style_modalContent__E9SAG .Style_modal_right__3XGnf .Style_referralButton__0KwWT{align-items:center;background-color:#046bd2;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:16px;justify-content:center;margin-inline:auto;padding:10px 40px;text-decoration:none;width:150px}@media (max-width:550px){.Style_modalContent__E9SAG .Style_modal_right__3XGnf .Style_referralButton__0KwWT{display:flex;justify-content:center}}.Style_modalContent__E9SAG .Style_modal_right__3XGnf .Style_referralButton__0KwWT:hover{background-color:red}.Style_item_wrap__iwnoN{align-items:center;background-color:#fff;display:flex;justify-content:center}.Style_item_wrap__iwnoN .Style_wrapper__rg6eF{background-color:#fff;border:3px solid #d3d3d3;border-radius:10px;display:flex;flex-direction:column;justify-content:space-around;margin:10px;min-height:500px;padding:20px;width:700px}@media (max-width:550px){.Style_item_wrap__iwnoN .Style_wrapper__rg6eF{padding:20px}}@media (min-width:550px) and (max-width:768px){.Style_item_wrap__iwnoN .Style_wrapper__rg6eF{padding:20px}}.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_top__1NMjB{border-bottom:2px solid #d3d3d3;display:flex;flex-direction:column;height:100%;justify-content:space-between}.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_top__1NMjB .Style_row1__EGj4B{align-items:center;display:flex;justify-content:space-between;margin:10px 0}.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_top__1NMjB .Style_row1__EGj4B h3{font-size:18px;font-weight:600}@media (max-width:550px){.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_top__1NMjB .Style_row1__EGj4B h3{font-size:14px}}.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_top__1NMjB .Style_row1__EGj4B h5{background-color:#046bd2;border-radius:25px;color:#fff;font-size:12px;font-weight:300;padding:5px 10px}@media (max-width:550px){.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_top__1NMjB .Style_row1__EGj4B h5{font-size:10px}}.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_top__1NMjB .Style_row2__8a6dy{align-items:center;display:flex;justify-content:flex-start;margin:10px 0;padding:0 10px}.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_top__1NMjB .Style_row2__8a6dy h1{align-items:center;color:#046bd2;display:flex;font-size:38px;text-align:center}@media (max-width:550px){.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_top__1NMjB .Style_row2__8a6dy h1{font-size:28px}}.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_top__1NMjB .Style_row2__8a6dy span{font-size:38px;font-weight:900;margin:0 5px}@media (max-width:550px){.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_top__1NMjB .Style_row2__8a6dy span{font-size:28px}}.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_top__1NMjB .Style_row2__8a6dy h4{color:#373737;font-size:12px}@media (max-width:550px){.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_top__1NMjB .Style_row2__8a6dy h4{font-size:10px}}.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_top__1NMjB .Style_row3__pVPQD{padding:5px 10px}.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_top__1NMjB .Style_row3__pVPQD p{background-color:#f8f8f8;border-radius:25px;font-size:14px;padding:5px 10px;width:fit-content}.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_top__1NMjB .Style_row4__okCuF{margin:20px 0}.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_top__1NMjB .Style_row4__okCuF button{background:linear-gradient(142deg,#0374d0 10%,#00efbd);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:200;padding:10px 0;width:100%}.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_bottom__0mJvs{display:flex;flex-direction:column;min-height:100px}.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_bottom__0mJvs .Style_title__jGNkw{margin:10px 0}.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_bottom__0mJvs .Style_title__jGNkw h2{font-size:16px}.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_bottom__0mJvs .Style_row__wlKWn{display:flex;flex-direction:column}.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_bottom__0mJvs .Style_row__wlKWn .Style_item__Ndagx{align-items:center;border-top:1px solid #d3d3d3;display:flex;gap:20px;padding:10px}.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_bottom__0mJvs .Style_row__wlKWn .Style_item__Ndagx span{align-items:center;border:2px solid #046bd2;border-radius:50%;color:#046bd2;display:flex;justify-content:center}.Style_item_wrap__iwnoN .Style_wrapper__rg6eF .Style_bottom__0mJvs .Style_row__wlKWn .Style_item__Ndagx p{font-size:14px}.Style_control_btn__i9ri- .Style_next__goCSp,.Style_control_btn__i9ri- .Style_prev__MYIvJ{background:hsla(0,0%,100%,.212);border:none;border-radius:5px;height:50px;line-height:60px;position:absolute;top:45%;transform:.5s;width:35px;z-index:5}.Style_control_btn__i9ri- .Style_next__goCSp i,.Style_control_btn__i9ri- .Style_prev__MYIvJ i{align-items:center;color:#111;cursor:pointer;display:flex;font-size:50px;justify-content:center;transition:.5s}.Style_control_btn__i9ri- .Style_next__goCSp:hover,.Style_control_btn__i9ri- .Style_prev__MYIvJ:hover{cursor:pointer}.Style_control_btn__i9ri- .Style_next__goCSp:hover i,.Style_control_btn__i9ri- .Style_prev__MYIvJ:hover i{color:#111}.Style_control_btn__i9ri- .Style_prev__MYIvJ{left:-20px}.Style_control_btn__i9ri- .Style_next__goCSp{right:-20px}.MobileLocationSelector_container__UIlJf{display:flex;flex-direction:column;gap:1rem;padding:2rem}.MobileLocationSelector_title__u2CWM{font-size:1.5rem;font-weight:600;margin-bottom:1rem;text-align:center}.MobileLocationSelector_input__I1tGM{border:1px solid #ccc;border-radius:.5rem;font-size:1rem;padding:.75rem}.MobileLocationSelector_suggestions__qJ9Oq{border:1px solid #eee;border-radius:.5rem;list-style:none;margin:0;max-height:200px;overflow-y:auto;padding:0}.MobileLocationSelector_suggestionItem__ejg\+S{border-bottom:1px solid #f0f0f0;cursor:pointer;padding:.75rem}.MobileLocationSelector_suggestionItem__ejg\+S:hover{background-color:#f9f9f9}.MobileLocationSelector_button__yGfFU{background-color:#007bff;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem}.MobileLocationSelector_skipButton__-ShZx{background-color:initial;border:none;color:#888;cursor:pointer;font-size:1rem;margin-top:1rem;text-decoration:underline}
/*# sourceMappingURL=main.22d163eb.css.map*/