@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/fonts/PlusJakartaSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/fonts/PlusJakartaSans-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: italic;  
}
@font-face {
  font-family: 'Roboto Flex';
  src: url('/fonts/RobotoFlex-VariableFont_GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
}
@font-face {
  font-family: 'Pacifico';
  src: url('/fonts/Pacifico-Regular.ttf') format('truetype');
  font-weight: 300 700;
}

body{
    background-color:  rgb(0, 20, 26);
    background-image: linear-gradient(180deg, rgb(0, 22, 26) 50%,  rgb(0, 20, 26));
    background-repeat: no-repeat;
    height: 90vh;
    overflow: scroll;
    /*Firefox*/
    scrollbar-width: none;
    margin: 0px;
}
body::-webkit-scrollbar{
    display: none;
}
.hdPrimaryAnces{
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: scroll;
    /*Firefox*/
    scrollbar-width: none;
    width: 100%;
    height: 100vh;
}
.hdPrimaryAnces::-webkit-scrollbar{
    display: none;
}
.hdMainH{
    position: relative;
    width: 100%;
    min-height: 27vh;
    max-height: max-content;
    z-index: 11;
}
.hdExpsAncesC{
    position: relative;
    width: 100%;
    height: max-content;
    margin-bottom: 12vh;
    z-index: 9;
    
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hdExpsAnces{
    position: relative;
    width: 99%;
    min-height: 30vh;

    display: flex;
    flex-direction: column;
    align-items: center;
}
.gnLsAnces{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%);
    width: 220px;
    height: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.comLgHead{
    font-family: Pacifico, Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    color: white;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    width: max-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.comLgHead.c{
    justify-content: center;
}
.miniLgHead{
    font-family: Pacifico, Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    color: rgb(170 , 170, 170);
    font-size: 9px;
    font-weight: bold;
    height: 25px;
    width: 73px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.mnLgAsA{
    position: absolute;
    top: 10%;
    right: 0%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.mainLgAs{
    height: 30px;
    width: 90px;
    color: black;
    background-color: rgb(230, 230, 230);
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    font-size: 11px;
    border-radius: 20px;
    border-width: 0px;
    margin: 10px;
}
.mainLgAs:hover{
   background-color: white;
    cursor: default;
}
.mainLgAs:active{
   background-color: white;
}
#logAction{
    color: white;
    background-color: rgba(255, 255, 255, .03);
    font-weight: bold;
}
.seeObjectiveC{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.seeObjective{
    font-size: 13px;
    width: min-content;
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    font-style: italic;
}

.seeObjective:hover{
    cursor: default;
    color: rgb(173, 173, 173); 
}
.seeObjective:active{
    color:  rgb(0, 22, 26);
}


#signInsC{
    display: none;
}
#creaAccC{
    display: none;
}
#overlay.showOverlay{
    display: none;
    background-color: rgb(255, 255, 255);
    opacity: 0.2;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

#signInsC.showLogC{
    background-image: linear-gradient(180deg, rgb(0, 22, 26) 50%,  rgb(0, 20, 26));
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 93vh;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: center;
}
.LoggerB{
    display: none;
}

#creaAccC.showCreateC{
    background-image: linear-gradient(180deg, rgb(0, 22, 26) 50%,  rgb(0, 20, 26));
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 93vh;

    display: flex;
    flex-direction: column;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
}
.mainHintC{
    width: 100%;
    min-height: 5vh;
    align-self: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.hintText{
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    font-size: 11px;
    font-weight: bold;
    color: white;
}
.mainInput{
    height: 35px;
    width: 230px;
    background-color: transparent;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 3px;
    border-radius: 0px;
    border-color: rgb(150, 150, 150);
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    font-size: 13.5px;
    margin-top: 0px;
    margin-bottom: 30px;
    z-index: 508;
}
.mainInput:focus{
    outline: none;
}
.actBs{
    background-color: rgb(230, 230, 230);
    color: black;
    width: 100px;
    height: 30px;
    border-radius: 30px;
    font-family: 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, 'Plus Jakarta Sans';
    font-size: 11px;
    border-width: 0px;
    margin: 0px;
    margin-right: 5vw;
    margin-left: 5vw;
}
.actBs:hover{
   background-color: white;
    cursor: default;
}
.actBs:active{
   background-color: white;
}
.pwReset {
    position: absolute;
    top: 1vh;
    right: 7vw;
    font-size: 11px;
    font-family: 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, 'Plus Jakarta Sans';
    background-color: rgb(0, 42, 46);
    color: white;
    border-radius: 20px;
    height: 30px;
    width: 105px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.pwReset:active{
    border-radius: 13px;
}

.iconDress{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 9px;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 20, 26, .1);
    z-index: 509
}
.iconDress:hover{
    color: rgb(255, 255, 255);
}
.iconDress:active{
    color: rgb(255, 255, 255);
}
.allSeePWInput{
    width: 20px;
    height: 20px;
    color: rgb(255, 255, 255);
    margin-top: 3px;
}
.allSeePWInput:hover{
    color: rgb(255, 255, 255);
}
.allSeePWInput:active{
    color: rgb(255, 255, 255);
}
#resHin{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 508;
    background-color: rgba(0, 22, 26, .3);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#ResHText{
    position: absolute;
    top: 35%;
    right: 50%;
    transform: translate(50%, -50%);
    font-family: 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, 'Plus Jakarta Sans';
    color: rgb(215, 215, 215);
    line-height: 15px;
    font-size: 11px;
    padding: 30px;
    border-radius: 31px;
    width: 55%;
    height: 7%;
    background-color: rgb(0, 32, 36);

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.areaExp{
    margin-top: 2px;
}
.ackAnces{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 507;
    background-color: rgb(0, 22, 26);
    overflow: hidden;
    /*Firefox*/
    scrollbar-width: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.ackAnces::-webkit-scrollbar{
    display: none;
}
.mainAck{
    position: absolute;
    top: 35%;
    right: 50%;
    transform: translate(50%, -50%);
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    font-size: 11px;
    padding: 30px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 31px;
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mainAckHead{
    margin-bottom: 1%;
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    font-size: 16px;
    color: white;
    font-weight: bold;
}
.ackPnts{
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    color: white;
    font-size: 11.5px;
    margin-top: 5%;
    width: 85%;
    line-height: 9px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.signUpAck {
    position: absolute;
    bottom: -10%;
    background-color: white;
    color: black;
    width: 135px;
    height: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.signUpAck:hover{
    color: darkcyan;
}
.signUpAck:active{
    color: darkcyan;
}

.signInsBsC{
    position: relative;
    width: 100%;
    height: 90px;
    margin: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.creaAccBsC{
    width: max-content;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 10px;
}                                
.TogglePW{
    width: max-content;
    background-color: rgb(39, 66, 76);
    color: rgb(255, 255, 255);
    font-family: 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, 'Plus Jakarta Sans';
    border-radius: 10px;
    font-size: 14px;
    padding: 4px;
    margin-top: 5px;
    margin-left: 5px;
}
.TogglePW:hover{
    cursor: default;
    background-color: rgb(255, 255, 255);                       /*appInfo*/
    color: rgb(39, 66, 76);
}
.LabelsText{
    color: rgb(255, 255, 255);
    font-family:'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, 'Plus Jakarta Sans';
    font-size: 12.5px;
}
.hdReturn{
    position: absolute;
    top: 3vh;
    left: 3vw;
    border-radius: 50%;
    padding: 5px;
    z-index: 511;
    background-color: rgb(0, 32, 36);
}
.hdReturn:hover{
    background-color: rgb(0, 52, 56);
}
.hdReturn:active{
    background-color: rgb(0, 60, 60);
}
.mainInputAnces{ 
    position: relative;
    width: max-content;
    height: max-content;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.mainInputAnces.min{
    margin-bottom: 0px;
}
#navigateToLogIn{
    display: none;
}
#navigateToLogIn.showLI{
    display: block;

}
.termsAgA {
    width: 250px;
    height: 25px;
    line-height: 20px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 11.5px;
    font-family: 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, 'Plus Jakarta Sans';
    transition-property: opacity;
    transition-duration: .3s;
    opacity: 1;
}
.termsAgA.opacCng{
    transition-property: opacity;
    transition-duration: .3s;
    opacity: .4;
}
.termsAI{
    width: 16px;
    height: 16px;
    margin-right: 5px;
    fill: white;
}
.termsAL {
    display: inline;
    color: teal;
}
.termsAL:hover{
    color: crimson;
}
.termsAL:active{
    color: crimson;
}
.mainSpin{
    display: block;
    position: relative;
    background-color: transparent;
    border-radius: 50%;
    border-style: inset;
    border-width: 2px;
    border-color: white;
}
.midProg{
    width: 15px;
    height: 15px;
}
.miniProg{
    width: 13px;
    height: 13px;
    border-width: 1px;
}
.comSpinOL{
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: rgba(0, 15, 21, .955);
    z-index: 511;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.questProgC{
    position: relative;
    width: 100%;
    height: 40%;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.questSpinAnces{                                    /*askResPos*/
    position: relative;
    width: 20px;
    height: 30px;
    margin-right: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.questGenText{
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    font-size: 13.5px;
    color: rgb(230, 230, 230);
    font-weight: bold;
}
.formMain{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.mainFooterC{
    position: relative;
    width: 100vw;
    height: max-content;
    color: rgb(170, 170, 170);
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    font-size: 9px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bmSUAnces{
    position: relative;
    width: 100%;
    top: unset;
    right: unset;
    transform: unset;
    height: 85px;
    margin-bottom: 12px;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.bmLg{
    background-image: linear-gradient(180deg, black 10%, transparent);
}
.bmSULs{
    font-size: 11px;
    color: rgb(230, 230, 230);
    height: 100%;
    width: 50%;
    margin-right: 5%;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.suLsH{
    font-weight: bold;
    width: 100%;
}
.mainFeets{
    width: 100%;
    height: max-content;
    margin: 0px;
    list-style-type: none;
    padding-left: 0px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footerComp{
    height: 25px;
    width: 33vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.footerComp:hover{
    color: teal;
    cursor: pointer;
}
.footerComp:active{
    color: crimson;
}
.extended{
    width: 50vw;
}
.extended:hover{
    cursor: default;
    color: rgb(200, 200, 200);
}
.extended:active{
    color: rgb(200, 200, 200);
}
.authOwnerIcon{
    fill: rgb(170 , 170, 170);
    width: 12px;
    height: 12px;
    margin-right: 3px;
}

.miniLogo{
    position: relative;
    padding: 0px;
    padding-bottom: 0.5px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    color: rgb(255, 255, 255);
    background-color: transparent;
    margin-left: 4px;
    display: inline;
}

.miniHead{
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    font-weight: bold;
    font-size: 11.5px;
    font-variant: small-caps;
    color: rgb(255, 255, 255);
}
.miniChilds{
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    font-size: 6.5px;
    font-variant: small-caps;
    padding-top: 2px;
    color: rgb(255 , 255, 255);
}
.suggsPrimA{
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: rgba(0, 22, 26);
    width: 100vw;
    height: max-content;
    max-height: 40vh;
    overflow: scroll;
    /*Firefox*/
    scrollbar-width: none;

    z-index: 510;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.suggsPrimA::-webkit-scrollbar{
    display: none;
}
.suggsHeadC{
    position: absolute;
    top: 0px;
    width: 100%;
    height: max-content;
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';/*midProg*/
    color: rgb(235, 235, 235);
    background-color: rgba(0, 22, 26, .9);
    font-weight: bold;
    font-size: 11px;
    padding: 3px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.noAreaI{
    fill: rgb(235, 235, 235);
    width: 14px;
    height: 14px;
    margin-right: 5px;
    display: none;
}
.suggsMA{
    width: 100%;
    height: 40vh;
    overflow: scroll;
    scrollbar-width: none;
    padding-top: 20px;
}
.suggsMA::-webkit-scrollbar{
    display: none;
}
.areaSuggC{
    width: 95%;
    margin-left: 5%;
    height: max-content;
    font-size: 11px;
    color: rgb(220, 220, 220);
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.areaSuggC:active{
    background-color: rgba(255, 255, 255, .03);
}
.areaSuggMainC{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 25px;
}
.areaSuggMain{
    width: 100%;
    height: max-content;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-left: 4px
}
.areaRegProvC{
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10px;
}
.regProvNs{
    padding: 2px;
}
.noAreaSol{
    width: 100%;
    height: max-content;
    font-size: 13px;
    color: rgb(220, 220, 220);
    font-family: 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, 'Plus Jakarta Sans';
    margin-top: 1vh;
    background-color: rgba(0, 22, 26);
    margin-top: 1vh;
    padding-top: 5px;
    padding-bottom: 5px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.areaIcon{
    width: 18px;
    height: 18px;
    fill: rgb(245, 245, 245);
    margin-left: 6px;
}

.queProgA{     
    position: absolute;
    top: 0px;
    right: 25px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 9px;
    color: rgb(255, 255, 255);
    z-index: 509;;
}

.hdIntroHeadC{
    width: 100%;
    height: 10vh;
    margin-top: 15vh;
    margin-bottom: 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hdIntroHeadC.sUp{
    margin-top: 10vh;
    margin-bottom: 5vh;
}
.hdIntroHead{
    color: rgb(230, 230, 230);
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    font-size: 20px;
    font-weight: bold;
    margin-right: 3px;
    margin-left: 3px;
    height: 25px;
}
.hdIntroHLs{
    color: rgb(210, 210, 210);
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    font-size: 11px;
    margin-top: 3px;
    font-weight: bold;
}
.hdSumAimC{
    position: absolute;
    top: 27%;
    left: 28%;
    transform: translate(-50%, 0);
    height: max-content;
    width: max-content;
    font-family: 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, 'Plus Jakarta Sans';
    font-size: 10px;
    font-weight: bold;
    padding: 0px;
    color: rgb(210, 210, 210);
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.hdSumAim{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.boldSksC{
    display: flex;
}
.boldSks {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    width: max-content;
    margin-right: 2vh;
    margin-left: 2vh;
    font-style: italic;
}
.sksAim {
    font-style: italic;
    margin-top: 1vh;
}
.hdMainExpsC{
    width: 95%;
    height: 30vh;
    overflow: hidden;
    padding-left: 2vw;
    padding-right: 2vw;
    margin-bottom: 10px;
    position: relative;
    display: block;
}
.hdExpH{
    width: 85%;
    height: 30px;
    color: rgb(230, 230, 230);
    margin: 2%;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
    padding-bottom: 0px;
    justify-self: center;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.hdExpH.mxSp{
    margin-bottom: 10px;
}
.hdExpH.mc{
    width: max-content;
}
.logImgsL{
    width: 140px;
    height: 140px;
    background-color: rgb(0, 30, 34);
    margin-right: 10px;
    border-radius: 80px;
    object-fit: cover;
    float: left;
    shape-outside: circle();
    font-size: 0px;
}
.logImgsR{
    width: 120px;
    height: 120px;
    background-color: rgb(0, 30, 34);
    border-radius: 70px;
    object-fit: cover;
    float: right;
    shape-outside: circle();
    font-size: 0px;
}
.logImgsR.min{
    width: 100px;
    height: 100px;
    margin: 5px;
    float: left;
}
.minimal{
    width: 100%;
    font-family: 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, 'Plus Jakarta Sans';
    font-size: 11px;
    padding: 0px;
    height: max-content;
    font-style: italic;
    color: rgb(160, 160, 160);
    font-weight: bold;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hdExpMain{
    color: rgb(230, 230, 230);
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    font-size: 11px;
    padding-bottom: 6px;
    line-height: 20px;
}
.hdExpMain.c{
    justify-content: center;
}
.hdExpMain.b{
    font-weight: bold;
    color: white;
}
.expsOL{
    position: fixed;
    bottom: 0%;
    left: 0%;
    z-index: 10;
    width: 100%;
    height: 10%;
    background-image: linear-gradient(0deg,  rgb(0, 20, 26) 45%, transparent 100%);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.expsOnlyOLay{
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 60%;
    background-image: linear-gradient(0deg, rgb(0, 22, 26) 25%, transparent 100%);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}
.allExps{
    position: absolute;
    bottom: 5%;
    color: black;
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    font-size: 11px;
    border-radius: 25px;
    padding: 5px;
    height: 30px;
    width: 90px;
    border-style: none;
    background-color: rgb(230, 230, 230);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.dlCommAnces{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: max-content;
}
.dlNoPo{
    width: 100%;
    height: 4vh;
    color: rgb(230, 230, 230);
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    font-size: 11px;
    padding-bottom: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.poGlobC{
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    height: max-content;
    margin-bottom: 1vh;
    z-index: 495;
}
.poGlobC.commsExtended{
    margin-bottom: 0vh;
    z-index: 496;
}
.poGlobHolder{
    position: relative;
    width: 100%;
    height: 40vh;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.poGlobProC{
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.poGlobImg{
    display: block;
    width: 13%;
    height: 85%;
    border-radius: 50%;
    margin-right: 2%;
    background-color: rgb(18, 40, 43);
}
.poGlobDetsC{
    width: 85%;
    height: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.poGlobNsC{
    width: 100%;
    height: 49%;
    margin-bottom: 1.5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.poGlobNs{
    display: block;
    width: 75%;
    height: 100%;
    margin-right: 2%;
    background-color: rgb(18, 40, 43);
    border-radius: 4px;
}
.poGlobBirth{
    display: block;
    width: 23%;
    height: 100%;
    background-color: rgb(18, 40, 43);
    border-radius: 4px;
}
.poGlobSd{
    display: block;
    width: 100%;
    height: 49%;
    background-color: rgb(18, 40, 43);
    border-radius: 4px;
}
.poGlobMoreDets{
    display: block;
    width: 55%;
    height: 5%;
    margin-bottom: 1%;
    border-radius: 4px;
    background-color: rgb(18, 40, 43);
}
.poGlobMain{
    display: block;
    width: 100%;
    height: 60%;
    margin-bottom: 2%;
    background-color: rgb(18, 40, 43);
    border-radius: 4px;
}
.poGlobActionsC{
    width: 100%;
    height: 9%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.poGlobactionC{
    display: block;
    width: 30%;
    height: 100%;
    margin-right: 1.25%;
    margin-left: 1.25%;
    background-color: rgb(18, 40, 43);
    border-radius: 4px;
}

/*Main Post*/
.poMainAnces{
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    height: max-content;
    display: flex;
    flex-direction: column;
    z-index: 495;
}
.poInnerAnces{
    width: 100%;
    min-height: 40vh;
    border-radius: 5px;
    max-height: max-content;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 40px max-content max-content;
    grid-template-areas:
    'proAnces'
    'poOths'
    'poMainConAnces';
}

.poProAnces{
    grid-area: proAnces;
    width: 100%;
    height: 40px;
    display: grid;
    grid-template-columns: max-content 85vw;
    grid-template-areas: 'ownerImgAnces poProMinors';
    justify-content: flex-start;
    align-content: center;
}
.PoOwnerConnC{
    grid-area: 'poOths';
    width: 95vw;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.poImgAnces{ 
    grid-area: ownerImgAnces;
    width: 35px;
    height: 35px;
    margin-right: 2px;
    margin-left: 1vw;
    overflow: hidden;
    padding: .5px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.poImgAnces:hover{
    cursor: pointer;
}
.poMainImg{
    height: 95%;
    width: 95%;
    border-width: .5px;
    object-fit: cover;
    margin: 0px;
    border-radius: 50%;
    border-style: inset;
    border-color: rgb(180 , 180, 180);
}
.poProMinors{
    grid-area: poProMinors;
    position: relative;
    width: 88vw;
    height: 3vh;
    border-radius: 0px;
    margin: 0px;

    display: grid;
    grid-template-rows: 3vh max-content;
    grid-template-areas: 'poProMainMrs'
                        'serviceDuty';
}
.poProMainMrs{
    grid-area: poProMainMrs;
    display: grid;
    grid-template-columns: max-content max-content;
    grid-template-areas: 'PoOwnerNames TimeC';
    width: 88vw;
    height: 20px;
}
.poBirthAnces{
    grid-area: TimeC;
    min-width: max-content;
    max-width: 30vw;
    height: 20px;
    margin: 0px;
    padding: 0px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.poBirth{
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    height: max-content;
    font-family:  'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, 'Plus Jakarta Sans';
    color: rgb(180, 180, 180);
}
.poOwnNsAnces{
    grid-area: PoOwnerNames;
    width: max-content;
    max-width: 58vw;
    min-width: max-content;
    margin-right: 1vw;
    margin-left: 2px;
    height: 20px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}
.poNs{
    font-family:  'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, 'Plus Jakarta Sans';
    color: rgb(180, 180, 180);
    font-size: 11.5px;
    font-weight: bold;
    width: max-content;
    margin: 0px;
    padding: 0px;
}
.poSdHead{
    margin: 0px;
    margin-left: 2px;
    margin-right: 3px;
    font-size: 11.5px;
    font-weight: bold;
    color: rgb(200, 200, 200);
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.poSdAnces{
    grid-area: serviceDuty;
    position: relative;
    width: 80vw;
    height: 22px;
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    overflow: hidden;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; 
}
.poSWIcon{
    width: 13px;
    height: 13px;
    fill: rgb(180, 180, 180);
    margin-bottom: 3px;
}
.poSdNs{
    font-size: 11px;
    color: rgb(180, 180, 180);
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    height: max-content;
    margin: 0px;
    margin-left: 0px;
    font-weight: bold;
}

.poContAnces{
    grid-area: poMainConAnces;
    width: 100%;
    height: max-content;
    display: grid;
    grid-template-rows: max-content 5vh;
    grid-template-areas:
        'PoContextC'
        'PoIncons';
    margin-top: 2px;
}

.poIsAnces{
    grid-area: PoIncons;
    grid-area: PoIncons;
    width: 100%;
    height: 5vh;
    margin: 0px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-self: center;
}
.poIMain{
    color:rgb(180, 180, 180);
    fill: currentColor;
    align-self: center;
    width: 16px;
    height: 16px;
    margin: 0px;
    margin-right: 2px;
}
.poConnAreaAnces{
    position: relative;
    width: 98vw;
    height: 3vh;
    margin-top: .5vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.poOwnAreaNs{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    color: rgb(200, 200, 200);
    margin: 0px;
    padding: 0px;
    margin-left: 2px;
    width: max-content;
    max-width: 60vw;
}
.poOwnOriginAnces{
    height: 15px;
    margin-left: 4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.poConAnces{
    position: relative;
    border-left-color: rgb(200, 200, 200);
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;                
    justify-content: center;
}

.poIAnces{
    position: relative;
    color: rgb(180, 180, 180);
    font-family:'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, 'Plus Jakarta Sans';
    font-size: 11px;
    width: 24vw;
    height: 3vh;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.poIAnces:hover{
    background-color: rgb(0, 30, 36);
}
.poIAnces:active{
    background-color: rgb(0, 30, 36);/*preOL*/
}
.poMCAnces{
    position: relative;
    grid-area: PoContextC;
    width: 98vw;
    min-height: 30vh;
    max-height: max-content;
    margin-bottom: 0px;
    border-radius: 12px;
    margin-right: 1vw;
    margin-left: 1vw;
    overflow: scroll;
    /*Firefox*/
    scrollbar-width: none;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.poMCAnces::-webkit-scrollbar{
    display: none;
}
.poMCAnces.minMedia{
    width: 100%;
    min-height: 190px;
    max-height: max-content;
    margin: 0px;
    border-radius: 0px;
    align-self: center;
}
.poMCAnces.minText{
    width: 98vw;
    min-height: 30vh;
    max-height: max-content;
    margin: 0px;
    margin-right: 1vw;
    margin-left: 1vw;
}

.poMajorImg{
    max-width: 100%;
    width: 99%;
    min-height: max-content;
    max-height: 100%;
    object-fit: fill;
    border-radius: 0px;
}
.poCreImSwA{
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translate(-10%, -50%);
    z-index: 7;

    width: max-content;
    min-height: 25vh;
    margin: 0px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.poCreSwp{
    width: 12px;
    height: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    margin-top: 1.8vh;
    margin-bottom: 1.8vh;
}
.swapperOn{
    background-color: darkcyan;
}
.globSep {
    display: flex;
    background-color: rgb(180, 180, 180);
    width: 4px;
    height: 4px;
    margin: 3px;
    border-radius: 50%;
}
.musiMainPo{
    position: fixed;
    top: 50%;
    transform: translate(0%, -50%);
    width: 98%;
    min-height: 35vh;
    max-height: max-content;
    border-radius: 0px;
    background-color: transparent;
    z-index: 4;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.poMedOL{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    z-index: 5;
}
.coreTheme{
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(0deg, rgb(0, 10, 16), transparent 16%);
}
.rod1{
    height: 75px;
    width: 2px;
    background-color: rgb(210, 210, 210);
    margin: 9px;
    border-radius: 12px;
}
.rod2{
    height: 50px;
    width: 2px;
    background-color: rgb(210, 210, 210);
    margin: 9px;
    border-radius: 12px;
}
.rod3{
    height: 30px;
    width: 2px;
    background-color: rgb(210, 210, 210);
    margin: 9px;
    border-radius: 12px;
}
.musiAnimAnces{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.musAnimIconC{
    position: relative;
    width: 90px;
    height: 90px;
}
.musiMainIcon{            
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: rgb(210, 210, 210);
    width: 20px;
    height: 20px;
}
.musiRIcon{
    position: absolute;
    top: 44%;
    left: 15%;
    transform: translate(-50%, -50%);
    fill: rgb(210, 210, 210);
    width: 20px;
    height: 20px;
}
.musiLIcon{
    position: absolute;
    top: 44%;
    left: 87%;
    transform: translate(-50%, -50%);
    fill: rgb(210, 210, 210);
    width: 20px;
    height: 20px;
}
.musicTn{
    width: 100%;
    height: 100%;
    z-index: 4;
    object-fit: contain;
    border-radius: inherit;
    display: block;
}
.medNsAnces{
    position: absolute;
    bottom: 2%;
    width: 100%;
    height: 30px;
    z-index: 5;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.medLsIcon{
    width: 12px;
    height: 12px;
    fill: rgb(255, 255, 255);
    margin-right: 5px;
}
.poMedNs{
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    color: rgb(255, 255, 255);
    font-size: 11px;
}
.poMedCrlAnces{        
    position: fixed;
    right: 5%;
    top: 65%;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 5;
    background-color: rgba(0, 22, 26, .5);/*minMedia*/
    border-radius: 50%;
}
.poMedCrl{
    width: 24px;
    height: 24px;
    fill: rgb(255, 255, 255);
}

.poTxtCon{
    position: relative;
    width: 94%;
    height: max-content;
    overflow: hidden;
    margin: 0px;
    font-family:  Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    font-weight: bold;
    color: rgb(200, 200, 200);
    padding: 2vh;
    line-height: 29px;
    font-size: 16px;
    padding-right: 7vw;
    padding-left: 7vw;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.poEndAnces{
    width: 100%;
    height: max-content;
    margin-top: 5vh;
    border-radius: 10px;
    font-family: 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, 'Plus Jakarta Sans';
    font-size: 11px;
    color: rgb(210, 210, 210);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.imgPlaceholder{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgb(0, 70, 70);
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    font-size: 35px;
    color: rgb(225, 225, 225);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.smallerInits{
    font-size: 12px;
}
.smallInits{
    font-size: 13.5px;
}
.mediumInits{
    font-size: 20px;
}
.largeInits{
    font-size: 38px;
}
.poOwnConn{
    font-size: 10.5px;
    font-family:  'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, 'Plus Jakarta Sans';
    height: max-content;
    color: rgb(180, 180, 180);
    margin-right: 4px;
}
.connPulseC{
    width: 5px;
    height: 5px;
    margin: 0px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.connPulse{
    display: block;
    width: 5px;
    height: 5px;
    background-color: forestgreen;
    border-radius: 50%;
}
.disconnTime{
    position: relative;
    min-width: max-content;
    max-width: 30vw;
    height: 13px;
    margin: 0px;
    font-size: 10.5px;
    font-family:  'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, 'Plus Jakarta Sans';
    color: rgb(180, 180, 180);

    display: flex;
    flex-direction: row;
    align-items: center;
}
.poIsAnces{
    grid-area: PoIncons;
    width: 100%;
    height: 5vh;
    margin: 0px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.poOwnLocIcon{
    margin-bottom: 2px;
    width: 13px;
    height: 13px;
    fill: currentColor;
    color: rgb(180, 180, 180);
}
.poILs{
    margin: 0px;
}
.endAnimAnces{
    height: max-content;
    width: 100%;
    display: grid;
    grid-template-columns: 25vw 75vw;
    grid-template-areas: 'movingHammer hammerLs';
    opacity: 1;
}
.fadeEndAnim{
    transition-property: opacity;
    transition-duration: 1.5s;
    opacity: .05;
}
.hamAnces{
    position: relative;
    grid-area: movingHammer;
    width: 25vw;
    height: 10vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.hamLsAnces{
    position: relative;
    grid-area: hammerLs;
    width: 75vw;
    height: 10vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.poEndAnces{
    position: absolute;
    right: 35%;
    width: 60%;
    height: max-content;
    font-family: 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, 'Plus Jakarta Sans';
    font-size: 11px;
    line-height: 16px;
    color: rgb(210, 210, 210);
    margin-top: 5%;
}
.movHammer{
    width: 20px;
    height: 20px;
    fill: rgb(210, 210, 210);/*hdExpH*/
    position: absolute;
    bottom: 30%;
    right: 40%;
}



/*Enter request*/
.enterReqUL{
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 15, 21, .65);
}
.hdCardMainC{
    position: relative;
    width: 240px;
    height: max-content;
    background-color: rgb(0, 35, 41);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .6) 50%, transparent 90%);/*mainHintC*/
    border-style: solid;
    border-color: rgb(0, 47, 53);
    border-width: 1px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hdCardMain{
    width: 100%;
    height: 320px;
}
.hdCardTileC{
    width: 100%;
    height: 40%;
    color: rgb(230, 230, 230);
    font-family: 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, 'Plus Jakarta Sans';
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.hdCardTileC.minimal{
    height: 35%;
}
.cardDets.detsHead{
    font-size: 14px;
    font-style: normal;
    width: max-content;
    margin-left: 3%;
}
.mainSep{
    margin-left: 5px;
    margin-right: 5px;
}
.detsExps{
    font-weight: normal;
    font-style: normal;
    height: 50%;
    font-size: 11.5px;
}
.hdCardTile{
    position: relative;
    width: 100%;
    height: 100%;
    color: rgb(230, 230, 230);
    font-size: 13px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.hdLogInI{
    color: rgb(210, 210, 210);
    width: 70px;
    height: 70px;
}
.hdLowTile{
    position: relative;
    width: 93%;
    height: 20%;
    padding-left: 5%;
    padding-bottom: 1%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}
.miniSd.enterReq{
    position: absolute;
    width: 14px;
    height: 14px;
    fill: rgb(200, 200, 200); 
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 5px; 
}
.cdLogoA{
    font-family: Pacifico, Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    color: rgb(230, 230, 230);
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    width: 115px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.cdLogo{
    width: 18px;
    height: 15px;
    margin-right: 0px;
    fill: rgb(200, 200, 200);
    background-image: linear-gradient(45deg, rgb(0, 64, 70) 15%, transparent 55%);
    padding: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 25px;
    border-bottom-right-radius: 0px;
}
.cdgPath{
    fill-rule: evenodd;
    paint-order: fill;
    stroke: rgb(230, 230, 230);
    transform-origin: 59.0319px 151.025px;
    fill: rgb(230, 230, 230);
    transform: matrix(0.999391, 0.034899, -0.034899, 0.999391, -0.031832, -0.025148);
}
.cardDets{
    color: rgb(230, 230, 230);
    width: 67%;
    line-height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.detsHeads{
    font-weight: bold;
}
.gMainA{
    position: relative;
    font-family: Pacifico, Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    color: white;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    width: 115px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.gMainA.cd{
    position: absolute;
    top: 13%;
}
.wmLogos.main{
    width: 26px;
    height: 18px;
    margin-right: 1px;
    background-image: linear-gradient(45deg, rgb(0, 64, 70) 15%, transparent 55%);
    padding: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 25px;
    border-bottom-right-radius: 0px;
}
.wmPath{
    fill-rule: evenodd;
    paint-order: fill;
    stroke: white;
    transform-origin: 59.0319px 151.025px;
    fill: white;
    transform: matrix(0.999391, 0.034899, -0.034899, 0.999391, -0.031832, -0.025148);
}

.pcOpacC{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 100vw;
    height: max-content;
    color: rgb(250, 250, 250);
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pcOpacMiniC{
    width: max-content;
    height: 10vh;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.pcOpac{
    width: 15vw;
    height: max-content;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.pcOpacExp{
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.hdBgA{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: max-content;
    position: relative;
    background-image: linear-gradient(0deg, rgb(27 20 91) 50%, transparent 100%);
    margin-top: 5px;
    margin-bottom: 20px;
}
.hdBDc{
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: white;
    z-index: 2;
}
.hdSDc{
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: white;
    z-index: 2;
}
.hdMDc{
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: white;
    z-index: 2;
}
.empD{
    border-style: solid;
    border-color: white;
    border-width: 1px;
    background-color: unset;
}
.hdBgMainA{
    width: 100%;
    min-height: 470px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif, 'Roboto Flex', 'Plus Jakarta Sans';
    font-size: 11px;
    z-index: 2;
}
.hdBgLLs{
    position: absolute;
    top: 22%;
    left: 5%;
    font-weight: bold;
    font-size: 15px;
}
.bgBmM{
    background-image: linear-gradient(0deg, rgb(0, 20, 26) 10%, transparent 100%);
    width: 100%;
    height: 130px;
    position: absolute;
    bottom: 0px;
}
.hdBgSLs{
    width: 79%;
    min-height: 20px;
    margin-bottom: 15px;
    line-height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.bgClgCou{
    position: absolute;
    bottom: 5%;
    right: 10%;
}
.bgClgB{
    margin-top: 40px;
    width: 120px;
    height: 33px;
    background-color: white;
    color: black;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
@media screen and (max-width: 1024px){
    .logoOnLoad{
        display: none;
    }
    .preOL{
        display: none;
    }
}