.banner-with-text-overlay {
    position: relative;
}

.banner-with-text-overlay.banner-with-text-overlay--bottom {
    margin-block-start: 0!important;
}

.banner-with-text-overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.banner-with-text-overlay.has-background-video:after {
    display: none;
}

.banner-with-text-overlay__image-wrapper {
    position: relative;
    width: 100%;
}

.banner-with-text-overlay__image-wrapper  video {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-with-text-overlay.has-background-video .banner-with-text-overlay__image-wrapper:after  {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.banner-with-text-overlay__image-wrapper--desktop {
    display: none;
}

.banner-with-text-overlay__image-wrapper img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%!important;
    object-fit: cover;
}

.banner-with-text-overlay__text-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 1010px;
    margin: 0 auto;
}

.banner-with-text-overlay__text-wrapper {
    padding: 20px;
}

.banner-with-text-overlay__pre-title {
    font: 400 18px/1.38 'Pluto Sans DPD', sans-serif;
    color: #ffffff;
}

.banner-with-text-overlay__title {
    margin-bottom: 15px;
    font: 400 36px/1.22 'Pluto Sans DPD', sans-serif;
    color: #ffffff;
}

.banner-with-text-overlay__description {
    font-family: 'Pluto Sans DPD', sans-serif;
    line-height: 1.5;
    color: #ffffff;
}

.banner-with-text-overlay__buttons {
    display: flex;
    flex-direction: column;
    margin-top: 18px;
}

.banner-with-text-overlay__buttons br {
    display: none;
}

.banner-with-text-overlay__button {
    display: inline-block;
    width: 100%;
    padding: 12px 26px;
    margin-top: 15px;
    font: 400 14px/1.42 'Pluto Sans DPD', sans-serif;
    text-transform: capitalize;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.banner-with-text-overlay__button:hover {
   opacity: 0.9;
}

.banner-with-text-overlay__button:hover {
    color: #414042;
    background-color: #FFFFFF;
}


@media screen and (min-width: 480px) {
    .banner-with-text-overlay__button {
        width: auto;
    }
}

@media screen and (min-width: 768px) {
    .banner-with-text-overlay__buttons {
        flex-direction: row;
    }

   .banner-with-text-overlay__button:first-child {
        margin-right: 14px;
    }

    .banner-with-text-overlay__pre-title {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 1024px) {
    .banner-with-text-overlay__image-wrapper--desktop {
        display: block;
    }

    .banner-with-text-overlay__image-wrapper--mobile {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .banner-with-text-overlay.has-background-video .banner-with-text-overlay__text-overlay {
        position: static;
    }

    .banner-with-text-overlay.has-background-video .banner-with-text-overlay__text-wrapper {
        padding-top: 14px;
    }

    .banner-with-text-overlay.has-background-video .banner-with-text-overlay__pre-title {
        color: #7B7B7B;
    }

    .banner-with-text-overlay.has-background-video .banner-with-text-overlay__title {
        margin-bottom: 7px;
        color: #DC0032;
    }

    .banner-with-text-overlay.has-background-video .banner-with-text-overlay__description {
        color: #7B7B7B;
    }

    .banner-with-text-overlay.has-background-video .banner-with-text-overlay__button {
        color: #ffffff;
        background-color:  #DC0032!important;
        border-color:  #DC0032!important;
    }
}

.service-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.service-panel-tracker {
    width: 100%;
    padding: 20px;
    background-color: #FFFFFF;
}

.service-panel-tracker__form {
    display: flex;
}

.service-panel-tracker__title {
    margin-top: 5px;
    margin-bottom: 8px;
    font: 400 22px/1.1 'Pluto Sans DPD', sans-serif;
    color: #DC0032;
    text-transform: capitalize;
}

.service-panel-tracker__input {
    height: 45px;
    width: 72%;
    margin-right: 4px;
    padding: 0 20px;
    background-color: #F5F5F5;
    border: 1px solid #CAC4BE;
    border-radius: 4px;
}

.service-panel-tracker__submit {
    height: 45px;
    width: 28%;
    font: 400 14px / 1.42 'Pluto Sans DPD', sans-serif;
    text-transform: capitalize;
    text-align: center;
    color: #ffffff;
    background-color: #DC0032;
    border: none;
    border-radius: 4px;
    transition: opacity 0.2s ease;
    cursor: pointer;
}

.service-panel-tracker__submit--mobile {
    display: block;
}

.service-panel-tracker__submit--desktop {
    display: none;
}

.service-panel-tracker__submit:hover {
    opacity: 0.9;
}

.service-panel-tracker__input::placeholder {
    font: 400 13px/43px 'Pluto Sans DPD', sans-serif;
    text-transform: capitalize;
    color: #808285;
}

.service-panel-tracker__text {
    max-width: 73%;
    margin-top: 5px;
    font: 400 12px/1.4 'Pluto Sans DPD', sans-serif;
    color: #414042;
}

.service-panel-tracker__text p {
    margin-bottom: 5px;
}

.service-panel-links {
    display: flex;
    width: 100%;
    background-color: #DC0032;
}

.service-panel-link {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 21px 10px;
}

.service-panel-link:not(:last-of-type)::after {
    content: '';
    position: absolute;
    top: 21px;
    right: 0;
    height: 83px;
    width: 1px;
    background-color: #C1002C;
}

.service-panel-link__icon svg {
    width: 60px;
    height: 60px;
}

.service-panel-link p {
    margin: -13px 0 0;
}

.service-panel-link__link {
    font: 400 14px/1 'Pluto Sans DPD', sans-serif;
    color: #ffffff;
    text-align: center;
}

.service-panel-link__link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.service-panel-link:not(:last-child)::after {
   background-color: #E6E7E8;
}

@media screen and (min-width: 768px) {
    .service-panel {
        flex-direction: row;
    }

    .service-panel-tracker {
        width: 55.5%;
        padding: 20px 50px;
    }

    .service-panel-tracker__input {
        width: 65%;
        margin-right: 10px;
    }

    .service-panel-tracker__submit {
        width: 35%;
    }

    .service-panel-tracker__submit--mobile {
        display: none;
    }

    .service-panel-tracker__submit--desktop {
        display: block;
    }

    .service-panel-tracker__text {
        margin-top: 12px;
        max-width: 100%;
    }

    .service-panel-links {
        width: 44.5%;
    }

    .service-panel-link {
        padding: 28px 10px;
    }

    .service-panel-link p {
        margin: 0;
    }

    .service-panel-link__link {
        font-size: 16px;
    }
}

@media screen and (min-width: 1200px) {
    .service-panel {
        position: absolute;
        z-index: 99;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
    }

    .service-panel-link:not(:last-child)::after {
        top: 33.5px;
    }
}