.builder-system-component-block {
    background-color: #cacaca00;
    transition: background-color 0.2s;
}

body.builder-run .builder-app-app:hover>.builder-system-component-block {
    background-color: #cacaca50;
}



body.builder-run .builder-app-app>.builder-system-component-block.builder-system-component-devider-disable {
    background-color: #cacaca00;
}

body.builder-run .builder-app-app>.builder-system-component-block.builder-system-component-devider-disable.builder-system-component-devider-active {
    background-color: #cacaca50;
}

.builder-system-component-devider-body-resize,
.builder-system-component-devider-body-resize * {
    cursor: ns-resize !important;
}

body.builder-run .builder-system-component-devider-move {
    cursor: ns-resize;
}

.builder-system-component-container-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.builder-system-component-image img {
    display: block;
    width: auto;
    max-width: 100%;
}

.builder-component-grid-item-image img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.builder-system-component-image-empty {
    padding-top: 20%;
    padding-bottom: 20%;
    background: #e8e8e8;
}

.builder-system-component-pagecontainer-empty {
    padding-top: 20%;
    padding-bottom: 20%;
    background: #e8e8e8;
}

.builder-system-component-container-noverticalgrap>.row>.col {
    padding-left: 0px;
    padding-right: 0px;
}

.builder-app.builder-app-container.builder-system-component-container-nopadding-top-section>.builder-app-component-menu {
    left: auto;
    right: 0px;
    top: 0px
}

.builder-system-component-container-nohorizontalgrap>.row>.col>.builder-app-app {
    padding-top: 0px;
    padding-bottom: 0px;
}

body .builder-app-container .builder-container.builder-system-component-container-nopadding-top {
    padding-top: 0px;
}

body .builder-app-container .builder-container.builder-system-component-container-nopadding-bottom {
    padding-bottom: 0px;
}

@media (max-width: 767px) {
    .builder-app-container.builder-system-component-container-automobilecenter {
        text-align: center;
    }

    .builder-app-container.builder-system-component-container-automobilecenter .text-left,
    .builder-app-container.builder-system-component-container-automobilecenter .text-right,
    .builder-app-container.builder-system-component-container-automobilecenter .builder-paragraph,
    .builder-app-container.builder-system-component-container-automobilecenter .builder-paragraph p,
    .builder-app-container.builder-system-component-container-automobilecenter .b-component-auto-align {
        text-align: center !important;
    }

    .builder-app-container.builder-system-component-container-automobilecenter .b-component-auto-align-flex {
        justify-content: center;
    }
}

.builder-system-component-container-100vh {
    min-height: 100vh;
}

.b-system-component-menu {
    display: flex;
    align-items: center;
}

.b-system-component-menu .b-system-component-menu-in {
    display: flex;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
}

.b-system-component-menu .b-system-component-menu-logo {
    flex-grow: 1;
    position: relative;
    top: -3px;
    width: auto;
    min-width: 100px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.b-system-component-menu .b-system-component-menu-logo strong {
    font-size: 2rem;
}

.b-system-component-menu .b-system-component-menu-logo strong {
    position: relative;
}

.b-system-component-menu .b-system-component-menu-logo small {
    font-size: 0.75rem;
    position: relative;
    top: -6px;
}

.b-system-component-menu .b-system-component-menu-logo img {
    max-width: 100%;
}

.b-system-component-menu .b-system-component-menu-nav {
    flex-grow: 1;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    position: relative;
}

.b-system-component-menu .b-system-component-menu-logo img {
    position: relative;
}

.b-system-component-menu .b-system-component-menu-nav nav {
    width: 100%;
    position: relative;
}

.b-system-component-menu .b-system-component-menu-nav ul {
    float: right;
    margin: 0 0 0 1rem;
    padding: 0;
}

.b-system-component-menu .b-system-component-menu-nav li {
    list-style: none;
    display: block;
    float: left;
}

.b-system-component-menu .b-system-component-menu-logo-right-menu-left .b-system-component-menu-nav ul,
.b-system-component-menu .b-system-component-menu-logo-top-menu-bottom .b-system-component-menu-nav ul,
.b-system-component-menu .b-system-component-menu-logo-bottom-menu-top .b-system-component-menu-nav ul {
    margin-left: 0;
}

.b-system-component-menu .b-system-component-menu-logo-right-menu-left .b-system-component-menu-nav li:first-child,
.b-system-component-menu .b-system-component-menu-logo-top-menu-bottom .b-system-component-menu-nav li:first-child,
.b-system-component-menu .b-system-component-menu-logo-bottom-menu-top .b-system-component-menu-nav li:first-child {
    margin-left: 0;
}

.b-system-component-menu .b-system-component-menu-logo-right-menu-left .b-system-component-menu-logo {
    text-align: right;
}

.b-system-component-menu .b-system-component-menu-logo-right-menu-left .b-system-component-menu-logo>div {
    width: 100%;
}

.b-system-component-menu .b-system-component-menu-logo-right-menu-left .b-system-component-menu-logo>div>div {
    display: inline-block;
}

.b-system-component-menu .b-system-component-menu-logo-top-menu-bottom,
.b-system-component-menu .b-system-component-menu-logo-bottom-menu-top {
    display: block;
}

.b-system-component-menu .b-system-component-menu-in.b-system-component-menu-logo-top-menu-bottom,
.b-system-component-menu .b-system-component-menu-in.b-system-component-menu-logo-bottom-menu-top {
    height: 100%;
    align-items: center;
    display: flex;
}

.b-system-component-menu .b-system-component-menu-in.b-system-component-menu-logo-top-menu-bottom .b-system-component-menu-logo span,
.b-system-component-menu .b-system-component-menu-in.b-system-component-menu-logo-bottom-menu-top .b-system-component-menu-logo span {
    position: relative;
    top: 0;
    transform: none;
}

.b-system-component-menu .b-system-component-menu-nav a,
.b-system-component-menu .b-system-component-menu-mobile a {
    position: relative;
    z-index: 2;
}

.b-system-component-menu .b-system-component-menu-nav a:before,
.b-system-component-menu .b-system-component-menu-mobile a:before {
    content: '';
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.b-system-component-menu .b-system-component-menu-nav.b-system-component-menu-active-underline a:after,
.b-system-component-menu .b-system-component-menu-mobile.b-system-component-menu-active-underline a:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    bottom: 0;
    opacity: 0;
    left: 0;
}

.b-system-component-menu .b-system-component-menu-nav.b-system-component-menu-active-border a:after,
.b-system-component-menu .b-system-component-menu-mobile.b-system-component-menu-active-border a:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.b-system-component-menu .b-system-component-menu-nav.b-system-component-menu-active-border .active a:after,
.b-system-component-menu .b-system-component-menu-nav.b-system-component-menu-active-border a:hover::after,
.b-system-component-menu .b-system-component-menu-nav.b-system-component-menu-active-underline .active a:after,
.b-system-component-menu .b-system-component-menu-nav.b-system-component-menu-active-underline a:hover::after,
.b-system-component-menu .b-system-component-menu-mobile.b-system-component-menu-active-border .active a:after,
.b-system-component-menu .b-system-component-menu-mobile.b-system-component-menu-active-border a:hover::after,
.b-system-component-menu .b-system-component-menu-mobile.b-system-component-menu-active-underline .active a:after,
.b-system-component-menu .b-system-component-menu-mobile.b-system-component-menu-active-underline a:hover::after {
    opacity: 1;
}

.b-system-component-menu.h-50 {
    height: 50px;
}

.b-system-component-menu.h-60 {
    height: 60px;
}

.b-system-component-menu.h-70 {
    height: 70px;
}

.b-system-component-menu.h-80 {
    height: 80px;
}

.b-system-component-menu.h-90 {
    height: 90px;
}

.b-system-component-menu.h-100 {
    height: 100px;
}

.b-system-component-menu.h-110 {
    height: 110px;
}

.b-system-component-menu.h-120 {
    height: 120px;
}

.b-system-component-menu.h-130 {
    height: 130px;
}

.b-system-component-menu.h-140 {
    height: 140px;
}

.b-system-component-menu.h-150 {
    height: 150px;
}

.b-system-component-menu.h-160 {
    height: 160px;
}

.b-system-component-menu.h-170 {
    height: 170px;
}

.b-system-component-menu.h-180 {
    height: 180px;
}

.b-system-component-menu.h-190 {
    height: 190px;
}

.b-system-component-menu.h-200 {
    height: 200px;
}

.builder-system-component-map iframe {
    display: block;
}

.builder-system-component-hr hr {
    max-width: 100%;
    display: inline-block;
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

.builder-system-component-hr-center div {
    margin-left: auto;
    margin-right: auto;
}

.builder-system-component-hr-right div {
    margin-left: auto;
}

.b-system-component-menu-icon {
    display: flex;
    align-items: center;
}

.b-system-component-menu-icon button {
    background: transparent;
    height: 32px;
    width: 32px;
    padding: 0;
    border: 0;
    outline: none;
}

.b-system-component-menu-icon button svg {
    width: 32px;
    height: 32px;
}

.b-system-component-menu .b-system-component-menu-fixmobilebar {
    background: transparent;
}

.b-system-component-menu-icon-close {
    display: none;
}

@media (max-width: 768px) {
    .b-system-component-menu-logo-autoheight {
        zoom: 0.7;
    }

    .b-system-component-menu.builder-app.b-h-50,
    .b-system-component-menu.builder-app.b-h-50 .b-system-component-menu-overlay,
    .b-system-component-menu.builder-app.b-h-50 .b-system-component-menu-content {
        height: 35px;
    }

    .b-system-component-menu.builder-app.b-h-60,
    .b-system-component-menu.builder-app.b-h-50 .b-system-component-menu-overlay,
    .b-system-component-menu.builder-app.b-h-60 .b-system-component-menu-content {
        height: 42px;
    }

    .b-system-component-menu.builder-app.b-h-70,
    .b-system-component-menu.builder-app.b-h-50 .b-system-component-menu-overlay,
    .b-system-component-menu.builder-app.b-h-70 .b-system-component-menu-content {
        height: 49px;
    }

    .b-system-component-menu.builder-app.b-h-80,
    .b-system-component-menu.builder-app.b-h-50 .b-system-component-menu-overlay,
    .b-system-component-menu.builder-app.b-h-80 .b-system-component-menu-content {
        height: 56px;
    }

    .b-system-component-menu.builder-app.b-h-90,
    .b-system-component-menu.builder-app.b-h-50 .b-system-component-menu-overlay,
    .b-system-component-menu.builder-app.b-h-90 .b-system-component-menu-content {
        height: 63px;
    }

    .b-system-component-menu.builder-app.b-h-100,
    .b-system-component-menu.builder-app.b-h-100 .b-system-component-menu-overlay,
    .b-system-component-menu.builder-app.b-h-100 .b-system-component-menu-content {
        height: 70px;
    }

    .b-system-component-menu.builder-app.b-h-110,
    .b-system-component-menu.builder-app.b-h-110 .b-system-component-menu-overlay,
    .b-system-component-menu.builder-app.b-h-110 .b-system-component-menu-content {
        height: 77px;
    }

    .b-system-component-menu.builder-app.b-h-120,
    .b-system-component-menu.builder-app.b-h-120 .b-system-component-menu-overlay,
    .b-system-component-menu.builder-app.b-h-120 .b-system-component-menu-content {
        height: 84px;
    }

    .b-system-component-menu.builder-app.b-h-130,
    .b-system-component-menu.builder-app.b-h-130 .b-system-component-menu-overlay,
    .b-system-component-menu.builder-app.b-h-130 .b-system-component-menu-content {
        height: 91px;
    }

    .b-system-component-menu.builder-app.b-h-140,
    .b-system-component-menu.builder-app.b-h-140 .b-system-component-menu-overlay,
    .b-system-component-menu.builder-app.b-h-140 .b-system-component-menu-content {
        height: 98px;
    }

    .b-system-component-menu.builder-app.b-h-150,
    .b-system-component-menu.builder-app.b-h-150 .b-system-component-menu-overlay,
    .b-system-component-menu.builder-app.b-h-150 .b-system-component-menu-content {
        height: 105px;
    }

    .b-system-component-menu.builder-app.b-h-160,
    .b-system-component-menu.builder-app.b-h-160 .b-system-component-menu-overlay,
    .b-system-component-menu.builder-app.b-h-160 .b-system-component-menu-content {
        height: 112px;
    }

    .b-system-component-menu.builder-app.b-h-170,
    .b-system-component-menu.builder-app.b-h-170 .b-system-component-menu-overlay,
    .b-system-component-menu.builder-app.b-h-170 .b-system-component-menu-content {
        height: 119px;
    }

    .b-system-component-menu.builder-app.b-h-180,
    .b-system-component-menu.builder-app.b-h-180 .b-system-component-menu-overlay,
    .b-system-component-menu.builder-app.b-h-180 .b-system-component-menu-content {
        height: 126px;
    }

    .b-system-component-menu.builder-app.b-h-190,
    .b-system-component-menu.builder-app.b-h-190 .b-system-component-menu-overlay,
    .b-system-component-menu.builder-app.b-h-190 .b-system-component-menu-content {
        height: 133px;
    }

    .b-system-component-menu.builder-app.b-h-200,
    .b-system-component-menu.builder-app.b-h-200 .b-system-component-menu-overlay,
    .b-system-component-menu.builder-app.b-h-200 .b-system-component-menu-content {
        height: 140px;
    }

    .b-system-component-menu .b-system-component-menu-logo img {
        max-height: 70%;
    }

    .b-system-component-menu .b-system-component-menu-logo>div {
        display: flex;
        align-items: center;
        height: 100%;
    }

    body.b-system-component-menu-open .b-system-component-menu .b-system-component-menu-overlay,
    .b-system-component-menu .b-system-component-menu-fixmobilebar-down {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 1000;
        max-width: none;
    }

    body.b-system-component-menu-open .b-system-component-menu .b-system-component-menu-overlay .b-system-component-menu-icon-close {
        display: block;
    }

    body.b-system-component-menu-open .b-system-component-menu .b-system-component-menu-overlay .b-system-component-menu-icon-open {
        display: none;
    }

    body.b-system-component-menu-open .b-system-component-menu.builder-app .b-system-component-menu-overlay {
        height: 100%;
        display: grid;
        grid-template-rows: auto 1fr;
    }

    .b-system-component-menu-icon button .b-system-component-menu-icon-close svg {
        width: 24px;
        height: 24px;
    }

    body.b-system-component-menu-open .b-system-component-menu-mobile {
        display: flex;
    }

    .b-system-component-menu-logo-right-menu-left .b-system-component-menu-logo img {
        margin-left: auto;
    }

    body.b-system-component-menu-open {
        overflow: hidden;
    }

    body.b-system-component-menu-open .builder-placeholder-header.builder-placeholder-header:after,
    body.b-system-component-menu-open .builder-placeholder-footer.builder-placeholder-header:after,
    body.b-system-component-menu-open .builder-placeholder-content.builder-placeholder-header:after,
    body.b-system-component-menu-open .builder-app-holder-section,
    body.b-system-component-menu-open .builder-app>.builder-app-menu {
        display: none !important;
    }

    body.b-system-component-menu-open .b-system-component-menu-gradient {
        background: transparent;
    }

    .b-system-component-menu .b-system-component-menu-nav li {
        display: inline-block;
        float: none;
    }
}

.b-system-component-menu-mobile {
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    text-align: center;
    justify-content: center;
}



.b-system-component-menu-mobile ul {
    padding: 20px 0;
}

.b-system-component-menu-mobile ul li {
    padding: 5px 0;
}

.b-system-component-menu-overlay {
    height: 100%;
    transition: background-color .3s;
}

.b-system-component-menu-content {
    display: flex;
    align-items: center;
    height: 100%;
    transition: background-color .3s;
}

.b-system-component-menu-content .b-system-component-menu-link,
.b-system-component-menu-content .b-system-component-menu-logo {
    z-index: 1;
}

/* .b-system-component-menu-gradient {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 24%, rgba(0, 0, 0, 0.5) 100%);
} */

body .b-system-component-menu {
    display: block;
}

.b-system-component-menu-mobile a {
    display: inline-block;
}

.b-system-component-menu-box {
    width: 100%;
}

.b-system-component-menu .b-system-component-menu-in.b-system-component-menu-logo-top-menu-bottom .b-system-component-menu-icon {
    width: 32px;
}

.builder-component-form-group .builder-component-form-help {
    margin: 0;
}

.builder-component-form-group label {
    margin: 0;
}

.builder-component-form-group .form-control {
    height: auto;
}

.builder-component-form-group .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.builder-component-title-item {
    display: inline-block;
    width: auto;
    min-width: 25px;
}

.builder-component-title-style-custom-1,
.builder-component-title-style-custom-2 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.builder-system-component-grid>.builder-component-container-overlay.text-center>.row {
    justify-content: center;
}

.builder-system-component-grid>.builder-component-container-overlay.text-right>.row {
    justify-content: end;
}

.builder-system-component-container-middle {
    display: flex;
    align-items: center;
}

.builder-system-component-container-middle>.row>.col {
    display: flex;
    align-items: flex-end;
}

.builder-system-component-container-bottom {
    display: flex;
    align-items: flex-end;
}

.builder-system-component-container-bottom>.row>.col {
    display: flex;
    align-items: center;
}

.builder-component-contact-list {
    padding: 0px;
    margin: 0px;
}

.builder-component-contact-list li {
    list-style: none;
}

.builder-component-contact-list li .builder-app-editable-line {
    display: inline-block;
    width: auto;
    min-width: 25px;
}

.builder-component-contact-list li:last-child {
    margin-bottom: 0;
}

.builder-component-gallery-basic a img {
    width: 100%;
}

.b-img-style-rounded img {
    border-radius: 50%;
}

.b-system-component-menu-logo-left-menu-center .b-system-component-menu-nav nav {
    display: flex;
    justify-content: center;
}

.b-system-component-menu-logo-left-menu-center .builder-container {
    position: relative;
}

.b-system-component-menu-logo-left-menu-center .b-system-component-menu-nav {
    position: absolute;
    height: 100%;
    top: 0px;
    width: 100%;
}

.b-system-component-menu-logo-left-menu-center .b-system-component-menu-nav ul,
.b-system-component-menu-logo-left-menu-center .b-system-component-menu-nav ul li:first-child {
    margin-left: 0px;
}

.builder-system-component-image-ration {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

body.builder-run.builder-editable-disable .builder-app-app:hover>.builder-system-component-block {
    background-color: #cacaca00;
}

.builder-editable-disable .builder-system-component-block {
    cursor: default !important;
}

.b-system-component-menu .b-system-component-menu-basket {
    align-items: center;
}

.b-system-component-menu .b-system-component-menu-basket div {
    width: 32px;
}

.b-system-component-menu .b-system-component-menu-basket a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    height: 32px;
    width: 32px;
    padding: 0;
    border: 0;
    outline: none;
    position: relative;
}

.b-system-component-menu .b-system-component-menu-basket a svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: -3px;
}

.b-system-component-menu .b-system-component-menu-basket a span {
    position: absolute;
    font-size: 10px;
    font-weight: 600;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    letter-spacing: 0.2px;
}

.b-system-component-menu-logo-top-menu-bottom nav {
    width: auto;
    display: inline-block;
    display: flex;
    justify-content: center;
}

.b-system-component-menu-logo-bottom-menu-top nav {
    width: auto;
    display: inline-block;
    display: flex;
    justify-content: center;
}

.b-system-component-box {
    position: relative;
}

.b-system-component-box-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

@keyframes componentContainerGradientAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
.builder-card-header,
.builder-card-content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.b-system-card-radius {
    overflow: hidden;
}

.builder-card-content {
    position: relative;
}

.builder-card-background-overlay {
    position: absolute;
}

.builder-card-case {
    position: relative;
    display: flex;
    flex-direction: column;
}

.b-system-card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.builder-card-header {
    flex: 0 0 auto;
}

.builder-card-content {
    flex: 1 1 auto;
}
.builder-icon {
    display: inline-block;
}
:root {
    --builder-cookies-background: white;
    --builder-cookies-shadow: #00000012;
    --builder-cookies-close: black;
    --builder-cookies-close-hover: #222;
    --builder-cookies-link: black;
    --builder-cookies-link-hover: #333;
    --builder-cookies-button-confirm: white;
    --builder-cookies-button-confirm-hover: white;
    --builder-cookies-button-confirm-background: black;
    --builder-cookies-button-confirm-background-hover: #222;
    --builder-cookies-button-reject: black;
    --builder-cookies-button-reject-hover: black;
    --builder-cookies-button-reject-background: #eee;
    --builder-cookies-button-reject-background-hover: #e4e4e4;
}

.builder__cookies {
    margin: 0 auto;
    max-width: 800px;
    background-color: var(--builder-cookies-background);
    padding: 1.2rem 2rem;
    width: unset;
    box-shadow: 2px 2px 20px var(--builder-cookies-shadow);
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.builder__cookies__container {
    width: 100%;
    position: fixed;
    bottom: 0px;
    padding: 1rem;
    z-index: 1000000;
    opacity: 1;
    transition: .25s all;
}

.builder__cookies__button__close {
    position: absolute;
    top: .25rem;
    right: .75rem;
    font-size: 16px;
    color: var(--builder-cookies-close);
    font-size: 1.5rem;
    line-height: 21px;
}

.builder__cookies__button__close:hover {
    color: var(--builder-cookies-close-hover);
}

.builder__cookies__content {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-right: 1rem;
}

.builder__cookies__buttons {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: .75rem 0 0 1rem;
}

.builder__cookies__title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: .5rem;
    letter-spacing: 2px;
}

.builder__cookies__text {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: .5rem;
    line-height: 22px;
}

.builder__cookies__link {
    color: var(--builder-cookies-link);
    font-size: 12px;
    font-weight: 600;
    margin-right: .5rem;
    transition: .25s color;
    letter-spacing: 1px;
    display: inline-block;
}

.builder__cookies__link::after {
    content: '';
    display: block;
    background-color: var(--builder-cookies-link);
    height: 1px;
    width: 100%;
    transition: .25s background-color;
}

.builder__cookies__link:hover:after {
    background-color: var(--builder-cookies-link-hover);
}

.builder__cookies__link:hover {
    color: var(--builder-cookies-link-hover);
    text-decoration: none;
}

.builder__cookies__buttons a {
    width: 100%;
    padding: .75rem;
    display: block;
    margin-bottom: .75rem;
    text-align: center;
    text-decoration: none;
    transition: .25s background-color;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.builder__cookies__buttons a>:hover {
    text-decoration: none;
}

.builder__cookies__buttons a:last-child {
    margin-bottom: 0rem;
}

.builder__cookies__button__confirm {
    color: var(--builder-cookies-button-confirm);
    background-color: var(--builder-cookies-button-confirm-background);
}

.builder__cookies__button__confirm:hover {
    color: var(--builder-cookies-button-confirm-hover);
    background-color: var(--builder-cookies-button-confirm-background-hover);
}

.builder__cookies__button__reject {
    color: var(--builder-cookies-button-reject);
    background-color: var(--builder-cookies-button-reject-background);
}

.builder__cookies__button__reject:hover {
    color: var(--builder-cookies-button-reject-hover);
    background-color: var(--builder-cookies-button-reject-background-hover);
}

.builder__cookies__hidden {
    opacity: 0;
    visibility: hidden;
}

.builder__cookies__overlay {
    position: fixed;
    z-index: 10000001;
    background: #00000044;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: .25s all;
}

.builder__cookies__overlay-in {
    max-width: calc(800px + 2rem);
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.builder__cookies__window {
    width: 100%;
    background-color: var(--builder-cookies-background);
    width: unset;
    box-shadow: 2px 2px 20px var(--builder-cookies-shadow);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 1.2rem 2rem;
}


.builder__cookies__window__title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: .5rem;
    letter-spacing: 2px;
}

.builder__cookies__window__text {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: .5rem;
    line-height: 22px;
}

.builder__cookies__window__subtitle {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: .5rem;
    letter-spacing: 2px;
}

.builder__cookies__window .builder__cookies__buttons {
    flex: none;
    width: 100%;
    max-width: none;
    padding: 1rem 0 0 0;
}

.builder__cookies__window .builder__cookies__buttons a {
    max-width: 200px;
    margin-right: 1rem;
    float: left;
}

.builder__cookies__window__table {
    width: 100%;
    margin: 1rem 0;
}

body table.builder__cookies__window__table tr td,
body table.builder__cookies__window__table tr th {
    font-size: 12px;
}

.builder__cookies__window__table__container {
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
}

.builder__cookies__list {
    width: 100%;
}

@media (max-width: 720px) {
    .builder__cookies {
        display: block;
    }

    .builder__cookies__content {
        flex: none;
        max-width: 100%;
        padding: 0 0 .75rem 0;
    }

    .builder__cookies__buttons {
        flex: none;
        max-width: 100%;
        padding: 1rem 0 .75rem 0;
    }

    .builder__cookies__button__close {
        top: .5rem;
        right: 1rem;
    }
}

@media (max-width: 550px) {
    .builder__cookies__window .builder__cookies__buttons {
        flex: none;
    }

    .builder__cookies__window .builder__cookies__buttons a {
        float: none;
        width: 100%;
        max-width: none;
    }
}
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}
.builder-system-slidermodule-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.builder-system-slidermodule-image-empty {
    padding-top: 20%;
    padding-bottom: 20%;
    background: #e8e8e8;
}

.builder-app-system-slidermodule.builder-app.b-next-50,
.builder-app-system-slidermodule.builder-app.b-next-60,
.builder-app-system-slidermodule.builder-app.b-next-70,
.builder-app-system-slidermodule.builder-app.b-next-80,
.builder-app-system-slidermodule.builder-app.b-next-90,
.builder-app-system-slidermodule.builder-app.b-next-100,
.builder-app-system-slidermodule.builder-app.b-next-110,
.builder-app-system-slidermodule.builder-app.b-next-120,
.builder-app-system-slidermodule.builder-app.b-next-130,
.builder-app-system-slidermodule.builder-app.b-next-140,
.builder-app-system-slidermodule.builder-app.b-next-150,
.builder-app-system-slidermodule.builder-app.b-next-160,
.builder-app-system-slidermodule.builder-app.b-next-170,
.builder-app-system-slidermodule.builder-app.b-next-180,
.builder-app-system-slidermodule.builder-app.b-next-190,
.builder-app-system-slidermodule.builder-app.b-next-200 {
    padding-top: 0;
}

.builder-app-system-slidermodule .builder-system-slidermodule-slide {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.builder-app-system-slidermodule .builder-system-slidermodule-slide>.builder-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.builder-app-system-slidermodule .builder-container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.builder-app-system-slidermodule.builder-app.b-next-50 .builder-container {
    padding-top: 50px;
}

.builder-app-system-slidermodule.builder-app.b-next-60 .builder-container {
    padding-top: 60px;
}

.builder-app-system-slidermodule.builder-app.b-next-70 .builder-container {
    padding-top: 70px;
}

.builder-app-system-slidermodule.builder-app.b-next-80 .builder-container {
    padding-top: 80px;
    padding-bottom: 0px;
}

.builder-app-system-slidermodule.builder-app.b-next-90 .builder-container {
    padding-top: 90px;
}

.builder-app-system-slidermodule.builder-app.b-next-100 .builder-container {
    padding-top: 100px;
}

.builder-app-system-slidermodule.builder-app.b-next-110 .builder-container {
    padding-top: 110px;
}

.builder-app-system-slidermodule.builder-app.b-next-120 .builder-container {
    padding-top: 120px;
}

.builder-app-system-slidermodule.builder-app.b-next-130 .builder-container {
    padding-top: 130px;
}

.builder-app-system-slidermodule.builder-app.b-next-140 .builder-container {
    padding-top: 140px;
}

.builder-app-system-slidermodule.builder-app.b-next-150 .builder-container {
    padding-top: 150px;
}

.builder-app-system-slidermodule.builder-app.b-next-160 .builder-container {
    padding-top: 160px;
}

.builder-app-system-slidermodule.builder-app.b-next-170 .builder-container {
    padding-top: 170px;
}

.builder-app-system-slidermodule.builder-app.b-next-180 .builder-container {
    padding-top: 180px;
}

.builder-app-system-slidermodule.builder-app.b-next-190 .builder-container {
    padding-top: 190px;
}

.builder-app-system-slidermodule.builder-app.b-next-200 .builder-container {
    padding-top: 200px;
}

.builder-system-basicslidermodule-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.builder-system-basicslidermodule-image-empty {
    padding-top: 20%;
    padding-bottom: 20%;
    background: #e8e8e8;
}

.builder-app-system-basicslidermodule.builder-app.b-next-50,
.builder-app-system-basicslidermodule.builder-app.b-next-60,
.builder-app-system-basicslidermodule.builder-app.b-next-70,
.builder-app-system-basicslidermodule.builder-app.b-next-80,
.builder-app-system-basicslidermodule.builder-app.b-next-90,
.builder-app-system-basicslidermodule.builder-app.b-next-100,
.builder-app-system-basicslidermodule.builder-app.b-next-110,
.builder-app-system-basicslidermodule.builder-app.b-next-120,
.builder-app-system-basicslidermodule.builder-app.b-next-130,
.builder-app-system-basicslidermodule.builder-app.b-next-140,
.builder-app-system-basicslidermodule.builder-app.b-next-150,
.builder-app-system-basicslidermodule.builder-app.b-next-160,
.builder-app-system-basicslidermodule.builder-app.b-next-170,
.builder-app-system-basicslidermodule.builder-app.b-next-180,
.builder-app-system-basicslidermodule.builder-app.b-next-190,
.builder-app-system-basicslidermodule.builder-app.b-next-200 {
    padding-top: 0;
}

.builder-app-system-basicslidermodule .builder-system-basicslidermodule-slide {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.builder-app-system-basicslidermodule .builder-system-basicslidermodule-slide>.builder-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.builder-app-system-basicslidermodule .builder-container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.builder-app-system-basicslidermodule.builder-app.b-next-50 .builder-container {
    padding-top: 50px;
}

.builder-app-system-basicslidermodule.builder-app.b-next-60 .builder-container {
    padding-top: 60px;
}

.builder-app-system-basicslidermodule.builder-app.b-next-70 .builder-container {
    padding-top: 70px;
}

.builder-app-system-basicslidermodule.builder-app.b-next-80 .builder-container {
    padding-top: 80px;
    padding-bottom: 0px;
}

.builder-app-system-basicslidermodule.builder-app.b-next-90 .builder-container {
    padding-top: 90px;
}

.builder-app-system-basicslidermodule.builder-app.b-next-100 .builder-container {
    padding-top: 100px;
}

.builder-app-system-basicslidermodule.builder-app.b-next-110 .builder-container {
    padding-top: 110px;
}

.builder-app-system-basicslidermodule.builder-app.b-next-120 .builder-container {
    padding-top: 120px;
}

.builder-app-system-basicslidermodule.builder-app.b-next-130 .builder-container {
    padding-top: 130px;
}

.builder-app-system-basicslidermodule.builder-app.b-next-140 .builder-container {
    padding-top: 140px;
}

.builder-app-system-basicslidermodule.builder-app.b-next-150 .builder-container {
    padding-top: 150px;
}

.builder-app-system-basicslidermodule.builder-app.b-next-160 .builder-container {
    padding-top: 160px;
}

.builder-app-system-basicslidermodule.builder-app.b-next-170 .builder-container {
    padding-top: 170px;
}

.builder-app-system-basicslidermodule.builder-app.b-next-180 .builder-container {
    padding-top: 180px;
}

.builder-app-system-basicslidermodule.builder-app.b-next-190 .builder-container {
    padding-top: 190px;
}

.builder-app-system-basicslidermodule.builder-app.b-next-200 .builder-container {
    padding-top: 200px;
}

.builder-app-system-basicslidermodule .builder-system-basicslidermodule-container-middle-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.builder-app-system-basicslidermodule .builder-system-basicslidermodule-container-middle-center {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.builder-app-system-basicslidermodule .builder-system-basicslidermodule-container-middle-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.builder-app-system-basicslidermodule .builder-system-basicslidermodule-container-top-center {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.builder-app-system-basicslidermodule .builder-system-basicslidermodule-container-top-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.builder-app-system-basicslidermodule .builder-system-basicslidermodule-container-bottom-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.builder-app-system-basicslidermodule .builder-system-basicslidermodule-container-bottom-center {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.builder-app-system-basicslidermodule .builder-system-basicslidermodule-container-bottom-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.builder-app-system-basicslidermodule .builder-system-basicslidermodule-container-top-center>div,
.builder-app-system-basicslidermodule .builder-system-basicslidermodule-container-middle-center>div,
.builder-app-system-basicslidermodule .builder-system-basicslidermodule-container-bottom-center>div {
    text-align: center;
}

.builder-app-system-basicslidermodule .builder-system-basicslidermodule-container-top-right>div,
.builder-app-system-basicslidermodule .builder-system-basicslidermodule-container-middle-right>div,
.builder-app-system-basicslidermodule .builder-system-basicslidermodule-container-bottom-right>div {
    text-align: right;
}