.input_with_label_wrapper{display:flex;flex-direction:column;align-items:flex-start;padding:.5rem 0}@media screen and (max-width:768px){.input_with_label_wrapper{width:100%;padding:0}}.input_with_label_wrapper .required{color:red;font-size:.8em;padding-left:.5rem}.input_with_label_wrapper input{width:-webkit-fill-available}.input_with_label_wrapper input:user-invalid{border-color:red}@media screen and (max-width:768px){.input_with_label_wrapper input{width:100%}}.textarea_with_label_wrapper{display:flex;flex-direction:column;align-items:flex-start;padding:.5rem 0}@media screen and (max-width:768px){.textarea_with_label_wrapper{width:100%;padding:0}}.textarea_with_label_wrapper .required{color:red;font-size:.8em;padding-left:.5rem}.textarea_with_label_wrapper textarea{width:-webkit-fill-available}.textarea_with_label_wrapper textarea:user-invalid{border-color:red}@media screen and (max-width:768px){.textarea_with_label_wrapper textarea{width:100%}}.info-card{display:flex;background-color:#fff;border-radius:12px;box-shadow:0 4px 10px #00000014;overflow:hidden;border:1px solid gray;max-width:768px;margin:24px auto;transition:transform .3s ease,box-shadow .3s ease}.info-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}.info-card-image{height:160px;width:160px;object-fit:cover;flex-shrink:0}.info-card-content{padding:16px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.info-card-title{font-size:1.25rem;font-weight:600;margin-bottom:8px;color:#00f}.info-card-description{font-size:.875rem;color:#333}.info-card-footer{margin-top:16px;align-items:right}.info-card-button{background-color:#00f;color:#fff;padding:8px 16px;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.info-card-button:hover{background-color:#00008b}@media(max-width:640px){.info-card{flex-direction:column;text-align:center}.info-card-image{width:100%;height:auto}.info-card-content{padding:12px}.info-card-footer{text-align:center;margin-top:20px}}.center_form{display:flex;justify-content:center;align-items:center;height:100vh}.center_form_error{color:red;margin-bottom:1rem}.print_cta{border:none;background:#0000;cursor:pointer}.select_with_label_wrapper{display:flex;flex-direction:column;align-items:flex-start;padding:.5rem 0}@media screen and (max-width:768px){.select_with_label_wrapper{width:100%;padding:0}}.select_with_label_wrapper .required{color:red;font-size:.8em;padding-left:.5rem}.select_with_label_wrapper select{width:-webkit-fill-available}.select_with_label_wrapper select:disabled{cursor:not-allowed}.select_with_label_wrapper select:user-invalid{border-color:red}@media screen and (max-width:768px){.select_with_label_wrapper select{width:100%}}@keyframes modalIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes modalOut{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.95) translateY(10px)}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes overlayFadeOut{0%{opacity:1}to{opacity:0}}.modal .overlayStyle{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;z-index:9999;padding:20px}.modal .modalStyle{width:500px;max-width:100%;box-sizing:border-box;background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #00000040;overflow:hidden;animation:fadeInScale .2s ease-out;display:flex;flex-direction:column}@media(max-width:768px){.modal .overlayStyle{padding:0;align-items:stretch;justify-content:stretch}.modal .modalStyle{width:100%;height:100%;max-width:100%;max-height:100%;margin:0;border-radius:0;box-shadow:none}}.modal .headerStyle{padding:14px 16px;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:600;flex-shrink:0}.modal .bodyStyle{padding:16px;font-size:14px;color:#333;box-sizing:border-box;flex:1;min-height:0;overflow-y:auto}.modal .closeButtonStyle{border:none;background:#0000;font-size:18px;cursor:pointer;padding:4px 8px;border-radius:6px;line-height:1}.modal .closeButtonStyle:hover{background-color:#f2f2f2}.modal .footerStyle{padding:8px 12px;border-top:1px solid #eee;display:flex;justify-content:flex-end;gap:8px;flex-shrink:0}p,label,h1,h2,h3,h4,h5,h6{margin:0}h1,h2,h3,h4,h5,h6,p,label,li,span{color:#1e1e1e}@media(prefers-color-scheme:dark){h1,h2,h3,h4,h5,h6,p,label,li,span{color:#fff}}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[role=button]:focus-visible,[tabindex]:focus-visible:not([tabindex="-1"]){outline:3px solid #1b3d2f;outline-offset:2px}:root{--font-stack: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif}body{margin:0;font-family:var(--font-stack);color:#1b3d2f;background-color:#f5f5f5;width:99vw}@media(prefers-color-scheme:dark){body{background-color:#1e2021;color:#fff}}h1{margin:.2rem 0}.error{color:#a40000}.success{color:green}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media print{.no-print{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}input,textarea{padding:.5rem;border-radius:.375rem;background-color:#fff;color:#1e1e1e;border:1px solid #1e1e1e;margin-top:.25rem}@media(prefers-color-scheme:dark){input,textarea{background-color:#1b3d2f;color:#fff;border:1px solid #ffffff}}input[type=checkbox]{width:1rem;height:1rem;vertical-align:middle;margin-right:.5rem;cursor:pointer}button{background:#1b3d2f;color:#fff;padding:1rem 2rem;font-size:1rem;border:1px solid #ffffff;border-radius:.5rem;cursor:pointer;transition:ease-in-out .3s}button.danger{color:#a40000;border:#ff7171;background-color:#ffd7d7;cursor:pointer;font-weight:700}button.danger:hover{background-color:#ffa4a4}button.active,button:hover{background-color:#0b1a14}button:disabled{cursor:not-allowed;opacity:.6}@media screen and (max-width:768px){button{padding:.75rem 1rem}}a{text-decoration:underline;font-size:large;color:#00695c}@media(prefers-color-scheme:dark){a{color:#fff}}a:hover{color:#00362f}@media(prefers-color-scheme:dark){a:hover{color:#fff}}select{padding:.5rem;border-radius:.375rem;background-color:#fff;color:#1e1e1e;border:1px solid #1e1e1e;margin-top:.25rem;width:100%}@media(prefers-color-scheme:dark){select{background-color:#1b3d2f;color:#fff;border:1px solid #ffffff}}select option{background-color:#fff;color:#1e1e1e}@media(prefers-color-scheme:dark){select option{background-color:#1b3d2f;color:#fff}}select option:checked{background-color:#1b3d2f;color:#fff}@media(prefers-color-scheme:dark){select option:checked{background-color:#1e2021;color:#fff}}select option:hover{background-color:#00bfa6!important;color:#fff}textarea{min-height:100px;color:#1e1e1e}@media(prefers-color-scheme:dark){textarea{color:#fff}}.slide_out{color:#fff;background-color:#fff!important}@media(prefers-color-scheme:dark){.slide_out{background:#1e2021!important;color:#fff!important}}.slide_out .header{border-bottom:1px solid rgb(204,204,204)}.slide_out .header .close_btn{fill:#1e1e1e}@media(prefers-color-scheme:dark){.slide_out .header .close_btn{fill:#fff}}.slide_out .content_wrapper .content{height:calc(85vh - 2.75rem)!important}@media(max-width:768px){.modal .modalStyle{width:100%!important;margin:0 10px}}.modal .modalStyle .headerStyle button.closeButtonStyle{color:#1b3d2f;font-weight:700}@media(prefers-color-scheme:dark){.modal .modalStyle .headerStyle button.closeButtonStyle{color:#fff}}@media(prefers-color-scheme:dark){.modal .modalStyle{background:#1e1e1e}}.modal .bodyStyle{max-height:80vh}@media(max-width:768px){.modal .bodyStyle{max-height:100vh!important;height:89vh!important;width:100%!important}}.modal .bodyStyle::-webkit-scrollbar{background:transparent}@media(prefers-color-scheme:dark){.modal .bodyStyle::-webkit-scrollbar{background:#1e1e1e}}.modal .bodyStyle::-webkit-scrollbar-track{background:transparent}@media(prefers-color-scheme:dark){.modal .bodyStyle::-webkit-scrollbar-track{background:#1e1e1e}}.modal .bodyStyle::-webkit-scrollbar-thumb{background-color:#1b3d2f;border-radius:12px}@media(prefers-color-scheme:dark){.modal .bodyStyle::-webkit-scrollbar-thumb{background:#00bfa6}}.modal .bodyStyle::-webkit-scrollbar-corner{background-color:#1b3d2f;color:#fff}@media(prefers-color-scheme:dark){.modal .bodyStyle::-webkit-scrollbar-corner{background:#00bfa6;color:#1e1e1e}}._reviewPage_izemz_1{padding:24px}._reviewPage_izemz_1 ._actionButton_izemz_4{padding:6px 8px;font-size:12px;border-radius:8px;cursor:pointer}._reviewPage_izemz_1 ._actionButtonDanger_izemz_10{padding:6px 8px;font-size:12px;color:#a40000;border:#ff7171;background-color:#ffd7d7;cursor:pointer;font-weight:700}._reviewPage_izemz_1 ._actionButtonDanger_izemz_10:hover{background-color:#ffa4a4}._reviewPage_izemz_1 ._reviewHeader_izemz_22{display:flex;justify-content:space-between;margin-bottom:24px}._reviewPage_izemz_1 ._reviewHeader_izemz_22 ._reviewActions_izemz_27{display:flex;gap:8px}._reviewPage_izemz_1 ._reviewHeader_izemz_22 ._reviewName_izemz_31{margin:0}._reviewPage_izemz_1 ._reviewHeader_izemz_22 ._companyName_izemz_34{font-size:14px;margin-top:2px;color:#00695c}@media(prefers-color-scheme:dark){._reviewPage_izemz_1 ._reviewHeader_izemz_22 ._companyName_izemz_34{color:#00b59f}}._reviewPage_izemz_1 ._reviewHeader_izemz_22 ._reviewMeta_izemz_44{color:#666;font-size:13px}._reviewPage_izemz_1 ._reviewGrid_izemz_48{display:grid;grid-template-columns:2fr 1fr;gap:24px}@media(max-width:768px){._reviewPage_izemz_1 ._reviewGrid_izemz_48{grid-template-columns:1fr}}._reviewPage_izemz_1 ._reviewGrid_izemz_48 ._panel_izemz_58{background-color:#c2c2c2;border-radius:16px;padding:16px;margin-bottom:16px}@media(prefers-color-scheme:dark){._reviewPage_izemz_1 ._reviewGrid_izemz_48 ._panel_izemz_58{background-color:#2a3a35}}._reviewPage_izemz_1 ._reviewGrid_izemz_48 ._panel_row_izemz_69{display:flex;justify-content:space-between;align-items:center}._reviewPage_izemz_1 ._reviewGrid_izemz_48 ._panel_row_izemz_69 button{font-size:.75rem;padding:.25rem .5rem}._reviewPage_izemz_1 ._reviewGrid_izemz_48 ._panel_izemz_58 ._panelTitle_izemz_78{margin-bottom:8px}._reviewPage_izemz_1 ._reviewGrid_izemz_48 ._panel_izemz_58 ._panelRow_izemz_81{margin-bottom:6px}._reviewPage_izemz_1 ._reviewGrid_izemz_48 ._emptyState_izemz_84{font-size:13px;color:#777}._service_item_row_c6cff_1{display:flex;justify-content:space-between}._service_item_row_c6cff_1 p{color:#1e2021}@media(prefers-color-scheme:dark){._service_item_row_c6cff_1 p{color:#fff}}._service_item_row_c6cff_1:hover{background-color:#002621}._service_item_row_c6cff_1:hover p{color:#fff}._service_item_row_c6cff_1 ._row_trigger_c6cff_19:hover{cursor:pointer}._job_details_1hb0d_1 h2{text-decoration:underline;margin-bottom:1rem;margin-top:3rem}._job_details_1hb0d_1 h2:first-of-type{margin-top:0}._job_details_1hb0d_1 h3{margin-top:1rem}._job_details_1hb0d_1 a{text-decoration:underline;color:#00695c}@media(prefers-color-scheme:dark){._job_details_1hb0d_1 a{color:#fff}}._job_details_1hb0d_1 a:hover{color:#00362f}@media(prefers-color-scheme:dark){._job_details_1hb0d_1 a:hover{color:#fff}}._job_details_1hb0d_1 ._pesticide_used_section_1hb0d_29{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgb(70%,70%,70%)}@media(prefers-color-scheme:dark){._job_details_1hb0d_1 ._pesticide_used_section_1hb0d_29{border-bottom:1px solid #ffffff}}._map_link_1hb0d_40{margin-bottom:1rem}._completion_1hb0d_44{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem}._completion_toggle_1hb0d_51{display:flex;align-items:center;gap:.5rem;cursor:pointer}._completion_toggle_1hb0d_51 input{width:1.1rem;height:1.1rem}._primary_action_1hb0d_62{align-self:flex-start;background:#1b3d2f;color:#fff;border:none;border-radius:.35rem;padding:.5rem 1.1rem;cursor:pointer}._primary_action_1hb0d_62:focus-visible{outline:2px solid #1b3d2f;outline-offset:2px}._error_message_1hb0d_76{color:#a40000;font-weight:600}._group_1he46_1{border:1px solid #1b3d2f;border-radius:.5rem;padding:.5rem .75rem .75rem;margin:0 0 1rem}._legend_1he46_8{font-weight:600;padding:0 .25rem}._options_1he46_13{display:flex;flex-wrap:wrap;gap:.35rem 1.25rem}._option_1he46_13{display:flex;align-items:center;gap:.4rem;cursor:pointer}._option_1he46_13 input:focus-visible{outline:2px solid #1b3d2f;outline-offset:2px}._other_1he46_30{margin-top:.6rem;display:flex;flex-direction:column;gap:.25rem}._other_1he46_30 input:focus-visible{outline:2px solid #1b3d2f;outline-offset:2px}._record_6zxke_1{display:flex;flex-direction:column;gap:1.25rem}._section_6zxke_7{border:1px solid #1b3d2f;border-radius:.5rem;padding:.75rem 1rem 1rem}._section_header_6zxke_13{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}._section_title_6zxke_21{margin:0;font-size:1.1rem;color:#1b3d2f}._toggle_6zxke_27{flex:0 0 auto;background:transparent;border:1px solid #1b3d2f;color:#1b3d2f;border-radius:.35rem;padding:.2rem .6rem;cursor:pointer;font-size:.85rem}._toggle_6zxke_27:focus-visible{outline:2px solid #1b3d2f;outline-offset:2px}._fields_6zxke_42{display:flex;flex-direction:column;gap:.75rem}._field_6zxke_42{display:flex;flex-direction:column;gap:.15rem}._field_label_6zxke_54{font-weight:600;color:#1b3d2f;font-size:.85rem}._field_value_6zxke_60{color:#1e1e1e}._field_value_multiline_6zxke_64{color:#1e1e1e;white-space:pre-wrap}._chemical_list_6zxke_69{display:flex;flex-direction:column;gap:1rem}._chemical_edit_row_6zxke_75,._chemical_block_6zxke_76{border:1px solid #00695c;border-radius:.4rem;padding:.6rem .75rem .75rem;display:flex;flex-direction:column;gap:.5rem}._chemical_block_title_6zxke_85{font-weight:700;color:#1b3d2f}._no_chemicals_6zxke_90{color:#1e1e1e;font-style:italic;margin:0}._add_chemical_6zxke_96{align-self:flex-start;background:#1b3d2f;color:#fff;border:none;border-radius:.35rem;padding:.4rem .9rem;cursor:pointer}._add_chemical_6zxke_96:focus-visible{outline:2px solid #1b3d2f;outline-offset:2px}._remove_chemical_6zxke_110{align-self:flex-start;background:transparent;border:1px solid #a40000;color:#a40000;border-radius:.35rem;padding:.3rem .7rem;cursor:pointer;font-size:.85rem}._remove_chemical_6zxke_110:focus-visible{outline:2px solid #1b3d2f;outline-offset:2px}._record_print_6zxke_125{gap:.6rem}._record_print_6zxke_125 ._section_6zxke_7{border-color:#1e1e1e;padding:.4rem .5rem;break-inside:auto;page-break-inside:auto}._record_print_6zxke_125 ._chemical_edit_row_6zxke_75,._record_print_6zxke_125 ._chemical_block_6zxke_76{border-color:#1e1e1e;break-inside:avoid}._spin_1hh81_1{display:block;width:40px;height:40px;margin:auto;border:3px solid transparent;border-radius:50%;border-top-color:#00bfa6;animation:_spin_1hh81_1 1s ease infinite}@keyframes _spin_1hh81_1{to{transform:rotate(360deg)}}._add_job_page_1aovv_1{padding:2rem;background:transparent}@media(prefers-color-scheme:dark){._add_job_page_1aovv_1{background:#1e2021}}._add_job_page_1aovv_1 ._header_1aovv_10{margin-bottom:1.5rem}._add_job_page_1aovv_1 ._header_1aovv_10 ._title_1aovv_13{font-size:1.75rem;font-weight:700}._add_job_page_1aovv_1 ._successMsg_1aovv_17{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}._add_job_page_1aovv_1 ._form_1aovv_23{display:flex;flex-direction:column;max-width:500px;padding:1.5rem;border-radius:.75rem;background:#dbdbdb}@media(prefers-color-scheme:dark){._add_job_page_1aovv_1 ._form_1aovv_23{background:#1e1e1e}}._add_job_page_1aovv_1 ._form_1aovv_23 ._label_1aovv_36{display:flex;flex-direction:column}._add_job_page_1aovv_1 ._form_1aovv_23 ._label_1aovv_36 ._select_1aovv_40,._add_job_page_1aovv_1 ._form_1aovv_23 ._input_1aovv_46{margin-top:.5rem;padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem}._add_job_page_1aovv_1 ._form_1aovv_23 ._textarea_1aovv_52{margin-top:.5rem;padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem;min-height:100px;resize:vertical}._add_job_page_1aovv_1 ._form_1aovv_23 button{margin-top:2rem}._dialog_1ona2_1{padding:0;border:none;border-radius:.75rem;background:#fff;color:#1b3d2f;max-width:calc(100vw - 2rem);box-shadow:0 10px 40px #0000004d}@media(prefers-color-scheme:dark){._dialog_1ona2_1{background:#1e1e1e;color:#fff}}._dialog_1ona2_1::backdrop{background:#00000080}._dialog_1ona2_1._noOverlay_1ona2_19::backdrop{background:transparent}@media(max-width:768px){._dialog_1ona2_1{width:100%!important;max-width:100%;margin:0}}._content_1ona2_30{display:flex;flex-direction:column;overflow:hidden}._header_1ona2_36{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.25rem 0}._title_1ona2_44{margin:0;font-size:1.25rem}._close_1ona2_49{background:transparent;border:none;color:inherit;font-size:1.5rem;line-height:1;padding:.25rem .5rem;cursor:pointer;border-radius:.375rem}._close_1ona2_49:hover{background:#00000014}@media(prefers-color-scheme:dark){._close_1ona2_49:hover{background:#ffffff1f}}._body_1ona2_68{padding:1rem 1.25rem;overflow-y:auto}._footer_1ona2_73{padding:0 1.25rem 1rem}._delete_client_body_1jf9f_1 p{color:#1e2021}@media(prefers-color-scheme:dark){._delete_client_body_1jf9f_1 p{color:#fff}}._delete_client_body_1jf9f_1 p:first-child{padding-top:1rem}._delete_client_footer_1jf9f_13{display:flex;justify-content:space-between;padding-top:1rem}._reviewPage_1cn8i_1{padding:24px}._reviewPage_1cn8i_1 ._reviewHeader_1cn8i_4{display:flex;justify-content:space-between;margin-bottom:24px}._reviewPage_1cn8i_1 ._reviewHeader_1cn8i_4 ._reviewActions_1cn8i_9{display:flex;gap:8px}._reviewPage_1cn8i_1 ._reviewHeader_1cn8i_4 ._reviewName_1cn8i_13{margin:0}._reviewPage_1cn8i_1 ._reviewGrid_1cn8i_16{display:grid;grid-template-columns:2fr 1fr;gap:24px}@media(max-width:768px){._reviewPage_1cn8i_1 ._reviewGrid_1cn8i_16{grid-template-columns:1fr}}._reviewPage_1cn8i_1 ._reviewGrid_1cn8i_16 ._panel_1cn8i_26{background-color:#c2c2c2;border-radius:16px;padding:16px;margin-bottom:16px}@media(prefers-color-scheme:dark){._reviewPage_1cn8i_1 ._reviewGrid_1cn8i_16 ._panel_1cn8i_26{background-color:#2a3a35}}._reviewPage_1cn8i_1 ._reviewGrid_1cn8i_16 ._panel_1cn8i_26 ._panelTitle_1cn8i_37{margin-bottom:8px}._reviewPage_1cn8i_1 ._reviewGrid_1cn8i_16 ._panel_1cn8i_26 ._panelRow_1cn8i_40{margin-bottom:6px}._reviewPage_1cn8i_1 ._reviewGrid_1cn8i_16 ._emptyState_1cn8i_43{font-size:13px}._center_text_1fste_1{text-align:center;margin-top:1rem}._center_text_1fste_1 h1{color:#1b3d2f;font-size:2rem}@media(prefers-color-scheme:dark){._center_text_1fste_1 h1{color:#fff}}@media(max-width:768px){._center_text_1fste_1 h1{font-size:1.5rem}}._center_text_1fste_1 p{font-size:1.25rem}@media(max-width:768px){._center_text_1fste_1 p{font-size:1rem}}._buzzguard_font_1fste_28{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#000;background-color:#f5f5f5;padding-bottom:2rem}@media(prefers-color-scheme:dark){._buzzguard_font_1fste_28{background-color:#1e2021;color:#fff}}._buzzguard_hero_1fste_41{background-color:#fff;text-align:center;padding:4rem 2rem;box-shadow:0 2px 8px #0000001a}@media(prefers-color-scheme:dark){._buzzguard_hero_1fste_41{background-color:#1b3d2f;color:#fff}}@media(max-width:768px){._buzzguard_hero_1fste_41{padding:2rem 1rem}}@media(max-width:480px){._buzzguard_hero_1fste_41{padding:1.5rem .75rem}}._buzzguard_hero_1fste_41 h1{font-size:2.5rem;color:#1b3d2f;margin-bottom:1rem}@media(prefers-color-scheme:dark){._buzzguard_hero_1fste_41 h1{color:#fff}}@media(max-width:768px){._buzzguard_hero_1fste_41 h1{font-size:1.75rem}}@media(max-width:480px){._buzzguard_hero_1fste_41 h1{font-size:1.35rem;margin-bottom:.5rem}}._buzzguard_hero_1fste_41 p{font-size:1.25rem;max-width:600px;margin:0 auto}@media(max-width:768px){._buzzguard_hero_1fste_41 p{font-size:1rem}}@media(max-width:480px){._buzzguard_hero_1fste_41 p{font-size:.9rem}}._buzzguard_section_1fste_100{padding:3rem 1.5rem;max-width:900px;margin:0 auto}@media(max-width:768px){._buzzguard_section_1fste_100{padding:2rem 1rem}}@media(max-width:480px){._buzzguard_section_1fste_100{padding:1.5rem .75rem}}._buzzguard_section_1fste_100 h2{font-size:2rem;margin-bottom:1.5rem;color:#1b3d2f}@media(prefers-color-scheme:dark){._buzzguard_section_1fste_100 h2{color:#fff}}@media(max-width:768px){._buzzguard_section_1fste_100 h2{font-size:1.5rem;margin-bottom:1rem}}@media(max-width:480px){._buzzguard_section_1fste_100 h2{font-size:1.25rem;margin-bottom:.75rem}}._buzzguard_section_1fste_100 h3{margin-top:1rem;font-size:1.1rem}@media(max-width:768px){._buzzguard_section_1fste_100 h3{font-size:1rem;margin-top:.75rem}}@media(max-width:480px){._buzzguard_section_1fste_100 h3{font-size:.95rem}}._buzzguard_section_1fste_100 h4{margin-top:.75rem;font-size:1rem}@media(max-width:480px){._buzzguard_section_1fste_100 h4{font-size:.9rem}}._buzzguard_section_1fste_100 ul{list-style:disc inside;line-height:1.75}@media(max-width:768px){._buzzguard_section_1fste_100 ul{line-height:1.5;padding-left:.5rem}}@media(max-width:480px){._buzzguard_section_1fste_100 ul{line-height:1.4;font-size:.9rem}}._buzzguard_section_1fste_100 ul li{margin-bottom:.5rem}@media(max-width:768px){._buzzguard_section_1fste_100 ul li{margin-bottom:.35rem}}._buzzguard_section_1fste_100 ul ul{margin-top:.5rem;margin-left:1rem}@media(max-width:480px){._buzzguard_section_1fste_100 ul ul{margin-left:.75rem}}._buzzguard_section_1fste_100 p{padding-bottom:.5rem;font-size:1rem}@media(max-width:768px){._buzzguard_section_1fste_100 p{font-size:.95rem}}@media(max-width:480px){._buzzguard_section_1fste_100 p{font-size:.9rem;padding-bottom:.35rem}}._buzzguard_section_1fste_100 em{font-style:italic;display:block;margin:1rem 0;padding:.75rem;border-left:3px solid #00bfa6;background-color:#00bfa60d}@media(max-width:480px){._buzzguard_section_1fste_100 em{padding:.5rem;margin:.75rem 0;font-size:.9rem}}@media(prefers-color-scheme:dark){._buzzguard_section_1fste_100 em{background-color:#00bfa61a}}._buzzguard_light_bg_1fste_230{background-color:#00bfa60d}@media(prefers-color-scheme:dark){._buzzguard_light_bg_1fste_230{background-color:#00bfa61a}}._buzzguard_white_bg_1fste_239{background-color:#fff}@media(prefers-color-scheme:dark){._buzzguard_white_bg_1fste_239{background-color:#1b3d2f}}._buzzguard_faq_1fste_248>div{margin-bottom:1.5rem}@media(max-width:768px){._buzzguard_faq_1fste_248>div{margin-bottom:1rem}}@media(max-width:480px){._buzzguard_faq_1fste_248>div{margin-bottom:.75rem}}._buzzguard_faq_1fste_248 h3{font-size:1.25rem;font-weight:600;color:#1b3d2f;margin-bottom:.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-radius:4px;transition:background-color .2s ease}._buzzguard_faq_1fste_248 h3:hover{background-color:#00bfa61a}@media(prefers-color-scheme:dark){._buzzguard_faq_1fste_248 h3{color:#fff}}@media(max-width:768px){._buzzguard_faq_1fste_248 h3{font-size:1.1rem;margin-bottom:.35rem}}@media(max-width:480px){._buzzguard_faq_1fste_248 h3{font-size:1rem;padding:.5rem}}._buzzguard_faq_1fste_248 p{margin:0;color:#000;line-height:1.6}@media(prefers-color-scheme:dark){._buzzguard_faq_1fste_248 p{color:#fff}}@media(max-width:480px){._buzzguard_faq_1fste_248 p{font-size:.9rem;line-height:1.4}}._buzzguard_section_header_1fste_311{cursor:pointer;-webkit-user-select:none;user-select:none;background:none;border:none;padding:0;width:100%;text-align:left;font-size:1.5rem;font-weight:700;color:inherit;margin-bottom:1.5rem;font-family:inherit}@media(max-width:768px){._buzzguard_section_header_1fste_311{margin-bottom:1rem}}@media(max-width:480px){._buzzguard_section_header_1fste_311{margin-bottom:.75rem}}._buzzguard_section_header_1fste_311:hover{opacity:.8}._buzzguard_section_header_1fste_311:focus{outline:2px solid #00bfa6;outline-offset:2px}._collapsible_icon_1fste_343{display:inline-block;transition:transform .2s ease;font-size:.85em;margin-left:.5rem}._hidden_1fste_353{display:none}._toc_1fste_357{background-color:#00bfa614;border-left:4px solid #00bfa6;padding:1.5rem;margin:1.5rem 0;border-radius:4px}@media(max-width:768px){._toc_1fste_357{padding:1rem;margin:1rem 0}}@media(max-width:480px){._toc_1fste_357{padding:.75rem;margin:.75rem 0}}._toc_1fste_357 ul{list-style:none;padding-left:0}._toc_1fste_357 ul li{margin-bottom:.5rem;font-size:.95rem}@media(max-width:480px){._toc_1fste_357 ul li{font-size:.9rem;margin-bottom:.35rem}}._toc_1fste_357 ul li a{color:#00695c;text-decoration:none;transition:color .2s ease}@media(prefers-color-scheme:dark){._toc_1fste_357 ul li a{color:#fff}}._toc_1fste_357 ul li a:hover{text-decoration:underline}._callout_box_1fste_425{background-color:#00bfa61a;border:2px solid #00bfa6;border-radius:6px;padding:1rem;margin:1rem 0}@media(prefers-color-scheme:dark){._callout_box_1fste_425{background-color:#00bfa633}}._buzzguard_cta_1fste_445{background-color:#1b3d2f;color:#fff;text-align:center;padding:3rem 1.5rem}@media(prefers-color-scheme:dark){._buzzguard_cta_1fste_445{background-color:#00bfa6}}@media(max-width:768px){._buzzguard_cta_1fste_445{padding:2rem 1rem}}@media(max-width:480px){._buzzguard_cta_1fste_445{padding:1.5rem .75rem}}._buzzguard_cta_1fste_445 h2{font-size:2rem;margin-bottom:1rem}@media(max-width:768px){._buzzguard_cta_1fste_445 h2{font-size:1.5rem}}@media(max-width:480px){._buzzguard_cta_1fste_445 h2{font-size:1.25rem}}._buzzguard_cta_1fste_445 a{color:#c3f3ff;text-decoration:underline}._quick_reference_1fste_485{background:linear-gradient(135deg,#00bfa6,#00bfa6cc);padding:2rem 1.5rem;color:#fff}@media(prefers-color-scheme:dark){._quick_reference_1fste_485{background:linear-gradient(135deg,#1b3d2f,#1b3d2fe6);color:#fff}}@media(max-width:768px){._quick_reference_1fste_485{padding:1.5rem 1rem}}@media(max-width:480px){._quick_reference_1fste_485{padding:1rem .75rem}}._quick_reference_container_1fste_507{max-width:900px;margin:0 auto}._quick_reference_container_1fste_507 h2{font-size:1.75rem;margin-bottom:1.5rem;text-align:center}@media(max-width:768px){._quick_reference_container_1fste_507 h2{font-size:1.5rem;margin-bottom:1rem}}@media(max-width:480px){._quick_reference_container_1fste_507 h2{font-size:1.25rem;margin-bottom:.75rem}}._quick_ref_grid_1fste_529{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}@media(max-width:768px){._quick_ref_grid_1fste_529{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media(max-width:480px){._quick_ref_grid_1fste_529{grid-template-columns:1fr;gap:.5rem}}._quick_ref_item_1fste_547{background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:8px;padding:1rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(prefers-color-scheme:dark){._quick_ref_item_1fste_547{background:#0003;border-color:#fff3}}@media(max-width:480px){._quick_ref_item_1fste_547{padding:.75rem}}._quick_ref_item_1fste_547 strong{display:block;font-size:1.1rem;margin-bottom:.5rem}@media(max-width:480px){._quick_ref_item_1fste_547 strong{font-size:1rem}}._quick_ref_item_1fste_547 p{margin:0;font-size:.95rem;opacity:.95}@media(max-width:480px){._quick_ref_item_1fste_547 p{font-size:.9rem}}._toc_toggle_1fste_587{display:none;width:100%;background-color:#00bfa6;color:#fff;border:none;padding:1rem;font-size:1rem;cursor:pointer;align-items:center;gap:.5rem;transition:background-color .2s ease;border-radius:4px}@media(prefers-color-scheme:dark){._toc_toggle_1fste_587{background-color:#1b3d2f}}@media(max-width:768px){._toc_toggle_1fste_587{display:flex;justify-content:center}}._toc_toggle_1fste_587:hover{background-color:#00f2d2}._toc_toggle_1fste_587:focus{outline:2px solid #1b3d2f;outline-offset:2px}._toc_toggle_icon_1fste_620{font-size:1.25rem}._toc_1fste_357{background-color:#00bfa614;border-left:4px solid #00bfa6;padding:1.5rem;margin:1.5rem 0;border-radius:4px;max-width:900px;margin-left:auto;margin-right:auto}@media(prefers-color-scheme:dark){._toc_1fste_357{background-color:#00bfa626}}@media(max-width:768px){._toc_1fste_357{position:static;padding:1rem;margin:1rem 0}}@media(max-width:480px){._toc_1fste_357{padding:.75rem;margin:.75rem 0;max-height:0;overflow:hidden;border-radius:0;transition:max-height .3s ease}._toc_1fste_357._toc_open_1fste_655{max-height:500px;overflow-y:auto}}._toc_1fste_357 h3{font-size:1.1rem;margin-bottom:.75rem;color:#1b3d2f}@media(prefers-color-scheme:dark){._toc_1fste_357 h3{color:#fff}}@media(max-width:480px){._toc_1fste_357 h3{font-size:1rem;margin-bottom:.5rem}}._toc_list_1fste_677{list-style:none;padding-left:0;margin:0}._toc_h3_1fste_683{margin-left:1rem}@media(max-width:480px){._toc_h3_1fste_683{margin-left:.75rem}}._toc_link_1fste_692{background:none;border:none;color:#00695c;text-decoration:none;cursor:pointer;font-size:.95rem;padding:.5rem 0;text-align:left;transition:all .2s ease;font-weight:500}@media(prefers-color-scheme:dark){._toc_link_1fste_692{color:#fff}}@media(max-width:480px){._toc_link_1fste_692{font-size:.9rem;padding:.35rem 0}}._toc_link_1fste_692:hover{text-decoration:underline;color:#1b3d2f}._toc_link_1fste_692:focus{outline:1px solid #1b3d2f;outline-offset:2px}._section_controls_1fste_724{display:flex;gap:1rem;justify-content:center;max-width:900px;margin:1.5rem auto;padding:0 1.5rem}@media(max-width:768px){._section_controls_1fste_724{padding:0 1rem;gap:.75rem}}@media(max-width:480px){._section_controls_1fste_724{gap:.5rem;flex-wrap:wrap;padding:0 .75rem}}._control_button_1fste_746{flex:1;padding:.75rem 1rem;background-color:#00bfa6;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:all .2s ease}@media(prefers-color-scheme:dark){._control_button_1fste_746{background-color:#1b3d2f}}@media(max-width:480px){._control_button_1fste_746{padding:.6rem .75rem;font-size:.9rem;flex:0 1 calc(50% - .25rem)}}._control_button_1fste_746:hover{background-color:#00f2d2;transform:translateY(-1px);box-shadow:0 2px 4px #00bfa633}._control_button_1fste_746:focus{outline:2px solid #1b3d2f;outline-offset:2px}._control_button_1fste_746:active{transform:translateY(0)}._collapsible_section_1fste_782{max-width:900px;margin:0 auto}._collapsible_header_1fste_787{width:100%;background:none;border:none;padding:1rem;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:#1b3d2f;font-weight:600;border-radius:4px;transition:all .2s ease;text-align:left}@media(prefers-color-scheme:dark){._collapsible_header_1fste_787{color:#fff}}@media(max-width:480px){._collapsible_header_1fste_787{padding:.75rem;font-size:.95rem}}._collapsible_header_1fste_787:hover{background-color:#00bfa614}._collapsible_header_1fste_787:focus{outline:2px solid #1b3d2f;outline-offset:2px}._collapsible_header_1fste_787._expanded_1fste_822{background-color:#00bfa60d}._collapsible_title_1fste_826{flex:1}._collapsible_icon_1fste_343{display:inline-block;transition:transform .3s ease;font-size:.8em;color:#1b3d2f}@media(prefers-color-scheme:dark){._collapsible_icon_1fste_343{color:#fff}}._collapsible_icon_1fste_343._open_1fste_349{transform:rotate(180deg)}._collapsible_content_1fste_845{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0}@media(max-width:480px){._collapsible_content_1fste_845{padding:0}}._collapsible_content_1fste_845._open_1fste_349{max-height:10000px;padding:1rem}@media(max-width:480px){._collapsible_content_1fste_845._open_1fste_349{padding:.75rem}}._callout_box_1fste_425{border-radius:6px;padding:1rem;margin:1rem 0;display:block}._callout_box_1fste_425._callout_warning_1fste_872{background-color:#ffc1071a;border:2px solid #ffc107;color:#856404}@media(prefers-color-scheme:dark){._callout_box_1fste_425._callout_warning_1fste_872{background-color:#ffc10726;color:#ffc107}}._callout_box_1fste_425._callout_important_1fste_883{background-color:#dc35451a;border:2px solid #dc3545;color:#721c24}@media(prefers-color-scheme:dark){._callout_box_1fste_425._callout_important_1fste_883{background-color:#dc354526;color:#f8d7da}}._callout_box_1fste_425._callout_tip_1fste_894{background-color:#28a7451a;border:2px solid #28a745;color:#155724}@media(prefers-color-scheme:dark){._callout_box_1fste_425._callout_tip_1fste_894{background-color:#28a74526;color:#d4edda}}._callout_box_1fste_425._callout_note_1fste_905{background-color:#00bfa61a;border:2px solid #00bfa6}@media(prefers-color-scheme:dark){._callout_box_1fste_425._callout_note_1fste_905{background-color:#00bfa626}}@media(max-width:480px){._callout_box_1fste_425{padding:.75rem;margin:.75rem 0;font-size:.9rem}}._callout_box_1fste_425 strong{display:block;margin-bottom:.5rem}._callout_box_1fste_425 p{margin:0 0 .5rem;line-height:1.5}._callout_box_1fste_425 p:last-child{margin-bottom:0}._faq_card_1fste_933{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.25rem;margin-bottom:1rem;transition:all .2s ease}@media(prefers-color-scheme:dark){._faq_card_1fste_933{background-color:#ffffff0d;border-color:#fff3}}@media(max-width:768px){._faq_card_1fste_933{padding:1rem;margin-bottom:.75rem}}@media(max-width:480px){._faq_card_1fste_933{padding:.75rem;margin-bottom:.5rem}}._faq_card_1fste_933:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}._faq_card_1fste_933 h3{font-size:1.1rem;margin:0 0 .75rem;color:#1b3d2f}@media(prefers-color-scheme:dark){._faq_card_1fste_933 h3{color:#fff}}@media(max-width:480px){._faq_card_1fste_933 h3{font-size:1rem;margin-bottom:.5rem}}._faq_card_1fste_933 p{margin:0 0 .5rem;font-size:.95rem;line-height:1.6}@media(max-width:480px){._faq_card_1fste_933 p{font-size:.9rem}}._faq_card_1fste_933 p:last-child{margin-bottom:0}._faq_card_1fste_933 strong{color:#1b3d2f}@media(prefers-color-scheme:dark){._faq_card_1fste_933 strong{color:#fff}}@media print{:before,:after{display:none!important}nav,header,._navbar_1fste_1008{display:none!important}footer,._footer_1fste_1012{display:none!important}._section_controls_1fste_724,._toc_1fste_357{display:none!important}body{background-color:#fff!important;color:#000!important}main,._buzzguard_font_1fste_28{background-color:#fff!important;color:#000!important;padding:0!important}._buzzguard_hero_1fste_41{background-color:#fff!important;color:#000!important;border-bottom:2px solid #ccc;page-break-after:avoid;padding:1rem 0!important;box-shadow:none!important}._buzzguard_hero_1fste_41 h1{color:#000!important;margin-bottom:.5rem!important}._buzzguard_hero_1fste_41 p{color:#000!important}._quick_reference_1fste_485{background-color:#fff!important;color:#000!important;border:1px solid #ccc!important;page-break-inside:avoid;padding:1rem!important}._quick_reference_1fste_485 ._quick_ref_item_1fste_547{background-color:#f9f9f9!important;border:1px solid #ddd!important;color:#000!important}._quick_reference_1fste_485 ._quick_ref_item_1fste_547 strong,._quick_reference_1fste_485 ._quick_ref_item_1fste_547 p{color:#000!important}._buzzguard_section_1fste_100{page-break-inside:avoid;background-color:#fff!important;color:#000!important;padding:1rem 0!important}._buzzguard_section_1fste_100 h2,._buzzguard_section_1fste_100 h3,._buzzguard_section_1fste_100 h4{color:#000!important;page-break-after:avoid;margin-top:1rem!important}._buzzguard_section_1fste_100 p,._buzzguard_section_1fste_100 ul,._buzzguard_section_1fste_100 ol,._buzzguard_section_1fste_100 ul li,._buzzguard_section_1fste_100 ol li{color:#000!important}._toc_1fste_357{display:none!important}._callout_box_1fste_425{background-color:#f9f9f9!important;border:1px solid #ccc!important;color:#000!important;page-break-inside:avoid}._callout_box_1fste_425 strong,._callout_box_1fste_425 p{color:#000!important}*{margin:0!important;padding:0!important}main{margin:0!important;padding:0!important}._buzzguard_section_1fste_100,._buzzguard_hero_1fste_41,._quick_reference_1fste_485,._toc_1fste_357{margin:1rem 0!important;padding:1rem!important}*{box-shadow:none!important;transition:none!important}a[href]:after{content:""!important}}._info_card_16e2j_1{display:flex;background-color:#fff;border-radius:12px;box-shadow:0 4px 10px #00000014;overflow:hidden;border:1px solid grey;max-width:768px;margin:24px auto;transition:transform .3s ease,box-shadow .3s ease;padding:.5rem 1rem}@media(prefers-color-scheme:dark){._info_card_16e2j_1{background-color:#1e1e1e}}._info_card_16e2j_1:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}._info_card_image_16e2j_24{height:160px;width:160px;object-fit:cover;flex-shrink:0}._info_card_content_16e2j_31{padding:16px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}._info_card_title_16e2j_39{font-size:1.25rem;font-weight:600;margin-bottom:8px;color:#1b3d2f}@media(prefers-color-scheme:dark){._info_card_title_16e2j_39{color:#fff}}._info_card_description_16e2j_51{font-size:1rem}._info_card_footer_16e2j_55{margin-top:16px;align-items:right;align-content:center;padding-left:.5rem}._info_card_button_16e2j_62{background-color:#1b3d2f;color:#fff;padding:8px 16px;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}._info_card_button_16e2j_62:hover{background-color:#0b1a14}@media(max-width:640px){._info_card_16e2j_1{flex-direction:column;text-align:center}._info_card_image_16e2j_24{width:100%;height:auto}._info_card_content_16e2j_31{padding:12px}._info_card_footer_16e2j_55{text-align:center;margin-top:20px}}._tabbed_layout_d3hxf_2{display:flex;height:100vh}._primary_tabs_d3hxf_7{width:150px;background-color:#f5f5f5;color:#fff;display:flex;flex-direction:column;padding:1rem .5rem;flex-shrink:0}@media(prefers-color-scheme:dark){._primary_tabs_d3hxf_7{background-color:#1e2021}}._secondary_tabs_d3hxf_22{width:150px;background-color:#fff;color:#fff;display:flex;flex-direction:column;padding:1rem .5rem;flex-shrink:0}@media(prefers-color-scheme:dark){._secondary_tabs_d3hxf_22{background-color:#1e1e1e}}._tab_d3hxf_2{padding:1rem;cursor:pointer;transition:background .2s ease;margin:.25rem 0}._tab_d3hxf_2:hover{background-color:#2b604a}._tab_d3hxf_2._active_d3hxf_47{background-color:#0b1a14}._content_area_d3hxf_51{flex-grow:1;padding:2rem;background-color:#f5f5f5;overflow-y:auto}@media(prefers-color-scheme:dark){._content_area_d3hxf_51{background-color:#383838}}._content_placeholder_d3hxf_63{color:purple;font-style:italic}._content_d3hxf_51 h2{margin-top:0}@media(max-width:768px){._tabbed_layout_d3hxf_2{flex-direction:column}._primary_tabs_d3hxf_7,._secondary_tabs_d3hxf_22{flex-direction:row;width:100%;overflow-x:auto;padding:0;white-space:nowrap}._tab_d3hxf_2{padding:1rem;border-bottom:4px solid transparent}._content_area_d3hxf_51{padding:1rem;height:auto}}._navbar_1tn08_1{display:flex;align-items:center;justify-content:space-between;background-color:#1b3d2f;padding:10px 20px;color:#fff;position:relative;z-index:900}@media(prefers-color-scheme:dark){._navbar_1tn08_1{background-color:#1e1e1e}}._navbar_logo_1tn08_17{display:flex;align-items:center;text-decoration:none}._navbar_logo_1tn08_17 img{height:40px;margin-right:10px}._brand_name_1tn08_27{font-size:1.5rem;font-weight:700;color:#fff}._navbar_links_1tn08_33{display:flex;align-items:center;gap:20px}._navbar_links_1tn08_33 a,._navbar_links_1tn08_33 ._link_button_1tn08_39{text-decoration:none;font-size:1rem;transition:color .3s;color:#fff}._navbar_links_1tn08_33 a._active_1tn08_45,._navbar_links_1tn08_33 ._link_button_1tn08_39._active_1tn08_45{text-decoration:underline;font-weight:700}._navbar_links_1tn08_33 a:hover,._navbar_links_1tn08_33 ._link_button_1tn08_39:hover{text-decoration:underline}._navbar_links_1tn08_33 ._link_button_1tn08_39{background:none;border:none;padding:0;font-family:inherit;cursor:pointer}._socialIcon_1tn08_62{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;transition:all .3s ease;cursor:pointer}._socialIcon_1tn08_62 img{width:20px;height:20px}._socialIcon_1tn08_62:hover{transform:scale(1.15)}._socialIcon_1tn08_62:active{transform:scale(.95)}._hamburger_1tn08_82{display:none;flex-direction:column;cursor:pointer;border:none;background:transparent}._hamburger_1tn08_82 span{height:3px;width:25px;background:#f5f5f5;margin:4px 0;transition:all .3s ease}._hamburger_1tn08_82._open_1tn08_96 span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}._hamburger_1tn08_82._open_1tn08_96 span:nth-child(2){opacity:0}._hamburger_1tn08_82._open_1tn08_96 span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:768px){._hamburger_1tn08_82{display:flex}._navbar_links_1tn08_33{display:none;flex-direction:column;align-items:flex-start;position:absolute;top:60px;right:20px;background-color:#f5f5f5;padding:15px;border-radius:5px;width:200px;border:1px solid #1b3d2f}._navbar_links_1tn08_33._active_1tn08_45{display:flex}}@media(max-width:768px)and (prefers-color-scheme:dark){._navbar_links_1tn08_33._active_1tn08_45{background-color:#1e2021}}@media(max-width:768px){._navbar_links_1tn08_33._active_1tn08_45 a,._navbar_links_1tn08_33._active_1tn08_45 ._link_button_1tn08_39{color:#1b3d2f}}@media(max-width:768px)and (prefers-color-scheme:dark){._navbar_links_1tn08_33._active_1tn08_45 a,._navbar_links_1tn08_33._active_1tn08_45 ._link_button_1tn08_39{color:#fff}}@media(max-width:768px){._navbar_links_1tn08_33._active_1tn08_45 a:hover,._navbar_links_1tn08_33._active_1tn08_45 ._link_button_1tn08_39:hover{text-decoration:underline}}._footer_9a7jx_1{width:auto;padding:1.5rem 1rem;background:#1b3d2f;color:#fff!important;text-align:center;bottom:0;left:0;font-size:small;margin-top:2rem}@media(prefers-color-scheme:dark){._footer_9a7jx_1{background:#1e1e1e}}._footer_9a7jx_1 p{color:#fff;margin:.5rem 0}._footer_9a7jx_1 ._socialLinks_9a7jx_21{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}@media(max-width:768px){._footer_9a7jx_1 ._socialLinks_9a7jx_21{gap:.75rem;margin-bottom:.75rem}}._footer_9a7jx_1 ._socialLink_9a7jx_21{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#ffffff26;border-radius:50%;transition:all .3s ease;color:#fff}@media(max-width:768px){._footer_9a7jx_1 ._socialLink_9a7jx_21{width:36px;height:36px}}._footer_9a7jx_1 ._socialLink_9a7jx_21:hover{background-color:#ffffff4d;transform:scale(1.1)}._footer_9a7jx_1 ._socialLink_9a7jx_21:active{transform:scale(.95)}._footer_9a7jx_1 ._socialLink_9a7jx_21 img{width:24px;height:24px}@media(max-width:768px){._footer_9a7jx_1 ._socialLink_9a7jx_21 img{width:20px;height:20px}}
