div.nav-menu > a:nth-child(1), div.ham-menu > a:nth-child(1) > p
{
    background-color: #575afc !important;
    color: #edefff !important;
}
.section-1
{
    align-items: center;
    justify-content: space-between;
}
.section-1-content
{
    flex-direction: column;
    gap: 0.75vw;
}
.section-1-content > .text
{
    width: 90%;
}
.flex-buttons
{
    align-items: center;
    gap: 0.5vw;
}
.collapsable-button
{
    align-items: center;
    border: 0.15vw solid rgb(78, 81, 253);
    background-color: rgba(78, 81, 253, 1);
    cursor: pointer;
    transition: all ease-in-out 2s;
}
.collapsable-button > img
{
    height: 2.15vw;
    margin: 0.295vw;
    transition: all ease-in-out 1s;
}
.collapsable-button:hover > img
{
    transform: rotateZ(90deg);
}
.collapsable-text
{
    align-items: center;
    width: 0vw;
    color: #edefff;
    font-size: 1.25vw;
    overflow: hidden;
    transition: all ease-in-out 1s;
}
.collapsable-button:hover > .collapsable-text
{
    width: 6vw;
}
.intro-image
{
    width: 60%;
}


.section-2
{
    gap: 1.5vw;
}
.section-2 > img[alt="1"]
{
    width: 45%;
}
.section-2 > img[alt="2"]
{
    display: none;
}
.section-2-content
{
    width: 55%;
    align-items: flex-end;
}
.section-3
{
    position: relative;
}
.section-3 > img
{
    position: absolute;
    right: 0px;
    width: 45%;
}
.points-wrapper
{
    width: 75%;
}
.point
{
    align-items: flex-start;
    gap: 0.75vw;
    margin: 1.15vw 0;
}
.point > img
{
    width: 1.95vw;
}



.section-4
{
    align-items: center;
    gap: 3.5vw 2.5vw;
}



.section-5
{
    align-items: center;
}
.section-5-content
{
    width: 50%;
}
.section-5-content > .highlighted
{
    width: fit-content;
}
.shift
{
    padding: 0 0 0 1.5vw;
}
.left > .heading
{
    margin: 1.5% 0;
}
.left > img
{
    width: 90%;
}
.right
{
    align-items: flex-end;
    text-align: right;
}
.right > img
{
    margin: 5% 0;
    width: 65%;
}




.section-6
{
    align-items: center;
}
.section-6-content
{
    width: 50%;
}
form
{
    position: relative;
    padding: 1.75vw;
    border-radius: 4.5vw;
    gap: 1.25vw;
    background-color: #e2deff;
}
.input
{
    border-radius: 0.75vw;
    padding: 2.5% 3.5%;
    font-size: 0.95vw;
    border: none;
}
.input:focus
{
    outline: none;
}
.sender
{
    border-radius: 2.65vw 2.65vw 0.75vw 0.75vw;
}
.message
{
    border-radius: 0.75vw 0.75vw 0.75vw 2.65vw;
    resize: none;
    height: 10vw;
}
.submit
{
    position: absolute;
    bottom: 1.75vw;
    right: 1.75vw;
    box-shadow: 0 0 0px 0.75vw #e2deff;
    padding: 0 7.5%;
}