#PageHeader{
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 0 0px 12px rgb(0 0 0 / 35%);
    position: relative;
    margin-bottom: 30px;
}

.aLogo{
    display: inline-block;
}

.aLogo img{
    display: inline-block;
    max-width: 300px;
    height: auto;
}

/**************
*** PADDING ***
**************/

.pL-10{
    padding-left: 10px !important;
}
.pL-20{
    padding-left: 20px !important;
}
.pL-30{
    padding-left: 30px !important;
}
.pL-40{
    padding-left: 40px !important;
}
.pL-50{
    padding-left: 50px !important;
}
.pL-60{
    padding-left: 60px !important;
}
.pL-70{
    padding-left: 70px !important;
}
.pL-80{
    padding-left: 80px !important;
}
.pL-90{
    padding-left: 90px !important;
}
.pL-100{
    padding-left: 100px !important;
}


.pT-no{
    padding-top: 0px !important;
}
.pT-5{
    padding-top: 5px !important;
}
.pT-10{
    padding-top: 10px !important;
}
.pT-20{
    padding-top: 20px !important;
}
.pT-30{
    padding-top: 30px !important;
}
.pT-40{
    padding-top: 40px !important;
}
.pT-50{
    padding-top: 50px !important;
}
.pT-60{
    padding-top: 60px !important;
}
.pT-70{
    padding-top: 70px !important;
}
.pT-80{
    padding-top: 80px !important;
}
.pT-90{
    padding-top: 90px !important;
}
.pT-100{
    padding-top: 100px !important;
}
.pT-130{
    padding-top: 130px !important;
}
.pT-150{
    padding-top: 150px !important;
}

.pB-no{
    padding-bottom: 0px !important;
}
.pB-5{
    padding-bottom: 5px !important;
}
.pB-10{
    padding-bottom: 10px !important;
}
.pB-20{
    padding-bottom: 20px !important;
}
.pB-30{
    padding-bottom: 30px !important;
}
.pB-40{
    padding-bottom: 40px !important;
}
.pB-50{
    padding-bottom: 50px !important;
}
.pB-60{
    padding-bottom: 60px !important;
}
.pB-70{
    padding-bottom: 70px !important;
}
.pB-80{
    padding-bottom: 80px !important;
}
.pB-90{
    padding-bottom: 90px !important;
}
.pB-100{
    padding-bottom: 100px !important;
}
.pB-130{
    padding-bottom: 130px !important;
}
.pB-150{
    padding-bottom: 150px !important;
}

.pY-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.pY-10{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.pY-20{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.pY-30{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.pY-40{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.pY-50{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.pY-60{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.pY-70{
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.pY-80{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.pY-90{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
.pY-100{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.pX-0{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.pX-10{
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.pX-20{
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.pX-30{
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.pX-40{
    padding-right: 40px !important;
    padding-left: 40px !important;
}
.pX-50{
    padding-right: 50px !important;
    padding-left: 50px !important;
}
.pX-60{
    padding-right: 60px !important;
    padding-left: 60px !important;
}
.pX-70{
    padding-right: 70px !important;
    padding-left: 70px !important;
}
.pX-80{
    padding-right: 80px !important;
    padding-left: 80px !important;
}
.pX-90{
    padding-right: 90px !important;
    padding-left: 90px !important;
}
.pX-100{
    padding-right: 100px !important;
    padding-left: 100px !important;
}

.pA-10{
    padding: 10px !important;
}
.pA-20{
    padding: 20px !important;
}
.pA-30{
    padding: 30px !important;
}
.pA-40{
    padding: 40px !important;
}
.pA-50{
    padding: 50px !important;
}
.pA-60{
    padding: 60px !important;
}
.pA-70{
    padding: 70px !important;
}
.pA-80{
    padding: 80px !important;
}
.pA-90{
    padding: 90px !important;
}
.pA-100{
    padding: 100px !important;
}

/*************
*** MARGIN ***
**************/

.mT-10{
    margin-top: 10px !important;
}
.mT-20{
    margin-top: 20px !important;
}
.mT-30{
    margin-top: 30px !important;
}
.mT-40{
    margin-top: 40px !important;
}
.mT-50{
    margin-top: 50px !important;
}
.mT-60{
    margin-top: 60px !important;
}
.mT-70{
    margin-top: 70px !important;
}
.mT-80{
    margin-top: 80px !important;
}
.mT-90{
    margin-top: 90px !important;
}
.mT-100{
    margin-top: 100px !important;
}

.mB-10{
    margin-bottom: 10px !important;
}
.mB-20{
    margin-bottom: 20px !important;
}
.mB-30{
    margin-bottom: 30px !important;
}
.mB-40{
    margin-bottom: 40px !important;
}
.mB-50{
    margin-bottom: 50px !important;
}
.mB-60{
    margin-bottom: 60px !important;
}
.mB-70{
    margin-bottom: 70px !important;
}
.mB-80{
    margin-bottom: 80px !important;
}
.mB-90{
    margin-bottom: 90px !important;
}
.mB-100{
    margin-bottom: 100px !important;
}

.mY-10{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.mY-20{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.mY-30{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.mY-40{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.mY-150{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.mY-60{
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.mY-70{
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}
.mY-80{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
.mY-90{
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}
.mY-100{
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

/*******************
*** to to Button ***
*******************/

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: var(--blue); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px 10px 5px 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  border: 2px solid var(--grayLight);
  box-shadow: 0 0px 15px rgb(0 0 0 / 75%);
}

#myBtn:hover {
  background-color: var(--blue);
  border: 2px solid var(--grayMedium);
  box-shadow: 0 0px 15px rgb(0 0 0 / 100%);
}

#myBtn .material-symbols-outlined{
    font-size: 2rem
}