.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;
}
.b-system-component-menu-floating .b-system-component-menu-box {
    width: 100%;
    position: relative;
    box-sizing: content-box;
}

@media (max-width: 767px) {
    body .b-system-component-menu-floating .b-system-component-menu-box {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
}
.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;
}
.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-sliderbasic-container {
    position: relative;
}

.builder-system-sliderbasic-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: block;
}

.builder-system-sliderbasic-image-empty {
    padding-top: 20%;
    padding-bottom: 20%;
    background: #e8e8e8;
}
.builder-system-reference-grid-item-empty {
    padding-top: 20%;
    padding-bottom: 20%;
    background: #e8e8e8;
}

.builder-system-reference-grid-item-image {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
}

.builder-system-reference-grid-item-image span {
    transform: scale(1);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.builder-system-reference-grid-item-image-resize-crop span {
    background-size: cover;
}

.builder-system-reference-grid-item {
    display: block;
}


.builder-system-timeline-container {
    position: relative;
}

.builder-system-timeline-container::after {
    content: '';
    display: table;
    clear: both;
}

.builder-system-timeline-timeline {
    position: relative;
}

.builder-system-timeline-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    height: 100%;
    width: 4px;
}

@media only screen and (min-width: 1170px) {
    .builder-system-timeline-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.builder-system-timeline-timeline-block {
    position: relative;
    margin: 2em 0;
}

.builder-system-timeline-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.builder-system-timeline-timeline-block:first-child {
    margin-top: 0;
}

.builder-system-timeline-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .builder-system-timeline-timeline-block {
        margin: 4em 0;
    }

    .builder-system-timeline-timeline-block:first-child {
        margin-top: 0;
    }

    .builder-system-timeline-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.builder-system-timeline-timeline-img {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

@media only screen and (min-width: 1170px) {
    .builder-system-timeline-timeline-img {
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -15px;
        margin-top: 8px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .builder-system-timeline-timeline-content .builder-system-timeline-timeline-date {
        margin-top: 15px;
    }
}

.builder-system-timeline-timeline-content {
    position: relative;
    margin-left: 60px;
    margin-right: 30px;
    background: #333C42;
    border-radius: 2px;
    padding: 1em;

    .timeline-content-info {
        padding: 5px 10px;
        color: rgba(255, 255, 255, 0.7);
        font-size: 12px;
        box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.08);
        border-radius: 2px;

        i {
            margin-right: 5px;
        }

        .timeline-content-info-title,
        .timeline-content-info-date {
            width: calc(50% - 2px);
            display: inline-block;
        }

        @media (max-width: 500px) {

            .timeline-content-info-title,
            .timeline-content-info-date {
                display: block;
                width: 100%;
            }
        }
    }

    .content-skills {
        font-size: 12px;
        padding: 0;
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

        li {
            border-radius: 2px;
            display: inline-block;
            padding: 2px 10px;
            margin: 3px 2px;
            text-align: center;
            flex-grow: 1;
        }
    }
}

.builder-system-timeline-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.builder-system-timeline-timeline-content h2 {
    margin-top: 0;
    margin-bottom: 5px;
}

.builder-system-timeline-timeline-content p,
.builder-system-timeline-timeline-content .builder-system-timeline-timeline-date {
    font-size: 13px;
    font-size: 0.8125rem;
}

.builder-system-timeline-timeline-content .builder-system-timeline-timeline-date {
    display: inline-block;
}

.builder-system-timeline-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.builder-system-timeline-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #333C42;
}

@media only screen and (min-width: 768px) {
    .builder-system-timeline-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .builder-system-timeline-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }

    .builder-system-timeline-timeline-content .builder-system-timeline-timeline-read-more,
    .builder-system-timeline-timeline-content .builder-system-timeline-timeline-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media only screen and (min-width: 1170px) {
    .builder-system-timeline-timeline-content {
        color: white;
        margin-left: 0;
        padding: 1.6em;
        width: 40%;
        margin: 0 5%
    }

    .builder-system-timeline-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
    }

    .builder-system-timeline-timeline-content .builder-system-timeline-timeline-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
    }

    .builder-system-timeline-timeline-block:nth-child(even) .builder-system-timeline-timeline-content {
        float: right;
    }

    .builder-system-timeline-timeline-block:nth-child(even) .builder-system-timeline-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
    }

    .builder-system-timeline-timeline-block:nth-child(even) .builder-system-timeline-timeline-content .builder-system-timeline-timeline-read-more {
        float: right;
    }

    .builder-system-timeline-timeline-block:nth-child(even) .builder-system-timeline-timeline-content .builder-system-timeline-timeline-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
}