[class*=vs-] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none
}

:root {
    --vs-background: 255,255,255;
    --vs-text: 22,94,140;
    --vs-gray-1: 24,25,28;
    --vs-gray-2: 20,20,23;
    --vs-gray-3: 15,16,19;
    --vs-gray-4: 10,11,14;
    --vs-shadow-opacity: .3;
    --vs-dark: 0,0,0;
    --vs-background-opacity: .6;
}

.vs-card-content {
    --vs-color:var(--vs-primary)}

.vs-card-content.type-5 .vs-card {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.vs-card-content.type-5 .vs-card:hover .vs-card__interactions {
    bottom: 50px
}

.vs-card-content.type-5 .vs-card:hover .vs-card__text {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,var(--vs-shadow-opacity));
    box-shadow: 0 0 30px 0 rgba(0,0,0,var(--vs-shadow-opacity))
}

.vs-card-content.type-5 .vs-card:hover .vs-card__img {
    border-radius: 6px 40px 6px 40px
}

.vs-card-content.type-5 .vs-card:hover .vs-card__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.vs-card-content.type-5 .vs-card__img {
    border-radius: 6px 20px 6px 20px
}

.vs-card-content.type-5 .vs-card__interactions {
    bottom: 6px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    z-index: 20
}

.vs-card-content.type-5 .vs-card__text {
    background: rgba(var(--vs-background),1);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,var(--vs-shadow-opacity));
    box-shadow: 0 0 0 0 rgba(0,0,0,var(--vs-shadow-opacity));
    border-radius: 6px 20px 6px 20px;
    margin-top: -50px;
    z-index: 10;
    position: relative;
    width: calc(100% - 30px);
    padding-top: 10px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0
}

.vs-card-content.type-4 .vs-card {
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 300px
}

.vs-card-content.type-4 .vs-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.vs-card-content.type-4 .vs-card:hover .vs-card__img img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.vs-card-content.type-4 .vs-card:hover .vs-card__text {
    padding-top: 15px;
    padding-bottom: 25px
}

.vs-card-content.type-4 .vs-card__img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 600px
}

.vs-card-content.type-4 .vs-card__img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.vs-card-content.type-4 .vs-card__interactions {
    top: 0;
    bottom: auto
}

.vs-card-content.type-4 .vs-card__text {
    background: rgba(var(--vs-background),.8);
    position: absolute;
    bottom: 0;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    border-radius: 0 0 20px 20px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.vs-card-content.type-4 .vs-card__text p {
    opacity: 1
}

.vs-card-content.type-3 .vs-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px
}

.vs-card-content.type-3 .vs-card:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.vs-card-content.type-3 .vs-card__img img {
    min-width: 200px
}

.vs-card-content.type-3 .vs-card__text {
    padding-top: 15px
}

.vs-card-content.type-3 .vs-card__title h2,.vs-card-content.type-3 .vs-card__title h3,.vs-card-content.type-3 .vs-card__title h4,.vs-card-content.type-3 .vs-card__title h5,.vs-card-content.type-3 .vs-card__title h6 {
    padding: 0
}

.vs-card-content.type-2 .vs-card {
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden
}

.vs-card-content.type-2 .vs-card:hover {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.vs-card-content.type-2 .vs-card:hover .vs-card__img img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.vs-card-content.type-2 .vs-card:hover .vs-card__text {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    color: #fff
}

.vs-card-content.type-2 .vs-card__interactions {
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.vs-card-content.type-2 .vs-card__title {
    position: relative;
    color: inherit;
    padding: 0
}

.vs-card-content.type-2 .vs-card__title h2,.vs-card-content.type-2 .vs-card__title h3,.vs-card-content.type-2 .vs-card__title h4,.vs-card-content.type-2 .vs-card__title h5,.vs-card-content.type-2 .vs-card__title h6 {
    padding: 0 0 5px
}

.vs-card-content.type-2 .vs-card__text {
    position: absolute;
    bottom: 0;
    background: rgba(var(--vs-background),.9);
    padding-top: 30px;
    border-radiu: 0 0 20px 20px;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.5)));
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.5));
    color: transparent;
    font-size: .9rem;
    -webkit-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.vs-card-content.type-2 .vs-card__text p {
    opacity: 1
}

.vs-card-content.type-1 .vs-card:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,var(--vs-shadow-opacity));
    box-shadow: 0 0 0 0 rgba(0,0,0,var(--vs-shadow-opacity));
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.vs-card-content.type-1 .vs-card:hover .vs-card__img img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.vs-card {
    background: rgba(var(--vs-background),1);
    color: rgba(var(--vs-text),1);
    width: 100%;
    max-width: 350px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,var(--vs-shadow-opacity));
    box-shadow: 0 5px 20px 0 rgba(0,0,0,var(--vs-shadow-opacity));
    border-radius: 20px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    cursor: pointer;
    position: relative
}

.vs-card__text {
    font-size: .85rem;
    padding: 0 15px 15px
}

.vs-card__text p {
    font-size: inherit;
    margin: 0;
    opacity: .8
}

.vs-card__title {
    padding-top: 10px;
    padding-bottom: 5px
}

.vs-card__title h2,.vs-card__title h3,.vs-card__title h4,.vs-card__title h5,.vs-card__title h6 {
    padding: 0;
    margin: 0;
    font-size: 1.1rem
}

.vs-card__interactions {
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0
}

.vs-card__img,.vs-card__interactions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vs-card__img {
    position: relative;
    max-height: 250px;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vs-card__img,.vs-card__img img {
    border-radius: 20px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.vs-card__img img {
    width: 100%;
    display: block
}

.vs-card__group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vs-card__group-space {
    min-width: 20px;
    position: relative;
    height: 20px
}

.vs-card__group .vs-card__group-cards {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px
}

.vs-card__group .vs-card__group-cards .vs-card-content {
    min-width: 350px;
    margin-left: 20px
}

.vs-card__group .vs-card__group-prev {
    z-index: 2;
    position: relative;
    left: 0;
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border: 0
}

.vs-card__group .vs-card__group-prev .vs-icon-arrow {
    width: 15px;
    height: 15px;
    display: block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.vs-card__group .vs-card__group-prev .vs-icon-arrow:before {
    width: 2px
}

.vs-card__group .vs-card__group-prev .vs-icon-arrow:after {
    height: 2px
}

.vs-card__group .vs-card__group-next {
    border: 0;
    z-index: 2;
    position: relative;
    left: 0;
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent
}

.vs-card__group .vs-card__group-next .vs-icon-arrow {
    width: 15px;
    height: 15px;
    display: block;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.vs-card__group .vs-card__group-next .vs-icon-arrow:before {
    width: 2px
}

.vs-card__group .vs-card__group-next .vs-icon-arrow:after {
    height: 2px
}