@font-face {
	font-family: "Abril Titling Narrow";
	src: url("../assets/fonts/AbrilTitlingNar.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Helvetica Neue";
	src: url("../assets/fonts/HelveticaNeue-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

.newsSection {
	margin: 74px 0 66px;
	position: relative;
	padding: 95px 0;
	border-radius: 36.125px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: linear-gradient(0deg, rgba(4, 1, 21, 0.1), rgba(4, 1, 21, 0.1)), radial-gradient(72% 50.1% at 48.43% 129.4%, #CFB687 0%, rgba(207, 182, 135, 0) 100%);
	backdrop-filter: blur(16.933391571044922px);
}

.newsSection .sectionHeading {
	margin-bottom: 0 !important;
}

.newsSection .homeNewsSwiper {
	position: relative;
	padding: 24px 24px 64px
}

.newsSection .homeNewsSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 286px;
    height: auto
 }

.newsSection .newsCard {
    position: relative;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    padding: 32px 28px 28px;
    width: 100%;
    min-height: 286px;
    height: auto;
    display: flex;
    flex-direction: column;
 }

.newsSection .homeNewsSwiper .swiper-slide>.newsCard {
	max-width: none
}

.newsSection .newsCard-logo img {
	height: 39px;
	width: auto;
	display: inline-block;
	transition: transform .2s ease;
}

.newsSection .newsCard-logo a:hover img {
	transform: scale(1.25);
}

.newsSection .newsCard-quote {
    margin: 0 auto;
    padding: 29px 0 32px;
    max-width: 449px;
    flex: 1;
 }

.newsSection .newsCard-quote p {
    font-size: 20px;
    line-height: 1.4;
    opacity: 0.8;
    letter-spacing: 0;
    text-align: center;
    color: #251930;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700
 }

.newsSection .newsCard-quote p::before {
	content: "\201C";
	font-family: "Abril Titling Narrow", "Abril Titling", serif;
	line-height: 1;
	display: inline-block;
}

.newsSection .newsCard-quote p::after {
	content: "\201D";
	font-family: "Abril Titling Narrow", "Abril Titling", serif;
	line-height: 1;
	display: inline-block;
}

.newsSection .newsCard-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto;
 }

 @media (max-width: 768px) {
	.newsSection .newsCard-footer {
		flex-direction: column;
		gap: 16px;
	}
 }

.newsSection .newsCard-cta {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #051930;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	transform-origin: center;
	transition: transform .2s ease
}

.newsSection .newsCard-cta::before,
.newsSection .newsCard-cta::after {
	content: "";
	display: block;
	height: 2px;
	width: 50px;
	background: #E4CE93;
	margin: 0 auto 2px;
	transition: transform .2s ease
}

.newsSection .newsCard-cta::after {
	margin: 2px auto 0
}

.newsSection .newsCard-cta:hover {
	transform: scale(1.25)
}

.newsSection .newsCard-cta:hover::before {
	transform: translateY(-2px)
}

.newsSection .newsCard-cta:hover::after {
	transform: translateY(2px)
}

.newsSection .newsCard-brand {
	transition: transform .2s ease
}

.newsSection .newsCard-brand img {
	height: 41px;
	width: auto;
	display: inline-block;
}

.newsSection .newsCard-brand:hover {
	transform: scale(1.25)
}

.newsSection .homeNewsSwiper .swiper-button-prev,
.newsSection .homeNewsSwiper .swiper-button-next {
	width: 36px;
	height: 36px;
	top: auto;
	bottom: 8px
}

.newsSection .homeNewsSwiper .swiper-button-prev {
	left: calc(50% - 23px)
}

.newsSection .homeNewsSwiper .swiper-button-next {
	left: calc(50% + 23px)
}

.newsSection .homeNewsSwiper .swiper-button-prev:after,
.newsSection .homeNewsSwiper .swiper-button-next:after {
	display: none
}

.newsSection .homeNewsSwiper .swiper-slide {
	transition: opacity .25s ease
}

.newsSection .homeNewsSwiper .swiper-slide {
	opacity: .3
}

.newsSection .homeNewsSwiper .swiper-slide.swiper-slide-active {
	opacity: 1
}