* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.05vw;
}

#Header {
    position: fixed;
    width: 100%;
    height: 5vw;
    z-index: 100;
    filter: drop-shadow(0 15px 10px #000000);
}

#Header #ClippedHeader {
    display: inline-flex;
    width: 100%;
    height: 100%;
    background-color: #00897baa;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 20% 60%, 17.8% 100%, 0 100%);
}

#Header #ClippedHeader a {
    width: 10%;
}

#Header #ClippedHeader #Logo {
    float: left;
    margin: 0 0 0 16.5%;
    height: 75%;
    cursor: pointer;
}

#Header #ClippedHeader #TextLogo {
    float: left;
    margin: 0.4% 0 auto 0;
    width: 5%;
    height: 75%;
    text-align: center;
    font-size: 1.4vw;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 800;
    font-style: italic;
    line-height: 1.5vw;
    cursor: pointer;
}

#Header #ClippedHeader #DescriptionLogo {
    position: absolute;
    bottom: 5%;
    left: 1.5%;
    color: #e0e0e0;
    font-size: 1.1vw;
    font-family: 'Fira Sans', sans-serif;
    font-style: italic;
}

#Header #ClippedHeader #TextLogo a {
    text-decoration: none;
    color: #e0e0e0;
}

#Header #ClippedHeader #NavigationMenu {
    position: absolute;
    display: flex;
    left: 30%;
    width: 50%;
    height: 60%;
}

#Header #ClippedHeader #NavigationMenu .NavigationAction {
    position: relative;
    margin: auto;
}

#Header #ClippedHeader #NavigationMenu .NavigationAction a {
    color: #e0e0e0;
    text-decoration: none;
    cursor: pointer;
    transition: all 300ms ease;
}

#Header #ClippedHeader #NavigationMenu .NavigationAction a:hover {
    color: #ff9800;
}

#Header #ClippedHeader #Phones {
    position: absolute;
    top: 0.3vw;
    right: 1%;
    width: 12%;
    height: 60%;
    cursor: pointer;
    float: left;
}

#Header #ClippedHeader #Phones a {
    text-decoration: none;
    color: #e0e0e0;
    font-size: 1.1vw;
}

#Header #ClippedHeader #Phones a img {
    float: left;
    position: relative;
    margin: 0.4vw 2% 0 0;
    height: 1.6vw;
}

#Header #ClippedHeader #Phones div {
    position: absolute;
    top: 1.3vw;
    left: 26%;
    font-size: 0.9vw;
    color: #e0e0e0;
}

#Header #ClippedHeader #SideBarButton {
    display: none;
}

#SideBar {
    display: none;
}

#Welcome {
    position: relative;
    width: 100%;
    height: 50vw;
    background-color: black;
    background-size: cover;
    background-position: center;
    color: #d0c3bd;
    box-shadow: 0 0 10px #000000;
    z-index: 99;
}

#Welcome.AutoWall {
    background-image: url(../Resources/Pictures/AutoWallWelcome.jpg);
}

#Welcome.MotoWall {
    background-image: url(../Resources/Pictures/MotoWallWelcome.jpg);
}

#Welcome #Back {
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #00000040 40%, #000000bb 45%, #000000bb);
    color: black;
}

#Welcome #Back #NavigationList {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 20%;
    left: 15%;
    padding: 10% 0 3% 0;
    width: 50%;
    height: 30%;
    border-radius: 8px;
    background: linear-gradient(35deg, #ff980080, #ff980040 45%, #00000000 50%);
    z-index: 100;
}

#Welcome #Back #NavigationList .NavigationItem {
    position: relative;
    margin: auto auto auto 3%;
    font-weight: 800;
    cursor: pointer;
}

#Welcome #Back #NavigationList .NavigationItem a {
    text-decoration: none;
    color: #e0e0e0dd;
    text-shadow: 1px 1px 10px #000000;
    transition: all 0.3s ease;
    font-size: 2.8vw;
}

#Welcome #Back #NavigationList .NavigationItem a:hover {
    color: #e0e0e0;
    font-size: 2.813vw;
}

#Welcome #Back #Description {
    position: absolute;
    padding: 3% 0 0 25%;
    top: 20%;
    right: 15%;
    width: 40%;
    height: 45%;
    border-radius: 8px;
    background: linear-gradient(35deg, #00000000 45%, #ff000020 50%, #ff000060);
    color: #e0e0e0;
    text-align: center;
    font-weight: 500;
    font-size: 2vw;
    font-style: italic;
    z-index: 99;
    cursor: default;
}

.BecomeClient {
    position: absolute;
    width: 18%;
    height: 5vw;
    border-radius: 24px;
    text-align: center;
    line-height: 5vw;
    font-size: 1.8vw;
    font-style: italic;
    font-weight: 500;
    box-shadow: 5px 5px 5px #000000;
    background-color: #039be5;
    color: #e0e0e0;
    cursor: pointer;
}

.BecomeClient:hover {
    background-color: #10a9f6;
}

#Welcome #Back .BecomeClient {
    top: 25vw;
    left: 57%;
    z-index: 100;
}

.Social {
    width: 9.3%;
    height: 2.2vw;
}

.Social a {
    text-decoration: none;
}

.Social a img {
    height: 2.4vw;
    margin: 0 5% 0 0;
    vertical-align: middle;
}

#Welcome .Social {
    position: absolute;
    bottom: 20%;
    right: 15%;
}

#BecomeClientBack {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000aa;
    z-index: 102;
    display: none;
}

#BecomeClientBack #BecomeClientPanel {
    position: absolute;
    top: 8vw;
    left: 20%;
    width: 60%;
    height: 33vw;
    background-color: #e0e0e0;
    border-radius: 1vw;
    display: flex;
    flex-direction: column;
}

#BecomeClientBack #BecomeClientPanel #Close {
    position: absolute;
    width: 3%;
    top: 1vw;
    right: 2%;
    cursor: pointer;
}

#BecomeClientBack #BecomeClientPanel #Thanks {
    resize: none;
    overflow: hidden;
    outline: none;
    cursor: default;
    position: relative;
    margin: auto auto 0.5vw auto;
    width: 54%;
    height: 11vw;
    border: 0;
    background-color: transparent;
    text-align: center;
    line-height: 1.5vw;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.3vw;
}

#BecomeClientBack #BecomeClientPanel form {
    position: relative;
    margin: 0.5vw auto auto auto;
    padding: 0 0.6vw 0 0;
    width: 45%;
}

#BecomeClientBack #BecomeClientPanel form .Label {
    position: relative;
    float: left;
    margin: 0.15vw 2% 0.15vw 0;
    width: 33%;
    height: 1.4vw;
    text-align: right;
    font-size: 1.2vw;
    line-height: 2.2vw;
}

#BecomeClientBack #BecomeClientPanel form input[type="text"] {
    outline: none;
    position: relative;
    float: left;
    margin: 0.15vw 0;
    padding: 0 1%;
    width: 63%;
    height: 2.2vw;
    border: 0;
    border-radius: 0.2vw;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.2vw;
}

#BecomeClientBack #BecomeClientPanel form select {
    outline: none;
    position: relative;
    float: left;
    margin: 0.15vw 0;
    /*padding: 0.1vw 0;*/
    width: 65%;
    height: 2.2vw;
    background-color: #ffffff;
    border: 0;
    border-radius: 0.2vw;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.2vw;
}

#BecomeClientBack #BecomeClientPanel form input[type="submit"] {
    position: relative;
    float: left;
    margin: 1vw 0;
    width: 40%;
    height: 2.4vw;
    border: 0;
    border-radius: 0.3vw;
    background-color: #00ac9b;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.2vw;
    cursor: pointer;
}

#BecomeClientBack #BecomeClientPanel form input[type="submit"]:disabled {
    cursor: default;
}

#BecomeClientBack #BecomeClientPanel #SuccessPanel {
    position: absolute;
    padding: 12vw 0 0 0;
    width: 100%;
    height: 21vw;
    background-color: #00ac9be0;
    border-radius: 1vw;
    font-size: 3vw;
    text-align: center;
    display: none;
}

#Risks {
    position: relative;
    width: 100%;
    height: 60vw;
    background-color: black;
    background-size: cover;
    background-position: center;
    color: #d0c3bd;
    z-index: 97;
}

#Risks.AutoWall {
    background-image: url(../Resources/Pictures/AutoWallRisks.jpg);
}

#Risks.MotoWall {
    background-image: url(../Resources/Pictures/MotoWallRisks.jpg);
}

#Risks #RisksAnchor {
    position: absolute;
    width: 100px;
    height: 100px;
    /*background-color: red;*/
    top: -2.95vw;
    z-index: 100;
}

#Risks #Back {
     display: inline-flex;
     width: 100%;
     height: 100%;
     background-color: #d0c3bdcc;
     color: black;
 }

#Risks #Back #Title {
    position: absolute;
    top: 6%;
    left: 5%;
    width: 90%;
    height: 20%;
    font-size: 4.3vw;
    font-weight: 900;
    color: #283593cc;
    text-shadow: 3px 2px 0 #00000040;
    cursor: default;
}

#Risks #Back #RiskList {
    position: relative;
    margin: 12% 10%;
    width: 80%;
    height: 70%;
}

#Risks #Back #RiskList .Risk {
    position: relative;
    float: left;
    margin: 1vw 1%;
    width: 31.2%;
    height: 28%;
    background-color: #00000080;
    border-radius: 8px;
}

#Risks #Back #RiskList .Risk .Icon {
    position: relative;
    float: left;
    padding: 1vw 4%;
    width: 13%;
}

#Risks #Back #RiskList .Risk .RiskTitle {
    position: relative;
    float: left;
    margin: 1vw 5% 0.5vw 1%;
    width: 70%;
    font-size: 1.8vw;
    font-style: italic;
    font-weight: 500;
    line-height: 1.8vw;
    font-style: italic;
    color: #ffb803;
}

#Risks #Back #RiskList .Risk .RiskDescription {
    position: relative;
    float: left;
    margin: 0 1%;
    width: 70%;
    font-size: 1.01vw;
    font-style: italic;
    /*text-align: justify;*/
    color: #e0e0e0;
}

#Pluses {
    position: relative;
    width: 100%;
    height: 45vw;
    background-color: black;
    background-size: cover;
    background-position: center;
    color: #d0c3bd;
    z-index: 98;
    box-shadow: 0 0 10px #000000;
}

#Pluses.AutoWall {
    background-image: url(../Resources/Pictures/AutoWallRisks.jpg);
}

#Pluses.MotoWall {
    background-image: url(../Resources/Pictures/MotoWallRisks.jpg);
}

#Pluses #PlusesAnchor {
    position: absolute;
    width: 100px;
    height: 100px;
    /*background-color: red;*/
    top: -2.95vw;
    z-index: 100;
}

#Pluses #Back {
    display: inline-flex;
    width: 100%;
    height: 100%;
    background-color: #000000aa;
    color: black;
}

#Pluses #Back #Title {
    position: absolute;
    padding: 5vw 0 0 5vw;
    width: 45%;
    height: 7%;
    font-size: 5vw;
    font-weight: 900;
    color: #ff9800aa;
    cursor: default;
    text-shadow: 3px 2px 0 #00000040;
}

#Pluses #Back #PlusList {
    position: relative;
    margin: 15% 10%;
    width: 80%;
    height: 55%;
}

#Pluses #Back #PlusList .Plus {
    position: relative;
    float: left;
    margin: 0.5vw 1%;
    width: 31.2%;
    height: 47%;
    background-color: #ffffffbb;
    border-radius: 8px;
}

#Pluses #Back #PlusList .Plus .Icon {
    position: relative;
    float: left;
    padding: 1vw 4%;
    width: 13%;
}

#Pluses #Back #PlusList .Plus .PlusTitle {
    position: relative;
    float: left;
    margin: 1vw 5% 0.5vw 1%;
    width: 70%;
    font-size: 1.8vw;
    font-style: italic;
    font-weight: 500;
    line-height: 1.8vw;
    font-style: italic;
    color: #c80000bb;
}

#Pluses #Back #PlusList .Plus .PlusDescription {
    position: relative;
    margin: 0 1% 0 22%;
    width: 70%;
    font-size: 1.01vw;
    font-style: italic;
    /*text-align: justify;*/
    color: #000000;
}

#Offer {
    position: relative;
    width: 100%;
    height: 44vw;
    background-color: black;
    background-size: cover;
    background-position: center;
    color: #d0c3bd;
    z-index: 97;
}

#Offer.AutoWall {
    background-image: url(../Resources/Pictures/AutoWallSecond.jpg);
}

#Offer.MotoWall {
    background-image: url(../Resources/Pictures/MotoWallSecond.jpg);
}

#Offer #OfferAnchor {
    position: absolute;
    width: 100px;
    height: 100px;
    /*background-color: red;*/
    top: -2.95vw;
    z-index: 100;
}

#Offer #Back {
    display: inline-flex;
    width: 100%;
    height: 100%;
    background-color: #d0c3bdcc;
    color: black;
}

#Offer #Back .Backlight {
    position: absolute;
    display: flex;
    width: 100%;
    height: 10vw;
    z-index: 98;
}

#Offer #Back .BacklightTop {
    top: -10vw;
    filter: drop-shadow(0 1.2vw 2.5vw #009688);
}

#Offer #Back .BacklightBottom {
    top: 44vw;
    filter: drop-shadow(0 -1.2vw 2.5vw #009688);
}

#Offer #Back .Backlight .Lights {
    margin: 0 auto 0 auto;
    width: 10%;
    height: 100%;
    background-color: black;
    clip-path: circle(45%);
}

#Offer #Back #Title {
    position: absolute;
    top: 6%;
    right: 5%;
    width: 40%;
    height: 20%;
    font-size: 5vw;
    font-weight: 900;
    color: #283593cc;
    text-shadow: 3px 2px 0 #00000040;
    cursor: default;
}

#Offer #Back .Panel {
    position: relative;
    width: 35%;
    height: 40%;
    background-color: #000000aa;
    border-radius: 8px;
    background-size: cover;
}

#Offer #Back #AutoPanel {
    margin: 12% 3% auto 15%;
    background-image: url("../Resources/Pictures/AutoForSelection.jpg");
}

#Offer #Back #MotoPanel {
    margin: 12% 15% auto 3%;
    background-image: url("../Resources/Pictures/MotoForSelection.jpg");
}

#Offer #Back .Panel .Back {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(145deg, #000000 20%, #00000000, #ff000000 70%, #ff000080);
    box-shadow: inset 0 0 15px #000000;
    cursor: pointer;
}

#Offer #Back .Panel .Back::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 8px;
    box-shadow: 0 0 20px #000000;
    opacity: 0;
    transition: opacity 300ms;
}

#Offer #Back .Panel .Back:hover::before {
    opacity: 1;
}

#Offer #Back .Panel .Back .Title {
    position: absolute;
    top: 5%;
    left: 7%;
    color: #ff980080;
    font-size: 1.5vw;
    font-style: italic;
    transition: all 300ms ease;
}

#Offer #Back .Panel .Back:hover .Title {
    color: #ff9800cc;
}

#Offer #Back .Selected {
    box-shadow: 0 2px 20px #009688;
}

#Offer #Back #Tip {
    position: absolute;
    bottom: 22%;
    width: 100%;
    height: 2vw;
    color: #00000080;
    text-align: center;
    font-size: 1.4vw;
    cursor: default;
}

#Services {
    position: relative;
    width: 100%;
    background-color: black;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 10px #000000;
    z-index: 99;
}

#Services.AutoWall {
    background-image: url(../Resources/Pictures/AutoWallThird.jpg);
}

#Services.MotoWall {
    background-image: url(../Resources/Pictures/MotoWallThird.jpg);
}

#Services.Auto.Desktop {
    height: 60vw;
}

#Services.Moto.Desktop {
    height: 50vw;
}

#Services #ServicesAnchor {
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 100;
}

#Services #Back {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000000aa;
    color: #e0e0e0;
}

#Services #Back #Title {
    position: relative;
    padding: 5vw 0 0 5%;
    width: 35%;
    height: 2vw;
    font-size: 5vw;
    font-weight: 900;
    color: #ff980080;
    cursor: default;
    text-shadow: 3px 2px 0 #00000040;
}

#Services #Back #ServiceList {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 6vw 0 0 0;
    padding: 0 2%;
    width: 96%;
}

#Services #Back #ServiceList .Panel {
    position: relative;
    float: left;
    margin: 1vw 1%;
    width: 23%;
    height: 14.9vw;
    background-color: #ffffffcc;
    border-radius: 8px;
    box-shadow: 2px 2px 4px #000000;
}

#Services #Back #ServiceList .Panel .Title {
    position: absolute;
    padding: 0.5vw 0 0 4%;
    width: 96%;
    height: 5vw;
    color: #000000aa;
    font-size: 1.4vw;
    font-weight: 800;
    font-style: italic;
    border-radius: 8px 0 0 0;
    cursor: default;
}

#Services #Back #ServiceList #FirstPanel .Title {
    background: linear-gradient(168deg, #ff000080, #ff000040 45%, #00000000 50%);
}

#Services #Back #ServiceList #SecondPanel .Title {
    background: linear-gradient(168deg, #ff980080, #ff980040 45%, #00000000 50%);
}

#Services #Back #ServiceList #ThirdPanel .Title {
    background: linear-gradient(168deg, #ffeb3b80, #ffeb3b40 45%, #00000000 50%);
}

#Services #Back #ServiceList #FourthPanel .Title {
    background: linear-gradient(168deg, #00968880, #00968840 45%, #00000000 50%);
}

#Services #Back #ServiceList #FifthPanel .Title {
    background: linear-gradient(168deg, #2196f380, #2196f340 45%, #00000000 50%);
}

#Services #Back #ServiceList #SixthPanel .Title {
    background: linear-gradient(168deg, #3f51b580, #3f51b540 45%, #00000000 50%);
}

#Services #Back #ServiceList #SeventhPanel .Title {
    background: linear-gradient(168deg, #673ab780, #673ab740 45%, #00000000 50%);
}

#Services #Back #ServiceList .Panel .Price {
    position: absolute;
    top: 2vw;
    left: 4%;
    color: #000000aa;
    font-size: 1.2vw;
    font-style: italic;
    cursor: default;
}

#Services #Back #ServiceList .Panel .Description {
    position: absolute;
    padding: 0.5vw 1%;
    bottom: 3.2vw;
    right: 5%;
    width: 75%;
    height: 7vw;
    background-color: transparent;
    border: none;
    color: #000000aa;
    text-align: justify;
    font-family: 'Fira Sans', sans-serif;
    font-size: 0.91vw;
    font-style: italic;
    resize: none;
    overflow: hidden;
    outline: none;
    cursor: default;
}

#Services #Back #ServiceList .Panel .More {
    position: absolute;
    width: 50%;
    height: 1.6vw;
    bottom: 1.2vw;
    left: 30%;
    color: #f57c00;
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.9vw;
    font-style: italic;
}

#FullDescriptionBack {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000aa;
    z-index: 102;
}

#FullDescriptionBack #FullDescription {
    position: absolute;
    top: 15%;
    right: 20%;
    bottom: 15%;
    left: 20%;
    padding: 2.5% 0 0 3%;
    background-color: #e0e0e0ee;
    border-radius: 8px;
}

#FullDescriptionBack #FullDescription #Close {
    position: absolute;
    top: 1vw;
    right: 1.5%;
    width: 5%;
    cursor: pointer;
}

#FullDescriptionBack #FullDescription #Title {
    position: relative;
    width: 50%;
    height: 3.5vw;
    font-size: 2vw;
    font-weight: 800;
    font-style: italic;
    color: #009688;
    cursor: default;
}

#FullDescriptionBack #FullDescription #Price {
    position: relative;
    height: 2vw;
    font-size: 1.5vw;
    font-style: italic;
    color: #ef6c00;
    cursor: default;
}

#FullDescriptionBack #FullDescription #Description {
    position: relative;
    margin: 3% 0 0 15%;
    width: 80%;
    height: 85%;
    background-color: transparent;
    border: none;
    color: #000000;
    text-align: justify;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.1vw;
    font-style: italic;
    resize: none;
    overflow: hidden;
    outline: none;
    cursor: default;
}

#Process {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 55vw;
    background-size: cover;
    background-position: center;
    color: #d0c3bd;
    box-shadow: 0 0 10px #000000;
    z-index: 99;
}

#Process.AutoWall {
    background-image: url(../Resources/Pictures/AutoWallWelcome.jpg);
}

#Process.MotoWall {
    background-image: url(../Resources/Pictures/MotoWallWelcome.jpg);
}

#Process #ProcessAnchor {
    position: absolute;
    width: 100px;
    height: 100px;
    /*background-color: red;*/
    top: 2vw;
    z-index: 100;
}

#Process #Back {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #d0c3bdcc;
    color: black;
}

#Process #Back #Title {
    position: absolute;
    top: 6%;
    left: 52%;
    width: 45%;
    height: 20%;
    font-size: 5vw;
    font-weight: 900;
    color: #283593cc;
    cursor: default;
    text-shadow: 3px 2px 0 #00000040;
}

#Process #Back #Steps {
    position: relative;
    margin: 10% auto auto 13%;
    width: 70%;
    height: 65%;
}

#Process #Back #Steps .Panel {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 2% 2% 0;
    width: 38%;
    height: 16%;
    background-color: #000000aa;
    color: #e0e0e0;
    border-radius: 8px;
    cursor: default;
}

#Process #Back #Steps #SecondStepPanel {
    margin-left: 15%;
}

#Process #Back #Steps #ThirdStepPanel {
    margin-left: 30%;
}

#Process #Back #Steps #FourthStepPanel {
    margin-left: 45%;
}

#Process #Back #Steps #FifthStepPanel {
    margin-left: 60%;
}

#Process #Back .BecomeClient {
    top: 35vw;
    left: 13%;
}

#About {
    position: relative;
    width: 100%;
    height: 20vw;
    background-color: black;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 10px #000000;
}

#About.AutoWall {
    background-image: url(../Resources/Pictures/AutoWallSecond.jpg);
}

#About.MotoWall {
    background-image: url(../Resources/Pictures/MotoWallSecond.jpg);
}

#About #AboutAnchor {
    position: absolute;
    width: 100px;
    height: 100px;
    /*background-color: red;*/
    z-index: 100;
}

#About #Back {
    position: relative;
    display: inline-flex;
    width: 100%;
    height: 100%;
    background: #000000aa;
}

#About #Back #AboutText {
    position: relative;
    margin: 4% auto auto 16%;
    width: 50%;
    height: 45%;
    color: #e0e0e0;
    text-align: center;
    cursor: default;
}

#About #Back .Social {
    position: absolute;
    top: 33%;
    right: 10%;
}

#About #Back #Footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5vw;
    z-index: 100;
    filter: drop-shadow(0 -15px 10px #000000);
}

#About #Back #Footer #ClippedFooter {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #3f51b580;
    clip-path: polygon(0 40%, 80% 40%, 82.2% 0, 100% 0, 100% 100%, 0 100%);
}

#About #Back #Footer #ClippedFooter #Requisites {
    position: absolute;
    top: 59%;
    left: 10%;
    height: 40%;
    width: 60%;
    font-size: 0.8vw;
    color: #e0e0e0;
    text-align: center;
    cursor: default;
}

#ToTop {
    position: fixed;
    left: 4%;
    bottom: 6vw;
    width: 4.2%;
    height: 4.2vw;
    z-index: 101;
    filter: drop-shadow(2px 2px 2px #000000);
    cursor: pointer;
}

#ToTop a img {
    height: 100%;
    width: 100%;
    opacity: 0.5;
    transition: all 300ms ease;
}

#ToTop a img:hover {
    opacity: 1;
}
