*{margin:0;padding:0}:root{--polypo-purple: #843cfc;--border-grey: #797979}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._dashboard_s6bu1_1{display:grid;grid-template-rows:auto 1fr auto;height:100vh;line-height:1;padding:0 35px}@supports (height: 100dvh){._dashboard_s6bu1_1{height:100dvh}}@supports (height: 100svh){._dashboard_s6bu1_1{height:100svh}}._header_s6bu1_21{width:100%;height:100px;border:1px solid black}._wrapper_s6bu1_27{display:grid;grid-template-columns:auto 1fr;gap:25px}._mainContentFlex_s6bu1_34{display:flex;width:100%;gap:0px}._mainContentGrid_s6bu1_40{display:grid;grid-template-columns:600px auto;gap:25px}._chatSection_s6bu1_47{width:100%;max-width:677px;height:calc(100vh - 100px);flex-shrink:0;overflow-y:auto;overflow-x:hidden}@supports (height: 100dvh){._chatSection_s6bu1_47{height:calc(100dvh - 100px)}}@supports (height: 100svh){._chatSection_s6bu1_47{height:calc(100svh - 100px)}}._avatar_s6bu1_68{border:1px solid black}._profile_s6bu1_72{border:1px solid black;border-radius:60px;padding:30px 50px}._footer_s6bu1_78{width:100%;height:100px;border:1px solid black}@media (max-width: 767px){._profile_s6bu1_72{border:none}._dashboard_s6bu1_1{height:100svh!important;padding:0 16px}._mainContentGrid_s6bu1_40{grid-template-columns:1fr;gap:16px}._mainContentFlex_s6bu1_34{flex-direction:column}._chatSection_s6bu1_47{max-width:100%;width:100%}}._latestChat_wp6pv_1{margin-top:40px;margin-left:20px}._newChatBtn_wp6pv_6{display:inline-flex;align-items:center;gap:8px;background:#fff;margin-left:-22px;border:1px solid #000000;color:#000;border-radius:40px;padding:6px 12px;font-weight:700;margin-bottom:12px;width:160px;height:50px;white-space:nowrap;font-size:14px}._sparkle_wp6pv_23{width:24px;height:24px;display:inline-block}._latestChatHeader_wp6pv_25{color:#000;font-size:20px;font-weight:700;margin-left:-15px;padding:40px 20px 20px 0}._latestChatContent_wp6pv_33{display:flex;margin-right:40px;flex-direction:column;gap:20px;padding:20px;margin-left:-39px;max-height:none;overflow:visible}._chatRow_wp6pv_45{display:flex;align-items:center;justify-content:space-between;border:1px solid #e2e2e2;border-radius:30px;height:44px;padding:0 8px 0 16px;width:220px;background:#f7f7f7}._active_wp6pv_57{border-color:#843cfc;box-shadow:0 0 0 2px #843cfc26}._chatButton_wp6pv_62{background:transparent;text-align:start;font-size:14px;flex:1}._kebabWrapper_wp6pv_69{position:relative}._kebab_wp6pv_69{font-size:24px;padding:6px 10px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}._menu_wp6pv_71{position:absolute;right:0;top:36px;background:#fff;border:1px solid #eeeeee;border-radius:12px;padding:10px 12px;display:flex;flex-direction:column;gap:8px;z-index:10}._menu_wp6pv_71 button{text-align:left}._renameInput_wp6pv_86{border:1px solid #e5e5e5;border-radius:20px;padding:6px 10px;width:100%}._confirmDialog_wp6pv_93{position:absolute;right:0;top:60px;width:200px;background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:12px;box-shadow:0 8px 24px #00000014;z-index:20}._confirmText_wp6pv_105{font-size:13px;color:#333;margin-bottom:10px}._confirmActions_wp6pv_106{display:flex;justify-content:flex-end;gap:8px}._cancelBtn_wp6pv_107{background:#f5f5f5;border:1px solid #ddd;border-radius:8px;padding:6px 10px}._deleteBtn_wp6pv_108{background:#ffefef;color:#b00020;border:1px solid #ffcccc;border-radius:8px;padding:6px 10px}@media (max-width: 768px){._latestChat_wp6pv_1,._newChatBtn_wp6pv_6,._latestChatHeader_wp6pv_25,._latestChatContent_wp6pv_33{display:none}}._box_mcoe8_1{line-height:1.5;padding:20px;border-radius:25px;border:none;font-size:14px;max-width:70%}._bot_mcoe8_10{background-color:transparent;align-self:flex-start;width:60%;font-size:14px}._user_mcoe8_17{background-color:#fff;align-self:flex-end;max-width:70%}._bot_mcoe8_10 h1,._bot_mcoe8_10 h2,._bot_mcoe8_10 h3{font-weight:700;margin:10px 0}._bot_mcoe8_10 p{margin:5px 0}._bot_mcoe8_10 ul{list-style:disc;padding-left:20px}._bot_mcoe8_10 li{margin-bottom:5px}._bot_mcoe8_10 strong{font-weight:700}._bot_mcoe8_10 em{font-style:italic}._bot_mcoe8_10 a{color:#1d4ed8;text-decoration:underline;text-underline-offset:3px}._bot_mcoe8_10 a:hover,._bot_mcoe8_10 a:focus{color:#0b49c1;text-decoration:underline;text-decoration-thickness:2px}._image_mcoe8_66{border-radius:16px;max-width:368px;height:auto}@media (max-width: 768px){._box_mcoe8_1{max-width:100%;font-size:15px;padding:16px}._bot_mcoe8_10{width:100%}._user_mcoe8_17,._image_mcoe8_66{max-width:100%}}._promptBox_id9c9_1{display:flex;flex-direction:row;align-items:center;background-color:#fff;border:1px solid #000000;padding:8px;border-radius:50px;position:relative;z-index:3;justify-content:space-around;margin:0 auto;width:820px;min-height:56px;height:auto;box-sizing:border-box}._promptBoxInput_id9c9_19{align-items:center;flex:1 1 auto;width:auto;border:none;resize:none;overflow:hidden;line-height:1.5;max-height:120px;height:25px;margin-top:0;padding-top:0;padding-bottom:0;padding-left:10px;border-radius:20px 0 0 20px;box-sizing:border-box;white-space:pre-wrap;word-break:break-word}._promptBoxInput_id9c9_19:focus{outline:none}._promptBoxImage_id9c9_43{width:40px;height:40px;border:1px solid transparent;border-radius:30px;padding:8px;margin-right:5px}._plusButton_id9c9_52{width:47px;height:47px;border-radius:50%;border:1px solid #e5e5e5;margin-left:0;background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}._plusIcon_id9c9_65{width:17px;height:17px;display:block;border:none}._sendButton_id9c9_67{width:74px;height:44px;border-radius:50px;border:1px solid #e5e5e5;margin-left:8px;display:inline-flex;align-items:center;justify-content:center}._arrowIcon_id9c9_78{width:21px;height:12.5px;transform:none;border:none}._shopping_id9c9_80{background:#e5dfee}._identify_id9c9_81{background:#fcf7ec}._size_id9c9_82{background:#fafbf8}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width: 768px){._promptBox_id9c9_1{width:calc(100% - 24px);max-width:none;height:52px;padding:8px 10px}._promptBoxInput_id9c9_19{width:100%;font-size:16px;height:28px}._plusButton_id9c9_52{width:47px;height:37px}._sendButton_id9c9_67{width:58px;height:38px}}@media (max-width: 480px){._promptBox_id9c9_1{width:calc(100% - 16px);height:56px;border-radius:28px}._promptBoxInput_id9c9_19{font-size:16px}._plusButton_id9c9_52{width:47px;height:37px}}._wrapper_1ogd4_1{position:relative;display:flex;flex-direction:column;gap:35px;width:100%;height:calc(100vh - 80px);max-height:calc(100vh - 80px);padding:40px 150px 20px;border-radius:60px;overflow:hidden}._fixedSize_1ogd4_15{width:1165px;max-width:100%;height:660px;min-height:660px;margin-left:auto;margin-right:auto}._wrapper_1ogd4_1:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}._shoppingBg_1ogd4_34{background:#faf9fc}._identifyBg_1ogd4_35{background:#fcf7ec66}._sizeBg_1ogd4_36{background:#fafbf8}._contentWrapper_1ogd4_38{display:flex;flex-direction:column;gap:20px;position:relative;z-index:2;flex-grow:1;overflow-y:auto;padding-right:15px;margin-right:68px;margin-left:68px;padding-bottom:140px;-ms-overflow-style:none;scrollbar-width:none}@media (min-width: 769px) and (max-width: 1365px){._wrapper_1ogd4_1{padding:32px 96px 20px 64px}._header_1ogd4_58{margin-left:-64px}._fixedSize_1ogd4_15{width:1120px;max-width:100%}._suggestionsContainer_1ogd4_60{width:100%;max-width:960px}}._contentWrapper_1ogd4_38::-webkit-scrollbar{display:none;width:0!important;height:0!important}._contentWrapper_1ogd4_38>div{flex-shrink:0;margin-bottom:8px}._header_1ogd4_58{z-index:3;display:flex;align-items:center;justify-content:flex-start;gap:12px;padding-left:0;margin-left:-120px}@media (min-width: 1366px){._fixedSize_1ogd4_15{width:1180px;height:calc(100vh - 140px);min-height:calc(100vh - 140px)}._wrapper_1ogd4_1{padding:40px 120px 20px 96px}._header_1ogd4_58{margin-left:-64px}._suggestionsContainer_1ogd4_60{width:100%;max-width:1200px}}@media (min-width: 1600px){._fixedSize_1ogd4_15{width:1420px;height:calc(100vh - 140px);min-height:calc(100vh - 140px)}._wrapper_1ogd4_1{padding:40px 120px 20px 88px}._header_1ogd4_58{margin-left:-72px}._suggestionsContainer_1ogd4_60{width:100%;max-width:1300px}}@media (min-width: 1920px){._fixedSize_1ogd4_15{width:1580px;height:calc(100vh - 140px);min-height:calc(100vh - 140px)}._wrapper_1ogd4_1{padding:40px 120px 20px 80px}._header_1ogd4_58{margin-left:-64px}._suggestionsContainer_1ogd4_60{width:100%;max-width:1480px}}@media (min-width: 2400px){._wrapper_1ogd4_1{padding:40px 120px 20px 56px}._header_1ogd4_58{margin-left:-56px}._fixedSize_1ogd4_15{width:100%;max-width:1600px;min-height:calc(100vh - 140px);margin-left:auto;margin-right:auto}}@media (min-width: 2420px){._wrapper_1ogd4_1{padding:40px 120px 20px 40px}._header_1ogd4_58{margin-left:-40px}._fixedSize_1ogd4_15{width:100%;max-width:1800px;min-height:calc(100vh - 140px);margin-left:auto;margin-right:auto}}._modeDropdown_1ogd4_141{position:relative;display:inline-flex;align-items:center;gap:8px;background:#fff;border-radius:24px;padding:8px 12px;box-shadow:0 2px 10px #0000000f;border:1px solid #000000;margin-left:0;align-self:flex-start}._bagIcon_1ogd4_142{font-size:18px}._shoppingIconCircle_1ogd4_143{background:#e5dfee;border-radius:50%;padding:6px;display:inline-flex}._identifyIconCircle_1ogd4_144{background:#fcf7ec;border-radius:50%;padding:6px;display:inline-flex}._sizeIconCircle_1ogd4_145{background:#fafbf8;border-radius:50%;padding:6px;display:inline-flex}._shoppingIconCircle_1ogd4_143 img,._identifyIconCircle_1ogd4_144 img,._sizeIconCircle_1ogd4_145 img{width:14px;height:14px}._sizeIconCircle_1ogd4_145 img{width:18px;height:18px}._modeButton_1ogd4_149{font-weight:400;font-size:14px}._clearButton_1ogd4_150{background:#f6f3ff;color:#843cfc;border-radius:14px;padding:8px 12px;margin-left:10px}._generateButton_1ogd4_151{background:#ff6b6b;color:#fff;border-radius:14px;padding:8px 12px;margin-left:10px;font-weight:600}._modeMenu_1ogd4_152{position:absolute;top:50px;left:0;background:#fff;border:.5px solid #000000;border-radius:28px;padding:6px;display:flex;flex-direction:column;gap:4px;width:233px;max-height:160px;overflow:hidden;box-shadow:0 16px 40px #00000014}._menuItem_1ogd4_153{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:150px;font-weight:400;font-size:14px;background:transparent;text-align:left}._menuItem_1ogd4_153:hover{background:#f7f7f7}._menuItemActive_1ogd4_155{background:#ede7f6}._menuItemIcon_1ogd4_156{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}._menuItemIcon_1ogd4_156 img{width:14px;height:14px}._menuIconShopping_1ogd4_159{background:#e5dfee}._menuIconIdentify_1ogd4_160{background:#fcf7ec}._menuIconSize_1ogd4_161{background:#eef3e6}._menuActiveShopping_1ogd4_163{background:#ede7f6}._menuActiveIdentify_1ogd4_164{background:#f8f2e3}._menuActiveSize_1ogd4_165{background:#edf3e8}._suggestionsContainer_1ogd4_60{padding:20px;background:transparent;border-radius:16px;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;width:820px;margin:0 auto}._suggestionsTitle_1ogd4_181{font-size:18px;font-weight:600;margin-bottom:12px;color:#333}._suggestionsList_1ogd4_188{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}._suggestionChip_1ogd4_195{background:#fff;border:1px solid #e9ecef;border-radius:33px;padding:6px 14px;font-size:13px;color:#000;cursor:pointer;transition:all .2s;width:220px;height:52px;display:flex;align-items:center;justify-content:center;text-align:center;opacity:1}._suggestionChipNowrap_1ogd4_214{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;justify-content:center}._suggestionChipWide_1ogd4_222{width:300px}._suggestionChip_1ogd4_195:hover{background:#e9ecef;border-color:#adb5bd}._bottomDock_1ogd4_232{position:absolute;bottom:20px;left:50%;transform:translate(-50%);width:820px;display:flex;flex-direction:column;align-items:center;gap:0px;z-index:3}._suggestionChipFirst_1ogd4_246{justify-content:center;text-align:center;padding-left:12px;padding-right:12px}._fitPreferenceButtons_1ogd4_248{display:flex;gap:12px;margin-top:12px;justify-content:flex-start;flex-wrap:wrap;margin-left:20px}._fitButton_1ogd4_257{background:#f8f9fa;border:1px solid #e9ecef;border-radius:20px;padding:8px 16px;font-size:14px;color:#495057;cursor:pointer;transition:all .2s;font-weight:500;min-width:80px}._fitButton_1ogd4_257:hover{background:#e9ecef;border-color:#adb5bd;transform:translateY(-1px)}._fitButton_1ogd4_257:active{transform:translateY(0);background:#dee2e6}@media (max-width: 768px){._wrapper_1ogd4_1{padding:20px 16px;border-radius:24px;height:calc(100vh - 40px);max-height:calc(100vh - 40px);overflow:hidden}._fixedSize_1ogd4_15{height:calc(100vh - 80px);min-height:calc(100vh - 80px);width:100%;margin:0}._header_1ogd4_58{margin-left:0;justify-content:space-between;padding:0 0 16px}._modeDropdown_1ogd4_141{padding:8px 12px}._modeButton_1ogd4_149{font-size:14px}._clearButton_1ogd4_150,._generateButton_1ogd4_151{padding:8px 12px;margin-left:8px;font-size:14px}._contentWrapper_1ogd4_38{flex-grow:1;overflow-y:auto;padding:16px 0 140px 16px;margin-right:0;-ms-overflow-style:none;scrollbar-width:none}._suggestionsContainer_1ogd4_60{width:100%;padding:8px}._suggestionsList_1ogd4_188{width:100%;flex-direction:column;gap:10px}._suggestionChip_1ogd4_195{width:100%;min-width:0;height:56px;font-size:14px;border-radius:33px;padding:10px 14px;line-height:1.2;white-space:normal;overflow-wrap:anywhere}._suggestionChipFirst_1ogd4_246{justify-content:center;text-align:center;padding-left:12px}._fitPreferenceButtons_1ogd4_248{margin-left:0;gap:8px}._fitButton_1ogd4_257{padding:8px 14px;font-size:14px;min-width:88px}._bottomDock_1ogd4_232{bottom:16px;gap:8px;padding:0 16px}}@media (max-width: 480px){._wrapper_1ogd4_1{padding:16px 12px;border-radius:20px;overflow:hidden}._fixedSize_1ogd4_15{height:calc(100vh - 60px);min-height:calc(100vh - 60px)}._contentWrapper_1ogd4_38{flex-grow:1;overflow-y:auto;padding-bottom:140px;-ms-overflow-style:none;scrollbar-width:none}._suggestionsList_1ogd4_188{width:100%;flex-direction:column;gap:10px}._suggestionChip_1ogd4_195{width:100%;height:56px;font-size:14px;border-radius:33px}}._hide-scrollbar_1ogd4_370{-ms-overflow-style:none;scrollbar-width:none}._hide-scrollbar_1ogd4_370::-webkit-scrollbar{display:none;width:0;height:0}._hide-scrollbar_1ogd4_370::-o-scrollbar{display:none}._hide-scrollbar_1ogd4_370::-moz-scrollbar{display:none}._contentWrapper_1ogd4_38{-ms-overflow-style:none;scrollbar-width:none}._contentWrapper_1ogd4_38::-webkit-scrollbar{display:none;width:0;height:0}._contentWrapper_1ogd4_38::-o-scrollbar{display:none}._contentWrapper_1ogd4_38::-moz-scrollbar{display:none}._wrap_q5vem_2{position:relative;padding-bottom:40px}._carousel_q5vem_6{display:flex;gap:20px;overflow-x:auto;padding:10px 24px;scroll-snap-type:x mandatory}._carousel_q5vem_6::-webkit-scrollbar{display:none}._carousel_q5vem_6{-ms-overflow-style:none;scrollbar-width:none}._card_q5vem_16{background:#fff;border-radius:33px;padding:16px;width:286px;min-width:286px;height:164px;box-shadow:0 2px 8px #0000001a;border:1px solid #f0f0f0;scroll-snap-align:start;display:flex;flex-direction:column}._title_q5vem_30{font-weight:700;color:#000;font-size:18px;margin-bottom:8px;text-align:left}._desc_q5vem_38{color:#737373;font-size:14px;line-height:1.4;margin-bottom:12px;flex-grow:1;overflow:hidden;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}._divider_q5vem_51{height:1px;background:#f0f0f0;margin:8px 0}._footer_q5vem_57{display:flex;justify-content:center;width:100%}._button_q5vem_63{background:#edebe6;color:#111;padding:8px 20px;border-radius:14px;text-decoration:none;font-weight:600;font-size:14px;display:inline-block;text-align:center}._arrowContainer_q5vem_76{position:absolute;bottom:10px;right:10px;display:flex;gap:8px}._navBtn_q5vem_85{width:36px;height:36px;border-radius:50%;border:1px solid #e5e5e5;background:#fff;color:#666;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10}@media (max-width: 768px){._carousel_q5vem_6{gap:12px;padding:10px 8px}._card_q5vem_16{width:240px;min-width:240px;height:auto}._title_q5vem_30{font-size:16px}._desc_q5vem_38{line-clamp:4;-webkit-line-clamp:4}._button_q5vem_63{padding:8px 16px;font-size:13px}._arrowContainer_q5vem_76{bottom:6px;right:6px}._navBtn_q5vem_85{width:32px;height:32px}}@media (max-width: 480px){._card_q5vem_16{width:200px;min-width:200px}}._stylistContainer_8ximn_1{display:flex}._sidebarDesktop_8ximn_7{display:block}._chatMain_8ximn_11{flex:1;display:flex;flex-direction:column}@media (max-width: 768px){._sidebarDesktop_8ximn_7{display:none}._chatMain_8ximn_11{width:100%;height:100vh}}body{font-family:Segoe UI,sans-serif}._myProfile_15yjg_5{display:grid;grid-template-rows:auto 1fr auto;height:100%;gap:22px}._myProfile_15yjg_5 p{padding:0 0 20px;font-size:36px;font-weight:700}._inputWrapper_15yjg_18{display:grid;grid-template-columns:1fr 1fr;gap:25px;-moz-column-gap:40px;column-gap:40px;align-content:start}._buttonWrapper_15yjg_26{display:flex;flex-direction:row;gap:40px;justify-content:space-evenly;padding-top:20px}._profileContainer_15yjg_34{position:fixed;bottom:0;left:0;background:#fff;border:1px solid black;border-radius:30px;padding:16px;transition:transform .3s ease-in-out;width:96%;height:98%;margin:.5rem}._card_15yjg_50{overflow-y:unset!important;height:100%;position:relative;-webkit-overflow-scrolling:touch}._swipe-bar-container_15yjg_58{display:flex;justify-content:center;padding:8px;cursor:pointer}._swipe-bar_15yjg_58{width:50px;height:6px;background-color:#ccc;border-radius:3px}._card_15yjg_50::-webkit-scrollbar{display:none}._card_15yjg_50{scrollbar-width:none}._card_15yjg_50{-ms-overflow-style:none}@media (max-width: 767px){._collapsed_15yjg_87{transform:translateY(50%)}._expanded_15yjg_91{transform:translateY(0)}._card_15yjg_50{height:100%}}@media (min-width: 768px){._profileContainer_15yjg_34{position:static;box-shadow:none;border-radius:0;border:none;padding:0;width:inherit;margin:auto;transform:none!important}}._card_itg9w_1{height:100%;display:flex;flex-direction:column;justify-content:space-between}._myAvatar_itg9w_8{align-content:start}._myAvatarHeader_itg9w_12{display:flex;flex-direction:row;gap:25px;padding:0 0 20px}._myAvatarHeader_itg9w_12 p{font-size:36px;font-weight:700}._myAvatarInputWrapper_itg9w_24{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,auto);gap:40px}._myInfo_itg9w_31{align-content:start}._myInfoHeader_itg9w_35{display:flex;flex-direction:row;gap:10px;height:66px;padding:20px 0}._myInfoHeader_itg9w_35 p{font-size:36px;font-weight:700}._myInfoInputWrapper_itg9w_48{display:flex;flex-direction:row;justify-content:space-between;gap:40px;width:100%;padding-bottom:20px}._infoWrapper_itg9w_57{display:flex;flex-direction:row;align-items:flex-end;gap:15px;flex:1}._avatarSelection_itg9w_65{display:flex;flex-direction:row;gap:30px;flex:1}._sectionFooter_itg9w_72{display:flex;flex-direction:column}._sectionFooter_itg9w_72 label{padding:15px 0;font-size:24px;font-weight:700}._sectionFooterWrapper_itg9w_83{display:flex;flex-direction:row;gap:40px}._buttonWrapper_itg9w_89{flex:1 0 0}._profileContainer_itg9w_93{position:fixed;bottom:0;left:0;background:#fff;border:1px solid black;border-radius:30px;padding:16px;transition:transform .3s ease-in-out;width:96%;z-index:10;height:100%;margin:.5rem}@media (max-width: 767px){._profileContainer_itg9w_93{height:98%}}._card_itg9w_1{overflow-y:unset;position:relative;-webkit-overflow-scrolling:touch}._swipe-bar-container_itg9w_123{display:flex;justify-content:center;padding:8px;cursor:pointer}._swipe-bar_itg9w_123{width:50px;height:6px;background-color:#ccc;border-radius:3px}._card_itg9w_1::-webkit-scrollbar{display:none}._card_itg9w_1{scrollbar-width:none}._card_itg9w_1{-ms-overflow-style:none}@media (max-width: 767px){._collapsed_itg9w_152{transform:translateY(50%)}._expanded_itg9w_156{transform:translateY(0)}._card_itg9w_1{z-index:1111;height:100%}}@media (min-width: 768px){._profileContainer_itg9w_93{position:static;box-shadow:none;border-radius:0;border:none;padding:0;width:inherit;margin:auto;transform:none!important}}._button_1r6am_1{width:100%;padding:19px 31px;border-radius:31px;text-align:center}._primary_1r6am_8{border:2px solid var(--polypo-purple);color:var(--polypo-purple);font-size:24px;font-weight:700}._primary_1r6am_8:hover{background-color:var(--polypo-purple);color:#fff;cursor:pointer}._secondary_1r6am_21{width:100%;font-weight:400;border:1px solid var(--border-grey);color:#737373;height:62px;font-size:20px}._disabled_1r6am_30{color:gray;border:1px solid grey;font-size:24px;font-weight:700}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.\!container{width:100%!important}.container{width:100%}@media (min-width: 376px){.\!container{max-width:376px!important}.container{max-width:376px}}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1160px){.\!container{max-width:1160px!important}.container{max-width:1160px}}@media (min-width: 1219px){.\!container{max-width:1219px!important}.container{max-width:1219px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1298px){.\!container{max-width:1298px!important}.container{max-width:1298px}}@media (min-width: 1320px){.\!container{max-width:1320px!important}.container{max-width:1320px}}@media (min-width: 1350px){.\!container{max-width:1350px!important}.container{max-width:1350px}}@media (min-width: 1370px){.\!container{max-width:1370px!important}.container{max-width:1370px}}@media (min-width: 1464px){.\!container{max-width:1464px!important}.container{max-width:1464px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.bottom-0{bottom:0}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.bottom-\[55px\]{bottom:55px}.bottom-\[90px\]{bottom:90px}.left-0{left:0}.left-7{left:1.75rem}.left-\[30px\]{left:30px}.left-\[50px\]{left:50px}.right-0{right:0}.right-2{right:.5rem}.right-4{right:1rem}.right-\[-3px\]{right:-3px}.right-\[-5px\]{right:-5px}.right-\[0px\]{right:0}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-4{top:1rem}.top-\[-85px\]{top:-85px}.top-\[130px\]{top:130px}.top-\[20px\]{top:20px}.top-\[40px\]{top:40px}.top-\[55px\]{top:55px}.top-\[85px\]{top:85px}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[100\]{z-index:100}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.\!mt-4{margin-top:1rem!important}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[42px\]{margin-bottom:42px}.mb-\[85px\]{margin-bottom:85px}.ml-2{margin-left:.5rem}.ml-\[-270px\]{margin-left:-270px}.ml-\[20px\]{margin-left:20px}.ml-\[30px\]{margin-left:30px}.ml-\[50px\]{margin-left:50px}.ml-\[80px\]{margin-left:80px}.mr-8{margin-right:2rem}.mr-\[20px\]{margin-right:20px}.mr-\[40px\]{margin-right:40px}.mt-1{margin-top:.25rem}.mt-11{margin-top:2.75rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-\[-30px\]{margin-top:-30px}.mt-\[30px\]{margin-top:30px}.box-content{box-sizing:content-box}.block{display:block}.inline{display:inline}.flex{display:flex}.grid{display:grid}.hidden{display:none}.\!h-12{height:3rem!important}.h-1{height:.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-16{height:4rem}.h-2{height:.5rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-9{height:2.25rem}.h-\[100px\]{height:100px}.h-\[10px\]{height:10px}.h-\[120px\]{height:120px}.h-\[137px\]{height:137px}.h-\[14px\]{height:14px}.h-\[15px\]{height:15px}.h-\[173px\]{height:173px}.h-\[19px\]{height:19px}.h-\[22px\]{height:22px}.h-\[280px\]{height:280px}.h-\[283px\]{height:283px}.h-\[320px\]{height:320px}.h-\[33px\]{height:33px}.h-\[395px\]{height:395px}.h-\[39px\]{height:39px}.h-\[40px\]{height:40px}.h-\[42px\]{height:42px}.h-\[44px\]{height:44px}.h-\[60px\]{height:60px}.h-\[75vh\]{height:75vh}.h-\[80px\]{height:80px}.h-\[82px\]{height:82px}.h-\[880px\]{height:880px}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.max-h-\[575px\]{max-height:575px}.max-h-\[610px\]{max-height:610px}.max-h-\[700px\]{max-height:700px}.max-h-\[95vh\]{max-height:95vh}.min-h-\[320px\]{min-height:320px}.min-h-\[33px\]{min-height:33px}.min-h-\[403px\]{min-height:403px}.min-h-\[630px\]{min-height:630px}.min-h-\[85vh\]{min-height:85vh}.min-h-fit{min-height:-moz-fit-content;min-height:fit-content}.w-10{width:2.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-20{width:5rem}.w-3{width:.75rem}.w-32{width:8rem}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-9{width:2.25rem}.w-\[100\%\]{width:100%}.w-\[100vw\]{width:100vw}.w-\[10px\]{width:10px}.w-\[140px\]{width:140px}.w-\[14px\]{width:14px}.w-\[155px\]{width:155px}.w-\[166px\]{width:166px}.w-\[170px\]{width:170px}.w-\[175px\]{width:175px}.w-\[187px\]{width:187px}.w-\[19px\]{width:19px}.w-\[200px\]{width:200px}.w-\[210px\]{width:210px}.w-\[230px\]{width:230px}.w-\[254px\]{width:254px}.w-\[25px\]{width:25px}.w-\[283px\]{width:283px}.w-\[287px\]{width:287px}.w-\[302px\]{width:302px}.w-\[328px\]{width:328px}.w-\[42px\]{width:42px}.w-\[70px\]{width:70px}.w-\[80px\]{width:80px}.w-\[880px\]{width:880px}.w-\[971px\]{width:971px}.w-\[unset\]{width:unset}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.min-w-\[33px\]{min-width:33px}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-\[220px\]{max-width:220px}.max-w-\[320px\]{max-width:320px}.max-w-\[336px\]{max-width:336px}.max-w-\[600px\]{max-width:600px}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.touch-pan-y{--tw-pan-y: pan-y;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.content-start{align-content:flex-start}.content-between{align-content:space-between}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.justify-items-center{justify-items:center}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-\[14px\]{gap:14px}.gap-\[25px\]{gap:25px}.gap-\[30px\]{gap:30px}.gap-\[3px\]{gap:3px}.gap-\[50px\]{gap:50px}.gap-\[6px\]{gap:6px}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-\[14px\]{-moz-column-gap:14px;column-gap:14px}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-\[6px\]>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(6px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6px * var(--tw-space-y-reverse))}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-3xl,.rounded-\[1\.5rem\]{border-radius:1.5rem}.rounded-\[20px\]{border-radius:20px}.rounded-\[21px\]{border-radius:21px}.rounded-\[30px\]{border-radius:30px}.rounded-\[34px\]{border-radius:34px}.rounded-\[48px\]{border-radius:48px}.rounded-\[50\%\]{border-radius:50%}.rounded-\[50px\]{border-radius:50px}.rounded-\[60px\]{border-radius:60px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-l-\[30px\]{border-top-left-radius:30px;border-bottom-left-radius:30px}.rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-r-\[30px\]{border-top-right-radius:30px;border-bottom-right-radius:30px}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.border{border-width:1px}.border-none{border-style:none}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.border-borderGray{--tw-border-opacity: 1;border-color:rgb(121 121 121 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-polypoPurple{--tw-border-opacity: 1;border-color:rgb(132 60 252 / var(--tw-border-opacity))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.border-shadowGray{--tw-border-opacity: 1;border-color:rgb(128 128 128 / var(--tw-border-opacity))}.bg-\[\#D9D9D966\]{background-color:#d9d9d966}.bg-\[\#D9D9D9\]{--tw-bg-opacity: 1;background-color:rgb(217 217 217 / var(--tw-bg-opacity))}.bg-\[\#E5DFEE\]{--tw-bg-opacity: 1;background-color:rgb(229 223 238 / var(--tw-bg-opacity))}.bg-\[\#F1F1F1\]{--tw-bg-opacity: 1;background-color:rgb(241 241 241 / var(--tw-bg-opacity))}.bg-\[\#F7F7F7\]{--tw-bg-opacity: 1;background-color:rgb(247 247 247 / var(--tw-bg-opacity))}.bg-\[rgba\(255\,255\,255\,1\)\]{background-color:#fff}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.bg-lightGray{--tw-bg-opacity: 1;background-color:rgb(247 247 247 / var(--tw-bg-opacity))}.bg-polypoPurple{--tw-bg-opacity: 1;background-color:rgb(132 60 252 / var(--tw-bg-opacity))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.bg-shadowGray{--tw-bg-opacity: 1;background-color:rgb(128 128 128 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}.bg-opacity-50{--tw-bg-opacity: .5}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-white{--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-white{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.fill-blue-600{fill:#2563eb}.fill-none{fill:none}.stroke-\[\#E2E2E2\]{stroke:#e2e2e2}.stroke-polypoPurple{stroke:#843cfc}.stroke-red-500{stroke:#ef4444}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.\!p-0{padding:0!important}.\!p-\[7px_11px\]{padding:7px 11px!important}.p-1{padding:.25rem}.p-11{padding:2.75rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[10px\]{padding:10px}.p-\[18px\]{padding:18px}.p-\[2px\]{padding:2px}.p-\[7px_10px\]{padding:7px 10px}.p-\[7px_11px\]{padding:7px 11px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-20{padding-left:5rem;padding-right:5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[30px\]{padding-left:30px;padding-right:30px}.px-\[6px\]{padding-left:6px;padding-right:6px}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-\[13px\]{padding-top:13px;padding-bottom:13px}.py-\[20px\]{padding-top:20px;padding-bottom:20px}.py-\[8px\]{padding-top:8px;padding-bottom:8px}.py-\[9px\]{padding-top:9px;padding-bottom:9px}.pb-5{padding-bottom:1.25rem}.pl-2{padding-left:.5rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-8{padding-left:2rem}.pr-4{padding-right:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-start{text-align:start}.font-inter{font-family:Inter,sans-serif}.font-lucida{font-family:Lucida Sans,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif}.font-segoe{font-family:Segoe UI,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.\!text-\[14px\]{font-size:14px!important}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.\!text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[14px\]{font-size:14px}.text-\[20px\]{font-size:20px}.text-\[30px\]{font-size:30px}.text-\[70px\]{font-size:70px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-normal{font-weight:400!important}.font-\[350\]{font-weight:350}.font-\[400\]{font-weight:400}.font-bold{font-weight:700}.font-light{font-weight:300}.font-normal{font-weight:400}.font-semibold{font-weight:600}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.\!leading-\[16\.62px\]{line-height:16.62px!important}.leading-\[13\.3px\]{line-height:13.3px}.leading-\[16\.23px\]{line-height:16.23px}.leading-\[16\.62px\]{line-height:16.62px}.leading-\[1\]{line-height:1}.leading-\[21\.28px\]{line-height:21.28px}.leading-\[26\.6px\]{line-height:26.6px}.leading-\[39\.9px\]{line-height:39.9px}.leading-\[47\.88px\]{line-height:47.88px}.leading-\[50px\]{line-height:50px}.\!text-\[\#843CFC\]{--tw-text-opacity: 1 !important;color:rgb(132 60 252 / var(--tw-text-opacity))!important}.text-\[\#000000\]{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-\[\#222222\]{--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity))}.text-\[\#5C5C5C\]{--tw-text-opacity: 1;color:rgb(92 92 92 / var(--tw-text-opacity))}.text-\[\#8A8A8A\]{--tw-text-opacity: 1;color:rgb(138 138 138 / var(--tw-text-opacity))}.text-\[\#ffffff\]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-polypoPurple{--tw-text-opacity: 1;color:rgb(132 60 252 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-shadowGray{--tw-text-opacity: 1;color:rgb(128 128 128 / var(--tw-text-opacity))}.text-textLightGray{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.opacity-100{opacity:1}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.will-change-transform{will-change:transform}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}@media not all and (min-width: 345px){.pl-2-small{padding-left:.5rem}}.scrollbar-none{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-none::-webkit-scrollbar{display:none}.scroll-snap-align-center{scroll-snap-align:center}.scrollbar-hide::-webkit-scrollbar{display:none}.slide-container{display:flex;position:relative;width:100%;overflow:hidden}.slide{position:absolute;transition:transform .8s ease-in-out,opacity .8s ease-in-out;will-change:transform,opacity}.slide.previous{transform:translate(-100%);opacity:.3}.slide.current{transform:translate(0);opacity:1}.slide.next{transform:translate(100%);opacity:.3}@keyframes slideLoop{0%{transform:translate(0);opacity:1}30%{transform:translate(0);opacity:1}50%{transform:translate(-100%);opacity:.3}80%{transform:translate(-100%);opacity:.3}to{transform:translate(0);opacity:1}}.hover\:bg-\[\#6b6b6b\]:hover{--tw-bg-opacity: 1;background-color:rgb(107 107 107 / var(--tw-bg-opacity))}.hover\:bg-\[\#7726ff\]:hover{--tw-bg-opacity: 1;background-color:rgb(119 38 255 / var(--tw-bg-opacity))}.hover\:bg-\[\#E5DFEE\]:hover{--tw-bg-opacity: 1;background-color:rgb(229 223 238 / var(--tw-bg-opacity))}.hover\:bg-\[\#dccfee\]:hover{--tw-bg-opacity: 1;background-color:rgb(220 207 238 / var(--tw-bg-opacity))}.hover\:bg-\[\#e6e5e5\]:hover{--tw-bg-opacity: 1;background-color:rgb(230 229 229 / var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.hover\:bg-purple-700:hover{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity))}.hover\:bg-shadowGray:hover{--tw-bg-opacity: 1;background-color:rgb(128 128 128 / var(--tw-bg-opacity))}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.active\:bg-\[\#e5dfee\]:active{--tw-bg-opacity: 1;background-color:rgb(229 223 238 / var(--tw-bg-opacity))}.active\:text-polypoPurple:active{--tw-text-opacity: 1;color:rgb(132 60 252 / var(--tw-text-opacity))}@media not all and (min-width: 1370px){.max-w-1370\:\!grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.max-w-1370\:\!gap-4{gap:1rem!important}}@media not all and (min-width: 1350px){.max-w-1350\:flex-col{flex-direction:column}.max-w-1350\:items-start{align-items:flex-start}}@media not all and (min-width: 1024px){.max-lg\:flex-row{flex-direction:row}.max-lg\:items-end{align-items:flex-end}}@media not all and (min-width: 768px){.max-md\:top-4{top:1rem}.max-md\:block{display:block}.max-md\:flex{display:flex}.max-md\:hidden{display:none}.max-md\:h-\[30px\]{height:30px}.max-md\:h-\[4px\]{height:4px}.max-md\:h-\[92vh\]{height:92vh}.max-md\:w-\[219px\]{width:219px}.max-md\:w-\[8px\]{width:8px}.max-md\:w-full{width:100%}.max-md\:justify-between{justify-content:space-between}.max-md\:justify-evenly{justify-content:space-evenly}.max-md\:gap-4{gap:1rem}.max-md\:object-contain{-o-object-fit:contain;object-fit:contain}.max-md\:p-0{padding:0}.max-md\:p-\[5px_27px\]{padding:5px 27px}.max-md\:px-4{padding-left:1rem;padding-right:1rem}.max-md\:pb-9{padding-bottom:2.25rem}.max-md\:\!text-\[32px\]{font-size:32px!important}.max-md\:\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.max-md\:text-\[10px\]{font-size:10px}.max-md\:text-\[22px\]{font-size:22px}.max-md\:text-sm{font-size:.875rem;line-height:1.25rem}.max-md\:text-xl{font-size:1.25rem;line-height:1.75rem}.max-md\:text-xs{font-size:.75rem;line-height:1rem}.max-md\:leading-\[13\.3px\]{line-height:13.3px}.max-md\:leading-\[42\.56px\]{line-height:42.56px}}@media not all and (min-width: 640px){.max-sm\:w-full{width:100%}.max-sm\:px-4{padding-left:1rem;padding-right:1rem}}@media not all and (min-width: 376px){.max-w-376\:gap-\[6px\]{gap:6px}}@media (min-width: 768px){.md\:bottom-\[180px\]{bottom:180px}.md\:left-14{left:3.5rem}.md\:right-5{right:1.25rem}.md\:top-14{top:3.5rem}.md\:top-\[20px\]{top:20px}.md\:top-\[80px\]{top:80px}.md\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.md\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.md\:\!mt-5{margin-top:1.25rem!important}.md\:mb-2{margin-bottom:.5rem}.md\:mb-3{margin-bottom:.75rem}.md\:mb-\[0\.3rem\]{margin-bottom:.3rem}.md\:ml-\[24px\]{margin-left:24px}.md\:mr-\[57px\]{margin-right:57px}.md\:mt-4{margin-top:1rem}.md\:mt-9{margin-top:2.25rem}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-10{height:2.5rem}.md\:h-12{height:3rem}.md\:h-16{height:4rem}.md\:h-2{height:.5rem}.md\:h-24{height:6rem}.md\:h-36{height:9rem}.md\:h-5{height:1.25rem}.md\:h-6{height:1.5rem}.md\:h-7{height:1.75rem}.md\:h-\[14px\]{height:14px}.md\:h-\[23px\]{height:23px}.md\:h-\[279px\]{height:279px}.md\:h-\[31px\]{height:31px}.md\:h-\[42px\]{height:42px}.md\:h-\[43px\]{height:43px}.md\:h-\[44px\]{height:44px}.md\:h-\[51px\]{height:51px}.md\:h-\[60px\]{height:60px}.md\:h-\[76px\]{height:76px}.md\:h-full{height:100%}.md\:max-h-\[702px\]{max-height:702px}.md\:max-h-\[878px\]{max-height:878px}.md\:min-h-\[360px\]{min-height:360px}.md\:min-h-\[622px\]{min-height:622px}.md\:min-h-\[637px\]{min-height:637px}.md\:min-h-\[668px\]{min-height:668px}.md\:min-h-screen{min-height:100vh}.md\:w-12{width:3rem}.md\:w-16{width:4rem}.md\:w-24{width:6rem}.md\:w-36{width:9rem}.md\:w-5{width:1.25rem}.md\:w-6{width:1.5rem}.md\:w-\[14px\]{width:14px}.md\:w-\[161px\]{width:161px}.md\:w-\[173px\]{width:173px}.md\:w-\[23px\]{width:23px}.md\:w-\[282px\]{width:282px}.md\:w-\[287px\]{width:287px}.md\:w-\[31px\]{width:31px}.md\:w-\[410px\]{width:410px}.md\:w-\[42px\]{width:42px}.md\:w-\[500px\]{width:500px}.md\:w-\[570px\]{width:570px}.md\:w-\[60px\]{width:60px}.md\:w-full{width:100%}.md\:max-w-\[220px\]{max-width:220px}.md\:max-w-\[659px\]{max-width:659px}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:justify-end{justify-content:flex-end}.md\:gap-10{gap:2.5rem}.md\:gap-2{gap:.5rem}.md\:gap-3{gap:.75rem}.md\:gap-5{gap:1.25rem}.md\:gap-6{gap:1.5rem}.md\:gap-7{gap:1.75rem}.md\:gap-9{gap:2.25rem}.md\:gap-\[18px\]{gap:18px}.md\:gap-\[25px\]{gap:25px}.md\:gap-\[2px\]{gap:2px}.md\:gap-\[40px\]{gap:40px}.md\:gap-\[5px\]{gap:5px}.md\:gap-x-\[30px\]{-moz-column-gap:30px;column-gap:30px}.md\:gap-x-\[40px\]{-moz-column-gap:40px;column-gap:40px}.md\:space-y-\[16px\]>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(16px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(16px * var(--tw-space-y-reverse))}.md\:rounded-\[31px\]{border-radius:31px}.md\:rounded-\[35px\]{border-radius:35px}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:p-\[10px\]{padding:10px}.md\:p-\[3px\]{padding:3px}.md\:p-\[9px_31px\]{padding:9px 31px}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:px-20{padding-left:5rem;padding-right:5rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:py-\[20px\]{padding-top:20px;padding-bottom:20px}.md\:pb-\[44px\]{padding-bottom:44px}.md\:pt-\[30px\]{padding-top:30px}.md\:\!text-2xl{font-size:1.5rem!important;line-height:2rem!important}.md\:\!text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.md\:\!text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-\[30px\]{font-size:30px}.md\:text-\[32px\]{font-size:32px}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-xs{font-size:.75rem;line-height:1rem}.md\:font-bold{font-weight:700}.md\:font-semibold{font-weight:600}.md\:leading-\[18\.62px\]{line-height:18.62px}.md\:leading-\[24px\]{line-height:24px}.md\:leading-\[31\.92px\]{line-height:31.92px}}@media (min-width: 1024px){.lg\:flex{display:flex}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}}@media (min-width: 1219px){.w-1219\:grid-cols-\[1fr_1fr\]{grid-template-columns:1fr 1fr}.w-1219\:gap-4{gap:1rem}.w-1219\:gap-6{gap:1.5rem}.w-1219\:p-\[7px_24px\]{padding:7px 24px}.w-1219\:\!text-2xl{font-size:1.5rem!important;line-height:2rem!important}.w-1219\:text-3xl{font-size:1.875rem;line-height:2.25rem}.w-1219\:text-base{font-size:1rem;line-height:1.5rem}}@media (min-width: 1280px){.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1298px){.w-1298\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.w-1298\:gap-\[40px\]{gap:40px}.w-1298\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1320px){.w-1320\:text-base{font-size:1rem;line-height:1.5rem}}@media (min-width: 1464px){.w-1464\:max-h-\[878px\]{max-height:878px}.w-1464\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (prefers-color-scheme: dark){.dark\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}}
