@charset "UTF-8";


.mdr-fullscreen-slider__swiper-nav {
    color: var(--mdr--pure-white);
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    position:absolute;
    content:"";
    bottom:50px;
    width:100%;
    justify-content:left;
    padding: 0px var(--mdr--padding-horizontal);
}

.mdr-fullscreen-slider__pagination {
    display: flex;
    width: 50px;
    flex-flow: row nowrap;
    justify-content: center;
}

.mdr-fullscreen-slider__title {
    color:white;
    text-align:center;
    margin-bottom:30px;
    position:relative;
}

.mdr-fullscreen-slider__slide {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    background-position: center;
    background-size:cover;
    background-repeat:no-repeat;
} 

.mdr-fullscreen-slider__cta {
    position:relative;
}

.mdr-fullscreen-slider__slider {
    position:relative;
    height:820px;
}

.mdr-fullscreen-slider__slide::before {
    content:"";
    position: absolute;
    inset: 0px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
    opacity:0.2;
}

@media screen and (min-width: 768px) {
    .mdr-fullscreen-slider__swiper-nav {
    justify-content:right;
}
    
}
