:root {
    --main-bg: #fff;
    --main-bg-secondary: #8dc1ff;
    --main-bg-secondary-50: rgba(217, 234, 255, 0.5);
    --main-bg-secondary-75: rgba(217, 234, 255, 0.75);
    --main-bg-highlight: #e5f1ff;
    --main-color: #111;
    --main-color-secondary: #333;
    --main-color-highlight: #720e21;
    --main-color-highlight-50: rgba(114, 14, 33, 0.5);
    --main-font: "Roboto", "Open Sans", "Arial", sans-serif;
    --headline-font: "TradeGothic", "Arial", sans-serif;

    --main-font-size: 18px;
    --inner-content-width: 800px;

}
@font-face {
    font-family: 'TradeGothic';
    src: url('../fonts/TradeGothicLTPro-Bold.woff2') format('woff2'),
    url('../fonts/TradeGothicLTPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TradeGothic';
    src: url('../fonts/TradeGothicLTPro-BoldObl.woff2') format('woff2'),
    url('../fonts/TradeGothicLTPro-BoldObl.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Xolonium';
    src: url('../fonts/Xolonium-Bold.woff2') format('woff2'),
    url('../fonts/Xolonium-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Xolonium';
    src: url('../fonts/Xolonium.woff2') format('woff2'),
    url('../fonts/Xolonium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#lp-content {
    background: var(--main-bg);
    color: #000;
    font-family: var(--main-font);
    font-size: var(--main-font-size);
    font-weight: 400;
    text-align: center;
    box-shadow: 0 5px 10px rgba(100,100,100,0.5);
    /*padding-bottom: 1.5em;*/
}
#lp-content * {
    color: #000;
    font-family: var(--main-font);
}
#lp-content a:link,
#lp-content a:active,
#lp-content a:visited {
    background: linear-gradient(#4b3aa7 20%, #87336b 75%);
    background-size: 10px 1lh;
    background-repeat: repeat;
    -webkit-background-clip: text;
    color:transparent;
    text-decoration:none;
    font-weight:bold;
}
#lp-content a:hover {
    background:none;
    color: var(--main-color);
    -webkit-background-clip: initial;
    -webkit-text-fill-color: currentColor;
    text-decoration:underline;
}
#lp-content h1 {
    margin:0;
}
#lp-content h2 {
    background: linear-gradient(#4b3aa7 20%, #87336b 75%);
    background-size: 10px 1lh;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--headline-font);
    font-weight: 900;
    font-size: 1.9em;
    margin: 0 1em 1em;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
}
/*#lp-content h2.subhead {*/
/*    text-align:justify;*/
/*    text-align-last:justify;*/
/*    max-width: 700px;*/
/*    margin: .5em  auto;*/
/*}*/

#lp-content em {
    font-style: italic;
    font-weight: bolder;
    color: var(--main-color-highlight);
}

#lp-content h3 {
    color: var(--main-color);
    font-family: var(--headline-font);
    font-weight: 600;
    font-size: 1.8em;
    margin: 1.3em 1em .3em;
}

#lp-content h4,
#lp-content h5 {
    color: var(--main-color);
    font-family: var(--headline-font);
    font-weight: 600;
    font-size: 1.2em;
    margin: .2em 1em;
}

#lp-content p {
    font-weight: 300;
    font-size: 1em;
    margin: .2em 1em;
}
#lp-content p.legals {
    font-size: 0.7em;
    color: var(--main-color-highlight);
}

#lp-content .float-left {
    display: block;
    float: left;
}
#lp-content .float-right {
    display: block;
    float: right;
}

#lp-content.rtl-text .float-left {
    float: right;
}
#lp-content.rtl-text .float-right {
    float: left;
}

#lp-content .float-left + br,
#lp-content .float-right + br {
    clear:both;
}

#lp-content .headline img.header-desktop,
#lp-content .branding-desktop
{
    display: block;
    width: 100%;
    margin:0;
    padding:0;
}

#lp-content .headline img.header-mobile,
#lp-content .branding-mobile
{
    display: none;
}

@media (max-width: 800px) and (orientation: portrait) {
    #lp-content .headline img.header-mobile,
    #lp-content .branding-mobile {
        display: block;
        width: 100%;
        margin:0 0 -10% 0;
        padding:0;
    }

    #lp-content .headline img.header-desktop,
    #lp-content .branding-desktop {
        display: none;
    }

    #lp-content h2 {
        font-size: 1.3em;
    }
}

#lp-content .lp-block {
    width: var(--inner-content-width);
    max-width: 90%;
    margin: 2em auto;
    position:relative;
}
/*#lp-content .lp-block:has(.dealersList.il-dealers) {*/
/*    width: 90%;*/
/*    max-width: 90%;*/
/*}*/
#lp-content .lp-block.wide {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
#lp-content .lp-block:has(.narrow) {
    overflow: auto;
}

#lp-content hr {
    background: var(--main-bg-highlight);
    height:1px;
    border:0;
    margin: 3em auto;
    width: calc(var(--inner-content-width) + 5%);
    max-width:95%;
}

#lp-content small {
    font-size: 0.8em;
    color:var(--main-color-highlight);
    font-weight:500;
}

#lp-content .runtimeInfo {
    max-width: 700px;
    margin:0 auto;
}

#lp-content .runtimeInfo .float-right {
    color: var(--main-color);
}
#lp-content .runtimeInfo .float-left {
    font-weight: 600;
    margin-top:.6em;
}

#lp-content .runtimeInfo:after {
    content: " ";
    display: block;
    clear: both;
}
@media (max-width: 800px) and (orientation: portrait) {
    #lp-content .runtimeInfo .float-right,
    #lp-content .runtimeInfo .float-left {
        display: block;
        text-align:center;
        width:100%;
    }
}

#lp-content h2.mainCat {
    color:var(--main-color-highlight);
}

#lp-content .pba_logo_inline {
    max-height: 25px;
    vertical-align: baseline;
}

#lp-content .productLists {
    width:100%;
    margin:auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-flow:row dense;
    container-type: inline-size;
}
#lp-content .productLists .productGroupHeadline {
    max-width: 100%;
    overflow: visible;
    border-bottom:1px solid var(--main-color-highlight);
}
/*@container (max-width: 750px) {*/
/*    #lp-content .productLists .productGroupHeadline:nth-last-of-type(2) {*/
/*        grid-column: 1 / -1;*/
/*    }*/
/*}*/
#lp-content .productLists .productGroupContent {
    width: 100%;
    grid-column: 1 / -1;
}


#lp-content .productGroupHeadline {
    cursor:pointer;
    color:var(--main-color-secondary);
    align-self:end;
    margin:0;
    padding: 30px 0 0 0;

}

#lp-content .productGroupHeadline h3 img {
    display: block;
    max-width: 145px;
    margin:auto;
}
#lp-content .productGroupHeadline h3 {
    font-weight: 300;
    line-height: 50px;
    font-size:0.9em;
    white-space: nowrap;
    border-bottom: 4px solid var(--main-color-highlight);
    margin:0;
    padding:0;
}
#lp-content .productGroupHeadline.hideProducts h3 {
    border-bottom: 4px solid transparent;
    transition: all 0.1s linear;
}
#lp-content .productGroupHeadline.hideProducts:hover h3 {
    border-bottom: 4px solid var(--main-color-highlight-50);
}


#lp-content .productGroupHeadline.hideProducts + .productGroupContent {
    display: none !important;
}

#lp-content .productGroupContent {
    padding-block:20px;

}

#lp-content table {
    direction: ltr;
    max-width:700px;
    width: 90%;
    margin:auto;
    border-collapse: collapse;
    font-size: var(--main-font-size);
}
#lp-content.rtl-text table {
    direction: rtl;
}
#lp-content table thead tr {
    border-bottom: 1px solid var(--main-bg-highlight);
}

#lp-content table tbody tr:hover {
    background: var(--main-bg-secondary);
}

#lp-content table.show10 tbody tr:nth-child(n+10) {
    display:none;
}
#lp-content table tbody tr.showRest {
    display:none;
}

#lp-content table.show10 tbody tr.showRest {
    display:table-row;
    cursor:pointer;
}
#lp-content table.show10 tbody tr.showRest td {
    text-align: center;
    font-weight:300;
    font-size:1em;
    color: var(--main-color-highlight);
}
#lp-content table.show10 tbody tr.showRest td:before,
#lp-content table.show10 tbody tr.showRest td:after{
    content:" ";
    display: inline-block;
    vertical-align:middle;
    font-size:0;
    height:1px;
    width:100px;
    background: var(--main-color-highlight);
}

#lp-content table th {
    color: var(--main-color);
}
#lp-content table th,
#lp-content table td {
    border:none;
    padding: 0.3em 0.8em;
    text-align: end;
    font-weight:300;color:black!important;
}
#lp-content.rtl-text table th,
#lp-content.rtl-text table td {
    direction: rtl;
}



#lp-content table th:first-child,
#lp-content table td:first-child {
    text-align:start;

}
#lp-content table.pba th,
#lp-content table.pba td {
    text-align:end;
}
#lp-content table.pba th:first-child,
#lp-content table.pba td:first-child {
    text-align:start;
}
#lp-content table.pba.closed tr:not(.topRow):not(.bottomRow) td {
    display: none;
}


#lp-content table tr.topRow th {
    background: var(--main-color-highlight);
    color: var(--main-bg);
    font-size:1.4em;
    font-weight: 300;
    cursor:pointer;
    position: relative;
}
#lp-content.rtl-text table tr.topRow th {
    text-align:right;
}
#lp-content table.pba tr.topRow th:after {
    display: block;
    position: absolute;
    right:5px;
    top:5px;
    content:"â–²";
}
#lp-content.rtl-text table.pba tr.topRow th:after {
    right:unset;
    left:5px;
}
#lp-content table.pba.closed tr.topRow th:after {
    content:"â–¼";
}
h3.productGroup.hideProducts:after {
    content: "â–¼";
}
#lp-content table tr.bottomRow th {
    background: var(--main-color-secondary);
    color:var(--main-color);
}

#lp-content ul {
    list-style: none;
    margin:0.5em auto;
    padding:0;
}
#lp-content ul li {
    padding:0;
    margin:0.3em 0;
    text-indent: 0;
}

#lp-content ul.dealersList {
    /*font-size: 0.75em;*/
    columns:3;
    direction: ltr;
}
#lp-content ul.dealersList li.ul_br_3 {
    break-after:column;
}
#lp-content ul.dealersList.il-dealers {
    display: grid;
    grid-template-columns:1fr 1fr;
}
#lp-content ul.dealersList.il-dealers li:last-of-type {
    column-span: all;
}

@media (max-width: 1000px){
    #lp-content ul.dealersList {
        columns:2;
    }
    #lp-content ul.dealersList li.ul_br_3 {
        break-after:unset;
    }
}
@media (max-width: 650px){
    #lp-content ul.dealersList {
        columns:1;
    }
}

#lp-content ol {
    text-align:start;
    max-width:650px;
    margin:0 auto;
}
#lp-content ol li {
    margin-top:0.5em;
    font-size: 1.12em;
}

#lp-content .cta_area {
    width:800px;
    max-width:100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;

}
#lp-content .cta_area div {
    width:80%;
    max-width:380px;
    flex-shrink: 0;
}
#lp-content .cta_area div p {
    color: var(--main-color-highlight);
    font-size:0.8em;
}

#lp-content a.cta-button,
#lp-content a.tac-button {
    display: block;
    width: 100%;
    background: linear-gradient(#4b3aa7, #87336b);
    color: var(--main-bg);
    text-align: center;
    font-size: 1.6em;
    font-weight:600;
    padding: 0.4em 1em 0.6em;
    margin: 0.5em auto;
    cursor: pointer;
    transition: all 0.1s linear;
    border: 2px solid #4b3aa7;
    transform: skew(-2deg,-0.3deg);
    min-height: 4em;
    place-content: center;
}

#lp-content a.cta-button:hover,
#lp-content a.tac-button:hover {
    text-decoration: none;

}
#lp-content a.tac-button {
    background: linear-gradient(#fff, var(--main-bg-secondary));
    color: var(--main-color);
}
#lp-content a.cta-button em {
    display: block;
    font-size:0.6em;
}
#lp-content a.cta-button:hover {
    background: linear-gradient(#87336b,#4b3aa7);
    color: #ffe800;
}
#lp-content a.tac-button:hover {
    background: var(--main-bg-highlight);
}

#lp-content .footer-banner {
    margin:20px 40px 40px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 45px 45px;
    flex-wrap:wrap;
}
#lp-content .footer-banner div {
    flex-grow:1;
    width:300px;
    max-width: 650px;
    transition: all 0.1s linear;
}
#lp-content .footer-banner div.fullwidth {
    width: 100%;
    max-width:100%;
}

#lp-content .footer-banner div:hover {
    transform:scale(1.03);
}

#lp-content .footer-banner div img {
    width:100%;
}
#lp-content img.footer-banner-big {
    display: block;
    width:100%;
}
#lp-content .currency_select {
    background: var(--main-bg);
    color: var(--main-color-highlight);
    font-size: 1em;
    border: 2px solid var(--main-color-highlight);
    padding: 3px 10px;
    outline: none;
}
#lp-content a.goconfig {
    display: inline-block;
    background: var(--main-color-highlight);
    color: var(--main-color) !important;
    padding: 5px 10px;
    margin: 5px;
}
#lp-content a.goconfig:hover {
    background: var(--main-color-secondary);
}

@media (max-width: 600px) {

    #lp-content h3.productGroup + table tr,
    #lp-content table.pba tr {
        display: flex;
        flex-direction:column;
        justify-content:flex-start;
        align-items:stretch;
    }
    #lp-content h3.productGroup + table tr td,
    #lp-content table.pba tr td {
        display: block;
        flex-grow: 1;
        flex-shrink: 1;
        word-wrap: break-word;
        white-space: normal;
    }
}
#lp-content .header_slider {
    aspect-ratio: 2.77;
    position: relative;
    overflow:hidden;
}
#lp-content .header_slider img {
    position:absolute;
    inset: 0;
}

#lp-content .countryGroupHeadline {
    display: inline-block;
    text-align:start;
    border-bottom: 3px solid var(--main-color-highlight);
    margin:30px 0;
    padding:0;
    width:100%;
}

#lp-content .countryGroupHeadline h3.headline {
    display: inline-block;
    text-align:start;
    font-weight: 300;
    line-height: 40px;
    font-size:0.9em;
    white-space: nowrap;
    border-bottom: 3px solid var(--main-color-highlight);
    margin:0 auto 0 0;
    padding:0 20px;
    width:auto;
}
#lp-content .countryLists .countries {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    grid-auto-rows: 40px;
    width:100%;
    grid-gap: 5px;
}
#lp-content .countryLists a {
    text-decoration: none;
}
#lp-content .countryLists .countries .country {
    text-align: start;
    font-size:0.9em;
    line-height: 30px;
    border-radius: 4px;
    padding:5px;
    transition: all 0.2s linear;
}
#lp-content .countryLists .countries .country:hover {
    background:rgba(50, 50, 50, 0.8);
    color: var(--main-color);
}
#lp-content .countryLists .countries .country .flagIcon {
    display: inline-block;
    height:30px;
    width: 40px;
    margin: 0 10px 0 0;
    padding:0;
    vertical-align: top;
    border-radius: 4px;
    transition: all 0.2s linear;
    /*box-shadow: 0 0 3px  var(--main-color-highlight);*/
}

#lp-content .bonus-banner {
    direction: ltr;
    width:100%;
    display: grid;
    grid-column-gap: 0;
    grid-row-gap: 0;
}
#lp-content .bonus-banner.bonus3 {
    grid-template-columns: 11fr 39fr 14fr 47fr 16fr 56fr 17fr;
    grid-template-rows: 31fr 30fr 11fr;
    .top { grid-area: 1 / 1 / 2 / 8; }
    .col1 { grid-area: 2 / 1 / 3 / 2; }
    .button1 { grid-area: 2 / 2 / 3 / 3; }
    .col2 { grid-area: 2 / 3 / 3 / 4; }
    .button2 { grid-area: 2 / 4 / 3 / 5; }
    .col3 { grid-area: 2 / 5 / 3 / 6; }
    .button3 { grid-area: 2 / 6 / 3 / 7; }
    .col4 { grid-area: 2 / 7 / 3 / 8; }
    .bottom { grid-area: 3 / 1 / 4 / 8; }
}

#lp-content .bonus-banner.bonus2 {
    grid-template-columns: 10fr 50fr 53fr 69fr 18fr;
    grid-template-rows: 35fr 29fr 8fr;
    .top { grid-area: 1 / 1 / 2 / 6; }
    .col1 { grid-area: 2 / 1 / 3 / 2; }
    .button1 { grid-area: 2 / 2 / 3 / 3; }
    .col2 { grid-area: 2 / 3 / 3 / 4; }
    .button2 { grid-area: 2 / 4 / 3 / 5; }
    .col3 { grid-area: 2 / 5 / 3 / 6; }
    .bottom { grid-area: 3 / 1 / 4 / 6; }

}
#lp-content .bonus-banner.bonus-it {
    grid-template-columns: 1fr 1fr;
    .button1 {  }
    .button2 {  }

}




#lp-content .lp-block.proart {
    background:#000;
}
#lp-content .lp-block.proart.cut-top:before1 {
    content:"";
    display: block;
    position: absolute;
    height:3%;
    top:-1px;
    left:0;
    right:0;
    background: var(--main-bg);
    clip-path: polygon(0 0, 100% 0, 100% 2%, 0 100%);
    border-top:1px solid var(--main-bg);
}
#lp-content .lp-block.youtube-block {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 20px 0;
}
#lp-content .lp-block.youtube-block h3 {
    color: var(--main-color-highlight);
    font-size: 2em;
    font-weight: 400;
    padding: 0 0 1em ;
}
#lp-content .lp-block.youtube-block .videos {
    width:100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
#lp-content .lp-block.youtube-block .video iframe {
    width:90%;
    aspect-ratio: calc(16/9);
}

#lp-content .lp-block.youtube-block .video iframe:hover{
    box-shadow: 0 0 2px 1px var(--main-color);
}

#lp-content .lp-block.youtube-block .video p {
    color: var(--main-color);
    width: 90%;
    margin: 0 auto;
    padding: 15px;
    text-align:start;
}

#lp-content .calculator {
    display: block;
    background: var(--main-bg-secondary-75);
    backdrop-filter: blur(4px);
    border-width: 3px;
    border-style: solid;
    border-color: #FFFFFF;
    position: sticky;
    margin:50px 0 0;
    padding-block:12px;
    bottom:0px;
    right:0px;
}
/*#lp-content .calculator:before {*/
/*    content:"";*/
/*    display: block;*/
/*    position: absolute;*/
/*    background:#FFFFFF;*/
/*    top:-7%;*/
/*    left:-3px;*/
/*    right:-3px;*/
/*    height:7%;*/
/*    clip-path: polygon(100% 0, 100% 100%, 0 100%);*/
/*}*/
/*#lp-content .calculator:after {*/
/*    content:"";*/
/*    display: block;*/
/*    position: absolute;*/
/*    background:#FFFFFF;*/
/*    bottom:-7%;*/
/*    left:-3px;*/
/*    right:-3px;*/
/*    height:7%;*/
/*    clip-path: polygon(0 0, 100% 0, 0 100%);*/
/*}*/
#lp-content .calculator .headline {
    background: linear-gradient(#4b3aa7 20%, #87336b 75%);
    background-size: 10px 1lh;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding:0.5em;
    font-size:1.5em;
    font-weight:700;
}
#lp-content .calculator.collapsed .calc-items-list {
    display: none;
}
#lp-content .calculator .calc-expand-items {
    opacity:0.5;
    cursor:pointer;
}
#lp-content .calculator:has(.item-name) .calc-expand-items {
    opacity:1;
}
#lp-content .calculator:has(.item-name) .calc-expand-items:before,
#lp-content .calculator:has(.item-name) .calc-expand-items:after {
    font-size:0.7em;
    padding: 0 0.5em 0.3em;
    content: "â–²";
    display: inline-block;
    vertical-align: middle;
}
#lp-content .calculator.collapsed:has(.item-name) .calc-expand-items:before,
#lp-content .calculator.collapsed:has(.item-name) .calc-expand-items:after {
    content:"â–¼";
}

#lp-content .calc-selector {
    display: inline-block;
    margin: 0 10px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--main-color);;
    border-radius: 50%;
    background: transparent;
    cursor:pointer;
}
#lp-content .calc-selector:focus {
    border: 4px solid var(--main-color);;
}

#lp-content .calc-selector.calc-select {
    background: var(--main-color-highlight);
    box-shadow: 0 0 4px 2px var(--main-bg-secondary) inset,  0 0 3px var(--main-bg-secondary) inset,  0 0 3px var(--main-bg-secondary) inset;
}
/*#lp-content .calc-selector:hover {*/
/*    background:#666;*/
/*    box-shadow: 0 0 3px black inset,  0 0 3px black inset,  0 0 3px black inset;*/
/*}*/

#lp-content tr:has(.calc-select) a {
    color: #014701;
    font-weight:700;
}

#lp-content .calc-items-list,
#lp-content .calc-sum {
    display: grid;
    grid-template-columns: 4fr 1fr;
}
#lp-content.rtl-text .calc-items-list,
#lp-content.rtl-text .calc-sum {
    direction: rtl;
}

#lp-content .calc-items-list *:nth-child(4n + 1),
#lp-content .calc-items-list *:nth-child(4n + 2){
    background: rgba(200,200,200,0.2);
}
#lp-content .calc-items-list *:nth-child(4n + 3),
#lp-content .calc-items-list *:nth-child(4n + 4){
    background: rgba(255,255,255,0.2);
}

#lp-content .calc-sum {
    border-top: 1px solid #999;
    font-weight:700;
}
#lp-content .calc-items-list .item-name,
#lp-content .calc-sum .calc-sum-label {
    text-align:start;
    padding:0.3rem 2rem;
    line-height:1.1em;
}
#lp-content .calc-items-list .item-value,
#lp-content .calc-sum .calc-sum-value {
    text-align:end;
    padding:0.3rem 2rem;
    white-space: nowrap;
}
#lp-content .calc-items-list {
    position: relative;
    overflow:auto;
    max-height:60%;
    transition: max-height 0.3s ease-in-out;
}
#lp-content .calc-items-list::-webkit-scrollbar {
    width: 11px;
}
#lp-content .calc-items-list {
    scrollbar-width: thin;
    scrollbar-color: var(--main-color-highlight) var(--main-bg-secondary);
}
#lp-content .calc-items-list::-webkit-scrollbar-track {
    background: var(--main-bg-secondary);
}
#lp-content .calc-items-list::-webkit-scrollbar-thumb {
    background-color: var(--main-color-highlight) ;
    border-radius: 6px;
    border: 3px solid var(--main-bg-secondary);
}

#lp-content .calc-curr-select {
    padding: 0.3em 0;
    margin-block:-10px 20px;
}
#lp-content .calc-curr-select select {
    height:25px;
    width:90px;
    padding-inline:10px;
    border: 2px solid var(--main-color-highlight);

}

#lp-content .lp-block.sheared {
    margin:0;
    padding:50px 0;
    width:100%;
    max-width:unset;
}
#lp-content .lp-block.to-red {
    background: linear-gradient(#3b39b6, #d61e40);
}
#lp-content .lp-block.cut-top {
    position: relative;
}
#lp-content .lp-block.cut-top:before {
    content:"";
    display: block;
    position: absolute;
    height:7%;
    top:-7%;
    left:0;
    right:0;
    background: #3b39b6;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    border-bottom: 1px solid #3b39b6;
}
#lp-content .lp-block.cut-bottom:after {
    content:"";
    display: block;
    position: absolute;
    height:7%;
    bottom:-7%;
    left:0;
    right:0;
    background: #d61e40;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    border-top: 1px solid #d61e40;
}

#lp-content .lp-block .narrow {
    width:900px;
    max-width: 95%;
    margin:30px auto;
}
#lp-content .country-list {
    column-width: 270px;
    max-width: 90%;
}
#lp-content .country-list li {
    line-height: 40px;
    text-align: start;

}
#lp-content .country-list li a {
    display:block;
    padding: 10px;
    transition: all .2s linear;
    border-radius:5px;
}
#lp-content .country-list li a:hover  {
    background: var(--main-bg-secondary-50);
}
#lp-content img.lp-flag {
    width: 52px;
    height: 39px;
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
    box-shadow: 0 0 2px #888;
    padding:0;
}


.dealers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-items: center;
    align-items: center;
}

.dealers-grid img {
    width: 50%;               /* On desktop: each image takes half width */
    height: auto;             /* Keeps proportions */
    object-fit: contain;      /* Prevents stretching/cropping */
    transition: transform 0.3s ease;
    box-shadow: 1px 2px 5px #888888;
}

/* For tablets and mobiles */
@media (max-width: 1024px) {
  .dealers-grid img {
    width: 100%;              /* On smaller screens: each image takes full width */
  }

  :root {
    --main-bg: #fff;
    --main-bg-secondary: #8dc1ff;
    --main-bg-secondary-50: rgba(217, 234, 255, 0.5);
    --main-bg-secondary-75: rgba(217, 234, 255, 0.75);
    --main-bg-highlight: #e5f1ff;
    --main-color: #111;
    --main-color-secondary: #fff;
    --main-color-highlight: #fff;
    --main-color-highlight-50: rgba(255, 255, 33, 0.5);
    --main-font: "Roboto", "Open Sans", "Arial", sans-serif;
    --headline-font: "TradeGothic", "Arial", sans-serif;

    --main-font-size: 18px;
    --inner-content-width: 800px;

}
}

.dealers-grid img:hover {
    transform: scale(1.05);
}