.dw-hero {
    position: relative;
    margin-top: calc(80px);
    background-color: #2F202D;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    color: white;

    @media screen and (max-width: 1500px) {
        /*margin-top: 69px;*/
    }

    @media screen and (max-width: 1366px) {
        /*margin-top: 36px;*/
    }

    @media screen and (max-width: 1100px) {
        margin-top: 63px;
    }

    @media screen and (max-width: 374px) {
        margin-top: 33px;
    }
}

.dw-hero-text {
    margin-bottom: 16px;
}

.dw-hero-text > h1 {
    margin-bottom: 32px;

    @media screen and (max-width: 1199px) {
        margin-bottom: 24px;
    }
}

.dw-hero-text > p {
    margin-bottom: 16px;

    @media screen and (max-width: 1199px) {
        margin-bottom: 8px;
    }
}

.dw-hero > .inner {
    display: flex;
    max-width: 1560px;
    margin: 0 auto;
    padding-top: 64px;
    padding-bottom: 64px;

    @media screen and (max-width: 1199px) {
        flex-direction: column;
        padding-top: 16px;
        padding-bottom: 32px;
    }
}

.dw-hero > .inner > .col-12 > .dw-cta {
    @media screen and (max-width: 1199px) {
        display: none;
    }
}

.dw-hero > .inner > .col-12:nth-child(2n) > .dw-cta {
    display: none;
    max-width: 664px;
    margin: 0 auto;
    margin-top: 24px;

    @media screen and (max-width: 1199px) {
        display: flex;
    }
}

.inner > .col-xl-6:first-child {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;

    @media screen and (max-width: 1199px) {
        padding-top: 0;
        padding-bottom: 24px;
    }
}

.subsubtext {
    color: #BFBABE;
}

.form-container {
    max-width: 664px;
    margin-left: auto;
    background-color: white;
    color: #101828;
    border-radius: 8px;

    @media screen and (max-width: 1199px) {
        margin-left: unset;
        margin: 0 auto;
    }
}

.form-topbar {
    padding: 16px 24px;
    border-bottom: 1px solid #E4E7EC;

    @media screen and (max-width: 1199px) {
        padding: 16px;
    }
}

.form {
    padding: 24px 24px;

    @media screen and (max-width: 1199px) {
        padding: 16px;
    }
}

.hero-img-left {
    position: absolute;
    z-index: 0;
    top: 150px;
}

.hero-img-right {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 308px;

    @media screen and (max-width: 1550px) {
        display: none;
    }
}

.dw-body {
    max-width: calc(1560px + 32px);
    margin: 0 auto;
    padding: 0 16px;
}

/* Cookiebot hack */
.CookiebotWidget-logo {
    outline: none !important;
}

.dw-section-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;

    @media screen and (max-width: 1199px) {
        align-items: unset;
        gap: 8px;
    }
}

.dw-about-text {
    color: #101828;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
    margin-top: 24px;

    @media screen and (max-width: 1100px) {
        text-align: unset;
    }
}

.dw-section-header .dw-section-header__header,
.dw-section-header .dw-section-header__title {
    color: #101828;

    @media screen and (max-width: 1199px) {
        text-align: center;
    }
}

.dw-section-header-title-container {
    display: flex;
    flex-direction: row;
    gap: 12px;

    @media screen and (max-width: 1199px) {
        justify-content: center;
    }
}

main.dw-body {
    margin-top: 124px;

    @media screen and (max-width: 1199px) {
        margin-top: 32px;
    }
}

.cols {
    margin-top: 70px;

    @media screen and (max-width: 1199px) {
        flex-direction: column;
        margin-top: 32px;
    }
}

.cols h2 {
    text-align: center;

    @media screen and (max-width: 1450px) {
        font-size: 52px !important;
    }

    @media screen and (max-width: 1199px) {
        font-size: 60px !important;
    }

    @media screen and (max-width: 500px) {
        font-size: 52px !important;
    }

    @media screen and (max-width: 365px) {
        font-size: 40px !important;
    }
}



.small-card {
    min-height: 341px;
    @media screen and (max-width: 768px) {
        min-height: 270px;
    }
}

.qna-btn-show {
    transition: 200ms;
    outline: none !important;
}
.qna-btn-hide {
    transform: rotate(180deg);
    transition: 200ms;
}

.qna-section {
    margin-top: 124px;
    margin-bottom: 124px;

    @media screen and (max-width: 1199px) {
        margin-top: 64px;
        margin-bottom: 32px;
    }
}

.pp-step-list {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    z-index: 1;
}

.pp-step-point {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    z-index: 1;
}

.pp-step-point__number {
    padding: 4px 12px;
    border-radius: 100px;
    background-color: #D4A773;
}

.pp-step-list__column {
    position: absolute;
    left: 16px;
    z-index: 0;
    height: 95%;
    width: 3px;
    background-color: #D4A773;
}

.qna-section .dw-section-header__header {
    margin-bottom: 48px;

    @media screen and (max-width: 1199px) {
        margin-bottom: 24px;
    }
}