html {
    --main-background-color: #000000;
    --main-foreground-color: white;
    --highlight-background-color: #a1ae00;
    --highlight-foreground-color: #0b2533;
    --gallery-background-color: white;
    --gallery-color: var(--main-background-color);
    --gallery-caption-color: var(--col-primary);
    --price-background-color: black;
    --price-color: white;
    --price-row-background-color: var(--main-background-color);
    --price-row-alternate-background-color: #012638;
    --tech-spec-alternate-background: #012638;
    --contact-panel-form-background: var(--main-background-color);
}

.protection-pack-bg {
    max-width: 100vw !important;
    background: var(--highlight-background-color);
}

.protection-pack-bg .cti-text .header-container h2 {
    background-color: #013145 !important;
    color: white !important;
}

.protection-pack-bg .cti-text .nomargins p {
    color: black !important;
    max-width: 90% !important;

}

.tech-spec {
    background: #013145;
}

.price-section .price-table-content table tbody tr {
    background-color: white !important;
}

.price-section .price-table-content table tbody td {
    color: black;
}

.price-section .price-table-content table tbody tr:nth-child(n+2) {
    content: "";
    border-top: 5px solid;
}

.price-section + .price-section {
    padding-top: 0;
}


.price-section + .price-section .content {
    padding-top: 0;
}

.first-section-header {
    font-weight: bold;
}

.first-section .header-container h2 {
    margin-bottom: 0;
}

.contact-panel-form-row .agreement-trigger {
    color: #ee1c25 !important;
}

.req {
    color: #ee1c25 !important;
}

.footer {
    margin-top: 0 !important;
}

.contact-panel-form-input:only-child label {
    color: #ee1c25 !important;
}

.highlight-background {
    background: var(--highlight-background-color) !important;
}

.highlight-background h2 {
    background: black!important;
    color: white!important;
}

@media only screen and (max-width: 1100px) {
    .first-section-header {
        text-align: center;
    }
}

