footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 5000;
    padding: 3.2vw;
}
.LegalText {
    padding: 3.2vw;
    position: relative;
    width: 70vw;
    margin-top: 7vw;
    z-index: 10000;
}
footer *{
  color: #e9e9e9;
  font-family: var(--font-family-1);
}
.footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.footer-text-1 {
    margin-bottom: 40px;
}
.footer-text-1 *, .LegalText, .LegalText a{
    font-size: 27px;
    font-family: var(--font-family-1);
    font-weight: bold;
    color: #e9e9e9;
}
.LegalText a {
    text-decoration: underline;
}
.footer-text-2, .footer-content a {
    font-size: 17px;
}


.BGImage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;

}
.draft {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 9999;
    opacity: 0.5;
 mix-blend-mode: difference;
}
.Text1, .Text2, .Text3, .Text4, .Text5 {
    position: absolute;
    top: 0;
    left: 0;
    height: 3.528vw;
    width: auto;
}


:root {
    --text-margin-left: 3.2vw;
    --text-margin-space-1: 3.5vw;
}
.Text1 {
   margin-top: 3.5vw;
   margin-left: 3.2vw;
}
.Text2 {
    margin-top: 10.45vw;
    margin-left: 3.7vw;
    height: 3.3vw;
}
.Text3 {
    margin-top: 13.67vw;
    height: 3.4vw;
    margin-left: 31vw;
}
.Text4 {
    margin-top: 16.9vw;
    margin-left: 30.95vw;
}
.Text5 {
    margin-top: 24.28vw;
    margin-left: 3.35vw;
    height: 3.41vw;
}

.LegalHeader {
    position: fixed;
}

@media only screen and (max-width: 1100px) {
    .LegalText {
        position: relative;
        width: auto;
        margin-top: 10vw;
    }
    .footer-text-1 *{
        font-size: 18px;
        font-weight: bold;
    }
    .footer-text-1 *, .LegalText, .LegalText a{
        font-size: 18px;
    }
}
@media only screen and (max-width: 800px) {
    .footer-text-1 *{
        font-size: 14px;
        font-weight: bold;
    }
    .LegalText {
        position: relative;
        width: auto;
        margin-top: 14vw;
    }
    .footer-text-2, .footer-content a {
        font-size: 12px;
    }
    .Text1 {
        margin-top: 4vw;
        margin-left: 3.2vw;
        height: 5vw;
     }
     .Text2 {
        margin-top: 15vw;
        margin-left: 3.7vw;
        height: 5vw;
     }
    .Text3 {
        margin-top: 20vw;
        height: 5vw;
        margin-left:  13vw;
    }
    .Text4 {
        margin-top: 24.8vw;
        margin-left:  3.2vw;
        height: 5vw;
    }
    .Text5 {
        margin-top: 36.2vw;
        margin-left: 3.35vw;
        height: 5vw;
    }
}