.p-home__banner {
    margin-bottom: 15px;
}

.p-home__long-text-format {
    margin-bottom: 20px;
}

.p-home__long-text-format strong {
    color: var(--color-electricblue);
}

.p-home__dual-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
}

.p-home__dual-link .button {
    margin: 0 10px;
    width: calc(50% - 10px);
}

.p-home__long-text-format-2 {
    margin-bottom: 20px;
}

.p-home__content {
    margin-bottom: 20px;
}

.p-home__content .title-h2 {
    border-bottom: 2px solid var(--color-pirategold);
    padding-bottom: 10px;
}

.p-home__anchors {
    margin-bottom: 20px;
}

.p-home__anchors ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7.5px -15px;
}

.p-home__anchors ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    margin: 0 7.5px 15px;
}

.p-home__anchors ul li::before,
.p-home__anchors ul li::after {
    color: var(--color-yellow);
}

.p-home__anchors ul li::before {
    content: "[";
}

.p-home__anchors ul li::after {
    content: "]";
}

.p-home__anchors ul li a {
    color: var(--color-electricblue);
}

.p-home__webform-ref {
    width: 100%;
    margin: 0 auto;
}

.p-home__webform .b-from__header {
    margin-bottom: 20px;
    text-align: center;
}

.p-home__webform #edit-description {
    color: var(--color-white);
}

.p-home__webform label span {
    color: var(--color-yellow);
}

.p-home__webform .form-actions {
    padding-top: 10px;
    text-align: center;
}

@media (min-width: 768px) {
    .p-home__banner {
        margin-bottom: 25px;
    }

    .p-home__long-text-format {
        margin-bottom: 30px;
    }

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

    .p-home__dual-link .button {
        margin: 0 13px;
        width: auto;
    }

    .p-home__long-text-format-2 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 30px;
    }

    .p-home__content {
        margin-bottom: 40px;
    }

    .p-home__anchors {
        display: none;
    }

    .p-home__webform .b-from__header {
        margin-bottom: 16px;
    }

    .p-home__webform .b-from__header h2 {
        margin-bottom: 26px;
    }

    .p-home__webform .form-actions {
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .p-home__banner {
        margin-bottom: 20px;
    }

    .p-home__dual-link {
        margin: 0 -15px;
    }

    .p-home__dual-link .button {
        margin: 0 15px;
    }

    .p-home__long-text-format-2 {
        font-size: 24px;
        line-height: 24px;
    }

    .p-home__webform .b-from__header {
        margin-bottom: 15px;
    }

    .p-home__webform .b-from__header h2 {
        margin-bottom: 30px;
    }

    .p-home__webform #edit-description {
        font-size: 20px;
        line-height: 20px;
    }

    .p-home__content {
        margin-bottom: 40px;
    }

    .p-home__webform-ref {
        max-width: 612px;
    }
}

@media (min-width: 1234px) {
    .p-home__banner {
        margin-bottom: 50px;
    }

    .p-home__long-text-format {
        margin-bottom: 60px;
    }

    .p-home__dual-link {
        margin: 0 -32px;
    }

    .p-home__dual-link .button {
        margin: 0 32px;
    }

    .p-home__long-text-format-2 {
        line-height: 24px;
        margin-bottom: 60px;
    }

    .p-home__content {
        margin-bottom: 60px;
    }

    .p-home__content .title-h2 {
        padding-bottom: 20px;
    }

    .p-home__webform .b-from__header {
        margin-bottom: 30px;
    }

    .p-home__webform .b-from__header h2 {
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 0;
    }

    .p-home__webform #edit-description {
        font-size: 32px;
        line-height: 32px;
    }

    .p-home__webform .b-form__content {
        padding: 0 47px;
    }

    .p-home__webform-ref {
        max-width: 882px;
    }
}