.slider-releases_component {
    width: 100%;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
        align-items: center;
}
.slider-list_component {
    width: 55%;
    grid-column-gap: 3em;
   grid-row-gap: 2em;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex
}
.slider-photo_component {
    width: 45%;
    max-width: 463px;
    flex: none;
    
}
.swiper.is-slider-list {
    width: 100%;
    height: 17.4em;
    overflow: hidden
}
.swiper.is-slider-photo {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: visible
}
.slider-list_bottom-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex
}
.slider-list_arrow-wrapper {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
	display:none;
}
.swiper-bullet-wrapper.is-slider-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
	display:flex;
}



.slider-list_arrow {
    color: #fff;
    background-color: transparent;
    border-radius: 1.32em;
    transition: color .1s
}
.slider-list_icon {
    color: #fff;
    background-color: #94D4EF;
    border-radius: 100%;
    align-self: center;
    transition: all .2s
}
.slider-list_icon.is-reversed {
    transform: rotate(-180deg)
}
.slider-list_icon.is-slider {
    width: 50px;
    height: 50px;
    padding: 1.1em
}
.slider-list_arrow.lider-list_icon > svg{
width:20px;

}
.slider-list_arrow:hover .slider-list_icon{
background:#25A3D8;
}
.swiper-bullet {
    width: 3.4em;
    height: 3.4em;
    min-height: 1.25em;
    opacity: .5;
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    flex: none;
    justify-content: center;
    align-items: center;
    transition: opacity .2s;
    display: flex;
	-webkit-appearance: none;
    appearance: none;
    border: 1px solid transparent;      
    opacity: 1;
    color: #406088;
}
.swiper-bullet.is-active {
       border: 1px solid #406088;
}
.swiper-slide.is-slider-list {
    height: auto;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    
    color: #1E1E1E;
    cursor: pointer;
    border-bottom: 2px solid #406088;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.69em;
    padding-bottom: 1.69em;
    display: flex
}
.swiper-slide.is-slider-list > h4{
	color:#1E1E1E !important;
	opacity:.5;	
    text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
	font-weight:400;
	transition: opacity .2s;
}
.swiper-slide.is-slider-list.is-active > h4{
	opacity:1;
}

.swiper-slide.is-slider-photo {
    width: 100%;
    height: 100%;
    color: #000;
    /*background-image: linear-gradient(#2d0c3b, #4b1562);*/
    flex: none;
   	 padding: 55px 40px 140px 40px;
    position: relative;
    /* box-shadow: 0 0 12px 6px rgba(45, 12, 59, .2); */
    border-radius:30px;
    overflow: hidden;
	filter: brightness(80%) blur(2px);
	transition: filter .2s;
}
.swiper-slide.is-slider-photo.swiper-slide-active {
    filter: none;
}

.slider-photo_card-icon {
    height: 5.09em;
    color: #d5947d;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-right: auto;
    max-width: 100px;	
    padding: 0 !important;
}
.slider-photo_card-icon img{
	width:100%;
	object-fit:contain;
	object-position:left center;
	max-height: 5.09em;
}
.slider-photo_overflow {
    /*height: 100%;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;*/
    position: relative;
    overflow: hidden;
    width: calc(100% + 100vw);
}
.slider-photo_overflow > div {
    width: calc(100% - 100vw);
}

a.sld_btn {
    color: #fff;
        position: relative;
    
    /* 
    display: table;border: 1px solid #25A3D8;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #25A3D8;
    padding:10px 18px; */
}
a.sld_btn:hover{
 /* border: 1px solid #fff; */
 /* background-color: transparent; */
}

a.sld_btn i {
    display: none;
    /* font-size: .8em;
    margin-left: 5px; */
}

a.sld_btn:after {
    content: "";
    background: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: all 0.3s;
}
a.sld_btn:hover:after {
    width: 50%;
    transition: all 0.3s;
}




.text-stacked {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.opacity-80 {
    opacity: .8
}
.text-stacked > div{
      padding-right: 40px;
}
.text-stacked > div > p{
 margin-bottom:15px;
     font-size: 18px;
      color: #F9F5ED;
    font-weight: 400;
}

.text-stacked > div > p a {
    text-decoration: underline;
       color: #F9F5ED;
}

.text-stacked > div > p a:hover {
    text-decoration:none;
   	color: inherit;
}

h4.slider-list_title {
    font-size: 30px;
    margin: 0;
    font-weight: normal;
}

.text-stacked h3 {
    margin: 0;
    font-size: 34px;
    line-height: 1.2; 
       color: #F9F5ED;
    text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
	font-weight:400;
	
}

img.sld_bg_img_overlay,
.sld_bg_color_overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius:0;
}
.sld_bg_color_overlay {
          background-image: url(/wp-content/uploads/2025/12/img-pattern-blue.webp) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.slider-photo_card {
    position: relative;
    z-index: 2;
}

.sld_jumbo_number {
        font-size: 90px;
    line-height: 1;
    font-weight: 300;
    opacity: 1;
    color: #F9F5ED;
   font-family: "Montserrat", sans-serif;
}

.cst-slide-head h4 {     
       font-size: 50px;
           margin-top: 0;
       margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    color: #1E1E1E;
    line-height: 1.2;
    letter-spacing: 0em;
    text-transform: uppercase;
}
.cst-slide-head p.eyebrow {    
    margin-bottom: 0;   
}
.cst-slide-head h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.2em;
    font-weight: 400;
    line-height: 1.2;
	color: #f0eee3;
}
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: 0;
    top: 0;
    transform: translate(0px);
}
.cst-slide-head p span{
      font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #406088;
}


@media (max-width:1200px){
.cst-slide-head h4{
  font-size: 44px;
}
.text-stacked > div {
    padding-right: 5%;
}
.slider-list_component{
        width: 50%;
}

}

@media (max-width:980px){
.cst-slide-head h4{
  font-size: 36px;
	  max-width: 450px;
        width: 100%;
}
}
@media (max-width:767px){
.cst-slide-head h4{
  font-size: 30px;
        
}
.swiper-slide.is-slider-photo{
  padding:50px;
}
}



@media (max-width:991px){
    .slider-list_component {
        width: 100%;
        /* margin-bottom: 3em; */
        margin-bottom: 1em;
    }

    .slider-photo_component {
        width: 100%
    }
    .text-stacked > div {
    padding-right: 0;
}
}

@media (max-width:479px){
	.sld_jumbo_number{
		font-size:100px
	}
	.text-stacked > div {
		padding-right: 0;
	}
	.swiper-slide.is-slider-photo{
        padding: 32px 20px;
    }
}

@media (min-width: 1200px){
.cst-slide-head h4{
        /* margin-top: 60px; */
}
}