@font-face {
    font-family: "FNMZ Skolar Sans Latin";
    src: url("../fonts/FNMZSkolarSansLatn-Me.otf") format("opentype"),
    url("../fonts/FNMZSkolarSansLatn-Me.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "FNMZ Skolar Sans Latin";
    src: url("../fonts/FNMZSkolarSansLatn-Bd.otf") format("opentype"),
    url("../fonts/FNMZSkolarSansLatn-Bd.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "FNMZ Skolar Sans Latin";
    src: url("../fonts/FNMZSkolarSansLatn-Eb.otf") format("opentype"),
    url("../fonts/FNMZSkolarSansLatn-Eb.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

:root {
    --brand: #196428;
    --grey-darker: #3b3b3b;
    --anthracite-text: #464646;
    --grey: #757575;
    --white: #ffffff;
    --green-pastel: #ecf3dd;
    --green-happy: #c8d86b;
    --green-happy-light: #e3ebb5;
    --green-orientation: #819f17;
    --grey-metallic: #b2b2b2;
    --black-strong: #2b2622;
    --grey-lighter: #717671;
    --grey-light: #f2f2f2;
    --grey-gainsboro: #dcdcdc;
    --state-error: #ee2f24;
    --state-success: #819f17;
    --state-info: #3a9ae5;
    --green-light: #d4e4d5;
    --green-lighter: #e7efe8;
    --green-hover: #60843e;
    --green-hover-light: #659a69;
    --green-light-dark: #3f7d4a;
    --green-hover-darker: #12521f;
    --green-darker: #1c662a;
    --agila-orange-300: #FFD448;
    --agila-style-focus-Hintergrund: #FFD448;
    --agila-style-focus-Linie: #ffd448;
    --btnYellowBackgroundHighlight: #FFFBE6;
    --agila-style-neutrals-primre-Linien: #6D6D6D;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    color: var(--anthracite-text, #464646);
    font-family: "FNMZ Skolar Sans Latin", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    overflow-x: hidden;
}
small{
    font-size: 14px;
}
b, strong{
    font-weight: 700;
}
.subline{
    font-size: 18px;
}
.btn{
    font-weight: 700;
}
ol, ul {
    padding-left: 1rem;
}
h1, .likeh1{
    font-size: 48px;
    line-height: 125%;
    font-weight: 900;
    color: var(--brand, #196428);
    margin-bottom: 16px;
}
h2, .likeh2{
    font-size: 40px;
    line-height: 128%;
    font-weight: 900;
    color: var(--brand, #196428);
    margin-bottom: 16px;
}
h3, .likeh3{
    font-size: 24px;
    line-height: 130%;
    font-weight: 900;
    color: var(--brand, #196428);
    margin-bottom: 16px;
}
h4, .likeh4{
    font-size: 20px;
    line-height: 140%;
    font-weight: 900;
    color: var(--brand, #196428);
    margin-bottom: 16px;
}
@media (max-width: 768px) {
    h1, .likeh1{
        font-size: 32px;
    }
    h2, .likeh2{
        font-size: 32px;
    }
    h3, .likeh3{
        font-size: 24px;
    }
    h4, .likeh4{
        font-size: 20px;
    }
}
a {
    color: var(--brand);
    text-decoration: underline;
}
.page-wrapper{
    overflow: hidden;
    width: 100%;
}
.header-top{
    background: var(--brand, #196428);
    margin-left: -100vw;
    margin-right: -100vw;
    padding: 0px 20px;
}
.header-top .container{
    display: flex;
    align-items: center;
    height: 80px;
}
.header-bottom{
    border-bottom: 1px solid var(--grey-gainsboro, #DCDCDC);
    height: 65px;
    padding: 0px 20px;
    margin-left: -100vw;
    margin-right: -100vw;
}
.header-right{
    margin-left: auto;
}
.header-right a{
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
}
.header-right svg{
    height: 24px;
    width: 24px;
    margin-bottom: 4px;
    text-align: center;
}
.header-right span{
    display: block;
}
.header-logo p{
    margin: 0;
    padding: 0;
}
.container {
    width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
}
.header-bottom .nav{
    display: flex;
    flex-shrink: 0;
    align-self: stretch;
    padding: 0;
    margin-left: -12px;
}
.header-bottom .nav img{
    display: none;
}
.header-bottom .nav a{
    font-family: "FNMZ Skolar Sans Latin";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: var(--grey-darker, #3B3B3B);
    text-decoration: none;
    padding: 20px 12px 16px;
    display: inline-block;
    border-bottom: 4px solid #fff;
}
.header-bottom .nav a:hover{
    background: var(--green-light, #D4E4D5);
    border-bottom: 4px solid var(--green-light, #D4E4D5);
}
.header-bottom .nav .current a{
    border-bottom: 4px solid var(--brand, #196428);
}
footer{
    background-color: var(--brand);
    position: relative;
    padding: 80px 0 160px 0;
    color: #fff;
}
footer .headline{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 2px solid #fff;
    padding-bottom: 12px;
    width: 100%;
    margin-bottom: 12px;
}
footer .nav{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
footer .nav li{
    display: block;
}
footer .nav li a{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
}

.smile-element-top[data-v-1e254938],
.smile-element-bottom[data-v-1e254938],
.smile-element-bottom-inverse[data-v-1e254938] {
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 0;
    pointer-events: none;
}
.smile-element-top svg[data-v-1e254938],
.smile-element-bottom svg[data-v-1e254938],
.smile-element-bottom-inverse svg[data-v-1e254938] {
    position: relative;
    display: block;
    width: calc(182% + 1.3px);
    height: var(--smile-element-height);
}
.smile-element-bottom[data-v-1e254938] {
    bottom: -340px;
}
.section[data-v-1e254938] {
    --smile-element-height: 90px;
    --smile-element-inverse-height: 60px;
    --smile-element-margin: 70px;
    display: block;
}
.section.hero{
    --smile-element-height: 300px;
    --smile-element-inverse-height: 200px;
    --smile-element-margin: 400px;
    display: block;
}
.footer[data-v-62297806] .smile-element-top {
    z-index: -1;
}
.smile-element-top[data-v-1e254938] {
    top: calc(var(--smile-element-height) * -1 + 1px);
    transform: rotate(180deg);
}
.section.section--smile-top-margin[data-v-1e254938] {
    margin-top: var(--smile-element-margin);
}
.smile-element-top svg[data-v-1e254938], .smile-element-bottom svg[data-v-1e254938], .smile-element-bottom-inverse svg[data-v-1e254938] {
    position: relative;
    display: block;
    width: calc(182% + 1.3px);
    height: var(--smile-element-height);
}
.smile-element-bottom .shape-fill {
    fill: var(--grey-light);
}
footer .shape-fill {
    fill: var(--brand);
}
#skip-link {
    background: var(--brand);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
#skip-link a {
    position: absolute;
    top: -999px;
    color: #000;
    margin: 8px 0;
    display: inline-block;
}
#skip-link a:focus-visible {
    position: relative;
    top: 0;
    text-decoration: none;
    outline: none;
    border-bottom: 2px solid #fff;
    width: 100%;
}
body :focus-visible:not(.btn):not(.blocks-item-link) {
    outline-offset: 0;
    outline: 2px solid var(--agila-style-focus-Linie);
    background-color: var(--agila-style-focus-Hintergrund);
    padding: 2px;
    display: block;
}
body footer :focus-visible:not(.btn):not(.blocks-item-link) {
    color: var(--anthracite-text, #464646)
}

.mainheader a:focus-visible {
    outline-offset: 0;
    outline: 2px solid var(--agila-style-focus-Linie);
    background: var(--agila-style-focus-Hintergrund);
}
.close.menu-btn,
.menu-btn {
    display: none;
}
a.btn,
.btn{
    display: inline-block;
    max-width: 480px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 20px;
    border: 1px solid var(--brand, #196428);
    box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.25);
    background: var(--white, #FFF);
    color: var(--brand, #196428);
    text-align: center;
    font-family: "FNMZ Skolar Sans Latin", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.32px;
    box-sizing: border-box;
}
.btn:hover{
    border: 1px solid var(--green-light-dark, #3F7D4A);
    background: var(--white, #FFF);
    color: var(--green-light-dark, #3F7D4A);
}
.btn:focus{
    border-radius: 20px;
    border: 1px solid var(--agila-orange-300, #FFD448);
    background: var(--agila-orange-300, #FFD448);
    color: var(--anthracite-text, #464646);
    box-shadow: 0 0 0 2px var(--agila-style-focus-Hintergrund, #FFD448), 0 0 0 4px var(--agila-style-focus-Linie, #0A3B70);
}
.btn:active{
    border: 1px solid var(--brand, #196428);
    background: rgba(255, 255, 255, 0.00);
}
.btn.btn-primary{
    border: 1px solid var(--brand, #196428);
    background: var(--brand, #196428);
    color: var(--white, #FFF);
}
.btn.btn-primary:hover{
    border: 1px solid var(--green-light-dark, #3F7D4A);
    background: var(--green-light-dark, #3F7D4A);
}
.btn.btn-primary:focus{
    border-radius: 20px;
    border: 1px solid var(--agila-orange-300, #FFD448);
    background: var(--agila-orange-300, #FFD448);
    color: var(--anthracite-text, #464646);
    box-shadow: 0 0 0 2px var(--agila-style-focus-Hintergrund, #FFD448), 0 0 0 4px var(--agila-style-focus-Linie, #0A3B70);
}
.btn.btn-primary:active{
    border: 1px solid var(--grey-metallic, #B2B2B2);
    background: var(--grey-metallic, #B2B2B2);
}
.btn-tertiary{
    max-width: 480px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--brand, #196428);
    font-weight: 700;
}
.btn-tertiary .icon{
    margin-left: 4px;
    margin-bottom: -2px;
}
.btn-tertiary:hover{
    color: var(--green-light-dark, #3F7D4A);
}
.icon.icon-chevronright{
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M5.01422 14.8571C4.89651 14.8577 4.77988 14.8347 4.67117 14.7896C4.56246 14.7445 4.46385 14.6781 4.38114 14.5943C4.21337 14.4264 4.11914 14.1987 4.11914 13.9613C4.11914 13.7239 4.21337 13.4962 4.38114 13.3282L9.7205 7.98882L4.38114 2.64945C4.22289 2.47963 4.13674 2.25501 4.14084 2.02292C4.14493 1.79082 4.23895 1.56938 4.40309 1.40525C4.56723 1.24111 4.78867 1.14709 5.02076 1.14299C5.25285 1.1389 5.47747 1.22505 5.6473 1.38329L11.6197 7.35574C11.7875 7.52371 11.8817 7.75141 11.8817 7.98882C11.8817 8.22622 11.7875 8.45392 11.6197 8.6219L5.6473 14.5943C5.56459 14.6781 5.46598 14.7445 5.35727 14.7896C5.24856 14.8347 5.13192 14.8577 5.01422 14.8571Z" fill="%23196428"/></svg>');
    width: 16px;
    height: 16px;
    display: inline-block;
}
.btn-tertiary:hover .icon.icon-chevronright{
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M5.01422 14.8571C4.89651 14.8577 4.77988 14.8347 4.67117 14.7896C4.56246 14.7445 4.46385 14.6781 4.38114 14.5943C4.21337 14.4264 4.11914 14.1987 4.11914 13.9613C4.11914 13.7239 4.21337 13.4962 4.38114 13.3282L9.7205 7.98882L4.38114 2.64945C4.22289 2.47963 4.13674 2.25501 4.14084 2.02292C4.14493 1.79082 4.23895 1.56938 4.40309 1.40525C4.56723 1.24111 4.78867 1.14709 5.02076 1.14299C5.25285 1.1389 5.47747 1.22505 5.6473 1.38329L11.6197 7.35574C11.7875 7.52371 11.8817 7.75141 11.8817 7.98882C11.8817 8.22622 11.7875 8.45392 11.6197 8.6219L5.6473 14.5943C5.56459 14.6781 5.46598 14.7445 5.35727 14.7896C5.24856 14.8347 5.13192 14.8577 5.01422 14.8571Z" fill="%233F7D4A"/></svg>');

}
.header-bottom .nav li.btn{
    height: auto;
    padding: 8px 16px;
}
.header-bottom .nav li.btn a{
    color: var(--brand, #196428);
    font-size: 16px;
    font-weight: 700;
}
.main .sppb-row-container{
    padding-left: 20px;
    padding-right: 20px;
}
.main .sp-pagebuilder-row{
    margin-left: -20px;
    margin-right: -20px;
}
.main .sppb-row{
    margin-left: -24px;
    margin-right: -24px;
}
.main .sppb-col, .main .sppb-col-auto, .main .sppb-col-lg, .main .sppb-col-lg-1, .main .sppb-col-lg-10, .main .sppb-col-lg-11, .main .sppb-col-lg-12, .main .sppb-col-lg-2, .main .sppb-col-lg-3, .main .sppb-col-lg-4, .main .sppb-col-lg-5, .main .sppb-col-lg-6, .main .sppb-col-lg-7, .main .sppb-col-lg-8, .main .sppb-col-lg-9, .main .sppb-col-lg-auto, .main .sppb-col-md, .main .sppb-col-md-1, .main .sppb-col-md-10, .main .sppb-col-md-11, .main .sppb-col-md-12, .main .sppb-col-md-2, .main .sppb-col-md-3, .main .sppb-col-md-4, .main .sppb-col-md-5, .main .sppb-col-md-6, .main .sppb-col-md-7, .main .sppb-col-md-8, .main .sppb-col-md-9, .main .sppb-col-md-auto, .main .sppb-col-sm, .main .sppb-col-sm-1, .main .sppb-col-sm-10, .main .sppb-col-sm-11, .main .sppb-col-sm-12, .main .sppb-col-sm-2, .main .sppb-col-sm-3, .main .sppb-col-sm-4, .main .sppb-col-sm-5, .main .sppb-col-sm-6, .main .sppb-col-sm-7, .main .sppb-col-sm-8, .main .sppb-col-sm-9, .main .sppb-col-sm-auto, .main .sppb-col-xl, .main .sppb-col-xl-1, .main .sppb-col-xl-10, .main .sppb-col-xl-11, .main .sppb-col-xl-12, .main .sppb-col-xl-2, .main .sppb-col-xl-3, .main .sppb-col-xl-4, .main .sppb-col-xl-5, .main .sppb-col-xl-6, .main .sppb-col-xl-7, .main .sppb-col-xl-8, .main .sppb-col-xl-9, .main .sppb-col-xl-auto, .main .sppb-col-xs-1, .main .sppb-col-xs-10, .main .sppb-col-xs-11, .main .sppb-col-xs-12, .main .sppb-col-xs-2, .main .sppb-col-xs-3, .main .sppb-col-xs-4, .main .sppb-col-xs-5, .main .sppb-col-xs-6, .main .sppb-col-xs-7, .main .sppb-col-xs-8, .main .sppb-col-xs-9, .main .sppb-row-column{
    padding-left: 16px;
    padding-right: 16px;
}

.mt-5{
    margin-top: 32px !important;
}
.mt-5-sm{
    margin-top: 32px !important;
}
.mt-5-md{
    margin-top: 32px !important;
}
.mt-5-xl{
    margin-top: 32px !important;
}
.mb-5{
    margin-top: 32px !important;
}
.mb-5-sm{
    margin-top: 32px !important;
}
.mb-5-md{
    margin-top: 32px !important;
}
.mb-5-xl{
    margin-top: 32px !important;
}

.cards .card{
    border-radius: 32px;
    border: 1px solid var(--grey-light, #F2F2F2);
    background: var(--white, #FFF);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10) !important;
    min-width: 240px;
}
.cards .card .btn{
    margin: 0;
    padding: 16px;
}
.cards .card img{
    max-width: 120px;
}
.cards .card p{
    margin: 0;
    padding: 0;
}
.cards .card p span{
    padding-bottom: 16px;
    display: block;
}
.cardsmiddled .sppb-row{
    justify-content: center;
}
.clickable{
    cursor: pointer;
}
.checklist{
    padding-left: 0;
}
.checklist li{
    list-style-type: none;
    margin-bottom: 4px;
}
.checklist li:before{
    content: ' ';
    background: #fff url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.51483 10.7667C4.44536 10.7643 4.3771 10.7478 4.31423 10.7182C4.25137 10.6885 4.19522 10.6463 4.14924 10.5942L0.700256 7.14523C0.634496 7.10259 0.579282 7.04557 0.538784 6.97848C0.498285 6.91138 0.473559 6.83596 0.466474 6.75791C0.459389 6.67986 0.470129 6.60121 0.497883 6.52792C0.525638 6.45463 0.569681 6.3886 0.626688 6.33482C0.683696 6.28104 0.752176 6.24091 0.82696 6.21747C0.901744 6.19403 0.980876 6.18789 1.05838 6.1995C1.13589 6.21112 1.20974 6.24019 1.27437 6.28453C1.33899 6.32886 1.3927 6.3873 1.43144 6.45543L4.51483 9.51812L11.737 2.31665C11.8342 2.25361 11.9498 2.22504 12.0652 2.23552C12.1806 2.24599 12.2892 2.29491 12.3735 2.37443C12.4577 2.45395 12.5129 2.55947 12.5301 2.67407C12.5472 2.78867 12.5254 2.90571 12.4682 3.00645L4.88042 10.5942C4.83443 10.6463 4.77829 10.6885 4.71542 10.7182C4.65255 10.7478 4.5843 10.7643 4.51483 10.7667Z" fill="%23464646" stroke="%23464646" stroke-width="0.7"/></svg>');
    border-radius: 50%;
    border: 1px solid var(--anthracite-text, #464646);
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4px;
}
.accordion-group{
    border-top: 0.5px solid var(--anthracite-text, #464646);
    border-bottom: 0.5px solid var(--anthracite-text, #464646);
    padding: 16px 0;
}
.accordion-group > button{
    width: 100%;
    text-align: left;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="16" viewBox="0 0 21 16" fill="none"><path d="M17.3963 8.88911H3.17405C2.9383 8.88911 2.7122 8.79546 2.54551 8.62876C2.37881 8.46206 2.28516 8.23597 2.28516 8.00022C2.28516 7.76447 2.37881 7.53838 2.54551 7.37168C2.7122 7.20498 2.9383 7.11133 3.17405 7.11133H17.3963C17.632 7.11133 17.8581 7.20498 18.0248 7.37168C18.1915 7.53838 18.2852 7.76447 18.2852 8.00022C18.2852 8.23597 18.1915 8.46206 18.0248 8.62876C17.8581 8.79546 17.632 8.88911 17.3963 8.88911Z" fill="%23464646"/></svg>');
    background-repeat: no-repeat;
    background-position: right center;
    border: none;
    padding: 0;
    color: var(--anthracite-text, #464646);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding-right: 32px;
}
.accordion-group > button.collapsed{
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="16" viewBox="0 0 21 16" fill="none"><g clip-path="url(%23clip0_1620_18702)"><path d="M11.0603 7.22581V0.774194C11.0603 0.568865 10.9788 0.371945 10.8336 0.226756C10.6884 0.0815665 10.4915 0 10.2861 0C10.0808 0 9.88388 0.0815665 9.7387 0.226756C9.59351 0.371945 9.51194 0.568865 9.51194 0.774194V7.22581H3.06033C2.855 7.22581 2.65808 7.30737 2.51289 7.45256C2.3677 7.59775 2.28613 7.79467 2.28613 8C2.28613 8.20533 2.3677 8.40225 2.51289 8.54744C2.65808 8.69263 2.855 8.77419 3.06033 8.77419H9.51194V15.2258C9.51461 15.4303 9.59704 15.6257 9.74165 15.7703C9.88627 15.9149 10.0816 15.9973 10.2861 16C10.4915 16 10.6884 15.9184 10.8336 15.7732C10.9788 15.6281 11.0603 15.4311 11.0603 15.2258V8.77419H17.5119C17.7173 8.77419 17.9142 8.69263 18.0594 8.54744C18.2046 8.40225 18.2861 8.20533 18.2861 8C18.2835 7.7955 18.201 7.60013 18.0564 7.45552C17.9118 7.3109 17.7164 7.22848 17.5119 7.22581H11.0603Z" fill="%23464646"/></g><defs><clipPath id="clip0_1620_18702"><rect width="20.5714" height="16" fill="white"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-position: right center;
}

.accordion-body{
   padding: 16px 0;
}
.option-com_content .main{
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    padding: 64px 12px
}
.contactitem .contactitem-image img {
    width: 100%;
    max-width: 140px;
    height: auto;
}
.cards.allwaysleft .card > .sppb-column-addons{
    display: flex;
    gap: 20px;
    align-items: center;

}
.dibber {
    display: flex;
    max-width: 1200px;
    margin: 40px auto;
    align-items: center;
    align-self: stretch;
    background: var(--green-happy-light, #E3EBB5);
    border-radius: 24px;
    max-width: 448px;
}
.dibber > .btn {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    max-width: 224px;
    cursor: pointer;
    border: none;
    color: inherit;
    background: inherit;
    font-weight: 400 !important;
    box-shadow: none;
}
.dibber > .btn:hover {
    background: var(--green-happy);
}
.dibber .btn.active {
    border-radius: 24px;
    background:  var(--brand);
    color: #fff;
}

.main .products-modern .productstable {
    text-align: center;
    width: 100%;
    max-width: 624px;
}
.main .products-modern .productstable h5,
.main .products-modern .productstable .likeh5 {
    margin: 0;
    padding: 0;
}
.main .products-modern table.productstable td,
.main .products-modern table.productstable th {
    background: #FFF;
    border: 0 none;
    padding: 8px;
}
.main .products-modern table.productstable .td {
    font-weight: normal;
}
.main .products-modern .productstable tr.bluebg td,
.main .products-modern .productstable tr.bluebg th {
    border-top: 1px solid var(--green-pastel);
    border-right: 1px solid var(--agila-style-neutrals-primre-Linien);
    border-left: 1px solid var(--grey-light);
    border-bottom: 0.5px solid var(--agila-style-neutrals-primre-Linien);
    background: var(--grey-light);
}

.main .products-modern .productstable tr.bluebg td:last-child,
.main .products-modern .productstable tr.bluebg th:last-child {
    border-right: 0 none;
}
.main .products-modern .productstable th .featured {
    border-radius: 16px 16px 0 0;
    border-top: 1px solid var(--brand);
    border-right: 1px solid var(--brand);
    border-left: 1px solid var(--brand);
    background: var(--brand);
    padding: 2px 10px;
    margin-top: -32px;
    margin-bottom: 8px;
    margin-left: -9px;
    margin-right: -9px;
    position: relative;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}
.main .products-modern .productstable .accordion .accordion-group {
    border-radius: 0;
    box-shadow: none;
}
.main .products-modern .productstable .accordion .btn.accordion-toggle {
    color: var(--brand);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    border-bottom: 0.5px solid var(--brand) !important;
    line-height: 24px;
    border-radius: 0;
    padding: 6px 0;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
}
.main .products-modern .productstable .accordion {
    margin: 0;
}
.main .products-modern .productstable .accordion .accordion-group {
    margin: -6px 0 0 0;
    border: 0 none;
    padding: 0;
}
.main .products-modern .productstable .accordion .accordion-toggle.btn::after {
    right: 8px;
    padding: 8px 0;
}
.main .products-modern .accordion-inner {
    padding: 8px 0px;
    text-align: left;
}
.main .products-modern .productstable .withborder {
    padding: 6px 0;
    background: #fff;
}
.main .products-modern .qnbbtn {
    margin: 32px auto;
    display: flex;
    max-width: 480px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 20px !important;
    border: 1px solid var(--brand);
    background: var(--brand);
    box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.25);
    color: #fff;
}
body .modal {
    border-radius: 20px;
    padding: 0 !important;
    overflow: hidden;
    top: 10%;
    bottom: 10%;
}
body .modal .modal-header {
    background: var(--green-pastel);
    padding: 8px;
    color: #3C3C3C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
    height: 40px;
    box-sizing: border-box;
    display: block;
}
body .modal .modal-content{
    border: 0 none;
}
body .modal .modal-header .close {
    float: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #3C3C3C;
    opacity: 1;
    border: 0 none;
    background: transparent;
    margin-top: 4px;
}
body .modal .modal-body {
    box-sizing: border-box;
    max-height: calc(80vh - 40px);
}
@media (min-width: 1201px) {
    .page-wrapper .sppb-row-container {
        max-width: 1200px;
    }
}
@media (max-width: 1200px) {
    .main .sppb-col, .main .sppb-col-auto, .main .sppb-col-lg, .main .sppb-col-lg-1, .main .sppb-col-lg-10, .main .sppb-col-lg-11, .main .sppb-col-lg-12, .main .sppb-col-lg-2, .main .sppb-col-lg-3, .main .sppb-col-lg-4, .main .sppb-col-lg-5, .main .sppb-col-lg-6, .main .sppb-col-lg-7, .main .sppb-col-lg-8, .main .sppb-col-lg-9, .main .sppb-col-lg-auto, .main .sppb-col-md, .main .sppb-col-md-1, .main .sppb-col-md-10, .main .sppb-col-md-11, .main .sppb-col-md-12, .main .sppb-col-md-2, .main .sppb-col-md-3, .main .sppb-col-md-4, .main .sppb-col-md-5, .main .sppb-col-md-6, .main .sppb-col-md-7, .main .sppb-col-md-8, .main .sppb-col-md-9, .main .sppb-col-md-auto, .main .sppb-col-sm, .main .sppb-col-sm-1, .main .sppb-col-sm-10, .main .sppb-col-sm-11, .main .sppb-col-sm-12, .main .sppb-col-sm-2, .main .sppb-col-sm-3, .main .sppb-col-sm-4, .main .sppb-col-sm-5, .main .sppb-col-sm-6, .main .sppb-col-sm-7, .main .sppb-col-sm-8, .main .sppb-col-sm-9, .main .sppb-col-sm-auto, .main .sppb-col-xl, .main .sppb-col-xl-1, .main .sppb-col-xl-10, .main .sppb-col-xl-11, .main .sppb-col-xl-12, .main .sppb-col-xl-2, .main .sppb-col-xl-3, .main .sppb-col-xl-4, .main .sppb-col-xl-5, .main .sppb-col-xl-6, .main .sppb-col-xl-7, .main .sppb-col-xl-8, .main .sppb-col-xl-9, .main .sppb-col-xl-auto, .main .sppb-col-xs-1, .main .sppb-col-xs-10, .main .sppb-col-xs-11, .main .sppb-col-xs-12, .main .sppb-col-xs-2, .main .sppb-col-xs-3, .main .sppb-col-xs-4, .main .sppb-col-xs-5, .main .sppb-col-xs-6, .main .sppb-col-xs-7, .main .sppb-col-xs-8, .main .sppb-col-xs-9, .main .sppb-row-column{
        padding-left: 24px;
        padding-right: 24px;
    }
    .header-bottom > .container,
    .header-top > .container{
        padding-left: 0;
        padding-right: 0;
    }
    .page-wrapper .sppb-row-container {
        max-width: 100%;
    }
    .header-top{
        margin-left: 0;
        margin-right: 0;
    }
    .header-bottom{
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 1024px) {
    .section[data-v-1e254938] {
        --smile-element-height: 300px;
        --smile-element-inverse-height: 200px;
        --smile-element-margin: 200px;
    }
}
@media (min-width: 768px) {
    .section[data-v-1e254938] {
        --smile-element-height: 200px;
        --smile-element-inverse-height: 120px;
        --smile-element-margin: 150px;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
}
@media (max-width: 768px) {
    .header-bottom .nav .btn{
        margin: 0 16px;
    }
    .header-bottom .nav .btn a{
        padding: 0;
    }
    .header-bottom .nav a:hover{
        background: var(--green-light, #D4E4D5);
        border-bottom: 4px solid #fff;
    }
    .header-bottom .nav .current a{
        border-bottom: 4px solid #fff;
    }
    .cards .card{
        max-width: 420px;
        margin: 0 auto;
        padding: 16px;
    }
    .cards .card.onecard{
        max-width: 520px;
    }
    .cards .card > .sppb-column-addons{
        display: flex;
        gap: 20px;
        align-items: center;
    }
    .cards .card img{
        max-width: 80px;
    }
    .cards .card p span{
        padding-bottom: 8px;
        display: block;
    }
    .header-right span{
        display: none;
    }
    .header-right svg{
        margin-right: 0;
    }
    .header-top > .container{
        height: 64px;
    }

    .header-logo img{
        max-height: 40px;
        width: auto;
    }
    .close.menu-btn{
        display: block;
        text-align: right;
        border-bottom: 1px solid var(--grey-gainsboro, #DCDCDC);
        padding-bottom: 16px;
        color: var(--brand, #196428);
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 20px;
    }
    .close.menu-btn svg{
        margin-top: -2px;
        height: 12px;
    }
    .menu-btn {
        display: flex;
        align-items: center;
        align-self: stretch;
        margin-right: 8px;
    }
    .menu-btn .bars {
        width: 24px;
        height: 24px;
        float: left;
        margin-right: 8px;
    }
    .menu-btn .bar {
        border-bottom: 3px solid #fff;
        margin: 4px 0;
    }
    header .header-bottom {
        padding: 16px;
        left: 0;
        width: 390px;
        height: fit-content;
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 20;
        transition: all .25s ease-in-out;
        transform: translateX(-100%);
    }
    header.offcanvas-in .header-bottom {
        display: block;
        transform: translateX(0);
        box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, .21);
    }
    .header-bottom .nav{
        display: flex;
        gap: 0px;
        flex-shrink: 0;
        align-self: stretch;
        padding: 8px 0;
        flex-direction: column;
    }
    .header-bottom .nav li{
        height: 64px;
        display: flex;
        align-items: center;
        padding: 0 8px;
    }
    .header-bottom .nav li a{
        display: flex;
        align-items: center;
        font-size: 20px;
        line-height: 28px;
    }
    .header-bottom .nav img{
        width: 48px;
        display: block;
        margin-right: 10px;
    }
    .header-bottom .nav li.mobile-lined{
        height: 72px;
        padding-bottom: 8px;
        border-bottom: 1px solid var(--grey-gainsboro, #DCDCDC);
    }

}
@media (max-width: 480px) {
    header .header-bottom {
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 370px) {
    .header-logo img {
        max-height: 30px;
    }
}