.tw-site-footer {
    --tw-footer-orange: #ff5a0a;
    --tw-footer-ink: #111b2d;
    --tw-footer-copy: #566174;
    --tw-footer-line: #dfe3e8;
    margin-top: 54px;
    padding: 22px 0 0;
    background: #fff;
    color: var(--tw-footer-ink);
    font-family: "Inter", sans-serif;
}

.tw-site-footer .container {
    width: min(96%, 1480px);
}

.tw-footer-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border: 1px solid #f0ede9;
    border-radius: 12px;
    background: #fbfaf9;
}

.tw-footer-help {
    position: relative;
    overflow: hidden;
    min-height: 185px;
    padding: 16px 22px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(255, 73, 0, .98), rgba(255, 101, 15, .94)),
        repeating-linear-gradient(45deg, transparent 0 38px, rgba(255, 255, 255, .08) 39px 40px);
}

.tw-footer-help::after {
    content: "\f085";
    position: absolute;
    right: 24px;
    top: 8px;
    color: rgba(255, 255, 255, .1);
    font: normal normal normal 132px/1 FontAwesome;
    transform: rotate(-12deg);
}

.tw-footer-help-copy,
.tw-footer-help-buttons {
    position: relative;
    z-index: 1;
}

.tw-footer-help h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 2vw, 30px);
    font-weight: 780;
    letter-spacing: -.04em;
    line-height: 1.08;
}

.tw-footer-help-copy p {
    margin: 6px 0 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .52);
    color: #fff;
    font-size: 14px;
    font-weight: 550;
}

.tw-footer-help-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
}

.tw-footer-help-buttons a {
    display: flex;
    min-height: 46px;
    align-items: center;
    gap: 9px;
    padding: 7px 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(101, 31, 0, .12);
    color: var(--tw-footer-ink);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
}

.tw-footer-help-buttons a:hover {
    color: var(--tw-footer-orange);
    transform: translateY(-2px);
}

.tw-footer-help-buttons i {
    color: var(--tw-footer-orange);
    font-size: 20px;
}

.tw-footer-help-buttons small {
    display: block;
    color: var(--tw-footer-ink);
    font-size: 10px;
    font-weight: 600;
}

.tw-footer-convert {
    display: grid;
    padding: 14px 20px;
}

.tw-footer-newsletter,
.tw-footer-quote {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 12px;
}

.tw-footer-newsletter {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--tw-footer-line);
}

.tw-footer-line-icon {
    color: var(--tw-footer-orange);
    font-size: 28px;
}

.tw-footer-convert h3,
.tw-footer-directory h3 {
    margin: 0 0 7px;
    color: var(--tw-footer-ink);
    font-size: 15px;
    font-weight: 760;
}

.tw-footer-convert p {
    margin: 0;
    color: var(--tw-footer-copy);
    font-size: 11px;
    line-height: 1.5;
}

.tw-footer-newsletter form {
    position: relative;
    display: flex;
    /* Sits in the text column on desktop, beside the heading it belongs to. */
    grid-column: 2 / -1;
    height: 38px;
    margin-top: 8px;
    border: 1px solid #9ca5b2;
    border-radius: 8px;
    background: #fff;
}

.tw-footer-newsletter form > i {
    align-self: center;
    margin-left: 13px;
    color: #647083;
    font-size: 15px;
}

.tw-footer-newsletter input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    padding: 0 14px;
    color: var(--tw-footer-ink);
    background: transparent;
}

.tw-footer-newsletter button {
    min-width: 104px;
    border: 0;
    border-radius: 0 7px 7px 0;
    color: #fff;
    background: var(--tw-footer-orange);
    font-weight: 750;
}

.tw-footer-quote {
    grid-template-columns: 38px 1fr auto;
    align-items: center;
    padding-top: 10px;
}

.tw-footer-quote > a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: 10px;
    padding: 0 15px;
    border: 1px solid var(--tw-footer-orange);
    border-radius: 8px;
    color: var(--tw-footer-orange);
    font-weight: 750;
}

.tw-footer-directory {
    display: grid;
    grid-template-columns: 1.35fr .9fr .95fr .75fr .72fr;
    margin: 48px 0 38px;
}

.tw-footer-directory > * {
    min-width: 0;
    padding: 0 28px;
    border-left: 1px solid var(--tw-footer-line);
}

.tw-footer-directory > :first-child {
    padding-left: 8px;
    border-left: 0;
}

.tw-footer-wordmark {
    display: inline-flex;
    align-items: center;
    margin-bottom: 24px;
    text-decoration: none;
}

.tw-footer-wordmark img {
    display: block;
    width: 150px;
    max-width: 100%;
    height: auto;
}

.tw-footer-brand > p,
.tw-footer-office > p {
    color: var(--tw-footer-copy);
    font-size: 13px;
    line-height: 1.65;
}

.tw-footer-promises,
.tw-footer-promises li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tw-footer-promises {
    display: grid;
    gap: 17px;
    margin-top: 24px;
}

.tw-footer-promises li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tw-footer-promises i {
    width: 30px;
    color: var(--tw-footer-orange);
    font-size: 25px;
    text-align: center;
}

.tw-footer-promises strong,
.tw-footer-promises span span {
    display: block;
}

.tw-footer-promises strong {
    color: var(--tw-footer-ink);
    font-size: 12px;
}

.tw-footer-promises span {
    color: var(--tw-footer-copy);
    font-size: 11px;
    line-height: 1.4;
}

.tw-footer-office h3 i {
    margin-right: 7px;
    color: var(--tw-footer-orange);
}

.tw-footer-office > p {
    min-height: 128px;
    margin: 22px 0;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--tw-footer-line);
}

.tw-footer-office-contact {
    display: grid;
    gap: 14px;
}

.tw-footer-office-contact a,
.tw-footer-office-contact span {
    color: var(--tw-footer-copy);
    font-size: 11px;
}

.tw-footer-office-contact i {
    width: 17px;
    color: var(--tw-footer-orange);
}

.tw-footer-links-column {
    display: grid;
    align-content: start;
    gap: 17px;
}

.tw-footer-links-column h3 {
    margin-bottom: 13px;
}

.tw-footer-links-column a {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    color: var(--tw-footer-copy);
    font-size: 12px;
}

.tw-footer-links-column a:hover {
    color: var(--tw-footer-orange);
}

.tw-footer-bottom {
    display: grid;
    grid-template-columns: 1.15fr 1.2fr 1.9fr .75fr 1.15fr;
    align-items: center;
    min-height: 110px;
    border-top: 1px solid #cfd4da;
}

.tw-footer-bottom > div {
    display: flex;
    min-height: 68px;
    align-items: center;
    gap: 13px;
    padding: 0 22px;
    border-left: 1px solid var(--tw-footer-line);
}

.tw-footer-bottom > :first-child {
    padding-left: 3px;
    border-left: 0;
}

.tw-google-mark {
    font-size: 48px;
    font-weight: 800;
    background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 45%, #fbbc05 0 70%, #ea4335 0);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.tw-footer-rating div,
.tw-footer-gst div,
.tw-footer-legal {
    display: grid !important;
    gap: 4px !important;
}

.tw-footer-rating strong,
.tw-footer-gst strong,
.tw-footer-legal strong {
    color: var(--tw-footer-ink);
    font-size: 12px;
}

.tw-footer-rating div > span {
    color: #f5a400;
    font-size: 18px;
    letter-spacing: 3px;
}

.tw-footer-rating small,
.tw-footer-gst span {
    color: var(--tw-footer-copy);
    font-size: 10px;
}

.tw-footer-gst > i {
    color: var(--tw-footer-orange);
    font-size: 38px;
}

.tw-footer-payments {
    justify-content: center;
    flex-wrap: wrap;
}

.tw-footer-payments img {
    width: 48px;
    height: 28px;
    max-width: 48px;
    max-height: 28px;
    object-fit: contain;
}

.tw-footer-social {
    justify-content: center;
}

.tw-footer-social a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--tw-footer-ink);
    font-size: 18px;
}

.tw-footer-social .fa-instagram { line-height: 1; }

.tw-footer-legal {
    align-content: center;
}

.tw-footer-legal div {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
}

.tw-footer-legal a {
    color: var(--tw-footer-copy);
    font-size: 8px;
}

@media (max-width: 1199px) {
    .tw-footer-help,
    .tw-footer-convert {
        padding: 18px;
    }

    .tw-footer-help-buttons {
        grid-template-columns: 1fr;
    }

    .tw-footer-help-buttons a {
        min-height: 48px;
    }

    .tw-footer-directory {
        grid-template-columns: 1.25fr 1fr 1fr;
        row-gap: 34px;
    }

    .tw-footer-directory > * {
        border-left: 1px solid var(--tw-footer-line);
    }

    .tw-footer-directory > :nth-child(4) {
        border-left: 0;
    }

    .tw-footer-bottom {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .tw-site-footer {
        margin-top: 34px;
        padding-top: 12px;
    }

    .tw-site-footer .container {
        width: 94%;
    }

    .tw-footer-actions {
        grid-template-columns: 1fr;
    }

    .tw-footer-help {
        min-height: auto;
        padding: 22px 18px;
    }

    .tw-footer-help h2 {
        font-size: 28px;
    }

    .tw-footer-help-copy p {
        font-size: 14px;
    }

    .tw-footer-help-buttons {
        grid-template-columns: 1fr;
    }

    .tw-footer-convert {
        padding: 22px 18px;
    }

    .tw-footer-newsletter,
    .tw-footer-quote {
        grid-template-columns: 38px 1fr;
        gap: 12px;
    }

    .tw-footer-line-icon {
        font-size: 26px;
    }

    .tw-footer-newsletter form {
        /* Full card width on mobile, so it shares a left edge with the
           Request a Quote button rather than sitting indented above it. */
        grid-column: 1 / -1;
        height: auto;
        flex-wrap: wrap;
    }

    .tw-footer-newsletter input {
        height: 45px;
    }

    .tw-footer-newsletter button {
        width: 100%;
        height: 44px;
        border-radius: 0 0 7px 7px;
    }

    .tw-footer-quote {
        grid-template-columns: 38px 1fr;
    }

    .tw-footer-quote > a {
        grid-column: 1 / -1;
        justify-content: center;
    }

    .tw-footer-directory {
        grid-template-columns: 1fr;
        margin-top: 34px;
    }

    .tw-footer-directory > *,
    .tw-footer-directory > :first-child,
    .tw-footer-directory > :nth-child(4) {
        padding: 0 4px 26px;
        border: 0;
        border-bottom: 1px solid var(--tw-footer-line);
    }

    .tw-footer-wordmark {
        font-size: 38px;
    }

    .tw-footer-office > p {
        min-height: auto;
    }

    .tw-footer-links-column {
        gap: 13px;
    }

    .tw-footer-bottom {
        grid-template-columns: 1fr;
        padding-bottom: 20px;
    }

    .tw-footer-bottom > div,
    .tw-footer-bottom > :first-child {
        min-height: 82px;
        justify-content: center;
        padding: 12px 5px;
        border: 0;
        border-bottom: 1px solid var(--tw-footer-line);
        text-align: center;
    }

    .tw-footer-legal div {
        justify-content: center;
    }
}
