@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600&display=swap");

.funnel-page {
    background: #fff;
    color: #565656;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.funnel-page .funnel-page-main {
    overflow: hidden;
}

.funnel-page .funnel-hero {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #454545;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.funnel-page .funnel-hero-row {
    display: flex;
    align-items: stretch;
}

.funnel-page .funnel-hero-content {
    display: flex;
    height: 100%;
    align-items: center;
}

.funnel-page .funnel-hero-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 70px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1;
}

.funnel-page .funnel-quote-box {
    padding: 30px;
    background: #fff;
}

.funnel-page .funnel-quote-title {
    margin-top: 0;
    margin-bottom: 20px;
    color: #3f3f3f;
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
}

.funnel-page .funnel-quote-input {
    height: 56px;
    margin-bottom: 14px;
    padding-left: 20px;
    border: 0;
    border-radius: 0;
    background: #e5e5e5;
    box-shadow: none;
    color: #555;
    font-size: 16px;
}

.funnel-page .funnel-quote-input:focus {
    background: #e5e5e5;
    box-shadow: none;
    outline: 2px solid #2196b9;
}

.funnel-page .funnel-button,
.funnel-page .funnel-section a.btn,
.funnel-page .funnel-section .funnel-button,
.funnel-page .funnel-footer .funnel-button {
    display: inline-block;
    min-width: 100px;
    border: 0;
    border-radius: 0;
    background: #2196b9;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 11px 30px;
}

.funnel-page .funnel-button:hover,
.funnel-page .funnel-button:focus,
.funnel-page .funnel-section a.btn:hover,
.funnel-page .funnel-section a.btn:focus,
.funnel-page .funnel-footer .funnel-button:hover,
.funnel-page .funnel-footer .funnel-button:focus {
    background: #1686a7;
    color: #fff;
    outline: none;
    text-decoration: none;
}

.funnel-page .funnel-captcha {
    margin-bottom: 15px;
}

.funnel-page .funnel-captcha-code label {
    display: block;
    margin-bottom: 8px;
    color: #565656;
    font-weight: 400;
}

.funnel-page .funnel-captcha-row {
    display: flex;
    gap: 10px;
}

.funnel-page .funnel-captcha-row .funnel-quote-input {
    flex: 1 1 auto;
    margin-bottom: 0;
}

.funnel-page .funnel-captcha-row .captcha {
    width: 150px;
}

.funnel-page .funnel-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.funnel-page .funnel-section h2,
.funnel-page .funnel-areas h2,
.funnel-page .funnel-footer h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
}

.funnel-page .funnel-section h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
}

.funnel-page .funnel-section p,
.funnel-page .funnel-section li,
.funnel-page .funnel-areas p,
.funnel-page .funnel-areas li {
    font-size: 18px;
    line-height: 26px;
}

.funnel-page .funnel-section p:last-child {
    margin-bottom: 0;
}

.funnel-page .funnel-intro {
    padding-top: 100px;
    padding-bottom: 100px;
}

.funnel-page .funnel-benefits {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f7f7f7;
}

.funnel-page .funnel-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.funnel-page .funnel-benefit-item {
    display: flex;
    min-height: 180px;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ededed;
    text-align: center;
}

.funnel-page .funnel-benefit-item img {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
    object-fit: contain;
}

.funnel-page .funnel-benefit-item p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

.funnel-page .funnel-accreditations {
    background: #2196b9;
    color: #fff;
}

.funnel-page .funnel-accreditations {
    position: relative;
}

.funnel-page .funnel-accreditations::before {
    content: "";
    display: block;
    position: absolute;
    background: url(/images/funnel-accreditations-bg.png) no-repeat center;
    top: 0;
    bottom: 0;
    width: 100%;
    left: -20%;
    background-size: contain;
}

.funnel-page .funnel-accreditations h2,
.funnel-page .funnel-accreditations h3,
.funnel-page .funnel-accreditations p,
.funnel-page .funnel-accreditations li,
.funnel-page .funnel-accreditations a {
    color: #fff;
}

.funnel-page .funnel-accreditation-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.funnel-page .funnel-accreditation-logos img {
    max-width: 230px;
    max-height: 145px;
    object-fit: contain;
}

.funnel-page .funnel-accreditations .social-links {
    display: grid;
    gap: 10px;
    font-size: 18px;
}

.funnel-page .funnel-accreditations .social-link-url {
    color: #3c3a3a;
    font-size: 15px;
}

.funnel-page .funnel-accreditations .funnel-social-icon {
    height: 1em;
}

.funnel-page .funnel-accreditations .social-links a {
    display: flex;
    align-items: center;
}

.funnel-page .funnel-accreditations .social-link-name {
    margin-left: 10px;
    margin-right: 6px;
}

.funnel-page .funnel-accreditations .social-link-name.social-x {
    margin-left: 2px;
}

.funnel-page .funnel-accreditations .social-link-name::after {
    content: ": ";
}

.funnel-page .funnel-services {
    padding-top: 70px;
    padding-bottom: 60px;
}

.funnel-page .funnel-service-column {
    max-width: 530px;
}

.funnel-page .funnel-service-column ul {
    margin-bottom: 30px;
    padding-left: 0;
    list-style: none;
}

.funnel-page .funnel-service-column li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 17px;
    line-height: 22px;
}

.funnel-page .funnel-service-column li::before {
    position: absolute;
    top: -1px;
    left: 0;
    color: #2196b9;
    content: "\2192";
    font-size: 22px;
    line-height: 22px;
}

.funnel-page .funnel-value {
    background: #fff;
}

.funnel-services + .funnel-value {
    padding-top: 0px;
}

.funnel-page .funnel-value-inner {
    overflow: hidden;
    background-color: #454545;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.funnel-page .funnel-value-content {
    min-height: 515px;
    padding: 90px 70px 70px 90px;
    color: #fff;
}

.funnel-page .funnel-value-content h2,
.funnel-page .funnel-value-content h3,
.funnel-page .funnel-value-content p,
.funnel-page .funnel-value-content li {
    color: #fff;
}

.funnel-page .funnel-areas {
    position: relative;
    overflow: hidden;
    min-height: 660px;
    padding-top: 80px;
    padding-bottom: 70px;
    background: #f2f2f2;
}

.funnel-page .funnel-areas-map {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    filter: grayscale(1);
}

.funnel-page .funnel-areas-map-unavailable {
    background: linear-gradient(135deg, rgba(33, 150, 185, 0.08), transparent 55%), #f2f2f2;
}

.funnel-page .funnel-areas-shade {
    position: absolute;
    z-index: 2;
    inset: 0 auto 0 0;
    width: 48%;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.98) 30%, rgba(255, 255, 255, 0.7) 65%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.funnel-page .funnel-areas > .container {
    position: relative;
    z-index: 3;
    pointer-events: none;
}

.funnel-page .funnel-areas-content {
    width: 340px;
}

.funnel-page .funnel-areas-content ul {
    padding-left: 0;
    list-style: none;
}

.funnel-page .funnel-areas-content li {
    position: relative;
    min-height: 36px;
    padding-left: 30px;
}

.funnel-page .funnel-areas-content li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #2196b9;
    content: "\2192";
    font-size: 22px;
}

.funnel-page .funnel-footer {
    background: #454545;
    color: #efefef;
}

.funnel-page .funnel-footer-top {
    padding-top: 70px;
    padding-bottom: 70px;
}

.funnel-page .funnel-footer h2 {
    color: #fff;
}

.funnel-page .funnel-footer-office h2,
.funnel-page .funnel-footer-contact h2 {
    margin-top: 15px;
    font-size: 30px;
    font-weight: 400;
}

.funnel-page .funnel-footer p,
.funnel-page .funnel-footer address {
    color: #efefef;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}

.funnel-page .funnel-footer a {
    color: #fff;
}

.funnel-page .funnel-footer-socials {
    display: flex;
    gap: 8px;
}

.funnel-page .funnel-footer-socials a {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    background: #303030;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.funnel-page .funnel-footer-socials a img.funnel-social-icon {
    width: 17px;
    height: 18px;
    filter: brightness(0) invert(1);
}

.funnel-page .funnel-footer-socials a.funnel-social-checkatrade img.funnel-social-icon {
    width: auto;
    height: 17px;
}

.funnel-page .funnel-footer-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #303030;
}

.funnel-page .funnel-footer-bottom .funnel-footer-socials {
    margin-bottom: 20px;
}

.funnel-page .funnel-footer-bottom p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}

.funnel-page .funnel-footer-socials.funnel-footer-socials-mobile {
    display: none;
}

@media (min-width: 992px) {
    .funnel-page .funnel-quote-box {
        margin-left: 45px;
    }
}

@media (max-width: 1199.98px) {
    .funnel-page .funnel-hero-title {
        font-size: 60px;
    }

    .funnel-page .funnel-value-content {
        padding-right: 50px;
        padding-left: 70px;
    }
}

@media (max-width: 991.98px) {
    .funnel-page .funnel-hero-title {
        font-size: 48px;
    }

    .funnel-page .funnel-section h2,
    .funnel-page .funnel-areas h2,
    .funnel-page .funnel-footer h2 {
        font-size: 42px;
    }

    .funnel-page .funnel-value-content {
        min-height: 470px;
        padding: 70px 40px 60px;
    }

    .funnel-page .funnel-areas {
        min-height: 900px;
        padding-bottom: 390px;
    }

    .funnel-page .funnel-areas-shade {
        width: 100%;
        height: 68%;
        background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.98) 70%, rgba(255, 255, 255, 0) 100%);
    }

    .funnel-page .funnel-footer-quote,
    .funnel-page .funnel-footer-office {
        margin-bottom: 40px;
    }

    .funnel-page .funnel-areas-content {
        width: 100%;
    }

    .funnel-page .funnel-areas-content ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        margin-bottom: 0;
        padding: 0;
    }

    .funnel-page .funnel-areas h2 {
        margin-bottom: 12px;
    }

    .funnel-page .funnel-areas-shade {
        height: 60%;
    }

    .funnel-page .funnel-areas {
        min-height: 700px;
        padding-bottom: 400px;
    }

    .funnel-page .funnel-areas-content p {
        padding-bottom: 0;
        margin-bottom: 12px;
    }

    .funnel-page .funnel-benefit-grid {
        margin-top: 40px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .funnel-page .funnel-hero {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .funnel-page .funnel-hero-row {
        display: block;
    }

    .funnel-page .funnel-hero-title {
        margin-bottom: 30px;
        font-size: 44px;
    }

    .funnel-page .funnel-quote-title {
        font-size: 32px;
    }

    .funnel-page .funnel-section,
    .funnel-page .funnel-intro,
    .funnel-page .funnel-benefits {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .funnel-page .funnel-section h2,
    .funnel-page .funnel-areas h2,
    .funnel-page .funnel-footer h2 {
        font-size: 34px;
    }

    .funnel-page .funnel-section p,
    .funnel-page .funnel-section li,
    .funnel-page .funnel-areas p,
    .funnel-page .funnel-areas li,
    .funnel-page .funnel-footer p,
    .funnel-page .funnel-footer address {
        font-size: 16px;
        line-height: 24px;
    }

    .funnel-page .funnel-accreditation-logos {
        margin-bottom: 30px;
    }

    .funnel-page .funnel-accreditation-logos img {
        max-width: 135px;
        max-height: 100px;
    }

    .funnel-page .funnel-service-column {
        max-width: none;
    }

    .funnel-page .funnel-service-column-right {
        margin-top: 50px;
    }

    .funnel-page .funnel-value-content {
        min-height: 0;
        padding: 50px 30px;
    }

    .funnel-page .funnel-areas {
        padding-top: 60px;
        padding-bottom: 340px;
    }

    .funnel-page .funnel-footer-top {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .funnel-page .funnel-footer-office h2,
    .funnel-page .funnel-footer-contact h2 {
        font-size: 28px;
    }
}

@media (max-width: 575.98px) {
    .funnel-page .funnel-hero-title {
        font-size: 40px;
    }

    .funnel-page .funnel-quote-box {
        padding: 20px;
    }

    .funnel-page .funnel-quote-form .col-xs-6 {
        width: 100%;
    }

    .funnel-page .funnel-benefit-grid {
        grid-template-columns: 1fr;
    }

    .funnel-page .funnel-captcha-row {
        display: block;
    }

    .funnel-page .funnel-captcha-row .funnel-quote-input {
        margin-bottom: 10px;
    }

    .funnel-page .funnel-captcha-row .captcha {
        width: 100%;
        max-height: 40px;
    }

    .funnel-page .funnel-areas-content ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .funnel-page .funnel-areas-shade {
        height: 65%;
    }

    .funnel-page .funnel-areas {
        padding-top: 45px;
        padding-bottom: 400px;
    }

    .funnel-page .funnel-footer-socials {
        flex-wrap: wrap;
    }

    .funnel-page .funnel-footer-socials:not(.funnel-footer-socials-mobile) {
        display: none;
    }

    .funnel-page .funnel-footer-socials.funnel-footer-socials-mobile {
        display: flex;
    }

    .funnel-page .funnel-accreditations::before {
        left: 0;
        background-size: cover;
    }

    .funnel-page .funnel-accreditations .social-link-url,
    .funnel-page .funnel-accreditations .social-link-name::after {
        display: none;
    }

    .funnel-page .funnel-quote-input {
        height: 40px;
        padding-left: 10px;
    }
}

@media(min-width: 992px) and (max-width: 1199.98px) {
    .funnel-page .funnel-accreditations .social-link-url {
        display: block;
    }

    .funnel-page .funnel-accreditations .social-links a {
        display: block;
    }

    .funnel-page .funnel-accreditations .social-link-name {
        margin-left: 0;
    }

    .funnel-page .funnel-accreditations .social-link-name.social-x {
        margin-left: 2px;
    }

    .funnel-page .funnel-accreditations .social-links {
        gap: 8px;
    }
}
