*{box-sizing:border-box}html{height:100%;background:#f2f2f2;font-size:12px;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{height:100%;margin:0;padding:0}#root{height:100%}@media(min-width:480px){html{font-size:13px}}@media(min-width:600px){html{font-size:14px}}@media(min-width:768px){html{font-size:15px}}@media(min-width:992px){html{font-size:16px}}:root{--page-bg: #f2f2f2;--chat-input-bg: #f2f2f2;--chat-input-border: transparent;--question-input-bg: white;--question-input-border: #e0e0e0;--example-bg: white;--example-border: #e0e0e0;--example-text-color: #424242;--empty-state-subtitle: #616161;--answer-bg: rgb(249, 249, 249);--answer-border: #e8e8e8;--citation-bg: #d1dbfa;--citation-color: #123bb6;--followup-bg: #e8ebfa;--followup-color: black;--sup-badge-bg: #d1dbfa;--sup-badge-color: #123bb6;--step-badge-bg: #f4f6ff;--step-badge-color: #123bb6;--step-badge-border: #d1dbfa;--tlist-bg: #e9e9e9;--tlist-accent: #123bb6;--tlist-dot-bg: #d1dbfa;--tprop-bg: #d7d7d7;--step-color: #123bb6;--step-result-bg: #d1dbfa;--step-result-color: #123bb6;--no-results-color: #666;--prompt-bar-bg: #a82424;--reasoning-bar-bg: #265e29;--output-bar-bg: #12579b;--total-bar-bg: #424242;--secondaryTotalBar-bg: #6d6d6d;--tokenbar-bg: #d7d7d7;--subqueries-table-bg: #fff;--supporting-content-item-bg: rgb(249, 249, 249);--history-item-hover-bg: #f3f4f6;--history-item-title-color: #111827}.dark-mode{--page-bg: #1a1a1a;--chat-input-bg: #1a1a1a;--chat-input-border: #404040;--question-input-bg: #2d2d2d;--question-input-border: #404040;--example-bg: #2d2d2d;--example-border: #404040;--example-text-color: #d0d0d0;--empty-state-subtitle: #a0a0a0;--answer-bg: #2d2d2d;--answer-border: #404040;--citation-bg: #3b3f7a;--citation-color: #a8b4ff;--followup-bg: #3b3f6a;--followup-color: #d0d0d0;--sup-badge-bg: #3b3f7a;--sup-badge-color: #a8b4ff;--step-badge-bg: #3b3f7a;--step-badge-color: #a8b4ff;--step-badge-border: #3b3f7a;--tlist-bg: #2d2d2d;--tlist-accent: #6b7aff;--tlist-dot-bg: #3b3f7a;--tprop-bg: #3d3d3d;--step-color: #6b7aff;--step-result-bg: #3b3f7a;--step-result-color: #a8b4ff;--no-results-color: #888;--prompt-bar-bg: #c24040;--reasoning-bar-bg: #3d8e3f;--output-bar-bg: #2a7ab8;--total-bar-bg: #5a5a5a;--secondaryTotalBar-bg: #8a8a8a;--tokenbar-bg: #3d3d3d;--subqueries-table-bg: #2d2d2d;--supporting-content-item-bg: #2d2d2d;--history-item-hover-bg: #374151;--history-item-title-color: white}.dark-mode html,.dark-mode body{background:var(--page-bg)}.dark-mode .deleteButton{color:#fff}._container_pw7cn_1{flex:1;display:flex;flex-direction:column;margin-top:1rem}._chatRoot_pw7cn_8{flex:1;display:flex}._chatContainer_pw7cn_13{flex:1;display:flex;flex-direction:column;align-items:center;width:100%;max-height:calc(100vh - 10rem)}._chatEmptyState_pw7cn_22{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;max-height:64rem;padding-top:4rem}._chatEmptyStateTitle_pw7cn_32{font-size:2rem;font-weight:600;margin-top:20px;margin-bottom:.5rem}._chatEmptyStateSubtitle_pw7cn_39{font-weight:400;color:var(--empty-state-subtitle);margin-bottom:1.5rem}._chatMessageStream_pw7cn_45{flex-grow:1;max-height:64rem;width:70%;overflow-y:auto;padding:0 2rem;display:flex;flex-direction:column}._chatMessageGpt_pw7cn_55{margin-bottom:1.25rem;max-width:100%;display:flex}._chatMessageGptMinWidth_pw7cn_61{max-width:31.25rem;margin-bottom:1.25rem}._chatInput_pw7cn_66{position:sticky;bottom:0;flex:0 0 auto;padding:1rem;width:100%;max-width:64.25rem;background:var(--chat-input-bg)}._chatAnalysisPanel_pw7cn_76{flex:1;overflow-y:auto;max-height:85vh;margin-left:1.25rem;margin-right:1.25rem}._chatSettingsSeparator_pw7cn_84{display:flex;flex-direction:column;margin-top:.9375rem}._loadingLogo_pw7cn_90{font-size:1.75rem}._commandsSplitContainer_pw7cn_94{display:flex;justify-content:space-between}._commandsContainer_pw7cn_99{display:flex;padding-left:1rem;padding-right:1rem;align-self:flex-end;gap:.25rem}._commandButton_pw7cn_107{margin-bottom:1.25rem}@media(min-width:992px){._container_pw7cn_1{margin-top:1.25rem}._chatEmptyState_pw7cn_22{padding-top:3.75rem}._chatEmptyStateTitle_pw7cn_32{font-size:2.75rem}._chatInput_pw7cn_66{padding:.75rem 1.5rem 1.5rem}._commandsSplitContainer_pw7cn_94{padding-left:1rem}._commandsContainer_pw7cn_99{padding-left:0rem;padding-right:0rem}._commandButton_pw7cn_107{margin-bottom:1.25rem}._chatMessageGpt_pw7cn_55{max-width:80%;min-width:31.25rem}}@media(max-width:768px){._chatMessageStream_pw7cn_45{width:100%}}._answerContainer_v31nq_1{padding:1.25em;background:var(--answer-bg);border-radius:.75em;box-shadow:0 2px 8px #0000000f,0 0 1px #00000014;border:1px solid var(--answer-border);outline:transparent solid .0625em}._answerLogo_v31nq_12{font-size:1.75em}._answerText_v31nq_16{font-size:1rem;font-weight:400;line-height:1.375em;padding-top:1em;padding-bottom:1em}._answerText_v31nq_16 h1,h2{font-size:1rem;font-weight:700}._answerText_v31nq_16 table{border-collapse:collapse}._answerText_v31nq_16 td,._answerText_v31nq_16 th{border:1px solid;padding:.3125em}.dark-mode ._answerText_v31nq_16 table tr:nth-child(2n){background-color:#383838!important}._selected_v31nq_46{outline:.125em solid rgba(115,118,225,1)}._citationLearnMore_v31nq_50{margin-right:.3125em;font-weight:600;line-height:1.5em}._citation_v31nq_50{font-weight:500;line-height:1.5em;text-align:center;border-radius:.25em;padding:0 .5em;background:var(--citation-bg);color:var(--citation-color);text-decoration:none;cursor:pointer}._citation_v31nq_50:hover{text-decoration:underline}._followupQuestionsList_v31nq_72{margin-top:.625em}._followupQuestionLearnMore_v31nq_76{margin-right:.3125em;font-weight:600;line-height:1.5em}._followupQuestion_v31nq_72{font-weight:600;line-height:1.5em;text-align:center;border-radius:.25em;padding:0 .5em;background:var(--followup-bg);color:var(--followup-color);font-style:italic;text-decoration:none;cursor:pointer}._supContainer_v31nq_95{text-decoration:none;cursor:pointer}._supContainer_v31nq_95:hover{text-decoration:underline}._citationBadgeContainer_v31nq_104{display:inline-flex;align-items:center;gap:.25em}._citationEntry_v31nq_110{display:inline-flex;align-items:center;gap:.375em}sup{position:relative;display:inline-flex;align-items:center;justify-content:center;font-size:.625em;font-weight:600;vertical-align:top;top:-1;margin:0 .125em;min-width:.875em;height:.875em;border-radius:.1875em;background:var(--sup-badge-bg);color:var(--sup-badge-color);text-decoration-color:transparent;outline:transparent solid .0625em;cursor:pointer}._citationStepBadge_v31nq_136{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--step-badge-bg);color:var(--step-badge-color);font-weight:600;border:.0625em solid var(--step-badge-border)}._citationStepBadgeInline_v31nq_147{font-size:.55em;min-width:auto;height:auto;padding:.125em .5em;line-height:1.1}._citationStepBadgeList_v31nq_155{font-size:.75em;min-width:auto;height:auto;padding:.125em .75em;line-height:1.1}._retryButton_v31nq_163{width:fit-content}@keyframes _loading_v31nq_185{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}._loadingdots_v31nq_185:after{content:"";animation:_loading_v31nq_185 1s infinite}._questionInputContainer_14bkv_1{border-radius:.75rem;box-shadow:0 2px 8px #00000014,0 0 1px #00000014;border:1px solid var(--question-input-border);width:100%;padding:.8rem;background:var(--question-input-bg)}._questionInputTextArea_14bkv_12{width:100%;max-height:12rem}._questionInputTextArea_14bkv_12{border:none!important;overflow:hidden}._questionInputTextArea_14bkv_12 textarea{border:none!important;background:var(--question-input-bg)!important;outline:none!important;overflow-y:hidden;line-height:1.5}._questionInputTextArea_14bkv_12:after{border:none!important}._questionInputButtonsContainer_14bkv_35{display:flex;flex-direction:column;justify-content:center}._examplesNavList_vwehf_1{list-style:none;padding-left:1rem;padding-right:1rem;display:flex;flex-direction:column;gap:.75rem;flex:0 0 auto;justify-content:center;align-items:stretch;max-width:64.25rem;width:100%}._example_vwehf_1{word-break:break-word;background:var(--example-bg);border:1px solid var(--example-border);border-radius:.75rem;display:flex;flex-direction:column;flex:1;cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}._example_vwehf_1:hover{box-shadow:0 4px 12px #00000014;border-color:#7376e199;transform:translateY(-2px)}._exampleText_vwehf_36{margin:0;font-size:.9375rem;padding:.875rem 1rem;line-height:1.5;color:var(--example-text-color)}._examplesNavList_vwehf_1 li{display:none}._examplesNavList_vwehf_1 li:nth-of-type(1),._examplesNavList_vwehf_1 li:nth-of-type(2),._examplesNavList_vwehf_1 li:nth-of-type(3){display:block}@media only screen and (min-width:600px){._examplesNavList_vwehf_1{flex-direction:row;flex-wrap:nowrap}._examplesNavList_vwehf_1 li{flex:1 1 0;min-width:0}._examplesNavList_vwehf_1 li:nth-of-type(1),._examplesNavList_vwehf_1 li:nth-of-type(2),._examplesNavList_vwehf_1 li:nth-of-type(3){display:flex}}@media only screen and (min-width:992px){._examplesNavList_vwehf_1{gap:1rem}._exampleText_vwehf_36{font-size:1rem;padding:1.25rem 1.5rem}}._container_vx54x_1{display:flex;justify-content:flex-end;margin-bottom:1.25em;max-width:80%;margin-left:auto}._message_vx54x_9{padding:1.25em;background:var(--followup-bg);border-radius:.75em;box-shadow:0 2px 8px #0000000f,0 0 1px #00000014;outline:transparent solid .0625em}._downloadButton_2t7ea_1{position:relative;float:right}._markdownViewer_2t7ea_6{border-radius:.5em;box-shadow:#0000000d 0 0 0 .0625em,#0000001a 0 .125em .1875em;background-color:#fff;margin:1.25em 0}._loading_2t7ea_15{padding:6.25em;height:100vh;background-color:#fff}._error_2t7ea_21{height:100vh;background-color:#fff}._markdown_2t7ea_6{padding:1.875em}table{border-collapse:collapse}th,td{border:.0625em solid #ddd;padding:.5em}tr:nth-child(2n){background-color:#f6f8fa}code{display:block;font-family:monospace;padding:.625em;background-color:#f6f8fa}._supportingContentNavList_6d50z_1{list-style:none;padding-left:.3125em;display:flex;flex-direction:column;gap:.625em}._supportingContentItem_6d50z_9{word-break:break-word;background:var(--supporting-content-item-bg);border-radius:.5em;box-shadow:#0000000d 0 0 0 .0625em,#0000001a 0 .125em .1875em;outline:transparent solid .0625em;display:flex;flex-direction:column;padding:1.25em}._supportingContentItemHeader_6d50z_22{margin:0}._supportingContentItemText_6d50z_26{margin-bottom:0;font-weight:300}._supportingContentItemImage_6d50z_31{object-fit:contain;max-width:100%;height:auto;display:block;margin:0 auto}.dark-mode ._supportingContentItemText_6d50z_26 table tr:nth-child(2n){background-color:#383838!important}._thoughtProcess_ei9sm_1{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;word-wrap:break-word;padding-top:.75em;padding-bottom:.75em}._tList_ei9sm_8{padding:1.25em 1.25em 0;display:block;background:var(--tlist-bg);width:100%;box-sizing:border-box;overflow-wrap:anywhere}._tListItem_ei9sm_17{list-style:none;margin:auto auto auto 1.25em;min-height:3.125em;border-left:.0625em solid var(--tlist-accent);padding:0 0 1.875em 1.875em;position:relative}._tListItem_ei9sm_17:last-child{border-left:0}._tListItem_ei9sm_17:before{position:absolute;left:-18px;top:-5px;content:" ";border:8px solid var(--tlist-dot-bg);border-radius:500%;background:var(--tlist-accent);height:20px;width:20px}._tStep_ei9sm_43{color:var(--step-color);position:relative;font-size:.875em;margin-bottom:.5em}._tCodeBlock_ei9sm_50{max-height:18.75em;overflow:auto;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;width:100%;box-sizing:border-box}._tPropRow_ei9sm_60{flex-wrap:wrap;gap:5px;max-width:100%;margin-bottom:.5em}._tProp_ei9sm_60{display:inline-block;background-color:var(--tprop-bg);font-size:.95em;padding:.1875em .625em;border-radius:.625em;margin-bottom:.3em;word-break:break-word;white-space:normal;overflow-wrap:anywhere}._citationImg_ei9sm_79{height:28.125rem;max-width:100%;object-fit:contain}._header_ei9sm_85{color:#123bb6;position:relative;font-size:.875em;margin-bottom:.5em}._reasoningEffort_ei9sm_92{font-size:14px;margin-bottom:8px}._tokenUsageGraph_ei9sm_97{padding:6px;width:100%;box-sizing:border-box}._tokenBar_ei9sm_103{min-height:28px;height:auto;margin-bottom:8px;padding:6px 12px;font-size:inherit;display:flex;flex-wrap:wrap;align-items:center;background-color:var(--tokenbar-bg);white-space:normal;overflow:hidden;word-break:break-word;overflow-wrap:anywhere;min-width:0;box-sizing:border-box}._tokenLabel_ei9sm_122{font-size:inherit;padding-right:4px;flex:1 1 auto;word-break:break-word;overflow-wrap:anywhere}._primaryBarContainer_ei9sm_130{width:100%;display:flex;gap:8px;padding:4px 0;flex-wrap:nowrap}._primaryBarContainer_ei9sm_130 ._tokenBar_ei9sm_103{margin-bottom:0}._promptBar_ei9sm_142{background-color:#a82424;color:#fff}._reasoningBar_ei9sm_147{background-color:#265e29;color:#fff}._outputBar_ei9sm_152{background-color:#12579b;color:#fff;min-width:120px}._totalBar_ei9sm_158{background-color:#424242;color:#fff}._secondaryTotalBar_ei9sm_163{background-color:#6d6d6d;color:#fff}._segmentWrapper_ei9sm_168{margin-top:16px;padding-top:4px}._segmentWrapperFirst_ei9sm_173{margin-top:0}._standaloneTotalBar_ei9sm_177{margin-top:10px}._groupedTotalBar_ei9sm_181{margin-top:2px}._subqueriesTable_ei9sm_185,._subqueriesTable_ei9sm_185 th,._subqueriesTable_ei9sm_185 td,._subqueriesTable_ei9sm_185 tr{background:var(--subqueries-table-bg)}._iterationSection_ei9sm_192{margin-top:1.5em}._iterationSection_ei9sm_192:first-of-type{margin-top:0}._stepHeaderCell_ei9sm_200{display:flex;flex-direction:column;align-items:flex-start;gap:.25em}._stepNumberText_ei9sm_207{font-weight:600;color:#123bb6}._stepLabel_ei9sm_212{font-weight:600}._stepCitations_ei9sm_216{margin-top:.75em;display:flex;flex-direction:column;gap:.375em}._stepResults_ei9sm_223{margin-top:.5em;margin-bottom:.5em;display:flex;flex-direction:column;gap:.25em}._noResults_ei9sm_231{margin-top:.5em;font-size:.85em;color:var(--no-results-color);font-style:italic}._stepResult_ei9sm_223{display:inline-block;font-size:.85em;word-break:break-word;overflow-wrap:anywhere}._stepResult_ei9sm_223 a{font-weight:500;line-height:1.5em;text-align:center;border-radius:.25em;padding:0 .5em;background:var(--step-result-bg);color:var(--step-result-color);text-decoration:none;cursor:pointer;display:inline-block}._stepResult_ei9sm_223 a:hover{text-decoration:underline}._stepCitationEntry_ei9sm_262{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.25em;white-space:normal;word-break:break-word;overflow-wrap:anywhere;max-width:100%}._stepCitationEntry_ei9sm_262 a{white-space:normal;word-break:break-word;overflow-wrap:anywhere;text-align:left;max-width:100%}._historyItem_15x73_1{display:flex;align-items:center;justify-content:space-between;padding:4px 8px;border-radius:6px;transition:background-color .2s}._historyItem_15x73_1:hover{background-color:var(--history-item-hover-bg)}._historyItemButton_15x73_14{flex-grow:1;text-align:left;padding:0;margin-right:4px;background:none;border:none;cursor:pointer}._historyItemTitle_15x73_24{font-size:1rem;color:var(--history-item-title-color)}._deleteIcon_15x73_29{width:20px;height:20px}._deleteButton_15x73_34{opacity:0;transition:opacity .2s;background:none;border:none;cursor:pointer;padding:4px;border-radius:9999px;color:#6b7280}._historyItem_15x73_1:hover ._deleteButton_15x73_34,._deleteButton_15x73_34:focus{opacity:1}._deleteButton_15x73_34:hover{color:#111827}._modalOverlay_15x73_54{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:50}._modalContent_15x73_67{background-color:#fff;padding:24px;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;max-width:400px;width:100%}.dark-mode ._modalContent_15x73_67{background-color:#2d2d2d}._modalTitle_15x73_83{font-size:20px;font-weight:600;margin-top:0;margin-bottom:16px}._modalDescription_15x73_90{margin-top:0;margin-bottom:16px}._modalActions_15x73_95{display:flex;justify-content:flex-end;gap:16px}._modalCancelButton_15x73_101,._modalConfirmButton_15x73_102{padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer}._modalCancelButton_15x73_101{background-color:#f3f4f6;color:#374151}._modalConfirmButton_15x73_102{background-color:#ef4444;color:#fff}._modalCancelButton_15x73_101:hover{background-color:#e5e7eb}._modalConfirmButton_15x73_102:hover{background-color:#dc2626}._group_1n5cw_1{margin-top:1rem}._groupLabel_1n5cw_4{font-size:.9rem;font-weight:700;margin-top:.5rem;margin-bottom:.2rem}._footer_1n5cw_11{display:flex;justify-content:space-between}._container_286vi_1{display:flex;align-items:center;gap:.375em;cursor:pointer;padding:.5rem}._container_1x0m0_1{display:flex;align-items:center}._container_286vi_1,._container_11shd_1{display:flex;align-items:center;gap:.375em;cursor:pointer;padding:.5rem}._callout_11shd_9{padding:1em;min-height:6.25em}._list_11shd_14{display:flex;justify-content:center;align-items:center}._item_11shd_20{width:15.625em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.75em}._languagePicker_1nh0d_1{display:flex;justify-content:center;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:.5rem;border:1px solid #e0e0e0;background:#fff;cursor:pointer;width:fit-content;transition:border-color .2s ease,box-shadow .2s ease}._languagePicker_1nh0d_1:hover{box-shadow:0 2px 8px #00000014;border-color:#7376e199}._languagePickerIcon_1nh0d_22{flex-shrink:0;color:#616161}._container_1aw54_1{margin-top:.625em}._fieldset_1aw54_5{border:none;padding:0}._legend_1aw54_10{font-size:14px;margin-bottom:5px;padding:0}._settingsField_1aw54_16{display:flex;flex-direction:column;gap:.25rem;margin-top:.75rem}._settingsSeparator_ic6sp_1{margin-top:.75rem}._settingsField_ic6sp_5{display:flex;flex-direction:column;gap:.25rem;margin-top:.75rem}._settingsCheckbox_ic6sp_12{display:flex;align-items:center;margin-top:.75rem;margin-left:-.25rem}._option-slider_ic6sp_19{width:100%;max-width:400px;margin:20px auto;position:relative;user-select:none}._slider-track_ic6sp_27{width:100%;height:40px;background:#e0e0e0;border-radius:20px;position:relative}._slider-thumb_ic6sp_35{position:absolute;top:0;width:33.33%;height:40px;background:#0078d4;border-radius:20px;color:#fff;text-align:center;line-height:40px;transition:left .3s ease;cursor:pointer}._slider-options_ic6sp_49{display:flex;justify-content:space-between;position:absolute;top:0;width:100%;height:40px}._slider-option_ic6sp_49{width:33.33%;text-align:center;line-height:40px;color:#333;cursor:pointer}._slider-option_ic6sp_49._active_ic6sp_66{font-weight:700;color:#fff}._fieldset_ic6sp_71{border:none;padding:0}._legend_ic6sp_76{font-size:14px;margin-bottom:5px;padding:0}._layout_1fpm3_1{display:flex;flex-direction:column;height:100%}._main_1fpm3_7{display:flex;flex:1;min-height:0}._header_1fpm3_13{background-color:#222;color:#f2f2f2}._headerContainer_1fpm3_18{display:flex;align-items:center;justify-content:space-between;padding-left:1rem;padding-right:1rem;position:relative}._headerTitleContainer_1fpm3_27{display:flex;align-items:center;color:#f2f2f2;text-decoration:none}._headerLogo_1fpm3_34{height:2rem;width:auto}._headerTitle_1fpm3_27{margin-left:.5rem;font-weight:600}._headerNavList_1fpm3_44{z-index:100;display:none;flex-direction:column;background-color:#222;position:absolute;top:2.7rem;right:0;width:auto;list-style:none;padding:1.1rem;align-items:flex-end}._headerNavList_1fpm3_44._show_1fpm3_58{display:flex}._headerNavPageLink_1fpm3_62{padding:1rem;border-bottom:1px solid #333;text-align:right;color:#f2f2f2;text-decoration:none;opacity:.75;transition-timing-function:cubic-bezier(.16,1,.3,1);transition-duration:.5s;transition-property:opacity;font-size:1.2rem}._headerNavPageLink_1fpm3_62:hover{opacity:1}._headerNavPageLinkActive_1fpm3_79{color:#f2f2f2;text-decoration:none;font-size:1.2rem;text-align:right;padding:1rem}._headerNavLeftMargin_1fpm3_87{display:none}._menuToggle_1fpm3_91{display:block;background:none;border:none;color:#f2f2f2;font-size:1.5rem;cursor:pointer;z-index:101}._loginMenuContainer_1fpm3_101{display:flex;align-items:center;gap:0}@media(min-width:992px){._headerTitle_1fpm3_27{font-weight:600}._headerNavList_1fpm3_44{display:flex;flex-direction:row;list-style:none;padding:0;position:static;width:auto}._headerNavPageLink_1fpm3_62{border-bottom:none;padding:0;display:block}._headerNavPageLink_1fpm3_62:hover{opacity:1}._headerNavPageLinkActive_1fpm3_79{color:#f2f2f2;text-decoration:none}._headerNavLeftMargin_1fpm3_87{margin-left:1.25rem;display:block}._headerRightText_1fpm3_141{font-weight:400;display:inline-block;vertical-align:middle}._menuToggle_1fpm3_91{display:none}}._loginButton_9wb7v_1{border-radius:.3125em;font-weight:100;margin:0;padding:.5rem 1rem}
