
.urc-fwt,
.urc-fwt * {
    box-sizing: border-box;
}

.urc-fwt {
    width: 100%;
    padding: 76px 0;
    background: #fff;
}

.urc-fwt-wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.urc-fwt-eyebrow {
    margin: 0 0 12px !important;
    padding: 0 !important;
    color: #F7941D;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.urc-fwt h2 {
    margin: 0 !important;
    padding: 0 !important;
    color: #111;
    font-size: 54px;
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -.035em;
}

.urc-fwt-lead {
    max-width: 1100px;
    margin: 34px auto 0;
    color: #4A4A4A;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
}

.urc-fwt-lead p {
    margin: 0 !important;
}

.urc-fwt-body {
    max-width: 1180px;
    margin: 34px auto 0;
    color: #555;
    font-size: 17px;
    line-height: 1.7;
}

.urc-fwt-body p {
    margin-top: 0 !important;
    margin-bottom: 22px;
}

.urc-fwt-body p:last-child {
    margin-bottom: 0;
}

.urc-fwt-body ul,
.urc-fwt-body ol {
    display: inline-block;
    text-align: left;
    margin: 0 auto 22px;
    padding-left: 1.4em;
}

.urc-fwt-body a {
    color: #F7941D;
}

.urc-fwt sup {
    font-size: .62em;
    line-height: 0;
    vertical-align: super;
}

.urc-fwt-cta {
    margin-top: 34px;
    text-align: center;
}

.urc-fwt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 19px;
    background: #F7941D;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    transition: background .2s ease;
}

.urc-fwt-btn:hover {
    background: #DF7E00;
    color: #fff !important;
}

@media (max-width: 767px) {
    .urc-fwt {
        padding: 54px 0;
    }

    .urc-fwt-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .urc-fwt h2 {
        font-size: 38px;
    }

    .urc-fwt-lead {
        margin-top: 25px;
        font-size: 20px;
    }

    .urc-fwt-body {
        margin-top: 26px;
        font-size: 16px;
    }
}
