html {
    --main-background-color: #003058;
    --main-foreground-color: white;
    --highlight-background-color: #009ada;
    --highlight-foreground-color: white;
    --gallery-background-color: white;
    --gallery-color: black;
    --gallery-caption-color: black;
    --price-background-color: black;
    --price-row-background-color: var(--main-background-color);
    --price-row-alternate-background-color: var(--main-background-color);
    --price-color: var(--main-foreground-color);
    --tech-spec-alternate-background: #012638;
    --contact-panel-form-background: var(--highlight-background-color);
}

/*.dotted-section.dotted-subtitles .plain-bar h2,*/
/*.dotted-section.dotted-subtitles .plain-bar h3 {*/
/*    color: white!important;*/
/*}*/

/*.dotted-section.dotted-subtitles h2.text-center{*/
/*    color: var(--highlight-foreground-color)!important;*/
/*}*/

/*.dotted-section .dot-container-content,*/
/*.dotted-section h3{*/
/*    color: var(--main-background-color)!important;*/
/*}*/


.gallery-custom-within {
    background: var(--main-background-color) !important;
}

.gallery-custom-within .splide.gallery {
    background: var(--main-background-color) !important;
}


.contact-panel-form-input:only-child label {
    color: #ee1c25 !important;
}

.contact-panel-form-row .agreement-trigger {
    color: #ee1c25 !important;
}

.req {
    color: #ee1c25 !important;
}

.footer {
    margin-top: 0 !important;
    width: 100vw;
}

.fixed-buttons {
    position: sticky;
    bottom: 0;
    width: 100%;
    background: var(--highlight-background-color);
    height: 35px;
    z-index: 999;
}

.fixed-buttons .container-resp {
    margin: auto;
}

.col1-3 {
    width: 31%;
    float: left;
    margin-left: 1%;
    box-sizing: border-box;
    margin-right: 1%;
    min-height: 1px;
}

.container-resp .col1-3 a,
.container-resp .col1-3 p {
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.configure-advantages,
.financing-options {
    display: flex;
    justify-content: space-evenly;
    margin: 2rem auto;
    flex-wrap: wrap;
}

.financing-options {
    align-items: center;
}

.financing-options > div,
.configure-advantages > div{
    max-width: 24%;
    flex: 1 1 25%;
}

.financing-options a {
    text-decoration: none;
    color: white;
    text-align: center;
    font-size: 2rem;
    font-family: 'SuzukiHeadline', sans-serif;
}

.financing-options h2,
.financing-options h4{
    margin: 0;
}

.financing-options p{
    margin: 0;
    font-size: 0.8rem;
}

.configure-advantages p,
.configure-advantages h3 {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.configure-advantages h3 {
    font-size: 2rem;
}

.plain-bar a{
    text-decoration: none;
    color: var(--main-background-color);
}

.plain-bar a:active,
.plain-bar a:hover{
    color: #001c33;
}

.fee-price {
    font-size: 3rem;
    font-family: 'SuzukiHeadline', sans-serif;
}

.cta-line > img {
    max-height: 3.6rem;
}

.configurator-button {
    background: white;
}

.configurator-button a {
    display: flex;
    text-decoration: none;
    color: var(--main-background-color);
}

.configurator-button a p {
    color: #ee1c25;
}

.configurator-button .title-model {
    display: flex;
}

.leasing-prices {
    display: flex;
}

.installment {
    display: flex;
    justify-content: space-around;
    margin: 2rem 1rem;
}

.installment > div {
    display: flex;
    flex-direction: column;
}

.installment > div p {
    text-align: center;
    margin: 0;
}

.line-separate{
    width: 2px;
    background-color: white;
}

.leasing-prices > div:nth-child(odd){
    border-right: 1px solid var(--main-background-color);
}

.leasing-prices > div:nth-child(even){
    border-left: 1px solid var(--main-background-color);
}

.installment .red-title {
    color: #fe0000;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 0;
    font-family: 'SuzukiHeadline', sans-serif;
}



.financing-bar{
    background-color: #fe0000!important;
}

.configurator-button {
    display: flex;
    justify-content: center;
}

.configurator-button img {
    max-width: 400px;
}

.configurator-button .title-model {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.configurator-button p,
.configurator-button h3 {
    margin: 0;
}

.configurator-button h3 {
    font-size: 1.5rem;
}

.configurator-button p {
    text-transform: uppercase;
    font-weight: bold;
}

.video-section {
    display: flex;
    justify-content: center;
}

.video-section video {
    max-width: 80%;
    margin: 1rem;
}

.installment-disclaimer {
    font-size: 0.75rem;
    margin: 2rem 1rem;
}

@media (max-width: 980px) {

    .fee-price{
        font-size: 1.5rem;
    }

    .configurator-button img{
        max-width: 65%;
    }

    .cta-line{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cta-line img{
        max-width: 80%;
    }

    .fixed-buttons {
        height: 70px;
    }

    .financing-options h2{
        font-size: 2rem;
    }

    .configurator-button img {
        max-width: 50%;
    }

    .leasing-prices {
        flex-direction: column;
    }

    .cta-line h2 {
        font-size: 2rem;
    }

    .configure-advantages {
        display: flex;
        margin: 1rem 0;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }

    .financing-options {
        gap: 1rem;
    }

    .financing-options p{
        font-size: 1rem;
        margin: 0;
    }

        .configure-advantages > div {
        max-width: 46%;
        flex: 1 1 48%;
    }

    .financing-options > div {
        max-width: 98%;
        flex: 1 1 98%;
    }

    .map {
        width: 100% !important;
    }
}

@media (max-width: 580px) {
    .container-resp .col1-3 {
        width: 98%;
    }

    .fixed-buttons {
        height: 105px;
    }
}

.content-narrow {
    padding: 2.5em 0 0 0;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.top-20 {
    top: 20%;
}

.gm-style-iw-d > div {
    color: var(--main-background-color) !important;
}

.fs-24px {
    font-size: 24px;
}

.font-bold {
    font-weight: bold;
}

.custom-financing-details {
    right: 5%;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.max-w-300px {
    max-width: 300px;
}

.text-uppercase {
    text-transform: uppercase;
}

.index-1001 {
    z-index: 1001;
}

.text-white {
    color: white;
}

.fixed-buttons a {
    font-family: 'SuzukiHeadline', sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 1em;
    display: block;
    text-align: center;
    transition: all 0.15s ease-in;
    cursor: pointer;
    outline: none !important;
    text-decoration: none;
    text-transform: uppercase;
}

.fixed-buttons a:hover {
    background: var(--main-background-color);
}

.contact-panel-form {
    color: black;
}

.blue-bg .plain-bar {
    background: #0637a8 !important;
}

.gallery-custom h2 {
    color: var(--highlight-background-color) !important;
}

.contact-panel-form {
    background-color: #0637a8 !important;
}

.contact-panel-header .tab-header.active {
    background-color: #0637a8 !important;
}

.contact-panel-header .tab-header {
    border-bottom: 5px solid #0637a8 !important;
}

.cover {
    position: relative;
    z-index: 1000;
}

.cta-line {
    z-index: 1001;
    background: linear-gradient(
            to bottom,
            transparent 1.4em,
            var(--highlight-background-color) 1.4em,
            transparent 1.8em
    ) !important;
}

.content-narrow h4 {
    color: white;
}

.price-table-content table tbody tr {
    border-bottom: 2px solid black;
}

.price-section {
    background-color: white !important;
    color: black !important;
}

.price-section h2,
.price-section p {
    color: black !important;
}

.price-table-content table tbody tr td {
    font-size: 1em !important;
    padding: 0.2em 0.8em !important;
}

.intro-section ul {
    position: relative;
    list-style: none;
}

.intro-section li::before {
    content: '▶';
    color: var(--highlight-background-color);
    position: absolute;
    left: 0;
}

.intro-section h3 {
    margin: 0;
}

.intro-section .disclaimer {
    font-size: 0.8rem;
    margin: auto;
    font-style: italic;
}

.p-3 {
    padding: 0 1rem;
}

@media screen and (min-width: 1100px) {
    .left-text {
        text-align: left !important;
    }
}

@media screen and (max-width: 1100px) {
    .mobile-center-text {
        text-align: center !important;
    }
}

@media screen and (max-width: 1200px) {
    .custom-financing-details {
        right: 0;
    }
}


.bg-red {
    background: #fe0000;
}

.col-white {
    color: white;
}

.intro-section .cti-img {
    display: grid;
    align-items: center;
}

.cover .logo {
    display: none;
}


@media screen and (max-width: 992px) {
    .custom-financing-details {
        display: none !important;
    }
}