.ps-contact-us--container {
    text-align: center;
    padding: 50px 0px;
}

.ps-contact-us--subtitle {
    font-family: 'p22-underground';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-align: center;
}

.ps-contact-us--title {
    font-family: 'balboa';
    font-style: normal;
    font-weight: 700;
    font-size: 90px;
    margin-top: 55px;
    margin-bottom: 51px;
    line-height: 90px;
    text-align: center;
    color: #000000;
}

.ps-contact-us--form {
    padding: 25px 0px;
    margin-bottom: 153px;
}

.ps-contact-us--form>p {
    font-family: 'p22-underground';
    font-style: normal;
    font-weight: 500;
    margin: auto;
    width: 50%;
    text-align: left;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    margin-bottom: 18px;
    color: #000000;
}

.ps-contact-us--form>select {
    width: 50%;
    padding: 10px;
    height: 50px;
    margin-bottom: 39px;
    background: #FFFFFF;
    border: 0.5px solid #000000;
    border-radius: 2px;
    font-family: 'p22-underground';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-image: url('https://www.svgrepo.com/show/80156/down-arrow.svg');
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: calc(100% - 16px);
}

.ps-contact-us--form>.fields-container {
    display: grid;
    grid-template-columns: auto auto;
    width: 50%;
    margin: auto;
}

.ps-contact-us--form>.fields-container>.fields {
    height: 50px;
    padding: 10px;
    margin-bottom: 21px;
    background: #FFFFFF;
    font-family: 'p22-underground' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000000 !important;
    border: 0.5px solid #000000;
    border-radius: 2px;
}

::placeholder {
    font-family: 'p22-underground' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000000 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: 'p22-underground' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000000 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: 'p22-underground' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000000 !important;
}

.ps-contact-us--form>textarea {
    width: 50%;
    height: 161px;
    padding: 10px;
    margin-bottom: 19px;
    background: #FFFFFF;
    font-family: 'p22-underground' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000000 !important;
    border: 0.5px solid #000000;
    border-radius: 2px;
}

.checkboxes {
    width: 50%;
    margin: auto;
    text-align: left;

}

.checkboxes label {
    display: inline-block;
    white-space: nowrap;
    padding-right: 10px;
}

.checkboxes input {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    accent-color: #BDC8FF;
    background: #FFFFFF;
    border: 0.5px solid #000000;
    border-radius: 2px;
}

.checkboxes label span {
    vertical-align: middle;
    font-family: 'p22-underground';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    margin-left: 19px;
    color: #000000;
}

.submit {
    width: 50%;
    margin: auto;
    margin-top: 25px;
    text-align: right;
}

.submit>button {
    background: #BDC8FF;
    border-radius: 5px;
    border: none;
    width: 169px;
    height: 43px;
    border-radius: 5px;
    padding: 6px 50px;
    cursor: pointer;
    font-family: 'p22-underground';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}

.submit>button:hover {
    background: paleturquoise;
}