#contact {
    width: 100%;
    background-color: white;
}
#contact > nav#n1 {
    width: 100%;
    background: linear-gradient(105deg, #312D8A 0%, #252263 100%);
    height: 200px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}
#contact > nav#n1 > p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
#contact > nav#n1 > p > a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
#contact > nav#n1 > h1 {
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
#contact > div {
    margin: 0px auto;
}
#contact > div > div {
    width: 100%;
}
#contact > div > div > div {
    box-shadow: 0px 0px 5px #e6e5e5;
    border-radius: 25px;
    padding: 30px;
}
@media screen and (min-width: 1341px) {
    #contact > div {
        width: 1320px;
    }
    #contact > div > div {
        display: flex;
        justify-content: space-between;
        align-items: start;
        flex-wrap: nowrap;
    }
    #contact > div > div > nav {
        width: 50%;
    }
    #contact > div > div > div {
        width: 50%;
    }
}
@media screen and (max-width: 1340px) {
    #contact > div {
        width: 90%;
    }
    #contact > div > div {
        display: flex;
        justify-content: center;
        align-items: start;
        flex-wrap: wrap;
    }
    #contact > div > div > nav {
        width: 100%;
    }
    #contact > div > div > div {
        width: 100%;
    }
}
#contact > div > div > nav > div {
    width: 100%;
}
#contact > div > div > nav > div > h1 {
    width: 100%;
    line-height: 1.5;
    color: #252263;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
}
#contact > div > div > nav > div > p {
    width: 100%;
    line-height: 2;
    color: black;
    font-size: 16px;
    padding-right: 15px;
}
#contact > div > div > nav > div > h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 15px;
}
#contact > div > div > nav > div > h2 > a {
    color: #252263;
    font-weight: bold;
    font-size: 16px;
}
#contact > div > div > div > h3 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #252263;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}
#contact > div > div > div > form > input {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: none;
    background-color: white;
    outline: none;
    box-shadow: 0px 0px 5px #94a9c2;
    padding: 0px 15px;
    font-size: 14px;
    color: #252263;
}
#contact > div > div > div > form > select {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: none;
    background-color: white;
    outline: none;
    box-shadow: 0px 0px 5px #94a9c2;
    padding: 0px 15px;
    font-size: 14px;
    color: #252263;
}
#contact > div > div > div > form > button {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: none;
    color: #fff;
    outline: none;
    font-size: 14px;
    background: linear-gradient(105deg, #312D8A 0%, #252263 100%);
    cursor: pointer;
}
#contact > div > div > div > form > div {
    height: 50px;
    width: 100%;
    overflow: hidden;
    border-radius: 50px;
    border: 2px solid #25d366;
}
#contact > div > div > div > form > div > a {
    color: #25d366;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 16px;
}
@media screen and (min-width: 1341px) {
    #contact > nav#n2 {
        width: 1320px;
    }
}
@media screen and (max-width: 1340px) {
    #contact > nav#n2 {
        width: 90%;
    }
}
#contact > nav#n2 {
    margin: 0px auto;
    height: 500px;
    border-radius: 25px;
    overflow: hidden;
}
#contact > nav#n2 > iframe {
    width: 100%;
    height: 500px;
}