.funnel {
    display: flex;
    flex-direction: column;
}

.funnel header nav .header-picture-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.funnel-integrated:not(.full-page) header {
    display: none;
}
.funnel-integrated:not(.full-page) footer {
    display: none;
}

.funnel header nav .header-promotion-container {
    background-image: radial-gradient(circle, #ec012f, #a00000 42%, #450102 96%);
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
}


.funnel main {
    flex-grow: 1;
}

.funnel main .two-col {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
    justify-content: flex-start;
}

.funnel main .two-col .first-col {
    width: 50%;
    height: calc(100vh - (119px + 50px));
    background-image: url("https://www.verisure.be/sites/be/files/flmngr/landings/funnel-v5-bg-desktop_720x795.webp");
    background-position: right;
    display: grid;
    place-content: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.funnel:not(.full-page) main .two-col .first-col {
    height: 100vh;
}

.funnel main .two-col .second-col {
    width: 50%;
    height: stretch;
}



.funnel main .two-col .second-col .header-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%;
    margin: auto;
    
}

.funnel:not(.full-page) main .two-col .second-col .header-wrapper {
    padding-top: 50px;
}

.funnel main .two-col .second-col .header-wrapper .header-wrapper-title {
    font-size: 22px;
    line-height: normal;
    text-align: center;
}

.funnel main .two-col .second-col .header-wrapper .header-wrapper-logo-subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.funnel main .two-col .second-col .header-wrapper .header-wrapper-logo-subtitle span {
    font-size: 12px;
    line-height: normal;
}

.funnel main .two-col .second-col .wrapper {
    width: 75%;
    margin: auto;
}

.funnel main .two-col .second-col .wrapper .container-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.funnel main .two-col .second-col .wrapper .container-bar .bar {
    height: 3px;
    width: 100%;
    flex: 1;
    background-color: #eaeaea;
    border-radius: 8px;
}


.funnel main .two-col .second-col .wrapper .container-bar .bar .bar-fill {
    height: 100%;
    width: 3px;
    background-color: var(--be-red);
    transition: width 0.5s ease-in-out;
    border-radius: inherit;
}

.funnel main .two-col .second-col .wrapper .container-bar .time-bar-count {
    font-weight: bold;
}

.funnel main .two-col .second-col .wrapper .questions-wrapper .funnel-question-main {
    display: flex;
    flex-direction: column;
}

.funnel:not(.full-page) main .two-col .second-col .wrapper .questions-wrapper .articleQuestion {
    display: none;
    overflow-y: auto;
    max-height: 521px;
}

.funnel main .two-col .second-col .wrapper .questions-wrapper .articleQuestion {
    display: none;
    overflow-y: auto;
    max-height: 309px;
}

.funnel main .two-col .second-col .wrapper .questions-wrapper .articleQuestion.showed {
    display: block;
}

.funnel main .two-col .second-col .wrapper .questions-wrapper .funnel-question-main .questionTitle {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: normal;
}

.funnel main .two-col .second-col .wrapper .questions-wrapper .funnel-question-main .label-radio {
    border: solid 1px #ebe6e7;
    padding: 15px;
    border-radius: 16px;
    transition: border-color 0.2s ease-in-out;
    cursor: pointer;
}

.funnel main .two-col .second-col .wrapper .questions-wrapper .containerSubmitForm {
    background-color: #f5f5f5;
    border: none;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    width: 100%;
    height: 40px;
}

.funnel main .two-col .second-col .wrapper .questions-wrapper .containerSubmitForm .input-inline {
    width: 100%;
    padding-left: 10px;
    border-radius: inherit;
    border: none;
    height: 100%;
    background-color: transparent;
}

.funnel main .two-col .second-col .wrapper .questions-wrapper .containerSubmitForm .btn-inline {
    margin: 0 !important;
    height: 100%;
    padding: 0 15px !important;
}

.funnel main .two-col .second-col .wrapper .questions-wrapper .funnel-question-main .label-radio.selected,
.funnel main .two-col .second-col .wrapper .questions-wrapper .funnel-question-main .label-radio:hover {
    border-color: var(--be-red);
}

.funnel main .two-col .second-col .wrapper .questions-wrapper .funnel-question-tips {
    opacity: 0;
    /*transition: all .5s ease;*/
    margin-bottom: 10px;
}

.funnel main .two-col .second-col .wrapper .questions-wrapper .funnel-question-tips.tips-visible {
    opacity: 1;
}

.funnel main .two-col .second-col .wrapper .questions-wrapper .funnel-question-tips .funnel-question-tips-content {
    margin: auto;
    background-color: var(--success);
    color: white;
    padding: 10px;
    border-radius: 16px;
    font-weight: 500;
    width: 100%;
    font-size: 14px;
    line-height: normal;
}

.funnel main .two-col .second-col .wrapper .wrapper-back {
    display: none;
    margin: 16px 0px;
}

.funnel main .two-col .second-col .wrapper .wrapper-back.showed {
    display: block;
}

.funnel main .two-col .second-col .wrapper .wrapper-back .btn-previous-question {
    background-color: var(--be-red);
    border: none;
    display: flex;
    border-radius: 63px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-image: url("https://www.verisure.be/sites/be/files/flmngr/landings/verisure-arrow-back-white_16x2.png");
    background-repeat: no-repeat;
    background-position: center;
}

.funnel main .two-col .second-col .wrapper .wrapper-back .btn-previous-question:focus,
.funnel main .two-col .second-col .wrapper .wrapper-back .btn-previous-question:focus-visible,
.funnel main .two-col .second-col .wrapper .questions-wrapper .containerSubmitForm .input-inline:focus,
.funnel main .two-col .second-col .wrapper .questions-wrapper .containerSubmitForm .input-inline:focus-visible {
    outline: 0;
}


.funnel footer {
    background-color: #f1f1f1;
    color: #262626;
    padding: 10px 0px;
}

.funnel footer .footer-legal-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: calc(.25rem * 250);
    width: 90%;
    margin-inline: auto;
    justify-content: space-around;
    height: 100%;
    align-items: center;
    gap: 10px;
}

.funnel footer .footer-legal-container a {
    padding: 0 20px;
    font-size: 14px;
    line-height: normal;
}

@media (min-width: 1024.5px) {
    .funnel main .two-col.revers-col {
        flex-direction: row-reverse;
    }
}

@media (max-width: 1024px) {
    .funnel main .two-col .first-col {
        height: 200px;
        background-image: url("https://www.verisure.be/sites/be/files/flmngr/landings/funnel-v5-bg-desktop_720x795.webp");
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
    .funnel:not(.full-page) main .two-col .first-col {
        height: 200px;
    }
    .funnel main .two-col .second-col .wrapper .questions-wrapper .articleQuestion {
    max-height: unset;
}

    .funnel main .two-col{
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .funnel main .two-col .second-col {
        margin-top: calc(.25rem * -13.75);
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        background-color: white;
        max-width: calc(.25rem * 177.5);
        width: 100%;
        margin-inline: auto;
        min-height: calc(100vh - (132px - calc(.25rem * -13.75)));
    }
    .funnel footer .footer-legal-container a {
        font-size: .75rem;
    }
}
@media (max-width: 768px) {
    .funnel main .two-col .first-col {
        background-image: url("https://www.verisure.be/sites/be/files/flmngr/landings/funnel-v5-bg-mobile_375x150.webp");
        width: 100%;
        height: 120px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        transition: all 2.5ms ease-in-out;
    }
    .funnel main .two-col .second-col .wrapper {
        width: 90%;
    }
    .funnel main .two-col .second-col .header-wrapper {
        width: 90%;
    }
}