@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&display=swap);@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@100;200;300;400&display=swap);@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap);:root{--primary-color:#174a5e;--secondary-color:#540088;--tertiary-color:#c98500;--primary-grey:#424242;--secondary-grey:#929292;--tertiary-grey:#c2c2c2}*{box-sizing:border-box;margin:0;padding:0}a{color:#000;text-decoration:none}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Manrope,Montserrat,Helvetica Neue,Poppins,Arial,Roboto,sans-serif;font-optical-sizing:auto;margin:0;max-width:100vw;overflow-x:hidden!important;scroll-behavior:smooth}button{cursor:pointer;font-family:inherit}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}input{font-family:inherit}ul{list-style:none;margin:0;padding:0}.app{height:100%}.Toastify__toast{border-left:5px solid #174a5e;border-left:5px solid var(--primary-color)}.Toastify__toast--error{border-left:5px solid red}.Toastify__toast-body{font-family:Poppins}.Toastify__toast-body>div:nth-child(2){font-size:14px;font-weight:600;letter-spacing:1px;margin-left:20px}.carousel-root{height:100%;max-height:100%;min-height:100%}.carousel-slider,.slider-wrapper,.slider-wrapper ul,.slider-wrapper ul li,.slider-wrapper ul li div,.slider-wrapper ul li div img{height:100%}: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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;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:translateX(-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:translateX(-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:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 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:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.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:#ffffffb3;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:9999;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 #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;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__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(0deg)}to{transform:rotate(1turn)}}.styles_navbar__GAap6{align-items:center;background-color:#fff;border-bottom:5px solid var(--primary-color);display:flex;height:100px;max-width:100vw;min-width:100vw;padding:20px 50px 0;z-index:5}.styles_navbar__GAap6>*{align-items:center;display:inherit;height:100%}.styles_navbar__GAap6 .styles_navbar_logo__Uxj7f{flex-grow:1}.styles_navbar__GAap6 .styles_navbar_logo__Uxj7f img{width:250px}.styles_navbar__GAap6 .styles_navbar_links__ik\+3U ul{align-items:center;display:flex;gap:20px;height:inherit;justify-content:flex-end;max-width:600px;padding:0 15px;width:600px}.styles_navbar__GAap6 .styles_navbar_links__ik\+3U ul li{align-items:center;display:flex;font-size:14px;height:inherit}.styles_navbar__GAap6 .styles_navbar_links__ik\+3U ul li a{font-weight:600}@media screen and (max-width:1200px){.styles_navbar__GAap6 .styles_navbar_logo__Uxj7f img{width:200px}.styles_navbar__GAap6 .styles_navbar_links__ik\+3U{display:none}}.styles_navbar__GAap6 .styles_navbar_search__tcAFw{align-items:center;background-color:var(--primary-color);display:flex;height:50px;margin-left:50px;padding:0 15px;position:relative}.styles_navbar__GAap6 .styles_navbar_search__tcAFw img{aspect-ratio:1;cursor:pointer;width:25px}.styles_navbar__GAap6 .styles_navbar_search__tcAFw .styles_logout__LydUw{background-color:#fff;bottom:-30px;left:0;position:absolute;width:100%}.styles_navbar__GAap6 .styles_navbar_search__tcAFw .styles_logout__LydUw h3{cursor:pointer;font-size:14px;text-align:right}.styles_navbar__GAap6 .styles_navbar_search__tcAFw button{align-items:center;background:none;border:none;display:flex;font-family:inherit;font-weight:600;height:50px}.styles_navbar__GAap6 .styles_navbar_search__tcAFw button:nth-child(2){align-items:center;display:flex;padding-left:10px}.styles_navbar__GAap6 .styles_navbar_search__tcAFw button:nth-child(2) img{width:10px}@media screen and (max-width:1200px){.styles_navbar__GAap6 .styles_navbar_search__tcAFw button,.styles_navbar__GAap6 .styles_navbar_search__tcAFw button img{display:none}}@media screen and (max-width:700px){.styles_navbar__GAap6 .styles_navbar_search__tcAFw{margin-left:20px}}.styles_navbar__GAap6 .styles_hamburger__Rx076{display:none}.styles_navbar__GAap6 .styles_hamburger__Rx076 svg{cursor:pointer;font-size:30px}@media screen and (max-width:1200px){.styles_navbar__GAap6 .styles_hamburger__Rx076{align-items:center;display:flex;margin-left:15px}}.styles_navbar__GAap6 .styles_mobile_navbar__p4rte{background-color:#fff;color:var(--primary-dark);display:block;height:100vh;position:fixed;right:-100vw;top:0;transition:all .5s ease-in-out;width:70vw;z-index:200}.styles_navbar__GAap6 .styles_mobile_navbar__p4rte .styles_top_container__9OZhI{align-items:center;display:flex;flex-grow:1;height:60px;justify-content:space-between;padding:0 20px}.styles_navbar__GAap6 .styles_mobile_navbar__p4rte .styles_top_container__9OZhI .styles_hamburger__Rx076 svg{color:#e6eaf0}.styles_navbar__GAap6 .styles_mobile_navbar__p4rte .styles_bottom_container__goUAf{margin-top:20px}.styles_navbar__GAap6 .styles_mobile_navbar__p4rte .styles_bottom_container__goUAf .styles_menuLinks_container__V7dCT ul li{align-items:center;border-bottom:1px solid #c4c4c4;display:flex;font-size:13px;height:30px;margin-bottom:20px;padding-left:20px;width:100%}.styles_navbar__GAap6 .styles_mobile_navbar__p4rte .styles_bottom_container__goUAf .styles_actions__\+mfZJ{bottom:50px;left:0;padding:0 20px;position:absolute;width:100%}.styles_navbar__GAap6 .styles_mobile_navbar__p4rte .styles_bottom_container__goUAf .styles_actions__\+mfZJ .styles_contact__ekazh{display:flex;justify-content:center;margin:0 0 25px}.styles_navbar__GAap6 .styles_mobile_navbar__p4rte .styles_bottom_container__goUAf .styles_actions__\+mfZJ .styles_auth__4Kbn5 button{background-color:var(--primary-color);border:none;color:var(--primary-white);cursor:pointer;font-family:inherit;font-size:16px;font-weight:700;height:40px;letter-spacing:2px;padding:0 24px;width:100%}@media screen and (min-width:1200px){.styles_navbar__GAap6 .styles_mobile_navbar__p4rte{display:none}}.styles_navbar__GAap6 .styles_open__WimqB{right:0}@media screen and (max-width:500px){.styles_navbar__GAap6{height:70px;padding:5px 30px 0}.styles_navbar__GAap6 .styles_navbar_search__tcAFw{align-items:center;display:flex;height:30px;padding:0 10px;position:relative}.styles_navbar__GAap6 .styles_navbar_search__tcAFw img{aspect-ratio:1;cursor:pointer;width:15px}}.styles_search__2H87R{background-color:#174a5e;padding:40px 20px;width:100%}.styles_search__2H87R .styles_search_component__27DBk{display:flex;flex-direction:column;gap:20px;margin:auto;max-width:1450px}.styles_search__2H87R .styles_search_component__27DBk .styles_search_header__BrAjY{color:#fff}.styles_search__2H87R .styles_search_component__27DBk .styles_search_header__BrAjY h1{font-size:32px;font-weight:500;margin-bottom:10px}.styles_search__2H87R .styles_search_component__27DBk .styles_search_header__BrAjY p{font-size:16px;opacity:.9}.styles_search__2H87R .styles_search_component__27DBk .styles_search_input_container__LfHcD{display:flex;height:45px;width:100%}.styles_search__2H87R .styles_search_component__27DBk .styles_search_input_container__LfHcD .styles_search_input__2C-QN{align-items:center;background:#fff;display:flex;flex-grow:1;padding:0 15px}.styles_search__2H87R .styles_search_component__27DBk .styles_search_input_container__LfHcD .styles_search_input__2C-QN input{border:none;font-size:16px;height:100%;outline:none;width:100%}.styles_search__2H87R .styles_search_component__27DBk .styles_search_input_container__LfHcD .styles_search_input__2C-QN input::placeholder{color:#999}.styles_search__2H87R .styles_search_component__27DBk .styles_search_input_container__LfHcD .styles_search_btn__ub-7S{background-color:#e68a00;border:none;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:0 30px;transition:background-color .2s}.styles_search__2H87R .styles_search_component__27DBk .styles_search_input_container__LfHcD .styles_search_btn__ub-7S:hover{background-color:#cc7a00}@media screen and (max-width:1500px){.styles_search__2H87R .styles_search_component__27DBk{max-width:1100px}}@media screen and (max-width:1200px){.styles_search__2H87R .styles_search_component__27DBk{max-width:90%}}.styles_topnav__yxfHn{align-items:center;background-color:#c4c4c4;display:flex;height:35px;justify-content:flex-end;padding:0 50px 0 0;width:100vw}.styles_topnav__yxfHn a{font-size:12px;font-weight:600}@media screen and (max-width:500px){.styles_topnav__yxfHn{padding:5px 30px 0 0}}.styles_loader__tDvQo{animation:styles_spin__M040C 2s linear infinite;border:6px solid #f3f3f3;border-radius:50%;border-top:6px solid var(--primary-color);height:50px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50px}@keyframes styles_spin__M040C{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:500px){.styles_loader__tDvQo{border:2px solid #f3f3f3;border-top:2px solid var(--primary-color);height:30px;width:30px}}.styles_landing__u5PhE{display:flex;height:calc(100vh - 370px);margin-top:30px;padding:0 50px}.styles_landing__u5PhE .styles_map__a28uE{flex:1 1;height:100%;max-width:100%;overflow:hidden}.styles_landing__u5PhE .styles_map__a28uE img{height:100%!important;object-fit:cover}.styles_landing__u5PhE .styles_graph__Lq21f{display:none;height:150px;margin-bottom:10px;max-width:100vw;padding:0 20px}.styles_landing__u5PhE .styles_graph__Lq21f .styles_graph_container__X4BTG{grid-column-gap:4px;column-gap:4px;display:grid;flex-grow:1;grid-template-columns:repeat(24,auto)}.styles_landing__u5PhE .styles_graph__Lq21f .styles_graph_container__X4BTG .styles_graph_year__9znoI{align-items:center;display:flex;flex-direction:column;min-width:43px;width:43px}.styles_landing__u5PhE .styles_graph__Lq21f .styles_graph_container__X4BTG .styles_graph_year__9znoI .styles_graph_months__OJMwe{grid-row-gap:2px;grid-column-gap:2px;column-gap:2px;display:grid;flex-grow:1;grid-template-columns:repeat(2,1fr);position:relative;row-gap:2px;width:100%}.styles_landing__u5PhE .styles_graph__Lq21f .styles_graph_container__X4BTG .styles_graph_year__9znoI .styles_graph_months__OJMwe .styles_month__nSjCR{background-color:var(--primary-color);border-radius:3px;cursor:pointer;max-height:20px}.styles_landing__u5PhE .styles_graph__Lq21f .styles_graph_container__X4BTG .styles_graph_year__9znoI .styles_graph_months__OJMwe .styles_month_tooltip__8Qm8s{background-color:#000;color:#fff;display:none;padding:10px;position:absolute;top:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.styles_landing__u5PhE .styles_graph__Lq21f .styles_graph_container__X4BTG .styles_graph_year__9znoI .styles_graph_months__OJMwe .styles_month__nSjCR:hover+.styles_month_tooltip__8Qm8s{display:block;z-index:2}.styles_landing__u5PhE .styles_graph__Lq21f .styles_graph_container__X4BTG .styles_graph_year__9znoI span{font-size:11px}@media screen and (max-width:1823px){.styles_landing__u5PhE .styles_graph__Lq21f .styles_graph_container__X4BTG{overflow-x:scroll}}.styles_landing__u5PhE .styles_recent_posts__po7qz{background-color:#f7f7f7;height:100%;margin-left:5px;max-width:600px;min-width:595px;overflow-y:scroll;padding:10px 15px;position:relative}.styles_landing__u5PhE .styles_recent_posts__po7qz::-webkit-scrollbar{display:none}.styles_landing__u5PhE .styles_recent_posts__po7qz h3{font-weight:600}.styles_landing__u5PhE .styles_recent_posts__po7qz .styles_posts__UDsWo{height:100%;margin-top:20px}.styles_landing__u5PhE .styles_recent_posts__po7qz .styles_posts__UDsWo .styles_post__8rxqy{border-bottom:1px solid #505050;height:30%;margin-bottom:5px;margin-top:20px;min-height:140px;overflow-y:hidden;padding-bottom:10px}.styles_landing__u5PhE .styles_recent_posts__po7qz .styles_posts__UDsWo .styles_post__8rxqy .styles_publish_share__kmbZS{align-items:center;display:flex;justify-content:space-between}.styles_landing__u5PhE .styles_recent_posts__po7qz .styles_posts__UDsWo .styles_post__8rxqy .styles_publish_share__kmbZS img{cursor:pointer;margin-right:20px;width:13px}.styles_landing__u5PhE .styles_recent_posts__po7qz .styles_posts__UDsWo .styles_post__8rxqy .styles_publish_dates__mV7Sd{align-items:center;display:flex;justify-content:space-between;margin-top:20px}.styles_landing__u5PhE .styles_recent_posts__po7qz .styles_posts__UDsWo .styles_post__8rxqy span{font-size:12px}.styles_landing__u5PhE .styles_recent_posts__po7qz .styles_posts__UDsWo .styles_post__8rxqy h4{font-size:14px;margin:10px 0}.styles_landing__u5PhE .styles_recent_posts__po7qz .styles_posts__UDsWo .styles_post__8rxqy p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:12px;margin-top:10px;overflow:hidden;text-overflow:ellipsis;white-space:normal}@media screen and (max-height:890px){.styles_landing__u5PhE .styles_recent_posts__po7qz .styles_post__8rxqy{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}@media screen and (max-height:700px){.styles_landing__u5PhE .styles_recent_posts__po7qz .styles_post__8rxqy h4{font-size:12px;margin:5px 0;text-decoration:underline}}@media screen and (max-width:1440px){.styles_landing__u5PhE{padding:0 10px}}@media screen and (max-width:1200px){.styles_landing__u5PhE{flex-direction:column;height:auto;margin-bottom:10px}.styles_landing__u5PhE .styles_map__a28uE{align-items:center;display:flex;justify-content:center;margin-bottom:7px}.styles_landing__u5PhE .styles_map__a28uE img{height:310px;width:99%}.styles_landing__u5PhE .styles_recent_posts__po7qz{min-height:200px;min-width:100%;width:100%}.styles_landing__u5PhE .styles_recent_posts__po7qz .styles_post__8rxqy{height:25%}.styles_landing__u5PhE .styles_recent_posts__po7qz .styles_post__8rxqy h4{font-size:12px;margin:5px 0;text-decoration:underline}}@media screen and (max-width:500px){.styles_landing__u5PhE{margin-top:5px}}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{background:none;border:0;cursor:pointer;filter:alpha(opacity=40);font-size:32px;opacity:.4;position:absolute;top:20px;transition:all .25s ease-in;z-index:2}.carousel .control-arrow:focus,.carousel .control-arrow:hover{filter:alpha(opacity=100);opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{border-bottom:8px solid #0000;border-top:8px solid #0000;content:"";display:inline-block;margin:0 5px}.carousel .control-disabled.control-arrow{cursor:inherit;display:none;filter:alpha(opacity=0);opacity:0}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{display:inline-block;pointer-events:none;width:100%}.carousel .carousel{position:relative}.carousel .control-arrow{background:none;border:0;font-size:18px;margin-top:-13px;outline:0;top:50%}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{list-style:none;position:relative;transform:translateZ(0);transition:all .15s ease-in;white-space:nowrap}.carousel .thumb{border:3px solid #fff;display:inline-block;margin-right:6px;overflow:hidden;padding:2px;transition:border .15s ease-in;white-space:nowrap}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{margin:0;overflow:hidden;position:relative}.carousel.carousel-slider .control-arrow{bottom:0;color:#fff;font-size:26px;margin-top:0;padding:5px;top:0}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{margin:auto;overflow:hidden;transition:height .15s ease-in;width:100%}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{list-style:none;margin:0;padding:0;position:relative;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{margin:0;min-width:100%;position:relative;text-align:center}.carousel .slide img{border:0;vertical-align:top;width:100%}.carousel .slide iframe{border:0;display:inline-block;margin:0 40px 40px;width:calc(100% - 80px)}.carousel .slide .legend{background:#000;border-radius:10px;bottom:40px;color:#fff;font-size:12px;left:50%;margin-left:-45%;opacity:.25;padding:10px;position:absolute;text-align:center;transition:all .5s ease-in-out;transition:opacity .35s ease-in-out;width:90%}.carousel .control-dots{bottom:0;margin:10px 0;padding:0;position:absolute;text-align:center;width:100%;z-index:1}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{background:#fff;border-radius:50%;box-shadow:1px 1px 2px #000000e6;cursor:pointer;display:inline-block;filter:alpha(opacity=30);height:8px;margin:0 8px;opacity:.3;transition:opacity .25s ease-in;width:8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{filter:alpha(opacity=100);opacity:1}.carousel .carousel-status{color:#fff;font-size:10px;padding:5px;position:absolute;right:0;text-shadow:1px 1px 1px #000000e6;top:0}.carousel:hover .slide .legend{opacity:1}.styles_graph__dMXrP{display:flex;height:145px;overflow:scroll;padding:5px 50px 0}.styles_graph__dMXrP .styles_graph_container__5JErA{grid-column-gap:4px;column-gap:4px;display:grid;grid-template-columns:repeat(50,auto);max-width:835px;overflow:scroll}.styles_graph__dMXrP .styles_graph_container__5JErA .styles_graph_year__wA5mt{align-items:center;display:flex;flex-direction:column;min-width:43px;position:relative;width:43px}.styles_graph__dMXrP .styles_graph_container__5JErA .styles_graph_year__wA5mt .styles_graph_months__ySMql{grid-row-gap:2px;grid-column-gap:2px;column-gap:2px;display:grid;flex-grow:1;grid-template-columns:repeat(2,1fr);row-gap:2px;width:100%}.styles_graph__dMXrP .styles_graph_container__5JErA .styles_graph_year__wA5mt .styles_graph_months__ySMql .styles_month__-Jvbu{background-color:var(--primary-color);border-radius:3px;cursor:pointer;max-height:20px}.styles_graph__dMXrP .styles_graph_container__5JErA .styles_graph_year__wA5mt .styles_graph_months__ySMql .styles_month_tooltip__eVhvW{background-color:#000;color:#fff;display:none;padding:10px;position:absolute;top:-100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.styles_graph__dMXrP .styles_graph_container__5JErA .styles_graph_year__wA5mt .styles_graph_months__ySMql .styles_month__-Jvbu:hover+.styles_month_tooltip__eVhvW{display:block;z-index:2}.styles_graph__dMXrP .styles_graph_container__5JErA .styles_graph_year__wA5mt span{font-size:11px}@media screen and (max-width:1823px){.styles_graph__dMXrP .styles_graph_container__5JErA{overflow-x:scroll}}.styles_graph__dMXrP .styles_search_container__fOBha{background-color:var(--primary-color);display:grid;grid-template-rows:repeat(3,auto);margin-left:10px;max-width:600px;min-width:600px}.styles_graph__dMXrP .styles_search_container__fOBha div:first-child{align-items:center;display:flex;padding:0 15px}.styles_graph__dMXrP .styles_search_container__fOBha div:first-child h3{color:#fff;font-size:13px;font-weight:400;margin-top:5px}.styles_graph__dMXrP .styles_search_container__fOBha div:nth-child(2){display:flex;height:70px;margin-top:10px}.styles_graph__dMXrP .styles_search_container__fOBha div:nth-child(2) input{border:none;flex-grow:1;outline:none;padding:0 10px}.styles_graph__dMXrP .styles_search_container__fOBha div:nth-child(2) button{background-color:#ffffff80;border:none;padding:0 10px}.styles_graph__dMXrP .styles_search_container__fOBha div:nth-child(3) h3{visibility:HIDDEN}@media screen and (max-width:1200px){.styles_graph__dMXrP .styles_search_container__fOBha{max-width:100%;min-width:100%}}@media screen and (max-width:820px){.styles_graph__dMXrP .styles_search_container__fOBha{max-width:100%;min-width:100%}}@media screen and (max-width:1440px){.styles_graph__dMXrP{padding:0 10px}}.styles_footer__XUcq4{align-items:center;display:flex;height:50px;margin-top:10px;padding:0 50px;position:relative}.styles_footer__XUcq4 .styles_feedback__VS5v9{background-color:#929292;bottom:0;color:#fff;cursor:pointer;left:0;padding:10px 20px;position:absolute;z-index:2}.styles_footer__XUcq4 .styles_copy__ZNrSJ{display:flex;flex-grow:1;justify-content:center}.styles_footer__XUcq4 div{align-items:center;display:inherit}.styles_footer__XUcq4 div span{font-size:12px}.styles_footer__XUcq4 div img{aspect-ratio:1;object-fit:contain;width:85px}.styles_footer__XUcq4 div .styles_konrad__2cA9e{aspect-ratio:1;margin-left:10px;margin-right:-15px;width:143px}@media screen and (max-width:1000px){.styles_footer__XUcq4 div img{height:30px;width:55px}.styles_footer__XUcq4 div .styles_konrad__2cA9e{height:21px;width:105px}}@media screen and (max-width:500px){.styles_footer__XUcq4{padding:0 10px}}.styles_filters__w82zy{background-color:#fff;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-width:300px;padding:20px 0 0;width:350px}.styles_filters__w82zy .styles_toggle__bqHj3{display:none}.styles_filters__w82zy .styles_header__PRrK0{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;padding:0 20px}.styles_filters__w82zy .styles_header__PRrK0 h3{font-size:14px}.styles_filters__w82zy .styles_header__PRrK0 button{background-color:#fff;border:none;text-decoration:underline}.styles_filters__w82zy .styles_categories__MnxP8,.styles_filters__w82zy .styles_date__74Op6,.styles_filters__w82zy .styles_keywords__MkgGN,.styles_filters__w82zy .styles_tags__lj0tA,.styles_filters__w82zy .styles_volume__McleR{border-bottom:1px solid #eee;padding:20px}.styles_filters__w82zy .styles_categories__MnxP8 .styles_filter_section_header__BhXWh,.styles_filters__w82zy .styles_date__74Op6 .styles_filter_section_header__BhXWh,.styles_filters__w82zy .styles_keywords__MkgGN .styles_filter_section_header__BhXWh,.styles_filters__w82zy .styles_tags__lj0tA .styles_filter_section_header__BhXWh,.styles_filters__w82zy .styles_volume__McleR .styles_filter_section_header__BhXWh{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.styles_filters__w82zy .styles_categories__MnxP8 .styles_filter_section_header__BhXWh h3,.styles_filters__w82zy .styles_date__74Op6 .styles_filter_section_header__BhXWh h3,.styles_filters__w82zy .styles_keywords__MkgGN .styles_filter_section_header__BhXWh h3,.styles_filters__w82zy .styles_tags__lj0tA .styles_filter_section_header__BhXWh h3,.styles_filters__w82zy .styles_volume__McleR .styles_filter_section_header__BhXWh h3{color:#333;font-size:14px;font-weight:500}.styles_filters__w82zy .styles_filter_list__8QQuU{display:flex;flex-direction:column;gap:15px}.styles_filters__w82zy .styles_filter_list__8QQuU .styles_filter_item__joTkf{align-items:center;display:flex;justify-content:space-between}.styles_filters__w82zy .styles_filter_list__8QQuU .styles_filter_item__joTkf .styles_custom_checkbox__w18ik{align-items:center;color:#444;cursor:pointer;display:flex;font-size:13px;padding-left:25px;position:relative;-webkit-user-select:none;user-select:none}.styles_filters__w82zy .styles_filter_list__8QQuU .styles_filter_item__joTkf .styles_custom_checkbox__w18ik input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.styles_filters__w82zy .styles_filter_list__8QQuU .styles_filter_item__joTkf .styles_custom_checkbox__w18ik input:checked~.styles_checkmark__NFwOX{background-color:#174a5e;border-color:#174a5e}.styles_filters__w82zy .styles_filter_list__8QQuU .styles_filter_item__joTkf .styles_custom_checkbox__w18ik input:checked~.styles_checkmark__NFwOX:after{display:block}.styles_filters__w82zy .styles_filter_list__8QQuU .styles_filter_item__joTkf .styles_custom_checkbox__w18ik .styles_checkmark__NFwOX{background-color:#fff;border:1px solid #ddd;border-radius:3px;height:16px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:16px}.styles_filters__w82zy .styles_filter_list__8QQuU .styles_filter_item__joTkf .styles_custom_checkbox__w18ik .styles_checkmark__NFwOX:after{border:solid #fff;border-width:0 2px 2px 0;content:"";display:none;height:8px;left:5px;position:absolute;top:2px;transform:rotate(45deg);width:4px}.styles_filters__w82zy .styles_filter_list__8QQuU .styles_filter_item__joTkf .styles_custom_checkbox__w18ik .styles_label_text__fmbl8{margin-left:5px}.styles_filters__w82zy .styles_filter_list_grid__pzu6z{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.styles_filters__w82zy .styles_filter_list_grid__pzu6z .styles_filter_item__joTkf{align-items:center;display:flex}.styles_filters__w82zy .styles_filter_list_grid__pzu6z .styles_filter_item__joTkf .styles_custom_checkbox__w18ik{align-items:center;color:#444;cursor:pointer;display:flex;font-size:13px;padding-left:25px;position:relative;-webkit-user-select:none;user-select:none}.styles_filters__w82zy .styles_filter_list_grid__pzu6z .styles_filter_item__joTkf .styles_custom_checkbox__w18ik input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.styles_filters__w82zy .styles_filter_list_grid__pzu6z .styles_filter_item__joTkf .styles_custom_checkbox__w18ik input:checked~.styles_checkmark__NFwOX{background-color:#174a5e;border-color:#174a5e}.styles_filters__w82zy .styles_filter_list_grid__pzu6z .styles_filter_item__joTkf .styles_custom_checkbox__w18ik input:checked~.styles_checkmark__NFwOX:after{display:block}.styles_filters__w82zy .styles_filter_list_grid__pzu6z .styles_filter_item__joTkf .styles_custom_checkbox__w18ik .styles_checkmark__NFwOX{background-color:#fff;border:1px solid #ddd;border-radius:3px;height:16px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:16px}.styles_filters__w82zy .styles_filter_list_grid__pzu6z .styles_filter_item__joTkf .styles_custom_checkbox__w18ik .styles_checkmark__NFwOX:after{border:solid #fff;border-width:0 2px 2px 0;content:"";display:none;height:8px;left:5px;position:absolute;top:2px;transform:rotate(45deg);width:4px}.styles_filters__w82zy .styles_filter_list_grid__pzu6z .styles_filter_item__joTkf .styles_custom_checkbox__w18ik .styles_label_text__fmbl8{margin-left:5px}.styles_filters__w82zy .styles_year_range_inputs__tF3k8{align-items:center;display:flex;gap:10px}.styles_filters__w82zy .styles_year_range_inputs__tF3k8 .styles_year_input__Gbc76{border:1px solid #eee;border-radius:4px;flex:1 1;font-size:13px;outline:none;padding:8px 12px}.styles_filters__w82zy .styles_year_range_inputs__tF3k8 .styles_year_input__Gbc76:focus{border-color:#174a5e}.styles_filters__w82zy .styles_year_range_inputs__tF3k8 .styles_separator__SEpGM{color:#ccc}.styles_filters__w82zy .styles_keywords__MkgGN{padding-bottom:15px;padding-top:10px}.styles_filters__w82zy .styles_keywords__MkgGN input{border:1px solid #c4c4c4;margin-left:20px;margin-top:10px;padding:5px;width:80%}.styles_filters__w82zy .styles_tags__lj0tA{border-bottom:none;padding-top:10px}.styles_filters__w82zy .styles_tags__lj0tA div{display:flex;flex-wrap:wrap}.styles_filters__w82zy .styles_tags__lj0tA div button{background:none;background-color:#dfdfdf;border:none;font-family:inherit;font-size:12px;margin:0 10px 10px 0;padding:5px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.styles_filters__w82zy .styles_dateTags__Iq6Kl{border-bottom:none;margin-bottom:10px;margin-left:20px}.styles_filters__w82zy .styles_dateTags__Iq6Kl div{display:flex;flex-wrap:wrap}.styles_filters__w82zy .styles_dateTags__Iq6Kl div button{background:none;background-color:#929292;border:none;font-family:inherit;font-size:12px;margin:0 10px 10px 0;padding:5px 5px 5px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.styles_filters__w82zy .styles_dateTags__Iq6Kl div button svg{margin-left:10px}.styles_filters__w82zy .styles_volume__McleR{border-bottom:none;padding-top:10px}.styles_filters__w82zy .styles_volume__McleR div{display:flex;flex-wrap:wrap}.styles_filters__w82zy .styles_volume__McleR div select{font-family:inherit;margin:10px 0;outline:none;padding:5px;width:100%}.styles_filters__w82zy .styles_filter_button__tgD6m{margin-top:10px;padding:20px;width:100%}.styles_filters__w82zy .styles_filter_button__tgD6m button{background-color:#174a5e;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;padding:12px 0;transition:background-color .2s;width:100%}.styles_filters__w82zy .styles_filter_button__tgD6m button:hover{background-color:#cc7a00}@media screen and (max-width:1200px){.styles_filters__w82zy{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:10px;margin-left:0;width:100%}.styles_filters__w82zy .styles_toggle__bqHj3{display:block;margin-bottom:20px;padding:0 20px}.styles_filters__w82zy .styles_toggle__bqHj3 button{border:none;color:#fff;font-family:inherit;padding:10px}}.styles_results__ZdPFn{background-color:#0000;flex-grow:1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:250px;position:relative;width:100%}.styles_results__ZdPFn .styles_no_result__jSR2o{background:#fff;padding:20px;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:100%}.styles_results__ZdPFn .styles_no_result__jSR2o span{font-size:14px;font-weight:600}.styles_results__ZdPFn .styles_header__\+a0w-{align-items:flex-start;color:#2d2d2d;display:flex;flex-direction:column;font-size:14px;gap:15px;margin-bottom:20px}.styles_results__ZdPFn .styles_header__\+a0w- .styles_active_filters__R\+\+D6{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.styles_results__ZdPFn .styles_header__\+a0w- .styles_active_filters__R\+\+D6 span{align-items:center;background-color:#e6f4ea;border:1px solid #c2e2c9;border-radius:12px;color:#129017;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:4px 12px}.styles_results__ZdPFn .styles_result__s8w\+n{background-color:#fff;border-radius:4px;box-shadow:0 1px 3px #0000000d;margin-bottom:20px;padding:24px}.styles_results__ZdPFn .styles_result__s8w\+n .styles_result_top__2kJVk{align-items:center;display:flex;gap:15px;margin-bottom:12px}.styles_results__ZdPFn .styles_result__s8w\+n .styles_result_top__2kJVk .styles_doc_type__hwFWp{background-color:#e6f4ea;border-radius:12px;color:#129017;font-size:12px;font-weight:500;padding:4px 12px}.styles_results__ZdPFn .styles_result__s8w\+n .styles_result_top__2kJVk .styles_gazette_no__U5\+0H{color:#666;font-size:12px}.styles_results__ZdPFn .styles_result__s8w\+n .styles_result_header__Z2QnE{margin-bottom:12px}.styles_results__ZdPFn .styles_result__s8w\+n .styles_result_header__Z2QnE h4{color:#1a1a1a;font-size:18px;font-weight:600}.styles_results__ZdPFn .styles_result__s8w\+n p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#4a4a4a;display:-webkit-box!important;font-size:14px;line-height:1.5;margin-bottom:20px;overflow:hidden;text-overflow:ellipsis;white-space:normal}.styles_results__ZdPFn .styles_result__s8w\+n .styles_meta_info__u80qn{grid-gap:20px;border-top:1px solid #eee;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-bottom:15px;padding-top:15px}.styles_results__ZdPFn .styles_result__s8w\+n .styles_meta_info__u80qn .styles_meta_item__rr4Yk{display:flex;flex-direction:column;gap:5px}.styles_results__ZdPFn .styles_result__s8w\+n .styles_meta_info__u80qn .styles_meta_item__rr4Yk .styles_meta_label__olRG-{color:#888;font-size:11px}.styles_results__ZdPFn .styles_result__s8w\+n .styles_meta_info__u80qn .styles_meta_item__rr4Yk .styles_meta_value__knoxs{color:#1a1a1a;font-size:13px;font-weight:500}.styles_results__ZdPFn .styles_result__s8w\+n .styles_result_footer__k3D\+B{align-items:center;border-top:1px solid #eee;display:flex;justify-content:space-between;padding-top:15px}.styles_results__ZdPFn .styles_result__s8w\+n .styles_result_footer__k3D\+B .styles_footer_stats__wTKFA{color:#888;display:flex;font-size:12px;gap:20px}.styles_results__ZdPFn .styles_result__s8w\+n .styles_result_footer__k3D\+B .styles_footer_stats__wTKFA span{align-items:center;display:flex;gap:5px}.styles_results__ZdPFn .styles_result__s8w\+n .styles_result_footer__k3D\+B .styles_action_buttons__KHZMU{display:flex;gap:10px}.styles_results__ZdPFn .styles_result__s8w\+n .styles_result_footer__k3D\+B .styles_action_buttons__KHZMU button{align-items:center;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:6px 12px}.styles_results__ZdPFn .styles_result__s8w\+n .styles_result_footer__k3D\+B .styles_action_buttons__KHZMU button a{align-items:center;color:inherit;display:flex;text-decoration:none}.styles_results__ZdPFn .styles_result__s8w\+n .styles_result_footer__k3D\+B .styles_action_buttons__KHZMU button:first-child{background-color:var(--primary-color)}.styles_results__ZdPFn .styles_result__s8w\+n .styles_result_footer__k3D\+B .styles_action_buttons__KHZMU button:nth-child(2){background-color:#003502}.styles_results__ZdPFn .styles_result__s8w\+n .styles_result_footer__k3D\+B .styles_action_buttons__KHZMU button:nth-child(3){background-color:var(--tertiary-color)}.styles_results__ZdPFn .styles_pagination__MKY8z{display:flex;justify-content:space-between;margin-top:20px}.styles_results__ZdPFn .styles_pagination__MKY8z button{border:none;border-radius:4px;cursor:pointer;outline:none;padding:8px 16px}.styles_results__ZdPFn .styles_pagination__MKY8z button:nth-child(2){background-color:var(--primary-color);color:#fff}@media screen and (max-width:1500px){.styles_results__ZdPFn{max-width:none;min-width:0;min-width:auto}}@media screen and (max-width:1200px){.styles_results__ZdPFn{max-width:100%;min-width:100%}}.styles_homeSearchContainer__S2R82{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;display:flex;flex-direction:column;gap:20px;padding:24px}.styles_welcomeText__2THcA{align-items:center;color:#666;display:flex;font-size:14px;font-weight:500;gap:10px}.styles_welcomeText__2THcA .styles_blueDot__0cZ5J{background-color:#2196f3;border-radius:50%;height:8px;width:8px}.styles_searchWrapper__x7ytp{align-items:stretch;display:flex;height:50px;width:100%}.styles_searchWrapper__x7ytp .styles_searchInput__t603X{background-color:#f8f9fa;border:1px solid #e0e0e0;border-bottom-left-radius:4px;border-right:none;border-top-left-radius:4px;color:#333;flex:1 1;font-size:16px;outline:none;padding:0 20px}.styles_searchWrapper__x7ytp .styles_searchInput__t603X::placeholder{color:#999;font-style:italic}.styles_searchWrapper__x7ytp .styles_searchInput__t603X:focus{border-color:#ccc}.styles_searchWrapper__x7ytp .styles_searchButton__DPaxO{align-items:center;background-color:#104b73;border:none;border-bottom-right-radius:4px;border-top-right-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:500;justify-content:center;transition:background-color .2s;width:100px}.styles_searchWrapper__x7ytp .styles_searchButton__DPaxO:hover{background-color:#0b3552}.styles_metaInfo__d7IPk{align-items:center;color:#999;display:flex;font-size:13px;gap:32px}.styles_metaInfo__d7IPk .styles_metaItem__yGnfO{align-items:center;display:flex;gap:8px}.styles_metaInfo__d7IPk .styles_metaItem__yGnfO svg{font-size:16px}@media screen and (max-width:768px){.styles_metaInfo__d7IPk{flex-wrap:wrap;gap:16px}}.styles_billAnalysisContainer__ifEzL{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:24px}.styles_header__9POvR{margin-bottom:16px}.styles_header__9POvR h2{color:#104b73;font-size:20px;font-weight:600;margin:0 0 16px}.styles_header__9POvR h3{color:#333;font-size:14px;font-weight:600;margin:0 0 8px}.styles_header__9POvR p{color:#666;font-size:12px;line-height:1.5;margin:0}.styles_featureImageWrapper__vSxW6{border-radius:4px;height:160px;margin-bottom:16px;overflow:hidden;width:100%}.styles_featureImageWrapper__vSxW6 img{height:100%;object-fit:cover;width:100%}.styles_analysisList__26C-T{display:flex;flex:1 1;flex-direction:column;gap:12px;overflow-y:auto;padding-right:8px}.styles_analysisList__26C-T::-webkit-scrollbar{width:4px}.styles_analysisList__26C-T::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.styles_analysisItem__iz5lO{align-items:center;border:1px solid #e0e0e0;border-radius:4px;display:flex;gap:12px;padding:8px}.styles_analysisItem__iz5lO .styles_thumbnail__\+nMYv{border:1px solid #f0f0f0;height:60px;object-fit:cover;width:50px}.styles_analysisItem__iz5lO .styles_itemContent__Wpvs3{flex:1 1}.styles_analysisItem__iz5lO .styles_itemContent__Wpvs3 h4{color:#104b73;font-size:13px;font-weight:600;margin:0 0 4px}.styles_analysisItem__iz5lO .styles_itemContent__Wpvs3 .styles_subtitle__MO9j\+{color:#333;font-size:11px;margin:0 0 4px}.styles_analysisItem__iz5lO .styles_itemContent__Wpvs3 .styles_author__a7mf7{color:#999;font-size:10px;font-style:italic;margin:0}.styles_readMoreWrapper__a4D1I{display:flex;justify-content:flex-end;margin-top:16px}.styles_readMoreWrapper__a4D1I .styles_readMoreBtn__10xi3{background-color:#104b73;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:8px 24px;transition:background-color .2s}.styles_readMoreWrapper__a4D1I .styles_readMoreBtn__10xi3:hover{background-color:#0b3552}.styles_billTrackingContainer__mTWao{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;display:flex;flex-direction:column;height:100%}.styles_header__ABXCK{border-bottom:1px solid #e0e0e0;padding:16px 24px}.styles_header__ABXCK h3{color:#666;font-size:14px;font-weight:600;margin:0;text-transform:uppercase}.styles_billsList__GUpMB{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:0 24px}.styles_billsList__GUpMB::-webkit-scrollbar{width:4px}.styles_billsList__GUpMB::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.styles_billItem__Tr9hh{border-bottom:1px solid #e0e0e0;display:flex;gap:16px;padding:20px 0}.styles_billItem__Tr9hh:last-child{border-bottom:none}.styles_billItem__Tr9hh .styles_logoWrapper__dklnI{flex-shrink:0;height:50px;width:50px}.styles_billItem__Tr9hh .styles_logoWrapper__dklnI img{height:100%;object-fit:contain;width:100%}.styles_billItem__Tr9hh .styles_billContent__aONWR{flex:1 1}.styles_billItem__Tr9hh .styles_billContent__aONWR .styles_sponsor__zjjTF{color:#104b73;font-size:14px;font-weight:600;margin:0 0 4px}.styles_billItem__Tr9hh .styles_billContent__aONWR .styles_title__s-Lns{color:#333;font-size:12px;font-weight:500;margin:0 0 8px}.styles_billItem__Tr9hh .styles_billContent__aONWR .styles_statusPill__gMQF8{border-radius:4px;display:inline-block;font-size:10px;font-weight:500;margin-bottom:8px;padding:4px 8px}.styles_billItem__Tr9hh .styles_billContent__aONWR .styles_lastUpdated__BaUmZ{color:#999;font-size:10px;margin:0}.styles_statusGrey__50dl4{background-color:#f5f5f5;color:#666}.styles_statusGreen__aWP8l{background-color:#e8f5e9;color:#2e7d32}.styles_statusBlue__cmtio{background-color:#e3f2fd;color:#1565c0}.styles_statusBrown__tEafN{background-color:#efebe9;color:#5d4037}.styles_graphContainer__ffhEZ{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;display:flex;flex-direction:column;height:100%}.styles_header__1Lbgu{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:16px 24px}.styles_header__1Lbgu h3{color:#666;font-size:14px;font-weight:600;margin:0}.styles_header__1Lbgu .styles_seeAllBtn__pHUOe{border:1px solid #ccc;border-radius:4px;color:#666;font-size:12px;padding:6px 16px;text-decoration:none;transition:all .2s}.styles_header__1Lbgu .styles_seeAllBtn__pHUOe:hover{background-color:#f5f5f5;color:#333}.styles_graphContent__aq8Qm{flex:1 1;overflow-y:auto;padding:24px}.styles_graphContent__aq8Qm::-webkit-scrollbar{width:4px}.styles_graphContent__aq8Qm::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.styles_loader__brb5n{color:#999;font-size:14px;text-align:center}.styles_yearsList__59nej{display:flex;flex-direction:column;gap:16px}.styles_yearsList__59nej .styles_monthsHeader__lir7G{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(12,1fr);margin-bottom:-8px;margin-left:48px}.styles_yearsList__59nej .styles_monthsHeader__lir7G .styles_monthLabel__2pdE1{color:#ccc;font-size:8px;text-align:center}.styles_yearsList__59nej .styles_yearRow__4NK8I{align-items:center;display:flex;gap:8px}.styles_yearsList__59nej .styles_yearRow__4NK8I .styles_yearLabel__NoSwK{color:#333;font-size:16px;font-weight:600;width:40px}.styles_yearsList__59nej .styles_yearRow__4NK8I .styles_monthsGrid__LAaqJ{grid-gap:4px;display:grid;flex:1 1;gap:4px;grid-template-columns:repeat(12,1fr)}.styles_yearsList__59nej .styles_yearRow__4NK8I .styles_monthsGrid__LAaqJ .styles_monthWrapper__mWMK8{align-items:center;display:flex;flex-direction:column;gap:4px;position:relative}.styles_yearsList__59nej .styles_yearRow__4NK8I .styles_monthsGrid__LAaqJ .styles_monthWrapper__mWMK8 .styles_monthBox__vui\+Z{aspect-ratio:1.5;border-radius:2px;cursor:pointer;transition:transform .1s;width:100%}.styles_yearsList__59nej .styles_yearRow__4NK8I .styles_monthsGrid__LAaqJ .styles_monthWrapper__mWMK8 .styles_monthBox__vui\+Z:hover{transform:scale(1.1)}.styles_yearsList__59nej .styles_yearRow__4NK8I .styles_monthsGrid__LAaqJ .styles_monthWrapper__mWMK8 .styles_monthCount__OxsPF{color:#a0a0a0;font-size:8px;margin-top:0;text-align:center}.styles_yearsList__59nej .styles_yearRow__4NK8I .styles_monthsGrid__LAaqJ .styles_monthWrapper__mWMK8 .styles_tooltip__wb8qK{background-color:#333;border-radius:4px;bottom:100%;color:#fff;display:none;font-size:10px;left:50%;margin-bottom:4px;padding:6px 8px;position:absolute;text-align:center;transform:translateX(-50%);white-space:nowrap;z-index:10}.styles_yearsList__59nej .styles_yearRow__4NK8I .styles_monthsGrid__LAaqJ .styles_monthWrapper__mWMK8:hover .styles_tooltip__wb8qK{display:block}.styles_recentPublicationsContainer__wqLuJ{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;display:flex;flex-direction:column;height:100%}.styles_header__Fs83i{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:16px 24px}.styles_header__Fs83i h3{color:#666;font-size:14px;font-weight:600;margin:0}.styles_header__Fs83i .styles_seeAllBtn__ctQ1i{border:1px solid #ccc;border-radius:4px;color:#666;font-size:12px;padding:6px 16px;text-decoration:none;transition:all .2s}.styles_header__Fs83i .styles_seeAllBtn__ctQ1i:hover{background-color:#f5f5f5;color:#333}.styles_postsList__HEHqp{flex:1 1;overflow-y:auto;padding:0 24px}.styles_postsList__HEHqp::-webkit-scrollbar{width:4px}.styles_postsList__HEHqp::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.styles_postsList__HEHqp .styles_postItem__3kaX4{border-bottom:1px solid #e0e0e0;padding:20px 0}.styles_postsList__HEHqp .styles_postItem__3kaX4:last-child{border-bottom:none}.styles_postsList__HEHqp .styles_postItem__3kaX4 .styles_postHeader__eiXvR{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:8px}.styles_postsList__HEHqp .styles_postItem__3kaX4 .styles_postHeader__eiXvR .styles_postTitle__wpb6f{color:#333;flex:1 1;font-size:14px;font-weight:600;margin-right:16px;text-decoration:none}.styles_postsList__HEHqp .styles_postItem__3kaX4 .styles_postHeader__eiXvR .styles_postTitle__wpb6f:hover{text-decoration:underline}.styles_postsList__HEHqp .styles_postItem__3kaX4 .styles_postHeader__eiXvR .styles_shareBtn__1owwb{background:none;border:none;color:#666;cursor:pointer;font-size:16px;padding:0}.styles_postsList__HEHqp .styles_postItem__3kaX4 .styles_postHeader__eiXvR .styles_shareBtn__1owwb:hover{color:#2196f3}.styles_postsList__HEHqp .styles_postItem__3kaX4 .styles_postAbstract__gs-Ut{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:12px;line-height:1.5;margin:0 0 12px;overflow:hidden;text-overflow:ellipsis}.styles_postsList__HEHqp .styles_postItem__3kaX4 .styles_postMeta__iS87K{color:#999;font-size:10px;margin-bottom:8px;text-transform:uppercase}.styles_postsList__HEHqp .styles_postItem__3kaX4 .styles_publishDates__PmZRD{color:#999;display:flex;font-size:10px;justify-content:space-between}.styles_homeContainer__6IO0W{background-color:#f5f6f8;display:flex;flex-direction:column}.styles_mainContent__Ry0E2{box-sizing:border-box;display:flex;flex:1 1;gap:24px;margin:0 auto;max-width:1700px;padding:32px 16px;width:100%}.styles_leftColumn__AFVin{display:flex;flex:3 1;flex-direction:column;gap:24px}.styles_rightColumn__22sNh{display:flex;flex:1 1;flex-direction:column;height:1000px}.styles_searchSection__NVrOA{width:100%}.styles_gridSection__Zxouo{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr 1fr;height:803px}.styles_columnWrapper__etbKt{display:flex;flex-direction:column;height:100%;min-height:0}@media screen and (max-width:1200px){.styles_gridSection__Zxouo{grid-template-columns:1fr 1fr}}@media screen and (max-width:768px){.styles_gridSection__Zxouo{grid-template-columns:1fr}}.styles_main__zsq2z{margin:0 auto;max-width:1500px;padding:30px 20px 0}.styles_main__zsq2z .styles_main_aside__6xPbV{padding-bottom:20px}.styles_main__zsq2z .styles_main_aside__6xPbV ul{list-style:circle;margin-left:50px}.styles_main__zsq2z .styles_main_aside__6xPbV ul li{margin-top:10px}.styles_main__zsq2z .styles_main_aside__6xPbV .styles_gazette_pub_img__nqSSy{height:300px;width:450px}.styles_main__zsq2z .styles_main_aside__6xPbV .styles_gazette_pub_img__nqSSy img{height:100%;object-fit:cover;width:100%}.styles_main__zsq2z .styles_noLine__BFzr\+{border-bottom:none;margin-top:30px}.styles_main__zsq2z div{border-bottom:1px solid #c4c4c4}.styles_main__zsq2z div h3{color:var(--primary-color);margin-bottom:10px}.styles_main__zsq2z div aside{display:flex}.styles_main__zsq2z div aside span{font-size:12px;margin-right:30px}.styles_main__zsq2z div aside section div{background-color:#e4e4e4;height:150px}.styles_main__zsq2z div .styles_image_text__hM\+87{align-items:center;display:flex;margin-bottom:60px}.styles_main__zsq2z div .styles_image_text__hM\+87 img{width:200px}.styles_main__zsq2z div .styles_image_text__hM\+87 .styles_nilds__M8ZZH{height:70px}.styles_main__zsq2z div .styles_image_text__hM\+87 .styles_konrad__ssLao{height:70px;width:150px}.styles_main__zsq2z div .styles_nilds__M8ZZH{align-items:center;display:flex;margin-top:20px}.styles_main__zsq2z div .styles_nilds__M8ZZH div{border-bottom:none;display:grid;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:initial;min-width:200px;padding:initial;place-items:center}.styles_main__zsq2z div .styles_nilds__M8ZZH div img{width:100px}.styles_main__zsq2z div .styles_nilds__M8ZZH span{display:block}.styles_main__zsq2z div .styles_section2__lkFTP{border-bottom:none;margin-top:20px}@media screen and (max-width:950px){.styles_main__zsq2z div aside{flex-direction:column-reverse}.styles_main__zsq2z div aside section div{max-width:100%}.styles_main__zsq2z div aside section div img{width:100%}.styles_main__zsq2z div .styles_image_text__hM\+87{align-items:normal;display:flex}.styles_main__zsq2z div .styles_image_text__hM\+87 img{max-width:100%}}.styles_faq__u1hPI{display:flex;flex-direction:column;overflow:hidden;padding-bottom:10px}.styles_faq__u1hPI .styles_main__wEwR3{margin:0 auto 20px;max-width:1500px;padding:50px 20px 0}.styles_faq__u1hPI .styles_main__wEwR3 .styles_header__kIoht h3{color:var(--primary-color);margin-bottom:20px}.styles_faq__u1hPI .styles_main__wEwR3 .styles_faq_desc__dBItx{margin-bottom:50px}.styles_faq__u1hPI .styles_main__wEwR3 .styles_faq_desc__dBItx span{font-size:12px}.styles_faq__u1hPI .styles_main__wEwR3 .styles_faq_container__urrxA{margin-bottom:50px;padding-bottom:30px}.styles_faq__u1hPI .styles_main__wEwR3 .styles_faq_container__urrxA .styles_detailsDiv__\+iDl0{margin-bottom:10px}.styles_faq__u1hPI .styles_main__wEwR3 .styles_faq_container__urrxA .styles_detailsDiv__\+iDl0 .styles_detailsDivHeader__T0VS7{align-items:center;background-color:blue;background:none;border:1px solid #e4e4e4;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;padding:20px}.styles_faq__u1hPI .styles_main__wEwR3 .styles_faq_container__urrxA .styles_detailsDiv__\+iDl0 .styles_detailsDivHeader__T0VS7 span{flex-grow:1;font-size:13px;font-weight:600}.styles_faq__u1hPI .styles_main__wEwR3 .styles_faq_container__urrxA .styles_detailsDiv__\+iDl0 .styles_detailsDivHeader__T0VS7 svg{cursor:pointer}.styles_faq__u1hPI .styles_main__wEwR3 .styles_faq_container__urrxA .styles_detailsDiv__\+iDl0 .styles_detailsDivBody__0ZrLq{background:#e9f1fe;max-height:0;overflow:hidden}.styles_faq__u1hPI .styles_main__wEwR3 .styles_faq_container__urrxA .styles_detailsDiv__\+iDl0 .styles_detailsDivBody__0ZrLq span{flex-grow:1;font-size:13px}.styles_faq__u1hPI .styles_main__wEwR3 .styles_faq_container__urrxA .styles_detailsDiv__\+iDl0 .styles_bodyOpen__g4TDZ{max-height:1000px;min-height:100px;padding:10px 20px}@media screen and (max-width:1050px){.styles_faq__u1hPI .styles_main__wEwR3 .styles_faq_container__urrxA{flex-direction:column}}.styles_signin__lwG58{background-color:#f5f6f8;display:flex;flex-direction:column;min-height:100vh}.styles_header__weQIs{align-items:center;background-color:#fff;border-bottom:1px solid #e5e7eb;display:flex;height:72px;padding:0 32px}.styles_logoLink__20FFl{align-items:center;display:inline-flex}.styles_logoLink__20FFl img{height:34px;width:auto}.styles_main__4ltnY{align-items:flex-start;display:flex;flex:1 1;justify-content:center;padding:56px 16px}.styles_card__Gpwuy{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 6px 18px #11182714;max-width:100%;padding:40px;width:520px}.styles_login__vuzOc,.styles_signup__Yoi-H{width:100%}.styles_title__70QUt{color:#111827;font-size:22px;font-weight:700;margin:0 0 6px}.styles_subtitle__BOTOz{color:#6b7280;font-size:12px;margin:0 0 24px}.styles_form__VxP9k{display:flex;flex-direction:column;gap:24px}.styles_form_error__oUIQe{color:#b91c1c;font-size:12px;text-align:left}.styles_form_processing__2HTHk{color:#104b73;font-size:12px;text-align:left}.styles_label__asfCU{color:#374151;display:block;font-size:12px;font-weight:600;margin-bottom:6px}.styles_input__u1CLW{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;color:#111827;font-family:inherit;height:44px;outline:none;padding:0 14px;width:100%}.styles_input__u1CLW:focus{background-color:#fff;border-color:#104b73}.styles_form_login_box__zmXjE{position:relative}.styles_form_login_box_input__BztaL{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;color:#111827;font-family:inherit;height:44px;outline:none;padding:0 44px 0 14px;width:100%}.styles_form_login_box_input__BztaL:focus{background-color:#fff;border-color:#104b73}.styles_form_login_box__zmXjE img{cursor:pointer;opacity:.75;position:absolute;right:14px;top:50%;transform:translateY(-50%);width:18px}.styles_form_submit__IyGie{align-items:center;background-color:#104b73;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-weight:600;height:44px;justify-content:center;width:100%}.styles_form_submit__IyGie:disabled{cursor:not-allowed;opacity:.6}.styles_switchRow__6RAUY{color:#6b7280;font-size:12px;margin-top:16px;text-align:center}.styles_switchButton__9R1gr{background:none;border:none;color:#104b73;cursor:pointer;font-family:inherit;font-weight:600;padding:0}.styles_forgotRow__IJfEP{margin-top:10px;text-align:center}.styles_forgotButton__6v8i\+{background:none;border:none;color:#104b73;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;padding:0}@media screen and (max-width:560px){.styles_header__weQIs{padding:0 16px}.styles_main__4ltnY{padding:32px 16px}.styles_card__Gpwuy{padding:24px}}.styles_search__XSSZT{background-color:#eee;min-height:100vh}.styles_search__XSSZT main{display:flex;gap:30px;margin:30px auto 0;padding-bottom:20px;width:1450px}@media screen and (max-width:1500px){.styles_search__XSSZT main{width:1100px}}@media screen and (max-width:1200px){.styles_search__XSSZT main{flex-direction:column;max-width:100%;padding:0 10px;width:auto}}.styles_gazette__ojwGN{background-color:#eee;min-height:100vh}.styles_gazette__ojwGN main{display:flex;margin:0 auto;padding-bottom:20px;padding-top:50px;width:1450px}@media screen and (max-width:1500px){.styles_gazette__ojwGN main{width:1100px}}@media screen and (max-width:1100px){.styles_gazette__ojwGN{padding:0 10px}.styles_gazette__ojwGN main{width:100%}}.styles_gazette__cKQky{width:1100px}.styles_gazette__cKQky .styles_top__6DsHN{border:1px solid var(--primary-color);bottom:100px;cursor:pointer;display:grid;padding:10px;place-items:center;position:fixed;right:100px}.styles_gazette__cKQky .styles_top__6DsHN:hover{background-color:var(--primary-color);color:#fff}.styles_gazette__cKQky .styles_top__6DsHN:hover svg{color:#fff!important}.styles_gazette__cKQky .styles_gazette_info__PtaDZ{background-color:#fff;overflow-x:hidden;padding-bottom:20px;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease-in-out;width:100%;z-index:10}.styles_gazette__cKQky .styles_gazette_info__PtaDZ>*{display:block}.styles_gazette__cKQky .styles_gazette_info__PtaDZ h4{font-size:14px;margin-bottom:10px;padding:20px 20px 5px;text-decoration:underline}.styles_gazette__cKQky .styles_gazette_info__PtaDZ h4 .styles_gazette_date_hidden__JsjN-{display:none}.styles_gazette__cKQky .styles_gazette_info__PtaDZ .styles_gazette_category__4YmRV{color:#979797;font-size:14px;font-style:italic}.styles_gazette__cKQky .styles_gazette_info__PtaDZ .styles_gazette_date__I852J,.styles_gazette__cKQky .styles_gazette_info__PtaDZ .styles_gazette_senate__RFtOp{font-size:12px}.styles_gazette__cKQky .styles_gazette_info__PtaDZ span{padding:5px 30px}.styles_gazette__cKQky .styles_gazette_info__PtaDZ .styles_gazette_tags__eGTv8{align-items:center;display:flex;justify-content:space-between;padding-right:20px}.styles_gazette__cKQky .styles_gazette_info__PtaDZ .styles_gazette_tags__eGTv8 .styles_tags__zKlS8 span:first-child{font-size:12px;padding:5px 10px 5px 30px}.styles_gazette__cKQky .styles_gazette_info__PtaDZ .styles_gazette_tags__eGTv8 .styles_tags__zKlS8 .styles_tag_box__TCzdk{background-color:#c7c7c7;font-size:10px;margin-right:10px;padding:1px 10px}.styles_gazette__cKQky .styles_gazette_info__PtaDZ .styles_gazette_tags__eGTv8 .styles_action_buttons__3x-qb{display:flex;justify-content:center}.styles_gazette__cKQky .styles_gazette_info__PtaDZ .styles_gazette_tags__eGTv8 .styles_action_buttons__3x-qb button{border:none;margin-left:10px;padding:5px 5px 2px}.styles_gazette__cKQky .styles_gazette_info__PtaDZ .styles_gazette_tags__eGTv8 .styles_action_buttons__3x-qb button img{aspect-ratio:1;width:15px}.styles_gazette__cKQky .styles_gazette_info__PtaDZ .styles_gazette_tags__eGTv8 .styles_action_buttons__3x-qb button:first-child{background-color:var(--primary-color)}.styles_gazette__cKQky .styles_gazette_info__PtaDZ .styles_gazette_tags__eGTv8 .styles_action_buttons__3x-qb button:nth-child(2){background-color:#003502}.styles_gazette__cKQky .styles_gazette_info__PtaDZ .styles_gazette_tags__eGTv8 .styles_action_buttons__3x-qb button:nth-child(3){background-color:var(--tertiary-color)}@media screen and (max-width:725px){.styles_gazette__cKQky .styles_gazette_info__PtaDZ .styles_gazette_tags__eGTv8{align-items:flex-start;flex-direction:column}.styles_gazette__cKQky .styles_gazette_info__PtaDZ .styles_gazette_tags__eGTv8 .styles_tags__zKlS8{align-items:center;display:flex;max-width:100%;overflow-x:hidden}.styles_gazette__cKQky .styles_gazette_info__PtaDZ .styles_gazette_tags__eGTv8 .styles_tags__zKlS8 .styles_tag_box__TCzdk{align-items:center;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.styles_gazette__cKQky .styles_gazette_info__PtaDZ .styles_gazette_tags__eGTv8 .styles_action_buttons__3x-qb{margin-top:10px;padding-left:20px}}.styles_gazette__cKQky .styles_scroll__ulVNB{border-top:5px solid var(--primary-color);left:0;position:fixed;width:100vw}.styles_gazette__cKQky .styles_scroll__ulVNB h4{padding:20px 20px 15px;text-decoration:none;text-decoration:initial}.styles_gazette__cKQky .styles_scroll__ulVNB h4 .styles_gazette_date_hidden__JsjN-{display:inline;display:initial;font-weight:400;margin-left:10px;padding-left:0}.styles_gazette__cKQky .styles_scroll__ulVNB .styles_gazette_date__I852J,.styles_gazette__cKQky .styles_scroll__ulVNB .styles_gazette_senate__RFtOp{display:none}.styles_gazette__cKQky .styles_scroll__ulVNB .styles_gazette_tags__eGTv8{flex-grow:1;margin-right:20px}.styles_gazette__cKQky .styles_scroll__ulVNB .styles_gazette_tags__eGTv8>div{margin-top:0!important}.styles_gazette__cKQky .styles_scroll__ulVNB .styles_gazette_tags__eGTv8 .styles_action_buttons__3x-qb button{border:none;height:40px;margin-left:10px;width:40px}@media screen and (min-width:1285px){.styles_gazette__cKQky .styles_scroll__ulVNB{align-items:center;display:flex}.styles_gazette__cKQky .styles_scroll__ulVNB .styles_gazette_tags__eGTv8{flex-grow:1;margin-right:20px}.styles_gazette__cKQky .styles_scroll__ulVNB .styles_gazette_tags__eGTv8>div{margin-top:0!important}.styles_gazette__cKQky .styles_scroll__ulVNB .styles_gazette_tags__eGTv8 .styles_action_buttons__3x-qb{flex-grow:1;justify-content:flex-end}}.styles_gazette__cKQky .styles_gazette_summary__9PqiB{background-color:#fff;margin-top:20px}.styles_gazette__cKQky .styles_gazette_summary__9PqiB h4{border-bottom:1px solid #979797;color:#2d2d2d;font-size:14px;font-style:italic;font-weight:400;padding:20px 20px 10px}.styles_gazette__cKQky .styles_gazette_summary__9PqiB p{font-size:11px;padding:10px 50px 30px}.styles_gazette__cKQky .styles_gazette_document__hFhjo{background-color:#fff;margin-top:30px;overflow-y:scroll;position:relative;transition:all .3s ease-in-out;width:1100px}.styles_gazette__cKQky .styles_gazette_document__hFhjo .styles_gazette_document_tabs__8RRHZ{background-color:#fafafa;display:flex;height:55px;margin-bottom:20px;position:-webkit-sticky;position:sticky;top:0}.styles_gazette__cKQky .styles_gazette_document__hFhjo .styles_gazette_document_tabs__8RRHZ div{align-items:center;display:flex;font-size:12px;padding:0 20px}.styles_gazette__cKQky .styles_gazette_document__hFhjo .styles_gazette_document_tabs__8RRHZ div:first-child{background-color:#fff}.styles_gazette__cKQky .styles_gazette_document__hFhjo .styles_gazette_document_tabs__8RRHZ div:first-child p{font-size:12px}.styles_gazette__cKQky .styles_gazette_document__hFhjo .styles_gazette_document_tabs__8RRHZ div:nth-child(2){border-bottom:1px solid #c4c4c4;border-left:1px solid #c4c4c4}.styles_gazette__cKQky .styles_gazette_document__hFhjo .styles_gazette_document_tabs__8RRHZ div:nth-child(2) audio::-webkit-media-controls-panel{background-color:#fafafa}.styles_gazette__cKQky .styles_gazette_document__hFhjo .styles_gazette_document_tabs__8RRHZ div:nth-child(2) button{background-color:darkred;border:none;color:#fff;font-size:12px;padding:4px 5px}.styles_gazette__cKQky .styles_gazette_document__hFhjo .styles_gazette_document_tabs__8RRHZ div:nth-child(2) button a{color:#fff}.styles_gazette__cKQky .styles_gazette_document__hFhjo .styles_gazette_document_tabs__8RRHZ div:nth-child(3){border-bottom:1px solid #c4c4c4;flex:1 1;justify-content:flex-end}@media screen and (max-width:1155px){.styles_gazette__cKQky .styles_gazette_document__hFhjo .styles_gazette_document_tabs__8RRHZ .styles_maximizeBtn__oBR5n{display:none}}.styles_gazette__cKQky .styles_gazette_document__hFhjo .styles_gazette_file__EqEAY{border:1px solid #c4c4c4;height:1000px;margin:auto;padding-bottom:20px;width:90%}.styles_gazette__cKQky .styles_gazette_document__hFhjo .styles_gazette_file__EqEAY .styles_page_counter__MLxiJ{align-items:center;background-color:#eee;display:flex;height:30px;justify-content:flex-end}.styles_gazette__cKQky .styles_gazette_document__hFhjo .styles_gazette_file__EqEAY .styles_page_counter__MLxiJ span{font-size:12px}.styles_gazette__cKQky .styles_gazette_document__hFhjo .styles_gazette_file__EqEAY .styles_page_counter__MLxiJ button{background:none;border:none;margin:0 10px}.styles_gazette__cKQky .styles_gazette_document__hFhjo .styles_gazette_file__EqEAY .styles_page_counter__MLxiJ button img{width:10px}.styles_gazette__cKQky .styles_gazette_document__hFhjo .styles_gazette_file__EqEAY .styles_gazette_file_pdf__OZvvD{display:flex;justify-content:center;min-height:500px;overflow-x:hidden}.styles_gazette__cKQky .styles_maximized__-96Ku{width:1450px}@media screen and (max-width:1500px){.styles_gazette__cKQky .styles_gazette_document__hFhjo{width:758px}.styles_gazette__cKQky .styles_maximized__-96Ku{width:1100px}}@media screen and (max-width:1155px){.styles_gazette__cKQky .styles_gazette_document__hFhjo,.styles_gazette__cKQky .styles_maximized__-96Ku{width:100%}}@media screen and (max-width:600px){.styles_gazette__cKQky .styles_gazette_document__hFhjo{display:none}}.styles_gazette__cKQky .styles_gazette_mobile_buttons__DHdjT{display:none}@media screen and (max-width:600px){.styles_gazette__cKQky .styles_gazette_mobile_buttons__DHdjT{display:block;display:flex;flex-direction:column;justify-content:center;margin-top:20px;padding:0 20px 20px}.styles_gazette__cKQky .styles_gazette_mobile_buttons__DHdjT button{border:none;color:#fff;margin-bottom:20px;padding:10px 20px;text-align:center}.styles_gazette__cKQky .styles_gazette_mobile_buttons__DHdjT button:first-child{background-color:var(--primary-color)}.styles_gazette__cKQky .styles_gazette_mobile_buttons__DHdjT button:nth-child(2){background-color:darkred}.styles_gazette__cKQky .styles_gazette_mobile_buttons__DHdjT span{margin-bottom:10px}}@media screen and (max-width:1500px){.styles_gazette__cKQky{width:758px}}@media screen and (max-width:1280px){.styles_gazette__cKQky{width:758px}}@media screen and (max-width:1155px){.styles_gazette__cKQky{margin:auto}}@media screen and (max-width:600px){.styles_gazette__cKQky{background-color:#fff;width:100%}}.styles_related__85TUt{background-color:#fff;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:30px;width:350px}.styles_related__85TUt h1{border-bottom:1px solid #979797;font-size:14px;font-weight:400;padding:20px 10px}.styles_related__85TUt div{padding:20px}.styles_related__85TUt div h5{font-size:12px;text-decoration:underline}.styles_related__85TUt div .styles_abstract__0zxuo{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:block;display:-webkit-box;font-size:11px;margin-bottom:20px;margin-top:10px;overflow:hidden;text-overflow:ellipsis;white-space:normal}.styles_related__85TUt div .styles_action__HRHlv{display:flex;margin-bottom:20px;margin-top:10px;padding:0}.styles_related__85TUt div .styles_action__HRHlv button{font-size:11px;height:25px;margin-right:10px;padding:5px}.styles_related__85TUt div .styles_action__HRHlv button:first-child{background-color:#000;border:none;color:#fff}.styles_related__85TUt div .styles_action__HRHlv button:first-child a{color:#fff}.styles_related__85TUt div .styles_action__HRHlv button:nth-child(2){background-color:#979797;border:none;color:#000}.styles_related__85TUt div .styles_action__HRHlv button:nth-child(3){background-color:#c2c2c2;border:none;color:#000}.styles_related__85TUt .styles_load_more__kI\+ly{background-color:#cdcdcd;border:none;color:#fff;font-size:14px;font-style:italic;height:40px;outline:none;width:100%}.styles_related__85TUt p{padding:20px 35px}@media screen and (max-width:1155px){.styles_related__85TUt{display:none}}.styles_profile__iALHT{max-width:100vw;min-height:100vh;overflow:hidden}.styles_profile__iALHT main{background-color:#eee;min-height:calc(100vh - 200px)}.styles_profile__iALHT main .styles_header__QooyX{align-items:center;display:flex;height:50px;padding-left:100px}.styles_profile__iALHT main .styles_profile_main__Pw0zz{display:flex;justify-content:center;padding:10px 70px;width:100%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M{align-items:center;background-color:#fff;display:flex;flex-direction:column;width:505px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M img{aspect-ratio:1;border:1px solid #ccc;width:250px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy{margin-top:10px;width:420px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy h4{background-color:var(--primary-color);color:#fff;display:grid;font-size:14px;font-weight:400;padding:10px;place-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg{display:flex;flex-direction:column;font-size:13px;padding:30px 0;width:100%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg table,.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg td,.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg th{border:1px solid #ededed;border-collapse:collapse}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg td{padding:10px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg td:first-child{width:35%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_edit_profile__7XtEc{display:flex;justify-content:center}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_edit_profile__7XtEc button{background-color:#fff;border:1px solid var(--primary-color);color:var(--primary-color);font-family:inherit;font-size:12px;margin-top:30px;padding:10px 30px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_edit_profile__7XtEc button:hover{background-color:var(--primary-color);color:#fff}@media screen and (max-width:1600px){.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy{padding:0}}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR{background-color:#fff;margin-left:50px;padding:10px;width:1150px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_tabs__6kV09{display:flex}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_tabs__6kV09 button{background:none;border:none;border-right:1px solid #f5f5f5;flex:1 1;font-family:inherit;padding:20px 10px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_pagination__p4wIr{align-items:center;background-color:#f5f5f5;display:flex;height:50px;padding:0 20px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_pagination__p4wIr input{border:1px solid #c4c4c4;min-width:50%;outline:none;padding:8px 5px;width:400px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_pagination__p4wIr section{display:flex;flex:1 1;justify-content:flex-end}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_pagination__p4wIr section div{margin-left:30px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_pagination__p4wIr section div span{font-size:13px;font-weight:400;margin-right:10px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_pagination__p4wIr section div select{border:none;cursor:pointer;font-family:inherit;padding:10px}@media screen and (max-width:1005px){.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_pagination__p4wIr{align-items:normal;flex-direction:column;height:auto!important;padding:10px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_pagination__p4wIr input{margin-bottom:10px;min-width:100%;width:auto}}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY{border:1px solid #fff;min-height:300px;overflow-x:scroll;position:relative}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY::-webkit-scrollbar{display:none}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY div{display:flex;height:100%;margin-top:50px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY div span{font-size:14px;font-weight:600}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY div span a{color:var(--primary-color)}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table{min-width:850px;width:100%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr{align-items:center;display:block;display:flex;height:50px;margin-right:10px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr:nth-child(2n){background-color:#f5f5f5}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr th{color:var(--primary-color);font-size:14px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr td{font-size:12px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr td img{cursor:pointer;margin-left:10px;width:18px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr td:first-child,.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr th:first-child{display:flex;justify-content:center;width:5%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr td:nth-child(2),.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr th:nth-child(2){display:flex;justify-content:flex-start;padding:0 15px;width:35%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr td:nth-child(3),.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr th:nth-child(3){display:flex;justify-content:flex-start;padding:0 15px;width:15%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr td:nth-child(4),.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr td:nth-child(5),.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr th:nth-child(4),.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY table tr th:nth-child(5){display:flex;justify-content:flex-start;width:20%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_page_pagination__tH5c-{display:flex;justify-content:flex-end}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_page_pagination__tH5c- ul{display:flex;justify-content:center}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_page_pagination__tH5c- ul li{cursor:pointer;padding:10px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_page_pagination__tH5c- ul li:hover{background-color:var(--primary-color)}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_page_pagination__tH5c- ul li:hover a{color:#fff}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_page_pagination__tH5c- ul li.styles_selected__W\+UvQ{border:1px solid red}@media screen and (max-width:1200px){.styles_profile__iALHT main .styles_profile_main__Pw0zz{flex-direction:column}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M{align-items:center;background-color:#fff;display:flex;flex-direction:row;justify-content:center;padding:30px 0;width:100%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M img{aspect-ratio:1;border:1px solid #ccc;width:250px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy{margin-top:0;width:420px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy h4{background-color:var(--primary-color);color:#fff;font-size:14px;font-weight:400;padding:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg{border:1px solid #ccc;display:flex;flex-direction:column;font-size:13px;padding:30px 20px;width:100%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg table,.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg td,.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg th{border:1px solid #ededed;border-collapse:collapse}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg td{padding:10px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg td:first-child{width:35%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_edit_profile__7XtEc{display:flex;justify-content:flex-end}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_edit_profile__7XtEc button{background-color:#222;border:none;color:#fff;font-family:inherit;font-size:12px;padding:5px 20px}}@media screen and (max-width:1200px)and (max-width:1600px){.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy{padding:0 20px}}@media screen and (max-width:1200px){.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR{background-color:#fff;margin-left:0;margin-top:30px;padding:10px;width:100%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_tabs__6kV09 button{background:none;border:none;border-right:1px solid #f5f5f5;font-family:inherit;padding:20px 10px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_pagination__p4wIr{background-color:#f5f5f5;height:50px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY{position:relative}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY div{display:flex;height:100%;margin-top:50px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY div span{font-size:14px;font-weight:600}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY div span a{color:var(--primary-color)}}@media screen and (max-width:850px){.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M{align-items:center;flex-direction:column}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy{margin-top:20px;width:90%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy h4{background-color:var(--primary-color);color:#fff;font-size:14px;font-weight:400;padding:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg{border:1px solid #ccc;display:flex;flex-direction:column;font-size:10px;padding:30px 20px;width:100%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg table,.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg td,.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg th{border:1px solid #ededed;border-collapse:collapse}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg td{padding:10px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_user_box_inner__FD4mg td:first-child{width:35%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_edit_profile__7XtEc{display:flex;justify-content:flex-end}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy .styles_edit_profile__7XtEc button{background-color:#222;border:none;color:#fff;font-family:inherit;font-size:12px;padding:5px 20px}}@media screen and (max-width:850px)and (max-width:1600px){.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_info__6\+e6M .styles_user_box__i8mFy{padding:0 20px}}@media screen and (max-width:850px){.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR{background-color:#fff;margin-left:0;margin-top:30px;padding:10px;width:100%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_tabs__6kV09 button{background:none;border:none;border-right:1px solid #f5f5f5;font-family:inherit;padding:20px 10px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_pagination__p4wIr{background-color:#f5f5f5;height:50px}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY{width:100%}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY div{display:flex;height:100%;margin-top:50px;position:relative}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY div span{font-size:14px;font-weight:600}.styles_profile__iALHT main .styles_profile_main__Pw0zz .styles_profile_docs__mQpaR .styles_profile_table__k4jEY div span a{color:var(--primary-color)}.styles_profile__iALHT,.styles_profile__iALHT main{overflow-x:visible;overflow-x:initial}.styles_profile__iALHT main .styles_profile_main__Pw0zz{padding:10px 20px}}.styles_search__iXB5z{background-color:#eee;min-height:100vh}.styles_search__iXB5z main{display:flex;gap:30px;margin:30px auto 0;padding-bottom:20px;width:1450px}@media screen and (max-width:1500px){.styles_search__iXB5z main{width:1100px}}@media screen and (max-width:1200px){.styles_search__iXB5z main{flex-direction:column;max-width:100%;padding:0 10px;width:auto}}.styles_container__QS5Bg{background-color:#f5f6f8;display:flex;flex-direction:column;min-height:100vh}.styles_main__yHKRd{flex:1 1;margin:0 auto;max-width:1400px;padding:40px 20px;width:100%}.styles_header__eHYoZ{margin-bottom:24px}.styles_header__eHYoZ h2{color:#333;font-size:20px;font-weight:600}.styles_toolbar__vmfhe{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.styles_searchBar__zBpjn{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;display:flex;padding:10px 16px;width:400px}.styles_searchBar__zBpjn .styles_searchIcon__rfDyK{color:#999;font-size:16px;margin-right:12px}.styles_searchBar__zBpjn input{border:none;color:#333;font-size:14px;outline:none;width:100%}.styles_searchBar__zBpjn input::placeholder{color:#999}.styles_filterBtn__dciWM{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;color:#333;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:10px 20px;transition:all .2s}.styles_filterBtn__dciWM:hover{background-color:#f0f0f0}.styles_tableContainer__Ke4wW{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;overflow:hidden}.styles_table__L3MKe{border-collapse:collapse;width:100%}.styles_table__L3MKe thead{background-color:#e0e0e0}.styles_table__L3MKe thead th{color:#333;font-size:14px;font-weight:600;padding:16px 24px;text-align:left}.styles_table__L3MKe tbody tr{border-bottom:1px solid #f0f0f0}.styles_table__L3MKe tbody tr:last-child{border-bottom:none}.styles_table__L3MKe tbody tr td{padding:16px 24px;vertical-align:top}.styles_table__L3MKe tbody tr td:first-child{color:#666;font-size:14px}.styles_primaryText__oIWr5{color:#104b73;font-size:14px;font-weight:500;margin-bottom:4px}.styles_secondaryText__xLwhG{color:#888;font-size:12px}.styles_pagination__HkAvc{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;display:flex;justify-content:space-between;margin-top:24px;padding:16px 24px}.styles_pagination__HkAvc .styles_showingText__81Tf1{color:#666;font-size:14px}.styles_pagination__HkAvc .styles_pageNumbers__rHJlb{display:flex;gap:8px}.styles_pagination__HkAvc .styles_pageNumbers__rHJlb button{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;color:#666;cursor:pointer;display:flex;font-size:14px;height:32px;justify-content:center;min-width:32px;transition:all .2s}.styles_pagination__HkAvc .styles_pageNumbers__rHJlb button:hover{background-color:#f0f0f0}.styles_pagination__HkAvc .styles_pageNumbers__rHJlb button.styles_activePage__lt55C{border-color:#104b73;color:#104b73;font-weight:600}.styles_pagination__HkAvc .styles_pageNumbers__rHJlb button.styles_dots__P5Ktq{background:none;border:none;cursor:default}.styles_pagination__HkAvc .styles_pageNumbers__rHJlb button.styles_nextBtn__5YC1u{color:#666}@media screen and (max-width:768px){.styles_toolbar__vmfhe{align-items:stretch;flex-direction:column;gap:16px}.styles_toolbar__vmfhe .styles_searchBar__zBpjn{width:100%}.styles_tableContainer__Ke4wW{overflow-x:auto}}.styles_container__ER4bD{background-color:#f5f6f8;display:flex;flex-direction:column;min-height:100vh}.styles_main__o8DpN{flex:1 1;margin:0 auto;max-width:1400px;padding:40px 20px;width:100%}.styles_header__9VAXL{margin-bottom:24px}.styles_header__9VAXL h2{color:#333;font-size:20px;font-weight:600}.styles_toolbar__BE1fj{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.styles_searchBar__xrke1{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;display:flex;padding:10px 16px;width:400px}.styles_searchBar__xrke1 .styles_searchIcon__jDArE{color:#999;font-size:16px;margin-right:12px}.styles_searchBar__xrke1 input{border:none;color:#333;font-size:14px;outline:none;width:100%}.styles_searchBar__xrke1 input::placeholder{color:#999}.styles_filterBtn__CwDQd{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;color:#333;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:10px 20px;transition:all .2s}.styles_filterBtn__CwDQd:hover{background-color:#f0f0f0}.styles_tableContainer__PmoZZ{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;overflow:hidden}.styles_table__L2LCb{border-collapse:collapse;width:100%}.styles_table__L2LCb thead{background-color:#e0e0e0}.styles_table__L2LCb thead th{color:#333;font-size:14px;font-weight:600;padding:16px 24px;text-align:left}.styles_table__L2LCb tbody tr{border-bottom:1px solid #f0f0f0}.styles_table__L2LCb tbody tr:last-child{border-bottom:none}.styles_table__L2LCb tbody tr td{padding:16px 24px;vertical-align:top}.styles_table__L2LCb tbody tr td:first-child{color:#666;font-size:14px}.styles_primaryText__pi1ka{color:#104b73;font-size:14px;font-weight:500;margin-bottom:4px}.styles_secondaryText__U2VlD{color:#888;font-size:12px}.styles_pagination__OvinX{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;display:flex;justify-content:space-between;margin-top:24px;padding:16px 24px}.styles_pagination__OvinX .styles_showingText__1aaAy{color:#666;font-size:14px}.styles_pagination__OvinX .styles_pageNumbers__GZ4Qn{display:flex;gap:8px}.styles_pagination__OvinX .styles_pageNumbers__GZ4Qn button{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;color:#666;cursor:pointer;display:flex;font-size:14px;height:32px;justify-content:center;min-width:32px;transition:all .2s}.styles_pagination__OvinX .styles_pageNumbers__GZ4Qn button:hover{background-color:#f0f0f0}.styles_pagination__OvinX .styles_pageNumbers__GZ4Qn button.styles_activePage__Nsix5{border-color:#104b73;color:#104b73;font-weight:600}.styles_pagination__OvinX .styles_pageNumbers__GZ4Qn button.styles_dots__RP4U0{background:none;border:none;cursor:default}.styles_pagination__OvinX .styles_pageNumbers__GZ4Qn button.styles_nextBtn__Ff0dz{color:#666}@media screen and (max-width:768px){.styles_toolbar__BE1fj{align-items:stretch;flex-direction:column;gap:16px}.styles_toolbar__BE1fj .styles_searchBar__xrke1{width:100%}.styles_tableContainer__PmoZZ{overflow-x:auto}}.styles_share__P6BBm{background-color:hsla(0,0%,100%,.583);display:grid;height:100vh;place-items:center;position:fixed;width:100vw;z-index:2}.styles_share__P6BBm .styles_share_modal__vcTL0{background-color:#fff;box-shadow:.5px 1px 10px #d0cfcf;height:350px;width:450px;z-index:2}.styles_share__P6BBm .styles_share_modal__vcTL0 .styles_share_modal_header__dU4Qh{background-color:#cdcdcd;display:grid;height:60px;margin-bottom:30px;place-items:center;position:relative}.styles_share__P6BBm .styles_share_modal__vcTL0 .styles_share_modal_header__dU4Qh img{cursor:pointer;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.styles_share__P6BBm .styles_share_modal__vcTL0 .styles_share_modal_input__NDiBZ{padding:0 30px}.styles_share__P6BBm .styles_share_modal__vcTL0 .styles_share_modal_input__NDiBZ label{display:block;font-size:12px;margin-top:20px}.styles_share__P6BBm .styles_share_modal__vcTL0 .styles_share_modal_input__NDiBZ .styles_share_modal_input_group__nopf5{border:1px solid #eee;display:flex;margin-top:10px}.styles_share__P6BBm .styles_share_modal__vcTL0 .styles_share_modal_input__NDiBZ .styles_share_modal_input_group__nopf5 input{border:none;flex:1 1;outline:none;padding:7px}.styles_share__P6BBm .styles_share_modal__vcTL0 .styles_share_modal_input__NDiBZ .styles_share_modal_input_group__nopf5 div{background-color:var(--primary-color);display:grid;place-items:center;width:50px}.styles_share__P6BBm .styles_share_modal__vcTL0 .styles_share_modal_input__NDiBZ .styles_share_modal_input_group__nopf5 div img{cursor:pointer}@media screen and (max-width:600px){.styles_share__P6BBm .styles_share_modal__vcTL0{width:90%}}.styles_signin__aPsC0{background-color:hsla(0,0%,100%,.583);display:grid;height:100vh;place-items:center;position:fixed;width:100vw;z-index:10}.styles_signin__aPsC0 .styles_signin_modal__fcwiU{background-color:#fff;box-shadow:.5px 1px 10px #d0cfcf;height:257px;width:500px;z-index:2}.styles_signin__aPsC0 .styles_signin_modal__fcwiU .styles_signin_modal_header__\+8uKU{background-color:#cdcdcd;display:grid;height:60px;place-items:center;position:relative}.styles_signin__aPsC0 .styles_signin_modal__fcwiU .styles_signin_modal_header__\+8uKU img{cursor:pointer;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.styles_signin__aPsC0 .styles_signin_modal__fcwiU p{font-size:14px;font-weight:600;margin-top:50px;padding:0 20px;text-align:center}.styles_signin__aPsC0 .styles_signin_modal__fcwiU .styles_signin_modal_buttons__oVAFs{display:grid;margin-top:30px;place-items:center}.styles_signin__aPsC0 .styles_signin_modal__fcwiU .styles_signin_modal_buttons__oVAFs button{background-color:var(--primary-color);border:none;color:#fff;padding:10px 15px}@media screen and (max-width:600px){.styles_signin__aPsC0 .styles_signin_modal__fcwiU{width:90%}}.modal_styles_modal__i3LfH{background-color:rgba(34,34,34,.426);height:100vh;position:absolute;width:100vw;z-index:100}.modal_styles_modal__i3LfH .modal_styles_modal_input__eYqm3{display:grid;margin-top:150px;place-items:center}.modal_styles_modal__i3LfH .modal_styles_modal_input__eYqm3 input{border:1px solid var(--tertiary-grey);font-size:16px;height:50px;outline:none;padding:0 20px;width:70%}.modal_styles_modal__i3LfH .modal_styles_modal_input__eYqm3 input::placeholder{font-size:20px}@media screen and (max-width:500px){.modal_styles_modal__i3LfH .modal_styles_modal_input__eYqm3 input{border:1px solid var(--tertiary-grey);height:50px;outline:none;padding:0 10px;width:95%}.modal_styles_modal__i3LfH .modal_styles_modal_input__eYqm3 input::placeholder{font-size:10px}}.styles_feedback_container__fvS95{background-color:rgba(34,34,34,.516);height:100%;min-height:100vh;position:fixed;width:100%;z-index:5}.styles_feedback_container__fvS95 p{color:#676c8f;font-size:18px;line-height:24px;margin:20px 0 50px}.styles_feedback_container__fvS95 .styles_feedback__tliFx{background-color:#fff;border-top:10px solid var(--primary-color);font-family:DM Sans;height:100%;left:0;padding:20px 20px 10px;position:absolute;width:600px}.styles_feedback_container__fvS95 .styles_feedback__tliFx .styles_close__feedback__BjzS\+{position:absolute;right:20px;top:20px}.styles_feedback_container__fvS95 .styles_feedback__tliFx .styles_feedback__question__8XSQi{font-size:20px;font-weight:700;margin-top:20px}.styles_feedback_container__fvS95 .styles_feedback__tliFx .styles_feedback__question__question__fDj01{display:block;margin-bottom:10px}.styles_feedback_container__fvS95 .styles_feedback__tliFx form{box-shadow:-1px 1px 5px 0 #0000004a;-webkit-box-shadow:-1px 1px 5px 0 #0000004a;-moz-box-shadow:-1px 1px 5px 0 #0000004a;padding:30px 20px}.styles_feedback_container__fvS95 .styles_feedback__tliFx form label{font-size:16px;font-weight:400;margin-left:10px}.styles_feedback_container__fvS95 .styles_feedback__tliFx form textarea{border:none;font-family:inherit;height:150px;outline:none;padding:10px;resize:none;width:100%}.styles_feedback_container__fvS95 .styles_feedback__tliFx .styles_no__padding__\+dMct{padding:0}.styles_feedback_container__fvS95 .styles_feedback__tliFx .styles_cta__aQI4t{display:flex;justify-content:flex-end;margin-top:30px;padding:0 0 10px}.styles_feedback_container__fvS95 .styles_feedback__tliFx .styles_cta__aQI4t button{background-color:var(--primary-color);border:none;color:#fff;padding:10px 20px}@media screen and (max-height:965px){.styles_feedback_container__fvS95 .styles_feedback__tliFx{overflow-y:scroll}}@media screen and (max-width:600px){.styles_feedback_container__fvS95 .styles_feedback__tliFx{width:100%}.styles_feedback_container__fvS95 .styles_feedback__tliFx .styles_feedback__question__8XSQi{font-size:16px;font-weight:700}}.styles_container__OFmlu{align-items:center;background-color:#fff;bottom:0;box-shadow:1px -2px 5px 0 #dbdbdbbf;-webkit-box-shadow:1px -2px 5px 0 #dbdbdbbf;-moz-box-shadow:1px -2px 5px 0 #dbdbdbbf;display:flex;font-family:DM Sans;height:100px;justify-content:space-around;left:0;padding:0 10px;position:fixed;width:100%;z-index:5}.styles_container__OFmlu .styles_container__text__6gnzT{align-items:center;display:flex;margin-right:15px}.styles_container__OFmlu .styles_container__text__6gnzT span{margin-left:20px;max-width:1000px}@media screen and (max-width:965px){.styles_container__OFmlu .styles_container__text__6gnzT span{font-size:14px}}@media screen and (max-width:600px){.styles_container__OFmlu .styles_container__text__6gnzT span{font-size:12px;font-size:10px}}.styles_container__OFmlu .styles_container__btn__hCCb9 button{background-color:var(--primary-color);border:none;color:#fff;letter-spacing:3px;padding:15px 25px}
/*# sourceMappingURL=main.b1e0bb35.css.map*/