.loader{width:26px;height:26px;padding:6px;aspect-ratio:1;border-radius:50%;background:url(/assets/spinner-eMZQYyqS.png);background-repeat:no-repeat;background-size:cover;-webkit-mask-composite:source-out;mask-composite:subtract;animation:loader 1s infinite linear}@keyframes loader{to{transform:rotate(-1turn)}}.answerStatus{background:linear-gradient(45deg,#05a6ff,#8800f8);font-weight:700;background-clip:text;-webkit-text-fill-color:transparent;-webkit-background-clip:text}@media (min-width: 768px){.mainContentWithSideBar{max-width:62vw}}@media (min-width: 1024px){.mainContentWithSideBar{max-width:63vw}}@media (min-width: 768px){.mainContentNoSideBar{max-width:68vw}}@media (min-width: 1024px){.mainContentNoSideBar{max-width:69vw}}.skeleton-container{width:100%;height:100%;padding-left:34px;padding-bottom:50px;display:flex;flex-flow:column-reverse}.skeleton-right-container{display:flex;flex-direction:column;direction:rtl;margin-bottom:25px}.skeleton{margin:5px;border-radius:8px;background-color:#535353;background-image:linear-gradient(90deg,#f0f0f0 20%,#f0f0f0df 30%,#f0f0f0df,#f0f0f0 40%);background-position:0% 0;background-size:300% 200%;animation:shimmer 3s infinite}.skeleton-title{margin-bottom:8px;height:42px;width:20%}.skeleton-subtitle1{height:32px;width:60%}.skeleton-subtitle2{height:32px;width:50%}@keyframes shimmer{0%{background-position:100% 0}60%,to{background-position:-50% 0}}.chatHistoryTopGradient{position:absolute;top:0;z-index:40;height:20px;width:100%;background:transparent;background:linear-gradient(0deg,#fff0 20%,#edd6f2 96%)}.chatHistoryBottomGradient{position:absolute;bottom:0;z-index:40;height:20px;width:100%;background:transparent;background:linear-gradient(0deg,#edd6f2 20%,#edd6f200 96%)}.chatHistory{display:flex;height:69vh;width:100%;flex-direction:column;gap:.25rem;overflow-y:auto;padding-right:.25rem;padding-top:.375rem}@media (min-width: 768px){.chatHistory{height:88vh}}.chatHistory .dateLabel{-webkit-user-select:none;user-select:none;padding:.5rem .25rem .25rem .375rem;font-size:12px;font-weight:700;--tw-text-opacity: 1;color:rgb(24 92 251 / var(--tw-text-opacity, 1))}.chatHistory::-webkit-scrollbar{width:4px}.chatHistory::-webkit-scrollbar-track{border-radius:10px;background:#f1f1f131}.chatHistory::-webkit-scrollbar-thumb{border-radius:10px;background:#9ca3af}.chatHistory::-webkit-scrollbar-thumb:hover{background:#6b7280}.history-height::-webkit-scrollbar{width:4px}.history-height::-webkit-scrollbar-track{border-radius:10px;background:#f1f1f131}.history-height::-webkit-scrollbar-thumb{border-radius:10px;background:#9ca3af}.history-height::-webkit-scrollbar-thumb:hover{background:#6b7280}.empty-height::-webkit-scrollbar{width:4px}.empty-height::-webkit-scrollbar-track{border-radius:10px;background:#f1f1f131}.empty-height::-webkit-scrollbar-thumb{border-radius:10px;background:#9ca3af}.empty-height::-webkit-scrollbar-thumb:hover{background:#6b7280}.newConversationButton{margin-bottom:1rem;display:flex;height:-webkit-fit-content;height:fit-content;cursor:pointer;align-items:center;justify-content:space-between;border-radius:.375rem;padding:.5rem .5rem .625rem;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.newConversationButton:hover{--tw-bg-opacity: 1;background-color:rgb(153 125 158 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.newConversationButton p{--tw-translate-y: 2px;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));font-weight:700;--tw-text-opacity: 1;color:rgb(24 92 251 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.new-conversation-logo{height:1.5rem;width:1.5rem}.new-conversation-title{font-family:GloboTipo,sans-serif;font-size:20px}.sideMenuDiv{position:fixed;top:0;left:0;z-index:50;display:flex;height:100vh;flex-direction:column;justify-content:space-between;--tw-bg-opacity: 1;background-color:rgb(237 214 242 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@media (min-width: 768px){.sideMenuDiv{position:relative}}.userInfoDiv{display:flex;cursor:pointer;align-items:center;gap:.5rem;border-radius:.375rem;padding:.5rem;font-family:GloboTipo,sans-serif;font-size:15px;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.userInfoDiv:hover{--tw-bg-opacity: 1;background-color:rgb(0 80 209 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media (min-width: 768px){.userInfoDiv{display:none}}.userInfoDiv .userIcon{cursor:pointer;border-radius:50%;--tw-bg-opacity: 1;background-color:rgb(24 92 251 / var(--tw-bg-opacity, 1));padding-left:.5rem;padding-right:.5rem;padding-bottom:3px;padding-top:5px;font-size:14px;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.userInfoDiv:hover .userIcon{--tw-scale-x: 1.05;--tw-scale-y: 1.05;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));--tw-bg-opacity: 1;background-color:rgb(0 80 209 / var(--tw-bg-opacity, 1))}.menuMobileHeaderDiv{display:flex;height:50px;width:100%;align-items:center;justify-content:space-between;--tw-bg-opacity: 1;background-color:rgb(24 92 251 / var(--tw-bg-opacity, 1));padding-left:.75rem;padding-right:.75rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media (min-width: 768px){.menuMobileHeaderDiv{display:none}}.shareLink{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.shareLink::-webkit-scrollbar{display:none}.interactionButton{cursor:pointer;font-size:25px;--tw-text-opacity: 1;color:rgb(158 155 155 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.interactionButton:hover{--tw-text-opacity: 1;color:rgb(0 80 209 / var(--tw-text-opacity, 1))}.modalOption{width:-webkit-fit-content;width:fit-content;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(204 201 202 / var(--tw-bg-opacity, 1));padding:.375rem 1.5rem;text-align:center;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.modalOption:hover{--tw-bg-opacity: 1;background-color:rgb(158 155 155 / var(--tw-bg-opacity, 1))}.modalOptionSelected{--tw-bg-opacity: 1 !important;background-color:rgb(24 92 251 / var(--tw-bg-opacity, 1))!important}.modalContentDivExplainability{position:relative;display:flex;max-height:80vh;width:100%;max-width:800px;flex-direction:column;align-items:center;gap:1.25rem;border-radius:12px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.75rem}.modalContentDivSQL{position:relative;display:flex;height:80vh;width:100%;max-width:800px;flex-direction:column;align-items:center;gap:1.25rem;border-radius:20px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.75rem}.modalContentDivSQL .copyToClipboardButton{position:absolute;top:84px;right:35px;display:flex;flex-direction:row;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(24 92 251 / var(--tw-bg-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.modalContentDivSQL .copyToClipboardButton:hover{--tw-bg-opacity: 1;background-color:rgb(0 80 209 / var(--tw-bg-opacity, 1))}.modalContentDivModules{position:relative;display:flex;height:80vh;width:100%;max-width:800px;flex-direction:column;align-items:center;gap:1.25rem;border-radius:20px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1rem}@media (min-width: 640px){.modalContentDivModules{padding:1.75rem}}@media (max-width: 640px){.modalContentDivModules{margin-left:.5rem;margin-right:.5rem;height:90vh;max-width:95vw}}.modalContentDivModules .copyToClipboardButton{position:absolute;top:84px;right:35px;display:flex;flex-direction:row;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(255 113 113 / var(--tw-bg-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.modalContentDivModules .copyToClipboardButton:hover{--tw-bg-opacity: 1;background-color:rgb(227 86 86 / var(--tw-bg-opacity, 1))}@media (max-width: 640px){.modalContentDivModules .copyToClipboardButton{top:70px;right:20px}.modalContentDivModules .copyToClipboardButton div{gap:.25rem;padding:.25rem .5rem;font-size:13px!important}.modalContentDivModules .copyToClipboardButton p{display:none}}.modalContentDivSQL div:nth-child(2){width:100%!important;overflow-x:auto;overflow-y:hidden}.modalContentDivSQL div:nth-child(2)::-webkit-scrollbar,.simpleCodeBlockSQL::-webkit-scrollbar{height:8px;width:5px}.modalContentDivSQL div:nth-child(2)::-webkit-scrollbar-track,.simpleCodeBlockSQL::-webkit-scrollbar-track{margin-right:1.25rem;border-radius:10px;background:#f1f1f177}.modalContentDivSQL div:nth-child(2)::-webkit-scrollbar-thumb,.simpleCodeBlockSQL::-webkit-scrollbar-thumb{border-radius:10px;--tw-bg-opacity: 1;background-color:rgb(191 191 191 / var(--tw-bg-opacity, 1))}.modalContentDivSQL div:nth-child(2)::-webkit-scrollbar-thumb:hover,.simpleCodeBlockSQL::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(109 109 109 / var(--tw-bg-opacity, 1))}.print-only{position:absolute;z-index:-20;display:flex;height:0px!important;flex-direction:column;gap:1.25rem;padding:1.25rem;opacity:0}.print-only .markdownDiv{height:0px!important}.messageToPNG{height:-webkit-fit-content!important;height:fit-content!important;opacity:1!important}.messageToPNG .markdownDiv{height:100%!important}@media print{.print-only{height:100%;opacity:1}.print-only .markdownDiv{height:100%!important}@page{size:landscape}}.markdown>*{all:revert}.markdown p{margin:0}.markdown table{border-collapse:collapse}.markdown .activeSortButton{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important;--tw-text-opacity: 1 !important;color:rgb(0 80 209 / var(--tw-text-opacity, 1))!important}.markdown td{border-width:1px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(242 242 242 / var(--tw-bg-opacity, 1));padding:6px 13px;text-align:center!important;font-size:15px;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.markdown th{min-width:130px!important;max-width:280px!important;overflow-wrap:break-word;border-width:1px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(0 69 182 / var(--tw-bg-opacity, 1));padding:8px 15px;text-align:center!important;font-size:15px;font-weight:400;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.markdown th:first-child{border-top-left-radius:.5rem}.markdown th:last-child{border-top-right-radius:.5rem}.markdown tbody tr:last-child td:first-child{border-bottom-left-radius:.75rem}.markdown tbody tr:last-child td:last-child{border-bottom-right-radius:.75rem}.orderButton{position:absolute;right:-.25rem;max-height:21px;min-height:21px;min-width:21px;max-width:21px;cursor:pointer;border-radius:50%;--tw-bg-opacity: 1;background-color:rgb(0 80 209 / var(--tw-bg-opacity, 1));padding:.25rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.orderButton:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(79 7 82 / var(--tw-text-opacity, 1))}.relatedQuestion{display:flex;width:100%;cursor:pointer;align-items:center;gap:.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1));padding-left:.625rem;padding-right:.625rem;padding-bottom:3px;padding-top:3px;font-size:12.5px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.relatedQuestion:hover{--tw-bg-opacity: 1;background-color:rgb(233 233 233 / var(--tw-bg-opacity, 1))}.tab-content{position:absolute;top:0;display:flex;min-height:400px;width:100%;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;transition:transform .4s ease-in-out}@keyframes errorAnimation{0%{border-color:red;margin-left:0rem}25%{margin-left:.3rem}75%{margin-left:-.3rem}to{margin-left:0rem}}@keyframes sendIconErrorAnimation{0%{color:red}}.errorAnimation{animation:errorAnimation .2s ease-in-out 0s 2}.sendIconErrorAnimation{animation:sendIconErrorAnimation .2s ease-in-out 0s 2}.chatMessages{height:100%;width:100%;flex-direction:column;align-items:center;justify-content:flex-start;gap:1.25rem;overflow-y:auto;overflow-x:hidden;padding-top:.75rem;padding-right:1.25rem;padding-left:.75rem}@media (min-width: 768px){.chatMessages{display:flex}}.chatMessages{font-family:GloboTipo,sans-serif}.chatMessages .chatMessages-message{margin-bottom:1.25rem}@media (min-width: 768px){.chatMessages .chatMessages-message{margin-bottom:0}}.chatMessages .chatMessages-message{contain:content}.chatMessages .chatMessages-message:last-child{margin-bottom:0!important}.chatMessages::-webkit-scrollbar{width:8px}.chatMessages::-webkit-scrollbar-track{border-radius:10px;background:#f1f1f177}.chatMessages::-webkit-scrollbar-thumb{border-radius:10px;--tw-bg-opacity: 1;background-color:rgb(191 191 191 / var(--tw-bg-opacity, 1))}.chatMessages::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(109 109 109 / var(--tw-bg-opacity, 1))}.speechBubbleArrow{-webkit-clip-path:polygon(0 26%,100% 8%,100% 100%);clip-path:polygon(0 26%,100% 8%,100% 100%)}.print-only-chatMessages{position:absolute;z-index:-20;display:flex;height:100%;width:100%;flex-direction:column;align-items:center;justify-content:flex-start;gap:1.25rem}@media print{.print-only-chatMessages{max-width:1536px!important;padding:.75rem!important}@page{size:landscape}}.chatWrapper{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:flex-end;gap:.75rem;overflow-y:visible;border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:0;padding-right:0;padding-bottom:.75rem;padding-top:0;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;font-family:GloboTipo,sans-serif}.chatWrapperTopGradient{position:absolute;top:-1px;z-index:30;height:20px;width:100%;background:#fff;background:linear-gradient(0deg,#fff0 20%,#fff 99%)}#chatInputLabel{display:flex;max-height:60px;min-height:60px;width:100%;align-items:center;overflow:hidden;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;font-family:GloboTipo,sans-serif}.tutorialMainDiv{position:fixed;top:0;left:0;z-index:50;display:flex;height:100vh;width:100vw;background-color:#000000a3;padding:1rem}.tutorialContent{position:absolute;left:auto;top:.5rem;right:.5rem;z-index:100;display:flex;height:-webkit-fit-content;height:fit-content;width:100%;max-width:310px;flex-direction:column;align-items:center;gap:.5rem!important;border-radius:12px;--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1));padding:1rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s}@media (min-width: 768px){.tutorialContent{padding:1.25rem}}.tutorialContent{box-shadow:0 0 6px 2px #00000059}.tutorialStepContent{font-size:13px}@media (min-width: 768px){.tutorialStepContent{font-size:15px}}.tutorialStepContent br{margin-top:7px;display:block;content:""}.modalTutorialButton{display:flex;width:100%;cursor:pointer;align-items:center;justify-content:center;border-radius:.375rem;padding:.5rem .75rem .375rem;text-align:center;font-size:11px;font-weight:700;letter-spacing:.025em;--tw-text-opacity: 1;color:rgb(56 56 56 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.goodPracticesModalDiv{position:fixed;top:0;left:0;z-index:50;display:flex;height:100vh;width:100vw;align-items:center;justify-content:center;background-color:#000000a3;padding-left:1rem;padding-right:1rem}.goodPracticesModalContentDiv{position:relative;display:flex;max-height:75vh;width:100%;flex-direction:column;align-items:center;gap:1rem;border-radius:12px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.75rem .25rem 1.75rem 1.75rem}@media (min-width: 768px){.goodPracticesModalContentDiv{max-width:70%}}.goodPracticesModalContent{overflow-y:auto}.goodPracticesModalContent::-webkit-scrollbar{width:8px}.goodPracticesModalContent::-webkit-scrollbar-track{border-radius:10px;background:#f1f1f177}.goodPracticesModalContent::-webkit-scrollbar-thumb{border-radius:10px;--tw-bg-opacity: 1;background-color:rgb(191 191 191 / var(--tw-bg-opacity, 1))}.goodPracticesModalContent::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(109 109 109 / var(--tw-bg-opacity, 1))}*,: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: }*,: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;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::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]:where(:not([hidden=until-found])){display:none}img{display:inline-block}.container{width:100%}@media (min-width: 420px){.container{max-width:420px}}@media (min-width: 500px){.container{max-width:500px}}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.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!important}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.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}.\!-right-4{right:-1rem!important}.\!bottom-2{bottom:.5rem!important}.\!top-0{top:0!important}.\!top-auto{top:auto!important}.-bottom-1{bottom:-.25rem}.-bottom-\[133px\]{bottom:-133px}.-bottom-\[80px\]{bottom:-80px}.-bottom-\[90px\]{bottom:-90px}.-left-16{left:-4rem}.-left-4{left:-1rem}.-left-48{left:-12rem}.-right-9{right:-2.25rem}.-right-\[157px\]{right:-157px}.-right-\[1px\]{right:-1px}.-top-\[110px\]{top:-110px}.-top-\[133px\]{top:-133px}.-top-\[18px\]{top:-18px}.-top-\[53px\]{top:-53px}.-top-\[93px\]{top:-93px}.bottom-4{bottom:1rem}.left-0{left:0}.left-1\/2{left:50%}.left-3{left:.75rem}.right-0{right:0}.right-1{right:.25rem}.right-3\.5{right:.875rem}.right-4{right:1rem}.right-\[-40px\]{right:-40px}.right-\[4\%\]{right:4%}.top-0{top:0}.top-1\/2{top:50%}.top-3{top:.75rem}.top-4{top:1rem}.top-\[12\.5\%\]{top:12.5%}.top-\[3px\]{top:3px}.\!z-50{z-index:50!important}.\!z-\[999\]{z-index:999!important}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[10\]{z-index:10}.z-\[35\]{z-index:35}.z-\[51\]{z-index:51}.z-\[60\]{z-index:60}.z-\[70\]{z-index:70}.z-\[999\]{z-index:999}.m-0{margin:0}.m-2{margin:.5rem}.m-4{margin:1rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.\!mb-0{margin-bottom:0!important}.-mb-1{margin-bottom:-.25rem}.-mb-2{margin-bottom:-.5rem}.-ml-2{margin-left:-.5rem}.-mt-2\.5{margin-top:-.625rem}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-24{margin-bottom:6rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-\[1px\]{margin-left:1px}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-5{margin-right:1.25rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[2px\]{margin-top:2px}.mt-\[42px\]{margin-top:42px}.block{display:block}.inline-block{display:inline-block}.\!flex{display:flex!important}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.\!hidden{display:none!important}.hidden{display:none}.\!h-\[15px\]{height:15px!important}.\!h-\[16px\]{height:16px!important}.\!h-\[18px\]{height:18px!important}.\!h-\[24px\]{height:24px!important}.\!h-\[32px\]{height:32px!important}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-12{height:3rem}.h-16{height:4rem}.h-36{height:9rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-\[110px\]{height:110px}.h-\[124px\]{height:124px}.h-\[140px\]{height:140px}.h-\[278px\]{height:278px}.h-\[38px\]{height:38px}.h-\[47px\]{height:47px}.h-\[60px\]{height:60px}.h-\[60vh\]{height:60vh}.h-\[67px\]{height:67px}.h-\[74vh\]{height:74vh}.h-\[85px\]{height:85px}.h-\[90\%\]{height:90%}.h-auto{height:auto}.h-fit{height:-webkit-fit-content;height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.max-h-3{max-height:.75rem}.max-h-60{max-height:15rem}.max-h-\[20px\]{max-height:20px}.max-h-\[27px\]{max-height:27px}.max-h-\[400px\]{max-height:400px}.max-h-\[41px\]{max-height:41px}.max-h-\[42px\]{max-height:42px}.max-h-\[50vh\]{max-height:50vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(90vh-120px\)\]{max-height:calc(90vh - 120px)}.min-h-0{min-height:0px}.min-h-3{min-height:.75rem}.min-h-\[20px\]{min-height:20px}.min-h-\[220px\]{min-height:220px}.min-h-\[27px\]{min-height:27px}.min-h-\[32px\]{min-height:32px}.min-h-\[400px\]{min-height:400px}.min-h-\[41px\]{min-height:41px}.min-h-\[42px\]{min-height:42px}.min-h-\[55vh\]{min-height:55vh}.min-h-screen{min-height:100vh}.\!w-\[18px\]{width:18px!important}.\!w-\[24px\]{width:24px!important}.\!w-\[32px\]{width:32px!important}.\!w-full{width:100%!important}.w-0{width:0px}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-16{width:4rem}.w-28{width:7rem}.w-4{width:1rem}.w-44{width:11rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-\[155px\]{width:155px}.w-\[160px\]{width:160px}.w-\[170px\]{width:170px}.w-\[205px\]{width:205px}.w-\[210px\]{width:210px}.w-\[255px\]{width:255px}.w-\[300px\]{width:300px}.w-\[36px\]{width:36px}.w-\[70\%\]{width:70%}.w-\[800px\]{width:800px}.w-\[95\%\]{width:95%}.w-\[98\%\]{width:98%}.w-fit{width:-webkit-fit-content;width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.\!min-w-\[15px\]{min-width:15px!important}.\!min-w-\[16px\]{min-width:16px!important}.min-w-0{min-width:0px}.min-w-3{min-width:.75rem}.min-w-32{min-width:8rem}.min-w-\[0px\]{min-width:0px}.min-w-\[100px\]{min-width:100px}.min-w-\[120px\]{min-width:120px}.min-w-\[190px\]{min-width:190px}.min-w-\[20px\]{min-width:20px}.min-w-\[244px\]{min-width:244px}.min-w-\[270px\]{min-width:270px}.min-w-\[27px\]{min-width:27px}.min-w-\[41px\]{min-width:41px}.min-w-\[42px\]{min-width:42px}.min-w-\[46px\]{min-width:46px}.min-w-full{min-width:100%}.\!max-w-\[15px\]{max-width:15px!important}.\!max-w-\[16px\]{max-width:16px!important}.\!max-w-\[420px\]{max-width:420px!important}.\!max-w-\[430px\]{max-width:430px!important}.\!max-w-\[500px\]{max-width:500px!important}.\!max-w-\[540px\]{max-width:540px!important}.\!max-w-\[600px\]{max-width:600px!important}.\!max-w-\[91\%\]{max-width:91%!important}.max-w-2xl{max-width:42rem}.max-w-3{max-width:.75rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-7xl{max-width:80rem}.max-w-\[0px\]{max-width:0px}.max-w-\[100px\]{max-width:100px}.max-w-\[180px\]{max-width:180px}.max-w-\[20px\]{max-width:20px}.max-w-\[244px\]{max-width:244px}.max-w-\[270px\]{max-width:270px}.max-w-\[27px\]{max-width:27px}.max-w-\[342px\]{max-width:342px}.max-w-\[370px\]{max-width:370px}.max-w-\[41px\]{max-width:41px}.max-w-\[42px\]{max-width:42px}.max-w-\[44px\]{max-width:44px}.max-w-\[500px\]{max-width:500px}.max-w-\[600px\]{max-width:600px}.max-w-\[80\%\]{max-width:80%}.max-w-\[90px\]{max-width:90px}.max-w-\[95vw\]{max-width:95vw}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x: -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))}.-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))}.-translate-y-\[1px\]{--tw-translate-y: -1px;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))}.-translate-y-\[20vh\]{--tw-translate-y: -20vh;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))}.-translate-y-\[2px\]{--tw-translate-y: -2px;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))}.translate-x-\[1px\]{--tw-translate-x: 1px;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))}.translate-y-\[1\.5px\]{--tw-translate-y: 1.5px;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))}.translate-y-\[1px\]{--tw-translate-y: 1px;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))}.translate-y-\[25px\]{--tw-translate-y: 25px;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))}.translate-y-\[2px\]{--tw-translate-y: 2px;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))}.translate-y-\[3px\]{--tw-translate-y: 3px;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))}.-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-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))}.scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;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))}.scale-125{--tw-scale-x: 1.25;--tw-scale-y: 1.25;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 fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fadeIn .3s ease-in forwards}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.\!cursor-default{cursor:default!important}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.select-none{-webkit-user-select:none;user-select:none}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.\!flex-col{flex-direction:column!important}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.\!items-end{align-items:flex-end!important}.items-end{align-items:flex-end}.\!items-center{align-items:center!important}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.\!justify-center{justify-content:center!important}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.\!gap-1{gap:.25rem!important}.\!gap-2{gap:.5rem!important}.\!gap-4{gap:1rem!important}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-3\.5{gap:.875rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * 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-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * 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-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-\[1px\]>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1px * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-\[15px\]{border-radius:15px}.rounded-\[30px\]{border-radius:30px}.rounded-\[50\%\]{border-radius:50%}.rounded-\[50px\]{border-radius:50px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.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}.rounded-t-\[10px\]{border-top-left-radius:10px;border-top-right-radius:10px}.border{border-width:1px}.border-2{border-width:2px}.border-\[1px\]{border-width:1px}.border-\[3px\]{border-width:3px}.border-b{border-bottom-width:1px}.border-b-2,.border-b-\[2px\]{border-bottom-width:2px}.border-b-\[3px\]{border-bottom-width:3px}.border-l{border-left-width:1px}.border-l-\[3px\]{border-left-width:3px}.border-r-\[1px\]{border-right-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-\[\#1E1E1E\]{--tw-border-opacity: 1;border-color:rgb(30 30 30 / var(--tw-border-opacity, 1))}.border-\[\#E5E4E4\]{--tw-border-opacity: 1;border-color:rgb(229 228 228 / var(--tw-border-opacity, 1))}.border-\[\#e0e0e0\]{--tw-border-opacity: 1;border-color:rgb(224 224 224 / var(--tw-border-opacity, 1))}.border-border-neutral-default{--tw-border-opacity: 1;border-color:rgb(226 226 227 / var(--tw-border-opacity, 1))}.border-fill-accent-primary-default{--tw-border-opacity: 1;border-color:rgb(24 92 251 / var(--tw-border-opacity, 1))}.border-fill-neutral-hover{--tw-border-opacity: 1;border-color:rgb(242 242 242 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-primary-gray{--tw-border-opacity: 1;border-color:rgb(204 201 202 / var(--tw-border-opacity, 1))}.border-primary-gray-hover\/25{border-color:#9e9b9b40}.border-primary-gray\/20{border-color:#ccc9ca33}.border-primary-purple{--tw-border-opacity: 1;border-color:rgb(111 10 114 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-secondary-gray{--tw-border-opacity: 1;border-color:rgb(56 56 56 / var(--tw-border-opacity, 1))}.border-secondary-purple{--tw-border-opacity: 1;border-color:rgb(166 2 171 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-yellow-600{--tw-border-opacity: 1;border-color:rgb(202 138 4 / var(--tw-border-opacity, 1))}.\!bg-\[\#00000070\]{background-color:#00000070!important}.\!bg-\[\#000000b0\]{background-color:#000000b0!important}.\!bg-\[\#000000be\]{background-color:#000000be!important}.\!bg-\[\#ecebeb\]{--tw-bg-opacity: 1 !important;background-color:rgb(236 235 235 / var(--tw-bg-opacity, 1))!important}.\!bg-gray-200{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))!important}.\!bg-primary-gray{--tw-bg-opacity: 1 !important;background-color:rgb(204 201 202 / var(--tw-bg-opacity, 1))!important}.\!bg-primary-purple{--tw-bg-opacity: 1 !important;background-color:rgb(111 10 114 / var(--tw-bg-opacity, 1))!important}.\!bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.bg-\[\#00000070\]{background-color:#00000070}.bg-\[\#191919\]{--tw-bg-opacity: 1;background-color:rgb(25 25 25 / var(--tw-bg-opacity, 1))}.bg-\[\#1E1E1E\]{--tw-bg-opacity: 1;background-color:rgb(30 30 30 / var(--tw-bg-opacity, 1))}.bg-\[\#272727\]{--tw-bg-opacity: 1;background-color:rgb(39 39 39 / var(--tw-bg-opacity, 1))}.bg-\[\#421c1c\]{--tw-bg-opacity: 1;background-color:rgb(66 28 28 / var(--tw-bg-opacity, 1))}.bg-\[\#4F381D\]{--tw-bg-opacity: 1;background-color:rgb(79 56 29 / var(--tw-bg-opacity, 1))}.bg-\[\#E1C3E2\]{--tw-bg-opacity: 1;background-color:rgb(225 195 226 / var(--tw-bg-opacity, 1))}.bg-\[\#a040a450\]{background-color:#a040a450}.bg-amber-700{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-blue-600\/10{background-color:#2563eb1a}.bg-blue-800{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.bg-cyan-500{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))}.bg-fill-accent-primary-default{--tw-bg-opacity: 1;background-color:rgb(24 92 251 / var(--tw-bg-opacity, 1))}.bg-fill-accent-primary-default\/90{background-color:#185cfbe6}.bg-fill-accent-primary-hover{--tw-bg-opacity: 1;background-color:rgb(0 80 209 / var(--tw-bg-opacity, 1))}.bg-fill-neutral-hover{--tw-bg-opacity: 1;background-color:rgb(242 242 242 / var(--tw-bg-opacity, 1))}.bg-fill-warning{--tw-bg-opacity: 1;background-color:rgb(255 208 6 / var(--tw-bg-opacity, 1))}.bg-fuchsia-600{--tw-bg-opacity: 1;background-color:rgb(192 38 211 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.bg-lime-500{--tw-bg-opacity: 1;background-color:rgb(132 204 22 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-pink-500{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity, 1))}.bg-primary-gray{--tw-bg-opacity: 1;background-color:rgb(204 201 202 / var(--tw-bg-opacity, 1))}.bg-primary-gray-hover{--tw-bg-opacity: 1;background-color:rgb(158 155 155 / var(--tw-bg-opacity, 1))}.bg-primary-gray\/10{background-color:#ccc9ca1a}.bg-primary-gray\/20{background-color:#ccc9ca33}.bg-primary-gray\/30{background-color:#ccc9ca4d}.bg-primary-purple{--tw-bg-opacity: 1;background-color:rgb(111 10 114 / var(--tw-bg-opacity, 1))}.bg-primary-purple-hover{--tw-bg-opacity: 1;background-color:rgb(79 7 82 / var(--tw-bg-opacity, 1))}.bg-primary-salmon{--tw-bg-opacity: 1;background-color:rgb(255 113 113 / var(--tw-bg-opacity, 1))}.bg-primary-salmon-hover{--tw-bg-opacity: 1;background-color:rgb(227 86 86 / var(--tw-bg-opacity, 1))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-rose-600{--tw-bg-opacity: 1;background-color:rgb(225 29 72 / var(--tw-bg-opacity, 1))}.bg-secondary-gray{--tw-bg-opacity: 1;background-color:rgb(56 56 56 / var(--tw-bg-opacity, 1))}.bg-teal-500{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-opacity-50{--tw-bg-opacity: .5}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-\[\#05A6FF\]{--tw-gradient-from: #05A6FF var(--tw-gradient-from-position);--tw-gradient-to: rgb(5 166 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-\[\#8800F8\]{--tw-gradient-to: #8800F8 var(--tw-gradient-to-position)}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.\!p-0{padding:0!important}.\!p-\[4px\]{padding:4px!important}.\!p-\[8px\]{padding:8px!important}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[1px\]{padding:1px}.p-\[3px\]{padding:3px}.\!px-4{padding-left:1rem!important;padding-right:1rem!important}.\!py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.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-\[2px\]{padding-left:2px;padding-right:2px}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.py-\[3px\]{padding-top:3px;padding-bottom:3px}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-3\.5{padding-bottom:.875rem}.pb-4{padding-bottom:1rem}.pb-\[3px\]{padding-bottom:3px}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-3\.5{padding-left:.875rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-7{padding-left:1.75rem}.pl-\[34px\]{padding-left:34px}.pl-\[36px\]{padding-left:36px}.pl-\[44px\]{padding-left:44px}.pr-1{padding-right:.25rem}.pr-14{padding-right:3.5rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-6{padding-right:1.5rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-2\.5{padding-top:.625rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-\[2px\]{padding-top:2px}.pt-\[5px\]{padding-top:5px}.text-left{text-align:left}.\!text-center{text-align:center!important}.text-center{text-align:center}.text-right{text-align:right}.font-\[\'Globotipo\'\,sans-serif\]{font-family:Globotipo,sans-serif}.font-devPageCode{font-family:Consolas,Courier New,monospace}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\!text-\[12px\]{font-size:12px!important}.\!text-\[15px\]{font-size:15px!important}.\!text-\[16px\]{font-size:16px!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[0\.8rem\]{font-size:.8rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[18px\]{font-size:18px}.text-\[19px\]{font-size:19px}.text-\[20px\]{font-size:20px}.text-\[21px\]{font-size:21px}.text-\[22px\]{font-size:22px}.text-\[23px\]{font-size:23px}.text-\[24px\]{font-size:24px}.text-\[25px\]{font-size:25px}.text-\[26px\]{font-size:26px}.text-\[27px\]{font-size:27px}.text-\[30px\]{font-size:30px}.text-\[50px\]{font-size:50px}.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-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-4{line-height:1rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-\[16px\]{line-height:16px}.leading-relaxed{line-height:1.625}.tracking-wider{letter-spacing:.05em}.\!text-content-neutral-primary{--tw-text-opacity: 1 !important;color:rgb(37 37 39 / var(--tw-text-opacity, 1))!important}.\!text-fill-accent-primary-default{--tw-text-opacity: 1 !important;color:rgb(24 92 251 / var(--tw-text-opacity, 1))!important}.\!text-fill-accent-primary-hover{--tw-text-opacity: 1 !important;color:rgb(0 80 209 / var(--tw-text-opacity, 1))!important}.\!text-secondary-gray{--tw-text-opacity: 1 !important;color:rgb(56 56 56 / var(--tw-text-opacity, 1))!important}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-\[\#252527\]{--tw-text-opacity: 1;color:rgb(37 37 39 / var(--tw-text-opacity, 1))}.text-\[\#3B3C3E\]{--tw-text-opacity: 1;color:rgb(59 60 62 / var(--tw-text-opacity, 1))}.text-\[\#636363\]{--tw-text-opacity: 1;color:rgb(99 99 99 / var(--tw-text-opacity, 1))}.text-\[\#646568\]{--tw-text-opacity: 1;color:rgb(100 101 104 / var(--tw-text-opacity, 1))}.text-\[\#6F0A72\]{--tw-text-opacity: 1;color:rgb(111 10 114 / var(--tw-text-opacity, 1))}.text-\[\#DB082C\]{--tw-text-opacity: 1;color:rgb(219 8 44 / var(--tw-text-opacity, 1))}.text-\[\#f7f7f7\]{--tw-text-opacity: 1;color:rgb(247 247 247 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-fill-accent-primary-default{--tw-text-opacity: 1;color:rgb(24 92 251 / var(--tw-text-opacity, 1))}.text-fill-accent-primary-hover{--tw-text-opacity: 1;color:rgb(0 80 209 / var(--tw-text-opacity, 1))}.text-fill-accent-primary-selected{--tw-text-opacity: 1;color:rgb(0 69 182 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-primary-gray{--tw-text-opacity: 1;color:rgb(204 201 202 / var(--tw-text-opacity, 1))}.text-primary-gray-hover{--tw-text-opacity: 1;color:rgb(158 155 155 / var(--tw-text-opacity, 1))}.text-primary-purple{--tw-text-opacity: 1;color:rgb(111 10 114 / var(--tw-text-opacity, 1))}.text-primary-purple-hover{--tw-text-opacity: 1;color:rgb(79 7 82 / var(--tw-text-opacity, 1))}.text-primary-salmon{--tw-text-opacity: 1;color:rgb(255 113 113 / var(--tw-text-opacity, 1))}.text-primary-salmon-hover{--tw-text-opacity: 1;color:rgb(227 86 86 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-secondary-gray{--tw-text-opacity: 1;color:rgb(56 56 56 / var(--tw-text-opacity, 1))}.text-secondary-gray\/50{color:#38383880}.text-secondary-purple{--tw-text-opacity: 1;color:rgb(166 2 171 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.\!opacity-0{opacity:0!important}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-55{opacity:.55}.opacity-80{opacity:.8}.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)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 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-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-2{outline-width:2px}.outline-primary-purple{outline-color:#6f0a72}.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)}.blur-\[2px\]{--tw-blur: blur(2px);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,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-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-text-decoration-color,-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,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;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}.duration-\[400ms\]{transition-duration:.4s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}body{font-family:GloboTipo;font-weight:500;overflow:hidden}.modalMainDiv{position:fixed;top:0;left:0;z-index:80;display:flex;height:100vh;width:100vw;align-items:center;justify-content:center;background-color:#0000004f;padding-left:1rem;padding-right:1rem}.modalContentDiv{position:relative;display:flex;width:-webkit-fit-content;width:fit-content;flex-direction:column;align-items:center;gap:2rem;border-radius:5px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.75rem}.modalActionButton{cursor:pointer;border-radius:.375rem;padding:.5rem .75rem;text-align:center;letter-spacing:.025em;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.modalCloseButton{position:absolute;top:.75rem;right:.75rem;cursor:pointer;font-size:20px;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.modalCloseButton:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.modalTitle-md{width:100%;text-align:left;font-size:22px}.modalTitle-lg{width:100%;text-align:left;font-size:25px;--tw-text-opacity: 1;color:rgb(24 92 251 / var(--tw-text-opacity, 1))}.gloriaIcon{max-height:25px;min-height:25px;min-width:25px;max-width:25px;border-radius:50%}.styled-scrollbar::-webkit-scrollbar{height:4px;width:4px}.styled-scrollbar::-webkit-scrollbar-track{border-radius:10px;background:#f1f1f177}.styled-scrollbar::-webkit-scrollbar-thumb{border-radius:10px;--tw-bg-opacity: 1;background-color:rgb(191 191 191 / var(--tw-bg-opacity, 1))}.styled-scrollbar::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(109 109 109 / var(--tw-bg-opacity, 1))}.horizontal-styled-scrollbar::-webkit-scrollbar{height:8px;width:5px}.horizontal-styled-scrollbar::-webkit-scrollbar-track{border-radius:10px;background:#f1f1f177}.horizontal-styled-scrollbar::-webkit-scrollbar-thumb{border-radius:10px;--tw-bg-opacity: 1;background-color:rgb(191 191 191 / var(--tw-bg-opacity, 1))}.horizontal-styled-scrollbar::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(109 109 109 / var(--tw-bg-opacity, 1))}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.dev-page-scrollbar::-webkit-scrollbar{height:6px;width:6px}.dev-page-scrollbar::-webkit-scrollbar-track{background:transparent}.dev-page-scrollbar::-webkit-scrollbar-thumb{border-radius:6px;background-color:#79797966;-webkit-transition:background-color .2s;transition:background-color .2s}.dev-page-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#646464b3}@font-face{font-family:GloboTipo;src:local("GloboTipo"),url(/assets/GloboBold-DCAOv6ON.woff2) format("woff2"),url(/assets/GloboBold-B640mAFK.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:GloboTipo;src:local("GloboTipo"),url(/assets/GloboRegular-DeLBZtSo.woff2) format("woff2"),url(/assets/GloboRegular-CTBxRKIG.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:GloboTipo;src:local("GloboTipo"),url(/assets/GloboLight-CuwV810S.woff2) format("woff2"),url(/assets/GloboLight-pE1qgqeS.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:GloboTipo;src:local("GloboTipo"),url(/assets/GloboThin-PaAyN7UT.woff2) format("woff2"),url(/assets/GloboThin-GwIuCYcx.woff) format("woff");font-weight:200;font-style:normal}.modal_background_enter{animation:modal_background_enter .3s ease-out forwards}.modal_background_leave{animation:modal_background_leave .2s ease-in forwards}@keyframes modal_background_enter{0%{opacity:0}to{opacity:1}}@keyframes modal_background_leave{0%{opacity:1}to{opacity:0}}.modal_content_enter{animation:modal_content_enter .3s ease-out forwards}.modal_content_leave{animation:modal_content_leave .2s ease-in forwards}@keyframes modal_content_enter{0%{opacity:0;transform:translateY(1rem) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes modal_content_leave{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(1rem) scale(.95)}}@media (min-width: 640px){@keyframes modal_content_enter{0%{opacity:0;transform:translateY(0) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes modal_content_leave{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(0) scale(.95)}}}.recharts-default-tooltip{overflow-y:auto}.recharts-default-tooltip .recharts-tooltip-item-list{max-height:300px}.topBar-userMenuItem{display:flex;width:100%;cursor:pointer;align-items:center;gap:.5rem;border-radius:.375rem;padding:.625rem .75rem .75rem;text-align:left;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.topBar-userMenuItem:hover{background-color:#3838380d}.after\:h-2\.5:after{content:var(--tw-content);height:.625rem}.after\:h-4:after{content:var(--tw-content);height:1rem}.after\:w-2\.5:after{content:var(--tw-content);width:.625rem}.after\:w-4:after{content:var(--tw-content);width:1rem}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:bg-white:after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.after\:shadow-md:after{content:var(--tw-content);--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)}.after\:duration-300:after{content:var(--tw-content);transition-duration:.3s}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:border-fill-neutral-selected:hover{--tw-border-opacity: 1;border-color:rgb(199 200 202 / var(--tw-border-opacity, 1))}.hover\:border-secondary-gray\/95:hover{border-color:#383838f2}.hover\:\!bg-primary-gray:hover{--tw-bg-opacity: 1 !important;background-color:rgb(204 201 202 / var(--tw-bg-opacity, 1))!important}.hover\:bg-\[\#e5e4e467\]:hover{background-color:#e5e4e467}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-fill-accent-primary-hover:hover{--tw-bg-opacity: 1;background-color:rgb(0 80 209 / var(--tw-bg-opacity, 1))}.hover\:bg-fill-accent-secondary-hover:hover{--tw-bg-opacity: 1;background-color:rgb(203 238 254 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-green-400\/5:hover{background-color:#4ade800d}.hover\:bg-light-gray:hover{--tw-bg-opacity: 1;background-color:rgb(242 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-opacity-gray:hover{background-color:#38383817}.hover\:bg-primary-gray\/10:hover{background-color:#ccc9ca1a}.hover\:bg-primary-gray\/35:hover{background-color:#ccc9ca59}.hover\:bg-primary-purple-hover:hover{--tw-bg-opacity: 1;background-color:rgb(79 7 82 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-salmon-hover:hover{--tw-bg-opacity: 1;background-color:rgb(227 86 86 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary-gray:hover{--tw-bg-opacity: 1;background-color:rgb(56 56 56 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary-gray\/70:hover{background-color:#383838b3}.hover\:bg-secondary-gray\/95:hover{background-color:#383838f2}.hover\:bg-secondary-purple\/70:hover{background-color:#a602abb3}.hover\:bg-slate-100:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.hover\:bg-gradient-to-r:hover{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.hover\:from-\[\#05A6FF\]:hover{--tw-gradient-from: #05A6FF var(--tw-gradient-from-position);--tw-gradient-to: rgb(5 166 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-\[\#8800F8\]:hover{--tw-gradient-to: #8800F8 var(--tw-gradient-to-position)}.hover\:text-\[\#252527\]:hover{--tw-text-opacity: 1;color:rgb(37 37 39 / var(--tw-text-opacity, 1))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-fill-accent-primary-default:hover{--tw-text-opacity: 1;color:rgb(24 92 251 / var(--tw-text-opacity, 1))}.hover\:text-fill-accent-primary-hover:hover{--tw-text-opacity: 1;color:rgb(0 80 209 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-primary-gray:hover{--tw-text-opacity: 1;color:rgb(204 201 202 / var(--tw-text-opacity, 1))}.hover\:text-primary-salmon-hover:hover{--tw-text-opacity: 1;color:rgb(227 86 86 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.hover\:text-secondary-gray:hover{--tw-text-opacity: 1;color:rgb(56 56 56 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:text-yellow-600:hover{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.focus\:border-fill-accent-primary-default:focus{--tw-border-opacity: 1;border-color:rgb(24 92 251 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:shadow-none:focus{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-fill-accent-primary-default:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(24 92 251 / var(--tw-ring-opacity, 1))}.focus\:ring-fill-accent-primary-default\/60:focus{--tw-ring-color: rgb(24 92 251 / .6)}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.enabled\:hover\:bg-fill-accent-primary-hover:hover:enabled{--tw-bg-opacity: 1;background-color:rgb(0 80 209 / var(--tw-bg-opacity, 1))}.disabled\:\!pointer-events-none:disabled{pointer-events:none!important}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-100:disabled{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.disabled\:bg-gray-400:disabled{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.disabled\:opacity-10:disabled{opacity:.1}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:opacity-70:disabled{opacity:.7}.group:hover .group-hover\:inline-block{display:inline-block}.group:hover .group-hover\:flex{display:flex}.group:hover .group-hover\:translate-y-\[1px\]{--tw-translate-y: 1px;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))}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;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))}.group:hover .group-hover\:text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-fill-accent-primary-default{--tw-text-opacity: 1;color:rgb(24 92 251 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-fill-accent-primary-hover{--tw-text-opacity: 1;color:rgb(0 80 209 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:\!opacity-100{opacity:1!important}.group:hover .group-hover\:opacity-70{opacity:.7}.peer:checked~.peer-checked\:bg-fill-accent-primary-default{--tw-bg-opacity: 1;background-color:rgb(24 92 251 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-primary-purple{--tw-bg-opacity: 1;background-color:rgb(111 10 114 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:after\:translate-x-2\.5:after{content:var(--tw-content);--tw-translate-x: .625rem;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))}.peer:checked~.peer-checked\:after\:translate-x-6:after{content:var(--tw-content);--tw-translate-x: 1.5rem;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))}@media not all and (min-width: 768px){.max-md\:h-screen{height:100vh}}@media (min-width: 500px){.xs\:items-center{align-items:center}.xs\:gap-3{gap:.75rem}}@media (min-width: 640px){.sm\:\!bottom-auto{bottom:auto!important}.sm\:\!top-2{top:.5rem!important}.sm\:-left-5{left:-1.25rem}.sm\:-top-\[133px\]{top:-133px}.sm\:-mb-2{margin-bottom:-.5rem}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:w-auto{width:auto}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:justify-center{justify-content:center}.sm\:gap-2{gap:.5rem}.sm\:gap-4{gap:1rem}.sm\: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))}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.sm\:text-\[18px\]{font-size:18px}.sm\:text-\[19px\]{font-size:19px}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 768px){.md\:relative{position:relative}.md\:right-\[16\%\]{right:16%}.md\:z-auto{z-index:auto}.md\:mb-0{margin-bottom:0}.md\:mr-2{margin-right:.5rem}.md\:mr-\[280px\]{margin-right:280px}.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-2{height:.5rem}.md\:h-2\.5{height:.625rem}.md\:h-\[370px\]{height:370px}.md\:h-\[70px\]{height:70px}.md\:h-\[90px\]{height:90px}.md\:\!w-\[654px\]{width:654px!important}.md\:w-2{width:.5rem}.md\:w-2\.5{width:.625rem}.md\:min-w-\[250px\]{min-width:250px}.md\:\!max-w-\[68\%\]{max-width:68%!important}.md\:max-w-\[20vw\]{max-width:20vw}.md\:max-w-\[222px\]{max-width:222px}.md\:max-w-\[280px\]{max-width:280px}.md\:max-w-\[55vw\]{max-width:55vw}.md\:max-w-\[62vw\]{max-width:62vw}.md\:max-w-\[63vw\]{max-width:63vw}.md\:max-w-\[65vw\]{max-width:65vw}.md\:max-w-\[68vw\]{max-width:68vw}.md\:max-w-\[73vw\]{max-width:73vw}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:gap-2{gap:.5rem}.md\:p-6{padding:1.5rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.md\:pb-0{padding-bottom:0}.md\:pl-0{padding-left:0}.md\:pl-10{padding-left:2.5rem}.md\:pl-5{padding-left:1.25rem}.md\:pt-0{padding-top:0}.md\:\!text-\[18px\]{font-size:18px!important}.md\:text-\[13px\]{font-size:13px}.md\:text-\[14px\]{font-size:14px}.md\:text-\[15px\]{font-size:15px}.md\:text-\[16px\]{font-size:16px}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1024px){.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:\!max-w-\[65vw\]{max-width:65vw!important}.lg\:max-w-\[60vw\]{max-width:60vw}.lg\:max-w-\[63vw\]{max-width:63vw}.lg\:max-w-\[69vw\]{max-width:69vw}.lg\:max-w-\[70vw\]{max-width:70vw}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1536px){.\32xl\:h-\[475px\]{height:475px}.\32xl\:\!w-\[840px\]{width:840px!important}.\32xl\:\!max-w-\[45vw\]{max-width:45vw!important}}
