.fael-slider-widget .item {
    position: relative;
}

.fael-slider-widget .item .caption {
    font-size: 13px;
    color: #FFFFFF;
    margin-top: 10px;
}

.fael-slider-widget.type-hero .item-inner {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.fael-slider-widget.type-hero .item .background-image {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all .3s;
    z-index: -2;
}

.fael-slider-widget.type-hero .item:hover .background-image {
    transform: scale(1.03);
}

.fael-slider-widget.type-hero .item .contents {
    position: absolute;
    bottom: 60px;
    left: 0;
    color: #FFFFFF;
    padding: 0 40px;
    width: 100%;
}

.fael-slider-widget.type-hero .item .contents .title {
    color: #FFFFFF;
}

.fael-slider-widget.type-hero .item .contents .text {
    font-family: 'AccordMedium', sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin-top: 20px;
}

.fael-slider-widget.type-opinions .item-inner {
    display: flex;
    flex-direction: column;
    width: 320px;
    height: 100%;
}

.fael-slider-widget.type-opinions .item .background-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 150px;
}

.fael-slider-widget.type-opinions .contents {
    background-color: var(--content-blue);
    color: #FFFFFF;
    padding: 20px;
    min-height: 160px;
    flex-grow: 1;
}

.fael-slider-widget.type-opinions .item .contents .title {
    font-size: 20px;
}

.fael-slider-widget.type-opinions .item .contents .text {
    font-size: 16px;
}

.fael-slider-widget.type-opinions .slick-list {
    padding: 0 30% 0 0 !important;
}

.fael-slider-widget.type-opinions .slick-track {
    display: flex;
}

.fael-slider-widget.type-opinions .slick-slide {
    height: inherit;
}

.fael-slider-widget.type-testimonials .item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fael-slider-widget.type-testimonials .item .background-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
}

.fael-slider-widget.type-testimonials .item .contents {
    text-align: center;
}

.fael-slider-widget.type-testimonials .item .contents .title {
    font-family: 'AccordBold', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: var(--content-blue);
    margin-bottom: 10px;
}

.fael-slider-widget.type-testimonials .item .contents .subtitle {
    font-size: 20px;
    margin-bottom: 8px;
}

.fael-slider-widget .slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    margin: 20px 0 0 0;
    width: 100%;
}

.fael-slider-widget .slick-dots li {
    background-color: #C0CFE2;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.fael-slider-widget .slick-dots li:not(:last-child) {
    margin-right: 10px;
}

.fael-slider-widget .slick-dots li.slick-active {
    background-color: var(--content-blue);
}

.fael-slider-widget .slick-dots li button {
    display: none;
}

@media only screen and (max-width: 1030px) {
    .fael-slider-widget.type-opinions .slick-list {
        padding: 0 20% 0 0 !important;
    }
}

@media only screen and (max-width: 1000px) {
    .fael-slider-widget.type-hero .item-inner {
        height: 450px;
    }
}

@media only screen and (max-width: 908px) {
    .fael-slider-widget.type-opinions .item-inner {
        width: 290px;
    }

    .fael-slider-widget.type-opinions .slick-list {
        padding: 0 10% 0 0 !important;
    }
}

@media only screen and (max-width: 700px) {
    .fael-slider-widget.type-opinions .slick-list {
        padding: 0 30% 0 0 !important;
    }
}

@media only screen and (max-width: 460px) {
    .fael-slider-widget.type-opinions .slick-list {
        padding: 0 10% 0 0 !important;
    }
}
