.all-styles__images{

}
.all-styles__content{
    color: var(--all-style-text-color);
}
.entry-content .all-styles__content h2,
.editor-styles-wrapper .all-styles__content h2,
.entry-content .all-styles__content h4,
.editor-styles-wrapper .all-styles__content h4,
.entry-content .all-styles__content h5,
.editor-styles-wrapper .all-styles__content h5,
.entry-content .all-styles__content h6,
.editor-styles-wrapper .all-styles__content h6{
    color: inherit;
    margin-top: 0;
}
.entry-content .all-styles__content h2{
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 11px;
    font-family: 'D-DIN Condensed', Sans-Serif;
}
.all-styles__content h3,
.editor-styles-wrapper .all-styles__content h3{
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    font-family: Inter, Sans-Serif;
    color: var(--all-style-subtitle-color);
    margin-bottom: 16px !important;
    font-size: 16px;
}
.all-styles__content h3{
    font-weight: 700;
}
.all-styles__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.all-styles__nav{
    display: block;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}
.all-styles__nav li{
    cursor: pointer;
    color: var(--all-style-subtitle-color);
    display: block;
    margin-bottom: 16px;
    position: relative;
    padding: 9px 17px;
}
.all-styles__nav li strong{
    font-weight: 700;
    display: block;
    margin-bottom: 0;
}
.all-styles__nav li.is-active {
    color: var(--all-style-text-color);
}
.all-styles__nav li.is-active strong{
    margin-bottom: 1px;
}
.all-styles__description{
    display: none;
}
.all-styles__nav li.is-active .all-styles__description{
    display: block;
}
.all-styles__nav li:before{
    content: '';
    position: absolute;
    width: 4px;
    background: var(--all-style-text-color);
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.25;
    transition: all 0.3s ease-out;
}
.all-styles__nav li.is-active:before{
    opacity: 1;
    background: #181818;
	top: 14px;
	bottom: 14px;
}
.all-styles__nav li:not(.is-active):hover:before,
.ride-modes .all-styles__nav li:not(.is-active):hover:before{
    opacity: 1;
    background: #555;
}
.mobile-br br{
	display: none;
}
@media only screen and (min-width: 1000px){
    .entry-content .all-styles__content h2{
        font-size: 40px;
    }
    .all-styles__content--mobile{
        display: none !important;
    }
    .all-styles{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .all-styles__box,
    .all-styles__images{
        width: 50%;
        flex: 0 0 50%;
    }
    .all-styles__img{
        /*max-height: 720px;*/
        height: 50vw;
    }
    .all-styles__box{
        padding-left: 80px;
        padding-right: 100px;
    }
    .all-styles__box .all-styles__content , .all-styles__box .all-styles__nav {
        max-width: 545px;

    }
	.all-styles__box .all-styles__content h2{
		font-size: 40px;
		margin-bottom: 22px;
	}
}
@media only screen and (max-width: 999.5px){
    .all-styles__content br{
        display: none;
    }
    .all-styles__content--desktop{
        display: none !important;
    }
    .all-styles__img{
        height: 208px;
    }
	.all-styles__nav li.is-active{
		margin-bottom: 4px;
	}
}
@media only screen and (min-width: 1000px){
	.all-styles--type-1 .all-styles__box{
		padding-block: 40px;
	}
	.all-styles--tablet-1 .all-styles__description{
		max-width: 304px;
	}
}
@media only screen and (max-width: 999.5px){
	.all-styles--tablet-1 .all-styles__img{
		height: 44.27vw;
	}
	.all-styles--tablet-1 .all-styles__nav{
		margin-top: 7px;
	}
}
@media only screen and (max-width: 750px){
	.all-styles--tablet-1 .all-styles__img{
		height: 201px;
	}
}
@media only screen and (max-width: 1000px){
	.all-styles--tablet-1 .all-styles__img{
		height: 55.46vw;
	}
	.all-styles--tablet-1 .all-styles__nav{
		margin-top: 22px;
	}
	.all-styles__nav li.is-active:before{
		top: 0;
		bottom: 0;
	}
	.all-styles__nav li,
	.all-styles__nav li.is-active{
		margin-bottom: 16px;
	}
	.all-styles__nav li.is-active{
		padding: 0 17px;
	}
	.mobile-br br{
		display: block;
	}
}
@media only screen and (max-width: 1000px){
	.all-styles--tablet-1 .all-styles__content--mobile p{
		margin-bottom: 32px;
	}
	body.home .static-slide .all-styles__images:after{
		background: var(--first_mobile_slide, var(--first_slide)) no-repeat center / cover;
	}
}
.static-slide .all-styles__images:after{
	content: '';
	position: absolute;
	z-index: 100;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: var(--first_slide) no-repeat center / cover;
}
@media only screen and (max-width: 1000px){
	body:not(.home) .static-slide .all-styles__images:after{
		background: var(--first_slide) no-repeat 50% 72% / 100% auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1000px){
	body:not(.home) .static-slide .all-styles__images:after{
		background: var(--first_slide) no-repeat 50% 72% / 100% 160%;
	}
}