html {
    --main-background-color: #374244;
    --main-foreground-color: white;
    --highlight-background-color: #5f76a6;
    --highlight-foreground-color: var(--main-background-color);
    --gallery-background-color: white;
    --gallery-color: black;
    --gallery-caption-color: var(--highlight-background-color);
    --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);
}

.undercarriege h2{
    background: var(--highlight-background-color);
    color: var(--main-background-color);
}

.design-slider .cti-img{
    display: flex;
    align-items: center;
}

.first-section h2{
    color: #b3b3b3;
}

.custom-section{
    background: var(--main-background-color);
    color: white;
}
.custom-section h2 {
    color: var(--main-background-color);
    height: fit-content;
    background: var(--highlight-background-color);
}

.custom-section .cti-text {
    display: flex;
    flex-direction: column;
}

.custom-section .cti-text .nomargins {
    display: flex;
    flex-direction: column;
    align-items: end;
    height: 100%;
    justify-content: start;
}

.design-section .cti-text img{
    margin-left: auto;
}

.dotted-section .dot-container-content,
.dotted-section h2,
.dotted-section h3{
    color: var(--highlight-background-color)!important;
}

.custom-gallery{
    background: var(--main-background-color);
}

.custom-gallery h2{
    color: var(--highlight-background-color);
}

.custom-gallery .content{
    background: var(--main-background-color);
}


.tech-spec {
    background-color: #013145;
    color: white;
}

.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;
}

.contact-panel-header + h4 {
    color: white;
}

.design-section{
    background: black;
    color: white;
}

.more-info .nomargins {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.more-info .nomargins .cta-button {
    background-color: var(--main-foreground-color);
}

.tech-spec + .cta-line {
    top: 0 !important;
    background: linear-gradient(to bottom, var(--main-foreground-color) 1.4em, var(--highlight-background-color) 1.4em, var(--highlight-background-color) 1.8em, black 1.8em) !important;
}

.order-offer-container{
    display: flex;
    width: 100%;
    justify-content: end;
}

.dotted-section.dotted-subtitles .plain-bar{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dotted-section.dotted-subtitles .plain-bar h3 {
    width: 70%;
    color: white!important;
    font-size: 1rem;
}

.dotted-white-color .plain-bar h2{
    color: white!important;
}

.gallery-custom-within{
    background: var(--main-background-color)!important;
}

@media only screen and (max-width: 1100px) {

    .design-section .cti-text img,
    .undercarriege .cti-text img {
        margin: auto;
    }

}
.custom-color{
    color: #F9E701;
    font-weight: bold;
}
