/* ==========================================================================
   Form Page
========================================================================== */
.form-wrapper {
    margin-top: 10px;
    margin-bottom: 60px;
}

.form-container {
    display: flex;
    max-width: var(--1400);
    margin: 0 auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 6px;
    padding: 30px 60px;
    background-color: #fff;
    border: 1px solid #e4f1fb;
    box-shadow: 0px 0px 28px rgba(0, 156, 222, 0.08);
    backdrop-filter: blur(25px);
}

.form-container h1 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 34px;
    color: var(--gb-dark-blue-text);
    line-height: 44px;
    text-align: left;
    margin-bottom: 0px;
}

.form-container p {
    font-size: 18px;
    color: var(--gb-dark-grey-text);
    line-height: 24px;
    padding: 0px;
    margin-top: 14px;
    margin-bottom: 14px;
}

h3.gsection_title {
    color: #184659;
}

div#gform_wrapper_1 {
    width: 100%;
}

.gform_button {
    background-color: #fd6a3c;
    font-weight: bold;
    font-size: 16px;
    padding: 12px 18px;
}

div#gform_confirmation_message_1 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 28px;
}