.width-791 {
    max-width: 791px;
}

.icons-row {
    margin: 24px auto 24px;
    max-width: var(--max-page-width);
    overflow: hidden;
}
.icons-row > dotlottie-wc {
    height: 50px;
}

@media (min-width: 768px) {
    .icons-row {
        margin: 48px auto 48px;
    }
    .icons-row > dotlottie-wc {
        height: 75px;
    }
}

@media (min-width: 1248px) {
    .icons-row {
        margin: 48px auto 48px;
    }
    .icons-row > dotlottie-wc {
        height: 100px;
    }
}

a.survey-start-button {
    display: inline-flex;
    padding: 40px 80px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #0660EF;
    color: var(--White, #FFF);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 30px */
    margin: 40px 0;
    text-decoration: none;
}

.survey-intro-header {
    text-align: center;
    margin-bottom: 0;
}

.small-print {
    margin-top: 0;
    color: #586179;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}