/* HERO 1 --------------- */

.z-swift-hero1 {
    width: 50%;
    height: calc(100vh - 160px);
    padding-bottom: 80px;
}

@media screen and (max-width: 1128px) {
    .z-swift-hero1 {
        width: 90%;
        height: calc(65vh - 175px);
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 560px) {
    .z-swift-hero1 {
        height: calc(100vh - 175px);
    }
}



/* HERO 2 --------------- */

.z-swift-hero2 {
    width: 50%;
    height: fit-content;
    padding: 110px 0 120px 0;
    gap: 30px;
}

@media screen and (max-width: 1128px) {
    .z-swift-hero2 {
        width: 90%;
    }
}

.z-swift-important-c {
    padding: 30px 40px;
}

.z-swift-important-c-white {
    background: white;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08), 0 5px 26px 0 rgba(67, 94, 131, .15);
}

@media screen and (max-width: 560px) {
    .z-swift-important-c {
        padding: 28px 5vw;
    }
}

.z-swift-important-c h6 {
    text-decoration: underline;
}



/* HERO 3 --------------- */

.z-swift-hero3 {
    width: 50%;
    height: fit-content;
    padding: 120px 0;
    gap: 20px;
}

@media screen and (max-width: 1128px) {
    .z-swift-hero3 {
        width: 90%;
    }
}

.z-swift-table-c {
    position: relative;
    width: 100%;
    padding: 0 23px;
    background: white;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08), 0 5px 26px 0 rgba(67, 94, 131, .15);
}

.z-swift-time {
    width: 100%;
    color: #ccc;
    font-weight: 500;
    padding: 30px 0;
    background: #324250;
    border-radius: 2px;
    text-align: center;
}

.z-swift-table-note {
    width: 100%;
    padding-bottom: 50px;
}

.z-swift-table-note p {
    text-align: left;
}

.z-swift-table-note ul {
    padding: 0 0 0 18px;
}

.z-swift-table-note li {
    color: #333;
    font-size: 1.05rem;
    line-height: 1.5rem;
}



/* TABLE --------------- */

.table-swiftassist {
    font-size: 1.2rem;
    margin: 25px auto;
    padding: 0;
    border-collapse: collapse;
}

.table-swiftassist th {
    color: #222;
}

.table-sa-row {
    height: 80px;
}

.table-sa-content {
    width: 180px;
    text-align: center;
}

.table-sa-column1 {
    padding: 0 20px 0 50px;
}

@media screen and (max-width: 560px) {
    .table-swiftassist {
        font-size: 1rem;
    }

    .table-sa-content {
        width: 100%;
    }

    .table-sa-column1 {
        padding: 0;
    }
}



/* CALLOUT --------------- */

.z-swift-callout {
    width: 100%;
    padding: 40px 0 45px;
    background: #dce1e7;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.z-swift-callout h5 {
    text-align: center;
    margin: 5px 0 13px;
}



/* REQUEST FORM --------------- */

.z-swift-re-header {
    width: 45%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
}

.z-swift-re-header h4 {
    padding: 5px 0 15px;
}

.z-swift-re-c {
    width: 45%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px 0;
}

@media screen and (max-width: 1128px) {
    .z-swift-re-header {
        width: 70%;
    }

    .z-swift-re-c {
        width: 90%;
    }
}

@media screen and (max-width: 560px) {
    .z-swift-re-header {
        width: 90%;
    }
}

.z-swift-re-step-c {
    width: 100%;
    display: flex;
}

.z-swift-re-step-c p:first-of-type {
    width: 70px;
    height: fit-content;
    font-weight: 600;
    margin-right: 15px;
    padding: 1px 15px;
    border-radius: 2px;
    border: 1px solid #ccc;
    text-align: center;
}

.z-swift-re-step-c p:last-of-type {
    width: calc(100% - 70px);
}

.z-swift-re-form label {
    color: #444;
}