/* _content/DCBL_Microsite/Components/ArrowDivider.razor.rz.scp.css */
.dcbl-divider[b-nxkd1iyhc8] {
    display: grid;
    grid-template-columns: 1fr auto 1fr; 
    align-items: center;
    column-gap: 14px;
    padding: 2rem 0;
}

.dcbl-divider__line[b-nxkd1iyhc8] {
    height: 2px;
    background: rgba(49, 190, 175, 0.55);
    border-radius: 999px;
    min-width: 0;
}

.dcbl-divider__icon[b-nxkd1iyhc8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}

.dcbl-divider__icon img[b-nxkd1iyhc8] {
    display: block;
    width: 60px; 
    height: auto;
}
/* _content/DCBL_Microsite/Components/Carousel.razor.rz.scp.css */
.carousel-section[b-qfvc7ryzd5] {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: clip;
    font-family: "Source Sans Pro", sans-serif;
}

.carousel-section__inner[b-qfvc7ryzd5] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 3rem 16px;
    min-width: 0;
}

.carousel-control-prev-icon[b-qfvc7ryzd5], .carousel-control-next-icon[b-qfvc7ryzd5]{
    width: 1.5rem;
    height: 1.5rem;
}

.carousel-section__heading-wrap[b-qfvc7ryzd5] {
    margin: 0 0 18px;
}

.carousel-section__heading[b-qfvc7ryzd5] {
    margin: 0;
    color: #0c304e;
    font-weight: 800;
    font-size: 4em;
    line-height: 1.15;
    text-align: center;
}

.carousel[b-qfvc7ryzd5] {
    position: relative;
    min-width: 0;
}

.carousel__viewport[b-qfvc7ryzd5] {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    min-width: 0;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
    cursor: grab;
}

.carousel.is-dragging .carousel__viewport[b-qfvc7ryzd5] {
    cursor: grabbing;
}

.carousel__track[b-qfvc7ryzd5] {
    display: flex;
    width: 100%;
    will-change: transform;
    transition-property: transform;
    transition-timing-function: ease;
}

.carousel.is-dragging .carousel__track[b-qfvc7ryzd5],
.carousel.is-loop-reset .carousel__track[b-qfvc7ryzd5] {
    transition-duration: 0ms !important;
}

.carousel.is-settling .carousel__track[b-qfvc7ryzd5] {
    transition-timing-function: cubic-bezier(.2, .9, .2, 1);
}

.carousel__slide[b-qfvc7ryzd5] {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

    .carousel__slide > *[b-qfvc7ryzd5] {
        width: 100%;
        max-width: 1040px;
    }

.carousel-card[b-qfvc7ryzd5] {
    background: #ffffff;
    border: 1px solid rgba(12, 48, 78, 0.14);
    border-radius: 14px;
    padding: 6rem 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    min-height: 150px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: auto;
    width: 80%;
}

    .carousel-card[b-qfvc7ryzd5],
    .carousel-card *[b-qfvc7ryzd5] {
        user-select: none;
        -webkit-user-select: none;
        -webkit-user-drag: none;
    }

.carousel-card__content[b-qfvc7ryzd5] {
    min-width: 0;
}

.carousel-nav-icon[b-qfvc7ryzd5] {
    fill: #31beaf;
}

.carousel-card__text[b-qfvc7ryzd5] {
    width: 100%;
    margin: 0;
    color: #0c304e;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 800;
    font-size: 2.3em;
    line-height: 50px;
    white-space: pre-line;
}

.carousel-card__footer[b-qfvc7ryzd5] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 12px;
    margin-right: 2rem;
}

.carousel-card__media[b-qfvc7ryzd5] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-img[b-qfvc7ryzd5] {
    width: 5rem;
    height: auto;
    display: block;
}

.carousel__nav[b-qfvc7ryzd5] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(12, 48, 78, 0.14);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    padding: 0;
}

    .carousel__nav svg[b-qfvc7ryzd5] {
        width: 18px;
        height: 18px;
        fill: #0c304e;
    }

.carousel__nav--prev[b-qfvc7ryzd5] {
    left: 8px;
}

.carousel__nav--next[b-qfvc7ryzd5] {
    right: 8px;
}

.carousel--mobile[b-qfvc7ryzd5] {
    display: none;
}

.carousel--desktop[b-qfvc7ryzd5] {
    display: block;
}

.carousel-control-prev[b-qfvc7ryzd5]{
    left: -6vw;
}

.carousel-control-next[b-qfvc7ryzd5] {
    right: -6vw;
}

@media (max-width: 1023px) {
    .carousel-section__heading[b-qfvc7ryzd5] {
        font-size: 30px;
    }

    .carousel--mobile[b-qfvc7ryzd5] {
        display: block;
    }

    .carousel--desktop[b-qfvc7ryzd5] {
        display: none;
    }
}

@media(min-width: 1020px){
    .carousel-card[b-qfvc7ryzd5] {
        max-height: 10rem;
    }
}

@media (max-width: 640px) {
    .carousel__nav[b-qfvc7ryzd5] {
        width: 30px;
        height: 30px;
    }

    .carousel-card[b-qfvc7ryzd5]{
        min-height: 32.5vh;
    }

    .carousel-card__text[b-qfvc7ryzd5] {
        line-height: 1.80rem;
        font-size: 22px;
    }

    .carousel__nav--prev[b-qfvc7ryzd5] {
        left: -0.8rem;
    }

    .carousel-section__heading[b-qfvc7ryzd5]{
        font-size: 3em;
    }



    .carousel__nav--next[b-qfvc7ryzd5] {
        right: -0.8rem;
    }

    .carousel-card[b-qfvc7ryzd5] {
        width: 85%;
        padding: 16px 14px 12px;
        border-radius: 14px;
    }

    .carousel-card__footer[b-qfvc7ryzd5] {
        display: none;
    }

    .carousel-card__text[b-qfvc7ryzd5] {
        text-align: center;
    }
}

.carousel-card[b-qfvc7ryzd5]{
    cursor: grab;
}

.dcbl-drag-carousel .carousel-inner[b-qfvc7ryzd5] {
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
    cursor: grab;
}

.dcbl-drag-carousel.is-dragging .carousel-inner[b-qfvc7ryzd5] {
    cursor: grabbing;
}

.dcbl-drag-carousel .carousel-item[b-qfvc7ryzd5],
.dcbl-drag-carousel .carousel-item *[b-qfvc7ryzd5] {
    user-select: none;
    -webkit-user-select: none;
}

.dcbl-drag-carousel .carousel-inner[b-qfvc7ryzd5] {
    will-change: transform;
}

.dcbl-drag-carousel.is-dragging .carousel-inner[b-qfvc7ryzd5] {
    transition: none !important;
}


/* _content/DCBL_Microsite/Components/ConsultationForm.razor.rz.scp.css */
p[b-hqxn9p8fhq], h1[b-hqxn9p8fhq], h2[b-hqxn9p8fhq], h3[b-hqxn9p8fhq], h4[b-hqxn9p8fhq], h5[b-hqxn9p8fhq] {
    font-family: "Source Sans Pro", sans-serif;
}
button[b-hqxn9p8fhq]{
    cursor: pointer;
    border: none;
}

button:hover[b-hqxn9p8fhq] {
    background-color: #31beaf;
    color: white;
}

.dcbl-consult__form[b-hqxn9p8fhq] {
    background: #fff;
    border-radius: 10px;
    padding: 4rem 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    max-width: 600px;
}

.dcbl-form__error[b-hqxn9p8fhq] {
    color: #b00020;
    background: #ffe6e6;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.drk-theme-border[b-hqxn9p8fhq]{

}

[b-hqxn9p8fhq] .dcbl-field__input,
[b-hqxn9p8fhq] .dcbl-field__textarea {
    box-sizing: border-box;
    max-width: 100%;
}

.validation-message[b-hqxn9p8fhq] {
    margin-top: 5px;
}

.dcbl-consult__title[b-hqxn9p8fhq] {
    margin: 0 0 22px;
    text-align: center;
    font-weight: 900;
    font-size: 3em;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.05;
    color: #0c304e;
    margin-bottom: 2.5rem;
}

.dcbl-form__grid[b-hqxn9p8fhq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
    row-gap: 16px;
}

.dcbl-field--full[b-hqxn9p8fhq] {
    grid-column: 1 / span 2;
}

.dcbl-field__label[b-hqxn9p8fhq] {
    display: block;
    margin: 0 0 6px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #0c304e;
}

[b-hqxn9p8fhq] .dcbl-field__input,
[b-hqxn9p8fhq] .dcbl-field__textarea {
    width: 100%;
    border: 1px solid rgba(12, 48, 78, 0.18);
    border-radius: 6px;
    background: #fff;
    color: #0c304e;
    font: inherit;
    font-size: 14px;
    background-color: #f7f7f7;
    padding: 10px;
}

.form-btn[b-hqxn9p8fhq]{
    display: flex;
   justify-content: center;
}
.dcbl-field__input[b-hqxn9p8fhq] {
    height: 42px;
    padding: 0 14px;
    width: 100%;
}

.dcbl-field__textarea[b-hqxn9p8fhq] {
    padding: 12px 14px;
    resize: vertical;
    min-height: 120px;
}

.dcbl-field__input[b-hqxn9p8fhq]::placeholder,
.dcbl-field__textarea[b-hqxn9p8fhq]::placeholder {
    color: rgba(12, 48, 78, 0.55);
}

.dcbl-field__input:focus[b-hqxn9p8fhq],
.dcbl-field__textarea:focus[b-hqxn9p8fhq] {
    outline: none;
    border-color: rgba(49, 190, 175, 0.9);
    box-shadow: 0 0 0 3px rgba(49, 190, 175, 0.18);
}

.validation-message[b-hqxn9p8fhq] {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #b00020;
}

.dcbl-consult__submit[b-hqxn9p8fhq] {
    background: #0c304e;
    color: #fff;
    width: auto;
    min-width: 180px;
    padding: 1.25rem 2.5rem;
    border-radius: 6px;
    font-size: 1rem;
}

.form-btn[b-hqxn9p8fhq]{
    margin-top: 1.25rem;
}

.dcbl-consult__form[b-hqxn9p8fhq] {
    position: relative;
    transition: opacity 0.2s ease;
}

    .dcbl-consult__form.is-submitting .dcbl-form__grid[b-hqxn9p8fhq] {
        opacity: 0.65;
        pointer-events: none;
    }

.dcbl-consult__submit[b-hqxn9p8fhq] {
    position: relative;
    min-width: 160px;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

    .dcbl-consult__submit:disabled[b-hqxn9p8fhq] {
        cursor: not-allowed;
        opacity: 0.9;
    }

    .dcbl-consult__submit.is-loading[b-hqxn9p8fhq] {
        color: transparent;
    }

        .dcbl-consult__submit.is-loading[b-hqxn9p8fhq]::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 18px;
            height: 18px;
            margin-top: -9px;
            margin-left: -9px;
            border: 2px solid currentColor;
            border-right-color: transparent;
            border-radius: 50%;
            animation: dcbl-spin-b-hqxn9p8fhq 0.7s linear infinite;
            color: #fff;
        }

@keyframes dcbl-spin-b-hqxn9p8fhq {
    to {
        transform: rotate(360deg);
    }
}


/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1023px) {
    .dcbl-consult__form[b-hqxn9p8fhq] {
        padding: 28px 18px;
    }



    .dcbl-consult__form[b-hqxn9p8fhq] {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        margin: auto;
    }
    .dcbl-form__grid[b-hqxn9p8fhq] {
        grid-template-columns: 1fr;  stacks like Elementor on small 
        column-gap: 0;
    }

    .dcbl-form__grid[b-hqxn9p8fhq] {
        grid-template-columns: 1fr;  single column 
        column-gap: 0;
    }

    .dcbl-field--full[b-hqxn9p8fhq] {
        grid-column: auto;
    }

     Force inputs to fill row on mobile[b-hqxn9p8fhq] 
     .dcbl-field__input,
    [b-hqxn9p8fhq] .dcbl-field__textarea {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 640px) {
    .dcbl-consult__title[b-hqxn9p8fhq] {
        font-size: 32px;
    }

    .dcbl-consult__title[b-hqxn9p8fhq] {
        font-size: 2.5em;
    }
    .form-btn[b-hqxn9p8fhq]{
        margin-top: 0.25rem;
    }

}

@media (max-width: 767px) {
    .dcbl-consult__form[b-hqxn9p8fhq]{
        width: 100%;
    }

}
/* _content/DCBL_Microsite/Components/ConsultationFormBlue.razor.rz.scp.css */

button[b-lreldfau8d] {
    cursor: pointer;
    border: none;
}

    button:hover[b-lreldfau8d] {
        background-color: rgba(49, 190, 175, 0.75);
        color: #fff;
    }

.dcbl-consult__form[b-lreldfau8d] {
    position: relative;
    transition: opacity 0.2s ease;
    background: #092741;
    background-image: url("/images/hero-chevron-large-slider-600x427.png.webp");
    background-position: left;
    background-repeat: repeat;
    background-size: 90% auto;
    color: #fff;
    padding: 2rem 3rem;
    width: 100%;
    box-shadow: 0 0 0 1px rgba(49, 190, 175, 0.4), 0 0 30px rgba(49, 190, 175, 0.35), 0 0 60px rgba(49, 190, 175, 0.25), 0 10px 30px rgba(0, 0, 0, 0.08);
}

.dcbl-form__error[b-lreldfau8d] {
    color: #b00020;
    background: #ffe6e6;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}

    .dcbl-consult__form.is-submitting .dcbl-form__grid[b-lreldfau8d] {
        opacity: 0.65;
        pointer-events: none;
    }

.dcbl-consult__submit[b-lreldfau8d] {
    position: relative;
    min-width: 160px;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

    .dcbl-consult__submit:disabled[b-lreldfau8d] {
        cursor: not-allowed;
        opacity: 0.9;
    }

    .dcbl-consult__submit.is-loading[b-lreldfau8d] {
        color: transparent;
    }

        .dcbl-consult__submit.is-loading[b-lreldfau8d]::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 18px;
            height: 18px;
            margin-top: -9px;
            margin-left: -9px;
            border: 2px solid currentColor;
            border-right-color: transparent;
            border-radius: 50%;
            animation: dcbl-spin-b-lreldfau8d 0.7s linear infinite;
            color: #fff;
        }

@keyframes dcbl-spin-b-lreldfau8d {
    to {
        transform: rotate(360deg);
    }
}

.border[b-lreldfau8d] {
    border-radius: 15px;
    border: 1px solid #31beaf !important;
    box-shadow: 0 0 0 1px rgba(49, 190, 175, 0.25), 0 0 18px rgba(49, 190, 175, 0.18), 0 10px 30px rgba(0, 0, 0, 0.08);
}

.dcbl-consult__title[b-lreldfau8d] {
    margin: 1rem 0 1.8rem;
    text-align: center;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1.05;
    font-family: "Open Sans", sans-serif;
}

.is-submitting[b-lreldfau8d]{

}

.dcbl-form__grid[b-lreldfau8d] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
    row-gap: 16px;
}

.dcbl-field--full[b-lreldfau8d] {
    grid-column: 1 / span 2;
}

.dcbl-field__label[b-lreldfau8d] {
    display: block;
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 500;
}

[b-lreldfau8d] .dcbl-field__input,
[b-lreldfau8d] .dcbl-field__textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(12, 48, 78, 0.18);
    border-radius: 6px;
    background-color: #f7f7f7;
    font: inherit;
    font-size: 14px;
    padding: 10px;
}

.dcbl-field__input[b-lreldfau8d] {
    height: 42px;
    padding: 0 14px;
    width: 100%;
}

.dcbl-field__textarea[b-lreldfau8d] {
    padding: 12px 14px;
    resize: vertical;
    min-height: 120px;
}

    .dcbl-field__input[b-lreldfau8d]::placeholder,
    .dcbl-field__textarea[b-lreldfau8d]::placeholder {
        color: rgba(12, 48, 78, 0.55);
    }

    .dcbl-field__input:focus[b-lreldfau8d],
    .dcbl-field__textarea:focus[b-lreldfau8d] {
        outline: none;
        border-color: rgba(49, 190, 175, 0.9);
        box-shadow: 0 0 0 3px rgba(49, 190, 175, 0.18);
    }

.validation-message[b-lreldfau8d] {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #FF6342 !important;
}

.form-btn[b-lreldfau8d] {
    display: flex;
    justify-content: center;
    margin-top: 1.25rem;
}

.dcbl-consult__submit[b-lreldfau8d] {
    border: 2px solid #31beaf;
    background: transparent;
    color: #fff;
    width: auto;
    padding: 0.75rem 2rem;
    border-radius: 6px;
    font-size: 1.15rem;
}

.highlighted[b-lreldfau8d] {
    color: #31beaf !important;
}

/* Chevron divider (hidden by default, shown on mobile) */
.chevron-divider[b-lreldfau8d] {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    line-height: 0;
    margin: 1rem 0;
}

    .chevron-divider[b-lreldfau8d]::before,
    .chevron-divider[b-lreldfau8d]::after {
        content: "";
        flex: 1;
        height: 1px;
        background-color: #31beaf;
    }

    .chevron-divider[b-lreldfau8d]::before {
        margin-right: 1rem;
    }

    .chevron-divider[b-lreldfau8d]::after {
        margin-left: 1rem;
    }

.chevron-divider__icon[b-lreldfau8d] {
    width: 25px;
    height: auto;
    display: block;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1023px) {
    .dcbl-consult__form[b-lreldfau8d] {
        padding: 28px 18px;
    }

    .dcbl-consult__title[b-lreldfau8d] {
        font-size: 38px;
    }

    .dcbl-form__grid[b-lreldfau8d] {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .dcbl-field--full[b-lreldfau8d] {
        grid-column: auto;
    }
}

@media (max-width: 640px) {
    .dcbl-consult__title[b-lreldfau8d] {
        font-size: 1.8rem;
        margin: 0.25rem 0;
    }

    .dcbl-consult__form[b-lreldfau8d] {
        box-shadow: 0 0 0 1px rgba(49, 190, 175, 0.4), 0 0 30px rgba(49, 190, 175, 0.35), 0 0 10px rgba(49, 190, 175, 0.25), 0 10px 30px rgba(0, 0, 0, 0.08);
    }

    .chevron-divider[b-lreldfau8d] {
        display: flex;
        margin-top: 0.5rem;
    }

    .dcbl-consult__submit[b-lreldfau8d] {
        padding: 0.75rem 2.5rem !important;
    }

    .dcbl-field__label[b-lreldfau8d] {
        font-size: 0.95rem;
    }
}

/* _content/DCBL_Microsite/Components/CTA_Buttons.razor.rz.scp.css */
.cta-container[b-6rzkdcntaz] {
    display: flex;
    gap: 4rem;
}

@media(max-width: 768px){
    .cta-container[b-6rzkdcntaz] {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
}
/* _content/DCBL_Microsite/Components/Reviews.razor.rz.scp.css */
/* ==========================================================================
   Trustpilot section
   ========================================================================== */

.dcbl-trustpilot[b-qemw1tcc8s] {
    padding: 3rem 0;
}

.dcbl-trustpilot__inner[b-qemw1tcc8s] {
    /* if you use a global .content wrapper you can omit these */
    margin: 0 auto;
    max-width: 1520px;
}

.dcbl-trustpilot__heading[b-qemw1tcc8s] {
    margin: 0 0 14px;
    font-weight: 900;
    line-height: 1.1;
    color: #0c304e;
    font-family: "Source Sans Pro",Sans-serif;
    font-size: 4rem;
    text-align: center;
    font-weight: 800;
}

#trustbox[b-qemw1tcc8s]{
    margin: 0 auto;
}


.dcbl-trustpilot__heading_light[b-qemw1tcc8s] {
    color: white;
    margin: 0 0 14px;
    font-weight: 300;
    line-height: 1.1;
    font-family: "Source Sans 3",Sans-serif;
    font-size: 2.2rem;
    text-align: center;
}



@media (max-width: 1023px) {
    .dcbl-trustpilot__heading[b-qemw1tcc8s]{
        font-size: 3rem;
    }
}

@media(max-width: 767px){
    .dcbl-trustpilot__inner[b-qemw1tcc8s] {
        max-width: 100%;
    }
    .title-cont[b-qemw1tcc8s]{
        text-align: center;
    }
}
/* _content/DCBL_Microsite/Pages/DebtCollectionAgency.razor.rz.scp.css */
.card-title[b-gtaz48duaw], .highlighted[b-gtaz48duaw] {
    font-weight: 700
}

.card-title[b-gtaz48duaw], .highlighted[b-gtaz48duaw], .p-link:hover[b-gtaz48duaw], .title-sub[b-gtaz48duaw] {
    color: #31beaf
}

#hero-cta-btn[b-gtaz48duaw], .dcbl-hero__title-mobile[b-gtaz48duaw], h1[b-gtaz48duaw], h2[b-gtaz48duaw], h3[b-gtaz48duaw], h4[b-gtaz48duaw], h5[b-gtaz48duaw], p[b-gtaz48duaw] {
    font-family: "Open Sans",sans-serif
}

#top-form-card[b-gtaz48duaw], #vid-overlay[b-gtaz48duaw] {
    z-index: 10;
    position: absolute
}

#USP-section[b-gtaz48duaw], #hero-cta-btn[b-gtaz48duaw], #our-approach[b-gtaz48duaw] {
    color: #0c304e
}

#our-approach-header h2 span[b-gtaz48duaw], .highlighted[b-gtaz48duaw] {
    transition: color .25s
}

#accreditations[b-gtaz48duaw], #dcbl-stadium[b-gtaz48duaw], #dcbl-stadium p[b-gtaz48duaw], .card-title[b-gtaz48duaw], .perks-grid__text[b-gtaz48duaw] {
    text-align: center
}


a[b-gtaz48duaw] {
    text-decoration: none
}

p[b-gtaz48duaw] {
    font-size: 1rem !important
}

.xl-screen[b-gtaz48duaw] {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    min-width: 0;
    box-sizing: border-box;
}

.is-hidden[b-gtaz48duaw] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.card-title[b-gtaz48duaw] {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.perks-grid__item[b-gtaz48duaw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #1d7278;
    color: #fff;
    padding: 2.8rem 1.5rem;
    border-radius: 6px;
    max-height: 100% !important
}

#industry-leading-section h2:hover .highlighted[b-gtaz48duaw], .dcbl-hero__inner[b-gtaz48duaw] {
    color: #fff !important
}

.mobile-call-fab[b-gtaz48duaw] {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 9999;
    display: none
}

.mobile-call-fab__btn[b-gtaz48duaw] {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    border-radius: 999px;
    background-color: #31beaf;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
    transition: transform 160ms,background-color 220ms,box-shadow 220ms
}

    .mobile-call-fab__btn img[b-gtaz48duaw] {
        width: 44px;
        height: auto;
        display: block
    }

    .mobile-call-fab__btn:hover[b-gtaz48duaw] {
        background-color: #f2f6fa;
        transform: translateY(-2px);
        box-shadow: 0 14px 28px rgba(0,0,0,.28)
    }

    .mobile-call-fab__btn:active[b-gtaz48duaw] {
        transform: translateY(0)
    }

#USP-section p[b-gtaz48duaw] {
    font-weight: 400;
    line-height: 2rem
}

#USP-section h2[b-gtaz48duaw] {
    font-weight: 700;
    font-size: 1.55rem;
    margin-bottom: 1.5rem
}

#usp-cont[b-gtaz48duaw] {
    padding: 0 !important
}

#usp-inner[b-gtaz48duaw] {
    display: flex;
    max-width: 1580px;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between
}

#usp-icon-text svg[b-gtaz48duaw] {
    fill: #31beaf !important
}

#contact-phone-br[b-gtaz48duaw], .dcbl-hero-grid__top-underlay-mobile[b-gtaz48duaw] {
    display: none
}

.dcbl-hero-grid[b-gtaz48duaw] {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow-x: clip;
    display: flex
}

@supports not (overflow-x:clip) {
    .dcbl-hero-grid[b-gtaz48duaw] {
        overflow-x: hidden
    }
}

.dcbl-hero__inner[b-gtaz48duaw] {
    min-width: 100vw
}

.dcbl-hero-grid__inner[b-gtaz48duaw] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 47.5vh auto;
    min-height: 0;
    box-sizing: border-box
}

.dcbl-hero-grid__row--top[b-gtaz48duaw] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0,1.1fr) clamp(16px,7vw,225px) minmax(0,0.9fr);
    grid-template-rows: 1fr;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    --gap-offset: 2.2rem
}

.dcbl-hero-grid__top-left[b-gtaz48duaw], .dcbl-hero-grid__top-right[b-gtaz48duaw], .dcbl-hero-grid__top-underlay-desktop[b-gtaz48duaw] {
    grid-row: 1
}

.dcbl-hero-grid__top-left[b-gtaz48duaw] {
    grid-column: 1/3;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 1.5rem 2rem 2rem;
    background: #0b2d49;
    overflow: hidden;
    display: flex;
    align-items: center;
    clip-path: polygon(0% 0%,89% 0%,100% 50%,89% 100%,0% 100%);
    z-index: 2
}

    .dcbl-hero-grid__top-left[b-gtaz48duaw]::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url("/images/hero-chevron-large-slider-600x427.png.webp");
        background-position: left;
        background-repeat: repeat;
        background-size: 45% auto;
        pointer-events: none;
        z-index: 0
    }

    .dcbl-hero-grid__top-left > *[b-gtaz48duaw] {
        position: relative;
        z-index: 1;
        min-width: 0
    }

.dcbl-hero-grid__top-left-inner[b-gtaz48duaw] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    padding-inline: 16px;
    margin: 0
}

.dcbl-hero-grid__top-underlay-desktop[b-gtaz48duaw] {
    grid-column: 2/4;
    inset: 0;
    z-index: 1;
    display: block
}

.dcbl-hero-grid__top-right[b-gtaz48duaw] {
    grid-column: 3/4;
    display: flex;
    height: 100%;
    min-width: 9vw;
    background: #0b2d49;
    z-index: 3;
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%,6vw 50%);
    position: absolute;
    right: 0
}

.dcbl-hero__title-desktop[b-gtaz48duaw] {
    color: var(--e-global-color-primary);
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 2.9rem;
    display: block
}

.dcbl-hero__title-mobile[b-gtaz48duaw] {
    font-size: 2.15rem;
    line-height: 1.1em;
    font-weight: 700;
    text-align: center;
    display: none
}

.dcbl-hero__subtitle[b-gtaz48duaw] {
    font-size: .9rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.1
}

#why-dcbl .body-text p[b-gtaz48duaw], .dcbl-hero__copy[b-gtaz48duaw] {
    font-weight: 400 !important
}

.dcbl-hero__featured[b-gtaz48duaw] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1rem;
    background-color: #092741;
    border: 1px solid #b89f71;
    padding: .5rem 2.35rem;
    border-radius: 5px;
    max-width: 30rem
}

.dcbl-hero__featured-text[b-gtaz48duaw] {
    min-width: 0
}

#why-dcbl .body-text[b-gtaz48duaw], .dcbl-hero__featured-media[b-gtaz48duaw] {
    display: flex;
    justify-content: center
}

    .dcbl-hero__featured-media img[b-gtaz48duaw] {
        display: block;
        max-width: 100%;
        height: auto
    }

.hero-show-logo[b-gtaz48duaw] {
    max-height: 3rem
}

.hero-contact-num[b-gtaz48duaw] {
    color: #31beaf;
    font-weight: 700
}

.cta-btn-container[b-gtaz48duaw] {
    width: 100%;
    margin: 1.5rem 0;
    display: none
}

.hero-bottom[b-gtaz48duaw], .hero-bottom-inner[b-gtaz48duaw] {
    max-width: 1980px;
    margin: 0 auto
}

#hero-cta-btn[b-gtaz48duaw] {
    background-color: #fff;
    width: fit-content;
    font-size: 1rem;
    font-weight: 600;
    padding: .8rem 1.5rem;
    display: none
}

#hero-card-container[b-gtaz48duaw] {
    width: 100vw
}

.hero-bottom[b-gtaz48duaw] {
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 1.5rem 3.5rem 3rem;
    flex: 1;
    align-items: stretch
}

#top-form-card[b-gtaz48duaw] {
    right: 3vw;
    bottom: 1rem
}

.dcbl-hero-grid__benefit[b-gtaz48duaw] {
    background-color: #092741;
    min-height: 0;
    padding: 2rem 2.25rem;
    text-align: center !important;
    flex: 1;
    display: flex;
    flex-direction: column
}

    .dcbl-hero-grid__benefit p[b-gtaz48duaw] {
        margin-bottom: 0;
        text-align: center !important
    }

.benefit-icon[b-gtaz48duaw] {
    max-height: 80px;
    margin-bottom: 1.2rem
}

#heroCarousel[b-gtaz48duaw], #heroCarousel .carousel-inner[b-gtaz48duaw], #heroCarousel .carousel-item[b-gtaz48duaw], #heroMobileCarousel[b-gtaz48duaw], #heroMobileCarousel .carousel-inner[b-gtaz48duaw], #heroMobileCarousel .carousel-item[b-gtaz48duaw], .dcbl-hero-grid__top-underlay-desktop[b-gtaz48duaw], .dcbl-hero-grid__top-underlay-mobile[b-gtaz48duaw] {
    height: 100%
}

    #heroCarousel .carousel-item.active img[b-gtaz48duaw] {
        animation: 7s forwards zoomInSlide-b-gtaz48duaw
    }

    #heroCarousel img[b-gtaz48duaw], #heroCarousel picture img[b-gtaz48duaw], #heroMobileCarousel img[b-gtaz48duaw] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block
    }

    #heroCarousel .carousel-inner[b-gtaz48duaw] {
        width: 100%;
        float: right
    }

.carousel-item img[b-gtaz48duaw] {
    height: 100%;
    object-fit: contain
}

#heroCarousel[b-gtaz48duaw], #heroMobileCarousel[b-gtaz48duaw], .dcbl-hero-grid__top-underlay-desktop[b-gtaz48duaw], .dcbl-hero-grid__top-underlay-mobile[b-gtaz48duaw] {
    background: #000
}

#accreditations[b-gtaz48duaw], #chevron-desktop[b-gtaz48duaw] {
    padding: 2rem 0
}

    #accreditations h2[b-gtaz48duaw] {
        color: #0c304e;
        font-size: 2.85rem;
        font-weight: 300
    }

#industry-leading-section p[b-gtaz48duaw], #solution-section p[b-gtaz48duaw] {
    font-size: 1.15rem;
    margin-bottom: 2rem;
    text-align: start
}

#accreditations span[b-gtaz48duaw] {
    font-weight: 700;
    color: #31beaf
}

#accreditations-badge-row[b-gtaz48duaw] {
    padding: 2rem 0 0
}

    #accreditations-badge-row div img[b-gtaz48duaw], .breakout-inner[b-gtaz48duaw] {
        max-width: 100%
    }

.accreditation-badge[b-gtaz48duaw] {
    max-width: 8rem
}

.iframe-wrapper[b-gtaz48duaw] {
    border-radius: 25px !important;
    overflow: hidden
}

    .iframe-wrapper iframe[b-gtaz48duaw] {
        width: 100%;
        height: 100%;
        border-radius: 25px !important
    }

#vid-overlay[b-gtaz48duaw] {
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 15px;
    pointer-events: auto
}

.chev-wrap[b-gtaz48duaw], .vid-overlay-play[b-gtaz48duaw] {
    align-items: center;
    display: flex
}

.vid-overlay-play[b-gtaz48duaw] {
    position: relative;
    z-index: 3;
    width: 100px;
    height: 100px;
    justify-content: center
}

    .vid-overlay-play svg[b-gtaz48duaw] {
        fill: #fff;
        border: none
    }

#why-dcbl .body-text p[b-gtaz48duaw] {
    width: 65%;
    max-width: 1000px
}

#why-cards[b-gtaz48duaw] {
    border-top: 2px solid #1d7278;
    background-color: #092741
}

.why-card-icon[b-gtaz48duaw] {
    margin-bottom: 1rem;
    max-width: 7rem;
    max-height: 7rem
}

#solution-inner[b-gtaz48duaw] {
    padding-bottom: 0 !important
}

#solution-section p[b-gtaz48duaw] {
    font-weight: 400 !important;
    width: 100%;
    line-height: 1.8rem
}

.subtitle[b-gtaz48duaw] {
    font-size: 2.2rem
}

#industry-leading-heading[b-gtaz48duaw] {
    margin-bottom: 2rem
}

#industry-leading-section .breakout-inner[b-gtaz48duaw] {
    padding-bottom: 5vh
}

#industry-leading-section p[b-gtaz48duaw] {
    font-weight: 400;
    width: 85%
}

#industry-leading-section svg[b-gtaz48duaw] {
    width: 4rem
}

#form-cont[b-gtaz48duaw] {
    margin-top: 2rem
}

#our-approach[b-gtaz48duaw] {
    max-width: 1320px;
    margin: auto
}

    #our-approach p[b-gtaz48duaw] {
        text-align: start
    }

#our-approach-header[b-gtaz48duaw] {
    margin-bottom: 1rem !important
}

    #our-approach-header h2:hover span[b-gtaz48duaw] {
        color: #31beaf !important
    }

#our-approach-title-desktop[b-gtaz48duaw] {
    font-weight: 300;
    font-size: 2.5rem
}

    #our-approach-title-desktop span[b-gtaz48duaw] {
        font-weight: 600
    }

#our-approach-title-mobile[b-gtaz48duaw] {
    font-size: 2.5rem !important;
    font-weight: 300 !important;
    display: none
}

    #our-approach-title-mobile span[b-gtaz48duaw] {
        font-weight: 700 !important
    }

.our-approach-desktop-chev[b-gtaz48duaw] {
    gap: 1rem;
    margin-bottom: 1rem
}

.approach-col[b-gtaz48duaw] {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem !important
}

    .approach-col h2[b-gtaz48duaw] {
        font-size: 1.6em;
        font-weight: 500;
        color: var(--e-global-color-secondary);
        margin-bottom: 1rem;
        line-height: 1
    }

.chev-wrap[b-gtaz48duaw] {
    height: 2rem;
    background: #fff
}

.chev-mark[b-gtaz48duaw] {
    display: flex;
    align-items: center;
    gap: 10px
}

    .chev-mark .bar[b-gtaz48duaw], .chev-mark .dot[b-gtaz48duaw] {
        height: .4rem;
        border-radius: 999px;
        background: #20415d
    }

    .chev-mark .dot[b-gtaz48duaw] {
        width: .4rem
    }

    .chev-mark .bar[b-gtaz48duaw] {
        width: 120px
    }

.col-container[b-gtaz48duaw] {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    min-height: 350px;
    margin-top: 0
}

.flip-card[b-gtaz48duaw] {
    perspective: 1000px;
    width: 100%;
    display: flex;
    height: 100%
}

.flip-card-inner[b-gtaz48duaw] {
    position: relative;
    width: 100%;
    transition: transform .6s;
    transform-style: preserve-3d;
    display: flex
}

.flip-card-back[b-gtaz48duaw], .flip-card-front[b-gtaz48duaw] {
    position: relative;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 4px
}

.flip-card-back[b-gtaz48duaw], .flip-card:hover .flip-card-inner[b-gtaz48duaw] {
    transform: rotateY(180deg)
}

.flip-card-back[b-gtaz48duaw] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important
}

    .flip-card-back p[b-gtaz48duaw] {
        font-size: .9rem !important
    }

.card-container[b-gtaz48duaw] {
    padding: 2rem 0;
    max-width: 1600px;
    margin: auto
}

#stadium-title[b-gtaz48duaw] {
    font-size: 2.8rem;
    font-weight: 300
}

#dcbl-stadium p[b-gtaz48duaw] {
    width: 100%;
    font-weight: 400;
    line-height: 2rem;
    margin: auto
}

#stadium-inner[b-gtaz48duaw]{
    padding: 3rem 0;
}

#dcbl-stadium img[b-gtaz48duaw] {
    object-fit: contain;
    height: fit-content;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / .5)
}

#stadium-img-container[b-gtaz48duaw] {
    padding: 1rem
}

.navy-bg[b-gtaz48duaw] {
    background-image: url("/images/hero-chevron-large-slider-600x427.png.webp");
    background-position: left;
    background-repeat: repeat;
    background-size: 45% auto;
    background-color: #0b2d49;
    color: #fff
}

.desktop-h2[b-gtaz48duaw] {
    font-size: 2.5rem;
    font-weight: 300 !important;
    width: fit-content !important
}

@keyframes zoomInSlide-b-gtaz48duaw {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.1)
    }
}

@media (prefers-reduced-motion:reduce) {
    .mobile-call-fab__btn[b-gtaz48duaw] {
        transition: none
    }
}

@media (min-width:768px) {
    .dcbl-hero-grid__top-underlay-mobile[b-gtaz48duaw] {
        display: none
    }

    #heroCarousel[b-gtaz48duaw], #heroCarousel .carousel-inner[b-gtaz48duaw], #heroCarousel .carousel-item[b-gtaz48duaw], .dcbl-hero-grid__row--top[b-gtaz48duaw], .dcbl-hero-grid__top-left[b-gtaz48duaw], .dcbl-hero-grid__top-underlay-desktop[b-gtaz48duaw] {
        min-height: 420px
    }
}

@media (min-width:992px) {
    .col-container[b-gtaz48duaw] {
        flex: 0 0 18%;
        max-width: 18%
    }

    #top-form-card[b-gtaz48duaw] {
        flex: 0 0 25%;
        max-width: 25%
    }

    #our-approach-title-mobile[b-gtaz48duaw], #top-form-card[b-gtaz48duaw], .chevron-mobile[b-gtaz48duaw], .form-container-mobile[b-gtaz48duaw] {
        display: none
    }

    .desktop-h2[b-gtaz48duaw] {
        font-weight: 300 !important;
        font-size: 2.7rem;
        line-height: 1.15
    }
}

@media (min-width:1400px) {
    .dcbl-hero-grid__top-left-inner[b-gtaz48duaw] {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:1405px) {
    .desktop-only[b-gtaz48duaw] {
        display: none
    }
}

@media (max-width:1300px) {
    .dcbl-hero-grid__inner[b-gtaz48duaw] {
        grid-template-rows: auto auto
    }
}

@media (max-width:1280px) {
    .dcbl-hero__title-desktop[b-gtaz48duaw] {
        font-size: 2rem;
        line-height: 2.5rem
    }

    .col-container[b-gtaz48duaw] {
        flex: 0 0 25%;
        max-width: 25%
    }

    .dcbl-hero__copy[b-gtaz48duaw] {
        margin: 0
    }

    #top-form-card[b-gtaz48duaw] {
        display: none !important
    }
}

@media (max-width:1025px) {

    .dcbl-hero-grid__top-left[b-gtaz48duaw] {
        overflow: auto
    }
}

@media (max-width:1024px) {
    #dcbl-stadium p[b-gtaz48duaw], #stadium-title[b-gtaz48duaw], .approach-col p[b-gtaz48duaw] {
        width: 100%
    }

    .breakout-section[b-gtaz48duaw] {
        padding: 0 1rem
    }

    #stadium-title[b-gtaz48duaw], .mobile-heading[b-gtaz48duaw] {
        text-align: start
    }

    #our-approach-header[b-gtaz48duaw] {
        margin-bottom: 2rem !important
    }

    .cta-btn-container[b-gtaz48duaw] {
        display: flex;
        justify-content: center
    }

    #industry-leading-section[b-gtaz48duaw] {
        border-bottom: .65rem solid #31beaf
    }

    #dcbl-stadium img[b-gtaz48duaw] {
        max-width: 100%;
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .dcbl-hero-grid__top-right[b-gtaz48duaw] {
        display: none
    }

    .dcbl-hero-grid__top-left-inner[b-gtaz48duaw] {
        gap: .5rem !important
    }

    .dcbl-hero__title-desktop[b-gtaz48duaw] {
        font-size: 1.6rem;
        line-height: 2.1rem
    }

    .breakout-inner[b-gtaz48duaw] {
        margin: 0
    }
}

@media (max-width:950px) {
    #chevron-desktop[b-gtaz48duaw] {
        display: none
    }
}

@media (max-width:767.98px) {
    .dcbl-hero-grid__top-underlay-desktop[b-gtaz48duaw] {
        display: none
    }

    #our-approach-row div[b-gtaz48duaw]{
        padding-left: 0;
        padding-right: 0;
    }

    .dcbl-hero-grid__top-underlay-mobile[b-gtaz48duaw] {
        min-height: 220px
    }

    #why-cards[b-gtaz48duaw] {
        padding: 0 !important
    }

    .breakout-section[b-gtaz48duaw] {
        padding: 0 1rem
    }
}

@media (max-width:767px) {
    .dcbl-hero-grid__row--top[b-gtaz48duaw], .dcbl-hero__featured[b-gtaz48duaw] {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto
    }

    #stadium-inner[b-gtaz48duaw] {
        padding: 1rem 0;
    }

    #stadium-img-container[b-gtaz48duaw]{
        padding: 0;
    }

    .dcbl-hero-grid__inner[b-gtaz48duaw], .dcbl-hero-grid__row--top[b-gtaz48duaw], .dcbl-hero__featured[b-gtaz48duaw] {
        grid-template-rows: auto auto
    }

    .desktop-h2[b-gtaz48duaw] {
        font-size: 2.35rem
    }

    .title-cont[b-gtaz48duaw] {
        justify-content: start
    }

    .col-container[b-gtaz48duaw] {
        width: 100%;
        max-width: 100%;
        flex: auto
    }

    .dcbl-hero-grid__inner[b-gtaz48duaw], .dcbl-hero.dcbl-hero-grid[b-gtaz48duaw] {
        height: auto;
        max-height: none;
        overflow: visible
    }

    .dcbl-hero-grid__row--top[b-gtaz48duaw] {
        padding: 0;
        flex-direction: column;
        --gap-offset: 1rem;
    }


    .dcbl-hero-grid__top-underlay-mobile[b-gtaz48duaw] {
        display: block;
        grid-column: 1/-1;
        grid-row: 1;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw)
    }

    .dcbl-hero-grid__top-left[b-gtaz48duaw] {
        grid-column: 1/-1;
        grid-row: 2;
        width: 100% !important;
        height: auto;
        clip-path: none;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }

    .dcbl-hero-grid__top-left[b-gtaz48duaw], .dcbl-hero-grid__top-underlay-mobile[b-gtaz48duaw] {
        z-index: auto
    }

    .dcbl-hero-grid__top-left-inner[b-gtaz48duaw] {
        max-width: 100%;
        align-items: center;
        justify-content: center;
        padding: 0 .7rem
    }

        .dcbl-hero-grid__top-left-inner .cta-btn-container[b-gtaz48duaw] {
            margin-top: 1.2rem
        }

    #contact-phone-br[b-gtaz48duaw], .dcbl-hero-grid__top-right[b-gtaz48duaw], .dcbl-hero-grid__top-underlay-desktop[b-gtaz48duaw], .dcbl-hero__title-desktop[b-gtaz48duaw], .desktop-only[b-gtaz48duaw] {
        display: none
    }

    #hero-cta-btn[b-gtaz48duaw], #our-approach-title-mobile[b-gtaz48duaw], .dcbl-hero__title-mobile[b-gtaz48duaw], .mobile-call-fab[b-gtaz48duaw] {
        display: block
    }

    .dcbl-hero__subtitle[b-gtaz48duaw] {
        font-size: 1.1rem;
        line-height: 1.1em;
        width: 100%
    }

    .dcbl-hero__copy[b-gtaz48duaw] {
        text-align: center;
        line-height: 1.4em
    }

    .dcbl-hero__featured[b-gtaz48duaw] {
        text-align: center;
        width: 100% !important;
        border: none;
        padding: 2rem 0
    }

    .dcbl-hero__featured-media[b-gtaz48duaw] {
        justify-self: center;
        width: 100%
    }

    .hero-show-logo[b-gtaz48duaw] {
        min-height: 4rem
    }

    .carousel-inner[b-gtaz48duaw] {
        height: 32.5vh
    }

    .carousel-item[b-gtaz48duaw] {
        height: 100%;
        display: flex;
        justify-content: center
    }

        .carousel-item img[b-gtaz48duaw] {
            width: 100%;
            height: auto;
            object-fit: contain
        }

    #heroMobileCarousel .carousel-item img[b-gtaz48duaw] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block
    }

    .hero-bottom[b-gtaz48duaw] {
        gap: .75rem;
        padding: .75rem
    }

    .card-title[b-gtaz48duaw] {
        font-size: 1.5rem
    }

    .flip-card[b-gtaz48duaw] {
        max-height: 350px;
        min-height: 300px
    }

    #form-cont[b-gtaz48duaw], #our-approach-row[b-gtaz48duaw], .col-container[b-gtaz48duaw] {
        padding: 0 !important
    }

    .card-container[b-gtaz48duaw] {
        padding: 1rem
    }

        .card-container .row[b-gtaz48duaw] {
            gap: 1rem
        }

    .why-card-icon[b-gtaz48duaw] {
        max-width: 35vw
    }

    #USP-section[b-gtaz48duaw] {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    #dcbl-stadium[b-gtaz48duaw] {
        border-top: 3px solid #31beaf
    }

        #dcbl-stadium p[b-gtaz48duaw], #our-approach p[b-gtaz48duaw] {
            line-height: 1.8rem;
            font-weight: 400;
            text-align: start
        }

    #stadium-title[b-gtaz48duaw] {
        font-size: 2.1rem;
        color: #fff;
        font-weight: 300
    }

    #industry-leading-section[b-gtaz48duaw] {
        border-top: 4px solid #31beaf;
        padding-top: 1.5rem
    }

        #industry-leading-section p[b-gtaz48duaw] {
            width: 100%
        }

    #solution-section[b-gtaz48duaw] {
        border-top: 4px solid #31beaf;
        padding-top: 1rem
    }

    #our-approach[b-gtaz48duaw] {
        color: #0c304e;
        padding: 0
    }

        #our-approach p[b-gtaz48duaw] {
            font-size: 1rem
        }

    #our-approach-title-desktop[b-gtaz48duaw] {
        display: none;
        margin-bottom: 2rem !important
    }

    #our-approach h2[b-gtaz48duaw] {
        font-family: Montserrat,sans-serif;
        font-size: 1.5em;
        font-weight: 600;
        color: var(--e-global-color-secondary);
        margin: 0
    }

    .approach-col[b-gtaz48duaw] {
        margin: 1rem 0
    }

    #accreditations h2[b-gtaz48duaw] {
        font-size: 1.75rem;
        width: 100% !important;
        text-align: center
    }

    #accreditations-badge-row div[b-gtaz48duaw] {
        padding: .5rem
    }
}

@media (max-width:360px) {
    .dcbl-hero__title-mobile[b-gtaz48duaw] {
        font-size: 1.95rem
    }
}

@media (min-width:767px) {
    .dcbl-hero__featured[b-gtaz48duaw] {
        margin-top: 1rem
    }

    .cta-btn-container[b-gtaz48duaw] {
        display: none
    }

    .breakout-section[b-gtaz48duaw]{
        padding: 0 1rem;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .hero-bottom[b-gtaz48duaw] {
        display: flex;
        flex-wrap: wrap;
        padding: 1.5rem .5rem .5rem
    }

    .breakout-inner[b-gtaz48duaw] {
        padding: 2.5rem 0
    }

    .dcbl-hero__featured[b-gtaz48duaw]{
        min-width: auto;
        display: flex;
        flex-direction: column;
        justify-content: start;
    }

    .col-container[b-gtaz48duaw] {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 1rem
    }

    #top-form-card[b-gtaz48duaw] {
        display: none !important
    }
}
/* _content/DCBL_Microsite/Pages/EnquirySent.razor.rz.scp.css */


.enquiry-sent[b-q2fo7s645q] {
    background: #0b2f4a;
    color: #ffffff;
    padding: 4vh 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: 69vh;
}

.enquiry-sent a[b-q2fo7s645q] {
    color: inherit;
    text-decoration: none;
}

.enquiry-sent-inner[b-q2fo7s645q] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.enquiry-sent h1[b-q2fo7s645q] {
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.2px;
    font-size: clamp(34px, 3.2vw, 48px);
    line-height: 1.12;
    margin: 0 0 clamp(28px, 4vw, 44px);
}

.enquiry-sent-grid[b-q2fo7s645q] {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: clamp(24px, 4vw, 80px);
    align-items: start;
}

.enquiry-sent-grid .left[b-q2fo7s645q] {
    max-width: 620px;
}

.enquiry-sent-grid .left p[b-q2fo7s645q] {
    margin: 0 0 14px;
    line-height: 1.6;
}

.enquiry-sent-grid .left p strong[b-q2fo7s645q],
.enquiry-sent-grid .left p b[b-q2fo7s645q] {
    font-weight: 800;
}

.enquiry-sent-spacer[b-q2fo7s645q] {
    height: 10px;
}

.enquiry-sent-callout[b-q2fo7s645q] {
    margin: 10px 0 12px;
}

.enquiry-sent-callout-link[b-q2fo7s645q] {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.enquiry-sent-callout-icon[b-q2fo7s645q] {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.enquiry-sent-callout-icon svg[b-q2fo7s645q] {
    width: 100%;
    height: auto;
    fill: #31beaf;
}

.enquiry-sent-callout-text[b-q2fo7s645q] {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.2px;
    line-height: 1;
}


.enquiry-sent-bullets[b-q2fo7s645q] {
    margin: 12px 0 18px;
    padding-left: 22px;
}

    .enquiry-sent-bullets li[b-q2fo7s645q] {
        margin: 6px 0;
        line-height: 1.5;
    }


.enquiry-sent-accent[b-q2fo7s645q] {
    color: #31beaf;
    font-weight: 800;
}

.enquiry-sent-grid .right[b-q2fo7s645q] {
    display: flex;
    justify-content: center;
}

.enquiry-sent-icon-box[b-q2fo7s645q] {
    text-align: center;
    max-width: 320px;
    margin-top: 18px;
}


.enquiry-sent-icon-box-icon[b-q2fo7s645q] {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    background: #31beaf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

    .enquiry-sent-icon-box-icon svg[b-q2fo7s645q] {
        width: 28px;
        height: 28px;
        fill: #ffffff;
    }


.enquiry-sent-icon-box-content h2[b-q2fo7s645q] {
    margin: 0 0 14px;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
}

.enquiry-sent-icon-box-content p[b-q2fo7s645q] {
    margin: 0;
    line-height: 1.55;
    font-weight: 500;
    text-align: center;
}

p[b-q2fo7s645q]{
    font-size: 1.1rem;
    font-weight: 400;
}

@media (max-width: 900px) {
    .enquiry-sent-grid[b-q2fo7s645q] {
        grid-template-columns: 1fr;
        gap: 36px;
    }

        .enquiry-sent-grid .left[b-q2fo7s645q] {
            max-width: none;
        }

    .enquiry-sent-icon-box[b-q2fo7s645q] {
        margin-top: 0;
    }

    .enquiry-sent-callout-text[b-q2fo7s645q] {
        font-size: 24px;
    }
}
/* _content/DCBL_Microsite/Pages/PreCourtDebtRecovery.razor.rz.scp.css */
.dcbl-hero[b-q7zlf7zn9q], .hero-img-mobile-container[b-q7zlf7zn9q] {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.dcbl-badge-carousel[b-q7zlf7zn9q] {
    --gap: 16px;
    --cards-per-view: 5;
    overflow: hidden
}

.dcbl-badge-carousel__track[b-q7zlf7zn9q] {
    display: flex;
    gap: var(--gap);
    will-change: transform;
    transform: translate3d(0,0,0);
    transition: transform 650ms cubic-bezier(.22, .61, .36, 1)
}

.dcbl-badge-carousel__card[b-q7zlf7zn9q] {
    flex: 0 0 calc((100% - (var(--gap) * (var(--cards-per-view) - 1)))/ var(--cards-per-view));
    height: 100px;
    display: grid;
    place-items: center
}

    .dcbl-badge-carousel__card img[b-q7zlf7zn9q] {
        max-width: 100%;
        max-height: 100%;
        min-height: 100%;
        object-fit: contain
    }

.hero-img-mobile-container[b-q7zlf7zn9q] {
    width: 100vw
}

h1[b-q7zlf7zn9q], h2[b-q7zlf7zn9q], h3[b-q7zlf7zn9q], h4[b-q7zlf7zn9q], h5[b-q7zlf7zn9q], p[b-q7zlf7zn9q] {
    font-family: "Source Sans Pro",sans-serif
}

p[b-q7zlf7zn9q] {
    text-align: justify !important
}

button[b-q7zlf7zn9q] {
    cursor: pointer
}

.auto-scroll[b-q7zlf7zn9q] {
    background-color: transparent;
    border: none
}

.dcbl-consult[b-q7zlf7zn9q], .dcbl-hero[b-q7zlf7zn9q], .dcbl-solution[b-q7zlf7zn9q] {
    background: #fff
}

#hero-left-inner[b-q7zlf7zn9q] {
    display: flex;
    justify-content: center;
    margin: auto;
    min-height: 100%;
    max-width: 730px;
    padding-left: 1rem;
    padding-right: 1rem
}

.dcbl-hero[b-q7zlf7zn9q] {
    height: auto;
    min-width: 100vw;
    margin-top: 1.5rem;
    padding-bottom: 1rem
}

.hero-inner[b-q7zlf7zn9q] {
    max-width: 100%;
    margin-top: 3rem
}

.cbl-recognised__cta--mobileOnly[b-q7zlf7zn9q], .hero-cta-mobile[b-q7zlf7zn9q] {
    display: none
}

.form-container[b-q7zlf7zn9q] {
    display: flex;
    align-items: center
}

.dcbl-hero__logo[b-q7zlf7zn9q] {
    display: block;
    height: auto;
    margin: 0 0 14px
}

.dcbl-hero__title[b-q7zlf7zn9q] {
    margin: 0 0 10px;
    color: #0c304e;
    font-weight: 800;
    font-size: 6em;
    line-height: 1;
    text-align: center
}

.dcbl-hero__subtitle[b-q7zlf7zn9q] {
    margin: 0 0 12px;
    font-weight: 800;
    font-size: 2em;
    line-height: 1.25;
    color: #31beaf;
    max-width: 90%
}

.dcbl-hero__copy[b-q7zlf7zn9q] {
    margin: 0 0 3rem;
    color: #0c304e;
    font-size: 18px;
    line-height: 1.55;
    text-align: center !important;
    font-weight: 400;
}

.scroll-trg-container[b-q7zlf7zn9q] {
    width: 100%;
    display: flex;
    justify-content: center
}

.dcbl-featured[b-q7zlf7zn9q] {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden
}

    #dcbl-envelope-animation .dcbl-envelope-back[b-q7zlf7zn9q], .dcbl-featured > *[b-q7zlf7zn9q] {
        position: relative;
        z-index: 1
    }

.dcbl-featured__heading[b-q7zlf7zn9q] {
    margin: 0 0 14px;
    color: #0c304e;
    font-weight: 800;
    font-size: 3em;
    line-height: 1.2
}

.dcbl-solution__kicker[b-q7zlf7zn9q], .dcbl-solution__title[b-q7zlf7zn9q] {
    line-height: 1.1;
    font-family: "Source Sans Pro",sans-serif
}

.dcbl-featured__copy[b-q7zlf7zn9q], .paragraph[b-q7zlf7zn9q] {
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 300;
    text-align: justify
}

.dcbl-featured__copy[b-q7zlf7zn9q] {
    margin-bottom: 2.5rem
}

.dcbl-solution__inner[b-q7zlf7zn9q], .dcbl-why__inner[b-q7zlf7zn9q] {
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0,0.9fr) minmax(0,1.1fr);
    gap: 28px;
    align-items: center;
    min-width: 0
}

.dcbl-consult__inner[b-q7zlf7zn9q], .dcbl-recognised__grid[b-q7zlf7zn9q] {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    min-width: 0
}

.dcbl-metric[b-q7zlf7zn9q], .dcbl-solution__content[b-q7zlf7zn9q], .dcbl-solution__media[b-q7zlf7zn9q] {
    min-width: 0
}

.dcbl-solution__kicker[b-q7zlf7zn9q] {
    margin: 0 0 10px;
    font-size: 3.6em;
    font-weight: 800;
    color: #0c304e
}

.dcbl-solution__title[b-q7zlf7zn9q] {
    margin: 0 0 24px;
    font-size: 2.48em;
    font-weight: 900;
    color: #31beaf
}

.dcbl-solution__copy[b-q7zlf7zn9q] {
    margin-bottom: 2rem;
    color: #092741
}

.dcbl-solution__media[b-q7zlf7zn9q] {
    display: flex;
    justify-content: flex-end
}

.dcbl-solution__image[b-q7zlf7zn9q] {
    max-width: 100%;
    width: min(800px,100%);
    height: auto;
    display: block;
    border-radius: 18px
}

.dcbl-recognised[b-q7zlf7zn9q] {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-bottom: 5rem;
    font-family: "Source Sans Pro",sans-serif !important
}

.dcbl-recognised__inner[b-q7zlf7zn9q] {
    max-width: 1400px;
    margin: 0 auto
}

.dcbl-recognised__heading[b-q7zlf7zn9q] {
    margin: 0;
    text-align: center;
    color: #0c304e;
    font-weight: 800;
    font-size: 4em;
    line-height: 1.05
}

.dcbl-metric__op[b-q7zlf7zn9q], .dcbl-metric__pill[b-q7zlf7zn9q], .dcbl-metric__result[b-q7zlf7zn9q] {
    font-weight: 900;
    line-height: 1
}

.dcbl-recognised__divider[b-q7zlf7zn9q] {
    margin: 18px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px
}

.dcbl-recognised__line[b-q7zlf7zn9q] {
    height: 2px;
    width: min(240px,25vw);
    background: rgba(12,48,78,.18);
    border-radius: 999px
}

.dcbl-recognised__mark[b-q7zlf7zn9q] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px
}

    .dcbl-recognised__mark svg[b-q7zlf7zn9q] {
        width: 100%;
        height: 100%;
        display: block
    }

.dcbl-recognised__grid[b-q7zlf7zn9q] {
    display: grid;
    gap: 34px;
    align-items: center
}

.dcbl-recognised__cta--desktop[b-q7zlf7zn9q] {
    margin-top: 2rem;
    display: flex;
    gap: 4rem;
    justify-content: center
}

.dcbl-metric__row[b-q7zlf7zn9q] {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5rem
}

.dcbl-metric__pill[b-q7zlf7zn9q] {
    color: #0c304e;
    font-size: 3rem
}

.dcbl-metric__op[b-q7zlf7zn9q] {
    color: #31beaf;
    font-size: 4rem
}

.dcbl-metric__result[b-q7zlf7zn9q] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #0c304e;
    background: #fff;
    border-radius: 5px;
    padding: 24px;
    font-size: 3rem;
    width: fit-content
}

.dcbl-btn--primary[b-q7zlf7zn9q], .dcbl-carousel__dot.is-active[b-q7zlf7zn9q] {
    background: #0c304e
}

.dcbl-metric__icon[b-q7zlf7zn9q] {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

#accreditations-divider[b-q7zlf7zn9q] {
    margin: 5rem 0
}

#dcbl-envelope-animation[b-q7zlf7zn9q] {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    line-height: 0;
    aspect-ratio: 500/668
}

    #dcbl-envelope-animation .dcbl-envelope-layer[b-q7zlf7zn9q] {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%
    }

    #dcbl-envelope-animation img[b-q7zlf7zn9q] {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain
    }

#img3[b-q7zlf7zn9q] {
    z-index: 1
}

#letter-wrapper[b-q7zlf7zn9q] {
    z-index: 4;
    clip-path: polygon(0 0,100% 0,100% 45%,50% 80%,0 45%);
    overflow: visible
}

#img1[b-q7zlf7zn9q] {
    z-index: 2;
    transform: translateY(0);
    animation: 3.2s ease-in-out infinite dcblLetterFloat-b-q7zlf7zn9q
}

#envelope-flaps[b-q7zlf7zn9q] {
    z-index: 3
}

#img2[b-q7zlf7zn9q] {
    z-index: 4;
    opacity: 1
}

#img0[b-q7zlf7zn9q] {
    z-index: 5;
    opacity: 1;
    position: absolute;
    inset: 0
}

.dcbl-consult__inner[b-q7zlf7zn9q] {
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    gap: 7vw;
    align-items: start;
    justify-content: center
}

    .dcbl-app__content[b-q7zlf7zn9q], .dcbl-app__media[b-q7zlf7zn9q], .dcbl-consult__inner > *[b-q7zlf7zn9q], .dcbl-two-col__content[b-q7zlf7zn9q], .dcbl-two-col__media[b-q7zlf7zn9q], .dcbl-why__content[b-q7zlf7zn9q], .dcbl-why__media[b-q7zlf7zn9q] {
        min-width: 0
    }

.dcbl-consult__benefits[b-q7zlf7zn9q] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5rem
}

#consult-top[b-q7zlf7zn9q] {
    padding: 13vh 0
}

.dcbl-iconbox[b-q7zlf7zn9q] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    justify-content: end
}

.dcbl-iconbox__icon[b-q7zlf7zn9q] {
    flex: 0 0 auto;
    width: 8rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center
}

    .dcbl-iconbox__icon svg[b-q7zlf7zn9q] {
        width: 100%;
        height: 100%;
        display: block
    }

.dcbl-iconbox__content[b-q7zlf7zn9q] {
    flex: 1;
    min-width: 0;
    max-width: 20rem
}

.dcbl-iconbox__title[b-q7zlf7zn9q] {
    margin: 0 0 16px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    color: #0c304e;
    font-family: "Source Sans Pro",sans-serif
}

.dcbl-iconbox__desc[b-q7zlf7zn9q] {
    margin: 0;
    line-height: 1.6;
    color: rgba(12,48,78,.9)
}

.dcbl-handled-with-care[b-q7zlf7zn9q] {
    max-width: 1300px;
    margin: auto
}

.dcbl-why__points[b-q7zlf7zn9q] {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    min-width: 0;
    max-width: 90%
}

.dcbl-why__point[b-q7zlf7zn9q] {
    margin: 0;
    padding: 0
}

.dcbl-why__point-title[b-q7zlf7zn9q] {
    margin: 0 0 6px;
    color: #0c304e;
    font-weight: 900;
    font-size: 2.5em;
    line-height: 1.25
}

.dcbl-why__point-desc[b-q7zlf7zn9q] {
    margin: 0;
    color: #0c304e;
    opacity: .9;
    line-height: 1.65;
    max-width: 72ch
}

.dcbl-why__media[b-q7zlf7zn9q] {
    display: flex;
    justify-content: flex-end;
    width: 100%
}

.dcbl-why__image[b-q7zlf7zn9q] {
    min-width: 100%;
    height: auto;
    display: block;
    border-radius: 18px
}

.dcbl-app[b-q7zlf7zn9q] {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: clip;
    padding: 2rem 11vw
}

.dcbl-app__heading[b-q7zlf7zn9q] {
    margin: 1.6rem 0 1.4rem;
    color: #0c304e;
    font-weight: 900;
    font-size: 3.8em;
    line-height: 1.1;
    text-align: center
}

.dcbl-app__grid[b-q7zlf7zn9q] {
    display: grid;
    grid-template-columns: minmax(0,0.95fr) minmax(0,1.05fr);
    gap: 10vw;
    min-width: 0;
    margin: 5rem 0
}

.dcbl-app__media img[b-q7zlf7zn9q], .dcbl-two-col__image[b-q7zlf7zn9q] {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px
}

.dcbl-app__title[b-q7zlf7zn9q] {
    margin: 0 0 2rem;
    color: #0c304e;
    font-weight: 900;
    font-size: 3em;
    line-height: 1.15;
    text-align: center
}

.dcbl-app__copy[b-q7zlf7zn9q] {
    margin: 0 0 4rem;
    color: #0c304e;
    line-height: 1.65;
    opacity: .95
}

.dcbl-two-col__inner[b-q7zlf7zn9q] {
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 28px;
    align-items: center;
    min-width: 0
}

.dcbl-two-col__title[b-q7zlf7zn9q] {
    margin: 0 0 10px;
    color: #0c304e;
    font-weight: 800;
    font-size: 3em;
    line-height: 1.1
}

.dcbl-two-col__subtitle[b-q7zlf7zn9q] {
    margin: 0 0 18px;
    color: #31beaf;
    font-weight: 800;
    font-size: 2em;
    line-height: 1.2
}

.dcbl-two-col__copy[b-q7zlf7zn9q] {
    color: #0c304e;
    line-height: 1.65
}

.breakout-padding[b-q7zlf7zn9q] {
    padding-left: 12rem;
    padding-right: 12rem
}

.section-top[b-q7zlf7zn9q] {
    padding-block: 6rem
}

.section-pb[b-q7zlf7zn9q] {
    padding-bottom: 5rem
}

.dcbl-btn--primary[b-q7zlf7zn9q] {
    color: #fff;
    border-color: #0c304e
}

.dcbl-btn:hover[b-q7zlf7zn9q] {
    filter: brightness(.97)
}

.dcbl-fade-in[b-q7zlf7zn9q] {
    animation: 1.1s both dcblFadeInUp-b-q7zlf7zn9q
}

.dcbl-anim-fade[b-q7zlf7zn9q] {
    animation: 1s both dcblFadeIn-b-q7zlf7zn9q
}

.dcbl-anim-left[b-q7zlf7zn9q] {
    animation: 1s both dcblFadeInLeft-b-q7zlf7zn9q
}

.dcbl-anim-right[b-q7zlf7zn9q] {
    animation: 1s both dcblFadeInRight-b-q7zlf7zn9q
}

.dcbl-carousel[b-q7zlf7zn9q] {
    max-width: 80%;
    overflow: hidden;
    padding-top: 14px;
    margin-top: 10px;
    position: relative;
    min-width: 0
}

.dcbl-carousel__viewport[b-q7zlf7zn9q] {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    min-width: 0
}

.dcbl-carousel__track[b-q7zlf7zn9q] {
    display: inline-flex;
    align-items: center;
    gap: 50px;
    white-space: nowrap;
    animation: 90s linear infinite dcblMarquee-b-q7zlf7zn9q;
    will-change: transform
}

.dcbl-carousel__slide[b-q7zlf7zn9q] {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: stretch
}

    .dcbl-carousel__slide > *[b-q7zlf7zn9q] {
        width: 100%;
        max-width: 1040px
    }

.dcbl-carousel__nav[b-q7zlf7zn9q] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(12,48,78,.14);
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    padding: 0
}

    .dcbl-carousel__nav svg[b-q7zlf7zn9q] {
        width: 18px;
        height: 18px;
        fill: #0c304e
    }

.dcbl-carousel__nav--prev[b-q7zlf7zn9q] {
    left: 8px
}

.dcbl-carousel__nav--next[b-q7zlf7zn9q] {
    right: 8px
}

.dcbl-carousel__nav:focus-visible[b-q7zlf7zn9q] {
    outline: rgba(12,48,78,.35) solid 3px;
    outline-offset: 2px
}

.dcbl-carousel__dots[b-q7zlf7zn9q] {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px
}

.dcbl-carousel__dot[b-q7zlf7zn9q] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0;
    background: rgba(12,48,78,.25);
    cursor: pointer;
    padding: 0
}

.dcbl-carousel:hover .dcbl-carousel__track[b-q7zlf7zn9q] {
    animation-play-state: paused
}

.dcbl-carousel__item[b-q7zlf7zn9q] {
    display: flex;
    align-items: center;
    justify-content: center
}

.dcbl-carousel__img[b-q7zlf7zn9q] {
    height: 50px;
    width: auto;
    display: block
}

@keyframes dcblMarquee-b-q7zlf7zn9q {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@keyframes dcblLetterFloat-b-q7zlf7zn9q {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

@keyframes dcblFadeIn-b-q7zlf7zn9q {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes dcblFadeInUp-b-q7zlf7zn9q {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes dcblFadeInLeft-b-q7zlf7zn9q {
    from {
        opacity: 0;
        transform: translateX(-18px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes dcblFadeInRight-b-q7zlf7zn9q {
    from {
        opacity: 0;
        transform: translateX(18px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@media (min-width:992px) {
    .hero-inner > div:first-child[b-q7zlf7zn9q] {
        flex: 0 0 52%;
        max-width: 52%
    }

    .hero-inner > div:last-child[b-q7zlf7zn9q] {
        flex: 0 0 48%;
        max-width: 48%
    }
}

@media (max-width:991.98px) {
    .dcbl-badge-carousel[b-q7zlf7zn9q] {
        --cards-per-view: 3;
        margin-bottom: 4rem
    }
}

@media (max-width:575.98px) {
    .dcbl-badge-carousel[b-q7zlf7zn9q] {
        --cards-per-view: 2
    }
}

@media (max-width:1500px) {
    .breakout-padding[b-q7zlf7zn9q] {
        padding-left: 10rem;
        padding-right: 10rem;
        margin-top: 5.5rem
    }
}

@media (max-width:1280px) {
    .dcbl-hero__title[b-q7zlf7zn9q] {
        font-size: 3.4em
    }

    #hero-left-inner[b-q7zlf7zn9q] {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .breakout-padding[b-q7zlf7zn9q] {
        padding-left: 7rem;
        padding-right: 7rem;
        margin-top: 5.5rem
    }
}

@media (max-width:1024px) {
    .dcbl-app__grid[b-q7zlf7zn9q], .dcbl-consult__inner[b-q7zlf7zn9q], .dcbl-recognised__grid[b-q7zlf7zn9q], .dcbl-solution__inner[b-q7zlf7zn9q], .dcbl-why__inner[b-q7zlf7zn9q] {
        grid-template-columns: 1fr
    }

    .dcbl-consult__inner[b-q7zlf7zn9q] {
        gap: 36px
    }

    .form-container[b-q7zlf7zn9q] {
        min-width: 100%
    }

    .dcbl-app[b-q7zlf7zn9q] {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

    .dcbl-carousel__viewport[b-q7zlf7zn9q] {
        padding-inline: 48px
    }

    .dcbl-carousel__nav[b-q7zlf7zn9q] {
        width: 48px;
        height: 48px
    }

    .dcbl-app__heading[b-q7zlf7zn9q] {
        font-size: 3em;
        margin: 1.2rem 0 1rem
    }

    .dcbl-app__grid[b-q7zlf7zn9q] {
        gap: 22px;
        align-items: start
    }

    .dcbl-app__title[b-q7zlf7zn9q] {
        font-size: 28px
    }

    .dcbl-app__media img[b-q7zlf7zn9q] {
        border-radius: 14px
    }

    .dcbl-iconbox[b-q7zlf7zn9q] {
        gap: 16px;
        justify-content: center
    }

    .dcbl-iconbox__title[b-q7zlf7zn9q] {
        font-size: 2rem
    }

    .dcbl-recognised__grid[b-q7zlf7zn9q] {
        grid-template-areas: "envelope" "metric";
        margin-top: 4rem
    }

    .dcbl-recognised__heading[b-q7zlf7zn9q] {
        font-size: 3em
    }

    .dcbl-metric__pill[b-q7zlf7zn9q] {
        font-size: 1.75rem;
        width: 75%;
        text-align: center
    }

    .dcbl-envelope[b-q7zlf7zn9q] {
        grid-area: envelope
    }

    .dcbl-metric[b-q7zlf7zn9q] {
        grid-area: metric
    }

    .dcbl-metric__row[b-q7zlf7zn9q] {
        flex-direction: column;
        justify-content: center
    }

    .dcbl-metric__result[b-q7zlf7zn9q] {
        text-align: center
    }

    .dcbl-hero[b-q7zlf7zn9q] {
        height: auto;
        align-items: stretch;
        padding-bottom: 2rem
    }

    .dcbl-btn[b-q7zlf7zn9q] {
        width: calc(100vw - 8rem)
    }

    .dcbl-featured__heading[b-q7zlf7zn9q] {
        font-size: 2em;
        padding: 0 .25rem
    }

    .dcbl-solution__inner[b-q7zlf7zn9q] {
        align-items: start
    }

    .dcbl-solution__media[b-q7zlf7zn9q] {
        justify-content: center
    }

    .dcbl-solution__title[b-q7zlf7zn9q] {
        font-size: 2.5em
    }

    .dcbl-anim-left[b-q7zlf7zn9q], .dcbl-anim-right[b-q7zlf7zn9q] {
        animation: none
    }

    .dcbl-why__inner[b-q7zlf7zn9q] {
        align-items: start;
        gap: 22px
    }

    .dcbl-why__media[b-q7zlf7zn9q] {
        justify-content: flex-start;
        margin-top: 2rem
    }

    .dcbl-why__point-desc[b-q7zlf7zn9q] {
        text-align: left !important
    }

    .consult-benefits-second[b-q7zlf7zn9q] {
        display: none
    }

    .breakout-padding[b-q7zlf7zn9q] {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
        margin-top: 5rem
    }

    #consult-top[b-q7zlf7zn9q] {
        padding-top: 0
    }
}

@media (max-width:820px) {
    .dcbl-iconbox__content[b-q7zlf7zn9q] {
        max-width: 100%
    }

    #img-container-inner[b-q7zlf7zn9q]{
        width: 100vw;
    }

    .dcbl-two-col__inner[b-q7zlf7zn9q] {
        grid-template-columns: 1fr
    }

    .dcbl-recognised[b-q7zlf7zn9q] {
        padding-left: 2rem;
        padding-right: 2rem
    }

    #hero-left-inner .cta-container[b-q7zlf7zn9q] {
        gap: 1rem !important
    }

    #featured-section[b-q7zlf7zn9q] {
        margin-top: 0 !important
    }
}

@media (max-width:768px) {
    .dcbl-recognised[b-q7zlf7zn9q], .section-top[b-q7zlf7zn9q] {
        padding-bottom: 2rem
    }

    .hero-cta-mobile[b-q7zlf7zn9q] {
        display: block
    }

    .dcbl-app__content[b-q7zlf7zn9q] {
        margin-top: 0
    }

    .dcbl-metric__text[b-q7zlf7zn9q] {
        font-size: 1.9em
    }

    .cta-container[b-q7zlf7zn9q] {
        margin-bottom: 2rem
    }

    .dcbl-hero__subtitle[b-q7zlf7zn9q] {
        font-size: 1.5em;
        line-height: 1;
        max-width: 100%;
        margin: 1rem 0 1.5rem
    }

    .dcbl-recognised__cta--desktop[b-q7zlf7zn9q], .hero-cta-desktop[b-q7zlf7zn9q] {
        display: none
    }

    .hero-inner[b-q7zlf7zn9q] {
        margin-top: 3vh
    }

    .dcbl-consult__benefits[b-q7zlf7zn9q] {
        margin-bottom: 3rem
    }

    .cbl-recognised__cta--mobileOnly[b-q7zlf7zn9q] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: .75rem
    }

    .dcbl-carousel[b-q7zlf7zn9q], .dcbl-iconbox__content[b-q7zlf7zn9q] {
        max-width: 100%
    }

    .section-top[b-q7zlf7zn9q] {
        padding-top: 2rem
    }

    .dcbl-metric__pill[b-q7zlf7zn9q] {
        font-size: 2.5em
    }

    .dcbl-metric__row[b-q7zlf7zn9q] {
        justify-content: center;
        gap: 1.5rem
    }

    .dcbl-metric__op[b-q7zlf7zn9q] {
        font-size: 5rem
    }

    .dcbl-metric__result[b-q7zlf7zn9q] {
        font-size: 1.7rem
    }
}

@media (max-width:767px) {
    .breakout-padding[b-q7zlf7zn9q] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-top: 3.75rem
    }

    .dcbl-hero[b-q7zlf7zn9q], .hero-inner[b-q7zlf7zn9q] {
        margin-top: 0
    }

    .hero-col[b-q7zlf7zn9q] {
        padding-left: 0;
        padding-right: 0
    }

    .hero-inner[b-q7zlf7zn9q] {
        margin-left: 0
    }

    #accreditations-divider[b-q7zlf7zn9q] {
        display: none
    }

    .dcbl-solution__kicker[b-q7zlf7zn9q], .mobile-title[b-q7zlf7zn9q] {
        font-size: 3em
    }

    .mobile-subheading[b-q7zlf7zn9q] {
        font-size: 2.5em
    }

    .dcbl-app__media[b-q7zlf7zn9q] {
        margin: 4rem 0
    }

    .dcbl-app__grid[b-q7zlf7zn9q] {
        margin-top: 2.5rem
    }

    .dcbl-metric__result[b-q7zlf7zn9q] {
        padding: 2rem;
        margin: 0 .5rem;
        gap: 1.5rem;
        flex-direction: column
    }

    .dcbl-metric__icon[b-q7zlf7zn9q] {
        min-width: 20vw
    }

    .dcbl-solution__media[b-q7zlf7zn9q] {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw)
    }

    .dcbl-solution__inner[b-q7zlf7zn9q] {
        gap: 4rem !important
    }

    .dcbl-envelope[b-q7zlf7zn9q] {
        margin: 0 1rem
    }
}

@media (max-width:640px) {
    .dcbl-carousel__viewport[b-q7zlf7zn9q] {
        padding-inline: 0
    }

    .dcbl-carousel__nav[b-q7zlf7zn9q] {
        top: auto;
        bottom: -18px;
        transform: none;
        width: 44px;
        height: 44px
    }

    .dcbl-carousel__nav--prev[b-q7zlf7zn9q] {
        left: 0
    }

    .dcbl-carousel__nav--next[b-q7zlf7zn9q] {
        right: 0
    }

    .dcbl-carousel__nav svg[b-q7zlf7zn9q] {
        width: 16px;
        height: 16px
    }

    .dcbl-carousel[b-q7zlf7zn9q] {
        padding-bottom: 56px
    }

    .dcbl-carousel__slide > *[b-q7zlf7zn9q] {
        max-width: 100%
    }

    .dcbl-app[b-q7zlf7zn9q] {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .dcbl-app__heading[b-q7zlf7zn9q] {
        font-size:3em;
    }

    .dcbl-app__title[b-q7zlf7zn9q] {
        font-size: 2.5em;
    }

    .dcbl-hero__title[b-q7zlf7zn9q] {
        font-size: 2.5rem
    }

    .dcbl-iconbox[b-q7zlf7zn9q] {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .dcbl-iconbox__icon[b-q7zlf7zn9q] {
        margin-bottom: 8px
    }

    .dcbl-iconbox__desc[b-q7zlf7zn9q] {
        max-width: 36ch;
        margin-left: auto;
        margin-right: auto
    }

    .dcbl-consult__inner[b-q7zlf7zn9q] {
        gap: 28px
    }

    .dcbl-carousel__track[b-q7zlf7zn9q] {
        gap: 33px
    }

    .dcbl-carousel__img[b-q7zlf7zn9q] {
        height: 30px
    }

    .dcbl-solution__image[b-q7zlf7zn9q], .dcbl-two-col__image[b-q7zlf7zn9q], .dcbl-why__image[b-q7zlf7zn9q] {
        border-radius: 14px
    }

    .dcbl-why__point-title[b-q7zlf7zn9q] {
        font-size: 2.5em
    }

    .dcbl-why__points[b-q7zlf7zn9q] {
        max-width: 100%;
        gap: 3.5rem
    }
}
/* _content/DCBL_Microsite/Shared/Footer/Footer.razor.rz.scp.css */
.dcbl-footer[b-cobsvwsscg] {
    background: #f7f7f7;
    color: #0c304e !important;
}

#accreditations-offices[b-cobsvwsscg]{
    background-color: white;
}

#footer-end[b-cobsvwsscg]{
    gap: 1.5rem;
    background-color: white;
    padding-bottom: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

#footer-end-container[b-cobsvwsscg]{
    max-width: 80%;
}

#accreditations-offices-container[b-cobsvwsscg] {
    width: 75%;
    max-width: 1500px;
    margin: auto;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.dcbl-footer a[b-cobsvwsscg] {
    color: #0c304e;
    text-decoration: none;
}

.dcbl-footer a:hover[b-cobsvwsscg] {
    text-decoration: underline;
}

.dcbl-footer__container[b-cobsvwsscg] {
    max-width: 1500px;
    margin: 0 auto;
    font-family: "Source Sans Pro", sans-serif;
    color: #0c304e;
/*    font-size: 13px;*/
}

@media(max-width: 768px){
    .dcbl-footer__container[b-cobsvwsscg]{
        padding-bottom: 0;
    }
    #footer-end[b-cobsvwsscg]{
        padding: 2rem 1.5rem;
    }
    #accreditations-offices-container[b-cobsvwsscg]{
        width: 95%;
    }
}

/* footerone */
.dcbl-footer__top[b-cobsvwsscg] {
    background: #ffffff;
    border-top: 1px solid rgba(0,0,0,.08);
}

.dcbl-footer__chevron[b-cobsvwsscg] {
    display: flex;
    justify-content: center;
    padding: 12px 0;
}

.dcbl-footer__chevron img[b-cobsvwsscg] {
    width: 40px;
    height: auto;
    opacity: .9;
}

/* main section */
.dcbl-footer__main[b-cobsvwsscg] {
    background: #f7f7f7;
    padding-bottom: 3rem;
}

.dcbl-footer__container.dcbl-footer__subnav-inner[b-cobsvwsscg] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

/* columns grid */
.dcbl-footer__main .dcbl-footer__container[b-cobsvwsscg] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
}

/* footerthree office cards */
.dcbl-footer__offices[b-cobsvwsscg] {
    background: #f7f7f7;
}

.dcbl-footer__office-grid[b-cobsvwsscg] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.dcbl-office[b-cobsvwsscg] {
    background: #fff;
    border: 1px solid rgba(12,48,78,.12);
    border-radius: 12px;
    padding: 14px 12px;
    text-align: center;
}

.dcbl-office h3[b-cobsvwsscg] {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 800;
}

.dcbl-office p[b-cobsvwsscg] {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.3;
}

/* footerfour */
.dcbl-footer__subnav[b-cobsvwsscg] {
    background: #ffffff;
}

.dcbl-footer__subnav-links[b-cobsvwsscg],
.dcbl-footer__social[b-cobsvwsscg] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    font-family: "Source Sans Pro", sans-serif;
    color: #0c304e;
}

.dcbl-footer__subnav-links a[b-cobsvwsscg],
.dcbl-footer__social a[b-cobsvwsscg] {
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
}
    .dcbl-footer__subnav-links a:hover[b-cobsvwsscg],
    .dcbl-footer__social a:hover[b-cobsvwsscg] {

        text-decoration: none;
    }

/* footerfive */
.dcbl-footer__copyright[b-cobsvwsscg] {
    background: #ffffff;
}

.dcbl-footer__copyright p[b-cobsvwsscg] {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
}

/* Responsiveness */
@media (max-width: 1023px) {
    .dcbl-footer__main .dcbl-footer__container[b-cobsvwsscg] {
        grid-template-columns: 1fr;
    }


    .dcbl-footer__office-grid[b-cobsvwsscg] {
        grid-template-columns: 1fr;
    }

    .dcbl-footer__container.dcbl-footer__subnav-inner[b-cobsvwsscg] {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media(max-width: 767px){
    .dcbl-footer__subnav-links[b-cobsvwsscg]{
        display: none;
    }
}
/* _content/DCBL_Microsite/Shared/Footer/FooterBadges.razor.rz.scp.css */
/* ==========================================================================
   Footer badges (wrap layout, no clipping)
   ========================================================================== */

.dcbl-footer__badges[b-lvnx0a4ipw] {
    background: #ffffff;
    padding-bottom: 0;
}

/* Constrain content width */
.dcbl-footer__container[b-lvnx0a4ipw] {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

/* Badge layout */
.dcbl-footer__badges-grid[b-lvnx0a4ipw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, max-content));
    justify-content: center;
    justify-items: center;
    align-items: center;
    gap: 10px;
}

/* Badge images */
.dcbl-footer__badges-grid img[b-lvnx0a4ipw] {
    display: block;
    max-height: 90px; 
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    flex: 0 1 auto;
}

/* ==========================================================================
   Responsive tweaks
   ========================================================================== */

@media (max-width: 1023px) {
    .dcbl-footer__badges[b-lvnx0a4ipw] {
        padding: 2rem 3rem;
    }

    .dcbl-footer__badges-grid img[b-lvnx0a4ipw] {
        max-height: 100px;
    }
}

@media (max-width: 640px) {
    .dcbl-footer__badges[b-lvnx0a4ipw] {
        padding: 1.5rem 1rem;
    }

    .dcbl-footer__badges-grid[b-lvnx0a4ipw] {
        gap: 14px;
    }

        .dcbl-footer__badges-grid img[b-lvnx0a4ipw] {
            max-height: 100px;
        }
}

@media (min-width: 1024px) {
    .dcbl-footer__badges-grid[b-lvnx0a4ipw] {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: 10px;
        align-items: center;
        justify-items: center;
    }

        .dcbl-footer__badges-grid img[b-lvnx0a4ipw] {
            max-height: 100px; 
            max-width: 100%;
            width: auto;
            height: auto;
        }
}

@media (max-width: 1023.98px) {
    .dcbl-footer__badges-grid[b-lvnx0a4ipw] {
        grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    }

}
/* _content/DCBL_Microsite/Shared/Footer/FooterLinks.razor.rz.scp.css */
a[b-653a0fbn5o] {
    text-decoration: none;
}

.dcbl-footer__col[b-653a0fbn5o] {
    padding: 10px;
}

.dcbl-footer__col--offices[b-653a0fbn5o] {
    text-align: center;
}

@media (max-width: 1023px) {
    .dcbl-footer__col--offices[b-653a0fbn5o] {
        display: none;
    }
}

.dcbl-footer__heading[b-653a0fbn5o] {
    margin: 0 0 18px;
    font-size: 1.5rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    color: #0c304e;
}

.dcbl-footer__list[b-653a0fbn5o] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .dcbl-footer__list li[b-653a0fbn5o] {
        margin: 0 0 10px;
        line-height: 1.8rem;
        font-family: "Source Sans Pro",Sans-serif;
        font-size: .8rem;
        font-weight: 700;
    }

    .dcbl-footer__list li:hover[b-653a0fbn5o] {
        color: #31beaf !important;
    }

.chevron-right[b-653a0fbn5o]{
    height: 1rem;
    width: 2rem;
    transition: 0.25s;
}

.dcbl-footer__buttons[b-653a0fbn5o] {
    display: grid;
    gap: 10px;
}



.dcbl-footer__button[b-653a0fbn5o] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 12px;
    border-radius: 2px;
    background: #fff;
    font-weight: 600;
    font-size: 15px;
    background-color: #31beaf;
    transition: 0.25s;
    justify-content: center;
}

.dcbl-footer__button:hover[b-653a0fbn5o] {
    background-color: #7ad9ce;
    color: white;
}
.dcbl-footer__button:hover .chevron-right[b-653a0fbn5o] {
    fill: white;
}


.dcbl-footer__offices-compact[b-653a0fbn5o] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    color: #0c304e;
}

.dcbl-footer__offices-compact p[b-653a0fbn5o] {
    margin: 0 0 10px;
    font-size: 0.9rem;
    font-weight: 600;
}

.dcbl-footer__offices-compact a:hover[b-653a0fbn5o] {
    color: #31beaf;
}

.dcbl-footer__offices-compact-left[b-653a0fbn5o] {
    text-align: right;
}

.dcbl-footer__offices-compact-right[b-653a0fbn5o] {
    text-align: left;
}
/* _content/DCBL_Microsite/Shared/Footer/FooterRegionalOfficeCards.razor.rz.scp.css */
.dcbl-footer__offices[b-6bmchwty0i]{
    background-color: white;;
}
.dcbl-footer__container[b-6bmchwty0i] {
    max-width: 100%;
    margin: 0 auto;
}

.dcbl-footer__office-grid[b-6bmchwty0i] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.dcbl-office[b-6bmchwty0i] {
    background: #fff;
    padding: 14px 12px;
    text-align: center;
    color: #0c304e;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dcbl-office h3[b-6bmchwty0i] {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 800;
}

.dcbl-office__addr[b-6bmchwty0i],
.dcbl-office__tel[b-6bmchwty0i] {
    margin: 0.6rem 0;
    font-size: 13px;
    line-height: 1.3;
    font-family: "Source Sans Pro",Sans-serif;
    color: #0c304e;
    font-weight: 400;
}

.dcbl-office__link[b-6bmchwty0i] {
    color: #0c304e;
    text-decoration: none;
    font-family: "Source Sans Pro",Sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 1023px) {
    .dcbl-footer__office-grid[b-6bmchwty0i] {
        grid-template-columns: 1fr;
    }

    .dcbl-office p[b-6bmchwty0i] {
        text-align: center;
    }
    .dcbl-footer__office-grid > *[b-6bmchwty0i] {
        flex: 1 1 155px;
    }
    .dcbl-footer__office-grid[b-6bmchwty0i] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0;
    }
}
/* _content/DCBL_Microsite/Shared/MainLayout.razor.rz.scp.css */
.page[b-uuelhld3ad] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100svh;
    min-height: 100svh;
    display: grid;
    grid-template-rows: auto 1fr;

}

.content[b-uuelhld3ad] {
    max-width: 100vw;
    overflow: hidden;
    padding-left: 12rem;
    padding-right: 12rem;
}

main[b-uuelhld3ad] {
    flex: 1;
}

.sidebar[b-uuelhld3ad] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-uuelhld3ad] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-uuelhld3ad]  a, .top-row .btn-link[b-uuelhld3ad] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-uuelhld3ad] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width: 1850px) 
{
    .content[b-uuelhld3ad] {
        padding-left: 12rem;
        padding-right: 12rem;
    }
}

@media (max-width: 1500px) {
    .content[b-uuelhld3ad] {
        padding-left: 10rem;
        padding-right: 10rem;
    }
}
/* ---------- Small desktop & tablet landscape ---------- */
@media (max-width: 1280px) {
    .content[b-uuelhld3ad] {
        padding-left: 7rem;
        padding-right: 7rem;
    }
}

/* ---------- Tablet / large mobile ---------- */
@media (max-width: 1023px) {
    .content[b-uuelhld3ad] {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
}

/* ---------- Mobile ---------- */
@media (max-width: 767px) {
    .content[b-uuelhld3ad] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}


/* _content/DCBL_Microsite/Shared/NavMenu.razor.rz.scp.css */
.dcbl-header[b-h4rxebuizi] {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}


.dcbl-header__inner[b-h4rxebuizi] {
    max-width: calc(100vw - 8%);
    margin: 0 auto;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.dcbl-header__left[b-h4rxebuizi] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 280px;
}

.dcbl-header__logo img[b-h4rxebuizi] {
    display: block;
    height: 32px;
    width: auto;
}

.dcbl-header__logo[b-h4rxebuizi] {
    padding-right: 15px;
    border-style: solid;
    border-width: 0 2px 0 0;
    border-color: #31beaf;
}

.dcbl-header__divider[b-h4rxebuizi] {
    opacity: .55;
}

.dcbl-header__tagline[b-h4rxebuizi] {
    white-space: nowrap;
    font-family: "Open Sans",Sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #0C304E;
}

.dcbl-nav[b-h4rxebuizi] {
    flex: 1;
    display: flex;
    justify-content: center;
}

.dcbl-nav__list[b-h4rxebuizi] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 1.2em;
}

.dcbl-nav__item[b-h4rxebuizi] {
    position: relative;
    height: 3rem;
}

.dcbl-nav__link[b-h4rxebuizi] {
    text-decoration: none;
    color: #111;
    font-size: 1.22rem;
    height: 100%;
    display: inline-flex;
    align-items: center;
    position: relative;
    font-family: "Source Sans Pro",Sans-serif;
    font-weight: 700;
    color: #0C304E;
    padding: 0 15px;
}

    .dcbl-nav__link[b-h4rxebuizi]::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background: currentColor;
        transition: width 160ms ease;
        opacity: .9;
    }

.dcbl-nav__item:hover > .dcbl-nav__link[b-h4rxebuizi]::after,
.dcbl-nav__item:focus-within > .dcbl-nav__link[b-h4rxebuizi]::after {
    width: 100%;
    color: #31BEAF;
    border-style: solid;
    border-width: 0rem 0rem .3rem 0rem;
    border-color: #31BEAF;
}

.dcbl-nav__sub[b-h4rxebuizi] {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 280px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.10);
    box-shadow: 0 10px 30px rgba(0,0,0,.10);
    display: none;
}

    .dcbl-nav__sub a[b-h4rxebuizi] {
        display: block;
        padding: 16px 14px;
        text-decoration: none;
        color: #111;
        font-size: 14px;
        line-height: 1.25;
        font-weight: 500;
    }

        .dcbl-nav__sub a:hover[b-h4rxebuizi],
        .dcbl-nav__sub a:focus[b-h4rxebuizi] {
            background: rgba(0,0,0,.04);
        }

.dcbl-nav__item:hover > .dcbl-nav__sub[b-h4rxebuizi],
.dcbl-nav__item:focus-within > .dcbl-nav__sub[b-h4rxebuizi] {
    display: block;
}



.dcbl-header__right[b-h4rxebuizi] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dcbl-header__cta[b-h4rxebuizi] {
    text-decoration: none;
    font-size: 1.9rem;
    font-weight: 800;
    padding: 10px 24px;
    border-radius: 10px;
    color: #111;
    white-space: nowrap;
    color: white;
    background-color: #0b2d49;
    font-family: "Source Sans Pro",Sans-serif;
    transition: 0.3s;
}

    .dcbl-header__cta:hover[b-h4rxebuizi] {
        background-color: #31beaf;
    }

    .dcbl-burger[b-h4rxebuizi] {
        display: none;
        background: transparent;
        border: 1px solid rgba(0,0,0,.14);
        border-radius: 10px;
        width: 42px;
        height: 38px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

.dcbl-burger__bars[b-h4rxebuizi] {
    width: 18px;
    height: 2px;
    background: #111;
    position: relative;
    display: block;
}

    .dcbl-burger__bars[b-h4rxebuizi]::before,
    .dcbl-burger__bars[b-h4rxebuizi]::after {
        content: "";
        position: absolute;
        left: 0;
        width: 18px;
        height: 2px;
        background: #111;
    }

    .dcbl-burger__bars[b-h4rxebuizi]::before {
        top: -6px;
    }

    .dcbl-burger__bars[b-h4rxebuizi]::after {
        top: 6px;
    }

.dcbl-mobile[b-h4rxebuizi] {
    border-top: 1px solid rgba(0,0,0,.08);
    background: #fff;
}

    .dcbl-mobile.is-collapsed[b-h4rxebuizi] {
        display: none;
    }

    .dcbl-mobile.is-open[b-h4rxebuizi] {
        display: block;
    }

.dcbl-mobile__list[b-h4rxebuizi] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 16px 16px;
    list-style: none;
}

.dcbl-mobile__parent[b-h4rxebuizi] {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    font-family: "Source Sans Pro", sans-serif;
    color: rgb(11, 45, 73);
}

.dcbl-mobile__sub[b-h4rxebuizi] {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0 0 0 12px;
    border-left: 2px solid rgba(0,0,0,.08);
}

    .dcbl-mobile__sub a[b-h4rxebuizi],
    .dcbl-mobile__item a[b-h4rxebuizi] {
        display: block;
        padding: 10px 0;
        text-decoration: none;
        color: #111;
        font-size: 14px;
    }

.dcbl-mobile__phone a[b-h4rxebuizi] {
    font-weight: 700;
}



@media (max-width: 1280px) 
{
    .dcbl-header__divider[b-h4rxebuizi],
    .dcbl-header__tagline[b-h4rxebuizi] {
        display: none;
    }

    .dcbl-header__logo[b-h4rxebuizi]{
        border: none;
    }

    .dcbl-header__left[b-h4rxebuizi]{
        min-width: auto;
    }
}

    @media (max-width: 1023px) {
        .dcbl-header[b-h4rxebuizi] {
            height: 3.75rem;
        }

        .dcbl-header__inner[b-h4rxebuizi] {
            margin: 0;
            max-width: 100%;
        }

        .dcbl-header__logo[b-h4rxebuizi] {
            border: none;
        }

        .dcbl-header__inner[b-h4rxebuizi] {
            justify-content: space-between;
        }

        .dcbl-nav[b-h4rxebuizi] {
            display: none;
        }

        .dcbl-burger[b-h4rxebuizi] {
            display: inline-flex;
        }

        .dcbl-header__cta[b-h4rxebuizi] {
            display: none;
        }

        .dcbl-header__divider[b-h4rxebuizi],
        .dcbl-header__tagline[b-h4rxebuizi] {
            display: none;
        }

        .dcbl-header__left[b-h4rxebuizi] {
            min-width: auto;
        }
    }


