@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800&display=swap";#header{background-color:#051a28cc;backdrop-filter:blur(6px);position:sticky;top:0;z-index:99}#header .headerNav{display:flex;align-items:center;justify-content:space-between;height:4rem;padding:0 1rem;position:sticky;top:0;z-index:99;gap:40px}#header .headerNav .logoLink{height:100%;color:#ddd;display:flex;justify-content:center;align-items:center;text-wrap:nowrap}#header .headerNav .logoLink .logo{height:55%;margin:0 10px}#header .headerNav .navMenu{display:flex;align-items:stretch;margin:0;padding:0;list-style:none;gap:8px}#header .headerNav .navMenu a{display:flex;align-items:center;justify-content:center;flex-grow:1;height:100%;padding:.5rem;text-align:center;text-decoration:none;color:#fff;border:2px solid rgba(255,255,255,0);font-size:18px;border-bottom:3px solid white;text-wrap:nowrap}#header .headerNav .navMenu a:hover,#header .headerNav .navMenu a.active{border-bottom:3px solid #3f73b8}#header .headerNav .navMenu .why:hover,#header .headerNav .navMenu .why.active{border-bottom:3px solid red}#header .headerNav #theme-button,#header .headerNav #lang-button{color:#ddd}#header .headerNav .lang-menu{color:#ddd;background-color:#3f73b8}.nav__menu-item .burgerButton{display:block}.phoneNav{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:100vw;height:100vh;position:absolute;top:0;left:0;padding:0;margin:0;background-color:#051a28;z-index:80}.phoneNav .subHeading{color:#ddd;padding-left:13%}.phoneNav .phoneNav__menu{list-style:none;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:100%;padding-left:15%}.phoneNav .phoneNav__menu hr{width:55vw;display:none}.phoneNav .phoneNav__menu .menuItem{text-decoration:none;font-size:24px;margin:8px 6px;padding:4px 9px;color:#fff;text-transform:uppercase;font-weight:500}.phoneNav .phoneNav__menu .menuItem a{color:#fff}.phoneNav .phoneNav__menu .active{border:1px solid #3f73b8;border-radius:4px}.phoneNav .box{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:100%;height:10%;padding-left:15%}.phoneNav .box #langButton{display:flex;flex-direction:row;color:#fff}.phoneNav .box #langButton span{display:flex;flex-direction:column}.phoneNav .box #themeButton{display:flex;flex-direction:row;color:#fff}.phoneNav .box #themeButton span{display:flex;flex-direction:column}@media (max-width: 992px){.burgerButton{display:flex}.nav__menu{display:none}.header__nav{height:8vh}}@media (min-width: 993px) and (max-width: 1440px){.nav__menu{display:flex}}@media (min-width: 1441px) and (max-width: 2560px){.nav__menu{display:flex}}@media (min-width: 2561px){.nav__menu{display:flex}}.search{position:relative;align-items:center;width:auto;height:70%;background-color:#051a28cc;border:1px solid rgba(5,26,40,.6);border-radius:0;flex-grow:1;margin:0}.search .inputcontiner{display:flex;height:100%;align-items:center}.search .inputcontiner>p{position:relative;color:#b6bbc6;margin-right:8px}.search .inputcontiner>p.prefix{max-width:90px;padding-left:16px;padding-right:8px;height:auto;border-right:1px solid #b6bbc6}.search .inputcontiner>p.suffix{max-width:fit-content;padding-right:16px;right:0}.search:hover{background-color:#051a28e6}.search .search_input{font-size:18px;height:100%;border-radius:0;width:100%;background-color:transparent;outline:none;border:none;line-height:2;color:#fff;caret-color:#b6bbc6;position:relative}.search .horizantalline{display:none;width:100%;padding-right:16px;padding-left:16px;background-color:#051a28e6}.search .horizantalline>hr{height:1px;background-color:#b6bbc6;width:100%;margin:auto;border:none}.search .suggestionsBox{color:#b6bbc6;background-color:#051a28;width:100%;margin:0 auto;padding:16px;display:none}.search .suggestionsBox .suggestionsList{display:flex;flex-direction:column}.search .suggestionsBox .suggestionsList>a{display:flex;flex-direction:row;align-items:center;padding:6px;gap:8px}.search .suggestionsBox .suggestionsList>a:hover{color:#fff}.search .suggestionsBox .suggestionsList>a:nth-child(n+5){display:none}.search.open{background-color:#051a28}.search.open .horizantalline,.search.open .suggestionsBox{display:block}*{font-family:Roboto,sans-serif}h2{font-size:40px;text-transform:capitalize}a{color:#ddd}#footer{padding:1.8vh 12% 1.5vh;display:flex;align-items:center;text-align:center;justify-content:space-between;width:100%;margin:auto auto 0;background-color:#051a2899;backdrop-filter:blur(6px)}#footer .logoLink{margin:0 10px}#footer .logoLink img{height:90px}#footer .logoLink h4{font-size:20px}#footer .logoLink p{font-size:16px}#footer .links{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;float:right;height:100%}#footer .links a{font-size:16px;margin:4px 0;font-weight:500}@media (max-width: 768px){#footer{min-height:20vh;padding:0 5%}#footer .logoLink{margin:0;height:100%;position:relative}#footer .logoLink img{height:22vw;margin-bottom:8px;max-height:70%;position:relative}#footer .logoLink h4{font-size:16px}#footer .logoLink p{font-size:14px}#footer .links a{font-size:16px;margin:2px 0}}#person-details{display:flex;justify-content:space-between;align-items:center;padding:2rem}.loading #person-details{opacity:.5;pointer-events:none}#person-details{display:grid;grid-template-columns:25% 70%;margin:0 auto;width:96%;justify-content:space-around;align-items:flex-start}#person-details aside{background-color:#051a2899;backdrop-filter:blur(6px);border:1px solid rgba(5,26,40,.6)}#person-details aside .img,#person-details main .img{width:98%;margin:auto}#person-details aside .img img,#person-details main .img img{width:100%;margin-top:4px;box-shadow:0}#person-details aside .Biography,#person-details main .Biography{display:flex;flex-direction:column;margin:8px 8px 16px;color:#fff;gap:8px}#person-details aside .Biography h3,#person-details main .Biography h3{padding-left:4px}#person-details aside .Biography .grid,#person-details main .Biography .grid{box-shadow:0;display:grid;grid-template-columns:1fr 1fr;padding:0 16px}#person-details aside .Biography .grid h6,#person-details main .Biography .grid h6{font-size:18px;font-weight:500}#person-details aside .icon,#person-details main .icon{margin-bottom:15px;background-color:#042336;min-height:30px;border-radius:4px;box-shadow:0}#person-details aside .aliasesList,#person-details main .aliasesList{margin-bottom:15px}#person-details aside .aliasesList h3,#person-details main .aliasesList h3{margin-bottom:5px;padding-left:5px}#person-details aside .aliasesList .continer,#person-details main .aliasesList .continer{box-shadow:0;padding:5px;background-color:#042336;border-radius:4px;display:flex;flex-direction:row;align-items:center;margin-bottom:10px}#person-details aside .aliasesList .continer .img,#person-details main .aliasesList .continer .img{width:75px;margin:0 10px 0 0;display:flex;justify-content:center}#person-details aside .aliasesList .continer .img img,#person-details main .aliasesList .continer .img img{width:75px;border-radius:4px}#person-details aside .aliasesList .continer .details,#person-details main .aliasesList .continer .details{display:flex;flex-direction:column;align-items:flex-start}#person-details aside .aliasesList .continer .details p,#person-details main .aliasesList .continer .details p{line-height:120%}#person-details main{width:100%}#person-details main .about{margin-bottom:20px;background-color:#051a2899;backdrop-filter:blur(6px);border:1px solid rgba(5,26,40,.6);padding:10px}#person-details main .about h2{text-align:left;font-size:40px;letter-spacing:1px;color:#fff}#person-details main .about h4{text-align:left;margin-bottom:8px;font-size:24px;color:#ddd}#person-details main #table{margin-bottom:15px;position:relative}#person-details main #table>h3{margin-bottom:5px;font-size:24px}#person-details main #table table{border-collapse:collapse;width:100%;padding:15px;color:#fff;background-color:#051a2899;backdrop-filter:blur(6px);border:1px solid rgba(5,26,40,.6)}#person-details main #table table tr>td:nth-child(1){min-width:224px;width:25%}#person-details main #table table tr>td:nth-child(2){min-width:224px;width:40%}#person-details main #table table tr>td:nth-child(3){width:10%}#person-details main #table table tr{width:90%;height:max-content;position:relative}#person-details main #table table tr:hover .reportInfo button{opacity:1;transition:opacity .2s}#person-details main #table table tr .reportInfo{position:relative}#person-details main #table table tr .reportInfo button{position:relative;right:0;height:auto;width:auto;position:absolute;top:0;opacity:0;transition:opacity .2s}#person-details main #table table tr td:first-child{position:relative}#person-details main #table table tr td:first-child h4{margin:10px auto;font-size:1.17em;font-weight:500;text-align:left;text-transform:uppercase;position:relative;top:0}#person-details main #table table tr td{padding:0 10px}#person-details main #table table tr td .linkButton{list-style:none;display:flex}#person-details main #table table tr td .linkButton a{color:#fff}#person-details main #table table tr td h6{font-size:16px;font-weight:500;padding-left:8px}#person-details main #table table tr td span{display:flex;align-items:center}#person-details main #table table tr td span p{font-size:16px;padding-left:8px}#person-details main #table table tr td span li{list-style:none}#person-details main #table table tr td span button p{font-size:14px}#person-details main #table table tr td div{display:flex;flex-direction:row}#person-details main #table table tr td div h6{font-size:16px;font-weight:500}#person-details main #table table tr td div li{list-style:none}#person-details main #table table tr td .tag{padding:6px 0}#person-details main #table table tr .tagContainer{display:flex;height:100%;align-items:center;position:absolute}#person-details main #table table tr{border-bottom:4px solid rgba(5,26,40,.6);border-bottom:4px solid #0b202d}#person-details main #table table tr:nth-last-child(1){border-bottom:0}#person-details main #table table #contact td .container{display:flex;align-items:center;margin:0;overflow:hidden;position:relative}#person-details main #table table #contact td .container h6{font-size:16px;font-weight:500;padding-left:8px}#person-details main #table table #contact td .container .spoilerText,#person-details main #table table #contact td .container .spoilerTextDark{background-color:#051a28;color:#051a28;overflow:hidden;position:relative}#person-details main #table table #contact td .container .spoilerText:before,#person-details main #table table #contact td .container .spoilerTextDark:before{content:"";position:absolute;inset:-50% 0 0 -50%;width:200%;height:200%;background-color:#051a28;color:#051a28;opacity:1;pointer-events:auto;z-index:1;border-radius:0;white-space:nowrap;padding-bottom:2px;overflow:hidden;background-repeat:repeat;animation:bg-animation .2s infinite;opacity:.9;visibility:visible}#person-details main #table table #contact td .container .spoilerText:before{background:transparent url(https://res.cloudinary.com/dyndxow8x/image/upload/v1694494151/wapaganda/light-noise.png_vfllsk.png) 0 0 no-repeat}#person-details main #table table #contact td .container .spoilerTextDark:before{background:transparent url(https://res.cloudinary.com/dyndxow8x/image/upload/v1694498641/wapaganda/test_zmqttx.png) 0 0 no-repeat}#person-details main #table table #contact td .container .MuiButton-root{margin-left:0;opacity:1}#person-details main #table table #contact td .container .spoilerButton{opacity:0;background-color:#042336;margin:0;overflow-x:hidden}#person-details main #table table #contact td .container .spoilerButton:before{content:"";position:absolute;top:10%;left:6%;width:94%;height:80%;background-color:#051a28;color:#051a28;opacity:1;pointer-events:auto;z-index:1;border-radius:0;white-space:nowrap}#person-details main #table table #address>td:nth-child(2){padding-left:16px}#person-details main #table table #address td{flex-direction:column;align-items:flex-start;justify-content:center;position:relative}#person-details main #table table #address td p{padding-left:8px}#person-details main #table table #address td span{padding:0 1px;font-size:16px;margin-right:0}#person-details main #table table #address td .spoilerText:nth-child(1){margin-top:5px;margin-bottom:0}#person-details main #table table #address td .spoilerText:nth-child(1) .spoiler-word,#person-details main #table table #address td .spoilerText:nth-child(1) .spoiler-word-dark{margin-bottom:5px}#person-details main #table table #address td .spoilerText:nth-child(1) .spoiler-word-deactvited{margin-bottom:5px}#person-details main #table table #address td .spoilerText:nth-last-child(1){margin-bottom:0}#person-details main #table table #address td .spoilerText:nth-last-child(1) .spoiler-word,#person-details main #table table #address td .spoilerText:nth-last-child(1) .spoiler-word-dark{margin-bottom:5px}#person-details main #table table #address td .spoilerText:nth-last-child(1) .spoiler-word-deactvited{margin-bottom:5px}#person-details main #table table #address td .spoilerText{position:relative}#person-details main #table table #address td .spoiler-word,#person-details main #table table #address td .spoiler-word-dark{cursor:pointer;background-color:#051a28;color:#051a28;margin:5px 0;overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}#person-details main #table table #address td .spoiler-word-deactvited{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;margin:5px 0}#person-details main #table table #address td .spoiler-word:before,#person-details main #table table #address td .spoiler-word-dark:before{content:"";position:absolute;inset:-50% 0 0;width:110%;height:200%;color:#051a28;background-color:#051a28;pointer-events:auto;z-index:1;border-radius:0;white-space:nowrap;padding-bottom:2px;background:transparent url(https://res.cloudinary.com/dyndxow8x/image/upload/v1694494151/wapaganda/light-noise.png_vfllsk.png) 0 0 repeat;background-repeat:repeat;animation:bg-animation .4s infinite;background-size:auto;opacity:1;visibility:visible}#person-details main #table table #address td .spoiler-word-dark:before{background:transparent url(https://res.cloudinary.com/dyndxow8x/image/upload/v1694498641/wapaganda/test_zmqttx.png) 0 0 repeat;background-size:auto}#person-details main #table table #address td .spoiler-word-deactvited:before{opacity:0;pointer-events:none;cursor:default}#person-details main #table .disclaimer{position:absolute;right:3px;margin-top:7px;color:#ddd;display:flex;flex-direction:row}#person-details main #table .disclaimer p{margin-left:3px;font-size:14px}#person-details main #table .disclaimer svg{font-size:16px;padding-top:1px}#person-details main #tags{margin-bottom:20px;min-height:8px}#person-details main #tags div{background-color:#051a2899;backdrop-filter:blur(6px);border:1px solid rgba(5,26,40,.6);margin-right:7px;border-radius:4px;transition:0s}#person-details main #tags div span{color:#fff;font-weight:600}#person-details main #tags div:hover{background-color:#051a28cc;transition:.3s}#person-details main .react-tabs{width:100%;color:#fff;border:1px solid rgba(5,26,40,.6);backdrop-filter:blur(6px)}#person-details main .react-tabs .react-tabs__tab-list{width:100%;display:flex;flex-direction:row;justify-content:space-around;list-style:none;justify-content:center;align-items:center}#person-details main .react-tabs .react-tabs__tab-list .react-tabs__tab{background-color:#0b202d;color:#ddd;padding:10px 5px;font-weight:500;height:100%;width:100%;font-family:Roboto Slab,serif!important;display:flex;align-items:center;justify-content:center;border-style:solid;border-width:0px 1px 0px;border-color:#1e3a4b}#person-details main .react-tabs .react-tabs__tab-list .react-tabs__tab:first-child{border-left:0px}#person-details main .react-tabs .react-tabs__tab-list .react-tabs__tab:last-child{border-right:0px}#person-details main .react-tabs .react-tabs__tab-list .react-tabs__tab:focus-visible{outline:0}#person-details main .react-tabs .react-tabs__tab-list .react-tabs__tab:hover{cursor:pointer;color:#fff}#person-details main .react-tabs .react-tabs__tab-list .react-tabs__tab--selected{background-color:#051a2880;color:#fff;border-bottom:0}#person-details main .react-tabs .react-tabs__tab-panel{width:100%;background-color:#051a2880;display:flex;align-items:center;justify-content:center;min-height:130px;display:none}#person-details main .react-tabs .react-tabs__tab-panel--selected{width:100%;display:flex}#person-details main .react-tabs .react-tabs__tab-panel--selected .orgs{height:100%;width:100%;display:flex;flex-direction:column;column-gap:50px;position:relative}#person-details main .react-tabs .react-tabs__tab-panel--selected .orgs .org{width:100%;height:auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-template-rows:auto auto;row-gap:15px;padding:25px 2%}#person-details main .react-tabs .react-tabs__tab-panel--selected .orgs .org .box h4{font-size:18px;font-weight:600;margin:0 0 3px}#person-details main .react-tabs .react-tabs__tab-panel--selected .orgs .org .box p{margin:0}#person-details main .react-tabs .react-tabs__tab-panel--selected .orgs .submitData{position:absolute;top:0;left:0;height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}#person-details main .react-tabs .react-tabs__tab-panel--selected .orgs>p{margin:auto}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime{width:100%;display:grid;grid-template-columns:1fr 2fr;flex-direction:row}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime .calendar *{border-radius:0;color:#fff}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime .calendar .MuiDateCalendar-root{height:310px}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime .calendar .MuiBadge-badge{top:0%;right:0%;margin:0 2px;padding:0;height:8px;width:8px;transform:scale(1) translate(0)}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime .calendar .MuiBadge-badge .circle{position:absolute;border-radius:50%;top:50%;right:50%;margin:0;padding:0;height:24px;width:24px;outline:1px solid #dfdfec;transform:scale(1) translate(50%,-50%)}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime .calendar .MuiBadge-badge .square{position:absolute;top:0%;right:0%;margin:0;padding:0;height:8px;width:8px;background-color:#1e1e1e;background-color:#dfdfec;transform:scale(1) translate(0)}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime .airtimeSummary{width:100%;height:auto;display:flex;flex-direction:column;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;row-gap:15px;padding:0 2% 16px;grid-column:span 3}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime .airtimeSummary h4{font-size:16px;font-weight:500;margin:0 0 3px}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime .showscontiner{display:flex;width:100%;flex-direction:row;justify-content:center}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime .showscontiner .submitData{display:flex;justify-content:center;align-items:center;flex-direction:column;grid-column:span 2}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime .showscontiner .calendar{height:332px;width:320px}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime .showscontiner .shows{padding:0 16px;display:flex;width:100%;flex-direction:column;margin-top:16px;grid-column:span 2}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime .showscontiner .shows .show{display:flex;flex-direction:column;width:100%;margin-bottom:16px}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime .showscontiner .shows .show .showSummary{margin-bottom:8px}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime .showscontiner .shows .show .showSummary h6{font-size:16px}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime .showscontiner .shows .show .episode{display:flex;flex-direction:column;justify-content:space-between;background-color:#0b202d;border:1px solid #1e3a4b;margin-bottom:8px;padding:4px 8px;overflow-wrap:normal}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime .showscontiner .shows .show .episode p{font-size:14;text-transform:capitalize}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime .showscontiner .shows .show .episode h5{font-size:20px;font-weight:500}#person-details main .react-tabs .react-tabs__tab-panel--selected .submitData{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}#person-details main .react-tabs .react-tabs__tab-panel--selected hr.one{width:96%;margin:auto;border:0;height:1px;background:#333;background-image:linear-gradient(to right,#8f8f92,#77777a,#8f8f92)}#person-details main .react-tabs .react-tabs__tab-panel--selected hr.one:last-child{display:none}#person-details main .react-tabs .react-tabs__tab-panel--selected table{border-collapse:collapse;width:100%;margin-top:10px;margin-bottom:10px}#person-details main .react-tabs .react-tabs__tab-panel--selected table tr td+td{width:65%;padding-left:18px}#person-details main .react-tabs .react-tabs__tab-panel--selected table tr td:first-child{display:flex;flex-direction:column;align-items:flex-start}#person-details main .react-tabs .react-tabs__tab-panel--selected table tr td:first-child h4{margin-top:5px;margin-bottom:5px;font-size:1.17em;text-align:left;font-weight:500;text-transform:uppercase}#person-details main .react-tabs .react-tabs__tab-panel--selected table tr td{padding:0 10px}#person-details main .react-tabs .react-tabs__tab-panel--selected table tr td .linkButton{list-style:none;display:flex}#person-details main .react-tabs .react-tabs__tab-panel--selected table tr td .linkButton a{color:#fff}#person-details main .react-tabs .react-tabs__tab-panel--selected table tr td h6{font-size:16px;font-weight:500;padding-left:8px}#person-details main .react-tabs .react-tabs__tab-panel--selected table tr td span{display:flex;align-items:center}#person-details main .react-tabs .react-tabs__tab-panel--selected table tr td span h6{font-size:16px;font-weight:500;padding-left:8px}#person-details main .react-tabs .react-tabs__tab-panel--selected table tr td span li{list-style:none}#person-details main .react-tabs .react-tabs__tab-panel--selected table tr td div{display:flex;flex-direction:row}#person-details main .react-tabs .react-tabs__tab-panel--selected table tr td div h6{font-size:16px;font-weight:500}#person-details main .react-tabs .react-tabs__tab-panel--selected table tr td div li{list-style:none}#person-details main .react-tabs .react-tabs__tab-panel--selected table tr:nth-child(odd){background-color:#0b202d}#person-details main .react-tabs .react-tabs__tab-panel--selected table #address td span{flex-direction:column;align-items:flex-start;justify-content:center}@media (max-width: 992px){#person-details{display:grid;grid-template-columns:100%;margin:auto;width:94%;padding:0}#person-details aside .name{padding-left:5px}#person-details aside .name h2{text-align:left;margin-bottom:10px}#person-details aside .about{padding-left:12px}#person-details aside .about p{margin-bottom:20px}#person-details aside #tags{margin-bottom:20px}#person-details aside #tags div{background-color:#042336;margin-right:7px;border-radius:4px;transition:0s}#person-details aside #tags div span{color:#fff}#person-details aside #tags div:hover{background-color:#0b3755;transition:.3s}#person-details main{width:94vw}#person-details main #table{width:100%;margin-top:24px}#person-details main #table table{width:100%}#person-details main #table table tbody{width:100%}#person-details main #table table tbody>tr{display:flex;flex-direction:column;width:100%;border-bottom:8px solid #051a28}#person-details main #table table tbody>tr>td{width:100%;padding-top:10px}#person-details main #table table tbody>tr>td .tag{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;padding:6px 0 10px}#person-details main #table table tbody>tr td:first-child h4{margin:1px auto 0}#person-details main #table table tbody>tr .reportInfo{display:none}#person-details main #table table tbody tr>td:nth-child(1){width:100%}#person-details main #table table tbody tr>td:nth-child(2){min-width:224px;width:100%;padding-bottom:5px}#person-details main .react-tabs{margin-bottom:16px}#person-details main .react-tabs .react-tabs__tab-list{background:#000;flex-direction:column}#person-details main .react-tabs .react-tabs__tab-list .react-tabs__tab{word-wrap:none;display:flex}#person-details main .react-tabs .react-tabs__tab-panel--selected{flex-direction:column}#person-details main .react-tabs .react-tabs__tab-panel--selected table tr td+td{width:65%;padding-left:18px}#person-details main .react-tabs .react-tabs__tab-panel--selected table tr:nth-child(odd){background-color:#042336}#person-details main .react-tabs .react-tabs__tab-panel--selected .org{display:grid;grid-template-columns:1fr;grid-template-rows:auto}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime{width:100%;display:flex;flex-direction:column}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime .airtimeSummary{display:flex;align-items:center;padding:0 18px 16px;row-gap:0px}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime .airtimeSummary h4{margin:0}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime .showscontiner .shows{margin-top:0}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime .showscontiner .shows .show{margin-bottom:4px}#person-details main .react-tabs .react-tabs__tab-panel--selected .airtime .showscontiner .shows .show .showSummary{margin-bottom:8px}}@keyframes bg-animation{0%{transform:translate(0)}10%{transform:translate(-5px,-5px)}20%{transform:translate(-10px,5px)}30%{transform:translate(5px,-10px)}40%{transform:translate(-5px,15px)}50%{transform:translate(-10px,5px)}60%{transform:translate(15px)}70%{transform:translateY(10px)}80%{transform:translate(-15px)}90%{transform:translate(10px,5px)}to{transform:translate(5px)}}#box{position:"absolute";top:50%;left:50%;transform:translate(-50%,-50%);width:400;border:2px solid #000;box-shadow:24px;padding:16px;background-color:#051a28;color:#fff}#box *{margin-top:2px;margin-bottom:2px;color:#fff}#box label{color:#fff}.loaderContainer{display:flex;justify-content:center;align-items:center;height:100%;min-height:144px;width:100%}.loader{width:48px;height:48px;border-radius:50%;position:relative;animation:rotate 1s linear infinite}.loader:before{content:"";box-sizing:border-box;position:absolute;inset:0;border-radius:50%;border:5px solid #fff;animation:prixClipFix 2s linear infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes prixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}12.5%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}37.5%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}62.5%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}87.5%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}to{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}}.sk-circle{margin:160px auto;width:80px;height:80px;position:relative}.sk-circle .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before{content:"";display:block;margin:0 auto;width:14%;height:14%;background-color:#fff;border-radius:100%;-webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.sk-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleBounceDelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(.8);transform:scale(.8)}}@keyframes sk-circleBounceDelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(.8);transform:scale(.8)}}.fadedout{filter:opacity(50%) grayscale(100%)}.thumbnail-container+.person-info{margin-left:0}.person2{background-color:#051a28cc;backdrop-filter:blur(6px);border:2px solid rgba(5,26,40,.6);position:relative;width:100%;height:268px;width:206px;max-width:90vw;display:flex;flex-direction:row;overflow:hidden;transition:all .5s;transition:color 0s;transition:width .5s;z-index:22}.person2 .thumbnail-container{position:relative;display:flex;flex-direction:column;flex-shrink:0;overflow:hidden;z-index:30;align-items:center;width:204px}.person2 .thumbnail-container .thumbnail{width:100%;height:auto;width:188px;margin-top:8px;border-radius:0;background-repeat:no-repeat;background-size:cover;background-position:center;transition:1s;transition:color 0s}.person2 .thumbnail-container .person-info{width:100%;height:100%;height:55px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 5px;border-radius:0;transition:all linear .5s;transition:color 0s;transition:background-color 0s;gap:2px}.person2 .thumbnail-container .person-info h2,.person2 .thumbnail-container .person-info h4,.person2 .thumbnail-container .person-info p{margin:0;font-size:20px;line-height:24px;color:#fff;font-weight:600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left;width:100%}.person2 .thumbnail-container .person-info h4{padding-left:5px;align-content:center;display:flex;align-items:center;justify-content:center;text-align:center}.person2 .thumbnail-container .person-info p{color:#fff;font-size:16px;font-weight:500;padding-left:0;align-items:center;text-align:center}.person2 .side{height:100%;position:relative;display:flex;width:220px;opacity:1;left:0%;transition:all linear .2s;transition:color 0s;transition:background-color 0s;max-height:280px;padding:8px}.person2 .side .dis{width:204px}.person2 .side .dis .knownas{margin-bottom:4px}.person2 .side .dis p{margin-top:0;color:#fff;font-size:16px}.person2 .side .dis p b{font-weight:500}.person2 .side .dis h4{margin-bottom:4px;margin-top:0;font-weight:500;color:#fff;font-size:16px}.person2 .side .dis .icon1{margin-bottom:4px;margin-top:16px}.person2 .side .dis .icon1 img{height:20px;margin-right:6px}.person2 .side .dis .icon2 img{height:26px;margin-right:4px}.person2 .side .dis .diedAt{margin:auto;position:absolute;bottom:8px}.person2:hover{width:424px;cursor:pointer;transition:all .7s;transition:width .7s}@media (max-width: 768px){.person2 .side{display:none}.person2:hover{width:206px}}@media (min-width: 768px) and (max-width: 1024px){.person2 .side{display:none}.person2:hover{width:206px}}.personlist-container{display:flex;flex-direction:column;border-radius:0;height:auto;padding:0;box-sizing:border-box}.filtreBAR{display:flex;justify-content:space-between;align-items:center;width:68vw;margin:auto;margin-top:2rem}.filtreBAR .filtreContener{display:flex;justify-content:space-between;align-items:center}.filtreBAR .filtreContener>.FilterButton{font-size:16px;border-radius:0;padding:8px 20px;background:#051a2880;backdrop-filter:blur(6px);border:2px solid rgba(5,26,40,.6);color:#fff;box-sizing:content-box;display:flex;justify-content:center;align-items:center;transition:color 0s;transition:background-color 0s;min-width:0}.filtreBAR .filtreContener>.FilterButton span{margin:0}.filtreBAR .filtreContener>.FilterButton span svg{font-size:24px;margin:2px 0}.filtreBAR .filtreContener>.FilterButton img{display:none}.filtreBAR .filtreContener>select{border:2px solid #d9dacd;border-radius:4px;font-size:16px;padding:3px 5px}.filtreBAR .pagenav{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.filtreBAR .pagenav .MuiPagination-root *{border-radius:0;transition:color 0s;transition:background-color 0s}.filtreBAR .pagenav .MuiPagination-root ul li>button{color:#fff;background:#051a2880;backdrop-filter:blur(6px);border:2px solid rgba(5,26,40,.6)}.filtreBAR .pagenav .MuiPagination-root ul li .Mui-selected{border:2px solid #3f73b8}.filtreBAR .pagenav .MuiPagination-root ul li>div{color:#fff}.filtreBAR label{font-size:16px;top:-4px;color:#fff}.filtreBAR input{color:#fff;height:14px;background-color:#042336}.filtreBAR .MuiIconButton-root{background-color:#051a2880!important;backdrop-filter:blur(6px)!important;border:1px solid rgba(5,26,40,.6)!important}.filtreBAR .FilterButton{font-size:16px;border-radius:0;padding:8.6px 10px;background-color:#051a2880;backdrop-filter:blur(6px);border:1px solid rgba(5,26,40,.6);color:#fff;box-sizing:content-box;margin:0 10px 0 0;display:flex;justify-content:center;align-items:center}.filtreBAR .FilterButton img{margin-left:5px}.states{padding:32px 16%;margin:1rem 0 0;width:100%;display:flex;flex-direction:row;align-items:center;background-color:#042336}.states p{margin-right:22px}.disabled{display:none}.filters{display:flex;row-gap:10px;width:100%;padding:16px 16%;justify-content:flex-start;flex-direction:column;margin:1rem 0 0;background-color:#051a2880;backdrop-filter:blur(6px)}.filters .filtersRow{display:flex;width:100%;justify-content:center}.filters .filtersRow .select-container{margin:0 8px}.filters .filtersRow .select-container label{font-size:12px;color:#fff;text-transform:uppercase;margin-bottom:4px;margin-left:4px;display:block;font-weight:600}.filters .filtersRow .select-container .react-select{width:21vw}.filters .filtersRow .select-container .react-select *{border-radius:0;color:#fff}.filters .filtersRow .select-container .react-select .react-select__control{max-height:82px;background-color:#051a284d;transition:background-color 0s;overflow:hidden}.filters .filtersRow .select-container .react-select .react-select__control .react-select__value-container{max-height:82px;overflow:hidden}.filters .filtersRow .select-container .react-select .react-select__menu{background-color:#051a28cc;backdrop-filter:blur(6px);border:1px solid rgba(5,26,40,.6);z-index:99}.buttomPaginationContainer{display:flex;justify-content:space-between;align-items:center;width:68vw;margin:0 auto 2rem;flex-direction:row-reverse}.buttomPaginationContainer .MuiPagination-root *{border-radius:0;transition:color 0s;transition:background-color 0s}.buttomPaginationContainer .MuiPagination-root ul li>button{color:#fff;background:#051a2880;backdrop-filter:blur(6px);border:2px solid rgba(5,26,40,.6)}.buttomPaginationContainer .MuiPagination-root ul li .Mui-selected{border:2px solid #3f73b8}.buttomPaginationContainer .MuiPagination-root ul li>div{color:#fff}.option{display:flex;flex-direction:row;justify-content:center;align-items:center}.option img{margin-left:5px}.pageBanner2{height:14rem;width:100%;padding:0;position:relative;display:contents;display:flex;align-items:center;justify-content:center}.pageBanner2 .bannerBg{display:flex;align-items:center;justify-content:center;flex-direction:row;width:50%;color:#fff;background-color:#051a2880;backdrop-filter:blur(6px);border:blur(6px);padding:40px}.pageBanner2 .bannerBg h2{padding:0;margin:0;text-align:left;text-transform:uppercase;font-size:32px}.pageBanner2 .bannerBg p{padding:0;margin:0 0 0 25px;font-size:18px}.pageBanner2 .bannerBg p a{color:#fff;text-decoration:underline}.debug-personlist{border:1px solid black;padding:1rem}.personlist{width:100%;padding:0 30px;margin:2rem auto 0;display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap;gap:32px;margin-bottom:32px}.personlist .flexwrap{display:flex;flex-direction:row;flex-wrap:nowrap;gap:48px}.noResults{margin:3.5rem auto;max-width:90vw;display:flex;justify-content:center;align-items:center;font-size:30px}:root{--number-of-columns: 4}@media (max-width: 768px){.pageBanner2 .bannerBg{width:68%}.pageBanner2{width:100%;padding:0}.pageBanner2 .bannerBg{flex-direction:column;width:86%;padding:5%}.pageBanner2 .bannerBg h2{width:100%;text-align:left}.pageBanner2 .bannerBg p{margin:0;width:90%}.personlist .flexwrap{min-width:fit-content;justify-content:space-between}.filtreBAR{flex-direction:column;width:100%;padding:0}.filtreBAR .filtreContener{display:grid;grid-template-columns:1fr 1fr;row-gap:10px;width:100%;padding:0 5%;margin-bottom:15px;justify-content:flex-start;column-gap:10px}.filtreBAR .filtreContener>button{margin:0;width:128px;width:auto}.filtreBAR .filtreContener>select{border:2px solid #d9dacd;border-radius:0;font-size:16px;padding:3px 5px}.filtreBAR .filtreContener .custom-select{width:150px}.filtreBAR .filtreContener .sortByButton{display:none}.filtreBAR .filtreContener .search{grid-column:span 2}.filtreBAR .pagenav{width:100%;padding:0 5%;width:fit-content;margin:auto;display:flex;flex-direction:column;justify-content:center;align-items:start;gap:16px}.filtreBAR .pagenav .buttons{display:flex;flex-direction:row;gap:12px}.filtreBAR .pagenav .buttons .MuiIconButton-root{color:#fff;background-color:#042336;border-radius:0;padding-left:16px;padding-right:16px}.filtreBAR .pagenav .buttons .MuiIconButton-root .svg{height:6px;display:none}}@media (min-width: 768px) and (max-width: 1024px){.pageBanner2 .bannerBg{width:80%}.filtreBAR{flex-direction:column;width:100%;padding:0}.filtreBAR .filtreContener{display:grid;grid-template-columns:1fr 1fr;row-gap:10px;width:100%;padding:0 5%;margin-bottom:15px;justify-content:flex-start;column-gap:10px}.filtreBAR .filtreContener>button{margin:0;width:128px;width:auto}.filtreBAR .filtreContener>select{border:2px solid #d9dacd;border-radius:0;font-size:16px;padding:3px 5px}.filtreBAR .filtreContener .custom-select{width:150px}.filtreBAR .filtreContener .sortByButton{display:none}.filtreBAR .filtreContener .search{grid-column:span 2}.filtreBAR .pagenav{width:100%;padding:0;min-width:fit-content;max-width:80vw;margin:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:16px}.filtreBAR .pagenav .buttons{display:flex;flex-direction:row;gap:12px}.filtreBAR .pagenav .buttons .MuiIconButton-root{color:#fff;border-radius:0;padding-left:16px;padding-right:16px}.filtreBAR .pagenav .buttons .MuiIconButton-root .svg{height:6px;display:none}}@media (min-width: 1024px) and (max-width: 1280px){.pageBanner2 .bannerBg{width:68%}}.SearchPageMobile{padding:16px 32px;display:flex;flex-direction:column;gap:16px}.SearchPageMobile .back{display:flex;align-items:center;gap:8px;color:#fff}.SearchPageMobile .back svg{height:min-content}.SearchPageMobile .search{position:relative;align-items:center;width:auto;height:70%;background-color:#051a2880;backdrop-filter:blur(6px);border:1px solid rgba(5,26,40,.6);border-radius:0;flex-grow:1;margin:0}.SearchPageMobile .search .inputcontiner{display:flex;height:100%;align-items:center;padding:8px 0}.SearchPageMobile .search .inputcontiner>p{position:relative;color:#b6bbc6;margin-right:8px}.SearchPageMobile .search .inputcontiner>p.prefix{max-width:90px;padding-left:16px;padding-right:8px;height:auto;border-right:1px solid #b6bbc6}.SearchPageMobile .search .inputcontiner>p.suffix{max-width:fit-content;padding-right:16px;right:0}.SearchPageMobile .search:hover{background-color:#0a293d}.SearchPageMobile .search .search_input{font-size:18px;height:100%;border-radius:0;width:100%;background-color:transparent;outline:none;border:none;line-height:2;color:#fff;caret-color:#b6bbc6;position:relative}.SearchPageMobile .search .suggestionsBox{width:100%;padding:16px;display:none}.SearchPageMobile .search .suggestionsBox .suggestionsList>a{display:flex;flex-direction:row;align-items:center;padding:6px;gap:8px}.SearchPageMobile .search .suggestionsBox .suggestionsList>a:hover{color:#fff}.SearchPageMobile .search .suggestionsBox .suggestionsList>a:nth-child(n+5){display:none}.SearchPageMobile .suggestionsBox{color:#b6bbc6;width:100%;margin:0 auto}.SearchPageMobile .suggestionsBox .suggestionsList{display:flex;flex-direction:column;padding-left:4px;background-color:#051a2880;backdrop-filter:blur(6px);border:1px solid rgba(5,26,40,.6)}.SearchPageMobile .suggestionsBox .suggestionsList>a{display:flex;flex-direction:row;align-items:center;padding:8px;gap:8px}.SearchPageMobile .suggestionsBox .suggestionsList>a:hover{color:#fff}.SearchPageMobile .suggestionsBox .suggestionsList>a:nth-child(n+5){display:none}.SearchPageMobile .suggestionsBox .holder{padding:8px 8px 8px 16px}.SearchPageMobile .search.open{background-color:#0a293d}.SearchPageMobile .search.open .horizantalline,.SearchPageMobile .search.open .suggestionsBox{display:block}*{box-sizing:border-box}.notesPage{width:100%;margin:auto auto 32px;min-height:555px;display:flex;flex-direction:column;align-items:flex-start}.notesPage .pageHeader{width:100%}.notesPage .pageHeader .theoryHeader__bg{width:100%;height:14rem}.notesPage .pageHeader .theoryHeader__bg .theoryHeader__bgOverlay{display:flex;align-items:center;justify-content:center;height:14rem;width:100%;background-color:#0057b700}.notesPage .pageHeader .theoryHeader__bg .theoryHeader__bgOverlay .theoryHeader__container{display:flex;align-items:center;justify-content:center;flex-direction:row;width:50%;color:#fff}.notesPage .pageHeader .theoryHeader__bg .theoryHeader__bgOverlay .theoryHeader__container h2{padding:0;margin:0;font-size:42px;text-align:left;text-transform:uppercase;text-align:center}.notesPage .pageContent{width:min-content;margin:auto;min-height:555px;display:flex;flex-direction:row;align-items:flex-start;gap:32px}.notesPage .pageContent aside{width:22vw}.notesPage .pageContent aside .collapse{background-color:#051a2880;backdrop-filter:blur(6px);border:1px solid rgba(5,26,40,.6);width:100%;margin-bottom:16px}.notesPage .pageContent aside .collapse .top{height:64px;display:grid;grid-template-columns:auto 40px;align-items:center;width:100%;display:flex;flex-direction:row;justify-content:space-between;padding:0 16px 0 24px}.notesPage .pageContent aside .collapse .top h4{text-transform:uppercase;cursor:pointer;color:#fff}.notesPage .pageContent aside .collapse .top .buttons{display:flex;flex-direction:row;align-items:center}.notesPage .pageContent aside .collapse .top .buttons svg{color:#fff}.notesPage .pageContent aside .collapse-cloesd .rotate{transform:rotate(0);transition:transform .3s;cursor:pointer}.notesPage .pageContent aside .collapse-cloesd .content{display:none}.notesPage .pageContent aside .collapse-Opened .rotate{transform:rotate(180deg);transition:transform .3s;cursor:pointer}.notesPage .pageContent aside .collapse-Opened .content{padding-left:24px;padding-right:24px;padding-bottom:16px;display:flex;flex-direction:column}.notesPage .pageContent aside .collapse-Opened .content .tag-cloud{text-align:center}.notesPage .pageContent aside .collapse-Opened .content .tag-cloud span{cursor:pointer}.notesPage .pageContent aside .collapse-Opened .ComingSoon{display:flex;justify-content:center}.notesPage .pageContent aside .collapse-Opened .ComingSoon h3{margin:8px;text-align:center;color:#fff}.notesPage .pageContent .main{display:flex;flex-direction:column;gap:24px}.notesPage .pageContent .main .subnav{width:100%;display:flex;justify-content:space-between;align-items:center}.notesPage .pageContent .main .subnav>nav{background-color:#051a2880;border:2px solid rgba(5,26,40,.6);backdrop-filter:blur(6px);display:flex}.notesPage .pageContent .main .subnav>nav>p{color:#fff;font-size:14px;height:100%;padding:5px 8px}.notesPage .pageContent .main .subnav .MuiPagination-root *{border-radius:0;transition:color 0s;transition:background-color 0s}.notesPage .pageContent .main .subnav .MuiPagination-root ul li>button{color:#fff;background-color:#051a2880;backdrop-filter:blur(6px);border:2px solid rgba(5,26,40,.6)}.notesPage .pageContent .main .subnav .MuiPagination-root ul li .Mui-selected{border:2px solid #3f73b8}.notesPage .pageContent .main .subnav .MuiPagination-root ul li>div{color:#fff}.notesPage .pageContent .main .notes{display:grid;grid-template-columns:272px 272px 272px;gap:32px;min-width:880px}.notesPage .pageContent .main .notes .note{display:flex;flex-direction:column;padding:8px;background-color:#093149;backdrop-filter:blur(6px);border:1px solid rgba(5,26,40,.6);gap:8px;color:#fff}.notesPage .pageContent .main .notes .note h1{margin-top:0}.notesPage .pageContent .main .notes .note img{width:80%;margin:auto}.notesPage .pageContent .main .notes .note:hover{cursor:pointer}.notesPage .pageContent .main .notes .note .type{font-size:14px;display:flex;flex-direction:row;column-gap:8px}.notesPage .pageContent .main .notes .note .type p{line-height:100%;background-color:#00000052;width:min-content;padding:4px 8px;border-radius:4px;font-size:16px;text-transform:capitalize}.notesPage .pageContent .main .notes .note .content{display:-webkit-box;line-clamp:4;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;line-height:126%}.notesPage .pageContent .main .notes .note .content *{font-size:16px}.notesPage .pageContent .main .notes .note .date{display:flex;justify-content:space-between;margin-top:auto}.notesPage .pageContent .main .notes .note .date p,.notesPage .pageContent .main .notes .note .date a{font-size:14px}.notesPage .pageContent .main .notes .note{background-color:#1a495680}.notesPage .pageContent .main .notes .article{background-color:#52411c80}.notesPage .pageContent .main .notes .quote{background-color:#1f542180}.notesPage .pageContent .main .notes .loaderContainer{grid-column:span 3}#popup-root .popup-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#0009;display:flex;justify-content:center;align-items:center;display:none;backdrop-filter:blur(6px)}#popup-root .popup-overlay .popup-content{width:60%}#popup-root .popup-overlay .popup-content .continier{background-color:#0b3755;width:100%;padding:56px 80px;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}#popup-root .popup-overlay .popup-content .continier .popupHeader{display:flex;justify-content:space-between;align-items:center;flex-direction:row;width:100%;padding-bottom:24px;border-bottom:1px solid rgba(0,0,0,.321)}#popup-root .popup-overlay .popup-content .continier .popupHeader p{font-size:14px;color:#fff}#popup-root .popup-overlay .popup-content .continier .popupHeader .type{font-size:14px;display:flex;flex-direction:row;column-gap:8px;width:50%}#popup-root .popup-overlay .popup-content .continier .popupHeader .type p{color:#fff;line-height:100%;background-color:#00000052;width:min-content;padding:4px 8px;border-radius:4px;font-size:16px;text-transform:capitalize}#popup-root .popup-overlay .popup-content .continier .content *{color:#fff}#popup-root .popup-overlay .popup-content .continier .content h1{line-height:1.3;margin-top:32px}#popup-root .popup-overlay .popup-content .continier .content h2{margin-top:32px;margin-bottom:16px}#popup-root .popup-overlay .popup-content .continier .content p{margin:0 auto 16px;font-size:18px;font-weight:400;line-height:1.5}#popup-root .popup-overlay .popup-content .continier .popupFooter{display:flex;justify-content:space-between;align-items:center;flex-direction:row;width:100%;padding-top:24px;margin-top:8px;border-top:1px solid rgba(0,0,0,.321)}#popup-root .popup-overlay .popup-content .continier .popupFooter .originalAuthor{gap:2px 8px;align-items:center;flex-wrap:wrap;display:flex}#popup-root .popup-overlay .popup-content .continier .popupFooter .originalAuthor p{color:#fff;width:max-content;max-width:90%}#popup-root .popup-overlay .popup-content .continier .popupFooter .originalAuthor .linkButton{display:flex;flex-wrap:nowrap;align-items:center;margin-top:0;padding:4px 8px;border-radius:4px;color:#fff;background-color:#00000052;width:min-content;height:min-content;text-wrap:nowrap}#popup-root .popup-overlay .popup-content .continier .popupFooter .originalAuthor .linkButton:hover{background-color:#00000080}#popup-root .popup-overlay .popup-content .continier .popupFooter .originalAuthor .linkButton svg{margin-left:4px;fill:#fff}#popup-root .popup-overlay .popup-content .continier *{color:#fff}#popup-root .popup-overlay .popup-content .continier.article.dark-mode{background-color:#52411c}#popup-root .popup-overlay .popup-content .continier.article.light-mode{background-color:#bfaa54}#popup-root .popup-overlay .popup-content .continier.note.dark-mode{background-color:#1a4956}#popup-root .popup-overlay .popup-content .continier.note.light-mode{background-color:#76a5c4}#popup-root .popup-overlay .popup-content .continier.quote.dark-mode{background-color:#1f5421}#popup-root .popup-overlay .popup-content .continier.quote.light-mode{background-color:#76c493}#popup-root .popup-overlay .article-content{width:80%;max-height:85%;overflow-y:scroll}#popup-root .popup-overlay .article-content h1:nth-of-type(1){margin-top:0!important;margin-bottom:8px!important}@media (max-width: 992px){.notesPage .pageContent{flex-direction:column}.notesPage .pageContent aside{width:90vw}.notesPage .pageContent .main{min-width:100%}.notesPage .pageContent .main .subnav{width:100%;min-width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;padding-left:8px}.notesPage .pageContent .main .notes{display:flex;grid-template-columns:1fr;gap:24px;min-width:80px;flex-direction:column}.notesPage .pageContent .main .notes .note{display:flex;flex-direction:column;padding:8px;background-color:#093149;gap:10px}.notesPage .pageContent .main .notes .note img{width:90%}.notesPage .pageContent .main .notes .note .content{display:-webkit-box;line-clamp:4;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;line-height:126%}.notesPage .pageContent .main .notes .note .date{display:flex;justify-content:space-between;margin-top:auto}.notesPage .pageContent .main .notes .note{background-color:#1a495680}.notesPage .pageContent .main .notes .article{background-color:#52411c80}.notesPage .pageContent .main .notes .quote{background-color:#1f542180}#popup-root .popup-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;display:none}#popup-root .popup-overlay .popup-content{width:100%}#popup-root .popup-overlay .popup-content .continier{width:100%;padding:32px 4vw;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}#popup-root .popup-overlay .popup-content .continier .popupHeader{display:flex;justify-content:space-between;align-items:center;flex-direction:row;width:100%;padding-bottom:24px}#popup-root .popup-overlay .popup-content .continier .popupHeader p{font-size:14px}#popup-root .popup-overlay .popup-content .continier .popupHeader .type{font-size:14px;display:flex;flex-direction:row;column-gap:8px;width:50%}#popup-root .popup-overlay .popup-content .continier .popupHeader .type p{line-height:100%;width:min-content;padding:4px 8px;font-size:16px;text-transform:capitalize}#popup-root .popup-overlay .popup-content .continier .content h1{line-height:1.3;margin-top:32px}#popup-root .popup-overlay .popup-content .continier .content h2{margin-top:32px;margin-bottom:16px}#popup-root .popup-overlay .popup-content .continier .content p{margin-top:0;line-height:1.5}#popup-root .popup-overlay .popup-content .continier .popupFooter .originalAuthor{gap:4px 8px}#popup-root .popup-overlay .popup-content .continier .popupFooter .originalAuthor p{color:#fff;width:fit-content;max-width:100%;text-wrap:pretty;margin-bottom:4px}}.theoryArticle{width:86%;display:flex;flex-direction:row;margin:auto;padding-top:7vh;justify-content:center}.theoryArticle aside{width:450px;height:70vh;position:-webkit-sticky;position:sticky;top:15vh}.theoryArticle aside .img{height:350px;width:450px;border-radius:4px;background-position:center;background-repeat:no-repeat;background-size:cover}.theoryArticle aside h2{width:auto;font-size:38px;text-align:left;margin:10px 0;color:#fff}.theoryArticle aside .description{color:#fff}.theoryArticle aside .description button{padding:2px 5px}.theoryArticle aside .description a{color:#fff;text-decoration:none;display:flex;flex-direction:row;align-items:center;text-align:center}.theoryArticle aside .description a img{height:10px}.theoryArticle aside .description a svg{margin-bottom:1px;padding-bottom:1px}.theoryArticle .content{width:65%;padding:0 5%}.theoryArticle .content h1{margin:3rem 0 1.38rem;font-weight:700;line-height:1.3;text-align:left;margin:auto;font-size:1.563rem}.theoryArticle .content p{color:#fff;margin:auto auto 25px;font-size:18px;font-weight:400;line-height:1.75}@media (max-width: 992px){.theoryArticle{width:100%;display:flex;flex-direction:column;margin:auto;padding-top:0}.theoryArticle aside{width:100%;height:auto;position:relative;top:0vh;margin-bottom:15px}.theoryArticle aside .img{width:100vw;height:290px;border-radius:0}.theoryArticle aside h2{width:fit-content;font-size:28px;text-align:center;width:90%;margin:10px 0 0 5%}.theoryArticle aside .description{display:block;text-align:center;margin:5px 5%;width:90%}.theoryArticle aside .description button{width:46%}.theoryArticle aside .description a{width:90%}.theoryArticle .content{width:100%}.theoryArticle .content p{width:96%;margin:auto auto 25px}}.DiagramIntro{width:72%;margin:auto;padding:5vh 10% 0;display:flex;flex-direction:column;justify-content:center;align-items:center}.DiagramIntro h2{margin-bottom:8px;letter-spacing:1px}.DiagramIntro h4{margin-bottom:4px}.DiagramIntro p{width:100%;font-size:18px;line-height:140%}.DiagramIntro .diagramPreview{background-color:#042336;width:96%;margin:16px auto;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:8px}.DiagramIntro .diagramPreview img{width:88%;margin:3% 6% 4%;height:auto;max-height:100%}.DiagramIntro .diagramPreview button{background-color:#0b3755;margin-bottom:16px;color:#fff;transition:color 0s}@media (max-width: 992px){.DiagramIntro{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5%;width:100%}.DiagramIntro h2{font-size:8vw;margin-bottom:4px}}#DiagramSvg{width:700vw;height:700vh}body{--dot-color: #222;--bg-color: #000816;--dot-size: 2px;--dot-space: 60px;margin:0;background:radial-gradient(circle,transparent var(--dot-size),var(--bg-color) var(--dot-size),var(--bg-color) 100%) calc(var(--dot-space) / 2) calc(var(--dot-space) / 2),linear-gradient(90deg,var(--dot-color) calc(var(--dot-space) - var(--dot-size)),transparent 1%) center,linear-gradient(var(--bg-color) calc(var(--dot-space) - var(--dot-size)),transparent 1%) center;background-size:var(--dot-space) var(--dot-space);background-position:center}#Diagram{--dot-color: $background;--bg-color: $background;--dot-size: 3px;--dot-space: 60px;height:94vh;margin:0;background:radial-gradient(circle,transparent var(--dot-size),var(--bg-color) var(--dot-size),var(--bg-color) 100%) calc(var(--dot-space) / 2) calc(var(--dot-space) / 2),linear-gradient(90deg,var(--dot-color) calc(var(--dot-space) - var(--dot-size)),transparent 1%) center,linear-gradient(var(--bg-color) calc(var(--dot-space) - var(--dot-size)),transparent 1%) center;background-size:var(--dot-space) var(--dot-space);background-position:center}.errorPage{height:74vh;width:100%;display:flex;justify-content:center;align-items:center}.errorPage .container{display:grid;flex-direction:row;justify-content:center;align-items:center;grid-template-columns:auto auto;height:max-content;width:fit-content;background-color:#051a2880;backdrop-filter:blur(6px);border:1px solid rgba(5,26,40,.6);padding:32px}.errorPage .container .logo{position:relative;margin-right:20px;height:100%;padding-top:5px}.errorPage .container .logo img{position:relative;top:0;height:20vh}.errorPage .container .text{max-width:min-content}.errorPage .container .text h2{font-size:40px;width:100%;width:max-content;margin-bottom:5px;font-weight:600;line-height:120%}.errorPage .container .text .errorCode{display:flex;flex-direction:row}.errorPage .container .text h4{width:100%;width:max-content;margin-bottom:5px;margin-right:3px}.errorPage .container .text p{min-width:100%;line-height:120%}.errorPage .container .text a{color:#fff;text-decoration:underline}.errorPage .container .text ul{padding-left:22px}.errorPage .container .text ul li{margin-bottom:6px}.errorPage .container .text ul li:last-child{margin-bottom:0}@media (max-width: 992px){.errorPage{height:90vh}.errorPage .container{grid-template-columns:auto;flex-direction:column;height:max-content}.errorPage .container .logo{display:none}.errorPage .container .text{width:90vw;max-width:90vw}.errorPage .container .text h2{width:auto}.errorPage .container .text .errorCode{display:flex;flex-direction:column}.errorPage .container .text h4:first-child{margin-bottom:0}.errorPage .container .text p{width:100%;min-width:100%}.errorPage .container .text ul li:last-child{margin-bottom:0}}.comingSoon{width:90%;margin:auto;height:74vh;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.comingSoon>.comingSoonText{display:flex;flex-direction:column;justify-content:center;align-items:center;text-wrap:nowrap;width:39vw}.comingSoon>.comingSoonText h1{font-weight:700;margin-bottom:130px;color:#fff}.comingSoon>.comingSoonText img{width:30vw}.comingSoon>.comingSoonText h4{margin-top:8px;font-size:28px;font-weight:500;text-align:center;line-height:140%;text-transform:inherit;color:#fff}.comingSoon>.comingSoonText h4 span{background-color:#0b3755;border-radius:4px;padding:2px 6px 3px;color:#fff}.comingSoon img{height:60vh}.orgPage{margin-bottom:32px}.orgPage .orgHeader .orgHeader__bg{width:100%;height:14rem}.orgPage .orgHeader .orgHeader__bg .orgHeader__bgOverlay{display:flex;align-items:center;justify-content:center;height:14rem;width:100%}.orgPage .orgHeader .orgHeader__bg .orgHeader__bgOverlay .orgHeader__container{display:flex;align-items:center;justify-content:center;flex-direction:row;width:50%;color:#fff}.orgPage .orgHeader .orgHeader__bg .orgHeader__bgOverlay .orgHeader__container h2{padding:0;margin:0;font-size:42px;text-align:left;text-transform:uppercase;text-align:center}.orgPage .orgs{width:min-content;margin:auto;padding:40px 60px;background-color:#051a284d;backdrop-filter:blur(6px);border:1px solid rgba(5,26,40,.6);display:flex;justify-content:center;display:grid;grid-template-columns:auto}.orgPage .orgs .bar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;min-width:64vw}.orgPage .orgs .bar .MuiPagination-root *{border-radius:0;transition:color 0s;transition:background-color 0s}.orgPage .orgs .bar .MuiPagination-root ul li>button{color:#fff;background-color:#051a2880;backdrop-filter:blur(6px);border:1px solid rgba(5,26,40,.6)}.orgPage .orgs .bar .MuiPagination-root ul li .Mui-selected{border:2px solid #3f73b8}.orgPage .orgs .bar .MuiPagination-root ul li>div{color:#fff}.orgPage .orgs .bar>button{font-size:16px;border-radius:0;padding:6px 16px;background:#0b3755;background:#0e3352;background:#051a2899;backdrop-filter:blur(6px);border:1px solid rgba(5,26,40,.6);color:#fff;box-sizing:content-box;display:flex;justify-content:center;align-items:center;transition:color 0s;transition:background-color 0s;min-width:0}.orgPage .orgs .bar>button span{margin:0}.orgPage .orgs .bar>button span svg{font-size:22px;margin:2px 0}.orgPage .orgs .bar>button img{display:none}.orgPage .orgs h6{font-size:18px}.orgPage .orgs .continer{width:min-content;margin:24px auto;display:flex;flex-direction:column;row-gap:16px;display:grid;grid-template-columns:auto;column-gap:16px}.orgPage .orgs .continer .orgRow{flex-direction:row;padding:8px 16px 8px 24px;min-width:64vw;background-color:#051a28cc;backdrop-filter:blur(12px);border:1px solid rgba(5,26,40,.6);display:grid;grid-template-columns:.35fr 3fr 1fr min-content;align-items:center;cursor:pointer}.orgPage .orgs .continer .orgRow .orgName{max-height:min-content}.orgPage .orgs .continer .orgRow .orgName .name{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}.orgPage .orgs .continer .orgRow .orgName .name h3{max-height:min-content}.orgPage .orgs .continer .orgRow .orgName .name div,.orgPage .orgs .continer .orgRow .orgName .name div div{width:min-content;height:min-content;display:flex;align-items:center}.orgPage .orgs .continer .orgRow .orgName .name svg{max-height:24px;max-width:24px;margin:0;padding:0;width:min-content;height:min-content}.orgPage .orgs .continer .orgRow .orgName .name svg path{fill:#fff}.orgPage .orgs .continer .orgRow .people{text-align:center;display:flex;flex-direction:row;align-items:center;gap:8px;color:#fff}.orgPage .orgs .continer .orgRow .people p{text-align:center;display:flex;flex-direction:row;align-items:center;gap:8px}.orgPage .orgs .continer .orgRow .people svg{scale:80%}.orgPage .orgs .continer .orgRow .website{display:flex;flex-direction:row;align-items:center;gap:8px}.orgPage .orgs .continer .orgRow .website p{margin:0}.orgPage .orgs .continer .orgRow .website svg{scale:80%}.orgPage .orgs .continer .orgRow>.MuiButton-root{text-wrap:nowrap}.orgPage .orgs .continer .orgRow .invisible{cursor:none;opacity:0}.orgPage .orgs .continer .orgRow .reportButton{opacity:0;background-color:transparent;border-radius:0;color:#bad3e7}.orgPage .orgs .continer .orgRow .reportButton svg{height:20px}.orgPage .orgs .continer .orgRow .reportButton:hover{color:#dfedff}.orgPage .orgs .continer .orgRow:hover .reportButton{opacity:1}.orgPage .orgs .continer .orgRowHeader1{background-color:#0b3755}.orgPage .orgs .continer .orgRowHeader{background-color:#0000;display:none}#popup-root .orgCard-overlay{background-color:#0006;overflow-y:scroll;backdrop-filter:blur(6px)}#popup-root .orgCard-overlay .orgCard-content{background-color:#0006;width:60%;overflow-y:scroll}#popup-root .orgCard-overlay .orgCard-content .popup h6{font-size:18px}#popup-root .orgCard-overlay .orgCard-content .popup .continier.light-mode{background-color:#dddde4}#popup-root .orgCard-overlay .orgCard-content .popup .continier.light-mode *{color:#050703}#popup-root .orgCard-overlay .orgCard-content .popup .continier.dark-mode{backdrop-filter:blur(6px);background-color:#051a28;border:2px solid rgba(5,26,40,.6)}#popup-root .orgCard-overlay .orgCard-content .popup .continier{width:100%;max-width:80vw;padding:56px 80px;display:grid;grid-template-columns:1fr 1fr 1.3fr;grid-template-rows:auto auto;gap:0px 0px;grid-auto-flow:row;grid-template-areas:"name name name ." "continer continer people .";column-gap:24px;row-gap:16px}#popup-root .orgCard-overlay .orgCard-content .popup .continier .name{width:100%;grid-area:name}#popup-root .orgCard-overlay .orgCard-content .popup .continier .name p{font-size:14px}#popup-root .orgCard-overlay .orgCard-content .popup .continier .continer{grid-area:continer;margin-top:16px}#popup-root .orgCard-overlay .orgCard-content .popup .continier .continer .info{display:grid;grid-template-columns:min-content auto;text-wrap:nowrap;column-gap:16px;row-gap:4px}#popup-root .orgCard-overlay .orgCard-content .popup .continier .continer .info a{font-size:18px}#popup-root .orgCard-overlay .orgCard-content .popup .continier .continer .parents h6{margin-bottom:4px}#popup-root .orgCard-overlay .orgCard-content .popup .continier .people{grid-area:people;display:flex;flex-direction:column;overflow-x:scroll;scrollbar-width:none;column-gap:24px;-moz-column-gap:24px;row-gap:16px}#popup-root .orgCard-overlay .orgCard-content .popup .continier .people .head{grid-column:1/3;display:flex;justify-content:space-between;align-items:center}#popup-root .orgCard-overlay .orgCard-content .popup .continier .people .worker{background-color:#0003;padding:4px 16px 4px 4px;display:flex;flex-direction:row;min-width:218}#popup-root .orgCard-overlay .orgCard-content .popup .continier .people .worker .personData{display:flex;flex-direction:column;justify-content:center}#popup-root .orgCard-overlay .orgCard-content .popup .continier .people .worker .personData p{text-wrap:nowrap}#popup-root .orgCard-overlay .orgCard-content .popup .continier .people .worker .personData i p{font-size:14px}#popup-root .orgCard-overlay .orgCard-content .popup .continier .people .worker img{height:66px;margin-right:12px}#popup-root .orgCard-overlay .orgCard-content .popup .continier *{color:#fff}@media (max-width: 992px){.orgPage .orgHeader .orgHeader__bg{width:100%;height:12rem}.orgPage .orgHeader .orgHeader__bg .orgHeader__bgOverlay{display:flex;align-items:center;justify-content:center;height:12rem;width:100%}.orgPage .orgHeader .orgHeader__bg .orgHeader__bgOverlay .orgHeader__container{display:flex;align-items:center;justify-content:center;flex-direction:row;width:50%}.orgPage .orgHeader .orgHeader__bg .orgHeader__bgOverlay .orgHeader__container h2{padding:0;margin:0;font-size:42px;text-align:left;text-transform:uppercase;text-align:center}.orgPage .orgs{display:flex;justify-content:center;display:grid;grid-template-columns:auto}.orgPage .orgs .bar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;min-width:96vw}.orgPage .orgs h6{font-size:18px}.orgPage .orgs .continer{width:min-content;margin:24px auto;display:flex;flex-direction:column;row-gap:16px;display:grid;grid-template-columns:auto;column-gap:16px}.orgPage .orgs .continer .orgRow{display:flex;flex-direction:row;padding:8px 24px 8px 16px;min-width:96vw;display:grid;grid-template-columns:1fr;align-items:center;cursor:pointer}.orgPage .orgs .continer .orgRow>.MuiButton-root{text-wrap:nowrap}.orgPage .orgs .continer .orgRow>Button,.orgPage .orgs .continer .orgRow .website,.orgPage .orgs .continer .orgRow .people{display:none}#popup-root .orgCardpopup-overlay{overflow-y:scroll}#popup-root .orgCardpopup-content{width:70%;overflow-y:scroll}#popup-root .peoplePopup-content{padding:16px}.popup h6{font-size:18px}.popup .continier{width:100%;max-width:88vw;padding:16px 24px;gap:0px 0px;grid-auto-flow:row;grid-template-areas:"name name name ." "info info parents ." "people people parents .";column-gap:48px;row-gap:24px;display:flex;flex-direction:column}.popup .continier .name{width:100%;grid-area:name}.popup .continier .name h2{font-size:20px}.popup .continier .name p{font-size:14px}.popup .continier .info{grid-area:info;display:grid;grid-template-columns:1fr;text-wrap:nowrap;column-gap:16px;row-gap:4px}.popup .continier .info a{font-size:18px}.popup .continier .parents{grid-area:parents}.popup .continier .parents h6{margin-bottom:4px}.popup .continier .people{grid-area:people;display:flex;flex-direction:row;display:grid;grid-template-columns:1fr;overflow-x:scroll;scrollbar-width:none;column-gap:24px;-moz-column-gap:24px;row-gap:16px}.popup .continier .people .head{grid-column:1/3;display:flex;justify-content:space-between;align-items:center}.popup .continier .people .worker{background-color:#0003;padding:4px 16px 4px 4px;display:flex;flex-direction:row;min-width:218}.popup .continier .people .worker .personData{display:flex;flex-direction:column;justify-content:center}.popup .continier .people .worker .personData p{text-wrap:nowrap}.popup .continier .people .worker .personData i p{font-size:14px}.popup .continier .people .worker img{height:66px;margin-right:12px}}.whyCare{margin-bottom:32px}.whyCare .pageHeader{display:flex;align-items:center;justify-content:center;height:14rem;width:100%}.whyCare .pageHeader h2{padding:0;margin:0;font-size:42px;text-align:left;text-transform:uppercase;text-align:center;text-shadow:0px 0px 1px rgba(0,0,0,.5)}.whyCare .loadingContinuer{background-color:#051a2880;backdrop-filter:blur(6px);border:2px solid rgba(5,26,40,.6);width:calc(64vw + 120px);margin:auto;padding:40px 60px}.whyCare .continuer{padding:40px 60px;margin:auto;background-color:#051a2880;backdrop-filter:blur(6px);border:2px solid rgba(5,26,40,.6);width:min-content}.whyCare .continuer .text{width:64vw;display:flex;justify-content:flex-start;align-items:flex-start;color:#fff;flex-direction:column;margin:auto;gap:16px}.whyCare .continuer .text h3{font-size:32px;width:100%;text-align:center;margin-top:8px}.errorcomponent{height:100%;width:100%;display:flex;justify-content:center;align-items:center}.errorcomponent .container{display:grid;flex-direction:row;justify-content:center;align-items:center;grid-template-columns:auto auto;height:max-content;width:fit-content;background-color:#051a2880;backdrop-filter:blur(6px);border:1px solid rgba(5,26,40,.6);padding:32px}.errorcomponent .container .logo{position:relative;margin-right:20px;height:100%;padding-top:5px}.errorcomponent .container .logo img{position:relative;top:0;height:20vh}.errorcomponent .container .text{max-width:min-content}.errorcomponent .container .text h2{font-size:40px;width:100%;width:max-content;margin-bottom:5px;font-weight:600;line-height:120%}.errorcomponent .container .text .errorCode{display:flex;flex-direction:row}.errorcomponent .container .text h4{width:100%;width:max-content;margin-bottom:5px;margin-right:3px}.errorcomponent .container .text p{min-width:100%;line-height:120%}.errorcomponent .container .text a{color:#fff;text-decoration:underline}.errorcomponent .container .text ul{padding-left:22px}.errorcomponent .container .text ul li{margin-bottom:6px}.errorcomponent .container .text ul li:last-child{margin-bottom:0}@media (max-width: 992px){.errorcomponent{height:90vh}.errorcomponent .container{grid-template-columns:auto;flex-direction:column;height:max-content}.errorcomponent .container .logo{display:none}.errorcomponent .container .text{width:90vw;max-width:90vw}.errorcomponent .container .text h2{width:auto}.errorcomponent .container .text .errorCode{display:flex;flex-direction:column}.errorcomponent .container .text h4:first-child{margin-bottom:0}.errorcomponent .container .text p{width:100%;min-width:100%}.errorcomponent .container .text ul li:last-child{margin-bottom:0}}:root .dark-mode{--background: #051a28;--card-background: #042336;--card-shadow: rgba(36, 79, 135, .1);--H-color: #fff;--H2-color: #fff;--p-grey: #ddd;--logo-color: #ddd;--btn-color: #ddd;--border-color: #042336;--accent-color: #3f73b8;--persondetails: #0b3755;--persondetails2: #042336;--border: #222;--spoilerTextBackground: #051a28;--spoilerTextColor: #051a28;--loader: #fff;--filterBar: #042336;--filterButtton: #042336;--airTimeCard: #0b202d;--badge: #dfdfec;--new-card-color: #093149;--note-note: #1a4956;--note-article: #52411c;--note-type2: #0a3d5c;--note-quote: #1f5421}:root .light-mode{--background: #fefefa;--card-background: #fff;--card-shadow: rgba(63, 115, 184, .4);--H-color: #1e1e1e;--H2-color: #353535;--p-grey: #898989;--logo-color: #050703;--btn-color: #757575;--border-color: #cccccc;--accent-color: #3f73b8;--persondetails: #dddde7;--persondetails2: #efeff4;--border: rgba(121, 121, 121, .5254901961);--spoilerTextBackground: #dddde7;--spoilerTextColor: #dddde7;--loader: #3f73b8;--filterBar: #cccccc;--filterButtton: #cccccc;--airTimeCard: #dfdfec;--badge: #1e1e1e;--new-card-color: #d7e2ec;--note-note: #76a5c4;--note-article: #bfaa54;--note-type2: #8fc9ef;--note-quote: #76c493}*{margin:0;padding:0;box-sizing:border-box}h1,h2,h3,h4,h5{font-family:Roboto Slab,serif!important}h6,p,span,a,button,label,li{font-family:Mulish,serif!important}h1{font-size:48px;margin-top:4rem;text-transform:capitalize}h2{font-size:40px;text-transform:capitalize;letter-spacing:1px}h4{font-size:24px;text-transform:capitalize;font-weight:600}li,p{font-size:18px}h6{font-family:Mulish,serif!important;font-weight:700!important}a{text-decoration:none!important}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background:#051a28;overflow-x:auto;overflow-y:scroll}:root{background:#051a28}.BG{height:max-content;min-height:100vh;width:100%;background:#051a28;color:#fff;display:flex;flex-direction:column;background-image:url(https://res.cloudinary.com/dyndxow8x/image/upload/v1732639368/wapaganda/BGs/photo_9_2024-10-23_17-50-44_cx8vo7.jpg);background-size:cover;background-position:top;background-repeat:no-repeat}
