:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));-webkit-animation:vSelectSpinner 1.1s infinite linear;animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}.pwa-prompt[data-v-668dd4ee]{position:fixed;bottom:16px;left:50%;transform:translate(-50%);z-index:1000;background:#000000d9;padding:12px 16px;color:#fff;font-size:14px;border-radius:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 6px #0000001a;width:90%;max-width:400px}.pwa-content[data-v-668dd4ee]{display:flex;justify-content:space-between;align-items:center;gap:12px}.pwa-info[data-v-668dd4ee]{display:flex;align-items:center;gap:12px}.pwa-info i[data-v-668dd4ee]{font-size:24px;color:#4caf50}.pwa-text[data-v-668dd4ee]{display:flex;flex-direction:column}.pwa-title[data-v-668dd4ee]{font-weight:600;font-size:14px}.pwa-description[data-v-668dd4ee]{font-size:12px;opacity:.8}.pwa-actions[data-v-668dd4ee]{display:flex;gap:8px;align-items:center}.btn-install[data-v-668dd4ee],.btn-dismiss[data-v-668dd4ee]{padding:8px 16px;border:none;border-radius:8px;cursor:pointer;font-size:14px;display:flex;align-items:center;gap:6px;transition:all .2s ease}.btn-install[data-v-668dd4ee]{background:#4caf50;color:#fff}.btn-install[data-v-668dd4ee]:hover{background:#45a049}.btn-dismiss[data-v-668dd4ee]{background:#ffffff1a;color:#fff;padding:8px}.btn-dismiss[data-v-668dd4ee]:hover{background:#fff3}.btn-install i[data-v-668dd4ee],.btn-dismiss i[data-v-668dd4ee]{font-size:16px}@media (max-width: 768px){.pwa-prompt[data-v-668dd4ee]{bottom:24px;width:calc(100% - 48px)}}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}.footer-widget[data-v-f27eef03]{margin-bottom:30px}.footer-links[data-v-f27eef03]{list-style:none;padding:0;margin:0}.footer-links li[data-v-f27eef03]{margin-bottom:12px}.footer-links a[data-v-f27eef03]{text-decoration:none;transition:all .3s ease}.hover-effect[data-v-f27eef03]{transition:all .3s ease}.hover-effect[data-v-f27eef03]:hover{color:gold!important;transform:translate(5px)}.socialbg[data-v-f27eef03]{width:40px;height:40px;background:#ffffff1a;transition:all .3s ease}.socialbg[data-v-f27eef03]:hover{background:gold;transform:translateY(-3px)}.newsletter-form .form-control[data-v-f27eef03]{background:#ffffff1a;border:none;color:#fff;padding:12px}.newsletter-form .form-control[data-v-f27eef03]::placeholder{color:#ffffffb3}.newsletter-form .btn[data-v-f27eef03]{background:gold;border:none;padding:0 20px}.contact-info[data-v-f27eef03]{list-style:none;padding:0;margin:0}.contact-info i[data-v-f27eef03]{font-size:18px;color:#f5f5f5}@media (max-width: 768px){.heading-bg[data-v-f27eef03]{padding-bottom:220px}.footer-widget[data-v-f27eef03]{text-align:center}.common-social[data-v-f27eef03],.contact-info li[data-v-f27eef03]{justify-content:center}}@media (min-width: 768px){.heading-bg[data-v-f27eef03]{padding-bottom:110px}}.map-container[data-v-f27eef03]{position:relative;overflow:hidden;border-radius:10px;box-shadow:0 4px 6px #0000001a}.map-container iframe[data-v-f27eef03]{transition:transform .3s ease}.map-container:hover iframe[data-v-f27eef03]{transform:scale(1.02)}#progress.visible{bottom:120px!important}#progress.hidden{bottom:20px!important}@media (max-width: 768px){#progress.visible{bottom:240px!important}#progress.hidden{bottom:30px!important}}.page-link[data-v-a8b83df1]{position:relative;display:block;color:#6c757d;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.page-link[data-v-a8b83df1]:hover{z-index:2;color:#000;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-item .page-link[data-v-a8b83df1]{display:flex;align-items:center;justify-content:center}.page-item.active .page-link[data-v-a8b83df1]{z-index:3;color:#fff;background-color:var(--theme);border-color:var(--theme)}.page-item.disabled .page-link[data-v-a8b83df1]{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6;display:flex;align-items:center;justify-content:center}.pagination-rounded .page-link[data-v-a8b83df1]{border-radius:100%!important;width:40px;height:40px;margin:0 3px;border:none}.latest-episode-itemv1[data-v-a8c75868]{transition:all .3s ease;border-radius:10px;overflow:hidden;box-shadow:0 0 15px #0000001a;background:#fff;height:100%}.announcer-description[data-v-a8c75868],.announcer-description[data-v-a8c75868] *{color:#000!important}.share-buttons[data-v-24025f36]{position:relative}.btn[data-v-24025f36]{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;transition:all .3s ease}.btn[data-v-24025f36]:hover{transform:translateY(-3px)}.copied-tooltip[data-v-24025f36]{position:absolute;bottom:-30px;right:0;background-color:#000000b3;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;animation:fadeIn-24025f36 .3s,fadeOut-24025f36 .3s 1.7s}@keyframes fadeIn-24025f36{0%{opacity:0}to{opacity:1}}@keyframes fadeOut-24025f36{0%{opacity:1}to{opacity:0}}.disqus-container[data-v-c3cbedf4]{margin:2rem 0;width:100%}.blog-details-section[data-v-8ee0cd88]{padding:80px 0}.thumb[data-v-8ee0cd88]{position:relative;border-radius:8px;overflow:hidden}.thumb img[data-v-8ee0cd88]{width:100%;height:auto;object-fit:cover;border-radius:8px}.details-content h4[data-v-8ee0cd88]{font-size:28px;line-height:1.4}.pra-clr[data-v-8ee0cd88],.pra-clr[data-v-8ee0cd88] *{color:#666!important}.theme-clr[data-v-8ee0cd88]{color:var(--theme)}.program-section[data-v-8ee0cd88]{position:relative;padding-top:10px}.section-title[data-v-8ee0cd88]{display:flex;align-items:center;border-bottom:2px solid #f0f0f0;padding-bottom:10px;position:relative}.section-title[data-v-8ee0cd88]:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background-color:var(--theme)}.program-list[data-v-8ee0cd88]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-top:20px}.empty-state[data-v-8ee0cd88]{margin:30px 0;border:1px dashed #ccc;border-radius:10px;padding:20px;background-color:#f9f9f9}.program-card[data-v-8ee0cd88]{background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #00000014;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.1);height:100%;display:flex;flex-direction:column}.program-card[data-v-8ee0cd88]:before{content:"";position:absolute;top:0;left:0;width:4px;height:0;background-color:var(--theme);transition:height .3s ease}.program-card[data-v-8ee0cd88]:hover:before{height:100%}.program-card[data-v-8ee0cd88]:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001f;border-color:var(--theme)}.program-card:hover .program-title[data-v-8ee0cd88]{color:var(--theme)}.program-card .program-action button span[data-v-8ee0cd88]{color:var(--theme)!important}.program-card:hover .program-action button[data-v-8ee0cd88]{background-color:var(--theme);color:#fff}.program-card:hover .program-action button span[data-v-8ee0cd88]{color:#fff!important}.program-card-content[data-v-8ee0cd88]{padding:20px;position:relative;flex:1;display:flex;flex-direction:column}.program-number[data-v-8ee0cd88]{position:absolute;top:10px;right:10px;background-color:var(--theme);color:#fff;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.program-title[data-v-8ee0cd88]{color:#000;font-weight:600;font-size:18px;margin-bottom:12px;padding-right:30px}.program-description[data-v-8ee0cd88]{color:#555;font-size:14px;line-height:1.6;margin-bottom:20px;min-height:70px;flex:1;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.program-action[data-v-8ee0cd88]{display:flex;justify-content:flex-end;margin-top:auto}.program-action button[data-v-8ee0cd88]{transition:all .3s ease;padding:8px 16px;font-weight:500;box-shadow:0 2px 5px #0000000d;display:flex;align-items:center}@media (max-width: 768px){.details-content h4[data-v-8ee0cd88]{font-size:22px}.program-list[data-v-8ee0cd88]{grid-template-columns:1fr;gap:15px}.program-description[data-v-8ee0cd88]{min-height:auto}.program-card[data-v-8ee0cd88]{box-shadow:0 2px 8px #0000000f}.program-card-content[data-v-8ee0cd88]{padding:15px}.program-title[data-v-8ee0cd88]{font-size:16px;margin-bottom:8px}.section-title[data-v-8ee0cd88]{font-size:20px}}@media (min-width: 769px) and (max-width: 1199px){.program-list[data-v-8ee0cd88]{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1200px){.program-list[data-v-8ee0cd88]{grid-template-columns:repeat(3,1fr)}}.section-title[data-v-cd2b2a82]{margin-bottom:3rem}.title[data-v-cd2b2a82]{font-size:2.5rem;width:375px!important;text-align:left!important;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle[data-v-cd2b2a82]{font-size:1.1rem;color:#6c757d;max-width:600px;margin:0 auto}.blog-details-section[data-v-afc3945a]{padding:80px 0}.thumb[data-v-afc3945a]{position:relative;border-radius:8px;overflow:hidden}.thumb img[data-v-afc3945a]{width:100%;height:auto;max-height:500px;object-fit:cover;border-radius:8px}.date-label[data-v-afc3945a]{font-size:16px;color:#666;font-weight:500}.details-content h4[data-v-afc3945a]{font-size:28px;line-height:1.4}.pra-clr[data-v-afc3945a] *{color:#666}.theme-clr[data-v-afc3945a]{color:var(--bs-primary, #0d6efd)}.black-clr[data-v-afc3945a]{color:#222}.white-clr[data-v-afc3945a]{color:#fff}.theme-bg[data-v-afc3945a]{background-color:var(--bs-primary, #0d6efd)}.tag-clr[data-v-afc3945a]{color:#666;text-decoration:none;padding:5px 15px;background-color:#f5f5f5;border-radius:30px;transition:all .3s ease}.tag-clr[data-v-afc3945a]:hover{background-color:var(--bs-primary, #0d6efd);color:#fff}.taglist[data-v-afc3945a]{list-style:none;padding:0;margin:0}@media (max-width: 768px){.details-content h4[data-v-afc3945a]{font-size:22px}}.modal-overlay[data-v-a22b5b10]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.modal-container[data-v-a22b5b10]{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;max-height:90vh;width:90%;position:relative}.modal-size-sm[data-v-a22b5b10]{max-width:400px}.modal-size-md[data-v-a22b5b10]{max-width:600px}.modal-size-lg[data-v-a22b5b10]{max-width:800px}.modal-size-xl[data-v-a22b5b10]{max-width:1000px}.modal-size-full-screen[data-v-a22b5b10]{max-width:100%;width:100%;height:100vh;max-height:100vh;border-radius:0;margin:0}.modal-header[data-v-a22b5b10]{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #eaeaea;flex-shrink:0}.modal-title-container[data-v-a22b5b10]{display:flex;align-items:center;gap:12px}.modal-icon[data-v-a22b5b10]{display:flex;align-items:center;justify-content:center;color:#4a5568;font-size:24px}.modal-title[data-v-a22b5b10]{margin:0;font-size:18px;font-weight:600;color:#2d3748}.modal-close-button[data-v-a22b5b10]{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#718096;padding:4px;border-radius:4px;transition:background-color .2s,color .2s;font-size:24px}.modal-close-button[data-v-a22b5b10]:hover{background-color:#f7fafc;color:#4a5568}.modal-body[data-v-a22b5b10]{padding:20px;overflow-y:auto;flex-grow:1}.modal-footer[data-v-a22b5b10]{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;flex-shrink:0}.modal-button[data-v-a22b5b10]{padding:8px 16px;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s,border-color .2s;border:1px solid transparent;display:flex;align-items:center}.mr-1[data-v-a22b5b10]{margin-right:6px}.modal-button-cancel[data-v-a22b5b10]{background-color:#f7fafc;color:#4a5568;border-color:#e2e8f0}.modal-button-cancel[data-v-a22b5b10]:hover{background-color:#edf2f7;border-color:#cbd5e0}.modal-button-submit[data-v-a22b5b10]{background-color:#4299e1;color:#fff}.modal-button-submit[data-v-a22b5b10]:hover{background-color:#3182ce}.modal-fade-enter-active[data-v-a22b5b10],.modal-fade-leave-active[data-v-a22b5b10]{transition:opacity .3s ease}.modal-fade-enter-from[data-v-a22b5b10],.modal-fade-leave-to[data-v-a22b5b10]{opacity:0}body.modal-open{overflow:hidden}@media (max-width: 640px){.modal-overlay[data-v-a22b5b10]{padding:10px}.modal-container[data-v-a22b5b10]{width:100%;max-height:95vh}.modal-size-sm[data-v-a22b5b10],.modal-size-md[data-v-a22b5b10],.modal-size-lg[data-v-a22b5b10],.modal-size-xl[data-v-a22b5b10]{max-width:100%}.modal-header[data-v-a22b5b10]{padding:12px 16px}.modal-body[data-v-a22b5b10]{padding:16px}.modal-footer[data-v-a22b5b10]{flex-direction:column-reverse;margin-top:16px}.modal-button[data-v-a22b5b10]{width:100%;justify-content:center}}.section-title[data-v-680bfbc0]{margin-bottom:3rem}.title[data-v-680bfbc0]{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle[data-v-680bfbc0]{font-size:1.1rem;color:#6c757d;max-width:600px;margin:0 auto}.document-card[data-v-680bfbc0]{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;overflow:hidden;border:1px solid #f0f0f0;height:100%;display:flex;flex-direction:column}.document-card[data-v-680bfbc0]:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.document-header[data-v-680bfbc0]{padding:1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;align-items:center;gap:1rem}.document-icon[data-v-680bfbc0]{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;flex-shrink:0}.document-meta[data-v-680bfbc0]{display:flex;flex-direction:column;gap:4px}.document-date[data-v-680bfbc0]{font-size:.85rem;color:#6c757d;font-weight:500}.document-author[data-v-680bfbc0]{font-size:.9rem;color:#495057;font-weight:600}.document-content[data-v-680bfbc0]{padding:1.5rem;flex-grow:1}.document-title[data-v-680bfbc0]{font-size:1.2rem;font-weight:700;color:#212529;margin-bottom:.75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.document-description[data-v-680bfbc0]{color:#6c757d;font-size:.95rem;line-height:1.6;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.document-actions[data-v-680bfbc0]{padding:1rem 1.5rem 1.5rem;display:flex;gap:.75rem;margin-top:auto}.btn-action[data-v-680bfbc0]{flex:1;padding:.75rem 1rem;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-preview[data-v-680bfbc0]{background:linear-gradient(135deg,#17a2b8,#138496);color:#fff}.btn-preview[data-v-680bfbc0]:hover{background:linear-gradient(135deg,#138496,#117a8b);transform:translateY(-2px)}.btn-download[data-v-680bfbc0]{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.btn-download[data-v-680bfbc0]:hover{background:linear-gradient(135deg,#20c997,#17a2b8);transform:translateY(-2px)}.empty-state[data-v-680bfbc0]{padding:4rem 2rem;color:#6c757d}.empty-state i[data-v-680bfbc0]{font-size:4rem;margin-bottom:1rem;color:#dee2e6}.empty-state h5[data-v-680bfbc0]{margin-bottom:.5rem;color:#495057}.empty-state p[data-v-680bfbc0]{margin-bottom:0;font-size:.95rem}.document-preview[data-v-680bfbc0]{max-height:70vh;overflow-y:auto}.preview-header[data-v-680bfbc0]{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.preview-meta[data-v-680bfbc0]{display:flex;gap:1.5rem;flex-wrap:wrap}.meta-item[data-v-680bfbc0]{display:flex;align-items:center;gap:.5rem;color:#6c757d;font-size:.9rem}.meta-item i[data-v-680bfbc0]{color:#495057}.preview-content h5[data-v-680bfbc0]{margin-bottom:.75rem;color:#212529}.preview-content p[data-v-680bfbc0]{color:#6c757d;line-height:1.6;margin-bottom:1.5rem}.preview-iframe-container[data-v-680bfbc0]{margin:1.5rem 0}.preview-iframe[data-v-680bfbc0]{width:100%;height:500px;border:1px solid #dee2e6;border-radius:8px}.preview-fallback[data-v-680bfbc0]{text-align:center;padding:3rem;background:#f8f9fa;border-radius:8px;color:#6c757d}.preview-fallback i[data-v-680bfbc0]{font-size:3rem;margin-bottom:1rem;color:#dee2e6}.preview-actions[data-v-680bfbc0]{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e9ecef;text-align:center}.btn-download-modal[data-v-680bfbc0]{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-download-modal[data-v-680bfbc0]:hover{background:linear-gradient(135deg,#20c997,#17a2b8);transform:translateY(-2px)}@media (max-width: 768px){.title[data-v-680bfbc0]{font-size:2rem}.document-header[data-v-680bfbc0],.document-content[data-v-680bfbc0]{padding:1rem}.document-actions[data-v-680bfbc0]{padding:.75rem 1rem 1rem;flex-direction:column}.btn-action[data-v-680bfbc0]{width:100%}.preview-meta[data-v-680bfbc0]{flex-direction:column;gap:.75rem}.preview-iframe[data-v-680bfbc0]{height:400px}}.blog-details-section[data-v-e8fa42cb]{padding:80px 0}.icon-wrapper[data-v-e8fa42cb]{width:50px;height:50px;border-radius:12px;transition:all .3s ease;flex-shrink:0;background-color:#d92d05;overflow:hidden}.icon-wrapper[data-v-e8fa42cb]:hover{transform:translateY(-3px);box-shadow:0 5px 15px rgba(var(--theme-color-rgb),.3)}.d-center[data-v-e8fa42cb]{display:flex;align-items:center;justify-content:center}.divider[data-v-e8fa42cb]{height:2px;background:linear-gradient(to right,var(--theme-color) 0%,transparent 100%);opacity:.2}.chart-content[data-v-e8fa42cb]{color:#000!important;line-height:1.8;font-size:1.1rem}.chart-content[data-v-e8fa42cb] *{color:#000!important}.chart-content[data-v-e8fa42cb] p{margin-bottom:1.5rem}.prose[data-v-e8fa42cb]{max-width:100%;font-size:1.1rem;line-height:1.8}.prose[data-v-e8fa42cb] h1,.prose[data-v-e8fa42cb] h2,.prose[data-v-e8fa42cb] h3,.prose[data-v-e8fa42cb] h4{color:var(--theme-color)!important;margin:2rem 0 1rem;font-weight:600}.btn-back[data-v-e8fa42cb]{color:var(--theme-color);font-weight:600;text-decoration:none;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px;background:rgba(var(--theme-color-rgb),.1)}.btn-back[data-v-e8fa42cb]:hover{background:rgba(var(--theme-color-rgb),.15);transform:translate(-3px)}.music-card[data-v-e8fa42cb]{background:#fff;border-radius:12px;padding:20px;box-shadow:0 5px 15px #00000014;transition:all .3s ease;border:1px solid #eee;position:relative;overflow:visible;display:flex;flex-direction:column;margin:0 auto;max-width:100%;width:100%;transform:translateY(0)}.music-card[data-v-e8fa42cb]:hover{transform:translateY(-8px);box-shadow:0 15px 30px #0000001a;border-color:#d92d05}.music-card.is-playing[data-v-e8fa42cb]{border:2px solid #d92d05;box-shadow:0 8px 25px #d92d0533;background-color:#fff9f8}.music-title[data-v-e8fa42cb]{color:#333;font-weight:600;font-size:1.1rem;line-height:1.4;position:relative;z-index:1;margin-bottom:0}.music-card.is-playing .music-title[data-v-e8fa42cb]{color:#d92d05}.play-button[data-v-e8fa42cb]{background-color:#d92d05;color:#fff;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 8px #00000026;position:relative;z-index:2}.play-button[data-v-e8fa42cb]:hover{background-color:#b82500;transform:scale(1.05)}.play-button i[data-v-e8fa42cb]{font-size:14px}.music-cover[data-v-e8fa42cb],.chart-cover[data-v-e8fa42cb]{width:100%;height:100%;object-fit:cover;border-radius:12px}@media (max-width: 768px){.music-card[data-v-e8fa42cb]{padding:15px}.icon-wrapper[data-v-e8fa42cb]{width:40px;height:40px}.music-title[data-v-e8fa42cb]{font-size:1rem}}.event-details-section[data-v-96e0c6b2]{padding:80px 0}.event-widget-item[data-v-96e0c6b2]{border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000000d;transition:all .3s ease}.event-widget-item[data-v-96e0c6b2]:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.thumb[data-v-96e0c6b2]{position:relative}.date-box[data-v-96e0c6b2]{position:absolute;bottom:15px;left:15px;width:60px;height:60px;border-radius:5px;padding:5px}.date-box span[data-v-96e0c6b2]{font-size:20px;font-weight:700;line-height:1}.date-box .april[data-v-96e0c6b2]{font-size:12px;margin-top:5px}.content h5[data-v-96e0c6b2]{font-size:18px;line-height:1.4;margin-bottom:15px}.content a.view-all[data-v-96e0c6b2]{color:var(--bs-primary, #0d6efd);font-weight:600;text-decoration:none;transition:all .3s ease}.content a.view-all[data-v-96e0c6b2]:hover{color:var(--bs-primary-dark, #0a58ca)}.pra-clr[data-v-96e0c6b2]{color:#666}.theme-clr[data-v-96e0c6b2]{color:var(--bs-primary, #0d6efd)}.black-clr[data-v-96e0c6b2]{color:#222}.white-clr[data-v-96e0c6b2]{color:#fff}.theme-bg[data-v-96e0c6b2]{background-color:var(--bs-primary, #0d6efd)}.event-details-section[data-v-609c730a]{padding:80px 0}.thumb[data-v-609c730a]{position:relative;border-radius:8px;overflow:hidden}.thumb img[data-v-609c730a]{width:100%;height:auto;max-height:500px;object-fit:cover;border-radius:8px}.details-content h4[data-v-609c730a]{font-size:28px;line-height:1.4}.event-additional-info[data-v-609c730a]{background-color:#f8f9fa;padding:20px;border-radius:8px}.event-additional-info h5[data-v-609c730a]{font-size:20px;font-weight:600;color:#333}.info-item[data-v-609c730a]{font-size:16px}.info-item strong[data-v-609c730a]{color:#333;margin-right:5px}.event-registration[data-v-609c730a]{text-align:center}.pra-clr[data-v-609c730a] *{color:#666}.theme-clr[data-v-609c730a]{color:var(--bs-primary, #0d6efd)}.black-clr[data-v-609c730a]{color:#222}.white-clr[data-v-609c730a]{color:#fff}.theme-bg[data-v-609c730a]{background-color:var(--bs-primary, #0d6efd)}.tag-clr[data-v-609c730a]{color:#666;text-decoration:none;padding:5px 15px;background-color:#f5f5f5;border-radius:30px;transition:all .3s ease}.tag-clr[data-v-609c730a]:hover{background-color:var(--bs-primary, #0d6efd);color:#fff}.taglist[data-v-609c730a]{list-style:none;padding:0;margin:0}@media (max-width: 768px){.details-content h4[data-v-609c730a]{font-size:22px}}.photo-preview-flex[data-v-1f352bfc]{display:flex;flex-wrap:wrap;gap:4px;background:#f8f9fa;min-height:200px}.preview-item[data-v-1f352bfc]{position:relative;aspect-ratio:auto;overflow:hidden;border-radius:4px;flex:1 1 calc(50% - 2px);max-width:calc(50% - 2px)}.kostum-foto-1 .preview-item[data-v-1f352bfc]{flex:1 1 100%;max-width:100%}.kostum-foto-2 .preview-item[data-v-1f352bfc]{flex:1 1 calc(50% - 2px);max-width:calc(50% - 2px)}.kostum-foto-3 .preview-item[data-v-1f352bfc]:nth-child(1),.kostum-foto-3 .preview-item[data-v-1f352bfc]:nth-child(2){flex:1 1 calc(50% - 2px);max-width:calc(50% - 2px);height:200px}.kostum-foto-3 .preview-item.full-width[data-v-1f352bfc]{flex:1 1 100%;max-width:100%;height:200px}.kostum-foto-4 .preview-item[data-v-1f352bfc]:nth-child(1),.kostum-foto-4 .preview-item[data-v-1f352bfc]:nth-child(2){flex:1 1 calc(50% - 2px);max-width:calc(50% - 2px);height:10px}.preview-item img[data-v-1f352bfc]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.preview-item:hover img[data-v-1f352bfc]{transform:scale(1.1)}.more-photos[data-v-1f352bfc]{position:relative}.more-photos-overlay[data-v-1f352bfc]{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;font-weight:600}.no-image-placeholder[data-v-1f352bfc]{width:100%;min-height:200px;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center}.gallery-overlay[data-v-1f352bfc]{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;opacity:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center;padding:20px}.gallery-card[data-v-1f352bfc]{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column;cursor:pointer}.gallery-card[data-v-1f352bfc]:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0003}.gallery-card:hover .gallery-overlay[data-v-1f352bfc]{opacity:1}.gallery-footer[data-v-1f352bfc]{padding:15px;background:#fff;display:flex;flex-direction:column;gap:15px}.gallery-title[data-v-1f352bfc]{display:flex;flex-direction:column;gap:5px}.gallery-title h3[data-v-1f352bfc]{font-size:1.2rem;font-weight:700;margin:0;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden}.author[data-v-1f352bfc]{color:#666;font-size:.8rem;display:flex;align-items:center;gap:5px}.gallery-info[data-v-1f352bfc]{color:#fff;text-align:center;transform:translateY(20px);transition:transform .3s ease}.gallery-card:hover .gallery-info[data-v-1f352bfc]{transform:translateY(0)}.gallery-info p[data-v-1f352bfc]{font-size:.9rem;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;overflow:hidden}.gallery-actions[data-v-1f352bfc]{display:flex;justify-content:space-between;align-items:center;gap:10px}.gallery-meta[data-v-1f352bfc]{display:flex;justify-content:center;gap:15px;font-size:.8rem}.gallery-meta span[data-v-1f352bfc]{display:flex;align-items:center;gap:5px}.view-gallery-btn[data-v-1f352bfc]{color:var(--theme-clr);text-decoration:none;font-weight:600;display:flex;align-items:center;gap:5px;transition:color .3s ease}.view-gallery-btn[data-v-1f352bfc]:hover{color:var(--theme-clr-dark)}.gallery-date[data-v-1f352bfc]{font-size:.8rem;display:flex;align-items:center;gap:5px}@media (max-width: 768px){.gallery-title h3[data-v-1f352bfc]{font-size:1rem}.gallery-info p[data-v-1f352bfc]{font-size:.8rem}.gallery-actions[data-v-1f352bfc]{flex-direction:column;align-items:flex-start}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.banner-section[data-v-14db7e5f]{position:relative;height:100vh;overflow:hidden}.banner-swiper[data-v-14db7e5f]{height:100%}.banner-slide[data-v-14db7e5f]{height:100%;width:100%;background-size:cover;background-position:center;position:relative;transition:opacity 2s ease-in-out!important}.banner-slide[data-v-14db7e5f]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0006;z-index:0}.hero-content-wrapv3[data-v-14db7e5f]{position:relative;z-index:1;height:100%;display:flex;align-items:center;padding-left:2rem}.subtitle-v3[data-v-14db7e5f]{font-weight:700;font-size:1.2rem;color:#fff;margin-bottom:1rem}.empty-state[data-v-91734490]{text-align:center;padding:2rem 1rem}.empty-icon-wrapper[data-v-91734490]{margin-bottom:2rem}.empty-icon[data-v-91734490]{font-size:5rem;color:#cbd5e0;display:block}.empty-title[data-v-91734490]{margin:0 0 1rem;font-size:2rem;font-weight:600;color:#2d3748}.empty-text[data-v-91734490]{font-size:1.1rem;color:#718096;max-width:500px;margin:0 auto}.uniform-image-container[data-v-6c057ea6]{width:100%;aspect-ratio:16 / 9;overflow:hidden;border-radius:10px;background-color:#f0f0f0}.uniform-image-container img[data-v-6c057ea6]{width:100%;height:100%;object-fit:contain}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}.empty-state[data-v-51f0fb17]{text-align:center;padding:2rem 1rem}.empty-icon-wrapper[data-v-51f0fb17]{margin-bottom:2rem}.empty-icon[data-v-51f0fb17]{font-size:5rem;color:#cbd5e0;display:block}.empty-title[data-v-51f0fb17]{margin:0 0 1rem;font-size:2rem;font-weight:600;color:#2d3748}.empty-text[data-v-51f0fb17]{font-size:1.1rem;color:#718096;max-width:500px;margin:0 auto}.empty-state[data-v-b4fb3532]{text-align:center;padding:2rem 1rem}.empty-icon-wrapper[data-v-b4fb3532]{margin-bottom:2rem}.empty-icon[data-v-b4fb3532]{font-size:5rem;color:#cbd5e0;display:block}.empty-title[data-v-b4fb3532]{margin:0 0 1rem;font-size:2rem;font-weight:600;color:#2d3748}.empty-text[data-v-b4fb3532]{font-size:1.1rem;color:#718096;max-width:500px;margin:0 auto}.event-details-section[data-v-3236c101]{padding:80px 0}.event-widget-item[data-v-3236c101]{border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000000d;transition:all .3s ease}.event-widget-item[data-v-3236c101]:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.thumb[data-v-3236c101]{position:relative}.date-box[data-v-3236c101]{position:absolute;bottom:15px;left:15px;width:60px;height:60px;border-radius:5px;padding:5px}.date-box span[data-v-3236c101]{font-size:20px;font-weight:700;line-height:1}.date-box .april[data-v-3236c101]{font-size:12px;margin-top:5px}.content h5[data-v-3236c101]{font-size:18px;line-height:1.4;margin-bottom:15px}.content a.view-all[data-v-3236c101]{color:var(--bs-primary, #0d6efd);font-weight:600;text-decoration:none;transition:all .3s ease}.content a.view-all[data-v-3236c101]:hover{color:var(--bs-primary-dark, #0a58ca)}.pra-clr[data-v-3236c101]{color:#666}.theme-clr[data-v-3236c101]{color:var(--bs-primary, #0d6efd)}.black-clr[data-v-3236c101]{color:#222}.white-clr[data-v-3236c101]{color:#fff}.theme-bg[data-v-3236c101]{background-color:var(--bs-primary, #0d6efd)}.infografis-img[data-v-3236c101]{height:300px;object-fit:contain}.download-button[data-v-3236c101]{background-color:#d92d05;border:1px solid #ddd;border-radius:4px;padding:6px 12px;font-size:13px;color:#f5f5f5;text-decoration:none;transition:all .3s ease}.download-button[data-v-3236c101]:hover{background-color:#f46060;box-shadow:0 2px 6px #00000026;text-decoration:none}.document-preview[data-v-3236c101]{max-height:70vh;overflow-y:auto}.preview-header[data-v-3236c101]{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.preview-meta[data-v-3236c101]{display:flex;gap:1.5rem;flex-wrap:wrap}.meta-item[data-v-3236c101]{display:flex;align-items:center;gap:.5rem;color:#6c757d;font-size:.9rem}.meta-item i[data-v-3236c101]{color:#495057}.preview-content h5[data-v-3236c101]{margin-bottom:.75rem;color:#212529}.preview-content p[data-v-3236c101]{color:#6c757d;line-height:1.6;margin-bottom:1.5rem}.preview-iframe-container[data-v-3236c101]{margin:1.5rem 0}.preview-iframe[data-v-3236c101]{width:100%;height:500px;border:1px solid #dee2e6;border-radius:8px}.preview-fallback[data-v-3236c101]{text-align:center;padding:3rem;background:#f8f9fa;border-radius:8px;color:#6c757d}.preview-fallback i[data-v-3236c101]{font-size:3rem;margin-bottom:1rem;color:#dee2e6}.preview-actions[data-v-3236c101]{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e9ecef;text-align:center}.btn-download-modal[data-v-3236c101]{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-download-modal[data-v-3236c101]:hover{background:linear-gradient(135deg,#20c997,#17a2b8);transform:translateY(-2px)}.empty-state[data-v-3236c101]{text-align:center;padding:4rem 2rem}.empty-icon-wrapper[data-v-3236c101]{margin-bottom:2rem}.empty-icon[data-v-3236c101]{font-size:5rem;color:#cbd5e0;display:block}.empty-title[data-v-3236c101]{margin:0 0 1rem;font-size:2rem;font-weight:600;color:#2d3748}.empty-text[data-v-3236c101]{font-size:1.1rem;color:#718096;max-width:500px;margin:0 auto}.loading-state[data-v-3236c101]{text-align:center;padding:4rem 2rem}.social-icon[data-v-717d69ea]{width:40px;height:40px;background:transparent;border:1px solid white;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;transition:background .3s,color .3s}.social-icon[data-v-717d69ea]:hover{background:#fff;color:#155fa0}main[data-v-7b5b5c50]{padding-bottom:2rem}.hero-section-version2[data-v-edb577e5]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:0}.hero-v2-content[data-v-edb577e5]{position:relative;z-index:1}main.main[data-v-1081eeb2]{min-height:calc(100vh - 500px)}.notification[data-v-8b8992e8]{position:fixed;right:20px;padding:12px 16px;border-radius:6px;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;max-width:400px;z-index:9999;animation:slide-in-8b8992e8 .3s ease-out}@keyframes slide-in-8b8992e8{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.notification.error[data-v-8b8992e8]{background-color:#fed7d7;color:#c53030;border-left:4px solid #e53e3e}.notification.success[data-v-8b8992e8]{background-color:#c6f6d5;color:#2f855a;border-left:4px solid #38a169}.notification.warning[data-v-8b8992e8]{background-color:#feebc8;color:#c05621;border-left:4px solid #dd6b20}.notification.info[data-v-8b8992e8]{background-color:#bee3f8;color:#2b6cb0;border-left:4px solid #3182ce}.notification-message[data-v-8b8992e8]{flex:1}.close-notification[data-v-8b8992e8]{background:transparent;border:none;color:inherit;cursor:pointer;margin-left:12px;padding:0;display:flex;align-items:center;justify-content:center}.mr-1[data-v-8b8992e8]{margin-right:6px}.breadcrumb-custom[data-v-c63a4cae]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:0}.breadcrumb-custom[data-v-c63a4cae]{position:relative;z-index:1}.survey-card[data-v-c63a4cae]{border-radius:15px;overflow:hidden;background-color:#fff;box-shadow:0 10px 30px #00000014;transition:all .4s ease;position:relative;border:1px solid rgba(0,0,0,.05)}.survey-card[data-v-c63a4cae]:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.card-header[data-v-c63a4cae]{background:linear-gradient(135deg,var(--theme, #d92d05) 0%,#ff6b35 100%);padding:25px 30px;display:flex;align-items:center;gap:15px;color:#fff}.card-icon[data-v-c63a4cae]{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background-color:#fff3;border-radius:12px;font-size:24px}.card-title[data-v-c63a4cae]{margin:0;font-size:24px;font-weight:700;color:#fff}.card-content[data-v-c63a4cae]{padding:30px}.data-list[data-v-c63a4cae]{display:flex;flex-direction:column;gap:20px}.data-item[data-v-c63a4cae]{display:flex;justify-content:space-between;align-items:flex-start;padding:20px;background-color:#f8f9fa;border-radius:10px;border-left:4px solid var(--theme, #d92d05);transition:all .3s ease}.data-item[data-v-c63a4cae]:hover{background-color:#e9ecef;transform:translate(5px)}.item-info[data-v-c63a4cae]{flex:1}.item-title[data-v-c63a4cae]{margin:0 0 8px;font-size:18px;font-weight:600;color:#2d3748}.item-answer[data-v-c63a4cae]{margin:0 0 12px;color:#666;line-height:1.5}.empty-state[data-v-c63a4cae]{text-align:center;padding:40px 20px;color:#666}.empty-icon[data-v-c63a4cae]{font-size:48px;color:#cbd5e0;margin-bottom:15px;display:block}.empty-text[data-v-c63a4cae]{margin:0;font-size:16px;color:#a0aec0}.loading-state[data-v-c63a4cae]{text-align:center;padding:40px 20px;color:#666}.loading-icon[data-v-c63a4cae]{font-size:48px;color:var(--theme, #d92d05);margin-bottom:15px;display:block;animation:spin-c63a4cae 1s linear infinite}.loading-text[data-v-c63a4cae]{margin:0;font-size:16px;color:#666;font-weight:500}@keyframes spin-c63a4cae{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.survey-card .form-label[data-v-c63a4cae]{color:#2d3748!important;font-weight:500}@media (max-width: 991px){.card-header[data-v-c63a4cae]{padding:20px 25px}.card-content[data-v-c63a4cae]{padding:25px}.data-item[data-v-c63a4cae]{flex-direction:column;gap:15px}}@media (max-width: 767px){.card-header[data-v-c63a4cae]{padding:15px 20px}.card-icon[data-v-c63a4cae]{width:40px;height:40px;font-size:20px}.card-title[data-v-c63a4cae]{font-size:20px}.card-content[data-v-c63a4cae]{padding:20px}.data-item[data-v-c63a4cae]{padding:15px}.item-title[data-v-c63a4cae]{font-size:16px}}.page-header[data-v-091664d8]{margin-bottom:3rem}.header-badge[data-v-091664d8]{display:inline-block}.badge-text[data-v-091664d8]{background:linear-gradient(135deg,var(--theme, #d92d05) 0%,#ff6b35 100%);color:#fff;padding:8px 20px;border-radius:25px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.page-title[data-v-091664d8]{font-size:3rem;font-weight:700;color:#1a202c;margin-bottom:1rem;line-height:1.2}.title-underline[data-v-091664d8]{width:80px;height:4px;background:linear-gradient(135deg,var(--theme, #d92d05) 0%,#ff6b35 100%);margin:0 auto;border-radius:2px}.empty-state[data-v-091664d8]{text-align:center;padding:4rem 2rem}.empty-icon-wrapper[data-v-091664d8]{margin-bottom:2rem}.empty-icon[data-v-091664d8]{font-size:5rem;color:#cbd5e0;display:block}.empty-title[data-v-091664d8]{margin:0 0 1rem;font-size:2rem;font-weight:600;color:#2d3748}.empty-text[data-v-091664d8]{font-size:1.1rem;color:#718096;max-width:500px;margin:0 auto}.loading-state[data-v-091664d8]{text-align:center;padding:4rem 2rem}.page-header[data-v-cbdd3916]{margin-bottom:3rem}.header-badge[data-v-cbdd3916]{display:inline-block}.badge-text[data-v-cbdd3916]{background:linear-gradient(135deg,var(--theme, #d92d05) 0%,#ff6b35 100%);color:#fff;padding:8px 20px;border-radius:25px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.page-title[data-v-cbdd3916]{font-size:3rem;font-weight:700;color:#1a202c;margin-bottom:1rem;line-height:1.2}.title-underline[data-v-cbdd3916]{width:80px;height:4px;background:linear-gradient(135deg,var(--theme, #d92d05) 0%,#ff6b35 100%);margin:0 auto;border-radius:2px}.document-card[data-v-cbdd3916]{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;overflow:hidden;border:1px solid #f0f0f0;height:100%;display:flex;flex-direction:column}.document-card[data-v-cbdd3916]:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.document-header[data-v-cbdd3916]{padding:1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;align-items:center;gap:1rem}.document-icon[data-v-cbdd3916]{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;flex-shrink:0}.document-meta[data-v-cbdd3916]{display:flex;flex-direction:column;gap:4px}.document-date[data-v-cbdd3916]{font-size:.85rem;color:#6c757d;font-weight:500}.document-author[data-v-cbdd3916]{font-size:.9rem;color:#495057;font-weight:600}.document-content[data-v-cbdd3916]{padding:1.5rem;flex-grow:1}.document-title[data-v-cbdd3916]{font-size:1.2rem;font-weight:700;color:#212529;margin-bottom:.75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.document-description[data-v-cbdd3916]{color:#030303;font-size:.95rem;line-height:1.6;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.document-actions[data-v-cbdd3916]{padding:1rem 1.5rem 1.5rem;display:flex;gap:.75rem;margin-top:auto}.btn-action[data-v-cbdd3916]{flex:1;padding:.75rem 1rem;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-preview[data-v-cbdd3916]{background:linear-gradient(135deg,#17a2b8,#138496);color:#fff}.btn-preview[data-v-cbdd3916]:hover{background:linear-gradient(135deg,#138496,#117a8b);transform:translateY(-2px)}.btn-download[data-v-cbdd3916]{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.btn-download[data-v-cbdd3916]:hover{background:linear-gradient(135deg,#20c997,#17a2b8);transform:translateY(-2px)}.empty-state[data-v-cbdd3916]{padding:4rem 2rem;color:#6c757d}.empty-state i[data-v-cbdd3916]{font-size:4rem;margin-bottom:1rem;color:#dee2e6}.empty-state h5[data-v-cbdd3916]{margin-bottom:.5rem;color:#495057}.empty-state p[data-v-cbdd3916]{margin-bottom:0;font-size:.95rem}.document-preview[data-v-cbdd3916]{max-height:70vh;overflow-y:auto}.preview-header[data-v-cbdd3916]{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.preview-meta[data-v-cbdd3916]{display:flex;gap:1.5rem;flex-wrap:wrap}.meta-item[data-v-cbdd3916]{display:flex;align-items:center;gap:.5rem;color:#6c757d;font-size:.9rem}.meta-item i[data-v-cbdd3916]{color:#495057}.preview-content h5[data-v-cbdd3916]{margin-bottom:.75rem;color:#212529}.preview-content p[data-v-cbdd3916]{color:#6c757d;line-height:1.6;margin-bottom:1.5rem}.preview-iframe-container[data-v-cbdd3916]{margin:1.5rem 0}.preview-iframe[data-v-cbdd3916]{width:100%;height:500px;border:1px solid #dee2e6;border-radius:8px}.preview-fallback[data-v-cbdd3916]{text-align:center;padding:3rem;background:#f8f9fa;border-radius:8px;color:#6c757d}.preview-fallback i[data-v-cbdd3916]{font-size:3rem;margin-bottom:1rem;color:#dee2e6}.preview-actions[data-v-cbdd3916]{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e9ecef;text-align:center}.btn-download-modal[data-v-cbdd3916]{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-download-modal[data-v-cbdd3916]:hover{background:linear-gradient(135deg,#20c997,#17a2b8);transform:translateY(-2px)}@media (max-width: 768px){.title[data-v-cbdd3916]{font-size:2rem}.document-header[data-v-cbdd3916],.document-content[data-v-cbdd3916]{padding:1rem}.document-actions[data-v-cbdd3916]{padding:.75rem 1rem 1rem;flex-direction:column}.btn-action[data-v-cbdd3916]{width:100%}.preview-meta[data-v-cbdd3916]{flex-direction:column;gap:.75rem}.preview-iframe[data-v-cbdd3916]{height:400px}}.page-content[data-v-452ab73f]{width:100%;margin:0}.page-header[data-v-452ab73f]{margin-bottom:3rem}.header-badge[data-v-452ab73f]{display:inline-block}.badge-text[data-v-452ab73f]{background:linear-gradient(135deg,var(--theme, #d92d05) 0%,#ff6b35 100%);color:#fff;padding:8px 20px;border-radius:25px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.page-title[data-v-452ab73f]{font-size:3rem;font-weight:700;color:#1a202c;margin-bottom:1rem;line-height:1.2}.title-underline[data-v-452ab73f]{width:80px;height:4px;background:linear-gradient(135deg,var(--theme, #d92d05) 0%,#ff6b35 100%);margin:0 auto;border-radius:2px}.content-wrapper[data-v-452ab73f]{margin-bottom:3rem;margin:24px 0;width:100%}.content-card[data-v-452ab73f]{background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014;border:1px solid rgba(0,0,0,.05);overflow:hidden;transition:all .3s ease;width:100%}.content-card[data-v-452ab73f]:hover{transform:translateY(-5px);box-shadow:0 20px 60px #0000001f}.content-body[data-v-452ab73f]{padding:3rem;width:100%}.content-text[data-v-452ab73f]{font-size:1.1rem;line-height:1.8;color:#000;text-align:justify;width:100%}.content-text[data-v-452ab73f] p{margin-bottom:1.5rem;color:#000!important}.content-text[data-v-452ab73f] br{display:block;margin-bottom:.5rem}.content-text[data-v-452ab73f] hr{border:none;border-top:1px solid #e2e8f0;margin:2rem 0}.content-text[data-v-452ab73f] table{width:100%;border-collapse:collapse;margin:1.5rem 0}.content-text[data-v-452ab73f] th,.content-text[data-v-452ab73f] td{border:1px solid #e2e8f0;padding:.75rem;text-align:left}.content-text[data-v-452ab73f] th{background-color:#f7fafc;font-weight:600}.content-text h1[data-v-452ab73f]{font-size:2.2rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem;color:#1a202c;margin-top:2rem;margin-bottom:1rem;font-weight:600;line-height:1.3}.content-text h2[data-v-452ab73f]{font-size:1.8rem;color:var(--theme, #d92d05);margin-top:2rem;margin-bottom:1rem;font-weight:600;line-height:1.3}.content-text h3[data-v-452ab73f]{font-size:1.5rem;color:#1a202c;margin-top:2rem;margin-bottom:1rem;font-weight:600;line-height:1.3}.content-text ul[data-v-452ab73f],.content-text ol[data-v-452ab73f]{margin-bottom:1.5rem;padding-left:2rem}.content-text li[data-v-452ab73f]{margin-bottom:.5rem;line-height:1.6}.content-text strong[data-v-452ab73f],.content-text b[data-v-452ab73f]{font-weight:700;color:#1a202c}.content-text em[data-v-452ab73f],.content-text i[data-v-452ab73f]{font-style:italic;color:#4a5568}.content-text a[data-v-452ab73f]{color:var(--theme, #d92d05);text-decoration:none;font-weight:600;transition:all .3s ease;border-bottom:1px solid transparent}.content-text a[data-v-452ab73f]:hover{color:#ff6b35;border-bottom-color:#ff6b35}.content-text[data-v-452ab73f] img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0;box-shadow:0 4px 12px #0000001a}.content-text[data-v-452ab73f] code{background-color:#f7fafc;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:#e53e3e}.content-text[data-v-452ab73f] pre{background-color:#f7fafc;padding:1rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0;border:1px solid #e2e8f0}.content-text[data-v-452ab73f] pre code{background:none;padding:0;color:inherit}.content-text[data-v-452ab73f] p[style*="text-align: left"]{text-align:left}.content-text[data-v-452ab73f] p[style*="text-align: center"]{text-align:center}.content-text[data-v-452ab73f] p[style*="text-align: right"]{text-align:right}.content-text[data-v-452ab73f] [style*="color: white"],.content-text[data-v-452ab73f] [style*="color: #fff"],.content-text[data-v-452ab73f] [style*="color: #ffffff"]{color:#000!important}.content-text blockquote[data-v-452ab73f]{background:#f7fafc;border-left:4px solid var(--theme, #d92d05);padding:1.5rem;margin:2rem 0;border-radius:0 8px 8px 0;font-style:italic;color:#4a5568}.empty-state[data-v-452ab73f]{text-align:center;padding:4rem 2rem}.empty-icon-wrapper[data-v-452ab73f]{margin-bottom:2rem}.empty-icon[data-v-452ab73f]{font-size:5rem;color:#cbd5e0;display:block}.empty-title[data-v-452ab73f]{margin:0 0 1rem;font-size:2rem;font-weight:600;color:#2d3748}.empty-text[data-v-452ab73f]{font-size:1.1rem;color:#718096;max-width:500px;margin:0 auto}.loading-state[data-v-452ab73f]{text-align:center;padding:4rem 2rem}.loading-container[data-v-452ab73f],.error-container[data-v-452ab73f]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;text-align:center;margin:24px 0}.loading-spinner[data-v-452ab73f]{font-size:48px;color:#4299e1;margin-bottom:16px}.error-icon[data-v-452ab73f]{font-size:48px;margin-bottom:16px;color:#e53e3e}.retry-button[data-v-452ab73f]{margin-top:16px;padding:8px 16px;background-color:#edf2f7;color:#4a5568;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s;display:flex;align-items:center;gap:8px}.retry-button[data-v-452ab73f]:hover{background-color:#e2e8f0}@media (max-width: 991px){.page-title[data-v-452ab73f]{font-size:2.5rem}.content-body[data-v-452ab73f]{padding:2rem}.content-text[data-v-452ab73f]{font-size:1rem}.content-text h1[data-v-452ab73f]{font-size:1.8rem}.content-text h2[data-v-452ab73f]{font-size:1.5rem}.content-text h3[data-v-452ab73f]{font-size:1.3rem}}@media (max-width: 767px){.page-title[data-v-452ab73f]{font-size:2rem}.content-body[data-v-452ab73f]{padding:1.5rem;width:100%}.content-wrapper[data-v-452ab73f]{width:100%;margin:16px 0}.content-card[data-v-452ab73f]{width:100%}.content-text[data-v-452ab73f]{font-size:.95rem;width:100%}.content-text h1[data-v-452ab73f]{font-size:1.6rem}.content-text h2[data-v-452ab73f]{font-size:1.4rem}.content-text h3[data-v-452ab73f]{font-size:1.2rem}.empty-icon[data-v-452ab73f]{font-size:4rem}.empty-title[data-v-452ab73f]{font-size:1.5rem}.loading-container[data-v-452ab73f],.error-container[data-v-452ab73f]{padding:40px 20px}.loading-spinner[data-v-452ab73f],.error-icon[data-v-452ab73f]{font-size:36px}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.blog-details-section[data-v-5148aad8]{padding:80px 0}.thumb[data-v-5148aad8]{position:relative;border-radius:8px;overflow:hidden}.thumb img[data-v-5148aad8]{width:100%;height:auto;object-fit:cover;border-radius:8px}.date-label[data-v-5148aad8]{font-size:16px;color:#666;font-weight:500}.details-content h4[data-v-5148aad8]{font-size:28px;line-height:1.4}.pra-clr[data-v-5148aad8],.pra-clr[data-v-5148aad8] *{color:#666}.theme-clr[data-v-5148aad8]{color:var(--bs-primary, #0d6efd)}.white-clr[data-v-5148aad8]{color:#fff}.theme-bg[data-v-5148aad8]{background-color:var(--bs-primary, #0d6efd)}.tag-clr[data-v-5148aad8]{color:#666;text-decoration:none;padding:5px 15px;background-color:#f5f5f5;border-radius:30px;transition:all .3s ease}.tag-clr[data-v-5148aad8]:hover{background-color:var(--bs-primary, #0d6efd);color:#fff}.taglist[data-v-5148aad8]{list-style:none;padding:0;margin:0}.podcast-series-container[data-v-5148aad8]{margin-bottom:40px;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 15px}.podcast-series-grid[data-v-5148aad8]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;justify-content:center;margin:0 auto;padding:15px 0}@media (min-width: 992px){.podcast-series-grid[data-v-5148aad8]{grid-template-columns:repeat(auto-fit,minmax(300px,330px));justify-content:center}}.podcast-episode-card[data-v-5148aad8]{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #00000014;transition:all .3s ease;position:relative;border:1px solid #eee;display:flex;flex-direction:column;margin:0 auto;max-width:350px;width:100%;transform:translateY(0)}.podcast-episode-card[data-v-5148aad8]:hover{transform:translateY(-8px);box-shadow:0 15px 30px #0000001a;border-color:#d92d05}.podcast-episode-content[data-v-5148aad8]{padding:20px;display:flex;flex-direction:column;gap:10px;position:relative;flex:1}.episode-number[data-v-5148aad8]{margin-bottom:10px}.episode-badge[data-v-5148aad8]{background-color:#f2f2f2;color:#333;font-size:12px;font-weight:600;padding:4px 10px;border-radius:20px;display:inline-block}.episode-title[data-v-5148aad8]{font-size:16px;font-weight:700;color:#000;margin-bottom:10px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.episode-meta[data-v-5148aad8]{display:flex;gap:15px;color:#666;font-size:13px;margin-bottom:10px}.episode-meta i[data-v-5148aad8]{margin-right:5px}.episode-actions[data-v-5148aad8]{margin-top:auto;display:flex;justify-content:flex-end}.play-button[data-v-5148aad8]{background-color:#d92d05;color:#fff;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 8px #00000026;z-index:2}.play-button[data-v-5148aad8]:hover{background-color:#b82500;transform:scale(1.05)}.play-button i[data-v-5148aad8]{font-size:14px}.podcast-episode-card.is-playing[data-v-5148aad8]{border-color:#d92d05;box-shadow:0 8px 25px #d92d0533;background-color:#fff9f8}.podcast-episode-card.is-playing .episode-badge[data-v-5148aad8]{background-color:#d92d05;color:#fff}.no-episodes[data-v-5148aad8]{padding:20px;background-color:#f9f9f9;border-radius:12px;text-align:center}@media (max-width: 768px){.details-content h4[data-v-5148aad8]{font-size:22px}.podcast-series-container[data-v-5148aad8]{padding:0 10px}.podcast-series-grid[data-v-5148aad8]{grid-template-columns:1fr;gap:20px}.podcast-episode-card[data-v-5148aad8]{max-width:100%}.episode-meta[data-v-5148aad8]{flex-direction:column;gap:5px}}.theme-color[data-v-5148aad8]{color:#d92d05}.episode-cover[data-v-5148aad8]{width:100%;height:180px;position:relative;overflow:hidden}.episode-cover-img[data-v-5148aad8]{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.podcast-episode-card:hover .episode-cover-img[data-v-5148aad8]{transform:scale(1.05)}.episode-overlay[data-v-5148aad8]{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.podcast-episode-card:hover .episode-overlay[data-v-5148aad8]{opacity:1}.podcast-episode-card.is-playing .episode-overlay[data-v-5148aad8]{background:#d92d054d;opacity:1}.play-button-overlay[data-v-5148aad8]{width:50px;height:50px;border-radius:50%;background:#d92d05;border:none;color:#fff;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #0000004d;transition:transform .2s ease,background-color .2s ease}.play-button-overlay[data-v-5148aad8]:hover{transform:scale(1.1);background-color:#c02401}@media (max-width: 768px){.episode-cover[data-v-5148aad8]{height:160px}.play-button-overlay[data-v-5148aad8]{width:40px;height:40px;font-size:16px;opacity:1}.episode-overlay[data-v-5148aad8]{opacity:.7}}.announcer-section[data-v-5148aad8]{background-color:#f8f9fa;padding:80px 0;position:relative;overflow:hidden}.announcer-section[data-v-5148aad8]:before{content:"";position:absolute;top:0;right:0;width:300px;height:300px;background-color:#d92d050d;border-radius:50%;transform:translate(100px,-150px);z-index:0}.announcer-section[data-v-5148aad8]:after{content:"";position:absolute;bottom:0;left:0;width:200px;height:200px;background-color:#d92d050d;border-radius:50%;transform:translate(-80px,80px);z-index:0}.section-header[data-v-5148aad8]{position:relative;z-index:1}.section-title[data-v-5148aad8]{font-size:32px;font-weight:700;color:#333;margin-bottom:15px}.section-divider[data-v-5148aad8]{display:flex;justify-content:center;align-items:center;margin-bottom:20px}.section-divider span[data-v-5148aad8]{display:block;width:80px;height:3px;background-color:#d92d05;position:relative}.section-divider span[data-v-5148aad8]:before,.section-divider span[data-v-5148aad8]:after{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background-color:#d92d05;top:50%;transform:translateY(-50%)}.section-divider span[data-v-5148aad8]:before{left:-15px}.section-divider span[data-v-5148aad8]:after{right:-15px}.announcer-container[data-v-5148aad8]{max-width:1100px;margin:0 auto;position:relative;z-index:2}.announcer-card[data-v-5148aad8]{display:flex;background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #00000014;transition:all .3s ease;position:relative}.announcer-card[data-v-5148aad8]:hover{transform:translateY(-10px);box-shadow:0 15px 40px #d92d0526}.announcer-image-container[data-v-5148aad8]{flex:0 0 40%;position:relative;overflow:hidden}.announcer-image[data-v-5148aad8]{width:100%;height:100%;position:relative;overflow:hidden}.announcer-img[data-v-5148aad8]{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.announcer-card:hover .announcer-img[data-v-5148aad8]{transform:scale(1.05)}.announcer-overlay[data-v-5148aad8]{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);display:flex;align-items:flex-end;justify-content:center;padding-bottom:20px;opacity:0;transition:opacity .3s ease}.announcer-card:hover .announcer-overlay[data-v-5148aad8]{opacity:1}.announcer-social[data-v-5148aad8]{display:flex;gap:15px}.social-icon[data-v-5148aad8]{width:36px;height:36px;border-radius:50%;background-color:#fff;color:#d92d05;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .3s ease;transform:translateY(20px);opacity:0}.announcer-card:hover .social-icon[data-v-5148aad8]{transform:translateY(0);opacity:1}.announcer-card:hover .social-icon[data-v-5148aad8]:nth-child(1){transition-delay:.1s}.announcer-card:hover .social-icon[data-v-5148aad8]:nth-child(2){transition-delay:.2s}.announcer-card:hover .social-icon[data-v-5148aad8]:nth-child(3){transition-delay:.3s}.announcer-card:hover .social-icon[data-v-5148aad8]:nth-child(4){transition-delay:.4s}.social-icon[data-v-5148aad8]:hover{background-color:#d92d05;color:#fff;transform:translateY(-5px)}.announcer-content[data-v-5148aad8]{flex:0 0 60%;padding:40px;display:flex;flex-direction:column}.announcer-info[data-v-5148aad8]{display:flex;flex-direction:column;height:100%}.announcer-name[data-v-5148aad8]{font-size:28px;font-weight:700;color:#333;margin-bottom:10px;line-height:1.2}.announcer-role[data-v-5148aad8]{margin-bottom:15px}.announcer-role .badge[data-v-5148aad8]{background-color:#f0f0f0;color:#d92d05;font-size:14px;font-weight:600;padding:6px 12px;border-radius:20px}.announcer-divider[data-v-5148aad8]{width:60px;height:3px;background-color:#d92d05;margin-bottom:20px}.announcer-bio[data-v-5148aad8]{font-size:16px;line-height:1.7;color:#666;margin-bottom:25px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical}.announcer-stats[data-v-5148aad8]{display:flex;gap:30px;margin-bottom:25px;margin-top:auto}.stat-item[data-v-5148aad8]{text-align:center}.stat-value[data-v-5148aad8]{font-size:24px;font-weight:700;color:#d92d05}.stat-label[data-v-5148aad8]{font-size:14px;color:#666}.announcer-actions[data-v-5148aad8]{margin-top:10px}.announcer-btn[data-v-5148aad8]{display:inline-flex;align-items:center;background-color:#d92d05;color:#fff;padding:10px 20px;border-radius:30px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 10px #d92d0533}.announcer-btn[data-v-5148aad8]:hover{background-color:#b82500;transform:translate(5px);box-shadow:0 6px 15px #d92d054d}.announcer-btn i[data-v-5148aad8]{margin-left:8px;transition:transform .3s ease}.announcer-btn:hover i[data-v-5148aad8]{transform:translate(3px)}@media (max-width: 991px){.announcer-card[data-v-5148aad8]{flex-direction:column}.announcer-image-container[data-v-5148aad8]{flex:0 0 300px}.announcer-content[data-v-5148aad8]{flex:1;padding:30px}.section-title[data-v-5148aad8]{font-size:28px}.announcer-name[data-v-5148aad8]{font-size:24px}.announcer-stats[data-v-5148aad8]{gap:20px}}@media (max-width: 768px){.announcer-section[data-v-5148aad8]{padding:60px 0}.announcer-image-container[data-v-5148aad8]{flex:0 0 250px}.announcer-content[data-v-5148aad8]{padding:25px}.announcer-bio[data-v-5148aad8]{-webkit-line-clamp:3;line-clamp:3;margin-bottom:20px}.section-title[data-v-5148aad8]{font-size:24px}.announcer-name[data-v-5148aad8]{font-size:22px}.stat-value[data-v-5148aad8]{font-size:20px}.stat-label[data-v-5148aad8]{font-size:12px}.announcer-overlay[data-v-5148aad8]{opacity:1;background:linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,.1),transparent)}.social-icon[data-v-5148aad8]{transform:translateY(0);opacity:1;width:32px;height:32px;font-size:14px}}@media (max-width: 576px){.announcer-image-container[data-v-5148aad8]{flex:0 0 200px}.announcer-content[data-v-5148aad8]{padding:20px}.announcer-name[data-v-5148aad8]{font-size:20px}.announcer-role .badge[data-v-5148aad8]{font-size:12px;padding:5px 10px}.announcer-bio[data-v-5148aad8]{font-size:14px;-webkit-line-clamp:3;line-clamp:3}.announcer-stats[data-v-5148aad8]{gap:15px}.stat-value[data-v-5148aad8]{font-size:18px}.stat-label[data-v-5148aad8]{font-size:11px}.announcer-btn[data-v-5148aad8]{padding:8px 16px;font-size:14px}}.timeline-container[data-v-a63bc3b4]{max-width:800px;margin:0 auto;padding:20px}.search-container[data-v-a63bc3b4]{margin-bottom:30px;display:flex;align-items:flex-end;gap:20px;flex-wrap:wrap}.search-wrapper[data-v-a63bc3b4]{position:relative;flex:1;min-width:200px;display:flex;flex-direction:column;gap:8px}.search-wrapper label[data-v-a63bc3b4],.date-input-group label[data-v-a63bc3b4]{font-size:.9rem;color:#666;font-weight:500}.input-with-icon[data-v-a63bc3b4]{position:relative;width:100%}.search-input[data-v-a63bc3b4],.date-input[data-v-a63bc3b4]{width:100%;padding:8px 12px;border:2px solid var(--primary);border-radius:8px;font-size:1rem;outline:none;transition:all .3s ease;color:#2c3e50}.search-input[data-v-a63bc3b4]{padding:8px 40px 8px 12px}.search-input[data-v-a63bc3b4]:focus,.date-input[data-v-a63bc3b4]:focus{box-shadow:0 0 0 3px rgba(var(--primary-rgb),.2)}.search-icon[data-v-a63bc3b4]{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:var(--primary)}.date-filter-wrapper[data-v-a63bc3b4]{display:flex;gap:20px;flex:2;min-width:300px}.date-input-group[data-v-a63bc3b4]{display:flex;flex-direction:column;gap:8px;flex:1}.timeline[data-v-a63bc3b4]{position:relative;padding:20px 0}.timeline[data-v-a63bc3b4]:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:2px;height:100%;background-color:var(--primary)}.timeline-item[data-v-a63bc3b4]{position:relative;margin-bottom:30px;width:100%}.timeline-dot[data-v-a63bc3b4]{position:absolute;left:50%;transform:translate(-50%);width:16px;height:16px;border-radius:50%;background-color:var(--primary);border:2px solid white;z-index:1}.timeline-content[data-v-a63bc3b4]{position:relative;width:calc(50% - 30px);padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.timeline-item:nth-child(odd) .timeline-content[data-v-a63bc3b4]{margin-left:auto}.timeline-date[data-v-a63bc3b4]{margin-bottom:10px}.timeline-date .day[data-v-a63bc3b4]{font-weight:600;color:var(--primary);margin-right:10px}.timeline-date .date[data-v-a63bc3b4]{color:#666;font-size:.9rem}.timeline-program[data-v-a63bc3b4]{display:flex;flex-direction:column;gap:8px}.timeline-program .time[data-v-a63bc3b4]{font-weight:600;color:#2c3e50}.program-details[data-v-a63bc3b4]{display:flex;justify-content:space-between;align-items:center}.program-details h3[data-v-a63bc3b4]{margin:0;font-size:1.1rem;color:#2c3e50}.badge[data-v-a63bc3b4]{color:#fff;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:500}.badge.live[data-v-a63bc3b4]{background-color:var(--bs-danger)}.badge.rekaman[data-v-a63bc3b4]{background-color:var(--bs-success)}@media (max-width: 768px){.search-container[data-v-a63bc3b4]{flex-direction:column;align-items:stretch}.search-wrapper[data-v-a63bc3b4]{width:100%}.date-filter-wrapper[data-v-a63bc3b4]{flex-direction:column;width:100%}.date-input-group[data-v-a63bc3b4]{width:100%}.timeline[data-v-a63bc3b4]:before{left:30px}.timeline-dot[data-v-a63bc3b4]{left:30px}.timeline-content[data-v-a63bc3b4]{width:calc(100% - 60px);margin-left:60px!important}}.latest-episode-itemv1[data-v-4a4041f7]{transition:all .3s ease;border-radius:10px;overflow:hidden;box-shadow:0 0 15px #0000001a;background:#fff;height:100%}.latest-episode-itemv1[data-v-4a4041f7]:hover{transform:translateY(-5px);box-shadow:0 5px 20px #00000026}.icon.d-center[data-v-4a4041f7]{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.pra-clr[data-v-4a4041f7],.pra-clr[data-v-4a4041f7] *{color:#000!important}.program-detail-content-section[data-v-ad249e7e]{padding:80px 0}.schedule-item[data-v-ad249e7e]{background:#f8f9fa;padding:15px;border-radius:8px}.schedule-day[data-v-ad249e7e]{min-width:100px}.other-program-item[data-v-ad249e7e]{transition:all .3s ease;padding:10px;border-radius:8px}.other-program-item[data-v-ad249e7e]:hover{background:#f8f9fa}[data-v-ad249e7e] .program-deskripsi-text,[data-v-ad249e7e] .program-deskripsi-text p{color:#666!important}.black-clr[data-v-ad249e7e]{color:#000}.pra-clr[data-v-ad249e7e]{color:#666}.white-clr[data-v-ad249e7e]{color:#fff}.theme-bg[data-v-ad249e7e]{background-color:var(--bs-primary, #0d6efd)}@media (max-width: 768px){.program-detail-content h3[data-v-ad249e7e]{font-size:22px}}.page-content[data-v-d209d66a]{width:100%;margin:0}.page-header[data-v-d209d66a]{margin-bottom:3rem}.header-badge[data-v-d209d66a]{display:inline-block}.badge-text[data-v-d209d66a]{background:linear-gradient(135deg,var(--theme, #d92d05) 0%,#ff6b35 100%);color:#fff;padding:8px 20px;border-radius:25px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.page-title[data-v-d209d66a]{font-size:3rem;font-weight:700;color:#1a202c;margin-bottom:1rem;line-height:1.2}.title-underline[data-v-d209d66a]{width:80px;height:4px;background:linear-gradient(135deg,var(--theme, #d92d05) 0%,#ff6b35 100%);margin:0 auto;border-radius:2px}.content-wrapper[data-v-d209d66a]{margin-bottom:3rem;margin:24px 0;width:100%}.content-card[data-v-d209d66a]{background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014;border:1px solid rgba(0,0,0,.05);overflow:hidden;transition:all .3s ease;width:100%}.content-card[data-v-d209d66a]:hover{transform:translateY(-5px);box-shadow:0 20px 60px #0000001f}.content-body[data-v-d209d66a]{padding:3rem;width:100%}.content-text[data-v-d209d66a]{font-size:1.1rem;line-height:1.8;color:#000;text-align:justify;width:100%}.content-text[data-v-d209d66a] p{margin-bottom:1.5rem;color:#000!important}.content-text[data-v-d209d66a] br{display:block;margin-bottom:.5rem}.content-text[data-v-d209d66a] hr{border:none;border-top:1px solid #e2e8f0;margin:2rem 0}.content-text[data-v-d209d66a] table{width:100%;border-collapse:collapse;margin:1.5rem 0}.content-text[data-v-d209d66a] th,.content-text[data-v-d209d66a] td{border:1px solid #e2e8f0;padding:.75rem;text-align:left}.content-text[data-v-d209d66a] th{background-color:#f7fafc;font-weight:600}.content-text h1[data-v-d209d66a]{font-size:2.2rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem;color:#1a202c;margin-top:2rem;margin-bottom:1rem;font-weight:600;line-height:1.3}.content-text h2[data-v-d209d66a]{font-size:1.8rem;color:var(--theme, #d92d05);margin-top:2rem;margin-bottom:1rem;font-weight:600;line-height:1.3}.content-text h3[data-v-d209d66a]{font-size:1.5rem;color:#1a202c;margin-top:2rem;margin-bottom:1rem;font-weight:600;line-height:1.3}.content-text ul[data-v-d209d66a],.content-text ol[data-v-d209d66a]{margin-bottom:1.5rem;padding-left:2rem}.content-text li[data-v-d209d66a]{margin-bottom:.5rem;line-height:1.6}.content-text strong[data-v-d209d66a],.content-text b[data-v-d209d66a]{font-weight:700;color:#1a202c}.content-text em[data-v-d209d66a],.content-text i[data-v-d209d66a]{font-style:italic;color:#4a5568}.content-text a[data-v-d209d66a]{color:var(--theme, #d92d05);text-decoration:none;font-weight:600;transition:all .3s ease;border-bottom:1px solid transparent}.content-text a[data-v-d209d66a]:hover{color:#ff6b35;border-bottom-color:#ff6b35}.content-text[data-v-d209d66a] img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0;box-shadow:0 4px 12px #0000001a}.content-text[data-v-d209d66a] code{background-color:#f7fafc;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:#e53e3e}.content-text[data-v-d209d66a] pre{background-color:#f7fafc;padding:1rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0;border:1px solid #e2e8f0}.content-text[data-v-d209d66a] pre code{background:none;padding:0;color:inherit}.content-text[data-v-d209d66a] p[style*="text-align: left"]{text-align:left}.content-text[data-v-d209d66a] p[style*="text-align: center"]{text-align:center}.content-text[data-v-d209d66a] p[style*="text-align: right"]{text-align:right}.content-text[data-v-d209d66a] [style*="color: white"],.content-text[data-v-d209d66a] [style*="color: #fff"],.content-text[data-v-d209d66a] [style*="color: #ffffff"]{color:#000!important}.content-text blockquote[data-v-d209d66a]{background:#f7fafc;border-left:4px solid var(--theme, #d92d05);padding:1.5rem;margin:2rem 0;border-radius:0 8px 8px 0;font-style:italic;color:#4a5568}.empty-state[data-v-d209d66a]{text-align:center;padding:4rem 2rem}.empty-icon-wrapper[data-v-d209d66a]{margin-bottom:2rem}.empty-icon[data-v-d209d66a]{font-size:5rem;color:#cbd5e0;display:block}.empty-title[data-v-d209d66a]{margin:0 0 1rem;font-size:2rem;font-weight:600;color:#2d3748}.empty-text[data-v-d209d66a]{font-size:1.1rem;color:#718096;max-width:500px;margin:0 auto}.loading-state[data-v-d209d66a]{text-align:center;padding:4rem 2rem}.loading-container[data-v-d209d66a],.error-container[data-v-d209d66a]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;text-align:center;margin:24px 0}.loading-spinner[data-v-d209d66a]{font-size:48px;color:#4299e1;margin-bottom:16px}.error-icon[data-v-d209d66a]{font-size:48px;margin-bottom:16px;color:#e53e3e}.retry-button[data-v-d209d66a]{margin-top:16px;padding:8px 16px;background-color:#edf2f7;color:#4a5568;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s;display:flex;align-items:center;gap:8px}.retry-button[data-v-d209d66a]:hover{background-color:#e2e8f0}@media (max-width: 991px){.page-title[data-v-d209d66a]{font-size:2.5rem}.content-body[data-v-d209d66a]{padding:2rem}.content-text[data-v-d209d66a]{font-size:1rem}.content-text h1[data-v-d209d66a]{font-size:1.8rem}.content-text h2[data-v-d209d66a]{font-size:1.5rem}.content-text h3[data-v-d209d66a]{font-size:1.3rem}}@media (max-width: 767px){.page-title[data-v-d209d66a]{font-size:2rem}.content-body[data-v-d209d66a]{padding:1.5rem}.content-text[data-v-d209d66a]{font-size:.95rem}.content-text h1[data-v-d209d66a]{font-size:1.6rem}.content-text h2[data-v-d209d66a]{font-size:1.4rem}.content-text h3[data-v-d209d66a]{font-size:1.2rem}.empty-icon[data-v-d209d66a]{font-size:4rem}.empty-title[data-v-d209d66a]{font-size:1.5rem}.loading-container[data-v-d209d66a],.error-container[data-v-d209d66a]{padding:40px 20px}.loading-spinner[data-v-d209d66a],.error-icon[data-v-d209d66a]{font-size:36px}.content-wrapper[data-v-d209d66a]{width:100%;margin:16px 0}.content-card[data-v-d209d66a],.content-body[data-v-d209d66a],.content-text[data-v-d209d66a]{width:100%}}.org-chart-container[data-v-d75679bc]{width:100%;height:100%;overflow:hidden;background:#fff;position:relative}.chart-wrapper[data-v-d75679bc]{width:100%;height:100%;overflow:hidden;touch-action:manipulation}[data-v-d75679bc] .org-link{fill:none;stroke:#cbd5e0;stroke-width:1.5px}[data-v-d75679bc] .org-node{cursor:pointer}[data-v-d75679bc] .node-card{background:#fff;border-radius:8px;padding:10px;box-shadow:0 2px 4px #0000001a;border:2px solid #e2e8f0;width:404px;height:100%;display:flex;align-items:center;justify-content:center;transition:all .2s;box-sizing:border-box}[data-v-d75679bc] .node-content{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}[data-v-d75679bc] .node-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;border:3px solid #e2e8f0;box-shadow:0 2px 4px #0000001a;background:#f7fafc;display:flex;align-items:center;justify-content:center}[data-v-d75679bc] .node-avatar img{width:100%;height:100%;object-fit:cover}[data-v-d75679bc] .node-info{text-align:center;width:100%}[data-v-d75679bc] .node-title{font-size:10px;font-weight:600;color:#4a5568;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px;word-wrap:break-word;line-height:1.3}[data-v-d75679bc] .node-name{font-size:12px;color:#2d3748;margin-bottom:4px;font-weight:600;word-wrap:break-word;line-height:1.3}[data-v-d75679bc] .node-meta{font-size:10px;display:flex;flex-direction:column;gap:2px}[data-v-d75679bc] .node-meta span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:2px 6px;background:#f7fafc;border-radius:4px;border:1px solid #e2e8f0;color:#2d3748}[data-v-d75679bc] .node-meta .nip{font-family:monospace;letter-spacing:.5px;color:#1a202c;font-weight:600}[data-v-d75679bc] .node-meta .golongan{font-weight:500;color:#2d3748}[data-v-d75679bc] .node-kepala{border-color:#fc8181;background:linear-gradient(to bottom,#fff5f5,#fff)}[data-v-d75679bc] .node-sekretaris{border-color:#4299e1;background:linear-gradient(to bottom,#ebf8ff,#fff)}[data-v-d75679bc] .node-kabid{border-color:#48bb78;background:linear-gradient(to bottom,#f0fff4,#fff)}[data-v-d75679bc] .node-staff{border-color:#a0aec0;background:linear-gradient(to bottom,#f7fafc,#fff)}[data-v-d75679bc] .node-card:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}[data-v-d75679bc] .node-card:hover .node-avatar{transform:scale(1.05);border-color:currentColor}@media (max-width: 768px){[data-v-d75679bc] .node-title{font-size:9px!important;line-height:1.2}[data-v-d75679bc] .node-name{font-size:11px!important;line-height:1.2}[data-v-d75679bc] .node-meta{font-size:9px!important}[data-v-d75679bc] .node-avatar{width:60px!important;height:60px!important}[data-v-d75679bc] .node-content{gap:8px!important}}@media (max-width: 1024px) and (min-width: 769px){[data-v-d75679bc] .node-title{font-size:9.5px!important}[data-v-d75679bc] .node-name{font-size:11.5px!important}[data-v-d75679bc] .node-avatar{width:70px!important;height:70px!important}}@media (hover: none) and (pointer: coarse){[data-v-d75679bc] .node-card:hover{transform:none}[data-v-d75679bc] .node-card:active{transform:scale(.98);box-shadow:0 2px 4px #00000026}}.content-wrapper[data-v-691289f5]{display:flex;gap:24px;margin:24px 0}.tree-container[data-v-691289f5]{flex:2;height:600px;position:relative;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000000d}.asn-table-container[data-v-691289f5]{flex:1;max-width:450px;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;overflow:hidden}.table-title[data-v-691289f5]{padding:16px;margin:0;font-size:16px;font-weight:600;color:#2d3748;border-bottom:1px solid #e2e8f0;text-align:center}.table-wrapper[data-v-691289f5]{height:550px;overflow-y:auto}.asn-table[data-v-691289f5]{width:100%;border-collapse:collapse}.asn-table th[data-v-691289f5]{background-color:#f7fafc;padding:8px 12px;text-align:center;font-weight:600;color:#4a5568;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:10;font-size:13px}.asn-row[data-v-691289f5]{cursor:pointer;transition:background-color .2s;border-bottom:1px solid #f7fafc}.asn-row[data-v-691289f5]:hover{background-color:#f7fafc}.level-1[data-v-691289f5]{background-color:#fff}.level-2[data-v-691289f5]{background-color:#f8fafc}.level-3[data-v-691289f5]{background-color:#f1f5f9}.level-4[data-v-691289f5]{background-color:#e2e8f0}.level-5[data-v-691289f5]{background-color:#cbd5e1}.asn-row.level-2 .info-cell[data-v-691289f5],.asn-row.level-2 .photo-cell[data-v-691289f5]{padding-left:48px}.asn-row.level-3 .info-cell[data-v-691289f5],.asn-row.level-3 .photo-cell[data-v-691289f5]{padding-left:72px}.asn-row.level-4 .info-cell[data-v-691289f5],.asn-row.level-4 .photo-cell[data-v-691289f5]{padding-left:96px}.asn-row.level-5 .info-cell[data-v-691289f5],.asn-row.level-5 .photo-cell[data-v-691289f5]{padding-left:120px}.photo-cell[data-v-691289f5]{padding:12px 8px 12px 16px;width:70px;vertical-align:middle}.asn-table-photo[data-v-691289f5]{width:55px;height:55px;border-radius:50%;object-fit:cover;border:2px solid #e2e8f0}.info-cell[data-v-691289f5]{padding:8px 12px;vertical-align:middle;position:relative}.asn-table-name[data-v-691289f5]{font-weight:600;color:#2d3748;margin-bottom:2px;font-size:13px;line-height:1.2}.asn-table-position[data-v-691289f5]{color:#4299e1;font-size:11px;font-weight:500;text-transform:uppercase;line-height:1.2}.loading-container[data-v-691289f5],.error-container[data-v-691289f5]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;text-align:center;margin:24px 0}.loading-spinner[data-v-691289f5]{font-size:48px;color:#4299e1;margin-bottom:16px}.error-icon[data-v-691289f5]{font-size:48px;margin-bottom:16px;color:#e53e3e}.retry-button[data-v-691289f5]{margin-top:16px;padding:8px 16px;background-color:#edf2f7;color:#4a5568;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s;display:flex;align-items:center;gap:8px}.retry-button[data-v-691289f5]:hover{background-color:#e2e8f0}.asn-detail-card[data-v-691289f5]{display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px 0}.asn-photo-container[data-v-691289f5]{display:flex;justify-content:center;align-items:center}.asn-photo[data-v-691289f5]{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #e2e8f0;box-shadow:0 4px 12px #0000001a}.asn-info[data-v-691289f5]{text-align:center;width:100%}.asn-name[data-v-691289f5]{font-size:24px;font-weight:700;color:#2d3748;margin-bottom:8px;line-height:1.2}.asn-position[data-v-691289f5]{font-size:16px;font-weight:600;color:#4299e1;margin-bottom:20px;text-transform:uppercase}.asn-details[data-v-691289f5]{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;text-align:center}.detail-item[data-v-691289f5]{display:flex;align-items:center;justify-content:center;gap:12px;padding:8px 0;border-bottom:1px solid #f7fafc}.detail-item i[data-v-691289f5]{font-size:18px;color:#4299e1;width:20px;flex-shrink:0}.detail-label[data-v-691289f5]{font-weight:600;color:#4a5568;min-width:80px}.detail-value[data-v-691289f5]{color:#2d3748;font-weight:500}@media (max-width: 768px){.content-wrapper[data-v-691289f5]{flex-direction:column;gap:16px}.tree-container[data-v-691289f5]{height:400px}.asn-table-container[data-v-691289f5]{height:300px}.table-wrapper[data-v-691289f5]{height:350px}.asn-detail-card[data-v-691289f5]{padding:10px 0}.asn-photo[data-v-691289f5]{width:100px;height:100px}.asn-name[data-v-691289f5]{font-size:20px}.asn-table-container[data-v-691289f5]{max-width:none}.asn-table-photo[data-v-691289f5]{width:45px;height:45px}.asn-table-name[data-v-691289f5]{font-size:12px}.asn-table-position[data-v-691289f5]{font-size:10px}.asn-row.level-2 .info-cell[data-v-691289f5],.asn-row.level-2 .photo-cell[data-v-691289f5]{padding-left:32px}.asn-row.level-3 .info-cell[data-v-691289f5],.asn-row.level-3 .photo-cell[data-v-691289f5]{padding-left:48px}.asn-row.level-4 .info-cell[data-v-691289f5],.asn-row.level-4 .photo-cell[data-v-691289f5]{padding-left:64px}.asn-row.level-5 .info-cell[data-v-691289f5],.asn-row.level-5 .photo-cell[data-v-691289f5]{padding-left:80px}}.captcha-container[data-v-fda310a0]{max-width:400px;margin:0 auto}.captcha-wrapper[data-v-fda310a0]{position:relative;display:inline-block;margin-bottom:15px;border-radius:8px;overflow:hidden;border:2px solid #e9ecef}.captcha-canvas[data-v-fda310a0]{display:block;cursor:pointer;transition:all .3s ease}.captcha-canvas[data-v-fda310a0]:hover{opacity:.8}.captcha-controls[data-v-fda310a0]{position:absolute;top:5px;right:5px}.refresh-btn[data-v-fda310a0]{background:#ffffffe6;border:1px solid #ddd;border-radius:4px;padding:5px 8px;cursor:pointer;transition:all .3s ease}.refresh-btn[data-v-fda310a0]:hover{background:#fff;border-color:var(--theme, #d92d05)}.refresh-btn i[data-v-fda310a0]{color:#666;font-size:14px}.input-group[data-v-fda310a0]{display:flex;gap:10px;margin-bottom:10px}.captcha-input[data-v-fda310a0]{flex:1;padding:10px 15px;border:2px solid #ddd;border-radius:6px;font-size:16px;color:#000;transition:border-color .3s ease}.captcha-input[data-v-fda310a0]:focus{outline:none;border-color:var(--theme, #d92d05)}.captcha-input[data-v-fda310a0]::placeholder{color:#666;opacity:1}.captcha-input.error[data-v-fda310a0]{border-color:#dc3545}.verify-btn[data-v-fda310a0]{padding:10px 20px;background:var(--theme, #d92d05);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.verify-btn[data-v-fda310a0]:hover:not(:disabled){background:#b91c1c}.verify-btn[data-v-fda310a0]:disabled{background:#6c757d;cursor:not-allowed}.error-message[data-v-fda310a0]{color:#dc3545;font-size:14px;margin-top:5px;display:flex;align-items:center;gap:5px}.success-message[data-v-fda310a0]{color:#28a745;font-size:14px;margin-top:5px;display:flex;align-items:center;gap:5px}.success-message i[data-v-fda310a0]{font-size:16px}.survey-card[data-v-75d59a44]{border-radius:15px;overflow:hidden;background-color:#fff;box-shadow:0 10px 30px #00000014;transition:all .4s ease;position:relative;border:1px solid rgba(0,0,0,.05)}.survey-card[data-v-75d59a44]:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.card-header[data-v-75d59a44]{background:linear-gradient(135deg,var(--theme, #d92d05) 0%,#ff6b35 100%);padding:25px 30px;display:flex;align-items:center;gap:15px;color:#fff}.card-icon[data-v-75d59a44]{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background-color:#fff3;border-radius:12px;font-size:24px}.card-title[data-v-75d59a44]{margin:0;font-size:24px;font-weight:700;color:#fff}.card-content[data-v-75d59a44]{padding:30px}.data-list[data-v-75d59a44]{display:flex;flex-direction:column;gap:20px}.data-item[data-v-75d59a44]{display:flex;justify-content:space-between;align-items:flex-start;padding:20px;background-color:#f8f9fa;border-radius:10px;border-left:4px solid var(--theme, #d92d05);transition:all .3s ease}.data-item[data-v-75d59a44]:hover{background-color:#e9ecef;transform:translate(5px)}.item-info[data-v-75d59a44]{flex:1}.item-title[data-v-75d59a44]{margin:0 0 8px;font-size:18px;font-weight:600;color:#2d3748}.item-answer[data-v-75d59a44]{margin:0 0 12px;color:#666;line-height:1.5}.empty-state[data-v-75d59a44]{text-align:center;padding:40px 20px;color:#666}.empty-icon[data-v-75d59a44]{font-size:48px;color:#cbd5e0;margin-bottom:15px;display:block}.empty-text[data-v-75d59a44]{margin:0;font-size:16px;color:#a0aec0}.loading-state[data-v-75d59a44]{text-align:center;padding:40px 20px;color:#666}.loading-icon[data-v-75d59a44]{font-size:48px;color:var(--theme, #d92d05);margin-bottom:15px;display:block;animation:spin-75d59a44 1s linear infinite}.loading-text[data-v-75d59a44]{margin:0;font-size:16px;color:#666;font-weight:500}@keyframes spin-75d59a44{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.survey-card .form-label[data-v-75d59a44]{color:#2d3748!important;font-weight:500}@media (max-width: 991px){.card-header[data-v-75d59a44]{padding:20px 25px}.card-content[data-v-75d59a44]{padding:25px}.data-item[data-v-75d59a44]{flex-direction:column;gap:15px}}@media (max-width: 767px){.card-header[data-v-75d59a44]{padding:15px 20px}.card-icon[data-v-75d59a44]{width:40px;height:40px;font-size:20px}.card-title[data-v-75d59a44]{font-size:20px}.card-content[data-v-75d59a44]{padding:20px}.data-item[data-v-75d59a44]{padding:15px}.item-title[data-v-75d59a44]{font-size:16px}}.captcha-section[data-v-75d59a44]{text-align:center}.captcha-description[data-v-75d59a44]{color:#666;margin-bottom:20px;font-size:14px;line-height:1.5}.cooldown-info[data-v-75d59a44]{margin-top:20px;padding:15px;background:#fef3c7;border-radius:8px;border-left:4px solid #f59e0b}.cooldown-alert[data-v-75d59a44]{display:flex;align-items:center;gap:10px;color:#92400e}.cooldown-alert i[data-v-75d59a44]{font-size:20px;color:#f59e0b}.cooldown-timer[data-v-75d59a44]{display:flex;justify-content:center;margin:20px 0}.timer-circle[data-v-75d59a44]{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#fbbf24);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #f59e0b4d}.timer-text[data-v-75d59a44]{color:#fff;font-size:18px;font-weight:700;text-align:center}.btn[data-v-75d59a44]:disabled{opacity:.6;cursor:not-allowed;background-color:#6c757d!important;border-color:#6c757d!important}.btn[data-v-75d59a44]:disabled:hover{background-color:#6c757d!important;border-color:#6c757d!important;transform:none!important}.video-streaming-section[data-v-be470dc1]{position:relative;overflow:hidden}.featured-video-container[data-v-be470dc1]{position:relative;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 15px 35px #0000001a;margin-bottom:40px;border:1px solid rgba(0,0,0,.05);transition:all .4s ease}.featured-video-container[data-v-be470dc1]:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.featured-video-wrapper[data-v-be470dc1]{border-radius:16px 16px 0 0;overflow:hidden;position:relative}.featured-video-content[data-v-be470dc1]{padding:25px;background:linear-gradient(to right,#fff,#f9f9f9);position:relative}.featured-label[data-v-be470dc1]{position:absolute;top:-15px;left:25px;background:var(--theme, #d92d05);color:#fff;font-weight:600;font-size:14px;padding:5px 15px;border-radius:30px;box-shadow:0 4px 10px #d92d054d;letter-spacing:.5px;text-transform:uppercase}.featured-video-content .video-title[data-v-be470dc1]{margin-top:10px;margin-bottom:10px;font-weight:700;font-size:24px}.video-info[data-v-be470dc1]{padding:20px}.video-title[data-v-be470dc1]{font-size:18px;font-weight:700;margin-bottom:8px;color:#333;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}.featured-video-container:hover .video-title[data-v-be470dc1]{color:#d92d05}.video-meta[data-v-be470dc1]{display:flex;gap:15px;font-size:13px;color:#888}.video-meta span[data-v-be470dc1]{display:flex;align-items:center;gap:5px;color:#666}.video-meta i[data-v-be470dc1]{color:var(--theme, #d92d05);font-size:16px}.empty-state[data-v-be470dc1]{text-align:center;padding:60px 20px;background:#f9f9f9;border-radius:12px;margin:20px 0}.empty-icon[data-v-be470dc1]{font-size:4rem;color:#ccc;margin-bottom:20px}.empty-state h5[data-v-be470dc1]{font-weight:600;color:#666;margin-bottom:10px}.empty-state p[data-v-be470dc1]{color:#888}@media (max-width: 1199px){.featured-video-content .video-title[data-v-be470dc1]{font-size:22px}}@media (max-width: 991px){.featured-video-content[data-v-be470dc1]{padding:20px}.featured-video-content .video-title[data-v-be470dc1]{font-size:20px}.video-info[data-v-be470dc1]{padding:15px}.video-title[data-v-be470dc1]{font-size:16px}}@media (max-width: 767px){.featured-video-container[data-v-be470dc1]{margin-bottom:30px}.featured-label[data-v-be470dc1]{font-size:12px;padding:4px 12px;top:-12px}.featured-video-content .video-title[data-v-be470dc1]{font-size:18px;margin-top:5px}.video-meta[data-v-be470dc1]{flex-direction:column;gap:5px}}@media (max-width: 575px){.featured-video-content[data-v-be470dc1]{padding:15px}.featured-label[data-v-be470dc1]{left:15px}.video-info[data-v-be470dc1]{padding:12px}.video-title[data-v-be470dc1]{font-size:15px;margin-bottom:5px}.empty-state[data-v-be470dc1]{padding:40px 15px}}.page-content[data-v-78a3a308]{max-width:1000px;margin:0 auto}.page-header[data-v-78a3a308]{margin-bottom:3rem}.header-badge[data-v-78a3a308]{display:inline-block}.badge-text[data-v-78a3a308]{background:linear-gradient(135deg,var(--theme, #d92d05) 0%,#ff6b35 100%);color:#fff;padding:8px 20px;border-radius:25px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.page-title[data-v-78a3a308]{font-size:3rem;font-weight:700;color:#1a202c;margin-bottom:1rem;line-height:1.2}.title-underline[data-v-78a3a308]{width:80px;height:4px;background:linear-gradient(135deg,var(--theme, #d92d05) 0%,#ff6b35 100%);margin:0 auto;border-radius:2px}.content-wrapper[data-v-78a3a308]{margin-bottom:3rem}.content-card[data-v-78a3a308]{background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014;border:1px solid rgba(0,0,0,.05);overflow:hidden;transition:all .3s ease}.content-card[data-v-78a3a308]:hover{transform:translateY(-5px);box-shadow:0 20px 60px #0000001f}.content-body[data-v-78a3a308]{padding:3rem}.content-text[data-v-78a3a308]{font-size:1.1rem;line-height:1.8;color:#000;text-align:justify}.content-text[data-v-78a3a308] p{margin-bottom:1.5rem;color:#000!important}.content-text[data-v-78a3a308] br{display:block;margin-bottom:.5rem}.content-text[data-v-78a3a308] hr{border:none;border-top:1px solid #e2e8f0;margin:2rem 0}.content-text[data-v-78a3a308] table{width:100%;border-collapse:collapse;margin:1.5rem 0}.content-text[data-v-78a3a308] th,.content-text[data-v-78a3a308] td{border:1px solid #e2e8f0;padding:.75rem;text-align:left}.content-text[data-v-78a3a308] th{background-color:#f7fafc;font-weight:600}.content-text h1[data-v-78a3a308]{font-size:2.2rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem;color:#1a202c;margin-top:2rem;margin-bottom:1rem;font-weight:600;line-height:1.3}.content-text h2[data-v-78a3a308]{font-size:1.8rem;color:var(--theme, #d92d05);margin-top:2rem;margin-bottom:1rem;font-weight:600;line-height:1.3}.content-text h3[data-v-78a3a308]{font-size:1.5rem;color:#1a202c;margin-top:2rem;margin-bottom:1rem;font-weight:600;line-height:1.3}.content-text[data-v-78a3a308] img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0;box-shadow:0 4px 12px #0000001a}.content-text[data-v-78a3a308] code{background-color:#f7fafc;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:#e53e3e}.content-text[data-v-78a3a308] pre{background-color:#f7fafc;padding:1rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0;border:1px solid #e2e8f0}.content-text[data-v-78a3a308] pre code{background:none;padding:0;color:inherit}.content-text[data-v-78a3a308] p[style*="text-align: left"]{text-align:left}.content-text[data-v-78a3a308] p[style*="text-align: center"]{text-align:center}.content-text[data-v-78a3a308] p[style*="text-align: right"]{text-align:right}.content-text[data-v-78a3a308] [style*="color: white"],.content-text[data-v-78a3a308] [style*="color: #fff"],.content-text[data-v-78a3a308] [style*="color: #ffffff"]{color:#000!important}@media (max-width: 991px){.page-title[data-v-78a3a308]{font-size:2.5rem}.content-body[data-v-78a3a308]{padding:2rem}.content-text[data-v-78a3a308]{font-size:1rem}.content-text h1[data-v-78a3a308]{font-size:1.8rem}.content-text h2[data-v-78a3a308]{font-size:1.5rem}.content-text h3[data-v-78a3a308]{font-size:1.3rem}}@media (max-width: 767px){.page-title[data-v-78a3a308]{font-size:2rem}.content-body[data-v-78a3a308]{padding:1.5rem}.content-text[data-v-78a3a308]{font-size:.95rem}.content-text h1[data-v-78a3a308]{font-size:1.6rem}.content-text h2[data-v-78a3a308]{font-size:1.4rem}.content-text h3[data-v-78a3a308]{font-size:1.2rem}}.page-content[data-v-d713d7cc]{width:100%;margin:0}.page-header[data-v-d713d7cc]{margin-bottom:3rem}.header-badge[data-v-d713d7cc]{display:inline-block}.badge-text[data-v-d713d7cc]{background:linear-gradient(135deg,var(--theme, #d92d05) 0%,#ff6b35 100%);color:#fff;padding:8px 20px;border-radius:25px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.page-title[data-v-d713d7cc]{font-size:3rem;font-weight:700;color:#1a202c;margin-bottom:1rem;line-height:1.2}.title-underline[data-v-d713d7cc]{width:80px;height:4px;background:linear-gradient(135deg,var(--theme, #d92d05) 0%,#ff6b35 100%);margin:0 auto;border-radius:2px}.content-wrapper[data-v-d713d7cc]{margin-bottom:3rem;margin:24px 0;width:100%}.content-card[data-v-d713d7cc]{background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014;border:1px solid rgba(0,0,0,.05);overflow:hidden;transition:all .3s ease;width:100%}.content-card[data-v-d713d7cc]:hover{transform:translateY(-5px);box-shadow:0 20px 60px #0000001f}.content-body[data-v-d713d7cc]{padding:3rem;width:100%}.content-text[data-v-d713d7cc]{font-size:1.1rem;line-height:1.8;color:#000;text-align:justify;width:100%}.content-text[data-v-d713d7cc] p{margin-bottom:1.5rem;color:#000!important}.content-text[data-v-d713d7cc] br{display:block;margin-bottom:.5rem}.content-text[data-v-d713d7cc] hr{border:none;border-top:1px solid #e2e8f0;margin:2rem 0}.content-text[data-v-d713d7cc] table{width:100%;border-collapse:collapse;margin:1.5rem 0}.content-text[data-v-d713d7cc] th,.content-text[data-v-d713d7cc] td{border:1px solid #e2e8f0;padding:.75rem;text-align:left}.content-text[data-v-d713d7cc] th{background-color:#f7fafc;font-weight:600}.content-text h1[data-v-d713d7cc]{font-size:2.2rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem;color:#000;margin-top:2rem;margin-bottom:1rem;font-weight:600;line-height:1.3}.content-text h2[data-v-d713d7cc]{font-size:1.8rem;color:var(--theme, #d92d05);margin-top:2rem;margin-bottom:1rem;font-weight:600;line-height:1.3}.content-text h3[data-v-d713d7cc]{font-size:1.5rem;color:#1a202c;margin-top:2rem;margin-bottom:1rem;font-weight:600;line-height:1.3}.content-text ul[data-v-d713d7cc],.content-text ol[data-v-d713d7cc]{margin-bottom:1.5rem;padding-left:2rem}.content-text li[data-v-d713d7cc]{margin-bottom:.5rem;line-height:1.6}.content-text strong[data-v-d713d7cc],.content-text b[data-v-d713d7cc]{font-weight:700;color:#1a202c}.content-text em[data-v-d713d7cc],.content-text i[data-v-d713d7cc]{font-style:italic;color:#4a5568}.content-text a[data-v-d713d7cc]{color:var(--theme, #d92d05);text-decoration:none;font-weight:600;transition:all .3s ease;border-bottom:1px solid transparent}.content-text a[data-v-d713d7cc]:hover{color:#ff6b35;border-bottom-color:#ff6b35}.content-text[data-v-d713d7cc] img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0;box-shadow:0 4px 12px #0000001a}.content-text[data-v-d713d7cc] code{background-color:#f7fafc;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:#e53e3e}.content-text[data-v-d713d7cc] pre{background-color:#f7fafc;padding:1rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0;border:1px solid #e2e8f0}.content-text[data-v-d713d7cc] pre code{background:none;padding:0;color:inherit}.content-text[data-v-d713d7cc] p[style*="text-align: left"]{text-align:left}.content-text[data-v-d713d7cc] p[style*="text-align: center"]{text-align:center}.content-text[data-v-d713d7cc] p[style*="text-align: right"]{text-align:right}.content-text[data-v-d713d7cc] [style*="color: white"],.content-text[data-v-d713d7cc] [style*="color: #fff"],.content-text[data-v-d713d7cc] [style*="color: #ffffff"]{color:#000!important}.content-text blockquote[data-v-d713d7cc]{background:#f7fafc;border-left:4px solid var(--theme, #d92d05);padding:1.5rem;margin:2rem 0;border-radius:0 8px 8px 0;font-style:italic;color:#4a5568}.empty-state[data-v-d713d7cc]{text-align:center;padding:4rem 2rem}.empty-icon-wrapper[data-v-d713d7cc]{margin-bottom:2rem}.empty-icon[data-v-d713d7cc]{font-size:5rem;color:#cbd5e0;display:block}.empty-title[data-v-d713d7cc]{margin:0 0 1rem;font-size:2rem;font-weight:600;color:#2d3748}.empty-text[data-v-d713d7cc]{font-size:1.1rem;color:#718096;max-width:500px;margin:0 auto}.loading-state[data-v-d713d7cc]{text-align:center;padding:4rem 2rem}.loading-container[data-v-d713d7cc],.error-container[data-v-d713d7cc]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;text-align:center;margin:24px 0}.loading-spinner[data-v-d713d7cc]{font-size:48px;color:#4299e1;margin-bottom:16px}.error-icon[data-v-d713d7cc]{font-size:48px;margin-bottom:16px;color:#e53e3e}.retry-button[data-v-d713d7cc]{margin-top:16px;padding:8px 16px;background-color:#edf2f7;color:#4a5568;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s;display:flex;align-items:center;gap:8px}.retry-button[data-v-d713d7cc]:hover{background-color:#e2e8f0}@media (max-width: 991px){.page-title[data-v-d713d7cc]{font-size:2.5rem}.content-body[data-v-d713d7cc]{padding:2rem}.content-text[data-v-d713d7cc]{font-size:1rem}.content-text h1[data-v-d713d7cc]{font-size:1.8rem}.content-text h2[data-v-d713d7cc]{font-size:1.5rem}.content-text h3[data-v-d713d7cc]{font-size:1.3rem}}@media (max-width: 767px){.page-title[data-v-d713d7cc]{font-size:2rem}.content-body[data-v-d713d7cc]{padding:1.5rem}.content-text[data-v-d713d7cc]{font-size:.95rem}.content-text h1[data-v-d713d7cc]{font-size:1.6rem}.content-text h2[data-v-d713d7cc]{font-size:1.4rem}.content-text h3[data-v-d713d7cc]{font-size:1.2rem}.empty-icon[data-v-d713d7cc]{font-size:4rem}.empty-title[data-v-d713d7cc]{font-size:1.5rem}.loading-container[data-v-d713d7cc],.error-container[data-v-d713d7cc]{padding:40px 20px}.loading-spinner[data-v-d713d7cc],.error-icon[data-v-d713d7cc]{font-size:36px}.content-wrapper[data-v-d713d7cc]{width:100%;margin:16px 0}.content-card[data-v-d713d7cc],.content-body[data-v-d713d7cc],.content-text[data-v-d713d7cc]{width:100%}}.editor-modal-overlay[data-v-5edab0bb]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.editor-modal[data-v-5edab0bb]{background-color:#fff;border-radius:8px;width:100%;max-width:500px;box-shadow:0 4px 12px #00000026;overflow:hidden}.editor-modal-header[data-v-5edab0bb]{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e2e8f0}.editor-modal-header h3[data-v-5edab0bb]{margin:0;font-size:18px;color:#2d3748}.close-button[data-v-5edab0bb]{background:none;border:none;font-size:24px;cursor:pointer;color:#718096}.close-button[data-v-5edab0bb]:hover{color:#4a5568}.editor-modal-body[data-v-5edab0bb]{padding:16px}.form-group[data-v-5edab0bb]{margin-bottom:16px}.form-group label[data-v-5edab0bb]{display:block;margin-bottom:8px;font-weight:500;color:#4a5568}.form-control[data-v-5edab0bb]{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:4px;font-size:16px}.form-control[data-v-5edab0bb]:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e133}.form-text[data-v-5edab0bb]{font-size:12px;color:#718096;margin-top:4px}.editor-modal-footer[data-v-5edab0bb]{display:flex;justify-content:flex-end;padding:16px;border-top:1px solid #e2e8f0;gap:8px}.cancel-button[data-v-5edab0bb],.confirm-button[data-v-5edab0bb]{padding:8px 16px;border-radius:4px;font-weight:500;cursor:pointer;transition:background-color .2s}.cancel-button[data-v-5edab0bb]{background-color:#e2e8f0;color:#4a5568;border:none}.cancel-button[data-v-5edab0bb]:hover{background-color:#cbd5e0}.confirm-button[data-v-5edab0bb]{background-color:#4299e1;color:#fff;border:none}.confirm-button[data-v-5edab0bb]:hover{background-color:#3182ce}.size-options[data-v-5edab0bb]{display:flex;gap:8px;margin-bottom:8px}.size-option[data-v-5edab0bb]{padding:6px 12px;border:1px solid #e2e8f0;border-radius:4px;background-color:#fff;cursor:pointer;transition:all .2s}.size-option[data-v-5edab0bb]:hover{background-color:#f7fafc}.size-option.active[data-v-5edab0bb]{background-color:#4299e1;color:#fff;border-color:#4299e1}.editor-toolbar[data-v-bc0a7792]{display:flex;flex-wrap:wrap;padding:8px;background-color:#f7fafc;border-bottom:1px solid #e2e8f0;gap:4px}.toolbar-group[data-v-bc0a7792]{display:flex;gap:2px}.toolbar-button[data-v-bc0a7792]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:none;border-radius:4px;cursor:pointer;color:#4a5568;font-size:18px;transition:all .2s}.toolbar-button[data-v-bc0a7792]:hover{background-color:#edf2f7}.toolbar-button.is-active[data-v-bc0a7792]{background-color:#e2e8f0;color:#4299e1}.toolbar-button[data-v-bc0a7792]:disabled{opacity:.5;cursor:not-allowed}.toolbar-button .button-text[data-v-bc0a7792]{font-size:12px;font-weight:700;margin-left:2px}.toolbar-divider[data-v-bc0a7792]{width:1px;background-color:#e2e8f0;margin:0 4px}@media (max-width: 768px){.editor-toolbar[data-v-bc0a7792]{padding:4px}.toolbar-button[data-v-bc0a7792]{width:32px;height:32px;font-size:16px}.toolbar-divider[data-v-bc0a7792]{margin:0 2px}}.toolbar-dropdown[data-v-bc0a7792]{position:relative;display:inline-block}.size-dropdown-menu[data-v-bc0a7792]{position:absolute;top:100%;right:0;background-color:#fff;border:1px solid #e2e8f0;border-radius:4px;box-shadow:0 4px 6px #0000001a;z-index:100;min-width:150px;margin-top:4px}.size-option[data-v-bc0a7792]{display:block;width:100%;text-align:left;padding:8px 12px;border:none;background:none;cursor:pointer;font-size:14px;color:#4a5568;transition:background-color .2s}.size-option[data-v-bc0a7792]:hover{background-color:#f7fafc}.size-option[data-v-bc0a7792]:not(:last-child){border-bottom:1px solid #f0f0f0}.size-dropdown-header[data-v-bc0a7792]{padding:8px 12px;background-color:#f7fafc;border-bottom:1px solid #e2e8f0;font-weight:700}.size-custom[data-v-bc0a7792]{display:flex;align-items:center;padding:8px 12px}.size-custom-input[data-v-bc0a7792]{width:60px;padding:4px;border:1px solid #e2e8f0;border-radius:4px}.size-custom-unit[data-v-bc0a7792]{margin:0 8px}.size-custom-button[data-v-bc0a7792]{padding:4px 8px;border:none;background:none;cursor:pointer;color:#4299e1;font-size:14px}.text-editor{border:1px solid #e2e8f0;border-radius:6px;overflow:hidden;background-color:#fff}.text-editor.is-disabled{opacity:.7;cursor:not-allowed}.editor-content{padding:16px;min-height:200px}.ProseMirror{outline:none;min-height:200px}.ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#a0aec0;pointer-events:none;height:0}.error-message{color:#e53e3e;font-size:.875rem;margin-top:4px;padding:0 16px}.helper-text{color:#718096;font-size:.875rem;margin-top:4px;padding:0 16px}.ProseMirror .image-container{margin:1em 0;position:relative}.ProseMirror .image-container img{max-width:100%;height:auto;border-radius:4px}.ProseMirror .resize-container{position:absolute;bottom:0;right:0;z-index:10}.ProseMirror .resize-handle{width:12px;height:12px;background-color:#4299e1;border:2px solid white;border-radius:2px;cursor:nwse-resize}.ProseMirror .image-container.ProseMirror-selectednode{outline:2px solid #4299e1;border-radius:4px}.ProseMirror .image-container[style*="text-align: left"],.ProseMirror .image-container[data-align=left]{text-align:left!important}.ProseMirror .image-container[style*="text-align: center"],.ProseMirror .image-container[data-align=center]{text-align:center!important}.ProseMirror .image-container[style*="text-align: right"],.ProseMirror .image-container[data-align=right]{text-align:right!important}.ProseMirror .column-layout{margin:1em 0;padding:1em;border:1px dashed #e2e8f0;border-radius:4px;background-color:#f8fafc}.ProseMirror .column-layout-2{column-count:2;column-gap:2em}.ProseMirror .column-layout-3{column-count:3;column-gap:2em}.ProseMirror .column-layout-4{column-count:4;column-gap:2em}.ProseMirror .column-layout .image-container{break-inside:avoid;page-break-inside:avoid}.editor-content-view[data-v-0b6e09dc]{line-height:1.6;color:#2d3748}.editor-content-view[data-v-0b6e09dc] p{margin-bottom:.75em}.editor-content-view[data-v-0b6e09dc] h1,.editor-content-view[data-v-0b6e09dc] h2,.editor-content-view[data-v-0b6e09dc] h3{margin-top:1em;margin-bottom:.5em;font-weight:600}.editor-content-view[data-v-0b6e09dc] h1{font-size:1.75em}.editor-content-view[data-v-0b6e09dc] h2{font-size:1.5em}.editor-content-view[data-v-0b6e09dc] h3{font-size:1.25em}.editor-content-view[data-v-0b6e09dc] ul,.editor-content-view[data-v-0b6e09dc] ol{padding-left:1.5em;margin-bottom:.75em}.editor-content-view[data-v-0b6e09dc] blockquote{border-left:3px solid #e2e8f0;padding-left:1em;margin-left:0;margin-right:0;font-style:italic;color:#4a5568}.editor-content-view[data-v-0b6e09dc] img{max-width:100%;height:auto;border-radius:4px;margin-top:.5em;margin-bottom:.5em}.editor-content-view[data-v-0b6e09dc] .image-container{margin:1em 0;width:100%}.editor-content-view[data-v-0b6e09dc] a{color:#4299e1;text-decoration:underline}.editor-content-view[data-v-0b6e09dc] pre{background-color:#f7fafc;padding:1em;border-radius:4px;overflow-x:auto;margin-bottom:.75em}.editor-content-view[data-v-0b6e09dc] code{background-color:#f7fafc;padding:.2em .4em;border-radius:3px;font-family:monospace}.editor-content-view[data-v-0b6e09dc] hr{border:none;border-top:1px solid #e2e8f0;margin:1.5em 0}.editor-content-view[data-v-0b6e09dc] [style*="text-align: left"]{text-align:left}.editor-content-view[data-v-0b6e09dc] [style*="text-align: center"]{text-align:center}.editor-content-view[data-v-0b6e09dc] [style*="text-align: right"]{text-align:right}.editor-content-view[data-v-0b6e09dc] [style*="text-align: justify"]{text-align:justify}.editor-content-view[data-v-0b6e09dc] .image-container[style*="text-align: left"],.editor-content-view[data-v-0b6e09dc] .image-container[data-align=left]{text-align:left!important}.editor-content-view[data-v-0b6e09dc] .image-container[style*="text-align: center"],.editor-content-view[data-v-0b6e09dc] .image-container[data-align=center]{text-align:center!important}.editor-content-view[data-v-0b6e09dc] .image-container[style*="text-align: right"],.editor-content-view[data-v-0b6e09dc] .image-container[data-align=right]{text-align:right!important}.editor-content-view[data-v-0b6e09dc] .image-container img{display:inline-block;margin:0}.editor-content-view[data-v-0b6e09dc] .resize-container{position:relative}.editor-content-view[data-v-0b6e09dc] .resize-handle{position:absolute;bottom:0;right:0;width:10px;height:10px;background-color:#4299e1;cursor:nwse-resize;border-radius:2px}.editor-content-view[data-v-0b6e09dc] .column-layout{margin:1em 0;overflow:hidden}.editor-content-view[data-v-0b6e09dc] .column-layout-2{column-count:2;column-gap:2em}.editor-content-view[data-v-0b6e09dc] .column-layout-3{column-count:3;column-gap:2em}.editor-content-view[data-v-0b6e09dc] .column-layout-4{column-count:4;column-gap:2em}.editor-content-view[data-v-0b6e09dc] .column-layout .image-container{break-inside:avoid;page-break-inside:avoid}.berita-editor-wrapper[data-v-e819dc67]{margin-bottom:16px}.editor-label[data-v-e819dc67]{display:block;margin-bottom:8px;font-weight:500;color:#4a5568}.editor-label.required[data-v-e819dc67]:after{content:"*";color:#e53e3e;margin-left:4px}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}/*!
* Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
* Copyright 2019-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
*/@font-face{font-display:block;font-family:bootstrap-icons;src:url(/assets/bootstrap-icons-BtvjY1KL.woff2?dd67030699838ea613ee6dbda90effa6) format("woff2"),url(/assets/bootstrap-icons-BOrJxbIo.woff?dd67030699838ea613ee6dbda90effa6) format("woff")}.bi:before,[class^=bi-]:before,[class*=" bi-"]:before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123:before{content:""}.bi-alarm-fill:before{content:""}.bi-alarm:before{content:""}.bi-align-bottom:before{content:""}.bi-align-center:before{content:""}.bi-align-end:before{content:""}.bi-align-middle:before{content:""}.bi-align-start:before{content:""}.bi-align-top:before{content:""}.bi-alt:before{content:""}.bi-app-indicator:before{content:""}.bi-app:before{content:""}.bi-archive-fill:before{content:""}.bi-archive:before{content:""}.bi-arrow-90deg-down:before{content:""}.bi-arrow-90deg-left:before{content:""}.bi-arrow-90deg-right:before{content:""}.bi-arrow-90deg-up:before{content:""}.bi-arrow-bar-down:before{content:""}.bi-arrow-bar-left:before{content:""}.bi-arrow-bar-right:before{content:""}.bi-arrow-bar-up:before{content:""}.bi-arrow-clockwise:before{content:""}.bi-arrow-counterclockwise:before{content:""}.bi-arrow-down-circle-fill:before{content:""}.bi-arrow-down-circle:before{content:""}.bi-arrow-down-left-circle-fill:before{content:""}.bi-arrow-down-left-circle:before{content:""}.bi-arrow-down-left-square-fill:before{content:""}.bi-arrow-down-left-square:before{content:""}.bi-arrow-down-left:before{content:""}.bi-arrow-down-right-circle-fill:before{content:""}.bi-arrow-down-right-circle:before{content:""}.bi-arrow-down-right-square-fill:before{content:""}.bi-arrow-down-right-square:before{content:""}.bi-arrow-down-right:before{content:""}.bi-arrow-down-short:before{content:""}.bi-arrow-down-square-fill:before{content:""}.bi-arrow-down-square:before{content:""}.bi-arrow-down-up:before{content:""}.bi-arrow-down:before{content:""}.bi-arrow-left-circle-fill:before{content:""}.bi-arrow-left-circle:before{content:""}.bi-arrow-left-right:before{content:""}.bi-arrow-left-short:before{content:""}.bi-arrow-left-square-fill:before{content:""}.bi-arrow-left-square:before{content:""}.bi-arrow-left:before{content:""}.bi-arrow-repeat:before{content:""}.bi-arrow-return-left:before{content:""}.bi-arrow-return-right:before{content:""}.bi-arrow-right-circle-fill:before{content:""}.bi-arrow-right-circle:before{content:""}.bi-arrow-right-short:before{content:""}.bi-arrow-right-square-fill:before{content:""}.bi-arrow-right-square:before{content:""}.bi-arrow-right:before{content:""}.bi-arrow-up-circle-fill:before{content:""}.bi-arrow-up-circle:before{content:""}.bi-arrow-up-left-circle-fill:before{content:""}.bi-arrow-up-left-circle:before{content:""}.bi-arrow-up-left-square-fill:before{content:""}.bi-arrow-up-left-square:before{content:""}.bi-arrow-up-left:before{content:""}.bi-arrow-up-right-circle-fill:before{content:""}.bi-arrow-up-right-circle:before{content:""}.bi-arrow-up-right-square-fill:before{content:""}.bi-arrow-up-right-square:before{content:""}.bi-arrow-up-right:before{content:""}.bi-arrow-up-short:before{content:""}.bi-arrow-up-square-fill:before{content:""}.bi-arrow-up-square:before{content:""}.bi-arrow-up:before{content:""}.bi-arrows-angle-contract:before{content:""}.bi-arrows-angle-expand:before{content:""}.bi-arrows-collapse:before{content:""}.bi-arrows-expand:before{content:""}.bi-arrows-fullscreen:before{content:""}.bi-arrows-move:before{content:""}.bi-aspect-ratio-fill:before{content:""}.bi-aspect-ratio:before{content:""}.bi-asterisk:before{content:""}.bi-at:before{content:""}.bi-award-fill:before{content:""}.bi-award:before{content:""}.bi-back:before{content:""}.bi-backspace-fill:before{content:""}.bi-backspace-reverse-fill:before{content:""}.bi-backspace-reverse:before{content:""}.bi-backspace:before{content:""}.bi-badge-3d-fill:before{content:""}.bi-badge-3d:before{content:""}.bi-badge-4k-fill:before{content:""}.bi-badge-4k:before{content:""}.bi-badge-8k-fill:before{content:""}.bi-badge-8k:before{content:""}.bi-badge-ad-fill:before{content:""}.bi-badge-ad:before{content:""}.bi-badge-ar-fill:before{content:""}.bi-badge-ar:before{content:""}.bi-badge-cc-fill:before{content:""}.bi-badge-cc:before{content:""}.bi-badge-hd-fill:before{content:""}.bi-badge-hd:before{content:""}.bi-badge-tm-fill:before{content:""}.bi-badge-tm:before{content:""}.bi-badge-vo-fill:before{content:""}.bi-badge-vo:before{content:""}.bi-badge-vr-fill:before{content:""}.bi-badge-vr:before{content:""}.bi-badge-wc-fill:before{content:""}.bi-badge-wc:before{content:""}.bi-bag-check-fill:before{content:""}.bi-bag-check:before{content:""}.bi-bag-dash-fill:before{content:""}.bi-bag-dash:before{content:""}.bi-bag-fill:before{content:""}.bi-bag-plus-fill:before{content:""}.bi-bag-plus:before{content:""}.bi-bag-x-fill:before{content:""}.bi-bag-x:before{content:""}.bi-bag:before{content:""}.bi-bar-chart-fill:before{content:""}.bi-bar-chart-line-fill:before{content:""}.bi-bar-chart-line:before{content:""}.bi-bar-chart-steps:before{content:""}.bi-bar-chart:before{content:""}.bi-basket-fill:before{content:""}.bi-basket:before{content:""}.bi-basket2-fill:before{content:""}.bi-basket2:before{content:""}.bi-basket3-fill:before{content:""}.bi-basket3:before{content:""}.bi-battery-charging:before{content:""}.bi-battery-full:before{content:""}.bi-battery-half:before{content:""}.bi-battery:before{content:""}.bi-bell-fill:before{content:""}.bi-bell:before{content:""}.bi-bezier:before{content:""}.bi-bezier2:before{content:""}.bi-bicycle:before{content:""}.bi-binoculars-fill:before{content:""}.bi-binoculars:before{content:""}.bi-blockquote-left:before{content:""}.bi-blockquote-right:before{content:""}.bi-book-fill:before{content:""}.bi-book-half:before{content:""}.bi-book:before{content:""}.bi-bookmark-check-fill:before{content:""}.bi-bookmark-check:before{content:""}.bi-bookmark-dash-fill:before{content:""}.bi-bookmark-dash:before{content:""}.bi-bookmark-fill:before{content:""}.bi-bookmark-heart-fill:before{content:""}.bi-bookmark-heart:before{content:""}.bi-bookmark-plus-fill:before{content:""}.bi-bookmark-plus:before{content:""}.bi-bookmark-star-fill:before{content:""}.bi-bookmark-star:before{content:""}.bi-bookmark-x-fill:before{content:""}.bi-bookmark-x:before{content:""}.bi-bookmark:before{content:""}.bi-bookmarks-fill:before{content:""}.bi-bookmarks:before{content:""}.bi-bookshelf:before{content:""}.bi-bootstrap-fill:before{content:""}.bi-bootstrap-reboot:before{content:""}.bi-bootstrap:before{content:""}.bi-border-all:before{content:""}.bi-border-bottom:before{content:""}.bi-border-center:before{content:""}.bi-border-inner:before{content:""}.bi-border-left:before{content:""}.bi-border-middle:before{content:""}.bi-border-outer:before{content:""}.bi-border-right:before{content:""}.bi-border-style:before{content:""}.bi-border-top:before{content:""}.bi-border-width:before{content:""}.bi-border:before{content:""}.bi-bounding-box-circles:before{content:""}.bi-bounding-box:before{content:""}.bi-box-arrow-down-left:before{content:""}.bi-box-arrow-down-right:before{content:""}.bi-box-arrow-down:before{content:""}.bi-box-arrow-in-down-left:before{content:""}.bi-box-arrow-in-down-right:before{content:""}.bi-box-arrow-in-down:before{content:""}.bi-box-arrow-in-left:before{content:""}.bi-box-arrow-in-right:before{content:""}.bi-box-arrow-in-up-left:before{content:""}.bi-box-arrow-in-up-right:before{content:""}.bi-box-arrow-in-up:before{content:""}.bi-box-arrow-left:before{content:""}.bi-box-arrow-right:before{content:""}.bi-box-arrow-up-left:before{content:""}.bi-box-arrow-up-right:before{content:""}.bi-box-arrow-up:before{content:""}.bi-box-seam:before{content:""}.bi-box:before{content:""}.bi-braces:before{content:""}.bi-bricks:before{content:""}.bi-briefcase-fill:before{content:""}.bi-briefcase:before{content:""}.bi-brightness-alt-high-fill:before{content:""}.bi-brightness-alt-high:before{content:""}.bi-brightness-alt-low-fill:before{content:""}.bi-brightness-alt-low:before{content:""}.bi-brightness-high-fill:before{content:""}.bi-brightness-high:before{content:""}.bi-brightness-low-fill:before{content:""}.bi-brightness-low:before{content:""}.bi-broadcast-pin:before{content:""}.bi-broadcast:before{content:""}.bi-brush-fill:before{content:""}.bi-brush:before{content:""}.bi-bucket-fill:before{content:""}.bi-bucket:before{content:""}.bi-bug-fill:before{content:""}.bi-bug:before{content:""}.bi-building:before{content:""}.bi-bullseye:before{content:""}.bi-calculator-fill:before{content:""}.bi-calculator:before{content:""}.bi-calendar-check-fill:before{content:""}.bi-calendar-check:before{content:""}.bi-calendar-date-fill:before{content:""}.bi-calendar-date:before{content:""}.bi-calendar-day-fill:before{content:""}.bi-calendar-day:before{content:""}.bi-calendar-event-fill:before{content:""}.bi-calendar-event:before{content:""}.bi-calendar-fill:before{content:""}.bi-calendar-minus-fill:before{content:""}.bi-calendar-minus:before{content:""}.bi-calendar-month-fill:before{content:""}.bi-calendar-month:before{content:""}.bi-calendar-plus-fill:before{content:""}.bi-calendar-plus:before{content:""}.bi-calendar-range-fill:before{content:""}.bi-calendar-range:before{content:""}.bi-calendar-week-fill:before{content:""}.bi-calendar-week:before{content:""}.bi-calendar-x-fill:before{content:""}.bi-calendar-x:before{content:""}.bi-calendar:before{content:""}.bi-calendar2-check-fill:before{content:""}.bi-calendar2-check:before{content:""}.bi-calendar2-date-fill:before{content:""}.bi-calendar2-date:before{content:""}.bi-calendar2-day-fill:before{content:""}.bi-calendar2-day:before{content:""}.bi-calendar2-event-fill:before{content:""}.bi-calendar2-event:before{content:""}.bi-calendar2-fill:before{content:""}.bi-calendar2-minus-fill:before{content:""}.bi-calendar2-minus:before{content:""}.bi-calendar2-month-fill:before{content:""}.bi-calendar2-month:before{content:""}.bi-calendar2-plus-fill:before{content:""}.bi-calendar2-plus:before{content:""}.bi-calendar2-range-fill:before{content:""}.bi-calendar2-range:before{content:""}.bi-calendar2-week-fill:before{content:""}.bi-calendar2-week:before{content:""}.bi-calendar2-x-fill:before{content:""}.bi-calendar2-x:before{content:""}.bi-calendar2:before{content:""}.bi-calendar3-event-fill:before{content:""}.bi-calendar3-event:before{content:""}.bi-calendar3-fill:before{content:""}.bi-calendar3-range-fill:before{content:""}.bi-calendar3-range:before{content:""}.bi-calendar3-week-fill:before{content:""}.bi-calendar3-week:before{content:""}.bi-calendar3:before{content:""}.bi-calendar4-event:before{content:""}.bi-calendar4-range:before{content:""}.bi-calendar4-week:before{content:""}.bi-calendar4:before{content:""}.bi-camera-fill:before{content:""}.bi-camera-reels-fill:before{content:""}.bi-camera-reels:before{content:""}.bi-camera-video-fill:before{content:""}.bi-camera-video-off-fill:before{content:""}.bi-camera-video-off:before{content:""}.bi-camera-video:before{content:""}.bi-camera:before{content:""}.bi-camera2:before{content:""}.bi-capslock-fill:before{content:""}.bi-capslock:before{content:""}.bi-card-checklist:before{content:""}.bi-card-heading:before{content:""}.bi-card-image:before{content:""}.bi-card-list:before{content:""}.bi-card-text:before{content:""}.bi-caret-down-fill:before{content:""}.bi-caret-down-square-fill:before{content:""}.bi-caret-down-square:before{content:""}.bi-caret-down:before{content:""}.bi-caret-left-fill:before{content:""}.bi-caret-left-square-fill:before{content:""}.bi-caret-left-square:before{content:""}.bi-caret-left:before{content:""}.bi-caret-right-fill:before{content:""}.bi-caret-right-square-fill:before{content:""}.bi-caret-right-square:before{content:""}.bi-caret-right:before{content:""}.bi-caret-up-fill:before{content:""}.bi-caret-up-square-fill:before{content:""}.bi-caret-up-square:before{content:""}.bi-caret-up:before{content:""}.bi-cart-check-fill:before{content:""}.bi-cart-check:before{content:""}.bi-cart-dash-fill:before{content:""}.bi-cart-dash:before{content:""}.bi-cart-fill:before{content:""}.bi-cart-plus-fill:before{content:""}.bi-cart-plus:before{content:""}.bi-cart-x-fill:before{content:""}.bi-cart-x:before{content:""}.bi-cart:before{content:""}.bi-cart2:before{content:""}.bi-cart3:before{content:""}.bi-cart4:before{content:""}.bi-cash-stack:before{content:""}.bi-cash:before{content:""}.bi-cast:before{content:""}.bi-chat-dots-fill:before{content:""}.bi-chat-dots:before{content:""}.bi-chat-fill:before{content:""}.bi-chat-left-dots-fill:before{content:""}.bi-chat-left-dots:before{content:""}.bi-chat-left-fill:before{content:""}.bi-chat-left-quote-fill:before{content:""}.bi-chat-left-quote:before{content:""}.bi-chat-left-text-fill:before{content:""}.bi-chat-left-text:before{content:""}.bi-chat-left:before{content:""}.bi-chat-quote-fill:before{content:""}.bi-chat-quote:before{content:""}.bi-chat-right-dots-fill:before{content:""}.bi-chat-right-dots:before{content:""}.bi-chat-right-fill:before{content:""}.bi-chat-right-quote-fill:before{content:""}.bi-chat-right-quote:before{content:""}.bi-chat-right-text-fill:before{content:""}.bi-chat-right-text:before{content:""}.bi-chat-right:before{content:""}.bi-chat-square-dots-fill:before{content:""}.bi-chat-square-dots:before{content:""}.bi-chat-square-fill:before{content:""}.bi-chat-square-quote-fill:before{content:""}.bi-chat-square-quote:before{content:""}.bi-chat-square-text-fill:before{content:""}.bi-chat-square-text:before{content:""}.bi-chat-square:before{content:""}.bi-chat-text-fill:before{content:""}.bi-chat-text:before{content:""}.bi-chat:before{content:""}.bi-check-all:before{content:""}.bi-check-circle-fill:before{content:""}.bi-check-circle:before{content:""}.bi-check-square-fill:before{content:""}.bi-check-square:before{content:""}.bi-check:before{content:""}.bi-check2-all:before{content:""}.bi-check2-circle:before{content:""}.bi-check2-square:before{content:""}.bi-check2:before{content:""}.bi-chevron-bar-contract:before{content:""}.bi-chevron-bar-down:before{content:""}.bi-chevron-bar-expand:before{content:""}.bi-chevron-bar-left:before{content:""}.bi-chevron-bar-right:before{content:""}.bi-chevron-bar-up:before{content:""}.bi-chevron-compact-down:before{content:""}.bi-chevron-compact-left:before{content:""}.bi-chevron-compact-right:before{content:""}.bi-chevron-compact-up:before{content:""}.bi-chevron-contract:before{content:""}.bi-chevron-double-down:before{content:""}.bi-chevron-double-left:before{content:""}.bi-chevron-double-right:before{content:""}.bi-chevron-double-up:before{content:""}.bi-chevron-down:before{content:""}.bi-chevron-expand:before{content:""}.bi-chevron-left:before{content:""}.bi-chevron-right:before{content:""}.bi-chevron-up:before{content:""}.bi-circle-fill:before{content:""}.bi-circle-half:before{content:""}.bi-circle-square:before{content:""}.bi-circle:before{content:""}.bi-clipboard-check:before{content:""}.bi-clipboard-data:before{content:""}.bi-clipboard-minus:before{content:""}.bi-clipboard-plus:before{content:""}.bi-clipboard-x:before{content:""}.bi-clipboard:before{content:""}.bi-clock-fill:before{content:""}.bi-clock-history:before{content:""}.bi-clock:before{content:""}.bi-cloud-arrow-down-fill:before{content:""}.bi-cloud-arrow-down:before{content:""}.bi-cloud-arrow-up-fill:before{content:""}.bi-cloud-arrow-up:before{content:""}.bi-cloud-check-fill:before{content:""}.bi-cloud-check:before{content:""}.bi-cloud-download-fill:before{content:""}.bi-cloud-download:before{content:""}.bi-cloud-drizzle-fill:before{content:""}.bi-cloud-drizzle:before{content:""}.bi-cloud-fill:before{content:""}.bi-cloud-fog-fill:before{content:""}.bi-cloud-fog:before{content:""}.bi-cloud-fog2-fill:before{content:""}.bi-cloud-fog2:before{content:""}.bi-cloud-hail-fill:before{content:""}.bi-cloud-hail:before{content:""}.bi-cloud-haze-fill:before{content:""}.bi-cloud-haze:before{content:""}.bi-cloud-haze2-fill:before{content:""}.bi-cloud-lightning-fill:before{content:""}.bi-cloud-lightning-rain-fill:before{content:""}.bi-cloud-lightning-rain:before{content:""}.bi-cloud-lightning:before{content:""}.bi-cloud-minus-fill:before{content:""}.bi-cloud-minus:before{content:""}.bi-cloud-moon-fill:before{content:""}.bi-cloud-moon:before{content:""}.bi-cloud-plus-fill:before{content:""}.bi-cloud-plus:before{content:""}.bi-cloud-rain-fill:before{content:""}.bi-cloud-rain-heavy-fill:before{content:""}.bi-cloud-rain-heavy:before{content:""}.bi-cloud-rain:before{content:""}.bi-cloud-slash-fill:before{content:""}.bi-cloud-slash:before{content:""}.bi-cloud-sleet-fill:before{content:""}.bi-cloud-sleet:before{content:""}.bi-cloud-snow-fill:before{content:""}.bi-cloud-snow:before{content:""}.bi-cloud-sun-fill:before{content:""}.bi-cloud-sun:before{content:""}.bi-cloud-upload-fill:before{content:""}.bi-cloud-upload:before{content:""}.bi-cloud:before{content:""}.bi-clouds-fill:before{content:""}.bi-clouds:before{content:""}.bi-cloudy-fill:before{content:""}.bi-cloudy:before{content:""}.bi-code-slash:before{content:""}.bi-code-square:before{content:""}.bi-code:before{content:""}.bi-collection-fill:before{content:""}.bi-collection-play-fill:before{content:""}.bi-collection-play:before{content:""}.bi-collection:before{content:""}.bi-columns-gap:before{content:""}.bi-columns:before{content:""}.bi-command:before{content:""}.bi-compass-fill:before{content:""}.bi-compass:before{content:""}.bi-cone-striped:before{content:""}.bi-cone:before{content:""}.bi-controller:before{content:""}.bi-cpu-fill:before{content:""}.bi-cpu:before{content:""}.bi-credit-card-2-back-fill:before{content:""}.bi-credit-card-2-back:before{content:""}.bi-credit-card-2-front-fill:before{content:""}.bi-credit-card-2-front:before{content:""}.bi-credit-card-fill:before{content:""}.bi-credit-card:before{content:""}.bi-crop:before{content:""}.bi-cup-fill:before{content:""}.bi-cup-straw:before{content:""}.bi-cup:before{content:""}.bi-cursor-fill:before{content:""}.bi-cursor-text:before{content:""}.bi-cursor:before{content:""}.bi-dash-circle-dotted:before{content:""}.bi-dash-circle-fill:before{content:""}.bi-dash-circle:before{content:""}.bi-dash-square-dotted:before{content:""}.bi-dash-square-fill:before{content:""}.bi-dash-square:before{content:""}.bi-dash:before{content:""}.bi-diagram-2-fill:before{content:""}.bi-diagram-2:before{content:""}.bi-diagram-3-fill:before{content:""}.bi-diagram-3:before{content:""}.bi-diamond-fill:before{content:""}.bi-diamond-half:before{content:""}.bi-diamond:before{content:""}.bi-dice-1-fill:before{content:""}.bi-dice-1:before{content:""}.bi-dice-2-fill:before{content:""}.bi-dice-2:before{content:""}.bi-dice-3-fill:before{content:""}.bi-dice-3:before{content:""}.bi-dice-4-fill:before{content:""}.bi-dice-4:before{content:""}.bi-dice-5-fill:before{content:""}.bi-dice-5:before{content:""}.bi-dice-6-fill:before{content:""}.bi-dice-6:before{content:""}.bi-disc-fill:before{content:""}.bi-disc:before{content:""}.bi-discord:before{content:""}.bi-display-fill:before{content:""}.bi-display:before{content:""}.bi-distribute-horizontal:before{content:""}.bi-distribute-vertical:before{content:""}.bi-door-closed-fill:before{content:""}.bi-door-closed:before{content:""}.bi-door-open-fill:before{content:""}.bi-door-open:before{content:""}.bi-dot:before{content:""}.bi-download:before{content:""}.bi-droplet-fill:before{content:""}.bi-droplet-half:before{content:""}.bi-droplet:before{content:""}.bi-earbuds:before{content:""}.bi-easel-fill:before{content:""}.bi-easel:before{content:""}.bi-egg-fill:before{content:""}.bi-egg-fried:before{content:""}.bi-egg:before{content:""}.bi-eject-fill:before{content:""}.bi-eject:before{content:""}.bi-emoji-angry-fill:before{content:""}.bi-emoji-angry:before{content:""}.bi-emoji-dizzy-fill:before{content:""}.bi-emoji-dizzy:before{content:""}.bi-emoji-expressionless-fill:before{content:""}.bi-emoji-expressionless:before{content:""}.bi-emoji-frown-fill:before{content:""}.bi-emoji-frown:before{content:""}.bi-emoji-heart-eyes-fill:before{content:""}.bi-emoji-heart-eyes:before{content:""}.bi-emoji-laughing-fill:before{content:""}.bi-emoji-laughing:before{content:""}.bi-emoji-neutral-fill:before{content:""}.bi-emoji-neutral:before{content:""}.bi-emoji-smile-fill:before{content:""}.bi-emoji-smile-upside-down-fill:before{content:""}.bi-emoji-smile-upside-down:before{content:""}.bi-emoji-smile:before{content:""}.bi-emoji-sunglasses-fill:before{content:""}.bi-emoji-sunglasses:before{content:""}.bi-emoji-wink-fill:before{content:""}.bi-emoji-wink:before{content:""}.bi-envelope-fill:before{content:""}.bi-envelope-open-fill:before{content:""}.bi-envelope-open:before{content:""}.bi-envelope:before{content:""}.bi-eraser-fill:before{content:""}.bi-eraser:before{content:""}.bi-exclamation-circle-fill:before{content:""}.bi-exclamation-circle:before{content:""}.bi-exclamation-diamond-fill:before{content:""}.bi-exclamation-diamond:before{content:""}.bi-exclamation-octagon-fill:before{content:""}.bi-exclamation-octagon:before{content:""}.bi-exclamation-square-fill:before{content:""}.bi-exclamation-square:before{content:""}.bi-exclamation-triangle-fill:before{content:""}.bi-exclamation-triangle:before{content:""}.bi-exclamation:before{content:""}.bi-exclude:before{content:""}.bi-eye-fill:before{content:""}.bi-eye-slash-fill:before{content:""}.bi-eye-slash:before{content:""}.bi-eye:before{content:""}.bi-eyedropper:before{content:""}.bi-eyeglasses:before{content:""}.bi-facebook:before{content:""}.bi-file-arrow-down-fill:before{content:""}.bi-file-arrow-down:before{content:""}.bi-file-arrow-up-fill:before{content:""}.bi-file-arrow-up:before{content:""}.bi-file-bar-graph-fill:before{content:""}.bi-file-bar-graph:before{content:""}.bi-file-binary-fill:before{content:""}.bi-file-binary:before{content:""}.bi-file-break-fill:before{content:""}.bi-file-break:before{content:""}.bi-file-check-fill:before{content:""}.bi-file-check:before{content:""}.bi-file-code-fill:before{content:""}.bi-file-code:before{content:""}.bi-file-diff-fill:before{content:""}.bi-file-diff:before{content:""}.bi-file-earmark-arrow-down-fill:before{content:""}.bi-file-earmark-arrow-down:before{content:""}.bi-file-earmark-arrow-up-fill:before{content:""}.bi-file-earmark-arrow-up:before{content:""}.bi-file-earmark-bar-graph-fill:before{content:""}.bi-file-earmark-bar-graph:before{content:""}.bi-file-earmark-binary-fill:before{content:""}.bi-file-earmark-binary:before{content:""}.bi-file-earmark-break-fill:before{content:""}.bi-file-earmark-break:before{content:""}.bi-file-earmark-check-fill:before{content:""}.bi-file-earmark-check:before{content:""}.bi-file-earmark-code-fill:before{content:""}.bi-file-earmark-code:before{content:""}.bi-file-earmark-diff-fill:before{content:""}.bi-file-earmark-diff:before{content:""}.bi-file-earmark-easel-fill:before{content:""}.bi-file-earmark-easel:before{content:""}.bi-file-earmark-excel-fill:before{content:""}.bi-file-earmark-excel:before{content:""}.bi-file-earmark-fill:before{content:""}.bi-file-earmark-font-fill:before{content:""}.bi-file-earmark-font:before{content:""}.bi-file-earmark-image-fill:before{content:""}.bi-file-earmark-image:before{content:""}.bi-file-earmark-lock-fill:before{content:""}.bi-file-earmark-lock:before{content:""}.bi-file-earmark-lock2-fill:before{content:""}.bi-file-earmark-lock2:before{content:""}.bi-file-earmark-medical-fill:before{content:""}.bi-file-earmark-medical:before{content:""}.bi-file-earmark-minus-fill:before{content:""}.bi-file-earmark-minus:before{content:""}.bi-file-earmark-music-fill:before{content:""}.bi-file-earmark-music:before{content:""}.bi-file-earmark-person-fill:before{content:""}.bi-file-earmark-person:before{content:""}.bi-file-earmark-play-fill:before{content:""}.bi-file-earmark-play:before{content:""}.bi-file-earmark-plus-fill:before{content:""}.bi-file-earmark-plus:before{content:""}.bi-file-earmark-post-fill:before{content:""}.bi-file-earmark-post:before{content:""}.bi-file-earmark-ppt-fill:before{content:""}.bi-file-earmark-ppt:before{content:""}.bi-file-earmark-richtext-fill:before{content:""}.bi-file-earmark-richtext:before{content:""}.bi-file-earmark-ruled-fill:before{content:""}.bi-file-earmark-ruled:before{content:""}.bi-file-earmark-slides-fill:before{content:""}.bi-file-earmark-slides:before{content:""}.bi-file-earmark-spreadsheet-fill:before{content:""}.bi-file-earmark-spreadsheet:before{content:""}.bi-file-earmark-text-fill:before{content:""}.bi-file-earmark-text:before{content:""}.bi-file-earmark-word-fill:before{content:""}.bi-file-earmark-word:before{content:""}.bi-file-earmark-x-fill:before{content:""}.bi-file-earmark-x:before{content:""}.bi-file-earmark-zip-fill:before{content:""}.bi-file-earmark-zip:before{content:""}.bi-file-earmark:before{content:""}.bi-file-easel-fill:before{content:""}.bi-file-easel:before{content:""}.bi-file-excel-fill:before{content:""}.bi-file-excel:before{content:""}.bi-file-fill:before{content:""}.bi-file-font-fill:before{content:""}.bi-file-font:before{content:""}.bi-file-image-fill:before{content:""}.bi-file-image:before{content:""}.bi-file-lock-fill:before{content:""}.bi-file-lock:before{content:""}.bi-file-lock2-fill:before{content:""}.bi-file-lock2:before{content:""}.bi-file-medical-fill:before{content:""}.bi-file-medical:before{content:""}.bi-file-minus-fill:before{content:""}.bi-file-minus:before{content:""}.bi-file-music-fill:before{content:""}.bi-file-music:before{content:""}.bi-file-person-fill:before{content:""}.bi-file-person:before{content:""}.bi-file-play-fill:before{content:""}.bi-file-play:before{content:""}.bi-file-plus-fill:before{content:""}.bi-file-plus:before{content:""}.bi-file-post-fill:before{content:""}.bi-file-post:before{content:""}.bi-file-ppt-fill:before{content:""}.bi-file-ppt:before{content:""}.bi-file-richtext-fill:before{content:""}.bi-file-richtext:before{content:""}.bi-file-ruled-fill:before{content:""}.bi-file-ruled:before{content:""}.bi-file-slides-fill:before{content:""}.bi-file-slides:before{content:""}.bi-file-spreadsheet-fill:before{content:""}.bi-file-spreadsheet:before{content:""}.bi-file-text-fill:before{content:""}.bi-file-text:before{content:""}.bi-file-word-fill:before{content:""}.bi-file-word:before{content:""}.bi-file-x-fill:before{content:""}.bi-file-x:before{content:""}.bi-file-zip-fill:before{content:""}.bi-file-zip:before{content:""}.bi-file:before{content:""}.bi-files-alt:before{content:""}.bi-files:before{content:""}.bi-film:before{content:""}.bi-filter-circle-fill:before{content:""}.bi-filter-circle:before{content:""}.bi-filter-left:before{content:""}.bi-filter-right:before{content:""}.bi-filter-square-fill:before{content:""}.bi-filter-square:before{content:""}.bi-filter:before{content:""}.bi-flag-fill:before{content:""}.bi-flag:before{content:""}.bi-flower1:before{content:""}.bi-flower2:before{content:""}.bi-flower3:before{content:""}.bi-folder-check:before{content:""}.bi-folder-fill:before{content:""}.bi-folder-minus:before{content:""}.bi-folder-plus:before{content:""}.bi-folder-symlink-fill:before{content:""}.bi-folder-symlink:before{content:""}.bi-folder-x:before{content:""}.bi-folder:before{content:""}.bi-folder2-open:before{content:""}.bi-folder2:before{content:""}.bi-fonts:before{content:""}.bi-forward-fill:before{content:""}.bi-forward:before{content:""}.bi-front:before{content:""}.bi-fullscreen-exit:before{content:""}.bi-fullscreen:before{content:""}.bi-funnel-fill:before{content:""}.bi-funnel:before{content:""}.bi-gear-fill:before{content:""}.bi-gear-wide-connected:before{content:""}.bi-gear-wide:before{content:""}.bi-gear:before{content:""}.bi-gem:before{content:""}.bi-geo-alt-fill:before{content:""}.bi-geo-alt:before{content:""}.bi-geo-fill:before{content:""}.bi-geo:before{content:""}.bi-gift-fill:before{content:""}.bi-gift:before{content:""}.bi-github:before{content:""}.bi-globe:before{content:""}.bi-globe2:before{content:""}.bi-google:before{content:""}.bi-graph-down:before{content:""}.bi-graph-up:before{content:""}.bi-grid-1x2-fill:before{content:""}.bi-grid-1x2:before{content:""}.bi-grid-3x2-gap-fill:before{content:""}.bi-grid-3x2-gap:before{content:""}.bi-grid-3x2:before{content:""}.bi-grid-3x3-gap-fill:before{content:""}.bi-grid-3x3-gap:before{content:""}.bi-grid-3x3:before{content:""}.bi-grid-fill:before{content:""}.bi-grid:before{content:""}.bi-grip-horizontal:before{content:""}.bi-grip-vertical:before{content:""}.bi-hammer:before{content:""}.bi-hand-index-fill:before{content:""}.bi-hand-index-thumb-fill:before{content:""}.bi-hand-index-thumb:before{content:""}.bi-hand-index:before{content:""}.bi-hand-thumbs-down-fill:before{content:""}.bi-hand-thumbs-down:before{content:""}.bi-hand-thumbs-up-fill:before{content:""}.bi-hand-thumbs-up:before{content:""}.bi-handbag-fill:before{content:""}.bi-handbag:before{content:""}.bi-hash:before{content:""}.bi-hdd-fill:before{content:""}.bi-hdd-network-fill:before{content:""}.bi-hdd-network:before{content:""}.bi-hdd-rack-fill:before{content:""}.bi-hdd-rack:before{content:""}.bi-hdd-stack-fill:before{content:""}.bi-hdd-stack:before{content:""}.bi-hdd:before{content:""}.bi-headphones:before{content:""}.bi-headset:before{content:""}.bi-heart-fill:before{content:""}.bi-heart-half:before{content:""}.bi-heart:before{content:""}.bi-heptagon-fill:before{content:""}.bi-heptagon-half:before{content:""}.bi-heptagon:before{content:""}.bi-hexagon-fill:before{content:""}.bi-hexagon-half:before{content:""}.bi-hexagon:before{content:""}.bi-hourglass-bottom:before{content:""}.bi-hourglass-split:before{content:""}.bi-hourglass-top:before{content:""}.bi-hourglass:before{content:""}.bi-house-door-fill:before{content:""}.bi-house-door:before{content:""}.bi-house-fill:before{content:""}.bi-house:before{content:""}.bi-hr:before{content:""}.bi-hurricane:before{content:""}.bi-image-alt:before{content:""}.bi-image-fill:before{content:""}.bi-image:before{content:""}.bi-images:before{content:""}.bi-inbox-fill:before{content:""}.bi-inbox:before{content:""}.bi-inboxes-fill:before{content:""}.bi-inboxes:before{content:""}.bi-info-circle-fill:before{content:""}.bi-info-circle:before{content:""}.bi-info-square-fill:before{content:""}.bi-info-square:before{content:""}.bi-info:before{content:""}.bi-input-cursor-text:before{content:""}.bi-input-cursor:before{content:""}.bi-instagram:before{content:""}.bi-intersect:before{content:""}.bi-journal-album:before{content:""}.bi-journal-arrow-down:before{content:""}.bi-journal-arrow-up:before{content:""}.bi-journal-bookmark-fill:before{content:""}.bi-journal-bookmark:before{content:""}.bi-journal-check:before{content:""}.bi-journal-code:before{content:""}.bi-journal-medical:before{content:""}.bi-journal-minus:before{content:""}.bi-journal-plus:before{content:""}.bi-journal-richtext:before{content:""}.bi-journal-text:before{content:""}.bi-journal-x:before{content:""}.bi-journal:before{content:""}.bi-journals:before{content:""}.bi-joystick:before{content:""}.bi-justify-left:before{content:""}.bi-justify-right:before{content:""}.bi-justify:before{content:""}.bi-kanban-fill:before{content:""}.bi-kanban:before{content:""}.bi-key-fill:before{content:""}.bi-key:before{content:""}.bi-keyboard-fill:before{content:""}.bi-keyboard:before{content:""}.bi-ladder:before{content:""}.bi-lamp-fill:before{content:""}.bi-lamp:before{content:""}.bi-laptop-fill:before{content:""}.bi-laptop:before{content:""}.bi-layer-backward:before{content:""}.bi-layer-forward:before{content:""}.bi-layers-fill:before{content:""}.bi-layers-half:before{content:""}.bi-layers:before{content:""}.bi-layout-sidebar-inset-reverse:before{content:""}.bi-layout-sidebar-inset:before{content:""}.bi-layout-sidebar-reverse:before{content:""}.bi-layout-sidebar:before{content:""}.bi-layout-split:before{content:""}.bi-layout-text-sidebar-reverse:before{content:""}.bi-layout-text-sidebar:before{content:""}.bi-layout-text-window-reverse:before{content:""}.bi-layout-text-window:before{content:""}.bi-layout-three-columns:before{content:""}.bi-layout-wtf:before{content:""}.bi-life-preserver:before{content:""}.bi-lightbulb-fill:before{content:""}.bi-lightbulb-off-fill:before{content:""}.bi-lightbulb-off:before{content:""}.bi-lightbulb:before{content:""}.bi-lightning-charge-fill:before{content:""}.bi-lightning-charge:before{content:""}.bi-lightning-fill:before{content:""}.bi-lightning:before{content:""}.bi-link-45deg:before{content:""}.bi-link:before{content:""}.bi-linkedin:before{content:""}.bi-list-check:before{content:""}.bi-list-nested:before{content:""}.bi-list-ol:before{content:""}.bi-list-stars:before{content:""}.bi-list-task:before{content:""}.bi-list-ul:before{content:""}.bi-list:before{content:""}.bi-lock-fill:before{content:""}.bi-lock:before{content:""}.bi-mailbox:before{content:""}.bi-mailbox2:before{content:""}.bi-map-fill:before{content:""}.bi-map:before{content:""}.bi-markdown-fill:before{content:""}.bi-markdown:before{content:""}.bi-mask:before{content:""}.bi-megaphone-fill:before{content:""}.bi-megaphone:before{content:""}.bi-menu-app-fill:before{content:""}.bi-menu-app:before{content:""}.bi-menu-button-fill:before{content:""}.bi-menu-button-wide-fill:before{content:""}.bi-menu-button-wide:before{content:""}.bi-menu-button:before{content:""}.bi-menu-down:before{content:""}.bi-menu-up:before{content:""}.bi-mic-fill:before{content:""}.bi-mic-mute-fill:before{content:""}.bi-mic-mute:before{content:""}.bi-mic:before{content:""}.bi-minecart-loaded:before{content:""}.bi-minecart:before{content:""}.bi-moisture:before{content:""}.bi-moon-fill:before{content:""}.bi-moon-stars-fill:before{content:""}.bi-moon-stars:before{content:""}.bi-moon:before{content:""}.bi-mouse-fill:before{content:""}.bi-mouse:before{content:""}.bi-mouse2-fill:before{content:""}.bi-mouse2:before{content:""}.bi-mouse3-fill:before{content:""}.bi-mouse3:before{content:""}.bi-music-note-beamed:before{content:""}.bi-music-note-list:before{content:""}.bi-music-note:before{content:""}.bi-music-player-fill:before{content:""}.bi-music-player:before{content:""}.bi-newspaper:before{content:""}.bi-node-minus-fill:before{content:""}.bi-node-minus:before{content:""}.bi-node-plus-fill:before{content:""}.bi-node-plus:before{content:""}.bi-nut-fill:before{content:""}.bi-nut:before{content:""}.bi-octagon-fill:before{content:""}.bi-octagon-half:before{content:""}.bi-octagon:before{content:""}.bi-option:before{content:""}.bi-outlet:before{content:""}.bi-paint-bucket:before{content:""}.bi-palette-fill:before{content:""}.bi-palette:before{content:""}.bi-palette2:before{content:""}.bi-paperclip:before{content:""}.bi-paragraph:before{content:""}.bi-patch-check-fill:before{content:""}.bi-patch-check:before{content:""}.bi-patch-exclamation-fill:before{content:""}.bi-patch-exclamation:before{content:""}.bi-patch-minus-fill:before{content:""}.bi-patch-minus:before{content:""}.bi-patch-plus-fill:before{content:""}.bi-patch-plus:before{content:""}.bi-patch-question-fill:before{content:""}.bi-patch-question:before{content:""}.bi-pause-btn-fill:before{content:""}.bi-pause-btn:before{content:""}.bi-pause-circle-fill:before{content:""}.bi-pause-circle:before{content:""}.bi-pause-fill:before{content:""}.bi-pause:before{content:""}.bi-peace-fill:before{content:""}.bi-peace:before{content:""}.bi-pen-fill:before{content:""}.bi-pen:before{content:""}.bi-pencil-fill:before{content:""}.bi-pencil-square:before{content:""}.bi-pencil:before{content:""}.bi-pentagon-fill:before{content:""}.bi-pentagon-half:before{content:""}.bi-pentagon:before{content:""}.bi-people-fill:before{content:""}.bi-people:before{content:""}.bi-percent:before{content:""}.bi-person-badge-fill:before{content:""}.bi-person-badge:before{content:""}.bi-person-bounding-box:before{content:""}.bi-person-check-fill:before{content:""}.bi-person-check:before{content:""}.bi-person-circle:before{content:""}.bi-person-dash-fill:before{content:""}.bi-person-dash:before{content:""}.bi-person-fill:before{content:""}.bi-person-lines-fill:before{content:""}.bi-person-plus-fill:before{content:""}.bi-person-plus:before{content:""}.bi-person-square:before{content:""}.bi-person-x-fill:before{content:""}.bi-person-x:before{content:""}.bi-person:before{content:""}.bi-phone-fill:before{content:""}.bi-phone-landscape-fill:before{content:""}.bi-phone-landscape:before{content:""}.bi-phone-vibrate-fill:before{content:""}.bi-phone-vibrate:before{content:""}.bi-phone:before{content:""}.bi-pie-chart-fill:before{content:""}.bi-pie-chart:before{content:""}.bi-pin-angle-fill:before{content:""}.bi-pin-angle:before{content:""}.bi-pin-fill:before{content:""}.bi-pin:before{content:""}.bi-pip-fill:before{content:""}.bi-pip:before{content:""}.bi-play-btn-fill:before{content:""}.bi-play-btn:before{content:""}.bi-play-circle-fill:before{content:""}.bi-play-circle:before{content:""}.bi-play-fill:before{content:""}.bi-play:before{content:""}.bi-plug-fill:before{content:""}.bi-plug:before{content:""}.bi-plus-circle-dotted:before{content:""}.bi-plus-circle-fill:before{content:""}.bi-plus-circle:before{content:""}.bi-plus-square-dotted:before{content:""}.bi-plus-square-fill:before{content:""}.bi-plus-square:before{content:""}.bi-plus:before{content:""}.bi-power:before{content:""}.bi-printer-fill:before{content:""}.bi-printer:before{content:""}.bi-puzzle-fill:before{content:""}.bi-puzzle:before{content:""}.bi-question-circle-fill:before{content:""}.bi-question-circle:before{content:""}.bi-question-diamond-fill:before{content:""}.bi-question-diamond:before{content:""}.bi-question-octagon-fill:before{content:""}.bi-question-octagon:before{content:""}.bi-question-square-fill:before{content:""}.bi-question-square:before{content:""}.bi-question:before{content:""}.bi-rainbow:before{content:""}.bi-receipt-cutoff:before{content:""}.bi-receipt:before{content:""}.bi-reception-0:before{content:""}.bi-reception-1:before{content:""}.bi-reception-2:before{content:""}.bi-reception-3:before{content:""}.bi-reception-4:before{content:""}.bi-record-btn-fill:before{content:""}.bi-record-btn:before{content:""}.bi-record-circle-fill:before{content:""}.bi-record-circle:before{content:""}.bi-record-fill:before{content:""}.bi-record:before{content:""}.bi-record2-fill:before{content:""}.bi-record2:before{content:""}.bi-reply-all-fill:before{content:""}.bi-reply-all:before{content:""}.bi-reply-fill:before{content:""}.bi-reply:before{content:""}.bi-rss-fill:before{content:""}.bi-rss:before{content:""}.bi-rulers:before{content:""}.bi-save-fill:before{content:""}.bi-save:before{content:""}.bi-save2-fill:before{content:""}.bi-save2:before{content:""}.bi-scissors:before{content:""}.bi-screwdriver:before{content:""}.bi-search:before{content:""}.bi-segmented-nav:before{content:""}.bi-server:before{content:""}.bi-share-fill:before{content:""}.bi-share:before{content:""}.bi-shield-check:before{content:""}.bi-shield-exclamation:before{content:""}.bi-shield-fill-check:before{content:""}.bi-shield-fill-exclamation:before{content:""}.bi-shield-fill-minus:before{content:""}.bi-shield-fill-plus:before{content:""}.bi-shield-fill-x:before{content:""}.bi-shield-fill:before{content:""}.bi-shield-lock-fill:before{content:""}.bi-shield-lock:before{content:""}.bi-shield-minus:before{content:""}.bi-shield-plus:before{content:""}.bi-shield-shaded:before{content:""}.bi-shield-slash-fill:before{content:""}.bi-shield-slash:before{content:""}.bi-shield-x:before{content:""}.bi-shield:before{content:""}.bi-shift-fill:before{content:""}.bi-shift:before{content:""}.bi-shop-window:before{content:""}.bi-shop:before{content:""}.bi-shuffle:before{content:""}.bi-signpost-2-fill:before{content:""}.bi-signpost-2:before{content:""}.bi-signpost-fill:before{content:""}.bi-signpost-split-fill:before{content:""}.bi-signpost-split:before{content:""}.bi-signpost:before{content:""}.bi-sim-fill:before{content:""}.bi-sim:before{content:""}.bi-skip-backward-btn-fill:before{content:""}.bi-skip-backward-btn:before{content:""}.bi-skip-backward-circle-fill:before{content:""}.bi-skip-backward-circle:before{content:""}.bi-skip-backward-fill:before{content:""}.bi-skip-backward:before{content:""}.bi-skip-end-btn-fill:before{content:""}.bi-skip-end-btn:before{content:""}.bi-skip-end-circle-fill:before{content:""}.bi-skip-end-circle:before{content:""}.bi-skip-end-fill:before{content:""}.bi-skip-end:before{content:""}.bi-skip-forward-btn-fill:before{content:""}.bi-skip-forward-btn:before{content:""}.bi-skip-forward-circle-fill:before{content:""}.bi-skip-forward-circle:before{content:""}.bi-skip-forward-fill:before{content:""}.bi-skip-forward:before{content:""}.bi-skip-start-btn-fill:before{content:""}.bi-skip-start-btn:before{content:""}.bi-skip-start-circle-fill:before{content:""}.bi-skip-start-circle:before{content:""}.bi-skip-start-fill:before{content:""}.bi-skip-start:before{content:""}.bi-slack:before{content:""}.bi-slash-circle-fill:before{content:""}.bi-slash-circle:before{content:""}.bi-slash-square-fill:before{content:""}.bi-slash-square:before{content:""}.bi-slash:before{content:""}.bi-sliders:before{content:""}.bi-smartwatch:before{content:""}.bi-snow:before{content:""}.bi-snow2:before{content:""}.bi-snow3:before{content:""}.bi-sort-alpha-down-alt:before{content:""}.bi-sort-alpha-down:before{content:""}.bi-sort-alpha-up-alt:before{content:""}.bi-sort-alpha-up:before{content:""}.bi-sort-down-alt:before{content:""}.bi-sort-down:before{content:""}.bi-sort-numeric-down-alt:before{content:""}.bi-sort-numeric-down:before{content:""}.bi-sort-numeric-up-alt:before{content:""}.bi-sort-numeric-up:before{content:""}.bi-sort-up-alt:before{content:""}.bi-sort-up:before{content:""}.bi-soundwave:before{content:""}.bi-speaker-fill:before{content:""}.bi-speaker:before{content:""}.bi-speedometer:before{content:""}.bi-speedometer2:before{content:""}.bi-spellcheck:before{content:""}.bi-square-fill:before{content:""}.bi-square-half:before{content:""}.bi-square:before{content:""}.bi-stack:before{content:""}.bi-star-fill:before{content:""}.bi-star-half:before{content:""}.bi-star:before{content:""}.bi-stars:before{content:""}.bi-stickies-fill:before{content:""}.bi-stickies:before{content:""}.bi-sticky-fill:before{content:""}.bi-sticky:before{content:""}.bi-stop-btn-fill:before{content:""}.bi-stop-btn:before{content:""}.bi-stop-circle-fill:before{content:""}.bi-stop-circle:before{content:""}.bi-stop-fill:before{content:""}.bi-stop:before{content:""}.bi-stoplights-fill:before{content:""}.bi-stoplights:before{content:""}.bi-stopwatch-fill:before{content:""}.bi-stopwatch:before{content:""}.bi-subtract:before{content:""}.bi-suit-club-fill:before{content:""}.bi-suit-club:before{content:""}.bi-suit-diamond-fill:before{content:""}.bi-suit-diamond:before{content:""}.bi-suit-heart-fill:before{content:""}.bi-suit-heart:before{content:""}.bi-suit-spade-fill:before{content:""}.bi-suit-spade:before{content:""}.bi-sun-fill:before{content:""}.bi-sun:before{content:""}.bi-sunglasses:before{content:""}.bi-sunrise-fill:before{content:""}.bi-sunrise:before{content:""}.bi-sunset-fill:before{content:""}.bi-sunset:before{content:""}.bi-symmetry-horizontal:before{content:""}.bi-symmetry-vertical:before{content:""}.bi-table:before{content:""}.bi-tablet-fill:before{content:""}.bi-tablet-landscape-fill:before{content:""}.bi-tablet-landscape:before{content:""}.bi-tablet:before{content:""}.bi-tag-fill:before{content:""}.bi-tag:before{content:""}.bi-tags-fill:before{content:""}.bi-tags:before{content:""}.bi-telegram:before{content:""}.bi-telephone-fill:before{content:""}.bi-telephone-forward-fill:before{content:""}.bi-telephone-forward:before{content:""}.bi-telephone-inbound-fill:before{content:""}.bi-telephone-inbound:before{content:""}.bi-telephone-minus-fill:before{content:""}.bi-telephone-minus:before{content:""}.bi-telephone-outbound-fill:before{content:""}.bi-telephone-outbound:before{content:""}.bi-telephone-plus-fill:before{content:""}.bi-telephone-plus:before{content:""}.bi-telephone-x-fill:before{content:""}.bi-telephone-x:before{content:""}.bi-telephone:before{content:""}.bi-terminal-fill:before{content:""}.bi-terminal:before{content:""}.bi-text-center:before{content:""}.bi-text-indent-left:before{content:""}.bi-text-indent-right:before{content:""}.bi-text-left:before{content:""}.bi-text-paragraph:before{content:""}.bi-text-right:before{content:""}.bi-textarea-resize:before{content:""}.bi-textarea-t:before{content:""}.bi-textarea:before{content:""}.bi-thermometer-half:before{content:""}.bi-thermometer-high:before{content:""}.bi-thermometer-low:before{content:""}.bi-thermometer-snow:before{content:""}.bi-thermometer-sun:before{content:""}.bi-thermometer:before{content:""}.bi-three-dots-vertical:before{content:""}.bi-three-dots:before{content:""}.bi-toggle-off:before{content:""}.bi-toggle-on:before{content:""}.bi-toggle2-off:before{content:""}.bi-toggle2-on:before{content:""}.bi-toggles:before{content:""}.bi-toggles2:before{content:""}.bi-tools:before{content:""}.bi-tornado:before{content:""}.bi-trash-fill:before{content:""}.bi-trash:before{content:""}.bi-trash2-fill:before{content:""}.bi-trash2:before{content:""}.bi-tree-fill:before{content:""}.bi-tree:before{content:""}.bi-triangle-fill:before{content:""}.bi-triangle-half:before{content:""}.bi-triangle:before{content:""}.bi-trophy-fill:before{content:""}.bi-trophy:before{content:""}.bi-tropical-storm:before{content:""}.bi-truck-flatbed:before{content:""}.bi-truck:before{content:""}.bi-tsunami:before{content:""}.bi-tv-fill:before{content:""}.bi-tv:before{content:""}.bi-twitch:before{content:""}.bi-twitter:before{content:""}.bi-type-bold:before{content:""}.bi-type-h1:before{content:""}.bi-type-h2:before{content:""}.bi-type-h3:before{content:""}.bi-type-italic:before{content:""}.bi-type-strikethrough:before{content:""}.bi-type-underline:before{content:""}.bi-type:before{content:""}.bi-ui-checks-grid:before{content:""}.bi-ui-checks:before{content:""}.bi-ui-radios-grid:before{content:""}.bi-ui-radios:before{content:""}.bi-umbrella-fill:before{content:""}.bi-umbrella:before{content:""}.bi-union:before{content:""}.bi-unlock-fill:before{content:""}.bi-unlock:before{content:""}.bi-upc-scan:before{content:""}.bi-upc:before{content:""}.bi-upload:before{content:""}.bi-vector-pen:before{content:""}.bi-view-list:before{content:""}.bi-view-stacked:before{content:""}.bi-vinyl-fill:before{content:""}.bi-vinyl:before{content:""}.bi-voicemail:before{content:""}.bi-volume-down-fill:before{content:""}.bi-volume-down:before{content:""}.bi-volume-mute-fill:before{content:""}.bi-volume-mute:before{content:""}.bi-volume-off-fill:before{content:""}.bi-volume-off:before{content:""}.bi-volume-up-fill:before{content:""}.bi-volume-up:before{content:""}.bi-vr:before{content:""}.bi-wallet-fill:before{content:""}.bi-wallet:before{content:""}.bi-wallet2:before{content:""}.bi-watch:before{content:""}.bi-water:before{content:""}.bi-whatsapp:before{content:""}.bi-wifi-1:before{content:""}.bi-wifi-2:before{content:""}.bi-wifi-off:before{content:""}.bi-wifi:before{content:""}.bi-wind:before{content:""}.bi-window-dock:before{content:""}.bi-window-sidebar:before{content:""}.bi-window:before{content:""}.bi-wrench:before{content:""}.bi-x-circle-fill:before{content:""}.bi-x-circle:before{content:""}.bi-x-diamond-fill:before{content:""}.bi-x-diamond:before{content:""}.bi-x-octagon-fill:before{content:""}.bi-x-octagon:before{content:""}.bi-x-square-fill:before{content:""}.bi-x-square:before{content:""}.bi-x:before{content:""}.bi-youtube:before{content:""}.bi-zoom-in:before{content:""}.bi-zoom-out:before{content:""}.bi-bank:before{content:""}.bi-bank2:before{content:""}.bi-bell-slash-fill:before{content:""}.bi-bell-slash:before{content:""}.bi-cash-coin:before{content:""}.bi-check-lg:before{content:""}.bi-coin:before{content:""}.bi-currency-bitcoin:before{content:""}.bi-currency-dollar:before{content:""}.bi-currency-euro:before{content:""}.bi-currency-exchange:before{content:""}.bi-currency-pound:before{content:""}.bi-currency-yen:before{content:""}.bi-dash-lg:before{content:""}.bi-exclamation-lg:before{content:""}.bi-file-earmark-pdf-fill:before{content:""}.bi-file-earmark-pdf:before{content:""}.bi-file-pdf-fill:before{content:""}.bi-file-pdf:before{content:""}.bi-gender-ambiguous:before{content:""}.bi-gender-female:before{content:""}.bi-gender-male:before{content:""}.bi-gender-trans:before{content:""}.bi-headset-vr:before{content:""}.bi-info-lg:before{content:""}.bi-mastodon:before{content:""}.bi-messenger:before{content:""}.bi-piggy-bank-fill:before{content:""}.bi-piggy-bank:before{content:""}.bi-pin-map-fill:before{content:""}.bi-pin-map:before{content:""}.bi-plus-lg:before{content:""}.bi-question-lg:before{content:""}.bi-recycle:before{content:""}.bi-reddit:before{content:""}.bi-safe-fill:before{content:""}.bi-safe2-fill:before{content:""}.bi-safe2:before{content:""}.bi-sd-card-fill:before{content:""}.bi-sd-card:before{content:""}.bi-skype:before{content:""}.bi-slash-lg:before{content:""}.bi-translate:before{content:""}.bi-x-lg:before{content:""}.bi-safe:before{content:""}.bi-apple:before{content:""}.bi-microsoft:before{content:""}.bi-windows:before{content:""}.bi-behance:before{content:""}.bi-dribbble:before{content:""}.bi-line:before{content:""}.bi-medium:before{content:""}.bi-paypal:before{content:""}.bi-pinterest:before{content:""}.bi-signal:before{content:""}.bi-snapchat:before{content:""}.bi-spotify:before{content:""}.bi-stack-overflow:before{content:""}.bi-strava:before{content:""}.bi-wordpress:before{content:""}.bi-vimeo:before{content:""}.bi-activity:before{content:""}.bi-easel2-fill:before{content:""}.bi-easel2:before{content:""}.bi-easel3-fill:before{content:""}.bi-easel3:before{content:""}.bi-fan:before{content:""}.bi-fingerprint:before{content:""}.bi-graph-down-arrow:before{content:""}.bi-graph-up-arrow:before{content:""}.bi-hypnotize:before{content:""}.bi-magic:before{content:""}.bi-person-rolodex:before{content:""}.bi-person-video:before{content:""}.bi-person-video2:before{content:""}.bi-person-video3:before{content:""}.bi-person-workspace:before{content:""}.bi-radioactive:before{content:""}.bi-webcam-fill:before{content:""}.bi-webcam:before{content:""}.bi-yin-yang:before{content:""}.bi-bandaid-fill:before{content:""}.bi-bandaid:before{content:""}.bi-bluetooth:before{content:""}.bi-body-text:before{content:""}.bi-boombox:before{content:""}.bi-boxes:before{content:""}.bi-dpad-fill:before{content:""}.bi-dpad:before{content:""}.bi-ear-fill:before{content:""}.bi-ear:before{content:""}.bi-envelope-check-fill:before{content:""}.bi-envelope-check:before{content:""}.bi-envelope-dash-fill:before{content:""}.bi-envelope-dash:before{content:""}.bi-envelope-exclamation-fill:before{content:""}.bi-envelope-exclamation:before{content:""}.bi-envelope-plus-fill:before{content:""}.bi-envelope-plus:before{content:""}.bi-envelope-slash-fill:before{content:""}.bi-envelope-slash:before{content:""}.bi-envelope-x-fill:before{content:""}.bi-envelope-x:before{content:""}.bi-explicit-fill:before{content:""}.bi-explicit:before{content:""}.bi-git:before{content:""}.bi-infinity:before{content:""}.bi-list-columns-reverse:before{content:""}.bi-list-columns:before{content:""}.bi-meta:before{content:""}.bi-nintendo-switch:before{content:""}.bi-pc-display-horizontal:before{content:""}.bi-pc-display:before{content:""}.bi-pc-horizontal:before{content:""}.bi-pc:before{content:""}.bi-playstation:before{content:""}.bi-plus-slash-minus:before{content:""}.bi-projector-fill:before{content:""}.bi-projector:before{content:""}.bi-qr-code-scan:before{content:""}.bi-qr-code:before{content:""}.bi-quora:before{content:""}.bi-quote:before{content:""}.bi-robot:before{content:""}.bi-send-check-fill:before{content:""}.bi-send-check:before{content:""}.bi-send-dash-fill:before{content:""}.bi-send-dash:before{content:""}.bi-send-exclamation-fill:before{content:""}.bi-send-exclamation:before{content:""}.bi-send-fill:before{content:""}.bi-send-plus-fill:before{content:""}.bi-send-plus:before{content:""}.bi-send-slash-fill:before{content:""}.bi-send-slash:before{content:""}.bi-send-x-fill:before{content:""}.bi-send-x:before{content:""}.bi-send:before{content:""}.bi-steam:before{content:""}.bi-terminal-dash:before{content:""}.bi-terminal-plus:before{content:""}.bi-terminal-split:before{content:""}.bi-ticket-detailed-fill:before{content:""}.bi-ticket-detailed:before{content:""}.bi-ticket-fill:before{content:""}.bi-ticket-perforated-fill:before{content:""}.bi-ticket-perforated:before{content:""}.bi-ticket:before{content:""}.bi-tiktok:before{content:""}.bi-window-dash:before{content:""}.bi-window-desktop:before{content:""}.bi-window-fullscreen:before{content:""}.bi-window-plus:before{content:""}.bi-window-split:before{content:""}.bi-window-stack:before{content:""}.bi-window-x:before{content:""}.bi-xbox:before{content:""}.bi-ethernet:before{content:""}.bi-hdmi-fill:before{content:""}.bi-hdmi:before{content:""}.bi-usb-c-fill:before{content:""}.bi-usb-c:before{content:""}.bi-usb-fill:before{content:""}.bi-usb-plug-fill:before{content:""}.bi-usb-plug:before{content:""}.bi-usb-symbol:before{content:""}.bi-usb:before{content:""}.bi-boombox-fill:before{content:""}.bi-displayport:before{content:""}.bi-gpu-card:before{content:""}.bi-memory:before{content:""}.bi-modem-fill:before{content:""}.bi-modem:before{content:""}.bi-motherboard-fill:before{content:""}.bi-motherboard:before{content:""}.bi-optical-audio-fill:before{content:""}.bi-optical-audio:before{content:""}.bi-pci-card:before{content:""}.bi-router-fill:before{content:""}.bi-router:before{content:""}.bi-thunderbolt-fill:before{content:""}.bi-thunderbolt:before{content:""}.bi-usb-drive-fill:before{content:""}.bi-usb-drive:before{content:""}.bi-usb-micro-fill:before{content:""}.bi-usb-micro:before{content:""}.bi-usb-mini-fill:before{content:""}.bi-usb-mini:before{content:""}.bi-cloud-haze2:before{content:""}.bi-device-hdd-fill:before{content:""}.bi-device-hdd:before{content:""}.bi-device-ssd-fill:before{content:""}.bi-device-ssd:before{content:""}.bi-displayport-fill:before{content:""}.bi-mortarboard-fill:before{content:""}.bi-mortarboard:before{content:""}.bi-terminal-x:before{content:""}.bi-arrow-through-heart-fill:before{content:""}.bi-arrow-through-heart:before{content:""}.bi-badge-sd-fill:before{content:""}.bi-badge-sd:before{content:""}.bi-bag-heart-fill:before{content:""}.bi-bag-heart:before{content:""}.bi-balloon-fill:before{content:""}.bi-balloon-heart-fill:before{content:""}.bi-balloon-heart:before{content:""}.bi-balloon:before{content:""}.bi-box2-fill:before{content:""}.bi-box2-heart-fill:before{content:""}.bi-box2-heart:before{content:""}.bi-box2:before{content:""}.bi-braces-asterisk:before{content:""}.bi-calendar-heart-fill:before{content:""}.bi-calendar-heart:before{content:""}.bi-calendar2-heart-fill:before{content:""}.bi-calendar2-heart:before{content:""}.bi-chat-heart-fill:before{content:""}.bi-chat-heart:before{content:""}.bi-chat-left-heart-fill:before{content:""}.bi-chat-left-heart:before{content:""}.bi-chat-right-heart-fill:before{content:""}.bi-chat-right-heart:before{content:""}.bi-chat-square-heart-fill:before{content:""}.bi-chat-square-heart:before{content:""}.bi-clipboard-check-fill:before{content:""}.bi-clipboard-data-fill:before{content:""}.bi-clipboard-fill:before{content:""}.bi-clipboard-heart-fill:before{content:""}.bi-clipboard-heart:before{content:""}.bi-clipboard-minus-fill:before{content:""}.bi-clipboard-plus-fill:before{content:""}.bi-clipboard-pulse:before{content:""}.bi-clipboard-x-fill:before{content:""}.bi-clipboard2-check-fill:before{content:""}.bi-clipboard2-check:before{content:""}.bi-clipboard2-data-fill:before{content:""}.bi-clipboard2-data:before{content:""}.bi-clipboard2-fill:before{content:""}.bi-clipboard2-heart-fill:before{content:""}.bi-clipboard2-heart:before{content:""}.bi-clipboard2-minus-fill:before{content:""}.bi-clipboard2-minus:before{content:""}.bi-clipboard2-plus-fill:before{content:""}.bi-clipboard2-plus:before{content:""}.bi-clipboard2-pulse-fill:before{content:""}.bi-clipboard2-pulse:before{content:""}.bi-clipboard2-x-fill:before{content:""}.bi-clipboard2-x:before{content:""}.bi-clipboard2:before{content:""}.bi-emoji-kiss-fill:before{content:""}.bi-emoji-kiss:before{content:""}.bi-envelope-heart-fill:before{content:""}.bi-envelope-heart:before{content:""}.bi-envelope-open-heart-fill:before{content:""}.bi-envelope-open-heart:before{content:""}.bi-envelope-paper-fill:before{content:""}.bi-envelope-paper-heart-fill:before{content:""}.bi-envelope-paper-heart:before{content:""}.bi-envelope-paper:before{content:""}.bi-filetype-aac:before{content:""}.bi-filetype-ai:before{content:""}.bi-filetype-bmp:before{content:""}.bi-filetype-cs:before{content:""}.bi-filetype-css:before{content:""}.bi-filetype-csv:before{content:""}.bi-filetype-doc:before{content:""}.bi-filetype-docx:before{content:""}.bi-filetype-exe:before{content:""}.bi-filetype-gif:before{content:""}.bi-filetype-heic:before{content:""}.bi-filetype-html:before{content:""}.bi-filetype-java:before{content:""}.bi-filetype-jpg:before{content:""}.bi-filetype-js:before{content:""}.bi-filetype-jsx:before{content:""}.bi-filetype-key:before{content:""}.bi-filetype-m4p:before{content:""}.bi-filetype-md:before{content:""}.bi-filetype-mdx:before{content:""}.bi-filetype-mov:before{content:""}.bi-filetype-mp3:before{content:""}.bi-filetype-mp4:before{content:""}.bi-filetype-otf:before{content:""}.bi-filetype-pdf:before{content:""}.bi-filetype-php:before{content:""}.bi-filetype-png:before{content:""}.bi-filetype-ppt:before{content:""}.bi-filetype-psd:before{content:""}.bi-filetype-py:before{content:""}.bi-filetype-raw:before{content:""}.bi-filetype-rb:before{content:""}.bi-filetype-sass:before{content:""}.bi-filetype-scss:before{content:""}.bi-filetype-sh:before{content:""}.bi-filetype-svg:before{content:""}.bi-filetype-tiff:before{content:""}.bi-filetype-tsx:before{content:""}.bi-filetype-ttf:before{content:""}.bi-filetype-txt:before{content:""}.bi-filetype-wav:before{content:""}.bi-filetype-woff:before{content:""}.bi-filetype-xls:before{content:""}.bi-filetype-xml:before{content:""}.bi-filetype-yml:before{content:""}.bi-heart-arrow:before{content:""}.bi-heart-pulse-fill:before{content:""}.bi-heart-pulse:before{content:""}.bi-heartbreak-fill:before{content:""}.bi-heartbreak:before{content:""}.bi-hearts:before{content:""}.bi-hospital-fill:before{content:""}.bi-hospital:before{content:""}.bi-house-heart-fill:before{content:""}.bi-house-heart:before{content:""}.bi-incognito:before{content:""}.bi-magnet-fill:before{content:""}.bi-magnet:before{content:""}.bi-person-heart:before{content:""}.bi-person-hearts:before{content:""}.bi-phone-flip:before{content:""}.bi-plugin:before{content:""}.bi-postage-fill:before{content:""}.bi-postage-heart-fill:before{content:""}.bi-postage-heart:before{content:""}.bi-postage:before{content:""}.bi-postcard-fill:before{content:""}.bi-postcard-heart-fill:before{content:""}.bi-postcard-heart:before{content:""}.bi-postcard:before{content:""}.bi-search-heart-fill:before{content:""}.bi-search-heart:before{content:""}.bi-sliders2-vertical:before{content:""}.bi-sliders2:before{content:""}.bi-trash3-fill:before{content:""}.bi-trash3:before{content:""}.bi-valentine:before{content:""}.bi-valentine2:before{content:""}.bi-wrench-adjustable-circle-fill:before{content:""}.bi-wrench-adjustable-circle:before{content:""}.bi-wrench-adjustable:before{content:""}.bi-filetype-json:before{content:""}.bi-filetype-pptx:before{content:""}.bi-filetype-xlsx:before{content:""}.bi-1-circle-fill:before{content:""}.bi-1-circle:before{content:""}.bi-1-square-fill:before{content:""}.bi-1-square:before{content:""}.bi-2-circle-fill:before{content:""}.bi-2-circle:before{content:""}.bi-2-square-fill:before{content:""}.bi-2-square:before{content:""}.bi-3-circle-fill:before{content:""}.bi-3-circle:before{content:""}.bi-3-square-fill:before{content:""}.bi-3-square:before{content:""}.bi-4-circle-fill:before{content:""}.bi-4-circle:before{content:""}.bi-4-square-fill:before{content:""}.bi-4-square:before{content:""}.bi-5-circle-fill:before{content:""}.bi-5-circle:before{content:""}.bi-5-square-fill:before{content:""}.bi-5-square:before{content:""}.bi-6-circle-fill:before{content:""}.bi-6-circle:before{content:""}.bi-6-square-fill:before{content:""}.bi-6-square:before{content:""}.bi-7-circle-fill:before{content:""}.bi-7-circle:before{content:""}.bi-7-square-fill:before{content:""}.bi-7-square:before{content:""}.bi-8-circle-fill:before{content:""}.bi-8-circle:before{content:""}.bi-8-square-fill:before{content:""}.bi-8-square:before{content:""}.bi-9-circle-fill:before{content:""}.bi-9-circle:before{content:""}.bi-9-square-fill:before{content:""}.bi-9-square:before{content:""}.bi-airplane-engines-fill:before{content:""}.bi-airplane-engines:before{content:""}.bi-airplane-fill:before{content:""}.bi-airplane:before{content:""}.bi-alexa:before{content:""}.bi-alipay:before{content:""}.bi-android:before{content:""}.bi-android2:before{content:""}.bi-box-fill:before{content:""}.bi-box-seam-fill:before{content:""}.bi-browser-chrome:before{content:""}.bi-browser-edge:before{content:""}.bi-browser-firefox:before{content:""}.bi-browser-safari:before{content:""}.bi-c-circle-fill:before{content:""}.bi-c-circle:before{content:""}.bi-c-square-fill:before{content:""}.bi-c-square:before{content:""}.bi-capsule-pill:before{content:""}.bi-capsule:before{content:""}.bi-car-front-fill:before{content:""}.bi-car-front:before{content:""}.bi-cassette-fill:before{content:""}.bi-cassette:before{content:""}.bi-cc-circle-fill:before{content:""}.bi-cc-circle:before{content:""}.bi-cc-square-fill:before{content:""}.bi-cc-square:before{content:""}.bi-cup-hot-fill:before{content:""}.bi-cup-hot:before{content:""}.bi-currency-rupee:before{content:""}.bi-dropbox:before{content:""}.bi-escape:before{content:""}.bi-fast-forward-btn-fill:before{content:""}.bi-fast-forward-btn:before{content:""}.bi-fast-forward-circle-fill:before{content:""}.bi-fast-forward-circle:before{content:""}.bi-fast-forward-fill:before{content:""}.bi-fast-forward:before{content:""}.bi-filetype-sql:before{content:""}.bi-fire:before{content:""}.bi-google-play:before{content:""}.bi-h-circle-fill:before{content:""}.bi-h-circle:before{content:""}.bi-h-square-fill:before{content:""}.bi-h-square:before{content:""}.bi-indent:before{content:""}.bi-lungs-fill:before{content:""}.bi-lungs:before{content:""}.bi-microsoft-teams:before{content:""}.bi-p-circle-fill:before{content:""}.bi-p-circle:before{content:""}.bi-p-square-fill:before{content:""}.bi-p-square:before{content:""}.bi-pass-fill:before{content:""}.bi-pass:before{content:""}.bi-prescription:before{content:""}.bi-prescription2:before{content:""}.bi-r-circle-fill:before{content:""}.bi-r-circle:before{content:""}.bi-r-square-fill:before{content:""}.bi-r-square:before{content:""}.bi-repeat-1:before{content:""}.bi-repeat:before{content:""}.bi-rewind-btn-fill:before{content:""}.bi-rewind-btn:before{content:""}.bi-rewind-circle-fill:before{content:""}.bi-rewind-circle:before{content:""}.bi-rewind-fill:before{content:""}.bi-rewind:before{content:""}.bi-train-freight-front-fill:before{content:""}.bi-train-freight-front:before{content:""}.bi-train-front-fill:before{content:""}.bi-train-front:before{content:""}.bi-train-lightrail-front-fill:before{content:""}.bi-train-lightrail-front:before{content:""}.bi-truck-front-fill:before{content:""}.bi-truck-front:before{content:""}.bi-ubuntu:before{content:""}.bi-unindent:before{content:""}.bi-unity:before{content:""}.bi-universal-access-circle:before{content:""}.bi-universal-access:before{content:""}.bi-virus:before{content:""}.bi-virus2:before{content:""}.bi-wechat:before{content:""}.bi-yelp:before{content:""}.bi-sign-stop-fill:before{content:""}.bi-sign-stop-lights-fill:before{content:""}.bi-sign-stop-lights:before{content:""}.bi-sign-stop:before{content:""}.bi-sign-turn-left-fill:before{content:""}.bi-sign-turn-left:before{content:""}.bi-sign-turn-right-fill:before{content:""}.bi-sign-turn-right:before{content:""}.bi-sign-turn-slight-left-fill:before{content:""}.bi-sign-turn-slight-left:before{content:""}.bi-sign-turn-slight-right-fill:before{content:""}.bi-sign-turn-slight-right:before{content:""}.bi-sign-yield-fill:before{content:""}.bi-sign-yield:before{content:""}.bi-ev-station-fill:before{content:""}.bi-ev-station:before{content:""}.bi-fuel-pump-diesel-fill:before{content:""}.bi-fuel-pump-diesel:before{content:""}.bi-fuel-pump-fill:before{content:""}.bi-fuel-pump:before{content:""}.bi-0-circle-fill:before{content:""}.bi-0-circle:before{content:""}.bi-0-square-fill:before{content:""}.bi-0-square:before{content:""}.bi-rocket-fill:before{content:""}.bi-rocket-takeoff-fill:before{content:""}.bi-rocket-takeoff:before{content:""}.bi-rocket:before{content:""}.bi-stripe:before{content:""}.bi-subscript:before{content:""}.bi-superscript:before{content:""}.bi-trello:before{content:""}.bi-envelope-at-fill:before{content:""}.bi-envelope-at:before{content:""}.bi-regex:before{content:""}.bi-text-wrap:before{content:""}.bi-sign-dead-end-fill:before{content:""}.bi-sign-dead-end:before{content:""}.bi-sign-do-not-enter-fill:before{content:""}.bi-sign-do-not-enter:before{content:""}.bi-sign-intersection-fill:before{content:""}.bi-sign-intersection-side-fill:before{content:""}.bi-sign-intersection-side:before{content:""}.bi-sign-intersection-t-fill:before{content:""}.bi-sign-intersection-t:before{content:""}.bi-sign-intersection-y-fill:before{content:""}.bi-sign-intersection-y:before{content:""}.bi-sign-intersection:before{content:""}.bi-sign-merge-left-fill:before{content:""}.bi-sign-merge-left:before{content:""}.bi-sign-merge-right-fill:before{content:""}.bi-sign-merge-right:before{content:""}.bi-sign-no-left-turn-fill:before{content:""}.bi-sign-no-left-turn:before{content:""}.bi-sign-no-parking-fill:before{content:""}.bi-sign-no-parking:before{content:""}.bi-sign-no-right-turn-fill:before{content:""}.bi-sign-no-right-turn:before{content:""}.bi-sign-railroad-fill:before{content:""}.bi-sign-railroad:before{content:""}.bi-building-add:before{content:""}.bi-building-check:before{content:""}.bi-building-dash:before{content:""}.bi-building-down:before{content:""}.bi-building-exclamation:before{content:""}.bi-building-fill-add:before{content:""}.bi-building-fill-check:before{content:""}.bi-building-fill-dash:before{content:""}.bi-building-fill-down:before{content:""}.bi-building-fill-exclamation:before{content:""}.bi-building-fill-gear:before{content:""}.bi-building-fill-lock:before{content:""}.bi-building-fill-slash:before{content:""}.bi-building-fill-up:before{content:""}.bi-building-fill-x:before{content:""}.bi-building-fill:before{content:""}.bi-building-gear:before{content:""}.bi-building-lock:before{content:""}.bi-building-slash:before{content:""}.bi-building-up:before{content:""}.bi-building-x:before{content:""}.bi-buildings-fill:before{content:""}.bi-buildings:before{content:""}.bi-bus-front-fill:before{content:""}.bi-bus-front:before{content:""}.bi-ev-front-fill:before{content:""}.bi-ev-front:before{content:""}.bi-globe-americas:before{content:""}.bi-globe-asia-australia:before{content:""}.bi-globe-central-south-asia:before{content:""}.bi-globe-europe-africa:before{content:""}.bi-house-add-fill:before{content:""}.bi-house-add:before{content:""}.bi-house-check-fill:before{content:""}.bi-house-check:before{content:""}.bi-house-dash-fill:before{content:""}.bi-house-dash:before{content:""}.bi-house-down-fill:before{content:""}.bi-house-down:before{content:""}.bi-house-exclamation-fill:before{content:""}.bi-house-exclamation:before{content:""}.bi-house-gear-fill:before{content:""}.bi-house-gear:before{content:""}.bi-house-lock-fill:before{content:""}.bi-house-lock:before{content:""}.bi-house-slash-fill:before{content:""}.bi-house-slash:before{content:""}.bi-house-up-fill:before{content:""}.bi-house-up:before{content:""}.bi-house-x-fill:before{content:""}.bi-house-x:before{content:""}.bi-person-add:before{content:""}.bi-person-down:before{content:""}.bi-person-exclamation:before{content:""}.bi-person-fill-add:before{content:""}.bi-person-fill-check:before{content:""}.bi-person-fill-dash:before{content:""}.bi-person-fill-down:before{content:""}.bi-person-fill-exclamation:before{content:""}.bi-person-fill-gear:before{content:""}.bi-person-fill-lock:before{content:""}.bi-person-fill-slash:before{content:""}.bi-person-fill-up:before{content:""}.bi-person-fill-x:before{content:""}.bi-person-gear:before{content:""}.bi-person-lock:before{content:""}.bi-person-slash:before{content:""}.bi-person-up:before{content:""}.bi-scooter:before{content:""}.bi-taxi-front-fill:before{content:""}.bi-taxi-front:before{content:""}.bi-amd:before{content:""}.bi-database-add:before{content:""}.bi-database-check:before{content:""}.bi-database-dash:before{content:""}.bi-database-down:before{content:""}.bi-database-exclamation:before{content:""}.bi-database-fill-add:before{content:""}.bi-database-fill-check:before{content:""}.bi-database-fill-dash:before{content:""}.bi-database-fill-down:before{content:""}.bi-database-fill-exclamation:before{content:""}.bi-database-fill-gear:before{content:""}.bi-database-fill-lock:before{content:""}.bi-database-fill-slash:before{content:""}.bi-database-fill-up:before{content:""}.bi-database-fill-x:before{content:""}.bi-database-fill:before{content:""}.bi-database-gear:before{content:""}.bi-database-lock:before{content:""}.bi-database-slash:before{content:""}.bi-database-up:before{content:""}.bi-database-x:before{content:""}.bi-database:before{content:""}.bi-houses-fill:before{content:""}.bi-houses:before{content:""}.bi-nvidia:before{content:""}.bi-person-vcard-fill:before{content:""}.bi-person-vcard:before{content:""}.bi-sina-weibo:before{content:""}.bi-tencent-qq:before{content:""}.bi-wikipedia:before{content:""}.bi-alphabet-uppercase:before{content:""}.bi-alphabet:before{content:""}.bi-amazon:before{content:""}.bi-arrows-collapse-vertical:before{content:""}.bi-arrows-expand-vertical:before{content:""}.bi-arrows-vertical:before{content:""}.bi-arrows:before{content:""}.bi-ban-fill:before{content:""}.bi-ban:before{content:""}.bi-bing:before{content:""}.bi-cake:before{content:""}.bi-cake2:before{content:""}.bi-cookie:before{content:""}.bi-copy:before{content:""}.bi-crosshair:before{content:""}.bi-crosshair2:before{content:""}.bi-emoji-astonished-fill:before{content:""}.bi-emoji-astonished:before{content:""}.bi-emoji-grimace-fill:before{content:""}.bi-emoji-grimace:before{content:""}.bi-emoji-grin-fill:before{content:""}.bi-emoji-grin:before{content:""}.bi-emoji-surprise-fill:before{content:""}.bi-emoji-surprise:before{content:""}.bi-emoji-tear-fill:before{content:""}.bi-emoji-tear:before{content:""}.bi-envelope-arrow-down-fill:before{content:""}.bi-envelope-arrow-down:before{content:""}.bi-envelope-arrow-up-fill:before{content:""}.bi-envelope-arrow-up:before{content:""}.bi-feather:before{content:""}.bi-feather2:before{content:""}.bi-floppy-fill:before{content:""}.bi-floppy:before{content:""}.bi-floppy2-fill:before{content:""}.bi-floppy2:before{content:""}.bi-gitlab:before{content:""}.bi-highlighter:before{content:""}.bi-marker-tip:before{content:""}.bi-nvme-fill:before{content:""}.bi-nvme:before{content:""}.bi-opencollective:before{content:""}.bi-pci-card-network:before{content:""}.bi-pci-card-sound:before{content:""}.bi-radar:before{content:""}.bi-send-arrow-down-fill:before{content:""}.bi-send-arrow-down:before{content:""}.bi-send-arrow-up-fill:before{content:""}.bi-send-arrow-up:before{content:""}.bi-sim-slash-fill:before{content:""}.bi-sim-slash:before{content:""}.bi-sourceforge:before{content:""}.bi-substack:before{content:""}.bi-threads-fill:before{content:""}.bi-threads:before{content:""}.bi-transparency:before{content:""}.bi-twitter-x:before{content:""}.bi-type-h4:before{content:""}.bi-type-h5:before{content:""}.bi-type-h6:before{content:""}.bi-backpack-fill:before{content:""}.bi-backpack:before{content:""}.bi-backpack2-fill:before{content:""}.bi-backpack2:before{content:""}.bi-backpack3-fill:before{content:""}.bi-backpack3:before{content:""}.bi-backpack4-fill:before{content:""}.bi-backpack4:before{content:""}.bi-brilliance:before{content:""}.bi-cake-fill:before{content:""}.bi-cake2-fill:before{content:""}.bi-duffle-fill:before{content:""}.bi-duffle:before{content:""}.bi-exposure:before{content:""}.bi-gender-neuter:before{content:""}.bi-highlights:before{content:""}.bi-luggage-fill:before{content:""}.bi-luggage:before{content:""}.bi-mailbox-flag:before{content:""}.bi-mailbox2-flag:before{content:""}.bi-noise-reduction:before{content:""}.bi-passport-fill:before{content:""}.bi-passport:before{content:""}.bi-person-arms-up:before{content:""}.bi-person-raised-hand:before{content:""}.bi-person-standing-dress:before{content:""}.bi-person-standing:before{content:""}.bi-person-walking:before{content:""}.bi-person-wheelchair:before{content:""}.bi-shadows:before{content:""}.bi-suitcase-fill:before{content:""}.bi-suitcase-lg-fill:before{content:""}.bi-suitcase-lg:before{content:""}.bi-suitcase:before{content:"豈"}.bi-suitcase2-fill:before{content:"更"}.bi-suitcase2:before{content:"車"}.bi-vignette:before{content:"賈"}
