.glide__arrow,.glide__bullet{
    cursor:pointer;
    box-shadow:0 .25em .5em 0 rgba(0,0,0,.1)
}
.glide__arrow:focus,.glide__bullet:focus{
    outline:0
}
.glide__arrow{
    position:absolute;
    display:block;
    top:50%;
    z-index:2;
    color:#000;
    text-transform:uppercase;
    padding:9px 12px;
    background-color:#fff;
    border:2px solid rgba(255,255,255,.5);
    border-radius:0;
    text-shadow:0 .25em .5em rgba(0,0,0,.1);
    opacity:1;
    transition:opacity 150ms,border .3s ease-in-out;
    transform:translateY(-50%);
    line-height:1
}
.glide__arrow:hover{
    border-color:#fff
}
.glide__arrow--left{
    left:3.5vw;
}
.glide__arrow--right{
    right:3.5vw;
}
.glide__arrow--disabled{
    opacity:.33
}
.glide__bullets{
    position:absolute;
    z-index:2;
    bottom:0;
    left:50%;
    display:inline-flex;
    list-style:none;
    transform:translateX(-50%)
}
.glide__bullet{
    border:1px solid black;
    padding:0;
    background-color:rgba(255,255,255,.5);
    width:9px;
    height:9px;
    border-radius:50%;
    transition:.3s ease-in-out;
    line-height:0;
    margin:0 .25em
}
.glide__bullet:focus,.glide__bullet:hover{
    border:1px solid #000;
    background-color:#000
}
.glide__bullet--active{
    background-color:#000
}
.glide--swipeable{
    cursor:grab;
    cursor:-moz-grab;
    cursor:-webkit-grab
}
.glide--dragging{
    cursor:grabbing;
    cursor:-moz-grabbing;
    cursor:-webkit-grabbing
}
.slider__frame{
    display:flex;
    width: 100%;
}
@media (min-width:1199px){
    .slider__image{
        width:100%;
    }
}
.slider__text{
    display:flex;
    justify-content:center;
    flex-direction:column;
    width:100%;
}
.slider__text__inner p{
    font-size:16px
}
.slider__text__inner h3{
    font-size:44px;
    line-height:44px
}

.slider__text__inner h1{
    font-size:44px;
    line-height:44px
}
.slider__text__inner{
    padding:0 64px
}
.slider__image{
    width:100%;
}
@media (max-width:769px){
	.glide__arrows{
		display:none;
	}

	.slider__text__inner h3{
    	font-size:24px;
		line-height:24px;
    }
	.slider__text__inner h1{
    	font-size:24px;
		line-height:24px;
    }
}
@media (max-width:1199px){
    .slider__frame{
        display:flex;
        flex-direction:column;
        width: 100%;
    }
    .slider__text{
        display:flex;
        justify-content:center;
        flex-direction:column;
        width:100%;
    }
    .slider__text__inner{
        padding:0
    }
	.slider__text__inner p{
        margin-top: 24px;
    }
}
.slideshow__image {
    width: 100%;
}

.slideshow__frame {
    position: relative;
}

.slideshow__subline {
    font-size: 12px;
}

.carousel__frame {
	display:flex;
	flex-direction: column;
    width: 100%;
	
}

.carousel__image {
	width: 100%;
}

.carousel__text{
    display:flex;
    justify-content:center;
    flex-direction:column;
	width: 100%;
	text-align: center;
	height: 70px;
	font-size: 18px;
}

.carousel__text p {
	margin: 0;
	-webkit-font-smoothing: subpixel-antialiased;
}

.carousel__frame .gray {
	background-color: #f6f7f8;
	color: #000000
}

.carousel__frame .black {
	background-color: #000000;
	color: #ffffff
}

.glide__arrow--right__img-left{
    right: 1.25em;
}

.glide__arrow--right__img-right{
    right: 0em;
}

.glide__arrow--left__img-left{
    left: 0em;
}

.glide__arrow--left__img-right{
    left: 1.25em;
}

.glide__arrow__carousel{
    z-index:2;
    text-transform:uppercase;
    padding:9px 12px;
    transition:opacity 150ms,border .3s ease-in-out;
    line-height:1;
	background-color:#fff;
    border:2px solid rgba(255,255,255,.5);
    border-radius:0;

}
.glide__arrow__carousel--left{
    left:0;
}
.glide__arrow__carousel--right{
    right:0;
}

.glide__bullets__carousel{
    z-index:2;
    display:inline-flex;
    list-style:none;
	
}

.carousel__bullet{
	width: 9px;
	height: 9px;
}

.carousel__arrows {
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 10px;
}

@media (max-width:601px){
    .carousel__text{
    display:flex;
    justify-content:center;
    flex-direction:column;
	width: 100%;
	text-align: center;
	height: 70px;
	background-color: #f6f7f8;
	font-size: 16px;
}
}
